﻿/*通用类*/
*{
	margin:0;		
	padding:0;
}
html{
	overflow-x:hidden;		
}
body{		
	width:100%;	
	min-width:320px;
	margin:0 auto;	
	font-family:"Microsoft Yahei";	
	background:#fff;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.32rem;
	color:#333;
}
.graybg{
	background:#f5f5f5;
}

/*不同设备字体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:#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:"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%;
}

.banner{
	width:100%;
}
.banner .swiper-slide{
	width:100%;
	position: relative;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
	height:4.8rem;/*auto;*/
}
.banner .swiper-pagination{
	bottom:0.2rem;
	margin:0;	
	height: 0.2rem;
	padding:0;
	margin:0;
	line-height: 0.2rem;
	text-align:center;
	padding-right:0.2rem;
	box-sizing:border-box;
}
.banner .swiper-pagination-bullet{
	opacity:1;
	background:#fff;
	/*height: 0.2rem;
	width: 0.2rem;*/
	margin:0 2px;
}
.banner .swiper-pagination-bullet-active{
	background:#10b892;
}
/*.banner .name{
	height: 0.6rem;
	line-height: 0.6rem;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
	background:rgba(0,0,0,0.6);
	font-size:0.26rem;
	color:#fff;
}
.banner .nm{
	padding-left:0.2rem;
	display:inline-block;
	max-width:75%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}*/
