/***************css reset*********/
body, h1, h2, h3, h4, ul, li, a, input {
	margin: 0;
	padding: 0;
	font-family: microsoft yahei;
}
div, a {
	font-size: 13px;
	color: #323232;
}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: middle;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
}
ul, li, dl, dt, dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	min-width:1100px;
}

/**头部**/
.head{
	background:url(../images/top_bg.jpg) no-repeat center;
	height:265px;
}
.wrap{
	width:1100px;
	margin:0 auto
}
.logo{
	padding-top:55px;
}

#nav{
	background:#b20000;
	height:47px;
	line-height:47px;
}
.nav{
	width:1100px;
	margin:0 auto;
}
.nav ul li{
	float:left;
	width:100px;
	height:47px;
	line-height:47px;
	text-align:center;
	margin-left:9px;
	
}
.nav ul li a{
	color:#fff;
	font-size:16px;
	text-align:center;
	display:block;
	width:100px;
}
.nav ul li a:hover,.nav ul li a.hover{
	background:url(../images/nav_bg.png) no-repeat left center;
	color:#fedf22;
	width:100px;
	
}
.nav ul li ul {
	display: none;
	z-index:1;
	

}
.nav ul li ul li{
	height:35px;
	line-height:35px;
	border-top:#a50000 1px solid;
	background:#b20000;
	text-align:center;
}
.nav ul li:hover ul {
	display: block;
	position:relative;
	top: 0px;
	min-width:100px;
	left: -12px;
	
	
	
}
.nav ul li:hover ul li a {
	width: 100px;
	text-align: center;
	height:35px;
	line-height:35px;
	font-size:13px;
	color:#fff;
	font-size:15px;
}
.nav ul li:hover ul li a:hover {
	color: #fff;
	background:none;
}
.borderleft {
	border-left: 1px solid #e9e9e9;
}
.top {
	border-top: 1px solid #f2f2f2;
}

/**主体**/
#con1{
	height:auto;
	overflow:hidden;
}
.con1{
	width:1100px;
	margin:45px auto 0 auto;
	height:auto;
	overflow:hidden;
}
.con1_l{
	width:697px;
	float:left;
}
/* 懒人图库 搜集整理 www.lanrentuku.com */

