/*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:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:3px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width: 1580px; margin:0 auto;padding: 0 10px;}



*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #ef7e07;
	--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;
	--main-shadow2: 0 1px 50px rgb(0 0 0 / 10%);
}

.headTop{position: relative;top: 0;left: 0;width: 100%;padding: 10px 0;background: #fff;}
.headTop .warp{height: 80px;align-items: center;padding: 0 10px;}
.headTop .logo{display: block;line-height: 1;}
.headTop .logo img{max-height: 80px;width: auto;}
.headTop .box{margin-left: 35px;}
.headTop .box .icon{/*width: 33px;margin-right: 10px;*/    width: 50px;padding-right: 10px;margin: auto;}
.headTop .box .icon img{width: 100%;}
.headTop .box .txt{font-size: 16px;color: #333;}
.headTop .box .txt span{display: block;}

.header{ position:fixed;top: 100px;left: 0;width: 100%;z-index: 999;transition: 0.3s;background: #f37e00;}
.header .wapper{max-width: 1480px;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 80px;position: relative;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}
.headList .logo .img1{}
.headList .logo .img2{display: none;}

/*menu*/
.menu{height:80px;line-height:80px;flex: 1;}
.menu>ul{display: flex;justify-content: space-between;width: 100%;}
.menu>ul>li{ float:left; position:relative;}
.menu>ul>li dl{ background:#fff; width:100%; position:absolute; left: 0; top:80px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;min-width: 220px;}
.menu>ul>li dl dd{border-bottom:#ddd dotted 1px;position: relative;}
.menu>ul>li dl dd a{ font-size:14px; color:#333;display:block;padding: 12px 20px;line-height: 1.8;text-transform: none;text-align: left;}
.menu>ul>li dl dd a:hover{ color: var(--main-color);}
.menu>ul>li>span a{ font-size:18px;color:#fff;display:block;text-align:center;padding: 0 20px;text-transform: uppercase;font-weight:bold}
.menu>ul>li>span a:hover{color: #fff;}
.menu>ul>li>span a.menu_hover{color: #fff;}

.menu ul li dl:after{position: absolute;width: 0;height: 12px;font-size: 0;line-height: 0;overflow: hidden;border-width: 9px;border-style: dashed dashed dashed solid;border-color: transparent transparent #fff transparent;top: -18px;left: 28px;content: "";transition: 0.3s;}

.menu>ul>li.menu_pro{position: inherit;}
.menuD2{background:#fff; width:100%; position:absolute; left: 50%; top:80px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;max-width: 1200px;transform: translateX(-50%);}
.menuD2 .warp{width: 100%;padding: 20px;max-height: 500px;overflow: auto;}
.menuD2 .list{width: 100%;line-height: 1.2;}
.menuD2 .list ul{justify-content: center;}
.menuD2 .list ul li{width: 200px;padding: 20px;}
.menuD2 .list .part{display: block;width: 100%;}
.menuD2 .list .part .img{width: 100%;height: 100px;display: flex;justify-content: center;align-items: center;}
.menuD2 .list .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.menuD2 .list .part .tit{font-size: 14px;color:#333;margin-top: 10px;text-align: center;}

.hSearch{position: relative;}
.hSeBtn{color: #333;font-size: 22px;height: 70px;display: block;line-height: 70px;}
.hSeBtn.active i:before{content: "\f00d";color: #fed03d;}
.hSeBtn:hover{color: #fed03d;}
.hSePanel{width: 280px;height: 90px;padding: 25px 20px;box-sizing: border-box;top: 70px;right: 0;background: #f4f4f4;position: absolute;display: none;    z-index: 9999;}
.hSePanel.active{display: block;}
.hSearch .search{width: 100%;height: 40px;border: 1px solid #e0e0e0;border-radius: 3px;position: relative;overflow: hidden;}
.hSearch .search input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 50px 0 10px;box-sizing: border-box;outline: none;}
.hSearch .search button{width: 50px;height: 100%;position: absolute;top: 0;right: 0;text-align: center;border: none;background: none;color: #333;font-size: 16px;}

.hIcon {margin-left: 35px;}
.hIcon .line{width: 1px;height: 20px;background: #333;opacity: 0.6;margin: 0 25px;}

.language{position: relative;margin-left: 10px;}
.language dt{font-size: 27px;color: #333;cursor: pointer;width: auto;line-height: 70px;}
.language i{padding-left: 10px;}
.language dd{position: absolute;top: 70px;left: 50%;width: 120px;background: #fff;display: none;box-shadow: var(--main-shadow);border-radius: 10px;overflow: hidden;transform: translateX(-50%);    z-index: 99999;}
.language ul li{line-height: 40px;text-align: center;}
.language ul li a{display: block;padding: 0 10px;font-size: 14px;color: #000;}
.language ul li a img{width: auto;height: 15px;margin-right: 5px;vertical-align: middle;}
.language ul li a:hover{background: #000;color: #fff;}
/*.language:hover dd{display: block;}*/

.hLinks{margin-left: 0;}
.hLinks a{display: inline-block;margin-right: 10px;}
.hLinks a:last-child{margin-right: 0;}
.hLinks a img{width: 24px;}

.header.fixed{background: #fff;box-shadow: var(--main-shadow);top: 0;}
.header.fixed .logo .img1{display: none;}
.header.fixed .logo .img2{display: block;}
.header.fixed .menu ul li span a{color: #090c13;}
.header.fixed .hSeBtn{color: #000;}
.header.fixed .language dt{color: #000;}
.header.fixed .hIcon .line{background: #000;}
.header.fixed .hLinks a img{filter: none;}

/*mMenu*/
.m_header{width: 100%;}
.sp_nav1{width:42px;float:right;position:relative;cursor:pointer;height:30px;margin-top:12px;display: none;}
.sp_nav1 span{display:block;background:#000;width:25px;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% - 105px);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:105px;}
.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;}

.header.fixed .sp_nav1 span{background: #000}

.head_on .header{background: #fff;box-shadow: var(--main-shadow);}
.head_on .header .logo .img1{display: none;}
.head_on .header .logo .img2{display: block;}
.head_on .header .menu ul li span a{color: #090c13;}
.head_on .header .hSeBtn{color: #000;}
.head_on .header .language dt{color: #000;}
.head_on .header .hIcon .line{background: #000;}
.head_on .header .hLinks a img{filter: none;}
.head_on .header .sp_nav1 span{background: #000}


/*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;}

.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;}
.titEn{font-size: 48px;color: #fffcfc;}
.titEn2{font-size: 24px;color: var(--main-color);font-weight: bold;}
.titCn{font-size: 26px;color: #ffffff;}
.iTit{font-size: 44px;color: #333;font-weight: bold;}
.iTxt{font-size: 16px;color: #555;}
.iTxt p{line-height: 1.8;    color: #333331;}
.iTxt img{max-width: 100%;}
.iLine i{display: inline-block;width: 72px;height: 2px;background: var(--main-color);}
.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%;}

/*-------------------------------------------*/

/*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;}

.aMoreStyle a{background: var(--main-color);display: block;width: 178px;height: 50px;line-height: 50px;text-align: center;color: #fff;font-size: 14px;position: relative;overflow: hidden;border-radius: 5px;}
.aMoreStyle a:before{content: "";position: absolute;display: block;transition: all .6s;width: 100%;height: 0;border-radius: 50%;left: 50%;top: 50%;padding-top: 100%;transform: translateX(-50%) translateY(-50%);}
.aMoreStyle a:hover:before{-webkit-animation: wave .75s;animation: wave .75s;z-index: 1;}
.aMoreStyle a span{display: flex;justify-content: center;align-items: center;}

.aMoreStyle a em{display: inline-block;width: 20px;height: 20px;border: 1px solid #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin-left: 45px;position: relative;}
.aMoreStyle a em i{width: 6px;height: 6px;border-radius: 50%;background: #fff;}
.aMoreStyle a em:before{position: absolute;top: 50%;transform: translateY(-50%);width: 30px;height: 1px;right: calc(100% - 6px);content: "";background: #fff;transition: 0.3s;}
.aMoreStyle a:hover em:before{width: 45px;}

@-webkit-keyframes wave {
	0% {
		background: rgba(0, 0, 0, .25);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}
	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}

@keyframes wave {
	0% {
		background: rgba(0, 0, 0, .25);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}
	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}

.banner{height: 100vh;position: relative;}
.banner .part{display: block;width: 100%;height: 100%;position: relative;}
.banner .part .img{width: 100%;height: 100%;}
.banner .part .img img{width: 100%;height: 100%;object-fit: cover;}
.banner .imgTop{position: absolute;bottom: 10%;left: 50%;transform: translateX(-50%);width: 100%;max-width: 1520px;padding: 0 10px;}
.banner .imgTop .desc{width: 100%;}
.banner .tit{color: #fff;font-size: 68px;font-weight: bold;text-shadow: 2px 1px 3px rgb(0 0 0 / 80%);}
.banMore{margin-top: 25px;}
.banMore a{display: inline-block;padding: 12px 25px;background: var(--main-color);color: #fff;font-size: 16px;border-radius: 30px;}
.banMore a:hover{background: var(--main-color2);}

.index1{background: #333;padding: 40px 0;}
.i1List{width: 100%;}
.i1List ul li{width: 25%;padding: 10px 20px;}
.i1List .part{display: flex;align-items: center;width: 100%;}
.i1List .part .icon{width: 60px;text-align: center;margin-right: 20px;}
.i1List .part .icon img{width: 40px;}
.i1List .part .desc{flex: 1;}
.i1List .part .txt{color: #fff;font-size: 16px;}

.index2{width: 100%;background: #e9e9e9;}
.i2Warp{width: 100%;overflow: hidden;}
.i2Warp .left{width: 66%;}
.i2Warp .right{width: 34%;background: var(--main-color);padding: 5%;}
.i2List{width: 100%;}
.i2List ul li{width: 50%;box-sizing: border-box;border-bottom: 1px solid rgba(0,0,0,0.1);padding: 2% 5%;}
.i2List .part{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.i2List .part .img{width: 34%;}
.i2List .part .img img{width: 100%;}
.i2List .part .img:hover img{transform: translateX(10px);}
.i2List .part .desc{width: 65%;transition: all .5s ease;}
.i2List .part .tit{font-size: 22px;color: #000;font-weight: bold;transition: all .5s ease;}
.i2List .part .tit a{color: #000;}
.i2List .part .tit:hover a{color: var(--main-color);}
.i2List .part .txt{font-size: 15px;color: #333;margin: 15px 0;transition: all .5s ease;}
.i2List .part .btn{transition: all .5s ease;display: none;}
.i2List .part .btn a{display: inline-block;padding: 8px 20px;border: 1px solid var(--main-color);font-size: 14px;color: var(--main-color);border-radius: 30px;}
.i2List .part .btn a:hover{background: var(--main-color);color: #fff;}
.i2List .part:hover .desc{transform: translateY(-10px);}
.i2List .part:hover .btn{display: block;}

.i2Tit{color: #fff;font-weight: bold;font-size: 30px;}
.i2List2{width: 100%;}
.i2List2 ul li{width: 100%;border-bottom: 1px solid rgba(255,255,255,0.3);}
.i2List2 .part{display: flex;justify-content: space-between;padding-left: 70px;position: relative;line-height: 60px;align-items: center;}
.i2List2 .part .icon{position: absolute;left: 0;top: 0;height: 60px;display: flex;justify-content: center;align-items: center;}
.i2List2 .part .icon img{width: 60px;}
.i2List2 .part .tit{font-size: 22px;color: #fff;flex: 1;}
.i2List2 .part .fa{color: #fff;font-size: 20px;opacity: 0.6;}
.i2List2 .part:hover{transform: translateX(10px);}
.i2List2 .part:hover .fa{opacity: 1;}

.index3{padding: 80px 0;background: #333333;}
.i3Warp{width: 100%;}
.i3Warp .item{margin-bottom: 60px;}
.i3Warp .item:last-child{margin-bottom: 0;}
.i3Warp .box{width: 100%;}
.i3Warp .img{width: 50%;}
.i3Warp .img>img{border-radius: 20px;border-top-left-radius: 60px;width: 100%;height: 100%;object-fit: cover;}
.i3Warp .img .part{display: block;width: 100%;height: 100%;position: relative;}
.i3Warp .img .part img{border-radius: 20px;border-bottom-right-radius: 60px;width: 100%;height: 100%;object-fit: cover;}
.i3Warp .img .part .icon{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 70px;height: 70px;}
.i3Warp .img .part .icon i{position: absolute;transform: scale(1);-webkit-animation: circleAni-data-v-5aaaeebc 2s ease-in-out infinite;animation: circleAni-data-v-5aaaeebc 2s ease-in-out infinite;left: 0;top: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.3);border-radius: 50%;}
.i3Warp .img .part .icon img{width: 70px;height: 70px;object-fit: contain;position: relative;z-index: 2;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}

@-webkit-keyframes circleAni-data-v-5aaaeebc {
 0% {
  transform: scale(1);
  opacity: 1
 }
 50% {
  transform: scale(2);
  opacity: 0
 }
 to {
  transform: scale(1);
  opacity: 1
 }
}

@keyframes circleAni-data-v-5aaaeebc {
 0% {
  transform: scale(1);
  opacity: 1
 }
 50% {
  transform: scale(2);
  opacity: 0
 }
 to {
  transform: scale(1);
  opacity: 1
 }
}

.i3Warp .desc{width: 45%;}
.i3Warp .titEn{margin-top: 10px;}
.i3Warp .titCn{margin-top: 10px;}
.i3Warp .iLine{margin: 10px 0;}
.i3Warp .iTxt{margin-top: 20px;    color: #bebebe;}
.i3Warp .iMore{margin-top: 25px;}

.i3Warp .item:nth-child(2n) .img{order: 1;}
.i3Warp .item:nth-child(2n) .desc{order: 0;}

.index4{padding: 80px 0;}
.i4Warp{width: 100%;}
.i4Warp .left{width: 49%;}
.i4Warp .right{width: 49%;}
.i4Warp .part1{display: block;width: 100%;height: 100%;position: relative;}
.i4Warp .part1 .part{display: block;width: 100%;height: 100%;position: relative;}
.i4Warp .part1 .img{width: 100%;height: 100%;}
.i4Warp .part1 .img img{width: 100%;height: 100%;object-fit: cover;}
.i4Warp .part1 .imgTop{position: absolute;left: 0;bottom: 0;width: 100%;width: 100%;background: rgba(0,0,0,0.3);padding: 20px;}
.i4Warp .part1 .tit{color: #fff;font-size: 18px;text-align: center;}

.i4List{width: 100%;}
.i4List ul li{margin-bottom: 15px;}
.i4List ul li:last-child{margin-bottom: 0;}
.i4List .part{background: rgba(255,255,255,0.8);display: flex;justify-content: space-between;padding: 10px;}
.i4List .part .time{width: 145px;text-align: center;border-right: 1px solid #ddd;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.i4List .part .time span{font-size: 26px;color: var(--main-color);}
.i4List .part .time em{font-size: 20px;color: #606060;display: block;margin-top: 10px;}
.i4List .part .desc{width: calc(100% - 145px);padding: 10px 35px;}
.i4List .part .tit{font-size: 18px;color: #000;font-weight: bold;margin-bottom: 10px;}
.i4List .part .txt{font-size: 14px;color: #808080;line-height: 1.6;}
.i4List .part:hover{background: #fff;transform: translateX(5px);}
.i4List .part:hover .tit{color: var(--main-color);}

.index5{margin: 80px 0;}
.i5Warp{width: 100%;}
.i5Warp .box{width: 49%;}
.i5Warp .part{display: flex;justify-content: space-between;flex-wrap: wrap;background: #f1f1f1;padding: 10px;}
.i5Warp .part .desc{flex: 1;padding: 30px;}
.i5Warp .part .tit{font-size: 20px;color: #333;font-weight: bold;}
.i5Warp .part .txt{font-size: 16px;color: #666;margin: 10px 0;min-height: 50px;}
.i5Warp .part .img{width: 160px;padding: 10px 0;}
.i5Warp .part .img img{width: 100%;}

.downBtn{margin-top: 10px;}
.downBtn a{display: flex;justify-content: center;align-items: center;width: 150px;height: 40px;background: #fff;box-shadow: var(--main-shadow);font-size: 16px;color: var(--main-color);font-weight: bold;position: relative;}
.downBtn a:after{position: absolute;left: 0;top: 0;width: 0px;height: 100%;background: var(--main-color);content: "";transition: 0.3s;z-index: 1;}
.downBtn a span{position: relative;z-index: 2;}
.downBtn a:hover{color: #fff;}
.downBtn a:hover:after{width: 100%;}
.downBtn a i{padding-left: 5px;}

.footer{width: 100%;}
.fTop{position: relative;background: linear-gradient(to right,var(--main-color) 50%,#333331 50%);}
/*.fWarp .item{width: 50%;}*/
.fWarp .item1{background: var(--main-color);display: flex;flex-direction: column;width: 35%;}
.fWarp .item1 .box{padding: 60px 0;padding-right: 20px;}
.fWarp .item2{background: #333331;padding: 60px 5%;width: 65%;}
.fTit{font-size: 24px;color: #fff;margin-bottom: 20px;}
.fTel{font-size: 16px;color: #fff;font-weight: bold;}
.fTel p{display: flex;}
.fTel .fa{padding-right: 10px;vertical-align: middle;padding-top: 5px;}
.fTel span{flex: 1;}
.fMenu{width: 100%;}
.fMenu>ul{justify-content: space-between;}
.fMenu ul li{width: auto;margin-bottom: 20px;margin-right: 8px;}
.fMenu ul li:last-child{margin-right: 0;}
.fMenu ul li a{font-size: 16px;color: #fff;}
.fMenu ul li a:hover{color: var(--main-color);}
.fMenu ul li.on>a{color: var(--main-color);}
.fMenu ul li ul {margin-top: 15px;}
.fMenu ul li ul li{padding-left: 0;padding-right: 0;margin-bottom: 15px;}
.fMenu ul li ul li a{color: #fff;font-size: 14px;}

.fCet{padding: 30px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.2);font-size: 16px;color: #000;}
.fCet .tit{}
.fCet .list{}
.fCet .list img{width: auto;max-height: 41px;}

.fBtm{padding: 20px 0;font-size: 16px;color: #000;}
.fBtm .left{}
.fBtm .right{}
.fBtm a{color: #000;display: inline-block;padding: 0 10px;}
.fBtm a:hover{color: var(--main-color);}

.fBtn{}
.fBtn a{display: inline-block;padding: 10px 20px;border: 1px solid #fff;border-radius: 30px;color: #fff;font-size: 14px;}
.fBtn a:hover{background: #fff;color: var(--main-color);}
.fLinks{padding: 20px 0;border-top: 1px solid rgba(255,255,255,0.3);margin-top: auto;padding-right: 35px;}
.fLinks a{display: inline-block;margin-right: 20px;}
.fLinks img{width: 30px;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}

.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: #fff;border-bottom: 1px solid #ddd;}
.p_page .warp{align-items: center;}
.current{font-size: 14px;color: #888;padding: 25px 0;}
.current a{position: relative;color: #888;}
.current a:after{content: ">";padding: 0 5px;color: #888;}
.current a:last-child:after{display: none;}

.pMenu{}
.pMenu ul li{display: inline-block;position: relative;padding: 0 10px;}
.pMenu ul li:after{position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 20px;background: #ddd;content: "";}
.pMenu ul li:last-child:after{display: none;}
.pMenu a{display: inline-block;padding: 30px 25px;color: #666;font-size: 16px;position: relative;}
.pMenu a:after{position:absolute; left:0; bottom:0; width:100%; height: 2px; background:var(--main-color); transform:scaleX(0); transition:0.5s;content: "";}

.pMenu a:hover{color: var(--main-color);}
.pMenu a:hover:after{transform:scaleX(1); transition:0.5s;}

.pMenu ul li.on a{color: var(--main-color);}
.pMenu ul li.on a:after{transform:scaleX(1); transition:0.5s;}

.innerTit{font-size: 30px;color: #000c;}
.innerLine{margin: 35px 0;width: 100%;height: 1px;background: #ddd;}

/*about*/

.about{width: 100%;background: rgba(249,249,249,1);padding: 100px 0;}
.about .iTit{color: #5D5B5B;font-size: 36px;}

.values{width: 100%;}
.values{width: 100%;background: #fff;box-shadow: var(--main-shadow2);}
.values ul li{width: 50%;}
.values ul li:nth-child(1){width: 100%;}
.values ul li:nth-child(1) .part{align-items: center;    padding-bottom: 18px;}
.values .part{display: flex;flex-wrap: wrap;justify-content: space-between;}
.values .part .img{width: 50%;}
.values .part .img img{width: 100%;height: 100%;object-fit: cover;}
.values .part .desc{width: 50%;padding: 20px;}
.values .part .tit{font-weight: bold;font-size: 24px;color: var(--main-color);}
.values .part .iTxt{margin-top: 15px;line-height: 1.8;font-size: 14px;color: #666;}
.values .part .iTxt p{line-height: 1.8;}

.videosBox{margin: 80px 0;}
.videos{width: 100%;}
.videos>ul>li{width: calc(33.3% - 20px);margin-right: 30px;margin-bottom: 30px;}
.videos>ul>li:nth-child(3n){margin-right: 0;}
.videos .part{position: relative;width: 100%;height: 100%;cursor: pointer;overflow: hidden;}
.videos .part .imgBox{width: 100%;height: 360px;position: relative;background: #000;position: relative;padding: 20px 0;}
.videos .part .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.videos .part .imgBox .icon{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);display: flex;justify-content: center;align-items: center;transition: 0.3s;opacity: 0;}
.videos .part .imgBox .icon img{width: 60px;height: auto;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);transform: scale(0);}
.videos .part .tit{font-size: 20px;color: #000;text-align: center;margin-top: 20px;}
.videos .part:hover .imgBox .icon{opacity: 1;}
.videos .part:hover .imgBox .icon img{transform: scale(1);}


.videoTc{position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0,0,0,0.6);z-index: 9999;display: none;}
.videoTc.active{display: block;}
.videoTcClose{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;z-index: 1;}
.videoTcClose2{position: absolute;top: -30px;right: -30px;}
.videoTcClose2 img{width: 30px;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}

.videoTcBox{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;}
.videoTcBox .video{width: 100%;height: 100%;max-width: 780px;text-align: center;margin: auto;max-height: 480px;position: relative;}
.videoTcBox .video p{display: block;width: 100%;height: 100%;padding: 0;line-height: none;}
.videoTcBox .video video{width: 100%;height: 100%;background: #000;position: relative;z-index: 9;}

/*news*/

.news{padding: 80px 0;}
.newsList{width: 100%;margin-bottom: 50px;}
.newsList ul li{padding: 45px 0;border-bottom: 1px solid #ddd;}
.newsList .part{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.newsList .part .img{width: 28%;max-width: 430px;}
.newsList .part .img img{width: 100%;    height: 240px;
    object-fit: cover;}
.newsList .part .desc{width: 70%;}
.newsList .part .time{font-size: 16px;color: var(--main-color);font-weight: bold;margin-bottom: 15px;}
.newsList .part .tit{font-size: 24px;color: #333;font-weight: bold;position: relative;padding-bottom: 20px;margin-bottom: 20px;line-height: 1.8;}
.newsList .part .tit:after{position: absolute;left: 0;bottom: 0;width: 40px;height: 2px;background: var(--main-color);content: "";transition: 0.3s}
.newsList .part .tit a{color: #333;}
.newsList .part .txt{font-size: 16px;color: #666;line-height: 1.6;}

.newsList .part:hover .img img{transform: scale(1.1);}
.newsList .part:hover .tit a{}
.newsList .part:hover .tit:after{width: 100%;}

/*contact*/

.contact{width: 100%;background: rgba(249,249,249,1);padding: 50px 0;}
.contactWarp{background: #fff;box-shadow: var(--main-shadow2);border-top: 5px solid var(--main-color);}
.contactWarp .left{width: 50%;padding: 30px;}
.contactWarp .right{width: 50%;padding: 30px;}
.contactWarp .iTit2{font-size: 24px;color: #333;font-weight: bold;}
.contactWarp .iTxt{font-size: 15px;}
.contactWarp .iTxt p{color: #333;}
.contactWarp .ewm{width: 100%;}
.contactWarp .ewm .img{width: 120px;margin-right: 20px;}
.contactWarp .ewm .img img{width: 100%;}
.contactWarp .ewm .iTxt{flex: 1;}
.contactWarp .ewm .iTxt h3{font-size: 16px;}
.contactWarp .map{width: 100%;height: 490px;/*background: #ddd;*/overflow: hidden;}
.contactWarp .map img{width: 100%;height: 100%;}

/*service*/

.service{width: 100%;background: rgba(249,249,249,1);padding: 50px 0;}
.serviceList{width: 100%;}
.serviceList ul li{width: 25%;padding: 15px;}
.serviceList .part{display: block;width: 100%;height: 100%;background: #fff;border-radius: 10px;box-shadow: var(--main-shadow2);text-align: center;padding: 30px 10px;transition: 0.3s;}
.serviceList .part .icon{text-align: center;}
.serviceList .part .icon img{max-width: 50px;}
.serviceList .part .tit{margin: 15px 0;font-size: 18px;color: #333;font-weight: bold;}
.serviceList .part .txt{font-size: 14px;color: #666;min-height: 45px;line-height: 1.6;}
.serviceList .part .line{margin: 15px 0;text-align: center;}
.serviceList .part .line img{max-width: 100%;width: 100%;}
.serviceList .part .numb{display: flex;justify-content: center;width: 50px;height: 50px;margin: 0 auto;background: var(--main-color);color: #fff;font-size: 16px;border-radius: 50%;align-items: center;}

.serviceList .part:hover{transform: translateY(-10px);}
.serviceList .part:hover .icon img{transform: rotateY(360deg);}

/*application*/

.application{width: 100%;padding: 60px 0;}
.applicatList{width: 100%;box-shadow: var(--main-shadow);}
.applicatList ul li{display: flex;flex-wrap: wrap;align-items: center;}
.applicatList .img{width: 50%;}
.applicatList .img img{width: 100%;height: 100%;object-fit: cover;}
.applicatList .desc{width: 50%;padding: 3%;}
.applicatList .tit{font-size: 30px;color: var(--main-color);font-weight: bold;margin-bottom: 20px;}

.applicatList ul li:nth-child(2n) .img{order: 1;}
.applicatList ul li:nth-child(2n) .desc{order: 0;}


.mainFull{width: 100%;background: rgba(242,242,242,1);padding: 50px 0;}
.mainWarp{width: 100%;display: flex;justify-content: space-between;}
.ml{width: 260px;margin-right: 20px;}
.mr{width: calc(100% - 300px);}
.mainWarp .mlWarp{position: sticky;z-index: 1;overflow-x: hidden;top:100px;}
.mainWarp .mrWarp{margin-top:0px;position: -webkit-sticky;position: sticky;z-index: 1;top: 0;overflow-x: hidden;}

.mlBox{margin-bottom: 30px;}
.mlTit{height: 62px;background: var(--main-color);padding: 0 20px;box-sizing: border-box;color: #fff;font-size: 22px;line-height: 62px;font-weight: bold;border-radius: 0 20px 0 0;border: 1px solid #fff;}
.accordion {width: 100%;}
.accordion>li{border-bottom: 1px solid #eee;}
.accordion .link {cursor: pointer;display: block;padding: 15px 0;font-size: 15px;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;box-sizing: border-box;background: #fff;}
.accordion .link a{color: #333;padding: 0 20px;}
.accordion .link:hover{background: var(--main-color);color: #fff;}
.accordion .link:hover a{color: #fff;}
.accordion .link:hover i{color: #fff;}
.accordion li i {position: absolute;top: 0;right: 0;font-size: 18px;color: #666;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;width: 50px;height: 50px;text-align: center;line-height: 50px;border-left: 1px solid #eee;}

.submenu {display: none;font-size: 14px;}
.submenu li {border-bottom: 1px dotted #e8e5e5;}
.submenu a {display: block;text-decoration: none;color: #666 !important;padding: 12px 20px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;padding-left: 20px;}
.submenu a:hover {background: var(--main-color);color: #fff !important;}

.accordion li.on .link {background: var(--main-color);color: #fff;}
.accordion li.on a {color: #fff;}
.accordion li.on i {color: #fff;}

.mrWarp{width: 100%;background: #fff;box-shadow: var(--main-shadow);padding: 40px 20px;}

/*tab5_____end*/

/*product*/

.product{width: 100%;}
.proList{width: 100%;}
.proList ul li{width: 24.3%;padding: 0 10px;margin-bottom: 45px;}
.proList .part{display: block;width: 100%;height: 100%;border: 1px solid #eee;padding: 0;position: relative;overflow: hidden;}
.proList .part .icon{position: absolute;top: 10px;left: 10px;color: #fff;font-size: 16px;}
.proList .part .tit{padding: 20px 10px;text-align: center;font-size: 18px;color: #000c;font-weight: bold;}
.proList .part .img{width: 100%;height: 228px;display: flex;justify-content: center;align-items: center;}
.proList .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.proList .part .more{padding: 20px;text-align: center;font-size: 15px;color: var(--main-color);text-align: center;}
.proList .part:after{position: absolute;left: 0;width: 0px;height: 2px;background: var(--main-color);content: "";bottom: 0;transition: 0.3s;}
.proList .part:before{content: '';position: absolute;left: -170px;top: -73px;width: 140px;height: 140px;background-color: var(--main-color);transform: rotate(45deg);transition: all .5s ease;}
.proList .part:hover{box-shadow: var(--main-shadow);}
.proList .part:hover:before{left: -100px;}
.proList .part:hover:after{width: 100%;}
.proList .part:hover .img img{transform: scale(1.1);}

.prodetail{width: 100%;background: rgba(242,242,242,1);padding: 50px 0;}
.prod_box{background: #fff;padding: 50px;margin-bottom: 30px;}
.prod1{width: 100%;}
.prod1Left{width: 42%;}
.prod1Right{width: 55%;}
.prodPanel{width: 100%;height: 450px;border: 1px solid #ddd;}
.prodPanel .part{display: flex;justify-content: center;align-items: center;}
.prodPanel .part img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.prodetail .swiper-button-next,.prodetail .swiper-button-prev{color: #333;}
.prodetail .swiper-button-next:after,.prodetail .swiper-button-prev:after{font-size: 42px;}
.prodpSwiper .swiper-slide img{transition: 0.5s;}
.prodpSwiper .swiper-slide img:hover{transform: scale(1.1);}
.prodpSwiper{z-index: 98 !important;}
.prodtSwiper{margin-top: 10px;}
.prodtSwiper .swiper-slide{border: 1px solid #ddd;}
.prodtSwiper .swiper-slide img{opacity: 0.6;}
.prodtSwiper .swiper-slide-thumb-active{border-color: #000;}
.prodtSwiper .swiper-slide-thumb-active img{opacity: 1;}

.prod1Tit{font-size: 24px;color: #333;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #ddd;font-weight: bold;}
.prod1Txt{font-size: 14px;color: #666;min-height: 120px;}
.prodLink{margin-top: 25px;}
.prodLink a{display: inline-block;padding: 12px 25px;background: var(--main-color);color: #fff;font-size: 16px;margin-right: 20px;border-radius: 5px;}
.prodLink a img{width: 20px;vertical-align: middle;margin-right: 5px;}

.pageBar{margin-top: 50px;padding-top: 50px;border-top: 1px solid #ddd;font-size: 14px;}
.pageBar .item{width: auto;max-width: 50%;}

.prod2{width: 100%;}
.prod_tit{width: 100%;border-bottom: 1px solid #eee;margin-bottom: 20px;}
.prod_tit span{display: inline-block;line-height: 54px;background: var(--main-color);color: #fff;font-size: 18px;padding: 0 10px;min-width: 200px;text-align: center;font-weight: bold;}
.prod_txt{font-size: 16px;color: #333;overflow: hidden;}
.prod_txt img{max-width: 100%;}
.prod_txt video{max-width: 100%;}

.prod3List{width: 100%;}
.prod3List ul li{width: 25%;margin-bottom: 20px;}
.prod3List .part{display: block;width: 100%;text-align: center;position: relative;}
.prod3List .part:after{position: absolute;left: 0;width: 100%;height: 1px;background: var(--main-color);top: 15px;content: "";z-index: 0;}
.prod3List .part .numb{width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;border-radius: 50%;background: var(--main-color);color: #fff;font-size: 14px;margin: 0 auto;z-index: 2;position: relative;}
.prod3List .part .numb span{}
.prod3List .part .tit{font-size: 16px;color: #5D5B5B;font-weight: bold;margin: 15px 0;}
.prod3List .part .img{width: calc(100% - 10px);margin: 0 auto;border-radius: 5px;}
.prod3List .part .img img{width: 100%;    height: 200px;
    object-fit: contain;}
.prod3List .part:hover .img img{transform: scale(1.1);}

.prod4List{width: 100%;}
.prod4List ul li{width: 16.66%;padding: 5px;}
.prod4List .part{display: block;width: 100%;height: 100%;border: 1px solid #eee;border-radius: 5px;padding: 10px;overflow: hidden;}
.prod4List .part img{width: 100%;height: 100%;object-fit: cover;}
.prod4List .part:hover img{transform: scale(1.1);}

.product2{width: 100%;background: rgba(242,242,242,1);padding: 50px 0;}
.pro2List{width: 100%;}
.pro2List ul li{width: 33.3%;padding: 10px;}
.pro2List .part{width: 100%;height: 100%;padding: 20px;box-shadow: var(--main-shadow2);display: flex;flex-wrap: wrap;justify-content: space-between;background: #fff;}
.pro2List .part .img{width: 35%;text-align: center;}
.pro2List .part .img img{width: 100%;}
.pro2List .part .desc{width: 65%;}
.pro2List .part .tit{font-size: 16px;color: #333;font-weight: bold;}
.pro2List .part .t2{margin: 10px 0;font-size: 16px;color: #333;}
.pro2List .part .txt{font-size: 14px;color: #666;margin: 10px 0;}
.pro2List .part .more{margin-top: 20px;}
.pro2List .part .more span{display: inline-block;padding: 10px 20px;background: var(--main-color);border-radius: 30px;color: #fff;font-size: 14px;}

.inside{width: 100%;padding: 60px 0;overflow: hidden;}
.inside img{max-width: 100%;}

.mlTel{background: #fff;padding: 20px;font-size: 16px;color: #333;}

.mainForm{width: 100%;}
.mainForm ul li{width: 100%;margin-bottom: 20px;}
.mainForm ul li.w50{width: 49%;}
.mainForm .tit{font-size: 16px;margin-bottom: 10px;}
.mainForm .error{color: #f00;font-size: 12px;display: none;}
.mainForm input,
.mainForm textarea{width: 100%;height: 46px;border: 1px solid #ddd;padding: 0 10px;font-size: 16px;color: #333;outline: none;}
.mainForm textarea{height: 46px;padding: 10px;}
.mainForm ul li.li1 input{}
.mainForm button{display: block;width: 178px;height: 37px;border-radius: 30px;border: none;background: var(--main-color);color: #fff;font-size: 16px;margin: 0 auto;}

.banVideo{position: relative;width: 100%;height: 100%;font-size: 0px;    margin-top: 2%;}
.banVideo:after{position: absolute;z-index: 2;width: 100%;height: 100%;top: 0;left: 0;content: "";}
.banVideo video{width: 100%;height: 100%;object-fit: cover;}
.banner .imgTop{z-index: 3;}


@media only screen and (max-width: 1580px) {
.wapper{ width:100%;padding: 0 10px;}
.menu a{font-size: 16px;}
.banner .tit{font-size: 58px;text-shadow: 2px 1px 3px rgb(0 0 0 / 80%);}
.headTop .logo img{max-height: 60px;}










}

@media only screen and (max-width: 1280px) {
.wapper{ width:100%;}
.menu a{font-size: 15px;padding: 0 12px;}
.menu ul li dl dd a{padding: 10px 12px;}
.hIcon{margin-left: 5px;}
.hIcon .line{margin: 0 12px;}
.hLinks a img{width: 22px;}
.banner .tit{font-size: 48px;}
.i2List .part .tit{font-size: 18px;}
.i2Warp .right{padding: 3%;}
.i2Tit{font-size: 24px;}
.i2List2 .part .tit{font-size: 18px;}
.titEn{font-size: 32px;}
.iTit{font-size: 32px;}
.pro2List ul li{width: 50%;}
.serviceList ul li{padding: 10px;}
.values ul li{width: 100%;}
.values ul li:nth-child(2n) .img{order: 0;}
.values ul li:nth-child(2n) .desc{order: 1;}
.headTop .logo img{max-height: 48px;}
.headTop .box{margin-left: 12px;}
.headTop .box .icon{width: 25px;margin-right: 5px;}
.headTop .box .txt{font-size: 14px;}
.language dt{font-size: 20px;}


}

@media only screen and (max-width: 999px) {
.header{display: none;}
.header.fixed{display: none;}
.headTop{padding: 0;}
.headTop .logo img{max-height: 45px;max-width: 100%;}
.menu{display: none;}
.hLinks{display: none;}
.sp_nav1{display: block;}
.sjj_nav1{display: block;}
.hLinks a img{filter: none;}
.hSearch{position: inherit;}
.hSePanel{padding: 10px;width: 100%;height: auto;right: auto;left: 0;top: 100%;}
.banner .tit{font-size: 32px;}
.banMore a{padding: 10px 20px;font-size: 14px;}
.index1{padding: 20px 0;}
.i1List ul li{width: 100%;padding: 20px 10px;}
.i2Warp .left{width: 100%;}
.i2List ul li{width: 100%;}

.i2Warp .right{width: 100%;padding: 20px;}
.i2List2 .part .tit{font-size: 16px;}
.i2Tit{font-size: 22px;}
.i2List2 .part .tit{font-size: 16px;}
.titEn{font-size: 26px;}
.iTit{font-size: 26px;}
.i3Warp .box{display: block;}
.i3Warp .img{width: 100%;}
.i3Warp .desc{width: 100%;margin-top: 20px;}
.i4Warp .left{width: 100%;margin-bottom: 20px;}
.i4Warp .right{width: 100%;}
.i4List .part .time{width: 60px;}
.i4List .part .time span{font-size: 20px;}
.i4List .part .time em{font-size: 14px}
.i4List .part .desc{width: calc(100% - 60px);padding: 10px;}
.i4List .part .tit{font-size: 16px;}
.i4List .part .txt{font-size: 13px;}
.i5Warp .box{width: 100%;margin-bottom: 20px;}
.fTop{background: transparent;}
.fWarp .item{width: 100%;}
.fWarp .item1 .box{padding: 20px;}
.fWarp .item2{padding: 20px;}
.fTit{font-size: 22px;}
.fTel{font-size: 14px;}
.fCet .list{margin-top: 10px;}
.fBtm{font-size: 14px;}
.fBtm a{padding: 0 4px;}
.fCet .list img{max-width: 100%;}
.current{padding: 10px 0;}
.pMenu ul li{padding: 0 2px;}
.pMenu a{padding: 10px 5px;font-size: 13px;}
.titEn2{font-size: 20px;}
.about .iTit{font-size: 26px;}
.tongtu .img img{min-height: 220px;object-fit: cover;}
.tongtu .txt{display: none;}
.tongtu .t1{padding-top: 20px;}

.applicatList ul li{display: block;}
.applicatList .img{width: 100%;}
.applicatList .desc{width: 100%;padding: 20px;}
.contactWarp .left{width: 100%;padding: 20px;}
.contactWarp .right{width: 100%;padding: 20px;}
.contactWarp .iTit2{font-size: 20px;}
.contactWarp .iTxt{font-size: 14px;}
.contactWarp .ewm .img{width: 100px;margin-right: 10px;}
.newsList .part{display: block;}
.newsList .part .desc{width: 100%;margin-bottom: 20px;}
.newsList .part .img{width: 100%;}
.prod_box{padding: 20px;}
.prod1Left{width: 100%;max-width: 580px;margin: 0 auto;margin-bottom: 20px;}
.prod1Right{width: 100%;}
.prodPanel{height: 300px;}
.prodLink a{padding: 10px 20px;margin-right: 10px;}
.prod_tit span{font-size: 16px;}
.prod3List ul li{width: 50%;}
.prod4List ul li{width: 50%;}

.mainWarp{display: block;}
.ml{width: 100%;margin-right: 0;}
.mr{width: 100%;}
.mrWarp{padding: 20px 10px;}
.proList ul li{width: 100%;margin-bottom: 20px;}
.proList .part .img{height: 250px;}
.pro2List ul li{width: 100%;}
.pro2List .part{padding: 10px;}
.pro2List .part .more span{font-size: 12px;padding: 5px 10px;}
.serviceList ul li{width: 100%;}
.values .part{display: block;}
.values .part .img{width: 100%;}
.values .part .desc{padding: 20px;width: 100%;}
.videos>ul>li{width: 100%;margin-right: 0;}
.mainForm ul li.w50{width: 100%;}
.headTop .box{display: none;}
.headTop .warp{padding: 0;height: auto;padding-top: 10px;height: auto;}
.headTop .logo{width: 100%;text-align: center;}
.hRight {width: 100%;}
.language{margin-left: auto;}
.hSeBtn{height: 50px;display: block;line-height: 50px;}
.language dt{line-height: 50px;}
.language dd{top: 50px;}
.hIcon{width: 100%;}
.banVideo:after{display: none;}

}
