﻿/*通用类*/
*{
	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.3rem;
	color:#575757;
}
.graybg{
	background:#f3f3f3;
}

/*不同设备字体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:#575757;
	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%;
}

/*公用CSS*/

.banner{
	width:100%;
	position: relative;
	overflow: hidden;
}
/*.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:77%;
	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;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
	height:4.8rem;
}
.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;
}
.banner .swiper-pagination-bullet-active{
	background:#d0a112;
}
.bashadow{
	height:0.1rem;
	clear:both;
	background:url("../images/banner_shadow.png") repeat-x left top;
	background-size:100% 100%;
}
.gray15{
	height:0.15rem;
	clear:both;
	background:#f3f3f3;
}

.header{
	height:0.92rem;
	line-height:0.92rem;
	width:100%;
	position: fixed;
	left:0;
	top:0;
	z-index:100;
	background:#e43427;
	text-align: center;
	color:#fff;
	font-size:0.38rem;
	box-shadow:0 0 0.1rem #b2b2b2;
}
.header .backa{
	position: absolute;
	left:0;
	top:0;
	display: block;
	width:0.92rem;
	height:0.92rem;
	background:url("../images/header_back.png") no-repeat center center;
	background-size:100% 100%;
}
.header_zw{
	height:0.92rem;
	clear:both;
}
.cm_search{
	width:92%;
	margin:0 auto;
	padding:0.36rem 0 0.14rem 0;
	height:0.64rem;
}
.cm_search .text{
	height:0.64rem;
	width:5.6rem;
	float:left;
	border:0;
	background:#f5f5f5 url("../images/cm_search.png") no-repeat left center;
	background-size:auto 100%;
	border-radius:0.06rem;
	padding-left:0.8rem;
	box-sizing:border-box;
}
.cm_search .sub{
	float:right;
	width:1.2rem;
	height:0.64rem;
	background:#c5a56e;
	border-radius:0.1rem;
	color:#fff;
	border-bottom:0.05rem solid #9d793e;
}

.footer{
	width:100%;
	height:1.1rem;
	background:#fff;
	border-top:1px solid #d7d7d7;
	position: fixed;
	left:0;
	bottom:0;
	z-index:100;
}
.footer_zw{
	height:1.1rem;
	clear:both;
	padding-top:1px;
}
.footer a{
	float:left;
	display: block;
	width:20%;
	height:1rem;
	text-align: center;
	color:#999;
	font-size:0.28rem;
	padding-top:0.1rem;
	line-height:0.5rem;
}
.footer .ico{
	display: block;
	height:0.5rem;
	width:100%;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:auto 200%;
}
.footer .ico1{
	background-image:url("../images/ft_ico1.png");
}
.footer .ico2{
	background-image:url("../images/ft_ico2.png");
}
.footer .ico3{
	background-image:url("../images/ft_ico3.png");
}
.footer .ico4{
	background-image:url("../images/ft_ico4.png");
}
.footer .ico5{
	background-image:url("../images/ft_ico5.png");
}
.footer .hover .ico{
	background-position:bottom center;
}
.footer .hover{
	color:#cdb283;
}

/*公用CSS*/

/*hm 首页*/

.hm_nav{
	padding:0.15rem 2%;
}
.hm_nav a{
	display: block;
	width:25%;
	float:left;
	text-align: center;
}
.hm_nav img{
	display: block;
	height:0.66rem;
	margin:0 auto;
}
.hm_nav span{
	display:inline-block;
	height:0.7rem;
	line-height:0.7rem;
}

.hm_pro .title{
	height:1rem;
	line-height:1rem;
	text-align: center;
	font-size:0.32rem;
	color:#ceb283;
	background:url("../images/hmpro_title.png") no-repeat center center;
	background-size:100% 100%;
}
.hmpro_slider{
	height:4.4rem;
	position: relative;
}
.hmpro_slider2{
	margin:0.25rem 0 0 0;
	height:3.35rem;
}
.wp92{
	width:92%;
	margin:0 auto;
}
.hmpro_slider .swiper-slide{
	height:50%;
}
.hmpro_slider .item{
	display: block;
	width:100%;
	height:1.3rem;
	float:left;
	text-align: center;
	line-height:0.6rem;
	color:#999;
}
.hmpro_slider .item img{
	display: block;
	height:0.7rem;
	margin:0 auto;
}
.hmpro_slider .swiper-pagination-bullet{
	opacity:1;
	background:#ccc;
}
.hmpro_slider .swiper-pagination-bullet-active{
	background:#d0a112;
}

