﻿/*重置css*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Microsoft YaHei', Arial, Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 14px;
	background-color: #fff;
	min-width: 320px;
}

#infscr-loading {
	text-align: center;
	line-height: 30px;
}

#infscr-loading em {
	font-style: normal;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

ul,
li,
img {
	border: none;
	list-style: none;
}

div {
	display: block;
}

body,
html {
	height: 100%;
	min-width: 320px;
}

.footer {
	width: 100%;
	height: 36px;
	clear: both;
}

.top_centerp {
	display: none;
}


/*悬框css开始*/

#top {
	overflow: hidden;
}

.izl-rmenu {
	position: fixed;
	right: 0;
	bottom: 240px;
	/*background: url(../images/r_b.png) 0px bottom no-repeat;*/
	z-index: 999;
}
.izl-rmenu .btn {
	margin-bottom: 4px;
	cursor: pointer;
	position: relative;
	background-color: #fff;
	border: 1px solid #c8bfb6;
	text-align: center;
	vertical-align: middle;
}

.izl-rmenu .btn-wx:hover {
	background-color: #e8e5e5;
}

.izl-rmenu .btn-wxt:hover {
	background-color: #e8e5e5;
}

.izl-rmenu .btn-wxtt:hover {
	background-color: #e8e5e5;
}

.izl-rmenu .btn-top {
	display: none;
}

.izl-rmenu .btn-top:hover {
	background-color: #e8e5e5;
}

.izl-rmenu .btn_bottom {
	display: none;
}

.izl-rmenu .btn_bottom:hover {
	background-color: #e8e5e5;
}

#izl_rmenu img {
	padding: 16px;
}

.hf{display:none;}
/*悬框css结束*/


/*首页css开始*/


/*首页轮播pc css开始*/


/* 本例子css */

.slideBox {
	width: 1300px;
	height: 480px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	margin: 0 auto;
}
#banner
{
	width: 1300px;
    height: 480px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	left: 50%;
	margin-left: -650px;
}
#banner .banner_topSlide{
	width: 100%;height: 480px;overflow: hidden;position: absolute;top: 0;left: 0;z-index: 1;}
#banner .banner_topSlide .imgbox{
	width: auto;height: 480px;overflow: hidden;}
#banner .banner_topSlide .imgbox a img{
	width: auto;height: 480px;overflow: hidden;}
#banner .banner_btn{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	display: block;
	width: 30px;
	height: 33px;
	opacity: 0;
	z-index: 55;
}
#banner:hover .banner_btn
{opacity: 1;}
#banner .banner_right
{right: 0;}
#banner .banner_left
{left: 0;}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 533px;
	bottom: 5px;
	z-index: 1;
	display: none;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 68px;
	height: 4px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 4px;
	font-size: 0px;
}

.slideBox .on {
	background-color: orange!important;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 480px;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	display: block;
	width: 30px;
	height: 33px;
	opacity: 0;
}

.slideBox .prev {
	background: url(../img/ib_qh.png) no-repeat center center;
	left: 0%;
}

.slideBox .next {
	right: 0%;
	background: url(../img/ib_hh.png) no-repeat center center;
}

.slideBox:hover .prev {
	opacity: 1;
}

.slideBox:hover .next {
	opacity: 1;
}


/*首页轮播pc css结束*/


/*首页顶部flash手机css开始*/


/* 本例子css -------------------------------------- */

#focus1 {
	width: 640px;
	height: 343px;
	margin: 6px auto 34px auto;
	position: relative;
	overflow: hidden;
	display: none;
	clear: both;
}

#focus1 .hd {
	width: 100%;
	height: 20px;
	position: absolute;
	z-index: 1;
	bottom: 12px;
	text-align: center;
	opacity: 0;
}

#focus1 .hd ul {
	display: inline-block;
	height: 20px;
	font-size: 0;
	vertical-align: top;
}

#focus1 .hd ul li {
	display: inline-block;
	width: 19px;
	height: 19px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
}

#focus1 .hd ul .on {
	background: rgba(186, 145, 99, 0.5);
}

.h_h {
	margin: 0 auto;
	width: 100%;
	display: block;
}

#focus1 .bd {
	position: relative;
	z-index: 0;
}

#focus1 .bd li img {
	width: 100%;
	height: 343px;
}

#focus1 .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}


/*首页顶部flash手机css结束*/

.top {
	width: 100%;
	height: 80px;
	margin-bottom: 7px;
}

.index_li {
	position: relative;
	z-index: 4;
}

.fan {
	display: none;
	position: absolute;
	top: 34px;
	left: 0px;
	z-index: 999;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0px 1px 3px #737070;
}

.fan li {
	display: block;
	float: left;
	width:77px;
	text-align: center;
}

.fan li a {
	display: block;
	width: 100%;
	color: #9e9e9e;
	font-size: 14px;
	line-height: 28px;
}

.fan li a:hover {
	color: #c75555;
	border: none;
	background-color: #eee;
}

.fanbefore {
	border-bottom: 5px solid #dedede;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	width: 0;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	top: -6px;
	left: 28px;
	z-index: 1;
}

.top_center {
	width: 1300px;
	margin: 0 auto;
	/*border-bottom: 1px solid #786045;*/
	height: 79px;
}

.index_logo {
	width: 226px;
	height: 34px;
	display: block;
	float: left;
	margin: 23px 0px;
	box-sizing: border-box;
}

.top_nav {
	float: left;
}

.top_right {
	float: right;
}

.top_zy {
	text-align: right;
	margin: 10.5px 0px;
}

.top_zy a {
	color: #888;
	display: inline-block;
	padding-left: 12px;
	margin-left: 12px;
}

.ying {
	border-left: 1px solid #adadad;
}

.ul_nav {
	display: block;
	float: left;
}

.ul_nav>li {
	display: block;
	float: left;
	margin-left: 27px;
	width: 80px;
	text-align: center;
}

.index_li>a {
	color: #9e9e9e;
	font-size: 18px;
	padding-bottom: 28px;
}

.ul_navon {
	color: #c75555!important;
}

.ul_navo {
	color: #c75555!important;
}

.top_seach {
	float: right;
	width: 145px;
	height: 25px;
	border: 1px solid #b7b7b7;
	border-radius: 4px;
	margin-left: 30px;
}

.input_seach {
	display: block;
	float: left;
	border: none;
	width: 96px;
	height: 25px;
	outline: none;
	box-sizing: border-box;
	margin: 0px 8px;
	font-size: 14px;
	color: #b0afaf;
}

.seach_tubiao {
	width: 32px;
	height: 21px;
	background: url(../img/seach.png) no-repeat center center;
	border-left: 1px solid #b7b7b7;
	float: right;
	margin: 2px 0px;
	box-sizing: border-box;
}

.index_center {
	width: 1300px;
	margin: 0px auto 16px auto;
}

.pinxin {
	width: 100%;
	/*height: 348px;*/
	overflow: hidden;
}

.pin {
	float: left;
	width: 360px;
}

.index_h1 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #c8bfb6;
	padding: 12px 0px 0px 0px;
	margin-bottom: 16px;
	font-weight: normal;
	line-height: 46px;
	overflow: hidden;
}

.index_morep {
	display: none;
}

.pin_a {
	display: block;
	float: left;
	color: #786246;
	font-size: 18px;
}

.h1_xie {
	display: block;
	float: left;
	width: 2px;
	height: 19px;
	background-color: #786246;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	margin: 15px 12px 0px 12px;
}

.h1_ying {
	display: block;
	float: left;
	color: #828281;
	font-size: 14px;
}

.pin_ztu {
	display: block;
	width: 360px;
	height: 202.5px;
	overflow: hidden;
	position: relative;
}

