﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1200px;
	margin:0 auto;
	font-size:16px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	text-align:justify;	
	color:#7b635b;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#727171;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#7a635b;	
}
ul{
	list-style-type:none;	
}
em{
	/*font-style:normal;	*/
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1250px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

.header{
	height: 90px;
	line-height: 90px;
	background:#fff;
	position: relative;
	z-index: 100;
}
.header a{	
	padding:0 25px;
	display: inline-block;
	height: 90px;
	font-size:20px;
}

.nav_in a:hover,.now_hover .a{
	color:#fff;
	background:#7a635b;
}

.par{
	color:#fff;
	background:#7a635b;
}


.nav_in{
	float: left;
	position: relative;
	z-index: 100;
	height: 90px;
}
.nav_in ul{
	width: 100%;
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 100;
	background:#fff;
	display: none;
}
.nav_in:hover ul{
	display: block;
}
.nav_in li{
	height: 40px;
	line-height: 40px;	
}
.nav_in li a{
	display: block;
	font-size:15px;
	height: 40px;
}
.nav_in li a:hover{
	color:#fff;
	background:#7a635b;
}
.search {float:right;margin-top: 25px;}
.search .search-keyword{    border: 1px #ddd solid;
    line-height: 40px;
    padding: 0 20px;
    display: block;
    float: left;}
.search .search-submit{float: left;
    display: block;
    line-height: 42px;
    border: 0;
    background: #7a635b;
    color: #fff;
    width: 42px;
    cursor: pointer;}
.banner{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: 1120px;
}
.banner .pics li{
	width: 100%;
	height: 1120px;
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .pics a{
	display: block;
	width: 100%;
	height: 1120px;
}
.banner .btns{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 60;
	text-align: center;
}
.banner .btns span{
	display: inline-block;
	width: 12px;
	height: 12px;
	font-size:1px;
	margin:0 3px;
	background:#fff;
	border-radius:100%;
}
.banner .btns .hover{
	background:#7a635b;
}

.banner2{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 1200px;
	height: 500px;
	margin:0 auto;
}
.banner2 .pics li{
	width: 100%;
	height: 1120px;
	background-repeat:no-repeat;
	background-position:top center;
}
.banner2 .pics a{
	display: block;
	width: 100%;
	height: 1120px;
}
.banner2 .btns{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 60;
	text-align: center;
}
.banner2 .btns span{
	display: inline-block;
	width: 12px;
	height: 12px;
	font-size:1px;
	margin:0 3px;
	background:#fff;
	border-radius:100%;
}
.banner2 .btns .hover{
	background:#7a635b;
}

/*公用CSS 结束*/

.h_story{
	background:#f5f5f5;
}
.h_head{
	font-size:36px;
	line-height: 100px;
	padding-top:70px;
	color:#7a635b;
	text-align: center;
}
.h_story .tip{
	font-size:24px;
	line-height: 2;
}
.h_story .tip2{
	font-size:24px;
	line-height: 2;
	text-align: center;
	padding-bottom:30px;
}
.h_story .end{
	padding:40px 0;
	line-height: 42px;
	font-size:22px;
}
.h_story .tit{
	float: left;
	height: 42px;
	line-height: 42px;
	background:#7a635b;
	color:#fff;
	padding:0 16px;
	border-radius:21px;
}
.h_story .end a{
	float: left;
	margin:0 15px;
	display:inline-block;
	max-width:400px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.h_story .more{
	display: block;
	line-height: 80px;
	font-size:16px;
	color:#7a635b;
	width: 4em;
	margin:0 auto;
}
.h_pro{
	padding-bottom:50px;
}
.h_pro .wp{
	width: 1230px;
	margin:0 auto;
}
.h_pro .item{
	width: 380px;
	float: left;
	text-align: center;
	margin:0 15px;
}
.h_pro .photo{
	width: 100%;
	height: 220px;
	
display: flex;
justify-content: center;
align-items: center; 
}
.h_pro .photo img{
	display: block;
	max-width: 100%;
	max-height: 220px;
}
.h_pro dl{
	padding:20px 0;
}
.h_pro dt{
	line-height: 66px;
	font-size:24px;
	color:#7a635b;
}
.h_pro dd{
	font-size:16px;
	line-height: 30px;
}
.h_pro .more{
	display: block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	background:#7a635b;
	color:#fff;
	border-radius:10px;
	margin:0 auto;
	letter-spacing:2px;
}
.h_brand{
	background:#f5f5f5;
	padding-bottom:50px;
}
.h_brand .links{
	width: 1200px;
	margin:0 auto;
}
.h_brand .links a{
	display: block;
	width: 240px;
	height: 100px;
	float: left;
}
.h_la{
	position: relative;
}
.h_la .cleft{
	width: 50%;
	float: left;
	height:400px
}
.h_la .cleft img{
	display: block;
	width: 100%;
	/*max-height:350px;*/
}
.h_la .cright{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.h_la .intro{
	width: 80%;
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.h_la dt{
	font-size:24px;
	color:#7a635b;
	line-height: 44px;
}
.h_la dd{
	line-height: 28px;
}
.h_la ul{
	padding:14px 0;
	text-align:left;
	line-height: 1.6;
}
.h_la .more{
	display: inline-block;
	width: 104px;
	height: 28px;
	line-height: 28px;
	border-radius:10px;
	background:#7a635b;
	color:#fff;
	letter-spacing:3px;
}
.h_la .jia{
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-22px 0 0 -22px;
	background:#7a635b;
	color:#fff;
	font-size:30px;
	line-height: 40px;
	text-align: center;
}
.h_news{
	width: 1200px;
	margin:0 auto;
	padding-bottom:70px;
}
.h_news .half{
	width: 560px;
}
.h_news .head{
	height: 60px;
}
.h_news .tit{
	width: 120px;
	height: 34px;
	line-height: 34px;
	background:#7a635b;
	border-radius:10px;
	text-align: center;
	color:#fff;
	font-weight: bold;
	letter-spacing:3px;
}
.h_news .tps{
	height: 210px;
}
.h_news .photo{
	display: block;
	width: 280px;
	height: 210px;
	float: left;
}
.h_news .photo img{
	display: block;
	width: 280px;
	height: 210px;
}
.h_news .tps dl{
	float: right;
	width: 260px;
}
.h_news .tps dt{
	line-height: 24px;
	color:#000;
	font-weight: bold;
}
.h_news .tps a{
	color:#000;
}
.h_news .tps dd{
	font-size:14px;
	line-height: 18px;
	padding-top:15px;
}
.h_news .item{
	margin-top:20px;
}
.h_news .item .name{
	line-height: 30px;
	line-height: 24px;
	color:#000;
	font-weight: bold;
	height: 30px;
}
.h_news .item a{
	color:#000;
}
.h_news .tip{
	font-size:14px;
	line-height: 18px;
}
.footer{
	height: 70px;
	line-height: 70px;
	background:#7a635b;
	font-size:18px;
	color:#fff;
}
.footer a{
	color:#fff;
	float: left;
	margin-right:30px;
}
.ne_handle{
	width: 300px;
	height: 42px;
	line-height: 42px;
	margin:40px auto;
	border:0px solid #7b635b;
	border-radius:10px;
	background:#f5f5f5;
}
.ne_handle .btn{
	float: left;
	width: 165px;
	height: 42px;
	text-align: center;
	font-size:24px;
	color:#7b635b;
	letter-spacing:3px;
}
.ne_handle .hover{
	color:#fff;
	background:#7b635b;
}
.ne_list{
	width: 1080px;
	margin:0 auto;
}
.ne_item{
	margin-top:50px;
	position: relative;
	padding:0 200px;
	color:#000;
}
.ne_item .tip{
	font-size:24px;
	line-height: 40px;
	color:#000;
}
.ne_item .tip:hover{
	color:#7a635b;
}
.ne_item .date{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:24px;
}
.ne_item .more{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#000;
}
.ne_item .more:hover{
	color:#7a635b;
}
.page{
	text-align: center;
	padding:100px 0;
	height: 36px;
	line-height: 36px;
}
.page .btn{
	display: inline-block;
	height: 36px;
	width: 80px;
	background:#7a635b;
	border-radius:10px;
	color:#fff;
}
.page .bn{
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	color:#fff;
	background:#7a635b;
	border:2px solid #7a635b;
	border-radius:100%;
	margin:0 2px;
}
.page .bn:hover,.page .hover{
	color:#7a635b;
	background:#f5f5f5;
}
.page .cn{
	font-weight: bold;
	color:#7a635b;
	padding:0 5px;
}
.det{
	width: 1200px;
	margin:120px auto;
}
.det .photo{
	display: block;
	float: left;
	width: 560px;
}
.det_intro{
	float: right;
	width: 600px;
}
.det_intro .name{
	padding:10px 0;
	font-size:30px;
	color:#000;
}
.det_intro ul{
	font-size:17px;
	line-height: 36px;
	color:#b47b22;
}
.det_intro li{
	width: 50%;
	float: left;
}
.det_intro .intro{
	font-size:24px;
	line-height: 1.5;
}
.pro_banner{
	height: 696px;
	background:url("../images/pro_banner.jpg") no-repeat top center;
}
.pro_list{
	width: 1200px;
	margin:0 auto;
}
.pro_item{
	width: 330px;
	height: 510px;
	float: left;
	margin:40px 20px 0 20px;
	background:#fff;
	border-radius:10px;
	padding:15px;
	text-align: center;
}
.pro_item .photo{
	height: 360px;
	border-radius:10px;
	overflow: hidden;
	display: block;
	margin-bottom:15px;
}
.pro_item .photo img{
	display: block;
	width: 100%;
	height: 360px;
}
.pro_item dt{
	height: 55px;
	line-height: 55px;
	font-size:15px;
}
.pro_item .name{
	color:#000;
}
.pro_item .name:hover{
	color:#b47b22;
}
.pro_item dd{
	font-size:16px;
	line-height: 26px;
	color:#b47b22;
}





.al_list{
	width: 1200px;
	margin:0 auto;
}
.al_item{
	width: 330px;
	height: 350px;
	float: left;
	margin:40px 20px 0 20px;
	background:#fff;
	padding:5px;
	text-align: center;
}
.al_item .photo{
	height: 260px;
	overflow: hidden;
	display: block;
	margin-bottom:15px;
	display: flex;
justify-content: center;
align-items: center; 

}
.al_item .photo img{
	display: block;
	max-width: 100%;
	max-height: 360px;
}

.al_item .photo img:hover {
transform: scale(0.8); /* 图片缩小80% */
transition: all 0.3s ease-in-out; /* 缩小的动画效果，可以自定义时间 */
}



.al_item dt{
	height: 30px;
	/*line-height: 55px;*/
	font-size:15px;
}
.al_item .name{
	color:#000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.al_item .name:hover{
	color:#b47b22;
}
.al_item dd{
	font-size:16px;
	line-height: 26px;
	color:#b47b22;
}













.ne_con{
	display: none;
}
.show{
	display: block;
}
.pro_navs{
	width: 1160px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}
.pro_navs a{
	display: block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	border-radius:5px;
	text-align: center;
	background:#7a635b;
	color:#fff;
	font-size:17px;
	letter-spacing:2px;
}








.scv_listpages{
}
.scv_listpages ul{
float:left;
padding:12px 0px 12px 16px;
}
.scv_listpages ul li{
float:left;
font-family:Tahoma;
line-height:17px;
margin-right:6px;
border:1px solid #E9E9E9;
}
.scv_listpages ul li a{
float:left;
padding:2px 4px 2px;
color:#555;
display:block;
}
.scv_listpages ul li a:hover{
color:#690;
text-decoration:none;
padding:2px 4px 2px;
}
.scv_listpages ul li.thisclass,
.scv_listpages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
background-color:#F8F8F8;
padding:2px 4px 2px;
font-weight:bold;
}
.scv_listpages .pageinfo{
line-height:21px;
padding:12px 10px 12px 16px;
color:#999;
}
.scv_listpages .pageinfo strong{
color:#555;
font-weight:normal;
margin:0px 2px;
} 













.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
	display: flex;
	padding-top: 20px;
}
.col-sm-3 {
    width: 25%;
	display:block;
	float:left;
}
.form-horizontal .control-label {
	 width: 25%;
    padding-top: 12px;
    margin-bottom: 0;
    text-align: right;
}
.col-sm-6 {
    width: 50%;
	float:left;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}



#fl a{width:20%;float:left;background:#8f785b;height:40px;color:#fff;text-align:center;border-radius: 10px;line-height:40px;margin:10px 20px 0 20px;}
#fl a:hover{width:20%;float:left;background:#7a635b;height:40px;color:#fff;text-align:center;border-radius: 10px;line-height:40px;margin:10px 20px 0 20px;}
.active{width:20%;float:left;background:#7a635b !important;height:40px;color:#fff;text-align:center;border-radius: 10px;line-height:40px;margin:10px 20px 0 20px;}

