@charset "utf-8";
body {
	font-family: "microsoft yahei", Arial;
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
}
div, ul, li, h1, h2, h3, h4, h5, h6, img, p, dl, dt, dd, ol, th, td {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
form, input, button, option, textarea, select {
	margin: 0px;
	padding: 0px;
}
input, button, textarea, select {
	font: 100% Tahoma, Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	color: #272727;
	font-family: "microsoft yahei";
}
span {
	font-family: "microsoft yahei";
}
p {
	font-family: "microsoft yahei";
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
th {
	font-weight: normal;
}
table {
	font-size: inherit;
	font: 100%;
}
img {
	border: none;
}
.clear:after {
	display: block;
	content: '';
	clear: both;
}
.header {
	width: 100%;
	padding: 20px 0;
	background: #333333;
}
.header .cont {
	width: 1100px;
	margin: 0 auto;
}
.header .cont:after {
	display: block;
	content: '';
	clear: both;
}
.header .logo {
	float: left;
}
.header .tel {
	float: right;
	min-width: 225px;
}
.header .tel .iconfont {
	float: left;
	font-size: 38px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
}
.header .tel p {
	font-size: 17px;
	color: #FFFFFF;
}
.header .tel span {
	font-size: 24px;
	color: #FFFFFF;
}
.nav {
	width: 100%;
	height: 40px;
	background: #000000;
}
.nav ul {
	width: 1100px;
	margin: 0 auto;
}
.nav ul:after {
	display: block;
	content: '';
	clear: both;
}
.nav ul li {
	width: 180px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	float: left;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.nav ul li a {
	font-size: 14px;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #FFFFFF;
}
.nav ul li:hover {
	background: #d6c194;
}
.nav ul li:hover a {
	color: #360302;
}
.banner {
	position: relative;
	width: 100%;
	height: 500px;
}
.banner .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.banner .bd ul {
	width: 100% !important;
	height: 500px !important;
}
.banner .bd ul li {
	width: 100% !important;
	text-align: center;
}
.banner .bd ul li a {
	display: block;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
}
.banner .hd {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
	z-index: 1;
}
.banner .hd ul li {
	margin: 0 4px;
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	font-size: 0;
}
.banner .hd .on {
	background: #360302;
}
.search {
	width: 100%;
	height: 60px;
	box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12);
	position: relative;
	z-index: 3;
}
.search .cont {
	width: 1100px;
	margin: 0 auto;
	height: 60px;
}
.search .cont:after {
	display: block;
	content: '';
	clear: both;
}
.search .word {
	float: left;
	font-size: 14px;
	line-height: 60px;
	color: #333333;
}
.search .word span {
	color: #999999;
	margin: 0 20px;
}
.search .ss {
	width: 284px;
	height: 32px;
	border: 1px solid #d9d9d9;
	float: right;
	margin-top: 13px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.search .ss input {
	width: 240px;
	border: none;
	background: none;
	outline: none;
	height: 32px;
	text-indent: 20px;
	font-size: 14px;
	vertical-align: top;
}
.search .ss button {
	width: ;
	border: none;
	background: none;
	outline: none;
	height: 32px;
	width: 30px;
	text-align: center;
	cursor: pointer;
}
.search .ss .iconfont {
	font-size: 20px;
	color: #360302;
}
.index {
	position: relative;
	width: 100%;
	height: 643px;
	overflow: hidden;
}
.index img {
	width: 1920px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.footer {
	padding: 20px 0;
	background: #333333;
	text-align: center;
}
.footer p {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
.footer p span {
	margin: 0 10px;
}
.fanye {
	margin: 20px 0;
	text-align: center;
}
.fanye a {
	display: inline-block;
	margin-right: 5px;
	padding: 0 5px;
	min-width: 16px;
	height: 22px;
	line-height: 22px;
	border: 1px #999 solid;
	background: #fff;
	color: #545454;
}
.fanye a:hover, .fanye a.on {
	background: #d6c194;
	border: 1px #d6c194 solid;
	color: #fff;
}
.page .cont {
	margin-top: 30px;
	line-height: 26px;
}
.yn .tit {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
.yn .content_related {
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #999999;
	border-bottom: 1px solid #383838;
}
.yn .photo {
	text-align: center;
	width: 100%;
}
.yn .photo img {
	margin: 15px 0;
	max-width: 100%;
}
.yn .content_btn {
	margin: 15px 0;
	line-height: 26px;
	font-size: 14px;
}
.yn .content_btn a {
	color: #666666;
}
.paper {
	width: 100%;
	min-height: 830px;
	background: url(../images/paper.png) no-repeat center center;
	margin: 0 auto;
}
.paper:after {
	display: block;
	content: "";
	clear: both;
}
.side {
	width: 100%;
	height: 50px;
	background: #000000;
}
.side .cont {
	width: 1100px;
	margin: 0 auto;
}
.side .cont:after {
	display: block;
	content: '';
	clear: both;
}
.side .return {
	width: 140px;
	height: 33px;
	line-height: 33px;
	background: #d6c194;
	display: block;
	float: left;
	margin-top: 8px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-align: center;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.side p {
	float: right;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 14px;
}
.side p a {
	color: #ffffff;
}
.product, .page, .news_list {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
.title {
	text-align: center;
	text-transform: uppercase;
}
.title p {
	font-size: 28px;
	color: #333333;
}
.title span {
	font-size: 14px;
	color: rgba(51, 51, 51, 0.25);
}
.product ul {
	margin: 20px -12px;
}
.product ul li {
	width: 256px;
	height: 287px;
	box-shadow: 9px 9px 10px rgba(44, 44, 44, 0.23);
	text-align: center;
	position: relative;
	float: left;
	margin: 15px 12px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.product ul li .photo {
	width: 256px;
	height: 189px;
	font-size: 0;
}
.product ul li .photo img {
	width: 100%;
	height: 100%;
}
.product ul li .info {
	height: 98px;
	background: #FFFFFF;
	padding: 0 15px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.product ul li .info a {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 44px;
}
.product ul li .info p {
	font-size: 12px;
	color: #b2b2b2;
	line-height: 22px;
}
.product ul li .more {
	display: block;
	width: 41px;
	height: 41px;
	background: #d6c194;
	line-height: 41px;
	text-align: center;
	font-size: 30px;
	position: absolute;
	top: 74px;
	left: 107px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
.product ul li:hover .more {
	opacity: 1;
}
.product ul li:hover .info {
	background: #d6c194;
}
.product ul li:hover .info p {
	color: rgba(0, 0, 0, 0.6);
}
.news_list ul li {
	width: 100%;
	height: 177px;
	margin: 26px 0;
}
.news_list ul li .photo {
	width: 270px;
	height: 167px;
	float: left;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 5px solid transparent;
}
.news_list ul li .photo img {
	width: 100%;
	height: 100%;
}
.news_list ul li .photo:hover {
	border-color: #d6c194;
}
.news_list ul li .txt {
	margin-left: 300px;
	height: 170px;
	border-bottom: 1px solid #626262;
}
.news_list ul li .txt .name {
	font-size: 28px;
	color: #333333;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 46px;
}
.news_list ul li .txt .name:hover {
	font-weight: bold;
}
.news_list ul li .txt .more {
	float: right;
	display: block;
	width: 117px;
	height: 31px;
	border: 1px solid #000000;
	text-align: center;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 20px;
	line-height: 31px;
	font-size: 14px;
	color: #333333;
	margin-top: 7px;
}
.news_list ul li .txt .more:hover {
	background: #d6c194;
	border-color: #d6c194;
}
.news_list ul li .txt p {
	font-size: 14px;
	color: #666666;
	line-height: ;
}
.news_list ul li .txt .text {
	font-size: 14px;
	color: #a5a5a5;
	line-height: 28px;
	margin-top: 20px;
}