/* css3动态效果 */

@keyframes fadeInUp1 {
    0% {
        transform: translateX(-300px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp1 {
    0% {
        transform: translateX(-300px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInUp2 {
    0% {
        transform: translateX(300px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp2 {
    0% {
        transform: translateX(300px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.box1 {
    animation: fadeInUp1 0.5s ease 0s 1 both;
}

.box2 {
    animation: fadeInUp2 0.5s ease 0s 1 both;
}

@keyframes bigimg1 {
    0% {
        transform: scale(0.6);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bigimg1 {
    0% {
        transform: scale(0.6);
    }
    100% {
        transform: scale(1);
    }
}

.allcontain .systembox .zybox img.img1.changebig1 {
    animation: bigimg1 0.5s linear 0s 1 alternate both;
}

.allcontain .systembox .zybox img.img2.changebig2 {
    animation: bigimg1 0.5s linear 0.2s 1 alternate both;
}

@keyframes fadetop {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fadetop {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.zy-banner h1,
.zy-banner .mainbanner .imgbox p {
    animation: fadetop 1s ease 0.1s 1 both;
}

.martop20 {
    margin-top: 18px;
}

.martop50 {
    margin-top: 50px;
}

.martop70 {
    margin-top: 70px;
}

.martop100 {
    margin-top: 90px;
}

.mar50 {
    margin: 45px 0;
}

.mar40 {
    margin: 36px 0 0 0;
}

.martopbtom40 {
    margin: 36px 0;
}

.floatlft {
    float: left;
}

.floatrit {
    float: right;
}

.marlft80 {
    margin-left: 72px;
}

.marrit80 {
    margin-right: 27px;
}

h1.tit {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: normal;
}

h1.tit p {
    color: #333333;
    font-size: 32px;
    margin-bottom: 18px;
}

h1.tit span {
    display: block;
    width: 108px;
    height: 4px;
    background: #f7ad00;
}

.bluebgc {
    background: #3d76b9;
}

.yellowbgc {
    background: #f7ad00;
}

.bluecolor {
    color: #3d76b9;
}

.yellowcolor {
    color: #f7ad00;
}

.sentence {
    width: 100%;
    height: 103px;
    background: #f7a12c;
    line-height: 103px;
    text-align: center;
    color: #fff;
    font-size: 32px;
}

.zy-banner {
    width: 100%;
    height: 553px;
    background: #59a4f2;
    position: relative;
}

.zy-banner h1 {
    text-align: left;
    font-size: 27px;
    padding-top: 120px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.zy-banner .mainbanner {
    width: 100%;
    height: 323px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.zy-banner .mainbanner .imgbox {
    width: 672px;
    height: 317px;
    margin: 0 auto;
    position: relative;
}

.zy-banner .mainbanner .imgbox img {
    width: 100%;
    height: 100%;
}

.zy-banner .mainbanner .imgbox p {
    font-size: 16px;
    color: #fff;
}

.zy-banner .mainbanner .imgbox p.p1 {
    position: absolute;
    top: 22px;
    left: -27px;
}

.zy-banner .mainbanner .imgbox p.p2 {
    position: absolute;
    top: 22px;
    right: 9px;
}

.zy-banner .mainbanner .imgbox p.p3 {
    position: absolute;
    bottom: 83px;
    left: -129px;
}

.zy-banner .mainbanner .imgbox p.p4 {
    position: absolute;
    bottom: 83px;
    right: -92px;
}

.allcontain {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.allcontain .profunction {
    width: 1200px;
    margin: 50px auto 46px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.allcontain .profunction li {
    width: 267px;
    height: 288px;
    align-items: center;
    box-shadow: 0 0 9px #e2e2e2;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top:0;
}
.allcontain .profunction li:hover{
    box-shadow:0 0 15px #d3ebfe;
    top:-15px;
    transition: top .2s linear;
}

.allcontain .profunction li .iconbox {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 2px solid #3d76b9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 41px 0 0;
    justify-content: center;
}

.allcontain .profunction li .iconbox i.iconfont {
    font-size: 47px;
    color: #3d76b9;
}

.allcontain .profunction li h1 {
    margin: 22px 0;
    font-size: 22px;
    color: #333333;
    font-weight: normal;
}

.allcontain .profunction li p {
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 0;
}

.showbox {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.show_main {
    width: 1200px;
    margin: 46px auto;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}


/* .show_main .showlist {
    width: 50%;
    opacity: 0;
} */

.show_main .showlist img {
    width: 415px;
}

.show_main .showlist .show_msg {
    width: 470px;
}

.show_main .showlist .show_msg.pro_msg {
    width: 461px;
}

.show_main .showlist .show_msg h2 {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 18px;
}

.show_main .showlist .show_msg p {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.show_main .showlist .show_msg .yellowbox {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.show_main .showlist .show_msg .yellowbox p {
    color: #2caeff;
}

.allcontain .zbserve {
    width: 437px;
    height: 415px;
    margin: 60px auto 83px auto;
    position: relative;
}

.allcontain .zbserve img {
    width: 100%;
    height: 100%;
}

.allcontain .zbserve .zbbox {
    width: 378px;
    height: 122px;
    background: #fff;
    box-shadow: 0 0 18px #e2e2e2;
    border-radius: 4px;
}

.allcontain .zbserve .zbbox h1 {
    font-size: 20px;
    color: #333333;
    margin: 14px 27px;
    font-weight: normal;
}

.allcontain .zbserve .zbbox p {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    margin: 0 27px;
}

.allcontain .zbserve .zbbox.zb1 {
    position: absolute;
    top: -20px;
    left: -285px;
}

.allcontain .zbserve .zbbox.zb2 {
    position: absolute;
    top: -20px;
    right: -294px;
}

.allcontain .zbserve .zbbox.zb3 {
    position: absolute;
    bottom: -27px;
    left: -285px;
}

.allcontain .zbserve .zbbox.zb4 {
    position: absolute;
    bottom: -27px;
    right: -294px;
}

.allcontain .choosebox {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.allcontain .myadvantage {
    width: 1200px;
    margin: 50px auto 27px auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.allcontain .myadvantage li {
    width: 209px;
    overflow: hidden;
    text-align: center;
}

.allcontain .myadvantage li i.iconfont {
    font-size: 55px;
    color: #3d76b9;
}

.allcontain .myadvantage li h1 {
    font-size: 22px;
    color: #333333;
    margin: 37px 0 18px 0;
    font-weight: normal;
}

.allcontain .myadvantage li p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}