*{
	font-family: "微软雅黑";
}

a:hover{
	text-decoration: none;
}



/*全局样式结束*/
/*顶部*/
.hidden-left p:first-child{
	font-size: 12px;
	color: #000;
}
.hidden-left p:last-child{
	font-size: 17px;
	color: #ed4e00;
}
.top-c{
	width:100%;
	overflow: hidden;
	background:url(../images/top-bg_01.png) repeat-x top;
	background-size: auto auto ;
	-webkit-background-size: auto auto ;
}
.top-c .top-p{
	overflow: hidden;
	position: relative;
	height: 50px;
}
.top-c p{
	color: #b1b0b0;
	font-size: 10px;
	line-height: 70px;
}
.top_c_left span{
	color: #de930c;
}
.top-c p a{
	font-size: 10px;
	color: #b1b0b0;
	padding:0 15px ;
	border-right: 1px solid #B1B0B0;
}
.top-c p a.clear_left{
	padding-right: 0;
	border-right:none;
}
/*头部*/
.header{
	width:100%;
	overflow: hidden;
	margin-top:10px ;
	border-bottom: 1px dashed #bab9b9;
	position: relative;
	padding-bottom: 10px;
}

.pull-left{
	margin-right:0;
}
.logo{
	padding: 0;
	padding-top:8px;
}
.logo p{
	margin: 0;
	font-size:35px ;
	color: #262626;
	font-weight: bold;
	height: 30px;
}
.logo p span{
	font-size:2rem;
	color:#936f2e;
	font-weight: bold;
}
.logo  b{
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #a9a9a9;
}
.serch form{
	float: right;
}
 .input-group-addon{
 	background: #936f2e;
 	color: #fff;
 }
 .bd1{
 	padding: 1px;
 	border: 1px solid #dbdbdb;
 }
 
 @media only screen and (max-width:462px ) {
 	.logo{width: 100%;}
 	.logo p{font-size: 20px;}
 	.logo b{font-size: calc(80%);}
 }
 @media only screen and (max-width:386px ) {
 		.logo p{font-size: 18px;}
 		.index-pro ul li p{
	font-size: 12px;
	line-height: 32px;
}
 }
 
/*手机菜单按钮和菜单*/
@media only screen and (max-width:992px ) {
	.header{
		padding-right: 41px;
	}
	.logo{
		text-align: left;
	}
	 .input-group-addon{
	 	padding: 2px 4px;
	 }
}
.menu{
	width:35px;
	height: 35px;
	position: absolute;
	right: 15px;
	top: 5px;
}
@media only screen and (max-width:386px ) {
	.menu{top: 15px;}
}


#ph_menu{
	padding: 0;
	overflow: hidden;zoom: 1;
	position: absolute;
	z-index: 500;
	right: 0;
}

#ph_menu .ph-nav li{
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	border-bottom: 1px solid #fff;
	background: #936f2e;
}
#ph_menu .ph-nav li a{
	color: #fff;
	display: block;width: 100%;
}
/*菜单*/
.pc-menu {
	margin-top: 20px;

}
.pc-menu nav>ul>li{
	width:14.28%;
	
	padding: 1px;
	position: relative;
}
.pc-menu nav>ul>li.active>a{
	background: #936f2e;
	color: #fff;
	border: none;
}
.pc-menu nav>ul>li>a:hover{
	background: #936f2e;
	color: #fff;
}
.pc-menu nav>ul>li a{
	border-radius:3px;
	border-right: 1px dashed #bab9b9;
	color: #000;
	display: block;
	width: 100%;
	line-height: 30px;
	transition: all 0.2s; 
}
.pc-menu nav>ul>li ul.ejmenu{
	width: 100%;
	line-height: 30px;
	background: #ddd;
	position: absolute;
	z-index: 99;
	top:32px;
	display: none;
}
.pc-menu nav>ul>li:hover .ejmenu{display: block;}

.pc-menu nav>ul>li ul.ejmenu li a{transition: all 0.35s;border: none;}
.pc-menu nav>ul>li ul.ejmenu li a:hover{
	background: #936f2e;
	color: #fff;
}

.pc-menu nav>ul>li ul.ejmenu li{
	width: 100%;background: none;
}
/*banner*/
/*PCbanner*/

.banner{width: 100%;
overflow: hidden;
}
.banner img{
	width: 100%;
	height: auto;
}

