@charset "utf-8";
/* CSS Document */

/*左侧*/

.column{ 
	float: left;
	width: 100%;
	height: 38px;
	line-height: 38px;
	border:1px solid #e2e2e2;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
}
.column h3{
	width: 192px;
	float: left;	
	background: #287d82;
	color: #fff;
	font-size: 16px;
	padding-left: 14px;
}
.column h3 span{
	font-weight: normal;
	font-size: 12px;
	padding-left: 10px;
}
.column a{
	float: right;
	margin-right: 10px;
	color: #000000;
	font-size: 12px;
}
.style{
	width: 100%;
	float: left;
	overflow: hidden;
}

.corporate{ 
	width:300px; 
	height:260px; 
	overflow:hidden; 
	position:relative; 
	margin-top: 15px;
	float: left;
}
.corporate .hd{ 
	width: 100%;
	height:42px; 
	overflow:hidden; 
	position:absolute; 
	left:0; 
	bottom:0; 
	z-index:1; 
	background: #e9f2fc;
	text-align: center;
}
.corporate .hd ul{ overflow:hidden; text-align: center; zoom:1; float:left;  }
.corporate .hd ul li{ 
	float:none;
	display: inline-block; 
	margin-left:15px; 
	margin-top: 20px; 
	width:30px; 
	height:10px; 
	background:#fff; 
	cursor:pointer; 
}
.corporate .hd ul li.on{ background:#287d82;}
.corporate .bd{ position:relative; height:100%; z-index:0;   }
.corporate .bd li{ zoom:1; vertical-align:middle; }
.corporate .bd img{ width:294px; height:211px; padding: 3px; display:block;  }

/*产品分类*/
.categories{
	width: 100%;
	float: left;
	margin-top: 27px;
	border-top: 1px solid #e5e5e5;	
	padding-bottom: 10px;
}
.product_titile{
	width: 100%;
	float: left;
	margin-top: 11px;
}


.sideMenu{ 
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: -7px;
	box-shadow:0 3px 8px 1px #ccc;
}
.sideMenu h3{ 
	float: left;
	width: 100%;
	height: 59px;
	line-height: 59px;
	background: url(../images/bt.jpg) bottom no-repeat;
}
.sideMenu h3.last{ background: none; }
.sideMenu h3.on{
	background: url(../images/bt.jpg) bottom no-repeat;
}
.sideMenu h3 a{ 
	display: block;
	width: 100%;
	height: 59px;
	background: url(../images/plus.jpg) 38px no-repeat;
	cursor:pointer; 
}
.sideMenu h3 a span{
	padding-left: 55px;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}
.sideMenu ul{ width: 100%; height: 378px; overflow: hidden; display:none; /* 默认都隐藏 */ }

.sideMenu ul li{
	width: 100%;
	float: left;
	line-height: 40px;
	background: url(../images/lib.jpg) 47px no-repeat;
}
.sideMenu ul li a{
	padding-left: 60px;
	font-size: 16px;
	color: #000000;
}



/*公司简介*/
.about{
	width: 100%;
	float: left;	
	overflow: hidden;
}
.aboutnr{
	width: 100%;
	float: left;	
	overflow: hidden;
	margin-top: 15px;
}
.about_img{
	width: 320px;
	height: 241px;
	float: left;
}
.about_img img{
	width: 320px;
	height: 241px;
}
.about_txt{
	width: 535px;
	float: right;
	margin-right: 15px;
	display: inline;
}
.about_text{
	width: 100%;
	float: left;
	overflow: hidden;
	line-height: 35px;
	font-size: 14px;
	color: #000;
	text-indent: 2em;
}
.about_txt a{
	display: block;
	width: 103px;
	height: 30px;
	text-align: center;	
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	background: #287d82;
	float: left;
	margin-top: 15px;
}

/*新闻资讯*/
.news{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 15px;
}
.news_fouse{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 15px;
}

.news_img{
	width: 236px;
	height: 132px;
	float: left;
}
.news_img img{
	width: 236px;
	height: 132px;
}
.news_txt{
	width: 605px;
	float: right;	
	overflow: hidden;
	margin-right: 15px;
	display: inline;
}
.news_txt p{
	width: 100%;
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #000;
}
.news_txt p a{
	color: #010101;
	font-size: 16px;
}
.news_txt p a.ckxq{
	font-size: 14px;
	color: #287d82;
}

.news_list{
	width: 100%;
	height: 140px;
	float: left;
	margin-top: 15px;
	overflow: hidden;
	background: url(../images/l.jpg) center no-repeat;
}
.news_list ul li{
	width: 362px;
	height: 35px;
	line-height: 35px;
	float: left;
	overflow: hidden;
	background: url(../images/d.jpg) 3px no-repeat;
}
.news_list ul li a{
	float: left;
	padding-left: 10px;	
	color: #020202;
	font-size: 14px;
}
.news_list ul li span{
	float: right;
	color: #000;
	font-size: 12px;
}
.news_list ul li:nth-child(odd){
	margin-right: 150px;
}

/*产品展示*/

.product{
	width: 100%;
	float: left;
	overflow: hidden;
}

.picScroll-left{ 
	overflow:hidden; 
	position:relative;  
	border:1px solid #e2e2e2;  
	border-top: none;
	box-sizing: border-box;
	width: 100%;
	float: left;
}
.picScroll-left .bd{ padding:20px 10px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;
	padding: 2px;
	border: 1px solid #ccc;  
	margin-right: 18px;
	position: relative;
}

.picScroll-left .bd ul li .pic{ 
	text-align:center; 
}
.picScroll-left .bd ul li .pic img{ 
	width: 267px; 
	height: 291px; 
	display:block;  
}
.picScroll-left .bd ul li .title{
	position: absolute;
	top: 2px;
	left: 2px;
	width: 267px;
	height: 291px;
	display: none;
	background: url(../images/pbg.png);
	text-align: center;
	line-height: 291px;
}
.picScroll-left .bd ul li .title a{
	color: #fff;
	font-size: 16px;
}
.picScroll-left .bd ul li:hover .title{
	display: block;
}
/*联系我们*/
.contact_us{
	width: 100%;
	padding-bottom: 40px;
	overflow: hidden;
	background: url(../images/mapbg.jpg) no-repeat;
}

.contact{
	width: 1200px;
	margin: 43px auto 0;
	overflow: hidden;
}
.base{
	width: 345px;
	height: 280px;
	padding: 20px 20px;
	float: left;
	background: #fff;
	margin-top: 34px;
}
.base_titel{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	width: 100%;
	float: left;
}
.base_list{
	width: 100%;
	float: left;
	overflow: hidden;
}
.base_list li{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 10px;
	line-height: 25px;
}
.base_list li p{
	background: url(../images/dw.jpg) left no-repeat;
}
.base_list li p a{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-left: 15px;
}
.base_list li span{
	padding-left: 15px;
	font-size: 14px;
	color: #000;
}

.lxwm{
	width: 345px;
	height: 280px;
	padding: 20px;
	float: left;
	margin-left: 10px;
	display: inline;
	background: #fff;
	margin-top: 34px;
}
.lxwm p{
	width: 100%;
	float: left;
	overflow: hidden;
	line-height: 26px;
	font-size: 14px;
	color: #000;
}
.lxwm p span{
	color: #333;
	font-weight: bold;
	float: left;
}

.map{
	width: 400px;
	height: 320px;
	float: right;
	margin-top: 34px;
}

