a {
	color: inherit;
}
a:focus {
	outline: none;
}
#index {
	position: relative;
	width:1400px;
	margin:0 auto;
}
#index .index-date{
	position: absolute;
    right: 110px;
    bottom: 15px;
    z-index: 999;
    color: #ffffff;
	width:120px;
	height:24px;
	line-height:24px;
	overflow:hidden;
	font-size:15px;
	}
#index .banner {
	height: 420px;
	width: 1400px;
	margin: 0 auto;
}
#index .banner img {
	height: 100%;
	overflow: hidden;
}
#index .banner_mob {
	overflow: hidden;
	background-color: #fff;
	position: relative;
}
#index .banner_mob h4 {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 16px;
	bottom: -10px;
	width: 100%;
	padding: 10px;
}
.calendar_tit {
	height: 55px;
	bottom: 0px;
	padding: 0;
	text-align: left;
	background: rgba(0, 0, 0, 0.3);
	width: 1080px;
	z-index: 9;
	position: absolute;
	padding-left: 120px;
	left: 0;
}
.calendar_tit h4 {
	width: 75%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	padding: 10px;
	height: 30px;
	line-height: 30px;
}
.calendar_tit h4 a {
	color: #fff;
	z-index: 9;
	font-size: 16px;
	font-weight: normal;
}
 @media (max-wdith: 996px) {
 .calendar_tit {
 left: 29%;
}
}
.calendar_date {
	display: inline-block;
	bottom: -45px;
	height: 25px;
	padding: 8px 0;
	background-color: #88c0ee;
	font-size: 0px;
	text-align: left;
	width: 71%;
	left: 20%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	z-index: 99999;
}
 @media (min-wdith: 996px) and (max-wdith: 1200px) {
 .calendar_date {
 margin-left: -300px !important;
}
}
 @media (max-wdith: 996px) {
 .calendar_date {
 margin-left: -200px !important;
}
}
.calendar_date li {
	width: 3.23%;
	height: 20px;
	line-height: 20px;
	list-style-type: decimal-leading-zero;
	border: none;
	display: inline-block;
	text-align: center;
}
.calendar_date li span.date_num {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-align: left;
	cursor: pointer;
}
.calendar_date li span.date_num b {
	color: #9ff5ff
}
.calendar_date li span.no_news {
	color: #999;
}
.calendar_date li.active {
	height: 20px;
	top: -1px;
	background-color: transparent;
}
.calendar_date li.active span.date_num {
	font-size: 12px;
	color: #3d8dcd;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
}
.calendar_date li.no_news span {
	color: #666;
}
#icon_left {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/banner_left.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 5%;
	line-height: 45px;
	text-align: center;
}
#icon_right {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/banner_right.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 5%;
	font-size: 20px;
	line-height: 45px;
	text-align: center;
}
.banner .container {
	position: relative;
}
.banner .container .calendar-container {
	position: absolute;
	width: 100%;
	height: 420px;
	margin-left: -15px;
	margin-right: -15px;
}
.banner .container .calendar-container .right {
	right: 0;
	margin-left: 0;
	z-index: 998;
}
.banner .container .calendar-container .calendar_date {
	position: relative;
	left: 0;
	top: 0;
	margin-top: 420px;
	padding: 8px 1% 2px;
	width: 98%;
}
.banner .container .calendar-container .right {
	right: 0;
}
#calendar_arrow {
	position: relative;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	line-height: 55px
}
#calendar_arrow a.prev, #calendar_arrow a.next {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	display: block
}
#calendar_arrow a.prev {
	background: url(../images/month_prev.png) no-repeat center;
	left: 5px
}
#calendar_arrow a.next {
	background: url(../images/month_next.png) no-repeat center;
	right: 5px
}
.calendar .right, .calendar-container .right {
	z-index: 99;
	position: absolute;
	height: 100%;
	width: 110px;
	padding: 10px 20px;
	background-color: #88c0ee;
	color: #fff;
	text-align: center;
	height: 35px;
	line-height: 35px;
	bottom: 0px;
	right: 20%;
	margin-left: -150px;
}
.calendar .right span.month, .calendar-container .right span.month {
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}
.calendar-container .right span.month .mon_num {
	font-weight: 700;
}
.calendar .left, .calendar-container .left {
	z-index: 99;
	position: absolute;
	left: 0%;
	bottom: 0px;
}
.calendar .left .arrowbox, .calendar-container .left .arrowbox {
	width: 240px;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 0;
}
.calendar .left .arrowbox .backwards, .calendar-container .left .arrowbox .backwards {
	cursor: pointer;
	color: #fff;
	display: inline-block;
	background: url(../images/back.png) no-repeat;
	background-position: center;
	background-color: #88c0ee;
	width: 120px;
	height: 55px;
}
.calendar .left .arrowbox .forwards, .calendar-container .left .arrowbox .forwards {
	width: 120px;
	cursor: pointer;
	color: #fff;
	margin: 0;
	display: inline-block;
	background-color: #88c0ee;
	background-position: center;
	height: 55px;
}
.calendar .left .arrowbox span.active, .calendar-container .right .arrowbox span.active {
	background-color: #004f8e;
}
.calendar .main, .calendar-container .main {
	padding: 0;
	margin: 0;
}
.calendar .main .top, .calendar-container .main .top {
	height: 55px;
}
.calendar .main .top h4.title, .calendar-container .main .top h4.title {
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	padding: 15px;
}
.calendar .main .top h4.title a, .calendar-container .main .top h4.title a {
	color: #fff;
}
.calendar .main .top .arrowbox, .calendar-container .main .top .arrowbox {
	width: 20%;
	padding: 0;
	height: 100%;
	margin: 0;
	font-size: 0;
}
.calendar .main .top .arrowbox .backward, .calendar-container .main .top .arrowbox .backward {
	cursor: pointer;
	width: 50%;
	color: #fff;
	height: 100%;
	display: inline-block;
	background-position: center;
	background-color: #2677b8;
}
.calendar .main .top .arrowbox .forward, .calendar-container .main .top .arrowbox .forward {
	cursor: pointer;
	width: 50%;
	color: #fff;
	margin: 0;
	height: 100%;
	display: inline-block;
	background-color: #2677b8;
	background-position: center;
}
.calendar .main .top .arrowbox span.active, .calendar-container .main .top .arrowbox span.active {
	background-color: #004f8e;
}
.calendar .main .bottom, .calendar-container .main .bottom {
	height: 45px;
	padding: 10px;
	padding-left: 18px;
	background-color: #4a4a4a;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0px;
	width: 100%;
}
.calendar .main .bottom a, .calendar-container .main .bottom a {
	display: inline-block;
	height: 100%;
	font-size: 12px;
	color: #ccc;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	width: 3.2%;
}
.calendar .main .bottom a.active, .calendar-container .main .bottom a.active {
	color: #fff;
}
.btnbox {
	float: right;
	position: relative;
	width: 70px;
}
.btnbox .carousel-control-left {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #ccc;
	font-size: 14px;
	font-weight: 100;
	line-height: 24px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 22px;
	background-position: center;
	cursor: pointer;
	position: absolute;
}
.btnbox .carousel-control-right {
	margin-left: 5px;
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #ccc;
	font-size: 14px;
	font-weight: 100;
	line-height: 24px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 22px;
	background-position: center;
	cursor: pointer;
}
.carousel-inner .banner_item {
	height: 520px;
}
.carousel-inner .banner_item img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.newsbox {
	display: none;
	height: 420px;
	background-size: 100% 420px;
	overflow: hidden;
}
.newsbox .container {
	height: 100%;
}
html, body {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei", "Hiragino Sans GB", SimHei, Arial, Helvetica, sans-serif;
	background: url(../images/index_body_bg.jpg) center top no-repeat #FFFFFF;
	font-size: 14px;
	color: #222;
	min-width: 1200px;
}
.list_body {
	background: url(../images/list_body_bg.jpg) center top no-repeat #FFFFFF !important;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
ul, li, i {
	list-style: none;
	margin: 0;
	padding: 0;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.martop10 {
	margin-top: 10px !important;
}
.martop20 {
	margin-top: 20px !important;
}
.martopbot23 {
	margin-top: 23px !important;
	margin-bottom: 23px !important;
}
.nomaright {
	margin-right: 0 !important;
}
.clear {
	clear: both;
}
.w585 {
	width: 585px;
}
.w890 {
	width: 890px;
}
.w265 {
	width: 265px;
}
.w300 {
	width: 300px!important;
}
/*头部*/

.top {
	width: 100%;
	height: 40px;
	background: #bc3b36;
}
.con {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.con2 {
	width: 1200px;
	margin: 0 auto;
}
.head {
	position: relative;
}
.fangke {
	width: 400px;
}
.fangke ul li {
	float: left;
	line-height: 40px;
	padding-right: 20px;
	padding-left: 23px;
}
.fangke ul li a {
	color: #FFFFFF;
	font-size: 14px;
}
.fangke ul li.bg_01 {
	background: url(../images/header_icon_1.png) no-repeat left center;
}
.fangke ul li.bg_02 {
	background: url(../images/header_icon_2.png) no-repeat left center;
}
.fangke ul li.bg_03 {
	background: url(../images/header_icon_3.png) no-repeat left center;
}
.fangke ul li.bg_04 {
	background: url(../images/header_icon_4.png) no-repeat left center;
}
.fangke ul li.bg_05 {
	background: url(../images/header_icon_5.png) no-repeat left center;
}
.top_link {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}
.top_link ul li {
	float: left;
	line-height: 40px;
	padding-right: 15px;
	padding-left: 0;
}
.top_link ul li a {
	color: #FFFFFF;
	padding: 0 5px;
}
/*搜索框*/

.search {
	width: 250px;
	height: 30px;
	display: none;
	position: absolute;
	right: -0px;
	z-index: 10;
	/*background-color: rgba(188, 59, 54, 0.8)!important;
	filter: Alpha(opacity=80);*/
	background: #bc3b36;
	text-align: left;
	padding: 10px 10px;
}
.search_but {
	position: relative;
	display: block;
}
.search input {
	vertical-align: top;
}
.search .text {
	width: 190px;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	background: #e8e8e8;
	color: #333333;
}
.search .sub {
	width: 45px;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	font-size: 12px;
	background: #5c0300;
	color: #FFFFFF;
}
/*搜索框结束*/

.logo {
	width: 380px;
	height: 80px;
	padding-top: 20px;
}
.logo img {
	max-width: 100%;
}
/*导航*/

.menu {
	margin-top: 20px;
}
.navigation-up {
	height: 59px;
	border-bottom: 1px solid #8cc1ed;
}
.navigation-up .navigation-v3 {
	float: left;
}
.navigation-up .navigation-v3 ul {
	float: left
}
.navigation-up .navigation-v3 li {
	float: left;
	font: normal 16px/59px "microsoft yahei";
	color: #fff
}
.navigation-up .navigation-v3 .nav-up-selected {
	background: url(../images/nav_on.png) no-repeat center bottom
}
.navigation-up .navigation-v3 li h2 {
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 15px;
}
.navigation-up .navigation-v3 li h2 a {
	padding: 0 15px;
	color: #2269a3;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-family: "microsoft yahei"
}
.navigation-up .navigation-v3 li h2 a:hover {
	background: #478ac1;
	color: #FFFFFF;
}
.navigation-down {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	z-index: 999;
}
.navigation-down .nav-down-menu {
	width: 100%;
	margin: 0;
	background: url(../images/nav_xiabg.png);
	position: absolute;
	top: 0px
}
.navigation-down .nav-down-menu .navigation-down-inner {
	margin: auto;
	width: 1200px;
	position: relative
}
.navigation-down .nav-down-menu dl {
	float: left;
}
.navigation-down .menu-1 dl {
	margin: 40px 0px
}
.navigation-down .menu-1 dl.zst {
	width: 300px;
	padding: 0 20px;
}
.navigation-down .menu-1 dl.nav_2 {
	width: 300px;
}
.navigation-down .menu-1 dl.nav_3 {
	width: 350px;
}
.navigation-down .menu-1 dl.nav_4 {
	width: 500px;
}
.navigation-down .menu-1 dl.zhaiyao {
	width: 500px;
	border-left: 1px solid #bebebe;
	padding-left: 50px;
	color: #00294b;
	min-height: 140px;
	overflow: hidden;
	text-indent: 2em;
	line-height: 180%;
}
.navigation-down .menu-1 dt {
	font: normal 16px "microsoft yahei";
	color: #61789e;
	padding-bottom: 10px;
	border-bottom: 1px solid #61789e;
	margin-bottom: 10px
}
.navigation-down .menu-1 dd {
	float: left;
	width: 50%;
}
.navigation-down .menu-1 .nav_3 dd, .navigation-down .menu-1 .nav_4 dd {
	float: left;
	width: 33.3%;
}
.navigation-down .menu-1 dd a {
	color: #478ac1;
	font: normal 14px/30px "microsoft yahei"
}
.navigation-down .menu-1 dd a:hover {
	color: #555555;
	font-weight: bold;
}
.navigation-down .menu-2 dd a, .navigation-down .menu-3 dd a {
	color: #fff;
	font: normal 16px "microsoft yahei"
}
/*中间内容开始*/

.index_title {
	height: 40px;
	font-size: 22px;
	color: #444444;
	line-height: 40px;
	padding-bottom: 20px;
}
.index_title i {
	padding-right: 10px;
}
.index_title span.more {
	float: right;
}
/*新闻左侧*/

.main_1_left {
	width: 785px;
}
.index_box .pic ul li {
	float: left;
	width: 370px;
	height: 277px;
	margin-right: 20px;
}
.index_box .pic ul li a.txt {
	display: block;
	border: 1px solid #e3e2e2;
	border-top: none;
	padding: 8px 12px;
	line-height: 22px;
	height: 44px;
	font-size: 16px;
}
.index_box .pic ul li:hover a.txt {
	border: 1px solid #478ac1;
	border-top: none;
}
.index_box .list ul {
	padding: 10px 0;
}
.index_box .list ul li {
	float: left;
	width: 350px;
	margin-right: 20px;
	height: 33px;
	line-height: 25px;
	background: url(../images/icon_dian_2.png) no-repeat left 11px;
	padding-left: 20px;
}
.index_box .list ul li a {
	color: #3b3b3b;
}
.index_box .list ul li a:hover {
	color: #23527c;
}
/*新闻右侧*/

.main_1_right {
	width: 400px;
}
.tzgg_list ul li {
	height: 40px;
	line-height: 20px;
	margin-bottom: 12px;
}
.tzgg_list ul li span.date {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	background: #eff1f2;
	text-align: center;
	width: 45px;
	font-size: 12px;
	margin-right: 15px;
	color: #999999;
}
.tzgg_list ul li a {
	display: block;
}
.tzgg_list ul li:hover span.date {
	background: #bc3b36;
	color: #FFFFFF;
}
.index_line {
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e2e2;
	margin-bottom: 10px;
}
/*媒体看深职滚动*/

.txtScroll-top {
	overflow: hidden;
	position: relative;
}
.txtScroll-top .hd {
	overflow: hidden;
	height: 30px;
	padding: 5px 0px;
	font-size: 22px;
	color: #444444;
}
.txtScroll-top .hd i {
	padding-right: 10px;
}
.txtScroll-top .hd .prev, .txtScroll-top .hd .next {
	display: block;
	width: 15px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/gundong_down.png) no-repeat;
}
.txtScroll-top .hd .next {
	background: url(../images/gundong_top.png) no-repeat;
}
.txtScroll-top .bd {
	padding: 5px 0;
	height: 120px;
	overflow: hidden;
}
.txtScroll-top .infoList li {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #e7e7e7;
	background: url(../images/icon_dian.png) no-repeat 5px center;
	padding-left: 20px;
}
.txtScroll-top .infoList li .date {
	float: right;
	color: #999;
}
/*媒体看深职滚动结束*/


/*快速通道*/

.links {
	background: url(../images/tit_kstd.png) no-repeat left center;
	height: 100px;
}
/*快速通道结束*/


/*底部*/

.footer {
	background: url(../images/foot_bg.jpg) no-repeat top center;
	height: 280px;
	margin: 30px auto 0;
}
/*友情链接*/

.yqlink_left {
	background: url(../images/tit_link.png) no-repeat left center;
	margin: 20px 0;
	padding-left: 120px;
	height: 30px;
	width: 700px;
}
.yqlink_left a {
	padding-right: 15px;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 13px;
}
.yqlink_left a:hover {
	color: #c6f5ff;
}
/*底部logo*/

.foot-logo {
	width: 220px;
	padding: 30px 20px 40px 50px;
	border-right: 1px solid #d2e7f8;
}
/*地址*/

.add {
	width: 400px;
	margin-left: 30px;
	color: #FFFFFF;
	font-size: 13px;
}
.add p {
	color: #FFFFFF;
	line-height: 22px;
}
/*二维码*/

.ewm {
	width: 300px;
	text-align: center;
}
.ewm span {
	text-align: center;
	display: block;
	float: left;
	padding: 0 20px;
	color: #FFFFFF;
}
/*版权*/

.copyright {
	line-height: 50px;
	text-align: center;
	font-size: 13px;
	color: #a4a4a4;
}
.back {
	position: relative;
}
.to-top {
	display: none;
	padding: 5px;
	color: #a4a4a4;
}
.to-top img {
	padding: 0 10px;
}
/*下拉链接*/

.yqlink_right {
	margin-top: 20px;
	width: 370px;
}
#nav {
	display: block;
	height: 30px;
	line-height: 30px;
	float: right;
}
#nav .mainlevel {
	float: left;
	height: 30px;
	margin-left: 22px;
	color: #FFFFFF;
	position: relative;
}
#nav .mainlevel:hover {
}
#nav .mainlevel:hover a {
	color: #00339e;
}
#nav .mainlevel a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	display: block;
	text-align: left;
	font-size: 13px;
	font-family: 'Microsoft YaHei';
	height: 30px;
}
#nav .mainlevel a span {
	padding-right: 10px;
	vertical-align: middle;
}
#nav .mainlevel a span img {
	vertical-align: middle;
	margin-top: -5px;
}
#nav li.mainlevel a:hover {
	color: #00339e;
}
#nav .mainlevel a.cur {
}
#nav .mainlevel ul {
	display: none;
	position: absolute;
	z-index: 99;
	padding: 10px;
	width: 420px;
	right: 0;
	top: 30px;
	background-color: rgba(0, 51, 153, 0.9)!important;
	filter: Alpha(opacity=90);
	background: #003399;
}
#nav .mainlevel li {
	float: left;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	width: 33%;
	border-bottom: 1px solid #155dc1;
	overflow: hidden;
}
#nav .mainlevel li a {
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF!important;
	text-align: center;
	padding: 0;
}
#nav .mainlevel li a:hover {
	color: #FFFFFF !important;
	font-weight: normal;
	background: #1049bd;
}
/*底部结束*/


