/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0;    font-family: var(--fontfamily); padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;color:#666;font-family: var(--fontfamily);}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color: var(--main-color); text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:0px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width: 100%; margin:0 auto;max-width: 1600px;padding: 0 70px;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--color: #332C7A;
	--main-color: #08204e;
	--main-color2: #109B04;
	--main-color-white: #fff;
	--title: #222;
	--text: #565656;
	--main-color-888: #888888;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	--fontbold3: 300;
	--fontbold4: 400;
	--fontbold5: 500;
	--fontbold6: 600;
	--fontbold7: 700;
	--fontbold8: 800;
	--fontbold9: 900;
	--borderradius: 6px;
	--fontfamily: "TitilliumWeb-Regular", "Lato", "Open Sans", "Roboto", "Poppins", "Oswald", "Noto Sans", "Montserrat", sans-serif;
}

@font-face {
  font-family: "DMSans9pt-Italic";
  src: url("../fonts/DMSans9pt-Italic.woff2") format("woff2"),
       url("../fonts/DMSans9pt-Italic.woff") format("woff"),
       url("../fonts/DMSans9pt-Italic.ttf") format("truetype"),
       url("../fonts/DMSans9pt-Italic.eot") format("embedded-opentype"),
       url("../fonts/DMSans9pt-Italic.svg") format("svg");
}

@font-face {
  font-family: "DMSans-9ptRegular";
  src: url("../fonts/DMSans-9ptRegular.woff2") format("woff2"),
       url("../fonts/DMSans-9ptRegular.woff") format("woff"),
       url("../fonts/DMSans-9ptRegular.ttf") format("truetype"),
       url("../fonts/DMSans-9ptRegular.eot") format("embedded-opentype"),
       url("../fonts/DMSans-9ptRegular.svg") format("svg");
}

@font-face {
  font-family: "TitilliumWeb-Regular";
  src: url("../fonts/TitilliumWeb-Regular.woff2") format("woff2"),
       url("../fonts/TitilliumWeb-Regular.woff") format("woff"),
       url("../fonts/TitilliumWeb-Regular.ttf") format("truetype"),
       url("../fonts/TitilliumWeb-Regular.eot") format("embedded-opentype"),
       url("../fonts/TitilliumWeb-Regular.svg") format("svg");
}