.main,.product{
	margin-bottom: 20px;
}
/*产品中心上方*/
.product-top{
	width: 100%;
	overflow: hidden;
	margin:0 auto;
	margin-top: 27px;
	margin-bottom: 20px;
	
}
.product-top ul{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.product-top ul li{
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.product-top ul li a{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.product-top ul li a .product-s{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	text-align: center;
	padding-top:8%;
	background:rgba(147,111,46,0.5);
	opacity:0;
	transition:all 1s;
}

@media only screen and (max-width:992px) {
	.product-top ul li a .product-s{
		opacity:1;
	}
	.product-top ul li a:hover .product-s{
		background:rgba(147,111,46,0.2);
	}
	
}
.product-top ul li a:hover .product-h img{transition: all 0.35s;}
.product-top ul li a:hover .product-h img{transform: scale(1.1);}

.product-top ul li a:hover .product-s{
	opacity:1;
}

.product-top ul li a p{
	color: #ffffff;
	font-weight: bolder;
}
.product-h{position: relative; display: block; overflow: hidden; margin: 0 auto;}
.product-h:before{content: ""; padding-top: 65.3%; display: block;}
.product-h img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 100%; max-height: 100%;}

/*产品中心*/
.index-pro{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}



/*内容*/
@media only screen and (min-width:992px) {
	.index-pro ul li{
	width: 20%;
}
}
.index-pro ul li{
	overflow: hidden;
	
}
.index-pro ul li p{
	font-size: 14px;
	line-height: 32px;
}
.index-pro ul li .hover-xq{
	width: 100%;
	display: block;
	overflow: hidden;
	
}
.index-pro ul li .hover-xq a{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.index-pro ul li .hover-xq a .hide-d{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top:0;
	left:-100%;
	z-index: 500;
	background:rgba(147,111,46,0.5);
	padding-top:20%;
}
.index-pro ul li .hover-xq a .hide-d p{
	margin: 0;
}
.index-pro ul li .hover-xq a:hover .hide-d{
	left: 0;
	transition: all 1s;
}
 .ck span{
	background: #fff;
	color: #000;
	padding: 2px 20px;
	display: inline-block;
	border-radius: 3px;
}

/*----中间三个板块---*/
.three_c{
	width: 100% ;
	overflow: hidden;
	background: url(../images/ab_bg_19.jpg) repeat-x top center;
	padding-bottom: 15px;
	background-size:auto 100%; 
	-webkit-background-size:auto 100% ;
}

.three_c p{
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	font-family: "微软雅黑";
	color: #fff;
}
.three_c .p-title{
	width: 100%;
	margin-bottom:10px;
	padding-bottom: 5px;
}

.three_c .p-title p{
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}
.three_c .p-title p:first-child{
	margin:0;
}
.three_c .p-title p:last-child{
	border-bottom: 1px solid #e5e5e5;
	
}
.three_c .p-title p b{
	font-size: 18px;
	margin-right: 1em;
	color: #ffcf00;
	font-weight: bolder;
	font-family: "微软雅黑";
	border-bottom: 5px solid #e5e5e5;
}
.three_c .p-title p a{
	color: #fff;
}
/*关于我们*/
.index-ab .ab-pic{
	width: 100%;
}
.index-ab p{
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	font-family: "微软雅黑";
	color: #fff;
	margin: 0;
}
/*新闻资讯*/
.index-new ul,.index-new ul li,.index-new ul li p{
	width: 100%;
	
}
.index-new ul li p{
	margin: 0;
	font-size: 14px;
	line-height: 28px;
	
	overflow: hidden;
	text-overflow : ellipsis;
	white-space: nowrap;
}
.index-new ul li a{
	transition: all 0.5s;
}
.index-new ul li a:hover{
	text-shadow: #ccc 1px 3px 3px;
}

.index-new ul li p span{
	margin-right: 15px;
	color:#ffcf00;
}

/*常见问题*/
.index-faq ul li{margin-bottom: 8px;}
.index-faq ul li a{width: 100%;overflow: hidden;}
.index-faq ul li h5{font-size: 14px;line-height: 20px;margin: 0;margin-bottom:5px;color: #fff;padding-left: 25px;background: url(../images/wen_03.jpg)no-repeat left top;}
.index-faq ul li p{font-size: 14px;line-height: 20px;margin: 0;padding-left: 25px;background: url(../images/da_03.jpg)no-repeat left top;overflow: hidden; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}


/*案例中心*/
.index-ca ul li{
	padding: 0 10px;
	margin-bottom: 10px;
	
}
.index-ca ul li a{
	display: block;
	width: 100%;
	padding: 5px;
	border: 1px solid #e5e5e5;
}

.index-ca ul li a p{
	line-height: 24px;
	color: #a08020;
	margin: 0;
}
.index-ca ul li a div{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.index-ca ul li a:hover div img{
	transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
     -ms-transform: scale(1.1);
}
.index-ca ul li a div img{
	transition: all 0.8s;
}
/*主页标题统一样式*/
.case .p-title{
	width: 100%;
	padding: 0 15px;
	margin-bottom:10px;
	padding-bottom: 5px;
}

.case .p-title p{
	font-size: 12px;
	color: #989898;
	line-height: 24px;
}
.case .p-title p:first-child{
	margin:0;
}
.case .p-title p:last-child{
	border-bottom: 1px solid #e5e5e5;
}
.case .p-title p b{
	font-size: 18px;
	margin-right: 1em;
	color: #c9a610;
	font-weight: bolder;
	font-family: "微软雅黑";
	border-bottom: 5px solid #936f2e;
}
.case .p-title p a{
	color: #4e4e4e;
}
/*褐色背景客户服务*/
.index-se{
	overflow: hidden;
	background:#936f2e;
}
.index-se ul{
	width: 100%;
	overflow: hidden;
	padding-right:40px;
	padding-top: 15px;
	background: url(../images/hengtiao_37.png) no-repeat right top;
	background-position:100% 20px;
}

@media only screen and (max-width:992px ) {
	.index-se ul{
		padding: 0;
		padding-top: 15px;
	}
}

.index-se ul li{
	padding: 0;
	padding-left: 15px;
	
	margin-bottom: 15px;
}
.index-se ul li p{
	color: #fff;
	font-size: 12px;
	margin: 0;
}
.index-se ul li p.title{
	font-weight: bold;
	width: 22px;
	height: 22px;
	text-align: center;
	border: 2px solid #fff;
	margin-right:5px;
	border-radius: 2px;
}
.index-se .ht{
	width:100%;
	height: 1px;
	margin: 1px 0;
	border-left: 24px solid #ff9000;
	background: #d9d9d9;
}

/*底部联系我们*/
.index-ma{
	overflow: hidden;
	margin-top:15px;
	padding-bottom: 15px;
}

.index-ma .lynr .name input{
	padding-left: 25px;background:url(../images/user_07.png)no-repeat left center;background-position-x:5px;
}
.index-ma .lynr .tel input{
	padding-left: 25px;background:url(../images/tel_07.png)no-repeat left center;background-position-x:5px;
}
.index-ma .lynr .emain input{
	padding-left: 25px;background:url(../images/email_07.png)no-repeat left center;background-position-x:5px;
}
.index-ma .lynr .address input{
	padding-left: 25px;background:url(../images/map_07.png)no-repeat left center;background-position-x:5px;
}
.index-ma .lynr .message textarea{
	padding-left: 25px;background:url(../images/pen_07.png)no-repeat left top;background-position-x:5px;background-position-y: 7px;height: 66px;line-height: 20px;font-size: 12px;
}

.index-ma .lynr .sub-tj{background: #936f2e;color: #fff;padding: 3px 20px;}
.index-ma .lynr .sub-cz{background: #e6e6e6;color: #666;padding: 3px 20px;}
.index-ma .lynr .sub-tj:hover{background: #a47c35;color: #fff;}
.index-ma .lynr .sub-cz:hover{background: #d9d9d9;color: #666;}



.index-ma ul li:first-child{
	padding-right: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}
.index-ma ul li:last-child{
	padding-left: 15px;
}
.index-ma ul li p{
	text-align: justify;
}
.index-ma ul li a{
	padding: 5px 8px;
	color: #fff;
	background: #A08020;
	font-size: 12px;
	border-radius: 3px;
}
/*PC端底部导航样式*/
.pc_footer{
	width: 100%;
	overflow: hidden;
	background:#936f2e;
	padding: 15px 0 10px 0;
}
.pc_footer ul li{
	font-size: 14px;
	line-height: 14px;
	width: 14.28%;
	padding:10px 0 ;
}
.pc_footer ul li a{
	width: 100%;
	display: block;
	border-left: 1px dashed #bcbcbc;
	color: #fff;
}
.pc_footer p{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height:24px;
	color: #ddd;
}

/*手机底部导航*/
.height{
	width: 100%;
	height: 60px;
}
.ph_footer ul{
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	margin: 0;
}
.ph_footer p{
	color: #999999;
}
.ph_footer ul li{
	width: 25%;
	height:60px;
	background: #a08020;
}
.ph_footer ul li a{
	width: 100%;
	display: block;
	height: 60px;
	color: #fff;
	padding-top:10px;
}
.ph_footer ul li a p{
	color: #fff;
}
.ph_footer ul li a:hover{
	background: #806515;
}

/*产品中心*/
.product{
	margin-top:20px ;
}
/*左侧导航条*/
.con-left .left_title{
	overflow: hidden;
	width:100%;	
	background: #936f2e;
	color: #fff;
	padding:30px 15px;
	border: 5px solid #d7d7d7;
	margin-bottom: 5px;
}
.con-left .left_title h2{
	width: 100%;
	font-size:18px;
	font-weight: bold;
	margin: 0;
	
}
.con-left .left_title p{
	width: 100%;
	font-size:12px;
	font-weight: lighter;
	margin: 0;
}
/*左侧菜单*/
.con-left .yjnav,.con-left .yjnav li,.con-left .yjnav li a span,.con-left .yjnav li a ,.con-left .yjnav li .ejnav,.con-left .yjnav li .ejnav li a,.con-left .yjnav li .ejnav li a span{
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 30px;
}
.con-left .yjnav li a{
	padding:5px 0 ;
}
.con-left .yjnav li.act a{
	background: #936f2e;
	border-bottom:1px solid #fff;
}


.con-left .yjnav li.act a span{
	color: #fff;
	border-left:5px solid #fff ;
}
.con-left .yjnav li a{
	background: #fff;
	border-bottom:1px solid #d7d7d7;
	margin-bottom: 1px;
}
.con-left .yjnav li a span{
	width: 100%;
	display: inline-block;
	color: #2f2f2f;
	
}
.con-left .yjnav li .ejnav li a{
	background: #e4e4e4;
	font-size: 12px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.con-left .yjnav li .ejnav li a span{
	color: #282828;
	border-left: none;
}
.left_down{
	width: 100%;
	border: 1px solid #d7d7d7;
	padding:10px 3px;
}
.left_down p,.left_down p span{
	width: 100%;
	word-wrap: break-word;
	font-size: 12px;
	color: #797979;

}
.left_down p b{
	font-size: 12px;
	color: #0341a8;
	font-weight: normal;
	width: 100%;
	display: inline-block;
	white-space: nowrap;
}
.left_down p a{
	display: block;
	width: 100%;
	padding: 2px;
	background: #404040;
	color: #fff;
	font-size:12px;
}
/*内容标题*/
/*移动端主题标题*/
.ph_title{
	
	overflow: hidden;
	padding:10px 15px;
	background: #936f2e;
	color: #fff;
	position: relative;
	border: 5px solid #d7d7d7;
}
.ph_title h2{
	font-size:24px;
	margin: 0 ;
}
.ph_title p{
	font-size:14px;
	margin: 0;
}
.ph_title span{
	font-size: 14px;
	color: #fff;
}
#ph_dh{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
}
/*手机二级导航*/
.yjlist{
	width: 100%;
	overflow: hidden;
	padding-left:5px ;
	padding-right:5px ;
}
.yjlist li{ margin-bottom: 10px }
.yjbt{
	padding: 12px 0;
	background: #936f2e;
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.yjbt b{
	float: left;
	border-left: 5px solid #fff;
	font-size:18px;
	line-height:20px;
	padding-left: 15px;
	font-weight: normal;
}
.yjbt a{
	color: #fff; 
}
#yjdj{
	font-size: 14px;
	position: absolute;
	top: 50%;
	right:15px;
	margin-top: -3px;
}
.ejbt{
	width: 100%;
	background: #e4e4e4;
}
.ejbt li{
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	border-top: 2px solid #fff;
	padding:5px 0 5px 15px;
}
.ejbt li a{
	display: block;
	width: 100%;
	color: #404040;
	background: #e4e4e4;
	transition: all 0.5s;
}
.ejbt li a:hover{
	color: #fff;
	background:#444444;
}
/*PC内容标题*/

.con-center .cen_title{
	overflow: hidden;
	padding:0 15px;
	border-bottom: 1px solid #d7d7d7;
}
.con-center .cen_title h2{
	font-size: 30px;
	margin: 0;
	padding: 0;
	font-weight: bolder;
	color: #c8c8c8;
}
.con-center .cen_title p{
	font-size: 16px;
	line-height:40px;
	margin: 0;
	padding: 0;
	color: #c8c8c8;
}
.con-center .cen_title p span{
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #404040;
	
}
.con-center{
overflow: hidden;
}
.con-center .pro_list{
	overflow: hidden;
	margin-top: 1px;
	border-top: 1px solid #d7d7d7;
}
.con-center .pro_list li{
	margin-top: 15px;
}
.con-center .pro_list li a{
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 28px;
	position: relative;
	overflow: hidden;
	color: #2c2c2c;
}
.con-center .pro_list li a:hover .show_pro_list{
	left: 0;
	
}
.hide_pro_list{position: relative; display: block; overflow: hidden; margin: 0 auto;}
.hide_pro_list:before{content: ""; padding-top: 74.7%; display: block;}
.hide_pro_list img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 100%; max-height: 100%;}



.show_pro_list{
	display: block;
	width: 100%;
	height: 100%;/
	font-size: 14px;
	color: #fff;
	position: absolute;
	top:0;
	left:-100%;
	z-index: 500;
	background:rgba(147,111,46,0.5);
	padding-top:40px;
	transition: all 1s;
}
.yema li a{
	font-size: 12px;
	padding: 1px 5px;
	color:#0f0f0f ;
	
}
.yema li a:hover{
	color: #fff;
	background: #936f2e;
}
.yema li span{
	font-size: 12px;
}
.yema li span b{
	font-weight: normal;
	color: #ff6600;
}

.yema_ph{
	width: 30%;
	margin: 0 auto;
}
.yema_ph li{
	width: 33.3333333333%;
	padding: 5px;
}
.yema_ph li a{
	text-align: center;
	display: block;
	width:100%;
	padding:5px 0;
	border: 1px solid #d7d7d7;
	color: #323232;
	border-radius: 3px;
}
.yema_ph li a:hover{
	background: #936f2e;
	color: #fff;
}
.ab{
	margin-top: 20px;
	padding: 0 15px;
	line-height: 30px;
	font-size: 14px;
}
.ab p{
	width: 100%;
	text-align: justify;
	text-indent: 2em;
	
}
.ab p span{
	font-size: 12px;
	color: #999999;
}
.ab h3{
	font-size: 14px;
	margin: 5px 0;
	text-align: center;
}
.ab .xiahuaxian{
	width: 110px;
	height: 2px;
	background: #936f2e;
	margin: 0 auto;
	margin-bottom: 15px;
}
.ab form{ width: 50%; padding:0px; margin:auto; }
.contact p{
	text-indent: 0;
}
.contact img{
	padding: 1px;
	border: 1px solid #d7d7d7;
}
.news{
	width: 100%;
}
@media only screen and (max-width:992px ) {
	.news ul li p{
	max-height:60px;
	overflow: hidden;
	text-overflow:ellipsis;
}
}
.news ul li{
	overflow: hidden;
	margin-bottom: 15px;
}
.news h4{
	font-size:18px;
	font-weight: normal;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news ul li a{display: block;width: 100%;overflow:hidden;background: #eee;transition: all 0.35s;}
.news ul li a:hover{background:rgba(147,111,46,0.7);color: #fff;}

.news h4 a{
	color: #393636;
}
.news h4 a span{
	font-size:14px;
	color: #936f2e;
}
.news .newli p{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
}
.news .new-pic{
	padding: 0;
	height: 97px;
	overflow: hidden;
}

.news .new-pic span{
	width: 100%;
	display: block;
	height: 100%;
	-webkit-background-size: cover;
}


.news .new-pic a:hover img{
	transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
     -ms-transform: scale(1.1);	
}
.news .new-pic a:hover img{
	width: 100%;
	transition: all 1s;
}

.p_d p{
	text-indent: 0;
}

.casepic{position: relative; display: block; overflow: hidden; margin: 0 auto;}
.casepic:before{content: ""; padding-top: 114.11%; display: block;}
.casepic img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 100%; max-height: 100%;}
.show{position: relative; display: block; overflow: hidden; margin: 0 auto;}
.show:before{content: ""; padding-top: 74.747%; display: block;}
.show img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 100%; max-height: 100%;}

.s1{ width:227px; height:27px; float:left; padding-left:5px; font-size:14px; line-height:27p; color:#999999; background:#dde6eb; border:none;}
.s2{ width:33px; height:27px; background:url(../images/se.jpg) no-repeat left center; float:right; border:none;}

@media only screen and (max-width:767px ){


	.ab form{ width: 90%; margin:auto; padding: 0px }
}