  header{
	height: 150px;
	background: url(/wyx/img/i-map.png) no-repeat center top;
    background-position: center -20px;
    position: relative;
}

header .logo{
	height: 150px;
	width:45%;
	position: absolute;
	top:16px;
	background: url(/wyx/img/logo.png) no-repeat;
}
header .shuiyin{
	width:30%;
	height: 150px;
	background: url(/wyx/img/shuiyin.png) no-repeat;
	position: absolute;
	right:25%;
	top:30px;
}
header .message-box{
	position: absolute;
	top:30px;
	right:0px;
	z-index: 999;
	width:25%;
	height: 64px;
}
header .search{
	position: absolute;
	width: 100%;
	top:36px
}
.search input[type="text"]{
	width: 100%;
	height: 34px;
	border:#C9C9C9 1px solid;
	border-radius: 20px;
}
 .search input[type="button"]{
	width:26px;
	height: 26px;
	border: none;
	background:url(/wyx/img/fdj.png) no-repeat;
	position: absolute;
	right:8px;
	top:2px
}
.message-box ul {
	overflow: hidden;
	margin-left: 10px;
}
.message-box ul li{
	float:left;
	height: 70px;
	position: relative;
}
.message-box ul li a{
	color:#8E8E8E;
	padding-right: 10px;
	padding-left: 30px;
}
.message-box i.email:before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 26px;
	background: url(/wyx/img/email.png) no-repeat;
	position: absolute;
	top:0px
}
.message-box i.sy:before{
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(/wyx/img/home.png) no-repeat;
	position: absolute;
	top:-3px;
}
.message-box i.oldweb:before{
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(/wyx/img/website.png) no-repeat;
	position: absolute;
	top:0px;
}
nav{
	height: 50px;
	background: #175AA6;
}
.navbar_nav li.shouye{
	float:left;
	position: relative;
	display: block;
	width:10%;
	line-height: 40px;
	text-align: center;
	position: relative;
}

.navbar_nav .dropdown{
	float:left;
	position: relative;
	display: block;
	
}
.navbar_nav li .top-title{
 	text-decoration: none;
	display: block;
	width:100%;
	line-height: 50px;
	font-size: 18px;
	color: white;
        font-weight:bold;
 }

.navbar_nav li .top-title:hover{
	background: #0d53a2;
	color: #FFFFFF;
}

 .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}

 .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	z-index: 999;
	background-color: rgba(23,90,166,0.9);
    top:50px;
    width: 100%;
    text-align: center;
}
 .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	display: block;
	padding:0 2px;
	line-height: 46px;
	text-align: center;
	color: #FFFFFF;

} 
 .navbar_nav li.dropdown .dropdown_menu a:first-child{
	/*border-top:#CDA274 2px solid*/
}
 .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
}
 .navbar_nav li.dropdown:hover .top-title{
 	background: #0d53a2;
 	color: #FFFFFF;	
}

 .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	background-color: #0d53a2;
	color: #FFFFFF;
}
.news{
	margin-top: 40px;
}
.title{
	height: 50px;
	position:relative
}
.title p{
	font-size:26px;
	font-weight: bold;
	color: #056fbd;
}
.title span{
	color:#DDDDDD;
	font-size:52px;
	font-family: arial;
	font-weight:bold;
	position: absolute;
	top:-20px;
	z-index: -1;
}
.newsBox {
	width:46%;
	min-height:384px;
	overflow: hidden;
	position: relative;
	top:0px;
}

.newsBox .hd {
	height: 90px;
	overflow: hidden;
	position: absolute;
	right: 30px;
	bottom:50px;
	z-index: 1;
}

.newsBox .hd ul {
	overflow: hidden;
	zoom: 1;
}

.newsBox .hd ul li {
	float: left;
	width: 10px;
	height:10px;
	margin-left: 10px;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}