.img_jieshao {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.pin_ztu:hover .img_jieshao {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.jieshao_hui {
	display: block;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	padding: 10px 14px;
	line-height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	text-indent: 28px;
	background-color: rgba(80, 80, 80, 0.2);
}

.xin {
	float: right;
	width: 882px;
	margin-bottom: 1px;
}

.xinwen_ulp {
	display: none;
}

.leixing_ulp {
	display: none;
}

.index_more {
	display: block;
	float: right;
	color: #777;
	font-size: 14px;
}

.index_more img {
	display: inline-block;
	width: 13px;
	height: 13px;
}

.footer_center {
	background-color: #e2e2e2;
	width: 1300px;
	margin: 0 auto;
	line-height: 36px;
	color: #63523e;
	font-size: 12px;
	text-align: center;
}


/*首页css结束*/


/*地区css开始*/

.banner {
	width: 1300px;
	margin: 0 auto;
	height: 300px;
	overflow: hidden;
	padding-top: 1px;
}

.banner img {
	max-width: 100%;
}

.diqu_center {
	width: 1300px;
	margin: 0 auto;
}

.diqu_h2 {
	display: block;
	width: 100%;
	color: #7b7b7b;
	font-size: 14px;
	margin: 14px 0px 0px 0px;
	font-weight: normal;
}

.diqu_h2 a {
	display: inline-block;
	margin: 0px 2px 0px 0px;
	font-size: 14px;
	color: #7b7b7b;
}

#diqu_h2on {
	color: #624d34;
}

.diqu_zheng {
	width: 100%;
}

.diqu_left {
	width: 15%;
	float: left;
	margin-right: 4.7%;
}

.diqu_logo {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #1e1e1e;
	font-size: 18px;
}

.diqu_logo a {
	width: 100%;
	color: #1e1e1e;
	font-size: 18px;
}

.sortName {
	display: none;
}

.diqu_logo img {
	display: none;
	float: left;
	width: 29px;
	height: 32px;
	margin: 15px 12px 12px 0px;
}

.diqu_leftul {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 12px;
}

.diqu_leftul li {
	display: block;
	width: 100%;
	color: #1e1e1e;
	font-size: 16px;
	/*height: 40px;*/
	line-height: 40px;
	margin-bottom: 0px;
	box-sizing: border-box;
	cursor: pointer;
}

.jianjie_leftul li {
	border-top: 1px solid #9b9b9b;
}

.jianjie_leftul li a {
	font-size: 16px;
}

.jianjie_leftul li:last-child {
	border-bottom: 1px solid #9b9b9b;
}

.diqu_leftul li>a {
	color: #1e1e1e;
	font-size: 16px!important;
}

.diqu_leftul li a:hover {
	color: #c75555;
}

.diqu_leftulx {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.diqu_leftulx li {
	display: block;
	width: 100%;
	background-color: #e2e2e2;
	color: #1e1e1e;
	font-size: 18px;
	/*height: 40px;*/
	line-height: 40px;
	margin-bottom: 6px;
	text-indent: 26px;
	box-sizing: border-box;
	cursor: pointer;
}

.diqu_leftulx li:hover {
	background-color: #9b9b9b;
	color: #c75555;
}

.diqu_lulon a {
	color: #c75555!important;
}

.diqu_lulon {
	color: #c75555!important;
}

.diqu_right {
	width: 80%;
	float: right;
	display: none;
}

.diqu_rightul {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 28px 0px;
}

.diqu_rightul li {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 32.6682%;
	margin-right: 1%;
	position: relative;
	height: 196.45px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
}

.diqu_rightul li:nth-child(3n) {
	margin-right: 0;
}

.xm_hj {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

.diqu_imgda {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.diqu_imgda:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.diqu_rus {
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: rgba(80, 80, 80, 0.2);
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}


/*分页样式开始*/

.need_fenye {
	text-align: center;
	clear: both;
	color: #282828;
	font-size: 12px;
	margin-bottom: 0px;
	width: 100%;
	position: relative;
}

.need_fenyehaha {
	width: 104px;
	position: relative;
	margin: -32px 0px 16px 0px;
	overflow: hidden;
	min-height: 54px;
	float: right;
}

.need_fenyehaha1 {
	width: 100%;
	position: relative;
	margin: 30px 0px 8px 0px;
	overflow: hidden;
	min-height: 46px;
}

.shang {
	position: absolute;
	top: 0;
	right: 0;
	color: #767676;
	font-size: 12px;
	padding: 7px 7px;
	background-color: #f2f2f2;
	border: 1px solid #e5e5e5;
}

.need_fenyete {
	background-color: #e2e2e2;
	color: #fff;
	font-size: 12px;
	padding: 6.5px 12px;
	margin-right: 12px;
}

.need_fenye1 {
	border: 1px solid #e5e5e5;
	color: #919191;
	font-size: 12px;
	padding: 6.5px 12px;
	margin-right: 12px;
	background-color: #f2f2f2;
}

.need_fenye1:hover {
	background-color: #e2e2e2;
	color: #fff;
}

.need_fenyego {
	color: #767676;
	font-size: 12px;
	border: 1px solid #e5e5e5;
	background-color: #f4f4f4;
	padding: 7px 7px;
	margin: 0px 6px;
}

.need_form {
	display: inline-block;
}

.need_input {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #e5e5e5;
	padding: 7px 9px;
	margin: 0px 6px;
}


/*分页样式结束*/


/*地区css结束*/


/*联系我们css开始*/

.callme_zheng {
	width: 100%;
	border: 1px solid #bbb;
	float: left;
	height: 326px;
	margin-bottom: 17px;
	box-sizing: border-box;
	overflow: hidden;
}

.callme_zheng1 {
	margin-top: 14px;
}

.callme_left {
	width: 50%;
	float: left;
}

.callme_left1 {
	width: 50%;
	float: right;
}

.callme_zhong {
	display: block;
	font-size: 18.2px;
	width: 24px;
	color: #fff;
	background-color: #9b9b9b;
	padding: 90px 48px;
	float: left;
}

.callme_img {
	width: 462px;
	height: 326px;
	float: left;
}

.callme_img img {
	max-width: 100%;
}

.callme_zhong1 {
	display: block;
	font-size: 18.2px;
	width: 24px;
	color: #fff;
	background-color: #9b9b9b;
	padding: 90px 48px;
	float: right;
}

.callme_img1 {
	width: 462px;
	height: 326px;
	float: right;
}

.callme_img1 img {
	max-width: 100%;
}

.callme_table {
	width: 50%;
	float: left;
	height: 328px;
	vertical-align: middle;
	padding: 0px 50px;
	box-sizing: border-box;
}

.callme_table td p img {
	max-width: 100%;
}

.callme_table1 {
	padding: 0px 125px;
}

.callme_right {
	width: 100%;
	color: #4f4f4f;
	font-size: 14px;
	line-height: 28px;
}


/*联系我们css结束*/


/*公司简介css开始*/

.jianjie_right {
	display: none;
	width: 80%;
	float: right;
	overflow: hidden;
	color: #545454;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	margin: 0px 0px 22px 0px;
}

.jianjie_span {
	display: block;
	width: 100%;
}

.jianjie_span1 {
	display: block;
	width: 100%;
	color: #786045;
}

.jiashao_img {
	display: block;
	margin: 18px 0px;
	max-width: 100%;
}


/*公司简介css结束*/


/*搜索结果页css开始*/

.seach_ul {
	display: block;
	width: 100%;
	margin: 42px 0px 52px 0px;
}

.seach_ul li {
	display: block;
	float: left;
	width: 23.5%;
	height: 176px;
	margin-right: 2%;
	margin-bottom: 18px;
	position: relative;
	overflow: hidden;
}

.seach_ul li:nth-child(4n) {
	margin-right: 0;
}


/*搜索结果页css结束*/


/*项目详情页css开始*/

.nan {
	display: none;
}

.nan ul {
	display: none;
}

.xiangmu_zheng {
	width: 100%;
	overflow: hidden;
	margin: 22px 0px;
}

.xiangmux_left {
	width: 20%;
	float: left;
}

.xiangmux_h2 {
	display: block;
	width: 100%;
	color: #786045;
	font-size: 16px;
	font-weight: normal;
}

.xiangmux_nei {
	display: block;
	width: 100%;
	border-top: 1px solid #786045;
	border-bottom: 1px solid #786045;
	font-size: 14px;
	color: #828382;
	line-height: 28px;
	padding: 10px 0px;
	margin: 8px 0px 8px 0px;
}

.xiangmux_she {
	display: block;
	width: 100%;
	overflow: hidden;
}

.f_h {
	line-height: 24px;
}

.xiangmux_she1 {
	display: none;
}

.dian {
	display: inline-block;
	margin: 0px 6px 0px 0px;
}

.xiangmu_zuo {
	display: inline-block;
	color: #786045;
	font-size: 14px;
	text-align: justify;
	-moz-text-align-last: justify;
	letter-spacing: 2px;
}


/*.xiangmu_zuo:after {
	display: inline-block;
	content: "";
	overflow: hidden;
	width: 100%;
	height: 0;
	;
}*/

.xiangmux_shete {
	margin-top: 14px;
}

.xiangmu_you {
	display: inline-block;
	
}
.xiangmu_you1 {
	display: inline-block;
	width: 178px;
	vertical-align: -30px;
	
}

.xiangmux_sx {
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.xiangmux_sx a {
	display: block;
	float: left;
	color: #828382;
	font-size: 14px;
	margin-right: 15%;
}

.xiangmux_sx a:last-child {
	margin-right: 0;
}

.xiangmux_sx a:hover {
	color: #7b6449;
}

.xiangmux_shang {
	display: none;
}

.xiangmux_sx1 {
	display: none;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.xiangmux_sx1 a {
	display: block;
	float: left;
	color: #828382;
	font-size: 24px;
	margin-right: 15%;
}

.xiangmux_sx1 a:last-child {
	margin-right: 0;
}

.fenxiangpc {
	display: block;
}

.fenxiangp {
	display: none;
}

.bdsharebuttonbox {
	margin-top: 6px;
}

.bds_more {
	background-image: url(../img/fenxiang.png)!important;
	width: 22px;
	height: 30px!important;
	box-sizing: border-box;
}

.fenxiang {
	display: inline-block;
	color: #6f6f6f;
	font-size: 14px;
	margin: 5px 0px 0px -4px;
}

.xiangmux_right {
	width: 80%;
	float: right;
}


/*项目详情页css结束*/


/*项目css开始*/

.xiangmu_right {
	display: block;
	width: 80%;
	float: right;
}


/*项目css结束*/


/*新闻动态css开始*/

.xinwen_rightul {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 28px 0px;
}

.xinwen_rightul li {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 49.5%;
	margin-right: 1%;
	box-sizing: border-box;
	border: 1px solid #e2e2e2;
}

.xinwen_rightul li:nth-child(2n) {
	margin-right: 0;
}

.xinwen_rightul li:hover {
	border: 1px solid #786045;
	box-shadow: 0px 0px 4px #5b5759;
	color: #7b6449!important;
}

.xinwen_rightul li:hover .xinwen_h2 {
	color: #7b6449;
}

.xinwen_rightul li:hover .xinwen_span2 {
	color: #7b6449;
}

.xinwen_imgd {
	width: 254px;
	height: 142.875px;
	float: left;
	margin: 12px 0px 12px 12px;
	overflow: hidden;
}

.xinwen_imgd img {
	width: 100%;
	height: 100%;
}

.xinwen_div {
	display: block;
	width: 212px;
	float: right;
	padding: 12px;
	text-align: left;
	line-height: 25px;
	height: 134px;
}

.xinwen_h2 {
	width: 100%;
	display: block;
	color: #4a4a4a;
	font-size: 16px;
	font-weight: normal;
	height: 25px;
    overflow: hidden;
    text-overflow:ellipsis;
white-space: nowrap;
}

.xinwen_span1 {
	display: block;
	color: #b1b1b1;
	font-size: 12px;
	width: 100%;
}

.xinwen_span2 {
	display: block;
	width: 100%;
	color: #828282;
	font-size: 14px;
	line-height: 22px;
	height: 90px;
	overflow: hidden;
	word-break: break-all;
}


/*新闻动态css结束*/

.zhong {
	/*border-top: 1px solid #c4c4c4;*/
}


/*.zhong:hover{
	color: #;
}*/


/*新闻动态详情页开始*/

.xinwenx_right {
	width: 100%;
	margin: 0px 0px 52px 0px;
}

.xinwenx_h2 {
	display: block;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 4px;
	line-height: 28px;
}

.xinwenx_h2s1 {
	display: block;
	width: 100%;
	color: #786045;
	font-size: 16px;
}

.xinwenx_h2s2 {
	display: block;
	width: 100%;
	color: #b1b1b1;
	font-size: 12px;
}

.xinwenx_span {
	display: block;
	width: 100%;
	color: #828282;
	font-size: 14px;
	
	
}

.xinwenx_lunbotu {
	display: none;
}

.xinwenx_nei {
	padding: 26px;
	width: 100%;
	box-sizing: border-box;
	word-break: break-all;
}
.xinwenx_span img
{width: 100% !important;
height: auto;
}

/*新闻动态详情页结束*/


/*引导页css开始*/

.yindao_table {
	width: 270px;
	margin: 0 auto;
	height: 90%;
	vertical-align: middle;
}

.yindao img {
	width: 270px;
	height: 353px;
	display: block;
}

.yindao_wenzi {
	text-align: center;
	width: 100%;
	margin-top: 18%;
}

.yindao_wenzi a {
	color: #4a4a4a;
	font-size: 18px;
	display: inline-block;
}

.yindao_wenzi a:first-child {
	padding-right: 18px;
	margin-right: 18px;
	border-right: 1px solid #4a4a4a;
}

#yindaowenzi_on {
	color: #b18635;
}

.yindao_wenzi a:hover {
	color: #b18635;
}


/*引导页css结束*/


/*响应式*/


/*960-1199*/

@media (max-width: 1300px) {
	.leixing_div img {
       width: 100%;
}

	.fenye_yin {
		display: none;
	}
	#slideBox {
		width: 940px;
	}
	#banner
{
	width: 940px;
    height: 380px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	left: 50%;
	margin-left: -470px;
}
#banner .banner_topSlide{
	width: 100%;height: 380px;overflow: hidden;position: absolute;top: 0;left: 0;z-index: 1;}
#banner .banner_topSlide .imgbox{
	width: auto;height: 380px;overflow: hidden;}
#banner .banner_topSlide .imgbox a img{
	width: auto;height: 380px;overflow: hidden;}
#banner .banner_btn{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	display: block;
	width: 30px;
	height: 33px;
	opacity: 1;
	z-index: 55;
}
#banner:hover .banner_btn
{opacity: 1;}
#banner .banner_right
{right: 0;}
#banner .banner_left
{left: 0;}
	.slideBox .hd {
		right: 353px;
	}
	.top_center {
		width: 940px;
	}
	.index_center {
		width: 940px;
	}
	.footer_center {
		width: 940px;
	}
	.xin {
		width: 567px;
	}
	/*联系我们960-1199开始*/
	.banner img {
		max-width: none;
	}
	.banner {
		width: 940px;
	}
	.diqu_center {
		width: 940px;
	}
	.callme_zheng {
		height: 248px;
	}
	.callme_table {
		height: 247px;
	}
	.callme_img,
	.callme_img1 {
		width: 349px;
		height: 247px;
	}
	.callme_zhong,
	.callme_zhong1 {
		padding: 30px 32px;
	}
	/*联系我们960-1199结束*/
	/*地区960-1199开始*/
	.diqu_logo {
		font-size: 18px;
	}
	.diqu_logo img {
		margin: 12px 4px 12px 4px;
	}
	.diqu_rightul li {
		height: 163px;
	}
	.seach_ul li {
		height: 168px;
	}
	/*地区960-1199结束*/
	/*项目详情页960-1199开始*/
	.xiangmux_sx a {
		font-size: 12px;
		margin-right: 8%;
	}
	/*项目详情页960-1199结束*/
	/*新闻960-1199开始*/
	.xinwen_imgd {
		width: 188px;
		height: 142px;
	}
	.xinwen_div {
		width: 142px;
		height: 142px;
	}
	.xinwen_span2 {
		height: 88px;
	}
	/*新闻960-1199结束*/
	.callme_zhong, .callme_zhong1 {
    padding: 51px 32px;
}
.xiangmu_you1 {
	display: inline-block;
	width: 106px;
	vertical-align: -58px;
	
}

}


