/*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;background: #eee7e3;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; 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: 1440px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #eee7e3;
	--main-color2: #109B04;
	--main-color-white: #fff;
	--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%;background: transparent;z-index: 999;transition: 0.3s;border-bottom: 1px solid #fff;}
.header.active.fixed{top: 0;}
/*.header.fixed{top: -100%;}*/
.headList{display: flex;justify-content: space-between;align-items: center;height: 96px;position: relative;}
.headList .logo{display: block;border-right: 1px solid #fff;height: 100%;display: flex;align-items: center;justify-content: center;width: 18%;}
.headList .logo img{max-height: 55px;width: auto;}
.headList .logo .img2{display: none;}
.hRight{width: 18%;height: 100%;}
.hRight .icon{width: 50%;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 16px;height: 100%;border-left: 1px solid #fff;}
.hRight .icon span{display: inline-block;position: relative;padding: 10px 0;}
.hRight .icon span:after{width: 0;left: 0;bottom: 0;height: 1px;background: #fff;transition: 0.3s;content: "";position: absolute;}
.hRight .icon:hover span:after{width: 100%;}
.hRight .icon.links{}
.tcOpen{cursor: pointer;}

/*menu*/
.menu{height:96px;width: 64%;padding: 0 3%;}
.menu>ul>li{ float:left;}
.menu>ul>li>a{ font-size:16px;color:#fff;display:block;text-align:center;padding: 0 20px;height: 96px;display: flex;justify-content: center;align-items: center;}
.menu>ul>li>a span{display: inline-block;position: relative;padding: 5px 0;}
.menu>ul>li>a span:after{position: absolute;left: 0;bottom: 0;width: 0px;height: 1px;background: #fff;content: "";transition: 0.3s;}
.menu>ul>li>a:hover span:after{width: 100%;}
.menu>ul>li>a i{display: inline-block;width: 14px;height: 14px;position: relative;margin-left: 10px;}
.menu>ul>li>a i:before{position: absolute;left: calc(50% - 1px);width: 2px;height: 100%;background: #fff;content: "";transition: 0.3s;top: 0;}
.menu>ul>li>a i:after{position: absolute;top: calc(50% - 1px);width: 100%;height: 2px;background: #fff;content: "";transition: 0.3s;left: 0;}
.menu>ul>li>a.menu_hover span:after{width: 100%;}
.menu>ul>li>a.menu_hover i:before{opacity: 0;}

.menuD2{ background: #000; width:100%; position:absolute; left: 0; top:96px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:block;z-index: 9;display: none;border-top: 1px solid #fff;}
.menuD2 .warp{width: 64%;margin: 0 auto;}
.menuD2 .warp .left{width: 50%;padding: 5%;padding-left: 0;border-right: 1px solid #fff;}
.menuD2 .warp .right{width: 50%;padding: 5%;}
.menuD2 .warp .iTxt{font-size: 1vw;color: #fff;}
.menuD2 .tit{font-size: 14px;color: #fff;}
.menuD2 ul li{margin: 10px 0;}
.menuD2 ul li a{display: inline-block;color: #fff;font-size: 1.38vw;position: relative;padding: 10px 0;}
.menuD2 ul li a:after{position: absolute;left: 0;bottom: 0;width: 0px;height: 1px;background: #fff;content: "";transition: 0.3s;}
.menuD2 ul li a:hover:after{width: 100%;}

.header.fixed{background: var(--main-color);border-bottom: 1px solid #000;}
.header.fixed .headList .logo{border-right: 1px solid #000;}
.header.fixed .headList .logo .img1{display: none;}
.header.fixed .headList .logo .img2{display: block;}
.header.fixed .menu>ul>li>a{color: #000;}
.header.fixed .menu>ul>li>a span:after{background: #000;}
.header.fixed .menu>ul>li>a i:before,
.header.fixed .menu>ul>li>a i:after{background: #000;}
.header.fixed .hRight .icon{color: #000;border-left: 1px solid #000;}
.header.fixed .hRight .icon span:after{background: #000;}

.header:hover{background: #000;}
.header:hover .headList .logo{border-right: 1px solid #fff;}
.header:hover .headList .logo .img1{display: block;}
.header:hover .headList .logo .img2{display: none;}
.header:hover .menu>ul>li>a{color: #fff;}
.header:hover .menu>ul>li>a span:after{background: #fff;}
.header:hover .menu>ul>li>a i:before,
.header:hover .menu>ul>li>a i:after{background: #fff;}
.header:hover .hRight .icon{color: #fff;border-left: 1px solid #fff;}
.header:hover .hRight .icon span:after{background: #fff;}

.menu2{width: 50%;}
.menu2>ul{display: flex;justify-content: center;}
.menu2>ul>li>a span{/*font-size:24px;*/}
.menu2>ul>li>a:hover span{ text-decoration:none;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background: #eee7e3;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: 5px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width: 36px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#000;width:20px;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:8px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){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:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.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;
    max-width: 100%;
}

.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: 2;-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;}
.iTitCn{}
.iTitEn{}
.iTit{font-size: 2.1875vw;color: #000;}
.iTit2{font-size: 2.8vw;color: #000;font-weight: bold;}
.iTxt{font-size: 1.25vw;color: #000;}
.iLine i{}
.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%;}
.comPad{padding: 7.8vw 0;}
.iMore a{display: flex;align-items: center;}
.iMore span{font-size: 1.66vw;color: #000;margin-right: 1vw;position: relative;padding-bottom: 0.5vw;}
.iMore span:after{position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #000;content: "";transition: 0.8s;}
.iMore a:hover span:after{-webkit-animation: dash .8s;animation: dash .8s;width: 100%;}
*[data-show="on-scroll"]{position: relative;display:inline-block;line-height: 110%;font-style: normal;font-weight: 400;font-size:1.2em;}

.in-view:after{position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #fff;content: "";transition: 0.8s;}
.in-view:hover:after{-webkit-animation: dash .8s;animation: dash .8s;width: 100%;}

*[data-show="on-scroll"]:before{position: absolute;bottom: 0;left: 0;content: "";display: inline-block;width: 0;height: 1px;background: #002856;transition:.8s;}
*[data-show="on-scroll"].iMore span:before{width:100%;}
*[data-show="on-scroll"].in-view:before{width:100%;}
*[data-show="on-scroll"]:hover::before{-webkit-animation:dash .8s;animation:dash .8s;}
@-webkit-keyframes dash{
    0%{opacity:1;width:100%;}
    15%{opacity:0;width:100%;}
    20%{opacity:0;width:0%;}
    21%{opacity:1;width:0%;}
    100%{opacity:1;width:100%;}
}
@keyframes dash{
    0%{opacity:1;width:100%;}
    15%{opacity:0;width:100%;}
    20%{opacity:0;width:0%;}
    21%{opacity:1;width:0%;}
    100%{opacity:1;width:100%;}
}

.iMore .icon{width: 51px;height: 51px;border-radius: 50%;color: #fff;background: #000;font-size: 1.2vw;position: relative;text-align: center;overflow: hidden;}
.iMore .icon i{transition: 0.3s;}
.iMore .icon img{width: 32px;position: absolute;top: 50%;margin-top: -16px;left: 10px;}
.iMore .icon .img1{left: -100%;}
.iMore .icon .img2{}
.iMore a:hover .icon .img1{left: 10px;}
.iMore a:hover .icon .img2{left: 100%;}

.videoBg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;}

/*-------------------------------------------*/

/*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;}

.tanchuang{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;background: rgba(0,0,0,0.3);display: none;}
.tanchuang.active{display: block;}
.tanchuang .warp{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.tanchuang .box{width: 100%;max-width: 750px;height: auto;min-height: 300px;background: #fff;color: #333;padding: 20px;box-sizing: border-box;border-radius: 3px;overflow: hidden;}
.tcTop{display: flex;justify-content: space-between;align-items: center;padding-bottom: 20px;margin-bottom: 20px;}
.tcTop .t1{font-size: 18px;}
.tcClose{font-size: 20px;cursor: pointer;}
.tcForm{width: 100%;}
.tcForm ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.tcForm ul li{width: 49%;margin-bottom: 35px;position: relative;}
.tcForm ul li:last-child{width: 100%;}
.tcForm ul li:nth-last-child(2){width: 100%;}
.tcForm .tit{color: #111;font-size: 14px;margin-bottom: 5px;}
.tcForm .tit i{color: #f00;font-style: normal;vertical-align: middle;padding-right: 5px;}
.tcForm input,
.tcForm textarea{width: 100%;height: 40px;padding: 0 10px;box-sizing: border-box;border: 1px solid #dcdfe6;border-radius: 5px;outline: none;color: #606266;background: #fff;}
.tcForm input:focus,
.tcForm textarea:focus{border-color: #409eff;}
.tcForm textarea{padding: 10px;height: 120px;}
.tcForm button{width: 160px;height: 40px;border-radius: 40px;text-align: center;background: #49B6B8;font-size: 16px;color: #fff;border: none;margin: 0 auto;display: block;font-weight: bold;}
.tcForm button:hover{background: #379799;}
.tcForm .error{font-size: 12px;color: #f00;position: absolute;bottom: -15px;left: 0;display: none;}

.bannVideo{position: relative;overflow: hidden;}

.index1{width: 100%;}
.i1Warp{width: 100%;}
.i1Warp .left{width: 48%;}
.i1Warp .right{width: 48%;}
.i1Warp .iMore{margin-top: 2vw;}

.i2Item{position: relative;width: 100%;overflow: hidden;padding: 100px 0;}
.i2Item .part{max-width: 1460px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.i2Item .img{width: 49%;position: relative;padding: 0 15px;order: 1;}
.i2Item .img img{width: 100%;}
.i2Item .imgTop{width: 49%;padding: 0 15px;order: 0;}
.i2Item .desc{color: #fff;max-width: 650px;}
.i2Item .iTit{color: #fff;}
.i2Item .iTit2{margin-top: 2vw;color: #fff;}
.i2Item .iTxt{margin-top: 2vw;color: #fff;}
.i2Item .iMore{margin-top: 2vw;}
.i2Item .iMore a{margin-bottom: 2vw;}
.i2Item .iMore a span{color: #fff;}
.i2Item .iMore a span:after{background: #fff;}

.index3{width: 100%;}
.i3Warp{width: 100%;}
.i3Warp .left{width: 50%;}
.i3Warp .right{width: 48%;}

.index4{width: 100%;}
.i4Slide{width: 100%;position: relative;}
.i4Panel{width: 100%;}
.i4Box{position: relative;width: 100%;overflow: hidden;}
.i4Box .iVideo{width: 100%;font-size: 0px;}
.i4Box .iVideo video,
.i4Box .iVideo img{width: 100%;height: 36.45vw;object-fit: cover;}
.i4Box .imgTop{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 5%;display: flex;align-items: flex-end;}
.i4Box .desc{max-width: 330px;}
.i4Box .desc .tit{font-size: 1.66vw;color: #fff;}
.i4Box .desc .line{margin: 1vw 0;width: 100%;height: 1px;background: #fff;}
.i4Box .desc .iTxt{color: #fff;font-size: 1vw;}
.i4Box .desc .iMore{margin-top: 1vw;}

.i4Box2{height:400px;background:#000; padding:20px;}
.i4Box3{height:auto; padding:5% 20px;}
.i4Box2 .desc{max-width: 330px; width:35%; order: 0; padding-left:20px;}
.i4Box2 .img{width:55%; text-align: center; order: 1;}
.i4Box2 .img img{width:auto; max-width:100%;}
.i4Box2 .desc .tit{font-size: 1.66vw;color: #fff;}
.i4Box2 .desc .line{margin: 1vw 0;width: 100%;height: 1px;background: #fff;}
.i4Box2 .desc .iTxt{color: #fff;font-size: 1vw;}
.i4Box2 .desc .iMore{margin-top: 1vw;}


.i4Tab{position: relative;width: 100%;border-top: 1px solid #ddd;}
.i4Tab ul li{width: 33.3%;border-right: 1px solid #ddd;height: 5.2vw;display: flex;justify-content: center;align-items: center;background: #000;font-size: 1vw;color: #fff;font-weight: bold;cursor: pointer;flex: 1;}
.i4Tab ul li:last-child{border: none;}
.i4Tab ul li.on{background: #b3b3b3;color: #fff;}

.i5Warp{width: 100%;}
.i5Warp .left{width: 48%;}
.i5Warp .right{width: 48%;}
.i5Warp .iVideo{width: 100%;height: 42.7vw;overflow: hidden;position: relative;font-size: 0px;}
.i5Warp .iVideo video{width: 100%;height: 100%;object-fit: cover;}
.i5Warp .iTit{margin-bottom: 1vw;}
.i5Warp .iTit2{margin-bottom: 1vw;}
.i5Warp .iTxt{margin-bottom: 1vw;}
.i5Warp .iMore{margin-top: 2vw;}
.i5Warp .iMore a{margin-bottom: 1vw;}

.i6Warp{width: 100%;}
.i6Warp .left{width: 38%;}
.i6Warp .right{width: 55%;}
.i6Warp .iTit{margin-bottom: 1vw;}
.i6Warp .iTit2{margin-bottom: 1vw;}
.i6Warp .iTxt{margin-bottom: 1vw;font-size: 1.12vw;}
.i6Warp .iMore{margin-top: 2vw;}
.i6Warp .iMore a{margin-bottom: 1vw;}

.i6Warp ul{width: 100%;height: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.i6Warp ul li{width: 100%;margin-bottom: 15px;}
.i6Warp ul li:nth-child(2){width: 60%;}
.i6Warp ul li:nth-child(3){width: 38%;}
.i6Warp ul li .img{width: 100%;height: 100%;}
.i6Warp ul li .img img{width: 100%;height: 100%;object-fit: cover;}

.index7{width: 100%;border-top: 1px solid #000;}
.index7 .iMore:hover span:after{-webkit-animation: dash .8s;animation: dash .8s;width: 100%;}
.index7 .iMore:hover .icon .img1{left: 10px;}
.index7 .iMore:hover .icon .img2{left: 100%;}

.i7List{margin-left: -15px;margin-right: -15px;margin-top: 3vw;}
.i7List ul li{width: 33.3%;padding: 0 15px;margin-bottom: 30px;}
.i7List .part{width: 100%;height: 100%;border-bottom: 1px solid #000;padding-bottom: 2.6vw;display: block;}
.i7List .part .img{width: 100%;}
.i7List .part .img img{width: 100%;}
.i7List .part .desc{width: 100%;margin-top: 1vw;}
.i7List .part .time{font-size: 1vw;color: #000;}
.i7List .part .tit{font-size: 1.66vw;margin: 1.5vw 0;color: #000;}
.i7List .part .iMore{margin-top: 1vw;}

.i7List ul li:first-child{width: 100%;}
.i7List ul li:first-child .part{display: flex;justify-content: space-between;flex-wrap: wrap;border: none;}
.i7List ul li:first-child .part .img{width: 45%;}
.i7List ul li:first-child .part .desc{width: 50%;margin: 0;}
.i7List ul li:first-child .part .tit{font-size: 2.91vw;}

.i7Btm{margin-top: 2vw;}

.footer{background: #000;padding: 6vw 0;color: #fff;font-size: 14px;}
.fWarp{width: 100%;}
.fBtm{width: 100%;margin-top: 2vw;}
.fLogo img {
    /*width: auto;
    max-width: 200px;
    max-height: 40px;*/
    width: auto;
    max-width: 100%;
    max-height: 61px;
}
.fMenu{width: 55%;}
.fMenu dl{width: 25%;margin-bottom: 2vw;}
.fMenu dl:nth-child(3){width: 25%;}
.fMenu dl dt{margin-bottom: 1vw;font-size: 14px;color: #fff;}
.fMenu ul li a{color: #fff;font-size: 1vw;display: block;margin: 1vw 0;}
.fMenu dl:nth-child(3) ul{display: flex;flex-wrap: wrap;}
.fMenu dl:nth-child(3) ul li{width: 50%;margin: 0;}
.fMenu dl:nth-child(3) ul li a{margin: 0;margin-bottom: 1vw;}
.fLinks{width: 55%;}
.fLinks a{display: inline-block;color: #fff;margin-right: 1vw;}
.fLinks a:last-child{margin-right: 0;}
.fWarp .fMenu dl.fTel{width: 100%;}
.fWarp .fMenu dl.fTel a{font-size: 1vw;color: #fff;border-bottom: 1px solid #fff;padding-bottom: 5px;}

.toTop{position: fixed;right: 10px;bottom: 0;width: 50px;height: 50px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: rgba(0,0,0,0.6);color: #fff;font-size: 26px;transition: 0.3s;opacity: 0;visibility: hidden;}
.toTop.active{opacity: 1;visibility: visible;bottom: 20px;}


/*product*/
.product1{width: 100%;}
.pro1Warp{width: 100%;}
.pro1Warp .img{width: 50%;text-align: center;}
.pro1Warp .img img{width: auto;max-width: 100%;}
.pro1Warp .desc{width: 45%;}
.pro1Warp .iTit{font-size: 1.66vw;}
.pro1Warp .iTit2{margin-top: 1vw;}
.pro1Warp .iTxt{margin-top: 1vw;font-size: 1vw;}

.product2{border-top: 1px solid #000;border-bottom: 1px solid #000;}
.pro2Item{margin-bottom: 8vw;}
.product2 .pro2Item:last-child{margin-bottom: 0;}
.pro2Item .warp{width: 100%;}
.pro2Item .img{width: 50%;}
.pro2Item .img img{width: 100%;height: 100%;object-fit: contain;}
.pro2Item .desc{width: 45%;display: flex;flex-direction: column;justify-content: space-between;}
.pro2Item .top{width: 100%;margin-bottom: 2vw;}
.pro2Item .iTxt{margin-top: 1vw;font-size: 1vw;}
.pro2Item .btm{width: 100%;}
.pro2Item .btm ul li{padding: 20px 0;display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #000;}
.pro2Item .btm ul li:last-child{border-bottom: none;}
.pro2Item .btm .tit{color: #000;font-weight: bold;font-size: 1vw;width: 50%;}
.pro2Item .btm .txt{color: #999;font-size: 1vw;width: 50%;}

.product2 .pro2Item:nth-child(2n) .img{order: 1;}
.product2 .pro2Item:nth-child(2n) .desc{order: 0;}

.product3{border-top: 1px solid #000;}

/*mission*/

.mission1{padding: 10vw 0 5vw;border-bottom: 1px solid #000;}
.mission1 .iTit2{font-size: 5vw;line-height: 1.2;}
.mission2{width: 100%;border-bottom: 1px solid #000;}
.mission2 .warp{width: 100%;margin-top: 2vw;}
.mission2 .warp .item{width: 48%;}
.mission3{}
.mission3Item{border-bottom: 1px solid #000;padding: 5vw 0;}
.mission3Warp{max-width: 1440px;margin: 0 auto;}
.mission3Warp .img{width: 48%;}
.mission3Warp .img img,
.mission3Warp .img video{width: 100%;height: 100%;object-fit: cover;}
.mission3Warp .desc{width: 48%;}
.mission3Warp .iTit{margin-bottom: 2vw;}
.mission3Warp .iTit2{margin-bottom: 2vw;}
.mission3Warp .iTxt{margin-bottom: 2vw;font-size: 1vw;}

.mission3 .mission3Item:nth-child(2n) .img{order: 0;}
.mission3 .mission3Item:nth-child(2n) .desc{order: 1;}

/*careers*/

.careers1{width: 100%;}
.careers1 .item{width: 49%;}
.careers1 .iTit2{font-size: 2.48vw;}
.careers1 .iTxt{font-size: 1vw;margin-bottom: 1vw;}
.careers2{border-bottom: 1px solid #000;}
.careers3{border-bottom: 1px solid #000;}
.careers3List{width: 100%;margin-top: 3vw;}
.careers3List ul li{width: calc(25% - 37.5px);margin-right: 50px;margin-bottom: 50px;display: flex;flex-direction: column;}
.careers3List ul li:nth-child(4n){margin-right: 0;}
.careers3List .icon{width: 80px;height: 80px;display: flex;justify-content: center;align-items: center;}
.careers3List .icon img{width: auto;height: auto;max-width: 100%;max-height: 100%;object-fit: cover;}
.careers3List .tit{font-size: 1.66vw;color: #000;font-weight: bold;margin-top: 1vw;margin-bottom: 1vw;}
.careers3List .line{width: 100%;height: 1px;background: #000;margin: 1vw 0;margin-top: auto;}
.careers3List .txt{font-size: 1vw;color: #000;}

.careers4{border-bottom: 1px solid #000;}
.careers4{border-bottom: 1px solid #000;}
.careers4List{position: relative;padding-bottom: 60px;}
.careers4List .swiper-slide{background: var(--main-color);}
.careers4List .part{text-align: center;}
.careers4List .part .iTit2{margin-bottom: 5vw;}
.careers4List .part .iTit{display: flex;justify-content: center;align-items: center;}
.careers4List .part .iTit i{display: block;width: 20px;height: 2px;background: #000;margin-right: 10px;}
.careers4List .swiper-pagination-bullet{background: #000;}

.careers5{border-bottom: 1px solid #000;}
.careers5 .iMore a{margin-top: 2vw;}
.careers5 .iMore a span{font-size: 1.48vw;}

.careers6{width: 100%;}
.careers6Top{margin-top: 3vw;position: relative;}
.careers6Top:after{background: linear-gradient(180deg,transparent 50%,#000);position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";}
.careers6Top .img{width: 100%;}
.careers6Top .img img{width: 100%;}
.careers6Top .imgTop{position: absolute;left: 0;bottom: 0;width: 100%;padding: 5%;z-index: 2;}
.careers6Top .desc{width: 100%;}
.careers6Top .iTxt{margin-top: 1vw;}

.careers6List{margin-top: 20px;position: relative;}
.careers6List .swiper-slide{background: transparent;}
.careers6List .part{display: block;width: 100%;}
.careers6List .part .img{width: 100%;height: 32vw;}
.careers6List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.careers6List .part .desc{margin-top: 2vw;}
.careers6List .part .tit{font-size: 1.6vw;color: #000;font-weight: bold;}
.careers6List .part .txt{margin-top: 2vw;font-size: 1vw;color: #000;}
.careers6List .swiper-button-next{right: -50px;}
.careers6List .swiper-button-prev{left: -50px;}
.careers6List .swiper-button-next:after, .careers6List .swiper-button-prev:after{color: #000;}

.inside{width: 100%;overflow: hidden;}
.inside img{max-width: 100%;}

.ml_contactcon_module2{padding: 5% !important;}

@media only screen and (max-width: 1680px) {
.wapper{padding-left: 20px;padding-right: 20px;}
.menu{padding: 0 0px;}
.careers6List .swiper-button-next{right: 0;}
.careers6List .swiper-button-prev{left: 0;}

}

@media only screen and (max-width: 1440px) {
.wapper{ width:100%;max-width: 1280px;}
.headList .logo img{max-width: 100%;max-height: 50px;}
.hRight .icon{font-size: 14px;}
.menu>ul>li>a{font-size: 14px;padding: 0 15px;}
.i2Item .desc{padding: 0 20px;}




}

@media only screen and (max-width: 1280px) {
.wapper{ width:100%;}
.hRight{width: 15%;}
.hRight .icon{font-size: 12px;}
.menu>ul>li>a{font-size: 12px;padding: 0 8px;}
.headList .logo{width: 15%;}
.headList .logo img{max-width: 100%;max-height: 42px;}


}

@media only screen and (max-width: 999px) {
.wapper{ width:100%;padding-left: 10px;padding-right: 10px;}
.wapper .comPad{padding: 60px 10px;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.hRight{float: right;height: 70px;width: auto;}
.hRight .icon{color: #000;padding: 0 5px;margin: 0;font-size: 12px;width: auto;}
.sp_logo1 img{max-height: 36px;}

.iTit{font-size: 24px;}
.iTit2{font-size: 28px;}
.iTxt{font-size: 14px;}
.comPad{padding-top: 60px;padding-bottom: 60px;}
.iMore span{font-size: 16px;}
.iMore .icon{width: 35px;height: 35px;}
.iMore .icon img{width: 26px;margin-top: -13px;left: 5px;}

.i1Warp .left{width: 100%;margin-bottom: 20px;}
.i1Warp .right{width: 100%;}

.i2Item .imgTop{position: relative;top: auto;left: auto;transform: none;}
.i2Item .desc{padding: 20px 10px;}
.i2Item .iTit2{margin-top: 20px;}
.i2Item .iTxt{margin-top: 20px;}
.i2Item .iMore{margin-top: 20px;}
.i2Item .iMore a{margin-bottom: 15px;}
.i2Item .iMore a span{}
/*.i2Item .iMore a span:after{background: #000;}*/

.i3Warp .left{width: 100%;margin-bottom: 20px;}
.i3Warp .right{width: 100%;}
.i4Box .iVideo video, .i4Box .iVideo img{height: 350px;}
.i4Box .desc .tit{font-size: 16px;}
.i4Box .desc .line{margin: 10px 0;}
.i4Box .desc .iTxt{font-size: 14px;}
.i4Box .desc .iMore{margin-top: 10px;}
.i4Tab ul li{height: 80px;font-size: 14px;text-align: center;}

.i5Warp .left{width: 100%;margin-bottom: 20px;}
.i5Warp .right{width: 100%;}
.i5Warp .iTit{margin-bottom: 10px;}
.i5Warp .iTit2{margin-bottom: 10px;}
.i5Warp .iTxt{margin-bottom: 10px;}
.i5Warp .iMore{margin-top: 20px;}

.i6Warp{padding: 20px 10px;}
.i6Warp .left{width: 100%;margin-bottom: 20px;}
.i6Warp .right{width: 100%;}
.i6Warp .iTit{margin-bottom: 10px;}
.i6Warp .iTit2{margin-bottom: 10px;}
.i6Warp .iTxt{margin-bottom: 10px;font-size: 14px;}
.i6Warp .iMore{margin-top: 20px;}
.i7List{margin-left: 0;margin-right: 0;}
.i7List ul li:first-child .part .img{width: 100%;margin-bottom: 10px;}
.i7List ul li:first-child .part .desc{width: 100%;}
.i7List ul li{width: 100%;}
.i7List .part .desc{margin-top: 20px;}
.i7List .part .time{font-size: 14px;}
.i7List .part .tit{font-size: 16px;margin: 10px 0;}
.i7List .part .iMore{margin-top: 15px;}
.i7List .part{padding-bottom: :;;}

.fLogo{width: 100%;text-align: center;}
.fMenu{width: 100%;}
.fMenu dl{width: 100%;}
.fMenu ul{display: flex;flex-wrap: wrap;}
.fMenu ul li{width: 33.3%;}
.fBtm{margin-top: 20px;text-align: center;}
.fBtm .cop{width: 100%;text-align: center;}
.fLinks{width: 100%;}
.fMenu dl{margin-bottom: 20px;}
.fMenu dl:nth-child(3){width: 100%;}
.fMenu dl:nth-child(3) ul li{width: 33.3%;}
.fMenu ul li a{font-size: 14px;margin: 10px 0;}

.mission2 .warp .item{width: 100%;margin-bottom: 20px;}
.careers1 .iTxt{font-size: 14px;margin-bottom: 20px;}
.careers3List ul{justify-content: space-between;}
.careers3List ul li{width: 48%;margin-right: 0;margin-bottom: 20px;}
.careers4List .part .iTit2{margin-bottom: 35px;font-size: 20px;}
.careers3List .tit{font-size: 16px;margin: 10px 0;}
.careers3List .line{margin: 10px 0;}
.mission3Warp .img{width: 100%;margin-bottom: 20px;}
.mission3Warp .desc{width: 100%;}
.mission3Warp .iTit{margin-bottom: 10px;}
.mission3Warp .iTxt{font-size: 14px;margin-bottom: 20px;}
.careers5 .iMore a{margin-top: 20px;}
.careers6Top .img img{height: 500px;}
.careers6Top .img img{height: 320px;}
.careers6List .part .desc{margin-top: 20px;}
.careers6List .part .tit{font-size: 16px;}
.careers6List .part .txt{font-size: 14px;margin-top: 15px;}
.careers6List .part .img{height: 280px;}
.careers3List .txt{font-size: 14px;}

.mission3Warp .desc{padding: 20px 10px;}
.pro1Warp{display: block;}
.pro1Warp .img{width: 100%;margin-bottom: 20px;}
.pro1Warp .desc{width: 100%;}
.pro1Warp .iTit{font-size: 16px;}
.pro1Warp .iTit2{margin-top: 20px;}
.pro1Warp .iTxt{font-size: 14px;margin-top: 15px;}
.pro2Item{margin-bottom: 60px;}
.pro2Item .warp{display: block;}
.pro2Item .img{width: 100%;margin-bottom: 20px;}
.pro2Item .desc{width: 100%;}
.pro2Item .iTxt{margin-top: 20px;font-size: 14px;}
.pro2Item .btm ul li{padding: 15px 0;}
.pro2Item .btm .tit{font-size: 14px}
.pro2Item .btm .txt{font-size: 14px;}
.careers5 .iMore a span{font-size: 14px;}
.i7List ul li:first-child .part .tit{font-size: 16px;}

.i2Item{padding: 60px 0;}
.i2Item .img{width: 100%;padding: 10px;}
.i2Item .imgTop{width: 100%;padding: 10px;}

.i4Box2{height:auto; display:block;}
.i4Box2 .desc{max-width: 330px; width:100%;}
.i4Box2 .img{width:100%; margin-bottom:20px;}







}
