@import url('animate.css');
@-webkit-keyframes shake{
  from,to{-webkit-transform:translate3d(0, 0, 0);}
  20%,60%{-webkit-transform:translate3d(-10px, 0, 0);}
  40%,80%{-webkit-transform:translate3d(10px, 0, 0);}
}

@keyframes shake {
  from,to{transform:translate3d(0, 0, 0);}
  20%,60%{transform:translate3d(-10px, 0, 0);}
  40%,80%{transform:translate3d(10px, 0, 0);}
}
ul li {
    list-style: none;
}

#p25d3 {
    min-width: 1200px
}

.xiabiao {
/*    vertical-align: text-bottom;*/
    font-size: 12px;
}

.tedian {
    display: flex;
}

.cfff {
    color: #ffffff !important
}

.f50 {
    font-size: 50px;
}

.fw700 {
    font-weight: 700;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.pt70 {
    padding-top: 70px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb30 {
    padding-bottom: 30px;
}

.block-tit {
    font-size: 32px;
    padding: 30px 0;
    color: #094277
}

.pb0 {
    padding-bottom: 0px;
}

.block-subtit {}

.tedian .tedian-img {
    width: 23.5%;
    margin-right: 2.5%;
}

.tedian .tedian-img img {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.tedian .tedian-img img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.tedian .tedian-con {
    width: 74%;
}

.tedian-con ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tedian-con ul li {
    width: 48.75%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    background: #d4e5f9;
    height: 188px;
}

.tedian-con ul li:nth-child(2n+0) {
    margin-right: 0;
}

.tedian-con ul li.conbox:hover {
    background: #0b2e8c;
    color: #fff;
}

.tedian-con ul li.conbox {
    display: flex;
    align-items: center;
    position: relative;
}

.tedian-con ul li.conbox .con-tit {
    width: 60px;
    font-size: 24px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
}

.tedian-con ul li.conbox .con-txt {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .3s linear;
}

.tedian-con ul li.conbox .con-txt .bg {
    position: relative;
    width: 97.5%;
    height: 100%;
    top: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.tedian-con ul li.conbox:hover .con-txt .bg {
    background: #247cdd;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.tedian-con ul li.conbox .con-txt p {
    padding: 35px;
    margin-bottom: 10px;
    font-size: 20px;
}

.tedian-con ul li.conbox:hover .con-txt p {
    color: #fff;
}

.con-link {
    position: absolute;
    bottom: 35px;
    right: 35px;
    width: 30px;
    height: 20px;
    font-size: 18px;
}

.tedian-con ul li.conbox:hover .con-link {
    color: #fff;
    animation: shake .9s linear;
    -webkit-animation: shake .9s linear;
}

.jiegoutu-table table {
    border-collapse: collapse;
    width: 90%;

}

.jiegoutu-table table td,
.jiegoutu-table table th {
    padding: 20px;
    text-align: center;
}

.bl1 {
    width: 100%;
    background: url('bl1.png') no-repeat;
    background-size: 100% auto;
    padding-top: 13%;
    height: 0px;
}

.bl2 {
    width: 100%;
    background: url('bl2.png') no-repeat;
    background-size: 100% auto;
    padding-top: 13%;
    height: 0px;
}

.jiegoutubg {
    background: #e6f3fb;
    position: relative;
    margin-top: -2px;
}

.jiegoutu .jiegoutu-img {
    width: 50%;
    float: left;
    max-width: 600px;
    text-align: center;
    position: relative;
}

.jiegoutu .jiegoutu-img img {
    max-width: 100%;
}

.jiegoutu .jiegoutu-table,
.jiegoutu-con {
    width: 50%;
    float: left;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.dzh {
    min-height: 520px;
}

.dzh .block {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.dzh .left {
    width: 60%;
}

.dzh .right {
    width: 40%;
}

.dzh .left .percent ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.dzh .left .percent li {
    width: 17.5%;
    height: 240px;
    margin-left: 2.5%;
    border-radius: 25px;
    position: relative;
    margin-top: 60px;
}
.dzh .left .percent li:hover .water-fill-1{
    animation:fill-up1 10s infinite ease-out normal;
}
.dzh .left .percent li:nth-child(1) {
    background: #0b3ca3
}

.dzh .left .percent li:nth-child(2) {
    background: #396ad1
}

.dzh .left .percent li:nth-child(3) {
    background: #5a8ee4
}

.dzh .left .percent li:nth-child(4) {
    background: #b4ccf2
}

.dzh .left .percent li:nth-child(5) {
    background: #e6f3fb
}

.dzh .left .percent li .fang {
    background: white;
    border: 10px solid;
    width: 110px;
    height: 110px;
    position: absolute;
    left: -126px;
    top: -50px;
    border-radius: 10px;
    transform-origin: center top;
    transform: translateX(60%) rotate(-45deg);
    display: flex;
    align-items: center;
    z-index: 8;
}

.dzh .left .percent li:nth-child(1) .fang {
    border-color: #0b3ca3;
}

.dzh .left .percent li:nth-child(2) .fang {
    border-color: #396ad1;
}

.dzh .left .percent li:nth-child(3) .fang {
    border-color: #5a8ee4;
}

.dzh .left .percent li:nth-child(4) .fang {
    border-color: #b4ccf2;
}

.dzh .left .percent li:nth-child(5) .fang {
    border-color: #e6f3fb;
}

.dzh .left .percent .percent-txt {
    position: relative;
    top: -10px;
    z-index: 9;
    text-align: center;

}

.dzh .left .percent li:nth-child(1) .wave {
    height: 198px;
}

.dzh .left .percent li:nth-child(2) .wave {
    height: 120px;
}

.dzh .left .percent li:nth-child(3) .wave {
    height: 60px;
}

.dzh .left .percent li:nth-child(4) .wave {
    height: 30px;
}

.dzh .left .percent li:nth-child(5) .wave {
    height: 15px;
}

.dzh .left .percent .wave {
    position: absolute;
    bottom: 0;
    z-index: 5;
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.dzh-img {
    max-width: 410px;
    margin-left: 60px;
    position: relative;
    height: 522px;
}

.dzh-service {
    display: block;
}

.dzh-service li {
    width: 320px;
    margin: auto;
    position: relative;
    margin-bottom: 25px;
}

.dzh-service li .service-icon {
    border: 3px solid #a2b8dc;
    background-color: #0b2e8c;
    width: 50px;
    height: 50px;
    border-radius: 28px;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
}

.dzh-service li:hover .service-icon {
    transform: rotateY(180deg);
}

.dzh-service li .service-icon.icon1 {
    background-image: url(icon1-white.png);
    background-size: 60% auto;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: center;
}

.dzh-service li .service-icon.icon2 {
    background-image: url(icon2-white.png);
    background-size: 60% auto;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: center;
}

.dzh-service li .service-icon.icon3 {
    background-image: url(icon3-white.png);
    background-size: 60% auto;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: center;
}

.dzh-service li .service-icon.icon4 {
    background-image: url(icon4-white.png);
    background-size: 60% auto;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: center;
}

.dzh-service li p {
    padding-left: 80px;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    height: 56px;
    line-height: 56px;
}

.dzh-link {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    line-height: 60px;
    background: #0a3ca3;
    color: #fff;
    position: relative;
    text-align: center;
}
.dzh-link:hover{
     animation: shake .9s linear;
    -webkit-animation: shake .9s linear;
    color: #fff;
}
.tianjiaji {
    background-color: #0b2e8c;
    position: relative;
    margin-top: -2px;
}

.tianjiaji .tianjiaji-img {
    position: absolute;
    right: 0;
    top: 30px;
    display: flex;
}

.tianjiaji .tianjiaji-img .icon-cook,
.tianjiaji .tianjiaji-img .icon-pig {
    width: 100px;
    height: 100px;
    margin-left: 30px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tianjiaji .tianjiaji-img .icon-cook img {
    width: 40px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px
}

.tianjiaji .tianjiaji-img .icon-pig img {
    width: 60px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px
}

.tianjiaji-des .des-box {



}

.tianjiaji-des .des-box .des-img {
    width: 43%;
    margin-right: 5%;
    margin-bottom: 2%;
    float: left;
    position: relative;
    z-index: 2;
}

.tianjiaji-des .des-box .des-con {
    position: relative;
}

.tianjiaji-des .des-box .des-img img {
    width: 100%;
    max-width: 100%;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;

}
.tianjiaji-des .des-box .des-img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.tianjiaji-des .des-box .des-con .con-tit {
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 60px;
    height: 42px;
    line-height: 42px;
}

.tianjiaji-des .des-box .des-con .con-tit .line:before {
    content: "";
    border: 1px solid #ffffff;
    width: 50px;
    height: 0px;
    position: absolute;
    top: 21px;
}

.tianjiaji-des .des-box .des-con .con-txt {
    color: #fff;
    line-height: 150%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.tianjiaji-des .des-box .des-con .con-txt:hover{
    font-weight: 600;
}
.tianjiaji-des .des-box .des-con .con-txt div.t {
    padding: 3px 0px;
}

.tianjiaji-des .des-box .des-con .con-txt p {
    text-indent: 2em;
text-align: justify;
}

footer {
    margin-top: 0
}

/*水波特效*/
.water-fill-1 {
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /*Safari and Chrome*/
  animation-name: fill-up1;
  animation-duration:10s;
}

.water-fill-2 {
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /*Safari and Chrome*/
  animation-name: fill-up2;
  animation-duration:8s;
}
.water-fill-3 {
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /*Safari and Chrome*/
  animation-name: fill-up3;
  animation-duration:4s;
}
.water-fill-4 {
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /*Safari and Chrome*/
  animation-name: fill-up4;
  animation-duration:2s;
}
.water-fill-5 {
    animation-iteration-count:1;
    -webkit-animation-iteration-count:1; /*Safari and Chrome*/
  animation-name: fill-up5;
  animation-duration:1s;
}
@keyframes wave {
  0% { x: 100px; }
  100% { x: 0; }
}


@keyframes fill-up1 {
  0% {
    height: 0;
    y: 200px;
  }
  100% {
    height: 200px;
    y: -30px;
  }
}
@keyframes fill-up2 {
  0% {
    height: 0;
    y: 120px;
  }
  100% {
    height: 120px;
    y: -30px;
  }
}
@keyframes fill-up3 {
  0% {
    height: 0;
    y: 160px;
  }
  100% {
    height: 60px;
    y: -30px;
  }
}
@keyframes fill-up4 {
  0% {
    height: 0;
    y: 160px;
  }
  100% {
    height: 30px;
    y: -30px;
  }
}
@keyframes fill-up5 {
  0% {
    height: 0;
    y: 160px;
  }
  100% {
    height: 15px;
    y: -30px;
  }
}
/*@media only screen and (max-width: 768px) {
    #p25d3 {
        min-width: unset;
    }

    .block-tit {
        font-size: 2em;
        padding: 1em;
        
    }

    .mt40 {
        margin-top: 1em
    }

    .mb40 {
        margin-bottom: 1em
    }

    .bannerAll {
        min-width: unset;
    }

    .bannerAll img {
        max-width: 100%
    }

    .auto {
        width: 100%;
        overflow: hidden;
        max-width: 750px;
    }

    .tedian {
        flex-wrap: wrap;
    }

    .tedian .tedian-img {
        width: 100%;
        margin-right: 2.5%;
        margin-left: 2.5%
    }

    .tedian .tedian-con {
        width: 100%
    }

    .tedian-con ul li {
        margin-left: 2.5%;
        width: 100%;
    }

    .tedian-con ul li:nth-child(2n+0) {
        margin-right: 2.5%;

    }

    .jiegoutu .jiegoutu-img {
        width: 100%
    }

    .jiegoutu .jiegoutu-img img {
        position: relative;
        top: 0;
    }

    .jiegoutu .jiegoutu-table,
    .jiegoutu .jiegoutu-con {
        width: 100%;
        float: unset;
        font-size: 1em;
    }

    .jiegoutu .jiegoutu-table table {
        width: 95%;
        margin-right: 2.5%;
        margin-left: 2.5%
    }

    .jiegoutu .jiegoutu-con {
        width: 95%;
        margin-right: 2.5%;
        margin-left: 2.5%;
        margin-top: 1rem
    }

    .dzh .left,
    .dzh .right {
        width: 100%
    }

    .f50 {
        font-size: 2.5em;
        padding-left: 0.75em;
    }

    .dzh .left .percent li {
        margin-top: 0;
        margin-left: 2%
    }

    .dzh .left .percent li .fang {
        width: 60px;
        height: 60px;
        position: absolute;
        left: -80px;
        top: -30px;
    }

    .dzh .left .percent .percent-txt {
        font-size: 0.5em
    }

    .dzh .left .percent li:nth-child(5) {
        margin-right: 2%;
    }

    .dzh-img {
        width: 100%;
        margin-left: unset;
    }

    .dzh-img img {
        max-width: 100%
    }

    .tianjiaji .tianjiaji-img {
        display: none;
    }


    .tianjiaji-des .des-box .des-img {
        width: 95%;
        margin-right: 2.5%;
        margin-left: 2.5%;
    }

    .tianjiaji-des .des-box .des-con {
        width: 95%;
        margin-right: 2.5%;
        margin-left: 2.5%;
    }

    .tianjiaji-des .des-box .des-con .con-txt {
        font-size: 1em;
    }
}*/