body,html,button,input,select,textarea,h1,h2,h3,h4,h5,h6,i{
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'DIN';
    src:url('../font/DINCond-Bold.otf');
}
body,html{
    color:#323232;
    position:relative;
    font-size: 15px;
}
h3,h4{
    font-family: 'Noto Sans S Chinese';
}
p{
    color: #666666;
    line-height: 25px;
    font-weight: 500;
    opacity: .7;
}
input, button ,select ,textarea{
    outline:none;
    border:0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #a3a3a3;
}
input:-moz-placeholder,textarea:-moz-placeholder {
    color: #a3a3a3;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #a3a3a3;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #a3a3a3;
}

a:hover, a:visited, a:active, a:focus{
    text-decoration: none;
}
input{-webkit-tap-highlight-color:rgba(255,0,0,0);}

ul,li,h3,h4,h5,h6,p,em,span,img,input{
    margin: 0;
    padding: 0;
}
.container, .specil-container{
    margin: 0 auto;
}
a, a:hover{
    text-decoration: none;
}
ul,li{
    list-style:none;
}
em,i{
    font-style: normal;
}
img {
    max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}



@media (min-width: 1440px){
    .container{
        width:1440px;
    } 
}
@media (min-width: 1660px){
    .specil-container{
        width:1660px;
    }
}
.fieldsize{
    padding-left: 0!important;
    padding-right: 0!important;
}

h3, .list-tab{
    text-transform: uppercase;
}
.about-team-bg{
    background: #f8f2f2;
    width: 100%;
    padding: 70px 0;
}
.about-team-title{
    font-size: 36px;
    text-align: center;
    padding-bottom: 60px;
    letter-spacing: -0.5px;
}


/*----------------------lapaybanner*/ 
.banner-main{
    min-height: 600px;
    background: #191925 url(../images/index-banner.jpg) no-repeat top center;
    position: relative;
}
.banner-main-pd{
    padding: 170px 0 130px;
}
.bannerbox{
    width: 100%;
    color: #ffffff;
    padding: 50px 15px;
    overflow: hidden;
}
.banner-title{
    font-size: 50px;
    text-transform: uppercase;
    line-height: 65px;
    font-family: 'Noto Sans S Chinese';
    word-wrap:break-word;
    font-weight: bold;
    letter-spacing: -0.2px;
}
.banner-title span{
    font-size: 40px;
}
.banner-text, .contact-con-text{
    opacity: .9;
    color: #ffffff;
    line-height: 25px;
    margin-top: 20px;
}
.banner-list{
    padding-top: 30px;
}