/*640-959*/

@media (max-width: 959px) {	
	.hf {
    display: inline-block;
    
}
.xiangmu_you1 {
	display: inline-block;
	width: auto;
	vertical-align: 0;
	
}
.top_zy {
    margin: 3.5px 0px;
}
	.zhong {
		border-top: none;
	}
	.diqu_lulon {
		border: 1px solid #d6d6d6!important;
    border-radius: 16px;
	}
	.diqu_leftul li {
		color: #1e1e1e;
		font-size: 18px;
		margin-bottom: 12px;
		border: none;
		border: 1px solid #d6d6d6!important;
    	border-radius: 4px;
	}
	.diqu_leftul li>a {
    color: #1e1e1e;
    font-size: 14px!important;
}
	.diqu_leftul>li:last-child {
		border-bottom: none;
	}
	.shang {
		padding: 8px 8px;
	}
	.need_fenyehaha {
		/*margin: -10px 0px -38px 0px;*/
		margin: 0px 0px -6px 0px;
	}
	.nan {
		display: block;
	}
	#slideBox {
		width: 640px;
		clear: both;
		display: none;
	}
	.top {
		width: 100%;
		/*height: 65px;*/
		    height: auto;
		    margin-bottom: 0px;
	}
	.top_center {
		width: 640px;
	}
	.index_logo {
		width: 123px;
		height: 19px;
		margin: 12px 0px;
	}
	.top_zy {
		text-align: right;
		padding: 6px 0px;
		display: block;
		float: right;
	}
	.top_zy a {
		padding-left: 8px;
		margin-left: 8px;
		font-size: 18px;
	}
	.ul_nav li {
		margin-left: 0px;
		text-align: center;
		width: auto;
		padding: 0px;
		width: 20%;
	}
	.ul_nav a {
		font-size: 18px;
		padding-bottom: 0px;
		line-height: 50px;
		color: #9e9e9e;
		letter-spacing: 0px;
	}
	.top_seach {
		width: 60%;
		height: 42px;
		float: left;
		margin: 0px 12px 0px 12px;
	}
	.top_centerp {
		display: none;
	}
	.input_seach {
		width: 228px;
		height: 40px;
		font-size: 24px;
	}
	.seach_tubiao {
		width: 70px;
		height: 40px;
		background: url(../img/seachp.png) no-repeat center center;
		background-size: 45%;
		border-left: 1px solid #b7b7b7;
		float: right;
		margin: 2px 0px;
		box-sizing: border-box;
	}
	.banner {
		width: 100%;
	}
	.diqu_center {
		width: 100%;
	}
	.index_center {
		width: 100%;
		background-color: #e8e8e8;
		margin: 0px auto 0px auto;
	}
	/*首页640-959开始*/
	.top_center {
		display: none;
	}
	.top_centerp {
		display: block;
	}
	.top_topp {
		width: 100%;
		margin: 28px auto 0px auto;
		overflow: hidden;
	}
	.ul_nav {
		display: block;
		width: 100%;
		margin: 0 auto;
		height: 50px;
		clear: both;
		float: none;
	}
	.ul_navon {
		border-bottom: none;
	}
	.ul_nav a:hover {
		border-bottom: none;
	}
	.pin {
		float: left;
		width: 100%;
		background-color: #fff;
		margin-bottom: 0px;
	}
	.h1_xie {
		display: none;
	}
	.h1_ying {
		display: none;
	}
	.index_h1 {
		display: block;
		width: 100%;
		border-bottom: none;
		padding: 0px 0px 0px 0px;
		margin-bottom: 0px;
	}
	.pin_a {
		font-size: 16px;
		border-bottom: none;
		border-left: none;
		padding-left: 0px;
	}
	.pin_ztu {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		margin-bottom: 0px;
	}
	.img_jieshao {
		display: block;
		position: relative;
		margin: 0 auto;
		width: 100%;
		height: 400px;
	}
	.pin_ztu:hover .img_jieshao {
		-webkit-transform: none;
		transform: none;
	}
	.jieshao_hui {
		display: block;
		width: 100%;
		height: 72px;
		box-sizing: border-box;		
		font-size: 14px;
		padding: 10px 14px;
		line-height: 24px;
		position: absolute;
		text-indent: 28px;		
	}
	.xin {
		width: 100%;
		background-color: #fff;
		margin-bottom: 0px;
	}
	.xiangmu {
		background-color: #fff;
	}
	.index_more {
		display: none;
	}
	.xinwen_ulp {
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.xian {
		display: block;
		overflow: hidden;
	}
	.xinwen_ulp li {
		display: block;
		width: 100%;
		border-top: none;
		border-bottom: 1px solid #e8e8e8;
		overflow: hidden;
margin-bottom: 6px;
	}
	.index_dongtaip {
		display: block;
		float: left;
		width: 140px;
		height: 100px;
		margin-bottom:6px;
		padding-top: 18px;
		margin-right: 16px;
	}
	.index_dongtaip img {
		max-width: 100%;
	}
	.ul_centera {
		display: block;
		width: auto;
		float: none;
		color: #777;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 6px;
		overflow: hidden;
	}
	.ul_centera h3 {
		color: #3e3e3e;
		font-size: 16px;
		width: 100%;
		font-weight: normal;
		line-height: 56px;
		height: 48px;
	}
	.index_morep {
		display: block;
		margin: 8px auto;
		border-radius: 5px;
		border: 1px solid #9e8d7a;
		width: 120px;
		height: 34px;
		color: #7b6449;
		font-size: 16px;
		text-align: center;
		line-height: 32px;
	}
	.leixing_ulp {
		display: block;
		width: 100%;
	}
	.leixing_ulp li {
		display: block;
		width: 100%;
		margin-bottom: 4px;
		overflow: hidden;
		position: relative;
	}
	.leixing_div {
		display: block;
		width: 100%;
		height: 440px;
		overflow: hidden;
	}
	.leixing_div img {
		width: 100%;
		height: 100%;
		display: block;
	}
	.leixing_span {
		display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: rgba(80, 80, 80, 0.2);
    padding: 12px 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
	}
	.izl-rmenu .btn {
		background-color: #ededed;
	}
	/*首页640-959结束*/
	
	.izl-rmenu {
		display: none;
}
	
	/*联系我们640-959开始*/
	.diqu_h2 {
		display: none;
	}
	.callme_left {
		width: 100%;
		float: left;
	}
	.callme_zhong,
	.callme_zhong1 {
		display: block;
		width: 100%;
		background-color: #fff;
		font-size: 19px;
		color: #3e3e3e;
		box-sizing: border-box;
		padding: 6px 0px;
		float: none;
		border-bottom: 3px solid #e5e5e5;
	}
	.callme_table {
		height: auto;
		display: block;
		width: 100%;
		background-color: #fff;
		padding: 6px 0px 0px 0px;
	}
	.callme_right {
		width: 100%;
		color: #777;
		font-size: 24px;
		line-height: 28px;
	}
	.gong_left {
		display: block;
		float: left;
	}
	.gong_right {
		display: block;
		float: left;
		width: 70%;
	}
	.callme_img,
	.callme_img1 {
		height: 431px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
	}
	.callme_left1 {
		width: 100%;
		float: left;
	}
	.callme_img img {
		width: 100%;
	}
	.callme_img1 img {
		width: 100%;
	}
	.hui_b {
		background-color: #e8e8e8;
		width: 100%;
		display: block;
		height: 0px;
	}
	.callme_table1 {
		position: absolute;
		top: 42px;
		left: 0;
		z-index: 1;
	}
	.callme_zheng {
		border: none;
		position: relative;
	}
	.callme_zheng1 {
		height: 595px;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.callme_zheng2 {
		height: 545px;
		margin: 0px 0px 18px 0px;
	}
	.xiangmu_zheng {
    margin: 10px 0px 22px 0px;
}
	.footer {
		height: 50px;
	}
	.footer_center {
		width: 100%;
		font-size: 18px;
		color: #63523e;
	}
	/*联系我们640-959结束*/
	/*搜索结果页面640-959开始*/
	.seach_ul {
		display: block;
		width: 100%;
		margin: 38px 0px 38px 0px;
	}
	.seach_ul li {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 4px;
		float: none;
	}
	.diqu_imgda {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		width: 640px;
		height: 440px;
	}
	.diqu_imgda:hover {
		-webkit-transform: none;
		transform: none;
	}
	.diqu_rus {
		display: block;
		text-align: center;
		font-size: 16px;
		padding: 12px 0px;
		position: absolute;
    left: 0px;
    bottom: 0px;    
	}
	.need_fenye {
		display: none;
	}
	/*搜索结果页面640-959结束*/
	/*新闻动态640-959开始*/
	.diqu_left {
		width: 100%;
		float: none;
		margin-right: 0%;
		text-align: center; 
		position: relative;
	}
	
	.diqu_logo {
		width: 100%;
		height: auto;
		line-height: 46px;
		color: #1e1e1e;
		font-size: 18px;
		margin: 8px 0px;
		text-align: center;
		border-radius: 16px;
	}
	.diqu_logo a {
    font-size: 18px;
}
	.diqu_leftul {
		position: relative;
		overflow: visible;
		margin-top: 0px;
	}
	.diqu_leftul li:last-child {
		margin-right: 0%;
	}
	.xiangmu_right {
		display: block;
		width: 100%;
		float: left;
		margin-top: 8px;
	}
	.xinwen_rightul {
		display: block;
		width: 100%;
		overflow: hidden;
		    margin: 0px 0px 0px 0px;
	}
	.xinwen_rightul li {
		display: block;
		width: 100%;
		border-top: 1px solid #e8e8e8;
		padding: 0px;
		overflow: hidden;
		margin-bottom: 0px;
		margin-right: 0%;
		border-bottom: none;
		border-right: none;
		border-left: none;
	}
	.xinwen_rightul li:first-child {
		border-top: none;
	}
	.xinwen_imgd {
		display: block;
		float: left;
		width: 200px;
		height: 130px;
	}
	.xinwen_imgd img {
		max-width: 100%;
	}
	.xinwen_div {
		display: block;
		width: auto;
		float: none;
		color: #777;
		font-size: 24px;
		line-height: 32px;
		box-sizing: border-box;
		overflow: hidden;
		padding: 0px 12px;
	}
	.xinwen_h2 {
		color: #3e3e3e;
		font-size: 16px;
		width: 100%;
		font-weight: normal;
		line-height: 56px;
		height: 52px;
	}
	.xinwen_span1 {
		display: none;
	}
	.xinwen_span2 {
		height: 64px;
		color: #777;
		font-size: 14px;
		line-height: 22px;
	}
	.xinwen_rightul li:hover {
		border-top: 1px solid #e8e8e8;
		border-bottom: none;
		border-right: none;
		border-left: none;
	}
	.xinwen_rightul li:first-child:hover {
		border: none;
	}
	.xinwen_imgd img {
		max-width: 100%;
		width: 200px;
		height: 130px;
	}
	.diqu_logo img {
		margin: 12px 16px 12px 22px;
	}
	.diqu_leftul li {
		width: 24.2%;
		float: left;
		margin-right: 1%;
		text-indent: 0px;
		text-align: center;
		height: 40px;
		line-height: 38px;
	}
	.diqu_leftulx li {
		width: 49.5%;
		float: left;
		margin-right: 1%;
		text-indent: 0px;
		text-align: center;
		height: 60px;
		line-height: 60px;
	}
	/*新闻动态640-959结束*/
	/*新闻动态详情页640-959开始*/
	.diqu_leftx {
		display: none;
	}
	.xiangmu_rightx {
		margin-top: 16px;
	}
	.xinwenx_h2 {
		border-bottom: 3px solid #e8e8e8;
		padding-bottom: 8px;
		line-height: 24px;
	}
	.need_fenyehaha1 {
    margin: 8px 0px 8px 0px;
}
	.xinwenx_nei {
    padding:12px 26px 0px 26px;
}
	.xinwenx_h2s1 {
		display: block;
		width: 100%;
		color: #786045;
		font-size: 16px;
	}
	.xinwenx_h2s2 {
		color: #828282;
		font-size: 12px;
	}
	.yin_fa {
		display: none;
	}
	.xinwenx_lunbo {
		display: none;
	}
	.xinwenx_span {
		display: block;
		width: 100%;
		color: #828282;
		font-size: 14px;
		
		
	}
	.xinwenx_lunbotu {
		display: block;
		width: 100%;
		height: 440px;
		margin: 12px 0px;
		background: url(../img/xinwenx_lunbotu.png) no-repeat center center;
	}
	.xinwenx_right {
		margin: 0px;
	}
	/*新闻动态详情页640-959结束*/
	/*简介640-959开始*/
	.jianjie_leftul li {
		width: 32.6%;
		font-size: 30px;
	}
	.jianjie_right {
		width: 100%;
		font-size: 14px;
		color: #777;
		line-height: 28px;
		margin: 0px 0px 14px 0px;
	}
	.jianjie_span1 {
		padding-top: 8px;
    padding-bottom: 0px;
	}
	/*简介640-959结束*/
	/*项目640-959开始*/
	.xiangmu_leftul li {
		border: none;
		margin-bottom: 4px;
		margin-top: 4px;
	}
	.xiangmu_leftul>li:nth-child(4n) {
		margin-right: 0%;
	}
	.diqu_rightul {
		display: block;
		width: 100%;
	     margin: 0px 0px 12px 0px;
	}
	.diqu_rightul li {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 4px;
		float: none;
	}
	.diqu_imgda {
		display: block;
		position:static;
		top: 0px;
		left: 0px;
		z-index: 2;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	/*项目640-959结束*/
	/*项目详情页640-959开始*/
	.xiangmux_right {
		width: 100%;
	}
	.xiangmux_left {
		width: 100%;
	}
	.xiangmux_h2 {
		color: #786045;
		font-size: 18px;
	}
	.xiangmux_nei {
		border-top: 1px solid #e8e8e8;
		border-bottom: 1px solid #e8e8e8;
		font-size: 14px;
		color: #828382;
		    padding: 4px 0px;
	}
	.xiangmu_zuo {
		width: 68px;
		font-size: 14px;
		height: 28px;
	}
	.xiangmux_shete {
		display: none;
	}
	.xiangmux_she1 {
		display: block;
		width: 100%;
		overflow: hidden;
		font-size: 14px;
		color: #828382;
		line-height: 28px;
		margin: 8px 0px 8px 0px;
	}
	.xiangmux_sx1 a {
    font-size: 14px;
}
.bds_more {
    margin: 0px!important;
}
.fenxiang {
    margin: 0px;
}
	.xiangmux_sx {
		display: none;
	}
	.xiangmux_sx1 {
		display: block;
		width: 88%;
		float: left;
	}
	.xiangmux_shang {
		display: block;
		width: 100%;
	}
	.xiangmux_shang .bdsharebuttonbox {
		float: right;
		display: block;
		width: 9%;
		margin-top: 0px;
	}
	.fenxiangpc {
		display: none;
	}
	.fenxiangp {
		display: block;
	}
	/*项目详情页640-959结束*/
	/*地区640-959开始*/
	.diqu_right {
		width: 100%;
		margin-top: 18px;
	}
	/*地区640-959结束*/
	body{padding: 0px 6px;box-sizing: border-box; -webkit-box-sizing: border-box;}
	#focus1 {
		display: block;
		margin: 6px auto 0px auto;
		width: 100%;
	}
		#banner
{
	width: 100%;
    height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	left: auto;
	margin-left: auto;
}
#banner .banner_topSlide{
	width: 100%;height: auto;overflow: hidden;position: absolute;top: 0;left: 0;z-index: 1;}
#banner .banner_topSlide .imgbox{
	width: auto;height: auto;overflow: hidden;}
