﻿@charset"utf-8";
 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 {
    margin:0;
    padding:0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
li {
    list-style: none;
}
html {
    -webkit-text-size-adjust:none;
    overflow-x:hidden;
}
article， aside， details， figcaption， figure， footer， header， hgroup， menu， nav， section {
    display: block;
}
img {
    display: block;
    max-width: 100%;
    height:auto;
    width: auto\9;
    /* ie8 */
    vertical-align:top;
    border:0;
}
.video embed， .video object， .video iframe {
    width: 100%;
    height: auto;
}
a {
    border:0;
    text-decoration: none;
    outline: none;
    color: #555555;
}
a, button, input {
    -webkit-tap-highlight-color:rgba(255, 0, 0, 0);
}
a:hover{
	color: #167ed7;
}
em {
    font-style: normal;
}
.clearfix:after, .clearfix:before {
    content:"";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
body {
    min-width:300px;
    /*font-family:"Helvetica", "Arial";*/
    background-color: #FFFFFF;
    color:#030000;
    overflow-x:hidden;
}
body {
    font-family:"Segoe UI", "Microsoft YaHei", "Lucida Grande", Helvetica, Arial, FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.nohover:hover{
	color: #555555;
}

/* 头部代码-公共css*/
#header{
	width: 100%;
	height: 330px;
}
#header .logo_main{
	height: 254px;
	background: url(header_bg.jpg) center center no-repeat;	
}
#header .logo_main .logo{
	width: 1200px;
	height: 254px;
	margin: 0 auto;
}
#header .logo_main .logo .l_img{
	margin: 66px 0 0 150px;
}
#header .logo_main .logo .r_xlgl{
	margin-top: 100px;
}
#header .nav{
	height: 76px;
	background: #167ed7;
}
#header .nav .nav_main{
	width: 1200px;
	margin: 0 auto;
}
#header .nav .nav_main .nav_tab{
	width: 790px;
	height: 76px;
	overflow: hidden;
}
#header .nav .nav_main .nav_tab ul li{
	float: left;
	width: 130px;
	text-align: center;
	margin-right: 20px;
	position: relative;
}
#header .nav .nav_main .nav_tab ul li:after{
	content: "";
	width: 2px;
	height: 37px;
	background: url(nav_tiao.png) center center no-repeat;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -18.5px;
}
#header .nav .nav_main .nav_tab ul li:first-child:after{
	display: none;
}
#header .nav .nav_main .nav_tab ul li:last-child:after{
	display: none;
}
#header .nav .nav_main .nav_tab ul li a{
	display: block;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 90px;
}
#header .nav .nav_main .nav_tab ul li.on a{
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
	color: #007AFF;
	margin-top: 16px;
	border-radius: 6px 6px 0 0;
}
#header .nav .nav_main .nav_tab ul li:hover a{
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
	color: #007AFF;
	margin-top: 16px;
	border-radius: 6px 6px 0 0;
}
#header .nav .nav_main .nav_search{
	width: 390px;
	height: 46px;
	margin-top: 14px;
	position: relative;
}
#header .nav .nav_main .nav_search .search{
	width: 388px;
	height: 44px;
	background: #FFFFFF;
	border: 1px solid #65b8ff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 20px;
	font-family: 'Microsoft YaHei';
	text-indent: .5em;
	line-height: 44px;
	color: #888;
}
#header .nav .nav_main .nav_search .search_sub{
	width: 33px;
	height: 33px;
	border: 0;
     	position: absolute;
	top: 6px;
	right: 8px;
	z-index: 999;
	/* older safari/Chrome browsers */
    	-webkit-opacity: 0;
    	/* Netscape and Older than Firefox 0.9 */
    	-moz-opacity: 0;
   	 /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
    	-khtml-opacity: 0;
    	/* IE9 + etc...modern browsers */
    	opacity: 0;
    	/* IE 4-9 */
    	filter:alpha(opacity=0);
    	/*This works in IE 8 & 9 too*/
    	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    	/*IE4-IE9*/
    	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	cursor: pointer;
}
#header .nav .nav_main .nav_search .search_img{
	width: 33px;
	height: 33px;
	border: 0;
     	position: absolute;
	top: 6px;
	right: 8px;
	z-index: 99;
}

/** content-公共css **/
#content{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(bg.png) center top no-repeat;
}
#content .c_main{
	width: 1200px;
	margin: 0 auto;
	padding: 15px;
}
#content .c_main_bgWrite{
	background: #FFFFFF;
}

/* 天气浮空窗口 */
#floatTianQi{
	width: 200px;
	height: 180px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -90px;
}
#floatTianQi a.close{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
}
#floatTianQi a.close img{
	width: 15px;
	height: 15px;
	float: right;
	margin: 10px 10px 0 0;
}
#floatTianQi .thinkpage{
	width: 200px;
	height: 210px;
}

/** 底部代码-公共css **/
#footer{
	width: 100%;
	height: 280px;
	background: #0765bf;
}
#footer .f_main{
	width: 1200px;
	margin: 0 auto;
}
/* 友情链接 */
.f_main_link{
	height: 160px;
}
.f_main_link ul.link_ul{
	padding: 60px 0;
}
.f_main_link ul li.link_li{
	float: left;
	color: #1b3c61;
	width: 225px;
	padding: 10px 0;
	text-align: center;
	background: #ffffff;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
}
.f_main_link ul li.link_li:hover{
	color: #0765bf;
}
.f_main_link ul li.link_li .f_main_link_sub{
	width: 100%;
	height: 300px;
	overflow: auto;
	background: #FFFFFF;
	position: absolute;
	right: 0;
	top: -300px;
	z-index: 99999;
	display: none;
}
.f_main_link ul li.link_li .f_main_link_sub ul{
	padding-top: 15px;
}
.f_main_link ul li.link_li .f_main_link_sub ul li{
	height: 35px;
	line-height: 35px;
}
.f_main_link ul li.link_li .f_main_link_sub ul li a{
	color: #1b3c61;
	font-size: 18px;
}
.f_main_link ul li.link_li .f_main_link_sub ul li:hover a{
	color: #0765bf;
}
/* 底部其他信息 */
.f_main_other{
	text-align: center;
	color: #d4e8ff;
	line-height: 30px;
	font-size: 18px;
}