@charset "utf-8";

.ga{
    display:inline-block;
    padding-left:25px;
    background: url(../images/ga.png) no-repeat left center;
    background-size:auto 20px;
}

.top{
	width: 100%;
}
.top .top_box{
	background: url(../images/t_bg1.jpg) no-repeat center;
}
.top .top_box h3{
	float:left;
	color:#7b4623;
	font-size:15px;
	line-height:40px;
	font-family:微软雅黑;
}
.top .top_box .top_nav{
	float:right;
}
.top .top_box .top_nav a{
	float:left;
	color:#fff;
	font-size:15px;
	line-height:40px;
	padding-right:20px;
	margin-right:20px;
	position: relative;
	font-family:微软雅黑;
}
.top .top_box .top_nav a:last-child{
	position: static;
	padding-right:0px;
	margin-right:0px;
}
.top .top_box .top_nav a:after{
	content:"";
	position: absolute;
	right:0;
	top:calc(50% - 8px);
	z-index: 11;
	width:1px;
	height:16px;
	background:#fff;
}
.top .top_box .top_nav a.on,
.top .top_box .top_nav a:hover{
	color:#542305;
}





.top .top_box2{
	background: url(../images/t_bg2.jpg) no-repeat center;
}
.top .top_box2 h1{
	width: 140px;
	float: left;
	line-height:135px;
	display: inline-block;
	background: url(../images/logo.png) no-repeat center;
}

.top .top_box2 h1 a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}
.top .top_box2 .top_text{
	float:left;
	margin-left:36px;
	margin-top:37px;
}
.top .top_box2 .top_text h2{
	color:#542305;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	font-family:微软雅黑;
}
.top .top_box2 .top_text p{
	color:#7b4623;
	font-size:17px;
	line-height:30px;
	font-family:微软雅黑;
}



.top .top_box2 .top_phone{
	display: inline-block;
	float: right;
	color: #3f271b;
	font-size: 20px;
	line-height:30px;
	font-weight:bold;
	font-style: italic;
	font-family:微软雅黑;
	padding-left:60px;
	margin-top:37px;
	background:url(../images/t_bg3.png) no-repeat center left;
}



.header{
	background:#542305;
}
.nav{
	height: 50px;
	display: inline-block;
	float: left;
}

.nav li {
	display: inline-block;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #fff;
	text-align:center;
	text-transform:uppercase;
}
.nav li:last-child{
	margin-right:0;
}
.nav li:hover,
.nav li.on {
	background: #b88221;
}

.nav li a{
	display: block;
	padding:0 18px;
	height: 100%;
}



.pub_nav2{
	float:left;
}
.pub_nav2 ul li{
	float:left;
	color: #666;
	font-size: 15px;
	text-align:center;
	height: 55px;
	line-height: 55px;
	margin-right:20px;
	position: relative;
}
.pub_nav2 ul li:first-child,
.pub_nav2 ul li:last-child{
	margin-right:0px;
}
.pub_nav2 ul li:first-child:after,
.pub_nav2 ul li:last-child:after{
	display: none;
}
.pub_nav2 ul li:after{
	content:"";
	position: absolute;
	right:-20px;
	top:0;
	z-index: 11;
	width:20px;
	height:55px;
	background:url(../images/icon.png) no-repeat center center;
}

.pub_nav2 ul li:hover,
.pub_nav2 ul li.on{
	color:#b88221;
}




.pub_nav{
	float:left;
}
.pub_nav ul li{
	float:left;
	color: #666;
	font-size: 15px;
	text-align:center;
	height: 76px;
	line-height: 76px;
	margin-right:10px;
}
.pub_nav ul li:hover,
.pub_nav ul li.on{
	color:#b88221;
}

.public_box .search_box{
	float:right;
	width:370px;
	margin:18px 0;
}

.public_box .search_box form {
	width: 100%;
	height: 40px;
	position: relative;
}

.public_box .search_box form input.t1 {
	float:left;
	width:79%;
	height: 40px;
	color:#666;
	text-indent: 10px;
	background: #eee;
	border:1px solid #eee;
}

.public_box .search_box input.submit {
	float:left;
	width: 20%;
	height: 40px;
	display: inline-block;
	cursor: pointer;
	border:1px solid #623a22;
	background: #623a22 url(../images/search_btn.png) no-repeat center center;
}










.banner {
	position: relative;
}

.banner .bd ul li a {
	display: block;
}

.banner img {
	width: 100%;
}

.banner .hd {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
	width: 100%;
	padding: 18px 0;
	text-align: center;
}

.banner .hd ul {
	display: inline-block;
}

.banner .hd ul li {
	width: 20px;
	height: 20px;
	display: inline-block;
	float: left;
	background: url(../images/btn2.png) no-repeat center center;
	border-radius:100%;
	margin: 0 10px;
	cursor: pointer;
	text-indent: -9999px;
}

.banner .hd ul li.on {
	background: url(../images/btn1.png) no-repeat center center;
}

.banner .banner_prev,
.banner .banner_next {
	border-radius: 100px;
	opacity: .4;
	width: 50px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	display: inline-block;
	position: absolute;
	top: 45%;
	cursor: pointer;
	background: rgba(0, 0, 0, .4);
	font-size: 38px;
	font-family: '宋体';
	font-weight: bold;
	text-align: center;
}

.banner .banner_prev {
	left: 120px;
}

.banner .banner_next {
	right: 120px;
}

.banner .banner_prev:hover,
.banner .banner_next:hover {
	opacity: 1;
}

