﻿* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    color: #333;
    font-size: 16px;
}

ul,li,dl,dt,dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
}

p,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,i,em,b {
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
}

a {
    text-decoration: none;
    color: #333;
}
table{
    border-collapse:collapse;
}
input,select,textarea,button {
    outline: none;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "microsoft yahei";
    font-size: 16px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.wrap{
    width: 1200px;
    margin: 0 auto;
}
.mtop30{
	margin-top: 30px;
}
.mtop20{
	margin-top: 20px;
}
.shadow{
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.section{
    position: relative;
    overflow: hidden;  
}
.sec{
    background: url(../images/webf1.jpg) no-repeat center center;
    background-size: cover;
}
.logo{
    position: absolute;
    top: 96px;
}

.web-title{
    text-align: center;
    opacity: 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transform: scale(0.5,0.5);
    -webkit-transform: scale(0.5,0.5);
    -moz-transform: scale(0.5,0.5);
    -ms-transform: scale(0.5,0.5);
    -o-transform: scale(0.5,0.5);
}
.current .web-title{
    opacity: 1;
    transition-delay: 0.4s;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}

.web-title span{
    display: inline-block;
    position: relative;
    font-size: 48px;
    color: #10568a;
    padding: 0 22px;
    line-height: 80px;
}
.web-title span:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 72px;
    height: 64px;
    background: url(../images/web13_03.png) no-repeat;
}
.web-title span:after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 72px;
    height: 64px;
    background: url(../images/web12_06.png) no-repeat;
}
.gsbox{
    position: relative;
    margin-top: 80px;
    height: 492px;
}
.gs-img{
    position: absolute;
    left: -300px;
    opacity: 0;
    top: 0;
    z-index: 2;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.current .gsbox .gs-img{
    opacity: 1;
    transition-delay: 1s;
    left: 0;
}
.gs-text1{
    position: absolute;
    width: 866px;
    height: 330px;
    background: #fff;
    right: -300px;
    top: 30px;
    z-index: 1;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.current .gsbox .gs-text1{
    opacity: 1;
    transition-delay: 1.4s;
    right: 14px;
}
.gs-text2{
    position: absolute;
    width: 400px;
    right: -300px;
    top: 55px;
    z-index: 3;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.current .gsbox .gs-text2{
    opacity: 1;
    transition-delay: 1.7s;
    right: 42px;
}
.gs-text2 p{
    font-size: 18px;
    line-height: 42px;
}
.gs-text2 p span{
    font-size: 24px;
    font-weight: bold;
    color: #10568a;
}
.gs-text2 a{
    display: block;
    width: 126px;
    height: 36px;
    background: #0c93cb;
    text-align: center;
    line-height: 36px;
    margin-top: 14px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    color: #fff;
}
.gs-text2 a:hover{
    background: #10568a;
}

.web-title4 span{
    color: #fff;
}
.web-title4 span:before{
    background: url(../images/web48_03.png) no-repeat;
    width: 55px;
    height: 64px;
}
.web-title4 span:after{
    background: url(../images/web50_03.png) no-repeat;
    width: 54px;
    height: 63px;
}
.sec2{
    background: url(../images/webf2.jpg) no-repeat center center;
    background-size: cover;
}
.sec3{
    background: url(../images/webf3.jpg) no-repeat center center;
    background-size: cover;
}
.sec4{
    background: url(../images/webf4.jpg) no-repeat center center;
    background-size: cover;
}
.sec5{
    background: url(../images/webf5.jpg) no-repeat center center;
    background-size: cover;
}
.ques-box{
    height: 740px;
    background: #fff;
    margin-top: 30px;
    padding: 30px 20px 30px 30px;
    overflow: hidden;
    /* opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transform: scale(0.5,0.5);
    -webkit-transform: scale(0.5,0.5);
    -moz-transform: scale(0.5,0.5);
    -ms-transform: scale(0.5,0.5);
    -o-transform: scale(0.5,0.5); */
}
.current .ques-box{
    /* transition-delay: 1s;
    opacity: 1;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1); */
}
.que-search{
    margin: 0 250px;
    border: 1px solid #dddddd;
    height: 60px;
}
.que-search .t1{
    float: left;
    width: calc(100% - 70px);
    height: 58px;
    text-indent: 16px;
    border: none;
}
.que-search .t1::-webkit-input-placeholder{
    color: #999;
}
.que-search .btn1{
    width: 70px;
    height: 58px;
    background: url(../images/web25_03.png) no-repeat center;
    cursor: pointer;
    border: none;
    float: left;
}
.que-lists{
    margin-top: 20px;
    height: 545px;
    overflow-y: auto;
}
.que-lists-ul li{
    padding: 18px 0 18px 58px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    cursor: pointer;
}
.que-1{
    display: none;
}
.que-lists-ul{
    padding-right: 14px;
}
.que-lists-ul h1{
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}
.que-lists-ul h1 i{
    position: absolute;
    width: 42px;
    height: 40px;
    text-align: center;
    background: url(../images/web28_03.png) no-repeat;
    line-height: 30px;
    color: #fff;
    left: 0;
    top: 18px;
}
.que-lists-ul h1 span{
    float: left;
    font-size: 18px;
}
.que-lists-ul h1 em{
    position: absolute;
    width: 29px;
    height: 14px;
    background: url(../images/web27_03.png) no-repeat;
    right: 12px;
    top: 27px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.que-lists-ul li.on h1 em{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.que-1 p{
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.help-box{
    margin-top: 116px;
    position: relative;
    height: 366px;
}
.help-box li{
    width: 428px;
    height: 179px;
    position: absolute;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    opacity: 0;
}
.help-box li:nth-of-type(1){
    left: -196px;
    top: 0;
    background: url(../images/web29_03.png) no-repeat;
    padding-right: 75px;
    text-align: right;
}
.current .help-box li:nth-of-type(1){
    left: 196px;
    transition-delay: 0.7s;
    opacity: 1;
}
.help-box li:nth-of-type(2){
    left: -196px;
    top: 181px;
    background: url(../images/web32_03.png) no-repeat;
    padding-right: 75px;
    text-align: right;
}
.current .help-box li:nth-of-type(2){
    left: 196px;
    transition-delay: 0.7s;
    opacity: 1;
}
.help-box li:nth-of-type(3){
    right: -196px;
    top: 91px;
    background: url(../images/web30_03.png) no-repeat;
    padding-left: 75px;
}
.current .help-box li:nth-of-type(3){
    right: 197px;
    transition-delay: 0.7s;
    opacity: 1;
}
.help-box li h2{
    margin-top: 50px;
    height: 72px;
}
.help-box li:nth-of-type(1) h2{
    padding-right: 72px;
    background: url(../images/web34_03.jpg) no-repeat right center;
}
.help-box li:nth-of-type(2) h2{
    padding-right: 72px;
    background: url(../images/web34_11.png) no-repeat right center;
}
.help-box li:nth-of-type(3) h2{
    padding-left: 72px;
    background: url(../images/web34_07.jpg) no-repeat left center;
}
.help-box li h2 p{
    font-size: 24px;
}
.help-box li:nth-of-type(1) h2 p{
    margin-bottom: 14px;
}
.help-box li:nth-of-type(2) h2 p{
    padding-top: 24px;
}
.help-box li:nth-of-type(3) h2 p{
    padding-top: 3px;
}




.tabs{
    margin: 30px auto 0;
    text-align: center;
    height: 120px;
    position: relative;
}
.tabs:before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #07a3d7;
    bottom: 37px;
    left: 0;
}
.tabs a {
    /* float: left; */
    width: 60px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
    margin: 0 13px;
    display: inline-block;
    height: 120px;
}
.tabs a i{
    display: block;
    width: 0;
    height: 5px;
    background: #fff;
    margin: 16px auto 14px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.tabs a span{
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 50%;
    color: transparent;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.tabs a:nth-of-type(1) span{
    margin-left: -18px;
}
.tabs a:nth-of-type(2) span{
    margin-left: -18px;
}
.tabs a:nth-of-type(3) span{
    margin-left: -80px;
    width: 160px;
}
.tabs a:nth-of-type(4) span{
    margin-left: -76px;
    width: 152px;
}
.tabs a:nth-of-type(5) span{
    margin-left: -75px;
    width: 150px;
}
.tabs a.active span {
    color: #fff;
}
.tabs a.active i{
    width: 48px;
}
.swiper-container {
    width: 1200px;
    margin-top: 0px!important;
    height: 614px;
    overflow: hidden;
}
.swiper-slide {
    /* height: 250px;
    width: 640px;
    background: none;
    color: #fff; */
}
.content-slide {
    /* padding: 40px; */
}
#nav{
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -167px;
}
#nav li{
    position: absolute;
    top: 0;
    right: -78px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
#nav li:nth-of-type(2){
    top: 53px;
}
#nav li:nth-of-type(3){
    top: 106px;
}
#nav li:nth-of-type(4){
    top: 159px;
}
#nav li:nth-of-type(5){
    top: 212px;
}
#nav li:nth-of-type(6){
    top: 265px;
}
#nav li a{
    overflow: hidden;
    display: block;
    line-height: 48px;
    width: 140px;
    height: 48px;
    background: #64b3df;
    overflow: hidden;
    border-radius: 24px 0 0 24px;
    -webkit-border-radius: 24px 0 0 24px;
    -moz-border-radius: 24px 0 0 24px;
    -ms-border-radius: 24px 0 0 24px;
    -o-border-radius: 24px 0 0 24px;
}
/* #nav li.current{
    margin-right: 0;
} */
#nav li.active{
    right: 0;
}
#nav li.active a{
    background: #006eab;
}
#nav li.active span{
    display: block;
}
#nav li img{
    float: left;
    margin-top: 9px;
    margin-left: 17px;
    margin-right: 11px;
}
#nav li span{
    float: left;
    color: #fff;
    display: none;
}