.hm_title{
	height:0.8rem;
	line-height:0.8rem;
	width:92%;
	margin:0 auto;
	position: relative;	
}
.hm_title .ico{
	width:0.12rem;
	height:0.3rem;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-0.15rem;
	background:#ceb283;
}
.hm_title .tit{
	float:left;
	margin-left:0.25rem;
	font-size:0.32rem;
	color:#ceb283;	
}
.hm_title .more{
	float:right;
	color:#666;
	font-size:0.28rem;
	display: block;
	height:0.8rem;
	padding-right:0.42rem;
	background:url("../images/hm_more.png") no-repeat right center;
	background-size:0.33rem 0.33rem;
}
.jt_item{
	display: block;
	width:92%;
	margin:0 auto;
	padding:0.2rem 0 0.1rem 0;
	border-bottom:1px solid #ccc;
}
.jt_item:last-child{
	border-bottom:0;
}
.jt_item .name{
	line-height:0.4rem;
	max-height:0.8rem;
	margin:0.1rem 0;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}
.jt_item .teacher{
	height:0.7rem;
	line-height:0.7rem;
	color:#999;
	font-size:0.26rem;
}
.jt_item .vw{
	font-size:0.32rem;
	color:#ceb283;
}
.news_item{
	display: block;
	width:93%;
	margin:0 auto;
	border-bottom:1px solid #d7d7d7;
	padding:0.3rem 0;
}
.news_item:last-child{
	border-bottom:0;
}
.news_item .photo{
	float:left;
	width:2.52rem;
	height:1.62rem;
	border-radius:0.1rem;
	box-shadow:0.03rem 0.03rem 0.03rem #9e9e9e;
	margin-right:0.3rem;
}
.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;
	color:#333;
	max-height:0.84rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
    height:0.84rem;
    margin-top: 0.07rem;
}
.news_item .date{
	color:#999;
	text-align:right;
	font-size:0.28rem;
	margin-top:0.2rem;
}

/*hm 首页*/

/*lm*/

.lm_list{
	padding:0.15rem 0 0.34rem 0;
	width:7.1rem;
	margin:0 auto;
}

