body{padding: 0;margin: 0;font-family: "微软雅黑";font-size: 14px;color: #000000;overflow-x:hidden;}
.wrap{max-width: 1200px;margin: 0 auto;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
p{margin: 0;}
.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;}
.ovh1{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;}
.ovh7{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;overflow: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.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);}
.hidden-xs{display: block;}
.visible-xs{display: none;}
*{box-sizing: border-box;}
.db{display: block;}
.tc{text-align: center;}
img{max-width: 100%;}
.c_center{width: 1200px;margin: 0 auto;}
.baibg{background: #ffffff;}
.huibg{background: #f5f5f5;}
.pore{position: relative;}
.flexb{display: flex;align-items: center;justify-content: center;}
@media (min-width:1200px) {.container{max-width: 1200px;padding: 0;}}
.swiper{overflow: hidden;position: relative;}



/**导航菜单**/
.topDiv{height: 80px;}
header{position: fixed;top: 0;left: 0;z-index: 99;height: 80px;width: 100%;transition: all .3s;background: #fff;}
header>.wrap{padding: 0;border-radius: 6px;margin: 0 auto;}
.on-fixed header{background: #fff;top: 0;box-shadow: 0px 0px 20px rgba(132,132,132,0.15);}
header .logo{height: 80px;position: relative;z-index: 99;display:flex;justify-content:flex-start;align-items:center;width: 150px;}
header .logo img{max-height: 80%;}
header .rightDiv .menu{text-align: right;height: 80px;}
header .rightDiv .menu>ul{display: flex;width: calc(100% - 320px);text-align: center;justify-content: space-around;align-items: center;}
header .rightDiv .menu>ul>li>a{height: 80px;line-height: 80px;text-align: center;color: #000000;font-size: 16px;display: block;text-transform:capitalize;}
header .rightDiv .menu>ul>li:hover,
header .rightDiv .menu>ul>li:focus,
header .rightDiv .menu>ul>li.on,
header .rightDiv .menu>ul>li.active{background: none;position: relative;}
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a{font-weight: 700;border-bottom: 2px solid #e35b54;}
header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
header.indexHeader .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}
header .telDiv{display: flex;align-items: center;height: 80px;font-size: 16px;color: #000000;width: 170px;justify-content: flex-end;}
header .telDiv a{color: #000000;}
header .telDiv a.on{font-weight: 700;color: #e35b54;}
.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position: relative;}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li>a{padding:0;font-size:15px;text-decoration:none;text-transform:uppercase;color:#282828;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color: #fff;}
.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-3px;right:0;width:10px;height:6px;content:"";}
.menu ul ul{position:absolute;left:-9999px;text-align: center;width: 100%;min-width: 140px;text-align: center;top: 80px;transform: translateX(-50%);}
.menu li:hover>ul{left: 50%;transform: translateX(-50%);}
.menu ul ul ul{right:100%;top:0;width: 100%;}
.menu ul ul li:hover>ul{;margin-left: 0;}
.menu ul ul .ul{background: rgba(255, 255, 255, 1);box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);}
.menu ul ul li{padding: 0 14px;-webkit-transition:height .2s ease;-moz-transition:height .2s ease;-ms-transition:height .2s ease;-o-transition:height .2s ease;transition:height .2s ease;text-align: center;}
.menu ul ul li>a{font-size: 14px;color:#000000;text-decoration:none;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;padding: 14px 0;}
.menu ul ul li>a:hover,.menu ul ul li a:hover{color: #e35b54;}
.menu ul ul li:last-child>a{border: 0;}
header .menu ul ul li:hover .sanjiUl{
	position: absolute;
	left: 100%;
	top: 0;
	background: #ffffff;
	transform: unset;
	box-shadow: 4px 4px 7px 0px rgb(0 0 0 / 35%);
}
@media all and (max-width:992px){
	.topDiv{height: 50px;}
	header.indexHeader{background: #fff;top: 0;}
	.on-fixed header.indexHeader{top: 0;}
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu ul ul{top: 0;border: 0;}
	.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;border-top:1px solid rgba(120,120,120,.15)}
	.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;background:0 0}
	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.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:1px solid rgba(120,120,120,.15);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;transform: unset;}
	.menu ul ul li>a:last-child{border-bottom: 0;}
	header .menu ul ul li:hover .sanjiUl{
		position: relative;
		left: unset;
		top: unset;
		box-shadow: unset;
		background: none;
	}
	header {
		position: fixed !important;
		z-index: 99;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .logo{height: 50px;line-height: 50px;width: initial;z-index: 0;display: block;margin-left: 16px;}
	header .logo img {max-height: 70%;}
	header .mbtn {display: block;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: rgba(255, 255, 255, .94);
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		position: relative;
		float: none;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	
	header .rightDiv .menu>ul {display: block;padding-top: 50px;}
	header .rightDiv .menu ul li a span {display: none;}
	header .rightDiv .menu ul li a.on {background: none;}
	body.on-menu header .rightDiv .menu {right: 0;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu ul li i{display: block;}
	header .rightDiv .menu ul li>a{margin: 0;width: calc(100% - 50px);}
	header .rightDiv .menu .linkDiv{display: none;}
	header .rightDiv .menu>ul>li.has-sub{padding: 0;}
	
	header .rightDiv .menu>ul>li>a::before{display: none;}
	.menu ul ul .wrap{padding: 0;border: 0;}
	.menu ul ul,.on-fixed header.indexHeader .wrap,.menu ul ul .ul{box-shadow: none;background: none;border-radius: 0;}
	.menu ul ul li .alist a{margin-top: 0;line-height: 40px;height: 40px;font-size: 14px;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 50px;}
	header .telDiv1 {display: flex!important;align-items: center;height: 50px;font-size: 14px;padding-left: 5px;margin-left: 24%;justify-content: flex-end;padding-right: 50px;color: #000000;}
	header .telDiv1 a{color: #000000;}
	header .telDiv1 a.on{font-weight: 700;color: #e35b54;}
	header .telDiv{display: none;}
	header .telDiv1 span{font-weight: 700;}
	header .rightDiv .menu>ul>li:hover::before, header .rightDiv .menu>ul>li:focus::before, header .rightDiv .menu>ul>li.on::before, header .rightDiv .menu>ul>li.active::before{display: none;}
	header .rightDiv .menu>ul{width: 100%;}
	header .rightDiv .menu>ul>li:hover>a, header .rightDiv .menu>ul>li:focus>a, header .rightDiv .menu>ul>li.on>a, header .rightDiv .menu>ul>li.active>a{border-bottom: 0;font-weight: 400;}
	header .rightDiv .menu>ul>li.on>a{border-bottom: 0;color: #e35b54;}
}
.swiper_banner .swiper-pagination-bullet{
	border-radius: 50%;
	background-color: rgb(254, 254, 254);
	width: 10px;
	height: 10px;
	opacity: 1;
}
.swiper_banner .swiper-pagination-bullet-active{
	background-color: #1e5553;
}
.indp{padding: 70px 0;}
.indp1 .nrBox{
	margin: 0;
}
.indp1 .leftBox{
	padding: 0;
	background-color: rgb(255, 255, 255);
}
.indp1 .leftBox .textBox{
	padding: 16px;
	line-height: 2;
	text-align: center;
}
.swiper_about video{width: 100%;object-fit:fill;display: block;}
.swiper_about .playBtn{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	background: url(../img/play.png) center no-repeat;
	background-size: cover;
	display: block;
	cursor: pointer;
	margin: -30px 0 0 -30px;
}
.swiper_about .swiper-pagination-bullet{
	border-radius: 50%;
	background-color: rgb(254, 254, 254);
	width: 10px;
	height: 10px;
	opacity: 1;
}
.swiper_about .swiper-pagination-bullet-active{
	background-color: rgb(30, 85, 83);
}
.swiper_about .swiper-button-next:after,
.swiper_about .swiper-button-prev:after{font-size: 24px;color: #ffffff;}
.indp1 .rightBox{
	padding: 0 0 0 56px;
}
.indp1 .rightBox .kuang{height: 100%;}
.pubTit .sTit{
	line-height: 1;
}
.pubTit .bTit{
	font-size: 24px;
	line-height: 1;
	margin-top: 4px;
}
.indp1 .rightBox .conBox{
  font-size: 14px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 2.2;
  text-align: justify;
  margin-top: 48px;
}
a.moreBtn{
	color: rgb(255, 255, 255);
	border-radius: 5px;
	background-color: rgb(227, 91, 84);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 144px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid rgb(227, 91, 84);
}
a.moreBtn:hover{
	background: none;
	color: rgb(227, 91, 84);
}
.imgBox{width: 100%;overflow: hidden;display: block;}
.imgBox img{width: 100%;display: block;transition: all 0.3s;}
.imgBox img:hover{transform: scale(1.1);}
.indp2 .swiper_news{padding-bottom: 72px;}
.indp2 .swiper-slide{
	border-width: 1px;
	border-color: rgb(229, 229, 229);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	padding: 16px;
}
.indp2 .swiper-slide .tit{
	font-size: 14px;
	color: rgb(0, 0, 0);
	line-height: 1;
	margin-top: 22px;
}
.indp2 .swiper-slide .desc{
	font-size: 12px;
	color: rgb(96, 96, 96);
	line-height: 2;
	margin-top: 16px;
	margin-bottom: 24px;
}
.indp2 .swiper-slide .time{
	font-size: 12px;
	color: rgb(96, 96, 96);
}
.indp2 .swiper-pagination-bullet{
	border-radius: 50%;
	background-color: rgb(225, 225, 225);
	opacity: 1;
	width: 10px;
	height: 10px;
}
.indp2 .swiper-pagination-bullet-active{
	background-color: rgb(30, 85, 83);
}
footer{
	background: #000000;
	color: #ffffff;
}
footer a{color: #ffffff;}
footer .line1{padding: 32px 0 24px;justify-content: space-between;align-items: flex-start;margin: 0;}
footer .footEwm{font-size: 16px;line-height: 1;padding: 0;}
footer .footEwm .tel{font-weight: 700;font-size: 30px;display: block;margin-top: 8px;line-height: 1;}
footer .footEwm img{display: block;}
footer .footEwm .img1{display: block;margin: 32px 0 8px;}
footer .footEwm .img2{max-width: 50%;}
footer .footNav{
	align-items: flex-start;
	justify-content: space-between;
	padding: 0;
}
footer .footNav .oneBox{
	max-width: 176px;
	min-width: 120px;
}
footer .footNav .oneBox .cTit{
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1;
	padding:8px 0;
	border-bottom: 1px solid #ffffff;
	display: block;
}
footer .footNav .oneBox .cLow a.cTit{border: 0;padding: 0;}
footer .footNav .oneBox .cLow a{
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	margin-top: 12px;
	display: block;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 16px;
}
footer .footNav .oneBox .cLow a:after{
	content: ">";
	position: absolute;
	right: 0;
	top: 0;
}
footer .banquan{
	line-height: 24px;
	padding: 10px 0;
	border-top: 1px solid #ffffff;
	text-align: center;
}
@media (max-width:996px) {
	.indp1 .nrBox{align-items: center;}
	.indp1 .rightBox{padding-left: 24px;}
	.indp1 .rightBox .conBox{margin-top: 24px;line-height: 1.5;}
	a.moreBtn{position: relative;bottom: unset;left: unset;margin-top: 16px;display: block;}
}
@media (max-width:768px) {
	.banner .img{height: 212px;background: url() center no-repeat;background-size: cover;}
	.banner .img img{display: none;}
	.indp{padding: 32px 0;}
	.indp1 .leftBox .textBox{padding: 12px;}
	.indp1 .leftBox .textBox br{display: none;}
	.indp1 .rightBox{padding: 0;margin-top: 16px;}
	.pubTit .bTit{font-size: 20px;}
	.indp1 .rightBox .conBox{margin-top: 16px;}
	.indp2 .swiper-slide{padding: 8px;}
	.indp2 .swiper-slide .tit{margin-top: 8px;}
	.indp2 .swiper-slide .desc{margin: 8px 0;line-height: 1.2;}
	.indp2 .swiper_news{padding-bottom:32px;}
	.indp2 .swiper_news .swiper-pagination{bottom: 0;}
	footer .line1{padding: 24px 0;}
	footer .footNav{display: block;}
	footer .footNav .oneBox{width: 100%;max-width: unset;min-width: unset;}
	footer .footEwm{width: 100%;margin-top: 16px;text-align: center;}
	footer .footEwm .kuang{float: none;}
	footer .footEwm .tel{font-size: 24px;}
	footer .footEwm img{display: inline-block;margin-top: 8px;}
	footer .footEwm .img1{display: none;}
	footer .footNav{text-align: center;}
	footer .footNav .oneBox .cLow{display: none;}
	footer .footNav .oneBox:last-child .cLow{display: inline-block;}
	footer .footNav .oneBox{display: inline-block;width: auto;padding: 4px 0;}
	footer .footNav .oneBox .cTit{display: inline-block;border: none;margin: 0 10px;padding: 0;vertical-align: middle;font-size: 14px;}
	footer .footNav .oneBox .cLow a{display: inline-block;padding: 0;font-size: 16px;font-weight: bold;margin-top: 0;line-height: 1;vertical-align: middle;font-size: 14px;}
	footer .footNav .oneBox .cLow a::after{display: none;}
}
/* 关于我们 */
.posi{
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.31);
	margin-top: -30px;
	z-index: 2;
	font-size: 16px;
	line-height: 24px;
	color: rgb(125, 125, 125);
	padding: 13px 32px;
	vertical-align: middle;
	background: url(../img/shubiao.png) calc(100% - 32px) center no-repeat rgb(255, 255, 255);
}
.posi a{
	color: rgb(125, 125, 125);
	vertical-align: middle;
	display: inline-block;
}
.posi a.home{
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	background: url(../img/home.png) center no-repeat;
}
.posi img{
	vertical-align: middle;
	display: inline-block;
}
.posi span{
	vertical-align: middle;
	display: inline-block;
}
.posi a:last-child{
	color: #e35b54;
}
.aboutp1 .pubTit{text-align: center;}
.aboutp1 .nrBox{margin-top: 56px;}
.aboutp1 .nrBox .row{margin: 0;}
.aboutp1 .nrBox .leftBox{padding: 0 32px 0 0;color: #606060;line-height: 30px;}
.aboutp1 .bgBox{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 39.5%;
}
.aboutp2{
	background: url(../img/aboutp2bg.jpg) center bottom no-repeat;
	background-size: 100% auto;
}
.aboutp2 .nrBox .kuang{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 1.7px 0.3px rgba(34, 34, 34, 0.35);
	border-top: 5px solid #e35b54;
	padding: 40px 40px 100px;
	text-align: center;
	height: 100%;
}
.aboutp2 .nrBox .tit{
	font-size: 18px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 1;
	margin: 12px 0 8px;
}
.aboutp2 .nrBox .desc{
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	text-align: left;
}
.aboutp2 .nrBox .moreBtn{
	bottom: 34px;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width:1600px) {
	.aboutp1 .bgBox{width: 34%;}
}
@media (max-width:996px) {
	.aboutp1 .nrBox{margin-top: 16px;}
	.aboutp1 .bgBox{
		position: relative;
		right: unset;
		top: unset;
		transform: unset;
		width: 92%;
		margin: 16px auto 0;
	}
	.aboutp2 .nrBox .kuang{padding: 24px 16px 68px;}
	.aboutp2 .nrBox .moreBtn{bottom: 24px;position: absolute;}
}
@media (max-width:768px) {
	.aboutp1 .nrBox .leftBox{padding: 0;line-height: 1.4;}
	.aboutp2{background-size: cover;}
	.aboutp2 li{margin-top: 8px;}
	.aboutp2 .nrBox .desc{line-height: 1.2;}
	.aboutp2 .nrBox .iconBox{max-width: 40px;margin: 0 auto;}
}
/* 产品 */
.produP .nrBox{margin: 0;}
.leftNav{
	padding: 0;
}
.leftNav .paTit{
	font-size: 28px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 72px;
	border-bottom: 1px dashed #eeeeee;
	margin-bottom: 22px;
}
.leftNav .leNavUl{
	width: calc(100% - 24px);
}
.leftNav .leNavUl .zktit{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	position: relative;
	padding-right: 10px;
}
.leftNav .leNavUl .zktit:after{
	content: ">";
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 16px;
	line-height: 26px;
}
.leftNav .leNavUl li.on .zktit,
.leftNav .leNavUl li.on .zktit:after{
	color: #e35b54;
}
.leftNav .leNavUl li.on .zktit.hasd:after{
	color: #e35b54;
	transform: rotate(90deg);
}
.leftNav .leNavUl .zhshow{
	padding: 8px 0;
	/* background: #f3f3f3; */
	border-bottom: 1px solid #eeeeee;
	display: none;
}
.leftNav .leNavUl .zhshow a{
	font-size: 14px;
	line-height: 28px;
	color: #000000;
	padding-left: 20px;
	position: relative;
	/* border-bottom: 1px solid #eeeeee; */
	background: #f3f3f3;
	border-radius: 14px;
	margin-bottom: 4px;
	padding-right: 8px;
}
.leftNav .leNavUl .zhshow a:last-child{margin-bottom: 0;}
.leftNav .leNavUl .zhshow a:after{
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #333333;
	margin-top: -2px;
}
.leftNav .leNavUl .zhshow a.on{background: rgba(227,91,84,0.1);}
.rightCon{
	padding: 0;
}
.rightCon .paTit{
	font-size: 20px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 72px;
	border-bottom: 1px dashed #eeeeee;
	padding-left: 48px;
	margin-bottom: 32px;
	position: relative;
}
.rightCon .paTit::before{
	content: "";
	display: block;
	background-color: rgb(239, 188, 0);
	position: absolute;
	left: 32px;
	top: 50%;
	width: 4px;
	height: 22px;
	margin-top: -11px;
}
.rightCon ul{padding-left: 32px;}
.prodUl{margin: -6px -14px;}
.prodUl li{padding: 6px 14px;}
.prodUl .imgBox{display: block;
  background-color: rgb(231, 249, 249);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
}
.prodUl .imgBox .tab{
	border-radius: 50%;
	background-color: rgb(227, 91, 84);
	position: absolute;
	left: 8px;
	top: 24px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
.prodUl .tit{
	font-size: 14px;
	color: rgb(0, 0, 0);
	line-height: 1;
	padding: 16px 0;
	text-align: center;
	display: block;
}
.prodUl li:hover .kuang{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
}
.xiaocms-page{text-align: center;margin-top: 48px;}
.xiaocms-page a,
.xiaocms-page span{
	background-color: #ececec;
	min-width: 50px;
	height: 30px;
	line-height: 30px;
	font-size: 16px; 
	color: #333333; 
	padding: 0 8px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	margin: 0 4px;
}
.xiaocms-page a:hover,
.xiaocms-page span:hover{
	background-color: #e35b54;
	color:#ffffff; 
}
.xiaocms-page span{
	background-color: #aaaaaa;
	color:#ffffff; 
}


@media (max-width:768px) {
    .xiaocms-page a, .xiaocms-page span{
        margin-bottom: 4px;
        min-width: 24px;
        height: 24px;
        line-height: 24px;
        padding: 0px 4px;font-size: 14px;}
    .xiaocms-page{margin: 16px 0;}
	.rightCon{margin-top: 16px;}
	.leftNav .paTit,
	.rightCon .paTit{
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 4px;
		margin-bottom: 0;
	}
	.leftNav .leNavUl{width: 100%;}
	.leftNav .leNavUl a{padding: 6px 0;font-size: 14px;}
	.leftNav .leNavUl a:after{top: 6px;}
	.rightCon .paTit{padding-left: 16px;margin-bottom: 16px;}
	.rightCon .paTit::before{left: 0;}
	.rightCon ul{padding: 0;}
	.prodUl{margin: 0 -8px;}
	.prodUl li{width: 50%;padding: 0 8px;}
	.prodUl .tit{padding: 12px 0;}
}
/* 如何选择适合自己的产品 */
.howPbg{
	background: url(../img/howbg1.jpg) top center repeat-y;
	
}
.howUl li{margin-top: 56px;display: flex;justify-content: space-between;align-items: center;}
.howUl .imgBox{width: 51.5%;}
.howUl .textBox{width: 45%;line-height: 30px;}
.howUl .textBox .tit{
	font-size: 16px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	margin-bottom: 16px;
}
.howUl li:nth-child(even) .imgBox1{display: none;}
.howUl li:nth-child(odd) .imgBox2{display: none;}
.howUl li:last-child .textBox .tit,
.howUl li:last-child .imgBox{display: none;}
.howUl li:last-child .textBox{width: 100%;}
@media (max-width:768px) {
	.howUl li{display: block;margin-top: 16px;}
	.howUl .imgBox{width: 100%;}
	.howUl .textBox{width: 100%;margin-top: 10px;line-height: 26px;}
	.howUl .textBox .tit{margin-bottom: 8px;}
	.howUl li .imgBox1,
	.howUl li:nth-child(even) .imgBox1{display: block;}
	.howUl li .imgBox2,
	.howUl li:nth-child(odd) .imgBox2{display: none;}
}
/* 联系我们 */
.contactp1 .line1{margin-top: 96px;}
.contactp1 .line1 .leftBox h1{
	font-size: 24px;
	color: rgb(0, 0, 0);
	margin: 0 0 8px;
}
.contactp1 .line1 .leftBox p{
	font-size: 16px;
	color: rgb(0, 0, 0);
}
.contactp1 .line1 .rightBox .imgBox{
	float: right;
	display: block;
	width: 114px;
}
.contactp1 .line1 .rightBox .imgBox img{width: 100%;}
.contactp1 .line1 .rightBox .textBox{
	float: right;
	text-align: right;
	margin-right: 24px;
}
.contactp1 .line1 .rightBox .textBox img{
	width: 44px;
	margin-top: 12px;
}
.contactp1 .line1 .rightBox .textBox b{
	display: block;
	font-size: 18px;
	color: rgb(227, 91, 84);
	font-weight: bold;
	margin: 4px 0;
}
.contactp1 .line1 .rightBox .textBox p{
	font-size: 16px;
	color: rgb(0, 0, 0);
}
.contactp1 .line2{margin-top: 44px;border-top: 1px solid #ececec;padding: 56px 0 44px;align-items: flex-start;justify-content: space-between;}
.contactp1 .line2 .oneBox{padding: 0;max-width: 24%;}
.contactp1 .line2 img{
	width: 40px;
	display: block;
	margin: 0 auto;
}
.contactp1 .line2 b{
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	margin: 28px 0 8px;
	text-align: center;
}
.contactp1 .line2 p{
	font-size: 18px;
	color: #000000;
	text-align: center;
}
.contactp1 .line3 #map{width: 100%;height: 440px;}
.contactp2{background: #eeeeee;}
.contactp2 .nrBox{
	background: #ffffff;
	justify-content: space-between;
}
.contactp2 .leftImg{
	width: 35%;
}
.contactp2 .formBox{
	width: 65%;
	padding: 24px 64px;
}
.contactp2 .formBox .tit{
	font-size: 24px;
	color: rgb(0, 0, 0);
	line-height: 1.167;
	text-align: center;
	margin-bottom: 24px;
}
.contactp2 .formBox .desc{
	font-size: 16px;
	color: rgb(48, 48, 48);
	line-height: 1.75;
	text-align: center;
}
.contactp2 .formBox .lineTit{
	margin: 48px 0 16px;
	font-size: 18px;
	color: rgb(227, 91, 84);
	font-weight: bold;
}
.contactp2 .formBox .oneBox{
	width: calc(50% - 20px);
	float: left;
}
.contactp2 .formBox .oneBox:nth-child(even){margin-left: 40px;}
.contactp2 .formBox .ipNamw{
	display: block;
	width: 78px;
	float: left;
	line-height: 35px;
}
.contactp2 .formBox input,
.contactp2 .formBox textarea{
	display: block;
	width: calc(100% - 78px);
	float: left;
	border-width: 1px;
	border-color: rgb(238, 238, 238);
	border-style: solid;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	line-height: 33px;
	text-indent: 8px;
}
.contactp2 .formBox textarea{
	text-indent: 0;
	padding: 8px;
	height: 176px;
	line-height: 24px;
}
.contactp2 .formBox .tijiao{
	background-color: rgb(0, 0, 0);
	width: 111px;
	height: 30px;
	line-height: 30px;
	border: 0;
	margin: 32px auto 0;
	border-radius: 0;
	color: #ffffff;
	display: block;
	border: 0;
	float: none;
	text-indent: 0;
	padding: 0;
	cursor: pointer;
}
@media (max-width:996px) {
	.contactp2 .formBox .oneBox,
	.contactp2 .formBox .oneBox:nth-child(even){width: 100%;float: none;}
	.contactp2 .formBox .oneBox:nth-child(even){margin: 16px 0 0 ;}
}
@media (max-width:768px) {
	.contactp1 .line1{margin-top: 16px;}
	.contactp1 .line1 .leftBox h1{font-size: 20px;}
	.contactp1 .line1 .rightBox{margin-top: 16px;}
	.contactp1 .line1 .rightBox .imgBox{float: left;}
	.contactp1 .line1 .rightBox .textBox{float: left;text-align: left;margin: 0 0 0 16px;}
	.contactp1 .line1 .rightBox .textBox b{font-size: 16px;margin: 4px 0;}
	.contactp1 .line1 .rightBox .textBox p{font-size: 14px;}
	.contactp1 .line1 .rightBox .textBox img{width: 24px;}
	.contactp1 .line2{margin-top: 16px;padding-top: 16px;display: block;padding-bottom: 16px;}
	.contactp1 .line2 .oneBox{max-width: 100%;padding-left: 30px;margin-top: 16px;padding: 0;margin-top: 4px;}
	.contactp1 .line2 img{float: left;margin-right: 16px;width: 24px;margin-top: 2px;}
	.contactp1 .line2 b{text-align: left;margin: 0;font-size: 16px;}
	.contactp1 .line2 p{text-align: left;padding-left: 40px;font-size: 14px;}
	.contactp1 .line3 #map{height: 240px;}
	.contactp2 .leftImg{display: none;}
	.contactp2 .formBox{width: 100%;padding: 16px;}
	.contactp2 .formBox .tit{font-size: 20px;margin-bottom: 12px;}
	.contactp2 .formBox .desc{font-size: 14px;line-height: 1.5;}
	.contactp2 .formBox .lineTit{margin: 16px 0 8px;font-size: 16px;}
	.contactp2 .formBox textarea{height: 120px;}
}
/* 产品详情页 */
.proDetail{padding-left: 32px;}
.proDetail .imgBox2{
	width: 66%;
}
.proDetail .imgBox2 .swiper_datu{
	width: 80%;
	box-shadow: 0px 0px 8px 0px rgba(120, 120, 120, 0.22);
}
.proDetail .imgBox2 .swiper_datu img{width: 100%;}
.proDetail .imgBox2 .xtKuang{
	position: absolute;
	right: 0;
	top: 0;
	width: 18%;
	height: 100%;
	padding: 20px 0;
}
.proDetail .imgBox2 .swiper_xiaotu{height: 100%;}
.proDetail .imgBox2 .swiper_xiaotu .swiper-slide{
	height: calc(100%/3 - 28px/3);
	background: url() center no-repeat;
	background-size: cover;
}
.proDetail .imgBox2 .swiper_xiaotu .swiper-slide img{display: none;}
.proDetail .imgBox2 .xtKuang .swiper-button-next:after,
.proDetail .imgBox2 .xtKuang .swiper-button-prev:after{color: #717378;font-size: 22px;transform: rotate(90deg);}
.proDetail .imgBox2 .xtKuang .swiper-button-next{
	left: 50%;
	bottom: -16px;
	top: unset;
	margin-left: -11px;
}
.proDetail .imgBox2 .xtKuang .swiper-button-prev{
	left: 50%;
	top: 6px;
	margin-left: -11px;
}
.proDetail .topInfo .textBox{
	width: 30%;
}
.proDetail .textBox .xinxiBox{
	padding: 20px 0;
	font-size: 15px;
	color: rgb(01, 01, 01);
	line-height: 25px;
}
.proDetail .textBox .xinxiBox>div{padding-left:140px;margin-bottom: 8px;min-height: 25px;}
.proDetail .textBox .xinxiBox .dazi{
	position: absolute;
	left: 0;
	top: 0;
}
.proDetail .xqBox{margin-top: 54px;}
.proDetail .xqBox .xqTit{
	font-size: 16px;
	color: rgb(0, 0, 0);
	background: #f5f5f5;
	line-height: 35px;
	position: relative;
	padding-left: 30px;
}
.proDetail .xqBox .xqTit::before{
	content: "";
	background: rgb(255, 255, 255);
	width: 4px;
	height: 100%;
	position: absolute;
	left: 8px;
	top: 0;
}
.proDetail .xqBox .nrBox{
	width: 100%;
	padding: 16px 0;
	min-height: 10vh;
}
@media (max-width:768px) {
	.proDetail{padding: 0;}
	.proDetail .imgBox2,
	.proDetail .topInfo .textBox,
	.proDetail .imgBox2 .swiper_datu{width: 100%;display: block;float: none;}
	.proDetail .imgBox2 .xtKuang{
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		height: auto;
	}
	.proDetail .imgBox2 .swiper_xiaotu .swiper-slide{height: auto;}
	.proDetail .imgBox2 .swiper_xiaotu .swiper-slide img{display: block;}
	.proDetail .imgBox2 .xtKuang{padding: 0 16px;margin-top: 12px;}
	.proDetail .imgBox2 .xtKuang .swiper-button-prev{
		left: 0;
		top: 50%;
		margin-left: 0;
		width: auto;
	}
	.proDetail .imgBox2 .xtKuang .swiper-button-next{
		right: 0;
		top: 50%;
		margin-left: 0;
		left: unset;
		bottom: unset;
		width: auto;
	}
	.proDetail .imgBox2 .xtKuang .swiper-button-next:after,
	.proDetail .imgBox2 .xtKuang .swiper-button-prev:after{
		transform: rotate(0);
	}
	.proDetail .textBox .xinxiBox{padding: 8px 0;}
	.proDetail .xqBox{margin-top: 16px;}
}
/* 新闻详情 */
.newsDetail .pageTit{
	font-size: 24px;
	color: rgb(0, 0, 0);
	line-height: 1.2;
}
.newsDetail .pageInfo{
	font-size: 12px;
	color: rgb(125, 125, 125);
	line-height:20px;
	margin-top: 24px;
	margin-bottom: 40px;
}
.newsDetail .pageInfo .time{
	line-height:20px;
	background: url(../img/icon1.png) left center no-repeat;
	padding-left: 20px;
}
.newsDetail .pageInfo .hits{
	line-height:20px;
	background: url(../img/icon2.png) left center no-repeat;
	padding-left: 20px;
	margin-left: 26px;
}
.newsDetail .nrBox{
	font-size: 14px;
	color: rgb(0, 0, 0);
	line-height: 1.857;
}
.newsDetail .fanye{
	border-radius: 5px;
	background-color: rgb(245, 245, 245);
	padding: 20px;
	margin-top: 80px;
}
.newsDetail .fanye a{
	width: 50%;
	display: inline-block;
	font-size: 16px;
	color: rgb(76, 73, 72);
	padding-right: 12px;
}

.newsP .rightCon .paTit{padding-left: 16px;}
.newsP .rightCon .paTit::before{left: 0;}
.newsP .rightCon ul{padding: 0;}
@media (max-width:768px) {
	.newsDetail .pageTit{font-size: 20px;}
	.newsDetail .pageInfo{margin: 16px 0;}
	.newsDetail .fanye{margin-top: 16px;padding: 12px 8px;}
	.newsDetail .fanye a{width: 100%;float: none;font-size: 14px;padding: 0;}
	.bannerny{height: 200px;background: url(../img/bannerny) center no-repeat;background-size: cover;}
	.bannerny img{display: none;}
	.posi{padding: 12px 16px;}
}