.newsBox .hd ul li.on{
	background: #0D53A2;
}
.newsBox .moreBox{
	color:#FFFFFF;
	padding:10px 20px;
	line-height:40px;
	background-color:#B70E17;
	position: relative;
	top:19px
}
.newsBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.newsBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.newsBox .bd li p{
	height: 60px;
	background: rgba(15,73,142,0.6);
	color:#FFFFFF;
	line-height: 60px;
	padding-left: 10px;
	position: relative;
	top:-60px
}
.newsBox .bd img{
	width:100%;
	height:388px;
	display: block;
}
.news-box-right{
	width:51%
}
.news-list li{
	line-height: 42px;
	border-bottom:#C9C9C9 1px solid;
}
.news-list i.cal{
	content: "";
	display: inline-block;
	width:24px;
	height: 14px;
	background: url(/wyx/img/sj.png) no-repeat;
	position: relative;
	top:1px
	
}
.get-more{
	position: absolute;
	right:0px;
	top:0px;
	display: block;
	width:114px;
	height: 30px;
	background: #FFFFFF;
	border:#C9C9C9 1px solid;
	border-radius: 20px;
	text-align: center;
	line-height: 28px;
}
.get-more:hover{
	border: none;
	background: #175AA6;
	color:#FFFFFF
}
.part-two{
	clear: both;
	background: #F4F7FC;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 30px;
}
.part-two .Research{
	width:48%;
	float: left;
}
.part-two .tzgg{
	width: 48%;
	float: right;
}
.ztlm{
	margin-top: 40px;
	overflow: hidden;
}
.ztlm .ztlm-box{
	display: flex;
	flex-direction: row;
	justify-content:space-between;
        padding-bottom: 40px;
}
.ztlm .ztlm-box .box{
	width:24%;
	height: 246px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 10px #B3B3B3 ;

}

.ztlm .ztlm-box .box img{
	width:100%;
	height: 196px;
	transition:all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition:  all 0.4s ease;
}
.ztlm .ztlm-box .box:hover img{
	transform:scale(1.05);
}
.ztlm .box a{
	display: block;
	height:40px;
	width: 100%;
	padding: 10px;
	text-align: center;
	background: white;
	font-size: 16px;
}
.ztlm .ztlm-box .box:hover a{
    background: rgb(5,126,209);
color:#fff;
    display: block;
    height: 100%;
}
footer{
	clear: both;
	height:217px;
	background: url(/wyx/img/121978.jpg) no-repeat;
	
}
footer:before{
	content: "";
	background: rgba(15,73,142,0.9);
	display: block;
  height: 217px;
  position: absolute;
  width: 100%;
}
footer .link{
	padding:30px 0px 30px 0px;
	border-bottom: #5C93D4 1px solid;
}
footer .link h3{
	color: #fff;
	font-weight: 400;
	margin-right: 30px;
	float:left;
	font-size:16px
}
footer .link-flex{
	display: flex;
	justify-content: space-between;
}
footer .link-flex .link-box{
	width:215px;
	height: 28px;
	color:#FFFFFF;
	border:#5C93D4 solid 1px
}
footer  .selectstyle1069004 option:first-child{
        color:#ffffff
}
footer  .selectstyle1069005 option:first-child{
        color:#ffffff
}
footer  .selectstyle1069006 option:first-child{
        color:#ffffff
}
footer  .selectstyle1069007 option:first-child{
        color:#ffffff
}
.copyRight {
	padding-top: 20px;
	display: flex;
	color: #FFFFFF;
	font-size:14px;
	justify-content: space-between;
}
.copyRight .left{
	width:45%
}
.copyRight .left p{
	line-height: 28px;
}
.copyRight .left img{
	width:83px;
	height: 83px;
	margin-right: 30px;
}