#banner .banner_topSlide .imgbox a img{
	width: 100%;height: auto;overflow: hidden;}
#banner .banner_btn{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	display: block;
	width: 30px;
	height: 33px;
	opacity: 1;
	z-index: 55;
}
#banner:hover .banner_btn
{opacity: 1;}
#banner .banner_right
{right: 0;}
#banner .banner_left
{left: 0;}
	#xinwen_ulte>li {
		width: 49.5%;
	}
}
@media (max-width: 840px) {	
	.top_seach {
    width: 58%;
}
	#banner
{
	width: 100%;
    height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	left: auto;
	margin-left: auto;
}
#banner .banner_topSlide{
	width: 100%;height: auto;overflow: hidden;position: absolute;top: 0;left: 0;z-index: 1;}
#banner .banner_topSlide .imgbox{
	width: auto;height: auto;overflow: hidden;}
#banner .banner_topSlide .imgbox a img{
	width: 100%;height: auto;overflow: hidden;}
#banner .banner_btn{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	display: block;
	width: 30px;
	height: 33px;
	opacity: 1;
	z-index: 55;
}
#banner:hover .banner_btn
{opacity: 1;}
#banner .banner_right
{right: 0;}
#banner .banner_left
{left: 0;}
.xiangmu_you1 {
	display: inline-block;
	width: auto;
	vertical-align: 0;
	
}
#focus1 .prev,
	#focus1 .next,
	#focus .prev,
	#focus .next {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		display: block;
		width: 20px;
		height: 22px;
		opacity: 1;
	}
	#focus1 .prev,
	#focus .prev {
		background: url(../img/ib_qh.png) no-repeat center center;
		background-size: 100% 100%;
		left: 0%;
	}
	#focus1 .next,
	#focus .next {
		right: 0%;
		background: url(../img/ib_hh.png) no-repeat center center;
		background-size: 100% 100%;
	}

}
@media (max-width: 760px) {	
	.top_seach {
    width: 54%;
}
	#banner
{
	width: 100%;
    height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	left: auto;
	margin-left: auto;
}
#banner .banner_topSlide{
	width: 100%;height: auto;overflow: hidden;position: absolute;top: 0;left: 0;z-index: 1;}