.banner-list-item{
    float: left;
    width: 195px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    
}
.banner-list-item img{
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.banner-list-item span{
    opacity: .8;
}
.banner-right-img{
    padding: 56px 0;
    display: flex;
    justify-content: right;
}
.banner-right-img img{
    padding: 0 15px;
}
.problem-box{
    padding: 80px 0;
}
.problem-left{
    display: flex;
    justify-content: center;
    padding: 0 35px;
}
.problem-right{
    padding: 30px;
    min-height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.problem-right-title{
    font-size: 36px;
    padding-bottom: 20px;
}
.prolblem-label{
    padding-top: 30px;
    padding-bottom: 15px;
}
.problem-label-title{
    color: #f7761e;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
}
.product-bg{
    min-height: 860px;
    background: url(../images/product-bg.jpg) no-repeat top center;
    background-size: auto 100%;
    overflow: hidden;
}
.product-header{
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    padding: 60px 0 50px;
}
.product-box{
    width: 100%;
    min-height: 650px;
    background: #FFFFFF;
    box-shadow: 0px 0px 76px 0px rgba(99,99,99,0.25);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0 30px ;
}
.product-bar-img{
    padding: 15px 0 20px;
}
.product-main{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.product-main-item{
    width: 40%;
}
.product-main-show{
    width: 57%;
    min-height: 550px;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(99,99,99,0.12);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-tab{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 20px;
    background: #f4f4f4;
    border-radius: 4px;
    margin-bottom: 10px;
}
.pro-tab:last-child{
    margin-bottom: 0;
}
.pro-tab-img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    width: 90px;
    height: 90px;
    background: #f4f4f4;
    border-radius: 50%;
    flex-shrink: 0;
}
.pro-tab-con h4{
    padding-bottom: 10px;
    font-size: 18px;
}
.pro-tab-con p{
    color: #808080;
}
.tab-now{
    background: linear-gradient(240deg, #50A9E7 0%, #365FD4 100%);
}
.tab-now > .pro-tab-con h4, .tab-now > .pro-tab-con p{
    color: #ffffff;
}
.tab-now > .pro-tab-con p{
    opacity: .8;
}
.tab-now > .pro-tab-img{
    background: rgba(255,255,255,.1);
}
.custom-bg{
    min-height: 440px;
    background: url(../images/custom-bg.jpg) no-repeat top center;
    background-size: auto 100%;
    overflow: hidden;
}
.custom-header{
    color: #323232;
    text-align: center;
    font-size: 40px;
    padding: 80px 0 50px;
}
.custom-box{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.custom-item{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}
.custom-digit{
    font-family: 'DIN';
    font-weight: bold;
    width: 56px;
    height: 56px;
    background: #fdc040;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
.custom-text{
    font-size: 20px;
    font-weight: 800;
    padding: 30px 10px 0;
}
.advantage-bg{
    min-height: 500px;
    background: url(../images/advantage-bg.jpg) no-repeat top center;
    background-size: auto 100%;
    overflow: hidden;
    padding: 35px 0 90px;
}
.advantages-item{
    min-height: 175px;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
    padding: 40px;
    border-left: 5px solid #1C6CC3;
    color: #ffffff;
    margin: 15px 0;
}
.adv-item-title{
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;padding-bottom: 12px;
}
.adv-item-title img{
    margin-right: 10px;
}
.advantages-item p{
    color: #ffffff;
    opacity: .5;
}
.security-bg{
    min-height: 700px;
    background: #EDEDED;
    padding-bottom: 70px;
}
.security-item{
    min-height: 228px;
    background: #FFFFFF;
    display: flex;
    margin: 8px 0;
}
.security-item-icon{
    width: 25%;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(0deg, #ffffff 0%, #f6f6f6 100%);
}
.sec-imgbox{
    padding-top: 30px;
}
.security-item-content{
    width: 75%;
    padding: 35px 40px;
}
.security-item-title{
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 12px;
}
.security-item-text{
    opacity: .7;
}
.specil-padd{
    padding-left: 7.5px!important;
    padding-right: 7.5px!important;
}
.aboutus-bg{
    min-height: 560px;
    background: #ffffff url(../images/about-bg.png) no-repeat bottom center;
    background-size: auto 100%;
    overflow: hidden;
    padding:10px 0 90px;
}
.aboutus-header{
    padding-bottom: 30px;
}
.aboutus-header span{
    color: #1c6cc3;
}
.aboutus-introduce{
    line-height: 28px;
    opacity: .7;
    text-align: center;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
}
.aboutus-mission{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.aboutus-mission-item{
    background: #FFFFFF;
    border-radius: 4px; 
    width: 330px;
    margin: 15px 25px;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(99, 99, 99, .05);
}
.mission-item-title{
    font-size: 20px;
    min-height: 50px;
    font-weight: bold;
    color: #ffffff;
    background: #337fd5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.misson-item-p{
    padding: 30px 20px;
}




/*--------------------------------bottom*/
.footer-main{
    background: #19191e;
    overflow: hidden;
}
.bottom{
    padding: 30px 10px 40px;
}
.bottom-text{
    font-size: 14px;
    color:#ffffff;
    line-height: 22px;
    text-align: center;
    padding: 25px 0;
    opacity: .6;
}
.bottom-text a{
    color: #ffffff;
    opacity: .6;
}
.bottom-text a:hover{
    opacity: 1!important;
}
.bottom-logo{
   height: 130px;
   display: flex;
   align-items: center;
}
.bottom-link{
    display: flex;
    justify-content: flex-end;
}
.bottom-link a{
    color: #ffffff;
    margin: 0 0 0 30px;
    padding:17px 0;
}
.bottom-line{
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
}
.bottom-code{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color: #ffffff;
    font-size: 14px;
    flex-direction: column;
}
.code-text{
    width: 100px;
    text-align: center;
    font-weight: bold;
    opacity: 1;
    height: 30px;
    line-height: 30px;
    background: #2a2a36;
}
.bottom-msg{
    min-height: 130px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.bottom-msg-p{
    color: #ffffff;
    opacity: .8;
    padding: 5px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.bottom-msg-p img{
    margin-right: 10px;
}




@media ( max-width: 1440px ) and (min-width: 1200px){
    .advantages-item{
        min-height: 195px;
    }
    .security-item{
        min-height: 280px;
    }
}
@media (max-width: 1440px){
    .bannerbox{
        padding: 30px 15px;
    }
}
@media (min-width:1200px){
    .api-list li{
        padding-left: 30px;
    }
}

@media (max-width:1200px){
    .banner-title, .service-con-title{
        font-size: 45px;
        line-height: 60px;
    }
}

@media ( max-width: 1200px ) and (min-width: 992px){
    .advantages-item{
        min-height: 250px;
    }
    .security-item{
        min-height: 285px;
    }
    
    .security-item-content{
        padding: 35px 30px;
    }
    .sec-imgbox{
        max-width: 80%;
    }
}
@media ( max-width: 1200px ) and (min-width: 768px){
    .account-kind{
        min-height: 500px;
    }
}
@media (max-width:992px){
    .banner-right-img{
        display: flex;
        justify-content:flex-start;
        padding: 40px 15px 40px 30px;
    }
    .problem-box{
        padding: 80px 0 20px;
    }
    .problem-left{
        justify-content: flex-start;
    }
    .product-main{
        flex-direction: column;
        justify-content: flex-start;
    }
    .product-main-item, .product-main-show{
        width: 100%;
    }
    .product-main-show{
        margin: 15px 0 30px;
        min-height: 550px;
    }
    .product-box{
        margin-bottom: 50px;
    }
    .aboutus-mission{
        flex-direction: column;
        align-items: center;
    }
    .bottom-logo{
        height: 70px;
    }
    .bottom-msg{
        padding-bottom: 30px;
    }
    .bottom{
        padding: 30px 10px 50px;
    }
    .code-text{
        text-align: left;
    }
    .bottom-code{
        align-items: flex-start;
    }
}

@media (max-width:768px){
    .banner-main{
        min-height:800px;
    }
    .banner-right-img{
        padding: 20px 20px 60px;
    }
    .custom-box{
        flex-direction: column;
    }
    .custom-item{
        width: 100%;
    }
    .security-item{
        margin: 10px;
    }
}


