/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*body*/
body{
	font-size: 14px;
	font-family: "microsoft yahei",arial,SimSun,sans-serif;
	color: #333;
}
a{text-decoration: none;}
ul,li,a,i,b,p,h1,h2,h3,h4,h5,h6{padding: 0;margin: 0; font-weight: normal; font-style: normal;list-style: none;}
input,select,button,textarea{outline: none;}

.fl{float: left;}.fr{float: right;}.no_margin{margin: 0;}
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size:0; }
.clearfix { *zoom:1;}/*针对IE6*/
 .ps-scrollbar-y{visibility:visible}
 
/*头部*/
.header{
	width: 100%;
	height: 77px;
	background: #ccc;
	background: url(../images/h_bg.gif) repeat-x bottom center;
	/*opacity: 0.95;*/
	position:fixed;
	top: 0px;
	z-index: 1000;
	
}
.headwarp{
	width: 1198px;
	margin: auto;
}
.headwarp .logo{
	float: left;
	width: 145px;
	height: 35px;
	margin-top: 15px;
}
.headwarp .menu{
	float: right;
	height: 77px;
	position: relative;
}
/*菜单样式*/
.menu-nav li{
	float: left;
	position: relative;
}
.menu-nav li a{
	display: block;
	height: 77px;
	line-height: 74px;
	padding: 0 30px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.menu-nav li.active a,
.menu-nav li a:hover{
	color: #006ebc;
}
.menu-nav li.on a{
	color: #006ebc;
}
.menu-nav li.on ul li a {color: #333;}
/*二级菜单*/
.menu-nav li ul{
	position: absolute;
	left: 0;
	top: 73px;
	display: none;
	z-index: 1000;
}
.menu-nav li ul li{
	float: none;
	padding: 0;
	width: 150px;
}
.menu-nav li ul li a{
	height: 44px;
	line-height: 44px;
	/*font-weight: bold;*/
	font-size: 14px;
	text-align: left;
	background: #ccc;
	padding-left: 30px;
	color: #006ebc;
	border-bottom: #ddd solid 1px;
}
.menu-nav li ul li a:hover{
	/*background: #006ebc;*/
	color: #006ebc;
	border-bottom: #006ebc solid 1px;
}
.menu-nav li ul .hideyu{
	height: 4px;
	background: none;
	z-index: 999999;
}
#slide {position:absolute; bottom:0; height:4px; background:#006ebc; z-index:10}



/*banner*/
#solid{
	width:100%;
	height:442px;
	clear:both;
	position:relative;
}
#solid .solid0,#solid .solid1,#solid .solid2,#solid .solid3{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:none;
}
#solid .solid0{
	background:#78c4db;
}
#solid .solid1{
	background:#c5c9db;
}
#solid .solid2{
	background:#e7dfd1;
}
#solid .solid3{
	background:#78c4db;
}
#solid ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#solid ul li{
	position:absolute;
	left:50%;
	top:0px;
	width:100%;
	height:100%;
	margin-left:-50%;
	display:none;
	cursor:pointer;
}
#solid ul li img{
	width: 100%;
	height:100%
}
#solid #btt{
	width:905px;
	height:10px;
	top:95%;
	left:50%;
	position:relative;
	margin-left:-452px;
}
#solid #btt span{
	position:absolute;
	top:0px;
	left:45%;
	display:block;
	width:30px;
	height:8px;
	margin:0 15px;	
	text-align:center;
	background:#fff;
	z-index:1000;
	cursor:pointer;
	filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
	-moz-opacity:0.7; /*Firefox私有，透明度50%*/
	opacity:0.7;其他，透明度50%*
}
/*.wrap{	height: 442px;}
.banner{width:100%;height:442px; }
.banner img{position:absolute;width:100%;}*/

/*中间内容*/
.content
{
	width: 1198px;
	margin: 0 auto;
	padding: 15px auto;
}
.content .con-title{
	height: 35px;
	line-height: 35px;
	padding-top: 15px;
	margin-bottom:20px;
}
.con-title ul li{
	float: left;
}
.con-title ul li a{
	padding: 0px 15px;
	height: 35px;
	display: block;
	background: #333;
	margin-right: 8px;
	color: #fff;
	font-size: 14px;
}
.con-title ul li a:hover{background: #006ebc;}
.con-title ul li a.tabactive { background-color:#006ebc; font-weight:bold;  position:relative;}


.tabcontent,.newlist{
	height: 205px;
	margin-bottom: 25px;
}
.tabcontent ul li{float: left;width: 200px; margin-right: 30px;text-align: center;}
.tabcontent ul li img{ border: #ccc solid 1px;padding: 5px;}
.tabcontent ul li p{height: 50px; line-height: 50px;font-size: 14px;font-weight: 800;} 
.tabcontent ul li p a{color: #000;font-size: 14px;font-weight: 800;}
	
/*新闻列表*/
.newlist ul li {
		color: #333;
		font-size: 14px;
		width: 520px;
		height: 35px;
		line-height: 35px;
		float: left;
		margin-right: 30px;
		text-align: left;
		border-bottom: #999 dashed 1px;
		background: url(../images/new_pic.png) no-repeat left center;
		padding-left: 30px;
	}
.newlist ul li em{ color: #999; float: right;}
.newlist li:hover{color: #006ebc; text-decoration: underline;}


/*页脚*/
.foot{
	height: 160px;
	background: #212121;
}
.footwarp{
	width: 1200px;
	margin: auto;
}
.left-text{
	float: left;
	margin-top: 22px;
}
.left-text .lt-txt{
	margin-top: 5px;
}
.left-text .lt-txt p{
	line-height: 20px;
	color: #C0C0C0;
}

.qq-warp{
	float: left;
	margin-top: 26px;
	height: 110px;
	border-left: solid 1px #5d5d5d;
	margin-left: 300px;
	padding-left: 30px;
}
.qq-warp p{
	color: #fff;
	line-height: 24px;
	margin-top: 20px;
}
.qq-warp a{
	margin-top: 5px;
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background: #FFB600;
	border-radius: 4px;
	text-align: center;
}
.wechat1{
	float: right;
	width: 157px;
	height: 160px;
	background: #212121;
	text-align: center;
}
.wechat1 img{
	margin-top: 20px;
	width: 80px;
	height: 80px;
	border: solid 6px #fff;
}

.wechat1 p{	width: 157px;height:20px;margin:10px 0px 0px 0px;color: #F8F8F8;text-align: center;}