/*焦点图*/
.focus{ position:relative; width:533px; height:333px; background-color: #000; float: left;}  
.focus img{ width: 533px; height: 333px;} 
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:41px; line-height: 41px; background:#201f1f; display:block;  text-align:left; opacity:0.7;}  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:16px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:20px; right:40px; position:absolute; height:21px; text-align:center; z-index: 200; }  
.focus .fbg div{margin:15px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#9c9ea0; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#e0e1e1;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}  

.con1_r{
	width:369px;
	float:right;
}
.con1_r_t{
	background:url(../images/hh.jpg) no-repeat left;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #dabc06;
	font-size:21px;
	color:#241717;
	padding-left:20px;
	position:relative;
}
.more{
	position:absolute;
	right:10px;
	bottom:17px;
}
.con1_r_u{
	margin-top:15px;
}
.con1_r_u h3{
	font-size:15px;
	color:#c20000;
	font-weight:normal;
}
.con1_r_u p{
	font-size:13px;
	color:#6d6d6d;
	line-height:25px;
	margin-top:5px;
	text-indent:2em;
}
.con1_r_u em{
	float:right;
	display:block;
}
.con1_r_u em a{
	font-size:12px;
	color:#c20000;
}
.con1_r_u_u1{
	margin-top:20px;
}
.con1_r_u_u1 ul li{
	height:30px;
	line-height:30px;
	position:relative;
}
.con1_r_u_u1 ul li em{
	font-size:13px;
	color:#c20000;
	float:left;
}
.con1_r_u_u1 ul li span{
	color:#afafaf;
	font-size:13px;
	position:absolute;
	right:0;
	bottom:0;
}
.con1_r_u_u2{
	margin-top:0;
}
.con1_r_u_u2 ul li{
	height:30px;
	line-height:30px;
	background:url(../images/yy.png) no-repeat left;
	padding-left:30px;
	margin-left:10px;
	position:relative;
}
.con1_r_u_u2 ul li span{
	color:#afafaf;
	font-size:13px;
	position:absolute;
	right:0;
	bottom:0;
}

#con2{
	background:url(../images/b1.png) no-repeat left center;
	background-size:10%;
	height:462px;
	margin-top:45px;
}
.con2{
	width:1100px;
	margin:0 auto;
}
.con2_l{
	width:680px;
	float:left;
}
.slb .hd ul,.slb .hd ul li,.slb .hd ul li a,.slb .hd span{height:42px;}
.slb .hd ul{float: left; height:42px; border-bottom:#dabc06 1px solid; width:680px;}
.slb .hd ul li{float: left; width: 135px; height:42px; background:#e0dada; margin-right:8px;}
.slb .hd ul li a{display: block;font-size: 21px; line-height:42px;width:135px;text-align: center;color:#737373; font-weight:normal;}
.slb .hd ul li.on a{color: #fff; background:#b20000;}
.slb .hd span{display: block;float: right;line-height: 43px;background: url(../images/span.png) no-repeat right center;margin-right: 15px;padding-right: 20px;}
.slb .bd{padding: 20px 0 0;}
.slb .bd .bdlist{height: auto;}
.slb .bd .bdlstl{float: left;width: 198px;padding-top: 5px;}
.slb .bd .bdlstl img{}
.slb .bd .bdlstr{float: left;}

.more{
	float:right;
	margin:10px 20px 0 0;
}
.newsrt{
	width:680px;
	margin-top:15px;
	height:305px;
	overflow:hidden;
}
/*.con2lt img{
	width: 204px;height: 136px;
	border:#e3e3e3 10px solid;
	margin:27px 0px 0px 20px;
}*/
.newsrt_img{
	margin:10px 0px 0px 0px;
	width:219px;
	float:left;
}
.newsrt_img img{
	width:219px;
	height:287px;
}

.newsrtt{
	float:right;
	width:442px;
	margin-left:10px;
	font-size:14px;
	color:#3f3f3f;
	line-height:30px;
	text-indent:2em;
}
.con2_r_img{
	margin-bottom:10px;
	width:350px;
	height:140px;
	text-align:center;
}
.con2_r_img img{
	width:350px;
	height:140px;
}
.read{
	float:right;
}
.read a{
	font-size:12px;
	color:#c20000;
}
#con3{
	background:url(../images/b2.png) no-repeat right bottom;
	height:auto;
	overflow:hidden;
	background-size:8%;
}
.con3{
	width:1100px;
	margin:0 auto;
}
.con3_t{
	background:url(../images/hh.jpg) no-repeat left;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #dabc06;
	font-size:21px;
	color:#241717;
	padding-left:20px;
	position:relative;
}
.con3_u{
	margin-top:25px;
}
.leftLoopa {
	
}
.leftLoopa .hda {
	height: 20px;
	position: relative;
}
.leftLoopa .hda a {
	display: block;
	position: absolute;
	width: 18px;
	height: 34px;
	cursor: pointer;
	position: absolute;
	top: 80px;
	z-index: 99;
}
/*.leftLoopa .hda a.prev {
	left: 0;
	background:url(../images/left.png) no-repeat 0px 0px;
}
.leftLoopa .hda a.next {
	background:url(../images/right.png) no-repeat 0px 0px;
	right: 0;
}*/
.leftLoopa .bda {
	width:1100px;
	overflow: hidden;
	margin: 0 auto;
}
.leftLoopa .bda ul {
}
.leftLoopa .bda ul li {
	float: left;
	width: 167px;
	margin-left: 25px;
}
.leftLoopa .bda ul li a {
	display: block;
	text-align: center;
	float: left;
	width: 167px;
}
.leftLoopa .bda ul li a img {
	width:167px;
	height:216px;
	/*box-shadow:5px 5px #7a5a54;
	h-shadow v-shadow blur spread color inset;*/
}
.leftLoopa .bda ul li a:hover {
	color: #FFF;
	font-size: 16px;
}
.leftLoopa .bda ul li a p {
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #000;
	font-size: 14px;
}
.con3_ban{
	margin-top:45px;
}

#con4{
	margin-top:45px;
	height:auto;
	overflow:hidden;
}
.con4_l{
	width:640px;
	float:left;
}
.slt .hd ul,.slt .hd ul li,.slt .hd ul li a,.slt .hd span{height: 51px;}
.slt .hd ul{float: left; height:51px; border-bottom:#dabc06 1px solid; width:640px; background:url(../images/hh.jpg) no-repeat left; position:relative;}
.slt .hd ul li{float: left; width: 100px; height:51px; margin-left:15px;}
.slt .hd ul li a{display: block;font-size: 21px; line-height:51px;width:100px;text-align: center;color:#737373; font-weight:normal;}
.slt .hd ul li.on a{color: #241717;}
.slt .hd span{display: block;float: right;line-height: 43px;background: url(../images/span.png) no-repeat right center;margin-right: 15px;padding-right: 20px;}
.slt .bd{padding: 20px 0 0;}
.slt .bd .bdlist{height: auto;}
.slt .bd .bdlstl{float: left;width: 198px;padding-top: 5px;}
.slt .bd .bdlstl img{}
.slt .bd .bdlstr{float: left;}
.con4_l_t{
	height:161px;
	background:#eeeeee;
	margin-top:30px;
}
.con4_l_t_img{
	float:left;
	width:272px;
	height:161px;
}
.con4_l_t_img img{
	width:272px;
	height:161px;
}
.con4_l_t_txt{
	float:right;
	width:315px;
	padding:30px 25px;
}
.con4_l_t_txt em{
	display:block;
	font-size:16px;
	color:#151616;
}
.con4_l_t_txt p{
	font-size:12px;
	color:#6a6a6a;
	line-height:25px;
	margin-top:5px;
}
.con4_l_u{
	margin-top:15px;
}
.con4_l_u ul li{
	border-bottom:1px dashed #e8e8e8;
	height:35px;
	line-height:35px;
	background:url(../images/ss.png) no-repeat left;
	padding-left:25px;
	position:relative;
}
.con4_l_u ul li a{
	font-size:13px;
	color:#3f3f3f;
}
.con4_l_u ul li span{
	position:absolute;
	top:0;
	right:10px;
	font-size:13px;
	color:#9f9f9f;
}
.con4_r{
	width:435px;
	float:right;
}
.con4_r_u{
	margin-top:30px;
}
.con4_r_u ul li{
	background:url(../images/ss.png) no-repeat left center;
	padding-left:25px;
	height:35px;
	line-height:35px;
	position:relative;
}
.con4_r_u ul li a{
	font-size:13px;
	color:#3f3f3f;
}
.con4_r_u ul li span{
	position:absolute;
	top:0;
	right:10px;
	font-size:13px;
	color:#9f9f9f;
}
#con5{
	background:url(../images/b3.png) no-repeat left center;
	background-size:8%;
	height:auto;
	overflow:hidden;
	margin-top:45px;
}
.con5_l{
	width:503px;
	float:left;
}
.con5_l_u{
	
}
.con5_l_u ul li{
	border-bottom:1px dashed #e5e5e5;
	padding:25px 0;
}
.con5_l_u ul li em{
	font-size:14px;
	color:#3f3f3f;
}
.con5_l_u ul li p{
	font-size:14px;
	color:#818080;
	line-height:25px;
}
.con5_r{
	width:533px;
	float:right;
}
.con5_r_u{
	margin-top:25px;
}
#myFocus{ width:697px; height:443px;background:url('/d/file/content/2022/09/631063663b588.jpg');}

#con6{
	height:auto;
	overflow:hidden;
	margin-top:45px;
}
.con6{
	width:1100px;
	margin:0 auto;
}
.con6_t{
	background:url(../images/hh.jpg) no-repeat left;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #dabc06;
	font-size:21px;
	color:#241717;
	padding-left:20px;
	position:relative;
}
.con6_u{
	margin-top:25px;
}
.leftLoop {
	
}
.leftLoop .hd {
	height: 20px;
	position: relative;
}
.leftLoop .hd a {
	display: block;
	position: absolute;
	width: 18px;
	height: 34px;
	cursor: pointer;
	position: absolute;
	top: 80px;
	z-index: 99;
}
/*.leftLoopa .hda a.prev {
	left: 0;
	background:url(../images/left.png) no-repeat 0px 0px;
}
.leftLoopa .hda a.next {
	background:url(../images/right.png) no-repeat 0px 0px;
	right: 0;
}*/
.leftLoop .bd {
	width:1100px;
	overflow: hidden;
	margin: 0 auto;
}
.leftLoop .bd ul {
}
.leftLoop .bd ul li {
	float: left;
	width: 233px;
	margin-left: 25px;
	border:2px solid #f0f0f0;
	text-align:center;
}
.leftLoopa .bda ul li a {
	display: block;
	text-align: center;
	float: left;
	width: 233px;
}
.leftLoop .bd ul li a img {
	max-width:233px;
	max-height:160px;
	/*box-shadow:5px 5px #7a5a54;
	h-shadow v-shadow blur spread color inset;*/
}
.leftLoop .bd ul li a:hover {
	color: #FFF;
	font-size: 16px;
}
.leftLoop .bd ul li a p {
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #3a3a3a;
	font-size: 12px;
}

.flink{
	margin:45px auto 0 auto;
	width:1100px;
	height:auto;
	overflow:hidden;
}
.flinkl{
	width:75px;
	float:left;
	background:url(../images/flink.jpg) no-repeat left;
	height:33px;
	line-height:33px;
	font-size:14px;
	color:#dabc06;
	padding-left:45px;
}
.flinkr{
	width:966px;
	float:right;
	margin-top:10px;
}
.flinkr a{
	display:block;
	background:url(../images/fl_li.png) no-repeat right;
	margin:0 6px;
	float:left;
	padding:0 20px;
}
#footer{
	background:url(../images/footer_bg.jpg) no-repeat center;
	height:300px;
	margin-top:45px;
	border-top:1px solid #dabc06;
	
}
.footer{
	width:1100px;
	margin:0 auto;
	padding-top:30px;
}
.footer_l{
	width:567px;
	float:left;
}
.footer_l ul{ float:left;}

.footer_l ul li{

	float:left;

	width:110px;

	text-align:center;

	color:#919294;

	font-size:13px;

}

.fo_u{

	margin-top:8px;

	}

.fo_u ul{

	height:auto;

	}

.fo_u ul li,.fo_u ul li a{

	width:158px;

	height:25px;

	color:#b5b5b5;

	font-size:12px;

	text-align:left;

	border:none;

	}

.tt{
	background:url(../images/zz.png) no-repeat left bottom;

	font-size:16px;

	text-align:left;

	height:30px;
	
	color:#d2d2d2;
	

}
.footer_r{
	width:445px;
	float:right;
	margin-top:25px;
}
.footer_r ul li{
	height:40px;
	line-height:40px;
	color:#8c8c8c;
	padding-left:35px;
}
.footer_r ul li.li00{
	background:url(../images/fo1.png) no-repeat left;
}
.footer_r ul li.li01{
	background:url(../images/fo2.png) no-repeat left;
}

.footer_r ul li.li02{
	background:url(../images/fo3.png) no-repeat 7px center;
}
.foot_t{
	height:auto;
	overflow:hidden;
	margin-top:15px;
}

.foot_u{
	text-align:center;
	font-size:13px;
	color:#cfcfcf;
	margin-top:35px;
}

/**列表页**/
.fycon{
	width:1100px;
	margin:40px auto;
	height:auto;
	overflow:hidden;
	z-index:9999;
}
.fyconl{
	width:240px;
	float:left;
	
}
.fycp{
	width:240px;
	
}
.fycpt{
	height:50px;
	background:url(../images/lmbg.png) repeat-x;
	line-height:50px;
	
}
 

.fycpt h3{
	font-size:18px;
	margin:0 0 0 24px;
	font-weight:normal;	
	
}
.fycpt hr{
	height:1px;
	width:30px;
	background:#FFF;
	border:none;
}
.fycpt em{
	font-size:13px;
	color:#fff;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	padding-left:10px;
}
.fycpu{
	padding-top:20px;
	border:1px solid #d6d6d6;
	border-top:none;
}
.fycpu ul a{
	height:34px;
	line-height:34px;
	margin:0 auto 10px auto;
	background:url(../images/fy_ho.png) no-repeat center bottom;
	padding-left:44px;
	color:#000000;	
	display:block;
	font-size:14px;
}

.fycpu ul a:hover,.fycpu ul a.hover{
	background:url(../images/fy_ho.png) no-repeat center bottom;
	
}
.left_new{
	margin-top: 30px;
	padding-bottom: 15px;
}
.left_new_tit{
	width: 240px;
	font-size: 18px;
	color: #000;
	border-bottom:2px solid #B5B5B5;
	padding-bottom: 8px;
}
.left_new_tit span{
	border-left:6px solid #b20000;
	padding-left: 8px;
}
#roll{
	line-height: 25px;
	margin-top: 15px;
}
#roll li{
	background:url(../images/dian.jpg) no-repeat left center;
	padding-left: 10px;
	height:30px;
	line-height:30px;
}
#roll li a{
	font-size:13px;
}
.fylx{
	width:270px;
	height:346px;
	margin-top:40px;
	margin-bottom:30px;
}
.fylxt{
	height:60px;
	/*background:linear-gradient(#EAEAEA, #FFF) repeat scroll 0% 0%;
	box-shadow: 0px 0px 10px 2px #DEDEDE inset;*/
	
}
.fylxt h3{
	font-size:20px;
	font-weight:bold;
	height:60px;
	line-height:60px;
}
.fylxt em{
	font-size:13px;
	color:#919191;
	font-style: normal;
	font-weight: normal;
	padding-left: 10px;
	
}