.copyRight .middle{
	width:35%
}
.copyRight .right{
	width:20%
}
.copyRight ul li{
	float:left;
	width: 80px;
	line-height: 80px;
}
.copyRight ul li a{
	font-size: 14px;
	color:#FFFFFF
}
.list{
	margin-top: 40px;
}
.list .list-local{
       position:absolute;
       top:0px;
       right:0px;
}
.list .list-left{
	width:22%;
	float: left;
}
.list .list-right{
	width:74%;
	float:right;
}
.list .list-left .list-left-head{
	height:100px;
	background: #175aa6;
}
.list .list-left .list-left-head h2{
	color:#FFFFFF;
	padding-left: 40px;
	line-height: 100px;
}
.list .list-left-nav{
	background: #FFFFFF;
	box-shadow: 0 0 10px #b5b5b5 ;
	padding-bottom: 40px;
}
.list .list-left-nav ul li{
	line-height: 50px;
	border-bottom: #C9C9C9 1px dashed;
	position: relative;
}
.list .list-left-nav ul li:hover{
	background: #f2f2f2;
}
.list .list-left-nav ul li a.top-title{
	padding-left: 40px;
        padding-right:80px;
        padding-top:20px;
        padding-bottom:20px;
}
.list .list-left-nav ul li.active:after{
	content: "";
	display: inline-block;
	width:20px;
	height:12px;
	background: url(/wyx/img/title001_ico.png) no-repeat;
	position:absolute;
	right:30px;
	top:20px
}
.list .list-left-nav li.dropdown_list .dropdown_list_menu{
	
	/*position: absolute;
	z-index: 999;
	background-color: rgba(23,90,166,0.9);
    top:50px;*/
    width: 100%;
}
.list .list-left-nav li.dropdown_list .dropdown_list_menu a{
	font-size: 12px;
	display: block;
	line-height: 36px;
        padding-left:40px;
} 



.list .list-left-nav li.dropdown_list:hover .dropdown_list_menu a:hover{
	 text-decoration: underline;
}

.list .list-left-nav li.dropdown_list:hover .dropdown_list_menu a.active{
        color:rgb(23,90,166)
}



.list .list-right{
	min-height: 500px;
	border-top:#175AA6 2px solid;
	box-shadow: 0 0 10px #b5b5b5 ;
	padding: 20px 30px;
	margin-bottom: 30px;
}
.list .list-right-head{
	line-height: 50px;
	font-size:20px;
	border-bottom:#DDDDDD 1px solid;
	position: relative;
}

.list .list-right-body{
	padding-top: 20px;
}
.list .list-right-body p{
	line-height: 200%;
}
.list .list-right-body .news-list li{
	height: 42px;
	border-bottom: #C9C9C9 1px dashed;
}
.list .list-right-body .news-list li:hover{
	background: #dfedf5;
	box-shadow: 0 0 4px #DDDDDD;
}

.list .list-right-body .news-list li a{
	line-height: 42px;
}
.list .list-right-body .news-list .arrow:before{
	content: "";
	display: inline-block;
	width:18px;
	height:18px;
	background: url(/wyx/img/banner-list.png) no-repeat;
	position: relative;
	top:7px
}
.list .inner-text{
	border-top:#175AA6 2px solid;
	box-shadow: 0 0 10px #C9C9C9;
	min-height: 500px;
	margin-bottom: 40px;
	padding: 20px 50px;
}
.list .inner-text .text-head{
	border-bottom: #C9C9C9 1px solid;
}
.list .inner-text .text-head h3{
	line-height: 50px;
	font-size:20px
}
.list-right-body .erke-abs h3{
	text-align: center;
	line-height: 36px;
}
.list-right-body .erke-table{
	padding-top: 20px;
	/*display: flex;
	flex-direction: row;*/
}
.list-right-body .erke-table .table-box{
	width:400px;
	float: left;
	position: relative;
	margin-right: 30px;
	padding-top: 30px;
        min-height:340px
}
.list-right-body .erke-table .table-box h3{
	font-size: 16px;
	border-bottom: #C9C9C9 1px solid;
	line-height: 46px;
}
.list-right-body .erke-table .table-box .erke-more{
	float: right;
	position: absolute;
	top:42px;
	right:0;
	color:#0B66AD
}
.list-right-body .zhidu{
	clear: both;
}
.list-right-body .zhidu ul li{
	width: 400px;
	background: #179FA6;
	height: 80px;
	float: left;
	margin-right: 40px;
	margin-top: 40px;
	text-align: center;
}
.list-right-body .zhidu ul li a{
	color:#FFFFFF;
	font-size:24px;
	font-weight: bold;
	line-height: 80px;
}
.content .v_news_content p{
  font-size:16px;
  line-height:200%;
  text-indent:2em;
}
.content  .vsbcontent_img{
     text-align:center
}