/*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;font-family:' '; color:#666;}
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:1200px; margin:0 auto;}


.header{ position:absolute;top: 0;left: 0;width: 100%;z-index: 999;}


/*menu*/
.menu{height:30px;line-height:30px;}
.menu ul{display: flex;justify-content: center;}
.menu ul li{ float:left; position:relative;margin: 0 5px;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:0px; top:30px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);padding:10px 0;display:none;z-index: 9;}
.menu ul li dl dd{ line-height:35px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:14px; color:#666;display:block;}
.menu ul li dl dd a:hover{ color:#f60;}
.menu a{ font-size:16px;color:#fff;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color:#2b2b2b;}
a.menu_hover{ background:#fff;color:#2b2b2b;}
.menu ul li span a{border-radius: 30px;}
.menu ul li.on span a{background:#fff;color:#2b2b2b;}

/*swiper*/
.swiper {width: 100%;height: 100%;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}

/*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;}

.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.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;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;height: 780px;position: relative;overflow: hidden;}
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;width: 40px;height: 1px;border-radius: 0;vertical-align: middle;}
.bannerSwiper .swiper-pagination-bullet-active{height: 5px;}

.banTop{position: absolute;top: 0;left: 0;width: 100%;z-index: 9;}
.banTop .logo{text-align: center;margin-top: 160px;}
.banTop .logo img{max-width: 100%;width: auto;}

.banIcon{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;}

.index1{width: 100%;padding: 45px 0;}
.index1 .wapper{max-width: 1024px;}
.i1List{width: 100%;}
.i1List ul li{float: left;width: 25%;padding: 1%;box-sizing: border-box;height: 100%;}
.i1List .part{display: block;width: 100%;position: relative;overflow: hidden;}
.i1List .part .img{width: 100%;height: 172px;display: flex;justify-content: center;align-items: center;}
.i1List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.i1List .part .tit{font-size: 18px;color: #000;text-align: center;margin: 10px 0 20px 0;}

.footer{width: 100%;background: #262626;color: #fff;padding: 10px 0;font-size: 14px;}
.footer p{padding: 0;}
.footer .desc{text-align: center;}

.toTop{position: fixed;right: 45px;bottom: 0;z-index: 999;opacity: 0;visibility: hidden;transition: 0.6s;}
.toTop.active{opacity: 1;visibility: visible;bottom: 45px;}
.toTop img{width: 50px;}

.product{width: 100%;margin: 10px 0;}
.proLeft{width: 210px;margin-right: 10px;}
.proRight{width: calc(100% - 220px);}
.prolTit{width: 100%;height: 45px;background: #2b2b2b;color: #fff;font-size: 16px;padding: 0 10px;line-height: 45px;overflow: hidden;box-sizing: border-box;}
.prolList{border: 1px solid #f0f0f0;width: 100%;padding: 5px 10px;box-sizing: border-box;}
.prolList ul li{margin-bottom: 5px;}
.prolList .part{display: block;width: 150px;height: 150px;position: relative;overflow: hidden;}
.prolList .part .img{width: 100%;height: 100%;}
.prolList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.prolList .part .icon{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;background: url(../images/video_fill.png) center center no-repeat;}


.tcVideo{width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 999;background: rgba(0, 0, 0, 0.6);display: none;}
.tcVideo.active{display: block;}
.tcVideo .warp{position: relative;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 45px;box-sizing: border-box;}
.tcVideo .panel{width: 80%;height: 600px;background: #000;position: relative;}
.tcVideo .panel video{width: 100%;height: 100%;}
.tcVideo .videoClose{position: absolute;top: 0;right: 0;width: 60px;height: 60px;background: rgba(255,255,255,0.1);color: #fff;font-size: 20px;display: flex;justify-content: center;align-items: center;z-index: 99;}
.tcVideo .videoClose img{width: 35px;}



.proList{width: 100%;}
.proList ul li{float: left;width: 49.9%;padding: 10px;box-sizing: border-box;}
.proList .part{display: block;width: 100%;position: relative;overflow: hidden;}
.proList .part .img{width: 100%;/*height: 300px;*/position: relative;overflow: hidden;display: block;display: flex;justify-content: center;align-items: center;}
.proList .part .img img{width: auto;height: 450px;max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.proList .part .img .icon{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;background: url(../images/imageEffetc_magnifier.png) center no-repeat;opacity: 0;transition: 0.3s;}
.proList .part .img:hover .icon{opacity: 1;}
.proList .part .proId{font-size: 14px;text-align: center;margin-top: 10px;}
.proList .part .proId a{color: #666;}
.proList .part .price{font-size: 48px;text-align: center;margin-top: 10px;}
.proList .part .price strong{color: #2b2b2b;}

.pagebar{width: 100%;text-align: center;margin: 20px 0;font-size: 14px;}
.pagebar a{display: inline-block;vertical-align: middle;margin: 6px;}
.pagebar a:hover{color: #000;}
.pagebar a.pageEli{cursor: text;}
.pagebar a.pageNow{cursor: text;}

.product2{width: 100%;margin: 50px 0;}
.product2 .wapper{max-width: 1050px;}
.pro2List{width: 100%;}
.pro2List ul li{width: 33.3%;float: left;padding: 10px;box-sizing: border-box;}
.pro2List .part{display: block;width: 100%;position: relative;overflow: hidden;}
.pro2List .part .img{width: 100%;height: 330px;overflow: hidden;display: block;display: flex;justify-content: center;align-items: center;}
.pro2List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.pro2List .part .tit{font-size: 14px;color: #666;text-align: center;margin-top: 10px;}

.tongtu{width: 100%;overflow: hidden;}
.tongtu img{width: 100%;object-fit: cover;height: 600px;}

.news{width: 100%;margin-top: 120px;margin-bottom: 80px;overflow: hidden;}
.newTit{font-size: 18px;color: rgb(21, 21, 21);}
.newTitEn{font-size: 36px;color: rgb(21, 21, 21);}
.newLine{background: #cccccc;height: 2px;width: 45px;margin: 15px 0;}

.newList1{width: 100%;margin-top: 80px;}
.newList1 ul li{float: left;width: 33.3%;padding: 0 13px;box-sizing: border-box;}
.newList1 .part{display: block;width: 100%;position: relative;overflow: hidden;}
.newList1 .part .img{width: 100%;height: 232px;overflow: hidden;display: block;display: flex;justify-content: center;align-items: center;}
.newList1 .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.newList1 .part .tit{font-size: 16px;color: #2b2b2b;text-align: center;margin: 10px 0 20px;}

.newList2{width: 100%;margin-top: 80px;}
.newList2 ul li{padding: 40px 0;border-bottom: 1px solid hsla(0,0%,60%,.15);}
.newList2 .part{display: block;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;width: 100%;}
.newList2 .part .date{background: hsla(0,0%,80%,.2);width: 76px;height: 72px;display: flex;justify-content: center;flex-direction: column;align-items: center;font-size: 14px;color: #626971;margin-right: 40px;}
.newList2 .part .date strong{display: block;font-size: 24px;}
.newList2 .part .desc{width: calc(100% - 116px);}
.newList2 .part .tit{font-size: 16px;color: #333;}
.newList2 .part .info{font-size: 14px;color: #666;margin-top: 14px;}
.newList2 .part .info p{padding: 0;line-height: none;}

.contact{width: 100%;margin-top: 110px;margin-bottom: 80px;overflow: hidden;}
.contList1{margin: 40px 0;font-size: 16px;color: #2b2b2b;}
.contList1 p{padding: 0;}
.contList1 ul li{float: left;width: 33.3%;}

.contList2{width: 100%;padding-top: 90px;border-top: 1px solid #cccccc;}
.contList2 .left{width: calc(100% - 550px);}
.contList2 .right{width: 500px;}

.map{width: 500px;height: 300px;overflow: hidden;}
.map img{width: 100%;height: 100%;object-fit: cover;}

.contForm ul li{margin: 25px 0;display: flex;align-items: center;flex-wrap: wrap;}
.contForm .tit{width: 58px;margin-right: 10px;font-size: 14px;color: #666;}
.contForm .input{width: 185px;height: 34px;}
.contForm .input input{width: 100%;height: 100%;border: 1px solid #ccc;padding: 0 10px;box-sizing: border-box;}
.contForm .red{display: inline-block;width: 20px;color: #f00;margin-left: 15px;}

.contForm .textarea{width: 256px;height: 66px;}
.contForm .textarea textarea{width: 100%;height: 100%;border: 1px solid #ccc;padding: 10px;box-sizing: border-box;}

.contForm button{width: 220px;height: 44px;background: #8e8e8e;color: #fff;font-size: 14px;text-align: center;border: none;}

.inside{margin: 40px 0;overflow: hidden;}
.inside img{max-width: 100%;}







@media only screen and (max-width: 1200px) {
.w1200{ width:1200px;margin: auto;}

}

