﻿/*通用类*/
*{
	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:#f5f5f5;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.28rem;
	color:#333;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}
.hbg{
	background:#f5f5f5 url(../images/hbg.png) no-repeat top center;
	background-size:100% auto;
}
.nbg{
	background:#fff url(../images/hbg.png) no-repeat top center;
	background-size:100% auto;
}

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;	
}




.h_header{
	font-size:0.32rem;
	text-align: center;
	font-weight: bold;
	color:#fff;
	height: 0.9rem;
	line-height: 0.9rem;
}
.pd20{
	padding:0 0.2rem;
}
.h_navs{
	background:#fff;
	border-radius:0.15rem;
	padding:0.16rem 0 0.08rem 0;
	text-align: center;
	margin-bottom:0.2rem;
}
.h_navs a{
	float: left;
	display: block;
	width: 20%;
	text-align: center;
}
.h_navs img{
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	margin:0 auto;
}
.h_navs span{
	font-size:0.22rem;
	font-weight:bold;
	line-height: 0.56rem;
	display:inline-block;
	max-width:5em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}


.h_ad{
	width:100%;
	border-radius:0.15rem;
	overflow: hidden;
	margin-bottom:0.2rem;
	box-shadow:0 0 0.1rem rgba(0,0,0,0.2);
}
.h_ad .swiper-slide{
	width:100%;
}
.h_ad .swiper-slide img{
	display: block;
	width:100%;
	height:auto;
}
.h_ad .swiper-pagination{
	bottom: 0.1rem;
}
.h_ad .swiper-pagination-bullet{
	opacity:0.6;
	background:#fff;
}
.h_ad .swiper-pagination-bullet-active{
	opacity: 1;
	background:#fff;
}

.h_news{
	margin-bottom:0.2rem;
	border-radius:0.15rem;
	background:#fff;
}
.h_news .head{
	height: 0.85rem;
	line-height: 0.85rem;
	padding:0 0.4rem;
	color:#151515;
}
.h_news .tit{
	float: left;
	font-size:0.3rem;
	font-weight:bold;
}
.h_news .more{
	float: right;
	font-size:0.26rem;
	color:#999;
}
.hn_outer{
	height: 4.15rem;
	position: relative;
	overflow: hidden;
}
.hn_inner{
	width: 19.5rem;
	height: 4.15rem;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-9.75rem;
}
.ne_item{
	display: block;
	width: 6.5rem;
	height: 3.9rem;
	margin:0 auto;
	border-radius:0.15rem;
	overflow: hidden;
	position: relative;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}
