﻿/*common*/
*{
	margin: 0px auto;
	padding: 0px;
}
body{
	font-family: "微软雅黑","宋体", sans-serif;
	font-size: 13px;
	color: #505050;
	min-width: 1200px;
	background: #fff;
}
a{
	text-decoration: none;
	color: #505050;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s; /* Safari 和 Chrome */
	-o-transition-duration: 0.3s; /* Opera */
}
a:hover{
	text-decoration: none;
	color: #1A5DA5;
}
img{
	border: 0;
}
li{
	list-style: none;
}
.clear{
	clear: both;
}
/*common end*/

/*header*/
.header{
}
.top{
	height: 120px;
	width: 1200px;
}
.top .logo{
	float: left;
	margin-top: 15px;
}
.top .sub_logo,.top .tel,.top form{
	float: left;
    margin-left: 135px;
}
.top form{
	width: 298px;
	height: 120px;
	position: relative;
}
.top form input{
	position: absolute;
	top: 50px;
	left: 40px;
	outline: none;
    width: 180px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    background: #fff;
    color: #666;
	border: 0;
}
.nav{
	height: 45px;
	z-index: 10;
	background: url(../images/nav_bg.jpg) repeat-x;
}
#nav{
	position: relative;
	z-index: 10;
	width: 1194px;
}
#nav a{
	
}
#nav .nLi{ 
	float: left;
	position: relative;
	z-index: 10px;
	width: 147px;
}
#nav .nav_depart{
	float: left;
	width: 2px;
	height: 45px;
}
#nav .nLi h3 a{ 
	display: block; 
	font-size: 16px; 
	font-weight: normal;
	width:147px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #ededed;
}
#nav .nLi h3 a:hover{
	background: url(../images/nav_hover.jpg) center no-repeat;
	color: #007BC1;
}
#nav .sub{ 
	display:none; 
	width:137px; 
	left:0px; 
	top:45px;  
	position:absolute;
	background:#007CC4;  
	border: 5px solid #007CC4;
	border-bottom: 7px solid #007CC4;
}
#nav .sub li{ 
	zoom:1; 
}
#nav .sub a{ 
	display:block; 
	width: 137px;
	text-align: center;
	font-size: 14px;
	line-height:32px;
	border-top: 1px dashed #fff;
	color: #ededed;
}
#nav .sub a:hover{
	background: #DAF3FF;
	color: #007BC1;
}
/*header end*/

/*home*/
.home{
	width: 1200px;
	margin-top: 20px;
}
/*公司概况*/
.gsgk{
	width: 340px;
	height: 272px;
	overflow: hidden;
	float: left;
}
.gsgk_title{
	width: 100%;
	line-height: 30px;
	height: 30px;
}
.gsgk_title .title_icon{
	float: left;
	margin: 7px 8px auto 2px;
}
.gsgk_title span{
	float: left;
	font-size: 16px;
}
.gsgk_title a img{
	float: right;
	margin-top: 10px;
}
.gsgk_content{
	width: 100%;
	margin-top: 8px;
}
.gsgk_content div{
	margin-top: 7px;
	line-height: 25px;
	height: 100px;
	width: 100%;
	overflow: hidden;
}
/*公司概况 end*/
/*新闻动态*/
.xwdt{
	width: 485px;
	height: 272px;
	float: left;
	margin-left: 30px;
}
.xwdt_title{
	width: 100%;
	line-height: 30px;
	height: 30px;
}
.xwdt_title .title_icon{
	float: left;
	margin: 7px 8px auto 2px;
}
.xwdt_title span{
	float: left;
	font-size: 16px;
}
.xwdt_title a img{
	float: right;
	margin-top: 10px;
}
.xwdt_content{
	width: 100%;
	margin-top: 0px;
}
.xwdt_content li{
	width: 100%;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
.xwdt_content li img{
	float: left;
	margin: 13px 8px auto 3px;
}
.xwdt_content li a{
	width: 300px;
	height: 33px;
	overflow: hidden;
	float: left;
}
.xwdt_content li span{
	float: right;
	margin-right: 5px;
	font-size: 12px;
}
/*新闻动态 end*/

/*产品展示*/
.cpzs{
	width: 1200px;
	float: left;
	margin-top: 30px;
}
.cpzs_title{
	width: 100%;
	line-height: 30px;
	height: 30px;
}
.cpzs_title .title_icon{
	float: left;
	margin: 7px 8px auto 2px;
}
.cpzs_title span{
	float: left;
	font-size: 16px;
}
.cpzs_title a img{
	float: right;
	margin-top: 10px;
}
.slideBox{  zoom:1;  position:relative;float:right; width: 1200px;margin-top:10px;  }
.slideBox .sPrev,.slideBox .sNext{ position:absolute; left:-20px; top:60px; display:block; width:14px; height:46px;  background:url(../images/btn_left.jpg) no-repeat; filter:alpha(opacity=70);opacity:0.7;}
.slideBox .sNext{ left:auto; right:-20px; background:url(../images/btn_right.jpg) no-repeat;transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s; /* Safari 和 Chrome */
	-o-transition-duration: 0.3s; /* Opera */  }
.slideBox .sPrev:hover,.slideBox .sNext:hover{  filter:alpha(opacity=100);opacity:1; }
.slideBox ul{ overflow:hidden; zoom:1; width: 1200px; }
.slideBox ul li{ margin:0 7px; float:left;width:226px; _display:inline; overflow:hidden; text-align:center;  }
.slideBox ul li .pic{ text-align:center;}
.slideBox ul li .pic img{ width:216px; height:160px; display:block;padding:4px; border:1px solid #ccc;transition-duration: 0.3s;
	-moz-transition-duration: 0.3s; /* Firefox 4 */
	-webkit-transition-duration: 0.3s; /* Safari 和 Chrome */
	-o-transition-duration: 0.3s; /* Opera */ }
.slideBox ul li .pic span{ width:225px; height:35px; display:block;background: url(../images/title_bg.jpg) no-repeat;line-height: 35px;font-size:14px;text-align:center;color: #fff;margin-top:10px; }
.slideBox ul li .pic a:hover img{ filter:alpha(opacity=70);opacity:0.7; border: 1px solid #1A5DA5; }

/*产品展示 end*/

/*home end*/

/*footer*/
.footer{
	background: #007CC2;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.footer a{
	color: #fff;
}
/*footer end*/