﻿@charset "utf-8";

/*CSS Document*/

/*init BEGIN*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
	outline: none;
}

/*清除内外边距*/
a:focus {
	-moz-outline-style: none;
}

/*IE不支持*/
a:focus {
	outline: none;
}

/*很多网站都会加的属性*/
body, button, input, select, textarea {

	/*for ie*/

	/*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
	font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;    /*用 ascii 字符表示，使得在任何编码下都无问题*/
}

/*设置默认字体*/
address, cite, dfn, em, var {
	font-style: normal;
}

/*将斜体扶正*/
code, kbd, pre, samp, tt {
	font-family: "Courier New", Courier, monospace;
}

/*统一等宽字体*/
small {
	font-size: 12px;
}

/*小于 12px 的中文很难阅读，让 small 正常化*/
ul, ol {
	list-style: none;
}

/*重置列表元素*/
a {
	text-decoration: none;
}

/*重置文本格式元素*/
abbr[title], acronym[title] {

	/*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
	border-bottom: 1px dotted;
	cursor: help;
}

q:before, q:after {
	content: '';
}

/*重置表单元素*/
legend {
	color: #000;
}

/*for ie6*/
fieldset, img {
	border: none;
}

/*img 搭车：让链接里的 img 无边框*/

/*注：optgroup 无法扶正*/
button, input, select, textarea {
	font-size: 100%;    /*使得表单元素在 ie 下能继承字体大小*/
}

input[type="hidden"i] {
	display: none;
	-webkit-appearance: initial;
	background-color: initial;
	cursor: default;
	padding: initial;
	border: initial;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

/*重置表格元素*/
hr {
	border: none;
	height: 1px;
}

/*重置 hr*/
html {
	overflow-y: scroll;
}

/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/

/*清除float BEGIN*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.clearfix {
	display: inline-block;
	display: block;
	zoom: 1;
}

/*清除float END*/

/*init END*/

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

/*Top Begin*/
.header {
	width: 100%;
	height: 170px;
	margin: 0 auto;
	background-color: #2a7ad8;
	background-image: url("../images/headerbottom_03.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

.header-content {
	height: 169px;
	margin: 0 auto;
}

.header-content-logo {
	width: 450px;
	float: left;
}

.header-content-weather {
	width: 125px;
	height: 44px;
	overflow: hidden;
	float: left;
	margin: 97px 0 0 265px;
	overflow: hidden;
}

.header-content-search {
	width: 321px;
	height: 44px;
	float: right;
	margin-top: 42px;
	padding-top: 46px;
	background: url(../images/inputbg.png) repeat-x center;
}

.header-content-search input {
	width: 278px;
	height: 44px;
	line-height: 44px;
	border-radius: 10px;
	border: none;
	font-size: 14px;
	font-family: "微软雅黑";
	padding-left: 10px;
}

.header-content-search a {
	display: block;
	float: right;
	width: 43px;
	height: 44px;
	position: relative;
	top: -44px;
	background: url("../images/searchbtn_03.png") no-repeat;
}
.header-content-search button {
	display: block;
	float: right;
	width: 43px;
	height: 44px;
	position: relative;
	top: -44px;
	background: url("../images/searchbtn_03.png") no-repeat;
	border:none;
	cursor:pointer;
}

.header-content-weixin {
	width: 156px;
	height: 25px;
	float: right;
	margin-top: -112px;
}

.weibo {
	display: inline-block;
	width: 65px;
	height: 21px;
	float: right;
	font-size: 14px;
	color: #ffffff;
	background: url("../images/weibo.png") no-repeat;
	margin-right: 20px;
}

.weixin {
	display: inline-block;
	width: 65px;
	height: 21px;
	float: right;
	font-size: 14px;
	color: #ffffff;
	background: url("../images/weixin.png") no-repeat;
}

.nav {
	width: 100%;
	height: 57px;
	margin: 0 auto;
	background: #2a7ad8;
}

.nav-content {
	height: 58px;
	line-height: 58px;
	margin: 0 auto;
}

.nav-content ul {
	height: 56px;
	background: url("../images/navbj_03.png") no-repeat left center;
}

.nav-content ul li {
	position: relative;
	float: left;
	width: 171px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: url("../images/navbj_03.png") no-repeat right center;
}

.nav-content ul li a:hover {
	color: #082e5b;
	border-radius: 15px;
	background: #d4e4f7;
	padding: 3% 15%;
}

.nav-content ul li a {
	font-size: 18px;
	font-family: "微软雅黑";
	color: #ffffff;
	text-align: center;
}

.nav-content ul li a.on {
	color: #082e5b;
	border-radius: 15px;
	background: #d4e4f7;
	padding: 3% 15%;
}

/*Main Begin*/
.main {
	width: 100%;
	height: auto;
}

.main-toutiao {
	height: 106px;
	margin: 0 auto;
	background: url("../images/toutiao_06.png") no-repeat center;
	text-align: center;
}

.main-toutiao-top {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.main-toutiao-top1 {
	width: 1000px;
	margin: 0 auto;
	padding-top: 18px;
}

.main-toutiao-top-div {
	max-width: 720px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main-toutiao-top-div a:hover {
	color: #dd0101;
}

.main-toutiao-top img {
	float: left;
	margin-top: 18px;
}

.toutiao-title {
	font-size: 24px;
	font-weight: bold;
	font-family: "微软雅黑";
	color: #dd0101;
}

.toutiao-content {
	width: 1080px;
	margin: 0 auto;
	font-size: 16px;
	color: #474748;
	text-align: left;
	margin-top: 15px;
}

.toutiao-content a {
	font-size: 16px;
	color: #e8131d;
	font-family: "微软雅黑";
	float: right;
	margin-top: -17px;
}

.zhuanti {
	margin-top: 22px;
}

.index-news {
	width: 1200px;
	margin: 0 auto;
	height: 390px;
	margin-top: 30px;
}

.index-news-tab {
	float: left;
}

.slideBox {
	width: 600px;
	height: 387px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	width: 100%;
	height: 37px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	line-height: 37px;
	opacity: 0.7;
	background: url("../images/sliderbottom_03.png") repeat-x left;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: right;
	margin-right: 15px;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 9px;
	margin-top: 10px;
	width: 10px;
	height: 10px;
	line-height: 9px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}

.slideBox .hd ul li.on {
	background: #4796f2;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
}

.slideBox .bd {
	position: relative;
	height: 100%;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd li .title {
	height: 44px;
	line-height: 44px;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
}

.slideBox .bd li .title a {
	color: #fff;
	padding-left: 15px;
}

.news-lists-right {
	width: 580px;
	height: 387px;
	float: right;
	overflow: hidden;
}

.news-lists-item {
	width: 580px;
	height: 314px;
	margin-bottom: 38px;
	margin-top: 19px;
	overflow: hidden;
}

.news-lists-item-date {
	width: 80px;
	height: 75px;
	color: #666;
	float: left;
	text-align: center;
	background: url("../images/datebj_03.jpg") no-repeat right;
}

.date-ri {
	font-size: 30px;
	color: #999999;
	width: 60px;
	height: 50px;
	line-height: 50px;
	background: #f3f3f3;
}

.date-nianyue {
	font-size: 14px;
	color: #666666;
	height: 20px;
	line-height: 20px;
	width: 60px;
	margin-top: 6px;
}

.news-lists-item-info {
	width: 480px;
	float: right;
	color: #666;
}

.news-lists-item-title {
	font-size: 18px;
	color: #161616;
	font-family: "微软雅黑";
	height: 30px;
}

.news-lists-item-summary {
	font-size: 14px;
	height: 48px;
	line-height: 24px;
	color: #666666 !important;
}

.news-lists-item-summary-span {
	font-size: 14px;
	color: #e5493d;
}

.news-lists-item-list {
	width: 580px;
	height: 75px;
	margin-bottom: 38px;
}

.news-lists-cate {
	height: 55px;
	background: url("../images/newson_05.jpg") repeat-x left bottom;
}

.news-lists-cate li {
	float: left;
	height: 55px;
	width: 125px;
}

.news-lists-cate li.on {
	background: url("../images/newson_03.jpg") repeat-x left bottom;
}

.news-lists-cate a {
	font-size: 20px;
	font-family: "微软雅黑";
	color: #333333;
}

.news-lists-cate a:first-child {
	padding-left: 15px;
}

.news-lists-cate a.on {
	font-weight: bold;
	font-size: 22px;
	font-family: "微软雅黑";
	color: #333333;
}

.news-lists-cate-more {
	font-size: 14px !important;
	color: #c5c5c5 !important;
	float: right;
	margin-top: 4px;
}

.news-buttons {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	height: 48px;
	margin-top: 40px;
}

.news-buttons-second {
	width: 1300px;
	margin: 0 auto;
	margin-right: -20px;
}

.news-buttons-second .btn-item {
	width: 190px;
	height: 48px;
	text-align: center;
	color: #4796F2;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	margin-right: 8px;
	display: inline-block;
	background: url(../images/wailianbj_03.png);
}

.news-buttons-second .btn-item.on {
	color: #ffffff;
	background: url(../images/wailianbjon_05.png);
}

.infomation {
	width: 100%;
	height: 477px;
	margin: 0 auto;
	margin-top: 40px;
	background: url("../images/informationbj.jpg") no-repeat;
}

.information-left {
	width: 270px;
	height: 375px;
	float: left;
	margin-top: 45px;
}

.information-left-top {
	height: 55px;
	margin-bottom: 20px;
	background: url("../images/infomation-left-top_03.jpg") no-repeat bottom;
}

.information-left-top a {
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	font-family: "微软雅黑";
	padding-left: 10px;
}

.information-left-bottom-list {
	height: 60px;
	line-height: 60px;
	color: #666666;
	font-size: 16px;
	padding-left: 30px;
	font-family: 微软雅黑;
	border-bottom: 1px solid #f8f8f8;
	background-color: #ffffff !important;
}


.information-left-bottom-list.on {
	color: #ffffff;
}

.information-left-bottom-list img {
	float: right;
	margin: 22px 15px 0px 0px;
}

.information-center {
	width: 592px;
	height: 375px;
	float: left;
	margin-top: 45px;
	margin-left: 25px;
	overflow: hidden;
}

.information-center-top {
	height: 55px;
	margin-bottom: 20px;
	background: url("../images/newson_05.jpg") repeat-x bottom;
}

.information-center-top-ul li {
	float: left;
	width: 125px;
	height: 55px;
	text-align: center;
}

.information-center-top-ul li.on {
	font-weight: bold;
	background: url("../images/newson_03.jpg") repeat-x left bottom;
}

.information-center-top li a {
	font-size: 22px;
	color: #333333;
	font-family: "微软雅黑";
	padding-left: 10px;
}

.information-center-main {
	width: 592px;
}

.information-center-zwxx {
	display: inline-block;
	width: 592px;
}

.information-center-zwxx-ul li {
	position: relative;
	width: auto;
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
	float: left;
	background: #ffffff;
	border-radius: 10px;
	margin-right: 15px;
}

.information-center-zwxx-ul li.on {
	background: #4796f2;
}

.information-center-zwxx-ul li a {
	font-size: 16px;
	color: #606060;
	font-family: "微软雅黑";
	text-align: center;
	display: block;
}

.information-center-zwxx-ul li a.on {
	color: #ffffff;
}

.hd4 {
	margin-bottom: 70px;
}

.bd4 span {
	font-size: 16px;
	font-family: 微软雅黑;
	color: #999999;
	margin-right: 15px;
}

.bd4 em a {
	float: right;
	font-size: 16px;
	color: #e5493d !important;
	font-family: 微软雅黑;
}

.db4-title.on {
	color: #4796f2;
}

.bd4 span.on {
	color: #4796f2;
}

.bd4 ul li {
	position: relative;
	height: 40px;
	line-height: 40px;
}

.bd4 ul li a {
	font-size: 16px;
	font-family: 微软雅黑;
	color: #666666;
}

.information-center-main-flfg li {
	width: 580px;
	height: 50px;
	line-height: 50px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #c5c5c5;
}

.information-center-main-flfg li a {
	font-size: 16px;
	font-family: 微软雅黑;
	color: #666666;
}

.information-center-main-flfg li a.on {
	color: #4796f2;
}

.information-center-main-flfg em {
	font-size: 16px;
	margin-right: 5px;
}

.information-right {
	width: 291px;
	height: 380px;
	float: right;
	margin-top: 55px;
}

.information-right .bj img {
	margin: 17px 0 17px 0;
}

.index-video {
	border: none;
}

.activity {
	height: 450px;
	margin-top: 40px;
}

.activity-left {
	width: 534px;
	float: left;
	height: 422px;
	overflow: hidden;
}

.activity-left-top {
	height: 60px;
	background: url("../images/newson_05.jpg") repeat-x left bottom;
}

.activity-left-top ul li {
	float: left;
	width: 106px;
	height: 60px;
	line-height: 35px;
	padding-left: 20px;
}

.activity-left-top ul li.on {
	background: url("../images/newson_03.jpg") repeat-x left bottom;
}

.activity-left-top a {
	font-size: 20px;
	color: #333333;
	font-family: 微软雅黑;
}

.bd5 {
	margin-top: 25px;
}

.bd5 li {
	line-height: 40px;
	border-bottom: 1px dashed #c5c5c5;
}

.bd5 li a {
	font-size: 16px;
	color: #666666;
	font-family: 微软雅黑;
}

.bd5 li a.on {
	color: #3184e6;
}

.bd5 em {
	font-size: 14px;
	float: right;
	color: #999999;
	font-family: 微软雅黑;
	margin-left: 20px;
}

.bd5 em.on {
	color: #3184e6;
}

.bd5 img {
	margin: 0 5px 0 5px;
}

.activity-center {
	width: 344px;
	height: 280px;
	float: left;
	margin: 57px 0 0 25px;
}

.activity-right {
	width: 283px;
	height: 280px;
	float: right;
	margin-top: 57px;
}

.activity-right-bottom {
	height: 202px;
	display: inline-block;
	background: #f2f2f2;
}

.activity-right-bottom a {
	font-size: 14px;
	color: #666666;
	font-family: 微软雅黑;
	display: inline-block;
	width: 85px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-top: 15px;
	text-align: center;
	margin-left: 5px;
}

.activity-right-bottom a.on {
	color: #e92300;
	background: #ffffff;
	border-radius: 5px;
}

.activity-bottom {
	float: right;
}

.activity-bottom img {
	margin-left: 12px;
}
.links {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	padding-top: 24px;
}

.diy_select {
	height: 38px;
	width: 223px;
	position: relative;
	font-size: 14px;
	background: #fff;
	color: #4b4b4b;
	float: left;
	cursor: pointer;
	margin-right: 19px;
}

.diy_select, .diy_select_list {
	border: 1px solid #dfdfdf !important;
	background: #fff;
	margin-top: 5px;
	margin-right: 99px;
}

.diy_select_txt, .diy_select_list li {
	text-indent: 10px;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
	text-align: center;
}

.diy_select_list li {
	border-bottom: 1px dashed #c5c5c5;
}

.diy_select_txt {
	width: 180px;
	font-size: 14px;
	color: #333333;
	font-family: 微软雅黑;
}

.diy_select_list a {
	display: block;
	color: #333333 !important;
}

.diy_select_btn, .diy_select_txt {
	float: left;
	height: 100%;
	line-height: 38px;
}

.diy_select_btn {
	width: 28px;
	background: url(../images/xiajiantou.png) no-repeat right center;
}

.diy_select_btn, .diy_select_txt {
	float: left;
	height: 100%;
	line-height: 38px;
	text-align: center;
}

.diy_select_list {
	position: absolute;
	top: 34px;
	left: -1px;
	z-index: 88888;
	border-top: none;
	width: 100%;
	display: none;
	_top: 29px;
	height: 160px;
	overflow-y: auto;
}

.bottom-slide {
	width: 100%;
	background: #f1f5fa;
	height: 160px;
	margin-top: 14px;
	overflow: hidden;
}

.picMarquee-left {
	width: 1100px;
	float: left;
	position: relative;
	overflow: hidden;
}

.picMarquee-left .next {
	display: block;
	width: 20px;
	height: 40px;
	position: absolute;
	top: 60px;
	right: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/right1.png") no-repeat;
}

.picMarquee-left .next.on {
	background: url("../images/btn_right.png") no-repeat;
}

.picMarquee-left .prev {
	display: block;
	width: 20px;
	height: 40px;
	position: absolute;
	top: 60px;
	left: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/left1.png") no-repeat;
}

.picMarquee-left .prev.on {
	background: url("../images/btn_left.png") no-repeat;
}

.picMarquee-left .bd {
	padding: 40px;
	padding-left: 40px;
}

.picMarquee-left .bd ul li {
	margin: 0 10px;
	display: inline;
	overflow: hidden;
	text-align: center;
	float: left;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 315px;
	height: 80px;
	display: block;
}

.tempWrap {
	width: 1020px !important;
}

.picList {
	height: 86px;
	overflow: hidden;
}

.picList img {
	border: 2px solid #ffffff;
}

.picList img.on {
	border: 2px solid #3184e6;
}

.footer-top {
	width: 100%;
	height: 203px;
	background: #a5aab5;
}

.footer-bottom {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #7a7d83;
	text-align: center;
}

.footer-bottom a {
	font-size: 14px !important;
	font-family: 微软雅黑;
	color: #ffffff;
}

.footer-top-select {
	padding-top: 25px;
}

.footer-top-select select {
	width: 222px;
	height: 38px;
	margin-right: 18px;
	text-align: center;
	text-align-last: center;
}

option {
	text-align: center;
}

.footer-center {
	width: 980px;
	float: left;
}

.footer-top-center p {
	color: #ffffff;
	font-size: 14px;
	font-family: 微软雅黑;
}

.footer-information {
	line-height: 25px;
	margin-top: 25px;
}

.footer a {
	font-size: 16px;
	color: #ffffff;
	font-family: 微软雅黑;
}

.footer .fwcs {
	font-size: 14px;
	font-family: 微软雅黑;
	color: #fdff5f;
	border-bottom: 1px solid #fdff5f;
}

.footer .footer-right {
	float: right;
	margin-top: 23px;
}

.zwgk-top {
	height: 350px;
	margin-top: 50px;
}

.zwgk-top-left {
	width: 566px;
	float: left;
	height: 350px;
}

.zwgk-top-left-top {
	height: 60px;
	background: url("../images/zwgk-top-left_03.png") repeat-x bottom left;
}

.zwgk-top-left-top a {
	font-size: 22px;
	color: #333333;
	font-family: "微软雅黑";
	font-weight: bold;
	padding-left: 17px;
}

.zwgk-top-left-content {
	width: 566px;
	height: 310px;
}

.zwgk-top-left-content ul {
	padding-top: 15px;
}

.zwgk-top-left-content ul li {
	height: 45px;
	width: 566px;
	line-height: 45px;
	border-bottom: 1px dashed #c5c5c5;
}

.zwgk-top-left-content ul li a {
	font-size: 16px;
	color: #666666;
	font-family: 微软雅黑;
}

.zwgk-top-left-content ul li a.on {
	color: #4796f2;
}

.zwgk-top-left-content span.on {
	color: #4796f2;
}

.zwgk-top-left-content ul li img {
	margin: 0 10px 0 5px;
}

.zwgk-top-left-content span {
	float: right;
	font-size: 16px;
	color: #999999;
	font-family: 微软雅黑;
}

.zwgk-left-more {
	font-size: 16px;
	font-family: 微软雅黑;
	color: #e5493d;
	float: right;
}

.zwgk-top-right {
	width: 566px;
	float: right;
	height: 350px;
}

.zwgk-right-more {
	font-size: 16px;
	font-family: 微软雅黑;
	color: #e5493d;
}

.zwgk-center {
	margin-top: 50px;
}

.zwgk-center-content {
	width: 1230px;
	margin-right: -30px;
	height: 72px;
}

.zwgk-center-content img {
	width: 230px;
	height: 72px;
	float: left;
	margin-right: 13px;
}

.zwgk-bottom {
	height: 438px;
	margin-top: 8px;
}

.zwgk-bottom-left, .zwgk-bottom-center {
	width: 370px;
	float: left;
	height: 438px;
}

.zwgk-bottom-center {
	margin-left: 45px;
}

.zwgk-bottom-right {
	width: 370px;
	float: right;
	height: 438px;
}

.zwgk-bottom-left-top {
	height: 100px;
	background: url("../images/zwgk-flfg_03.png") repeat-x bottom left;
}

.zwgk-bottom-left-top a {
	display: block;
	font-size: 22px;
	color: #333333;
	font-family: "微软雅黑";
	font-weight: bold;
	padding-top: 40px;
	padding-left: 17px;
}

.zwgk-bottom-left-content {
	width: 370px;
	height: 310px;
}

.zwgk-bottom-left-content ul {
	padding-top: 15px;
}

.zwgk-bottom-left-content ul li {
	width: 370px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #c5c5c5;
}

.zwgk-bottom-left-content ul li a {
	font-size: 16px;
	color: #666666;
	font-family: 微软雅黑;
}

.zwgk-bottom-left-content ul li a.on {
	color: #4796f2;
}

.zwgk-bottom-left-content span.on {
	color: #4796f2;
}

.zwgk-bottom-left-content span {
	float: right;
	font-size: 16px;
	color: #999999;
	font-family: 微软雅黑;
}

.zwgk-bottom-left-content em {
	display: inline-block;
	width: 15px;
}
