﻿@charset "utf-8";
/* CSS Document */
body{ 
	min-width: 1200px; 
	color: #333;
	overflow-y:scroll;
}


/* 整体容器 */
.wrap{ 
	width: 100%; 
}
.main-box{
	width: 1200px;
	margin: auto;
	margin-bottom: 83px;
}
/* 顶部 */ 
.header{
	height: 333px;
	background-repeat: no-repeat;
	background-position: center center;
}
.header-main{
	width: 1200px;
	margin: auto;
}
.header-main .logo{
	margin-top: 45px;
	margin-bottom: 119px;
}
.nav{
	background: #0166b6;
}
.nav ul{
	overflow: hidden;
}
.nav li{
	float: left;
	height: 56px;
	line-height: 56px;
	width: 108px;
	text-align: center;
	border-right: 1px solid #67a3d3; 
	border-left: 1px solid #013d6d;
}
.nav .bno1{
	border-left: none;
	width: 100px;
}
.nav .bno2{
	border-right: none;
}
.nav .on{
	background: #ff9200;
}
.nav li a{
	color: #fff;
	display: block;
}
.nav li:hover{
	background: #ff9200;
}

.info{
	height: 48px;
	line-height: 48px;
	background: #f5f5f5;
	color: #696969;
	font-size: 12px;
	padding: 0 15px;
	overflow: hidden;
}
.ie7 .info{
	height: 50px;
	line-height: 52px;
}
.info-left{
	float: left;
}

.info .time{
	margin-right: 35px;
	float: left;
}
.info .weather{
	float: left;
}
.info .weather iframe{
	margin-top: 12px;
}
.info .weather em{
	font-style: normal;
	background: #79b800;
	padding: 3px 6px;
	color: #fff;
}
.info .weather .tian{
	margin-left: 9px;
	margin-right: 12px;
}

.info-right{
	float: right;
}
.search-box{
	float: right;
	padding-top: 8px;

}
.search-box input{
	width: 283px;
	height: 30px;
	line-height: 30px;
	color: #999999;
	border: 1px solid #d9d9d9;
	background: #fff;
	float: right;
	padding-left: 7px;
}
.search-box img{
	float: right;
	cursor: pointer;
}

.info-right .hot{
	float: right;
	color: #333333;
	margin-left: 20px;
}
.info-right .hot a{
	color: #79b800;
	margin: 0 3px;
}
.info-right .hot a:hover{
	text-decoration: underline;
}

/* 导航 */ 



/* 底部 */
.footer{
	background: #fff;
} 
.footer-main{
	width: 1200px;
	margin: auto;
	border-top: 1px solid #d9d9d9;
	position: relative;
	z-index: 90;
	font-size: 24px;
	color: #013c6b;
	overflow: hidden;
}
.footer-main span{
	float: left;
	width: 110px;
	display: inline-block;
	line-height: 58px;
}
.footer-links{
	display: inline-block;
	margin-left: 40px;
	float: left;
}
.footer-links ul{
	overflow: hidden;
	float: left;
	width: 1050px;
}
.footer-links li{
	float: left;
	font-size: 16px;
	line-height: 64px;
	margin-right: 49px;
}
.footer-links li a{
	color: #4c4c4c;
}
.footer-links li a:hover{
	color: #0166b6;
}
.footer-links .on{
	margin-left: 5px;
}
.footer-links .on a{
	color: #0166b6;
}
.footer-links .on a:hover{
	text-decoration: underline;
}

/**** 底部-版权技术支持 ****/
.footer-main1{
	background: #0166b6;
}
.footer-sub{ 
	padding-top: 23px;
	padding-bottom: 25px;
	width: 1200px;
	height: 26px;
	margin: auto;
 }

.foot-copy{
	float:left;
	margin-right:8px;
	font-size:14px;
	line-height:26px;
	color:#fff;
}
.foot-copy a{
	color:#fff;
}
.foot-copy a:hover{
	text-decoration: underline;
}
.foot-copy span{
	font-family:Arial, Helvetica, sans-serif;
}
.foot-image {
	float:left;
	margin-left:140px;
	margin-top:-8px;
	}

.foot-image img { 
    width:42px;

}
.foot-support {
	width: 260px;
	float: left;
	font-size:12px;
	line-height:26px;
	color:#fff;
	margin-left: 200px;
}
.foot-support a{
	color:#fff;
}
.foot-support .title{
	float:left;
}
.foot-jszc {
	float: left;
	width: auto;
}
.foot-jszc li {
	width: 170px;
	text-align: left;
	height: 26px;
}
.foot-jszc li a:hover{
	text-decoration: underline;
}

.foot-right{
	float: right;
}
.foot-right .w1{
	display: inline-block;
	width: 24px;
	height: 18px;
	background: url(../images/w-icon1.png) no-repeat;
	cursor: pointer;
	position: relative;
	font-style: normal;
}
.foot-right .w2{
	display: inline-block;
	width: 24px;
	height: 18px;
	background: url(../images/w-icon1.png) no-repeat;
	cursor: pointer;
	position: relative;
	font-style: normal;
	margin-right: 61px;
	margin-left: 21px;
}

.foot-right .w1:hover{
	background: url(../images/w-icon2.png) no-repeat;
}
.foot-right .w1:hover .w-pop{
	display: block;
}

.foot-right .w2:hover{
	background: url(../images/w-icon2.png) no-repeat;
}
.foot-right .w2:hover .w-pop{
	display: block;
}

.w-pop{
	position: absolute;
	width: 150px;
	height: 203px;
	left: -65px;
	bottom: 18px;
	z-index: 100;
	text-align: center;
	display: none;
}
.w-main{
	box-shadow: 0px 0px 10px #333;
	background: #fff;
	margin-bottom: -3px;
}
.w-main img{
	width: 150px;
	height: 150px;
}

.w-main .name{
	font-size: 12px;
	line-height:30px;
}