﻿.container{
	width: 1150px;	
	margin: 0 auto;
}

/*头部*/
#weather a{
	color: #5ca1c3;
	line-height: 32px;
}
.header{
	width: 100%;
	height: 32px;
	background: #004b70;
}
.search{
	width: 200px;
	height: 32px;
	background: #03618f;
}
.search input{
	width: 149px;
	padding-left: 13px;
    height: 30px;
    line-height: 30px;
    outline: none;
    border: none;
    color: #4d9dc5;
    background: transparent;
}
.search-btn{
	display: block;
	width: 30px;
	height: 17px;
	margin: 8px 5px 8px 0;
	background: url(../images/search.png) center right no-repeat;
	border-left: 1px solid #1092d1;
}
/*栏目导航*/
.nav{
	height: 100px;
}
.nav .logo{
	display: block;
	width: 210px;
	height: 66px;
	margin-top: 22px;
}
.nav .logo img{
	width: 100%;
	height: 100%;
}
.nav-ul .nav-li{
	padding: 0 13px;
	float: left;
	position: relative;
}
.nav-ul .nav-li.on .nav-a{
	color: #004b70;
}
.nav-ul .nav-li .nav-a{
	display: block;
	line-height: 100px;
	color: #353535;
	font-size: 16px;
}
/*二级菜单*/
.subnav{
	display: none;
	position: absolute;
	top: 96px;
	left: 50%;
	margin-left: -65px;
	width: 130px;
	background: #ffffff;
	border-top: 4px solid #004668;
	z-index: 99;
}
.subnav li{
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #eef1f2;
}
.subnav li:hover{
	background: #004668;
	border-bottom: 1px solid #004668;
}
.subnav li a{
	color: #595959;
	font-size: 14px;
}
.subnav li:hover a{
	color: #FFFFFF;
}
/*banner*/
.banner{
	width: 100%;    
	min-width: 1150px;
	height: 510px;
}
.banner img{
	width: 100%;
	height: 510px;
}

.slideBox {
	width: 100%;
	height: 510px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	width: 100%;
	height: 18px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 25px;
	z-index: 1;
	text-align: center;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
	*display:inline;   
	*zoom: 1;
}
.slideBox .hd ul li {
	float: left;
	margin:0 5px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	width: 50px;
	border-radius: 15px;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	height: 510px;
	display: block;
}

/* 通知公告 */

.tzgg {
    width: 100%;
    height: 60px;
    background: #004b70;
}

.tzgg-wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tzgg-wrapper h4 {
    width: 113px;
    color: #B3D34C;
    font-weight: bold;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid rgba(216, 216, 216, 0.2);
    display: inline-block;
    text-align: center;
    line-height: 60px;
	font-size: 18px;
}

.tzgg-wrapper a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding-left: 34px;
    font-size: 18px;
}

