@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
.phone_nav{display:none;}
html {
  height: 100%;
}
body {
  font-family: "微软雅黑";
  background-color: #fff;
  font-size: 14px;
  height: 100%;
}
a{text-decoration:none; outline:none; color:#111;}
a:hover{ text-decoration:none;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.common_width {
  width: 1200px;
  margin: 0 auto;
}
body ul,
body p {
  margin: 0;
}
ul > li {
  list-style-type: none;
}
img {
  border: none;
  outline: none;
}
input {
  outline: none;
  border: 0;
  font-family: "微软雅黑";
  background: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
/*清除苹果按钮样式*/
.btn:focus {
  outline: none !important;
}
@font-face {
  font-family: "KabelCBook";
  src: url(KabelC-Book.otf);
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}
/*------LESS------*/
.bd_weixin_popup {
  box-sizing: content-box;
}
.header {
	background-color: #006098;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.header a.logo {
  width: 50%;
  height: 120px;
  float: left;padding: 10px 0 0; 
}

.header a.logo img{
  width: auto;
  height: 100px;
}




/* 导航 */
.nav-bar {
	height: 50px;
	background-color: #0a3381;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat;
	background-position: center top; }
.nav-bar li a:hover {background-color: #0a3381;}
.nav-bar .on a {display: block; color: #fff;}
.nav-bar .on {height: 50px; background-color: #0a3381;}
.nav{ margin:auto}

.nav ul li{
	float: left;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	position: relative;border-left: 1px solid #ffffff;
}
.nav ul li:hover{background:#0a3381;}
.nav ul li a{
	display: block;
	color: #fff;
	font-size: 18px;
	padding-right: 25px;
	padding-left:  25px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-ms-transition-duration: 0s;
	display: block;
	font-weight: 500;
}
.nav ul li ul{position:absolute;top:50px;background:#0a3381; z-index:999; display:none; }
.nav ul li:hover ul{ display:block;  }
.nav ul ul li{ width: 100%;display:block; border: none; text-align:center;white-space: nowrap;}
.nav ul ul li a{ display:block; padding-right: 15px;padding-left: 15px;text-align:center; margin:auto }
.nav li ul li:hover a{color:#fff;} 
.nav ul li:last-child{}
.nav ul li:first-child{ border-left:none;}



.slide {
  height: 450px;
}
.slide .swiper-container {
  height: 100%;
}
.slide .swiper-container a {
  display: block;
  height: 100%;
  position: relative;
}
.slide .swiper-container a img{
  display: block;
  height: 100%;max-width:100%;width:100%;
  position: relative; margin:auto;
}
.slide .swiper-container a p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  background-color: rgba(0, 96, 152, 0.6);
  z-index: 999;
  line-height: 60px;
}
.slide .swiper-container a p span {
  display: block;
  font-size: 18px;
  color: #fff;
}
.slide .swiper-container a p span em {
	font-style: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
	display: block;
	text-align: center;
}
.slide .swiper-container .swiper-pagination_shell {
  position: absolute;
  height: 60px;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
}
.slide .swiper-container .swiper-pagination_shell .swiper-pagination {
  right: 0;
  height: 60px;
  font-size: 0;
}
.slide .swiper-container .swiper-pagination_shell .swiper-pagination span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  border-radius: 10px;
  margin: 25px 0 25px 10px;
  transition: all 0.2s ease 0.1s;
}
.slide .swiper-container .swiper-pagination_shell .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
}
.slide .swiper-container .swiper_btn {
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  margin-top: -60px;
}
.slide .swiper-container .swiper_btn .swiper-button-prev {
  width: 60px;
  height: 60px;
  top: 0;
  margin-top: 0;
  background: url(../images/prev.png) no-repeat center;
  left: -120px;
}
.slide .swiper-container .swiper_btn .swiper-button-next {
  width: 60px;
  height: 60px;
  top: 0;
  margin-top: 0;
  background: url(../images/next.png) no-repeat center;
  right: -120px;
}
.main {
	display: block; overflow:hidden;
}
.main .common_width {
	padding-top: 20px;
}



.bt_tit h2 {
	height: 38px;
	border-bottom: 2px solid #0a3381;
	margin: 0 0;
}
.bt_tit h2 a {
	color: #0a3381;
	font-size: 22px;
	display: block;
	height: 36px;
	font-weight: bold;
}
.bt_tit h2 a img{
	height: 30px;vertical-align:middle; padding-right:10px; padding-bottom:6px;
}
.bt_tit h2 a span {
  line-height: 36px;
  float: right;
  font-size: 14px;
  font-weight:normal;
}



.news {
  width: 48%; float: left
}

.news h2 {
	height: 38px;
	border-bottom: 2px solid #0a3381;
	margin: 0 0;
}
.news h2 a {
	color: #0a3381;
	font-size: 22px;
	display: block;
	height: 36px; line-height:36px;
	font-weight: bold;
}
.news h2 a img{
	height: 30px;vertical-align:middle; padding-right:10px; padding-bottom:6px;
}
.news h2 a span {
  line-height: 36px;
  float: right;
  font-size: 14px;
  font-weight:normal;
}

.news ul {
  padding-top: 10px;
}
.news ul li {
  height: 34px;
  line-height: 34px;
}
.news ul li a {
  font-size: 16px;
}


.news ul li p {
  float: left;
  color: #222;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
 padding-left:15px; background:url(../images/xiangxia.png) 0 14px no-repeat; 
}
.news ul li span.date {
  float: right;
  color: #999;
}





.news21 ul li {
  height: 140px;
  margin-bottom: 4px;
}
.news21 ul li a {
  display: block;
  height: 100%;
  position: relative;
}
.news21 ul li a .pic {
  width: 240px;
  height: 100%; float:left;
}
.news21 ul li a .pic img{
	width: 100%;
	height: 100%;
}
.news21 ul li a .txt {
 
  width: 55%;
  height: 100%;float:right;
}
.news21 ul li a .txt h5 {
  font-size: 16px;
  color: #222;
  line-height: 25px;
  height: 50px;
  margin-top: 7px;
  margin-bottom: 6px;
  overflow: hidden;
}
.news21 ul li a .txt p {
  line-height: 25px;
  height: 50px;
  font-size: 14px;
  color: #999;
  max-width: 100%;
  white-space: normal;background:none; padding:0px
}
.news21 ul li a .txt span.date {
  line-height: 18px;
  padding-top: 6px;
  float: left;
}


.news3{ width:100%; margin:5px auto;}
.news3 .w40{ width:32%;float:left;}
.news3 .w90{ width:100%;float:left;margin:0 auto;}
.news3 .w60{width:68%;float:right;}
.news3 ul{width:100%;}
.news3 ul li{float:left; width:50%;height:66px !important;}
.news3 ul li a img{width:100%; height:65px;}

.Related_links{
    height: 100%;
    width:100%;
}
.Related_links ul{
    margin-left: 0%;
    padding-top: 0px;
}
.Related_links ul li{
    width: 30%;
	height: 55px;
    border: solid 0px #005aaa;
    float: left;
    margin: 0 0 14px 2%;
}
.Related_links ul li .divicon{
    width: 42px;
    height: 40px;
    margin: 0px auto 0;
}
.Related_links ul li .divicon.div1{
    background: url(../images/link1.jpg) no-repeat center;
    background-size: cover;
}
.Related_links ul li .divicon.div2{
    background: url(../images/link2.jpg) no-repeat center;
    background-size: cover;
}
.Related_links ul li .divicon.div3{
    background: url(../images/link3.jpg) no-repeat center;
    background-size: cover;
}
.Related_links ul li .divicon.div4{
    background: url(../images/link4.jpg) no-repeat center;
    background-size: cover;
}
.Related_links ul li .divicon.div5{
    background: url(../images/link5.jpg) no-repeat center;
    background-size: cover;
}
.Related_links ul li .divicon.div6{
    background: url(../images/link6.jpg) no-repeat center;
    background-size: cover;
}
.Related_links ul li p{
	float:none;
    font-size: 12px;
	line-height: 24px;
    color: #1472c5;
    text-align: center;
	padding:0;
	width:100%;
	margin:0 auto;
	background:none;
}




.notice {
  width: 48%; float: right
}
.notice ul {
  padding: 10px 0;
}
.notice ul li {
  line-height: 35px;
  height: 35px;
  position: relative; 
}
.notice ul li a {
  font-size: 16px;
}

.notice ul li p {
 padding-left:15px; background:url(../images/xiangxia.png) 0 18px no-repeat; 
  float: left;
  color: #222;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.2s ease 0.1s;
}
.notice ul li span.date {
  color: #999;
  float: right;
  line-height: 35px;
  transition: all 0.2s ease 0.1s;
}
.notice ul li:hover p,
.notice ul li:hover span.date {
  color: #0a3381;
}


.links {
  position: relative;
  padding: 32px 0;
}
.links .swiper_btn{
  display: none;
}
.links li {
  width: 220px;
  height: 56px;
  float: left;
}
.links li a {
  display: block;
  height: 100%;
}



.masking {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: transparent;
  transition: all 0.5s ease 0.2s;
  z-index: -1;
}
.masking.active {
  background: url(../images/bgbg.png) repeat center;
  z-index: 1001;
}
.page_nav a{
  color: #333;
  display: inline-block;
  padding: 0 12px;
}

.pic_links{
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #ada8a9; 
	position:relative;
}
.pic_links ul {
	width: 100%;height:100px;
	display: block;
	overflow: hidden
}
.pic_links ul li{
  width: 25%; text-align:center
}
.pic_links ul li img{
	width: 95%;
	margin: auto;
	border: 1px solid #D4D4D4;
}
.pic_links .bt_tit{
	width: 98%;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.partner_l{ left:15px;width: 25px;height: 31px;position: absolute;top: 50%; cursor:pointer;}
.partner_r { right:20px;width: 25px;height: 31px;position: absolute;top: 50%; cursor:pointer;}


/**/
.site-lang{
	display: block;
	margin-top: 20px;
}

.topcrig{
	width: 100%;
	float: right;
}
.topcrig li{
	text-align: right;
	line-height: 50px;
	color: #fff;
	float: right;font-size: 14px; 
}
.topcrig li a{ color:#fff; padding:0 10px;}



/**/
.searchbox{
	text-align: right;
	margin-top: 15px;
}

.wp_search{ display:inline-block;position:relative;padding-left:12px; background: rgba(0,0,0,0.3);width: auto; height: 36px;}
.wp_search .keyword{ width:177px!important;padding: 4px 0; border:none;height:28px; line-height:28px; background:transparent; color:#fff; font-size: 14px; font-family: "Microsoft YaHei";}
.wp_search .search{
	width: 34px;
	height: 33px;
	border: 0px;
	cursor: pointer;
	vertical-align: top;
	background-image: url(../images/sou.png);
	background-repeat: no-repeat;
	background-position: center 1px;
	
}
.wp-search {position: relative;border: 1px solid #d0d0d0;}
.wp-search form {display: block;}



.footer {
	line-height: 50px;
	background-color: #0a3381;
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	display: block;
	overflow: hidden;
	width: 100%;
}
.footer a,.footer a:hover{
  color: #ffffff;
}
.foot_rm{
	width: 1200px;
	margin: 10px auto;
	font-size: 13px;
}
.in_text{width: 70%; margin-top:0px}
.in_text p{font-size: 14px;  line-height:30px; color:#fff;}
.in_text p img{ vertical-align: middle;}

.in_incoall{
	width: 30%;
	height: auto;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.lintx{
	margin: 0px 10px;
	padding: 0px ;
}
	
.ewm{
	width:70px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden; text-align:center;line-height:20px; 
}
		
.ewm img{
	width: 100%;
	margin: 0 auto;line-height:70px; 
	padding: 0px;
	overflow: hidden; text-align:center;
}
		


.link{width:1200px; margin:20px auto;overflow:hidden;}

.list-title{
	width: 100%;
	height: 35px;
	background: url(../images/title_bg.png) no-repeat left center;
	position: relative;
	margin-bottom: 20px;
}
.list-title b{
    display: block;
    position: absolute;    
    color: #0a3381;
    font-size: 20px;
    line-height: 35px;
    padding: 0 15px;
	float:left;
	
}
.list-title span{
    float:left;
    position: absolute;
    color: #7e7e7e;
    font-size: 12px;
    line-height: 35px;
	text-indent:100px;
 
}
.list-title a{
    font-size: 14px;
    line-height: 35px;
    color: #8d8d8d;
}	
.link ul{margin-top:0px;}
.link ul li{
	float: left;
	width: 12%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.link ul li a{font-size:15px;color:#2d2d2d;}







/*内页新左侧*/

.only_mobile{ display:none;}
.zcl{width:100%px;position: relative;padding-bottom: 260px;}

.leftnav{
	width: 100%;
	margin: 0px;
	background: #EEEEEE;
	padding-top: 10px;
	margin-bottom: 90px;
	position: relative
}
.leftnav i{position: absolute;background: url(../images/arrbg.png) no-repeat;height:88px;bottom:-88px;left:0;width:100%}

.leftnav ul li a{border-bottom: 1px solid #D5D5D5;height: 50px;line-height: 50px;color: #666666;font-size: 18px;background: url(../images/arr1.png) no-repeat 35px center;text-align:center; display: block;}
.leftnav ul li:hover a{
	border-left: 3px solid #006098;
	color: #006098;
	background: url(../images/arr2.png) no-repeat 35px center #FFFFFF;
}
.leftnav ul .cur {border-left: 3px solid #006098;
	color: #006098;
	background: url(../images/arr2.png) no-repeat 35px center #FFFFFF;
}



.leftnav2 ul li {border-bottom: 1px solid #D5D5D5;padding: 10px 0;  display: block;}
.leftnav2 ul li a{border-bottom: 0px solid #D5D5D5;height: auto;line-height: 30px;color: #666666;font-size: 16px;background: url() no-repeat 35px center;padding-left: 40px;  display: block;}
.leftnav2 ul li.cur a{border-left: 0px solid #0E419C;color:#0E419C;background: url() no-repeat 35px center #f6fdff;}
.leftnav2 ul li:hover a{border-left: 0px solid #0E419C;color:#0E419C;background: url() no-repeat 35px center #f6fdff;}



/*内页*/

.nbanner{height:auto;max-height:360px;z-index:-2}
.nbanner .ban_c img{width: 100%;z-index:-2}
.ban_c{display: block;width: 100%;height: 100%;overflow: hidden;z-index:-2;}
.ban_c img{width:100%;height:100%;z-index:-2}



/*内页*/
.main_left{
	float: left;
	background-color: #f2f2f2;
	display: table-cell; vertical-align: top; width: 260px;
}
.main_right{
	float: right;
	min-height: 500px;
	margin: 0px;
	padding: 0px;
	width: 75%;
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
}
.lmenu{
	background: #f6f6f6;
	width: 100%;
	margin-top: 0px;
	z-index: 999
}
.lmenu h3{
	background: #006098;
	height: 50px;
	font-size: 22px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}

.wp_column_article{
	display: block; padding:10px 50px;
}

/*内页*/

.content_nav 
{
	display: block;
	overflow: hidden;
	height: auto;
	 padding-top: 10px;
	margin-bottom: 12px;background:#fff;
}
.content_nn
{
	position: relative;
	padding-left: 6px;
	font-size: 16px;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 15px;
}
.content_nn span{
	position: relative;
	top:2px;
	*top:0px;
	left: 0px;

}
.content_nn span a{
	color:#000;
	
}
.content_nn span.titl{
	font-size: 22px;
	color: #006098;
}
.content_nn_01{
	position: absolute;
	top: 8px;
	color:#999898;
	right: 30px;
}
.content_nn_01 span a{
	color:#000;font-size: 14px;
}
.content_nn_01 span{
	left: 10px;
}
.content_nn_01 img{vertical-align:middle
}
.content_title
{
    text-align: center;
    margin: 30px 0;
    width: 100%;
    border-bottom: 1px dotted #C0C0C0;
    padding-bottom: 30px;
}
.content_title h2{
	font-size: 24px;
	color: #000;
	font-weight: normal;
	padding: 0 30px;
}
.content_title div
{
	margin-top: 15px;
	position: relative;
	 font-size: 16px; 
}



/* 内页列表 */
.n_newslist  {width: 100%; margin:0 auto;}
.n_newslist li {
	font-size: 16px;
	line-height: 48px;
	padding: 0 15px;
	color: #111;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
.n_newslist li:hover {
  background:#f7f7f7;
  animation:myfirst 1s;
  -moz-animation:myfirst 1s; /* Firefox */
  -webkit-animation:myfirst 1s; /* Safari and Chrome */
  -o-animation:myfirst 1s; /* Opera */
}
.n_newslist li:hover a {
	color: #006098;
}
.n_newslist li a span {float:none; font-size:16px; color:#333;}
.n_newslist li span {float:right; font-size:14px; color:#999;}
.n_newslist li a:hover {text-decoration:none;}
.n_newslist li i {margin-right:10px;}



/*--图片列表--*/
.pic_list{display: block;width:100%;overflow: hidden; margin:auto;}
.pic_list li{ width:25%; vertical-align:top; margin-bottom:10px;  color:#333; font-size:16px; overflow:hidden; float:left; display: inline-block;}
.pic_list li span{ display: block;width:100%;overflow: hidden;height:40px; line-height:40px; color:#333; text-align:center;transition:2s;}
.pic_list li a{display: block;width: 95%;overflow: hidden;margin: 0px auto;}
.pic_list li a img{transition: all .5s;width: 100%;height: 175px;}

/*--页码--*/
.page{
	width: 90%;display: block;
	height:40px;
	margin: 30px auto 30px;
	font-size: 15px;
}

/*--新闻内容--*/
.newsdatailtit { text-align: center; border-bottom: 1px solid #d9d9d9; padding: 15px 0; }
.newsdatailtit h1 { font-size: 18px; padding: 0 0 10px; }
.newsdatailtit span { color: #4c4c4c; padding: 0 13px; }

 .newsdatailcont { margin: 30px auto 30px;font-size: 16px; line-height: 26px; }


.newsdeatil-bottom { width: 100%;display: block;
	height:40px;
	margin: 30px auto 30px;
	font-size: 15px; }
	
	
	
	
	
	
.article_contain{ width:850px; margin:0 auto; padding:20px 0px 20px; background-color:white}
.article_head{ border-top:5px solid #b91c23;height:44px; line-height:44px; padding-left:40px; background:url(../images/gyzzb/cd_60.png) no-repeat 20px center #f1f3f5; color:#555555; font-size:16px; font-weight:600}
.article_head a:hover{ color:red}
.article_body{border-top:none;padding:18px; margin-left:0px}
.article_body h3{ font-size:30px; text-align:center; line-height:40px; font-weight:800}
.article_body h4{ font-weight:400; line-height:40px; font-size:14px; }
.article_text{ margin:10px;}
.article_text td{border:1px solid #ccc;}
.article_body h6{text-align:center; font-size:16px; height:50px; line-height:50px; margin-top:10px; font-weight:400}
.article_body h6 a{ padding:4px 8px; margin-left:8px; border:1px solid #999;}
.article_body h6 a:hover{ color:#C30}



.newspages{width:100%; margin:29px auto;}
.prenews{ width:48%; float:left; }
.nextnews{width:48%; float:right; text-align:right;}




.divpicwai{ float:left;text-align:center; width:25%; padding-bottom:20px;}
.divpic img{ width:180px; height:130px;}
.divPictitle{padding:4px 10px 0px 10px ;font-size:12px;}

.list_num{  color:#666; margin:10px 0px; background:#FBFBFB; padding-left:20px;}
.list_num li{ line-height:30px; font-size:14px;}
.list_num li i{ float:right; font-style:normal; padding-right:30px; font-size:12px;}
.list_num_title{ height:36px; background:#CC0314; margin-top:10px; color:#fff; padding-left:20px;}
.list_num_title span{ padding-left:20px; background:url(vg_63.png) no-repeat left center; line-height:36px;}
.list_num_title a{ color:#fff; font-size:14px; float:right; line-height:36px;}

.nav_show{ width:65%; height:40px; float:right;  line-height:36px; text-align:center; font-size:14px; background: #f1f3f5;}
.nav_show .nav_show_active{ color:#FC0000;}

#dzfl{ width:28%; float:left; font-size:14px;}