@import"https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900";
html,body{padding: 0;margin: 0;font-family: "Noto Sans SC";font-size: 16px;color: #333333;/*min-width: 1200px;*/}
.wrap{/* padding: 0 12.5vw; */ max-width:1200px;margin: 0 auto;width: 100%; }
.wrap1{/* padding: 0 8.3vw; */  max-width:1200px;margin: 0 auto;width: 100%; }
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}
.flexb{display: flex;align-items: center;justify-content: center;}
.flexb2{display: flex;align-items: center;justify-content: space-between;}
.flexb3{display: flex;align-items: flex-start;justify-content: space-between;}

.pa{position: absolute;}

/**导航菜单**/
  header{
	position: absolute  ;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	z-index: 99;
	transition: all 0.3s;
	background: #ffffff;
}
header .topB .nrBox{height: 90px;}
header .logo img{max-height: 70px;display: block;}
header .headForm{width: 600px;}
header .headForm input[type=text]{
	width: 100%;
	height: 40px;
	border-radius: 40px;
	background-color: rgb(237, 240, 245);
	border: 0;
	padding: 0 60px 0 20px;
	position: relative;z-index: 1;
}
header .headForm input[type=submit]{
	position: absolute;right: 0;top: 0;
	z-index: 2;
	display: block;width: 40px;height: 40px;
	background: url(../img/find.png) center center no-repeat;
	background-size: 50%;
	border: unset;
	outline: unset;
	cursor: pointer;
}
header .waB{margin: 0 54px;}
header .waB .aB{
	border-radius: 6px;
	background-color: rgb(237, 240, 245);
	width: 40px;height: 40px;
	display: flex;justify-content: center;align-items: center;
	cursor: pointer;
	transition: all 0.3s;
}
header .waB .aB img{display: block;max-width: 55%;max-height: 55%;transition: all 0.3s;}
header .waB .bB{
	position: absolute;left: 0;top: 40px;
	padding-top: 10px;
	width: 100px;overflow: hidden;
	display: none;
	z-index: 9;
}
header .waB .bB img{display: block;width: 100%;border-radius: 10px;}
header .waB:hover .aB{background: var(--main);}
header .waB:hover .aB img{filter: grayscale(1) brightness(0%) invert(100%);}
header .waB:hover .bB{display: block;}
header .ifB{display: flex;justify-content: flex-start;align-items: center;}
header .ifB img{display: block;width: 60px;margin-right: 15px;}
header .ifB p{width: calc(100% - 24px);color:#423a33; font-size:24px; font-weight:bold; text-align:left}
header .ifB p span{ display:block; font-size:14px; font-weight:300; color:#000}
header a.ifB:hover p{text-decoration: underline;}
header .langB{position: relative;}
header .langB .aB{
	font-size: 16px;
	color: rgb(255, 255, 255);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	cursor: pointer;
	position: relative;
}
header .langB .aB span{margin: 0 16px 0 8px;display: block;}
header .langB .aB .diqiu{
	display: block;width: 18px;height: 18px;
	background: url(../img/lang.png) center center no-repeat;
	background-size: 100% 100%;
}
header .langB .aB .jiantou{
	display: block;width: 10px;height: 10px;
	background: url(../img/jt1.png) center center no-repeat;
	background-size: 100% 100%;
}
header .langB .bB{
	position: absolute;
	left: 0;
	top: 50px;
	background: #ffffff;
	width: 100%;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all 0.3s;
}
header .langB:hover .bB{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}
header .langB .bB a{
	font-size: 14px;
	color: #333333;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 6px 16px;
	text-align: center;
}
header .langB .bB a.on{
	background: #E8EAE9;
	pointer-events: none;
}
header .langB .bB a:hover{
	background: var(--main);
	color: #ffffff;
}
header .mopenBtn{display: none;}
/* header.onFix{top: -80px;} */
header .navB .logo{display: none;}
 
header .navB{ 
 
	height: 54px; background:#e71912
}
header .menuUl>li{
 
	position: relative; flex:1; border-right:#ce1a13 1px solid
}
header .menuUl>li:last-child {border-right:#805538 0 solid}
header .menuUl>li:last-child{margin-right: 0;}
header .menuUl .yiji{
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
header .menuUl .yiji a{
	font-size: 16px;
	color: #fff;
	line-height: 54px;
	display: block;
	position: relative;
	text-align: center;
}
header .menuUl>li.on .yiji a{ color:#fff}
header .menuUl .yiji b{position: relative;z-index: 1;opacity: 0;display: block;width: max-content;}
header .menuUl .yiji span{position: absolute;left: 50%;top: 0;transform: translateX(-50%);display: block;width: max-content;}
header .menuUl>li.on .yiji a b,
header .menuUl>li:hover .yiji a b{opacity: 1;}
header .menuUl>li.on .yiji a span,

header .menuUl>li:hover .yiji a span{opacity: 0;}
header .menuUl .erjiBox{
	position: absolute;left: 0%;top: 54px;
	z-index: 1;
	transition: all 0.3s;
	background: #ffffff;
	text-align: left;
	width: max-content;
	width: -webkit-max-content;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px);
	width: 235px;
	overflow: hidden;
	box-shadow: 0 4px 10px 4px rgba(230,240,250,0.6);
}
header .menuUl>li:hover .erjiBox{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}
header .menuUl .erjiUl>li>a{
	font-size: 16px;
	color: #333333;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 10px 16px;
	padding-right: 32px;
}
header .menuUl .erjiUl>li>a::after{
	content: "";
	display: block;width: 14px;height: 14px;
	position: absolute;right: 20px;top: calc(50% - 7px);
	background: url(../img/jt6.png) center center no-repeat;
	background-size: 100% 100%;
	filter: grayscale(1) brightness(0%) invert(50%);
}
header .menuUl .erjiUl>li>a:hover{color: var(--main);}
header .menuUl .erjiUl>li>a:hover::after{filter:unset}
header .langB{position: relative;}
header .langB .aB{
	font-size: 16px;
	color: rgb(255, 255, 255);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	cursor: pointer;
	position: relative;
}
header .langB .aB span{margin: 0 16px 0 8px;display: block;}
header .langB .aB .diqiu{
	display: block;width: 18px;height: 18px;
	background: url(../img/lang.png) center center no-repeat;
	background-size: 100% 100%;
}
header .langB .aB .jiantou{
	display: block;width: 10px;height: 10px;
	background: url(../img/jt1.png) center center no-repeat;
	background-size: 100% 100%;
}
header .langB .bB{
	position: absolute;
	left: 0;
	top: 50px;
	background: #ffffff;
	width: 100%;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all 0.3s;
}
header .langB:hover .bB{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}
header .langB .bB a{
	font-size: 14px;
	color: #333333;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 6px 16px;
	text-align: center;
}
header .langB .bB a.on{
	background: #E8EAE9;
	pointer-events: none;
}
header .langB .bB a:hover{
	background: var(--main);
	color: #ffffff;
}
header .mopenBtn{display: none;}
/* header.onFix{top: -80px;} */
header .navB .logo{display: none;}
header .navB .hm_bt1 {display: none;}
@media (max-width:1432px) {
	header .headForm{width: 500px;}
	header .waB{margin: 0 32px;}
	header .menuUl>li{margin-right: 32px;}
}
@media (max-width:1232px) {
	header .headForm{width: 348px;}
	header .waB{margin: 0 16px;}
	header .menuUl>li{margin-right: 16px;}
	header .menuUl .erjiUl>li>a{padding-top: 8px;padding-bottom: 8px;}
}
@media (max-width:1024px) {
	.topDiv{height: 56px;}
	.dingwei{top: -56px;}
	header .navB .hm_bt1 {display: block  ;margin-right: 0px; margin-left:40px}

  
	.hm_bt1 {
  text-align: center;
  margin-right: 0;
}
header .menuUl > li.on .yiji a {
  color: #eac184;
}
	header .topB{display: none;}
	header .navB{height: 56px;background: #fff;}
	header .navB .logo{display: block; position:absolute; left:10px}
	header .nrBox{height: 56px;}
	header .logo img{ max-height: 40px;}
	header .findBox{height: 56px;}
	header .mopenBtn{
		display: block;
		width: 26px;
		height: 56px;
		position: relative;
		z-index: 20;
		float: right;
		cursor: pointer;
		transition: 0.4s;
		margin-left: 16px;
	}
	header .mopenBtn span {
		margin-top: 28px;
		display: block;
		width: 100%;
		height: 2px;
		background: #000;
		position: relative;
		vertical-align: middle;
		-webkit-transition-duration: .3s, .3s;
		-moz-transition-duration: .3s, .3s;
		-ms-transition-duration: .3s, .3s;
		-o-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0s;
		-moz-transition-delay: .3s, 0s;
		-ms-transition-delay: .3s, 0s;
		-o-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;
		transition: color 0.3s 0s;
	}
	header .mopenBtn span:after, 
	header .mopenBtn span:before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 26px;
		height: 2px;
		left: 0;
		background-color: #000;
		-webkit-transition-duration: .3s, .3s;
		-moz-transition-duration: .3s, .3s;
		-ms-transition-duration: .3s, .3s;
		-o-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0s;
		-moz-transition-delay: .3s, 0s;
		-ms-transition-delay: .3s, 0s;
		-o-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s;
	}
	header .mopenBtn span:before {
		top: -8px;
		-webkit-transition-property: top, transform;
		-moz-transition-property: top, transform;
		-ms-transition-property: top, transform;
		-o-transition-property: top, transform;
		transition-property: top, transform;
	}
	header .mopenBtn span:after {
		bottom: -8px;
		-webkit-transition-property: bottom, transform;
		-moz-transition-property: bottom, transform;
		-ms-transition-property: bottom, transform;
		-o-transition-property: bottom, transform;
		transition-property: bottom, transform;
	}
	header.open .mopenBtn span {
		background-color: transparent;
		-webkit-transition-delay: 0s, 0s;
		-moz-transition-delay: 0s, 0s;
		-ms-transition-delay: 0s, 0s;
		-o-transition-delay: 0s, 0s;
		transition-delay: 0s, 0s;
	}
	header.open .mopenBtn span:after, 
	header.open .mopenBtn span:before {
		-webkit-transition-delay: 0s, .3s;
		-moz-transition-delay: 0s, .3s;
		-ms-transition-delay: 0s, .3s;
		-o-transition-delay: 0s, .3s;
		transition-delay: 0s, .3s;
	}
	header.open .mopenBtn span:before {
		top: 0px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header.open .mopenBtn span:after {
		bottom: 0px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	body.nofix{height: 100vh;overflow-y: hidden;}
	header .menuB{
		position: fixed;
		right: -100%;
		top: 56px;
		display: block;
		width: 100%;
		height: calc(100vh - 56px);
		background: #ffffff;
		transition: all 0.3s; z-index:999
	}
	header.open .menuB{right: 0;}
	header .menuUl{
		display: block;
		padding: 16px;
		overflow: auto;
		height: 100%;
	}
	
	header .menuUl>li{margin: 0;border-bottom: 1px dashed #d6d6d6;  border-right:none}
	header .menuUl .yiji{height: auto;display: block;}
	header .menuUl .yiji a{line-height: 40px;color: #333333;width: calc(100% - 40px);}
	header .menuUl>li.on .yiji a::before{display: none;}
	header .menuUl>li .yiji a::before{display: none;}
	header .menuUl .hasDown>div>.ejBtn{
		position: absolute;
		right: 12px;
		top: 12px;
		width: 16px;
		height: 16px;
	}
	header .menuUl .hasDown>div>.ejBtn::before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background:#e71912;
		position: absolute;
		left: 0;
		top: calc(50% - 1px);
	}
	header .menuUl .hasDown>div>.ejBtn::after{
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background:#e71912;
		position: absolute;
		top: 0;
		left: calc(50% - 1px);
	}
	header .menuUl .hasDown.open>div>.ejBtn::after{display: none;}
	header .menuUl .erjiBox{
		position: relative;
		left: unset;
		top: unset;
		opacity: 1;
		height: auto;
		visibility: visible;
		transform:unset;
		padding: 8px 0;
		display: none;
		transition: unset;
		width: 100%;
		border-radius: 0;
		background: none;
		border: 0;
		border-top: 1px dashed #d6d6d6;
		box-shadow: none;
	}
	header .menuUl .erjiUl>li{border: 0;}
	header .menuUl>li:hover .erjiBox{
		transform:unset;
	}
	header .menuUl .erjiUl>li{width: 100%;padding: 0;}
	header .menuUl .erjiUl>li>a{color: #333333;padding: 4px 16px;display: block;width: 100%;font-size: 15px;position: relative;background: none;text-align: left;}
	header .menuUl .yiji span{left: 0;transform: unset;}
	header .menuUl .erjiUl>li>a::before{
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #b1b1b1;
		position: absolute;
		left: 0;
		top: calc(50% - 2px);
	}
	header .menuUl .erjiUl>li.on, header .menuUl .erjiUl>li:hover{background: none;}
	header .langB .aB span{margin: 0 8px;font-size: 14px;}
	header .langB .aB .diqiu{width: 14px;height: 14px;}
	header .langB .aB .jiantou{width: 8px;height: 8px;}
}
/****底部***/
.footerDiv{background: #333333;}
.footerDiv .hdDiv{padding: 60px 0; border-bottom: 1px solid #464545;align-items: flex-start;position: relative; }
.footerDiv .hdDiv .logoDiv img{height: 50px; }
.footerDiv .hdDiv .navDiv ul li{margin: 0 1.5vw; }
.footerDiv .hdDiv .navDiv ul li a{color: #fff; }
.footerDiv .hdDiv .navDiv ul li a:hover{color: #e71912; }
.footerDiv .hdDiv .shareDiv a{display: block;position: relative;margin-left: 20px; }
.footerDiv .hdDiv .shareDiv a:first-child{margin-left: 0; }
.footerDiv .hdDiv .shareDiv a span{width: 48px; }
.footerDiv .hdDiv .shareDiv a img.hImg{display: none; }
.footerDiv .hdDiv .shareDiv a:hover img.dImg{display: none; }
.footerDiv .hdDiv .shareDiv a:hover img.hImg{display: block; }
.footerDiv .hdDiv .shareDiv a .ewmDiv{position: absolute;left: 50%;bottom: calc(100% + 10px);width: 100px;height: 100px;padding: 0;background: #fff;border-radius: 10px;transform: translateX(-50%);display: none;overflow: hidden; }
.footerDiv .hdDiv .shareDiv a:hover .ewmDiv{display: block; }
.footerDiv .bdDiv{color: #cccccc;padding: 30px 0;font-size: 14px; }
.footerDiv .bdDiv a{color: #ccc; }

/********************************* 首页 **********************************/

/*banner轮播*/
.banner1{width: 100%;position:relative;height: 100%;}
.banner1 .img{width: 100%;display: block;height: 48.9583vw;background: none no-repeat center;background-size: cover;}
.banner1 .img>img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover; }
.banner1 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 30px; }
.banner1 .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;opacity:.6;}
.banner1 .swiper-pagination-bullet-active{opacity: 1;position: relative;}
.banner1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}
.banner1 .swiper-button-prev,.banner1 .swiper-button-next{width: 60px;height: 60px;margin-top: 40px;border-radius: 50%; }
.banner1 .swiper-button-prev{left: 3vw;background: url(../img/left.png) rgba(255,255,255,.7) no-repeat center center/12px; }
.banner1 .swiper-button-next{right: 3vw;background: url(../img/right.png) rgba(255,255,255,.7) no-repeat center center/12px; }
.banner1 .swiper-button-prev:hover{background: url(../img/left_.png) rgba(255,255,255,1) no-repeat center center/12px;}
.banner1 .swiper-button-next:hover{background: url(../img/right_.png) rgba(255,255,255,1) no-repeat center center/12px; }

.f60{font-size: 60px; }
.f54{font-size: 54px; }
.f52{font-size: 52px; }
.f50{font-size: 50px; }
.f48{font-size: 48px; }
.f46{font-size: 46px; }
.f36{font-size: 36px }
.f33{font-size: 33px; }
.f30{font-size: 30px; }
.f28{font-size: 28px; }
.f24{font-size: 24px;}
.f21{font-size: 21px;}
.f20{font-size: 20px; }
.f18{font-size: 18px; }

.bold{font-weight: bold; }

.indexTitle{position: relative;}
.indexTitle.tc{text-align: center;}
.indexTitle span{position: relative;display: block;color: #e71912;text-transform: uppercase; }
.indexTitle p{color: #333333;line-height: 1; }
.indexTitle.cfff span,.indexTitle.cfff p{color: #fff;}

 a.imoreBtn{width: 8.3vw;height: 2.3vw;font-size: 0.83vw;border-radius: 23px;border: 1px solid #fff;color: #fff;position: relative;overflow: hidden; }
 a.imoreBtn::before {left: 0px;bottom: -200%;position: absolute;content: "";width: 200%;height: 200%;transition: 0.5s 0.1s;background: #fff;}
 a.imoreBtn em{position: relative;z-index: 1;display: block; }

 a.imoreBtn em:after {
     display: inline-block;
     margin-left: 0.78vw;
     width: 0.42vw;
     height: 14px;
     content: "";
     background: url(../img/more.png) no-repeat right center/100%;
     position: relative;
     z-index: 1;
     transition: all 0.5s;
	 top: 1px;
 }
 a.imoreBtn:hover{border-color: #fff;color: #e71912; }
 a.imoreBtn:hover::before{bottom: 0;width: 120%;height: 120%; }
 a.imoreBtn:hover em:after{background: url(../img/more1.png) no-repeat right center/100%; }

/* a.imoreBtn img{margin-left: 16px;transition: all .5s; }
 a.imoreBtn:hover img{transform: translateX(10px); } */
 
.imgOver{position: relative; }
.imgOver .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.imgOver .pic img{width: 100%;height: 100%;object-fit: cover; }
.imgObj{position: relative; }
.imgObj .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.imgObj .pic img{max-width: 100%;max-height: 100%;object-fit: contain; }

.indexDiv{overflow: hidden; }
.indexDiv ul{padding: 25px 0;margin: 0 -20px; }
.indexDiv ul li{flex: 1; }
.indexDiv ul li .conDiv{padding: 0 20px; }
.indexDiv ul li .conDiv img{width: 50px; }
.indexDiv ul li .conDiv .textDiv{width: calc(100% - 60px); }
.indexDiv ul li .conDiv .textDiv p{color: #666666;font-size: 14px;margin-top: 5px; }

.ihdDiv{margin-bottom: 35px; }
.ihdDiv .aDiv a{width: 180px;height: 40px;border: 1px solid #e71912;color: #e71912;border-radius: 20px;margin:0 10px; }
.ihdDiv .aDiv a.on{background: linear-gradient(to right,#e71912,#e71912);color: #fff; }
.ihdDiv a.moreBtn{width: 140px;height: 50px;border: 1px solid #e71912;color: #e71912;border-radius: 25px;margin-left: 20px; }
.ihdDiv a.moreBtn:hover{background: #e71912;color: #fff; }
.indexDiv1{background: #f5f5f5; }
.indexDiv1 .bdDiv{position: relative; }
.indexDiv1 .bdDiv .lunboDiv{position: absolute;width: 100%;left: 0;z-index: -1;opacity: 0; }
.indexDiv1 .bdDiv .lunboDiv.on{position: relative;z-index: 1;opacity: 1; }
.indexDiv1 .bdDiv .swiper-slide{height: initial; }
.indexDiv1 .bdDiv a{display: block;background: #fff;border-radius: 0px;overflow: hidden;height: 100%; }
.indexDiv1 .bdDiv a .imgDiv{padding-top: 75%;border-radius: 0px;overflow: hidden; }
.indexDiv1 .bdDiv a .textDiv{padding: 20px; }
.indexDiv1 .bdDiv a .textDiv .title{color: #333333;width: calc(100% - 60px); }
.indexDiv1 .bdDiv a .textDiv span{width: 35px;height: 35px;background: #e71912;border-radius: 50%; }
.indexDiv1 .bdDiv a .textDiv span img{width: 12px;transition: all .5s; }
.indexDiv1 .bdDiv a:hover .textDiv .title{color: #e71912; } 
.indexDiv1 .bdDiv a:hover .textDiv span img{transform: rotate(45deg); } 
.indexDiv1 .bdDiv .swiper-container{padding-bottom: 46px; }
.indexDiv1 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0; }
.indexDiv1 .swiper-pagination-bullet{width: 20px;height: 6px;background: #cccccc;opacity:1;border-radius: 3px; }
.indexDiv1 .swiper-pagination-bullet-active{opacity: 1;position: relative;width: 40px;background: #e71912; }
.indexDiv1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}

.indexDiv2 ul{margin: 0 -10px; }
.indexDiv2 ul li{width: 25%;transition: all .5s;position: relative;z-index: 2;overflow: hidden; }
.indexDiv2 ul li .conDiv{height: 23vw;position: relative;margin: 0 10px;border-radius: 0px;overflow: hidden;align-items: flex-end; }
.indexDiv2 ul li .textDiv{color: #fff;text-align: center;z-index: 1;position: absolute;width: 40vw;padding: 0 40px 6.6vw 40px; }
.indexDiv2 ul li .textDiv img{max-width: 100px;width: 50%; }
.indexDiv2 ul li .textDiv .title span{display: block;margin: 15px 0; }
.indexDiv2 ul li .textDiv .title p{opacity: 0;height: 40px; }
.indexDiv2 ul li.on{width: 50%; }
.indexDiv2 ul li.on .textDiv{ width: 100%; }
.indexDiv2 ul li.on .textDiv .title p{opacity: 1;transition: opacity .5s;  }
.indexDiv2 ul li.on .textDiv{z-index: 2; }

.indexDiv3{background: #f7f7f7; }
.indexDiv3 .bdDiv a{display: block;background: #fff;border-radius: 10px;overflow: hidden;border: 1px solid #fff; }
.indexDiv3 .bdDiv a .ahDiv{position: relative; }
.indexDiv3 .bdDiv a .imgDiv{padding-top: 62.7%;overflow: hidden; }
.indexDiv3 .bdDiv a .text{position: absolute;left: 0;bottom: 0;width: 100%;padding: 10px 9.2%;background: rgba(255,250,245,.9); }
.indexDiv3 .bdDiv a .text img{width: 21%;transform: none; }
.indexDiv3 .bdDiv a .text span{width: 90px;height: 30px;background: #fff;border-radius: 10px;color: #666666;font-size: 14px; }
.indexDiv3 .bdDiv a .textDiv{padding: 25px 20px; }
.indexDiv3 .bdDiv a .textDiv .title{color: #333333;}
.indexDiv3 .bdDiv a .textDiv .p{margin: 10px 0;color: #666666;font-size: 14px;line-height: 1.8; }
.indexDiv3 .bdDiv a .textDiv span{color: #e71912;font-size: 14px; }
.indexDiv3 .bdDiv a .textDiv span img{width: 7.5px;transition: all .5s;margin-left: 10px;transform: none;}
.indexDiv3 .bdDiv a:hover{border-color: #e71912;box-shadow: 0px 0px 38px rgba(255,215,192,.44); }
.indexDiv3 .bdDiv a:hover .textDiv .title{color: #e71912; }
.indexDiv3 .bdDiv .swiper-container{padding-bottom: 46px; }
.indexDiv3 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0; }
.indexDiv3 .swiper-pagination-bullet{width: 20px;height: 6px;background: #cccccc;opacity:1;border-radius: 3px; }
.indexDiv3 .swiper-pagination-bullet-active{opacity: 1;position: relative;width: 40px;background: #e71912; }
.indexDiv3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}

.indexDiv4 .bdDiv{text-align: center; }
.indexDiv4 .bdDiv ul{align-items: flex-start; }
.indexDiv4 .bdDiv ul li{width: calc(100% / 4);position: relative;  }
.indexDiv4 .bdDiv ul li .conDiv{width: 52%;position: relative; margin:0 auto }
.indexDiv4 .bdDiv ul li:not(:last-child) .conDiv::after{content: "";width: 29%;height: 6px;background: url(../img/jt1.png) no-repeat center center/100%;position: absolute;left: 125%;top: 4vw; }
.indexDiv4 .bdDiv ul li .hImg{display: none; }
.indexDiv4 .bdDiv ul li:hover .dImg{display: none; }
.indexDiv4 .bdDiv ul li:hover .hImg{display: block; }
.indexDiv4 .bdDiv ul li .title{margin: 15px 0 10px; }
.indexDiv4 .bdDiv ul li .p{font-size: 14px;color: #555; line-height:28px }
.indexDiv4 .bdDiv ul li:hover img{box-shadow: 0px 0px 29px rgba(255,215,192,1);border-radius: 50%; }
.indexDiv4 .bdDiv ul li:hover .title{color: #e71912; }

.indexDiv6{background: #f7f7f7; }
.indexDiv6 .bdDiv .blDiv{width: 47.86%; }
.indexDiv6 .bdDiv .blDiv .p{margin: 50px 0 40px;line-height: 1.8; }
.indexDiv6 .bdDiv .blDiv a{width: 140px;height: 50px;color: #fff;border-radius: 25px;background: #e71912;transition: all .5s;box-shadow: 0px 0px 29px rgba(255,215,192,1);margin-bottom: 40px; }
.indexDiv6 .bdDiv .blDiv a:hover{background: linear-gradient(to right,#f54c12,#e71912); }
.indexDiv6 .bdDiv .blDiv .row{margin: 0 -10px; }
.indexDiv6 .bdDiv .blDiv .row>div{padding: 0 10px;margin-top: 20px; }
.indexDiv6 .bdDiv .blDiv .row>div .conDiv{background: #fff;border-radius: 10px;padding: 20px 1.5vw;height: 100%; }
.indexDiv6 .bdDiv .blDiv .row>div .conDiv img{width: 40px; }
.indexDiv6 .bdDiv .blDiv .row>div .conDiv .text{width: calc(100% - 60px); }
.indexDiv6 .bdDiv .blDiv .row>div .conDiv .text p{color: #666666;font-size: 14px; }
.indexDiv6 .bdDiv .brDiv{width: 47.86%;border-radius: 10px;overflow: hidden; }
.indexDiv6 .bdDiv .brDiv img{width: 100%; }

.indexDiv7 {overflow: hidden; }
.indexDiv7 .bdDiv{margin: 0 -30px; }
.indexDiv7 .swiper-container{height: 272px;overflow: hidden;padding: 30px 30px 46px; }
.indexDiv7 .swiper-slide {height: calc((100% - 30px) / 2); }
.indexDiv7 .swiper-slide .conDiv{height: 100%;position: relative;background: #fff;box-shadow: 0px 0px 30px rgba(255,215,192,.4);border-radius: 10px;overflow: hidden; }
.indexDiv7 .swiper-slide .imgDiv{height: 100%; }
.indexDiv7 .swiper-slide .titleDiv{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to right,rgba(245,76,18,.9),rgba(255,143,0,.9));border-radius: 10px;color: #fff;opacity: 0; }
.indexDiv7 .swiper-slide .conDiv:hover .titleDiv{opacity: 1; }
.indexDiv7 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0; }
.indexDiv7 .swiper-pagination-bullet{width: 20px;height: 6px;background: #cccccc;opacity:1;border-radius: 3px; }
.indexDiv7 .swiper-pagination-bullet-active{opacity: 1;position: relative;width: 40px;background: #e71912; }
.indexDiv7 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}

.indexDiv5{background: #fff9f5; }
.indexDiv5 .bdDiv .rowDiv{display: none; }
.indexDiv5 .bdDiv .rowDiv.on{display: block; }
.indexDiv5 .bdDiv .row>div a{display: block;position: relative;border-radius: 10px;overflow: hidden;background: #fff;padding: 1vw;height: 100%;border: 1px solid #fff;  }
.indexDiv5 .bdDiv .row>div a .imgDiv{padding-top: 75.24%;border-radius: 10px;overflow: hidden; }
.indexDiv5 .bdDiv .row>div a .textDiv{padding-top: 25px; }
.indexDiv5 .bdDiv .row>div a .textDiv .title{color: #333; }
.indexDiv5 .bdDiv .row>div a .textDiv .p{color: #666666;font-size: 14px;margin: 0.6vw 0 2.2vw;  }
.indexDiv5 .bdDiv .row>div a .textDiv .flexDiv {font-size: 14px; }
.indexDiv5 .bdDiv .row>div a .textDiv .flexDiv .date{color: #666666; }
.indexDiv5 .bdDiv .row>div a .textDiv .flexDiv .moreBtn{color: #e71912; }
.indexDiv5 .bdDiv .row>div a .textDiv .flexDiv .moreBtn img{width: 7.5px;margin-left: 1vw;transition: none; }
.indexDiv5 .bdDiv .row>div a:hover{border-color: #e71912;box-shadow: 0px 0px 38px rgba(255,215,192,.44); }
.indexDiv5 .bdDiv .row>div a:hover .textDiv .title{color: #e71912; }
.indexDiv5 .bdDiv .row>div ul li{margin-bottom: 1vw; }
.indexDiv5 .bdDiv .row>div ul li:last-child{margin-bottom: 0; }
.indexDiv5 .bdDiv .row>div ul li .title{color: #333; }
.indexDiv5 .bdDiv .row>div ul li .date{color: #666666;font-size: 14px;margin-top: 10px; }
.indexDiv5 .bdDiv .row>div ul li a:hover {background: linear-gradient(to right,#f54c12,#e71912);  }
.indexDiv5 .bdDiv .row>div ul li a:hover .title,.indexDiv5 .bdDiv .row>div ul li a:hover .date{color: #fff; }

.indexDiv8{padding: 70px 0; }
.indexDiv8 .formDiv{width: 72.14%; }
.indexDiv8 .formDiv form .inputDiv{width: 25.74%; }
.indexDiv8 .formDiv form .inputDiv input{width: 100%;line-height: 60px;background: #fff;border: 1px solid #fff;border-radius: 30px;padding: 0 20px; }
.indexDiv8 .formDiv form .inputDiv input:focus{border-color: #e71912;box-shadow: 0px 0px 29px rgba(255,215,192,1); }
.indexDiv8 .formDiv form button{width: 19.8%;height: 60px;color: #fff;background: linear-gradient(to right,#f54c12,#e71912);border-radius: 30px;border: 0;cursor: pointer; }
.indexDiv8 .formDiv form button img{width: 20px;margin-right: 14px; }


/* .videoPop{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.84);z-index: 9999;display: none; }
.videoPop .popCon{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%); }
.videoPop .popCon a{position: absolute;right: 0;top: -35px; }
.videoPop .videoDiv{width: 1000px;max-width: calc(100vw - 40px);max-height: calc(100vh - 80px);overflow: auto;text-align: center; } */

.nyBanner{margin-top: 100px;position: relative; }
.nyBanner .bgDiv .wrap{position:relative;height: 26.04vw;color: #fff; }
.nyBanner .textDiv span{font-size: 2.3vw; font-weight:bold }
.nyBanner .textDiv p{font-size: 1vw; }

.locationDiv .flexbet{height: 60px; }
.breadcrumbDiv{font-size: 14px;color: #666666;}
.breadcrumbDiv img{margin-right: 10px;width: 17.5px; }
.breadcrumbDiv a{color: #666;}
.breadcrumbDiv a:hover{color: #e71912!important; }
.breadcrumbDiv span{color: #333;}
.twoMenuDiv a{color: #333333;margin-left: 2.6vw;position: relative; }
.twoMenuDiv a.on{color: #e71912; }

.pd100{padding: 70px 0; }
.pd90{padding: 70px 0; }
.nyTitle{text-align: center;font-weight: 500; }
.nyTitle.tl{text-align: left; }

.luxianDiv{background: #f7f7f7; height:auto; overflow:hidden }
.wg{margin-top: 46px; height:auto; overflow: hidden}
.luxianDiv .blDiv{width: 23%; float:left }
.luxianDiv .blDiv .searchDiv{margin-bottom: 20px; }
.luxianDiv .blDiv .searchDiv form{width: 100%;position: relative; }
.luxianDiv .blDiv .searchDiv form input{width: 100%;line-height: 50px;padding: 0 60px 0 30px;background: #fff;border-radius: 0;border: 0; }
.luxianDiv .blDiv .searchDiv form button{width: 20px;position: absolute;right: 30px;top: 0;height: 50px;background: transparent;border: 0;z-index: 1;justify-content: flex-end;padding: 0;cursor: pointer; }
.luxianDiv .blDiv .searchDiv form button img{width: 16.5px; }
.luxianDiv .blDiv .cateDiv{background: #fff; border-radius: 0; overflow:hidden }
.luxianDiv .blDiv .cateDiv .item{ margin-bottom:10px }
.luxianDiv .blDiv .cateDiv .it{margin-bottom: 20px; background:#e71912; text-align: left; color:#fff; line-height:60px; font-weight:bold ; padding-left:25px}
.luxianDiv .blDiv .cateDiv ul{flex-wrap: wrap;margin: 0 15px; }
.luxianDiv .blDiv .cateDiv ul li{width:100%;margin-bottom: 10px; }
.luxianDiv .blDiv .cateDiv ul li a{margin: 0 5px;background: #fafafa;border-radius: 4px;color: #333333;font-size: 14px;display: flex; padding-left:20px; line-height:45px; text-align:left} 
.luxianDiv .blDiv .cateDiv ul li span::before{content: "展开";font-size: 14px; }
.luxianDiv .blDiv .cateDiv ul li img{width: 12px;margin-left: 8px; }
.luxianDiv .blDiv .cateDiv ul li:nth-child(n+9){display: none; }
.luxianDiv .blDiv .cateDiv ul li:last-child{display: block; }
.luxianDiv .blDiv .cateDiv ul li:last-child a:hover{background: #fff5e8; }
.luxianDiv .blDiv .cateDiv ul li.on a{background: #fff5e8;color: #e71912; }
 .fy{border-top: 1px dashed #ccc; margin-top: 40px; padding-top: 10px;}
.fy a{color: #555; text-decoration: none;display: block;font-size: 14px; background:#f7f7f7; padding:10px; margin-bottom:10px}

.luxianDiv .bdDiv{ width: 100%;   }
.luxianDiv .bdDiv .row>div{margin-bottom: 20px; }
.luxianDiv .bdDiv a{display: block;background: #fff;border-radius: 0;overflow: hidden;height: 100%; }
.luxianDiv .bdDiv a .imgDiv{padding-top: 75%; overflow: hidden; }
.luxianDiv .bdDiv a .textDiv{padding:15px; }
.luxianDiv .bdDiv a .textDiv .title{color: #333333;width: calc(100% - 50px); }
.luxianDiv .bdDiv a .textDiv span{width: 30px;height: 30px;background: #e71912;border-radius: 50%; }
.luxianDiv .bdDiv a .textDiv span img{width: 10px;transition: all .5s; }
.luxianDiv .bdDiv a:hover .textDiv .title{color: #e71912; } 
.luxianDiv .bdDiv a:hover .textDiv span img{transform: rotate(45deg); }

.pageDiv{text-align: center; margin-top:40px}
.pageDiv a,.pageDiv span{display: inline-block;line-height: 40px;margin: 0 5px;color: #333333; border-radius: 4px;font-size: 16px;width: 40px;background: #fff; }
.pageDiv span{color: #fff;background: #e71912; }

.newsDiv{background: #f5f6f8; }
.newsDiv .bdDiv .rowDiv{margin-bottom: 60px; }
.newsDiv .bdDiv .row>div{margin-top: 30px; }
.newsDiv .bdDiv .row>div a{display: block;position: relative;border-radius: 10px;overflow: hidden;background: #fff;padding: 20px;height: 100%;border: 1px solid #fff;  }
.newsDiv .bdDiv .row>div a .imgDiv{padding-top: 75.24%;border-radius: 10px;overflow: hidden; }
.newsDiv .bdDiv .row>div a .textDiv{padding-top: 25px; }
.newsDiv .bdDiv .row>div a .textDiv .title{color: #333; }
.newsDiv .bdDiv .row>div a .textDiv .p{color: #666666;font-size: 14px;margin: 0.6vw 0 2.2vw;  }
.newsDiv .bdDiv .row>div a .textDiv .flexDiv {font-size: 14px; }
.newsDiv .bdDiv .row>div a .textDiv .flexDiv .date{color: #666666; }
.newsDiv .bdDiv .row>div a .textDiv .flexDiv .moreBtn{color: #e71912; }
.newsDiv .bdDiv .row>div a .textDiv .flexDiv .moreBtn img{width: 7.5px;margin-left: 1vw;transform: none; }
.newsDiv .bdDiv .row>div a:hover{border-color: #e71912;box-shadow: 0px 0px 38px rgba(255,215,192,.44); }
.newsDiv .bdDiv .row>div a:hover .textDiv .title{color: #e71912; }

.newsDetailDiv{padding: 120px 0 100px;background: #f5f6f8; }
.newsDetailDiv .bdDiv{margin-top: 20px;align-items: flex-start; }
.newsDetailDiv .bdDiv .blDiv{width: 300px;position: sticky;top: 100px; }
.newsDetailDiv .bdDiv .brDiv{width: calc(100% - 330px);background: #fff;border-radius: 10px; }
.articleDiv {padding: 60px 5.4%; }
.articleDiv .ah{padding-bottom: 30px;border-bottom: 1px solid #e5e5e5; }
.articleDiv .titleDiv{font-size: 30px; }
.articleDiv .smTitleDiv{margin: 20px 0 0;color: #666666; }
.articleDiv .smTitleDiv span{margin-right: 39px; }
.articleDiv .smTitleDiv span img{width: 18px;margin-right: 5px; }
.articleDiv .shareDiv {position: relative;color: #e71912; }
.articleDiv .shareDiv a{background: #fff;position: relative;width: 46px;height: 46px;border: 1px solid #cccccc;border-radius: 50%;margin-left: 10px; }
.articleDiv .shareDiv a img{width: 22px; }
.articleDiv .shareDiv a .hImg{display: none; }
.articleDiv .shareDiv a:hover .dImg{display: none; }
.articleDiv .shareDiv a:hover .hImg{display: block; }
.articleDiv .shareDiv a:hover{background: #e71912;border-color: #e71912; }
.articleDiv .textDiv{padding: 40px 0;color: #666666;line-height: 2; }
.articleDiv .textDiv p{margin-top: 15px; }
.newsDetailDiv .fanyeDiv{padding: 30px 5.4%;border-top: 1px solid #f5f6f8; }
.newsDetailDiv .fanyeDiv a{color: #666666; }
.newsDetailDiv .fanyeDiv a.prevBtn img{margin-right: 10px; }
.newsDetailDiv .fanyeDiv a.nextBtn{text-align: right; } 
.newsDetailDiv .fanyeDiv a.nextBtn img{margin-left: 10px; }
.newsDetailDiv .fanyeDiv a img{width: 8px; }
.newsDetailDiv .fanyeDiv a .hImg{display: none; }
.newsDetailDiv .fanyeDiv a:hover .dImg{display: none; }
.newsDetailDiv .fanyeDiv a:hover .hImg{display: block; }
.newsDetailDiv .fanyeDiv a:hover{color: #e71912; }
.newsDetailDiv .fanyeDiv a.backBtn{margin: 0 20px; }
.newsDetailDiv .fanyeDiv a.backBtn img{width: 20px;margin-right: 11px; }
.casesDetailDiv .articleDiv .smTitleDiv dl{flex-wrap: wrap;margin-bottom: 0; }
.casesDetailDiv .articleDiv .smTitleDiv dl dd{background: #f7f7f7;border-radius: 10px;padding: 0 20px;color: #666666;height: 40px;margin-right: 10px; }
.casesDetailDiv .articleDiv .smTitleDiv dl dd:last-child{margin-right: 0; }
.casesDetailDiv .articleDiv .smTitleDiv dl dd span{margin: 0;color: #333; } 
.casesDetailDiv .articleDiv .textDiv .itemDiv{margin-bottom: 20px; }
.casesDetailDiv .articleDiv .textDiv .it{margin-bottom: 20px; }
.casesDetailDiv .articleDiv .textDiv .row{margin: 0 -10px; }
.casesDetailDiv .articleDiv .textDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
.casesDetailDiv .articleDiv .textDiv .row>div .imgDiv{padding-top: 74.9%;border-radius: 10px;overflow: hidden; }

.newsDetailDiv .bdDiv .blDiv>div{overflow: hidden;background: #fff;border-radius: 10px;padding: 30px 20px 0; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv{margin-bottom: 30px; }
.newsDetailDiv .bdDiv .blDiv .th{font-size: 24px; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li a{padding: 25px 0;border-bottom: 1px solid #e5e5e5; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li:last-child a{border-bottom: 0; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li .imgDiv{width: 100px;height: 75px;border-radius: 10px;overflow: hidden; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li .textDiv{width: calc(100% - 110px); }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li .date{font-size: 14px;color: #666666; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li .title{color: #333;margin-top: 5px; }
.newsDetailDiv .bdDiv .blDiv .xgzxDiv .tb ul li a:hover .title{color: #e71912; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li a{padding: 25px 0;border-bottom: 1px solid #e5e5e5;display: block; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li:last-child a{border-bottom: 0; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li .title{color: #333; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li .p{font-size: 14px;color: #999999;margin: 5px 0; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li .date{font-size: 14px;color: #666666; }
.newsDetailDiv .bdDiv .blDiv .rmzxDiv .tb ul li a:hover .title{color: #e71912; }
.casesDetailDiv .cdwjDiv{margin-bottom: 30px; }
.casesDetailDiv .cdwjDiv a{display: block;margin: 20px 0 30px; }
.casesDetailDiv .cdwjDiv a .imgDiv{padding-top: 141.54%;overflow: hidden;margin-bottom: 10px;border-radius: 10px; }
.casesDetailDiv .cdwjDiv a .title{color: #333; }
.newsDetailDiv .bdDiv .blDiv .xgalDiv .tb ul li .imgDiv{height: 63px; }

.contactDiv .hdDiv{position: relative;background: #f7f7f7; }
.contactDiv .hdDiv .rowDiv{margin-top: 40px; }
.contactDiv .hdDiv .row>div .conDiv{background: #fff;border-radius: 10px;padding: 0 30px;text-align: center;height: 100%; }
.contactDiv .hdDiv .row>div .conDiv .ch{padding: 30px 0 20px;border-bottom: 1px solid #e5e5e5; }
.contactDiv .hdDiv .row>div .conDiv .ch img{max-width: 60px;display: block;margin: 0 auto 10px; }
.contactDiv .hdDiv .row>div .conDiv .cb{padding: 20px 0 30px;color: #666666;line-height: 1.7; }
.contactDiv .hdDiv .row>div .conDiv .cb a{color: #333; }

.contactDiv .hdDiv .shareDiv{margin: 0 -8px;flex-wrap: wrap;  }
.contactDiv .hdDiv .shareDiv a{display: block;position: relative;margin: 0 8px 10px; }
.contactDiv .hdDiv .shareDiv a span{width: 48px; }
.contactDiv .hdDiv .shareDiv a img.hImg{display: none; }
.contactDiv .hdDiv .shareDiv a:hover img.dImg{display: none; }
.contactDiv .hdDiv .shareDiv a:hover img.hImg{display: block; }
.contactDiv .hdDiv .shareDiv a .ewmDiv{position: absolute;left: 50%;bottom: calc(100% + 10px);width: 100px;height: 100px;padding: 0;background: #fff;border-radius: 10px;transform: translateX(-50%);display: none;overflow: hidden;box-shadow: 0px 0px 28px rgba(211,211,211,.44); }
.contactDiv .hdDiv .shareDiv a:hover .ewmDiv{display: block; }

.contactDiv .formDiv{width: 68%; }
.contactDiv .formDiv form{margin-top: 40px; }
.contactDiv .formDiv .row>div{margin-bottom: 40px; } 
.contactDiv .formDiv .row>div p{margin-bottom: 8px;font-size: 18px; }
.contactDiv .formDiv .row>div p em{color: #ff3600; }
.contactDiv .formDiv .row>div .inputDiv{position: relative; }
.contactDiv .formDiv .row>div .inputDiv input{width: 100%;line-height: 48px;border: 1px solid #f5f6f8;border-radius: 10px;padding: 0 20px;background: #f5f6f8; }
.contactDiv .formDiv .row>div .inputDiv input:focus{border-color: #e71912; }
.contactDiv .formDiv .row>div .inputDiv input.focus{border-color: #e71912; }
.contactDiv .formDiv .row>div .inputDiv .tishi{position: absolute;bottom: -25px;left: 10px;color: #e71912;font-size: 12px; }
.contactDiv .formDiv .row>div .inputDiv textarea{width: 100%;height: 180px;border: 1px solid #f5f6f8;border-radius: 10px;padding: 10px 20px;resize: none;background: #f5f6f8; }
.contactDiv .formDiv .btnDiv button{width: 200px;height: 50px;border-radius: 25px;background: transparent;border: 0;cursor: pointer;font-weight: 400;background: #e71912;color: #fff; }
.contactDiv .formDiv .btnDiv button img{width: 24px;margin-right: 11px; }
.contactDiv .formDiv .btnDiv button:hover{background: linear-gradient(to right,#f54c12,#e71912); }
.contactDiv .imgDiv{width: 27.8%;border-radius: 10px;overflow: hidden; }

.luxianDetailDiv{padding: 100px 0 0; }
.locationDiv2{background: #f7f7f7; }
.locationDiv2 .breadcrumbDiv{height: 58px; }

.luxianDetailDiv .itemDiv1{padding: 60px 0; }
.luxianDetailDiv .itemDiv1 .rowDiv{margin-top: 30px;padding-top: 50px;border-top: 1px solid #e5e5e5; }
.luxianDetailDiv .itemDiv1 .rowDiv .p1{color: #666; }
.luxianDetailDiv .itemDiv1 .rowDiv .row>div{margin-top: 30px; }
.luxianDetailDiv .itemDiv1 .rowDiv .row>div .conDiv{background: #f7f7f7;padding: 40px 30px;border-radius: 10px;height: 100%; }
.luxianDetailDiv .itemDiv1 .rowDiv .row>div .conDiv span{padding-left: 14px;position: relative; }
.luxianDetailDiv .itemDiv1 .rowDiv .row>div .conDiv span::before{content: "";width: 4px;height: 20px;background: #e71912;position: absolute;left: 0;top: 5px; } 
.luxianDetailDiv .itemDiv1 .rowDiv .row>div .conDiv p{margin-top: 10px;color: #666666;line-height: 1.8; }
.luxianDetailDiv .itemDiv2{padding: 60px 0;background: #f7f7f7; }
.luxianDetailDiv .itemDiv2 .rowDiv{margin-top: 30px; }
.luxianDetailDiv .itemDiv2 .row>div{flex: 0 0 20%;max-width: 20%;margin-top: 20px; }
.luxianDetailDiv .itemDiv2 .row>div .conDiv{height: 100%;background: #fff;border-radius: 10px;padding: 30px 20px; }
.luxianDetailDiv .itemDiv2 .row>div .conDiv img{max-width: 90px;display: block;margin: 0 auto 20px; }
.luxianDetailDiv .itemDiv2 .row>div .conDiv .p{line-height: 1.8; }
.luxianDetailDiv .itemDiv3{padding: 60px 0 110px; }
.luxianDetailDiv .itemDiv3 .flexDiv{margin-top: 40px;align-items: flex-start; }
.luxianDetailDiv .itemDiv3 .flDiv{width: 47.85%; }
.luxianDetailDiv .itemDiv3 .flDiv ul li{margin-bottom: 20px; }
.luxianDetailDiv .itemDiv3 .flDiv ul li:last-child{margin-bottom: 0; }
.luxianDetailDiv .itemDiv3 .flDiv ul li .con{background: #f7f7f7;padding: 30px;border-radius: 10px; }
.luxianDetailDiv .itemDiv3 .flDiv ul li .con span{width: 200px;height: 42px;background: #e71912;border-radius: 22px;color: #fff;margin-bottom: 15px; }
.luxianDetailDiv .itemDiv3 .frDiv{width: 47.85%;border-radius: 10px;overflow: hidden; }
.luxianDetailDiv .itemDiv3 .flDiv img{width: 100%; }
.luxianDetailDiv .itemDiv4{padding: 60px 0;background: #f7f7f7; }
.luxianDetailDiv .itemDiv4 .flexDiv{flex-direction: row-reverse; }
.luxianDetailDiv .itemDiv4 .flDiv{width: 47.85%; }
.luxianDetailDiv .itemDiv4 .flDiv ul{margin-top: 40px; }
.luxianDetailDiv .itemDiv4 .flDiv ul li{margin-top: 20px; }
.luxianDetailDiv .itemDiv4 .flDiv ul li .con span{width: 100px;height: 30px;background: #e71912;border-radius: 22px;color: #fff; }
.luxianDetailDiv .itemDiv4 .flDiv ul li .con p{width: calc(100% - 110px); }
.luxianDetailDiv .itemDiv4 .frDiv{width: 47.85%;border-radius: 10px;overflow: hidden; }
.luxianDetailDiv .itemDiv4 .flDiv img{width: 100%; }
.luxianDetailDiv .itemDiv5{padding: 60px 0 100px;background: #f7f7f7; }
.luxianDetailDiv .itemDiv5 .flDiv{width: 47.85%; }
.luxianDetailDiv .itemDiv5 .flDiv ul{margin-top: 20px;flex-wrap: wrap; }
.luxianDetailDiv .itemDiv5 .flDiv ul li{margin-top: 30px;width: 50%; }
.luxianDetailDiv .itemDiv5 .flDiv ul li .con img{max-width: 60px; }
.luxianDetailDiv .itemDiv5 .flDiv ul li .con p{width: calc(100% - 80px); }
.luxianDetailDiv .itemDiv5 .frDiv{width: 47.85%;border-radius: 10px;overflow: hidden; }
.luxianDetailDiv .itemDiv5 .flDiv img{width: 100%; }

.aboutDiv1 {background: #f7f7f7; }
.aboutDiv1 .bdDiv .blDiv{width: 47.86%; }
.aboutDiv1 .bdDiv .blDiv .textDiv{margin-top: 40px;line-height: 1.7; }
.aboutDiv1 .bdDiv .brDiv{width: 47.86%; }

.aboutDiv2{position: relative; }
.aboutDiv2 .bdDiv{margin-top: 30px; }
.aboutDiv2 .bdDiv .row>div{margin-top: 20px; }
.aboutDiv2 .bdDiv .row>div .conDiv{background: #f7f7f7;padding: 60px 30px;border-radius: 10px;text-align: center; }
.aboutDiv2 .bdDiv .row>div .conDiv img{height: 156px; }
.aboutDiv2 .bdDiv .row>div .conDiv .text span{display: block;margin: 20px 0 10px; }
.aboutDiv2 .bdDiv .row>div .conDiv .text p{color: #666; }

.aboutDiv3 .nyTitle{color: #fff; }
.aboutDiv3 .bdDiv{width: 50%;margin-top: 20px; }
.aboutDiv3 .bdDiv .item{margin-top: 30px;background: #fff;border-radius: 10px;padding: 50px; }
.aboutDiv3 .bdDiv .item .title{color: #e71912;padding-bottom: 10px;border-bottom: 1px solid #e5e5e5;position: relative; }
.aboutDiv3 .bdDiv .item .title:after{content: "";width: 25%;height: 1px;background: #e71912;position: absolute;left: 0;bottom: -1px; }
.aboutDiv3 .bdDiv .item .p{padding-top: 25px;line-height: 1.8; }
.aboutDiv4{ height:auto; overflow:hidden}
.aboutDiv4 .bdDiv{  width:100% }
.aboutDiv4 .bdDiv .imgDiv{padding-top: 75.1%;border-radius: 0px;overflow: hidden; }
.aboutDiv4 .bdDiv .title{text-align: center;margin-top: 10px; }
  .bt {font-size: 18px;color: #fff;margin-bottom: 20px;font-weight: bold;background: #eee;line-height: 2.5;}
.cpxq .cptd h3 {font-size: 18px;color: #333;font-weight: bold;margin-bottom: 15px;}
 .bt span {display: inline-block;padding: 0 25px;background: #e71912;}
.caseDiv{background: #f7f7f7; }
.caseDiv .bdDiv{align-items: flex-start; }
.caseDiv .bdDiv .blDiv{width: 22.85%; }
.caseDiv .bdDiv .blDiv .searchDiv{margin-bottom: 20px; }
.caseDiv .bdDiv .blDiv .searchDiv form{width: 100%;position: relative; }
.caseDiv .bdDiv .blDiv .searchDiv form input{width: 100%;line-height: 50px;padding: 0 60px 0 30px;background: #fff;border-radius: 10px;border: 0; }
.caseDiv .bdDiv .blDiv .searchDiv form button{width: 20px;position: absolute;right: 30px;top: 0;height: 50px;background: transparent;border: 0;z-index: 1;justify-content: flex-end;padding: 0;cursor: pointer; }
.caseDiv .bdDiv .blDiv .searchDiv form button img{width: 16.5px; }
.caseDiv .bdDiv .blDiv .cateDiv{background: #fff;padding: 30px 9.4%;border-radius: 10px; }
.caseDiv .bdDiv .blDiv .cateDiv .item{margin-bottom: 20px; }
.caseDiv .bdDiv .blDiv .cateDiv .it{margin-bottom: 20px; }
.caseDiv .bdDiv .blDiv .cateDiv ul{flex-wrap: wrap;margin: 0 -5px; }
.caseDiv .bdDiv .blDiv .cateDiv ul li{width: 33.33%;margin-bottom: 10px; }
.caseDiv .bdDiv .blDiv .cateDiv ul li a{margin: 0 5px;background: #f3f5f9;border-radius: 4px;color: #333333;font-size: 14px;display: flex;justify-content: center;align-items: center;height: 30px; } 
.caseDiv .bdDiv .blDiv .cateDiv ul li span::before{content: "展开";font-size: 14px; }
.caseDiv .bdDiv .blDiv .cateDiv ul li img{width: 12px;margin-left: 8px; }
.caseDiv .bdDiv .blDiv .cateDiv ul li:nth-child(n+9){display: none; }
.caseDiv .bdDiv .blDiv .cateDiv ul li:last-child{display: block; }
.caseDiv .bdDiv .blDiv .cateDiv ul li:last-child a:hover{background: #fff5e8; }
.caseDiv .bdDiv .blDiv .cateDiv ul li.on a{background: #fff5e8;color: #e71912; }
.caseDiv .bdDiv .blDiv .cateDiv ul.show li{display: block; }
.caseDiv .bdDiv .blDiv .cateDiv ul.show li span::before{content: "收起"; }
.caseDiv .bdDiv .blDiv .cateDiv ul.show li img{transform: rotate(180deg); }
.caseDiv .bdDiv .blDiv .cateDiv .btnDiv button{width: 125px;height: 36px;border-radius: 18px;font-size: 14px;background: transparent;cursor: pointer; }
.caseDiv .bdDiv .blDiv .cateDiv .btnDiv button.emptyBtn{border: 1px solid #cccccc;color: #666666; }
.caseDiv .bdDiv .blDiv .cateDiv .btnDiv button.sureBtn{border: 1px solid #e71912;color: #e71912;margin-left: 10px; }
.caseDiv .bdDiv .brDiv{width: 74.4%; }
.caseDiv .bdDiv .row>div{margin-bottom: 30px; }
.caseDiv .bdDiv .row>div a{display: block;background: #fff;border-radius: 10px;overflow: hidden;border: 1px solid #fff; }
.caseDiv .bdDiv .row>div a .ahDiv{position: relative; }
.caseDiv .bdDiv .row>div a .imgDiv{padding-top: 62.7%;overflow: hidden; }
.caseDiv .bdDiv .row>div a .text{position: absolute;left: 0;bottom: 0;width: 100%;padding: 10px 9.2%;background: rgba(255,250,245,.9); }
.caseDiv .bdDiv .row>div a .text img{width: 21%;transform: none; }
.caseDiv .bdDiv .row>div a .text span{width: 90px;height: 30px;background: #fff;border-radius: 10px;color: #666666;font-size: 14px; }
.caseDiv .bdDiv .row>div a .textDiv{padding: 25px 20px; }
.caseDiv .bdDiv .row>div a .textDiv .title{color: #333333;}
.caseDiv .bdDiv .row>div a .textDiv .p{margin: 10px 0;color: #666666;font-size: 14px;line-height: 1.8; }
.caseDiv .bdDiv .row>div a .textDiv span{color: #e71912;font-size: 14px; }
.caseDiv .bdDiv .row>div a .textDiv span img{width: 7.5px;transition: all .5s;margin-left: 10px;transform: none;}
.caseDiv .bdDiv .row>div a:hover{border-color: #e71912;box-shadow: 0px 0px 38px rgba(255,215,192,.44); }
.caseDiv .bdDiv .row>div a:hover .textDiv .title{color: #e71912; }

.imagePop{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 9999;display: none; }
.imagePop .imgCon{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 80%;max-width: 560px;max-height: 90%;padding-right: 40px;text-align: center;overflow-y: auto;  }
.imagePop .imgCon a{position: absolute;right: 0;top: 0; }
.imagePop .imgCon a img{width: 16px; }

/*body:after {
    content: ''; 
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}*/

@media (max-width:1440px) {
	.wrap{max-width: 88%; }
	
	
	.f48{font-size: 40px; }
	
	a.imoreBtn { width: 110px;height: 32px; font-size: 14px;}
	a.imoreBtn em:after{width: 5px; }
	a.imoreBtn:hover em::before{width: 5px; }
	
	header .logo{width: 20%; }
	
}


@media (max-width:1220px) {
	.wrap{max-width: 94%; }
	
	.f48{font-size: 36px; }
	.indexDiv2 ul li .conDiv{height: 400px; }
	.indexDiv2 ul li .textDiv img{max-width: 70px; }
	.indexDiv2 ul li .textDiv .title span{margin: 10px 0; }
	.caseDiv .bdDiv .blDiv{width: 250px; }
	.caseDiv .bdDiv .brDiv{width: calc(100% - 270px); }
	
	
}

@media (max-width:1100px) {
	/* header .rightDiv .menu>ul>li{margin: 0 1vw; }  */
	header .rightDiv .menu>ul>li>a{font-size: 15px;padding: 0 1vw; }
	.articleDiv .fanyeDiv a{width: calc((100% - 184px) / 2); }
	.articleDiv .fanyeDiv a.backBtn{width: 114px;margin: 0 30px; }
}
@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	
	.wrap{max-width: 100%;padding: 0 25px; }
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;}
	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0 30px;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
	
	.indexHeader .menu ul ul li a{color:#fff;}
	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}
	
	.on-fixed .indexHeader .menu ul ul li a{color:#333;}
	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}
	
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #fff;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:0px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}
	
	
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0;}
	
	header {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
		padding-top: 0;
		border-bottom-width: 3px;
	}
	header .logo a{height: 50px;width: initial;display: block;display: flex;justify-content: center;align-items: center;}
	header .logo a img{max-height: 70%;}
	header .mbtn {display: block;}
	body.on-menu header{background: #fff;}
	body.on-menu.on-fixed  header.indexHeader{background: #fff;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: #fff;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header.indexHeader .rightDiv .menu{background-color: background: #fff;}
	.on-fixed header .rightDiv .menu{
		background-color: #fff;
	}
	header .rightDiv .menu ul{float: initial;}
	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	header.indexHeader .rightDiv .menu>ul>li>a{color: #333;}
	header .rightDiv .menu>ul>li>a small{display: none;}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu>ul>li>a{padding:0 15px;background: none;}
	header .rightDiv .menu>ul>li>a::after{display: none;}
	header .rightDiv .menu>ul>li:hover,header .rightDiv .menu>ul>li:focus,header .rightDiv .menu>ul>li.on{background: none;}
	/* .menu ul ul{box-shadow: none;padding: 0 10px; }
	.menu ul ul li a .iconDiv{display: none;}
	.menu ul ul li>a{margin-bottom: 0;}
	.menu ul ul li .alist a{margin: 0;} */
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 0;}
	
	header.on,header.on .logo a,header.on .rightDiv .menu>ul>li>a,header.on .otherDiv{height: 50px; }
	header .otherDiv{float: initial;height: 50px;padding-right: 40px; }
	header .ssBtn{margin-right: 20px; }
/* 	header .searchDiv{position: relative;opacity: 1;transform: initial;visibility: visible; }
	header .searchDiv form{width: 100%;} */
	.menu ul ul,.menu li:hover>ul{opacity: 1;visibility: visible;transform: translateY(0);}
	.menu ul ul .flexcen{display: block; }
	.menu ul ul.ul{padding: 0 20px; }
	.menu ul ul .row>div{flex: 0 0 100%;max-width: 100%;border-top: 1px solid #eee; }
	.menu ul ul .row>div .conDiv{border-right: 0; }
/* 	header .rightDiv .menu ul ul a{line-height: initial;height: initial;margin-top: 10px; }
	header .rightDiv .menu ul ul .alist{overflow: hidden;margin-bottom: 10px; }
	header .rightDiv .menu ul ul .alist a{font-size: 14px;margin-top: 10px; } */
	.menu ul li.default ul{position: relative;opacity: 1;visibility: visible;transform: initial;transition: none;width: 100%; }
	.menu ul li.default:hover ul{transform: initial; }
	header .rightDiv .menu>ul>li.default ul{width: 100%;box-shadow: none;padding: 0;left: 0; }
	header .rightDiv .menu>ul>li.default ul li{border: 0;margin: 0; }
	header .rightDiv .menu>ul>li.default li a{text-align: left;font-size: 14px;padding: 0 20px; }

	
	.on-fixed header.nyHeader, .on-fixed header.nyHeader .rightDiv .menu>ul>li>a, .on-fixed header.nyHeader .otherDiv{height: 50px;}
	.on-fixed header.nyHeader .logo a{height: 36px; }
	
	
	.f48{font-size: 30px; }
	
	.nyBanner{margin-top: 50px; }
	.locationDiv .flexbet{height: 70px; }
	
	
	.aboutDiv2 ul li .textDiv .title span{font-size: 20px; }
	.aboutDiv2 ul li .conDiv{height: 350px; }
	
	.newsDetailDiv{padding: 70px 0; }
	.luxianDetailDiv{padding: 70px 0 0; }
	.locationDiv2 .breadcrumbDiv{height: 48px; }
	
	.ihdDiv{flex-wrap: wrap; }
	.contactDiv .hdDiv .row>div .conDiv .cb a{margin: 0 5px 10px; }
	.contactDiv .hdDiv .shareDiv a span{width: 40px; }
	
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:768px) {
	
	html, body{min-width: initial;}
	.wrap{min-width: initial;padding: 0 15px; }
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
 
	.f60{font-size: 30px; }
	.f54{font-size: 28px; }
	.f52{font-size: 28px; }
	.f50{font-size: 28px; }
	.f48{font-size: 28px; }
	.f46{font-size: 20px; }
	.f36{font-size: 26px; }
	.f33{font-size: 25px; }
	.f30{font-size: 24px; }
	.f28{font-size: 22px; }
	.f24{font-size: 19px; }
	.f21{font-size: 19px;}
	.f20{font-size: 17px; }
	.f18{font-size: 15px; }
	
	header .searchDiv{padding: 15px 0; }
	header .telDiv {display: none; }
	header .logo{width: auto; }
	header .logo a{height: 36px; }
	header .ssBtn{margin-right: 0; }
	
	#menu{display: none; }
	
	
	.banner1 .img{height: 60vw;}
	.banner1 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px; }
	.banner1 .swiper-button-prev, .banner1 .swiper-button-next{width: 40px;height: 40px;margin-top: 0; display:none }
	.banner1 .swiper-pagination-bullet{width: 6px;height: 6px; }
	
	a.imoreBtn{width: 100px;height: 30px;font-size: 12px; }
	a.imoreBtn em:after{top: 2px;width: 5px;margin-left: 5px; }
	a.imoreBtn em::before{top: 3px;margin-right: 5px; }
	a.imoreBtn em:hover::before{top: 3px;width: 5px; }
	
	.indexDiv ul{flex-wrap: wrap; }
	.indexDiv ul li{width: 100%;flex: initial;margin: 10px 0; }
	
	.ihdDiv{margin-bottom: 30px; }
	.indexTitle{text-align: center;width: 100%; }
	.ihdDiv .aDiv{margin-top:  0px;justify-content: center;width: 100%; }
	.ihdDiv .aDiv a:nth-child(1){margin-left: 0; }
	.ihdDiv .aDiv a{width: 130px;height: 40px;font-size: 14px; }
	.indexDiv1 .bdDiv a .textDiv{padding: 10px; }
	
	.indexDiv2 ul{flex-wrap: wrap; }
	.indexDiv2 ul li{width: 50%;margin: 5px 0; }
	.indexDiv2 ul li.on{width: 50%; }
	.indexDiv2 ul li .conDiv{height: 260px; margin: 0 5px;}
	.indexDiv2 ul li .conDiv img{max-width: 70px; }
	.indexDiv2 ul li .textDiv{padding: 0 20px 30px;width: 100%; }
	.indexDiv2 ul li .textDiv .title p{opacity: 1;font-size: 14px; }
	.indexDiv2 ul li.on .textDiv{text-align: center; }
	
	.ihdDiv a.moreBtn{margin: 30px auto 0;height: 45px; }
	.ihdDiv .p{margin-top: 20px; }
	
	.indexDiv4 .bdDiv ul{flex-wrap: wrap; }
	.indexDiv4 .bdDiv ul li{width: 50%;margin-bottom: 20px; }
	.indexDiv4 .bdDiv ul li:not(:last-child) .conDiv::after{display: none; }
	.indexDiv4 .bdDiv ul li .conDiv{width: 100%;padding: 0 5px; }
	.indexDiv4 .bdDiv ul li .iconDiv{ width:100px; margin:0 auto}
	.indexDiv4 .bdDiv ul li .p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}
	.indexDiv4 .bdDiv ul li .title{margin: 10px 0 5px; }
	
	.indexDiv6 .bdDiv{display: block; }
	.indexDiv6 .bdDiv .blDiv{width: 100%; }
	.indexDiv6 .bdDiv .brDiv{width: 100%;margin-top: 20px; }
	.indexDiv6 .bdDiv .blDiv .p{margin: 20px 0; }
	.indexDiv6 .bdDiv .blDiv a{margin: 0 auto 20px; }
	.indexDiv6 .bdDiv .blDiv .row>div{margin-top: 15px; }
	.indexDiv6 .bdDiv .blDiv .row>div .conDiv{padding: 20px; }
	
	.indexDiv7 .bdDiv{margin: 0 -20px; }
	.indexDiv7 .swiper-container{height: 202px;padding: 20px 20px 46px; }
	.indexDiv7 .swiper-slide{height: calc((100% - 15px) / 2); }
	
	.indexDiv5 .hdDiv{display: block; }
	.indexDiv5 .hdDiv .tabsDiv{margin-top: 20px; }
	.indexDiv5 .hdDiv .tabsDiv a:nth-child(1){margin-left: 0; }
	.indexDiv5 .hdDiv .tabsDiv a{padding: 5px 15px;font-size: 14px; }
	.indexDiv5 .bdDiv .row>div{margin-top: 20px; }
	.indexDiv5 .bdDiv .row>div a .textDiv .p{margin: 10px 0 20px; }
	.indexDiv5 .bdDiv .row>div a{padding: 15px; }
	.indexDiv5 .bdDiv .row>div ul li{margin-bottom: 20px; }
	
	.indexDiv8{padding: 30px 0; }
	.indexDiv8 .bdDiv{display: block; }
	.indexDiv8 .titleDiv{width: 100%;text-align: center; }
	.indexDiv8 .formDiv{width: 100%;margin-top: 20px; }
	.indexDiv8 .formDiv form{display: block;width: 80%;margin: 0 auto; }
	.indexDiv8 .formDiv form .inputDiv{width: 100%;margin-bottom: 15px; }
	.indexDiv8 .formDiv form .inputDiv input{line-height: 50px; }
	.indexDiv8 .formDiv form button{width: 80%;height: 50px;margin: 0 auto; }
	
	.footerDiv .wrap{display: block; }
	.footerDiv .hdDiv{padding: 30px 0;text-align: center;  }
	.footerDiv .hdDiv .navDiv{margin: 15px 0; }
	.footerDiv .hdDiv .navDiv ul li{margin: 0;font-size: 14px; }
	.footerDiv .hdDiv .shareDiv{margin: 20px 0 0;justify-content: center; }
	.footerDiv .hdDiv .shareDiv a{margin: 0 10px 0 0; }
	.footerDiv .bdDiv{padding: 20px 0;text-align: center; }
	.footerDiv .bdDiv .blDiv{margin-bottom: 10px; }
	
	.nyBanner .bgDiv .wrap{height: 40vw;}
	.nyBanner .textDiv span{font-size: 16px;}
	
	.breadcrumbDiv{font-size: 12px;flex-wrap: wrap; float:left; line-height:30px }
	.breadcrumbDiv img{width: 12px; }
	
	.locationDiv{position: relative; height:auto; overflow:hidden }
	.locationDiv .flexbet{height: auto;padding:10px 15px;display: block; height:auto; overflow:hidden  }
	.twoMenuDiv {margin-top: 15px;justify-content: flex-start;flex-wrap: wrap; } 
	.twoMenuDiv a{margin-left: 0px;font-size: 14px;margin-right: 20px; }
	.twoMenuDiv a.on:before{width: 5px;height: 5px;bottom: -10px; }
	
	.pd100{padding: 25px 0; }
	.pd90{padding: 25px 0; }
	
	.luxianDiv .bdDiv{margin-top: 0; display:block }
	.productDetailDiv .hd{ display:block}
	.luxianDiv .bdDiv .row{margin: 0 -10px; }
	.luxianDiv .bdDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
	.luxianDiv .bdDiv a .textDiv{padding: 10px; }
	.luxianDiv .bdDiv a .textDiv span{width: 26px;height: 26px; }
	.luxianDiv .bdDiv a .textDiv span img{width: 8px; }
	
	.pageDiv a, .pageDiv span{line-height: 30px;width: 30px; }
	
	.newsDetailDiv .bdDiv{margin-top: 20px;flex-direction: column; }
	.newsDetailDiv .bdDiv .brDiv{width: 100%; }
	.newsDetailDiv .bdDiv .blDiv{width: 100%;margin-top: 20px; }
	.articleDiv{padding: 30px 20px; }
	.articleDiv .titleDiv{font-size: 20px; }
	.articleDiv .smTitleDiv{margin: 10px 0 0;font-size: 14px; }
	.articleDiv .textDiv{padding: 20px 0; }
	.newsDetailDiv .fanyeDiv{padding: 20px; }
	.articleDiv .fanyeDiv a p{display: none; }

	
	.contactDiv .hdDiv .rowDiv{margin-top: 20px; }
	.contactDiv .hdDiv .row>div{margin-bottom: 20px; }
	.contactDiv .bdDiv{display: block; }
	.contactDiv .formDiv{width: 100%; }
	.contactDiv .formDiv form{margin-top: 20px; }
	.contactDiv .formDiv .row>div .checkDiv label{margin: 0 20px 10px 0; }
	.contactDiv .formDiv .row>div{margin-bottom: 30px; }
	.contactDiv .formDiv .btnDiv button{width: 150px;height: 44px; }
	.contactDiv .formDiv .row>div .inputDiv input{line-height: 44px; }
	
	.contactDiv .imgDiv{width: 100%; }
	
	.locationDiv2 .breadcrumbDiv{height: 40px; }
	.luxianDetailDiv .itemDiv1{padding: 40px 0; }
	.luxianDetailDiv .itemDiv1 .rowDiv{padding-top: 30px;margin-top: 20px; }
	.luxianDetailDiv .itemDiv1 .rowDiv .row>div{margin-top: 20px; }
	.luxianDetailDiv .itemDiv1 .rowDiv .row>div .conDiv{padding: 30px 20px; }
	.luxianDetailDiv .itemDiv2{padding: 40px 0; }
	.luxianDetailDiv .itemDiv2 .row>div{flex: 0 0 100%;max-width: 100%; }
	.luxianDetailDiv .itemDiv2 .row>div .conDiv img{max-width: 80px; }
	.luxianDetailDiv .itemDiv3{padding: 40px 0 60px; }
	.luxianDetailDiv .itemDiv3 .flexDiv{display: block; }
	.luxianDetailDiv .itemDiv3 .flDiv{width: 100%; }
	.luxianDetailDiv .itemDiv3 .flDiv ul li .con{padding: 20px; }
	.luxianDetailDiv .itemDiv3 .flDiv ul li .con span{width: 170px; }
	.luxianDetailDiv .itemDiv3 .frDiv{width: 100%;margin-top: 20px; }
	.luxianDetailDiv .itemDiv4{padding: 40px 0; }
	.luxianDetailDiv .itemDiv4 .flexDiv{display: block; }
	.luxianDetailDiv .itemDiv4 .flDiv{width: 100%; }
	.luxianDetailDiv .itemDiv4 .flDiv .nyTitle{text-align: center; }
	.luxianDetailDiv .itemDiv4 .frDiv{width: 100%;margin-top: 20px; }
	.luxianDetailDiv .itemDiv5{padding: 20px 0 60px; }
	.luxianDetailDiv .itemDiv5 .flexDiv{display: block; }
	.luxianDetailDiv .itemDiv5 .flDiv{width: 100%; }
	.luxianDetailDiv .itemDiv5 .flDiv .nyTitle{text-align: center; }
	.luxianDetailDiv .itemDiv5 .frDiv{width: 100%;margin-top: 20px; }
	.luxianDetailDiv .itemDiv5 .flDiv ul li{width: 48%; }
	.luxianDetailDiv .itemDiv5 .flDiv ul li .con img{max-width: 50px; }
	.luxianDetailDiv .itemDiv5 .flDiv ul li .con p{width: calc(100% - 60px);font-size: 15px; }
	
	
	.aboutDiv1 .bdDiv{display: block; }
	.aboutDiv1 .bdDiv .blDiv{width: 100%; }
	.aboutDiv1 .bdDiv .blDiv .textDiv{margin-top: 20px; }
	.aboutDiv1 .bdDiv .brDiv{width: 100%;margin-top: 30px; }
	.aboutDiv2 .bdDiv{margin-top: 20px; }
	.aboutDiv2 .bdDiv .row>div .conDiv{padding: 30px; }
	.aboutDiv2 .bdDiv .row>div .conDiv img{height: 100px; }
	.aboutDiv3 .bdDiv{width: 100%; }
	.aboutDiv3 .bdDiv .item{padding: 30px; }
	
	.caseDiv .bdDiv{display: block; }
	.caseDiv .bdDiv .blDiv{width: 100%; }
	.caseDiv .bdDiv .blDiv .cateDiv{padding: 30px; }
	.caseDiv .bdDiv .brDiv{width: 100%;margin-top: 30px; }
	
	@media (max-width:320px) {
		
		
		
	}
	
}


.sy_xw{width:100%; padding:70px 0; overflow:hidden;}
.sy_xw .xw_zx .hd{border-bottom:1px solid #eee; position:relative; overflow:hidden; margin-bottom:20px;}
.sy_xw .xw_zx .hd ul li{float:left; width:120px; height:40px; background-color:#eee; font-size:18px; line-height:40px; color:#333; text-align:center; margin-right:5px; cursor:pointer;}
.sy_xw .xw_zx .hd ul li.on{background-color:#e71912; color:#fff;border-radius:8px 8px 0 0}
.sy_xw .xw_zx .hd a{position:absolute; top:0; right:0; font-size:14px; display:none; color:#333}
.sy_xw .xw_zx .hd ul li.on a{display:block;}
.sy_xw .xw_zx .t_w{padding-bottom:30px; margin-bottom:15px; border-bottom:1px dotted #ddd; overflow:hidden;}
.sy_xw .xw_zx .t_p{width:35%; float:left; overflow:hidden;}
.sy_xw .xw_zx .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}
.sy_xw .xw_zx .t_w:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.sy_xw .xw_zx .w_z{width:65%; float:right; padding-left:30px;}
.sy_xw .xw_zx .w_z h3{font-size:18px; font-weight:bold; line-height:28px; margin-bottom:15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .xw_zx .w_z h3 a{ color:#333}
.sy_xw .xw_zx .t_w ul li:hover .w_z a{color:#e71912;}
.sy_xw .xw_zx .w_z p{line-height:28px; height: auto; color:#555; margin-bottom:25px; font-size:15px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.sy_xw .xw_zx .w_z span{display:block; float:none !important; padding-left:0 !important;}
.sy_xw .xw_zx .x_w .row{margin:0 -20px;}
.sy_xw .xw_zx .x_w .col-lg-6{padding:0 20px;}
.sy_xw .xw_zx .x_w ul li{line-height:36px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .xw_zx .x_w ul li a{ color:#333}
.sy_xw .xw_zx .x_w span{float:right; padding-left:20px; font-size:14px}
.sy_xw .xw_zx .x_w i{font-size:14px; margin-right:5px;}
.sy_xw .cj_wt{overflow:hidden;}
.sy_xw .cj_wt .wt_bt{border-bottom:1px solid #eee; overflow:hidden; margin-bottom:20px;}
.sy_xw .cj_wt .wt_bt span{float:left; width:120px; height:40px; background-color:#e71912; font-size:18px; line-height:40px; color:#fff; text-align:center; cursor:pointer;border-radius: 8px 8px 0 0;}
.sy_xw .cj_wt .wt_bt a{font-size:14px; line-height:40px; float:right;color:#333}
.sy_xw .cj_wt .wt_lb .b_t{font-size:15px; line-height:26px; margin-bottom:6px; position:relative; padding-left:32px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.sy_xw .cj_wt .wt_lb .b_t i{width:26px; height:26px; border-radius:50%; position:absolute; top:0; left:0; background-color:#e71912; text-align:center; color:#fff; display:block;}
.sy_xw .cj_wt .wt_lb .h_d{font-size:13px; line-height:24px; height:48px; color:#888; position:relative; padding-left:32px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.sy_xw .cj_wt .wt_lb .h_d i{width:26px; height:26px; border-radius:50%; position:absolute; top:0; left:0; background-color:#ff8f00; text-align:center; color:#fff; display:block;}
.sy_xw .cj_wt .bd ul li{padding-bottom:10px; margin-bottom:10px; height:auto !important; border-bottom:1px dotted #ddd;}

.guanyu{ background:#f5f5f5 url(../img/bg1.jpg) center right no-repeat; background-size:auto 100%; overflow:hidden; padding:70px 0;}
.guanyu .wrap{ display: flex;   justify-content: space-between;   align-items: center;  flex-direction:row-reverse}




.sy_gypic{  width:45%;  overflow:hidden}
.sy_gypic img{ width:100%; height:auto;transition:all 0.6s}
.sy_gypic a:hover img{ transform:scale(1.1,1.1); transition:all 0.6s}

.sy_gyzi{ width:50%; margin-right:5%}
.sy_gyzi h1{ display:block; color:#e71912; font-size:45px}
.sy_gyzi h2{ display:block; color:#333; font-size:20px}
.sy_gyzi p{ display:block; margin:30px auto; font-size:15px; line-height:40px; color:#464646;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow:hidden}
.sy_gyzi span a{ display:block; background:#e71912; width:160px; color:#fff; line-height:45px; border-radius:8px; text-align:center; font-size:14px; transition:all 0.6s}
.sy_gyzi span a:hover{ background:#f16800; transition:all 0.6s}




@media only screen and (max-width:1200px){
.guanyu{  padding:50px 0;}
.sy_gyzi h1{ display:block; color:#e71912; font-size:30px}
.sy_gyzi h2{ display:block; color:#333; font-size:16px}
.sy_gyzi p{ display:block; margin:20px auto; font-size:12px; line-height:25px; }
.sy_gyzi span a{  width:120px; line-height:35px; font-size:12px}




}


@media only screen and (max-width:992px){
	.guanyu{ background:#f4f4f8; padding:25px 0; }
.guanyu .wrap{ display:block}


.sy_gypic{  width:100%;  overflow:hidden}
.sy_gyzi{ width:100%; margin-top:20px}
.sy_xw {
  width: 100%;
  padding: 25px 0;
  overflow: hidden;
}
.sy_xw .xw_zx .hd ul li {
  float: left;
  width: 120px;
  height: 40px;
  background-color: #eee;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
}
.sy_xw .cj_wt .wt_bt span {
  float: left;
  width: 120px;
  height: 40px;
  background-color: #e71912;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
}
.sy_xw .xw_zx .t_p {
  width: 45%;
  float: left;
  overflow: hidden;
}
.sy_xw .xw_zx .w_z {
  width: 55%;
  float: right;
  padding-left: 10px;
}

.sy_xw .xw_zx .w_z h3{font-size:16px; font-weight:bold; line-height:28px; margin-bottom:0px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
 .sy_xw .xw_zx .w_z p{line-height:28px; height: auto; color:#555; margin-bottom:25px; font-size:14px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.sy_xw .xw_zx .x_w span{ display:none}
.sy_xw .xw_zx .t_w {
  padding-bottom: 0px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #ddd;
  overflow: hidden;
}
.sy_xw .xw_zx .x_w ul li{ line-height:30px; font-size:14px}
.sy_xw .cj_wt{ margin-top:20px}
}
.title-1{text-align: center;margin-bottom: 50px;}
.title-1 .cn{ margin-bottom: 5px; font-size: 30px;color: #333; line-height: 34px;line-height: 1.42857143; }
.title-1 .en{ margin-bottom: 5px; font-size: 0; overflow: hidden;text-transform: uppercase;line-height: 1.42857143; }
.title-1 .en span{ position: relative; display: inline-block; vertical-align: top; padding: 0 15px; min-width: 160px;font-size:36px;color: #222;font-weight: bold;}
.title-1 .en span:before,.title-1 .en span:after{ content: ""; position: absolute; top: 50%; z-index: 1; width: 600px; height: 1px; background: #ddd; }
.title-1 .en span:before{ right: 100%; }
.title-1 .en span:after{ left: 100%; }
.title-1 .en span b{ display: block; position: absolute; top: calc((100% - 7px) / 2); z-index: 2; width: 7px; height: 7px; background: #e71912; transform: rotate(45deg); }
.title-1 .en span b:first-child{ right:100%; }
.title-1 .en span b:last-child{ left:100%; }
.title-1 .icon{ position: relative; margin:0 auto; width: 21px; height: 13px; border-left: solid 2px #e71912; border-right: solid 2px #e71912; }
.title-1 .icon:before{ content: ""; position: absolute; left: 8px; top: 0; z-index: 1; width: 2px; height: 100%; background: #e71912; }



.sy_cp {padding: 70px 0  ; height:auto; overflow:hidden }
 
.sy_cp h2 {margin-bottom: 25px;font-size: 20px;color: #222;font-weight: bold;}
.sy_cp ul li {width: 49%;float: left;margin: 0 2% 2% 0;background: #fff;position: relative;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;display: flex;justify-content: space-between;padding: 10px;align-items: center;	-webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);
	-moz-box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);
	-ms-box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);
	-o-box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);
	box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);}
.sy_cp ul li:nth-child(2n){margin-right:0; }	
.sy_cp ul li:hover{
	-webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;
}
.sy_cp ul li .tp {overflow: hidden; width: 35%;}
.sy_cp ul li img {width: 100%;display: block;height: 100%;object-fit: cover;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_cp ul li:hover img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_cp ul li .wenz {padding: 15px 0;width: 61%;}
.sy_cp ul li .wenz h3 {font-size:18px;color: #333;line-height: 1.2;font-weight: bold;margin-bottom: 10px;white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
.sy_cp ul li .wenz p {font-size: 14px;text-align: left;color: #555;line-height: 1.8;margin-bottom: 10px;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;}
.sy_cp ul li span {position: absolute;left: 0;bottom: 0;height: 2px;background: #e71912;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;width: 0;z-index: 3;}
.sy_cp ul li:hover span {width: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.sy_cp ul li:hover .wenz h3{color: #e71912;}
.sy_cp ul li .wenz .gd {width: 120px;height: 30px;line-height: 30px;background: #e71912;text-align: center;border-radius: 19px;margin-top: 15px;font-size: 12px;}
.sy_cp ul li .wenz .gd a{color: #fff;}
.sy_cp ul li .wenz .gd i{margin-left: 10px;}
.sy_cp ul li .wenz .gd:hover{background: #e71912;}
.sy_cp ul li .wenz .gd:hover a{color: #fff;}

.wenzi{ font-size:16px; line-height:30px; margin-bottom:30px}

.productDetailDiv{  height:auto; overflow:hidden }
.productDetailDiv .hd{align-items: flex-start; }
.productDetailDiv .hd .leftDiv{width: 45%;}
.productDetailDiv .hd .rightDiv{width: 52%;}
.productDetailDiv .hd .leftDiv .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
.productDetailDiv .hd .leftDiv .swiper-slide {display: flex;justify-content: center;align-items: center;height: 100%;width: 100%;}
.productDetailDiv .hd .leftDiv .swiper-slide .pic{padding-top: 69.85%;position: relative;width: 100%;border: 1px solid #fff;}
.productDetailDiv .hd .leftDiv .swiper-slide .pic .imgDiv{position: absolute;width: 100%;height: 100%;overflow: hidden;left: 0;top: 0;display: flex;justify-content: center;align-items: center; }
.productDetailDiv .hd .leftDiv .swiper-slide .pic .imgDiv img{width: 100%;height: 100%; }
.productDetailDiv .hd .leftDiv .gallery-top {width: 100%;}
.productDetailDiv .hd .leftDiv .smallDiv{position: relative;padding: 0; }
.productDetailDiv .hd .leftDiv .gallery-thumbs {box-sizing: border-box;text-align: center;margin: 10px 0 0;}
.productDetailDiv .hd .leftDiv .gallery-thumbs .swiper-slide {width: 25%;opacity: 1;}
.productDetailDiv .hd .leftDiv .gallery-thumbs .swiper-slide-thumb-active .pic{opacity: 1;border: 1px solid #e71912; }
.productDetailDiv .hd .rightDiv .p{margin:  10px 0 50px; }
.productDetailDiv .hd .rightDiv .p p{  line-height:33px; color:#555; font-size:16px}
.productDetailDiv .hd .rightDiv a{width: 170px;height: 45px;background: #e71912;color: #fff;border-radius: 10px; line-height:45px; text-align:center; font-size:16px }
.productDetailDiv .hd .rightDiv a img{margin-right: 16px; }
.productDetailDiv .hd .rightDiv a:hover{opacity: .8; }
.productDetailDiv .bd{margin-top: 50px; }
.productDetailDiv .hdDiv{position: relative; }
.productDetailDiv .hdDiv::after{content: "";width: calc(100% - 20px);background: #e71912;height: 1px;position: absolute;right: 0;bottom: 0; }
.productDetailDiv .hdDiv span{width: 102px;height: 31px;background: url(../img/t-bg.png) no-repeat center center;color: #fff; }
.productDetailDiv .bd .tb{padding: 65px 0;}
.productDetailDiv .bd .tb p{line-height: 2.4;color: #333333; }

.ny_lm{width:100%; padding-bottom:40px; text-align:center; position:relative; z-index:999;}
.ny_lm .lm_nr ul li{margin:0 10px; display:inline-block;}
.ny_lm .lm_nr ul li a{min-width:120px; height:40px; padding:0 15px; border-radius:20px; background-color:#fff; font-size:15px; line-height:40px; color:#555; display:block;}
.ny_lm .lm_nr ul li:hover a{background-color:#e71912; color:#fff;}
.ny_lm .lm_nr ul li.on a{background-color:#e71912; color:#fff;}
@media only screen and (max-width:640px){
.ny_lm{display:none;}
}
.ss_nr{float:right; border:1px solid #ddd; background-color:#fff; line-height:36px;}
.ss_nr input{width:200px; height:36px; padding:0 10px; float:left; line-height:36px; border:0; font-size:14px}
.ss_nr button{width:80px; height:36px; background-color:#e71912; line-height:36px; color:#fff; text-align:center; outline:none; float:right; border:0;font-size:14px}

@media only screen and (max-width:640px){
.ss_nr{float:right; border:1px solid #ddd; background-color:#fff; line-height:30px;}
.ss_nr input{width:110px; height:30px; padding:0 10px; float:left; line-height:30px; border:0; font-size:12px}
.ss_nr button{width:50px; height:30px; background-color:#e71912; line-height:30px; color:#fff; text-align:center; outline:none; float:right; border:0;font-size:12px}

.productDetailDiv .hd .leftDiv {
  width: 100%;
}
.productDetailDiv .hd .rightDiv {
  width: 100%; margin-top:20px
}
.productDetailDiv .hd .rightDiv .p p {
  line-height: 30px;
  color: #555;
  font-size: 14px;
}
.productDetailDiv .hd .rightDiv a {
  width: 120px;
  height: 40px;
  background: #e71912;
  color: #fff;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.productDetailDiv .hd .rightDiv .p {
  margin: 10px 0 20px;
}
.title-1 .en span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  min-width: 160px;
  font-size: 22px;
  color: #222;
  font-weight: bold;
}
.title-1 {
  text-align: center;
  margin-bottom:20px;
}
.sy_cp {
  padding: 25px 0;
  height: auto;
  overflow: hidden;
}
.sy_cp ul li {width: 100%;float: left;margin: 0 0 2% 0;background: #fff;position: relative;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;display: flex;justify-content: space-between;padding: 10px;align-items: center;	-webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);
	-moz-box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);
	-ms-box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);
	-o-box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);
	box-shadow: 0 0 8px 5px rgba(0,0,0,0.03);}
	.sy_cp ul li .wenz h3 {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sy_cp ul li .wenz p {font-size: 14px;text-align: left;color: #555;line-height: 1.8;margin-bottom: 10px;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:1;}
.sy_cp ul li .wenz .gd {
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #e71912;
  text-align: center;
  border-radius: 19px;
  margin-top: 10px;
  font-size: 12px;
}
.sy_cp ul li .wenz {
  padding: 0 0;
 
}
}