.indexTop{width: 100%;position: fixed;top: 0;left: 0;z-index: 9991;}
.indexTop .warp{display: flex;justify-content: space-between;align-items: center;height: 40px;}
.indexTop .welCome span{display: inline-block;margin-right: 20px;color: #fff;font-size: 16px;}
.indexTop .welCome i{padding-right: 10px;}
.indexTop .welCome a{color: #fff;}
.indexTop .welCome a:hover{text-decoration: underline;}
.indexTop.fixed{display: none;}


.header{ position:fixed;z-index: 999;width: 100%;top: 40px;left: 0;transition: 0.3s;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 80px;}
.headList .logo{display: block;line-height: 1;}
.headList .logo img{max-height: 55px;width: auto;}


/*menu*/
.menu{height: 80px;line-height: 80px;}
.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: 200px;}
.menu ul li dl dd{ line-height: 1.6;position: relative;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;padding: 10px 20px;text-align: left;position: relative;}
.menu ul li dl dd a .fa{position: absolute;right: 10px;color: #333;top: 0;line-height: 45px;}
.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;position: relative;}
.menu ul li span a:after{position: absolute;left: 20px;width: 0;height: 2px;background: var(--main-color);content: "";transition: 0.3s;bottom: 1px;opacity: 0;}
.menu ul li span a i{padding-left: 10px;}
.menu ul li.cur span a,
.menu ul li span a:hover,
.menu ul li span a.menu_hover{color: var(--main-color);}

.menu ul li.cur span a:after,
.menu ul li span a:hover:after,
.menu ul li span a.menu_hover:after{width: calc(100% - 40px);opacity: 1;}

.menu ul li dl dd dl{top: 0;left: 100%;transform: none;display: none;}
.menu ul li dl dd:hover dl{display: block;}

.hLinks {margin-left: 20px;}
.hLinks ul li{display: inline-block;margin-right: 20px;}
.hLinks a{font-size: 16px;color: #fff;padding: 10px 20px;}
.hLinks .hBtn1{background: #fff;border-radius: 50px;color: var(--main-color) !important;}
.hLinks .hBtn1:hover{opacity: 0.8;}

.hSearch{position: relative;}
.hSeBtn{color: #fff;font-size: 16px;height: 36px;display: block;line-height: 36px;width: 36px;border-radius: 5px;background: var(--main-color);text-align: center;}
.hSeBtn:hover{color: #fff;}
.hSeBtn.active i:before{content: "×";font-size: 25px;}
.hSePanel{width: 280px;height: 90px;padding: 25px 20px;box-sizing: border-box;top: 60px;right: 0;background: #f4f4f4;position: absolute;display: none;}
.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 10px 0 50px;box-sizing: border-box;outline: none;}
.hSearch .search button{width: 50px;height: 100%;position: absolute;top: 0;left: 0;text-align: center;border: none;background: none;color: #333;font-size: 16px;}

.language{position: relative;margin-left: 25px;}
.language dt{height: 40px;display: flex;justify-content: center;align-items: center;font-size: 14px;color: #fff;cursor: pointer;}
.language i.fa-globe{padding-right: 10px;position: relative;top: 2px;}
.language i.fa-angle-down{padding-left: 10px;}
.language dd{position: absolute;top: 40px;right: 0;width: 120px;background: #fff;display: none;box-shadow: var(--main-shadow);border-radius: 10px;overflow: hidden;}
.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{color: var(--main-color);}
.language ul li.on a{color: var(--main-color);}
/*.language:hover dd{display: block;}*/

.header.fixed{top: 0;background: #08204e;}
.header.fixed .menu ul li span a{color: #fff;}
.header.fixed .hLinks a{color: #fff;}


/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_header1 .language{float: right;height: 70px;margin-right: 12px;display: flex;align-items: center;}
.sp_header1 .language dd{top: 70px;}

.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.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% - 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: 45px;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: var(--main-color);width: 60px;height: 45px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper-container {width: 100%;overflow: hidden;}
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper .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 .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;}
.iTitCn{}
.iTitEn{}
.iTit{font-size: 34px;color: var(--title);font-weight: bold;}
.iTit em{    background: linear-gradient(180deg, #E6CD99 0%, #C8A860 100%);background-clip: text;color: transparent;}
.iTit strong{font-weight: bold;display: block;}
.iTit span{font-size: 16px;color: var(--text);display: block;font-weight: normal;margin-top: 10px;}
.iTxt{font-size: 16px;color: #222;}
.iTxt img{max-width: 100%;}
.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%;}

.iBtn a{display: block;width: 200px;height: 50px;background: var(--main-color);border-radius: 50px;color: #fff;font-size: 18px;text-align: center;line-height: 50px;}
.iBtn a:hover{background: #222;}
.iBtn2 a{display: block;width: 120px;height: 40px;background: var(--main-color);border-radius: 50px;color: #fff;font-size: 16px;text-align: center;line-height: 40px;}
.iBtn2 a:hover{background: #fff;color: var(--main-color);box-shadow: var(--main-shadow);}
.iBtn3 a{display: block;background: linear-gradient(180deg, #E9CC98 0%, #D2A764 50%, #C99E58 100%);    padding: 0 10px;/*width: 200px*/;height: 50px;/*border: 1px solid #fff;*/border-radius: 50px;color:var(--main-color);font-size: 18px;text-align: center;line-height: 50px;}
.iBtn3 a i{padding-right: 10px;font-size: 16px;}
.iBtn3 a:hover{background: #fff;color: var(--main-color);box-shadow: var(--main-shadow);}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;position: relative;}
.banner_swiper{width: 100%;}
.banner_swiper .part{display: block;width: 100%;position: relative;overflow: hidden;height: 100%;}
.banner_swiper .img_show{width: 100%;font-size: 0;overflow: hidden;height: 100%;}
.banner_swiper .img_show img{width: 100%;height: 100%;object-fit: cover;}
.banner_swiper .img_top{position: absolute;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.banner_swiper .desc{width: 100%;text-align: center;max-width: 980px;margin: 0 auto;}
.banner_swiper .desc .t1{color: #fff;font-size: 45px;margin-bottom: 30px;}
/*.banner_swiper .desc .t2{color: #fff;font-size: 52px;margin-bottom: 30px;font-weight: bold;}*/
.banner_swiper .desc .txt{color: #fff;font-size: 20px;position: relative;}
/*.banner_swiper .desc .txt:after{content: '';position: absolute; left: 50% !important;top: 0px;margin-left: -30px !important; border-radius: 23px; height: 3px;width: 60px;background: #fff;z-index: 1;}*/

.banner .swiper-pagination{bottom: 160px !important;}
.banner .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.banner .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 50px;height: 50px;border-radius: 50%;background: rgba(255,255,255,0.1);}
.banner .swiper-button-next:hover{background: var(--main-color);}
.banner .swiper-button-prev:hover{background: var(--main-color);}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{color: #fff;font-size: 20px;}


.banTop{position: absolute;left: 0;bottom: 0;z-index: 9;width: 100%;}
.banTopList{background: rgba(0,0,0,0.3);}
.banTopList ul li{width: 20%;height: 100%;line-height: 1;color: #FFFFFF;padding: 30px 10px;opacity: .8;transition: all .2s linear;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.banTopList .icon{width: 40px;height: 40px;}
.banTopList .icon img{width: 100%;height: 100%;object-fit: contain;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}
.banTopList .tit{margin-top: 1em;font-size: 16px;}
.banTopList .tit .timer{font-size: 20px;}

.banTopList ul li:hover{opacity: 1;color: var(--main-color);}
.banTopList ul li:hover .icon img{filter: none;}

.index1{width: 100%;}
.i1Warp{width: 100%;align-items: center;}
.i1Warp .left{width: 48%;}
.i1Warp .right{width: 50%;}
.i1Warp .img{width: 100%;}
.i1Warp .img img{width: 100%;}
.i1Info{font-size: 16px;color: #222;font-weight: bold;}
.i1Info ul li{width: 50%;padding: 5px;padding-left: 0;}
.i1Info i.fa{color: var(--main-color);padding-right: 10px;}

.i1Btm{width: 100%;}
.i1Btm .tel{margin-left: 20px;flex: 1;display:flex;align-items:center;line-height:1.4}
.i1Btm .tel .icon{background-color: var(--main-color);width: 40px;height: 40px;display: inline-flex;align-items: center;justify-content: center;border-radius: 50%;font-size: 18px;color: #FFFFFF;position: relative;margin-right: 14px;}
.i1Btm .tel .icon::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border: 1px solid var(--main-color);
	border-radius: 50%;
	animation: aboutanimate 2s linear infinite
}
.i1Btm .tel .info{flex: 1;}
.i1Btm .tel .info p{padding: 0;line-height: 1.4;}
.i1Btm .tel .info .p1{font-size: 16px;color: #222;}
.i1Btm .tel .info .p2{font-size: 18px;font-weight: bold;}
.i1Btm .tel .info .p2 a{color: #222;}


@keyframes aboutanimate {
	0% {
		opacity: 1;
		width: 100%;
		height: 100%
	}
	50% {
		opacity: 1;
		width: calc(100% + 5px);
		height: calc(100% + 5px)
	}
	100% {
		opacity: 0;
		width: calc(100% + 10px);
		height: calc(100% + 10px)
	}
}

.home-pro {
	padding-bottom: 0px
}

.index2{width: 100%;overflow: hidden;}
.i2List{width: 100%;}
.i2List ul li{width: 50%;}
.i2List .part{display: block;width: 100%;height: 100%;position: relative;display: flex;justify-content: space-between;flex-wrap: wrap;background: var(--main-color);transition: all .2s linear;}
.i2List .part .img{width: 50%;height: 100%;display: block;}
.i2List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i2List .part .desc{width: 50%;padding: 20px;display: flex;flex-direction: column;justify-content: center;height: 100%;position: relative;}
.i2List .part .desc::before{content: "";position: absolute;left: -13px;top: 50%;transform: translateY(-50%);width: 0px;height: 0px;border-style: solid;border-width: 10px 15px 10px 0px;border-color: transparent #F7F7F7 transparent transparent;transition: all .2s linear;}
.i2List .part .tit{font-size: 20px;color: #fff;font-weight: bold;}
.i2List .part .txt{font-size: 16px;color: #fff;margin: 20px 0;}
.i2List .part .iBtn2 a{background: #fff;color: var(--main-color);box-shadow: var(--main-shadow);}
.i2List .part .desc::before{border-color: transparent var(--main-color) transparent transparent;}

.i2List .part:hover{background: #F7F7F7;}
.i2List .part:hover .img img{transform: scale(1.05);}
.i2List .part:hover .tit{color: #222;}
.i2List .part:hover .txt{color: #222;}
.i2List .part:hover .iBtn2 a{background: #fff;color: var(--main-color);}
.i2List .part:hover .desc::before{border-color: transparent #F7F7F7 transparent transparent;}

.i2List ul li:nth-child(4n + 3) .part .img,
.i2List ul li:nth-child(4n + 4) .part .img{order: 1;}

.i2List ul li:nth-child(4n + 3) .part .desc,
.i2List ul li:nth-child(4n + 4) .part .desc{order: 0;}

.i2List ul li:nth-child(4n + 3) .part .desc::before,
.i2List ul li:nth-child(4n + 4) .part .desc::before{left: auto;right: -13px;border-width: 10px 0px 10px 15px;border-color: transparent transparent transparent #F7F7F7;}

.i2List ul li:nth-child(4n + 3) .part:hover .desc::before,
.i2List ul li:nth-child(4n + 4) .part:hover .desc::before{border-color: transparent transparent transparent var(--main-color);}

.index3{width: 100%;}
.i3List{width: 100%;}
.i3List ul li{width: 25%;padding: 0 10px;}
.i3List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;border-radius: 10px;cursor: default;}
.i3List .part .img{width: 100%;height: 350px;}
.i3List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i3List .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 20px;overflow: auto;color: #fff;background: rgba(0,0,0,.5);transition: 0.3s;opacity: 0;}
.i3List .part .desc{width: 100%;}
.i3List .part .tit{font-size: 20px;position:relative;padding-bottom:10px;margin-bottom:10px}
.i3List .part .tit::after{content:"";position:absolute;left:0px;bottom:0px;width:60px;height:4px;background:var(--main-color)}
.i3List .part .txt{font-size: 16px;}
.i3List .part:hover .imgTop{opacity: 1;}

.index4{width: 100%;position: relative;overflow: hidden;}
.index4:after{/*content: "";position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;background: rgba(0,0,0,.6);*/}
.index4 .wapper{position: relative;z-index: 2;}
.i4List .swiper-slide{background: transparent;height: auto;padding: 10px;}

.i4List{width: 100%;position: relative;padding-bottom: 30px;}
.i4List .part{display: block;width: 100%;height: 100%;border: 2px solid rgba(245,245,245,.3);padding: 45px 20px;border-radius: 6px;text-align: center;transition: all .2s linear;color: #fff;}
.i4List .part .icon{width: 40px;height: 40px;margin: 20px auto;}
.i4List .part .icon img{width: 100%;height: 100%;object-fit: cover;}
.i4List .part .tit{position:relative;font-size: 20px;padding-bottom:12px;margin:12px 0px 12px}
.i4List .part .tit:after{content: "";position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);width: 40px;height: 3px;background: var(--main-color);}
.i4List .part .txt{font-size: 16px;}
.i4List .part:hover{transform: translateY(-10px);border-color: var(--main-color);}
.i4List .part:hover .icon img{transform: rotateY(180deg);}

.index5{width: 100%;background: #F4F4F4;padding-bottom: 240px;padding-top: 80px;}
.i5Slide{width: 100%;overflow: hidden;}
.i5List{width: 100%;}
.i5List ul li{width: 163px;height: 50px;margin-right: 40px;float: left;}
.i5List .img{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.i5List .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.i5Btm{width: 100%;margin: 50px 0;z-index: 1;position: relative;}
.i5Box{background: var(--main-color);text-align: center;padding: 4% 30px;border-radius: 10px;color: #FFFFFF;}

.index6{width: 100%;}
.i6List {
    width: 100%;
    overflow: hidden;
}

    .i6List ul {
        margin-left: -10px;
        margin-right: -10px;
    }
.i6List ul li{width: 25%;padding: 10px;}
.i6List .part{display: block;width: 100%;height: 100%;border-radius: 10px;background: #F7F7F7}
.i6List .part .video{width: 100%;/*height: 315px;*/display: flex;justify-content: center;align-items: center;}
.i6List .part .video video{width: 100%;height: 100%;max-height: 100%;background: #000;}
.i6List .part .desc{padding: 20px;}
.i6List .part .tit{font-size: 18px;color: #222;}

.index7{background: #F7F7F7;overflow: hidden;}
.i7List{width: 100%;position: relative;padding-bottom: 50px;}
.i7List .swiper-slide{height: auto;background: transparent;padding: 10px;}
.i7List ul li{width: 25%;padding: 10px;}
.i7List .part{display: block;width: 100%;height: 100%;background: var(--main-color);border-radius: 10px;overflow: hidden;}
.i7List .part .img{width: 100%;}
.i7List .part .img img{width: 100%;}
.i7List .part .desc{padding: 20px;width: 100%;}
.i7List .part .date{font-size: 14px;color: #fff;margin-bottom: 10px;}
.i7List .part .tit{font-size: 18px;color: #fff;height: 60px;line-height: 30px;}

.i7List .part:hover{background: #fff;}
.i7List .part:hover .img img{transform: scale(1.05);}
.i7List .part:hover .date{color: #555;}
.i7List .part:hover .tit{color: #222;}

/*footer*/

.footer{padding: 60px 0;background: #747272;font-size: 16px;color: #fff;}
.footer a{color: #fff;}
.footer a:hover{text-decoration: underline;}
.fWarp{width: 100%;}
.fWarp .item{width: 20%;}
.fWarp .item1{}
.fWarp .item2{width: 16%;}
.fWarp .item3{    width: 9%;}
.fWarp .item4{}
.fWarp .item5{width: 22%;}
.fEwm img{width: 300px;}
.fTit{font-size: 24px;color: #fff;font-weight: bold;margin-bottom: 20px;}
.fMenu{width: 100%;}
.fMenu ul{display: flex;flex-wrap: wrap;}
.fMenu ul li{margin-bottom: 10px;}
.fMenu ul li a{color: #fff;}
.fWarp .item3 .fMenu ul li{width: 69%;}
.fTel ul li{margin-bottom: 10px;display: flex}
.fTel .fa{margin-right: 10px; flex-shrink: 0;}
.copyright{padding: 10px 0;background: #747272;font-size: 16px;color: #fff;text-align: center;}
.fAddr ul li{margin-bottom:20px;}
.fAddr ul li:last-child{margin-bottom:0;}
.fAddr .tit{font-size:16px;font-weight:600}
.fAddr .txt{ margin-top:10px; line-height:1.6;font-size:14px;}

.fShare{width: 100%;margin-top: 20px;}
.fShare a{display: block;width: 24px;margin-right: 19px;}
.fShare a img{width: 100%;}

.toTop{width: 40px;height: 40px;background: #fff;border-radius: 50%;box-shadow: var(--main-color);position: fixed;right: 35px;bottom: 10%;color: #222;text-align: center;line-height: 40px;z-index: 999;font-size: 20px;cursor: pointer;transition: 0.3s;display: none;}
.toTop:hover{background: var(--main-color);color: #fff;}
.toTop.active{display: block;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;height: 500px;object-fit: cover;}
.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: 18px;color: #fff;}

.currentTop{width: 100%;border-bottom: 1px solid #E5E5E5;background: #fff;}
.currentTop .warp{padding: 10px 0;}
.inner_warp{align-items: center;}
.inner_warp strong{font-size: 20px;color: #222;font-weight: bold;margin-right: 20px;display: block;}
.inner_warp dl{position: relative;z-index: 999;}
.inner_warp dt{width: 50px;height: 36px;color: #222;font-size: 24px;cursor: pointer;min-width: 120px;padding-bottom: 8px;display: flex;align-items: center;}
.inner_warp dt span{line-height: 1;}
.inner_warp dd{position: absolute;left: 0;top: 100%;background: #fff;box-shadow: 1px 2px 10px rgb(0 0 0 / 10%);display: none;}
.inner_warp ul li{}
.inner_warp ul li a{display: block;padding: 8px 15px;font-size: 16px;color: #222;}
.inner_warp ul li a:hover{color: var(--main-color);}
.inner_warp dl:hover dd{display: block;}


.current{font-size: 14px;color: #555;line-height: 36px;}
.current .fa{padding-right: 5px;}
.current a{display: inline-block;color: #555;}
.current a:hover{color: var(--main-color);}
.current a:after{content: "/";margin: 0 5px;}
.current a:last-child:after{display: none;}

.inner_tit{text-align: center;font-size: 24px;color: #222;position: relative;padding-bottom: 15px;margin-bottom: 15px;font-weight: bold;}
.inner_tit:after{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;width: 50px;height: 3px;background: var(--main-color,#000);content: "";}


/*aboutus*/

.about1{margin: 60px 0;}
.about1Warp{width: 100%;}
.about1Warp .img{width: 100%;transition: 0.3s;}
.about1Warp .img img{border-radius: 10px;width: 100%;}
.about1Warp .desc{width: 100%;}
.about1Warp .iTxt ul{padding-left: 20px;}
.about1Warp .iTxt ul li{list-style: disc;}
.about1Warp .iTxt p{padding: 2px 0;}
.about1Warp:hover .img{transform: scale(1.03);}

.about2{margin: 60px 0;}
.about2Warp{width: 100%;}
.about2Warp .left{width: 50%;}
.about2Warp .img{width: 100%;}
.about2Warp .img img{width: 100%;border-radius: 10px;}

.about2Info .row{margin-bottom: 10px;display: flex;}
.about2Info .icon{width: 30px;margin-right: 10px;color: var(--main-color);font-size: 20px;}
.about2Info .iTxt{flex: 1;}
.about2Info .iTxt p{padding: 0;}

.about3{margin: 60px 0;overflow: hidden;}
.about3List{width: 100%;}
.about3List ul{margin-left: -35px;margin-right: -35px;}
.about3List ul li{padding: 35px;width: 33.3%;}
.about3List .part{display: block;width: 100%;height: 100%;background: #fff;box-shadow: 0 3px 10px 0 rgb(51 51 51 / 20%);padding: 50px;}
.about3List .part .tit{font-size: 18px;color: var(--main-color);font-weight: bold;text-align: center;}
.about3List .part:hover{box-shadow: 0 3px 10px 0 rgb(51 51 51 / 40%);}

.about4{margin: 60px 0;}
.about4List{width: 100%;}
.about4List ul{margin-left: -10px;margin-right: -10px;}
.about4List ul li{width: 20%;padding: 10px;}
.about4List .part{display: block;width: 100%;height: 330px;border: 1px solid #ddd;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.about4List .part img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.about4List .part:hover img{transform: scale(1.1);}

.about5{margin: 60px 0;}
.about5Tab{width: 100%;}
.about5Tab ul li{display: inline-block;padding: 10px;}
.about5Tab span{display: inline-block;padding: 8px 20px;background: #ddd;border-radius: 5px;font-size: 18px;color: #333;cursor: pointer;}

.about5List{width: 100%;}
.about5List ul{margin-left: -10px;margin-right: -10px;}
.about5List ul li{width: 20%;padding: 10px;}
.about5List .part{display: block;width: 100%;}
.about5List .part .img{width: 100%;}
.about5List .part .img img{width: 100%;}
.about5List .part .desc{text-align: center;padding: 20px 0;}
.about5List .part .tit{font-size: 16px;color: #111;font-weight: bold;}
.about5List .part .txt{margin-top: 10px;font-size: 16px;color: #333;}
.about5List .part:hover .img img{transform: scale(1.1);}

.about6{margin: 60px 0;}
.about6Warp{width: 100%;}
.about6Warp .img{width: 48%;transition: 0.3s;}
.about6Warp .img img{width: 100%;}
.about6Warp .desc{width: 48%;}
.about6Warp .iTxt p{line-height: 3;}
.about6Warp:hover .img img{transform: scale(1.1);}

.about7{margin: 60px 0;}
.about7List{width: 100%;}
.about7List .item{width: 49%;margin-bottom: 2em;}
.about7List .part{width: 100%;display: flex;align-items: center;padding: 20px 18px;background-color: #fff;border-radius: 10px;border-bottom: 2px solid var(--main-color,#1d2087);box-shadow: 0 2px 6px 0 rgb(51 51 52 / 20%);}
.about7List .part .icon{width: 90px;height: 90px;background-color: #f8f8f8;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;transition: all .2s ease;margin-right: 20px;}
.about7List .part .icon img{width: 40px;}
.about7List .part .desc{flex: 1;}
.about7List .part .tit{font-size: 18px;color: var(--main-color);font-weight: bold;}
.about7List .part .iTxt{margin-top: 10px;}
.about7List .part .iTxt ul{padding-left: 20px;}
.about7List .part .iTxt ul li{list-style: disc;}
.about7List .part:hover .icon{background: #ddd;}

/*proclass*/

.product{width: 100%;margin: 60px 0;}
.proclassList{width: 100%;}
.proclassList ul li{width: calc(50% - 15px);margin-bottom: 30px;}
.proclassList .part{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;background: #f7f7f7;border-radius: 5px;overflow: hidden;}
.proclassList .part .img{width: 50%;}
.proclassList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.proclassList .part .desc{display: flex;flex-direction: column;justify-content: center;padding: 20px;width: 50%;}
.proclassList .part .tit{font-size: 20px;color: #222;display: block;margin-bottom: 10px;font-weight: bold;}
.proclassList .part .iTxt{margin-bottom: 20px;}
.proclassList .part .iBtn2 a{background: transparent;border: 1px solid var(--main-color);color: var(--main-color);line-height: 38px;}
.proclassList .part:hover .img img{transform: scale(1.02);}
.proclassList .part:hover .tit{color: var(--main-color);}
.proclassList .part:hover .iBtn2 a{background: var(--main-color);color: #fff;}

.mainForm{padding: 60px 0;background: #f4f4f6;}
.mainFormBox{width: 100%;}
.mainFormBox ul li{width: 100%;margin-bottom: 30px;}
.mainFormBox ul li.w50{width: 49%;}
.mainFormBox input,
.mainFormBox textarea{width: 100%;height: 50px;background: #fff;padding: 10px;outline: none;border: 1px solid #fff;border-radius: 5px;font-size: 16px;}
.mainFormBox textarea{height: 140px;}

.mainFormBox input:focus,
.mainFormBox textarea:focus{border-color: var(--main-color);}

.mainFormBox button{width: 23%;    background: linear-gradient(180deg, #E9CC98 0%, #D2A764 50%, #C99E58 100%);height: 48px;font-size: 16px;color: var(--main-color);border: none;border-radius: 50px;}
.mainFormBox button:hover{background: var(--main-color);color:#fff}

/*product*/
.productTop{width: 100%;padding: 20px 0;background: #f7f7f7;}
.productTab{width: 100%;}
.productTab ul li{width: 16%;margin-right: 0.8%;position: relative;}
.productTab ul li:nth-child(6n){margin-right:0px}
.productTab .tit{font-size: 16px;font-weight: bold;width: 100%;height: 100%;line-height: 2em;padding: 0px 20px;border: 1px solid #eee;border-radius: 5px;overflow: hidden;background: #fff;position: relative;transition: 0.3s}
.productTab .tit a{text-transform: capitalize;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;display: block;color: #333;}
.productTab .tit i{margin-left: 5px;font-size: 16px;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);color: #333;}
.productTab .panel{position: absolute;top: 100%;left: 0;display: none;background: #fff;width: 100%;box-shadow: var(--main-shadow);}
.productTab .panel dl dd{border-bottom: 1px solid #f0f0f0;}
.productTab .panel dl dd a{font-size: 16px;display: block;width: 100%;padding: 12px 14px;white-space: nowrap;}
.productTab .panel dl dd a:hover{color: var(--main-color);}

.productTab .tit:hover{border-color: var(--main-color);}
.productTab ul li:hover .tit{border-color: var(--main-color);}
.productTab ul li:hover .panel{display: block;}
.productTab ul li.on .tit{background: var(--main-color);color: #fff;}
.productTab ul li.on .tit a,
.productTab ul li.on .tit i{color: #fff;}

.inner_tit2{font-size: 24px;color: #222;font-weight: bold;}
.inner_tit2 span{    font-size: 34px;color: var(--title);font-weight: bold;    font-family: var(--fontfamily);}

.proList{width: 100%;}
.proList ul{margin-left: -10px;margin-right: -10px;}
.proList ul li{width: 25%;padding: 10px;margin-bottom: 35px;}
.proList .part{display: block;width: 100%;height: 100%;position: relative;background: #f7f7f7;}
.proList .part .img{width: 100%;}
.proList .part .img img{width: 100%;height: 350px;object-fit: cover;}
.proList .part .desc{padding: 20px;text-align: center;}
.proList .part .tit{font-size: 18px;color: #222;font-weight: bold;margin-bottom: 10px;}
.proList .part .txt{font-size: 16px;color: #555;height: 46px;line-height: 23px;margin-bottom: 15px;}
.proList .part .more{text-align: center;position: absolute;left: 0;width: 100%;bottom: -20px;}
.proList .part .more span{display: inline-block;width: 140px;height: 40px;border-radius: 50px;color: #fff;font-size: 16px;background: var(--main-color);line-height: 40px;cursor: pointer;}
.proList .part:hover{background: var(--main-color);}
.proList .part:hover .img{background: #000;}
.proList .part:hover .img img{transform: scale(1.02);opacity: 0.8;}
.proList .part:hover .tit{color: #fff;}
.proList .part:hover .txt{color: #fff;}
.proList .part:hover .more span{background: #000;}

/*pro2*/
.inner_tit2_line{display: flex;justify-content: center;align-items: center;margin: 10px 0;}
.inner_tit2_line em{display: block;width: 6px;height: 6px;border-radius: 50%;background: var(--main-color);margin: 0 5px;}

.pro2{width: 100%;}
.pro2List1{width: 100%;}
.pro2List1 ul li{width: calc(50% - 15px);margin-bottom: 30px;}
.pro2List1 .part{width: 100%;height: 100%;display: flex;justify-content: space-between;align-items: center;padding: 30px 10px;border: 1px solid #eeee;border-radius: 5px;flex-wrap: wrap;}
.pro2List1 .part .img{width: 40%;}
.pro2List1 .part .img img{display: block;max-width: 100%;transition: all .3s ease-in-out;border-radius: 5px;}
.pro2List1 .part .desc{padding: 10px 20px;width: 55%;box-sizing: border-box;}

.pro2List2{width: 100%;}
.pro2List2 ul{margin-left: -10px;margin-right: -10px}
.pro2List2 ul li{width: 25%;padding: 10px;}
.pro2List2 .img{width: 100%;height: 100%;border-radius: 5px;}
.pro2List2 .img img{width: 100%;height: 100%;object-fit: cover;}
.pro2List2 .img:hover img{transform: scale(1.05);}

.pro2Warp{width: 100%;}
.pro2Warp .item{margin-top: 30px;}
.pro2Warp .part{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.pro2Warp .part .img{width: 45%;border-radius: 5px;}
.pro2Warp .part .img img{width: 100%;height: 100%;object-fit: cover;}
.pro2Warp .part .desc{width: 50%;}
.pro2Warp .part .line{width: 45px;height: 3px;background: var(--main-color);margin-bottom: 20px;}
.pro2Warp .part .tit{font-size: 20px;color: #222;font-weight: bold;margin-bottom: 0px;}
.pro2Warp .part .iTxt{}

.pro2Warp .item:nth-child(2n) .part .img{order: 1;}
.pro2Warp .item:nth-child(2n) .part .desc{order: 0;}

.pro2Info{width: 100%;overflow: hidden;}
.pro2Line{width: 80px;height: 5px;background: #d6d4e4;border-radius: 5px;position: relative;margin: 10px 0;}
.pro2Line i{position: absolute;display: block;left: 20px;top: -2.8px;width: 10px;height: 10px;background: var(--main-color);border-radius: 50%;}

.pro3{width: 100%;}
.pro3List{width: 100%;}
.pro3List ul{margin-left: -15px;margin-right: -15px;}
.pro3List ul li{width: 33.3%;padding: 15px;}
.pro3List .part{display: block;width: 100%;}
.pro3List .part .img{width: 100%;}
.pro3List .part .img img{width: 100%;}
.pro3List .part .tit{text-align: center;font-size: 16px;margin-top: 10px;color: #333;}
.pro3List .part:hover .img img{transform: scale(1.1);}

.pro5{width: 100%;}
.pro5Info{width: 100%;}
.pro5Info a{text-decoration: underline;}
.pro5Info a:hover{color: var(--main-color);}
.pro5Info img{max-width: 326px;}

.pro6{width: 100%;}
.pro6List{width: 100%;position: relative;padding-bottom: 50px;}
.pro6List .swiper-slide{background: transparent;padding: 10px;padding-bottom: 30px;}
.pro6List .part{display: block;width: 100%;height: 100%;background: #f7f7f7;position: relative;border-radius: 5px;}
.pro6List .part .img{border-radius: 5px 5px 0 0;height: 350px;width: 100%;}
.pro6List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.pro6List .part .desc{padding: 20px;}
.pro6List .part .tit{font-size: 18px;color: #222;font-weight: bold;text-align: center;margin-bottom: 20px;}
.pro6List .part .more{text-align: center;position: absolute;left: 0;width: 100%;bottom: -20px;}
.pro6List .part .more span{display: inline-block;width: 140px;height: 40px;border-radius: 50px;color: #fff;font-size: 16px;background: var(--main-color);line-height: 40px;cursor: pointer;}
.pro6List .part:hover{background: var(--main-color);}
.pro6List .part:hover .img{background: #000;}
.pro6List .part:hover .img img{transform: scale(1.02);opacity: 0.8;}
.pro6List .part:hover .tit{color: #fff;}
.pro6List .part:hover .more span{background: #000;}

/*news*/

.news{padding: 60px 0;}
.newsList{width: 100%;}
.newsList ul li{width: calc(50% - 15px);margin-bottom: 30px;}
.newsList .part{display: flex;justify-content: space-between;flex-wrap: wrap;background: #f7f7f7;border-radius: 5px;overflow: hidden;align-items: center;border: 1px solid #f7f7f7;}
.newsList .part .img{width: 45%;}
.newsList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.newsList .part .desc{width: 55%;padding: 20px;}
.newsList .part .date{font-size: 16px;color: #555;margin-bottom: 10px;}
.newsList .part .tit{font-size: 18px;color: #222;font-weight: bold;margin-bottom: 10px;height: 56px;line-height: 28px;}
.newsList .part .txt{font-size: 16px;color: #555;margin: 15px 0;height: 50px;line-height: 25px;}
.newsList .part .more{margin-top: 20px;}
.newsList .part .more span{display: inline-block;padding: 8px 26px;border-radius: 50px;color: #fff;font-size: 16px;background: var(--main-color);}

.newsList .part:hover{border-color: var(--main-color);}
.newsList .part:hover .img img{transform: scale(1.05);}
.newsList .part:hover .tit{color: var(--main-color);}

.newDetail{width: 100%;}
.newdTit{font-size: 28px;color: #222;font-weight: bold;}
.newdTag{font-size: 16px;color: #555;}
.newdTag span{display: inline-block;padding: 5px 10px;}
.newdInfo{font-size: 16px;color: #222;overflow: hidden}
.newdInfo img{max-width: 100%;}

.pagelink{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:20px 0px;margin-top:30px;border-radius:5px;overflow:hidden;background:#F7F7F7}
.pagelink .pagelink-item{width:50%;padding:0px 20px;display:flex;flex-direction:column;position:relative;font-size: 16px;}
.pagelink .pagelink-item.prev{align-items:flex-start}
.pagelink .pagelink-item.prev::after{content:"";position:absolute;right:0px;top:50%;transform:translateY(-50%);width:1px;height:100%;background:#dedede}
.pagelink .pagelink-item.next{align-items:flex-end}
.pagelink .pagelink-item .icon{min-width:100px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#FFFFFF;border-radius:5px;transition:all .1s linear}
.pagelink .pagelink-item:hover .icon{background:var(--main-color);color:#FFFFFF}
.pagelink .pagelink-item:hover .link{color:var(--main-color)}
.pagelink .pagelink-item .icon em{font-size:22px}
.pagelink .pagelink-item .link{margin-top:6px;font-size: 18px;flex:1;transition:all .1s linear}

/*contact*/
.contact{width: 100%;padding: 60px 0;}
.contactList{width: 100%;}
.contactList ul li{width: 33.3%;padding: 10px 5%;text-align: center;}
.contactList .icon{font-size: 32px;color: var(--main-color);}
.contactList .tit{margin: 20px 0;color: #222;font-size: 22px;font-weight: bold;}
.contactList .txt{font-size: 18px;color: #555;}
.contactList .txt a{color: var(--main-color);}
.contactList .txt a:hover{text-decoration: underline;}
.contactList .txt p{padding: 3px 0;}

.contactWarp{width: 100%;background: #F4F4F7;}
.contactWarp .img{width: 30%;}
.contactWarp .img img{width: 100%;height: 100%;object-fit: cover;}
.contactWarp .box{width: 70%;padding: 3%;}

/*inside*/
.inside{overflow: hidden;}
.inside img{max-width: 100%;}




@media only screen and (max-width: 1600px) {
.wapper{ width:100%;padding: 0 35px;}
.menu ul li span a{font-size: 16px;padding: 0 16px;}
.hLinks a{padding: 8px 16px;}
.productTab ul li{flex: auto;margin: 0 5px;}


}

@media only screen and (max-width: 1280px) {
.wapper{ width:100%;padding: 0 20px;}
.menu ul li span a{font-size: 15px;padding: 0 12px;}
.hLinks ul li{margin-right: 12px;}
.hLinks a{padding: 6px 12px;font-size: 15px;}
.headList .logo img{max-height: 45px;}
.banTopList ul li{padding: 20px 10px;}
.banTopList .tit{font-size: 14px;}
.banTopList .tit .timer{font-size: 18px;}

.iTit{font-size: 28px;}
.iTxt{font-size: 15px;}
.iBtn a{width: 160px;height: 40px;line-height: 40px;font-size: 15px;}

.i2List .part .tit{font-size: 18px;}
.i2List .part .txt{font-size: 15px;}
.i3List .part .imgTop{padding: 10px;}

.footer{font-size: 15px;}
.fTit{font-size: 20px}

.about3List ul li{padding: 20px;}
.about3List .part{padding: 30px;}
.contactList ul li{padding: 20px;}
.tongtu .img img{height: 450px;}
.productTab ul li{width: calc(50% - 10px);margin: 5px;flex: none;}
.productTab ul li:hover{z-index: 9;}

}

@media only screen and (max-width: 999px) {
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.sp_header1 .language{margin-left: 0;margin-right: 20px !important;}
.language dt{color: #333;}
.language dd{left: 0;right: auto;}

.banner .swiper-pagination{bottom: 10px !important;}
.banTop{position: relative;margin-top: 60px;}
.i1Warp .left{width: 100%;margin-bottom: 35px;}
.i1Warp .right{width: 100%;}
.i2List ul li{width: 100%;padding: 10px;}
.i3List ul{margin: 0;}
.i3List ul li{width: 50%;padding: 10px;}
.footer{font-size: 14px;}
.fWarp .item{width: 25%;}
.copyright{font-size: 14px;}

.about1Warp .img{width: 100%;margin-bottom: 35px;}
.about1Warp .desc{width: 100%;}
.about2Warp .img{width: 100%;margin-bottom: 35px;order: 0;}
.about2Warp .left{width: 100%;order: 1;}
.about4List ul li{width: 33.3%;flex: auto;}
.about5List ul li{width: 33.3%;flex: auto;}
.about6Warp .img{width: 100%;margin-bottom: 35px;order: 0;}
.about6Warp .desc{width: 100%;order: 1;}
.about7List .item{width: 100%;margin-bottom: 20px;}

.contactList ul li{width: 100%;padding: 10px;}
.contactList .tit{margin: 10px 0;}
.contactWarp .img{width: 100%;}
.contactWarp .box{width: 100%;padding: 20px;}
.tongtu .img img{height: 350px;}
.newsList ul li{width: 100%;}
.proclassList ul li{width: 100%;}
.proList ul{margin: 0;}
.proList ul li{width: 50%;}
.pro2List1 ul li{width: 100%;}
.pro2List2 ul{margin: 0;}
.pro2List2 ul li{width: 50%;}


}

@media only screen and (max-width: 860px) {
.wapper{ width:100%;padding: 0 10px;}
.pagelink{padding:0px;background:0 0}
.pagelink .pagelink-item.prev::after{display:none}
.pagelink .pagelink-item{width:100%;background:#F7F7F7;padding:15px 10px}
.pagelink .pagelink-item.next{margin-top:1em}

.iTit{font-size: 26px;}
.iTxt{font-size: 14px;}
.iBtn a{width: 120px;height: 40px;line-height: 40px;font-size: 14px;}

.banner_swiper .desc .t1{font-size: 20px;margin-bottom: 10px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.banner_swiper .desc .txt{font-size: 12px;margin-top: 10px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.banTopList ul li{width: 100%;}
.i1Info ul li{width: 100%;}
.i2List .part{display: block;}
.i2List .part .img{width: 100%;height: auto;}
.i2List .part .desc{width: 100%;height: auto;}
.i2List .part .desc::before{display: none !important;}
.i3List ul li{width: 100%;}
.i3List .part .imgTop{opacity: 1;}
.i6List ul{margin: 0;}
.i6List ul li{width: 100%;}
.fWarp .item{width: 100% !important;padding: 10px 0;}
.i5List ul li{width: 120px;height: 50px;margin-right: 20px;float: left;}
.i5Box{padding: 35px 20px;}
.i6List .part .video{height: 260px;}

.mainFormBox ul li.w50{width: 100%;}
.tongtu .t1{font-size: 26px;}
.tongtu .txt{font-size: 16px;}
.tongtu .img img{height: auto;min-height: 200px;}
.about3List ul{margin: 0;}
.about3List ul li{width: 100%;padding: 10px;}
.about4List ul{margin: 0;}
.about4List ul li{width: 50%;padding: 5px;}
.about4List .part{height: 260px;}
.about5Tab ul li{padding: 5px;}
.about5Tab ul li span{padding: 5px 10px;font-size: 14px;}
.about5List ul{margin: 0;}
.about5List ul li{width: 50%;padding: 5px;}
.about5List .part .txt{font-size: 14px;}
.pro6List .part .img{height: 300px;}

.newsList .part .img{width: 100%;}
.newsList .part .desc{width: 100%;padding: 20px;}
.proclassList .part .img{width: 100%;}
.proclassList .part .desc{width: 100%;padding: 20px;}

.productTab ul li{width: 100%;margin: 5px 0;}
.proList ul li{width: 100%;}
.proList .part .img img{height: auto;}
.pro2List1 .part{padding: 20px;}
.pro2List1 .part .img{width: 100%;}
.pro2List1 .part .desc{width: 100%;margin-top: 20px;padding: 0;}
.pro2List2 ul li{padding: 5px;}
.pro2Warp .part .img{width: 100%;}
.pro2Warp .part .desc{width: 100%;margin-top: 30px;}
.pro3List ul{margin: 0;}
.pro3List ul li{width: 50%;padding: 5px;}




}


#wmkc {
	position: fixed;
	right: 5px;
	top: 40%;
	transform: translateY(-50%);
	font-family: var(--fontfamily, Arial);
	z-index: 9999
}

#wmkc * {
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.1
}

.wmkc-img {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: #fff;
	background: #fff;
	box-shadow: 0 0 7px 0 rgba(80, 80, 80, .29);
	border-radius: 30px 30px 0 0;
	width: 62px;
	padding-top: 8px;
	margin: 0 auto
}

.wmkc-img img {
	width: 42px;
	height: auto
}

.wmkc-img span {
	width: 70px;
	height: 26px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	background: linear-gradient(45deg, var(--color1, var(--color, #f28e26)) 0, var(--color, #fd644f) 100%);
	border-radius: 5px;
	color: #fff;
	margin: 5px 0 0 0
}

.wmkc-list {
	padding: 0;
	width: 70px;
	margin: 15px auto 0;
	position: relative;
	background: linear-gradient(0deg, var(--color1, var(--color, #f28e26)) 0, var(--color, #fd644f) 100%);
	border-radius: 8px
}

.wmkc-icon {
	display: inline-block;
	background: url(../images/wmkc-ico31.png) no-repeat;
	width: 28px;
	height: 28px
}

.wmkc-list>li {
	width: 100%;
	height: 60px;
	list-style: none;
	text-align: center;
	margin: 0;
	transition: all .2s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-bottom: 1px solid #ccc
}

.wmkc-list>li:last-child {
	border: none
}

.wmkc-itemcont {
	position: absolute;
	top: 10px;
	right: calc(100%);
	text-align: left;
	visibility: hidden;
	opacity: 0;
	transition: top .2s, opacity .2s;
	min-width: 305px;
	padding-right: 15px
}

.wmkc-itemcont .wmkc-itemcont-box {
	background: #fff;
	box-shadow: 0 0 8px 1px rgba(153, 153, 153, .25);
	border-radius: 5px;
	border: 1px solid #eee;
	padding: 16px;
	position: relative;
	padding-left: 70px
}

.wmkc-itemcont .wmkc-title {
	white-space: nowrap;
	color: #666;
	font-size: 14px!important;
	margin-bottom: 6px
}

.wmkc-itemcont a {
	color: #333;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px!important;
	transition: all .1s linear
}

.wmkc-itemcont a:hover {
	color: var(--color, #fd644f)
}

.wmkc-list>li:hover .wmkc-itemcont {
	top: 0;
	opacity: 1;
	visibility: visible
}

.wmkc-itemcont>div:last-of-type {
	border: 0
}

.wmkc-itemcont>div a {
	border: 0
}

.wmkc-list-img {
	display: flex;
	align-items: flex-start
}

.wmkc-list-item {
	width: 105px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 20px
}

.wmkc-list-item:last-child {
	margin-right: 0
}

.wmkc-list-item a {
	display: block;
	max-width: 100%;
	font-weight: 400
}

.wmkc-list-item img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: contain;
	margin-bottom: 5px
}

.wmkc-list-img.single .wmkc-list-item {
	margin-top: 5px;
	width: 140px;
	padding: 0
}

.wmkc-list-img.single .wmkc-list-item img {
	border: none;
	padding: 0;
	width: 100%;
	height: auto
}

.wmkc-itemcont p {
	margin: 0;
	padding: 2px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
	color: #666
}

.wmkc-itemcont a span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1
}

.wmkc-list>li .wmkc-itemico {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .1s linear
}

.wmkc-list>li .wmkc-itemico span {
	color: #fff;
	margin-top: 2px
}

.wmkc-whatsapp .wmkc-icon {
    background-position: -14px -15px;
    background: url(../images/whatsapp.png) no-repeat;
}

.wmkc-skype .wmkc-icon {
	background-position: -61px -15px
}

.wmkc-email .wmkc-icon {
    background-position: -156px -16px;
    background: url(../images/wechat.png) no-repeat;
}

.wmkc-vkontakte .wmkc-icon {
	background-position: -106px -16px
}

.wmkc-wechat .wmkc-icon {
	background-position: -16px -61px
}

.wmkc-teams .wmkc-icon {
	background-position: -109px -114px
}

.wmkc-itemcont-icon {
	width: 40px;
	height: 40px;
	background: linear-gradient(45deg, var(--color1, var(--color, #f28e26)) 0, var(--color, #fd644f) 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 20px;
	top: 16px
}

.wmkc-itemcont-icon i {
	display: inline-block;
	background: url(../images/wmkc-ico31.png) no-repeat;
	width: 28px;
	height: 28px
}

.wmkc-whatsapp .wmkc-itemcont-icon i {
    background-position: -61px -60px;
    background: url(../images/whatsapp.png) no-repeat;
}

.wmkc-skype .wmkc-itemcont-icon i {
	background-position: -111px -60px
}

.wmkc-email .wmkc-itemcont-icon i {
    background-position: -15px -114px;
    background: url(../images/wechat.png) no-repeat;
}

.wmkc-wechat .wmkc-itemcont-icon i {
	background-position: -61px -114px
}

.wmkc-teams .wmkc-itemcont-icon i {
	background-position: -109px -112px
}

.wmkc-vkontakte .wmkc-itemcont-icon i {
	background-position: -158px -60px
}

.wmkc-list>li.wmkc-vkontakte .wmkc-itemcont .wmkc-itemico span {
	color: #333;
	font-size: 18px!important
}

.wmkc-list>li.wmkc-vkontakte .wmkc-itemcont .wmkc-itemico {
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 2px 0;
	justify-content: flex-start
}

.wmkc-list>li.wmkc-vkontakte .wmkc-itemcont .wmkc-itemico:hover span {
	color: var(--color)
}

.wmkc-list>li.wmkc-vkontakte .wmkc-itemico> {
	display: flex;
	flex-direction: column
}

.wmkc-list>li.wmkc-vkontakte .wmkc-itemcont .wmkc-icon {
	display: none
}

.wmkc-list>a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 60px
}

.wmkc-list>a>i {
	display: inline-block;
	background: url(../images/wmkc-ico31.png) no-repeat;
	width: 28px;
	height: 28px;
	background-position: -106px -16px
}

.iForm1{width: 100%;}
.iForm1 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.iForm1 ul li{width: 48%;margin-bottom: 25px;}
.iForm1 ul li.w100{width: 100%;}
.iForm1 .tit{color: #555;font-size: 16px;margin-bottom: 8px;}
.iForm1 .tit i{color: #f00;font-style: normal;vertical-align: middle;paddingleft: 5px;}
.iForm1 input,
.iForm1 textarea,
.iForm1 select{width: 100%;height: 50px;padding: 0 10px;box-sizing: border-box;border: 1px solid #dcdfe6;border-radius: 5px;outline: none;color: #606266;background: #f5f5f5;font-size: 16px;}

.iForm1 input:focus,
.iForm1 textarea:focus{border-color: #ff8000;}
.iForm1 textarea{padding: 10px;height: 120px;}

.iForm1 .btn{margin-top: 20px;}
.iForm1 button{width: 23%;height: 50px;border-radius: 50px;text-align: center;      color: var(--main-color);  background: linear-gradient(180deg, #E9CC98 0%, #D2A764 50%, #C99E58 100%);font-size: 16px;border: none;margin: 0 auto;display: block;min-width: 173px;}
.iForm1 button:hover{background: #333;color:#fff}
.iForm1 .error{font-size: 12px;color: #f00;position: absolute;bottom: -15px;left: 0;display: none;}
.iForm1 .tip{font-size: 15px;color: #999;}
.iForm1 input.fileInput{border: none;}
.iForm1 .yzm{width: 100%;position: relative;}
.iForm1 .yzm input{padding-right: 120px;}
.iForm1 .yzm .hqyzm{display:block;top: 50%;transform: translateY(-50%);right: 10px;width: 100px;font-size: 16px;color: #555;position: absolute;text-align: center;border-left: 1px solid #ddd;}
.newitem3con .more{text-align: center;margin-top: 20px;}
.newitem3con .more span{display: inline-block;padding: 12px 35px;/*border: 1px solid #fff;*/background: #fff;border-radius: 40px;font-size: 16px;color: var(--main-color);}
.newitem3con:hover .more span{border-color: var(--main-color);color: var(--main-color);}


@media (max-width:768px) {
	#wmkc {
		display: none
	}
	.iForm1 ul li{width: 100%;margin-bottom: 15px;}
}