﻿/*通用类*/
*{
	margin:0;		
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*兼容老设备的rem-px基准*/
html{
	font-size:42.6667px;	
}
@media screen and (max-width: 320px){ 
  html{
  	font-size:42.6667px;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px){ 
  html{
  	font-size:48px;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px){ 
  html{
  	font-size:50px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px){ 
  html{
  	font-size:55px;
  }
}
@media screen and (min-width: 415px) and (max-width: 484px){ 
  html{
  	font-size:64px;
  }
}
@media screen and (min-width: 485px) and (max-width: 720px){ 
  html{
  	font-size:96px;
  }
}
@media screen and (min-width: 721px) and (max-width: 768px){ 
  html{
  	font-size:102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
@media screen and (min-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
/*新设备的rem-vw标准*/
html{	
	overflow-x:hidden;
	font-size:13.3333333333vw;	/*一便rem.js失效，这里起作用*/
}

body{		
	width:100%;	
	min-width:320px;
	min-height: 100vh;
	margin:0 auto;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#f3f4f8;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.24rem;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#6b6b6b;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}
input::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
textarea::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;
	-webkit-appearance: none;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border:none;	
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}


.banner{
	width:100%;
}
.banner .swiper-slide{
	width:100%;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
	height:auto;
}
.banner .swiper-pagination-bullet{
	opacity:0.8;
	background:#fff;
}
.banner .swiper-pagination-bullet-active{
	opacity: 1;
	background:#fff;
}

.header{
	height: 1.1rem;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background:#0d93fd; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #fff, #dcf5ff);
	background:-moz-linear-gradient(to bottom, #fff, #dcf5ff);
	background:-webkit-gradient(to bottom, #fff, #dcf5ff);
	background:-o-linear-gradient(to bottom, #fff, #dcf5ff);

}
.header .logo{
	float: left;
	display: block;
	height: 0.5rem;
	margin:0.3rem 0 0 0.3rem;
}
.header .logo img{
	display: block;
	height: 0.5rem;
}
.header .menu_btn{
	display: block;
	width: 1.1rem;
	height: 1.1rem;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	color:#4888d0;
	line-height: 0.46rem;
	padding-top:0.5rem;
	background:url("../images/menu_btn.png") no-repeat center 0.3rem;
	background-size:0.5rem auto;
}
.header_zw{
	height: 1.1rem;
	clear: both;
}
.nav{
	width: 50%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	background:#354a67;
	display: none;
}
.nav_flog{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background:rgba(0,0,0,0.5);
	display: none;
}
.nav ul{
	font-size:0.28rem;
	line-height: 1rem;
}
.nav ul a{
	display: block;
	padding:0 0.2rem;
	color:#fff;
	line-height: 1rem;
}
.nav .tel{
	padding:0.2rem 0 0.2rem 0.5rem;
	color:#f8d38b;
}
.nav .tit{
	float: left;
	height: 0.9rem;
	line-height: 0.45rem;
	border-right:1px solid #6d8099;
	padding-right:0.15rem;
	font-size:0.28rem;
}
.nav .num{
	float: left;
	line-height: 0.9rem;
	font-size:0.3rem;
	font-weight: bold;
	padding-left:0.2rem;
}
.b_bars{
	position: fixed;
	right: 0.5rem;
	bottom: 0.5rem;
	z-index: 100;
	width: 0.9rem;
	background:#fff;
}
.b_bars a{
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	border-bottom:1px solid #ececec;
	text-align: center;
	line-height: 1.8;
	color:#999;
	box-sizing:border-box;
	padding-top:0.05rem;
}
.b_bars img{
	display: block;
	width: 0.38rem;
	height: 0.38rem;
	margin:0 auto;
}
.b_bars .go_top{
	border:0;
}
.h_sp{
	text-align: center;
	padding:0.3rem 0 0 0;
}
.h_sp dt{
	height: 0.6rem;
	line-height: 0.6rem;
	font-size:0.28rem;
	color:#295085;
}
.h_sp dd{
	color:#d5d4d9;
	line-height: 0.6rem;
	height: 0.7rem;
}
.h_sp .wp{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	padding:0 0.2rem;
}
.h_sp .zw{
	width: 2.1rem;
	height: 0;
}
.h_sp a{
	display: block;
	width: 2.1rem;
	display: block;
	text-align: center;
	line-height: 0.7rem;
	font-size:0.28rem;
	color:#333;
}
.h_sp a span{
	display: block;
	height: 1rem;
}
.h_sp img{
	display: block;
	width: 100%;
	height: 1.4rem;
}

.h_news .title{
	height: 0.6rem;
	line-height: 0.6rem;
	position: relative;
	text-align: center;
}
.h_news .title span{
	display: inline-block;
	height: 0.6rem;
	background:#fff;
	width: 3rem;
	text-align: center;
	font-size:0.32rem;
	color:#568fdd;
	position: relative;
	z-index: 10;
}
.h_news .line{
	width: 100%;
	border-top:1px solid #9aaab0;
	position: absolute;
	left: 0;
	top: 50%;
}
.h_news .tps{
	padding:0.5rem 0.2rem 0 0.2rem;
	height: 1.83rem;
	display: block;
}
.h_news .photo{
	display: block;
	width: 2rem;
	height: 1.4rem;
	border-radius:0.1rem;
	float: left;
	position: relative;
	overflow: hidden;
}
.h_news .photo img{
	display: block;
	width: 2rem;
	height: 1.4rem;
}
.h_news dl{
	float: right;
	width: 4.9rem;
}
.h_news dt{
	font-size:0.28rem;
	line-height: 0.5rem;
	color:#a4393a;
}
.h_news dd{
	font-size:0.22rem;
	line-height: 0.36rem;
	text-indent:2em;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.h_news ul{
	padding:0 0.2rem;
}
.h_news li{
	height: 0.66rem;
	line-height: 0.66rem;
	font-size:0.28rem;
	padding-left:0.36rem;
	position: relative;
}
.h_news li i{
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	border-radius:100%;
	background:#4e8ee5;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-0.08rem;
}
.h_news li a{
	color:#333;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.h_news .more{
	display: block;
	width: 3rem;
	height: 0.6rem;
	line-height: 0.6rem;
	border:1px solid #636363;
	border-radius:0.1rem;
	margin:0.5rem auto;
	text-align: center;
	font-size:0.28rem;
}
.h_tg{
	background:#e8e8e8;
}
.h_tg .full{
	display: block;
	width: 100%;
	height:auto;
}
.h_tg .title{
	text-align: center;
	height: 0.9rem;
	line-height: 0.9rem;
	font-size:0.36rem;
	color:#b10428;
}
.h_tg .wp{
	display: block;
	width: 6.3rem;
	margin:0 auto;
	background:#fff;
	box-shadow:0 0 0.15rem rgba(0,0,0,0.1);
	border-radius:0.15rem;
	box-sizing:border-box;
	padding:0.3rem;
	font-size:0.28rem;
	line-height: 1.6;
}
.h_tg dl{
	text-align: center;
}
.h_tg dt{
	color:#b10428;
}
.h_tg .name{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.h_tg .more{
	display: block;
	width: 3rem;
	height: 0.6rem;
	line-height: 0.6rem;
	border:1px solid #636363;
	border-radius:0.1rem;
	margin:0.5rem auto;
	text-align: center;
	font-size:0.28rem;
}

.h_pub{
	border-bottom:1px solid #ccc;
}
.h_pub .title{
	height: 0.6rem;
	line-height: 0.6rem;
	position: relative;
	text-align: center;
	margin:0.5rem 0;
}
.h_pub .title span{
	display: inline-block;
	height: 0.6rem;
	background:#fff;
	width: 3rem;
	text-align: center;
	font-size:0.32rem;
	color:#568fdd;
	position: relative;
	z-index: 10;
}
.h_pub .line{
	width: 100%;
	border-top:1px solid #9aaab0;
	position: absolute;
	left: 0;
	top: 50%;
}
.h_pub ul{
	padding:0 0.5rem;
}
.h_pub li{
	height: 1rem;
	line-height: 1rem;
	margin-bottom:0.3rem;
}
.h_pub dl{
	width: 1.9rem;
	height: 0.9rem;
	float: left;
	background:#255384;
	border-radius:0.15rem;
	color:#fff;
	text-align: center;
	padding-top:0.1rem;
	line-height: 0.4rem;
}
.h_pub dl img{
	display: block;
	width: 0.44rem;
	height: 0.44rem;
	margin:0 auto;
}
.h_pub .photo{
	display: block;
	height: 1rem;
	width: 4.3rem;
	float: right;
}
.h_links{
	padding:0.6rem 0 0.6rem 1rem;
	position: relative;
}
.h_links .tit{
	position: absolute;
	left: 0.3rem;
	top: 0.6rem;
	width: 0.4rem;
	border:1px solid #979797;
	text-align: center;
	padding:0.1rem 0;
}
.h_links li{
	height: 0.7rem;
	width: 50%;
	float: left;
	font-size:0.28rem;
}
.h_links li a{
	color:#000;
}
.footer{
	text-align: center;
	background:#265283;
	line-height: 1.8;
	color:#fff;
	padding:0.3rem 0;
}
.footer .b{
	font-size:0.3rem;
}

.cm_navs{
	height: 1.2rem;
	overflow-y:hidden;
	overflow-x:auto;
}
.cm_navs .s_out{
	padding-top:0.2rem;
}
.cm_navs a{
	display: inline-block;
	height: 0.66rem;
	line-height: 0.66rem;
	border:1px solid #bfc6cd;
	border-radius:0.1rem;
	padding:0 0.3rem;
	float: left;
	margin-left:0.2rem;
	font-size:0.26rem;
	color:#4891df;
}
.cm_navs .hover{
	background:#4891df;
	color:#fff;
	border-color:#4891df;
}
.ne_wp{
	padding:0 0.2rem;
}
.ne_tps{
	display: block;
	border-radius:0.1rem;
	position: relative;
	overflow: hidden;
}
.ne_tps img{
	display: block;
	width: 100%;
	height:auto;
}
.ne_tps dl{
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 10;
	background:rgba(0,0,0,0.5);
	color:#fff;
	box-sizing:border-box;
	padding:0.2rem;
}
.ne_tps dt{
	font-size:0.28rem;
	line-height: 0.4rem
}
.ne_tps span{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ne_item{
	display: block;
	border-bottom:1px solid #cfced3;
	padding:0.3rem 0 0 0;
	font-size:0.28rem;
	line-height: 0.45rem;
	color:#888;
	height:2rem;
}
.ne_item dt{	
	line-height: 0.5rem;
	font-size:0.3rem;
}
.ne_item .name{
	color:#94323b;
	
}
.ne_item .date{
	text-align:right;
}
.ne_item .photo{
	float: left;
	display: block;
	width: 2.4rem;
	height: 1.74rem;
	border-radius:0.15rem;
	position: relative;
	overflow: hidden;
	margin-right:0.15rem;
}
.ne_item .photo img{
	display: block;
	width: 2.4rem;
	height: 1.74rem;
}

.page{
	text-align: center;
	padding:0.5rem 0;
}
.page a{
	display: inline-block;
	height: 0.5rem;
	line-height: 0.5rem;
	padding:0 0.15rem;
	border:1px solid #ccc;
	border-radius:0.05rem;
}
.page a.hover{
	color:#fff;
	background:#265283;
	border-color:#265283;
}
.nd_title{
	width: 7.1rem;
	margin:0 auto;
	border-bottom:1px solid #ececec;
	text-align: center;
	padding-bottom:0.1rem;
}
.nd_title .t1{
	font-size:0.3rem;
	line-height: 0.5rem;
	color:#2d5379;
	font-weight: bold;
}
.nd_title .date{
	line-height: 2;
	color:#999;
}
.articleBody{
	font-size:0.28rem;
	padding:0.3rem 0.2rem;
	line-height: 1.8;
}
.articleBody img{
	display: block;
	width: 100%;
	margin:0.2rem 0;
}
.nd_page{
	text-align: center;
	padding:0.5rem 0;
	font-size:0.28rem;
}
.nd_page a{
	display: inline-block;
	padding-right:0.55rem;
	background:url("../images/backa.png") no-repeat right center;
	background-size:auto 0.28rem;
}
.nd_wp{
	padding:0 0.2rem 0.3rem 0.2rem;
}
.nd_wp .head{
	height: 0.8rem;
	line-height: 0.8rem;
	border-bottom:1px solid #94828d;
	position: relative;
	font-size:0.32rem;
	color:#a33338;
	padding-left:0.3rem;
	font-weight: bold;
}
.nd_wp .head i{
	display: block;
	width: 0.05rem;
	height: 0.26rem;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-0.13rem;
	background:#a33338;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }