* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #fff;
	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;
	background: url("/images/img/top.jpg");
}

.header {
	position: relative;
	width: 1280px;
	overflow: hidden;
	margin: auto auto;
}

.header ul {
	float: right;
	line-height: 110px;
}

.header ul li {
	float: left;
	margin-left: 15px;
}

.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: 50%;
	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;
	margin-top: 30px;
}

.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
}

.zsxxbg {
	background: url(../images/zsbg.jpg) center top no-repeat #ededed;
	height: 466px;
}

.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;
}

.producttxt {
	line-height: 2;
	font-size: 14px;
	color: #090909;
	margin-top: 15px;
}

.producttxt>p {
	text-indent: 24px;
}

.zsxx {
	padding: 35px 0;
	color: #e6aa85;
	/*font-family: "STKaiti";*/
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 33.3%;
	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;
	color: #fff
}

.zsxx>ul {
	padding-top: 40px;
	width: 810px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.zsxx>ul li {
	width: 810px;
	overflow: hidden;
}

.zsxx>ul li h3 {
	font-size: 17px;
	color: #e6aa85;
}

.zsxx>ul li p {
	color: #fff;
	font-size: 14px;
	line-height: 31px;
	text-indent: 2em
}

.zsxx>ul li p>a {
	color: #ff0000
}

.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: 52px;
	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;
}

.new {
	margin-top: 40px;
}

.new ul {
	width: 100%;
	overflow: hidden;
}

.new ul li {
	width: 582px;
	height: 150px;
	float: left;
	margin-bottom: 42px;
	background-color: #fff;
	padding: 10px 15px;
}

.new ul li:nth-child(2n) {
	float: right;
}

.new ul li .newImg {
	width: 200px;
	height: 151px;
	float: left;
}

.new ul li .newImg img {
	width: 100%;
	height: 151px;
}

.new ul li .newInfo {
	width: 362px;
	height: 151px;
	float: right;
	position: relative;
}

.new ul li .newInfo h5 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

.new ul li .newInfo span {
	font-size: 12px;
	color: #a7a7a7;
}

.new ul li .newInfo p {
	font-size: 14px;
	color: #7a7a7a;
	margin-top: 15px;
	line-height: 20px;
}

.new ul li .newInfo .newmore {
	width: 78px;
	height: 22px;
	border: 1px solid #f00;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 20px;
}

.new ul li .newInfo .newmore a {
	color: #f00;
	font-size: 12px;
}

.footerbg {
	width: 100%;
	background-color: #000;
	overflow: hidden;
	padding-top: 74px;
	padding-bottom: 68px;
}

.footer {
	position: relative;
}

.footer_logo {
	width: 183px;
	height: 167px;
	float: left;
	margin-right: 34px;
}

.xts {
	width: 1px;
	height: 172px;
	float: left;
	background-color: #555555;
}

.footer_text {
	float: left;
	margin-left: 53px;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	width: 757px;
}

.footer_text a {
	color: #fff;
}

.footer_text a:hover {
	color: red;
}

.footer_ewm {
	width: 170px;
	overflow: hidden;
	line-height: 2;
	text-align: center;
	float: right;
}

.footer_logo img {
	width: 100%;
}

.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;
	}
}

.page {
	color: #333
}

.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: 25%;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.picwrap ul li img {
	width: 236px;
	height: 295px;
	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;
	color: #333333;
}

.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
}

.three {
	width: 329px;
	height: 186px;
	float: right;
	margin-right: 67px;
	margin-top: 61px;
}

.productlis {
	width: 100%;
	position: relative;
}

.productlis .hd {
	width: 100%;
	overflow: hidden
}

.productlis .bd {
	width: 100%;
	margin-top: 45px;
	overflow: hidden;
	margin-bottom: 30px;
}

.productlis .bd ul {
	width: 100%;
	overflow: hidden
}

.productlis .bd ul li {
	width: 25%;
	float: left;
	text-align: center;
	background: url("/images/l-bg.jpg") center top no-repeat
}

.productlis .bd ul li div {
	width: 285px;
	height: 356px;
	margin: auto;
	background: url("/images/l-bg.jpg") center top no-repeat;
}

.productlis .bd ul li p {
	text-align: center;
	line-height: 50px;
	color: #090909;
	font-size: 18px;
}

.productlis .next {
	width: 44px;
	height: 84px;
	position: absolute;
	right: -50px;
	top: 36%;
	background: url("/images/t-right.png") center top no-repeat;
	cursor: pointer;
}

.productlis .prev {
	width: 44px;
	height: 84px;
	position: absolute;
	left: -50px;
	top: 36%;
	background: url("/images/t-left.png") center top no-repeat;
	cursor: pointer;
}


.productlis2 {
	width: 100%;
	position: relative;
}

.productlis2 .hd {
	width: 100%;
	overflow: hidden
}

.productlis2 .bd {
	width: 100%;
	margin-top: 45px;
	overflow: hidden;
	margin-bottom: 30px;
}

.productlis2 .bd ul {
	width: 100%;
	overflow: hidden
}

.productlis2 .bd ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.productlis2 .bd ul li div {
	width: 285px;
	margin: auto;
}

.productlis2 .bd ul li p {
	text-align: center;
	line-height: 50px;
	color: #090909;
	font-size: 18px;
}

.productlis2 .next {
	width: 44px;
	height: 84px;
	position: absolute;
	right: -50px;
	top: 36%;
	background: url("/images/t-right.png") center top no-repeat;
	cursor: pointer;
}

.productlis2 .prev {
	width: 44px;
	height: 84px;
	position: absolute;
	left: -50px;
	top: 36%;
	background: url("/images/t-left.png") center top no-repeat;
	cursor: pointer;
}

.newproduct {
	min-height: 600px;
	overflow: hidden;
	background: url("/images/li1.jpg") center top no-repeat, #f0f0f0;
}

.newproduct-short {
	width: 1280px;
	overflow: hidden;
	margin: 30px auto auto auto;
	color: #090909;
	line-height: 2;
}

.newproduct-short>p {
	text-indent: 24px;
	font-size: 14px;
}

.newproduct-lis {
	width: 1280px;
	overflow: hidden;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;

}