/*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;
    color: #666;
    font-family: 'RobotoJ';
}
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:1280px; margin:0 auto;padding: 0;}
img{ max-width:100%;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #a48c74;
    --themeColor:rgb(43 167 188);
    --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;
}

@font-face {
    font-family: 'RobotoJ';
    src: url('../fonts/RobotoJ-Regular.eot');
    src: url('../fonts/RobotoJ-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoJ-Regular.woff2') format('woff2'), url('../fonts/RobotoJ-Regular.woff') format('woff'), url('../fonts/RobotoJ-Regular.ttf') format('truetype'), url('../fonts/RobotoJ-Regular.svg#RobotoJ-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.header{ position:fixed;top: 0;left: 0;width: 100%;background: #fff;z-index: 999;box-shadow: 0 0 4px 2px rgb(0 0 0 / 10%);}
.hHei{height: 60px;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 60px;width: 100%;position: relative;padding: 0 20px;}
.headList .logo{display: block;width: 20%;}
.headList .logo img{max-height: 52px;width: auto;max-width: 100%;}


/*menu*/
.pc_menu{max-width: 60%;margin: 0 auto;}
.menu{height:60px;line-height:60px;}
.menu>ul>li{ float:left;}
.menu>ul>li dl{ background:#fff; width:100%; position:absolute; left:50%; top:60px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;}
.menu>ul>li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu>ul>li dl dd a{ font-size:13px; color:#333;display:block;}
.menu>ul>li dl dd a:hover{ color:#f60;}
.menu>ul>li>span>a{ font-size:17px;color:#000;display:block;text-align:center;padding: 0 1.2vw;}
.menu>ul>li>span>a:hover{color: var(--main-color);}
.menu>ul>li>span>a.menu_hover{color: var(--main-color);}

.menuD{ background:#fff; width:100%; position:absolute; left: 0; top:60px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;}
.menuD .warp{padding: 20px 0;}
.menuD .box{max-width: 450px;display: flex;/*justify-content: space-between;*/}
.menuD .list{}
.menuD .img{display: block;width: 300px;margin-left: 20px;}
.menuD .img img{width: 100%;height: auto;object-fit: cover;}
.menuD .list ul li a{display: block;color: #333;font-size: 12px;padding: 5px 20px;line-height: 1.5;}
.menuD .list ul li a:hover{color: #000;}

.hRight{width: 20%;padding-right: 6px;}
.fLinks{margin-left: 10px;}
.fLinks a{color: #000;display: inline-block;font-size: 20px;margin-left: 5px;}

.language{position: relative;height: 60px;}
.language dt{display: flex;height: 60px;align-items: center;font-size: 12px;color: #000;position: relative;}
.language dt a{display: inline-block;padding: 5px 0;border-bottom: 1px solid #000;color: #000;}
.language dt a i{position: relative;top: -2px;font-size: 16px;padding-left: 5px;}
.language  dd{position: absolute;top: 60px;background: #fff;min-width: 60px;display: none;}
.language  dd a{display: block;padding: 5px 10px;font-size: 12px;color: #333;}
.language  dd a:hover{color: #000;}

.header .language dl:hover  dd{display: block;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:60px;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:60px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:45px;float:right;position:relative;cursor:pointer;height:30px;margin-top:20px}
.sp_nav1 span{display:block;background:#000;width:30px;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:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 60px);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:60px;}
.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;}

.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;}

.pt150{padding-top: 150px;}
.pb150{padding-bottom: 150px;}
.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;}
.iTit{font-weight: 300;color: #333;text-transform: uppercase;font-size: 38px;}
.iTxt{font-size: 22px;font-weight: 300;color: #333;text-transform: uppercase;}
.iLine{}
/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;position: relative;overflow: hidden;padding: 0 20px;box-sizing: border-box;}
.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;}
.banVideo{width:100%; font-size:0px;}
.banVideo video{width:100%; height:100%;}


.banTop{position: absolute;top: 60%;transform: translateY(-50%);left: 0;width: 100%;z-index: 9;}
.banTop .desc{color: #fff;}
.banTop .desc .t1{font-size: 48px;font-weight: 400;}
.banTop .desc .txt{font-size: 18px;}
.banTop .desc .more{margin-top: 30px;}
.banTop .desc .more a{display: inline-block;position: relative;color: #fff;font-size: 24px;padding-bottom: 5px;}
.banTop .desc .more a i{font-size: 35px;vertical-align: middle;font-weight: 300;}
.banTop .desc .more a:after{position: absolute;left: 0;bottom: 0;height: 2px;background: #fff;border-radius: 3px;content: "";transition: width 0.3s;width: 0;}
.banTop .desc .more a:hover:after{width: 100%;}

.i1Tab{padding: 38px;}
.i1Tab ul li{display: inline-block;width: 200px;height: 40px;background: #FFF;font-size: 14px;font-weight: 500;color: #777;text-transform: uppercase;transition: all 300ms;cursor: pointer;user-select: none;display: flex;justify-content: center;align-items: center;position: relative;}
.i1Tab ul li.on{color: #000;}
.i1Tab ul li:after{position: absolute;height: 2px;width: ;bottom: 0;left: 0;content: "";background: #000;transition: 0.3s;}
.i1Tab ul li.on:after{width: 100%;}
.i1Tab ul li:hover{color: var(--themeColor);}

.i1Warp1{background: #fafafa;padding: 100px 0;}
.i1Warp1 .img{width: 45%;}
.i1Warp1 .img img{width: 100%;}
.i1Warp1 .desc{width: 50%;}
.i1Warp1 .txt{font-size: 16px;line-height: 1.5;font-weight: 300;color: #333;display: flex;flex-direction: column;justify-content: center;}

.i1List{width: 100%;overflow: hidden;}
.i1List .swiper .swiper-slide{width: 342px;}
.i1List .part{display: block;width: 100%;position: relative;overflow: hidden;}
.i1List .part .img{width: 100%;}
.i1List .part .img img{width: 100%;height: 100%;}
.i1List .part .imgTop{width: 100%;height: 100%; margin-top:10px}
.i1List .part .desc{width: 100%;padding: 10px 0;}
.i1List .part .t1{color: #000;font-size: 26px;text-align: center;text-transform: uppercase;}
.i1List .part:hover .img img{transform: scale(1.2);}

.i1Warp2{background: #fafafa;padding: 80px 0;}
.i1List2{width: 100%;}
.i1List2 ul{justify-content: center;}
.i1List2 ul li{width: 16%; padding:5px}
.i1List2 .img{}
.i1List2 .img img{width: 100%;height: 280px; object-fit:contain}

.i2Top{padding: 150px 0;}
.i2List{width: 100%;position: relative;overflow: hidden;}
.i2List .i2Bg{width: 100%;height: 100%;font-size: 0px;}
.i2List .i2Bg img{width: 100%;height: 100%;object-fit: cover;}
.i2List ul{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.i2List ul li{width: 25%;height: 100%;}
.i2List .part{display: block;width: 100%;height: 100%;display: flex;align-items: center;color: #fff;justify-content: center;text-align: center;}
.i2List .part .tit{font-size: 2vw;font-weight: 400;transition: 0.3s;}
.i2List .part .txt{font-size: 0.8vw;font-weight: 500;margin-top: 10px;transition: 0.3s;}
.i2List .part:hover{color: var(--themeColor);}

.index3{width: 100%;background: #fafafa;padding: 150px 0;}
.i3List{margin-top: 150px;}
.i3List ul{width: 100%;display: grid;grid-template-columns: repeat(6, minmax(0, 1fr));gap: 2vw;}
.i3List ul li{display: flex;transition: all 300ms;}
.i3List ul li .imgBox{width: 100%;height: 70px;background: #FFF;overflow: hidden;position: relative;transition: all 300ms;display: flex;justify-content: center;align-items: center;border: 1px solid #e7e7e9;}
.i3List ul li .imgBox img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i3List ul li .imgBox:hover{box-shadow: 0 8px 8px 2px rgb(0 0 0 / 20%);}

.index4{width: 100%;background: #fff;padding: 150px 0;}
.i4List{margin-top: 150px;}
.i4List ul li{width: 33.3%;padding: 0 12px;margin-bottom: 25px;}
.i4List .part{display: block;width: 100%;height: 100%;}
.i4List .part .img{width: 100%;}
.i4List .part .img img{width: 100%;}
.i4List .part .desc{width: 100%;padding-top: 14px;}
.i4List .part .time{font-size: 12px;color: #333;}
.i4List .part .t1{font-size: 14px;line-height: 1.5;font-weight: 400;color: #333;margin-top: 10px;}
.i4List .part .txt{font-size: 13px;font-weight: 300;line-height: 20px;height: 60px;color: #555;margin-top: 10px;}
.i4List .part .icon{color: var(--themeColor);margin-top: 10px;font-size: 16px;}
.i4List .part:hover{opacity: 0.8;}

.footer{width: 100%;background: #EEEEEE;padding-top: 100px;font-size: 13px;color: #333;}
.fTit{font-size: 13px;color: #000;font-weight: 400;text-transform: uppercase;margin-bottom: 20px;}
.fMenu ul li{margin-bottom: 12px;}
.fMenu ul li a{font-size: 12px;color: #333;}
.fMenu ul li a:hover{color: var(--themeColor);border-bottom: 1px solid var(--themeColor);}

.fMenu{flex: 1;}
.fMenu dl{margin-right: 8%;}
.fMenu dl:last-child{margin-right: 0;}
.fRight{width: 35%;max-width: 355px;}
.fSearch{width: 100%;}
.fSearch input{flex: 1;width: 100%;height: 40px;background: #fff;border: 1px solid #333;padding: 0 10px;font-size: 14px;outline: none;}
.fSearch button{width: 50px;height: 40px;background: #333;color: #fff;border: none;margin-left: 10px;}
.footer .txt{opacity: 0.8;}
.copyright{margin-top: 50px;border-top: #ddd 1px solid;padding: 30px 0;}
.copyright .right a{display: inline-block;margin-left: 10px;}


.aboVideo{width: 100%;font-size: 0px;overflow: hidden;}
.aboVideo video{width: 100%;}

.about{width: 100%;}
.aboutTop .iTxt{font-size: 16px;}

.aboImg{width: 100%;}
.aboImg img{width: 100%;}
.abo2Warp{width: 100%;}
.abo2Warp .desc{width: 50%;padding: 0 15px;}
.abo2Warp .img{width: 48%;}
.abo2Warp .img img{width: 100%;}
.abo2Warp .t1{font-size: 22px;font-weight: 300;color: var(--themeColor);text-transform: uppercase;}
.abo2Warp .txt{font-size: 18px;font-weight: 300;line-height: 1.5;color: #333;}
.abo2Warp2:hover .img img{transform: scale(1.2);}

.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: 40px;color: #fff;font-weight: 300;}
.tongtu .txt{text-align: center;font-size: 14px;color: #fff;}

.about3{background: #fafafa;}
.abo4List{width: 100%;}
.abo4List ul li{width: 33.3%;padding: 0 3px;}
.abo4List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.abo4List .part .img{width: 100%;height: 100%;}
.abo4List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.abo4List .part .imgTop{position: absolute;top: 10px;left: 10px;}
.abo4List .part .links{display: flex;justify-content: center;align-items: center;padding: 5px 22px;background: #DDD;font-size: 14px;color: #333;}
.abo4List .part .links i{vertical-align: middle;padding: 0 5px;}
.abo4List .part .links:hover{background: var(--themeColor);color: #fff;}
.abo4List .part:hover .img img{transform: scale(1.2);}

/*products*/


.proTop2{width: 100%;}
.proTop2 .wapper{width:100%；}
.proTop2 ul{display: flex;flex-wrap: wrap;}
.proTop2 ul li{width: 16.66%;padding: 5px;}
.proTop2 .part{display: block;width: 100%;position: relative;}
.proTop2 .part .imgBox{position: relative;overflow: hidden;}
.proTop2 .part .img{width: 100%;}
.proTop2 .part .img img{width: 100%;}
.proTop2 .part .imgTop{position: absolute;left: 0;width: 100%;padding: 10px; bottom: 0; height:100%; display:flex;justify-content: center;align-items: center; transition:0.3s;opacity: 0;}
.proTop2 .part .imgTop .t1{font-size: 24px;color: #fff;}
.proTop2 .part .desc{padding: 10px;}
.proTop2 .part .t1{font-size: 16px;color: #333333}
.proTop2 .part .txt{font-size: 14px;color: #666;}
.proTop2 .part:hover .img img{transform: scale(1.1);}
.proTop2 .part:hover .imgTop{opacity: 0;}


.product{width: 100%;}
.proTop{width: 100%;display: flex;}
.proTop .left{width: 20%;height: 30vw;}
.proTop .right{width: 80%;height: 30vw;}
.proTop .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.proTop .part .img{width: 100%;height: 100%;}
.proTop .part .img img{width: 100%;height: 100%;object-fit: cover;}
.proTop .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;}
.proTop .part .desc{width: 100%;padding: 20px;width: 100%;}
.proTop .part .t1{color: #fff;font-size: 18px;text-align: center;text-transform: uppercase;width: 100%;}
.proTop .part .txt{font-size: 18px;width: 100%;text-align: center;font-size: 13px;color: #fff;}
.proTop .part .txt span{display: inline-block;border-bottom: 1px solid #fff;}
.proTop .part:hover .img img{transform: scale(1.2);}
.proTop ul{width: 100%;height: 100%;}
.proTop ul li{width: auto;height: 50%;}
.proTop ul li:nth-child(1){width: 30%;}
.proTop ul li:nth-child(2){width: 25%;}
.proTop ul li:nth-child(3){width: 20%;}
.proTop ul li:nth-child(4){width: 25%;}
.proTop ul li:nth-child(5){width: 30%;}
.proTop ul li:nth-child(6){width: 20%;}
.proTop ul li:nth-child(7){width: 20%;}
.proTop ul li:nth-child(8){width: 15%;}
.proTop ul li:nth-child(9){width: 15%;}

.product2{width: 100%;padding: 60px 0;}

.pro2Top{width: 100%;padding: 40px 20px 40px 20px;border: #444 1px solid;border-top-width: 3px;position: relative;}
.pro2Top .title{position: absolute;left: 50%;transform: translateX(-50%);background: #eee;padding: 5px;top: -29px;}
.pro2Top .title span{display: block;background: #444;height: 50px;width: auto;padding: 0 25px;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 38px;font-weight: 300;}

.proMenu{width: 100%;position: relative;}
.proMenu ul{display: flex;justify-content: center;}
.proMenu ul li{padding: 0 10px;}
.proMenu ul li span a{color: #333;font-size: 14px;display: block;line-height: 35px;}
.proMenu ul li span a i{width: 14px;height: 14px;background: #000;vertical-align: middle;margin-left: 10px;text-align: center;line-height: 14px;color: #fff;}
.proMenu ul li span a:hover{color: var(--themeColor);}
.proMenu ul li:hover span a i:before{content: "\f106";}

.proMenu .down{position: absolute;left: 0;top: 35px;width: 100%;text-align: center;display: none;}
.proMenu .down dl{display: flex;justify-content: center;}
.proMenu .down dl dd{padding: 0 10px;}
.proMenu .down dl dd a{font-size: 13px;color: #333;display: block;line-height: 30px;}
.proMenu .down dl dd a:hover{color: var(--themeColor);}

.proMenu ul li:hover .down{display: block;}

.pro2List{width: 100%;margin-top: 30px;}
.pro2List ul li{width: calc(25% - 30px);margin-right: 40px;margin-bottom: 40px;}
.pro2List ul li:nth-child(4n){margin-right: 0;}
.pro2List .part{display: block;width: 100%;height: 100%;}
.pro2List .part .img{width: 100%;height: 378px;background: #fff;display: flex;justify-content: center;align-items: center;}
.pro2List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.pro2List .part .desc{padding: 20px;background: #fafafa;}
.pro2List .part .t1{font-weight: 300;font-size: 15px;max-height: 40px;line-height: 20px;text-align: center;color: #000;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.pro2List .part .btn{margin-top: 10px;}
.pro2List .part .btn a{width: 100%;height: 40px;padding: 0 10px;background: #fff;color: var(--themeColor);border: #999 1px solid;font-size: 13px;font-weight: 600;text-transform: uppercase;display: flex;align-items: center;justify-content: center;}
.pro2List .part:hover .btn a{border-color: var(--themeColor);box-shadow: 0 0 4px 4px rgb(43 167 188 / 49%);}

/*prodetail*/

.prodetail{width: 100%;padding: 40px 0;}
.prodWarp{width: 100%;}
.prodLeft{width: 50%;}
.prodRight{width: 50%;padding-left: 50px;}
.prodSlide{width: 100%;height: 702px;}
.prodTab{width: 80px;margin-right: 20px;height: 100%;}
.prodTab .swiper-slide{height: 80px;border: #ddd 2px solid;}
.prodTab .swiper-slide-thumb-active{border-color: #000;}

.prodPanel{width: calc(100% - 100px);height: 100%;}
.prodPanel .part{display: block;width: 100%;height: 100%;}
.prodPanel .part img{width: 100%;height: 100%;object-fit: cover;}

.prodLeft .btm{padding-left: 100px;text-align: center;}
.prodLeft .btm .title{text-transform: uppercase;font-size: 16px;color: #000;text-align: center;}
.prodShare{margin-top: 10px;display: flex;justify-content: center;flex-wrap: wrap;}
.prodShare a{display: block;width: 30px;height: 30px;background: #000;color: #fff;border-radius: 50%;font-size: 14px;display: flex;justify-content: center;align-items: center;margin: 0 10px;}
.prodShare a:hover{background: #d75692;}

.prodTit{font-size: 20px;color: #000;font-weight: bold;}
.prodTxt{margin: 10px 0;font-size: 13px;color: #000;}
.prodBox{margin-top: 30px;padding: 20px;background: #EEE;}
.prodBox .title{font-size: 18px;font-weight: 300;color: #333;}
.prodBox .text{width: 100%;font-size: 16px;padding-top: 10px;}
.prodForm ul li{margin: 10px 0;width: 48%;}
.prodForm ul li.w100{width: 100%;}
.prodForm .tit{font-size: 14px;font-weight: 600;color: #333;margin-bottom: 10px;}
.prodForm input,
.prodForm textarea{width: 100%;height: 40px;border: #000 1px solid;background: #fafafa;border-radius: 6px;outline: none;color: #000;padding: 0 10px;}
.prodForm textarea{height: 150px;padding: 10px;}
.prodForm .btn{margin-top: 10px;}
.prodForm .btn button{height: 40px;width: 200px;color: #fff;background: var(--themeColor);border-radius: 6px;border: none;}

.prodetail2{width: 100%;padding: 80px 0;}
.prodetail2 .iTit{font-size: 30px;}
.prod2List{margin-top: 30px;position: relative;padding: 0 50px;}
.prod2List .part{display: block;width: 100%;}
.prod2List .part .img{width: 100%;height: 260px;}
.prod2List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.prod2List .part .t1{font-size: 15px;color: #000;font-weight: 300;margin-top: 10px;}
.prod2List .part .btn{margin-top: 10px;}
.prod2List .part .btn span{display: inline-block;padding: 10px 20px;background: var(--themeColor);color: #fff;font-size: 14px;text-transform: uppercase;}
.prod2List .swiper-button-next,.prod2List .swiper-button-prev{width: 40px;height: 40px;color: #333;box-shadow: 0 4px 8px 0 rgb(0 0 0 / 4%), 0 12px 20px 0 rgb(0 0 0 / 8%);border-radius: 50%;}
.prod2List .swiper-button-next:after,.prod2List .swiper-button-prev:after{font-size: 20px;}
.prod2List .swiper-button-next{right: 0;}
.prod2List .swiper-button-prev{left: 0;}

/*news*/
.blog-nav{padding: 1vw 0;margin: 2vw 0;width: 100%;border-bottom: #DDD 1px solid;display: flex;justify-content: center;}
.current a{font-size: 1vw;color: #111;position: relative;}
.current a:after{content: ">";padding: 0 5px;color: #111;}
.current a:last-child{color: var(--themeColor);}
.current a:last-child:after{display: none;}

.news{width: 100%;}
.news .i4List{margin: 0;}

.newsDetail{width: 100%;}
.newdWarp{font-size: 18px;color: #333;font-weight: 300;}
.newdWarp img{max-width: 100%;}

.newdShare{margin: 60px 0;}
.newdShare .tit{font-size: 12px;color: #000;font-weight: bold;text-align: center;margin-bottom: 20px;}
.newdShare .list{display: flex;justify-content: space-between;align-items: center;}
.newdShare .list .icon{display: block;width: 100%;height: 1px;background: #ddd;flex: 1;}
.newdShare .warp{padding: 0 20px;}
.newdShare .warp a{display: flex;justify-content: center;align-items: center;width: 40px;height: 40px;border: 2px solid #ddd;border-radius: 50%;color: #999;font-size: 20px;margin: 0 20px;}
.newdShare .warp a:hover{color: var(--themeColor);border-color: var(--themeColor);}
.newdInfo{font-size: 1vw;color: #999;}

/*contact*/

.contact{width: 100%;}
.contactList{width: 100%;}
.contactList ul li{width: 50%;margin-bottom: 60px;}
.contactList .part{width: 100%;}
.contactList .part .tit{font-size: 1.2vw;font-weight: 400;color: #000;position: relative;padding-bottom: 5px;}
.contactList .part .tit em{font-size: 1.2vw;font-weight: 400;color: #000;position: relative;padding-bottom: 5px;display: inline-block;}
.contactList .part .tit em:after{content: "";width: 100%;height: 2px;background: #333;position: absolute;left: 0;bottom: 0;}

.contactList .part .list{width: 100%;font-size: 15px;color: #333;font-weight: 400;}
.contactList .part .list .row{margin: 12px 0;display: flex;}
.contactList .part .list .row i{transition: all 300ms;height: 20px;color: #333;display: flex;justify-content: flex-start;width: 20px;margin-right: 10px;text-align: center;justify-content: center;}
.contactList .part .list .txt{flex: 1;}

.contactList:hover .part .tit em{color: var(--themeColor);}
.contactList:hover .part .tit em:after{background: var(--themeColor);}
.contactList:hover .part .list .row i{color: var(--themeColor);}

.contact2{background: #fafafa;}
.contact2 .iTxt{margin: 20px auto;max-width: 620px;font-size: 20px;font-weight: normal;color: #999;}
.contact2Warp{margin-top: 70px;}
.contact2Warp .img{width: 40%;}
.contact2Warp .img img{width: 100%;}
.contact2Warp .right{width: 100%;}
.contact2Warp .prodForm input,.contact2Warp .prodForm textarea{border: #999 1px solid;}
.contact2Warp .prodForm textarea{height: 150px;}

.contact2Warp .prodForm input:hover,.contact2Warp .prodForm textarea:hover{border-color: var(--themeColor);box-shadow: 0 0 4px 4px rgb(43 167 188 / 49%);}

.contact2Warp .prodForm button{background: #fff;border: #999 1px solid;width: 100px;color: var(--themeColor);font-weight: bold;font-size: 16px;}
.contact2Warp .prodForm button:hover{border-color: var(--themeColor);box-shadow: 0 0 4px 4px rgb(43 167 188 / 49%);}

.global{width: 100%;padding: 50px 0;}
.global2 .iTxt{max-width: 1200px;margin: 20px auto;font-size: 18px;margin-bottom: 0;}

.globalSlide{width: 100%;}
.globalBox{width: 100%;position: relative;}
.globalBox img{width: 100%;}
.globalTit{margin-bottom: 40px;}
.globalTit .iTit{border-bottom: 1px solid #008000;padding-bottom: 3px;}
.globalTab{width: 100%;}
.globalTab ul li{padding: 0 10px;}
.globalTab .part{width: 100px;box-shadow: 0 4px 6px 2px rgb(0 0 0 / 20%);display: flex;flex-direction: column;}
.globalTab .part .img{width: 100%;background: #e7e7e9}
.globalTab .part .img img{width: 100%;}
.globalTab .part .t1{width: 100%;padding: 5px;background: #EEE;color: #000;font-size: 12px;font-weight: 200;text-align: center;}
.globalTab ul li.on .t1,
.globalTab ul li .part:hover .t1{background: #2ba7bc;}

.globalList{width: 100%;}
.globalList .title{text-align: center;font-size: 18px;color: #333;font-weight: 300;margin-bottom: 30px;}
.globalList ul li{width: 33.3%;padding: 0 15px;margin-bottom: 30px;}
.globalList .part{position: relative;width: 100%;height: 100%;position: relative;background: #fff;box-shadow: 0 4px 6px 2px rgb(0 0 0 / 20%);}
.globalList .part img{width: 100%;height: 100%;object-fit: cover;}
.globalList .part:hover img{transform: scale(1.2);}
.globalList .part:after{position: absolute;right: 10px;bottom: 10px;background: rgb(255 255 255 / 66%);width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;color: #fff;content: "\f00e";font-family: "fontawesome";}

.inside{}
.inside img{max-width: 100%;}







@media only screen and (max-width: 1680px) {
.menu>ul>li>span>a{font-size: 15px;}
.headList .logo img{max-height:40px;}
}

@media only screen and (max-width: 1480px) {
.menu>ul>li>span>a{font-size: 14px;}
.headList .logo img{max-height:45px;}
.banTop .desc{padding: 0 8%;}

}

@media only screen and (max-width: 1280px) {
.wapper{ width:100%;padding: 0 10px;}
.i1List .swiper .swiper-slide{width: 280px;}
.i1List .part{height: 420px;}
.i2Top{padding: 120px 0;}
.index3{padding: 120px 0;}
.i3List{margin-top: 120px;}
.index4{padding: 120px 0;}
.i4List{margin-top: 120px;}
.pt150{padding-top: 120px;}
.pb150{padding-bottom: 120px;}
.tongtu .t1{font-size: 26px;}
.pt120{padding-top: 80px;}
.prodSlide{height: 580px;}
.pc_menu{}
.menu>ul>li>span>a{font-size: 13px;padding: 0 3px;}
.headList .logo img{max-height:36px;}


}

@media only screen and (max-width: 1080px) {
.headList{padding: 0 10px;}
.headList .logo img{max-height:22px;}

}

@media only screen and (max-width: 1024px) {
.sp_logo1 img{max-height: 22px;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hRight{width: auto;}
.banTop .desc .t1{font-size: 20px;}
.banTop .desc .txt{font-size: 12px;}
.banTop .desc .more{margin-top:10px;}
.banTop .desc .more a{font-size: 18px;}
.banTop .desc .more a i{font-size: 20px;}
.i1Tab{padding: 20px 10px;}
.i1Tab ul li{width: auto;padding: 0;margin: 0 8px;font-size: 12px;}
.i1List .swiper .swiper-slide{width: 180px;}
.i1List .part{height: 220px;}
.i1List .part .t1{font-size: 16px;}
.i1Warp1{padding:60px 0;}
.i1Warp1 .img{width:100%;}
.i1Warp1 .desc{width:100%;}
.i2Top{padding: 60px 0;}
.iTit{font-size: 26px;}
.iTxt{font-size: 14px;}
.i2List .i2Bg{position: absolute;top: 0;left: 0;}
.i2List ul{position: relative;}
.i2List ul li{width: 50%;height: 180px;}
.i2List .part .tit{font-size: 26px;}
.i2List .part .txt{font-size: 13px;}
.index3{padding: 60px 0;}
.i3List{margin-top: 60px;}
.i3List ul{display: flex;flex-wrap: wrap;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 0;}
.i3List ul li{width: 33.3%;padding: 5px;}
.index4{padding: 60px 0;}
.i4List{margin-top: 60px;}
.i4List ul li{width: 100%;padding: 0;}
.fMenu{width: 100%;}
.fMenu dl{width: 25%;margin: 0;}
.fRight{width: 100%;max-width: none;margin-top: 20px;}
.footer{font-size: 12px;}
.pt150{padding-top: 60px;}
.pb150{padding-bottom: 60px;}
.aboutTop .iTxt{font-size: 14px;}
.abo2Warp .desc{width: 100%;padding: 10px 0;}
.abo2Warp .img{width: 100%;padding: 10px 0;}
.abo2Warp .txt{font-size: 16px;}
.contactList ul li{width: 100%;margin-bottom: 20px;}
.contact2Warp .img{width: 100%;margin-bottom: 20px;}
.contact2Warp .right{width: 100%;}
.prodForm ul li{width: 100%;}
.contact2 .iTxt{font-size: 16px;}
.globalTab ul li{padding: 0 5px;}
.globalTab .part{width: 60px;}
.contactList .part .tit{font-size: 20px;}
.contactList .part .tit em{font-size: 20px;}
.globalList ul li{width: 50%;padding: 0 5px;margin-bottom: 10px;}
.global2 .iTxt{font-size: 14px;}
.pt120{padding-top: 20px;}
.newdWarp{font-size: 14px;}
.pt60{padding-top: 20px;}
.newdShare{margin: 20px 0;}
.newdShare .warp{padding: 0 5px;}
.newdShare .warp a{margin: 0 5px;}
.product{width: 100%;overflow-x: auto;}
.proTop{width: 980px;}
.proTop .part .t1{font-size: 12px;}
.proTop .left{width: 150px;height: 250px;}
.proTop .right{width: calc(100% - 150px);height: 250px;}
.pro2Top .title span{font-size: 24px;}
.proMenu{width: 100%;overflow: unset;overflow-x: scroll;}
.proMenu ul{justify-content: flex-start;}
.proMenu ul li{background: #EEE;padding: 10px;margin-right: 10px;    display: flex;flex-direction: column;align-items: flex-start;gap: 10px;flex-shrink: 0;}
.proMenu ul li span i{display: none;}
.proMenu .down{position: relative;display: block;top: 0;}
.proMenu .down dl{display: block;}
.pro2List ul li{width: 50%;padding: 0 5px;margin-bottom: 10px;margin-right: 0;}
.pro2List .part .img{height: 280px;}
.pro2List .part .desc{padding: 10px;}
.prodSlide{height: 380px;}
.prodRight{width: 100%;padding-left: 0;padding-top: 50px;}
.abo4List ul li{width: 100%;margin: 10px 0;}
.prodLeft{width: 100%;}
.prodLeft .btm{margin-top: 20px;}
.prod2List .part .img{height: auto;}
.i1List2 ul{width:100%;}
.i1List2 ul li{width:50%; min-width: auto; padding:5px}

.banner{padding: 0 10px;}
.proTop2 ul li{width:33.3%;}





}