.bannero {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.bannero img {
	width: 100%;
}






/* index_about */
.index_about{
	padding:88px 0;
	overflow: hidden;
	background:url(../images/s_bg.jpg) repeat center center;
	border-bottom:8px solid #e2d0af;
	box-shadow: inset 0px 15px 20px -15px #aaa;
}

.index_about .text_box{
	float:left;
	width:560px;
}
.index_about .text_box h2{
	color:#542305;
	font-size:46px;
	line-height:56px;
	padding-bottom:15px;
	margin-bottom:45px;
	position: relative;
}
.index_about .text_box h2:after{
	content:"";
	position: absolute;
	left:0;
	bottom:0;
	z-index: 11;
	width:150px;
	height:3px;
	background:#542305;
}
.index_about .text_box .t1{
	color:#7b4623;
	font-size:15px;
	line-height:30px;
}
.index_about .text_box .t2{
	color:#7b4623;
	font-size:15px;
	line-height:30px;
	margin:35px 0;
	width:100%;
	overflow: hidden;
}
.index_about .text_box .t2 i{
	font-size:42px;
	color:#542305;
	padding-right:5px;
	font-weight:bold;
}
.index_about .text_box .t2 span{
	padding-right:20px;
	margin-right:20px;
	position: relative;
}
.index_about .text_box .t2 span:after{
	content:"";
	position: absolute;
	right:-15px;
	bottom:0;
	z-index: 11;
	width:18px;
	height:38px;
	background: url(../images/i_bg.png) no-repeat center center;
}
.index_about .text_box .t2 span:last-child{
	padding-right:0;
	margin-right:0;
	position: static;
}
.index_about .text_box .t2 span:last-child:after{
	display: none;
}


.index_about .img_box{
	float:right;
	width:630px;
	height:390px;
	margin-right:15px;
	line-height:390px;
	text-align:center;
	position: relative;
	z-index: 11;
}
.index_about .img_box:after{
	content:"";
	position: absolute;
	right:-15px;
	bottom:-15px;
	z-index: -1;
	display: block;
	width:630px;
	height:390px;
	border:1px solid #542305;
}






/* index_about2 */
.index_about2{
	padding:70px 0;
	background:url(../images/s_bg2.jpg) repeat center center;
}
.iab_slide_box .parhd{
	display: block;
	margin-bottom:36px;
}
.iab_slide_box .parhd ul li{
	float:left;
	margin-right:10px;
	width:150px;
	height:40px;
	display: block;
	line-height:40px;
	color:#efe4ce;
	font-size:16px;
	text-align:center;
	background:url(../images/m_btn.jpg) no-repeat center center;
	background-size:100% 100%;
	cursor: pointer;
}



.index_about2 .iab_slide{
	position: relative;
}
.index_about2 .iab_slide .iab_next,
.index_about2 .iab_slide .iab_prev{
	position: absolute;
	top:-76px;
	z-index: 11;
	width:40px;
	height:40px;
	cursor: pointer;
	outline:none;
}
.index_about2 .iab_slide .iab_next{
	right:0;
	background:#7b4623 url(../images/r_bg.png) no-repeat center center;
	background-size:8px 15px;
}
.index_about2 .iab_slide .iab_prev{
	right:60px;
	background:#7b4623 url(../images/l_bg.png) no-repeat center center;
	background-size:8px 15px;
}
.index_about2 .iab_slide .iab_next:hover{
	right:0;
	background:#b88221 url(../images/r_bg.png) no-repeat center center;
	background-size:8px 15px;
}
.index_about2 .iab_slide .iab_prev:hover{
	right:60px;
	background:#b88221 url(../images/l_bg.png) no-repeat center center;
	background-size:8px 15px;
}





.index_about2 .iab_slide .bd ul li{
	float:left;
	width:310px;
	margin-right:20px;
	display: inline-block;
}
.index_about2 .iab_slide .bd ul li .img_box{
	width:310px;
	height:206px;
	line-height:206px;
	overflow: hidden;
	display: block;
	text-align:center;
}
.index_about2 .iab_slide .bd ul li .img_box img{
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}
.index_about2 .iab_slide .bd ul li:hover .img_box img{
	transform: scale(1.1);            
	-webkit-transform: scale(1.1); /*Safari 和 Chrome*/
	-moz-transform: scale(1.1); /*Firefox*/
	-ms-transform: scale(1.1); /*IE9*/
	-o-transform: scale(1.1); /*Opera*/
}
.index_about2 .iab_slide .bd ul li p{
	color:#efe4ce;
	font-size:15px;
	line-height:40px;
	width:100%;
	height:40px;
	padding:5px 0;
	text-align:center;
	background:url(../images/m_btn2.jpg) no-repeat center center;
	background-size:100% 100%;
}






.htit{
	text-align:center;
}
.htit h2{
	color:#542305;
	font-size:44px;
	text-align:center;
	line-height:60px;
	padding-bottom:30px;
	margin-bottom:20px;
	font-family:"微软雅黑";
	background:url(../images/i_bg2.png) no-repeat center bottom;
	background-size:428px auto;
    font-weight: bold;
}







/* index_pro */
.index_pro{
	background:url(../images/s_bg3.jpg) repeat center center;
}
.index_pro .main2{
	width:1500px;
	margin:0 auto;
	padding:70px 0;
	background:url(../images/index_bg3.jpg) repeat center center;
}
.index_pro .htit{
	margin-bottom:20px;
	display: block;
}
.ipro_slide{
	width:100%;
	position: relative;
	padding:0 0 60px 0;
}
.ipro_slide .hd {
	width: 100%;
	padding: 18px 0;
	text-align: center;
    padding-bottom: 35px;
}
.ipro_slide .hd ul {
	display: inline-block;
}
.ipro_slide .hd ul li{
	float:left;
	margin-right:10px;
	width:150px;
	height:40px;
	display: block;
	line-height:40px;
	color:#efe4ce;
	font-size:16px;
	text-align:center;
	background:url(../images/m_btn.jpg) no-repeat center center;
	background-size:100% 100%;
	cursor: pointer;
}
.ipro_slide .hd ul li:hover,
.ipro_slide .hd ul li.on{
	text-decoration:underline;
}
.ipro_slide .bd ul .list{
	display: block;
	width:100%;
	padding:20px 0;
	margin-bottom:20px;
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
}
.ipro_slide .bd ul .list .text_box{
	float:right;
	padding:90px 60px;
	margin:0 20px;
	width:440px;
	background:#4e2c16 url(../images/ipro_bg2.png) no-repeat center center;
	background-size:90% 90%;
}
.ipro_slide .bd ul .list .text_box h3{
	color:#efe4ce;
	font-size:26px;
	line-height:40px;
	padding-bottom:15px;
	border-bottom:1px solid #b29377;
}
.ipro_slide .bd ul .list .text_box .text{
	color:#c2a78e;
	font-size:15px;
	line-height:30px;
	margin-top:20px;
	margin-bottom:60px;
}
.ipro_slide .bd ul .list .text_box .more{
	width:150px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:#c2a78e;
	font-size:15px;
	border:1px solid #b29377;
}
.ipro_slide .bd ul .list .text_box .more a{
	display: block;
}
.ipro_slide .bd ul .list .text_box:hover .more a{
	color:#fff;
	background:#b88221;
}
.ipro_slide .bd ul li{
	float:left;
	margin-right:27px;
}
.ipro_slide .bd ul li:last-child{
	margin-right:0;
}
.ipro_slide .bd ul li a{
	display: block;
}
.ipro_slide .bd ul li:hover .list{
	margin-top:0px;
}
.ipro_slide .bd ul li .img_box{
	width:415px;
	height:315px;
	line-height:315px;
	text-align:center;
	background:#fff;
	display: block;
	overflow: hidden;
}
.ipro_slide .bd ul li .img_box img{
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}
.ipro_slide .bd ul li:hover .img_box img{
	transform: scale(1.1);            
	-webkit-transform: scale(1.1); /*Safari 和 Chrome*/
	-moz-transform: scale(1.1); /*Firefox*/
	-ms-transform: scale(1.1); /*IE9*/
	-o-transform: scale(1.1); /*Opera*/
}
.ipro_slide .bd ul li .text{
	width:415px;
}

.ipro_slide .bd ul li .text h3{
	float:left;
	width:80%;
	text-align:center;
	color:#efe4ce;
	font-size:16px;
	line-height:60px;
	background:#7b4623;
}
.ipro_slide .bd ul li .text span{
	float:left;
	width:20%;
	height:60px;
	background:#7b4623 url(../images/i_bg3.png) no-repeat center center;
	display: block;
}
.ipro_slide .bd ul li:hover .text span{
	display: block;
	background:#542305 url(../images/i_bg3.png) no-repeat center center;
}






/* index_brand */
.index_brand{
	height:530px;
	width:100%;
	background:url(../images/s_bg4.jpg) no-repeat center center;
	background-size:cover;
	position: relative;
}
.index_brand .htit{
	position: absolute;
	bottom:20px;
	z-index: 11;
	left:0;
	width:100%;
}
.index_brand .htit h2{
	color:#efe4ce;
    background: url(../images/i_bg4.png) no-repeat center bottom;
}


.index_brand2{
	width:100%;
	background:url(../images/index_bg5.jpg) repeat center center;
	position: relative;
}

.index_brand2 .text_box{
	display: block;
	width:600px;
	margin:0 auto 0 0;
	padding:140px 0 20px 105px;
	position: relative;
}
.index_brand2 .text_box i{
	position: absolute;
	left:0;
	top:140px;
	z-index: 11;
	color:#fff;
	font-size:32px;
	line-height:30px;
	font-family:Arial;
	display: block;
	width:70px;
	height:85px;
	padding-top:15px;
	text-align:center;
	background:url(../images/btn3.png) no-repeat center center;
}
.index_brand2 .text_box i:after{
	content:"";
	position: absolute;
    left: 28%;
    top: 50px;
    z-index: 12;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
}
.index_brand2 .text_box:nth-child(2n){
	display: block;
	width:630px;
	margin:0 0 0 auto;
}

.index_brand2 .text_box h3{
	color:#542305;
	font-size:26px;
	line-height:30px;
	font-weight:bold;
}
.index_brand2 .text_box .text{
	margin:40px 0;
	color:#7b4623;
	font-size:16px;
	line-height:30px;
}
.index_brand2 .text_box .text p{
	padding-left:26px;
	position: relative;
}
.index_brand2 .text_box .text p:after{
	content:"";
	position: absolute;
	left:0;
	top:8px;
	z-index: 11;
	width:10px;
	height:10px;
	background:#b88221;
	border-radius:100%;
	display: block;
}
.index_brand2 .text_box:nth-child(2){
	padding:140px 0 70px 105px;
}
.index_brand2 .text_box:nth-child(3){
	padding:140px 0 70px 105px;
}
.index_brand2 .text_box:nth-child(4){
	padding:140px 0 120px 105px;
}





/* index_brand3 */
.index_brand3{
	height:310px;
	background:url(../images/index_bg6.jpg) no-repeat center center;
	background-size:cover;
}
.index_brand3 .htit{
	padding:26px 0 15px 0;
}
.index_brand3 .htit h2{
	color:#efe4ce;
    background: url(../images/i_bg4.png) no-repeat center bottom;
}

.ibarnd_slide{
	position: relative;
}
.ibarnd_slide .ib_next,
.ibarnd_slide .ib_prev{
	position: absolute;
	top:calc(50% - 20px);
	z-index: 11;
	width:40px;
	height:40px;
	cursor: pointer;
	outline:none;
}
.ibarnd_slide .ib_next{
	right:0;
	background: url(../images/r_bg.png) no-repeat center center;
	background-size:8px 15px;
}
.ibarnd_slide .ib_prev{
	left:0px;
	background: url(../images/l_bg.png) no-repeat center center;
	background-size:8px 15px;
}




.ibarnd_slide{
	width:1180px;
	padding:0 60px;
	margin:0 auto;
} 
.ibarnd_slide .bd ul li{
	float:left;
	width:180px;
	height:100px;
	line-height:100px;
	margin-right:20px;
	text-align:center;
	background:#fff;
}
.ibarnd_slide .bd ul li a{
	display: block;
}







/* .pages */

.pages {
	display: block;
	margin:50px 0 30px 0;
	text-align: center;
}

.pages a {
	float: left;
	color: #7b4623;
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	background:#f5ecdd;
	padding: 0 15px;
	border-radius: 5px;
	margin: 0 5px;
	font-family: "微软雅黑";
}



.pages a:hover,
.pages a.on {
	color: #fff;
	background:#7b4623;
}



.pages div {
	display: inline-block;
	*zoom: 1;
}

.pages div:before,
.pages div:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}