.fylxu{
	background:url(../images/bg_lxwm.jpg) no-repeat top center;
	width:220px;
	height:256px;
	color:#666;
	line-height:30px;
	padding:120px 10px 0px 10px;
	margin-top:10px;
	font-size:13px;
}
.fylxu span{
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
.fyconr{
	float:right;
	width:795px;
	margin-bottom:20px;
	border:1px solid #e4e4e4;
}
.fyconrt{
	height:60px;
	border-bottom:1px solid #ebebeb;
	margin:0 20px;
	
}
.fyconru{
		width:795px;
		height:auto;
		border-top:none;
		overflow:hidden;
		height:auto;
		margin-bottom:20px;
		
}
.cp_fyconru{
		width:1100px;
		height:auto;
		border-top:none;
		overflow:hidden;
		height:auto;
		margin-bottom:20px;
		
}
.fyconrus{
	margin:0px 20px 0 20px;
	height:auto;
	border-top:none;
	 
}
.fyconrus ul{
	margin:0;
	padding-top:8px;
	}

.fyconrus ul li{
	
	border-bottom:1px dashed #e9e9e9;
	padding:20px 0;
	height:auto;
	overflow:hidden;
	position:relative;
}
.ne_con_tu{
	width:172px;
	height:117px;
	float:left;
}
.ne_con_tu img{
	width:172px;
	height:117px;
}
.ne_con_txt{
	width:554px;
	float:right;
}

.ne_con_txt h4{
	font-size:16px;
	color:#2a2a2a;
	font-weight:normal;
	margin-top:5px;
}
.ne_con_txt em{
	font-size:12px;
	color:#a9a9a9;
	font-weight:normal;
	display:block;
	margin:10px 0;
}
.ne_con_txt em img{
	padding-left:20px;
}
.ne_con_txt p{
	font-size:14px;
	color:#757575;
	line-height:25px;
	font-weight:normal;
}

.fyconrus ul li h3{
	line-height:30px;
	background:url(../images/ss.png) no-repeat left;
	padding-left:15px;
	font-size:16px;
}
.fyconrus ul li p{
	line-height:25px;
}
.fyconrus ul li span{
	position:absolute;
	right:0;
	top:10;
	color:#999;
	font-size:12px;
	font-weight:normal;
	
}
.fyconrus ul li a{
	color:#464646;
	padding-left:15px;
}
.dqwz{
	float:right;
	color:#2f2f2f;
	margin:20px 15px 5px 0px;
	background:url(../images/home.jpg) no-repeat left;
	padding-left:20px;
}
.dqwz a{
	color:#2f2f2f;
	text-decoration:none;
}
.cp_fycont{
	background:url(../images/yy.jpg) no-repeat bottom left;
	height:60px;
	line-height:45px;
}
.cp_fycont_l{
	width:124px;
	background:#985814;
	float:left;
	font-size:18px;
	text-align:center;
	color:#fff;
}
.cp_fycont_r{
	width:950px;
	float:right;
}
.cp_fycont_r ul li{
	float:left;
	padding:0 15px;
}
.cp_fycont_r ul li a{
	font-size:14px;
}

/*分页*/
.fenye{text-align: center;margin: 20px 0 30px;}
.fenye ul{height: auto;overflow: hidden;}
.fenye span,.fenye a{display: inline-block;padding: 0 9px;margin: 0 2px;background: #ddd;border-radius: 2px;height: 26px;line-height: 26px;text-align: center; color:#000;}
.fenye span.current{background: #79461e; color: #fff;}
.fenye a:hover{background: #79461e;color: #fff;}

.chanpin{padding:30px 0px 20px 30px;}
.chanpin ul li{margin-right: 30px;float: left;margin-bottom: 2px; width:220px;} 
.chanpin ul li a{display: block;text-align: center; color:#545454}
.chanpin ul li a .pic{ width: 220px;height: 167px;overflow: hidden;border: 1px solid #d3d3d3; /*border-radius: 1px;*/ display: table-cell;background: #fff;text-align: center;vertical-align: middle;}
.chanpin ul li a img{max-width: 220px;max-height: 167px;}
.chanpin ul li a p{height: 50px;line-height: 50px;}
.chanpin ul{height: auto;overflow: hidden;}

.chanpin_meb{padding:30px 0px 20px 30px;}
.chanpin_meb ul li{margin-right: 30px;float: left;margin-bottom: 2px;}
.chanpin_meb ul li a{display: block;text-align: center; color:#545454}
.chanpin_meb ul li a .pic{ width: 220px;height: 167px;overflow: hidden;border: 1px solid #d3d3d3; /*border-radius: 1px;*/ display: table-cell;background: #fff;text-align: center;vertical-align: middle;}
.chanpin_meb ul li a img{max-width: 220px;max-height: 167px;}
.chanpin_meb ul li a p{height: 50px;line-height: 50px;}
.chanpin_meb ul{height: auto;overflow: hidden;}


.show_t{
	text-align:center;
	padding:25px 0px 0px 0px;
	border-bottom:#CCC 1px dashed;
}
.show_t h1{
	color:#79461e;
	margin:0;
	font-size:24px;
	}
.show_t h5{
	color:#464646;
	font-weight:normal;

	line-height:20px;
	margin:10px 0px 10px 0px;
	}
.show_c{
	padding:10px 15px 10px 15px;
	color:#464646;
	border-bottom:#CCC 1px dashed;
	line-height:28px;
	font-size:14px;
}
.show_c img{
	max-width:800px;
	padding:10px 15px 10px 15px;
}
.show_u{
	text-align:left;
	padding:25px 15px 10px 0px;
}
.show_u ul li{
	list-style:none;
	text-decoration:none;
	color:#464646;
	border-bottom:#CCC 1px dashed;
	height:40px;
	line-height:40px;
	margin:0px 20px 0px 20px;
}
.show_u ul li a{
	color:#464646;
}
.show_u ul li a:hover{
	text-decoration:underline;
	color:#464646;
}

.page_conru{
	color:#464646;
	padding:35px 15px 40px 15px;
	font-size:14px;
	line-height:28px;
}
.page_conru img{
	max-width:800px;
	padding:15px 15px 40px 15px;
}

/**在线留言**/
.zhi{ font-size:16px; margin-bottom:15px;}
.z_title{ font-size:16px !important; font-weight:bold; margin:10px 0;}
.jian{ margin:15px 0;}
.jian p{ margin:5px 0; line-height:18px; font-size:12px; color:#8c8c8a;}
.message { margin:28px 0 0 30px; }
.message li { height: auto; min-height: 60px; }
.message li span {font-size: 14px; color: #333; display: inline-block; text-align: right; padding-right: 5px; }
.message li input { width: 270px; height: 30px; border: 1px solid #ccc; padding: 0 10px; background: #fff; border-radius: 5px; -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; }
.message li input:focus, .message li textarea:focus { border-color: #23c254; outline: 0;
.message textarea { padding: 5px 10px; font-size: 14px; background: #fff; border: 1px solid #ccc; border-radius: 5px; }
.message li button { margin: 40px 0 0 100px; width: 100px; height: 30px; background: #4fa31a; color: #fff; cursor: pointer; }
.code { margin-top: 30px; }
.code input { width: 100px !important; }
.message li i { color: red; margin-top: 2px; font-style: normal; display: block; float: left; margin-left: 5px; }