.webzy-intro{
    position: relative;
    overflow: hidden;
}
.imges1,.imges2,.imges3,.imges4,.imges5,.imges6,.imges7{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transform: scale(0.5,0.5);
    -webkit-transform: scale(0.5,0.5);
    -moz-transform: scale(0.5,0.5);
    -ms-transform: scale(0.5,0.5);
    -o-transform: scale(0.5,0.5);
}
.current .imges1,.current .imges2,.current .imges3,.current .imges4,.current .imges5,.current .imges6,.current .imges7{
    opacity: 1;
    transition-delay: 0.4s;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}
.imges2{
    position: absolute;
    left: 428px;
    top: 0;
}
.imges3{
    position: absolute;
    left: 848px;
    top: 0;
}
.imges4{
    position: absolute;
    left: 848px;
    top: 310px;
}
.imges5{
    position: absolute;
    left: 351px;
    top: 109px;
}
.imges6{
    position: absolute;
    left: 785px;
    top: 109px;
}
.imges7{
    position: absolute;
    left: 1000px;
    top: 244px;
}
.text-in1{
    margin-top: 262px;
    width: 738px;
    margin-left: 42px;
}
.text-in1ul1 li{
    overflow: hidden;
    margin-top: 5px;
}
.text-in1 .text-in1ul1 li{
    opacity: 0;
    transition:all 1s;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;
}
.current .text-in1 .text-in1ul1 li:nth-of-type(1){
    transition-delay: 0.5s;
    opacity: 1;
}
.current .text-in1 .text-in1ul1 li:nth-of-type(2){
    transition-delay: 1s;
    opacity: 1;
}
.current .text-in1 .text-in1ul1 li:nth-of-type(3){
    transition-delay: 1.5s;
    opacity: 1;
}
.current .text-in1 .text-in1ul1 li:nth-of-type(4){
    transition-delay: 2s;
    opacity: 1;
}
.current .text-in1 .text-in1ul1 li:nth-of-type(5){
    transition-delay: 2.5s;
    opacity: 1;
}
.text-in1ul1 li span{
    float: left;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #0d88c3;
    margin-top: 6px;
}
.text-in1ul1 li p{
    float: left;
    width: calc(100% - 24px);
    padding-left: 8px;
    color: #fff;
    line-height: 35px;
}
.text-in1ul1 li p i{
    font-size: 18px;
    font-weight: bold;
    color: #ffff33;
}
.app-conx{
    position: relative;
}
.imga1{
    position: absolute;
    left: 0;
    top: 0;
}
.current .imga1{
    opacity: 1;
}
.imga2{
    position: absolute;
    left: 515px;
    top: 0;
}
.imga3{
    position: absolute;
    left: 898px;
    top: 0;
}
.imga4{
    position: absolute;
    left: 410px;
    top: 128px;
}
.imga5{
    position: absolute;
    left: 824px;
    top: 128px;
}
.text-in2{
    width: 860px;
    margin-left: 20px;
    margin-top: 284px;
}
.app1{
    overflow: hidden;
}
.text-in1ul1 li p em{
    font-weight: bold;
    font-size: 18px;
}
.text-in1ul1 li p font{
    color: #ff9393;
    font-weight: bold;
}
.zfb-cc{
    position: relative;
    width: 946px;
    margin: 15px auto 0;
    overflow: hidden;
}
.zfimg1{
    position: absolute;
    left: 0;
    top: 0;
}
.zfimg2{
    position: absolute;
    left: 244px;
    top: 0;
}
.zfimg3{
    position: absolute;
    left: 492px;
    top: 0;
}

