* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	list-style: none;
	text-decoration: none;
	border: none;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
html {
	overflow-x: hidden;
}
body {
	background: #faf8f9;
	color: #3c3e3d;
	font-size: 14px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #3c3e3d;
}
a:hover {
	color: #c68a34;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
/*

===================

分页

>>	pages_pre		上一页

>>	pages_next	下一页

>>	strong			激活状态

>>	a:hover			鼠标悬停状态

===================

*/

.pages {
	margin: 50px auto 20px auto;
	font-size: 14px;
	text-align: center;
}
.pages ul {
	display: inline-block;
}
.pages a,  .pages strong {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	color: #666;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
}
.pages .current {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #cb9446;
	text-decoration: none;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
	color: #fff;
	background-color: #cb9446;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #f0461c;
	border-color: #fff;
	text-decoration: none;
}
.pages strong {
	color: #fff;
	background-color: #cb9446;
	border-color: #fff;
}
.pages span {
	padding: 0 10px;
	line-height: 23px;
}
/* index top */

.head {
	height: 90px;
	background: #fff;
}
.logo {
	display: block;
	width: 280px;
	height: 90px;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat center;
	text-indent: -99em;
}
.nav li {
	float: left;
	margin-left:6px;
	position:relative;
}
.nav li>a {
	color: #333333;
	font-size: 15px;
	display: block;
	width: 120px;
	line-height: 90px;
	text-align: center;
}
.nav li>a.hover, .nav li>a:hover {
	background: #cb9446;
	color: #fff;
}
.nav li dl{
	display:none;
	position:absolute;
	z-index:666;
	width:120px;
	background:#ffffff;
	left:50%;
	top:90px;
	transform: translateX(-50%);
	padding: 8px 0;
    border-radius: 0 0 6px 6px
}
.nav li dl dd{
	line-height:40px;
	text-align:center;
}
.nav li dl dd a{
	font-size:14px;
	color:#808080;
}





.slideBox {
	width: 100%;
	height: 720px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 11px;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
}
.slideBox .hd ul li {
	float: left;
	margin: 0 8px;
	width: 11px;
	height: 11px;
	background: #d2d2d2;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 50%;
}
.slideBox .hd ul li.on {
	border: 2px solid #c68a34;
	background: 0;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul {
	margin: 0 auto;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 720px;
}
.about {
	height: 532px;
	background: url(../images/abg.png) no-repeat center;
	box-sizing: border-box;
	padding-top: 112px;
}
.about .abr {
	width: 480px;
	margin-left: 65px;
	margin-top: 20px;
}
.abtit span {
	display: block;
	font-size: 35px;
	font-weight: bold;
}
.abtit p {
	font-size: 22px;
	margin-top: 5px;
}
.abinfo {
	font-size: 15px;
	color: #3c3e3d;
	line-height: 27px;
	margin-top: 56px;
}
.about .abr a.more {
	display: block;
	width: 120px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background: #414141;
	color: #fff;
	font-size: 13px;
	border-radius: 20px;
	margin-top: 40px;
	transition: all 0.3s;
}
.about .abr a.more:hover {
	background: #c68a34;
}
.product {
	height: 588px;
	background: url(../images/pbg.png) no-repeat center;
}
.tit {
	text-align: center;
	padding-top: 100px;
}
.tit span {
	display: block;
	font-size: 35px;
	font-weight: bold;
}
.tit p {
	font-size: 22px;
	background: url(../images/tbg.png) no-repeat center;
	margin-top: 10px;
}
.product .container {
	position: relative;
}
.product li {
	float: left;
	width: 25%;
	text-align: center;
}
.product li span {
	display: block;
	font-size: 19px;
	position: relative;
	padding-top: 40px;
	color: #3c3e3d;
}
.product li span::after {
	content: " ";
	width: 18px;
	height: 2px;
	background: #d7d5d6;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -9px;
}
.product li p {
	color: #919191;
	width: 160px;
	margin: 0 auto;
	margin-top: 5px;
}
.product li i {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 22px;
	margin-top: 80px;
	transition: all 0.3s;
}
.product ul li:first-child i {
	background: url(../images/icon.png) no-repeat 15px 0;
}
.product ul li:first-child+li i {
	background: url(../images/icon.png) no-repeat -85px 0;
}
.product ul li:first-child+li+li i {
	background: url(../images/icon.png) no-repeat -185px 0;
}
.product ul li:first-child+li+li+li i {
	background: url(../images/icon.png) no-repeat -285px 0;
}
.product ul li:hover:first-child i {
	background: url(../images/icon.png) no-repeat 15px -100px;
}
.product ul li:first-child+li:hover i {
	background: url(../images/icon.png) no-repeat -85px -100px;
}
.product ul li:first-child+li+li:hover i {
	background: url(../images/icon.png) no-repeat -185px -100px;
}
.product ul li:first-child+li+li+li:hover i {
	background: url(../images/icon.png) no-repeat -285px -100px;
}
.more2 {
	font-size: 22px;
	writing-mode: vertical-rl;
	position: absolute;
	right: -20px;
	top: 275px;
}
.pimg li {
	float: left;
	width: 33.3333%;
}
.pimg li img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.pimg li img:hover {
	opacity: 0.8;
}
.news {
	height: 625px;
	background: url(../images/nbg.png) no-repeat center;
}
.news .container {
	position: relative;
}
.news .more2 {
	right: -30px;
	top: 110px;
}
.news .tit {
	padding-top: 95px;
}
.news ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.news li {
	width: 360px;
}
.news li a {
	display: block;
}
.news li h3 {
	font-size: 18px;
	color: #3b3b3b;
	transition: all 0.3s;
}
.news li p {
	color: #777777;
	line-height: 25px;
	border-top: 1px solid #eaeaea;
	margin-top: 30px;
	padding-top: 28px;
}
.news li .more3 {
	font-size: 32px;
	color: #3c3e3d;
	margin-top: 60px;
	display: block;
	font-style: normal;
	position: relative;
	display: block;
}
.news li .more3 span {
	font-size: 18px;
	color: #8c8c8c;
}
.news li a:hover h3 {
	color: #c68a34;
}
.news li .more3::after {
	content: " ";
	display: block;
	width: 71px;
	height: 12px;
	background: url(../images/jt.png) no-repeat center;
	position: absolute;
	right: 30px;
	top: 15px;
	opacity: 0;
	transition: all 0.5s;
}
.news li a:hover .more3, .news li a:hover .more3 span {
	color: #c68a34;
}
.news li a:hover .more3::after {
	opacity: 1;
	right: 0;
}
.footer {
	background: #333;
	color: #999;
	position: relative;
	padding-bottom: 40px;
}
.ft {
	color: #fff;
	font-size: 15px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 65px;
}
.ft::after {
	content: " ";
	display: block;
	width: 43px;
	height: 1px;
	background: #666;
	position: absolute;
	bottom: 0;
	left: 0;
}
.fnav {
	width: 200px;
	margin-left: 40px;
	float: left;
}
.fnav li {
	float: left;
	width: 100px;
	line-height: 29px;
}
.fnav li a {
	color: #999;
}
.fcont {
	float: right;
}
.fcont p {
	line-height: 29px;
}
.flogo {
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 40px;
}
.bottom {
	height: 90px;
	background: #333;
	color: rgba(255,255,255,.4);
	font-size: 13px;
	line-height: 22px;
}
.bottom a {
	color: rgba(255,255,255,.4);
}
.bottom .container {
	border-top: 1px solid #444;
}
.bottom .ql {
	margin-top: 20px;
}
.bottom .ql a {
	position: relative;
	padding: 0 16px;
}
.bottom .ql a::after {
	content: "|";
	position: absolute;
	left: 0;
	top: -3px;
	color: rgba(153,152,152,.4);
}
.bottom .ql a:first-child {
	padding-left: 0;
}
.bottom .ql a:first-child::after {
	display: none;
}
.bottom .fl {
	margin-left: 12px;
}
.bottom .gs {
	margin-top: 20px;
}
.banner {
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.main {
	padding-bottom: 50px;
}
.position {
	line-height: 60px;
	background: #fff;
}
.position .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.position p {
	background: url(../images/home.png) no-repeat left center;
	background-size: 18px;
	padding-left: 30px;
}
.submenu li {
	float: left;
	margin-left: 20px;
}
.submenu li a {
	display: block;
	padding: 0 15px;
	line-height: 30px;
}
.submenu li a:hover, .submenu li a.hover {
	background: #cb9446;
	color: #fff;
}
.pagetop {
	text-align: center;
	font-size: 25px;
	line-height: 90px;
	border-bottom: 1px solid #ddd;
}
.content {
	line-height: 30px;
	margin-top: 20px;
}
.list ul li {
	margin-top: 30px;
	overflow: hidden;
	transition: all 0.3s;
}
.list ul li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background: #fff;
	padding: 20px;
}
.list ul li img {
	width: 300px;
	min-height: 160px;
}
.list ul li .lr {
	margin-left: 30px;
	padding-right: 50px;
	position: relative;
}
.list ul li .lr h3 {
	color: #c68a34;
	line-height: 40px;
}
.list ul li .lr p {
	font-size: 13px;
	line-height: 25px;
	color: #999;
}
.list ul li .lr span {
	display: block;
	color: #999;
	margin-top: 50px;
	opacity: 0;
	transition: all 0.5s;
}
.list ul li:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
}
.list ul li:hover .lr span {
	opacity: 1;
	margin-top: 20px;
}
.photo {
	margin-top: 30px;
}
.photo ul {
	margin-left: -20px;
}
.photo li {
	text-align: center;
	float: left;
	margin-bottom: 30px;
	background: #fff;
	margin-left: 20px;
	transition: all 0.3s;
}
.photo li img {
	width: 285px;
}
.photo li p {
	line-height: 40px;
	margin-bottom: 5px;
}
.photo li:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
}
.prepage {
	line-height: 30px;
	margin-top: 50px;
}
.showtop {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-top: 30px;
}
.showtop h1 {
	font-size: 22px;
	font-weight: normal;
}
.showtop p span {
	font-size: 12px;
	color: #999;
	margin: 0 5px;
	line-height: 40px;
}