/* .index_news */
.index_news{
	padding:70px 0 0px 0;
	background:url(../images/index.jpg) repeat center center;
}
.index_news .htit{
	margin-bottom:60px;
}
.index_news .htit p{
	color:#999;
	background-size:160px auto;
}
.index_news .inews_box{
	padding:20px;
	background:url(../images/index_bg3.jpg) repeat center center;
}
.index_news .inews_box .bd{
	float:left;
	width:568px;
	height:384px;
}
.index_news .inews_box .bd ul li{
	float:left;
	width:568px;
	height:384px;
	line-height:384px;
	text-align:center;
}
.index_news .inews_box .bd ul li .img_box{
	width:568px;
	height:384px;
	line-height:384px;
	display: block;
}
.index_news .inews_box .bd ul li .img_box img{
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}
.index_news .inews_box .bd ul li:hover .img_box img{
	transform: scale(1.1);            
	-webkit-transform: scale(1.1); /*Safari 和 Chrome*/
	-moz-transform: scale(1.1); /*Firefox*/
	-ms-transform: scale(1.1); /*IE9*/
	-o-transform: scale(1.1); /*Opera*/
}
.index_news .inews_box .hd{
	float:right;
	width:650px;
}
.index_news .inews_box .hd ul li{
	position: relative;
	display: block;
	border-bottom:1px solid #c7b086;
}
.index_news .inews_box .hd ul li a{
	display: block;
}