/*------------- 图片放大效果伴随蒙版文字出现 开始 ------------------------------*/

.con-six a.img {
	width: 370px;
	height: 210px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: block;
}
.conimg-two {
	width: 370px;
	height: 210px;
}
.txt-six {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	padding-top: 60px;
	line-height: 45px;
	text-align: left;
	color: #fff;
	background: url(../images/index_box_bg_on.png) repeat-x bottom;
	display: none;
}
.txt-six p {
	padding: 100px 10px 10px;
	font-size: 14px;
	display: block;
	line-height: 20px;
	text-indent: 2em;
}
/*------------- 图片放大效果伴随蒙版文字出现 结束------------------------------*/


/*特色tab切换*/

.slideTxtBox {
	text-align: left;
}
.slideTxtBox .hd {
	height: 80px;
	line-height: 80px;
	padding: 0px 10px 0px 20px;
	position: relative;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 50%;
	top: 15px;
	height: 40px;
	margin-left: -415px;
}
.slideTxtBox .hd ul li {
	float: left;
	padding: 0 35px 0 45px;
	cursor: pointer;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
}
.slideTxtBox .hd ul li.on {
	color: #b22923;
}
.slideTxtBox .hd ul li.on a {
	color: #b22923;
}
.slideTxtBox .hd ul li[name='one'] {
	background: url(../images/tab_icon_01.png) no-repeat left center;
}
.slideTxtBox .hd ul li.on[name='one'] {
	background: url(../images/tab_icon_01_on.png) no-repeat left center;
}
.slideTxtBox .hd ul li[name='two'] {
	background: url(../images/tab_icon_02.png) no-repeat left center;
}
.slideTxtBox .hd ul li.on[name='two'] {
	background: url(../images/tab_icon_02_on.png) no-repeat left center;
}
.slideTxtBox .hd ul li[name='thr'] {
	background: url(../images/tab_icon_03.png) no-repeat left center;
}
.slideTxtBox .hd ul li.on[name='thr'] {
	background: url(../images/tab_icon_03_on.png) no-repeat left center;
}
.slideTxtBox .hd ul li em {
	padding: 0 10px;
}
.slideTxtBox .hd ul li .en {
	color: #999999;
	font-size: 14px;
	font-family: Arial;
}
.slideTxtBox .bd {
	padding: 5px 0;
	height: 590px;/*overflow: hidden;*/
}
.slideTxtBox .bd ul {
	zoom: 1;
}
.slideTxtBox .bd li {
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
}
.slideTxtBox .bd li.bg-3 {
	background: #7bb0dc;
}
.slideTxtBox .bd li.bg-4 {
	background: #79cac4;
}
.slideTxtBox .bd li.bg-5 {
	background: #e4bf72;
}
.slideTxtBox .bd li.bg-6 {
	background: #88c0ee;
}
.slideTxtBox .bd li .txt .more {
	text-align: right;
	display: block;
}
.slideTxtBox .bd li[name='one'] {
	width: 897px;
	height: 338px;
}
.slideTxtBox .bd li[name='one'] .img {
	float: left;
	width: 603px;
	height: 338px;
	overflow: hidden
}
.slideTxtBox .bd li[name='one'] .img img {
	width: 603px;
	height: auto;
}
.slideTxtBox .bd li[name='one'] .txt {
	float: left;
	width: 254px;
	height: 298px;
	padding: 20px;
	background: #88c0ee;
}
.slideTxtBox .bd li[name='one'] .txt .tit {
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}
.slideTxtBox .bd li[name='one'] .txt .zhaiyao {
	text-indent: 2em;
	padding: 20px 0;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
}
.slideTxtBox .bd li[name='two'] {
	width: 290px;
	height: 338px;
	background: #b4b3f6;
}
.slideTxtBox .bd li[name='two'] .img {
	float: left;
	width: 290px;
	height: 165px;
}
.slideTxtBox .bd li[name='two'] .img img {
	width: 290px;
	height: 165px;
}
.slideTxtBox .bd li[name='two'] .txt {
	float: left;
	width: 250px;
	padding: 10px 20px;
}
.slideTxtBox .bd li[name='two'] .txt .tit {
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}
.slideTxtBox .bd li[name='two'] .txt .xiaoxun {
	padding-top: 15px;
	text-align: center;
}
.slideTxtBox .bd li[name='other'] {
	width: 290px;
	height: 230px;
}
.slideTxtBox .bd li[name='other'] .img {
	float: left;
	width: 290px;
	height: 165px;
}
.slideTxtBox .bd li[name='other'] .img img {
	width: 290px;
	height: 165px;
}
.slideTxtBox .bd li[name='other'] .txt {
	float: left;
	width: 250px;
	padding: 8px 20px;
}
.slideTxtBox .bd li[name='other'] .txt .tit {
	font-size: 15px;
	line-height: 24px;
	color: #FFFFFF;
}
.slideTxtBox .bd li[name='other'] .txt .zhaiyao {
	text-indent: 2em;
	padding: 20px 0 0px;
	line-height: 24px;
	font-size: 12px;
	color: #FFFFFF;
}
.slideTxtBox .infoList li {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #e7e7e7;
	background: url(../images/icon_dian.png) no-repeat 5px center;
	padding-left: 20px;
}
.slideTxtBox .bd li {
	height: 24px;
	line-height: 24px;
}
.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}
/*特色tab切换结束*/


