*{ margin:0; padding:0;}
body { margin: 0px; padding:0px; font-size:14px; color:#444; 
	font-family: Microsoft YaHei,Arial,Helvetica,Microsoft JhengHei,Tohoma;
	min-width: 1280px;
}
form,div,ul,li,dl,dt,dd{ border:0px; margin:0px; padding:0px; }
li{list-style-type:none;}
img{border:0px;vertical-align:top}
input{ outline:none;}
a{text-decoration: none; outline:none;}
a:link,a:visited {color:#444;}
a:hover {color:#F00;}
a.tag{ margin-right:10px; }
a.tag:link, a.tag:visited{
padding:3px 5px; background-color:#5cb85c; color:#FFF; 
border-radius:3px;  outline:none;	
}
a.tag:hover{ color:#F00; }
.cls{ clear:both; height:1px; overflow:hidden;}
.hidden{ display:none; }
.w1280{ width: 1280px; margin: auto;}
.over{ overflow: hidden;}
.headerbg{ width: 100%; height: 110px; background: rgba(0,0,0,0.8); position: fixed; left: 0;top: 0; z-index: 9999}
.headerwrap{ position: relative;}
.header ul{ float: right; padding-top: 70px;}
.header ul li{ float: left; margin-left: 30px;}
.header ul li a{ font-size: 21px; color: #ffdba0;}
.headerlogo{ position: absolute; z-index: 11; left: 2px; top:0px; line-height: 110px; height: 110px; width: 19%; max-width: 361px;}
.headerlogo img{ display: inline-block; vertical-align: middle;image-rendering: pixelated; width: 100%;}
.productBg{ width: 100%; overflow: hidden; background: url("/images/productbg.jpg") center top no-repeat #ededed; background-size: cover;}
.product{ padding-top: 47px;}
.producttit{ width: 100%; overflow: hidden; text-align: center;}
.producttit .Ename{ font-size: 26px; font-weight: bold; text-align: center; text-transform: uppercase; color: #000}
.producttit .Ename>font{ color: #a90000;}
.producttit .ptit{ display: inline-block; position: relative; font-size: 28px; color: #000; font-weight: bold; letter-spacing:6px; position: relative}
.producttit .ptit:after{
	content: "";
	display: block;
	width: 299px;
	height: 1px;
	background-color: #959595;
	position: absolute;
	left: -320px;
	top: 21px;
}
.producttit .ptit:before{
	content: "";
	display: block;
	width: 299px;
	height: 1px;
	background-color: #959595;
	position: absolute;
	right: -320px;
	top: 21px;
}
.slideTxtBoxBy{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.slideTxtBoxBy .hd{ width: 100%; overflow: hidden;}
.slideTxtBoxBy .hd ul{width: 100%;  height: auto; display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: space-around;}
.slideTxtBoxBy .hd ul li{width: 230px; height: 52px; text-align: center; line-height: 52px; background: rgba(255,255,255,0.5);text-overflow:ellipsis;}
.slideTxtBoxBy .hd ul li a{ color: #940115; font-size: 18px;}
.slideTxtBoxBy .hd ul li a>font{ color: #000; font-size: 14px; margin-right: 5px;}
.slideTxtBoxBy .bd{ width: 100%; overflow: hidden;}
.slideTxtBoxBy .bd ul{ width: 100%; overflow: hidden; float: left; }
.slideGroup{ width: 100%; height: auto; margin-top: 30px;}
.slideGroup .parHd{ width: 100%; height: auto;}
.slideGroup .parHd ul{ width: 100%;  height: auto; display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: space-around;}
.slideGroup .parHd ul li{ width: 230px; height: 52px; text-align: center; line-height: 52px; background: rgba(255,255,255,0.5);text-overflow:ellipsis;}
.slideGroup .parHd ul li a{ color: #940115; font-size: 18px;}
.slideGroup .parHd ul li a>font{ color: #000; font-size: 14px; margin-right: 5px;}
.slideGroup .parBd{ width: 100%;}
.slideGroup .parBd .slideBox1{ width: 1200px; margin: auto;  height: auto; position: relative; height: 293px;}
.slideGroup .parBd .slideBox1 ul{ width: 100%; display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: space-between;}
.slideGroup .parBd .slideBox1 ul li{
	width: 33.3%;
	text-align: center;
}
.slideGroup .parBd .slideBox1 ul li img{
	width: 87%;
	/*height: 293px;*/
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));

}
.slideGroup .parBd .slideBox1 .sPrev{
	display: block;
	width: 12px;
	height: 20px;
	background: url("/images/left.png") center top no-repeat;
	position: absolute;
	left: -14px;
	top: 43%;
}
.slideGroup .parBd .slideBox1 .sNext{
	display: block;
	width: 12px;
	height: 20px;
	background: url("/images/right.png") center top no-repeat;
	position: absolute;
	right: -14px;
	top: 43%;
}
.zsxxbg{
	width: 100%;
	height: 465px;
	overflow: hidden;
	background: url("/images/zsbg.jpg") center top no-repeat;
}
.zsxx{
	padding: 35px 0;
	color: #e6aa85;
	/*font-family: "STKaiti";*/
}
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
	display: flex;
	overflow: hidden;
}

.swiper-slide {
	height: 377px;
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img{
	width: 351px;
	height: 293px;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
}
.swiper-button-next{
	display: block;
	width: 12px;
	height: 20px;
	background: url("/images/right.png") center top no-repeat;
	position: absolute;
	right: 0px;
	top: 43%;
}
.swiper-button-prev{
	display: block;
	width: 12px;
	height: 20px;
	background: url("/images/left.png") center top no-repeat;
	position: absolute;
	left: 0px;
	top: 43%;
}
.zsxx>h4{ font-size: 32px; font-weight: bold;}
.zsxx>ul{ padding-top: 40px; width: 810px; overflow: hidden; display: flex; flex-wrap: wrap;}
.zsxx>ul li{ width: 403px; overflow: hidden;}
.zsxx>ul li h3{ font-size: 17px; color: #e6aa85;}
.zsxx>ul li p{ color: #ae8972; font-size: 14px; line-height: 23px;}
.aboutbg{ width: 100%; overflow: hidden; background: url("/images/aboutbg.jpg") center top no-repeat;}
.aboutTxt{ width: 100%; margin: 30px auto; overflow: hidden;}
.aboutTxt p{ line-height: 23px; text-indent: 2em;}
.aboutTxt p a{ font-size: 14px; color: #333;}
.ckmore{ width: 120px; height: 41px; margin: auto; margin-bottom: 42px; overflow: hidden; background-color: #a90000; text-align: center; line-height: 41px;}
.ckmore>a{ color: #fff;}
.newbg{ width: 100%; overflow: hidden; background: url("/images/newbg.jpg") center top no-repeat; background-size: cover;}
.newContent{ width: 100%; margin-top: 18px; margin-bottom: 89px;}
.newContent ul{ width: 100%; overflow: hidden; height: 434px;}
.newContent ul li{ width: 294px; height: 415px; position: relative; float: left; background: url("/images/libg.jpg") center top no-repeat; margin-right: 34px;}
.newContent ul li:last-child{ margin-right: 0;}
.newContent ul li:hover{
	background: url("/images/libg2.jpg") center top no-repeat;
}
.newContent ul li:hover> .newart .newtitle>a{ color: #fff;}
.newContent ul li:hover> .newart .newdate{ color: #c2a3a3;}
.newContent ul li:hover> .newart .newdesc>a{ color: #cfcfcf;}
.newContent ul li .newart{
	width: 226px;
	height: 306px;
	margin: auto;
	margin-top: 53px;
}
.newContent ul li .newart .newtitle{
	width: 100%;
	text-align: center;
	height: 38px;
}
.newContent ul li .newart .newtitle>a{ color: #950215;}
.newContent ul li .newdate{ font-size: 12px; color: #c2a3a3; text-align: center; margin: 4px auto;}
.newContent ul li .newdesc{ text-indent: 1.7em; height: 95px; overflow: hidden;text-overflow: ellipsis;}
.newContent ul li .newdesc>a{ color: #484848; font-size: 12px;}
.newContent ul li .newImg{ width: 100%; height: 151px; margin-top: 5px;}
.newContent ul li .newImg img{ width: 100%; height: 151px;}
.newContent ul li .li-icon{ width: 42px; height: 60px; position: absolute; left: 41%; bottom: -15px;}
.newContent ul li .li-icon>img{ width: 100%; height: 100%;}
.footerbg{ width: 100%; height: 138px; background-color: #230000;}
.footer{ position: relative;}
.footerlogo{ float: left; height: 138px; line-height: 138px;}
.footerlogo img{ display: inline-block; vertical-align: middle;image-rendering: pixelated; width: 100%;}
.footerright{ float: right;padding-top: 20px; margin-right: 74px;}
.footerleft{ float: left; width: 116px;}
.footerleft img{ width: 116px; height: 116px;}
.footerTxt{ float: left; margin-left: 25px; color: #a5a5a5; line-height: 28px;}
.footerTxt a{ color: #a5a5a5;}
.friend{ position: absolute; right: 0; bottom: 7px;}
.link{ background-color: #745959; border: 0; color: #fff; width: 242px; height: 23px; border-radius: 5px;}
.bodybg{ width: 100%; overflow: hidden; background: url("/images/bodybg.jpg") center top no-repeat #efefef;}
.wrap{
	margin: 26px auto;
	-moz-box-shadow:0px 2px 5px #796D6D;
	-webkit-box-shadow:0px 2px 5px #796D6D;
	box-shadow:0px 2px 5px #796D6D;
	background: url("/images/wrapbg.jpg");
}
.wrap .wrapContent{
	width: 1249px;
	margin: auto;
	overflow: hidden;
}
.wrap .wrapContent .wrapNav{
	width: 100%;
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #c9c2c2;
	color: #210000;
	font-size: 12px;
}
.wrap .wrapContent .wrapNav>a{color: #210000;font-size: 12px;}
.wrap .wrapContent .wraplist{
	width: 100%;
	margin: 15px auto;
	overflow: hidden;
	min-height: 550px;
}
.listpage_de{ width:100%; position:relative; }
.listpage_de .ds{ display:block; padding: 0 0 12px 0; clear:both; }
.listpage_de .ds .tit{ padding-top:1em; }
.listpage_de .ds .tit a{
	margin: 0;
	padding: 0;
	font-family: Arial,PingFangSC-Regular;
	font-size: 20px;
	color: #272831;
	font-weight: normal;
	letter-spacing: 0.93px;
	line-height: 48px;
}
.listpage_de .ds .text{ width:100%; display:inline-block; padding-top:1em; font-size:14px; line-height:2.4; color:#888; clear:both; position:relative; }
@media (max-width:1440px) {
	.listpage_de .ds .text{line-height:1.75;}
}
.listpage_de .ds .text .tp{ width:150px; height:auto; display:inline-block; float:left; margin-top:3px; margin-right:10px;}

.listpage_de .di{
	display:block;
	clear:both;
	padding: 0 0 8px 0;
	color:#bbb;
	border-bottom:1px solid #ddd;
}
.listpage_de .di .ra{
	float:right;
	color:#535152;
	font-weight: normal;
}
.listpage_de .ds .piclist{ width:33.3%; display:inline-block; float:left; padding:2em 0; text-align:center;}
.listpage_de .ds .piclist img{ width:70%; height:auto; }


.listpage_de .productcenter{ display:block; margin-top:2em; }
.listpage_de .productcenter li{ display:inline-block; float:left; position:relative; width:33.3%;}
.listpage_de .productcenter li img{ width:95%; height:auto;}
.operateBar{ clear:both; padding:10px 0; text-align:center; }
/* 列表页翻页栏 End */
.noData{ padding:30px; text-align:center; font-size:14px;font-family: Microsoft YaHei; font-weight:bold; color:#C00;}

/* 频道页默认模反，列出频道下所有小栏目，每个小栏目显示5条标题 开始 ============== */
.channelDe{ width:100%; position:relative; clear:both;}
.channelDe .cats{ margin-top:1em; border:1px solid #ddd; border-radius:5px; padding:1%; }
.channelDe .cats .tit{ padding:8px 0; border-bottom:1px dashed #ddd; }
.channelDe .cats .tit .t{ color:#F00; font-size:16px; font-weight:bold;}
.channelDe .cats .tit .a{ float:right;}
.channelDe .cats .ul{ display:block; margin-top:5px; width:100%; height:40px;}
.channelDe .cats .ul .l, .channelDe .ul .r{ display:inline-block; float:left; height:40px; line-height:40px;}
.channelDe .cats .ul .l{
	width:80%;
	white-space:nowrap; /* 不允许换行 */
	text-overflow:ellipsis;/* 省略号 */
	overflow:hidden;
}
.channelDe .cats .ul .l a{
	margin: 0;
	padding: 0;
	font-family: Arial,PingFangSC-Regular;
	font-size: 20px;
	color: #272831;
	font-weight: normal;
	letter-spacing: 0.93px;
	line-height: 48px;
}
.channelDe .cats .ul .l a:hover{ color: #f00; }
.channelDe .cats .ul .r{ width:20%; text-align:right; color:#999;}
.channelDe .cats .desc{ display:block; width:100%; border-bottom:1px solid #ddd; padding-bottom:1em; }
.channelDe .cats .desc .text{
	display:inline-block; padding-top:1em; font-size:14px; line-height:2; color:#888; clear:both;
}
@media (max-width:1440px) {
	.channelDe .cats .desc .text{line-height:1.6;}
}
.channelDe .cats .desc .text .tp{ width:150px; height:auto; display:inline-block; float:left; margin-top:3px; margin-right:10px;}
/* 频道页默认模反，列出频道下所有小栏目，每个小栏目显示5条标题 结束 ============= */
.picwrap ul{ width: 100%; overflow: hidden;}
.picwrap ul li{ width: 33.3%; float: left; overflow: hidden; text-align: center; margin-bottom: 20px;}
.picwrap ul li img{ width: 351px; height: 293px; border: 1px solid #dfdfdf;}
.picwrap ul li p{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	line-height: 50px;
	text-align: center;
}
.wraomenu{ width: 100%; overflow: hidden;}
.wraomenu ul{ width: 100%;  height: auto; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; margin: 15px auto;}
.wraomenu ul li{ width: 230px; height: 52px; text-align: center; line-height: 52px; background: rgba(255,255,255,0.5);text-overflow:ellipsis; margin-bottom: 10px;}
.wraomenu li a{ color: #940115; font-size: 18px; font-family: "STKaiti"}
.wraomenu li a>font{ color: #000; font-size: 14px; margin-right: 5px;}
.contentart{ width: 100%; overflow: hidden; padding: 5px 0;}
.contentart h2{ text-align: center; font-size: 20px; color: #333;}
.contentart .artdate{ text-align: center; font-size: 14px; color: #0C0C0C; margin: 10px auto;}
.artp{ padding: 5px; line-height: 25px;}
.artp p{ font-size: 16px; line-height: 30px;}
.artp img{ max-width: 100%;}
.artTag{ width: 100%; font-size: 12px;}
.artTag span{ display: block; float: left; margin: 0 2px;}
.artTag span>a{ font-size: 12px; color: #dfdfdf}