.index_news .inews_box .hd ul li i{
	position: absolute;
	right:0;
	top:0;
	z-index: 11;
	color:#836654;
	font-size:16px;
	line-height:30px;
	display: none;
}
.index_news .inews_box .hd ul li h3{
	color:#602d0e;
	font-size:16px;
	line-height:30px;
	margin:20px 0;
	position: relative;
	padding-left:26px;
	max-width:80%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_news .inews_box .hd ul li h3:after{
	content: "";
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 11;
    width: 10px;
    height: 10px;
	background:#602d0e;
    border-radius: 100%;
    display: block;
}
.index_news .inews_box .hd ul li.on h3:after,
.index_news .inews_box .hd ul li:hover h3:after{
    background: #b88221;
}
.index_news .inews_box .hd ul li.on h3,
.index_news .inews_box .hd ul li:hover h3{
	font-weight:bold;
}
.index_news .inews_box .hd ul li .text{
	color:#836654;
	font-size:15px;
	line-height:25px;
	margin-bottom:25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: none;

}
.index_news .inews_box .hd ul li.on .text{
	display: block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.index_news .inews_box .hd ul li.on i{
	display: block;
}
.index_news .inews_box .hd ul li.on h3{
	color:#602d0e;
	font-size:20px;
	line-height:30px;
	margin:20px 0;
}

/* index_news2 */
.index_news2{
	padding:40px 0;
	background:url(../images/index.jpg) repeat center center;
}
.index_news2 h2{
	color:#602d0e;
	font-size:30px;
	line-height:30px;
	padding-bottom:18px;
	margin-bottom:30px;
	border-bottom:1px solid #c7b086;
	padding-left:40px;
	background:url(../images/inews_bg.png) no-repeat left 0;
}
.index_news2 .list_box .list{
	float:left;
	width:395px;
	margin-right:56px;
}
.index_news2 .list_box .list:nth-child(3n){
	margin-right:0;
}
.index_news2 .list_box .list a{
	display: block;
}
.index_news2 .list_box .list h3{
	color:#602d0e;
	font-size:18px;
	line-height:25px;
	margin-bottom:15px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_news2 .list_box .list:hover h3{
	font-weight:bold;
}
.index_news2 .list_box .list .text{
	color:#836654;
	font-size:15px;
	line-height:25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

}



/* footer */
.footer{
	padding:50px 0 0 0;
	background:#f5ecdd;
}
.foot1{
	padding-bottom:30px;
	border-bottom:1px solid #C7B086;
}
.foot3{
	background:#602d0e;
}

.foot_phone{
	float:left;
	width:334px;
	height:140px;
	line-height:140px;
}

.foot_list{
	float:right;
	width:430px;
}
.foot_nav{
	float:left;
	width:970px;
	text-align:left;
}
.foot_nav dl{
	float:left;
	width:150px;
	margin-right:40px;
}
.foot_nav dl dt{
	margin-bottom:10px;
	display: block;
	color:#602d0e;
	font-size:16px;
	line-height:40px;
}
.foot_nav dl dt a{
	display: block;
}
.foot_nav dl dd{
	color:#836654;
	font-size:15px;
	line-height:30px;
}

.foot_nav dl dt:hover a,
.foot_nav dl dd:hover a{
	text-decoration: underline;
}

.foot1 .er_box{
	float:right;
	width:330px;
}
.foot1 .er_box .pic_box{
	float:left;
	width:50%;
	text-align:center;
}
.foot1 .er_box .pic_box .pic{
	width:100%;
	height:135px;
	line-height:135px;
	margin:0 auto;
	display: block;
	text-align:center;
}
.foot1 .er_box .pic_box p{
	color:#836654;
	font-size:15px;
	line-height:30px;
	padding:10px 0;
}


.foot2 ul.link li{
	float:left;
	color:#836654;
	font-size:15px;
	line-height:30px;
	padding:20px 0 20px 10px;
}
.foot2 ul.link li:nth-child(1){
	padding-left:35px;
	color:#602d0e;
	background:url(../images/foot2_bg.png) no-repeat center left;
}
.foot3 .text{
	padding:20px 0;
	color:#e9e9e9;
	font-size:15px;
	line-height:30px;
	font-family:"微软雅黑";
}



/* left_public */
.left_public{
	float:left;
	width:275px;
}
.left_public .htit2{
	background:#542305;
	padding:30px 35px;
	margin-bottom:3px;
}
.left_public .htit2 h2{
	color:#efe4ce;
	font-size:30px;
	line-height:40px;
	font-family:微软雅黑;
}
.left_public .htit2 p{
	color:#efe4ce;
	font-size:16px;
	line-height:26px;
	line-height:Arial;
}
.left_public .left_nav{
	margin-bottom:20px;
	display: block;
}
.left_public .left_nav ul li{
	color:#efe4ce;
	font-size:16px;
	line-height:60px;
	text-indent:30px;
	margin-bottom:3px;
	background:#7b4623 url(../images/icon2.png) no-repeat 88% center;
}
.left_public .left_nav ul li:hover,
.left_public .left_nav ul li.on{
	background:#b88221 url(../images/icon2.png) no-repeat 88% center;
}
.left_public .left_nav ul li a{
	display: block;
}

.left_pro{
	margin-bottom:20px;
}
.left_pro h2{
	color:#efe4ce;
	font-size:16px;
	line-height:45px;
	text-indent:30px;
	background: url(../images/left_bg.jpg) no-repeat right bottom;
}
.left_pro .list_box{
	padding:20px 15px;
	background:#d6bf98 url(../images/icon4.png) no-repeat right bottom;
}
.left_pro .list_box .list{
	margin-bottom:20px;
}
.left_pro .list_box .list .img_box{
	border:1px solid #b29a72;
	padding:3px 4px;
	width:240px;
	height:180px;
	line-height:180px;
	text-align:center;
    background:#fff;
}
.left_pro .list_box .list:last-child{
	margin-bottom:0;
}
.left_pro .list_box .list p{
	color:#7b4623;
	font-size:16px;
	line-height:30px;
	padding:5px 0;
	font-family:微软雅黑;
	text-align:center;
}


.left_cont{
	display: block;
}
.left_cont .text{
	padding:20px 0;
	background:#7b4623;
}
.left_cont .text span{
	display:block;
	margin:0 auto;
	color:#f5ecdd;
	font-size:16px;
	line-height:46px;
	padding-left:45px;
	width:174px;
	background: url(../images/icon3.png) no-repeat left center;
}
.left_cont .text p{
	color:#f5ecdd;
	font-size:26px;
	line-height:36px;
	font-weight:bold;
	text-align:center;
	display: block;
	line-height:Arial;
}


.section{
	float:right;
	width:990px;
}


/* .about */
.about{
	padding:50px 0;
	background:url(../images/index.jpg) repeat center center;
}
.about .about_box{
	background:rgba(255,255,255,.3);
	padding:35px 37px;
}
.about .about_box h2{
	color:#7b4623;
	font-size:26px;
	line-height:36px;
	font-family:微软雅黑;
	margin-bottom:15px;
}
.about .about_box .text{
	color:#7b4623;
	font-size:15px;
	line-height:30px;
	font-family:微软雅黑;
}






/* .case */
.case{
	padding:50px 0;
	background:url(../images/index.jpg) repeat center center;
}
.case .case_box{
	display: block;
}
.case .case_box .list{
	float:left;
	width:320px;
	margin-right:15px;
	margin-bottom:25px;
	cursor: pointer;
}
.case .case_box .list:nth-child(3n){
	margin-right:0;
}
.case .case_box .list .img_box{
	width:320px;
	height:215px;
	line-height:214px;
	margin-bottom:5px;
	text-align:center;
	display: block;
    background:#fff;
	overflow: hidden;
}
.case .case_box .list .img_box img{
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}
.case .case_box .list:hover .img_box img{
	transform: scale(1.1);            
	-webkit-transform: scale(1.1); /*Safari 和 Chrome*/
	-moz-transform: scale(1.1); /*Firefox*/
	-ms-transform: scale(1.1); /*IE9*/
	-o-transform: scale(1.1); /*Opera*/
}
.case .case_box .list p{
	color:#7b4623;
	font-size:16px;
	line-height:30px;
	padding:10px 0;
	text-align:center;
	background:#d6bf98;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.case .case_box .list:hover p{
	color:#efe4ce;
	background:#7b4623;
}








/* .about_zs */
.about_zs{
	padding:50px 0;
	background:url(../images/index.jpg) repeat center center;
}
.about_zs .about_zs_box{
	display: block;
}
.about_zs .about_zs_box .list{
	float:left;
	width:320px;
	margin-right:15px;
	margin-bottom:25px;
	cursor: pointer;
}
.about_zs .about_zs_box .list:nth-child(3n){
	margin-right:0;
}
.about_zs .about_zs_box .list .img_box{
	width:310px;
	height:230px;
	line-height:230px;
	border:5px solid #7b4623;
	margin-bottom:5px;
	text-align:center;
	display: block;
    background:#f5ecdd;
}
.about_zs .about_zs_box .list p{
	color:#7b4623;
	font-size:16px;
	line-height:30px;
	padding:10px 0;
	text-align:center;
	background:#d6bf98;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.about_zs .about_zs_box .list:hover p{
	color:#efe4ce;
	background:#7b4623;
}









/* .about_sb */
.about_sb {
	padding:50px 0;
	background:url(../images/index.jpg) repeat center center;
}
.about_sb .about_sb_box{
	display: block;
}
.about_sb .about_sb_box .list{
	float:left;
	width:320px;
	margin-right:15px;
	margin-bottom:25px;
	cursor: pointer;
}
.about_sb .about_sb_box .list:nth-child(3n){
	margin-right:0;
}
.about_sb .about_sb_box .list .img_box{
	width:320px;
	height:214px;
	line-height:214px;
	margin-bottom:5px;
	text-align:center;
	display: block;
}
.about_sb .about_sb_box .list p{
	color:#7b4623;
	font-size:16px;
	line-height:30px;
	padding:10px 0;
	text-align:center;
	background:#d6bf98;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.about_sb .about_sb_box .list:hover p{
	color:#efe4ce;
	background:#7b4623;
}








/* .about_hj */
.about_hj {
	padding:50px 0;
	background:url(../images/index.jpg) repeat center center;
}
.about_hj .about_hj_box {
	display: block;
}
.about_hj .about_hj_box .list{
	float:left;
	width:320px;
	margin-right:15px;
	margin-bottom:25px;
	cursor: pointer;
}
.about_hj .about_hj_box .list:nth-child(3n){
	margin-right:0;
}
.about_hj .about_hj_box .list .img_box{
	width:320px;
	height:214px;
	line-height:214px;
	margin-bottom:5px;
	text-align:center;
	display: block;
}
.about_hj .about_hj_box .list p{
	color:#7b4623;
	font-size:16px;
	line-height:30px;
	padding:10px 0;
	text-align:center;
	background:#d6bf98;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.about_hj .about_hj_box .list:hover p{
	color:#efe4ce;
	background:#7b4623;
}




/* .about_zj */
.about_zj {
	padding:50px 0;
	background:url(../images/index.jpg) repeat center center;
}
.about_zj .about_zj_box {
	display: block;
	padding:60px 35px 125px 35px;
	background:#f5ecdd;
}





/* .pro */
.pro {
	padding:50px 0;
	background:url(../images/index.jpg) repeat center center;
}
.pro .pro_box {
	display: block;
}
.pro .pro_box .list{
	float:left;
	width:320px;
	margin-right:15px;
	margin-bottom:25px;
	cursor: pointer;
}
.pro .pro_box .list a{
	display: block;
}
.pro .pro_box .list:nth-child(3n){
	margin-right:0;
}
.pro .pro_box .list .img_box{
	width:320px;
	height:241px;
	line-height:240px;
	background:#fff;
	text-align:center;
	display: block;
	overflow: hidden;
}
.pro .pro_box .list .img_box img{
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}
.pro .pro_box .list:hover .img_box img{
	transform: scale(1.1);            
	-webkit-transform: scale(1.1); /*Safari 和 Chrome*/
	-moz-transform: scale(1.1); /*Firefox*/
	-ms-transform: scale(1.1); /*IE9*/
	-o-transform: scale(1.1); /*Opera*/
}
.pro .pro_box .list p{
	color:#7b4623;
	font-size:16px;
	line-height:30px;
	padding:10px 0;
	text-align:center;
	background:#d6bf98;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.pro .pro_box .list:hover p{
	color:#efe4ce;
	background:#7b4623;
}







/* contact */
.contact{
	padding:50px 0;
	background:url(../images/index.jpg) repeat center center;
}
.contact .cont_box{
	padding:35px;
	background:rgba(255,255,255,.3);
}
.cont_t1{
	display: block;
}
.cont_t1 h2{
	color:#7b4623;
	font-size:24px;
	line-height:30px;
	margin-bottom:20px;
}
.cont_t1 .text{
	color:#7b4623;
	font-size:15px;
	line-height:30px;
	padding-bottom:20px;
	border-bottom:1px solid #cbbb9f;
	position: relative;
}
.cont_t1 .text:after{
	content:"";
	position: absolute;
	left:0;
	bottom:0;
	z-index: 11;
	width:140px;
	height:3px;
	background:#7b4623;
}
.cont_t2{
	display: block;
	margin:20px 0 30px 0;
	color:#7b4623;
	font-size:16px;
	line-height:30px;
}
.cont_t2 .p1{
	float:left;
	padding:20px 40px 20px 70px;
	width:356px;
	background:url(../images/cont_btn.png) no-repeat left center;
}
.cont_t2 .p2{
	float:right;
	padding:20px 0px 20px 70px;
	width:350px;
	background:url(../images/cont_btn2.png) no-repeat left center;
}
.cont_t2 .p3{
	float:left;
	padding:20px 40px 20px 70px;
	width:356px;
	background:url(../images/cont_btn3.png) no-repeat left center;
}



.map{
	width:916px;
	height:416px;
	border:2px solid #7b4623;
	overflow: hidden;
}





/* job */
.job{
	padding:50px 0;
	background:url(../images/index.jpg) repeat center center;
}
.job .job_box{
	padding:35px;
	background:rgba(255,255,255,.3);
}
.job .job_list{
	margin-top:35px;
} 
.job .job_list .list_box{
    margin-bottom:7px;
}
.job .job_list .list_box .hd{
    width:100%;
    height:54px;
    line-height:54px;
    font-size:16px;
    color:#7b4623;
    cursor:pointer;
    background:#e4d4b8 url(../images/job_bg.png) no-repeat 98% center;
    text-indent:35px;
}
.job .job_list .list_box .hd:hover,
.job .job_list .list_box .hd.on{
    background:#7b4623 url(../images/job_bg2.png) no-repeat 98% center;
    color:#f5ecdd;
}
.job .job_list .list_box .bd{
    font-size:15px;
    color:#7b4623;
    line-height:30px;
    padding:20px 35px;
	border:1px solid #7b4623;
	margin-bottom:15px;
    display:none;
}







/* .message */
.message{
	padding:50px 0;
	background:url(../images/index.jpg) repeat center center;
}
.message .message_box{
	padding:35px;
	background:#f5ecdd;
}
.message .message_box .text{
	color:#7b4623;
	font-size:15px;
	line-height:30px;
	height:30px;
	border-bottom:1px solid #cbbb9f;
	margin-bottom:30px;
	padding-bottom:20px;
	position: relative;
}
.message .message_box .text:after{
	content:"";
	position: absolute;
	left:0;
	bottom:0;
	z-index: 11;
	width:140px;
	height:3px;
	background:#7b4623;
}
.message .message_box .text span{
	width:185px;
	display: inline-block;
	color:#7b4623;
	font-size:24px;
	line-height:30px;
}
.message .message_box .text p{
	float:left;
	width:905px;
}
.message .message_box .form_box .t1_box{
	margin-bottom:20px;
	display: block;
} 
.message .message_box .form_box .t1_box label{
	float:left;
	width:280px;
	margin-right:40px;
	display: block;
}
.message .message_box .form_box .t1_box label:nth-child(3){
	margin-right:0;
}
.message .message_box .form_box .t1_box i{
	float:left;
	color:#7b4623;
	font-size:15px;
	line-height:40px;
}
.message .message_box .form_box .t1_box .t1{
	float:right;
	width:200px;
	height:40px;
	line-height:40px;
	border:1px solid #e7dac1;
	background:#e7dac1;
	text-indent:10px;
	color:#7b4623;
	font-size:15px;
}


.message .message_box .form_box .t2_box{
	margin-bottom:20px;
}
.message .message_box .form_box .t2_box i{
	float:left;
	color:#7b4623;
	font-size:15px;
	line-height:40px;
}
.message .message_box .form_box .t2_box .t2{
	float:right;
	width:820px;
	height:100px;
	padding:10px 10px;
	line-height:26px;
	border:1px solid #e7dac1;
	background:#e7dac1;
	color:#7b4623;
	font-size:15px;
}


.message .message_box .form_box .t3_box label{
	float:left;
	width:280px;
	display: inline-block;
}
.message .message_box .form_box .t3_box i{
	float:left;
	color:#7b4623;
	font-size:15px;
	line-height:40px;
	margin:0 16px 0 16px;
}
.message .message_box .form_box .t3_box .t3{
	float:left;
	width:200px;
	height:40px;
	line-height:40px;
	border:1px solid #e7dac1;
	background:#e7dac1;
	text-indent:10px;
	color:#7b4623;
	font-size:15px;
}
.message .message_box .form_box .t3_box .pic{
	float:left;
	height: 40px;
    width: 150px;
    background: #fff;
	margin-left:40px;
	cursor: pointer;
}
.message .message_box .form_box .t3_box .pic img{
	width:100%;
	height:100%;
}
.message .message_box .form_box .t3_box .submit{
	float:right;
	width:200px;
	height:40px;
	line-height:40px;
	background:#7b4623;
	border:1px solid #7b4623;
	color:#f5ecdd;
	font-size:15px;
	text-align:center;
	cursor: pointer;
}
.message .message_box .form_box .t3_box .submit:hover{
	background:#542305;
}











/* news_v */
.news_v{
	padding:50px 0;
	background:url(../images/index_bg3.jpg) repeat center center;
}

.news_v .news_htit {
	text-align: center;
	margin-bottom: 10px;
}

.news_v .news_htit h2 {
	color: #7b4623;
	font-size: 24px;
	line-height: 40px;
}

.news_v .news_htit p {
	color: #7b4623;
	font-size: 15px;
	line-height: 34px;
	display: block;
}

.news_v .text {
	color: #7b4623;
	font-size: 17px;
	line-height: 36px;
}

.news_v .pages2{
	padding-top:50px;
	margin-top:50px;
	border-top:1px solid #7b4623;
}

.news_v .pages2 a{
	display: block;
	padding-left:20px;
	color:#7b4623;
	font-size:18px;
	line-height:50px;
	font-family:"微软雅黑";
}








/* .news */
.news{
	padding:50px 0;
	background:url(../images/index.jpg) repeat center center;
}
.news .news_box .list{
	background:#f5ecdd;
	margin-bottom:20px;
}
.news_box .list .img_box{
	float:left;
	width:330px;
	height:220px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.news_box .list .text_box{
	float:right;
	width:580px;
	padding:0 30px 0 50px;
	position: relative;
}

.news_box .list .text_box h3{
	color:#602d0e;
	font-size:20px;
	line-height:30px;
	margin:20px 0 15px 0;
	white-space: nowrap;
	overflow: hidden; 
	text-overflow:ellipsis;
}
.news_box .list .text_box .text{
	color:#836654;
	font-size:15px;
	line-height:25px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	margin-bottom:20px;
}
.news_box .list .text_box span{
	color:#f5ecdd;
	font-size:15px;
	line-height:32px;
	height:32px;
	width:115px;
	background:#7b4623;
	text-align:center;
	display: block;
}
.news_box .list .text_box:hover span{
	background:#b88221;
}








/* .problem */
.problem{
	padding:50px 0;
	background:url(../images/index.jpg) repeat center center;
}
.problem_box .list{
	background:#f5ecdd;
	padding:20px 25px;
	display: block;
	margin-bottom:20px;
}
.problem_box .list a{
	display: block;
}
.problem_box .list h3{
	color:#7b4623;
	font-size:18px;
	line-height:32px;
	padding:10px 0 10px 50px;
	margin-bottom:10px;
	background:url(../images/icon5.png) no-repeat left center;
}
.problem_box .list:hover h3{
	background:url(../images/inews_bg.png) no-repeat left center;
	background-size:38px auto;
}
.problem_box .list .text{
	color:#7b4623;
	font-size:15px;
	line-height:25px;
}







/* .prov */
.prov{
	padding:50px 0;
	background:url(../images/index.jpg) repeat center center;
}
.prov .prov_box{
	background:#f5ecdd;
	padding:25px 35px;
}
.prov .prov_box .prov_list{
	display: block;
	margin:0 0 30px 0;
}
.prov .prov_box .prov_list .img_box{
	float:left;
	width:490px;
	height:365px;
	line-height:365px;
	text-align:center;
}
.prov .prov_box .prov_list .text_box{
	float:right;
	width:395px;
	height:365px;
	position: relative;
}
.prov .prov_box .prov_list .text_box .prov_cont{
	position: absolute;
	left:0;
	bottom:0;
	z-index: 11;
}
.prov .prov_box .prov_list .text_box .prov_cont i{
	color:#f5ecdd;
	font-size:24px;
	line-height:30px;
	background:#b88221;
	float:left;
	display: block;
	font-weight:bold;
	padding:13px 12px;
}
.prov .prov_box .prov_list .text_box .prov_cont span{
	color:#f5ecdd;
	font-size:24px;
	line-height:30px;
	background:#7b4623;
	float:left;
	display: block;
	font-weight:bold;
	padding:13px;
}
.prov .prov_box .prov_list .text_box h2{
	color:#542305;
	font-size:22px;
	line-height:30px;
	padding:15px 0;
	margin-bottom:15px;
	border-bottom:1px solid #cbbb9f;
}
.prov .prov_box .prov_list .text_box .text{
	color:#542305;
	font-size:15px;
	line-height:30px;
}




.prov .prov_box .prov_list2{
	display: block;
	margin:0 0 30px 0;
}
.prov .prov_box .prov_list2 .text{
	color:#542305;
	font-size:15px;
	line-height:30px;
}

.prov .prov_box .prov_list3{
	display: block;
	margin:0 0 30px 0;
}
#prov_list3 .img_box{
	float:left;
	width:296px;
	height:386px;
	line-height:386px;
	text-align:center;
	margin-right:16px;
	cursor: pointer;
}
#prov_list3 .img_box:nth-child(3){
	margin-right:0;
}

.prov .prov_box .prov_list4{
	display: block;
	margin:0 0 30px 0;
}
#prov_list4 .img_box{
	float:left;
	width:455px;
	height:285px;
	line-height:285px;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
	cursor: pointer;
}
#prov_list4 .img_box:nth-child(2n){
	margin-right:0;
}




