
body{
    overflow-x:hidden;
}
/* header */

header{

    padding: 25px 0;
    width: 100%;
    height: 103px;
    /*导航栏黑色字体*/
    color: #535252;
    /*导航栏白色背景*/
    /*background: #fff;*/
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.enshow{
    /*display: none;*/
}
.cnshow{
    /*display: block;*/
}
.absolute{
    /*position: absolute;*/
    left: 0;
    top: 0;
    /*color: #fff;*/
    background: unset;
    z-index: 999;
}
.line_shadow{
    /*box-shadow: 0px 1px 0px 0px #e2e2e2;*/
}
header .col-3{
    display: flex;
    width: 30%;
    align-items: center;
}

header .col-3 .logo{
    display: inline-block;
    width: 154px;
    height: 53px;
}

header .col-3 .logo img{
    width: 100%;
}

header .col-3 .tel{
    display: inline-block;
    padding: 0 15px;
    font-size: 20px;
    line-height: 24px;
    color: #333;
}
/*右侧导航栏*/
header nav{
    display: flex;
    /*background: #fff;*/
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*------------------导航栏下面加一条线------------------*/
header nav .item{
    position: relative;
    transition: 0.2s all linear;

}
header nav .item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-bottom: 2px solid rgba(0, 169, 255, 1);
    transition: 0.2s all linear;
}
header nav .item:hover::before{
    width:100%;
    top: 0;
    left: 0;
    transition-delay: 0.1s;
    border-bottom-color: rgba(0, 169, 255, 1);;
    z-index: -1;
}
header nav .item:hover ~ header nav .item::before {
    left: 0;
}
   /*点击时*/
header nav .item:active {
    background: #F5F5F5;
    /*color: #fff;*/
}

/*-----------------------------------------------*/

header nav a{
    display: block;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    color: #333;

}

 .member{
    display: flex;
}

.member a{
    display: block;
    align-self: center;
    margin: 0 .1rem;
    padding: 0 .15rem;
    color: #fff;
    font-size: .14rem;
    line-height: .32rem;
    border-radius: 5px;
}

.user_info a{
    display: inline-block;
    color: #333;
    line-height: .53rem;
}

.absolute .user_info a{
    color: #fff;
}

header nav .subnav{
    display: none;
    position: absolute;
    left: 0;
    /*width: 160%;*/
    width: max-content;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #e3e3e3;
}
/*产品导航*/
/*header nav .subnav1{*/
/*    display: none;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 42px;*/
/*    !*width: 160%;*!*/
/*    width: max-content;*/
/*    z-index: 999;*/
/*    background: #fff;*/
/*    box-shadow: 0px 0px 5px 0px #e3e3e3;*/
/*}*/
/*!*!*解决方案导航*!*!*/
/*header nav .subnav2{*/
/*    display: none;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 53px;*/
/*    width: 155%;*/
/*    background: #fff;*/
/*    z-index: 999;*/
/*    background: #fff;*/
/*    box-shadow: 0px 0px 5px 0px #e3e3e3;*/
/*}*/

header nav .subnav a{
    color:#333;
    padding: 6px 10px;
    font-size: 16px;
}
header nav .subnav1 a{
    color:#333;
    padding: 6px 10px;
    font-size: 16px;
}
header nav .subnav2 a{
    color:#333;
    padding: 6px 10px;
    font-size: 16px;
}
/*导航栏鼠标在上面时的样式*/
/*header nav .item:hover{*/
/*    !*color: #fff;*!*/
/*    !*background: #1357e0;*!*/

/*}*/

header nav .item:hover .subnav{
    display: block;
}
header nav .item:hover .subnav1{
    display: block;
}
header nav .item:hover .subnav2{
    display: block;
}
.menu-layer{
    display: none;
}


/* banner */
.banner{
    position: relative;
}
.banner .swiper-pagination-bullet{
    width: .16rem;
    height: .16rem;
    opacity: 1;
    background: #fff;
}

.banner .swiper-pagination-bullet-active{
    background: #1357e0;
}


.banner_Btn {
    position: absolute;
    margin-bottom: 9%;
    margin-left: 20%;
    display: flex !important;
    width: 100%;
    bottom: -13px;
    left: 0;
    text-align: center;
    transition: .3s opacity;
}
.banner_Btn .banner_button {
    width: auto;
    padding: 0px 15px;
}
.banner_button span, .banner_button i {
    position: relative;
}
.banner_button_more {
    cursor: pointer !important;
    margin-left: 13px;
}
.banner_button {
    color: #4fb4ff;
    background: rgba(79,180,255,0.2);
    display: inline-block;
    width: 144px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: 0.5s;
    position: relative;
}
.banner_button:hover{
    transform: scale(1.03, 1.02);
    box-shadow: 1px 1px 15px -5px;
}




/*产品*/
.product-div{
    /*padding: 40px 0px;*/
    background: #fff;
}
.title-font{
    height: 35px;
    width: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 28px;
    margin-top: 55px;
    margin-bottom: 10px;
    font-weight: 500;
}
.big-describe{
    /*height: 30px;*/
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
    color: #666;
}
.product-des{

}
.product-div .flex-box{
    /*padding: 0 100px;*/
    margin-top: 35px;
}

.product-div .items{
    /*width: 369px;*/

    /*height: 433px;*/
    width: 25%;
    padding: 13px 17px;
    color: #1a284d;
    background: #fff;
    overflow: hidden;
    transition:  all .2s;
    /*flex: 1;*/

}
.change{
    box-shadow: 0 10px 36px -13px rgba(199,206,218,.5);
}
.product-div .items:hover{
    /*-webkit-transform: scale(2, 2);*/
    transform: scale(1.03, 1.02);
    box-shadow: 1px 1px 15px -5px;
}

.product-div .items .img1{
    width: 100%;
    margin-bottom: 15px;

}
.product-title{
    line-height: 33px;
    color: #333;
    height: auto;
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 500;
}
.product-describe{
    line-height: 23px;
    /*opacity: .55;*/
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}
.tomore{
    line-height: 23px;
    opacity: .55;
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: right;
}
/*优势*/
.product-div .items span{
    display: block;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.small-img{
    width: 65px;
    height: 65px;
    margin: 10px auto;
}

/* Index sections */

.sections .section{
    padding-top: 60px;
}

.sections .action-title{
    position: relative;
    padding: 18px 0 35px;
    font-size: 28px;
    text-align: center;
    color: #333;
    padding-bottom: 40px;
}

.sections .action-title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 4px;
    background: #1357e0;
}

.section-1 .flex-box{
    padding: 40px 110px;
    background: #f2f2f2;
}

.section-1 .items{
    flex-wrap: wrap;
    padding: 20px 0;
    width: 20%;
    background: #f2f2f2;
    transition: all .2s;
}

.section-1 .items .icon{
    margin: 0 auto;
    margin-bottom: 15px;
    width: 100%;
    height: 160px;
}

.section-1 .items .icon img{
    margin: 0 auto;
    height: 160px;
}

.section-1 .items section{
    width: 100%;
}

.section-1 .items .item-title{
    text-align: center;
    color: #5b5b5b;
    font-size: 24px;
    line-height: .48rem;
}

.section-1 .items .item-content{
    padding: 5px 65px;
    font-size: 16px;
    color: #5b5b5b;
    line-height: 32px;
}

.section-1 .items:hover{
    -webkit-transform: scale(2, 2);
    transform: scale(1.3, 1.3);
    box-shadow: 1px 1px 15px -5px;
}



.section-2{
    padding-bottom: 100px;
}


.section-2 aside{
    width: 853px;
    margin-left: 125px;
    overflow: hidden;
}

.section-2 aside img{
    width: 100%;
}

.section-2 section{
    flex: 1;
    align-self: center;
    padding: 0 36px;
    font-size: 24px;
    line-height: 48px;
}

.section-2 section .more{
    display: block;
    margin: 0 auto;
    margin-top: 45px;
    width: 285px;
    height: 69px;
    padding: 0 38px;
    color: #33deb4;
    text-align: center;
    line-height: 69px;
    border: 2px solid #33deb4;
    border-radius: 20px;
    transition:  all .2s;
}

.section-2 section .more:hover{
    color: #fff;
    background: #33deb4;
}

.section-3{
    /*padding: 40px 110px;*/
    background: #fff;
}

.section-3 .flex-box{
    /*padding: 0 100px;*/
}

.section-3 .items{
    width: 369px;
    height: 433px;
    padding: 13px 17px;
    color: #1a284d;
    background: #fff;
    overflow: hidden;
    transition:  all .2s;
}

.section-3 .items:hover{
    -webkit-transform: scale(2, 2);
    transform: scale(1.1, 1.1);
    box-shadow: 1px 1px 15px -5px;
}

.section-3 .items img{
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
}
.item-title-div{
    height: 45px;
}
.section-3 .items .item-title{
    font-size: 18px;
    /*line-height: 45px;*/
    margin: auto 0px;
}


.section-3 .items .item-content{
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.section-3 .more{
    display: block;
    margin: 30px auto;
    width: 285px;
    height: 69px;
    padding: 0 38px;
    color: #4fb4ff;
    text-align: center;
    line-height: 69px;
    border: 2px solid #4fb4ff;
    border-radius: 20px;
    transition:  all .2s;
}

.section-3 .more:hover{
    /*color: #fff;*/
    background: rgba(79,180,255,0.2);
    transform: scale(1.03, 1.02);
    box-shadow: 1px 1px 15px -5px;
}





/*.free{*/
/*    width: 100%;*/
/*    height: 130px;*/
/*    background: #3d3d3d;*/
/*}*/
.free{
    width: 100%;
    height: 130px;
    background: #82caff;
}
.free-div{
    text-align:center;
    margin:0 auto;
    line-height:130px;
}

/*.free-a{*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*    background: rgba(0, 169, 255, 1);*/
/*    padding: 10px;*/
/*    border-radius: 15px;*/
/*}*/
.free-a{
    font-size: 18px;
    color: rgba(0, 169, 255, 1);
    background: #fff;
    padding: 10px;
    border-radius: 15px;
}
.free-a:hover{
    font-size: 20px;
}
/* footer */

footer{
    padding: 50px 0 25px;
    background: #303133;
}

footer .flex-box{
    padding-bottom: 20px;
    justify-content: center;
    width: 100%;
}

footer .Column{
    width: 13%;
    color: rgba(255, 255, 255, 0.85);
}

footer .Column h6{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

footer .Column p,
footer .Column a{
    line-height: 28px;
}

footer .Column a{
    display: block;
}

footer .Column-1{
    margin-right: 70px;
}

footer .copyRight{
    text-align: center;
    color: #848586;
    line-height: 28px;
}

footer .links{
    color: #848586;
    text-align: center;
    line-height: 28px;
}

footer .links a{
    display: inline-block;   
    padding: 0 7px;
}


/* Other Pages */
/* static banner */
.static_banner{position: relative;}
.static_banner .wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 78%;
}

.static_banner img{
    width: 100%;
}

.static_banner .wrapper aside{
    width: 48%;
}

.static_banner .wrapper aside img{
    width: 100%;
}

.static_banner .wrapper section{
    flex: 1;
    padding-left: .5rem;
    color: #fff;
    font-size: .2rem;
    line-height: .48rem;
}

.static_banner .wrapper section h4{
    font-size: .48rem;
    margin-bottom: .45rem;
}

.static_banner .wrapper section .more{
    display: block;
    width: 3.25rem;
    margin: .45rem auto 0;
    padding: 0 .45rem;
    font-size: .26rem;
    text-align: center;
    line-height: .68rem;
    border: 2px solid #fff;
}

.sections .blocks{
    padding-bottom: .5rem;
    background: #fff;
}

.sections .blocks .action-title{
    margin-bottom: .2rem;
}

.sections .blocks .action-title::before{
    top: 100%;
}

.sections .blocks img{
    max-width: 100%;
    margin: .2rem auto;
    height: auto !important;
}

.sections .cases .flex-box{
    width: 1400px;
    margin: 0 auto;
}

.sections .cases aside{
    width: 50%;
}

.sections .cases aside img{
    width: 100%;
    margin: 0;
    border: 1px solid #ccc;
}

.sections .cases section{
    padding: .3rem 0;
    width: 50%;
    padding-left: 5%;
    font-size: .18rem;
    line-height: .36rem;
}

.sections .cases section h4{
    font-size: .18rem;
}

.sections .cases section article{
    margin-top: .35rem;
}

.Support {
    padding: .35rem 0;
    background: rgba(72,142,255,0.04);
    overflow: hidden;
}

.Support .container{
    width: 70%;
    flex-direction: column;
}

.Support .aside{
    width: 25%;
    flex-direction: column;
}

.Support .block{
    padding: .35rem .25rem;
    color: #3b3a3a;
    font-size: .14rem;
    line-height: .28rem;
    background: #fff;
}

.Support .block h4{
    font-size: .18rem;
    margin-bottom: .25rem;
}

.Support .block img{
    max-width: 100%;
    margin: 0 auto;
    height: auto !important;
}

.Support .block-1,
.Support .block-3
{
    min-height: 290px;
}

.Support .block-2{
    margin-top: .5rem;
    min-height: 780px;
}

.Support .block-5{
    min-height: 524px;
}

.section-2 .w1500 aside{
    margin: 0;
}

.aboutus article{
    width: 75%;
    margin: 0 auto;
    font-size: .16rem;
    line-height: .32rem;
} 

.connect{
    display: flex;
    flex-wrap: wrap;
    margin: .5rem auto;
    justify-content: center;
    width: 60%;
}

.connect .items {
    margin: 0 0.25rem;
    color: #4fb4ff;
    font-size: .16rem;
    text-align: center;
    background: rgb(232, 242, 255,0.5);
    /* flex: 1; */
    padding: 10px 15px;
    box-shadow: 0 10px 36px -13px rgb(199 206 218);
    width: 27%;
}

.connect .items img{
    width: 82px;
    height: 82px;
    margin: .2rem auto;
}

.Login_container{
    position: relative;
    padding-top: 103px;
    background: url(../images/login.png) no-repeat;
    background-size: cover;
}

.Login_container .title{
    color: #fff;
    text-align: center;
    margin-bottom: .5rem;
}

.Login_container .title h4{
    font-size: .24rem;
    font-weight: normal;
    line-height: .48rem;
}

.Login_container .title p {
    font-size: .18rem;
    line-height: .36rem;
}

.Login_container .empty{
    flex: 1;
}

.Login_container .section{
    width: 45%;
}

 .login_box{
    padding: .5rem;
    width: 480px;
    height: 458px;
    background: url(../images/login_box.png) no-repeat center center;
    background-size: 100% 100%;
}

 .login_box .login_title{
    color: #fff;
    font-size: .2rem;
    text-align: center;
    margin-bottom: .25rem;
}

 .login_box .item{
    margin-bottom: .15rem;
}

 .login_box .item input{
     position: relative;
    display: block;
    width: 100%;
    padding-left: 58px;
    height: .45rem;
    line-height: .45rem;
    background: #fff url(../images/username.png) no-repeat 16px center;
    background-size: 7%;
    border: none;
}

.login_box .item #password{
    background: #fff url(../images/password.png) no-repeat 16px center;
    background-size: 7%;
}

.login_box .confirm{
    display: flex;
    justify-content: space-between;
    color: #fff;
    line-height: 32px;
}

.login_box .confirm input,
.login_box .confirm a{
    display: inline-block;
}


.login_box .confirm input{
    display: inline;
    vertical-align: sub;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #fff;
}

.login_box .submit{
    margin: .25rem 0;
    text-align: center;
}

.login_box .submit input{
    display: inline-block;
    width: 150px;
    padding: 0 .2rem;
    height: .4rem;
    color: #000;
    text-align: center;
    line-height: .4rem;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
}

.Login_container .copyRight{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: .2rem 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 999;
}

.Login_container .copyRight p{
    line-height: .32rem;
}

.Login_container .copyRight .links a{
    display: inline-block;
    padding: 0 .1rem;
    line-height: .28rem; 
}

.Register{
    padding: 100px 0 50px;
    background: #f6f6f6;
}

.regist-header{
    color: #fff;
    background: #2f367e;
}

.regist-header .on-service{
    display: inline-block;
    line-height: 53px;

}

.Register .container{
    width: 1200px; 
    margin: 0 auto;
    padding: 90px 120px;
    border: 1px solid #9c9c9c;
    border-radius: 10px;
    background: #fff;
}

.Register .title{
    font-size: .24rem;
    text-align: center;
    margin-bottom: .5rem;
}

.Register section{
    padding-bottom: 25px;
}

.Register section h6{
    margin-bottom: .2rem;
    padding-bottom: .15rem;
    font-size: .22rem;
    font-weight: normal;
    color: #3b3b3c;
    border-bottom: 1px solid #3b3b3c;
}

.Register section .tips{
    padding: .2rem 0;
}

.Register section .item{
    display: flex;
    margin-bottom: 25px;
    height: .4rem;
    line-height: .4rem;
}

.Register section .item span{
    width: 90px;
    padding-right: .2rem; 
    text-align: right;
}

.Register section .item span.required{
    background: url(../images/bitian.png) no-repeat 75px 10px;
    background-size: 6px 6px;
}

.Register section .item input{
    color: #565657;
    width: 357px;
    padding: 0 .2rem;
}

.Register section .item input.verifyCode{
    width: 226px;
}

.Register section .item button{
    width: 115px;
    height: 40px;
    margin-left: .15rem;
    color: #fff;
    text-align: center;
    border: none;
    background: #50da04;
}


.submit input{
    display: block;
    margin: 0 auto;
    width: 355px;
    color: #fff;
    text-align: center;
    line-height: .4rem;
    border: none;
    background: #2f367e;
}

.Register .copyRight{
    margin: 0 auto;
    padding: .2rem 0;
    bottom: 0;
    width: 100%;
    color: #00000052;
    text-align: center;
    z-index: 999;
}
.tsButtonCn{
    display: none;
    cursor: pointer;
}

.tsButtonEn{
    display: block;
    cursor: pointer;
}
.tsButtonCn img{
    width: 25px;
    height: 25px;
}
.tsButtonEn img{
    width: 25px;
    height: 25px;
}
.ulli{
    visibility: hidden;
}
#usernameTip,
#passwordTip,
#pwdconfirmTip,
#nicknameTip,
#emailTip{
    margin-left: .2rem;
}


