.container{
    width:1200px;
    margin:0 auto;
}
.fluid{
    padding:70px 0;
}
.header-fluid{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index:100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all .4s;
    -webkit-transition: all .4s;
}
.header-fluid.bg{
    /* background-color: rgb(57, 137, 254); */
    background:#fff;
    box-shadow: 0 0 10px #ddd;
}
.header{
    width:1200px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo a{
    display: block;
    height: 60px;
    background:url(../image/logo-foot.png) no-repeat center center;
    background-size: cover;
}
.logo img{
    display: block;
    height: 100%;
    visibility: hidden;
}
.header-fluid.bg .logo a{
    background:transparent;
}
.header-fluid.bg .logo img{
    visibility: visible;
    
}
.headTel{
    border:1px solid #fff;
    color:#fff;
    padding:0 15px;
    line-height: 35px;
}
.navbar>.nav>ul{
    display: flex;
    justify-content: space-between;
}
.navbar>.nav>ul>li{
    position: relative;
}
.navbar>.nav>ul>li>a{
    line-height: 80px;
    display: block;
    font-size:18px;
    padding:0 20px;
    color:#fff;
}
.header-fluid.bg .navbar>.nav>ul>li>a{
    color:#333;
}
.header-fluid.bg .headTel{
    border-color:#0d3fee;
    color:#0d3fee;
}
.main-title{
    margin-bottom: 60px;
}
.main-title h2{
    text-align: center;
    font-size: 52px;
}
.main-title h2 em{
    font-style: normal;
    font-size:70px;
    padding:0 10px;
    color:#0573f0;
    font-weight: 600;
}
.main-title h3{
    font-size:40px;
    text-align: center;
}
.main-title span{
    color:#0573f0;
}
.banner{
    position: relative;
}

.banner .owl-theme .owl-controls .owl-page {
    display: block;
    float: left;
}
.banner .owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.banner .owl-theme .owl-dots .owl-dot span {
    margin: 2px 3px;
    width: 64px;
    height: 4px;
    background:rgb(255 255 255 / 15%);
    opacity: 0.8;
    border-radius: 0;
}

.banner .owl-theme .owl-dots .owl-dot.active span{
    opacity: 1;
    background: #fff;
}
.banner .owl-theme .owl-controls {
    margin-top: 0px;
}
.banner .owl-theme .owl-controls .owl-nav {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(calc(-50%));
    -ms-transform: translateY(calc(-50%));
    transform: translateY(calc(-50%));
    position: absolute;
    width: 100%;
    margin: 0;
}
.banner .owl-theme .owl-controls .owl-nav div {
    width: 50px;
    height: 50px;
    border-radius: 20px;
    margin: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 0px;
}
/* .home_bring{
    display: flex;
    justify-content: space-between;
} */
/* .home_bring_list{
    width:650px;
} */
.characteristic-fluid,
.home_bring_fluid{
    width:100%;
    overflow: hidden;
}
.home_bring_list .item{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home_bring_list .item:nth-of-type(2){
    flex-direction: row-reverse;
}
.home_bring_list .item .info{
    width:650px;
}
.home_bring_list .item .img{
    width:calc(100% - 690px);
}
.home_bring_list .item:last-of-type{
    margin-bottom: 0;
}
.home_bring_list .item .title{
    display: flex;
    align-items: center;
}
.home_bring_list .item .title .num{
    width:80px;
    height:80px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(168deg, #219cf3, #513fb5);
    color:#fff;
    text-align: center;
    line-height: 80px;
    font-size:35px;
}
.home_bring_list .item .title .tit{
    width:calc(100% - 80px);
    padding-left: 20px;
    color: #333333;
    font-size: 24px;
    font-weight: 600;
}
.home_bring_list .item .des{
    margin-top: 10px;
    font-size: 18px;
    line-height: 40px;
    padding-left:100px;
}
.home_bring_img{
    width:calc(100% - 650px);
    padding-left:40px;
}
.section{
    background:url(../image/bg22.jpg) no-repeat top center;
    background-size: cover;
}
.home_kunrao{
    padding:60px 20px;
}
.xz_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.xz_list .item{
    text-align: center;
    padding:20px 20px 40px;
    width:calc(100%/3);
}
.xz_list .item .title{
    font-size:35px;
    color:#0d3fee;
    font-family: "微软雅黑";
    fill: #0d3fee;
    filter: #0d3fee;
}
.xz_list .item .title span{
    font-size:20px;
    color: #b540f3;
    margin-left: 10px;
}
.xz_list .item .des{
    font-size:30px;
}
/* .home_xzBox{
    display: flex;
    justify-content: center;
} */
.home_xz{
    padding:80px 0 60px;
}
.home_xzBox{
    position: relative;
    /* height: 350px; */
}
.home_xzBox .img{
    width:300px;
    margin:0 auto;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.home_xzBox .xz_list{
    width:100%;
}
/* .xz_list .item{
    text-align: center;
    width:calc(50% - 200px);
}
.xz_list .item:nth-of-type(1){
    position: absolute;
    top:0;
    left:0;
}
.xz_list .item:nth-of-type(2){
    position: absolute;
    top:0;
    right:0;
}
.xz_list .item:nth-of-type(3){
    position: absolute;
    bottom:0;
    left:0;
}
.xz_list .item:nth-of-type(4){
    position: absolute;
    bottom:0;
    right:0;
} */
.xz_ul li .title{
    position: relative;
    padding-top: 30px;
}
.xz_ul li .title .num{
    font-size:50px;
    line-height: 1;
    color:#a73aa5;
    font-weight: 700;
    font-style: oblique;
}
.gradient-text{
    background-image:-webkit-linear-gradient(bottom,red,#fd8403,yellow); 
    background-clip:text; 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
}

.xz_ul li .title .t{
    font-size:80px;
    line-height: 1;
    /* text-shadow: 0 0 20px #5093fb; */
    text-transform: uppercase;
    font-weight: 700;
}
.xz_ul li p{
    font-size:18px;
    margin-top: 10px;
}
.home_kunrao_list>ul>li{
    position: relative;
    width:88%;
    margin:0 auto 50px;
}
.home_kunrao_list>ul>li::before{
    content:"";
    width:100%;
    height: 100%;
    border:1px solid #1e87fb;
    display: block;
    position: absolute;
    top:-20px;
    right: -20px;
    border-radius: 20px;
    overflow: hidden;
    z-index:3;
    background:#fff;
}
.home_kunrao_list>ul>li::after{
    content:"";
    width:100%;
    height: 100%;
    background:#fff;
    display: block;
    position: absolute;
    top:0;
    right: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:0 0 23px rgb(30 135 251 / 24%);
    z-index:5;
}
.home_kunrao_list>ul>li .item{
    padding:30px 30px 0 0;
    overflow: hidden;
    height: 150px;
}
.home_kunrao_list>ul>li .item .img{
   position: absolute;
   top:0;
   right:-100px;
   z-index:12;
}
.home_kunrao_list>ul>li .item .img img{
    height: 170px;
    display: block;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}
.home_kunrao_list>ul>li .item .img img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.home_kunrao_list>ul>li .item .info{
    display: flex;
    align-items: center;
    width:calc(100% - 200px);
    position: relative;
    z-index:12;
}
.home_kunrao_list>ul>li .item .info .num{
    font-size:45px;
    width:140px;
    text-align: center;
    color: #1e87fb;
    font-weight: 600;
}
.home_kunrao_list>ul>li .item .info .des{
    font-size: 20px;
    line-height: 48px;
    color: #333333;
    width:calc(100% - 140px);
    font-size: 24px;
    color: #343434;
}
.home_kunrao_list>ul>li .item .info .des span{
    font-size: 24px;
    color: #343434;
}
.case-fluid{
    background:#eff2f9;
    background:#faf9f7;
}
.case .owl-theme .owl-dots{
    margin-top: 25px;
}
.case .owl-theme .owl-dots .owl-dot.active span{
    opacity: 0.9;
    background-color: #0573f0;
}
.case img{
    border:1px solid #ddd;
    box-shadow: 0 0 5px #ddd;
    padding:5px;
    display: block;
    width:100%;
}
.case-list{
    display: flex;
    flex-wrap: wrap;
}
.case-item{
    /* width:calc(100%/2 - 10px);
    margin-right: 20px;
    margin-bottom: 20px; */
    width:calc(100%/3 - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
    /* border:1px solid #ddd; */
    /* background-color: #fff; */
    /* padding:5px; */
}
.case-item:nth-of-type(3n){
    margin-right: 0;
}
.case-item  .img{
    width:100%;
}
.case-item  .img img{
    width:100%;
    display: block;
}
.more{
    margin:50px auto 0;
    width:280px;
}
.more a{
    font-size:20px;
    display: block;
    color:#fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #1e87fb;
    border-radius: 35px;
    overflow: hidden;
}
.operation-list{
    display: flex;
    flex-wrap: wrap;
    width:100%;
}
.operation-list dl{
    width:calc(100%/4 - 10px);
    margin-right: 15px;
    margin-bottom: 30px;
}
.operation-list dl:nth-of-type(4n){
    margin-right: 0;
}
.operation-list dl{
    background:#fff;
    box-shadow: 0 0 10px #ddd;
    padding:30px;
}
.operation-list dl dt{
    position: relative;
}
.operation-list dl dt .num{
    position: absolute;
}


.hzkh-fluid{
    /* background: url(../images/tdbg.jpg); */
}
.hzkh-list{
    display: none;
}
.hzkh-list>ul{
    display: flex;
    flex-wrap: wrap;
}
.hzkh-list>ul>li{
    width:calc(20% - 8px);
    border:1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 12px;
}
.hzkh-list>ul>li:nth-of-type(5n){
    margin-right: 0;
}
.hzkh-list>ul>li img{
    display: block;
    width:100%;
}
.hzkh-iconlist{
    margin-top: 40px;
}
.hzkh-iconlist>ul{
    display: flex;
    flex-wrap: wrap;
}
.hzkh-iconlist>ul>li{
    width:calc(100%/7);
    text-align: center;
    margin-bottom: 40px;
}
.hzkh-iconlist>ul>li>.icon{
    height: 65px;
    width: 65px;
    background-image: url(../image/spritemap.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    background-position-x: 0;
    margin:0 auto;
}
.hzkh-iconlist>ul>li .title{
    text-align: center;
    font-size:20px;
}
.characteristic-fluid{
    background-image: linear-gradient(65deg, #ebf3fd, #e9f1f9);
}
.characteristic-list>ul{
    display: flex;
    flex-wrap: wrap;
}
.characteristic-list>ul>li{
    width:calc(100%/4 - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
    background:#fff;
    box-shadow: 0 0 10px #ddd;
    padding:30px;
    text-align: center;
    
}
.characteristic-list>ul>li:nth-of-type(2),
.characteristic-list>ul>li:nth-of-type(4),
.characteristic-list>ul>li:nth-of-type(5),
.characteristic-list>ul>li:nth-of-type(7){
    background:#fff;
    color:#0573f0;
}

.characteristic-list>ul>li:nth-of-type(1),
.characteristic-list>ul>li:nth-of-type(3),
.characteristic-list>ul>li:nth-of-type(6),
.characteristic-list>ul>li:nth-of-type(8){
    color:#fff;
    background:#0573f0;
}
.characteristic-list>ul>li:nth-of-type(1) .des,
.characteristic-list>ul>li:nth-of-type(3) .des,
.characteristic-list>ul>li:nth-of-type(6) .des,
.characteristic-list>ul>li:nth-of-type(8) .des{
    color:#fff;
}
.characteristic-list>ul>li:nth-of-type(4n){
    margin-right: 0;
}
.characteristic-list>ul>li .iconimg{
    text-align: center;
}
.characteristic-list>ul>li .iconimg i.iconfont{
    font-size:60px;
    /* color:#3086fd; */
    /* background-image:linear-gradient(168deg, #219cf3, #513fb5); 
    -webkit-background-image:-webkit-linear-gradient(168deg, #219cf3, #513fb5); 
    -webkit-background-clip:text; 

    -webkit-text-fill-color:transparent;  */
}
.characteristic-list>ul>li .title{
    font-size:26px;
    /* color:#3086fd; */
}
.characteristic-list>ul>li .des{
    font-size:14px;
    color:#777;
    margin-top: 10px;
}
.footTop-fluid{
    width: 100%;
    background: url(../image/foot.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding:30px 0;
}
.footTop .list{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footTop .list .item{
    display: flex;
    align-items: center;
    width:20%;
    color:#fff;
}
.footTop .list .item .img img{
    display: block;
    height:50px;
}
.footTop .list .item .info{
    padding-left: 10px;
}
.footTop .list .item .info .title{
    font-size:20px;
}
.footTop .list .item .info p{
    font-size:14px;
    color:#eee;
    margin-top: 3px;
}
.footMiddle-fluid{
    width: 100%;
    padding:66px 0 40px;
    /* background: url(../images/bg5.png) no-repeat center; */
    background:#0573f0;
    background-size: cover;
}
.footMiddle p{
    color:#fff;
    text-align: center;
    font-size:30px;
}
.footMiddle a{
    width: 220px;
    display: block;
    border: 1px solid #FFF;
    border-radius: 6px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin: 20px auto 0;
}

.footer-fluid{
    background-color: #1F2E3C;
}
.fnav>ul{
    display: flex;
}
.fnav>ul>li{
    width:calc(100%/7);
}
.fnav>ul>li>a{
    display: block;
    width:100%;
    text-align: center;
    font-size: 16px;
    line-height: 70px;
    color:#f0f0f0;
}
.footer-fluid{
    padding:30px 0;
}
.flogo img{
    display: block;
    height: 80px;
}
.footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerbox1{
    width: 220px;
}
.footerbox2{
    width: 500px;
    position: relative;
    overflow: hidden;
    margin-left: 50px;
    margin-right: 50px;
    padding:0 50px;
}
.footerbox2::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #1f2e3c;
    border-right: 1px solid #263340;
}
.footerbox2::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #1f2e3c;
    border-right: 1px solid #263340;
}
.fcontact{
    color:#eee;
    line-height: 30px;
    
}
.footerewmbox{
    margin-top:20px;
    text-align: center;
    display: flex;
	width:80%;
}
.footerewm{
    width:calc(100%/3 - 5px);
    text-align: center;
    margin-right: 10px;
}
.footerewm img{
    width:100%;
    display: block;
    margin:0 auto;
}
.footerewm p{
    color:#fff;
    margin-top: 10px;
}

.footer-bottom-fluid{
    background-color: #1F2E3C;
    position: relative;
}
.footer-bottom-fluid::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1f2e3c;
    border-top: 1px solid #263340;
}
.footer-bottom{
    color:#ddd;
    line-height: 22px;
    text-align: center;
    padding:10px 0;
}
.footer-bottom a{
    color:#ddd;
}
.part1{
    width:100%;
    height:280px;
    background:url(../image/part1.jpg) no-repeat center center;
}
.part1 img{
    display: none;
}
.team-fluid{
    background:url(../image/bg2.jpg) no-repeat;
}
.team-fluid .main-title h2{
    color:#fff;
}
.team{
    background:#fff;
    padding:50px;
    box-shadow:0 0 20px rgb(109 109 109 / 54%);
}
.team-title{
    text-align: center;
    margin-bottom: 20px;
    font-size:20px;
    position: relative;
}
.team-title span{
    display: inline-block;
    margin:0 auto;
    background:#fff;
    padding:5px 20px;
    position: relative;
    z-index:10;
    border:1px solid #ddd;
}
.team-title::after{
    content:"";
    width:100%;
    display: block;
    height: 1px;
    background:#ddd;
    /* height:10px; */
    /*border-top:1px solid #ddd;
     border-bottom:1px solid #ddd; */
    transform: translateY(-50%);
    position: absolute;
    top:50%;
    left:0;
    z-index:5;
}
.team-des{
    font-size:18px;
    line-height: 2;
    margin-bottom: 30px;
}
.team-list{
    display: flex;
    justify-content: space-between;
}
.team-item{
    width:calc(100%/3 - 15px);
    box-shadow: 0 0 4px #ddd;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team-item a{
    width:100%;
    
}
.team-item a .img img{
    display: block;
    width:100%;
}
.team-item a .info{
    width:100%;
    position: absolute;
    left:0;
    bottom:-300px;
    background:rgba(30, 137, 251, 0.9);
    transition: all .5s;
    -webkit-transition: all .5s;
    width:100%;
    padding:15px;
    color:#fff;
}
.team-item a:hover .info{
    bottom:0;
    
}
.team-item a .info .word{
    width:100%;
}
.team-item a .info .title{
    font-size:22px;
}
.team-item a .info .title span{
    font-size:14px;
}
.team-item a .info .tips{
    font-size:14px;
    margin:10px;
}
.team-item a .info  .des{
    font-size:15px;
    margin-top: 10px;
    text-align: left;
}
.More{
    width:200px;
    margin:50px auto 0;
    text-align: center;
    display: block;
    background: #07f;
    border-radius: 2px;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s;
}
/* 关于我们页面css */
.sub-banner{
    background-color: hsl(216deg 99% 61%);
    padding-top:150px;
    padding-bottom: 90px;
    overflow: hidden;
    position: relative;
}
.canvas{
    width:100%;
    position: absolute;
    left:0;
    bottom:0;
    z-index:1;
}
.sub-banner_info{
    text-align: center;
    color:#fff;
    position: relative;
    z-index:10;
}
.sub-banner_info .t1{
     font-size: 48px;
     color: #fff;
     font-weight: 500;
}
.sub-banner_info .t2{
     font-size: 32px;
     margin-top: 15px;
     font-weight: 500;
     letter-spacing: 2px;
}
.sub-banner_info .t2 span{
    font-size:35px;
    color:#ffe605;
    letter-spacing: 0;
}
.sub-banner_info .list{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.sub-banner_info .list p{
    margin:10px;
    width:160px;
    text-align: center;
    line-height: 40px;
    font-size:16px;
    background-color: rgb(0 121 240 / 72%);
    border:1px solid rgb(255 255 255 / 38%);
}
.joinmore{
    margin:10px;
    width:200px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    overflow: hidden;
    font-size:16px;
    color:#0573f0;
    display: block;
    background-color: #fff;
    border:1px solid rgba(0, 120, 240, 0.923);
}
.crumbs-fluid{
    position: absolute;
    left:0;
    bottom:0;
    z-index:10;
    width:100%;
    padding:10px 0;
    color:#fff;
}
.crumbs-fluid a{
    color:#fff;
}
.crumbs i.iconfont{
    margin-right: 10px;
}
.sub-productbox1-fluid{
    padding-top: 70px;
}
.sub-productbox1 .list1{
    display: flex;
}
.sub-productbox1 .list1 li{
    width:calc(100%/3);
    cursor: pointer;
}
.sub-productbox1 .item{
    width:95%;
}
.sub-productbox1 .item .title{
    position: relative;
    display: flex;
    align-items: center;
    width:285px;
    padding-bottom: 8px;
}
.sub-productbox1 .item .title .num{
    height: 60px;
    width: 60px;
    background-position: 50%;
    background-size: auto 100%;
    -webkit-transition: background-image .5s;
    -moz-transition: background-image .5s;
    transition: background-image .5s;
}
.sub-productbox1 .item .title .tit{
    margin-left: 16px;
    font-size: 22px;
    color: #111f2c;
    letter-spacing: 0;
    line-height: 60px;
    font-weight: 500;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s;
}
.sub-productbox1 .list1 li.active .title .tit{
    color: #07f;
}
.sub-productbox1 .list1 li .title::before{
    content:"";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0;
    width:100%;
    height: 3px;
    background:#f0f0f0;
}
.sub-productbox1 .list1 li .title::after{
    content:"";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0;
    width:0;
    height: 3px;
    -webkit-transition: width .6s;
    -moz-transition: width .6s;
    transition: width .6s;
    
}
.sub-productbox1 .list1 li.active .title::after{
    background: #08f;
    width:100%;
}
.sub-productbox1 .list1 li:nth-of-type(1) .item .title .num{
    background-image: url(../image/01_nor.png);
}
.sub-productbox1 .list1 li:nth-of-type(2) .item .title .num{
    background-image: url(../image/02_nor.png);
}
.sub-productbox1 .list1 li:nth-of-type(3) .item .title .num{
    background-image: url(../image/03_nor.png);
}
.sub-productbox1 .list1 li.active:nth-of-type(1) .item .title .num{
    background-image: url(../image/01_sel.png);
}
.sub-productbox1 .list1 li.active:nth-of-type(2) .item .title .num{
    background-image: url(../image/02_sel.png);
}
.sub-productbox1 .list1 li.active:nth-of-type(3) .item .title .num{
    background-image: url(../image/03_sel.png);
}
.sub-productbox1 .list1 li .item .des{
    padding:20px 20px 30px 0;
}
.sub-productbox1 .list1 li .item .des p{
    line-height: 35px;
    margin-bottom: 2px;
    position: relative;
    padding-left:25px;
    font-size:16px;
}
.sub-productbox1 .list1 li .item .des p i.iconfont{
    position: absolute;
    left:0;
    top:0;
    font-size:18px;
    line-height: 35px;
}
.sub-productbox1 .list2{
    position: relative;
}
.sub-productbox1 .list2 li{
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}
.sub-productbox1 .list2 li.active{
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.sub-productbox1 .list2 li .img img{
    display: block;
    width:100%;
}
.sub-productbox1 .listBox2{
    padding:30px 0 70px;
    background-color: #f3f4f8;
}
.sub-productbox1 .listBox2 .title{
    font-size: 40px;
    line-height: 56px;
    color: #111f2c;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 30px;
}
.sub-productbox1 .listBox2 .dots{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.sub-productbox1 .listBox2 .dots span{
    display: block;
    margin: 2px 3px;
    width: 64px;
    height: 4px;
    background:#cee4fa;
    cursor: pointer;
}
.sub-productbox1 .listBox2 .dots span.active{
    background:#0079f0;
}
.sub-productbox2{
    width:100%;
    overflow: hidden;
}


.sub-productbox3-fluid{
    /* background:linear-gradient(65deg, #ebf3fd, #e9f1f9); */
    background:#f3f4f8;
}
.sub-productbox3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    overflow: hidden;
}
/* .sub-productbox3 ul li{
    width:calc(100%/3 - 20px);
} */
.sub-productbox3 ul{
    width:50%;
    padding-left:40px;
}
.sub-productbox3 .img{
    width:50%;
}
.sub-productbox3 ul li{
    margin-bottom: 20px;
}
.sub-productbox3 ul li .title{
    color: #333333;
    font-size: 24px;
    font-weight: 600;
}
.sub-productbox3 ul li .des{
    margin-top: 10px;
    font-size: 18px;
    line-height:2;
}

.pages {
    text-align: center;
    margin-top: 50px;
}

.pages .page {
    display: inline-block;
}

.pages .page a,
.pages .page span {
    display: block;
    float: left;
    min-width: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px 5px;
    border: 1px solid #ddd;
    margin: 5px;
}

.pages .page span {
    background: #0079f0;
    color: #fff;
}

.pages .page a:hover {
    background: #f8f8f8;
    color: #0079f0;
    border-color: #0079f0;
}
.footerbox3{
    width:400px;
    width: 416px;
}
.footerContact {
    width:100%;
}

.footerContact input {
    width: 100%;
    margin-bottom: 10px;
    padding: 9px 20px;
    font-size: 13px;
    box-sizing: border-box;
    background: #2C353C;
    color: #C9C9C9;
}

.footerContact .form-group,.sub-contact-line  .form-group {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.footerContact .form-group:last-child,.sub-contact-line  .form-group:last-child {
    margin-right: 0px;
}

.footer .footerContact textarea {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    padding: 12px 20px;
    font-size: 13px;
    box-sizing: border-box;
    background: #2C353C;
    color: #C9C9C9;
}

.footer .footerContact input[type=submit] {
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: #1e87fb;
    cursor: pointer;
    transition: all .3s ease-in;
	padding:0;
}

.footer .footerContact input[type=submit]:hover {
    background: #186AAB;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 20px;
    font-size: 13px;
    box-sizing: border-box;
    background: #2C353C;
    color: #C9C9C9;
    position: relative;
    background-image: url(../image/iconfont-arrowdown.png);
    background-size: 30px;
    background-position: right center;
    background-repeat: no-repeat;
}
.footerBottom {
    padding: 22px 0;
    text-align: center;
    background: #262F36;
    border-top: 1px solid #2D373F;
    color: #9C9C9C;
}

.footerBottom p {
    line-height: 20px;
}

.footerBottom a {
    color: #ff6600;
}
.footer .title{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    color: #FEF9F9;
    margin: 0;
    margin-bottom: 10px;
}
.sub-joinbox1-fluid{
    background:#f4f4f4;
}
.sub-joinbox1>ul{
    display: flex;
    justify-content: space-between;
}
.sub-joinbox1>ul>li{
    width: 21%;
    background: #fff;
    box-sizing: border-box;
    padding: 50px 30px;
    position: relative;
}
.sub-joinbox1>ul>li .num{
    position: absolute;
    top: -40px;
    right: 30px;
    font-size: 70px;
    font-weight: bold;
    color: #1f6dea;
}
.sub-joinbox1>ul>li .title{
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}
.sub-joinbox1>ul>li .des{
    font-size: 14px;
    color: #808080;
}
.sub-joinbox2-fluid{
    padding-top: 70px;
}
.sub-joinbox2>ul{
    display: flex;
    justify-content: space-between;
}
.sub-joinbox2>ul>li{
    width:20%;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    min-height: 450px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub-joinbox2>ul>li:nth-of-type(1){
    background-image: url(../image/joinimg1.jpg);
}
.sub-joinbox2>ul>li:nth-of-type(2){
    background-image: url(../image/joinimg2.jpg);
}
.sub-joinbox2>ul>li:nth-of-type(3){
    background-image: url(../image/joinimg3.jpg);
}
.sub-joinbox2>ul>li:nth-of-type(4){
    background-image: url(../image/joinimg4.jpg);
}
.sub-joinbox2>ul>li:nth-of-type(5){
    background-image: url(../image/joinimg5.jpg);
}
.sub-joinbox2>ul>li:hover{
    background-position:center bottom;
}
.sub-joinbox2>ul>li .img{
    width:100%;
}
.sub-joinbox2>ul>li .img img{
    display: block;
    width:100%;
}
.sub-joinbox2>ul>li .title{
    position: absolute;
    top: 50%;
    left:0;
    transform: translateY(-50%);
    padding:50px;
    font-size:18px;
    line-height: 34px;
    color:#fff;
}

.sub-joinbox4-fluid{
    background:#1f6dea url(../image/bg3.jpg) no-repeat top left;
    background-size: 100% 100%;
    color:#fff;
}
.sub-joinbox4 ul {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
  }
  .sub-joinbox4 ul li {
    text-align: center;
  }
  .sub-joinbox4 ul li span {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    border: 1px dashed #fff;
    margin: 0 auto;
  }
  .sub-joinbox4 ul li p {
    margin-top: 20px;
    font-size:18px;
  }
  .sub-joinbox4 ul li i {
    font-size: 45px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 20px;
    display: block;
  }
  .sub-joinbox5-fluid{
    position: relative;
    padding-bottom: 150px;
    padding-top: 90px;
}
.sub-joinbox5{
    position: relative;
    z-index: 2;
    background: #fff;
    border-top: 8px solid #1f6dea;
    border-radius: 10px;
    padding-bottom: 80px;
}
.sub-joinbox5 .title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 70px;
    padding-bottom: 50px;
}
.sub-joinbox5-fluid::after{
    content: '';
    width: 100%;
    height: 50%;
    display: block;
    background: #1f6dea;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
}
.layui-form {
    width: 80%;
    margin: 0 auto;
}
.layui-form dl{
    display: flex;
    margin-bottom: 20px;
}
.layui-form dl dt{
    width:100px;
    font-size:18px;
    line-height: 50px;
}
.layui-form dl dd{
    width:calc(100% - 100px);
}
.layui-form dl dd input[type=text]{
    width:100%;
    height: 50px;
    line-height: 50px;
    background-color: #fafafa;
    border: none;
    font-size: 14px;
    padding:0 10px;
}
.regionform{
    display: flex;
    justify-content: space-between;
}
.regionform .form-group{
    width:calc(100%/3 - 10px);
}
.regionform .form-group .form-control{
    background:#fafafa;
    color:#222;
    height: 50px;
    padding:2px 10px;
}
.yzmbox dd{
    display: flex;
    justify-content: space-between;
}
.layui-form dl.yzmbox dd input[type=text]{
    width:460px;
    height: 50px;
}
.yzmbox .code{
    width:calc(100% - 480px)!important;
    height: 50px;
    display: flex!important;
    align-items: center;
    font-size:35px;
    justify-content: center;
}
.yzmbox dd{
    position: relative;
}
.yzmbox dd em{
    position: absolute;
    bottom:-20px;
    left:0;
    font-style: normal;
}
.submitBtn{
    margin: 40px auto 0;
    width: 245px;
    height: 50px;
    line-height: 50px;
    background: #1f6dea;
    border-radius: 10px;
    font-size: 18px;
    color:#fff;
}
.khmap {
    width:85%;
    margin:0 auto;
}
.khmap img{
    display: block;
    width:100%;
}
.sub-detail{
    padding:50px;
    box-shadow: 0 0 10px #ddd;
}
.sub-content{
    font-size:16px;
    line-height: 2;
}
.sub-about-box1-fluid{
    padding:100px 0;
}
.sub-about-box1{
    padding: 60px 30px;
    box-shadow: 0px 10px 30px 0px rgb(219 223 232 / 66%);
    background: #fff url(../image/one-backgroud.png) no-repeat bottom left;
    display: flex;
    justify-content: space-between;
}
.sub-about-title h2{
    font-size: 32px;
    font-weight: bold;
    color: #333333;
}

.sub-about-img{
    width:350px;
}
.sub-about-content{
    width:calc(100% - 350px);
    padding-left:30px;
}
.sub-about-box2 .content,
.sub-about-box1 .sub-about-content{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #505467;
    /* color:#333; */
    line-height: 2;
}
.sub-about-box2-fluid{
    background:#f4f4f4;
}
.sub-about-box2{
    padding: 50px 30px;
    box-shadow: 0px 10px 30px 0px rgb(219 223 232 / 66%);
    background:#fff;
}
.sub-about-box2 .content{
    margin-bottom: 30px;
}
.sub-about-box2 .team-title{
    margin-bottom: 40px;
}
.floatBox{
    position: fixed;
    right:21px;
    bottom:55px;
    z-index:999;
}
.floatBox>ul>li{
    position: relative;
}
.floatBox>ul>li a{
    display: block;
    
}
.floatBox>ul>li .area{
    -webkit-animation: spservhover .3s ease-out 0s forwards;
    animation: spservhover .3s ease-out 0s forwards;
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%,-50%);
    padding: 15px 15px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
    border-radius: 6px;
    max-width: 252px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
.floatBox>ul>li::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    left: -16px;
    top: 0;
    z-index: -1;
}
.floatBox>ul>li>a{
    width: 48px;
    height: 48px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.32);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
    color: #333;
}
.floatBox>ul>li>a .icon i.iconfont{
    font-size:22px;
    color:#666;
}
.floatBox>ul>li:hover .area{
    display: block;
}
.floatBox>ul>li:hover>a{
    background: #0079f0;
}
.floatBox>ul>li:hover a i.iconfont{
    color:#fff;
}
.floatewm .area{
    text-align: center;
}
.floatewm .area img{
    width:120px;
}
.goTop{
    display: none;
}
.bottoming{
    display: none;
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index: 999;
    background-color: rgb(5 115 240 / 90%);
    
}
.bottoming a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:50%;
    color:#fff;
    font-size:18px;
}
.bottoming a i.iconfont{
    margin-right: 5px;
    font-size:24px;
}
.bottoming a:nth-of-type(1){
    border-right: 1px solid #9abde0;
}
@-webkit-keyframes spservhover {
    0% {
        transform: translate(calc(-100% - 16px), -50%) scale(.5);
        opacity: .5
    }

    60% {
        transform: translate(calc(-100% - 16px), -50%) scale(1);
        opacity: 1
    }

    to {
        transform: translate(calc(-100% - 16px), -50%) scale(1);
        opacity: 1
    }
}

@keyframes spservhover {
    0% {
        transform: translate(calc(-100% - 16px), -50%) scale(.5);
        opacity: .5
    }

    60% {
        transform: translate(calc(-100% - 16px), -50%) scale(1);
        opacity: 1
    }

    to {
        transform: translate(calc(-100% - 16px), -50%) scale(1);
        opacity: 1
    }
}
.sub-about-box3>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sub-about-box3>ul>li{
    width: 23%;
    padding:30px;
    text-align: center;
}
.sub-about-box3>ul>li .title{
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}
.sub-about-box3>ul>li .des{
    font-size: 16px;
    color: #808080;
}
.sub-about-box4-fluid{
    background:#f4f4f4;
}
.sub-about-map{
    position: relative;
}
.sub-about-map .sub-about-contact{
    position: absolute;
    top:50%;
    right:20px;
    transform: translateY(-50%);
    background-color: #0079f0;
    padding:20px;
    color:#fff;
    border-radius: 10px;
    overflow: hidden;
    width:300px;
}
.sub-about-contact .title{
    margin-bottom: 30px;
}
.sub-about-contact .title span{
    font-size:30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.sub-about-contact .info ul>li{
    display: flex;
    margin-bottom: 15px;
}
.sub-about-contact .info ul>li i.iconfont{
    margin-right: 10px;
    font-size:20px;
    line-height: 25px;
}
.sub-about-contact .info ul>li>div .t{
    font-size:14px;
    line-height: 25px;
}
.sub-about-contact .info ul>li>div span{
    font-size:15px;
}
.sub-about-contact .info ul>li>div p{
    margin-top: 5px;
    font-size:20px;
}
.mapbox,
.mapbox iframe{
    width:100%;
}