.banner .name{
	height: 1.5rem;
	line-height: 1.5rem;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	font-size:0.3rem;
	box-sizing:border-box;
	/*padding-left:0.3rem;*/
	color:#fff;
    text-align:center;
}
.banner .nm{
	display:inline-block;
	max-width:98%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.footer{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 1.1rem;
	border-top:1px solid #eee;
	z-index: 100;
	background:#fff;
	text-align: center;
}
.footer a{
	display: block;
	width: 25%;
	float: left;
	height: 1.1rem;
	padding-top:0.16rem;
	box-sizing:border-box;
	font-size:0.24rem;
	color:#999;
	line-height: 0.45rem;
}
.footer .ico{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:auto 200%;
}
.footer .hover .ico{
	background-position:bottom center;
}
.footer .hover{
	color:#10b892;
}
.footer_zw{
	height: 1.1rem;
	clear: both;
}
.footer .ico1{
	background-image:url("../images/footer1.png");
}
.footer .ico2{
	background-image:url("../images/footer2.png");
}
.footer .ico3{
	background-image:url("../images/footer3.png");
}
.footer .ico4{
	background-image:url("../images/footer4.png");
}

/*hm 首页*/

.hm_nav{
	height: 1.76rem;
	text-align: center;
}
.hm_nav a{
	float: left;
	display: block;
	width: 33.3333%;
	height: 1.76rem;
	box-sizing:border-box;
	padding-top:0.3rem;
	font-size:0.26rem;
	line-height: 0.6rem;
}
.hm_nav img{
	display: block;
	width: 0.66rem;
	height: 0.66rem;
	margin:0 auto;
}

.blue16{
	height: 0.16rem;
	clear: both;
	background:#dcf0e6;
}

.hm_floor{
	padding:0.24rem 0 0 0;
}
.hm_floor .title{
	height: 0.7rem;
	line-height: 0.7rem;
	position: relative;
	text-align: center;
	background:url("../images/hm_head.png") no-repeat center center;
	background-size:100% 100%;
	font-size:0.32rem;
	color:#10b893;
}
.hm_floor .more{
	display: block;
	padding-right:0.4rem;
	position: absolute;
	right: 0.4rem;
	top:0;
	background:url("../images/hm_more.png") no-repeat right center;
	background-size:auto 100%;
	font-size:0.24rem;
}

.news_list{
	width: 6.9rem;
	margin:0 auto;
}

.news_item{
	display: block;
	padding:0.3rem 0;
	border-bottom:1px solid #d7d7d7;
}
.news_item:last-child{
	border:0;
}
.news_item .photo{
	float: left;
	width:2.52rem;
	height:1.62rem;
	border-radius:0.05rem;
	box-shadow:0.02rem 0.02rem 0.04rem #999;
	margin-right:0.25rem;
}
.news_item .photoin{
	width:2.52rem;
	height:1.62rem;
	border-radius:0.1rem;
	position: relative;
	overflow: hidden;
}
.news_item .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.news_item .name{
	line-height: 0.42rem;
	max-height:0.84rem;
	font-size:0.3rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
    margin-top: 0.07rem;
}
.news_item .date{
	color:#999;
	font-size:0.28rem;
	text-align:right;
	/*height: 0.6rem;
	line-height: 0.6rem;*/
    margin-top: 0.2rem;   
}

.ser_list{
	width: 6.9rem;
	margin:0 auto;
}

.ser_item{
	display: block;
	border-bottom:1px solid #ccc;
	padding:0.2rem 0 0.3rem 0;
}
.ser_item:last-child{
	border:0;
}
.ser_item .name{
	font-size:0.3rem;
	line-height: 0.45rem;
	max-height:0.9rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.ser_item .tip{
	font-size:0.26rem;
	line-height: 0.4rem;
	max-height:0.8rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	color:#999;
	margin-top:0.1rem;
}

.hm_lm{
	background:#f5f5f5;
	padding-bottom:0.1rem;
}

.lm_item{
	display: block;
	width: 3.36rem;
	height: 3.3rem;
	border-radius:0.1rem;
	box-shadow:0.03rem 0.03rem 0.03rem #999;
	margin:0.1rem 0 0.2rem 0.26rem;
	background:#fff;
	float: left;
}
.lm_item .photo{
	display: block;
	height: 2.22rem;
	border-radius:0.1rem 0.1rem 0 0;
	position: relative;
	overflow: hidden;
}
.lm_item .photo img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.lm_item .name{
	height: 0.8rem;
	line-height: 0.4rem;
	font-size:0.28rem;
	margin:0.1rem 0.15rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}

/*hm 首页*/

/*lm 劳模风采*/

.header{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	background:#e8f3f1;
	color:#10b892;
	font-size:0.34rem;
}
.header_zw{
	height: 1rem;
}
.lm_list{
	padding-top:0.15rem;
}
.load_more{
	display: block;
	clear: both;
	height: 0.7rem;
	width: 100%;
	background:url("../images/load-more.png") no-repeat center center;
	background-size:100% 100%;
	margin-bottom:0.2rem;
}

/*lm 劳模风采*/

/*news 新闻*/

.head_search{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	height: 0.84rem;
	background:#fff;
}
.head_search .text{
	float: left;
	width: 5.6rem;
	height: 0.64rem;
	margin:0.1rem 0 0 0.3rem;
	background:#f5f5f5 url("../images/hs_text.png") no-repeat left center;
	background-size:auto 100%;
	border:0;
	border-radius:0.05rem;
	font-size:0.28rem;
	padding-left:0.86rem;
	box-sizing:border-box;
}
.head_search .sub{
	float: right;
	width: 1.2rem;
	height: 0.6rem;
	line-height: 0.4rem;
	background:url("../images/hs_sub.png") no-repeat center center;
	background-size:100% 100%;
	font-size:0.28rem;
	color:#fff;
	margin:0.12rem 0.3rem 0 0;
}
.hs_zw{
	height: 0.84rem;
	clear: both;
}

/*news 新闻*/

/*view 基层动态*/

.viewbg{
	background:#dcf0e6;
}
.vi_head{
	padding:0.25rem 0.34rem 0.1rem 0.34rem;
	background:#fff;
}
.vi_head .t1{
	line-height: 0.6rem;
	font-size:0.4rem;
	color:#000;
}
.vi_head .date{
	height: 0.7rem;
	line-height: 0.7rem;
	color:#999;
	font-size:0.28rem;
}

.vi_cnt{
	padding:0.22rem 0.34rem 0.6rem 0.34rem;
	line-height: 0.54rem;
	background:#fff;
}
.vi_cnt img{
	display: block;
	width:100%;
	height:auto;
	margin-bottom:0.05rem;
}

/*view 基层动态*/

/*抽奖按钮*/
.chouj {
    display: inline-block;
    width: 2.46rem;
    height: .66rem;
    line-height: .66rem;
    background: url(/images/pic2-bg1-hlg.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
    font-size: .32rem;
    color: #fff;
    box-shadow: 0 3px 5px rgba(255,200,211,1);
    border-radius: .4rem;
}