#banner .banner_topSlide .imgbox{
	width: auto;height: auto;overflow: hidden;}
#banner .banner_topSlide .imgbox a img{
	width: 100%;height: auto;overflow: hidden;}
#banner .banner_btn{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	display: block;
	width: 30px;
	height: 33px;
	opacity: 1;
	z-index: 55;
}
#banner:hover .banner_btn
{opacity: 1;}
#banner .banner_right
{right: 0;}
#banner .banner_left
{left: 0;}
.xiangmu_you1 {
	display: inline-block;
	width: auto;
	vertical-align: 0;
	
}
#focus1 .prev,
	#focus1 .next,
	#focus .prev,
	#focus .next {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		display: block;
		width: 20px;
		height: 22px;
		opacity: 1;
	}
	#focus1 .prev,
	#focus .prev {
		background: url(../img/ib_qh.png) no-repeat center center;
		background-size: 100% 100%;
		left: 0%;
	}
	#focus1 .next,
	#focus .next {
		right: 0%;
		background: url(../img/ib_hh.png) no-repeat center center;
		background-size: 100% 100%;
	}
}
@media (max-width: 640px) {	
	.top_seach {
    width: 52%;
}
	#banner
{
	width: 100%;
    height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	left: auto;
	margin-left: auto;
}
#banner .banner_topSlide{
	width: 100%;height: auto;overflow: hidden;position: absolute;top: 0;left: 0;z-index: 1;}
