﻿@charset "utf-8";

/* 清除所有HTML标签默认margin,padding
	 method: * { margin: 0; padding: 0; } 
-------------------------------------------------- */
body, ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin:0px;
	padding:0px;
}
/* 高度自适应
-------------------------------------------------- */
html, body {
	height:100%;
}
/* ul li
-------------------------------------------------- */
ul{
	list-style: none;
}
/* 清除图片的链接边框 
-------------------------------------------------- */
img {
	border:0;
	vertical-align:middle;
}
body {
	font: normal 12px/20px "宋体",Arial,  Helvetica, sans-serif;
	text-align: center;
	background:url(../images/bg.jpg) repeat-x center top #FAFAFA;
	color:#000;
}
/* Links 
-------------------------------------------------- */
a{
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#F00;
}

.num {
	font-family: Verdana, Helvetica;
	font-size: 10px;
}
/* font size color style 
-------------------------------------------------- */
.news_h3{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding:24px 0 0 70px;
}
.font-16-000 {
	float:left;
	font-size:16px;
	font-weight:bold;
	padding:4px 0 0 25px;
}
.font-14-fff {
	font-size: 14px;
	float: left;
	color: #FF2B03;
	text-align: left;
	padding:3px 0 0 35px;
}
.font-14-fff2 {
	font-size: 16px;
	float: left;
	color: #3D6ABC;
	padding:12px 0 0 4px;
}
.font-16-0002 {
	float:left;
	font-size:16px;
	font-weight:bold;
	padding:6px 0 0 45px;
}
.inner-title{ font-size:14px; font-weight:bold; float:left; padding:8px 0 0 18px; }
.tv_span1{ color:#BB1010; font-weight:bold; font-size:12px; padding-left:5px;}
.tv_span2{color:#000; font-weight:bold; font-size:12px; }
.font-12{ float:left; color:#017cc1; font-size:12px; padding:6px 0 0 5px;}
.font-14px {
	font-size:14px;
}
.font-16px {
	font-size:16px;
}
.font-16px-fff {
	float: left;
	padding: 20px 0 0 20px;
	font-size: 16px;
	color: #fff;
	text-align: left;
}
.font-14px-000{
	font-size: 14px;
	float: left;
	color: #FFF;
	text-align: left;
	padding:3px 0 0 35px;
}
.font-14px-077cd3 {
	font-size: 14px;
	color: #077cd3;
	text-align: left;
	float:left;
	padding:4px 0px 0px 25px;
}
.font-14px-077cd3-inner {
	font-size: 16px;
	color: #077cd3;
	text-align: left;
	float:left;
	padding:4px 0px 0px 5px;
}
.sj{ color:#F00;}
.more{
	float: right;
	padding-right: 15px;
	padding-top: 3px;
	font-size:12px;
	font-weight:normal;
}
.more2{
	float: right;
	height: auto;
	width: auto;
	padding-right: 12px;
	padding-top: 4px;
}
.more a{
	color:#000;
}
.more a:hover{
	color:#FF3300;
}
.links_more{ float:left; font-size:14px; font-weight:bold; line-height:52px;}
/* 当前位置 
-------------------------------------------------- */
.current-position-span1{ float:left; font-size:12px; font-weight:normal; margin:10px 0 0 60px;}
.current-position-span2{ float:right;font-size:12px;font-weight:normal;margin:10px 95px 0 0;}
.inner .current-position{
	height: 20px;
	width: auto;
	text-align:left;
	padding-top: 143px;
	padding-left: 40px;
	color: #000;
	font-size:12px;
	font-weight:normal;
}
.inner2 .current-position{
	height: 20px;
	width: auto;
	text-align:left;
	padding-top: 180px;
	padding-left: 40px;
	color: #000;
	font-size:12px;
	font-weight:normal;
}
.inner4 .current-position{
	height: 20px;
	width: auto;
	text-align:left;
	padding-top: 130px;
	padding-left: 40px;
	color: #000;
	font-size:12px;
	font-weight:normal;
}
.current-position a{
	color: #000;
}
.current-position a:hover{
	color:#F60;
}
/* 左右浮动 
-------------------------------------------------- */
.left {
	float:left;
}
.right {
	float:right;
}
.clear-both {
	clear:both;
}
/* 解决高度自适应的Hack代码 
-------------------------------------------------- */
.clear {
	clear:both;
}
.height100 {
	height:100%;
}