@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;
}
.left {
	float: left;
}
.right {
	float: right;
}
.top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #343434;
}
.top .cont {
	width: 1200px;
	margin: 0 auto;
}
.top .cont:after {
	display: block;
	content: '';
	clear: both;
}
.top .cont>p {
	font-size: 13px;
	color: #cbcbcb;
	float: left;
	height: 50px;
}
.top .cont a {
	font-size: 13px;
	color: #cccccc;
	float: right;
}
.top .cont .tel {
	float: right;
	font-size: 13px;
	color: #cccccc;
	margin-right: 20px;
	position: relative;
	padding-right: 20px;
}
.top .cont .tel:after {
	display: block;
	content: "";
	width: 1px;
	height: 14px;
	background: #9a9a9a;
	position: absolute;
	right: 0;
	top: 18px;
}
.top .cont .tel span {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.top .cont .tel .iconfont {
	font-size: 20px;
	color: #FFFFFF;
}
.header {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}
.header:after {
	display: block;
	content: '';
	clear: both;
}
.header .logo {
	float: left;
}
.header .nav {
	float: right;
	margin-top: 20px;
	position: relative;
}
.header .nav ul li {
	display: inline-block;
	margin: 0 20px;
	padding-bottom: 25px;
}
.header .nav ul li>a {
	font-size: 15px;
	color: #333333;
	border-bottom: 3px solid transparent;
	display: block;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding-bottom: 12px;
}
.header .nav ul li>a:hover, .header .nav ul li>a.on{
	border-color: #c19c5d;
	color: #c19c5d;
}
.header .nav .drop {
	position: absolute;
	top: 60px;
	left: -20px;
	width: 100%;
	background: rgba(36, 36, 36, 0.8);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 50px;
	display: none;
	z-index: 3;
}
.header .nav .drop dl {
	float: left;
	width: 170px;
	margin: 20px 0;
}
.header .nav .drop dl dt {
	margin-bottom: 20px;
}
.header .nav .drop dl dt a {
	font-size: 16px;
	color: #c19c5d;
	font-weight: bold;
}
.header .nav .drop dl dd {
	height: 32px;
	line-height: 32px;
}
.header .nav .drop dl dd a {
	font-size: 14px;
	color: #FFFFFF;
}
.fullSlide {
	position: relative;
	width: 100%;
	height: 700px;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
	height: 700px !important;
}
.fullSlide .bd ul li {
	width: 100% !important;
	text-align: center;
}
.fullSlide .bd ul li a {
	display: block;
	height: 700px;
	background-position: center;
	background-repeat: no-repeat;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
	z-index: 1;
}
.fullSlide .hd ul li {
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background: #343434;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	font-size: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.fullSlide .hd .on {
	background: #c19c5d;
}
.sort {
	width: 1200px;
	margin: 48px auto 0;
}
.sort:after {
	display: block;
	content: '';
	clear: both;
}
.sort .item {
	width: 564px;
	height: 302px;
	padding: 5px;
	border: 1px solid #e5e5e5;
	text-align: center;
	position: relative;
}
.sort .item img {
	width: 100%;
	height: 100%;
}
.sort .item .info {
	display: block;
	position: absolute;
	width: 100%;
	top: 25px;
	text-transform: uppercase;
}
.sort .item .info h3 {
	font-size: 18px;
	color: #333333;
}
.sort .item .info h3 span {
	color: #cfcfcf;
	margin: 0 20px;
}
.sort .item .info p {
	font-size: 14px;
	color: rgba(51, 51, 51, 0.25);
}
.sort .item .more {
	display: block;
	width: 576px;
	height: 314px;
	background: rgba(29, 158, 200, 0.6);
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 5;
	transform: scale(0.1);
	-ms-transform: scale(0.1);
	-webkit-transform: scale(0.1);
	-o-transform: scale(0.1);
	-moz-transform: scale(0.1);
	opacity: 0;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.sort .item .more:after {
	display: block;
	content: '';
	width: 564px;
	height: 302px;
	position: absolute;
	z-index: 6;
	border: 1px solid #d6eef5;
	left: 5px;
	top: 5px;
}
.sort .item:hover .more {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	opacity: 1;
}
.sort .chair {
	width: 318px;
	height: 190px;
	border: 1px solid #e5e5e5;
	padding: 5px;
	position: relative;
	margin-top: 40px;
}
.sort .chair .info {
	width: 135px;
	right: 5px;
	top: 50px;
	position: absolute;
}
.sort .chair .info h3 {
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}
.sort .chair .info p {
	font-size: 14px;
	color: rgba(51, 51, 51, 0.25);
	text-transform: uppercase;
}
.sort .chair .info:after {
	display: block;
	content: "";
	width: 40px;
	height: 5px;
	background: #d3dade;
	margin-top: 30px;
}
.sort .chair .more {
	display: block;
	width: 330px;
	height: 202px;
	background: rgba(29, 158, 200, 0.6);
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 5;
	transform: scale(0.1);
	-ms-transform: scale(0.1);
	-webkit-transform: scale(0.1);
	-o-transform: scale(0.1);
	-moz-transform: scale(0.1);
	opacity: 0;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.sort .chair .more:after {
	display: block;
	content: '';
	width: 318px;
	height: 190px;
	position: absolute;
	z-index: 6;
	border: 1px solid #d6eef5;
	left: 5px;
	top: 5px;
}
.sort .chair:hover .more {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	opacity: 1;
}
.sort .file {
	width: 452px;
	height: 190px;
	border: 1px solid #e5e5e5;
	padding: 5px;
	position: relative;
	margin: 40px 0 0 32px;
}
.sort .file .more {
	display: block;
	width: 464px;
	height: 202px;
	background: rgba(29, 158, 200, 0.6);
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 5;
	transform: scale(0.1);
	-ms-transform: scale(0.1);
	-webkit-transform: scale(0.1);
	-o-transform: scale(0.1);
	-moz-transform: scale(0.1);
	opacity: 0;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.sort .file .more:after {
	display: block;
	content: '';
	width: 452px;
	height: 190px;
	position: absolute;
	z-index: 6;
	border: 1px solid #d6eef5;
	left: 5px;
	top: 5px;
}
.sort .file:hover .more {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	opacity: 1;
}
.pro {
	width: 1200px;
	margin: 62px auto 0;
}
.pro .menu {
	width: 193px;
	padding: 37px 41px 45px;
	min-height: 400px;
	background: url(../images/icon.png) no-repeat left bottom #343434;
	float: left;
	position: relative;
}
.pro .menu .tit {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
}
.pro .menu .tit h3 {
	font-size: 24px;
	color: #FFFFFF;
}
.pro .menu .tit span {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.28);
	text-transform: uppercase;
	line-height: 46px;
}
.pro .menu .tit .icon-bofang {
	float: right;
	font-size: 25px;
	color: #FFFFFF;
}
.pro .menu ul {
	padding: 36px 0;
}
.pro .menu ul li {
	height: 30px;
	line-height: 30px;
	margin: 10px 0;
}
.pro .menu ul li .iconfont {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 3px;
}
.pro .menu ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 170px;
	float: right;
	font-size: 15px;
	text-indent: 12px;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #FFFFFF;
}
.pro .menu ul li a:hover {
	background: #c19c5d;
}
.pro .menu:after {
	display: block;
	content: '';
	width: 210px;
	height: 1px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
	position: absolute;
	bottom: 45px;
	right: 0;
}
.pro .pic {
	width: 925px;
	float: right;
}
.pro .cont {
	position: relative;
	z-index: 3;
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	height: 264px;
}
.pro .cont ul li {
	width: 374px;
	height: 264px;
	float: left;
	margin: 0 20px;
}
.pro .cont ul li img {
	width: 100%;
	height: 100%;
}
.about {
	width: 100%;
	height: 514px;
	padding-top: 130px;
	background: url(../images/about.jpg) no-repeat center center;
	margin-top: -34px;
}
.about .cont {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.about .cont .title p {
	font-size: 80px;
	color: rgba(255, 255, 255, 0.15);
	text-transform: uppercase;
}
.about .cont .title span {
	font-size: 24px;
	color: #d2b177;
}
.about .cont .txt {
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 40px;
	line-height: 34px;
	padding: 0 80px;
}
.about .cont a {
	display: block;
	width: 188px;
	height: 32px;
	border: 1px solid #868686;
	color: #FFFFFF;
	line-height: 32px;
	margin: 72px auto 0;
}
.about .cont .iconfont {
	font-size: 30px;
}
.part {
	width: 1200px;
	margin: 0 auto;
}
.part .tit {
	margin-bottom: 63px;
}
.news {
	width: 100%;
	padding: 45px 0;
	background: #f5f5f5;
	margin-top: 60px;
}
.news .cont {
	width: 1200px;
	margin: 0 auto;
}
.news .cont:after {
	display: block;
	content: '';
	clear: both;
}
.news .title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.news .title span {
	font-size: 80px;
	color: rgba(52, 52, 52, 0.12);
}
.news .title p {
	font-size: 26px;
	color: #333333;
	background: url(../images/icon1.png) no-repeat center center;
}
.news ul {
	margin: 0 -22px;
}
.news ul li {
	width: 266px;
	height: 404px;
	float: left;
	position: relative;
	margin: 0 22px;
}
.news ul li .photo {
	display: block;
	width: 100%;
	height: 174px;
}
.news ul li .photo img {
	width: 100%;
	height: 100%;
}
.news ul li .info {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 200px;
	width: 226px;
	padding: 30px 20px 0;
	background: #343434;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.news ul li .info .name {
	font-size: 15px;
	color: #FFFFFF;
}
.news ul li .info span {
	color: #c19c70;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 18px;
	margin-right: 10px;
}
.news ul li .info p {
	font-size: 12px;
	color: #a8a8a8;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 23px;
	height: 70px;
	overflow: hidden;
	margin-top: 24px;
}
.news ul li .info .more {
	display: block;
	width: 66px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	height: 20px;
	border: 1px solid #9a9a9a;
	position: absolute;
	bottom: 33px;
	left: 100px;
	text-align: center;
	line-height: 20px;
}
.news ul li .info .more .iconfont {
	font-size: 20px;
	color: #FFFFFF;
}
.news ul li .info:hover {
	background: #c19c5d;
	height: 280px;
}
.news ul li .info:hover p {
	height: 140px;
	color: #FFFFFF;
}
.news ul li .info:hover span {
	color: #FFFFFF;
}
.news ul li .info:hover .more {
	border-color: #e0ceae;
}
.mid {
	width: 1200px;
	margin: 74px auto 0;
}
.mid:after {
	display: block;
	content: '';
	clear: both;
}
.mes {
	width: 655px;
	float: left;
}
.mes .tit {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.mes .tit p {
	font-size: 12px;
	color: rgba(51, 51, 51, 0.2);
}
.mes .tit h3 {
	font-size: 26px;
	color: #333333;
}
.mes ul li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #343434;
}
.mes ul li span {
	font-size: 13px;
	color: #333333;
}
.mes ul li input {
	border: none;
	width: 380px;
	height: 50px;
	margin-left: 40px;
	outline: none;
	font-size: 14px;
	vertical-align: top;
}
.mes ul li .iconfont {
	float: right;
	font-size: 20px;
	color: #e1e1e1;
	margin-right: 15px;
}
.mes button {
	width: 260px;
	height: 40px;
	background: #c19c5d;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	margin-top: 15px;
}
.sale {
	width: 473px;
	height: 281px;
	background: url(../images/sale.jpg) no-repeat center center;
	float: right;
	padding: 20px 40px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.sale .title:after {
	display: block;
	content: '';
	clear: both;
}
.sale .title p {
	font-size: 24px;
	color: #FFFFFF;
}
.sale .title span {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.25);
	text-transform: uppercase;
	line-height: 40px;
}
.sale .title a {
	display: block;
	width: 60px;
	height: 18px;
	text-align: center;
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #9a9a9a;
}
.sale>p {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 26px;
	margin-top: 15px;
}
.footer {
	padding: 50px 0;
	background: #343434;
	margin-top: 80px;
}
.footer .foot {
	width: 1200px;
	margin: 0 auto;
}
.footer .foot:after {
	display: block;
	content: '';
	clear: both;
}
.footer .info {
	float: left;
	width: 540px;
}
.footer .info .left {
	width: 210px;
}
.footer .info .left img {
	margin-bottom: 35px;
}
.footer .info .left span {
	font-size: 14px;
	color: #c2c2c2;
	float: left;
	line-height: 30px;
}
.footer .info .left .sub {
	width: 140px;
	float: left;
	position: relative;
}
.footer .info .left .sub .link {
	line-height: 30px;
	width: 140px;
	height: 30px;
	background: #717171;
	text-indent: 10px;
}
.footer .info .left .sub .link a {
	font-size: 14px;
	color: #FFFFFF;
}
.footer .info .left .sub .link button {
	width: 30px;
	height: 30px;
	background: none;
	border: none;
	float: right;
	outline: none;
}
.footer .info .left .sub .link .iconfont {
	font-size: 20px;
	color: #FFFFFF;
	cursor: pointer;
}
.footer .info .left .sub ul {
	position: absolute;
	bottom: 30px;
	display: none;
}
.footer .info .left .sub ul li a {
	display: block;
	width: 140px;
	height: 30px;
	line-height: 30px;
	background: #717171;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
.footer .info .right {
	width: 243px;
	height: 150px;
	border-right: 1px solid #717171;
}
.footer .info .right ul {
	margin-bottom: 15px;
}
.footer .info .right ul li {
	display: inline-block;
	height: 34px;
	margin-right: 57px;
	line-height: 34px;
}
.footer .info .right ul li a {
	font-size: 14px;
	color: #FFFFFF;
}
.footer .info .right ul li a:hover {
	color: #c19c5d;
}
.footer .ewm {
	float: right;
	text-align: center;
}
.footer .ewm ul li {
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
}
.footer .txt {
	width: 290px;
	float: right;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 26px;
	margin-right: 30px;
}
.bread {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #ececec;
	margin-bottom: 44px;
}
.bread .cont {
	width: 1200px;
	margin: 0 auto;
}
.bread p {
	font-size: 12px;
	height: 40px;
}
.bread p a {
	color: #888888;
}
.bread p span {
	color: #c19c5d;
}
.bread p .iconfont {
	font-size: 14px;
	color: #888888;
	margin-right: 10px;
}

/*翻页*/

.fanye {
	margin: 40px 0;
	text-align: center;
}
.fanye a {
	display: inline-block;
	padding: 0 5px;
	height: 30px;
	width: 40px;
	line-height: 30px;
	border: 1px solid #c19c5d;
	color: #666666;
	margin: 0 10px;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
	-ms-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
}
.fanye a.on {
	background: #c19c5d;
	color: #fff;
}
.fanye .btn {
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
	color: #666666;
}
.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: 1200px;
	margin: 0 auto;
	min-height: 500px;
}
.paper:after {
	display: block;
	content: "";
	clear: both;
}
.side {
	width: 193px;
	border: 6px solid #eeeeee;
	padding: 30px 38px;
	float: left;
}
.side .tit {
	padding-bottom: 20px;
	border-bottom: 1px solid #bbbbbb;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.side .tit h3 {
	font-size: 24px;
	color: #333333;
}
.side .tit span {
	font-size: 13px;
	color: rgba(51, 51, 51, 0.28);
	line-height: 40px;
}
.side .tit .iconfont {
	font-size: 25px;
	color: #dfdfdf;
	float: right;
}
.side ul li {
	height: 34px;
	line-height: 34px;
	margin: 15px 0;
}
.side ul li .iconfont {
	font-size: 12px;
	color: #e5e5e5;
	margin-right: 22px;
	margin-left: 3px;
}
.side ul li a {
	font-size: 15px;
	color: #555555;
}
.side ul li.on, .side ul li:hover {
	background: #c19c5d;
}
.side ul li.on a, .side ul li:hover a, .side ul li.on .iconfont, .side ul li:hover .iconfont {
	color: #FFFFFF;
}
.side .side_drop {
	background: #f5f5f5;
	padding-left: 27px;
	margin-top: 6px;
	display: none;
}
.side .side_drop a {
	font-size: 13px;
	color: #777777;
	line-height: 30px;
	display: block;
}
.product, .page {
	width: 863px;
	float: right;
}
.product ul li {
	width: 410px;
	height: 513px;
	padding-bottom: 23px;
	border-bottom: 6px solid #eeeeee;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	float: left;
	margin: 20px 0;
}
.product ul li .photo {
	display: block;
	width: 100%;
	height: 290px;
}
.product ul li .photo img {
	width: 100%;
	height: 100%;
}
.product ul li .name {
	font-size: 16px;
	color: #333333;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: bold;
	line-height: 72px;
}
.product ul li p {
	font-size: 13px;
	color: #666666;
	line-height: 28px;
	border-top: 1px dashed #d2d2d2;
	padding-top: 18px;
}
.product ul li .more {
	display: block;
	width: 150px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	color: #FFFFFF;
	background: #565656;
	text-transform: uppercase;
	margin: 20px auto 0;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.product ul li:hover {
	border-bottom-color: #c19c5d;
}
.product ul li:hover .more {
	background: #c19c5d;
}
.product ul li:hover .name {
	color: #c19c5d;
}
.product ul li:nth-child(odd) {
	float: left;
}
.product ul li:nth-child(even) {
	float: right;
}
.news_list .title {
	text-align: center;
	margin: 20px 0;
}
.news_list .title .p1 {
	font-size: 40px;
	color: #eaeaea;
	text-transform: uppercase;
}
.news_list .title .p2 {
	font-size: 26px;
	color: #333333;
}
.news_list .title .p2 span {
	color: #ece1d4;
	margin: 0 20px;
}
.news_list .title:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 9px solid #c19c5d;
	margin: 10px auto 0;
}
.news_list ul {
	margin: 0 -22px;
}
.news_list ul li {
	width: 266px;
	height: 404px;
	float: left;
	position: relative;
	margin: 28px 22px;
}
.news_list ul li .photo {
	display: block;
	width: 100%;
	height: 174px;
}
.news_list ul li .photo img {
	width: 100%;
	height: 100%;
}
.news_list ul li .info {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 198px;
	width: 224px;
	padding: 30px 20px 0;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #dcdcdc;
}
.news_list ul li .info .name {
	font-size: 15px;
	color: #333333;
}
.news_list ul li .info span {
	color: #c19c70;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 18px;
	margin-right: 10px;
}
.news_list ul li .info p {
	font-size: 12px;
	color: #a8a8a8;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 23px;
	height: 70px;
	overflow: hidden;
	margin-top: 24px;
}
.news_list ul li .info .more {
	display: block;
	width: 66px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	height: 20px;
	border: 1px solid #e5e5e5;
	position: absolute;
	bottom: 33px;
	left: 100px;
	text-align: center;
	line-height: 20px;
}
.news_list ul li .info .more .iconfont {
	font-size: 20px;
	color: #333333;
}
.news_list ul li .info:hover {
	border-color: #c19c5d;
	background: #c19c5d;
	height: 280px;
}
.news_list ul li .info:hover p {
	height: 140px;
	color: #FFFFFF;
}
.news_list ul li .info:hover span, .news_list ul li .info:hover .name {
	color: #FFFFFF;
}
.news_list ul li .info:hover .more {
	border-color: #e0ceae;
}
.news_list ul li .info:hover .iconfont {
	color: #FFFFFF;
}
.cate {
    text-align: center;
}
.cate a {
	display: inline-block;
	width: 100px;
	height: 36px;
	border: 1px solid #dcdcdc;
	text-align: center;
	line-height: 36px;
	color: #333333;
	margin: 0 10px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.cate a:hover {
	background: #333333;
	border-color: #333333;
	color: #ffffff;
}