#banner .banner_topSlide .imgbox{
	width: auto;height: auto;overflow: hidden;}
#banner .banner_topSlide .imgbox a img{
	width: 100%;height: auto;overflow: hidden;}
#banner .banner_btn{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	display: block;
	width: 30px;
	height: 33px;
	opacity: 1;
	z-index: 55;
}
#banner:hover .banner_btn
{opacity: 1;}
#banner .banner_right
{right: 0;}
#banner .banner_left
{left: 0;}
.xiangmu_you1 {
	display: inline-block;
	width: auto;
	vertical-align: 0;
	
}
	#focus1 .prev,
	#focus1 .next,
	#focus .prev,
	#focus .next {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		display: block;
		width: 20px;
		height: 22px;
		opacity: 1;
	}
	#focus1 .prev,
	#focus .prev {
		background: url(../img/ib_qh.png) no-repeat center center;
		background-size: 100% 100%;
		left: 0%;
	}
	#focus1 .next,
	#focus .next {
		right: 0%;
		background: url(../img/ib_hh.png) no-repeat center center;
		background-size: 100% 100%;
	}
}
/*320-640*/
@media (max-width: 639px) {
	body{ max-width: 640px; padding: 0px 6px; box-sizing: border-box; -web-box-sizing: border-box;}
	.xiangmu_you1 {
	display: inline-block;
	width: auto;
	vertical-align: 0;
	
}
	#focus1 .prev,
	#focus1 .next,
	#focus .prev,
	#focus .next {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		display: block;
		width: 20px;
		height: 22px;
		opacity: 1;
	}
	#focus1 .prev,
	#focus .prev {
		background: url(../img/ib_qh.png) no-repeat center center;
		background-size: 100% 100%;
		left: 0%;
	}
	#focus1 .next,
	#focus .next {
		right: 0%;
		background: url(../img/ib_hh.png) no-repeat center center;
		background-size: 100% 100%;
	}
	#banner
{
	width: 100%;
    height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	left: auto;
	margin-left: auto;
}
#banner .banner_topSlide{
	width: 100%;height: auto;overflow: hidden;position: absolute;top: 0;left: 0;z-index: 1;}
#banner .banner_topSlide .imgbox{
	width: auto;height: auto;overflow: hidden;}
#banner .banner_topSlide .imgbox a img{
	width: 100%;height: auto;overflow: hidden;}
