@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,table{margin:0;padding:0;}
body{background:#fff;}
.current{background-color: #1b63bf;}
.fy{margin-top: 10px;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:"courier new",courier,monospace;}
small{font-size:12px;}
ul,ol,li{list-style:none;}
a{color:#464646; text-decoration:none;}
a:hover{color:#656565; text-decoration:none;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
table{border-collapse:collapse;border-spacing:0;}
legend{color:#000;}
fieldset,img{border:0;}
button,input,select,textarea{font-size:100%;}
input{border:none; outline:none;}
input:focus{outline:0;}
a,button,input,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0);}
b{font-weight: normal;}
a,button,input,textarea{ 
	-webkit-tap-highlight-color: rgba(0,0,0,0) ;
	border: 0; /* 方法1 */ 　　
	-webkit-appearance: none; /* 方法2 */
}
input::-webkit-input-placeholder{color:#aaa;} 
input:focus::-webkit-input-placeholder{color:#eee;}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {  
    -webkit-text-fill-color: #000000 !important;  
    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;  
    background-color:transparent;  
    background-image: none;  
     transition: background-color 50000s ease-in-out 0s; 
}  
input {  
     background-color:transparent;  
}  
.over1{
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	width:100%;
}

/* 多行文本溢出 */
.over2{
	overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}



/*头部开始*/
.div_topHeaderBg{
	height:316px;
	background:  url(/global/topHeaderBg.jpg) 0 0 no-repeat;
}
.h1_logo{
	margin:0 auto;
	margin-top: 90px;
	margin-bottom:40px;
	text-align: center;
}
.h1_logo a{
	display: block;
}
.h1_logo a .img_logo{
	display: block;
	height:60px;
	margin:0 auto;
}
.tbr{position: absolute; top: 27px; right: 2%;}
.wza{margin-right: 15px; line-height: 26px;}
.ipv{background: #428fe6;line-height: 26px; border-radius: 20px; padding: 5px 10px; color: #fff;}
.slh{cursor: pointer; margin-right: 15px;  background: #dd0900; color: #fff; font-weight: bold; font-size: 14px; display: inline-block; width: 96px; text-align: center; line-height: 26px; height: 26px; border-radius: 6px; display: none;}
a.slh:hover{color: #fff;}
.slh i{background: url(slh.png) no-repeat; width: 17px; height: 18px; vertical-align: -4px; display: inline-block; margin-right: 6px;}

.wzmc h1{font-weight: 600; font-size: 50px; color: blue;  height: 60px;  margin: 0 auto; margin-top: 80px; margin-bottom: 20px; text-align: center;}

.form_search{
	width: 520px;
	margin:0 auto;
	height:60px;
	background:  url(/global/search_bg.png) center 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.form_search  .input_txt{
	height:60px;
	margin-left: 60px;
	padding-left: 5px;
	width: 350px;
	font: 16px "微软雅黑";
	color:#222;
}
.form_search .btn_submit{
	float: right;
    height: 60px;
    width: 96px;
    background: rgba(255,255,255,0);
    font-size: 16px;
    color: #fff;
}

.div_navBar{
	height: 54px;
	background-color: #4c8cde;
}
.ul_bar{
	width: 1200px;
	margin:0 auto;
	height:100%;
}
.ul_bar li{
	display: inline-block;
	height: 100%;
	padding-right: 0;
	padding-left:0;
}
.ul_bar li a{
	display: block;
	font:700  18px/54px "微软雅黑";
	color:#fff;
	text-align: center;
}
.ul_bar li a .icon {
	display: inline-block;
	width:30px;
	height: 30px;
	background:  url(/global/icon.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}
.ul_bar li a .icon_home{
	background:  url(/global/icon.png) 0 0 no-repeat;
}
.ul_bar li a .icon_zixun{
	background:  url(/global/icon.png) -60px 0 no-repeat;
}
.ul_bar li a .icon_gongkai{
	background:  url(/global/icon.png) -120px 0 no-repeat;
}
.ul_bar li a .icon_fuwu{
	background:  url(/global/icon.png) -180px 0 no-repeat;
}
.ul_bar li a .icon_hudong{
	background:  url(/global/icon.png) -240px 0 no-repeat;
}


.ul_bar li a.hover,.ul_bar li a:hover{
	background-color: #1b63bf;
}

.banner1 {
    height: 135px;
    position: relative;
	width: 1200px;
	margin: 20px auto 0;
}

.banner1 .swiper-banner1 {
    height: 135px;
    width:100%;
}

.banner1 img {
    height: 136px;
    width: 100%;
}

.banner1 .pagination {
    position: absolute;
    text-align: right;
    bottom: 5px;
    z-index: 2;
    right: 10px;
}

.banner1 .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background: #b6c0c1;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
    display: inline-block;
    transition: all 0.4s;
}

.banner1 .pagination .swiper-active-switch {
    background: #3b94d9;
}


/*内容开始*/
.div_content{
	width:1200px;
	margin:0 auto;
	/* background-color: #f2f2f2; */
	margin-top: 20px;
}

.div_lunbo{
	padding-left: 0;
	height: 340px;
	overflow: hidden;
}
.div_news {
	position: relative;
}
.div_content .ul_tab{
	position: relative;
	background: #4c8cde;
}
.div_content .ul_tab li {
	display: inline-block;
	margin-right: 15px;
	padding-left:15px;
	padding-right:15px;
}
.div_content .ul_tab li a{
	display: block;
	font: 16px/44px "微软雅黑";
	color:#fff;
}
.div_content .icon{
	display: inline-block;
	width:24px;
	height: 24px;
	background:  url(/global/icon.png) 0 -50px no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}


.div_content .ul_tab li .a_more{
	display: block;
	width: 80px;
	background-color: #4c8cde;
	border-radius: 50px;
	height:30px;
	text-align: center;
	font:14px/30px "微软雅黑";
	color: #fff;
	width: 80px;
	position: absolute;
	top:10px;
	right: 0;
	display: none;
}
.ul_tab li.hover .a_more{
	display: block;
}
.ul_tab li.hover .a_more:hover{
	background-color: #1b63bf;

}
.ul_tab li.hover{
	background: #1b63bf;
}
.ul_tab li.hover a span,.ul_tab li:hover a span{
	color:#fff;
	font-weight: 700;
}
/*.ul_tab li .icon_gzdt{
	background:  url(/global/icon.png) 0px -50px no-repeat;
}
.ul_tab li .icon_zscd{
	background:  url(/global/icon.png) -60px -50px no-repeat;
}
.ul_tab li .icon_gddt{
	background:  url(/global/icon.png) -120px -50px no-repeat;
}
.ul_tab li .icon_mtbd{
	background:  url(/global/icon.png) -180px -50px no-repeat;
}
.ul_tab li .icon_tzgg{
	background:  url(/global/icon.png) -240px -50px no-repeat;
}
.ul_tab li .icon_zcfg{
	background:  url(/global/icon.png) -300px -50px no-repeat;
}
.ul_tab li .icon_rsrm{
	background:  url(/global/icon.png) -360px -50px no-repeat;
}

.ul_tab li.hover .icon_gzdt,.ul_tab li:hover .icon_gzdt{
	background:  url(/global/icon.png) -30px -50px no-repeat;
}
.ul_tab li.hover .icon_zscd,.ul_tab li:hover .icon_zscd{
	background:  url(/global/icon.png) -90px -50px no-repeat;
}
.ul_tab li.hover .icon_gddt,.ul_tab li:hover .icon_gddt{
	background:  url(/global/icon.png) -150px -50px no-repeat;
}
.ul_tab li.hover .icon_mtbd,.ul_tab li:hover .icon_mtbd{
	background:  url(/global/icon.png) -210px -50px no-repeat;
}
.ul_tab li.hover .icon_tzgg,.ul_tab li:hover .icon_tzgg{
	background:  url(/global/icon.png) -270px -50px no-repeat;
}
.ul_tab li.hover .icon_zcfg,.ul_tab li:hover .icon_zcfg{
	background:  url(/global/icon.png) -330px -50px no-repeat;
}
.ul_tab li.hover .icon_rsrm,.ul_tab li:hover .icon_rsrm{
	background:  url(/global/icon.png) -390px -50px no-repeat;
}*/

.ul_newsList{
	margin-top:10px;
	padding-left: 15px;
	padding-right:15px;
}
.ul_newsList li{
	font:16px/26px "arial";

}
.ul_newsList li a{
	display: inline-block;
	width: 88%;
	font:16px/30px "微软雅黑";
	 white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
}
.ul_newsList li:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #4c8cde;
	margin-right: 10px;
	vertical-align: top;
    margin-top: 13px;
}
.ul_newsList li .span_time{
	float: right;
	color:#888;
}
.ul_newsList li a:hover{
	color:#4c8cde;
}

/*轮播图*/
.swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination{
	position: absolute!important;
	width: 120px!important;
	left:79%!important;
	bottom:10px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
	width: 8px;
    height: 8px;
    display: inline-block;
    border-radius:0;
    background: #4c8cde;
    opacity: 1;

}

.div_lunbo .swiper-slide p{
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom:0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	font:16px/40px "微软雅黑";
	color: #fff;
	text-align: left;
	padding-left: 15px;
}
.swiper-slide a,.swiper-slide a img{
	display: block;
	width: 100%;
	height:100%;
}
.swiper-container h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    font-weight: normal;
    z-index: 111;
    font-size: 14px;
	background-color: rgba(0,0,0,0.4);
}
.swiper-container h3 a{
	color:#fff;
	display: inline-block;
    width: 70%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
}
.swiper-pagination-bullet{background:#ffffff;opacity:1}
.swiper-pagination-bullet-active{background:#4c8cde;}
.swiper-pagination{text-align:right;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
    right: 5px;
    width: 100%;
}
.swiper-container .swiper-slide img{
	width: 100%;
	height: 100%;
}


/*专题轮播*/
.div_zhuantilunbo{
	margin-top:30px;
	margin-bottom:30px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background:  url(/global/arr_left.png) 0 0 no-repeat;
    left: 0px;
    right: auto;
    height: 100%;
    top: 22px;
    width: 42px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
background: url(/global/arr_right.png) 0 0 no-repeat;
    right: 0px;
    left: auto;
    height: 100%;
    top: 22px;
    width: 42px;
}

.div_content .h3_title{
	margin-top: 15px;
	margin-bottom: 20px;
}
.div_content .h3_title:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 25px;
	background-color: #4c8cde;
	margin-right: 10px;
	vertical-align: middle;
}
.div_content .h3_title a{
	font: 16px/25px "微软雅黑";
	color:#222;
}
.div_content .h3_title a.more{
	float: right;
	margin-right:10px;
	color:#4c8cde;
}
.a_gdzwfw,.a_gdzwfw img,.a_zxft,.a_zxft img{
	display: block;
	width: 100%;
}
.ul_ztfw ,.ul_hdjl{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.ul_ztfw li,.ul_hdjl li{
	margin-bottom: 15px;
}
.ul_ztfw li a{
	display: block;
	border:2px solid #4c8cde;
	border-radius: 10px;
	text-align: center;
	font: 16px/30px "微软雅黑";
	color:#4c8cde;
}
.ul_hdjl li a img{
	display: block;
	width: 100%;
	height: 89px;
}

.ul_link li select{
	width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    padding-left: 10px;
}


.div_breadcrumb{
	height: 30px;
	background:  url(/global/icon_wz.png) 0 0 no-repeat;
	padding-left: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}

.div_breadcrumb a{
	font: 14px/30px "微软雅黑";
	color: #222;
	line-height: 30px;
}

.ul_siteMenu{
	display: block;
	width: 100%;
}
.ul_siteMenu li{
	background-color: #eee;
	margin-bottom: 4px;
	padding: 15px 20px;
	font: 16px/50px "微软雅黑";
	color: #222;
	line-height: 25px;	
}
.ul_siteMenu li.on{
	background-color: #4c8cde;
}
.ul_siteMenu li.on a{
	color:#fff;
	
}

.ul_siteMenu li.on  s{
	display: inline-block;
	width: 9px;
	height: 30px;
	background:  url(/global/arrow_right.png) center no-repeat;
	vertical-align: middle;
	float: right;
}
.a_zwwgk,.a_zdly{
	display: block;
	padding:15px 15px 0;
}
.a_zwwgk img,.a_zdly img{
	display: block;
	width: 100%;
}
.div_bg{
	background-color: #fff;
	box-shadow: #999;
}
.content_bg{
	width: 100%;
	height: 400px;
	background-color: #e2edfa;
	position: absolute;
	top:10%;
}

.ul_zwIcon,.ul_zwIcon2{
	margin-top: 15px;
	height: auto;
	overflow:hidden;
}
.ul_zwIcon li{
	text-align: center;
}
.ul_zwIcon li a{
	display: block;
	background-color: #b7daf5;
	color:#436288;
	padding:10px;
	font-size: 15px;
}
.ul_zwIcon li a s{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(/global/icon.png) 0 -50px no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}
.ul_zwIcon li a s.icon_lingdao{
	background: url(/global/icon.png) -0px -50px no-repeat;

}
.ul_zwIcon li a s.icon_zhineng{
	background: url(/global/icon.png) -30px -50px no-repeat;
	
}
.ul_zwIcon li a s.icon_jigou{
	background: url(/global/icon.png) -60px -50px no-repeat;
	
}
.ul_zwIcon li a s.icon_qingdan{
	background: url(/global/icon.png) -90px -50px no-repeat;
	
}
.ul_zwIcon li a s.icon_caizhen{
	background: url(/global/icon.png) -120px -50px no-repeat;
	
}
.ul_zwIcon li a s.icon_tongji{
	background: url(/global/icon.png) -150px -50px no-repeat;
	
}
.ul_zwIcon li a s.icon_shuju{
	background: url(/global/icon.png) -180px -50px no-repeat;
	
}
.ul_zwIcon2 li a{
	font-size: 17px;
	color:#222;
}
.ul_zwIcon2 li a s{
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(/global/zw_icon.png) 0 0px no-repeat;
	vertical-align: middle;
	margin-right: 5px;
	-webkit-background-size: cover;
	background-size: cover;
}
.ul_zwIcon2 li{
	margin-bottom: 15px;

}
.ul_zwIcon2 li a s.icon_zhinan{
	background: url(/global/zw_icon.png) 0 0px no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.ul_zwIcon2 li a s.icon_mulu{
	background: url(/global/zw_icon.png) -86px 0px no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.ul_zwIcon2 li a s.icon_yishenqing{
	background: url(/global/zw_icon.png) -171px 0px no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.ul_zwIcon2 li a s.icon_baogao{
	background: url(/global/zw_icon.png) -257px 0px no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}


.div_zxft{
	height: auto;
	overflow: hidden;
}
.zxft_left img{
	display: block;
	width: 100%;
}

.p_zhuti{
	height: 60px;
	font: 15px/26px "微软雅黑";
	overflow: hidden;
}
.p_jianjie{
	height: 90px;
	font: 15px/26px "微软雅黑";
	overflow: hidden;

}
.p_zhuti span,.p_jianjie span{
	color:#4c8cde;
}
.ul_hdjl{
	/* padding:20px; */
	padding: 0 0 20px;
}

.a_link{
	font-size: 16px;
	font-weight: 700;
	color:#4c8cde;
}


/*footer*/
.div_footer{
	width: 1200px;
	margin:0 auto;
	line-height: 26px;
}
.div_footer a{
	display: inline-block;
	margin:0 15px 0 0;
}


/*文章细览*/
.h4_title{
	text-align: center;
	font-size: 24px;
}
.ul_articleInfo{
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.ul_articleInfo li{
	display: inline-block;
	text-align: center;
	height: 40px; line-height: 40px;
}
.a_share{
	display: inline-block;
	width: 24px;
	height: 22px;
	background:  url(/global/share.png) 0 0 no-repeat;
	vertical-align: middle;
}
.ul_articleInfo span{
	font-size: 14px;
	color:#888;
	display: inline-block;
	margin:0 15px;
}

.article_content{
	padding:15px 30px;
	font:16px/28px "微软雅黑";
	color:#222;
	text-indent: 2em;
}
.article_content img{
	display: block;
	margin:0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cl{clear:both}
		.zilanmu{
		/* color:black; */
		width:150px;
		display: inline;
	}
	.zilanmu a{
		/* color:black; */
	}
	.zilanmu-ul{
		width:100%;
	}
	.ul_bar .col-md-2{
		text-align:center;
		line-height:54px
	}
	.zilanmu-ul {
	display:none;
    background-color: #4c8cde;
    position: absolute;
    top: 54px;
    left: 0px;
	z-index:9999
}

.ymygd {
    position: absolute;
    top: 70px;
    right: 20px;
    z-index: 2;
}

@media (max-width: 1024px) {
	.div_content, .banner1, .div_img, .ul_link, .div_footer{width: 100%;}
	.col-md-12{overflow: hidden;}
}
@media (min-width: 992px){
.col-md-5 {
    width: 31.66666667%;
}
}


@media (max-width: 912px) {
	.ul_bar{width: 100%; display: flex; justify-content: space-between;}
	.ul_bar li{width:20%;}
	
}

@media (max-width: 820px) {
	.col-md-5{width: 31.66666667%}
}

@media (max-width: 768px) {
}

@media (max-width: 640px) {
}

@media (max-width: 540px) {
	.div_navBar{height: auto; padding:0}
	.ul_bar{flex-wrap: wrap; justify-content:flex-start;}
	.ul_bar li{width: 33.333%}
    .wzmc{padding-top: 20px;}
}

@media (max-width: 480px) {
	.div_topHeaderBg{height: 280px;}
	.div_topHeaderBg a{padding-left: 0 !important;}
	.tbr{top: 23px;}
	.wzmc h1{font-size: 40px;}
	.form_search{width: 100%;}
	.form_search .input_txt{width: 65%; margin-left: 40px; height:45px}
	.form_search .btn_submit{width: 70px; height: 45px;}
     .ul_newsList li{padding: 8px 0; line-height: 1.2;}
	.ul_newsList li a{display: inline; width: auto; line-height: 1.2}
	.ul_newsList li .span_time{float: none; margin-left: 10px;}
	.ul_bar li a{line-height: 34px; padding: 10px 0;}
	.ul_bar li a .icon{display: block; margin:0 auto}
}

@media (max-width: 400px) {
	.form_search .btn_submit{width: 65px; height: 42px;}
	.ul_bar li a .icon{display: block; margin:0 auto}
}
@media (max-width: 380px) {
	.form_search .btn_submit{width: 60px; height: 40px;}
}
@media (max-width: 360px) {
	.form_search .input_txt{width: 63%;}
}

@media (max-width: 320px) {
	.wzmc{padding-top: 0;}
	.wzmc h1{font-size: 30px;}
	.div_topHeaderBg{height: 250px;}
}

@media (max-width: 280px) {}