/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* QQ：9490489 */
body {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 14px;
}
input, select, textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
	;
}
.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
img {
	max-width: 100%;
}
.img {
	overflow: hidden;
	position: relative;
}
.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100;
}
/*.img:hover:before { top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid rgba(255,255,255,0.5); }*/
.img:hover {
	background: #000
}
.img:hover img {
	opacity: .5;
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}
.pos_cell {
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
*, *:after, *:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.modal, .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.fp_modal {
	display: table;
}
.modal {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	background: rgba(0,0,0,0.7);
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	max-width: 990px;
	margin: 0 auto;
	width: 90%;
	background: #fff;
	position: relative;
}
.modal_cont .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: url(../images/close.png) no-repeat center center #ccc;
	border-radius: 100%;
	cursor: pointer;
}
.modal_cont .box {
	padding: 45px;
}
/*----------header----------*/
.header {
	background: #1c1c1c;
	line-height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.logo img {
	vertical-align: middle;
}
.menu li {
	float: left;
	margin: 0 25px;
}
.menu li a {

	color: #717171;

}
.menu li.on a, .menu li a:hover {
	color: #fff;

}
/* 下拉菜单 开始 */
		.dropdown {
				display: inline-block;
			}

			.dropdown-content {
				display: none;
				position: absolute;
				z-index: 999;
				background: #333;
				min-width: 100px;
			}

			.dropdown-content a {
				font-size: 14px;
				text-decoration: none;
				color: #fff;
				height: 35px;
				display: flex;
				align-items: center;
				border-bottom: 1px solid #222;
				justify-content: center;
			}

			.dropdown-content a:hover {}

			.dropdown:hover .dropdown-content {
				display: block;
			}
/* 下拉菜单 结束 */
		
.banner {
	position: relative;
}
.banner_cur {
	left: 10%;
	right: 10%;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 100;
}
.banner_cur span {
	cursor: pointer;
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	border: 1px solid #fff;
	background-image: url(../images/cur1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.banner_cur span:hover {
	border-color: #fb3546;
	background-color: rgba(0,0,0,0.2);
}
.banner_cur span.next {
	background-image: url(../images/cur2.png);
}
.banner .item {
	position: relative;
	font-family: Arial;
}
.banner .text {
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.banner .text h2 {
	font-size: 46px;
	font-weight: normal;
}
.banner .text p {
	font-size: 24px;
	margin: 2em 0;
}
.banner_search {
	max-width: 800px;
	margin: 0 auto;
	padding: 8px;
	background: rgba(0,0,0,0.15);
	border-radius: 3px;
	width: 90%;
	line-height: 48px;
}
.banner_search .box {
	background: #fff;
	border-radius: 2px;
	position: relative;
	padding-right: 147px;
}
.banner_search .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 147px;
	text-align: center;
}
.banner_search .btn a {
	line-height: 48px;
	width: 100%;
	display: block;
	color: #fff;
	background: #be9a78;
	font-size: 16px;
}
.btn a:hover {
	background: #956d47;
}
.banner_search .btn span {
	display: inline-block;
	padding-right: 32px;
	background: url(../images/icon1.png) no-repeat right center;
}
.banner_search .span_tit {
	display: block;
	float: left;
	width: 72px;
	text-align: center;
	border-right: 1px solid #d5d5d5;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.banner_search .div_input {
	padding-left: 20px;
	overflow: hidden;
}
.div_input input {
	width: 100%;
	border: 0;
	background: none;
	text-align: left;
}
.owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px; /*background: url(../images/dots.png) no-repeat center center;*/
	border-radius: 100%;
	background: none;
	margin-bottom: 15px;
	position: relative;
	border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #fff;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -2px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border-color: #fff;
	background: none;
}
.details .owl-theme .owl-dots .owl-dot span:after {
	background: #be9a78
}
.details .owl-theme .owl-dots .owl-dot.active span, .details .owl-theme .owl-dots .owl-dot:hover span {
	border-color: #be9a78;
}
.page1_text .img1 {
	text-align: right;
	width: 50%;
	float: right;
}
.page1_text .text {
	line-height: 30px;
	color: #878787;
	text-align: center;
	overflow: hidden;
}
.page1_text .text {
	padding: 40px 0;
}
.page_tit2 h3 {
	font-size: 48px;
	font-family: 'Times New Roman';
	font-weight: normal;
	color: #000;
	line-height: 58px;
}
.page_tit2 h2 {
	font-size: 40px;
	font-weight: normal;
	color: #000;
	line-height: 58px;
	margin-bottom: 30px;
}
.page1_text .text p {
	height: 280px;
	overflow: hidden;
	max-width: 425px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: left;
}
.xxj {
	color: #fff;
	display: block;
	line-height: 44px;
	width: 140px;
	text-align: center;
	background: #be9a78;
	margin: 0 auto;
}
.btn a {
	color: #fff;
	display: block;
	line-height: 44px;
	width: 140px;
	text-align: center;
	background: #be9a78;
	margin: 0 auto;
}
.page {
	overflow: hidden;
	padding: 60px 0;
}
.page:after {
	content: '';
	display: block;
	clear: both;
}
.page.on {
	background: #f9f9f9;
}
.page_tit {
	margin-bottom: 40px;
	text-align: center;
}
.page_tit h3 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: normal;
}
.page_tit h2 {
	font-size: 28px;
}
.page_tit p {
	color: #999;
}
.page_tit p span:before, .page_tit p span:after {
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #999;
	vertical-align: middle;
	content: '';
	margin: 0 2px;
	margin-bottom: 2px;
}
.page_tag ul li {
	/* margin-left: -4px; */
	display: inline-block;
}
.page_tag {
	text-align: center;
}
.page_tag a {
	display: block;
	line-height: 30px;
	padding: 0 23px;
	color: #7e7e7e;
	position: relative;
}
.page_tag .on a, .page_tag a:hover {
	background: #be9a78;
	color: #fff;
}
.page_tag .on a:before, .page_tag a:hover:before {
	color: #be9a78
}
.page_tag a:before {
	content: '|';
	display: block;
	position: absolute;
	left: -2px;
}
.page_tag li:first-child a:before {
	display: none;
}
.pro_list ul:after {
	content: '';
	display: block;
	clear: both;
}
.pro_list li {
	width: 33.333%;
	float: left;
	text-align: center;
}
.pro_list h3 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
.pro_list p {
	padding: 10px 0 15px;
	color: #be9a78;
	background: no-repeat bottom center;
}
.pro_list a:hover p {
	background: url(../images/icon2.png) no-repeat bottom center;
}
.pro_list ul {
		display: none;
	margin-top: 20px;
}
.pro_list ul.on {
	display: block;
}
.pro_list ul.on li {
	animation-name: zoomIn;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.about_list2 {
	max-width: 1100px;
	margin: 0 auto;
	border-top: 1px solid #e8e8e8;
	margin-top: 30px;
	padding-top: 30px;
}
.about_list2 ul li {
	width: 31.333%;
	margin: 0 1%;
	float: left;
}
.about_list2 ul {
	margin: 0 -1%;
}
.about_list2 .img {
	position: relative;
}
.about_list2 img {
	display: block;
}
.about_list2 .img p {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	line-height: 42px;
	background: #fff;
	text-align: center;
	height: 42px;
}
.about_list2 .img p span {
	display: block;
	height: 20px;
	border-bottom: 1px solid #000;
	margin: 0 14px;
}
.about_list2 .img p label {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
}
.about_list2 .text {
	line-height: 28px;
	color: #333;
	margin-top: 10px;
}




.about_list3 {
	max-width: 1100px;
	margin: 0 auto;
	border-top: 1px solid #e8e8e8;
	margin-top: 30px;
	padding-top: 30px;
}
.about_list3 ul li {
	width: 23%;
	margin: 0 1%;
	float: left;
}
.about_list3 ul {
	margin: 0 -1%;
}
.about_list3 .img {
	position: relative;
}
.about_list3 img {
	display: block;
}
.about_list3 .img p {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	line-height: 42px;
	background: #fff;
	text-align: center;
	height: 42px;
}
.about_list3 .img p span {
	display: block;
	height: 20px;
	border-bottom: 1px solid #000;
	margin: 0 14px;
}
.about_list3 .img p label {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
}
.about_list3 .text {
	line-height: 28px;
	color: #333;
	margin-top: 10px;
}
.his_list {
	padding-top: 20px;
	position: relative;
}
.his_list .line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1px;
	background: #d3d3d3
}
.his_list ul li {
	text-align: right;
	margin: 20px 0;
	width: 50%;
	padding-right: 50%;
	clear: both;
	position: relative;
}
.his_list ul li i {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 10px;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #d3d3d3
}
.his_list ul li i:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	width: 60px;
	height: 1px;
	background: #d3d3d3;
	top: 4px;
}
.his_list ul li:nth-child(2n) i:after {
	margin-left: 20px;
}
.his_list ul li:nth-child(2n) {
	padding-right: 0;
	padding-left: 50%;
	text-align: left;
}
.his_list ul li .text {
	padding: 0 100px;
	line-height: 28px;
	color: #262626;
}
.his_list ul li .text h3 {
	font-size: 20px;
	color: #a2774f;
	font-weight: normal;
	margin-bottom: 10px;
}
.ry_list {
	max-width: 1034px;
	margin: 0 auto;
}
.ry_list li {
	width: 30.3%;
	float: left;
	margin: 10px 1.5%;
	text-align: center;
	line-height: 40px;
}
.ry_list li .img {
	border: 10px solid #efefef;
	max-width: 270px;
	margin: 0 auto;
}
.ry_list li:nth-child(3n+1) {
	clear: both;
}
.ry_list li .img img {
	display: block;
}
.td_list {
	max-width: 1100px;
	margin: 0 auto;
}
.td_list li {
	width: 25%;
	float: left;
}
.td_list li:hover .tit p span {
	width: 100%;
}
.td_list li .box {
	margin: 17px;
}
.td_list li .img {
	position: relative;
}
.td_list li .img img {
	display: block;
}
.td_list li .tit p {
	line-height: 56px;
	background: #1c1c1c;
	padding: 0 16px;
	font-size: 16px;
	color: #c09874;
	position: relative;
}
.td_list li .tit p a{color: #c09874;}
.td_list li .tit p span {
	position: absolute;
	display: block;
	width: 48px;
	height: 4px;
	background: #be9a78;
	bottom: 0;
	right: 0;
}
.td_list li:nth-child(4n+1) {
	clear: both;
}
.td_list li .text {
	margin-top: 15px;
	line-height: 26px;
	color: #6c6c6c
}
.td_list li .text h3 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #000
}
.zp_p_list {
	max-width: 1120px;
	margin: 0 auto;
	line-height: 28px;
	color: #4c4c4c
}
.zp_p_list a {
	color: #be9a78
}
.bold {
	font-weight: bold;
}
.zp_p_list .list {
	border-bottom: 1px solid #ebefef;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.zp_p_list .list:last-child {
	border-bottom: 0
}
.zp_p_list .list h3 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
	line-height: 40px;
}
.zp_p_list .text>ul>li {
	list-style: decimal;
	margin-left: 20px;
}
.zp_list .text>ul {
	max-width: 514px;
}
.zp_p_list .title {
	cursor: pointer;
	margin: 10px 0;
	line-height: 54px;
	border: 1px solid #e3e9ec;
	background: url(../images/icon12.png) no-repeat 98% center #f9f9f9;
	padding: 0 20px;
}
.zp_p_list .title span {
	display: inline-block;
	width: 23%;
	color: #000
}
.zp_p_list .title span.span1 {
	font-size: 22px;
}
.zp_p_list .box {
	display: none;
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
}
.zp_p_list .on .title, .zp_p_list li:hover .title {
	background: url(../images/icon12-1.png) no-repeat 98% center #be9a78;
	border-color: #be9a78;
}
.zp_p_list .on .title span, .zp_p_list li:hover .title span {
	color: #fff;
}
@keyframes zoomIn {
 from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
 50% {
opacity: 1;
}
}
.pro_list li:nth-child(3n+1) {
	clear: both;
}
.pro_list li a {
	display: block;
	margin: 12px;
	background: #fff;
	padding: 23px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05)
}
.pro_list li a:hover {
	box-shadow: 0 1px 50px rgba(0,0,0,0.1)
}
.pro_list li a:hover .img {
	background: #fff;
}
.page_pro {
	padding: 0;
	background: #1c1c1c;
	position: relative;
}
.pro_owl {
	width: 50%
}
.pro_owl .owl-theme .owl-controls {
	width: auto;
	right: -60px;
	left: auto;
	width: 120px;
}
.pro_owl .owl-theme .owl-controls .owl-nav [class*=owl-] {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../images/cur1.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0;
	background-color: #1c1c1c
}
.pro_owl .owl-theme .owl-controls .owl-nav .owl-next {
	background-image: url(../images/cur2.png);
	background-color: #be9a78
}
.page_pro .text {
	position: absolute;
	left: 55%;
}
.page_pro .text .box {
	max-width: 410px;
}
.page_tit2.on h3 {
	color: #fff;
}
.page_tit2.on h2 {
	color: #c09874;
}
.page_pro .text p {
	line-height: 32px;
	color: #696969;
	height: 96px;
	overflow: hidden;
	margin-bottom: 30px;
}
.page_pro .btn a {
	margin-left: 0;
	background: #0b0b0b;
}
.btn2 a span {
	display: inline-block;
	padding-right: 17px;
	background: url(../images/icon3.png) no-repeat right center;
}
.btn2 a:hover span {
	padding-right: 27px;
}
.service_list:after {
	content: '';
	display: block;
	clear: both;
}
.service_list ul li {
	width: 50%;
	float: left;
}
.service_list a {
	display: block;
	margin: 7px;
	position: relative;
}
.service_list img {
	display: block;
}
.service_list .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: #fff;
}
.service_list .text h3 {
	font-size: 16px;
	font-weight: normal;
}
.service_list .text p {
	margin: 10px 0;
	background: bottom center no-repeat
}
.service_list .text .more {
	display: inline-block;
	padding-right: 10px;
	background: url(../images/icon4.png) no-repeat right center;
}
.service_list a:hover .img:before {
	background: #fff;
	opacity: .95;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
.service_list a:hover .text {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align: center;
	color: #000;
	z-index: 100
}
.service_list a:hover .text h3 {
	color: #000;
	border-bottom: 1px solid #d7d7d7;
	margin: 0 20px;
	padding-bottom: 15px;
}
.service_list a:hover .text p {
	color: #7f7f7f;
	padding-bottom: 20px;
	background: url(../images/icon5.png) bottom center no-repeat;
}
.service_list a:hover .text span {
	display: none;
}
.news_list ul li {
	width: 48%;
	padding: 25px 0;
	float: left;
}
.news_list ul li:nth-child(2n) {
	float: right;
}
.news_list a {
	display: block;
}
.news_list .img {
	width: 160px;
	height: 100px;
	float: left;
	margin-right: 20px;
}
.news_list .text {
	overflow: hidden;
}
.news_list .p_time {
	height: auto;
	color: #a1a1a1
}
.news_list h3 {
	margin-top: 10px;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list p {
	line-height: 20px;
	color: #999;
	height: 40px;
	overflow: hidden;
}
.news_list .line {
	width: 100%;
	height: 1px;
	background: #efefef;
	margin: 8px 0;
}
.news_list .line label {
	display: block;
	width: 13px;
	height: 1px;
	background: #000
}
.news_list a:hover .line label {
	width: 100%;
}
/*----------织 梦 58 d e d e 5 8.c o m----------*/
.mainer {
	margin-top: 70px;
}
ul:after {
	content: '';
	display: block;
	clear: both;
}
.btn_more {
	margin-top: 20px;
	text-align: center;
}
.btn_more a {
	display: inline-block;
	padding: 0 45px;
	line-height: 42px;
	border: 1px solid #b2b2b2;
	color: #999
}
.btn_more a:hover {
	border-color: #fb3546;
	color: #fb3546
}
.div_pos {
	line-height: 65px;
	color: #515151;
}
.div_pos a {
	color: #000;
}
.div_pos a:hover {
	color: #fb3546
}
.details .wrap {
	max-width: 1180px;
}
.details .tit {
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
	line-height: 30px;
}
.details .tit h2 {
	font-size: 20px;
	font-weight: normal;
}
.details .tit p {
	color: #be9a78
}
.details .tit span {
	color: #717171
}
.details .text {
	line-height: 36px;
	color: #898989;
	padding: 20px 0;
}
.page_padd {
	padding-top: 0;
}
.page_tit3 {
	margin: 0 10px;
	padding-top: 30px;
}
.page_tit3 span {
	font-size: 20px;
}
.center {
	text-align: center;
}
.page_size {
	text-align: center;
	margin-top: 30px;
}
.page_size a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	background-color: #515151;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 5px 2px;
	;
}
.page_size a.prev {
	background-image: url(../images/cur3.png);
}
.page_size a.next {
	background-image: url(../images/cur4.png);
}
.page_size a:hover, .page_size a.on {
	background-color: #be9a78;
}
/*----------footer----------*/
.footer {
	padding: 50px 0;
	color: #fff;
	line-height: 26px;
	background: url(../images/footer.jpg) no-repeat center center;
	background-size: cover;
}
.footer .wrap {
	max-width: 1000px;
}
.footer .text {
	overflow: hidden;
}
.footer .ewm img {
	display: block;
	margin-bottom: 15px;
}
.footer .ewm {
	text-align: center;
	width: 170px;
}
.footer .list {
	padding-top: 10px;
}
.footer .list ul li {
	margin: 15px 0;
}
.footer a {
	color: #fff;
}
.news_tag {
	text-align: center;
	padding: 50px 0;
}
.news_tag ul li {
	display: inline-block;
}
.news_tag a {
	display: block;
	padding: 0 10px;
	min-width: 72px;
	text-align: center;
	line-height: 30px;
	background: #eee;
	color: #7e7e7e;
}
.news_tag li.on a, .news_tag a:hover {
	background: #be9a78;
	color: #fff;
}
.page_news .list {
	max-width: 945px;
	margin: 0 auto;
}
.page_news .list .img {
	width: 471px;
	float: right;
	margin-left: 50px;
}
.page_news .list .text {
	border-top: 2px solid #000;
	padding-top: 30px;
	overflow: hidden;
}
.page_news .list li {
	margin-bottom: 40px;
}
.page_news .list li:after {
	content: '';
	display: block;
	clear: both;
}
.page_news h3 {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.page_news .list a:hover {
	color: #be9a78
}
.page_news .time {
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../images/icon6.png) no-repeat left center;
	color: #a8a8a8
}
.page_news p {
	line-height: 27px;
	height: 81px;
	overflow: hidden;
	color: #737373;
	margin: 30px 0;
}
.page_news .btn a {
	background: none;
	border: 2px solid #000;
	color: #000;
	line-height: 34px;
	width: 120px;
	margin-left: 0
}
.page_news .btn a:hover {
	background: #333;
	color: #fff;
}
/*----------custom----------*/
.news_details {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1)
}
.news_details .box {
	width: 90%;
	margin: 0 auto;
}
.news_details .tit {
	padding: 55px 0;
	text-align: center;
}
.news_details .tit h2 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 25px;
}
.news_details .tit p {
	font-size: 18px;
	color: #333;
}
.news_details .text {
	font-size: 16px;
	color: #414141;
	line-height: 28px
}
.news_details .text h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}
.news_details .text img {
	margin-top: 10px;
}
.text_cur {
	line-height: 70px;
	border-top: 1px solid #e8e8e8
}
.text_cur span {
	max-width: 45%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text_cur a {
	color: #000;
}
.text_cur a:hover {
	color: #be9a78;
}
.pro_list2 ul li {
	width: 25%;
	float: left;
}
.pro_list2 a {
	display: block;
	margin: 7px;
	font-size: 16px;
}
.pro_list2 ul {
	margin: 0 3px;
	margin-top: 20px;
}
.pro_list2 img {
	display: block;
}
.pro_list2 .img {
	margin-bottom: 20px;
}
.cont_list ul li {
	width: 33.333%;
	float: left;
	text-align: center;
}
.cont_list ul li .text {
	margin-top: 20px;
	color: #434343
}
.cont_list ul li .text h3 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
}
.message {
	max-width: 710px;
	margin: 0 auto;
}
.message ul li {
	width: 50%;
	float: left;
}
.message ul li:last-child {
	width: 100%;
}
.message ul {
	margin-bottom: 30px;
}
.message .div_input {
	margin: 5px;
	line-height: 40px;
	border: 1px solid #e9e9e9;
	background: #fff;
	padding: 0 15px;
}
.div_input textarea {
	width: 100%;
	height: 150px;
	border: 0;
	background: none;
	resize: none;
	padding: 10px 0;
}
.banner .item img {
	display: block;
}
.about_tag {
	line-height: 80px;
	border-bottom: 1px solid #e8e8e8
}
.about_tag ul li {
	width: 25%;
	float: left;
	text-align: center;
}
.about_tag ul li a {
	margin-left: -1px;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	font-size: 16px;
	color: #222;
	display: block;
}
.about_tag ul li:first-child a {
	/* border-left: 0; */
}
.about_tag ul li span {
	display: inline-block;
	padding-left: 50px;
}
.about_tag ul li span.span1 {
	background: url(../images/icon7.png) no-repeat left center;
}
.about_tag ul li span.span2 {
	background: url(../images/icon8.png) no-repeat left center;
}
.about_tag ul li span.span3 {
	background: url(../images/icon9.png) no-repeat left center;
}
.about_tag ul li span.span4 {
	background: url(../images/icon10.png) no-repeat left center;
}
.about_tag ul li span.span5 {
	background: url(../images/icon11.png) no-repeat left center;
}
.about_tag ul li.on a, .about_tag ul li a:hover {
	background: #be9a78;
}
.about_tag ul li.on span, .about_tag ul li a:hover span {
	color: #fff;
}
.about_tag ul li.on span.span1, .about_tag ul li a:hover span.span1 {
	background: url(../images/icon7-1.png) no-repeat left center;
}
.about_tag ul li.on span.span2, .about_tag ul li a:hover span.span2 {
	background: url(../images/icon8-1.png) no-repeat left center;
}
.about_tag ul li.on span.span3, .about_tag ul li a:hover span.span3 {
	background: url(../images/icon9-1.png) no-repeat left center;
}
.about_tag ul li.on span.span4, .about_tag ul li a:hover span.span4 {
	background: url(../images/icon10-1.png) no-repeat left center;
}
.about_tag ul li.on span.span5, .about_tag ul li a:hover span.span5 {
	background: url(../images/icon11-1.png) no-repeat left center;
}
.about_d_text {

	line-height: 30px;
	color: #6d6d6d;

}
.about_list {
	max-width: 790px;
	margin: 0 auto;
}
.about_list ul li {
	width: 33.333%;
	float: left;
	margin: 35px 0
}
.about_list .box {
	margin: 10px;
	border: 1px solid #e7e7e7;
	text-align: center;
	padding: 35px 0;
	color: #ababab;
}
.about_list .box h3 {
	font-size: 56px;
	color: #323232;
	font-weight: normal;
	margin-bottom: 20px;
}
 @media only screen and (max-width: 1400px) {
.banner_cur {
	left: 5%;
	right: 5%;
}
.page_tit2 h2 {
	margin-bottom: 10px;
}
}
@media only screen and (max-width: 1200px) {
.page_tit2 h3 {
	font-size: 38px;
}
.page_tit2.on h2 {
	font-size: 30px;
}
.page_pro .text p {
	line-height: 25px;
	margin-bottom: 10px;
	height: 75px;
}
.his_list ul li .text {
	padding-left: 0
}
.his_list ul li:nth-child(2n) .text {
	padding-left: 100px;
	padding-right: 0
}
}
 @media only screen and (max-width: 900px) {
.menu {
	position: fixed;
	top: 60px;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
}
.menu ul li {
	float: none;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 0;
}
.menu ul li a {
	line-height: 45px;
	font-size: 18px;
}
.menu ul {
	padding-top: 10px;
}
.header .logo {
	position: relative;
	z-index: 1001;
	line-height: 60px;
}
.menu_wrap {
	position: absolute;
	top: 10px;
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center #be9a78;
	background-size: 25px auto;
	right: 5px;
}
.h_menu .menu_wrap {
	background: url(../images/menu-1.png) no-repeat center center #be9a78;
	background-size: 25px auto;
}
.h_menu .menu {
	left: 0;
}
.header {
	line-height: 60px;
}
.mainer {
	margin-top: 60px;
}
.menu li.on a, .menu li a:hover {
	color: #fb3546
}
.banner .text h2 {
	font-size: 30px;
}
.banner .text p {
	font-size: 14px;
}
.banner_search {
	max-width: 500px;
}
.page1_text .text {
	padding: 20px 0;
}
.pro_owl {
	width: 80%;
	margin: 0 auto;
}
.page_pro {
	padding: 50px 0;
}
.page_pro .text {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	transform: none;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
}
.page_pro .text .box {
	max-width: 100%;
}
.pro_owl .owl-theme .owl-controls {
	right: 0
}
.service_list ul li {
	width: 50%;
}
.service_list ul li:nth-child(2n+1) {
	clear: both;
}
.service_list ul li img {
	width: 100%;
}
.about_tag ul li span {
	padding-left: 0;
	background: none !important
}
.about_tag {
	line-height: 60px;
}
.td_list li .box {
	margin: 5px;
}
.td_list li {
	width: 50%;
}
.td_list li:nth-child(2n+1) {
	clear: both;
}
.td_list li img {
	width: 100%;
}
.ry_list li {
	width: 47%;
}
.ry_list li:nth-child(3n+1) {
	clear: none;
}
.ry_list li:nth-child(2n+1) {
	clear: both;
}
.page_news .list .img {
	width: 300px;
	margin-left: 20px;
}
.page_news .list .text {
	padding-top: 20px;
}
.page_news p {
	margin-top: 0;
	height: 54px;
	margin-bottom: 10px
}
.page_news .time {
	margin-bottom: 0
}
.page_news .list li {
	margin-bottom: 20px;
}
}
 @media only screen and (max-width: 800px) {
.news_list ul li {
	width: 100%;
	padding: 10px 0;
}
}
 @media only screen and (max-width: 750px) {
.banner .text h2 {
	font-size: 20px;
}
.banner .text p {
	margin: 1em;
}
.banner_cur {
	display: none;
}
.banner_search .btn {
	width: 100px;
}
.banner_search .box {
	padding-right: 100px;
}
.banner_search .span_tit {
	width: 50px;
}
.banner_search .div_input {
	padding-left: 10px;
}
.banner img {
	width: 150%;
	margin-left: -25%;
	max-width: initial;
}
.banner .img1 {
	overflow: hidden;
}
.page1_text .img1 {
	float: none;
	width: 100%;
}
.pro_list li:nth-child(3n+1) {
	clear: none;
}
.pro_list li {
	width: 50%;
}
.pro_list li:nth-child(2n+1) {
	clear: both;
}
.pro_list li a {
	padding: 15px;
	margin: 5px;
}
.footer .ewm {
	float: none;
	text-align: center;
	margin-bottom: 20px;
	display: none;
}
.footer .list ul li {
	margin: 5px 0;
}
.footer .ewm img {
	margin: 0 auto;
	margin-bottom: 10px;
}
.footer {
	text-align: center;
}
.page {
	padding: 20px 0;
}
.about_list ul li {
	margin: 20px 0;
}
.page_tit2 h3 {
	font-size: 25px;
	line-height: 20px;
}
.page_tit2 h2 {
	font-size: 30px;
}
.about_tag ul li a {
	font-size: 14px;
}
.about_tag {
	line-height: 40px;
}
.about_tag .wrap {
	width: 100%;
}
.about_list .box h3 {
	font-size: 30px;
}
.about_list .box {
	margin: 5px;
}
.page_tit h2 {
	font-size: 20px;
}
.about_list2 ul li {
	margin: 0 auto;
	width: 95%;
	margin-bottom: 15px;
	float: none;
}
.about_list2 img {
	width: 100%;
}
.his_list ul {
	padding-left: 50px;
}
.his_list ul li i {
	left: -40px
}
.his_list ul li {
	padding: 0 !important;
	width: 100%;
	text-align: left;
}
.his_list ul li .text {
	padding: 0 !important
}
.his_list .line {
	left: 10px;
	right: auto;
}
.his_list ul li i:after {
	margin-left: 10px !important;
	width: 20px !important;
}
.zp_p_list .title span {
	min-width: 47%;
	width: auto;
}
.zp_p_list .title {
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page_news .list .img {
	width: 150px;
	float: left;
	margin: 0 auto;
	margin-right: 10px;
}
.page_news p {
	height: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.page_news .list .text {
	padding-top: 10px;
}
.page_news .list .time {
	display: none;
	;
}
.page_news .list .text {
	border-top: 0
}
.page_news .btn a {
	border: 0;
	line-height: 20px;
	text-align: left;
}
.page_news .time {
	margin-bottom: 10px;
}
.page_news p {
	margin-bottom: 5px
}
.news_details .tit h2 {
	font-size: 26px;
	margin-bottom: 15px;
}
.news_details .tit {
	padding: 30px 0;
}
.pro_list2 ul li {
	width: 50%;
}
.page_news h3 {
	margin-bottom: 5px;
}
.pro_list2 .img {
	margin-bottom: 10px
}
.text_cur span {
	max-width: 100%;
	float: none;
}
.text_cur {
	line-height: 35px;
	padding: 10px 0;
}
.cont_list ul li {
	float: none;
	width: 100%;
	text-align: left;
	clear: both;
	margin-bottom: 10px;
}
.cont_list ul li:after {
	content: '';
	display: block;
	clear: both;
}
.cont_list ul li .img1 {
	float: left;
	width: 60px;
	margin-right: 20px;
}
.cont_list ul li .text {
	margin-top: 0;
	padding-top: 10px;
	overflow: hidden;
}
.map {
	overflow: hidden;
}
.map img {
	width: 200%;
	margin-left: -50%;
	max-width: initial;
}
.full {
	display: none;
}
.page_tag a {
	padding: 0 15px;
}
.news_tag {
	padding: 20px 0;
}
.page_tit h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.page_tit {
	margin-bottom: 20px;
}
}
.pro_list2 ul li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.full {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1001;
}
.full li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 1px;
	position: relative;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.full li a:hover span, .full li a:hover label {
	background-color: #be9a78 !important;
}
.full li:last-child a {
	border-bottom: 0;
}
.full li a span {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
	z-index: 2;
}
.full li a label {
	display: block;
	width: 100px;
	white-space: nowrap;
	padding: 0 20px;
	position: absolute;
	line-height: 52px;
	color: #fff;
	z-index: -1;
	background: #000;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
	max-width: 300%;
	;
}
.full li a:hover label {
	left: -120px;
}
.full li a .lbl_img {
	padding: 10px;
	height: auto;
	line-height: normal;
}
.full li a span.span1 {
	background-image: url(../images/full1.png);
}
.full li a span.span2 {
	background-image: url(../images/full2.png);
}
.full li a span.span3 {
	background-image: url(../images/full3.png);
}
.full li a span.span4 {
	background-image: url(../images/full4.png);
}
#maximg img{ max-width:100% !important; height:auto !important}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {float:left;font-family:'microsoft yahei';margin:0 2px;padding:0 10px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background:#333;
  border: 1px solid #333;
}



	/*产品中心*/
	.index .floor_1_main{width: 100%;background: url(../images/proBg.jpg) no-repeat center center;}
	.index .floor_1_main .floor_1{padding: 40px 0;}
	.index .floor_1 .menu{padding-top:40px;padding-bottom:40px;}
	.index .floor_1 .proList .list{width: 100%;}
	.index .floor_1 .proList .list .item{float:left;position: relative;width: 285px;margin-right: 20px;margin-bottom: 20px;transition: all .5s;}
	.index .floor_1 .proList .list .item:nth-child(4n){margin-right: 0;}
	.index .floor_1 .proList .list .item .img{display:block;width: 100%;height: 214px;overflow:hidden;}
	.index .floor_1 .proList .list .item .img img{width: 100%;height: 100%;transition: all .5s;}
	.index .floor_1 .proList .list .item h3{position: absolute;bottom: 0;width: 100%;color: #fff;font-size: 16px;line-height: 50px;text-indent: 20px;background: url(../images/txtBg.png) repeat center center;}
	.index .floor_1 .proList .list .item:hover{box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);}
	.index .floor_1 .proList .list .item:hover .img img{transform: scale(1.1);}
	.index .floor_1_main .more{margin-top: 20px;}
	/*定制案例*/
	.index .floor_2{padding: 40px 0; overflow: hidden;}
	.index .icaseM .bigbox{width: 600px;height: 450px;overflow: hidden;position: relative;margin: 0;}
	.index .icaseM .bigbox .bd{overflow: hidden;}
	.index .icaseM .bigbox .bd .item{position: relative;width: 600px;height: 450px;overflow: hidden;}
	.index .icaseM .bigbox .bd .item img{display:block;width:600px;height: 450px;}
	.index .icaseM .bigbox .bd .item .txt{position: absolute;left: 0;bottom: 0;width:100%;height:60px;background:url("../images/txtBg.png") repeat center center;z-index:12;opacity: 1;transition: all .5s;}
	.index .icaseM .bigbox .bd .item .txt .tit{font-size: 16px;color:#fff;height:60px;line-height:60px;text-indent:20px;}
	.index .icaseM .bigbox .bd .item .txtBox{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;text-align: center;z-index:2;opacity: 0;transition: all .5s;}
	.index .icaseM .bigbox .bd .item .txtBox h3{color: #fff;font-size: 18px;padding-top: 68%;opacity: 0;transition: all .5s;}
	.index .icaseM .bigbox .item:hover .txt{opacity: 0;}
	.index .icaseM .bigbox .item .txtBox span{width: 40px;height: 40px;display: block;background-position: 0 -164px;position: absolute;left: 50%;margin-left: -25px;top: 10%;margin-top: -25px;opacity: 0;transition: all .5s;}
	.index .icaseM .bigbox .item:hover .txtBox{opacity: 1;background: url(../images/black50.png) repeat left top;z-index:16;}
	.index .icaseM .bigbox .item:hover .txtBox h3{opacity: 1;padding-top: 43%;}
	.index .icaseM .bigbox .item:hover .txtBox span{opacity: 1;top: 50%;}
	.index .icaseM .bigbox .hd{height: 15px; overflow: hidden; position: absolute; right: 16px; bottom: 20px; z-index: 15;}
	.index .icaseM .bigbox .hd ul{overflow: hidden; zoom: 1; float: left;}
	.index .icaseM .bigbox .hd li{float: left;margin-right: 6px;width: 10px;height: 10px;font-size: 0;text-indent: -9999px;background: #fff;cursor: pointer;-moz-border-radius: 100%;-webkit-border-radius: 100%;border-radius: 100%;transition: all .5s;}
	.index .icaseM .bigbox .hd li.on{background: #c9974c;}
	.index .icaseM .smabox{width: 600px;}
	.index .icaseM .smabox .item{float: left;margin-right: 0;width: 300px;height: 225px;overflow: hidden;position: relative;margin-bottom: 0px;}
	.index .icaseM .smabox .item img{display: block;width: 300px;height: 225px;}
	.index .icaseM .smabox .item a{display: block;}
	.index .icaseM .smabox .item .txt{position: absolute;left: 0;bottom: 0;width:100%;height:60px;background:url("../images/txtBg.png") repeat center center;z-index:12;opacity: 1;transition: all .5s;}
	.index .icaseM .smabox .item .txt .tit{font-size: 16px;color:#fff;height:60px;line-height:60px;text-indent:20px;}
	.index .icaseM .smabox .item .txtBox{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;text-align: center;background: url(../images/txt2Bg.png) repeat-x left bottom;z-index:2;opacity: 0;transition: all .5s;}
	.index .icaseM .smabox .item .txtBox .tit1{padding-top: 50px;font-weight:bold;font-size:20px;color:#fff;line-height:20px;transition: all .5s;}
	.index .icaseM .smabox .item .txtBox .detail{position:absolute;top: 65%;left:50%;margin-left:-49px;display:block;width:98px;height:34px;font-size:16px;line-height:34px;text-align:center;color:#fff;border:1px solid #fff;transition: all .5s;}
	.index .icaseM .smabox .item:hover .txt{opacity: 0;}
	.index .icaseM .smabox .item:hover .txtBox{opacity: 1;}
	.index .icaseM .smabox .item:hover .txtBox .tit1{padding-top: 80px;}
	.index .icaseM .smabox .item:hover .detail{top: 55%;}
	.index .floor_2_main .more{margin-top: 30px;}
	/*四大优势*/
	.index .floor_3_main{width:100%;height:900px;background: url("../images/ysBg.jpg") no-repeat center center;}
	.index .floor_3{padding-top:40px;}
	.index .floor_3 .indexTit{background:url("../images/titLine1.png") no-repeat center center;}
	.index .floor_3 .indexTit .tit{color:#fff;}
	.index .floor_3 .indexTit .subtit{color:#fff;}
	.index .floor_3 .advantBox{margin-top:70px;min-height:400px;background:url("../images/ysBox.png") no-repeat center center;}
	.index .floor_3 .advantList .item{float:left;display:block;width:400px;cursor:pointer;}
	.index .floor_3 .advantList .item .img{float:left;display:block;width:80px;height:80px;border: 2px solid #fff;border-radius: 50%;transition: all .5s;}
	.index .floor_3 .advantList .item .img img{width: 100%;height: 100%;display: block;}
	.index .floor_3 .advantList .item .txt{float:left;width:300px;margin-left: 16px;transition: all .5s;}
	.index .floor_3 .advantList .item .txt h3{margin-bottom:20px;font-size: 24px;font-weight:bold;color:#fff;line-height:24px;transition: all .5s;}
	.index .floor_3 .advantList .item .txt p{padding-top:20px;width:300px;font-size:14px;line-height:24px;color:#fff;border-top:1px dashed #9a9a9a;transition: all .5s;}
	.index .floor_3 .advantList .item:nth-child(2n){margin-bottom:172px;margin-left: 400px;}
	.index .floor_3 .advantList .item:hover .img{background: #e7ac55;border-color: #e7ac55;transform:translateY(-6px);}
	.index .floor_3 .advantList .item:hover .txt{transform:translateY(-6px);}
	.index .floor_3 .advantList .item:hover .txt h3{color:#e7ac55;}
	.index .floor_3 .advantList .item:hover .txt p{color:#e7ac55;}
	/*关于我们*/
	.index .floor_4_main{width: 100%; height:714px;background: url("../images/aboutBg.jpg") no-repeat center center;}
	.index .floor_4{padding: 60px 0;}
	.index .floor_4 .aTit{height:190px;background: url(../images/titLine.png) no-repeat 14px center;}
	.index .floor_4 .aTit .tit{padding-top:60px;display:block;font-size:40px;font-weight:bold;color:#c9974c;line-height:40px;}
	.index .floor_4 .aTit .subtit{font-size: 16px;color: #666;line-height:18px;font-weight: normal;padding-top: 12px;}
	.index .floor_4 .aboutimg{width: 600px; height: 450px; margin-left:20px;display: block; background: #fff; box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); padding: 10px;}
	.index .floor_4 .aboutimg img{width: 600px; height: 450px; display: block;}
	.index .floor_4 .abouttext{width: 560px; display: block;}
	.index .floor_4 .abouttext .stit{font-size: 24px; font-weight: bold; padding-top: 36px;color:#333;line-height:26px;}
	.index .floor_4 .abouttext h4{color: #999; font-size: 24px; display: block;}
	.index .floor_4 .abouttext .desc{padding-top: 40px;color: #666;line-height: 30px;margin-bottom: 46px;text-align: justify;}
	.index .floor_4 .abouttext .more{margin: 0;}
	/*news*/
	.index .floor_5_main{background:#fff;}
	.index .floor_5{padding-top:40px;padding-bottom:50px;}
	.index .floor_5 .cont{margin-top:40px;margin-bottom:40px;}
	.index .newsBox{width: 580px;height: 435px;overflow: hidden;position: relative;}
	.index .newsBox .hd{height: 40px; overflow: hidden; position: absolute; right: 20px; bottom: 0px; z-index: 10;}
	.index .newsBox .hd ul{overflow: hidden; zoom: 1;}
	.index .newsBox .hd li{margin-right: 6px;width: 12px;height: 12px;font-size: 0;text-indent: -9999px;background: #fff;cursor: pointer;-moz-border-radius: 100%;-webkit-border-radius: 100%;border-radius: 100%;display: block;float: left;transition: all .5s;}
	.index .newsBox .hd li.on{background: #c9974c;}
	.index .newsBox .bd li{zoom: 1;vertical-align: middle;position: relative;width:580px;height: 435px;overflow: hidden;}
	.index .newsBox .bd li img{display: block;width: 580px;height: 435px;}
	.index .newsBox .bd li .txt{position:absolute;bottom:0px;left:0;z-index: 5;width:100%;height:70px;background:url("../images/txtBg.png") repeat center center;}
	.index .newsBox .bd li .txt .tit{display: block;font-size: 18px;line-height:70px;color: #fff;text-indent:20px;}
	.index .newsBox .bd li p{padding: 0; color: #666; line-height: 24px; height: 50px; overflow: hidden;}
	.index .newsBox .bd li .time{font-size: 16px; padding-right: 30px; padding-top: 28px;}
	.index .textlist{width: 572px;}
	.textlist .item{position:relative;border-bottom: 1px dashed #d7d7d7;transition: all .5s;}
	.textlist .item a{display: block;padding: 19px 0px;}
	.textlist .item:first-child a{padding-top:0px;}
	.textlist .item h3{color: #333;font-size: 18px;transition: all .5s;}
	.textlist .item p{margin-top:6px;font-size: 14px; line-height: 20px; color: #666;}
	.textlist .item .time{display: block;width: 70px;height: 73px;border-right: 1px solid #ddd;line-height: 25px;margin-right: 30px;padding-right: 20px;text-align: center;color: #666;}
	.textlist .item .time b{color: #666; display: block; font-size: 48px; line-height: 48px;}
	.textlist .item:hover{transform: translate3d(0, -2px, 0);}
	.textlist .item:hover h3{color: #c9974c;}
	/*end news*/
	.xunpan{width: 100%; background: url(../images/xunpan.jpg) no-repeat center top; height: 200px; color: #fff;}
	.xunpan .zixun{width: 454px; padding-top: 40px; text-align: center;}
	.xunpan .zixun .ewm{width: 106px; height: 106px; display: block; padding: 6px; background: #fff;}
	.xunpan .zixun .tel{border: 1px solid #7a7c82; width: 300px; height: 50px; line-height: 50px; text-align: center; font-size: 26px; color: #fff; margin-bottom: 20px; font-family: "AvantGardeITVbyBT Book", arial; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;}
	.xunpan .zixun .tel em{position: relative;top: -2px;width: 25px;height: 25px;background-position: -154px -50px;margin-right: 10px;}
	.xunpan .zixun .zx{border: 1px solid #c9974c; width: 300px; height: 50px; line-height: 50px; text-align: center; font-size: 20px; color: #fff; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; background: #c9974c;}
	.xunpan .zixun .zx em{width: 22px; height: 20px; display: inline-block; background-position: -190px -50px; margin-left: 10px; vertical-align: middle;}
	.xunpan .txt{padding-top: 55px;}
	.xunpan .txt h3{font-size: 40px;line-height: 45px;padding-bottom: 25px;}
	.xunpan .txt p{font-size: 20px;}
	.xunpan .txt p span{color: #c9974c; display: inline-block;}

	/****************************** ** 内页 ******************************/
	/*prolist*/
	.prolist .item{width: 280px;padding-top: 10px;overflow: hidden;float: left;margin: 0 26px 26px 0;position: relative;border: 1px solid #ddd;text-align: center;transition: all .5s;}
	.prolist .item a{display: block; width: 100%;}
	.prolist .item img{width: 260px;height: 195px;display: block;margin: 0 auto;}
	.prolist .item h3{height: 60px;line-height: 60px;padding: 0 12px;font-size: 16px;color: #666;overflow: hidden;transition: all .5s;}
	.prolist .item:hover{border-color: #c9974c;}
	.prolist .item:hover h3{color: #c9974c;}
	/*txtimglist*/
	.txtimglist .item{width: 858px;height: 160px;padding: 20px;margin-bottom: 40px;border:1px solid #ddd;transition: all .5s;}
	.txtimglist .item a{width: 100%; display: block;}
	.txtimglist .item img{width: 213px;height: 160px;display: block;margin-right: 45px;}
	.txtimglist .item h3{font-size: 18px;color: #333;padding: 22px 0 15px;transition: all .5s;}
	.txtimglist .item .txt{color: #999;line-height: 24px;height: 72px;padding-right: 45px;text-align: justify;overflow: hidden;}
	.txtimglist .item .time{width: 100px; padding-top: 28px; line-height: 24px; font-family: arial; font-size: 16px; color: #939aa3;}
	.txtimglist .item .time .day{font-size: 34px; line-height: 40px; display: block;}
	.txtimglist .item .time s{width: 54px; height: 8px; display: block; margin-top: 20px; background-position: -170px 0;}
	.txtimglist .item:hover{border:1px solid #c9974c;}
	.txtimglist .item:hover h3{color: #c9974c; text-indent: 10px;}
	.txtimglist .searchlist .item img{width: auto; height: 150px;}
	/************content************/
	/* loaction */
	.location{width: 100%; padding-bottom: 10px; margin-bottom: 30px; position: relative; border-bottom:1px solid #ddd;}
	.location:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
	.location h3{font-size: 20px;}
	.location .sitepath{color: #666;white-space: nowrap;}
	.location .sitepath s{width: 16px; height: 17px; background-position: -30px 0px; margin: 0 6px;}
	.location .sitepath a{color: #666;}
	.location .sitepath a:hover{color: #c69f65;}
	/* reLink */
	.reLink{width: 100%; height: 58px; line-height: 58px; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd;}
	.reLink .nextLink,.reLink .prevLink{width: 50%; display: block; text-align: left; color: #666;}
	.reLink .nextLink a:hover,.reLink .prevLink a:hover{color: #c9974c;}
	.reLink .nextLink a,.reLink .prevLink a{color: #666;}
	.reLink .nextLink{text-align: right;}
	.nybanner{width: 100%;position: relative;height: 300px;overflow: hidden;background-position: center;background-repeat: no-repeat;background-image: url(../images/nybanner.jpg);}
	.wrapper{width: 1200px; margin: 0 auto; padding: 50px 0 60px;}
	.wrapper .showvideo{margin: 0 auto;}
	.wrapper .left-tit{width: 100%; text-align: center; line-height: 40px; font-size: 40px; font-weight: bold; padding: 15px 0 20px 0; position: relative; margin-bottom: 20px; color: #fff; background: url(../images/lefttitbg.png) no-repeat center bottom;}
	.wrapper .left-tit.left-tit2{font-size: 30px; padding-bottom: 19px; *padding-top: 1px;}
	.wrapper .leftCon{width: 260px; float: left; padding: 26px 0 15px; background: #be9a78;}
	.wrapper .leftCon .leftpro{margin: 0 10px;}
	.wrapper .leftCon .leftpro center{color: #fff;}
	.wrapper .leftCon .leftpro .item{float: left;width: 115px;margin: 0 auto 10px;}
	.wrapper .leftCon .leftpro .item:nth-child(2n){float: right;}
	.wrapper .leftCon .leftpro .item a{width:100%; display:block;}
	.wrapper .leftCon .leftpro .item a img{width: 100%;height: 86px;display: block;}
	.wrapper .leftCon .leftpro .item a h3{color: #fff;font-size: 13px;line-height: 35px;text-align: center;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
	.wrapper .leftNav{margin: 0 20px;margin-bottom: 20px;}
	.wrapper .leftNav li{margin-bottom: 10px;text-align: center;}
	.wrapper .leftNav li .aLink{display: block;font-size: 16px;line-height: 43px;color: #fff;border: 1px solid #fff;}
	.wrapper .leftNav li:hover .aLink,.wrapper .leftNav li.hover .aLink{background: #fff;}
	.wrapper .leftNav li.hover a,.wrapper .leftNav li:hover a{color:#c9974c;}
	.wrapper .leftNav .boxlist{display:none;padding: 0 10px;background: #be9a78;}
	.wrapper .leftNav li.item.hover .boxlist{display: block;}
	.wrapper .leftNav .boxlist li{margin: 0;}
	.wrapper .leftNav .boxlist li:first-child a{border: 0;}
	.wrapper .leftNav .boxlist li a{display:block;font-size: 14px;color: #fff;line-height: 35px;border-top: 1px dashed #fff;}
	.wrapper .content{width:900px;float: right;}
	.wrapper .content .prolist{width: 106%; position: relative;}
	.wrapper .content .bgfff{width: 818px; padding: 15px 40px 50px; border: 1px solid #dddddd; background: #fff;}
	/******recommend*******/
	.recomCon{margin-top: 20px;}
	.recomCon .recom-tit{font-size: 22px;line-height: 32px;padding: 20px 0;}
	.recomCon .recom-tit .more{float: right;font-size: 16px;width: 120px;height: 30px;color: #666;text-align: center;line-height: 30px;border: 1px solid #ddd;}
	.recomCon .recom-tit .more:hover{width:150px;}
	.recomCon .recom-tit s{width: 4px;height: 23px;margin-right: 15px;background: #c9974c;display: inline-block;vertical-align: middle;}
	.recomCon .txtimglist{width: 100%;}
	.recomCon .txtimglist .item{width: 440px;height: auto;padding: 0;padding-bottom: 20px;float: left;margin-right: 20px;margin-bottom: 20px;border: 0;border-bottom: 1px solid #dddddd;}
	.recomCon .txtimglist .item:nth-child(2n){margin-right: 0;}
	.recomCon .txtimglist .item a{width: 100%;height: 120px;display: block;}
	.recomCon .txtimglist .item img{width: 161px;height: 120px;float: left;margin-right: 10px;}
	.recomCon .txtimglist .item h3{font-size: 18px;line-height: 32px;height: 32px;position: relative;margin-bottom: 10px;padding: 0;overflow: hidden;}
	.recomCon .txtimglist .item .txt{padding: 0;}
	.recomCon .txtimglist .item:hover h3{color: #c9974c;text-indent: 0;}
	/****singlePage******/
	.singlePage img{max-width: 100%; height: auto !important;}
	.singlePage .txtcon{color: #666;text-align: justify;}
	/*showNews*/
	.shareNew{padding-bottom: 20px;}
	.showInfo .title{font-size: 22px; color: #333333; text-align: center; padding: 10px 0 16px;}
	.showInfo .mark{color: #666; height: 38px; line-height: 38px; overflow: hidden; text-align: center; margin-bottom: 20px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
	.showInfo .mark span{margin: 0 10px; font-size: 12px;}
	.showInfo .img{width: 500px; display: block; margin: 10px auto 20px;}
	.showInfo .img img{max-width: 100%; display: block; margin: 0 auto;}
	.showInfo #pic{text-align: center;}
	.showInfo #pic img{display: inline-block;max-width: 800px;padding: 1px;box-shadow: 0 0 20px 0 rgba(0,0,0,.3);}
	.showInfo .showContxt{color: #666;padding: 0 2px 30px;line-height: 30px;text-align: justify;}
	.showInfo .showContxt .t{position: relative; display: inline-block; *display: inline; *zoom: 1; color: #333; padding: 0 2px 5px; font-size: 16px; margin-bottom: 10px;}
	.showInfo .showContxt .t:after{width: 20px; height: 2px; content: "\20"; background: #c21d24; display: block; position: absolute; left: 2px; bottom: -1px;}
	.showInfo .showContxt img{max-width: 100%; height: auto !important;}
	.showInfo .title2{height: 40px; line-height: 40px; margin-top: 20px; border-bottom: 1px solid #d9d9d9;}
	.showInfo .title2 a{float: right; font-size: 12px; font-family: arial;}
	.showInfo .title2 .left{height: 38px; line-height: 38px; font-size: 18px; border-bottom: 3px solid #4d485b;}
	.msgPage .formData{padding-top: 5px;}
	.msgPage .tit{text-align: center; padding: 18px 0 36px;}
	.msgPage .tit .p1{font-size: 25px; margin-bottom: 10px;}
	.msgPage .tit .p2{color: #666;line-height: 24px;}
	.msgPage .tit .p2 span{color: #c9974c;font-weight: bold;}
	.formData{padding-bottom: 20px;}
	.formData .item{float: left;color: #999;font-weight: normal;width: 420px;height: 43px;line-height: 43px;border: 1px solid #ccc;background: #f3f3f3;margin-right: 56px;margin-bottom: 25px;position: relative;}
	.formData .item label{padding-left: 15px;position: absolute;left: 0;top: 0;z-index: 11;text-align: center;display: block;margin: 0;height: 43px;line-height: 43px;font-size: 16px;color: #666;}
	.formData .item input{outline: none;line-height: 38px;height: 38px;font-size: 16px;}
	.formData .item .txt{width: 350px;height: 43px;line-height: 43px;display: block;background: none;padding-left: 70px;border: 0 none;color: #666;}
	.formData .item .red{position: absolute;right: 15px;top: 0;color: #ff0000;z-index: 11;}
	.formData .item.mr0{margin-right: 0;}
	.formData .msg-box{position: absolute;left: 0;top: 0px;}
	.formData .liuyan{width: 918px;height: 260px;border: 1px solid #e4e4e4;float: left;}
	.formData .liuyan label{text-align: right;display: block;top: 7px;}
	.formData .liuyan textarea{width: 908px;height: 234px;line-height: 35px;padding: 12px 10px;text-indent: 100px;font-size: 16px;font-family: "microsoft yahei";color: #666;border: 0 none;overflow: hidden;background: none;resize: none;display: block;outline: none;}
	.formData .bot{width: 100%;}
	.formData .sub{width: 232px;line-height: 41px;border: 2px solid #c9974c;margin-right: 2px;text-align: center;background: #c9974c;color: #FFF;cursor: pointer;font-size: 18px;display: block;outline: none;transition: all .5s;}
	.formData .sub:hover{background: none;color: #c9974c;}
	.formData .yzm .txt{padding-left: 80px;width: 340px;}
	.formData .yzm img{position: absolute;right: 0;top: 0;border: 0px;display: block;}
	/*↓组图样式↓*/
	.HS10, .HS15{overflow:hidden;clear:both;}
	.HS10{height:10px;}
	.HS15{height:15px;}
	.Hidden{display:none;}
	.Clearer{display:block;clear:both;font-size:1px;line-height:1px;margin:0;padding:0;}
	.FlLeft{float:left;}
	.FlRight{float:right;}
	/*幻灯片区域背景*/
	.MainBg{width: 100%;margin:0 auto;}
	/*大图展示区域*/
	.OriginalPicBorder{padding: 0;}
	#OriginalPic{width: 100%;overflow:hidden;position:relative;font-size:12px;}
	#OriginalPic img{display:block;min-width: 100px;max-width: 100%;margin:0 auto;}
	/*鼠标手势*/
	.CursorL{position:absolute;z-index:999;width:50%;height: 100%;color:#FFF;left: 0;cursor:url(../images/CurL.cur), auto;}
	.CursorR{position:absolute;z-index:999;width:50%;height: 100%;color:#FFF;right:0;cursor:url(../images/CurR.cur), auto;}
	/*小图预览和滑动*/
	.SliderPicBorder{width: 100%;overflow:hidden;}
	.ThumbPicBorder {width: 100%;margin:0 auto;background: #eeeeee;overflow: hidden;position: relative;}
	.ThumbPicBorder #btnPrev{width:45px;height:113px;cursor:pointer;position: absolute;left: 20px;top: 20px;}
	.ThumbPicBorder #btnNext{width:45px;height:113px;cursor:pointer;position: absolute;right: 20px;top: 20px;}
	.ThumbPicBorder .pic{width: 755px;overflow: hidden;position: relative;margin: 20px auto;}
	#ThumbPic img{border: 3px solid #ddd;cursor:pointer;background-color: #ddd;margin: 0 5px;width: 135px;height: 108px;display:block;transition: all .5s;}
	#ThumbPic img.active{border: 3px solid #c9974c;}
	/*清除浮动*/
	.clearfix{*zoom: 1;}
	.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
	/*顶部*/
	
	/* loaction */
	.location{width: 100%; padding-bottom: 10px; margin-bottom: 30px; position: relative; border-bottom:1px solid #ddd;}
	.location:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
	.location h3{font-size: 20px;}
	.location .sitepath{color: #666;white-space: nowrap;}
	.location .sitepath s{width: 16px; height: 17px; background-position: -30px 0px; margin: 0 6px;}
	.location .sitepath a{color: #666;}
	.location .sitepath a:hover{color: #c69f65;}
	/* reLink */
	.fl{float: left;}
	.fr{float: right;}