.zfimg4{
    position: absolute;
    left: 742px;
    top: 0;
}
.zfimg5{
    position: absolute;
    left: 765px;
    top: 404px;
}
.zfb2{
    width: 696px;
    margin-top: 409px;
}
.zfb2-ul1 li{
    margin-top: 10px;
    overflow: hidden;
}
.zfb2-ul1 li span{
    float: left;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #0d88c3;
    margin-top: 5px;
}
.zfb2-ul1 li p{
    float: left;
    width: calc(100% - 24px);
    padding-left: 8px;
    line-height: 35px;
}
.zfb2-ul1 li p em{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #ffff33;
}
.zfb2-ul1 li p i{
    display: block;
    color: #fff;
}
.wxcon{
    position: relative;
    width: 930px;
    margin: 30px auto 0;
}
.wximg1{
    position: absolute;
    top: 0;
    left: 0;
}
.wximg2{
    position: absolute;
    top: 0;
    left: 307px;
}
.wximg3{
    position: absolute;
    top: 170px;
    left: 641px;
}
.wx2{
    width: 223px;
    position: absolute;
    left: 640px;
    top: 23px;
}
.wx2 .zfb2-ul1 li{
    margin-top: 4px;
}
.gzcon{
    position: relative;
    width: 980px;
    margin: 34px auto 0;
}
.gzimg1{
    position: absolute;
    left: 0;
    top: 159px;
}
.gzimg2{
    position: absolute;
    left: 433px;
    top: 0;
}
.gzimg3{
    position: absolute;
    left: 718px;
    top: 0;
}
.gz2{
    position: absolute;
    top: 55px;
    left: 0;
}
.gz2 .zfb2-ul1 li{
    margin-top: 4px;
}