.tzgg-wrapper p {
    color: #FFFFFF;
    width: calc(100% - 120px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tzgg-wrapper span {
    color: #ADBED6;
}

.tzgg-swiper {
    width: calc(100% - 113px);
    height: 60px;
}


/*新闻中心*/
.title-p{
	text-align: center;
}
.title-p p.zw{
	color: #393939;
	font-size: 36px;
}
.title-p p.yw{
	color: #bbbec4;
	font-size: 16px;
	position: relative;
}
.title-p p.yw i{
	display: block;
	border-top: 1px solid #c4cfd7;
	position: absolute;
	top: 10px;
	left: 50%;
}
.title-p p.yw span{
	background: #FFFFFF;
	position: relative;
    z-index: 9;
    padding: 0 6px;
}
.xwzx-content .title-p{
	margin-bottom: 40px;
}
.xwzx-content{
	margin-top: 38px;
}
.w540{
	width: 540px;
}
.xwzx-content .picScroll-left {
	overflow: hidden;
	position: relative;
	width: 540px;
	height: 420px;
}

.xwzx-content .picScroll-left .hd {
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 9;
}
.xwzx-content .picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
}
.xwzx-content .picScroll-left .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	border: 1px solid #004b70;
	overflow: hidden;
	cursor: pointer;
	margin: 0 3px;
	font-size: 0;
}
.xwzx-content .picScroll-left .hd ul li.on {
	background: #004b70;
}
.xwzx-content .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.xwzx-content .picScroll-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	height: 420px;
	background: #edf1f4;
}
.xwzx-content .picScroll-left .bd ul li .pic img {
	width: 540px;
	height: 340px;
	display: block;
}
.xwzx-content .picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.xwzx-content .picScroll-left .bd ul li .title {
	line-height: 52px;
}
.xwzx-content .picScroll-left .bd ul li .title a{
	font-size: 18px;
	color: #3d3d3d;
	padding-left: 18px;
}
.w554{
	width: 554px;
}
.xwlb-content .xw-first{
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 22px;
}
.xwlb-content .xw-first .bt{
	color: #2b2b2b;
	font-size: 18px;
}
.xwlb-content .xw-first:hover .bt{
	color: #e73434;
}
.xwlb-content .xw-first .bt span.date{
	color: #373737;
	font-size: 14px;
	margin-right: 20px;
}
.xwlb-content .xw-first .bt span.date i{
	font-style: normal;
	font-size: 22px
}
.xwlb-content .xw-first .gdtz-btn{
	display: inline-block;
	width: 80px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #ff6e04;
	color: #ffffff;
	border-radius: 15px;
	margin-right: 26px;
}
.xwlb-content .xw-first .nr{
	color: #696969;
	margin-top: 12px;
}
.xwlb-content .xw-list {
	margin-top: 20px;
	height: 76px;
}
.xwlb-content .xw-list .pic{
	width: 110px;
	height: 76px;
}
.xwlb-content .xw-list .pic img{
	width: 100%;
	height: 100%;
}
.xwlb-content .xw-list .text{
	margin-left: 15px;
	width: 332px;
}
.xwlb-content .xw-list .text .bt{
	color: #373737;
	font-size: 16px;
	margin-top: 3px;
}
.xwlb-content .xw-list .text .nr{
	color: #777777;
	margin-top: 20px;
}
.xwlb-content .xw-list .date{
	padding-top: 16px;
}
.xwlb-content .xw-list .date .day{
	color: #000000;
	font-size: 26px;
}
.xwlb-content .xw-list .date .months{
	color: #d1d1d1;
	font-size: 20px;
	margin-top: 17px;
}
.xwlb-content .xw-list:hover .text .bt{
	color: #e73434;
}
.gdxw-btn{
	color: #004B70;
	font-size: 14px;   
	margin-top: 21px;
    display: inline-block;
}
/*关于我们*/
.gywm-content{
	width: 100%;
	height: 439px;
	margin-top: 65px;
	background: url(../images/gywm-bg.jpg) no-repeat;
	min-width: 1150px;
}
.gywm-content .title-p{
	padding-top: 36px;
}
.gywm-content .title-p .zw{
	color: #ffffff;
}
.gywm-content .title-p p.yw span{
	background: #0a527d;
}
.gywm-content .gywm-jj{
	font-size: 14px;
	color: #e6effd;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
}
.gywm-content .gywm-btn{
	display: block;
	width: 148px;
	height: 36px;
	margin: 0 auto;
	line-height: 36px;
	border: 1px solid #d1e0ec;
	color: #E6EFFD;
	font-size: 14px;
	border-radius: 18px;
	margin-top: 28px;
}
.gywm-content .gywm-btn span{
	width: 90px;
    display: inline-block;
    text-align: right;
}
.gywm-content .gywm-btn i{
	display: block;
	width: 21px;
	height: 9px;
	float: right;
	margin: 15px 27px 0 0;
	background: url(../images/gd-jt.png) no-repeat;
	-webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.gywm-content .gywm-btn:hover i{
	margin: 15px 22px 0 0;
}
.gywm-ul{
	margin-top: 45px;
}
.gywm-ul li{
	width: 20%;
}
.gywm-ul li .pic{
	height: 54px;
	-webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
}
.gywm-ul li:hover .pic{
	margin-top: -2px;
}
.gywm-ul li .pic img{
	display: block;
	margin: 0 auto;
}
.gywm-ul li p{
	color: #E6EFFD;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}
/*发展规划*/
.fzgh-content{
	margin-top: 50px;
}
.fzgh-ul{
	padding-top: 40px;
}
.fzgh-ul li{
	width: 271px;
	height: 350px;
	background: #f1f3f5;
	float: left;
	margin-right: 22px;
	-webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.fzgh-ul li:hover{
	background: #004b70;
}
.fzgh-ul li .pic{
	background: #d3dee9;
	height: 210px;
	overflow: hidden;
}
.fzgh-ul li .pic img{
	width: 100%;
	height: 100%;
	webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.fzgh-ul li:hover .pic img{
	transform: scale(1, 1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-webkit-transition: all 1s ease 0.5s;
	-moz-transition: all 1s ease 0.5s;
	-ms-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	transition: all linear 0.5s;

}
.fzgh-ul li .text{
	padding: 21px 14px 0;
}
.fzgh-ul li .text .bt{
	font-size: 18px;
	font-weight: bold;
	color: #252525;
}
.fzgh-ul li:hover .text .bt{
	color: #ffffff;
}
.fzgh-ul li .text .nr{
	color: #494949;
	line-height: 26px;
	margin-top: 20px;
}
.fzgh-ul li:hover .text .nr{
	color: #e0edf8;
}
/*视频*/
.sp-content{
	width: 100%;
	min-width: 1150px;
	height: 330px;
	margin-top: 80px;
	position: relative;
}
.sp-content img{
	width: 100%;
	height: 100%;
}
.sp-content a{
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.16);
	position: absolute;
	top: 0;
	left: 0;
}
.sp-content a p{
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	margin: 70px 0 45px;
}
.sp-content a img{
	display: block;
	width: 97px;
	height: 97px;
	margin: 0 auto;
}
/*底部*/
.footer{
	min-width: 1150px;
	min-height: 320px;
	background: #e0e4e9;
	overflow: hidden;
}
.footer-ul{
	margin-right:35px;
}
.footer-ul .first-a{
	color: #343434;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 7px;
}
.footer-ul li a{
	color: #5a5a5a;
	font-size: 14px;
}
.footer-ul li a:hover,
.footer-w208-ul li a:hover,
.footer-bottom a:hover{
	color: #004B70;
}
.footer-ul li {
	line-height: 30px;
}
.footer-w208{
	width: 208px;
}
.footer-w208 select{
	width: 208px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #bdc3ca;
	outline: none;
	color: #999999;
}
.footer-w208-ul{
	margin: 20px 0;
}
.footer-w208-ul li a{
	color: #595959;
	font-size: 14px;
}
.footer-w208-ul li{
	margin-right: 8px;
}
.ewm-content p{
	width: 80px;
	text-align: center;
	color: #5e5e5e;
	line-height: 30px;
}
.ewm-content p img{
	width: 80px;
	height: 80px;
}
.footer-bottom{
	border-top: 1px solid #d3d8dd;
	margin-top: 20px;
	color: #888888;
}
.footer-bottom a{
	color: #888888;
}
.footer-top{
	padding-top: 50px;
}
.footer-web-info{ line-height:50px; overflow:hidden;}
/*------------------------新闻中心--------*/
.zi-banner{
	width: 100%;
	min-width: 1150px;
	height: 260px;
}
.zi-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.current{
	width: 100%;
	min-width: 1150px;
	height: 44px;
	line-height: 44px;
	background: #f2f2f2;
}
.curr-ul{
	background: url(../images/curr-icon.png) left center no-repeat;
	padding-left: 21px;
}
.curr-ul li 
{
    float:left;
	margin-right: 5px;
}
.curr-ul li a{
	color: #6f6f6f;
}
/*左侧导航*/
.box{
	margin-top: 50px;
}
.leftnav{
	width: 260px;
}
.leftnav p{
	width: 260px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: url(../images/leftnav-bg.jpg) no-repeat;
	color: #FFFFFF;
	font-size: 30px;
}
.leftnav-ul{
	background: #f8f8f8;
}
.leftnav-ul li{
	height: 47px;
	line-height: 47px;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
}
.leftnav-ul li.on,
.leftnav-ul li:hover{
	background: #0066a1;
}
.leftnav-ul li a{
	color: #414141;
	font-size: 14px;
	display: block;
}
.leftnav-ul li.on a,
.leftnav-ul li:hover a{
	color: #ffffff;
}
.w850-right{
	width: 850px;
}
.w850-right .title-p{
	height: 44px;
	border-bottom: 1px solid #dfe3e7;
}
.w850-right .title-p p{
	color: #404040;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
.news-ul{
	padding-top: 12px;
}
.news-ul li{
	height: 38px;
	line-height: 38px;
}
.news-ul li:nth-child(5n){
	border-bottom: 1px dotted #e4e4e4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.news-ul li a{
	color: #565656;
	font-size: 14px;
	background: url(../images/a-icon.jpg) left center no-repeat;
	padding-left: 15px;
	-webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.news-ul li:hover a{
	color: #e73434;
	margin-left: 5px;
}
.news-ul li span{
	color: #8d8d8d;
}
.li-border {
    border-top: 1px dotted #e4e4e4;
    margin-top: 15px;
    padding-top: 15px;
}
.fy-content p{
	color: #656565;
	font-size: 14px;
}
.fy-content{
	height: 28px;
	line-height: 28px;
	margin: 60px 0;
}
/*详情页*/
.detail{
	padding-top: 36px;
}
.detail-title{
	color: #333333;
	font-size: 24px;
	text-align: center;
}
.datail-date{
	text-align: center;
	color: #818181;
	margin-top: 30px;
}
.datail-date span{
	margin: 0 13px;
	display: inline-block;
	height: 17px;
}
.datail-date span.riqi{
	background: url(../images/detail-icon1.png) left center no-repeat;
	padding-left: 22px;
}
.datail-date span.djl{
	background: url(../images/detail-icon2.png) left center no-repeat;
	padding-left: 20px;
}
.datail-date span.sjbhs{
	background: url(../images/detail-icon3.png) left center no-repeat;
	padding-left: 26px;
}
.detail-content{
	padding-top: 28px;
overflow:hidden;
}

.detail-content img{
max-width:850px;
}
.sxwz-content p,
.sxwz-content a{
	color: #454545;
	font-size: 14px;
	line-height: 36px;
}
.sxwz-content p:hover a{
	color: #e73434;
}
.sxwz-content {
	margin: 42px 0 70px;
}
/*-------------------------招聘信息*/
.recruit-content{
	padding-top: 30px;
}
.recruit-first{
	height: 50px;
	line-height: 50px;
	background: #ecf0f2;
}
.recruit-first p{
	width: 33.33%;
	text-align: center;
	color: #4e4e4e;
	font-size: 14px;
}
.recruit-list{
	border-bottom: 1px dotted #d7d7d7;
}
.recruit-list-info{
	cursor: pointer;
}
.recruit-list-info p{
	height: 52px;
	line-height: 52px;
	width: 33.33%;
	text-align: center;
}
.recruit-list.on .recruit-list-info p,
.recruit-list:hover .recruit-list-info p{
	color: #0066a1;
}
.recruit-list p{
	color: #4a4a4a;
	font-size: 14px;	
}
.recruit-info{
	display: none;
	width: 100%;
	background: #f8f8f8;
}
.recruit-info-con{
	padding: 20px 59px;
}
.recruit-info-con p{
	color: #4A4A4A;
	line-height: 30px;
}
.recruit-list.active .recruit-info{
	display: block;
}
/*-------------视频弹出*/
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	width: 460px;
	height: auto;
	z-index: 10000;
	visibility: hidden;
	background: #FFFFFF;
	padding: 20px 0;
	margin-left: -230px;    
	margin-top: -156px;
}
.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 0;
	background: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	cursor: pointer;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.vjs-no-js{
	text-align: center;
	line-height: 321px;
	font-size: 16px;
}

