@charset "UTF-8";
blockquote, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
	padding: 0;
	list-style: none
}
li {
	list-style: none
}
img {
	border: 0
}
em, i {
	font-style: normal
}
.fl {
	float: left
}
.fr {
	float: right
}
a {
	text-decoration: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
a:hover {
	text-decoration: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.cf:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ''
}
* html .cf {
	height: 1%
}
*+html .cf {
	height: 1%
}
.cf {
	display: block;
	clear: both
}
*:focus {
	outline: 0
}
input {
	outline: 0
}
.ac {
	width: 910px;
	margin: 0 auto
}
.mt0 {
	margin-top: 0
}
.mt10 {
}
.mt13 {
	margin-top: 13px
}
.mt20 {
	margin-top: 20px
}
.mt30 {
	margin-top: 30px
}
.mt40 {
	margin-top: 40px
}
.mt50 {
	margin-top: 50px
}
.m-index-screen .bd {
	border: 1px solid #eaeaea;
	background-color: #fff;
	position: relative
}
.m-index-screen .bd img {
	position: absolute;
	right: 0;
	top: 10px
}
.m-index-screen .bd dl {
	position: relative;
	padding-left: 80px;
	border-bottom: 1px dotted #eaeaea;
	color: #333;
	font-size: 14px;
	line-height: 41px;
	background: #f8f8f8
}
.con {
	color: #d6a700!important;
	border: 1px solid #d6a700!important;
	padding: 2px 5px
}
.m-index-screen .bd dl dt {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 80px
}
.m-index-screen .bd dl dd {
	padding: 0 20px;
	background: #fff;
	border-left: 1px solid #eaeaea;
	text-align: left
}
.m-index-screen .bd dl dd a {
	margin-right: 24px;
	color: #292929;
	border: 1px solid transparent;
	padding: 2px 5px
}
.m-index-screen .bd dl dd a.on, .m-index-screen .bd dl dd a:hover {
	color: red
}
.m-index-product {
	background-color: #fff;
	box-sizing: border-box
}
.m-index-product li {
	float: left;
	width: 220px;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #f5f5f5;
	padding: 5px;
	position: relative
}
.m-index-product li .border {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid rgba(100,100,100,.2)
}
.m-index-product li:nth-of-type(4n) {
	margin-right: 0
}
.m-index-product li .img {
	width: 100%;
	position: relative;
	overflow: hidden
}
.m-index-product li .img a img {
	position: absolute;
	left: 0;
	top: 0
}
.m-index-product li .img a .nor {
	opacity: 1;
	box-shadow: none;
	filter: alpha(opacity=100);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.m-index-product li .img a .hor {
	opacity: .2;
	width: 100%;
	height: 100%
}
.m-index-product li p {
	margin: 5px 0;
	text-align: center;
	font: 13px 微软雅黑;
	width: 100%;
	height: 22px;
	overflow: hidden
}
.m-index-product li p:nth-of-type(2) {
	margin: 0;
	text-align: left;
	width: 100%;
	height: 21px;
	line-height: 12px;
	overflow: hidden;
	color: #c00
}
.m-index-product li p a {
	color: #003954;
	font-size: 14px
}
.m-index-product li span {
	float: left;
	color: #999;
	line-height: 17px;
	padding: 4px 0;
	font-size: 12px
}
.m-index-product li span:nth-of-type(3) {
	float: right;
	margin-right: 0
}
.m-index-product li span i {
	color: #38b
}
.m-index-product li:hover a .nor {
	opacity: 1;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.m-index-product li:hover a .hor {
	transition: all .4s ease-in-out;
	background: #f2f2f2
}
.m-index-product li:hover p a {
}
.m-index-product li:hover {
	border: 2px solid #c00
}
.m-breadcrumb {
	background-color: #fff
}
.m-breadcrumb-nav {
	float: left;
	color: #000;
	line-height: 36px;
	font-size: 14px
}
.m-breadcrumb-nav a {
	color: #000
}
.m-breadcrumb-nav b {
	font-weight: 400
}
.m-breadcrumb-nav em {
	margin: 0 6px
}
.m-breadcrumb-nav span {
	display: inline-block;
*display:inline;
*zoom:1;
	height: 18px;
	line-height: 18px;
	border: 1px solid #6c2b00;
	color: #6c2b00;
	padding: 0 10px;
	cursor: pointer
}
.m-breadcrumb-nav span i {
	display: inline-block;
*display:inline;
*zoom:1;
	height: 18px;
	vertical-align: top;
	width: 7px;
	margin-left: 6px;
	background: url(../images/z-58.html) no-repeat -97px -175px
}
.m-breadcrumb-nav span:hover {
	background: #6c2b00;
	color: #fff
}
.m-breadcrumb-nav span:hover i {
	background-position: -97px -188px
}
.m-breadcrumb-search {
	float: right;
	width: 231px;
	height: 36px;
	position: relative
}
.m-breadcrumb-search a {
	position: absolute;
	width: 20px;
	height: 36px;
	right: 10px;
	top: 0;
	background: url(../images/z-58.html) no-repeat -126px -174px
}
.m-breadcrumb-search a:hover {
	background-position: -126px -212px
}
.m-breadcrumb-search input {
	font-family: Microsoft YaHei, Helvetica, STHeiti, Droid Sans Fallback;
	width: 231px;
	height: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	padding: 6px 40px 6px 13px;
	color: #636363;
	font-size: 14px;
	line-height: 22px
}
.m-breadcrumb-search input:focus {
	border: 1px solid #6c2b00;
	color: #333
}
.wrap-z {
	width: 95%;
	margin: 0 auto
}
.index-con-z {
	padding: 30px 0;
	background-color: #fff
}
.news-left-z {
	width: 355px;
	overflow: hidden
}
.news-left-z .title-z01 {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #bababa solid;
	overflow: hidden
}
.news-left-z .title-z01 h2 {
	font-size: 20px;
	color: #242424;
	font-weight: 400
}
.news-left-z .title-z01 p a {
	color: #4d4d4d;
	font-size: 13px
}
.news-left-z01 {
	background: url(../images/z-43.html) no-repeat right 67px;
	padding-right: 30px;
	margin-right: 24px;
*margin-right:24px
}
.list-z-news {
	padding-left: 29px;
	background: url(../images/hs_icon.png) no-repeat 4px 16px;
	padding-top: 10px;
	background-position: -419px 14px
}
.list-z-news ul li {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #999;
	overflow: hidden
}
.list-z-news ul li i {
	float: right
}
.list-z-news ul li a {
	color: #000
}
.hot-line-z {
	width: 250px;
	overflow: hidden
}
.hot-line-z div {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #ebebeb;
	overflow: hidden;
	padding: 0 15px
}
.hot-line-z div h4 {
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	line-height: 59px;
	overflow: hidden
}
.hot-line-z div h4 i {
	color: #6c2b00
}
.hot-line-z div ul {
	background-color: #fff;
	padding: 5px 14px;
	overflow: hidden
}
.hot-line-z div ul p {
	font-size: 14px;
	color: #333;
	line-height: 30px
}
.hot-line-z div ul p i {
	padding-right: 12px;
	color: #6c2b00
}
.hot-line-z div span {
	display: block;
	width: 100%;
	padding: 19px 0 0
}
.hot-line-z div span a {
	display: block;
	width: 165px;
	height: 31px;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 31px;
	text-align: center;
	margin: 0 auto;
	background-color: #6c2b00;
	border-radius: 5px
}
.hot-line-z div span a:hover {
	background: #522100;
	color: #fff!important
}
.hot-line-z div>p {
	font-size: 20px;
	color: #272727;
	line-height: 30px;
	text-align: center;
	padding: 15px 0 10px
}
a:hover {
}
.hot-line-z div>p {
	font-size: 20px;
	color: #272727;
	line-height: 30px;
	text-align: center;
	padding: 15px 0 10px
}
body {
	background-color: #fff
}
.biaoti {
	color: #003954;
	font-size: 18px
}
