﻿/*通用类*/
@font-face {
    /* font-properties */
    font-family: pictos;
    src:url('/Public/skin/font/font.woff'),  
    url('/Public/skin/font/font.ttf'),
    url('/Public/skin/font/font.eot'); /* IE9 */
}
*{
	margin:0;		
	padding:0;
}
html{
	overflow-x:hidden;		
}
body{		
	width:100%;	
	min-width:320px;
	margin:0 auto;	
	font-family:"Microsoft Yahei";	
	background:#f3f3f3;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.24rem;
	color:#2d2e30;
}

/*不同设备字体em基准*/
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;
  }
}


img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#2d2e30;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:"Microsoft Yahei";	
	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;	
}
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:"Microsoft Yahei";
	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;	
}
.cm_photo{
	display:block;
	position:relative;
	overflow:hidden;	
}
.cm_photo .thumb{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;	
}
.cm_photo .zw{
	display:block;
	height:auto;	
	width:100%;
}


.hm_banner{
	height: 4.8rem;
	position: relative;
}
.hm_banner img{
	display: block;
	width: 100%;
	height:auto;
}
.public_slider{
	width: 94%;
	height: 0.7rem;
	left: 0.7rem;
	background:#fff url("../images/pub_slide.png") no-repeat left center;
	background-size:auto 100%;
	border-radius:0.35rem;
	position: absolute;
	left: 3%;
	top: 3.85rem;
	z-index: 10;
	box-shadow:0 0.05rem 0.05rem #ccc;
	font-size:0.26rem;
}
.public_slider .swiper-slide{
	padding-left:0.84rem;
	text-align:left;
	line-height: 0.7rem;
}
.public_slider .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.public_slider .close{
	width: 0.9rem;
	height: 0.7rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	background:url("../images/pub_close.png") no-repeat center center;
	background-size:auto 100%;
}
.hm111_nav{
	/* background:#fff; */
	height: 1.8rem;
	/* margin-bottom: 0.24rem; */
	right: 15px;
	border-top: 5.24rem;
	position: absolute;
}
.hm111_nav a{
	float: left;
	display: block;
	width: 25%;
	float: left;
	height: 1.8rem;
	box-sizing:border-box;
	text-align: center;
	font-size:0.24rem;
	/* padding-bottom: 0.25rem; */
}
.hm111_nav img{
	display: block;
	width: 1.4rem;
	position: absolute;
	/* height: 1rem; */
	margin:0 auto;
	right: 2rem;
	top: -1.07rem;
}
.hm222_nav{
	/* background:#fff; */
	height: 1.8rem;
	/* margin-bottom: 0.24rem; */
	right: 15px;
	border-top: 5.24rem;
	position: absolute;
}
.hm222_nav a{
	float: left;
	display: block;
	width: 25%;
	float: left;
	height: 1.8rem;
	box-sizing:border-box;
	text-align: center;
	font-size:0.24rem;
	/* padding-bottom: 0.25rem; */
}
.hm222_nav img{
	display: block;
	width: 0.6rem;
	position: absolute;
	/* height: 1rem; */
	margin:0 auto;
	right: 4.0rem;
	top: 0.1rem;
}
.hm_nav{
	background:#fff;
	height: 1.8rem;
	margin-bottom:0.24rem;
}
.hm_nav a{
	float: left;
	display: block;
	width: 25%;
	float: left;
	height: 1.8rem;
	box-sizing:border-box;
	text-align: center;
	font-size:0.24rem;
	padding-top:0.25rem;
}
.hm_nav img{
	display: block;
	width: 1rem;
	height: 1rem;
	margin:0 auto;
}

.hm_lc{
	background:#fff;
}
.hm_lc .head{
	height: 1rem;
	line-height: 1rem;
	clear: both;
	padding:0 0.3rem;
}
.hm_lc .tit{
	float: left;
	padding-left:0.18rem;
	font-size:0.32rem; 
	position: relative;
}
.hm_lc .tit i{
	display: block;
	width: 0.06rem;
	height: 0.32rem;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-0.16rem;
	background:#1e5bb0;
	border-radius:0.03rem;
}
.hm_lc .more{
	float: right;
	color:#999;
	font-size:0.28rem;
}

.lc_item{
	display: block; color:#ccc;
	width: 92%;
	height: 2.7rem; padding: 0.2rem 0;
	margin:0 auto 0.24rem auto;
	border-radius:0.1rem;
	background: #fff; /* 一些不支持背景渐变的浏览器 */
	box-shadow:0 0 0.15rem #a2daff;
}
.lc_item .t1{
	height: 0.9rem;
	line-height: 0.9rem;
	font-size:0.32rem;
	padding:0 0.28rem;
}
.lc_item dl{
	float: left;
	width: 1.7rem;
	height: 1.6rem;
	text-align: center;
}
.lc_item dt{
	height: 0.5rem;font-family: pictos;
	line-height: 0.5rem;
	padding-top:0.38rem;
	font-size:0.3rem;
}.lc_item dt  span{ font-size:0.4rem}
.lc_item dt font{font-size:0.5rem; color:#28a3e6}
.lc_item dd{
	height: 0.4rem;
	line-height: 0.4rem;
	color:#adadad;
	font-size:0.24rem;
}
.lc_item .ct{
	float: left;
	width: 1.7rem;
	height: 1.6rem;
	text-align: center;
}
.lc_item .ct dt{
	height: 0.88rem;
	line-height: 1rem;
	padding-top:0;
	font-size:0.8rem;
	color:#175fba;
}
.lc_item .btn{
	display: block;
	width: 6rem;
	height: 0.78rem;
	line-height: 0.78rem;
	margin:.05rem auto; border-radius:1rem;
	background: -webkit-linear-gradient(left top,#4491f7,#4eb7fc) !important;
	
	text-align: center;
	font-size:0.32rem;
	color:#ffffff;
	box-shadow:0 0 0.15rem #bee5ff;
}
.hm_lc .wp{
	
	position: relative;
	overflow-y: hidden;
	overflow-x:auto;
	width:100%
}
.hm_lc .s_list{
	padding:0.2rem  0.1rem;

}
.hm_lc .item{
	width:44%;
	height: 1.6rem;
	float: left;
	margin:3%;
	background:#fff;
	border-radius:0.1rem;
	background:#fff;
	box-shadow:0 0 0.15rem #a2daff;
	text-align: center;
}
.hm_lc .item dt{
	font-size:0.32rem;
	height: 0.52rem;
	line-height: 0.52rem;
	padding-top:0.32rem;
}
.hm_lc .item dd{
	color:#aeaeae;
}
