/*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:12px;color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color: var(--main-color); 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:1300px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
    --main-color: #1e5a9f;
    --main-color2: #e4e4e4;
    --main-color3: #1e6ddc;
    --main-color-white: #ffffff;
    --main-color-000: #000;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;background: linear-gradient(rgb(0 0 0 / 60%), rgb(102 102 102 / 17%));}
.header .wapper{width: 100%;padding: 0 5%;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 35px;width: auto;vertical-align: middle;}
.headList .logo .img1{display: block;}
.headList .logo .img2{display: none;}
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; /*background: linear-gradient(rgb(0 0 0 / 60%), rgb(102 102 102 / 17%));*/
    background: #002060;
}
.header.fixed .logo .img1{display: none;}
.header.fixed .logo .img2{display: block;}

.login{margin-left: 20px;}
.login a{display: inline-block;padding: 10px 20px;background: #eee;border-radius: 5px;font-size: 16px;}
.login a:hover{background: var(--main-color);color: #fff;}
.language{font-size: 16px;color: #fff;margin: 0 20px;}
.language a{color: #fff;}
.language span{display: inline-block;margin: 0 15px;}
    .language a.on {
        color: #f5aa3a;
    }

/*menu*/
.menu{height:90px;line-height:90px;}
    .menu ul li {
        float: left;
        position: relative;
        margin: 0 5px;
        min-width: 120px;
    }
.menu ul li dl{ /*background:#fff;*/ width:100%; position:absolute; left: 0; top:90px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;/*min-width: 200px;*/}
.menu ul li dl dd{/*border-bottom:#ddd solid 1px;*/position: relative;}
    .menu ul li dl dd a {
        font-size: 14px;
        color: #fff;
        display: block;
        text-align: center;
        padding: 10px;
        line-height: 1.6;
    }
    .menu ul li dl dd a:hover {
        color: #f5aa3a;
    }
.menu a{ font-size:16px;color:#fff;display:block;text-align:center;padding: 0 10px;}
    .menu a:hover {
        color: #f5aa3a;
    }
a.menu_hover {
    color: #f5aa3a;
}

.menu ul li dl dd dl{position: absolute;top: 0;left: 100%;display: none;}
.menu ul li dl dd:hover dl{display: block;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:40px;}
.sp_nav1{width:45px;float:right;position:relative;cursor:pointer;height:30px;margin-top:20px}
.sp_nav1 span{display:block;background:#000;width:24px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:8px}
.sp_nav1 span:nth-of-type(3){top:16px}
.sp_nav_se1 span:nth-of-type(1){top:top:8px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:top:8px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px;}
.sjj_nav1 ul li i{position:absolute;top: 0;right:0px;height: 45px;padding:0px 7px 0 7px;width: 100%;text-align: right;line-height: 45px;display: flex;align-items: center;justify-content: flex-end;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.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;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.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;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTitle{font-size: 3.75vw;color: #222;}
.iTit{font-size: 3.33vw;color: #222;font-weight: bold;}
.iTit2{font-size: 2.5vw;color: #222;}
.iTit3{font-size: 1.875vw;color: var(--main-color);font-weight: bold;}
.iTit4{font-size: 1.66vw;color: #000;font-weight: bold;}
.iTxt{font-size: 17px;}
.iTxt2{font-size: 1.458vw;color: #222;}
.iLine{margin: 35px 0;}
.iLine i{width: 100%;height: 1px;display: block;background: #d9d8d6;}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}

.iMore a{width: 245px;line-height: 50px;height: 50px;text-align: center;background: #222222;color: #fff;font-size: 14px;font-weight: bold;display: inline-block;border-radius: 5px;}
.iMore a:hover{box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);transform: translate(10px, 10px);}

.iMore2 a{width: 245px;line-height: 50px;height: 50px;text-align: center;background: #fff;color: #222;font-size: 14px;font-weight: bold;display: inline-block;border-radius: 5px;}
.iMore2 a:hover{box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);transform: translate(10px, 10px);}

.iMore3 a{font-size: 14px;color: #222;font-weight: bold;}
.iMore3 a:hover{opacity: 1;}

.iMore4 a{display: inline-block;padding: 12px 35px;background: var(--main-color2);border-radius: 0;color: #000;font-size: 14px;border: 1px solid var(--main-color2);}
.iMore4 a:hover{background: transparent;}
.iMore4 a i{padding-left: 10px;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.bannerVideo{width: 100%;font-size: 0px;}
.bannerVideo video{width: 100%;object-fit: cover;}

.banner2{position: relative;}
.banner2 .imgTop{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 9;display: flex;justify-content: center;align-items: center;}
.banner2 .wapper{}
.banTit{font-size: 5.2vw;color: #fff;font-weight: bold;}
.banTxt{font-size: 1.5625vw;color: #fff;font-weight: bold;margin-top: 1vw;}
.banner2 .iMore{margin-top: 2vw;}

.index1{width: 100%;}
.i1List{width: 100%;}
.i1List ul li{width: 100%;}
.i1List .part{display: block;width: 100%;height: 100%;}
.i1List .part .img{width: 100%;height: 100%;}
.i1List .part .img img{width: 100%;height: 100%;object-fit: cover;}

.i1Warp {
    width: 100%; /*height: 660px;*/
    background-attachment: fixed;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 30px 0;
}
.i1Warp:after{width: 100%;height: 100%;position: absolute;/*background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.81) 71%, #000000);*/top: 0;left: 0;content: "";}
.i1Warp .wapper{position: relative;z-index: 9;}
.i1Warp .desc{max-width: 640px;margin: 0 auto;color: #fff;}

.i1List2{width: 100%;}
.i1List2 ul{justify-content: space-between;}
.i1List2 ul li{width: 19%;}
.i1List2 .part{display: block;width: 100%;height: 100%;border-radius: 10px;padding: 20px;text-align: center;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;background: #fff;}
.i1List2 .part .tit{font-size: 20px;color: #002060;}
.i1List2 .part .tit strong{font-weight: normal;font-size: 32px;}
.i1List2 .part .tit span{}
.i1List2 .part .txt{color: #002060;font-size: 16px;margin-top: 15px;}
.i1List2 .part:hover{background: #002060;}
.i1List2 .part:hover .tit{color: #fff;}
.i1List2 .part:hover .txt{color: #fff;}


.index2 .wapper{width: 100%;max-width: 1300px;}
.i2List{width: 100%;}
.i2List ul li{margin-top: 100px;}
.i2List .part{display: block;width: 100%;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.i2List .part .img{width: 60%;box-shadow: 40px 50px 30px rgb(0 0 0 / 10%);border-radius: 10px;}
.i2List .part .img img{width: 100%;}
.i2List .part .desc{width: 40%;padding-left: 50px;}
.i2List .part .iTit2{margin-bottom: 20px;text-align: center;}
.i2List .part .iTxt{font-weight: bold;}
.i2List .part:hover .iTxt{color: #333;}

.i2List ul li:nth-child(2n) .part .img{order: 1;}
.i2List ul li:nth-child(2n) .part .desc{order: 0;padding-left: 0;padding-right: 50px;}

.index3{background-attachment: fixed;position: relative;}
.index3:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;content: "";opacity: 0.3;}
.index3 .wapper{position: relative;z-index: 9;}
.i3Warp{width: 100%;}
.i3Warp .desc{max-width: 650px;}
.i3Warp .desc .iTit{font-size: 32px;font-weight: normal;}
.i3Warp .desc .iTxt{font-size: 20px;}

.i4List{width: 100%;}
.i4List ul li{width: calc(33.3% - 13.3px);margin-right: 20px;margin-bottom: 20px;}
.i4List ul li:nth-child(3n){margin-right: 0;}
.i4List .part{border-bottom: solid 1px #EEEEEE;border-radius: 10px;box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);padding: 24px;display: block;}
.i4List .part .img{width: 100%;height: 180px;border-radius: 5px;}
.i4List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i4List .part .desc{width: 100%;}
.i4List .part .tit{margin: 15px 0;font-size: 16px;font-weight: bold;color: #222;}
.i4List .part .txt{font-size: 14px;color: #aaa;}

.index5{width: 100%;}
.i5Warp{width: 100%;}
.i5Warp .desc{width: 50%;padding-right: 30px;}
.i5Warp .img{border-radius: 10px;/*box-shadow: 40px 50px 30px rgb(0 0 0 / 10%);*/flex: 1;}
    .i5Warp .img img {
        width: 100%;
    }

.i5List{width: 50%;overflow: hidden;}
.i5List ul li{width: 33.3%;padding: 10px;}
.i5List .part{display: block;width: 100%;height: 100%;background: #fff;border-radius: 5px;border: 1px solid #eee;}
.i5List .part .img{width: 100%;height: 100%;padding: 10px;display: flex;justify-content: center;align-items: center;border-radius: 0;box-shadow: none;}
    .i5List .part .img img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        height: 100px;
        object-fit: contain;
    }


.footer {
    padding: 60px 0;
    background: #002060;
}
.copyright {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    /*border-top: 1px solid #ffffff;*/
    background-color: #002060;
    font-size: 14px;
    color: #fff;
}
.footWarp{width: 100%;}
.footWarp .item{width: 48%;}
.footWarp .part{display: block;width: 100%;height: 100%;background: #fff;padding: 45px;box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);border-radius: 15px;display: flex;justify-content: space-between;align-items: center;}
.footWarp .part .desc{flex: 1;}
.footWarp .part .iTxt{margin-top: 10px;}
.footWarp .part .icon{font-size: 20px;}

.footWarp2 .tit {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.fMenu{}
.fMenu ul li{margin-right: 15px;}
.fMenu ul li:last-child{margin-right: 0;}
.fMenu a {display: block;font-size: 14px;color: #fff;font-weight: bold;text-transform: uppercase;}
.fMenu ul li ul{margin-top: 10px;}
.fMenu ul li ul li a{font-weight: normal;display: inline-block;padding: 5px 0;}

.fEwm .ewm{width: 110px;margin-right: 20px;text-align: center;color: #fff;}
.fEwm .ewm img{width: 100%;}
.fEwm .ewm:last-child{margin-right: 0;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;}
.tongtu .imgTop{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;z-index: 9;}
.tongtu .t1{text-align: center;font-size: 32px;color: #fff;font-weight: bold;}
.tongtu .txt{text-align: center;font-size: 14px;color: #fff;}

.p_page{width: 100%;background: #fafafa;padding: 20px 0;}
.current a{font-size: 14px;color: #888;position: relative;}
.current a:after{content: ">";padding: 0 5px;color: #888;}
.current a:last-child:after{display: none;}

/*about*/

.about1{width: 100%;}
.about1 .i5Warp .img{width: 35%;flex: none;}
.abo2List{width: 100%;}
.abo2List ul li{width: 48%;margin-bottom: 40px;}
.abo2List .part{background: #fff;border-radius: 10px;box-shadow: 30px 40px 30px rgb(0 0 0 / 10%);padding: 45px;}
    .abo2List .part .iTxt {
        margin-top: 10px;
        font-size: 17px;
        color: #666;
    }
.abo2List .part .iTxt h3{font-weight: bold;}

/*news*/

.news{width: 100%;}
.newsList{width: 100%;}
.newsList .part{transition: all ease 0.4s;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 25px;background-color: #fafafa;align-items: center;border-bottom: 1px solid #ececec;}
.newsList .part .img{width: 23%;}
.newsList .part .img img{width: 100%;}
.newsList .part .desc{width: 75%;}
.newsList .part .top{width: 100%;margin-bottom: 15px;font-size: 16px;color: #444;}
.newsList .part .tit{flex: 1;}
.newsList .part .time{margin-left: 20px;}
.newsList .part .txt{font-size: 14px;color: #777;}

.newsList .part:hover{background: #fff;box-shadow: var(--main-shadow);}
.newsList .part:hover .img img{transform: scale(1.1);}
.newsList .part:hover .tit{color: var(--main-color);}

/*contact*/

.contact1{width: 100%;}
.contact1Warp{width: 100%;}
.contact1Warp .left{width: 35%;}
.contact1Warp .right{width: 60%;}
.contact1Warp .left .icon img{width: 100%;max-width: 250px;}
.contact1Warp .left .iTxt h3{margin-bottom: 10px;}
.contact1Warp .left .iTxt a{color: #fff;text-decoration: underline;}

.contact1Form{width: 100%;border: 10px solid hsla(0,0%,58.8%,.5);background: hsla(0,0%,96.1%,.85);backdrop-filter: blur(5px) brightness(85%);height: 100%;padding: 35px;}
.contact1Form ul li{width: 48%;margin-bottom: 20px;}
.contact1Form ul li.w100{width: 100%;}
.contact1Form .tit{width: 100%;height: 45px;line-height: 45px;font-size: 16px;color: #333;}
.contact1Form .input{width: 100%;}
.contact1Form .input input{width: 100%;height: 40px;font-size: 15px;padding: 0 10px;outline: none;}
.contact1Form button{display: block;width: 150px;height: 40px;background: #333;color: #fff;font-size: 16px;margin: 0 auto;border: none;margin-top: 25px;}

.cont2Top{padding-top: 60px;background: var(--main-color2);}
.cont2Top .iTit3{color: #000;}
.cont2Tab{}
.cont2Tab ul li{margin-right: 5px;width: 130px;height: 60px;display: flex;justify-content: center;align-items: center;background: #d9d8d6;cursor: pointer;font-size: 13px;color: #333;}
.cont2Tab ul li:last-child{margin-right: 0;}
.cont2Tab ul li.on{background: #fff;font-weight: bold;}

.cont2Btm{width: 100%;}
.cont2Panel{width: 100%;}
.cont2Panel .iTit2{font-size: 32px;font-weight: bold;}
.cont2Bg{width: 100%;background: #ffffff;padding: 40px 0;}
.cont2List{}
.cont2List ul li{width: calc(33.3% - 20px);margin-bottom: 30px;margin-right: 30px;}
.cont2List ul li:nth-child(3n){margin-right: 0;}
.cont2List .part{display: block;width: 100%;background: #fff;}
.cont2List .part .img{width: 100%;}
.cont2List .part .img img{width: 100%;}
.cont2List .part .desc{padding: 35px;}
.cont2List .part .tit{font-size: 15px;color: #333;font-weight: bold;}
.cont2List .part .txt{margin-top: 13px;font-size: 15px;color: #333;}
.cont2List .part .txt p{padding: 2px 0;}
.cont2List .part .txt a{color: var(--main-color3);text-decoration: underline;}

.cont2Desc{width: 100%;max-width: 1330px;margin: 0 auto;padding: 40px 0;}
.cont2Desc .iTxt{margin: 20px 0;}
.cont2Desc .iTxt a{color: var(--main-color3);}
.cont2Desc .iTxt h3{font-size: 24px;color: #000;margin: 10px 0;font-weight: bold;}
.cont2Desc .iTxt p{}

.cont2Warp{padding: 60px 0;}
.cont2Warp .item{width: 48%;}
    .cont2Warp .iTit2 {
        font-size: 28px;
        color: #000;
        font-weight: bold;
        margin-bottom: 35px;
        padding: 0 24px;
    }
.cont2Warp .part{width: 100%;background: #f7f7f7;padding: 20px 24px;display: block;}
.cont2Warp .part .img{width: 100%;height: 380px;}
.cont2Warp .part .img img{width: 100%;height: 100%;object-fit: cover;}
.cont2Warp .part .desc{padding-top: 20px;}
.cont2Warp .part .tit{font-size: 18px;color: #000;font-weight: bold;height: 30px;line-height: 30px;margin-bottom: 12px;}
.cont2Warp .part .txt{font-size: 15px;color: #333;height: 84px;line-height:28px;margin-bottom: 20px;}
.cont2Warp .part .txt p{padding: 0;line-height: 28px;}
.cont2Warp .part .more{color: var(--main-color3);font-size: 16px;}
.cont2Warp .part:hover{box-shadow: var(--main-shadow);}

/*product*/
.mainFull{padding: 40px 0;}
.mainWarp{width: 100%;}
.mainWarp .ml{width: 260px;}
.mainWarp .mr{width: calc(100% - 300px);}

.mainWarp .ml .mlBox{position: sticky;z-index: 1;overflow-x: hidden;top:90px;}
.mainWarp .mr #lContent{margin-top:0px;position: -webkit-sticky;position: sticky;z-index: 1;top: 90px;overflow-x: hidden;}
.mainWarp .mr .product{margin-top:0px;position: -webkit-sticky;position: sticky;z-index: 1;top: 90px;overflow-x: hidden;}

.mlBox{background: #F5F5FA;padding: 25px 30px;border-radius: 10px;margin-bottom: 30px !important;}
.mlTit{font-weight: 600;font-size: 24px;line-height: 30px;letter-spacing: -0.02em;color: #000000;margin-bottom: 15px;text-transform: initial;}
.mlMenu1{width: 100%;}
.mlMenu1 ul li{}
.mlMenu1 ul li a{font-size: 13px;color: #000;display: block;padding: 5px 0;}
.mlMenu1 ul li a i{color: var(--main-color2);}
.mlMenu1 ul li .count{color: #828282;}

.mlMenu2{width: 100%;}
.mlMenu2 ul li{margin-bottom: 0;}
.mlMenu2 ul li label{font-size: 13px;color: #000;display: block;padding: 5px 0;}
.mlMenu2 ul li label input{color: #000;}
.layui-form-checkbox[lay-skin=primary] span{color: #000;padding-right: 5px;}
.mlMenu2 ul li .count{color: #828282;}

.mrTit{border-bottom: 1px solid #ddd;position: relative;font-size: 24px;color: var(--main-color);margin-bottom: 25px;}
.mrTit span{display: inline-block;padding-bottom: 20px;position: relative;}
.mrTit span:after{position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: var(--main-color);content: "";}

.mrTop{background: #F5F5FA;margin-bottom: 30px;padding: 20px 30px;border-radius: 10px;}
.mrTop .left{flex: 1;}
.proBtn{margin-left: 10px;}
.proBtn a{width: 40px;height: 40px;background: transparent;border-radius: 5px;display: flex;justify-content: center;align-items: center;cursor: pointer;font-size: 18px;color: #333;margin-left: 10px;}
.proBtn a i{vertical-align: middle;}
.proBtn a.on{background: var(--main-color2);color: #fff;}

.mlSort ul li{margin-right: 10px;margin-top: 10px;}
.mlSort a{background: #FFFFFF;border: 1px solid #BDBDBD;color: #4F4F4F;font-weight: 500;font-size: 12px;line-height: 14px;padding: 4px 8px;display: inline-block;vertical-align: middle;border-radius: 12px;cursor: pointer;}
.mlSort .ti-close{cursor: pointer;font-style:normal;padding-left: 10px;}
.mlSort a:hover{border-color: #000;}

.product{width: 100%;}
.proList{width: 100%;}
.proList ul li{width: calc(33.3% - 10px);margin-right: 15px;margin-bottom: 15px;}
.proList ul li:nth-child(3n){margin-right: 0;}
.proList .part{display: block;width: 100%;height: 100%;border: 1px solid #ddd;border-radius: 10px;overflow: hidden;}
.proList .part .img{width: 100%;}
    .proList .part .img img {
        width: 100%;
        height: 285px;
        object-fit: contain;
    }
.proList .part .desc{padding: 20px;}
.proList .part .tag{font-size: 13px;color: var(--main-color2);margin-bottom: 10px;}
.proList .part .tit{font-size: 16px;color: #000;font-weight: bold;}
.proList .part .txt{margin-top: 15px;font-size: 14px;color: #828282;display: none;}
.proList .part .txt p{display: flex;}
.proList .part .txt p span{width: 50%;}
.proList .part .txt p strong{width: 50%;font-weight: normal;color: #333;}

.proList.on ul li{width: 100%;margin-right: 0;margin-bottom: 35px;}
.proList.on .part{display: flex;flex-flow: wrap;justify-content: space-between;}
.proList.on .part .img{width: 100%;max-width: 300px;}
.proList.on .part .img img{width: 100%;height: 100%;object-fit: cover;}
.proList.on .part .desc{flex: 1;padding: 35px;}
.proList.on .part .tit{font-size: 24px;}
.proList.on .part .txt{display: block;}

/*proShow*/
.proShow_1{padding: 40px 0;background: #f7f7f7;}
.proShow_1_warp{width: 100%;}
.proShow_1_warp .img{width: 50%;}
.proShow_1_warp .img img{width: 100%;}
.proShow_1_warp .desc{width: 45%;}

.proShow_3{padding: 60px 0;background: url(../images/bg_2.png) center no-repeat;background-size: cover;}
.proShow_3 .desc{width: 50%;}

.proShow_2{padding: 40px 0;}
.proShow_2_tab{width: 100%;border-bottom: 1px solid #000;}
.proShow_2_tab ul li{display: inline-block;padding: 5px;background: #d9d8d6;margin-right: 5px;cursor: pointer;font-size: 13px;color: #000;width: 130px;height: 60px;display: flex;justify-content: center;align-items: center;text-align: center;}
.proShow_2_tab ul li:hover{font-weight: bold;color: #000;}
.proShow_2_tab ul li.on{background: #313131;color: #fff;font-weight: bold;}

.proShow_2_show{margin-top: 60px;}
.proShow_2_1{width: 100%;}
.proShow_2_list1{width: 100%;}
.proShow_2_list1>ul>li{width: 33.3%;padding: 0 15px;margin-bottom: 30px;}
.proShow_2_list1 .part{display: block;width: 100%;height: 100%;position: relative;background: #f7f7f7;padding: 30px;}
.proShow_2_list1 .part .img{width: 100%;}
.proShow_2_list1 .part .img img{width: 100%;}
.proShow_2_list1 .part .tag{position: absolute;top: 10px;right: 10px;background: var(--main-color2);font-size: 14px;color: #000;padding: 10px 20px;}
.proShow_2_list1 .part .desc{width: 100%;padding-top: 20px;}
.proShow_2_list1 .part .tit{font-size: 18px;color: #000;font-weight: bold;}
.proShow_2_list1 .part .txt{font-size: 14px;color: #333;margin: 20px 0;line-height: 1.6;}
.proShow_2_list1 .part .list{font-size: 14px;color: #000;font-weight: bold;}
.proShow_2_list1 .part .list ul{padding-left: 20px;}
.proShow_2_list1 .part .list ul li{margin: 10px 0;list-style: decimal;}
.proShow_2_list1 .part .more{margin-top: 35px;color: var(--main-color3);font-size: 16px;}
.proShow_2_list1 .part .more i{padding-left: 10px;}
.proShow_2_list1 .part:hover{box-shadow: var(--main-shadow);}

.proShow_2_list2>ul>li{width: 25%;padding: 0 10px;margin-bottom: 20px;}
.proShow_2_list2 .part{padding: 20px;}

/*proShow_2_2*/

.proShow_2_2{width: 100%;}
.proShow_2_2 .top{width: 100%;}
.proShow_2_2 .top .desc{width: 55%;}
.proShow_2_2 .top .img{width: 40%;}
.proShow_2_2 .top .img img{width: 100%;}
.proShow_2_2 .top .iTxt{font-size: 14px;color: #333;}
.proShow_2_2_list{width: 100%;}
.proShow_2_2_list ul li{width: 49%;margin-bottom: 30px;}
.proShow_2_2_list .part{display: block;width: 100%;background: #f7f7f7;padding: 20px;display: flex;justify-content: space-between;}
.proShow_2_2_list .part .img{width: 120px;margin-right: 20px;}
.proShow_2_2_list .part .img img{width: 100%;}
.proShow_2_2_list .part .desc{width: calc(100% - 140px);}
.proShow_2_2_list .part .tit{font-size: 18px;color: #000;font-weight: bold;margin-bottom: 10px;}
.proShow_2_2_list .part .txt{font-size: 14px;color: #313131;margin: 20px 0;line-height: 1.6;}
.proShow_2_2_list .part .more{color: var(--main-color3);font-size: 16px;}
.proShow_2_2_list .part .more i{padding-left: 10px;}

/*proShow_2_3*/

.proShow_2_3{width: 100%;}
.proShow_2_3 .iTit4{width: 33.3%;padding: 0 10px;}
.proShow_2_3_list{width: 66.6%;padding: 0 10px;}
.proShow_2_3_list ul li{border: 1px solid #e4e4e4;border-left: none;border-right: none;}
.proShow_2_3_list .part{display: flex;justify-content: space-between;align-items: center;padding: 25px 0;padding-right: 100px;position: relative;cursor: pointer;border-bottom: 1px solid #e4e4e4;}
.proShow_2_3_list .part .img{width: 160px;margin-right: 20px;}
.proShow_2_3_list .part .img img{width: 100%;}
.proShow_2_3_list .part .desc{width: calc(100% - 180px);}
.proShow_2_3_list .part .tit{font-size: 16px;color: #000;font-weight: bold;}
.proShow_2_3_list .part .txt{font-size: 15px;color: #333;line-height: 1.6;margin-top: 15px;}
.proShow_2_3_list .part .icon{width: 35px;height: 35px;border: 2px solid #000;border-radius: 50%;font-size: 28px;color: #000;cursor: pointer;position: absolute;right: 50px;top: 50%;transform: translateY(-50%);text-align: center;display: flex;justify-content: center;align-items: center;}
.proShow_2_3_list .part .icon span{line-height: 1;}
.proShow_2_3_list .panel{padding: 30px;display: none;}
.proShow_2_3_list .panel .txt{font-size: 14px;color: #000;}

.proShow_2_3_list ul li.on{background: #f7f7f7;border: 1px solid #e4e4e4;}
.proShow_2_3_list ul li.on .part .icon span{display: none;}
.proShow_2_3_list ul li.on .part .icon:after{content: "-";position: relative;top: -4px;}

.proShow_2_4 .proShow_2_list1 .left{width: 25%;}
.proShow_2_4 .proShow_2_list1 .iImg{width: 65%;}

.ml_message_a h2 {text-align: center;color: #000;font-weight: normal;font-size: 30px;margin-bottom: 10px;}
.ml_message_a h3 {text-align: center;font-weight: normal;font-size: 16px;color: #303133;margin-bottom: 20px;}
.ml_message_a img {width: 100%;}
.form_area_a {display: flex;flex-wrap: wrap;padding: 20px 0;justify-content: space-between;}
.form_area_a input {display: block;width: 48%;height: 40px;border: 1px solid #ccc;border-radius: 4px;margin-bottom: 20px;padding-left: 15px;outline: none;}
.form_area_a select {display: block;width: 48%;height: 40px;border: 1px solid #ccc;border-radius: 4px;margin-bottom: 20px;padding-left: 15px;outline: none;}
.form_area_a textarea {display: block;outline: none;width: 100%;min-height: 150px;border: 1px solid #ccc;border-radius: 4px;margin-bottom: 20px;padding-left: 15px;padding-top: 15px;}
.message_sub_a {display: block;width: 200px;height: 40px;line-height: 40px;text-align: center;color: #fff;background-color: var(--main-color);border-radius: 4px;margin: 0 auto;font-size: 16px;}
.message_sub_a:hover{color: #fff;opacity: 0.8}

.form_area_b {display: flex;flex-wrap: wrap;padding: 20px 0;justify-content: space-between;}
.form_area_b .box{width: 100%;}
.form_area_b .box.w50{width: 49%;}
.form_area_b .box.w30{width: 32%;}
.form_area_b .box.w100{width: 100%;}
.form_area_b input {display: block;width: 100%;height: 40px;border: 1px solid #ccc;border-radius: 4px;margin-bottom: 20px;padding-left: 15px;outline: none;}
.form_area_b select {display: block;width: 100%;height: 40px;border: 1px solid #ccc;border-radius: 4px;margin-bottom: 20px;padding-left: 15px;outline: none;}
.form_area_b textarea {display: block;outline: none;width: 100%;min-height: 150px;border: 1px solid #ccc;border-radius: 4px;margin-bottom: 20px;padding-left: 15px;padding-top: 15px;}


/*training*/

.training1{width: 100%;}
.training1 .wapper{max-width: 1200px;}
.training1Warp{width: 100%;}
.training1Warp .item{padding: 60px 0;}
.training1Warp .part{display: flex;justify-content: space-between;flex-wrap: wrap;}
.training1Warp .part .img{width: 45%;}
.training1Warp .part .img img{width: 100%;}
.training1Warp .part .desc{width: 48%;}
.training1Warp .part .tit{color: var(--main-color2);font-size: 32px;}
.training1Warp .part .iTxt{font-size: 15px;color: #333;}
.training1Warp .part .iTxt ul{padding-left: 20px;}
.training1Warp .part .iTxt ul li{list-style: disc;margin: 10px 0;line-height: 1.6;}
.training1Warp .part .iTxt h3{margin: 10px 0;}

.training1Warp .item:nth-child(2n) .img{order: 0;}
.training1Warp .item:nth-child(2n) .desc{order: 1;}

.training2{background: #f7f7fa;}
.training2 .iTit4{font-weight: normal;color: var(--main-color2);}
.training2List{width: 100%;}
.training2List ul li{width: 33.3%;padding: 20px;}
.training2List .part{display: flex;}
.training2List .part .icon{width: 36px;height: 36px;background: #f0f0f4;display: flex;justify-content: center;align-items: center;border-radius: 50%;margin-right: 24px;}
.training2List .part .icon i{font-size: 20px;}
.training2List .part .tit{flex: 1;font-size: 20px;color: var(--main-color3);line-height: 36px;}

.training3{background: var(--main-color2);}
.training3 .iTit4{font-weight: normal;}

/*news2*/

.news2{width: 100%;}
.news2List{width: 100%;}
.news2List ul li{width: 100%;margin-bottom: 35px;}
.news2List .part{display: flex;justify-content: space-between;flex-wrap: wrap;}
.news2List .part .img{width: 32%;border-radius: 10px;overflow: hidden;}
.news2List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.news2List .part .desc{width: 65%;background: #fff;border-radius: 10px;padding: 5%;}
.news2List .part .tit{color: var(--main-color2);font-weight: bold;font-size: 24px;}
.news2List .part .txt{margin: 15px 0;font-size: 15px;color: #333;line-height: 1.6;}
.news2List .part .btm{margin-top: 20px;font-size: 14px;color: #666;}
.news2List .part .btm span{display: inline-block;margin-right: 20px;}
.news2List .part .btm i{padding-right: 10px;}

.mlSearch{width: 100%;}
.mlSearch .box{position: relative;width: 100%;}
.mlSearch .box input{width: 100%;height: 45px;background: #fff;border: 1px solid #ddd;border-radius: 5px;padding: 0 45px 0 10px;font-size: 16px;outline: none;}
.mlSearch .box button{position: absolute;top: 5px;right: 5px;width: 40px;height: 35px;background: transparent;border: none;font-size: 16px;color: #000;}

.accordion {width: 100%;}
.accordion>li{border-bottom: 1px solid #ddd}
.accordion .link {cursor: pointer;display: block;padding: 12px 0;color: #555;font-size: 14px;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.accordion .link a{color: #061a39;font-weight: 400;}
.accordion .link:hover{color: var(--main-color2);}
.accordion li i {position: absolute;top: 15px;left: 12px;font-size: 18px;color: #666;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.accordion li i.icon {right: 12px;left: auto;font-size: 20px;}
.accordion li.open .link {color: var(--main-color2);}
.accordion li.open i.icon {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}

.submenu {
    display: block !important;
    font-size: 13px;
}
.submenu li {border-bottom: 1px dotted #e8e5e5;}
.submenu a {display: block;text-decoration: none;color: #666 !important;padding: 10px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;padding-left: 10px;}
.submenu a:hover {color: var(--main-color2) !important;}
/*tab5_____end*/

.mlNewsList{width: 100%;}
.mlNewsList ul li{margin-bottom: 15px;}
.mlNewsList a{font-size: 15px;color: #444;line-height: 1.8;display: block;position: relative;padding-left: 20px;}
.mlNewsList a i{position: absolute;left: 0;top: 8px;}
.mlNewsList a:hover{color: var(--main-color2);}

/*download*/
@media only screen and (min-width: 980px) {
	.ml_download_a li {
		padding: 15px 0;
		border-bottom: 1px dashed #ccc;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.ml_download_a li i {
		font-size: 40px !important;
		color: var(--main-color);
	}
	.ml_download_a li img {
		width: 55px;
	}
	.loadnow_a {
		display: block;
		width: 120px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background-color: var(--main-color);
		color: #fff;
		font-size: 15px;
	}
	.loadnow_a:hover {
		color: #fff;
	}
	.d_center_a {
		flex: 1;
		padding: 0 20px;
	}
	.d_center_a a {
		display: block;
		font-size: 15px;
		color: #303133;
		margin-bottom: 7px;
	}
	.d_center_a span {
		font-size: 14px;
		color: #444;
		display: inline-block;
		margin-right: 5px;
	}
}

@media only screen and (max-width: 980px) {
	.ml_download_a li {
		padding: 15px 0;
		border-bottom: 1px dashed #ccc;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.ml_download_a li i {
		color: var(--main-color);
		font-size: 25px !important;
	}
	.ml_download_a li img {
		width: 30px;
	}
	.loadnow_a {
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background-color: var(--main-color);
		color: var(--main-color-white);
		font-size: 15px;
		margin-top: 10px;
	}
	.loadnow_a:hover {
		color: #fff;
	}
	.d_center_a {
		flex: 1;
		padding: 0 20px;
	}
	.d_center_a a {
		display: block;
		font-size: 15px;
		color: #303133;
		margin-bottom: 7px;
	}
	.d_center_a span {
		font-size: 14px;
		color: #444;
		display: inline-block;
		margin-right: 5px;
	}
}

/*case*/

.caseList1{width: 100%;}
.caseList1 ul li{width: 25%;padding: 0 10px;margin-bottom: 20px;}
.caseList1 .part{display: block;width: 100%;height: 100%;}
.caseList1 .part .img{width: 100%;}
.caseList1 .part .img img{width: 100%;}
.caseList1 .part .desc{margin-top: 15px;}
.caseList1 .part .tit{font-size: 16px;color: #333;text-align: center;}
.caseList1 .part .txt{font-size: 14px;color: #666;text-align: center;margin-top: 10px;}

/*login*/

.login2{width: 100%;height: 100%;position: relative;}
.loginTop{position: absolute;top: 0;left: 0;width: 100%;height: 90px;padding: 0 5%;z-index: 9;}
.loginTop .logo img{max-height: 55px;}
.loginTop .share a{display: inline-block;margin-right: 10px;font-size: 16px;color: #333;}
.loginTop .share a:last-child{margin-right: 0;}

.loginWarp{width: 100%;height: 100%;}
.loginWarp .left{width: 50%;background: #ECECEC;padding: 40px;display: flex;justify-content: center;align-items: center;}
.loginWarp .right{width: 50%;background: #fff;padding: 40px;display: flex;justify-content: center;align-items: center;}
.loginWarp .right .box{max-width: 80%;margin: 0 auto;}

.loginBox{width: 100%;position: relative;padding: 48px 48px 40px 48px;background-color: #FFFFFF;border-radius: 8px;max-width: 440px;min-height: 500px;box-shadow: 0px 5px 12px 4px rgb(0 0 0 / 12%), 0px 1px 2px 0px rgb(0 0 0 / 8%);}
    .loginBox .txt {
        font-size: 14px;
        color: #555;
        text-align: center;
    }
.loginBox .row{margin-bottom: 20px;}
.loginBox .tit{margin-bottom: 5px;font-size: 14px;}
.loginBox input{width: 100%;height: 40px;border: 1px solid #ddd;border-radius: 5px;padding: 0 10px;font-size: 14px;}
.loginBox button{width: 100%;height: 42px;color: #fff;font-size: 14px;border-radius: 5px;background: var(--main-color);border: none;}

.loginBox .btm a{display: inline-block;/*margin-left: 10px;*/font-size: 14px;margin:0 auto;}

.registerBox{width: 100%;max-width: 580px;}
.form_box .row{width: 49%;}

.addCont1{width: 100%;padding: 60px 0;background: #f7f7f7}
.addCwarp{width: 100%;display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.addCwarp .left{width: 235px;margin-right: 15px;background: #fff;padding: 20px;border: 1px solid #eee;}
.addCwarp .right{width: calc(100% - 250px);background: #fff;padding: 20px;border: 1px solid #eee;}
.addCont1Tit{width: 100%;padding: 12px;background: var(--main-color);color: #fff;font-size: 14px;text-align: center;}
.addCont1Menu{width: 100%;background: #eee;margin: 10px 0;}
.addCont1Menu ul li{color: #333;font-size: 14px;border-bottom: 1px solid #ddd;}
.addCont1Menu ul li a{color: #333;display: block;padding: 10px;text-align: center;}
.addCont1Menu ul li a:hover{background: #fff;}
.addCont1Quit a{width: 100%;padding: 10px;background: var(--main-color);color: #fff;font-size: 14px;text-align: center;display: block;border-radius: 40px;}
.addCont1Menu ul li.on a{background: #ddd;}

.addCpanel{width: 100%;min-height: 500px;}
.addCtit{background: var(--main-color);padding: 12px 15px;box-sizing: border-box;color: #fff;font-size: 14px;font-weight: bold;margin-bottom: 35px;}
.buzhou{width: 100%;margin-top: 15px;border-bottom: 2px solid #038cd8;}
.buzhou ul{display: flex;flex-wrap: wrap;}
.buzhou ul li{width: 25%;padding: 10px;box-sizing: border-box;font-size: 16px;color: #000;text-align: center;background: #f0f8ff;}
.buzhou ul li.on{background: #ddeefd;}
.buzhou ul li span{display: inline-block;width: 25px;height: 25px;border-radius: 50%;color: #fff;background: #038cd8;font-size: 14px;line-height: 25px;text-align: center;margin-right: 5px;}
.buzhou ul li a{color: #333;}

.table{overflow: auto;}
table{max-width: 100%;background-color: transparent;border-collapse: collapse;border-spacing: 0;box-sizing: border-box;width: 100%;}
table thead tr th,
table tbody tr th,
table tfoot tr th,
table thead tr td,
table tbody tr td,
table tfoot tr td {
	padding: 10px;
	/*vertical-align: middle;*/
	/*border-top: 1px solid #e7e7e7;*/
	box-sizing: border-box;
	font-size: 16px;
}

/*points*/

.points{width: 100%;overflow: auto;}
.points .tfoot{font-size: 16px;color: #333;}
.points .tfoot span{font-weight: bold;}
.points .tfoot .btn a{display: inline-block;padding: 10px 20px;background: #eee;color: #333;font-size: 14px;}
.points .tfoot .btn a:hover{opacity: 0.8;}

/*case2*/

.case2{width: 100%;background: #f0f5f9 url(../images/img-22.jpg) center top no-repeat;background-size: 100% auto;}
.case2Box{background-color: rgba(255, 255, 255, 0.6);padding: 40px 60px;margin-bottom: 50px;}
.innerTit{font-size: 32px;color: #00405b;margin-bottom: 20px;}
.innerTit:after{content: '';width: 40px;height: 4px;background-image: linear-gradient(90deg, #b0d35a, #00abc8);display: block;margin-top: 16px;}

.case2Box .para{color: #00405b;line-height: 2;font-size: 16px;}
.case2List1{width: 100%;}
.case2List1 .item{box-shadow: 0 0 1.25rem rgb(10 109 125 / 10%) inset;padding: 24px 40px;position: relative;margin: 10px 0;}
.case2List1 .item .tit{display: flex;justify-content: space-between;}
.case2List1 .item .tit em{font-style: normal;color: #1390ba;font-size: 20px;margin-right: 20px;margin-top: 5px;}
.case2List1 .item .tit .txt{flex: 1;color: #00405b;font-size: 16px;}

.inside{width: 100%;min-height: 500px;}
.inside img {max-width: 100%;height: auto !important;}

.abo3Warp{width: 100%;}
.abo3Warp .left{width: 48%;}
.abo3Warp .right{width: 48%;}
.abo3Swiper{width: 100%;}
    .abo3Swiper img {
        width: 100%;
        height: 522px;
        object-fit: contain;
    }
.abo3Slide{width: 100%;border: 1px solid #999;border-bottom: 2px solid #999;}
.abo3Slide .top{display: flex;justify-content: space-between;}
    .abo3Slide .top .tit {
        width: 33.333%;
        border: 1px solid #fff;
        font-size: 16px;
        color: #fff;
        height: 100%;
        padding: 10px;
        font-weight: bold;
        text-align: center;
        background: #1e5a9f;
    }
        .abo3Slide .top .tit:nth-child(1),
        .abo3Slide .top .tit:nth-child(3) {
            background: #1e5a9f;
        }
.abo3Slide .list{width: 100%;height: 480px;overflow: hidden;}
.abo3Slide .list ul{width: 100%;}
.abo3Slide .list ul li{display: flex;justify-content: space-between;}
.abo3Slide .list .txt{font-size: 14px;color: #666;padding: 10px;border: 1px solid #999;width: 33.333%;overflow: hidden;}

.loginBox{display: flex;flex-direction: column;justify-content: center;}
.loginTab{width: 100%;margin-bottom: 20px;}
.loginTab .btn{color: #1776FF;font-weight: bold;font-size: 14px;}
.loginTab ul li{display: inline-block;margin-right: 20px;padding-bottom: 10px;border-bottom: 2px solid transparent;font-size: 14px;color: #000;font-weight: bold;cursor: pointer;}
.loginTab ul li.on{color: #1776FF;border-bottom: 2px solid #1776FF;}
.loginForm .ewm{text-align: center;height: 190px;display: flex;justify-content: center;align-items: center;}
.loginForm .ewm img{width: 100%;max-width: 135px;}



@media only screen and (max-width: 1480px) {
.header .wapper{ width:100%;padding: 0 20px;}

}

@media only screen and (max-width: 1300px) {
.wapper{ width:100%;padding: 0 5%;}
.header .wapper{padding: 0 10px;}
.headList .logo img{max-height: 45px;}
.menu a{font-size: 14px;padding: 0 5px;}
.menu ul li dl{min-width: 150px;}
.login a{padding: 5px 10px;font-size: 14px;}
.language{font-size: 14px;margin: 0 10px;}
.language span{margin: 0 8px;}
.cont2Desc{padding: 40px 10px;}



}

@media only screen and (max-width: 999px) {
.wapper{padding: 0 10px;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.mhIcon{float: right;height: 70px;}
.login{margin-left: 0;}
.login a{font-size: 12px;padding: 5px 10px;}
.language{font-size: 12px;margin: 0 5px;}
.language span{margin: 0 5px;}
.sp_nav1{margin-top: 26px;}

.iTitle{font-size: 38px;}
.iTit{font-size: 28px;}
.iTit2{font-size: 24px;}
.iTit3{font-size: 22px}
.iTit4{font-size: 20px;}
.iTxt{font-size: 14px;}
.iMore2 a{width: 160px;height: 40px;line-height: 40px;}
.iMore a{width: 160px;height: 40px;line-height: 40px;}
.tongtu .t1{font-size: 24px}

.i1List ul li{width: 100%;}
.i1Warp{height: auto;padding: 60px 0;}
.i2List ul li{margin: 50px 0;}
.i2List .part{display: block;}
.i2List .part .img{width: 100%;margin: 25px 0;}
.i2List .part .desc{width: 100%;padding: 0 !important;}
.i3Warp .desc .iTxt{font-size: 16px;}
.i4List ul li{width: 100%;margin-right: 0;}
.i5Warp .desc{width: 100%;padding-right: 0;padding-bottom: 20px;}
.i5Warp .img{width: 100%;}
.i5List{width: 100%;}
.footWarp .item{width: 100%;margin: 15px 0;}
.footWarp .part{padding: 20px;}
.footWarp2 .tit{margin-bottom: 20px;}
.about1 .i5Warp .img{width: 100%;margin-bottom: 50px;}
.abo2List ul li{width: 100%;margin-bottom: 20px;}
.abo2List .part{width: 100%;padding: 20px;}
.about2 .i5Warp .img{width: 100%;}
.caseList1 ul li{width: 50%;padding: 0 5px;margin-bottom: 10px;}
.contact1Warp .left{width: 100%;margin-bottom: 35px;}
.contact1Warp .right{width: 100%;}
.contact1Form{padding: 20px;}
.contact1Form ul li{width: 100%;}
.cont2Top .iTit3{width: 100%;text-align: center;margin-bottom: 35px;}
.cont2Tab{width: 100%;}
.cont2Tab ul{justify-content: center;}
.cont2Tab ul li{width: auto;height: auto;padding: 10px;font-size: 12px;}
.cont2List ul li{width: 50%;margin-right: 0;padding: 0 5px;margin-bottom: 10px;}
.cont2List .part .desc{padding: 15px;}
.cont2List .part .txt{font-size: 14px;}
.cont2Warp .iTit2{font-size: 22px;}
.cont2Warp .item{width: 100%;margin: 20px 0;}
.cont2Warp .part .img{height: auto;}


.loginWarp{width: 100%;height: auto;	}
.loginWarp .left{width: 100%;padding: 100px 20px;}
.loginWarp .right{width: 100%;padding: 100px 20px;}
.loginBox{width: 100%;height: auto;min-height: auto;padding: 20px;}
.loginWarp .right .box{max-width: 100%;}
.form_area_a input{width: 100%;}
.mainWarp{display: block;}
.mainWarp .mr{width: 100%;}
.mainWarp .ml{width: 100%;margin-bottom: 25px;}
.addCwarp .left{width: 100%;margin-right: 0;margin-bottom: 20px;}
.addCwarp .right{width: 100%;}
.proShow_1_warp .img{width: 100%;margin-bottom: 20px;}
.proShow_1_warp .desc{width: 100%;}
.proShow_2_tab ul li{width: auto;height: auto;padding: 10px 20px;font-size: 12px;margin: 5px;}
.proShow_2_list1 .part{padding: 20px;}
.proShow_2_2 .top .desc{width: 100%;margin-bottom: 20px;}
.proShow_2_2 .top .img{width: 100%;}
.proShow_2_list1>ul>li{width: 50%;}
.proShow_2_2_list ul li{width: 100%;}
.proShow_2_3 .iTit4{width: 100%;padding: 0;margin-bottom: 20px;}
.proShow_2_3_list{width: 100%;padding: 0;}
.proShow_2_4 .proShow_2_list1 .left{width: 50%;}
.proShow_2_4 .proShow_2_list1 .iImg{width: 45%;}
.proShow_2_list2>ul>li{width: 50%;}
.training1Warp .item{display: block;padding: 35px 0;}
.training1Warp .part{display: block;}
.training1Warp .part .desc{width: 100%;margin-bottom: 20px;}
.training1Warp .part .img{width: 100%;}
.training2List ul li{width: 100%;padding: 15px 10px;}
.case2Box{padding: 20px;}
.abo3Warp .left{width: 100%;margin-bottom: 20px;}
.abo3Warp .right{width: 100%;}


}

@media only screen and (max-width: 680px) {
.cont2List ul li{width: 100%;padding: 0;}
.newsList .part .img{width: 100%;margin-bottom: 20px;}
.newsList .part .desc{width: 100%;}
.mlBox{padding: 20px;}
.news2List .part .img{width: 100%;margin-bottom: 10px;}
.news2List .part .desc{width: 100%;}
.proList ul li{width: 50%;margin-right: 0;padding: 0 5px;margin-bottom: 10px;}
.proList.on .part{display: block;}
.proList.on .part .img{max-width: 100%;}
.proList.on .part .desc{width: 100%;margin-top: 20px;padding: 20px;}
.mrTop{padding: 20px;}
.proShow_2_list1>ul>li{width: 100%;padding: 0;}
.proShow_2_2_list .part .img{width: 100%;margin-bottom: 20px;margin-right: 0;}
.proShow_2_2_list .part .desc{width: 100%;margin-top: 20px;}
.proShow_2_3_list .part{padding-right: 35px;}
.proShow_2_3_list .part .img{width: 80px;}
.proShow_2_3_list .part .desc{width: calc(100% - 100px);}
.proShow_2_3_list .part .icon{right: 0;}
.proShow_2_3_list .panel{padding: 20px;}
.proShow_3 .desc{width: 100%;}
.proShow_2_4 .proShow_2_list1 .left{width: 100%;margin-bottom: 20px;}
.proShow_2_4 .proShow_2_list1 .iImg{display: none;}
.training1Warp .part .tit{font-size: 28px;}
.training2List .part .tit{font-size: 18px;}
.i1List2 ul li{width: 100%;margin-bottom: 10px;}
.form_area_b .box.w50{width: 100%;}
.form_area_b .box.w30{width: 100%;}
.form_area_b .box.w100{width: 100%;}
.form_box .row{width: 100%;}
.i5List ul li{padding: 5px;}
.pc_show{display: none;}
.m_show{display: block;}
.banner2 .imgTop{display: none;}

.footWarp2 .left .tit{text-align: center;font-size: 18px;}
.fEwm {justify-content: center;margin-bottom: 20px;}
.fMenu ul li{width: 33.3%;margin-right: 0 !important;margin-bottom: 20px;}
.fMenu ul li ul li{width: 100%;margin-bottom: 0;text-align: left;}

}