html,body,h1,h2,h3,h4,h5,h6,ul,li,p,dl,form {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
body {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #626262;
	line-height: 23px;
	background:#f7f7f7;
}
a{text-decoration:none;
color:#000000;}
.height1 {
	height: 10px;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}
.left {
	float:left;
	text-align:left;
}
.right{float:right}
.martop10 {
	margin-top: 10px;
}
.martop20 {
	margin-top: 20px;
}
/*.clear {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	overflow: hidden;
	_display: inline;
	font-size: 1px;
}*/
/* Clear Fix */
.clearfix:after {
	content: ".";   
	display: block;   
	clear: both;    
	visibility: hidden;     
	line-height: 0;    
	height: 0;   
	font-size:0; 
}
.clearfix { zoom:1;}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.width1000 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	clear: both;
	overflow: hidden;
}
.top  {
	line-height: 40px;
	height: 40px;
	color:#8c8c8c;
	background:#222;
}
.top .left  {
	font-size: 14px;
	background:url("../img/top_icon01.png") no-repeat left center;
	padding-left:30px;
}
.top .right {
	margin-right: 15px;
}

.top a  {
	color: #8c8c8c;
	margin:0 5px;
}
#header {
	height: 100px;
	background:#fff url("../img/head_bg.jpg") repeat-x bottom;
	width: 100%;
}

#header .logo {
	float: left;
	margin-top: 15px;
}
#nav {
	float: right;
	line-height: 55px;
	margin-top: 20px;
}
#nav ul li {
	text-align: center;
	float: left;
	width: 120px;
	/*margin-right:20px;*/
	padding-right:20px;
}
#nav ul li a {
	font-size: 14px;
	background: url("../img/nav_li_a.png") no-repeat right center;
	color: #222;
	display: block;
	padding-right:20px;
}
#nav ul li a:hover {
	color: #01529A;
}


/*？？？？？？？？？？？？？？？？？？*/




#banner {
	height: 580px;
	position:relative;
}

	/* 本例子css */
	.focusBox {
	position: relative;
	width: 100%;
	height: 580px;
	overflow: hidden;
	z-index: 0;
}
	.focusBox .pic{
}
	.focusBox .pic li{
	position:relative;
	height:580px;
}
.focusBox .pic li .ban_con {
	height: 200px;
	_height: 230px;
	width: 310px;
	_width: 480px;
	position: absolute;
	left: 0px;
	top: 50px;
	padding: 30px 50px 0 70px;
	color: #FFF;
	text-align:left;
	
}
.focusBox .pic li .ban_con h2 {
	font-size:24px;
}
.focusBox .pic li .ban_con p {
	margin-top: 10px;
}
.focusBox .pic li .ban_con h3 {
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 235px;
	margin-top: 15px;
	border:1px solid rgba(255,255,255,0.7);
	font-weight:normal;
}
.focusBox .pic li .ban_con h3 a {
	color: rgba(255,255,255,0.9);
	_color:#fff;
	font-size:14px;
}

.focusBox .pic img {
	display: block;
}
.focusBox .hd {
	position: absolute;
	bottom: 15px;
	_bottom: 25px;
	left: 45%;
	right: 45%;
	text-align: center;
	font-size: 0;
	z-index: 1;
}
.focusBox .hd li{
	margin: 0px 4px;
	background: #fff;
	height: 14px;
	overflow: hidden;
	width: 14px;
	cursor: pointer;
	display: inline-block;
	*display:inline;
	zoom: 1;
}
.focusBox .hd .on{ background: #043f86; }
.focusBox .prev,
.focusBox .next {
	width: 60px;
	height: 80px;
	margin: -60px 0 0;
	display: block;
	background: url("../img/ad_ctr.png") no-repeat 0 0;
	position: absolute;
	top: 60%;
	z-index: 110;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=10);
	opacity: 0.1;
}
.focusBox .prev { left: 0; }
.focusBox .next { background-position: 0 -80px; right: 0; }
.focusBox .prev:hover,
.focusBox .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important; }
	
#index_main {
	display: block;
	position: absolute;
	z-index:100;
	bottom:20px;
	width:100%;
	text-align:left;
}
#index_main .width1000 {
	-moz-box-shadow: 1px 1px 4px #333;
    -webkit-box-shadow: 1px 1px 4px #333;
    box-shadow: 1px 1px 4px #333;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, 

Direction=135, Color='#333')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, 

Direction=135, Color='#333');
}

.about {
	width:500px;
	float:left;
	overflow:hidden;
}
.about .title {
	height:45px;
	background:#fff;
}
.about .title h3 {
	color:#fff;
	width:90px;
	height:45px;
	line-height:45px;
	text-align:center;
	display:inline-block;
	margin-right:15px;
	background:#0359a8;
}
#about .content {
	padding: 10px;
	background:#fff;
	position:absolute;
	bottom:45px;
	z-index:100;
	width:500px;
	height:0px;
	overflow:hidden;
	padding:0px;
}
#about .content_info{width:480px; margin:0 auto; margin-top:10px;}

