﻿/*通用类*/
*{
	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:#ebf2fe;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.28rem;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	color:#333;
}

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#333;
	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%;
	height: 4.07rem;
	position: relative;
}
.banner .sd{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 60;
	height: 0.5rem;
	width: 100%;
	background:url("../images/ba_sd.png") no-repeat bottom center;
	background-size:100% 100%;
}
.banner .swiper-slide{
	width:100%;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
	height:4.07rem;
}
.banner .swiper-pagination{
	bottom: 0.64rem;
}
.banner .swiper-pagination-bullet{
	opacity:1;
	background:#fff;
}
.banner .swiper-pagination-bullet-active{
	background:#006dd9;
}
.h_navs{
	width: 7rem;
	margin:-0.5rem auto 0 auto;
	background:#fff;
	height: 1.72rem;
	border-radius:0.15rem;
	position: relative;
	z-index: 20;
	box-sizing:border-box;
	padding:0 0.5rem;
	box-shadow:0 0 0.15rem rgba(210,220,250,0.6);
}
.h_navs .item{
	height: 1.72rem;
	width: 33.3333%;
	float: left;
	text-align: center;
	box-sizing:border-box;
	padding-top:0.3rem;
	line-height: 0.75rem;
}
.h_navs .item img{
	display: block;
	height: 0.6rem;
	margin:0 auto;
}
.h_title{
	width: 7rem;
	height: 1rem;
	line-height: 1rem;
	margin:0 auto;
	clear: both;
}
.h_title .tit{
	float: left;
	font-size:0.32rem;
	padding-left:0.3rem;
	position: relative;
}
.h_title .tit i{
	display: block;
	width: 0.1rem;
	height: 0.3rem;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-0.15rem;
	background:#006dd9;
	border-radius:0.05rem;
}
.h_title .more{
	float: right;
	font-size:0.26rem;
	color:#999;
}
.news_list{
	width: 7rem;
	margin:0 auto;
	border-radius:0.2rem;
	box-shadow:0 0 0.15rem rgba(210,220,250,0.6);
	box-sizing:border-box;
	padding:0 0.25rem;
	background:#fff;
}
.ne_item{
	display: block;
	height: 1.8rem;
	border-bottom:1px solid #ddd;
}
.ne_item:last-child{
	border:0;
}
.ne_item .intro{
	padding-top:0.26rem;
}
.ne_item .name{
	font-size:0.28rem;
	line-height: 0.36rem;
	height: 0.72rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.ne_item .read{
	height: 0.8rem;
	line-height: 0.8rem;
	float: left;
	color:#999;
	display: inline-block;
	padding-left:0.36rem;
	background:url("../images/read.png") no-repeat left center;
	background-size:auto 0.2rem;
}
.ne_item .date{
	height: 0.8rem;
	line-height: 0.8rem;
	float: right;
	color:#999;
	display: inline-block;
	padding-left:0.36rem;
	background:url("../images/time.png") no-repeat left center;
	background-size:auto 0.25rem;
}
.ne_item .photo{
	width: 2rem;
	height: 1.35rem;
	float: left;
	margin:0.2rem 0.3rem 0 0;
	position: relative;
	overflow: hidden;
	border-radius:0.1rem;
}
.ne_item .photo img{
	display: block;
	width: 2rem;
	height: 1.35rem;
}
.hd_item{
	display: block;
	width: 7rem;
	margin:0 auto 0.3rem auto;
	border-radius:0.2rem;
	box-shadow:0 0 0.15rem rgba(210,220,250,0.6);
	background:#fff;
	overflow: hidden;
	padding-bottom:0.25rem;
}
.hd_item img{
	display: block;
	width: 100%;
	height:auto;
}
.hd_item .name{
	margin:0.2rem 0.3rem 0 0.3rem;
	font-size:0.3rem;
	max-height:0.84rem;
	line-height: 0.42rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.hd_item .date{
	margin-top:0.14rem;
	height: 0.3rem;
	line-height: 0.3rem;
	font-size:0.3rem;
	padding-left:0.4rem;
	margin-left:0.3rem;
	color:#999;
	background:url("../images/date.png") no-repeat left center;
	background-size:auto 100%;
}
.footer{
	height: 1.05rem;
	background:#fff;
	box-shadow:0 0 0.15rem rgba(210,220,250,0.6);
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
}
.footer a{
	float: left;
	display: block;
	width: 25%;
	height: 1.05rem;
	box-sizing:border-box;
	text-align: center;
	font-size:0.26rem;
	color:#999;
	padding-top:0.12rem;
	line-height: 0.46rem;
}
.footer .ico{
	display: block;
	height: 0.44rem;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:auto 100%;
}
.footer .ico1{
	background-image:url("../images/ft1.png");
}
.footer .hover .ico1{
	background-image:url("../images/ft1h.png");
}
.footer .ico2{
	background-image:url("../images/ft2.png");
}
.footer .hover .ico2{
	background-image:url("../images/ft2h.png");
}
.footer .ico3{
	background-image:url("../images/ft3.png");
}
.footer .hover .ico3{
	background-image:url("../images/ft3h.png");
}
.footer .ico4{
	background-image:url("../images/ft4.png");
}
.footer .hover .ico4{
	background-image:url("../images/ft4h.png");
}
.footer .hover{
	color:#006dd9;
}
.footer_zw{
	height: 1.05rem;
}

.header{
	height: 1rem;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background:#fff;
	border-bottom:1px solid #016ed9;
	font-size:0.32rem;
	line-height: 1rem;
	text-align: center;
	color:#006dd9;
}
.header_zw{
	height: 1rem;
	clear: both;
	padding-bottom:1px;
}
.line20{
	height: 0.2rem;
	clear: both;
}

.ne_search{
	padding:0.2rem 0.25rem;
}
.ne_search .text{
	width: 5.77rem;
	box-sizing:border-box;
	height: 0.66rem;
	float: left;
	background:#fff url("../images/ne_text.png") no-repeat 0.27rem center;
	background-size:auto 0.4rem;
	border-radius:0.15rem;
	border:0;
	box-shadow:0 0 0.15rem rgba(210,220,250,0.6);
	padding:0 0.9rem;
	font-size:0.28rem;
}
.ne_search .sub{
	float: right;
	width: 1.06rem;
	height: 0.66rem;
	font-size:0.32rem;
	color:#fff;
	border-radius:0.15rem;
	background:#4a64ff; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to right, #4a64ff, #3bb4fd);
	background:-moz-linear-gradient(to right, #4a64ff, #3bb4fd);
	background:-webkit-gradient(to right, #4a64ff, #3bb4fd);
	background:-o-linear-gradient(to right, #4a64ff, #3bb4fd);
}
.load_more{
	display: block;
	width: 100%;
}
.load_more img{
	display: block;
	width: 100%;
	height:auto;
}

.vi_top{
	background:#fff;
	padding:0.2rem 0.3rem 0 0.3rem;
	border-bottom:0.16rem solid #ebf2fe;
}
.vi_top .title{
	font-size:0.45rem;
	line-height: 0.67rem;
	color:#000;
}
.vi_top .date{
	float: left;
	font-size:0.3rem;
	color:#656565;
	padding-left:0.4rem;
	height: 0.9rem;
	line-height: 0.9rem;
	background:url("../images/time.png") no-repeat left center;
	background-size:auto 0.35rem;
}
.vi_top .read{
	float: right;
	font-size:0.3rem;
	color:#656565;
	padding-left:0.45rem;
	height: 0.9rem;
	line-height: 0.9rem;
	background:url("../images/read.png") no-repeat left center;
	background-size:auto 0.3rem;
}
.vi_cnt{
	padding:0.3rem;
	font-size:0.32rem;
	line-height: 1.6;
}
.vi_cnt img{
	display: block;
	width: 100%;
	height:auto;
	margin-bottom:0.15rem;
}

.me_top{
	height: 2.3rem;
	background:url("../images/me_top.jpg") no-repeat top center;
	background-size:100% 100%;
	box-sizing:border-box;
	padding:0.36rem 0 0 1.3rem;
	color:#fff;
}
.me_top dt{
	font-size:0.36rem;
	line-height: 0.42rem;
}
.me_top dd{
	font-size:0.3rem;
	line-height: 0.6rem;
}
.me_top .hy{
	height: 0.7rem;
	line-height: 0.7rem;
}
.me_top .name{
	font-size:0.36rem;
	padding-right:0.4rem;
}
.me_top .logo{
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	left: 0.3rem;
	top: 0.4rem;
}
.me_links{
	padding:0.2rem 0.25rem;
}
.me_links a{
	display: block;
	height: 0.95rem;
	line-height: 0.95rem;
	margin-bottom:0.1rem;
	background:#fff;
	position: relative;
	border-radius:0.1rem;
	font-size:0.32rem;
	color:#666;
	padding-left:1.05rem;
}
.me_links img{
	display: block;
	width: 0.95rem;
	height: 0.95rem;
	position: absolute;
	left: 0.05rem;
	top: 0;
}
.me_fm{
	padding:0 0.25rem;
}
.me_fm .head{
	height: 0.95rem;
	line-height: 0.95rem;
	font-size:0.32rem;
	position: relative;
	text-indent:0.95rem;
}
.me_fm .head img{
	display: block;
	width: 0.95rem;
	height: 0.95rem;
	position: absolute;
	top: 0;
	left: 0;
}
.me_in{
	background:#fff;
	border-radius:0.1rem;
	line-height: 0.34rem;
	font-size:0.28rem;
	color:#999;
	padding:0.3rem 0.4rem 0.3rem 1.9rem;
	position: relative;
	margin-bottom:0.1rem;
}
.me_in .tit{
	position: absolute;
	left: 0.3rem;
	top: 50%;
	margin-top:-0.2rem;
	color:#333;
}
.me_in .blue{
	color:#006dd9;
}
.hd_banner{
	display: block;
	width: 100%;
	height:auto;
}
.hd_pd{
	padding:0 0.25rem 0.25rem 0.25rem;
}
.hd_top{
	background:#fff;
	border-radius:0 0 0.15rem 0.15rem;
	box-shadow:0 0 0.15rem rgba(210,220,250,0.6);
	padding:0 0.25rem;
	text-align: center;
}
.hd_top .title{
	height: 0.8rem;
	line-height: 0.8rem;
	border-bottom:1px solid #ccc;
	font-size:0.3rem;	
}
.hd_top .date{
	display: inline-block;
	height: 0.7rem;
	line-height: 0.7rem;
	font-size:0.26rem;
	color:#999;
	padding-left:0.4rem;
	background:url("../images/date.png") no-repeat left center;
	background-size:auto 0.28rem;
}
.hd_tips{
	background:#fff;
	margin-top:0.2rem;
	border-radius:0.15rem;
	box-shadow:0 0 0.15rem rgba(210,220,250,0.6);
	font-size:0.3rem;
	padding:0.2rem 0.25rem;
	line-height: 0.54rem;
}
.hd_tips p{
	text-indent:2em;
}
.hd_title,.hd_pd .uphd_title{
	height: 0.9rem;
	line-height: 0.9rem;
	font-size:0.32rem;
	padding-left:0.3rem;
	position: relative;
    background:#ebf2fe;
    text-align:left;
}
.hd_title i,.hd_pd .uphd_title i{
	display: block;
	width: 0.1rem;
	height: 0.3rem;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-0.15rem;
	border-radius:0.05rem;
	background:#006dd9;
}
.hd_in,.hd_pd .app_uphd_in{
	margin-bottom:0.1rem;
	background:#fff;
	border-radius:0.1rem;
	position: relative;
	height: 0.9rem;
	padding-left:2.2rem;
}
.hd_in .tit,.hd_pd .app_uphd_in .tit{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 0.9rem;
}
.hd_in .tit em,.hd_pd .app_uphd_in .tit em{
	padding:0 0.2rem;
	display: inline-block;
	color:#ff535f;
}
.hd_in .text,.hd_pd .app_uphd_in .text{
	width: 100%;
	height: 0.9rem;
	border:0;
    padding-left:0px;
}
.hd_sub,.btbtn{
	display: block;
	margin:0.3rem 0;
	width: 100%;
	height: 0.9rem;
	line-height: 0.9rem;
	border-radius:0.1rem;
	border:0;
	font-size:0.32rem;
    text-align:center;
	color:#fff;
	background:#4c5aff; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to right, #4c5aff, #3abffd);
	background:-moz-linear-gradient(to right, #4c5aff, #3abffd);
	background:-webkit-gradient(to right, #4c5aff, #3abffd);
	background:-o-linear-gradient(to right, #4c5aff, #3abffd);
}

/**melist - begin**/
.me_item{
	display: block;
	height: 1.8rem;
	background:#fff;
	box-sizing:border-box;
	border-radius:0.1rem;
	box-shadow:0.05rem 0.05rem 0.05rem #ddd;
	padding:0.2rem;
	margin-top:0.25rem;
}
.me_item .photo{
	float: left;
	display: block;
	width: 2.34rem;
	height: 1.4rem;
	position: relative;
	overflow: hidden;
	border-radius:0.1rem;
}
.me_item .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.me_item .inf{
	width: 4.1rem;
	float: right;
}
.me_item .inf dt{
	height: 0.46rem;
	line-height: 0.46rem;
	font-size:0.32rem;
        overflow:hidden;
    text-overflow:ellipsis;
	-webkit-line-clamp:1;
}
.me_item .inf dd{
	height: 0.4rem;
	line-height: 0.4rem;
	color:#aaa;
	font-size:0.28rem;
}
.me_item .bt{
	height: 0.5rem;
	line-height: 0.5rem;
	clear: both;
}
.me_item .type{
	float: left;
	font-size:0.29rem;
	color:#52c4c4;
	padding-top:0.1REM;
}
.me_item .type2{
	color:#d90000;
}
.me_item .reada{
	float: right;
	display: block;
	width: 1.4rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius:0.1rem;
	background:#4c5aff;
	text-align: center;
	font-size:0.26rem;
	color:#fff;
}


.me_item2{
	display: block;
	height: 2.2rem;
	background:#fff;
	box-sizing:border-box;
	border-radius:0.1rem;
	box-shadow:0.05rem 0.05rem 0.05rem #ddd;
	padding:0.2rem;
	margin-top:0.25rem;
}
.me_item2 .photo{
	float: left;
	display: block;
	width: 2.34rem;
	height: 1.4rem;
	position: relative;
	overflow: hidden;
	border-radius:0.1rem;
}
.me_item2 .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.me_item2 .inf{
	width: 4.1rem;
	float: right;
}
.me_item2 .inf dt{
	height: 0.86rem;
	line-height: 0.46rem;
	font-size:0.32rem;
    overflow:hidden;
    text-overflow:ellipsis;
	-webkit-line-clamp:2;
}

.me_item2 .bt{
	height: 0.5rem;
	line-height: 0.5rem;
	clear: both;
}
.me_item2 .type{
	float: left;
	font-size:0.29rem;
	color:#52c4c4;
	padding-top:0.1REM;
}
.me_item2 .type2{
	color:#d90000;
}
.me_item2 .vdate {
    height:0.29rem;
    text-align:center;
    display:block;
    float:none;
    margin:0.1rem auto;
    font-size:0.24rem;
    color:#aaa;
}
.me_item2 .reada{
	float: right;
	display: block;
	width: 1.4rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius:0.1rem;
	background:#4c5aff;
	text-align: center;
	font-size:0.26rem;
	color:#fff;
}

.me_item2 .readb{
	float: right;
	display: block;
	width: 1.4rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius:0.1rem;
	background:#ccc;
	text-align: center;
	font-size:0.26rem;
	color:#fff;
}
.me_wp{
	margin-top:0.17rem;
	background:#fff;
	padding:0 0.25rem;
}

/*melist*/