.lm_item{
	display: block;
	width:3.35rem;
	height:3.45rem;
	float:left;
	margin:0.26rem 0.1rem 0 0.1rem;
	background:#fff;
	border-radius:0.1rem;
	box-shadow:0.03rem 0.03rem 0.03rem #a4a4a4;
	color:#333;
}
.lm_item .photo{
	height:2.24rem;
	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{
	margin:0.1rem 0.2rem;
	line-height:0.4rem;
	/*max-height:0.8rem;*/
	font-size:0.3rem;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}

/*lm*/

.load_more{
	height:0.8rem;
	line-height:0.8rem;
	clear:both;
	text-align: center;
	color:#999;
}
.load_more span{
	display:inline-block;
	padding-left:0.6rem;
	height:0.8rem;
	/*background:url("../images/load.gif") no-repeat left center;*/
	background-size:auto 0.5rem;
}

/*pro*/

.pro_item{
	display: block;
	width:92%;
	margin:0 auto;
	padding:0.24rem 0;
	border-bottom:1px solid #ccc;
	position: relative;
}
.pro_item:last-child{
	border:0;
}
.pro_item .name{
	height:0.5rem;
	line-height:0.5rem;
	font-size:0.34rem;
	color:#333;
}
.pro_item .cm{
	color:#999;
	height:0.5rem;
	line-height:0.5rem;
	font-size:0.3rem;
}
.pro_item span{
	display:inline-block;
	max-width:5.4rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.pro_item .more{
	display: block;
	width:1.3rem;
	height:0.62rem;
	line-height:0.62rem;
	background:#c3a167;
	text-align: center;
	border-radius:0.1rem;
	color:#fff;
	position: absolute;
	right:0;
	top:50%;
	margin-top:-0.33rem;
	border-bottom:0.04rem solid #9d793e;
}

/*pro*/

/*proview*/

.pv_tp{
	padding:0.24rem 0 0.2rem 0;
	text-align: center;
}
.pv_tp .t1{
	height:0.8rem;
	line-height:0.8rem;
	color:#ceb283;
	font-size:0.40rem;
	font-weight: bold;
}
.pv_tp .bt{
	height:0.5rem;
	line-height:0.5rem;
	color:#999;
	font-size:0.28rem;
}
.pv_tp span{
	display:inline-block;
}
.pv_tp .ico{
	display:inline-block;
	height:0.5rem;
	position: relative;	
	margin-right:0.1rem;
	float:left;
}
.pv_tp em{
	float:left;
	font-size:0.32rem;
}

.py_cnt{
	width:92%;
	margin:0.32rem auto;
	line-height:0.56rem;
	color:#333;
}
.py_cnt .yl{
	color:#cdb283;
}
.py_cnt img{
	width:100%;
}

.py_go{
	display: block;
	height:0.96rem;
	line-height:0.96rem;
	text-align: center;
	font-size:0.36rem;
	color:#fff;
	width:100%;
	background:#ceb283;
	/*position: fixed;*/
	left:0;
	bottom:0;
}
.py_zw{
	height:1rem;
	clear:both;
}

.py_mz{
	width:92%;
	margin:0.16rem auto;
	padding:0.12rem 0.35rem 0.35rem 0.35rem;
	box-sizing:border-box;
	background:#f3f3f3;
	border-radius:0.1rem;
	color:#ceb283;
	line-height:0.48rem;
}
.py_mz .title{
	height:0.72rem;
	line-height:0.72rem;
	text-align:center;
	color:#333;
	font-size:0.3rem;
}

.py_bar{
	height:1rem;
	width:100%;
	position: fixed;
	left:0;
	bottom:1.1rem;
	z-index:100;
	background:#f3f3f3;
}
.py_bar .tb{
	display: block;
	width:40%;
	height:1rem;
	line-height:1rem;
	text-align:center;
	box-sizing:border-box;
	border-top:1px solid #d7d7d7;
	font-size:0.34rem;
	color:#666;
	float:left;
}
.py_bar .aska{
	display: block;
	width:60%;
	height:1rem;
	line-height:1rem;
	text-align:center;		
	font-size:0.34rem;
	color:#fff;
	float:left;
	background:#ceb283;
}
.py_bar .aska span{
	display:inline-block;
	padding-left:0.6rem;
	height:1rem;
	background:url("../images/py_aska.png") no-repeat left center;
	background-size:auto 100%;
}

/*proview*/

/*view*/

.vw_tp{
	padding:0.26rem 0.3rem 0 0.3rem;
}
.vw_tp .t1{
	font-size:0.45rem;
	line-height:0.6rem;
	color:#333;
}
.vw_tp .date{
	height:0.7rem;
	line-height:0.7rem;
	font-size:0.3rem;
	color:#999;
}

.vw_cnt{
	padding:0.2rem 0.3rem;
	color:#333;
	line-height:1.6;
	font-size:0.34rem;
}
.vw_cnt img{
	display: block;
	width:100%;
	height:auto;
	margin-bottom:0.1rem;
}

/*view*/

/*icview*/

.icvdo{
	width:100%;
	height:4.6rem;
}

.backa{
	display: block;
	width:0.6rem;
	height:0.6rem;
	background:url("../images/backa.png") no-repeat center center;
	background-size:100% 100%;
	position: fixed;
	left:0.2rem;
	top:0.4rem;
	z-index:10;
}

.ic_tp{
	padding:0.27rem 0.25rem 0 0.25rem;
	text-align: center;
}
.ic_tp .t1{
	font-size:0.34rem;
	line-height:0.5rem;
	color:#333;
}
.ic_tp .tag{
	font-size:0.28rem;
	color:#999;
	line-height:0.4rem;
}
.ic_tp .reada{
	color:#ccc;
	font-size:0.26rem;
	display:inline-block;
	height:0.8rem;
	line-height:0.8rem;
	padding-left:0.35rem;
	background:url("../images/ic_reada.png") no-repeat left center;
	background-size:auto 0.2rem;
}

.ic_tabs{
	padding:0.17rem 0.3rem;
}

.ic_tabs .handle{
	height:0.84rem;
	line-height:0.84rem;
	border-bottom:1px solid #e8e3dd;
	text-align: center;
	font-size:0.34rem;
}
.ic_tabs .btn{
	margin:0 0.4rem;
	color:#333;
	position: relative;
	display:inline-block;
	height:0.84rem;
}
.ic_tabs .hover{
	color:#e43327;
}
.ic_tabs .hover i{
	display: block;
	width:1rem;
	height:0.04rem;
	background:#e43327;
	position: absolute;
	left:50%;
	bottom:-1px;
	margin-left:-0.5rem;
}
.ic_tabs .con{
	display: none;
	color:#999;
	margin-top:0.24rem;
}
.ic_tabs .show{
	display: block;
	line-height:0.52rem;
}

/*icview*/


/*抽奖按钮*/
.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;
}