/*快速通道滚动*/

.picScroll-left {
	width: 1000px;
	position: relative;
	margin-left: 165px;
}
.picScroll-left .hd {
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 11px;
	height: 25px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.picScroll-left .hd .prev {
	background: url(../images/link_left.png) no-repeat;
	left: -30px;
	top: 30px;
}
.picScroll-left .hd .next {
	background: url(../images/link_right.png) no-repeat;
	right: -30px;
	top: 30px;
}
.picScroll-left .hd .prevStop {
	background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
}
.picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.picScroll-left .bd {
	padding: 0px;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 23px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
	padding-top: 5px;
}
.picScroll-left .bd ul li .pic a {
	width: 65px;
	height: 65px;
	display: block;
}
.picScroll-left .bd ul li .title {
	width: 65px;
	line-height: 24px;
	padding-top: 6px;
}
/*快速通道滚动结束*/


/*鼠标悬停特效*/

.hover-border {
	display: inline-block;
	position: absolute;
	z-index: 100
}
.left-right-border {
	height: 0;
}
.left-border {
	left: 0px;
}
.right-border {
	right: 0px;
	bottom: 0px;
}
.left-right-top-bottom-border {
	width: 0;
}
.left-top-border {
	right: 50%;
	top: 0px;
}
.left-bottom-border {
	left: 0px;
	bottom: 0px;
}
.right-top-border {
	right: 0px;
	top: 0px;
}
.right-bottom-border {
	left: 50%;
	bottom: 0px;
}
/*鼠标悬停特效结束*/


/*新闻中心开始*/


/*tab切换*/

.hasMoreTab {
	font-family: Microsoft YaHei;
}
.hasMoreTab .hd {
	line-height: 70px;
	height: 70px;
	background: url(../images/news_tit_1.png) no-repeat left center;
	position: relative;
	padding-right: 0px;
	padding-left: 15px;
}
.hasMoreTab .hd .more {
	float: right;
}
.hasMoreTab .hd ul {
	z-index: 5;
	position: absolute;
	height: 70px;
	overflow: hidden;
	zoom: 1;
}
.hasMoreTab .hd li {
	float: left;
	padding: 0 20px;
	cursor: pointer;
	margin-left: -1px;
	color: #494949;
	font-size: 22px;
}
.hasMoreTab .hd li.last {
	background: url(../images/tab_icon_fg.png) no-repeat left center;
	padding-left: 25px;
}
.hasMoreTab .hd li.on {
	height: 70px;
	line-height: 70px;
	border-top: 0;
	color: #b22825;
}
.hasMoreTab .bd {
	clear: both;
	position: relative;
}
.hasMoreTab .bd ul li {
	float: left;
	width: 228px;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #f0f0f0;
	height: 186px;
	overflow: hidden;
	position: relative
}
.hasMoreTab .bd ul li:hover {
	background: #b22923;
}
.hasMoreTab .bd ul li a {
	color: #222222;
}
.hasMoreTab .bd ul li:hover a {
	color: #ffffff;
}
.hasMoreTab .bd ul li .img {
	float: left;
	width: 228px;
	height: 130px;
}
.hasMoreTab .bd ul li .img img {
	width: 100%;
	height: 100%;
}
.hasMoreTab .bd ul li .txt {
	float: left;
	width: 200px;
	padding: 8px 14px;
}
.hasMoreTab .bd ul li .txt .zhaiyao {
	font-size: 13px;
	color: #666666;
	padding: 8px 0
}
.hasMoreTab .bd ul li:hover .txt .zhaiyao {
	color: #e7706b
}
.hasMoreTab .bd ul li .txt .more {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 12px
}
.hasMoreTab .bd ul a {
	color: #3E78B3;
}
/*文章列表*/
.main .new_box .title1{
	background: url(../images/ds100.png) no-repeat left center; padding-left:70px;}
.new_box .title {
	background: url(../images/news_tit_1.png) no-repeat left center;
	padding-left: 35px;
	height: 50px;
	line-height: 50px;
	margin: 10px 0;
	font-size: 22px; font-weight:bold;
}

.new_box .title .more {
	float: right;
}
.new_box .bor {
	border-bottom: 1px solid #d9d9d9;
	background: none;
	padding-left: 0px;
}
.new_box .title .text {
	float: left;
	display: block;
	border-bottom: 2px solid #b22923;
	padding: 0 8px;
	margin-top: -1px;
	font-weight: bold;
	color: #333333;
}
.new_box .title .dqwz {
	float: right;
	color: #888888;
	font-size: 14px;
	background: url(../images/list_dqwz.png) no-repeat left center;
	padding-left: 20px;
}
.new_box .title .dqwz a {
	color: #888888;
}
.new_box .pic a {
	width: 188px;
	height: 105px;
	display: block;
	float: left;
	margin-right: 10px;
}
.new_box .pic img {
	width: 100%;
	height: 100%;
}
.new_box .pic2 a {
	width: 188px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 5px;
	background: url(../images/list_pic2_bg.png) top repeat-x;
	margin-right: 10px;
}
.new_box .pic2 img {
	width: 175px;
	height: 223px;
}
.new_box .list ul {
	padding: 10px 0;
}
.new_box .list ul li {
	background: url(../images/icon_dian.png) no-repeat 5px center;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_box .list ul li .date {
	float: right;
	padding: 0 5px;
	color: #b0b0b0;
}
.new_box .list .fanye {
	padding: 10px;
}
/*二级页面*/
/*listbanner*/
.list_banner {
	width: 1400px;
	height: 300px;
	margin: 0 auto;
	position: relative;
}
.list_banner img {
	width: 100%;
	height: 100%;
}
.list_banner .list_lanmu {
	position: absolute;
	bottom: 0;
	left: 100px;
	width: 240px;
	height: 50px;
	padding: 10px 0px 10px 25px;
	line-height: 40px;
	background: url(../images/list_lanmu_bg.png);
	font-size: 22px;
	color: #feffff;
}
.list_banner .page_lanmu {
	position: absolute;
	bottom: 0;
	right: 99px;
	width: 240px;
	height: 50px;
	padding: 10px 0px 10px 25px;
	line-height: 40px;
	background: url(../images/list_lanmu_bg.png);
	font-size: 22px;
	color: #feffff;
}
.list_nav {
	background: url(../images/list_nav_logo.png) no-repeat bottom right #f2f3f5;
	width: 265px;
	padding-bottom: 260px;
}
/*手风琴导航*/
.navMenu> li {
	background: url(../images/icon_dian_2.png) no-repeat 10px 20px;
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
}
.navMenu> li.open {
	background: url(../images/icon_dian_3.png) no-repeat 10px 20px #FFFFFF;
}
.navMenu>li>a {
	display: block;
	overflow: hidden;
	padding-left: 30px;
	line-height: 40px;
	color: #3b3b3b;
	transition: all .3s;
	position: relative;
	text-decoration: none;
	font-size: 17px;
	border-top: 1px solid #d8d9da;
}
.navMenu > li:nth-of-type(1)> a {
	border-top: 1px solid transparent;
}
.navMenu > li:last-child > a {
	border-bottom: 1px solid transparent;
}
.navMenu>li>a>i {
	font-size: 20px;
	float: left;
	font-style: normal;
	margin: 0 5px;
}
.navMenu li a .arrow:before {
	display: block;
	float: right;
	margin-top: 1px;
	margin-right: 15px;
	display: inline;
	font-size: 16px;
	font-family: FontAwesome;
	height: auto;
	content: "\f105";
	font-weight: 300;
	text-shadow: none;
}
.navMenu li a .arrow.open:before {
	float: right;
	margin-top: 1px;
	margin-right: 15px;
	display: inline;
	font-family: FontAwesome;
	height: auto;
	font-size: 16px;
	content: "\f107";
	font-weight: 300;
	text-shadow: none;
}
.navMenu>li>a.active, .navMenu>li>a:hover {
	color: #ffffff;
	background: url(../images/list_lanmu_bg.png);
}
.navMenu>li>ul.sub-menu, .navMenu>li>ul.sub-menu>li>ul.sub-menu {
	display: none;
	list-style: none;
	clear: both;
	margin: 8px 0px 0px 10px;
	padding-bottom: 5px;
}
.navMenu>li.active > ul.sub-menu, .navMenu>li>ul.sub-menu>li.active >ul.sub-menu {
}
.navMenu>li>ul.sub-menu li {
	background: none;
	margin: 0px;
	padding: 0px;
}
.navMenu>li>ul.sub-menu li>a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	padding-left: 20px;
	color: #787b7d;
	clear: both;
}
.navMenu>li>ul.sub-menu li>a.active, .navMenu>li>ul.sub-menu li>a:hover, .navMenu>li>ul.sub-menu>li.active >a {
	color: #FFF;
	background: url(../images/list_lanmu_bg.png);
}
.icon_1:before {
	content: "\f0ac";
}
.icon_2:before {
	content: "\f0ac";
}
.icon_3:before {
	content: "\f0ac";
}
.page_nav ul {
	margin: 0 !important;
}
.nav_3 ul {
	padding: 10px
}
.nav_3 ul li {
	float: left;
}
.nav_3 ul li a {
	display: block;
	color: #2269a3;
	font-size: 16px;
	padding: 3px 12px;
	border-bottom: 1px solid #2269a3;
	height: 35px;
	line-height: 35px;
}
.nav_3 ul li a:hover, .nav_3 ul li a.cur {
	color: #ffffff;
	background: #2269a3;
}
.type {
	padding: 30px 20px 0;
}
.type .tit {
	background: url(../images/list_tit_1.png) no-repeat left center;
	padding-left: 200px;
	font-size: 20px;
	color: #478ac1;
	width: 227px;
	margin: 0 auto;
	height: 36px;
}
.type .type_list ul {
	padding: 15px 0;
}
.type .type_list ul li {
	width: 25%;
	float: left;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.type .type_list ul li a {
	background: url(../images/icon_dian_4.png) no-repeat left center;
	padding: 0 10px 0 20px;
	color: #444444;
}
.type .type_list ul li a:hover {
	background: url(../images/icon_dian_5.png) no-repeat left center;
	color: #b22923
}
/*内容页*/
.page_left, .page_right {
	margin-top: 25px;
	position: relative;
}
.page_left .page_dqwz {
	color: #888888;
	font-size: 14px;
	background: url(../images/list_dqwz.png) no-repeat left center;
	padding-left: 20px;
}
.page_left .page_title h1 {
	color: #2b6b9f;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0.25em;
}
.page_left .page_title h2 {
	color: #19507d;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 0.25em;
}
.page_left .page_title .date {
	display: block;
	padding: 8px 0;
	line-height: 24px;
	font-size: 13px;
	color: #999;
}
.page_left .page_title hr {
	height: 1px;
	color: #ccc;
	border: none;
	border-top: 1px solid #ccc;
	margin-top: 25px;
	margin-bottom: 20px;
}
.article {
	font-size: 16px;
	line-height: 1.75em;
	color: #333;
	padding-bottom: 80px;
	word-break: break-word;
}
.article p {
	padding: 0.75em 0;
	/*text-indent: 2em;*/
	line-height: 200%!important;
}
.fujian {
	border-top: 1px solid #dddddd;
	margin: 15px 0;
}
.fujian ul li {
	font-size: 14px;
	line-height: 200%
}
.fenxiang {
	width: 80px;
	position: fixed;
	margin-left: -100px;
	margin-top: 100px;
}
.fenxiang .ushare li {
	display: block;
	line-height: 30px;
	color: #888;
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
}
.fenxiang .ushare li a {
	color: #888;
	display: block;
	zoom: 1;
}
.fenxiang .ushare li b {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
}
.fenxiang .ushare span {
	display: block;
	position: relative;
	z-index: -1;
}
.fenxiang .ushare .bdshare-button-style0-16 a {
	float: none;
	font-size: 14px;
	padding-left: 0;
	line-height: 30px;
	padding-top: 40px;
	background-image: none;
	cursor: pointer;
	margin: 0;
	position: relative;
	z-index: 1;
	top: -40px;
	height: 0;
}
/*内容页右侧图说深职*/
.focusBox {
	position: relative;
	width: 265px;
	height: 150px;
	overflow: hidden;
	text-align: left;
}
.focusBox .pic img {
	width: 265px;
	height: 150px;
	display: block;
}
.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #478ac1;
	filter: alpha(opacity=80);
	opacity: 0.8;
	overflow: hidden;
}
.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}
.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}
.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 14px;
	text-decoration: none;
}
.focusBox .prev,  .focusBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.focusBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.focusBox .prev:hover,  .focusBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.focusBox .prevStop {
	display: none;
}
.focusBox .nextStop {
	display: none;
}
/*相关新闻*/
.new_box .xg_list ul {
	padding: 10px 0;
}
.new_box .xg_list ul li {
	background: url(../images/icon_dian.png) no-repeat 5px 26px;
	line-height: 24px;
	padding: 15px 0px 10px 20px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 14px;
}
.new_box .xg_list ul li .date {
	float: right;
	padding: 0 5px;
	color: #b0b0b0;
}
/*图片翻页列表*/
.list_pic ul {
	padding: 10px 0;
}
.list_pic ul li {
	float: left;
	width: 280px;
	margin-right: 25px;
	margin-bottom: 25px;
	background: #7bb0dc;
}
.list_pic ul li:hover {
	background: #b22923;
}
.list_pic ul li a {
	color: #FFFFFF;
}
.list_pic ul li .img {
	float: left;
	width: 280px;
	height: 160px;
}
.list_pic ul li .img img {
	width: 100%;
	height: 100%;
}
.list_pic ul li .txt {
	float: left;
	width: 250px;
	padding: 8px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
}
.list_pic ul a {
	color: #3E78B3;
}
.xg_list td {
	vertical-align: top;
	padding: 15px 0 15px 0;
	line-height: 24px;
	border-bottom: 1px solid #dddddd
}
.xg_list span.leaderfont199388 {
	background: url(../images/icon_dian_2.png) no-repeat left 6px;
	padding-left: 12px
}
.xysz_con {
	background: url(../images/jigou.png) no-repeat center top;
	width: 600px;
	height: 600px;
	margin: 40px auto;
	position: relative
}
.xysz_con .xueyuan {
	position: absolute;
	width: 200px;
}
.xysz_con .xueyuan ul li {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #333
}
.xysz_con .xueyuan ul li a {
	color: #333
}
.xysz_con .lxd {
	top: 100px;
	left: 50px;
	text-align: right
}
.xysz_con .xlh {
	top: 100px;
	right: 55px;
	text-align: left
}
.xysz_con .fhs {
	top: 490px;
	left: 50px;
	text-align: right
}
.xysz_con .gls {
	top: 450px;
	right: 55px;
	text-align: left
}
 @media (max-width: 1400px) {
#index .banner {
	width: 1200px;
	height: 360px
}
#index{
	width: 1200px;
}
#index .index-date{
	right:10px;
	}
#index .banner .carousel {
	height: 360px !important
}
#index .banner .newsbox {
	height: 360px !important;
	background-size: 100% 360px!important;
}
.banner .container .calendar-container {
	height: 360px !important
}
.banner .container .calendar-container .calendar_date {
	margin-top: 360px !important;
}
.list_banner {
	width: 1200px;
	height: 257px;
	margin: 0 auto;
	position: relative;
}
.list_banner .list_lanmu {
	left: 0 !important
}
.list_banner .page_lanmu {
	right: 0 !important
}
#vsb_content_1001{
    overflow: auto;
}