.htit3{
	border-bottom:1px solid #cbbb9f;
	margin-bottom:30px;
	padding-bottom:20px;
	position: relative;
}
.htit3:after{
	content:"";
	position: absolute;
	left:0;
	bottom:0;
	z-index: 11;
	width:140px;
	height:3px;
	background:#7b4623;
}
.htit3 h2{
	display: inline-block;
	color:#542305;
	font-size:22px;
	line-height:30px;
}
.htit3 p{
	color:#7b4623;
	font-size:15px;
	line-height:30px;
	display: inline-block;
	text-transform:uppercase;
}







.prov_form .form_box .t1_box{
	margin-bottom:20px;
	display: block;
} 
.prov_form .form_box .t1_box label{
	float:left;
	width:280px;
	margin-right:40px;
	display: block;
}
.prov_form .form_box .t1_box label:nth-child(3){
	margin-right:0;
}
.prov_form .form_box .t1_box i{
	float:left;
	color:#7b4623;
	font-size:15px;
	line-height:40px;
}
.prov_form .form_box .t1_box .t1{
	float:right;
	width:200px;
	height:40px;
	line-height:40px;
	border:1px solid #a6937c;
	background:#f5ecdd;
	text-indent:10px;
	color:#7b4623;
	font-size:15px;
}


