﻿@charset "utf-8";
/* CSS Document */
body{
	color:#000;
	font-family:"Microsoft YaHei","SimHei"; 
	font-size:14px;
	background:#fff;
	box-sizing:border-box;
}
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote,th, td span{
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;	
}
li {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input{
	vertical-align:middle;
}

a{
	text-decoration:none;
	color:#000;
}
/*nav*/
#header{width: 100%; min-width: 1280px; background-color: #fff; height: 100px; position: relative}
#logo{ width:33%; padding: 20px 0; float: left;}
#logo img{ width:100%;}
.topwrap{margin:0 auto; width:1200px;}
#nav{width: 800px; height: 100px; float: right}
#nav li{float: left; width: 101px; height: 100px}
#nav li:first-child{width: 90px}
#nav li strong{height: 113px; line-height: 100px; text-align: center; font-size: 17px; display: block}
#nav li strong a{color: #333; letter-spacing: 1px}
#nav li:hover strong{background-color: #0D60A9;}
#nav li:hover strong a{color: #FFF}
#nav .navnow  strong a{color: #000;}
#nav li:last-child strong{color: #000;}
#nav li:last-child strong a{color: #000;}
#nav li:last-child strong a:hover{color: #fff;}
#nav li div{
	position: absolute;
	z-index: 999999;
	float: left;
	top: 113px;
	left: 3px;
	width: 100%;
	height: 0;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	zoom: 1;
	transition: 0.3s ease;
}
#nav li div p{width:1200px; height: 60px; margin: 0 auto; overflow:hidden;}
#nav li div p a{display: block; float: left; width: 90px; text-align: center; height: 60px; line-height: 60px; font-size: 15px; color: #E0E0E0; letter-spacing: 1px}
#nav li div p a:hover{color: #FFF; text-decoration: underline}
#nav li:hover div{height: 60px; transition: 0.3s ease}
#nav li:nth-child(2) div p a:first-child{margin-left: 490px}
#nav li:nth-child(3) div p a:first-child{margin-left: 596px}
#nav li:nth-child(4) div p a:first-child{margin-left: 695px}
#nav li:nth-child(5) div p a:first-child{margin-left: 800px}
#nav li:nth-child(6) div p a:first-child{margin-left: 900px}
#nav li:nth-child(7) div p a:first-child{margin-left: 999px}
/* 幻灯片css */
		.slideBox{ overflow:hidden; position:relative; margin:0 auto; clear:both;}
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:47%; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:30px; height:3px; line-height:14px; text-align:center; background:#0D60A9; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#fff; color:#fff; }
		.slideBox .bd{ position:relative; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ display:block; max-width:100%; margin:0 auto;}
/*main*/		
.main{
	background:url(../images/bg_02.gif);
	overflow:hidden;
}
.main-box{
	width:1210px;
	background:#fff;
	padding:20px 8px;
	margin:0 auto;
	overflow:hidden;
}
.new{
	width:422px;
	float:left;
}
.new-hd{
	height:31px;
	background:url(../images/new-hd_03.gif) no-repeat;
	line-height:31px;	
}
.new-hd strong{padding-left:33px; color:#4e4f50; float:left;}
.new-hd a{ float:right; color:#fff; padding-right:12px;}
.new-box{
	border:#d2d2d2 1px solid;
	border-top:none;
	padding:8px 14px;
    overflow: hidden;
}
.new-box li{
	background:url(../images/li-bg.gif) no-repeat 0 14px;
	line-height:28px;
	overflow:hidden;
}
.new-box li a{
	float:left;
	padding-left:12px;
	color:#434242;
           overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;width: 305px;
}
.new-box li span{
	float:right;
}
.se-kuai{
	float:right;
}
.se-kuai img{
	float:left;
	margin-left:8px;
}
/*底部*/
.foot{
	background:#696969;
	padding-bottom:10px;
	overflow:hidden;
	clear:both;
}
.foot-box{
	width:1200px;
	margin:0 auto;
}
.foot-left{
	width:800px;
	float:left;
}
.foot-left ul{
	padding-top:23px;
	width:800px;
	overflow:hidden;
}
.foot-left ul li{
	width:98px;
	float:left;
	text-align:center;
	border-right:1px solid #fff;
}
.foot-left ul li a{
	color:#fff;
}
.foot-left span{
	width:700px;
	overflow:hidden;
	margin-left:25px;
	font-size:13px;
	color:#fff;
	padding-top:15px;
	display:block;
}
.erwm{
	width:116px;
	margin-top:9px;
	float:right;
	text-align:center;
	color:#fff;
}
.erwm img{
	padding-bottom:8px;
}
.chanpin-more{ padding:20px 0 26px;margin-top: 105px;}
		.chanpin-more a{
	width:328px;
	height:48px;
	display:block;
	line-height:48px;
	text-align:center;
	border:1px #d1d1d1 solid;
	color:#666;
	font-weight:bold;
	margin:0 auto;
	clear:both;
	}