.imges5 img,.imges6 img,.imges7 img,.imga4 img,.imga5 img{
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-animation: ImgBounce2 2s ease-in-out infinite alternate;
    -moz-animation: ImgBounce2 2s ease-in-out infinite alternate;
    -o-animation: ImgBounce2 2s ease-in-out infinite alternate;
    animation: ImgBounce2 2s ease-in-out infinite alternate
}
.ckgd{
    margin-top: 20px;
    text-align: center;
}
.ckgd a{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #333;
    background-color: #ddd;
}
.ckgd a:hover{
    background-color: #d9d9d9;
}
.tab-taa{
    position: relative;
}
.taa-tips{
    position: absolute;
    left: 185px;
    top: -16px;
    -webkit-animation: ImgBounce2 2s ease-in-out infinite alternate;
    -moz-animation: ImgBounce2 2s ease-in-out infinite alternate;
    -o-animation: ImgBounce2 2s ease-in-out infinite alternate;
    animation: ImgBounce2 2s ease-in-out infinite alternate
}
@media screen and (max-width:1800px){
    .ques-box{height: 600px;}
    .que-lists{height: 408px;}
    .zfb1 img{width: 84%;}
    .zfb2{margin-top: 344px;}
    .zfimg5{top: 364px;}
    .tabs{margin-top: 25px;}
    .wxcon{margin-top: 10px;}
}

.nofor {
        position: fixed;
        background: rgba(0, 0, 0, .6);
        color: #fff;
        font-size: 14px;
        padding: 5px 10px;
        width: 370px;
        top: 0;
        z-index: 999;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        display: none;
        height: 31px;
        margin:auto;
    }