#banner .banner_btn{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	display: block;
	width: 30px;
	height: 33px;
	opacity: 1;
	z-index: 55;
}
#banner:hover .banner_btn
{opacity: 1;}
#banner .banner_right
{right: 0;}
#banner .banner_left
{left: 0;}
	.ul_nav li {
    padding: 0px 12px 0px 12px;
    width: auto;
}
	.shang {
		padding: 4px 4px;
		font-size: 12px;
	}	
	.top {
		width: 100%;
		height: auto;
		margin-bottom: 0px;
	}
	.top_topp {
		width: 100%;
		margin: 28px auto 0px auto;
		overflow: hidden;
	}
	.top_seach {
		width: 50%;
		height: 30px;
		float: left;
		margin: 0px 4px 0px 4px;
	}
	.input_seach {
		width: 70%;
		height: 30px;
		font-size: 12px;
		margin: 0px 6px;
	}
	.seach_tubiao {
		width: 26px;
		height: 25px;
		background: url(../img/seach.png) no-repeat center center;
		border-left: 1px solid #b7b7b7;
		float: right;
		margin: 2px 0px;
		box-sizing: border-box;
	}
	.index_logo {
		    width: 98.5px;
    height: 14.81px;
    margin: 8px 0px;
	}
	.top_zy {
		text-align: right;
		display: block;
		float: right;
		margin: 6px 0px;
		padding: 0;
	}
	.top_zy a {
		padding-left: 4px;
		margin-left: 4px;
		font-size: 12px;
	}
	.ul_nav {
		display: block;
		width: 100%;
		margin: 0 auto;
		height: 40px;
		background-color: #fff;
		clear: both;
		float: none;
	}
	.ul_nav a {
		font-size: 15px;
		padding-bottom: 0px;
		line-height: 40px;
	}
	#focus1 {
		width: 100%;
		height: auto;
		margin: 0px auto 0px auto;
	}
	
	#focus1 .bd li img {
		width: 100%;
		height: auto;
	}
	.index_center {
		/*width: 320px;*/
		width: 100%;
		background-color: #e8e8e8;
		    margin: 0px auto 3px auto;
	}
	.index_h1 {
		display: block;
		width: 100%;
		border-bottom: none;
		padding: 4px 0px 0px 0px;
		line-height: 23px;
		margin-bottom: 8px;
	}
	.pin_a {
		font-size: 16px;
		border-bottom: none;
		border-left: none;
		padding-left: 0px;
	}
	.pin_ztu {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}
	.img_jieshao {
		width: 100%;
		height: auto;
	}
	.jieshao_hui {
		display: block;
		width: 100%;
		height: 51px;
		font-size: 14px;
		padding: 7px 7px;
		line-height: 18px;
		position: absolute;
		text-indent: 24px;
		background-color: rgba(0, 0, 0, 0.35);
		color: #fff;
	}
	.index_dongtaip {
		width: 130px;
		height: auto;
		margin-right: 8px;
	}
	.ul_centera {
		width: auto;
		font-size: 14px;
		line-height: 18px;
		    height: 72px;
    overflow: hidden;
    float: none;
	}
	.ul_centera h3 {
		font-size: 16px;
    width: 100%;
    font-weight: normal;
    line-height: 18px;
    height: 20px;
    overflow: hidden;
	}
	.index_morep {
		margin: 12px auto 12px auto;
		width: 99px;
		height: 26px;
		font-size: 14px;
		line-height: 26px;
	}
	.leixing_div {
		/*width: 320px;*/
		width: 100%;		
		/*height: 220px;*/
		height: auto;
		float: left;
	}
	.leixing_span {
		font-size: 14px;
		padding: 8px 0px;
	}
	.footer {
		height: 25px;
	}
	.footer_center {
		width: 100%;
		font-size: 14px;
	}
	#izl_rmenu img {
		padding: 8px;
	}
	#focus1 .hd ul {
		height: 10px;
	}
	#focus1 .hd ul li {
		width: 10px;
		height: 10px;
		margin: 0 2.5px;
		vertical-align: top;
		overflow: hidden;
	}
	#focus1 .hd {
		bottom: 0px;
	}
	#focus1 .prev,
	#focus1 .next,
	#focus .prev,
	#focus .next {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		display: block;
		width: 20px;
		height: 22px;
		opacity: 1;
	}
	#focus1 .prev,
	#focus .prev {
		background: url(../img/ib_qh.png) no-repeat center center;
		background-size: 100% 100%;
		left: 0%;
	}
	#focus1 .next,
	#focus .next {
		right: 0%;
		background: url(../img/ib_hh.png) no-repeat center center;
		background-size: 100% 100%;
	}
	/*联系我们320-640开始*/
	.diqu_center {
		width: 100%;
	}
	.izl-rmenu {
    display: none;
}
	.callme_zhong,
	.callme_zhong1 {
		font-size: 15px;
		padding: 4px 0px;
		border-bottom: 3px solid #e5e5e5;
	}
	.hui_b {
		height: 0px;
	}
	.callme_table {
		padding: 4px 0px 0px 0px;
	}
	.callme_right {
		font-size: 12px;
		line-height: 24px;
	}
	.callme_zheng1 {
		height: 400px;
		margin-top: 12px;
		margin-bottom: 0px!important;
	}
	.callme_zheng {
		margin-bottom: 17px;
	}
	.callme_img,
	.callme_img1 {
		height: 226px;
		overflow: hidden;
	}
	.callme_zheng2 {
		height: 337px;
		margin: 12px 0px 12px 0px;
	}
	.callme_table1 {
		top: 34px;
	}
	.index_dongtaip {
		padding-top: 0px;
	}
	/*联系我们320-640结束*/
	.diqu_logo {
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		margin: 6px 0px;
		display: inline-block;
		background: none;
		color: #1e1e1e;
	}
	.diqu_logo a{
	margin:0px 5px;
	}
	.diqu_logo img {
		margin: 6px 8px 6px 11px;
	}
	.diqu_logo img {
		width: 16.5px;
		height: 18px;
	}
	.diqu_leftul li {
		height: 32px;
		line-height: 30px;
		font-size: 9px;
	}
	.diqu_imgda {
		/*width: 320px;*/
		width: 100%;
		height: 180px;
		position: static;
	}
	.diqu_rightul li {
		height: auto;		
	}
	.diqu_rus {
		font-size: 14px;
		padding: 8px 0px;
		height: 18.5px;
		line-height: 18.5px;
	}
	.jianjie_right {
		font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 0px 0px;

	}
	.jianjie_span1 {
    padding-top: 0px;
    font-size: 16px;
    padding-bottom: 8px;
}
.jianjie_span {
    padding-bottom: 10px;
}
	.jiashao_img {
		display: block;
		margin: 9px 0px;
		max-width: 100%;
	}
	.seach_ul li {
		height: auto;
	}
	.seach_ul {
		margin: 19px 0px 19px 0px;
	}
	.xiangmux_h2 {
		color: #786045;
		font-size: 15px;
	}
	.xiangmux_nei {
		border-top: 1px solid #e8e8e8;
		border-bottom: 1px solid #e8e8e8;
		font-size: 14px;
		color: #828382;
		line-height: 14px;
		padding: 4px 0px;
		margin: 7px 0px 7px 0px;
	}
	.xiangmu_zuo {
		width: auto;
		font-size: 14px;
		height: auto;
	}
	.xiangmux_she {
    line-height: 24px;
}
.dian {
    margin:0px 2px;
}
	.xiangmux_she1 {
		font-size: 14px;
		line-height: 22px;
    	margin: 4px 0px 4px 0px;
	}
	.xiangmux_sx1 a {
		font-size: 12px;
		margin-right: 15%;
	}
	.fenxiang {
		font-size: 12px;
		margin: 0px 0px 0px 4px;
	}
	.xiangmux_sx1 {
		width: 80%;
	}
	.xiangmux_shang .bdsharebuttonbox {
		width: 15%;
	}
	.bds_more {
		width: 11px;
		height: 18px!important;
		background-size: 100%;
		margin: 0!important;
	}
	.xiangmu_zheng {
		margin: 8px 0px 18px 0px;
	}
	.xiangmu_right {
		margin-top: 0px;
	}
	.xinwen_span2 {
	    height: 54px;
    font-size: 14px;
        line-height: 18px;
    margin-top: 0px;
	}
	.xinwen_h2 {
		color: #3e3e3e;
		font-size: 15px;
		width: 100%;
		font-weight: normal;
		line-height: 24px;
		overflow: hidden;
    height: 24px;
	}
	.xinwen_div {
		display: block;
		width: auto;
		float: none;
		color: #777;
		font-size: 12px;
		line-height: 16px;
		box-sizing: border-box;
		height: 80px;
		padding: 2px;
		overflow: hidden;
	}
	.xinwen_imgd {
		    width: 130px;
    height: auto;
    padding: 6px 0px 6px 0px;
    /*margin: 0px;*/
    margin: 0px 8px 0px 0px;
	}
	.xinwen_imgd img {
		width: 130px;
		height: 72px;
	}
	.xinwen_rightul li {
		padding: 0px 0px;
		height: 88px;
		margin-bottom: 0px;
	}
	.xinwen_rightul {
		margin: 0px 0px 14px 0px;
	}
	.xinwenx_h2 {
		border-bottom: 1px solid #e8e8e8;
		padding-bottom: 6px;
		line-height: 20px;
	}
	.xinwenx_h2s1 {
		font-size: 15px;
	}
	.xinwenx_h2s2 {
		font-size: 9px;
	}
	.xinwenx_nei {
		padding: 13px;
	}
	.xinwenx_span {
		    font-size: 14px;
    line-height: 20px;
   
	}
	.xinwenx_lunbotu {
		height: auto;
		margin: 6px 0px;
	}
	.xinwenx_nei {
		padding: 6px;
	}
	.need_fenyehaha {
		margin: 1px 0px -12px 0px;
	}
	.callme_table img {
		max-width: 100%;
		width: 100%;
	}
	.pin {
		margin-bottom: 0px;
	}
	.xin {    
    margin-bottom: 0px;
}
.leixing_div img {
    height: 180px;
}
.diqu_logo a {   
    font-size: 16px;
}
.diqu_leftul li>a {
    font-size: 14px!important;
}
.diqu_left:after{ width: 100%; height: 1px; overflow: hidden; background-color: #e5e5e5; content: ""; display: block;
	position: absolute;
	left: 0px;
    bottom: 0px;}
    .diqu_leftul {
    margin-top: 4px;
}
.need_fenyehaha1 {    
    margin: 4px 0px 0px 0px;
    min-height: 38px;
}
.diqu_lulon {
}
.diqu_leftul li {
    background:none;    
}
.hf{display:inline-block;}
.xiangmu_right .xinwen_div .jianjie
{display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}



}
@media (max-width: 420px) {
	.ul_nav li {
    padding: 0px 16px;
}
	#focus1 .prev,
	#focus1 .next,
	#focus .prev,
	#focus .next {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		display: block;
		width: 20px;
		height: 22px;
		opacity: 1;
	}
	#focus1 .prev,
	#focus .prev {
		background: url(../img/ib_qh.png) no-repeat center center;
		background-size: 100% 100%;
		left: 0%;
	}
	#focus1 .next,
	#focus .next {
		right: 0%;
		background: url(../img/ib_hh.png) no-repeat center center;
		background-size: 100% 100%;
	}
	#banner
{
	width: 100%;
    height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	left: auto;
	margin-left: auto;
}
#banner .banner_topSlide{
	width: 100%;height: auto;overflow: hidden;position: absolute;top: 0;left: 0;z-index: 1;}