.xwdt {
	width:500px;
	float:left;
	overflow:hidden;
}
.xwdt .title {
	height:45px;
	background:#fff;
}
.xwdt .title h3 {
	color:#fff;
	width:90px;
	height:45px;
	line-height:45px;
	text-align:center;
	display:inline-block;
	margin-right:15px;
	background:#0359a8;
}
.xwdt .content img {
	float: left;
	margin-right: 10px;
}
.xwdt .content ul {
	float: right;
	width:280px;
}
.xwdt .content ul li {
	line-height:30px;
	padding-left:10px;
	border-bottom:1px dashed #CCC;
	background:url("../img/icon.jpg") no-repeat left center;
	color:#666;
}
.xwdt .content ul li a span {
	float: right;
	color:#666;
}
#footer {
	padding: 10px 0;
	background:url("../img/fot_bg.jpg") repeat-x top;
	text-align: center;
}
#footer a {
}
#footer a:hover {
	text-decoration:underline;
}
.ban_bg {
	height:115px;
	background:url("../img/ban_bg.jpg") repeat-x;
}
.ban_dq {
	width: 1240px;
	height: 115px;
	background: url("../img/ban_dq_bg.jpg") no-repeat center top;
}
.ban_dq .ban_wz {
	text-align: left;
	margin-top: 30px;
	color: #a6a6a6;
	font-size: 13px;
	line-height: 40px;
	height:40px;
	overflow:hidden;
	float: left;
}
.ban_dq .ban_wz a {
	color: #a6a6a6;
	padding: 0 8px;
}
.ban_dq .ban_wr {
	margin-top: 30px;
	color: #a6a6a6;
	font-size: 14px;
	letter-spacing:2px;
	line-height: 40px;
	float: right;
}

.ban_bg .ban_dq h2 {
	font-size: 24px;
	line-height: 40px;
	color: #035cac;
}
.list {
	/*background:url(list_bg.png) no-repeat center top;*/
	margin-top:-17px;
	width:1000px;
	height:32px;
}
.list ul {
}
.list ul li {
	width:162px;
	line-height: 30px;
	text-align:center;
	font-size:14px;
	float:left;
	padding:2px;
	background:#fff;
	-moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    box-shadow: 1px 1px 4px #DADADA;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, 

Direction=135, Color='#DADADA')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, 

Direction=135, Color='#DADADA');
}
.list ul li a {
	display:block;
	color:#fff;
	background:#0068AF;
}
.list ul li a:hover {
	background:#0068AF url("../img/list_li_h.jpg") no-repeat center top;
	color:#fff;
}
.list ul li .on{
	background:#0068AF url("../img/list_li_h.jpg") no-repeat center top;
	color:#fff;
}
#box {
	padding: 25px 0;
	min-height: 400px;
	_height: 400px;;
	font-size: 14px;
}

.company {
	/*text-align: left; */
	text-align: justify;
    text-justify: inter-ideograph;/*IE*/
}
.news {
	text-align: left;
}
.news ul li {
	line-height:48px;
	background:#fff;
	margin-bottom:2px;
}
.news ul li a {
	display:block;
	background: url("../img/news_li_a.jpg") no-repeat left center;
	padding-left:90px;
}
.news ul li span {
	float: right;
	margin-right: 35px;
}

.news ul li a:hover {
	color: #1368A2;
	background: url("../img/news_li_h.jpg") no-repeat left center;
}
.product {
	text-align: left;
}
.product ul li {
	margin: 15px;
	float: left;
	text-align: center;
	padding:5px;
	background:#fff;
	border:1px solid #eaeaea;
	-moz-box-shadow: 1px 1px 4px #cfcfcf;
    -webkit-box-shadow: 1px 1px 4px #cfcfcf;
    box-shadow: 1px 1px 4px #cfcfcf;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, 

Direction=135, Color='#cfcfcf')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, 

Direction=135, Color='#cfcfcf');
}
.product ul li a:hover {
	color:#1061BA;
}
.product ul li img {
	width: 207px;
	height: 180px;
}
.page {
	margin-top:15px;
}
.page a {
	display: inline-block;
	width: 25px;
	line-height: 25px;
	height: 25px;
	background: #e0e0e0;
	margin: 0 5px;
}
.page .active {
	color: #fff;
	background: #1881c6;
}
.page a:hover {
	color: #fff;
	background: #1881c6;
}

.img-responsive,
 {
  max-width: 100%;
  height: auto;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}


/*    后加上    */
