/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:14px;font-family:' '; color:#000;}
a{color:#333;}
a:hover{ color:#050e76; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:100%; margin:0 auto;max-width: 1620px;}




.header{ position:relative;background: #050e76;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 70px;box-sizing: border-box;}
.logo{height: 70px;}
.logo img{max-height: 45px;width: auto;}
.logoTxt{color: #fff;font-size: 12px;opacity: 0.9;line-height: 1.8;padding-left: 20px;border-left: 1px solid rgba(255,255,255,0.5);}

/*menu*/
.pc_menu{}
.menu{height:70px;line-height:70px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#6cace4; width:100%; position:absolute; left:0px; top:70px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);padding:10px 0;display:none;z-index: 9;border-top: 5px solid #95ceff;}
.menu ul li dl dd{ line-height:38px;}
.menu ul li dl dd a{ font-size:16px; color:#fff;display:block; padding:0 5px;text-align:center;}
.menu ul li dl dd a:hover{ color:#050e76;}
.menu a{ font-size:16px;color:#fff;display:block;text-align:center;padding: 0 17px;}
.menu a:hover{color:#6dabe4;}
a.menu_hover{color:#6dabe4;}
.menu ul li:last-child span a{padding-right: 0;}

.menu ul li.on span a{color:#6dabe4;}



/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:#050e76;position:relative;z-index:10;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:22px}
.sp_nav span{display:block;background:#fff;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:70px;right:-100%;overflow:auto;overflow-x:hidden;transition:right ease 0.35s;display: none;}
.nav_show{right: 0;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #050e76;}
.sjj_nav ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}



/*swiper*/
.swiper {width: 100%;height: 100%;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{background: #000;opacity: 0.5;}
.bannerSwiper .swiper-pagination-bullet-active{background: #fff;opacity: 0.9;}
.bannerSwiper .swiper-button-next,.bannerSwiper .swiper-button-prev{color: #fff;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{font-size: 30px;}
.banner .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.banner .part .img{width: 100%;height: 100%;overflow: hidden;}
.banner .part .img img{width: 100%;height: 100%;object-fit: cover;}
.banner .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 8;display: flex;justify-content: center;align-items: center;}
.banner .part .desc{width:100%; margin:0 auto;max-width: 1620px;}
.banner .part .t1{color: #000;font-size: 48px;}
.banner .part .more{margin-top: 40px;}
.banner .part .more a{display: inline-block;padding: 5px 45px;background: #050e76;color: #fff;font-size: 16px;}


/*common*/
.iComTitle{}

.disFlex{display: flex;flex-wrap: wrap;}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.alibtm{align-items: flex-end;}
.bgfff{background: #fff;}
.fff{color: #fff !important;}
.pt130{padding-top: 40px;}
.pb140{padding-bottom: 140px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}

.img{font-size: 0px;overflow: hidden;}
img{max-width: 100%;}

.index1{width: 100%;}
.i1List{width: 100%;}
.i1List ul li{width: 31%;}
.i1List .part{display: block;width: 100%;text-align: center;}
.i1List .part .t1{font-size: 26px;color: #000;margin-bottom: 30px;}
.i1List .part .img{width: 100%;}
.i1List .part .img img{width: 100%;}

/*--------------------------*/

.footer{width: 100%;background: #050e76;padding: 38px 0;color: #fff;}
.footer .left{flex: 1;}
.footer .ewm{width: 85px;font-size: 0px;}
.footer .ewm img{width: 100%;}
.footer .t1{font-size: 28px;margin-bottom: 10px;font-weight: 400;}
.footer .info{font-size: 15px;opacity: 0.8;}
.footer .info p{padding: 0;}

/*--------------------------*/
.comWarp{max-width: 1300px;padding: 0 5px;box-sizing: border-box;}

.about{width: 100%;}
.aboTit{text-align: center;color: #000;font-size: 36px;}
.aboInfo{font-size: 16px;}
.aboList{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.aboList .img{width: 49%;}
.aboList .img img{width: 100%;}

.quality{width: 100%;}
.quaList{width: 100%;}
.quaList ul li{display: flex;justify-content: space-between;align-items: center;background: #fcfcfc;}
.quaList .img{width: 50%;}
.quaList .img img{width: 100%;height: 100%;object-fit: cover;}
.quaList .desc{width: 50%;padding: 3% 5%;box-sizing: border-box;}
.quaList .desc .t1{color: #000;font-size: 28px;margin-bottom: 20px;}
.quaList .desc .info{font-size: 16px;}
.quaList .desc .info p{line-height: 1.5;}
.quaList ul li:nth-child(even) .img{order: 1;}
.quaList ul li:nth-child(even) .desc{order: 0;}

.smart{width: 100%;}
.smartWarp{width: 100%;background: #f7f7f7;}
.smartWarp .left{width: 35%;position: relative;overflow: hidden;}
.smartWarp .img{width: 100%;}
.smartWarp .img img{width: 100%;}
.smartWarp .imgTop{position: absolute;bottom: 0;left: 0;width: 100%;padding: 15% 10%;box-sizing: border-box;text-align: center;color: #fff;}
.smartWarp .imgTop .t1{font-size: 26px;margin-bottom: 10px;}
.smartWarp .imgTop .info{font-size: 18px;}

.smartWarp .right{width: 65%;}
.smartList{width: 100%;height: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.smartList .item{width: 50%;height: 50%;padding: 10px;box-sizing: border-box;display: flex;align-items: center;}
.smartList .part{display: block;width: 100%;text-align: center;}
.smartList .part .icon{font-size: 0px;}
.smartList .part .icon img{max-width: 92px;}
.smartList .part .t1{color: #000;margin-top: 30px;font-size: 26px;}
.smartList .part .info{color: #333;font-size: 18px;max-width: 390px;margin: 0 auto;margin-top: 10px;}
.smartList .part .info p{padding: 0;line-height: 1.6;}

.aboT2{font-size: 26px;color: #000;text-align: center;}

.product{width: 100%;}
.proWarp{width: 100%;background: #f7f7f7;}
.proWarp .desc{width: 50%;padding: 5%;box-sizing: border-box;overflow: hidden;}
.proWarp .desc h2{color: #050e77;font-size: 28px;font-weight: normal;margin-bottom: 10px;}
.proWarp .desc h3{color: #000;font-size: 28px;font-weight: normal;margin-bottom: 10px;}
.proWarp .desc .info{font-size: 16px;color: #000;margin-bottom: 20px;}

.proWarp .img{width: 50%;}
.proWarp .img img{width: 100%;height: 100%;object-fit: cover;}
.abo2Img{width: 100%;}
.abo2Img img{width: 100%;}

.feature{width: 100%;}
.feaWarp{width: 100%;overflow: hidden;display: flex;align-items: center;justify-content: space-between;}
.feaWarp .t1{margin-right: 5%;}
.feaWarp .t1 span{display: inline-block;padding: 10px 35px;background: #050e77;color: #fff;font-size: 26px;border-radius: 50px;}
.feaWarp .right{flex: 1;}
.feaWarp .item1{display: flex;margin: 20px 0;align-items: center;}
.feaWarp .t2{margin-right: 5%;padding-left: 20px;position: relative;}
.feaWarp .t2 span{display: inline-block;padding: 5px 35px;background: #6eabe4;color: #fff;font-size: 20px;border-radius: 50px;min-width: 120px;text-align: center;}
.feaWarp .item2{flex: 1;}
.feaWarp .info{font-size: 18px;color: #000;}
.feaWarp .info a{color: #6eabe4;display: inline-block;margin-right: 10px;}
.feaLine1{padding-right: 20px;position: relative;}
.feaLine2{padding-right: 20px;}
.feaLine3{padding-right: 20px;}
.feaLine1 img{height: 100%;position: relative;top: 50px;}
.feaLine2 img{height: 120px;}
.feaLine3 img{height: 120px;}






.feaWarp2{width: 100%;overflow: hidden;}
.feaWarp2 .left{width: 50%;padding: 50px 100px;box-sizing: border-box;background: #dff2ff;display: flex;justify-content: flex-end;}
.feaWarp2 .left .warp{width: 100%;max-width:620px;}
.feaWarp2 .right{width: 50%;padding: 50px 100px;box-sizing: border-box;background: #f7f7f7;}
.feaWarp2 .right .warp{width: 100%;max-width: 555px;}
.feaWarp2 .tit1{color: #000;font-size: 26px;margin-bottom: 50px;text-align: center;}

.fea2list1{width: 100%;}
.fea2list1 ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.fea2list1 .img img{max-height: 100px;max-width: 100px;}
.fea2list1 .t1{margin-top: 35px;color: #000;font-size: 28px;}
.fea2list1 .info{font-size: 16px;color: #000;margin-top: 20px;line-height: 1.8;}

.fea2list2{width: 100%;}
.fea2list2 ul li{display: flex;justify-content: space-between;flex-wrap: wrap;}
.fea2list2 .img{width: 50%;}
.fea2list2 .img img{width: 100%;height: 100%;object-fit: cover;}
.fea2list2 .desc{width: 50%;background: #6cade5;padding: 6%;box-sizing: border-box;color: #fff;}
.fea2list2 .t1{font-size: 28px;}
.fea2list2 .info{font-size: 16px;margin-top: 10px;line-height: 1.8;}
.fea2list2 ul li:nth-child(even) .img{order: 1;}
.fea2list2 ul li:nth-child(even) .desc{order: 0;}

.partner{width: 100%;}
.partWarp{width: 100%;padding: 10% 5%;box-sizing: border-box;}
.partWarp ul li{width: 33.3%;}
.partWarp .part{text-align: center;max-width: 260px;margin: 0 auto;}
.partWarp .icon img{width: 100px;}
.partWarp .t1{margin-top: 35px;font-size: 26px;}
.partWarp .info{margin-top: 25px;font-size: 15px;line-height: 1.8;}

.develop{width: 100%;}
.develop .quaList ul li{margin-bottom: 55px;}

.contact{width: 100%;font-size: 0px;}
.contact img{width: 100%;}


.inside{width: 100%;}

/*--------------------------*/
@media only screen and (max-width: 1620px) {
.wapper{max-width: 1380px;padding: 0 20px;box-sizing: border-box;}
.banner .part .desc{max-width: 1380px;padding: 0 20px;box-sizing: border-box;}
.banner .part .t1{font-size: 42px;}



}

@media only screen and (max-width: 1380px) {
.wapper{max-width: 1200px;padding: 0 15px;box-sizing: border-box;}
.banner .part .desc{max-width: 1200px;padding: 0 20px;box-sizing: border-box;}
.banner .part .t1{font-size: 36px;}
.logoTxt{padding-left: 15px;}
.menu a{padding: 0 15px;font-size: 15px;}
.menu ul li dl dd a{padding: 0 15px;font-size: 15px;}
.feaWarp2 .left{padding: 35px 50px;}
.feaWarp2 .right{padding: 35px 50px;}
.fea2list1 .t1{font-size: 26px;}



}

@media only screen and (max-width: 1200px) {
.wapper{max-width: none;padding: 0 20px;box-sizing: border-box;}
.banner .part .desc{max-width: none;padding: 0 20px;box-sizing: border-box;}
.banner .part .t1{font-size: 28px;}
.logoTxt{padding-left: 10px;}
.logo img{max-height: 40px;}
.i1List .part .t1{font-size: 22px;margin-bottom: 20px;}
.footer .t1{font-size: 26px;}
.aboTit{font-size: 26px;}
.smartList .part .icon img{max-width: 80px;}
.smartWarp .imgTop .t1{font-size: 22px;}
.smartList .part .t1{font-size: 22px;margin-top: 15px;}
.smartWarp .imgTop .info{font-size: 16px;}
.smartList .part .info{font-size: 16px;}
.quaList .desc{padding: 2% 3%;}
.quaList .desc .t1{font-size: 24px;}
.quaList .desc .info{font-size: 15px;}
.proWarp .desc{padding: 4%;}
.proWarp .desc h2{font-size: 24px;}
.proWarp .desc h3{font-size: 24px;}
.proWarp .desc .info{font-size: 15px;}
.aboT2{font-size: 24px;}
.feaWarp .t1{margin-right: 3%;}
.feaWarp .t1 span{font-size: 22px;}
.feaWarp .t2{padding-left: 10px;}
.feaWarp .t2 span{font-size: 16px;}
.feaWarp .info{font-size: 14px;}
.feaWarp2 .tit1{font-size: 24px;}
.fea2list1 .t1{font-size: 24px;}
.fea2list1 .info{font-size: 15px;}
.fea2list2 .t1{font-size: 24px;}
.fea2list2 .info{font-size: 15px;}
.fea2list1 .img img{max-height: 80px;max-width: 80px;}
.partWarp .t1{font-size: 22px;}
.partWarp .info{font-size: 14px;}



}

@media only screen and (max-width: 980px) {
.header{ display:none}
.sp_header{ display:block;}
.sjj_nav{ display:block;}
.menu a{padding: 0 15px;font-size: 14px;}
.menu ul li dl dd a{padding: 0 15px;font-size: 14px;}
.banner .part .t1{font-size: 24px;}
.i1List ul li{width: 32%;}
.i1List .part .t1{font-size: 18px;margin-bottom: 15px;}
.footer .t1{font-size: 24px;}
.aboTit{font-size: 24px;}
.aboInfo{font-size: 15px;}
.smartList .part .icon img{max-width: 60px;}
.smartWarp .imgTop{padding: 10% 6%;}
.smartWarp .imgTop .t1{font-size: 18px;}
.smartList .part .t1{font-size: 18px;margin-top: 10px;}
.smartWarp .imgTop .info{font-size: 14px;}
.smartList .part .info{font-size: 14px;}
.quaList .desc{padding: 2% 3%;}
.quaList .desc .t1{font-size: 18px;margin-bottom: 10px;}
.quaList .desc .info{font-size: 14px;}
.proWarp .desc h2{font-size: 18px;margin-bottom: 10px;}
.proWarp .desc h3{font-size: 18px;}
.proWarp .desc .info{font-size: 14px;}
.aboT2{font-size: 18px;}
.feaWarp .t1{margin-right: 10px;}
.feaWarp .t1 span{font-size: 18px;padding: 5px 15px;}
.feaWarp .t2{padding-left: 5px;}
.feaWarp .t2 span{font-size: 15px;padding: 5px 15px;}
.feaWarp .info{font-size: 13px;}
.feaWarp2 .tit1{font-size: 24px;}
.fea2list1 .t1{font-size: 18px;margin-top: 15px;}
.fea2list1 .info{font-size: 14px;margin-top: 15px;}
.fea2list2 .t1{font-size: 18px;}
.fea2list2 .info{font-size: 14px;}
.fea2list1 .img img{max-height: 80px;max-width: 80px;}
.partWarp .icon img{width: 80px;}
.partWarp .t1{font-size: 18px;margin-top: 15px;}
.partWarp .info{font-size: 14px;margin-top: 15px;}



.pt130{padding-top: 100px;}
.pb140{padding-bottom: 110px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt60{padding-top: 40px;}
.pb60{padding-bottom: 40px;}


}

@media only screen and (max-width: 780px) {
.wapper{ width:100%;}
.banner .part .t1{font-size: 18px;}
.banner .part .more{margin-top: 20px;}
.i1List ul li{width: 100%;max-width: 620px;margin: 0 auto;margin-bottom: 20px;}
.footer .t1{font-size: 18px;}
.aboTit{font-size: 24px;}
.aboInfo{font-size: 14px;}
.aboList .img{width: 100%;margin-bottom: 20px;}
.comWarp{max-width: 620px;}
.smartWarp .left{width: 100%;}
.smartWarp .right{width: 100%;}
.smartList{padding: 20px;box-sizing: border-box;}
.quaList ul li{flex-wrap: wrap;}
.quaList .desc{width: 100%;order: 0;padding: 5%;}
.quaList .img{width: 100%;order: 1;}
.proWarp .desc{width: 100%;}
.proWarp .img{width: 100%;}
.feaWarp{display: block;}
.feaWarp .t1{width: 100%;margin-right: 0;margin-bottom: 20px;}
.feaLine1{display: none;}
.feaLine2{display: none;}
.feaLine3{display: none;}
.feaWarp .item1{display: block;padding-left: 20px;box-sizing: border-box;}
.feaWarp .t2{width: 100%;margin-right: 0;margin-bottom: 20px;}
.feaWarp .t1 span{background: no-repeat;padding: 0;color: #000;}
.feaWarp .t2 span{background: no-repeat;padding: 0;color: #000;min-width: auto;}
.feaWarp .info{padding-left: 20px;box-sizing: border-box;}
.feaWarp2 .left{width: 100%;}
.feaWarp2 .right{width: 100%;}
.feaWarp2 .right .warp{max-width: none;}
.partWarp ul li{width: 100%;margin-bottom: 20px;}



.pt130{padding-top: 80px;}
.pb140{padding-bottom: 90px;}
.pt100{padding-top: 80px;}
.pb100{padding-bottom: 80px;}



}

@media only screen and (max-width: 620px) {
.wapper{ width:100%;padding: 0 10px;}
.banner .part .desc{padding: 0 10px;}
.banner .part .img img{min-height: 220px;}
.banner .part .t1{font-size: 16px;}
.banner .part .more a{padding: 5px 20px;font-size: 14px;}
.footer .t1{font-size: 16px;}
.footer .info{font-size: 13px;}
.footer .ewm{width: 80px;}
.smartList{padding: 5px;box-sizing: border-box;}
.smartList .part .icon img{width: 50px;}
.smartList .part .t1{font-size: 16px;}
.smartList .part .info{font-size: 13px;}
.aboT2{font-size: 16px;}
.fea2list2 .img{width: 100%;order: 0;}
.fea2list1 .img img{max-width: 60px;max-height: 60px;}
.fea2list2 .desc{width: 100%;order: 1 !important;}
.feaWarp2 .left,
.feaWarp2 .right{padding: 25px 10px;}


.pt130{padding-top: 60px;}
.pb140{padding-bottom: 70px;}
.pt100{padding-top: 60px;}
.pb100{padding-bottom: 60px;}


}

/*--------------------------*/