#banner .banner_topSlide .imgbox{
	width: auto;height: auto;overflow: hidden;}
#banner .banner_topSlide .imgbox a img{
	width: 100%;height: auto;overflow: hidden;}
#banner .banner_btn{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	display: block;
	width: 30px;
	height: 33px;
	opacity: 1;
	z-index: 55;
}
#banner:hover .banner_btn
{opacity: 1;}
#banner .banner_right
{right: 0;}
#banner .banner_left
{left: 0;}
.xiangmu_you1 {
	display: inline-block;
	width: auto;
	vertical-align: 0;
	
}
}
@media (max-width: 380px) {
	.ul_nav li {
    padding: 0px 12px;
}
	#focus1 .prev,
	#focus1 .next,
	#focus .prev,
	#focus .next {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		display: block;
		width: 20px;
		height: 22px;
		opacity: 1;
	}
	#focus1 .prev,
	#focus .prev {
		background: url(../img/ib_qh.png) no-repeat center center;
		background-size: 100% 100%;
		left: 0%;
	}
	#focus1 .next,
	#focus .next {
		right: 0%;
		background: url(../img/ib_hh.png) no-repeat center center;
		background-size: 100% 100%;
	}
.top_seach {
    width: 41%;
}
	#banner
{
	width: 100%;
    height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	left: auto;
	margin-left: auto;
}
#banner .banner_topSlide{
	width: 100%;height: auto;overflow: hidden;position: absolute;top: 0;left: 0;z-index: 1;}
#banner .banner_topSlide .imgbox{
	width: auto;height: auto;overflow: hidden;}
#banner .banner_topSlide .imgbox a img{
	width: 100%;height: auto;overflow: hidden;}
#banner .banner_btn{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	display: block;
	width: 30px;
	height: 33px;
	opacity: 1;
	z-index: 55;
}
#banner:hover .banner_btn
{opacity: 1;}
#banner .banner_right
{right: 0;}
#banner .banner_left
{left: 0;}
.xiangmu_you1 {
	display: inline-block;
	width: 70%;
	vertical-align: -24px;
	
}
}
@media (max-width: 340px) {
	.top_seach {
    width: 36%;
}
	#focus1 .prev,
	#focus1 .next,
	#focus .prev,
	#focus .next {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		display: block;
		width: 20px;
		height: 22px;
		opacity: 1;
	}
	#focus1 .prev,
	#focus .prev {
		background: url(../img/ib_qh.png) no-repeat center center;
		background-size: 100% 100%;
		left: 0%;
	}
	#focus1 .next,
	#focus .next {
		right: 0%;
		background: url(../img/ib_hh.png) no-repeat center center;
		background-size: 100% 100%;
	}
	#banner
{
	width: 100%;
    height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	left: auto;
	margin-left: auto;
}
#banner .banner_topSlide{
	width: 100%;height: auto;overflow: hidden;position: absolute;top: 0;left: 0;z-index: 1;}
#banner .banner_topSlide .imgbox{
	width: auto;height: auto;overflow: hidden;}
#banner .banner_topSlide .imgbox a img{
	width: 100%;height: auto;overflow: hidden;}
#banner .banner_btn{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	display: block;
	width: 30px;
	height: 33px;
	opacity: 1;
	z-index: 55;
}
#banner:hover .banner_btn
{opacity: 1;}
#banner .banner_right
{right: 0;}
#banner .banner_left
{left: 0;}
.input_seach {
    width: 55%;
}
.xiangmu_you1 {
	display: inline-block;
	width: 70%;
	vertical-align: -24px;
	
}
}
@media (max-width: 320px) {
	.ul_nav li {
    padding: 0px 6px;
}
	#focus1 .prev,
	#focus1 .next,
	#focus .prev,
	#focus .next {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		display: block;
		width: 20px;
		height: 22px;
		opacity: 1;
	}
	#focus1 .prev,
	#focus .prev {
		background: url(../img/ib_qh.png) no-repeat center center;
		background-size: 100% 100%;
		left: 0%;
	}
	#focus1 .next,
	#focus .next {
		right: 0%;
		background: url(../img/ib_hh.png) no-repeat center center;
		background-size: 100% 100%;
	}
	#banner
{
	width: 100%;
    height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	left: auto;
	margin-left: auto;
}
#banner .banner_topSlide{
	width: 100%;height: auto;overflow: hidden;position: absolute;top: 0;left: 0;z-index: 1;}
#banner .banner_topSlide .imgbox{
	width: auto;height: auto;overflow: hidden;}
#banner .banner_topSlide .imgbox a img{
	width: 100%;height: ;overflow: hidden;}
#banner .banner_btn{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	display: block;
	width: 30px;
	height: 33px;
	opacity: 1;
	z-index: 55;
}
#banner:hover .banner_btn
{opacity: 1;}
#banner .banner_right
{right: 0;}
#banner .banner_left
{left: 0;}
.xiangmu_you1 {
	display: inline-block;
	width: 70%;
	vertical-align: -24px;
	
}
}
@media (max-width: 299px) {
	.ul_nav {
    width: 100%;
}
	#focus1 .prev,
	#focus1 .next,
	#focus .prev,
	#focus .next {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		display: block;
		width: 20px;
		height: 22px;
		opacity: 1;
	}
	#focus1 .prev,
	#focus .prev {
		background: url(../img/ib_qh.png) no-repeat center center;
		background-size: 100% 100%;
		left: 0%;
	}
	#focus1 .next,
	#focus .next {
		right: 0%;
		background: url(../img/ib_hh.png) no-repeat center center;
		background-size: 100% 100%;
	}
	#banner
{
	width: 100%;
    height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	left: auto;
	margin-left: auto;
}
#banner .banner_topSlide{
	width: 100%;height: auto;overflow: hidden;position: absolute;top: 0;left: 0;z-index: 1;}
#banner .banner_topSlide .imgbox{
	width: auto;height: auto;overflow: hidden;}
#banner .banner_topSlide .imgbox a img{
	width: 100%;height: auto;overflow: hidden;}
#banner .banner_btn{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	display: block;
	width: 30px;
	height: 33px;
	opacity: 1;
	z-index: 55;
}
#banner:hover .banner_btn
{opacity: 1;}
#banner .banner_right
{right: 0;}
#banner .banner_left
{left: 0;}
.ul_nav li {
    padding: 0px 4px;
}
.xiangmu_you1 {
	display: inline-block;
	width: 70%;
	vertical-align: -24px;
	
}
}