.ne_slider .swiper-slide-active .ne_item{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ne_item .name{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	line-height: 0.8rem;
	color:#fff;
}
.ne_item .nm{
	padding-left:0.3rem;
	display: inline-block;	
	max-width:300px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float: left;
	font-size:0.3rem;
}
.ne_item img{
	display: block;
	width: 6.5rem;
	height: 3.9rem;
}
.ne_item2{
	display: block;
	height: 2.05rem;
	background:#fff;
	margin-top:0.2rem;
	border-radius:0.15rem;
	position: relative;
}
.ne_item2 .photo{
	display: block;
	width: 2rem;
	height: 1.55rem;
	position: absolute;
	float: left;
	margin:0.25rem 0 0 0.2rem;
	border-radius:0.1rem;
	overflow: hidden;
}
.ne_item2 .photo img{
	display: block;
	width: 2rem;
	height: 1.55rem;
}
.ne_item2 .intro{
	float: right;
	padding:0.24rem 0.2rem 0 0;
	width: 4.45rem;
}
.ne_item2 .name{
	font-size:0.26rem;
	font-weight:bold;
	line-height: 0.38rem;
	height: 0.76rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.ne_item2 .read{
	height: 0.5rem;
	line-height: 0.5rem;
	font-size:0.22rem;
	font-weight:bold;
	color:#999;
	padding-left:0.35rem;
	background:url(../images/read.png) no-repeat left center;
	background-size:auto 0.2rem;
}
.ne_item2 .tag{
	float: left;
	display: inline-block;
	height: 0.3rem;
	line-height: 0.3rem;
	padding:0 0.1rem;
	border-radius:0.1rem;
	background:#ea3521;
	font-size:0.2rem;
	color:#fff;
}
.ne_item2 .date{
	float: right;
	color:#999;
	font-size:0.22rem;
	height: 0.32rem;
	line-height: 0.32rem;
	padding-left:0.32rem;
	background:url(../images/date.png) no-repeat left center;
	background-size:auto 0.24rem;
}

.h_hd{
	margin-top:0.2rem;
	border-radius:0.15rem;
	padding-bottom:0.25rem;
	background:#fff;
}
.h_hd .head{
	height: 0.85rem;
	line-height: 0.85rem;
	padding:0 0.4rem;
	color:#151515;
}
.h_hd .tit{
	float: left;
	font-size:0.3rem;
	font-weight:bold;
}
.h_hd .more{
	float: right;
	font-size:0.26rem;
	color:#999;
}
.hd_slider{
	padding-bottom:0.5rem;
}
.hd_slider .photo{
	display: block;
	width: 6.65rem;
	height: 3.94rem;
	margin:0 auto;
	border-radius:0.2rem;
	overflow: hidden;
}
.hd_slider .photo img{
	display: block;
	width: 6.65rem;
	height: 3.94rem;
}
.hd_slider .name{
	height: 0.7rem;
	line-height: 0.7rem;
	font-size:0.3rem;
	padding:0 0.25rem;
	font-weight: bold;
}
.hd_slider .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hd_slider ul{
	font-size:0.24rem;
	color:#999;
	line-height: 0.38rem;
	padding:0 0.25rem;
}
.hd_slider .read{
	color:#999;
	float: right;
	padding-left:0.35rem;
	background:url(../images/read.png) no-repeat left center;
	background-size:auto 0.2rem;
}
.hd_slider .swiper-pagination{
	bottom: 0;
}
.hd_slider .swiper-pagination-bullet{
	opacity: 1;
	background:#e6e6e6;
}
.hd_slider .swiper-pagination-bullet-active{	
	background:#ea3521;
}
.h_vdo .head{
	position: relative;
	height: 0.86rem;
	line-height: 0.86rem;
	color:#151515;
}
.h_vdo .tit{
	position: relative;
	z-index: 10;
	font-size:0.32rem;
	left: 0.1rem;
}
.h_vdo .line{
	width: 1.3rem;
	height: 0.1rem;
	border-radius:0.05rem;
	background:linear-gradient(to right, #ed4b37, #f1a196);
	position: absolute;
	left: 0.1rem;
	top: 0.5rem;
}
.h_vdo .wp{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.h_vdo .zw{
	width: 3.45rem;
	height: 0;
}
.v_item{
	display: block;
	width: 3.45rem;
	height: 2.8rem;
	border-radius:0.15rem;
	position: relative;
	overflow: hidden;
	background:#fff;
	margin-bottom:0.2rem;
}
.v_item img{
	display: block;
	width: 100%;
	height: 1.95rem;
}
.v_item .name{
	line-height: 0.76rem;
	padding-left:0.25rem;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.footer{
	height: 1.4rem;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	background:#fff;
}
.footer a{
	float: left;
	display: block;
	width: 33.3333%;
	text-align: center;
	padding-top:0.6rem;
	line-height: 0.6rem;
	color:#6f7072;
	font-size:0.26rem;
	position: relative;
}
.footer .ico{
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	position: absolute;
	top: 0.2rem;
	left: 50%;
	margin-left:-0.2rem;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
}
.footer .ico1{
	background-image:url(../images/ft_ico1.png);
}
.footer .ico3{
	background-image:url(../images/ft_ico3.png);
}
.footer .hover .ico1{
	background-image:url(../images/ft_ico1h.png);
}
.footer .hover .ico3{
	background-image:url(../images/ft_ico3h.png);
}
.footer .homea{
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	top: -0.2rem;
	left: 50%;
	margin-left:-0.4rem;
}
.footer .hover{
	color:#ec4936;
}
.footer_zw{
	height: 1.6rem;
}
.ne_list2{
	padding-bottom:0.5rem;
}
.ne_list2 .ne_item2{
	margin-top:0;
	border-radius:0;
	border-bottom:1px solid #eee;
}
.ne_list2 .ne_item2 .tag{
	background:none;
	padding:0;
	color:#999;
	font-size:0.22rem;
	height:0.32rem;
	line-height: 0.32rem;
}
.ne_item3{
	border-bottom:1px solid #eee;
}
.ne_item3 .photo{
	display: block;
	width: 100%;
	border-radius:0.15rem;
	overflow: hidden;
}
.ne_item3 .photo img{
	display: block;
	width: 100%;
	height:3.9rem;
}
.ne_item3 .name{
	height: 0.8rem;
	line-height: 0.4rem;
	font-size:0.3rem;
	font-weight:bold;
	padding:0.1rem 0 0 0;
}
.ne_item3 .bts{
	height: 0.6rem;
	color:#aaa;
	font-size:0.22rem;
	line-height: 0.6rem;
	clear: both;
}
.ne_item3 .na{
	float: left;
}
.ne_item3 .date{
	margin-left:0.5rem;
	float: left;
	padding-left:0.3rem;
	background:url(../images/date.png) no-repeat left center;
	background-size:auto 0.24rem;
}
.ne_item3 .read{
	margin-left:0.5rem;
	float: right;
	padding-left:0.35rem;
	background:url(../images/read.png) no-repeat left center;
	background-size:auto 0.2rem;
}
.ne_item3 .nm{
	display:inline-block;
}
.loadmore{
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
	font-size:0.24rem;
	color:#999;
}
.loadmore span{
	display: inline-block;
	padding-left:0.5rem;
	background:url(../images/loading.gif) no-repeat left center;
	background-size:auto 0.4rem;
}
.ac_list{
	background:#fff;
	border-radius:0.15rem;
	overflow: hidden;
}
.ac_list .title{
	text-align: center;
	height: 0.85rem;
	line-height: 0.85rem;
	background:linear-gradient(to bottom, #fe8a7a, #e84937);
	font-size:0.32rem;
	font-weight: bold;
	color:#fff;
}
.ac_wp{
	padding:0 0.2rem 0 0.2rem;
}
.ac_item{
	border-bottom:1px solid #ddd;
	padding-top:0.2rem;
	padding-bottom:0.2rem;
}
.ac_item:last-child{
	border:0;
}
.ac_item .photo{
	position: relative;
	margin-bottom:0.2rem;
	display: block;
}
.ac_item .photo img{
	display: block;
	width: 100%;
	height:auto;
}
.ac_item .type{
	position: absolute;
	z-index: 20;
	right: 0.2rem;
	top: 0.2rem;
	height: 0.42rem;
	line-height: 0.42rem;
	padding:0 0.16rem;
	border-radius:0.05rem;
	background:#e43427;
	font-size:0.26rem;
	color:#fff;
}
.ac_item .name{
	height: 0.5rem;
	line-height: 0.4rem;
	font-size:0.3rem;
	font-weight:bold;
}
.ac_item .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ac_item li{
	font-size:0.24rem;
	color:#999;
	line-height: 0.4rem;
}
.ac_item .read{
	float: right;
	display: inline-block;
	padding-left:0.35rem;
	background:url(../images/readv.png) no-repeat left center;
	background-size:auto 0.2rem;
}

.load_more img {
    display: block;
    width: 100%;
    height: auto;
}