.prov_form .form_box .t2_box{
	margin-bottom:20px;
}
.prov_form .form_box .t2_box i{
	float:left;
	color:#7b4623;
	font-size:15px;
	line-height:40px;
}
.prov_form .form_box .t2_box .t2{
	float:right;
	width:820px;
	height:100px;
	padding:10px 10px;
	line-height:26px;
	border:1px solid #a6937c;
	background:#f5ecdd;
	color:#7b4623;
	font-size:15px;
}


.prov_form .form_box .t3_box label{
	float:left;
	width:280px;
	display: inline-block;
}
.prov_form .form_box .t3_box i{
	float:left;
	color:#7b4623;
	font-size:15px;
	line-height:40px;
	margin:0 16px 0 16px;
}
.prov_form .form_box .t3_box .t3{
	float:left;
	width:200px;
	height:40px;
	line-height:40px;
	border:1px solid #a6937c;
	background:#f5ecdd;
	text-indent:10px;
	color:#7b4623;
	font-size:15px;
}
.prov_form .form_box .t3_box .pic{
	float:left;
	height: 40px;
    width: 150px;
    background: #fff;
	margin-left:40px;
	cursor: pointer;
}
.prov_form .form_box .t3_box .pic img{
	width:100%;
	height:100%;
}
.prov_form .form_box .t3_box .submit{
	float:right;
	width:200px;
	height:40px;
	line-height:40px;
	background:#7b4623;
	border:1px solid #7b4623;
	color:#f5ecdd;
	font-size:15px;
	text-align:center;
	cursor: pointer;
}
.prov_form .form_box .t3_box .submit:hover{
	background:#542305;
}

