﻿/*通用类*/
*{
	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.24rem;
	color:#666;
}

/*不同设备字体em基准*/
html{
	font-size:36.4px;	
}
@media screen and (max-width: 320px){ 
  html{
  	font-size:36.4px;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px){ 
  html{
  	font-size:41px;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px){ 
  html{
  	font-size:42.6666px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px){ 
  html{
  	font-size:47px;
  }
}
@media screen and (min-width: 415px) and (max-width: 484px){ 
  html{
  	font-size:54.6112px;
  }
}
@media screen and (min-width: 485px) and (max-width: 720px){ 
  html{
  	font-size:82px;
  }
}
@media screen and (min-width: 721px) and (max-width: 768px){ 
  html{
  	font-size:87px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px){ 
  html{
  	font-size:123px;
  }
}
@media screen and (min-width: 1080px){ 
  html{
  	font-size:123px;
  }
}


img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#666;
	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%;
}

.header{
	height:0.8rem;
	width:100%;
	background:#fff;
	position: fixed;
	left:0;
	top:0;
	z-index:100;
	box-shadow:0 0 0.1rem #ddd;
}
.header_zw{
	height:0.8rem;
}
.header .logo{
	float:left;	
}
.header .logo img{
	display: block;
	height:0.8rem;
}
.menu_btn{
	display: block;
	width:0.8rem;
	height:0.8rem;
	float:right;
	background:url("../images/menu_btn.png") no-repeat center center;
	background-size:100% 100%;
}

.nav_flog{
	position: fixed;
	left:0;
	top:0;
	z-index:200;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	display: none;
}
.nav{
	width:6rem;
	position: fixed;	
	right:0.2rem;
	top:0.8rem;
	z-index:210;
	padding:0.06rem 0;
	border-radius:0.06rem;
	background:#0a9aec; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(145deg, #0a9aec, #35b67f);
	background:-moz-linear-gradient(145deg, #0a9aec, #35b67f);
	background:-webkit-gradient(145deg, #0a9aec, #35b67f);
	background:-o-linear-gradient(145deg, #0a9aec, #35b67f);
	display: none;
}
.nav .close{
	display: block;
	width:0.33rem;
	height:0.33rem;
	background:url("../images/nav_close.png") no-repeat center center;
	background-size:100% 100%;
	position: absolute;
	right:-0.1rem;
	top:-0.16rem;
}
.nav .par{
	height:0.54rem;
	line-height:0.54rem;
	display: block;
	border-bottom:1px solid #3fb2de;
	font-size:0.22rem;
	padding-left:0.4rem;
	color:#fff;
	background:url("../images/nav_par.png") no-repeat 0.18rem center;
	background-size:auto 0.08rem;
	width: 5.5rem;
}
.nav .par:last-child{
	border-bottom:0;
}
.nav .par2{
	height:0.54rem;
	line-height:0.54rem;
	display: block;
	border-bottom:1px solid #3fb2de;
	font-size:0.22rem;
	padding-left:0.4rem;
	color:#fff;
	background:url("../images/nav_par2.png") no-repeat left center;
	background-size:auto 0.54rem;
	width: 5.5rem;
}
.nav_down .par2{
	border:0;
}
.nav ul{
	background:#fff;
	border-radius:0.1rem;
	width:5.8rem;
	margin:0.1rem;
	position: relative;
	overflow: hidden;
	display: none;
}
.nav_down ul{
	display: block;	
	padding:0.1rem 0;
}
.nav li{
	width: 25%;
	float: left;
	height: 0.46rem;
	line-height: 0.46rem;
}
.nav li a{
	display: block;
	height:0.46rem;
	padding-left:0.12rem;
	font-size:0.2rem;
}

.banner{
	width:100%;
}
.banner img{
	display: block;
	width:100%;
	height:auto;
}
.banner .swiper-pagination-bullet{
	background:#fff;
	opacity:1;
}
.banner .swiper-pagination-bullet-active{
	background:#c3c3c3;
}

.thumb100{
	display: block;
	width:100%;
	height:auto;
}


/*hm 首页*/

.hm_case{
	padding-top:0.24rem;
}
.hm_case .head{
	height: 0.96rem;
	text-align: center;
}
.hm_case .head dt{
	height: 0.4rem;
	line-height: 0.4rem;
	font-size:0.3rem;
	font-weight: bold;
	color:#2cab73;
}
.hm_case .head dd{
	height: 0.24rem;
	line-height: 0.24rem;
	text-transform: uppercase;
	font-size:0.14rem;
	color:#d2d2d2;
}

.hmc_slider{
	width:100%;
	height: 5.1rem;
}
.hmc_slider .face{
	display: block;
	width: 2.18rem;
	height: 2.18rem;
	margin:0 auto;
	border-radius:100%;
	overflow: hidden;
}
.hmc_slider .face img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.hmc_slider .name{
	height: 0.66rem;
	line-height: 0.66rem;
	margin-top:0.16rem;
	text-align: center;
	font-size:0.26rem;
	background:url("../images/hmc_title.png") no-repeat bottom center;
	background-size:100% auto;
}
.hmc_slider .tip{
	padding:0.15rem 0.24rem; text-indent: 0.15rem; text-align: justify;
	line-height: 0.36rem;
	color:#999;
	font-size:0.22rem;
}
.hmc_slider .swiper-pagination-bullet{
	background:#fff;
	opacity:1;
}
.hmc_slider .swiper-pagination-bullet-active{
	background:#c3c3c3;
}
.hmc_slider .c_btn{
	width: 1.3rem;
	height: 2.12rem;
	position: absolute;
	top: 0;
	z-index: 20;
}
.hmc_slider .my-prev{
	left: 0;
	background:url("../images/hmc_pre.png") no-repeat center center;
	background-size:auto 0.8rem;
}
.hmc_slider .my-next{
	right: 0;
	background:url("../images/hmc_next.png") no-repeat center center;
	background-size:auto 0.8rem;
}

.hm_pj{
	height: 7.32rem;
	background:#f5f5f5 url("../images/pjbg.jpg") no-repeat top center;
	background-size:100% auto;
}
.hm_pj .head{
	text-align: center;
	height: 1.15rem;
	padding-top:0.6rem;
}
.hm_pj .head dt{
	height: 0.44rem;
	line-height: 0.44rem;
	font-size:0.3rem;
	font-weight: bold;
	color:#fff;
}
.hm_pj .head dd{
	height: 0.2rem;
	line-height: 0.2rem;
	font-size:0.14rem;
	color:#5fbbff;
	text-transform: uppercase;
}
.pj_slider{
	height: 5.5rem;
}
.pj_slider .swiper-slide{
	padding-top:0.7rem;
	position: relative;
}
.pj_slider .face{
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	border-radius:100%;
	position: absolute;
	overflow: hidden;
	border:0.06rem solid #2eb0f2;
	top: 0;
	left: 50%;
	margin-left:-0.76rem;
}
.pj_slider .face img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.pj_slider .wp{
	width: 6rem;
	margin:0 auto;
	height: 3.1rem;
	padding-top:1rem;
	background:#fff;
	border-radius:0.1rem;
}
.pj_slider .swiper-pagination-bullet{
	background:#dcdcdc;
	opacity:1;
}
.pj_slider .swiper-pagination-bullet-active{
	background:#1e94eb;
}
.pj_slider dl{
	padding:0 0.7rem 0.18rem 0.7rem;
	text-align: center;
}
.pj_slider dt{
	height: 0.6rem;
	line-height: 0.6rem;
	font-size:0.3rem;
	color:#1e92eb;
}
.pj_slider dd{
	font-size:0.24rem;
	line-height: 0.36rem;
	color:#333;
}
.pj_slider .tip{
	padding:0 0.56rem;
	background:url("../images/pj_tip.png") no-repeat top center;
	background-size:100% auto;
	font-size:0.22rem;
	line-height: 0.4rem;
	color:#888;
	text-align: center;
}

.hm_yl{
	background:#34b67f; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(-145deg, #34b67f, #0096ec);
	background:-moz-linear-gradient(-145deg, #34b67f, #0096ec);
	background:-webkit-gradient(-145deg, #34b67f, #0096ec);
	background:-o-linear-gradient(-145deg, #34b67f, #0096ec);
	padding-bottom:0.2rem;
}
.hm_yl .head{
	padding:0.4rem 0 0 0;
	height: 0.9rem;
	text-align: center;
}
.hm_yl .head dt{
	height: 0.4rem;
	line-height: 0.4rem;
	font-size:0.3rem;
	font-weight: bold;
	color:#fff;
	background:url("../images/yl_title.png") no-repeat center center;
	background-size:100% auto;
}
.hm_yl .head dd{
	height: 0.2rem;
	line-height: 0.2rem;
	font-size:0.14rem;
	text-transform: uppercase;
	color:#4dded0;
}
.hm_yl .tip{
	padding:0 0.3rem;
	color:#fff;
}
.hm_yl .tip dt{
	height: 0.56rem;
	line-height: 0.56rem;
	font-weight: bold;
	text-align: center;
	font-size:0.26rem;
	font-weight: bold;
}
.hm_yl .tip dd{
	font-size:0.22rem;
	line-height: 0.4rem;
}
.hm_yl .fls{
	width: 6rem;
	margin:0.2rem auto 0 auto;
	background:#fff;
	box-sizing:border-box;
	padding:0.4rem 0.35rem 0.2rem 0.35rem;
	border-radius:0.28rem;
	position: relative;
}
.hm_yl .t1{
	line-height: 0.34rem;
	font-weight: bold;
}
.hm_yl .sj{
	display: block;
	width: 0.1rem;
	height: 0.04rem;
	position: absolute;
	left: 0.35rem;
	top: 0.3rem;
	background:#36af79;
	border-radius:0.02rem;
}
.hm_yl .ti{
	font-size:0.22rem;
	line-height: 0.36rem;
	color:#999;
}
.hm_yl .links a{
	display:inline-block;
	height: 0.4rem;
	line-height: 0.4rem;
	padding:0 0.2rem;
	border-radius:0.2rem;
	background:#efefef;
	margin:0.15rem 0.1rem 0 0;
}
.hm_yl .links a:hover{
	color:#fff;
	background:#34b67f; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(-145deg, #34b67f, #0096ec);
	background:-moz-linear-gradient(-145deg, #34b67f, #0096ec);
	background:-webkit-gradient(-145deg, #34b67f, #0096ec);
	background:-o-linear-gradient(-145deg, #34b67f, #0096ec);
}
.hm_yl .links .wait{
	float:right;
	margin:0.15rem 0.1rem 0 0;
}

.graybg{
	background:#f5f5f5;
}

.hm_lf .head{
	height: 0.86rem;
	text-align: center;
	padding-top:0.3rem;
}
.hm_lf .head dt{
	height: 0.44rem;
	line-height: 0.44rem;
	font-size:0.3rem;
	font-weight: bold;
	color:#2db478;
	background:url("../images/lf_title.png") no-repeat center center;
	background-size:100% auto;
}
.hm_lf .head dd{
	height: 0.36rem;
	line-height: 0.36rem;
	color:#585858;
	font-size:0.22rem;
}
.lf_title{
	text-align: center;
	height: 0.86rem;
	line-height: 0.86rem;
	font-size:0.3rem;
	font-weight: bold;
	color:#0298e6;
}
.lf_title2{
	color:#535353;
}
.lf_data{
	width: 6rem;
	margin:0 auto;
	border:1px solid #dcdcdc;
	border-bottom:0;
	background:#fff;
}
.lf_data .in{
	min-height: 0.45rem;
	position: relative;
	padding:0 0.25rem 0 1.56rem;
	font-size:0.2rem;
	border-bottom:1px solid #dcdcdc;
}
.lf_data .tit{
	height: 100%;	
	width: 1.3rem;
	background:#0298e6;
	color:#fff;
	position: absolute;
	left: 0;
	top: 0;
	border-right:1px solid #dcdcdc;
}
.lf_data2 .tit{
	background:#858585;
}
.lf_data .tit span{
	position: absolute;
	left: 0.22rem;
	top: 50%;
	height: 0.45rem;
	line-height: 0.45rem;
	margin-top:-0.225rem;
}
.lf_data .tit i{
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	background:url("../images/lfsj.png") no-repeat center center;
	background-size:100% 100%;
	position: absolute;
	top: 50%;
	margin-top:-0.05rem;
	right: -0.06rem;
}
.lf_data .tip{
	line-height: 0.3rem;
	padding:0.075rem 0;
}

.hm_story .head{
	height: 0.76rem;
	padding-top:0.35rem;
	text-align: center;
}
.hm_story .head dt{
	height: 0.4rem;
	line-height: 0.4rem;
	font-weight: bold;
	font-size:0.3rem;
	color:#2cab73;
	background:url("../images/story_title.png") no-repeat center center;
	background-size:100% auto;
}
.hm_story .head dd{
	height: 0.24rem;
	line-height: 0.24rem;
	text-transform: uppercase;
	font-size:0.16rem;
	color:#999;
}
.hm_story .t1{
	text-align: center;
	height: 0.7rem;
	line-height: 0.7rem;
	font-weight: bold;
	font-size:0.26rem;
	color:#212121;
}
.hm_story .tip{
	padding:0 0.24rem;
	font-size:0.22rem;
	line-height: 0.4rem;
	color:#666;
	text-align: center;
}

.honor_slider{
	height: 4.2rem;
	position: relative;
	background:url("../images/honorbg.png") repeat-x left top;
	background-size:0.1rem auto;
}
.honor_item{
	display: block;
	width: 2.88rem;
	margin:0 auto;
	height: 4.2rem;
	position: relative;
}
.honor_item .date{
	height: 1.1rem;
	line-height: 1.1rem;
	font-size:0.24rem;
	text-align: center;
	color:#0298e6;
	font-weight: bold;
}
.honor_item i{
	display: block;
	width: 0.08rem;
	height: 0.08rem;
	background:#2cab73;
	border:0.06rem solid #fff;
	border-radius:100%;
	position: absolute;
	top: 0.78rem;
	left: 50%;
	margin-left:-0.07rem;
}
.honor_item .wp{
	width: 2.88rem;
	height: 2.72rem;
	box-sizing:border-box;
	border:1px solid #e6e6e6;
	border-radius:0.1rem;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	background:#fff;
}
.honor_item .photo{
	height: 1.03rem;
	position: relative;
	overflow: hidden;
}
.honor_item .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.honor_item .tip{
	padding:0.15rem 0.2rem 0 0.2rem;
	line-height: 0.36rem;
	text-align: center;
	font-size:0.22rem;
}
.footer_tel{
	border-bottom:0.2rem solid #f5f5f5;
}

.footer{
	padding-bottom:0.4rem;
}
.ft_nav{
	padding:0.22rem 0;
	width: 6rem;
	margin:0 auto;
	background:url("../images/ft_nav.png") no-repeat left bottom;
	background-size:100% auto;
}
.ft_nav .title{
	height: 0.55rem;
	line-height: 0.55rem;
	font-size:0.24rem;
}
.ft_nav a{
	float: left;
	line-height: 0.48rem;
	font-size:0.22rem;
	color:#666;
}
.ft_nav em{
	float: left;
	color:#d5d5d5;
	line-height: 0.48rem;
	padding:0 0.15rem;
}

/*hm 首页*/
iframe{ border:0;}
/*浮动咨询*/
.footer_bar{
	height:0.66rem;
	line-height:0.66rem;
	font-size:0.26rem;
	color:#fff;
	width:100%;
	position:fixed;
	left:0;
	bottom:0;
	z-index:100;
}
.footer_zw{
	height: 0.66rem;
	clear:both;
}
.footer_bar a{
	display: block;
	width: 50%;
	height: 0.66rem;
	text-align: center;
	font-size:0.26rem;
	color:#fff;
	float: left;
}
.footer_bar .btn1{
	background:#227c53;
}
.footer_bar .btn2{
	background:#0288f9;
}
.footer_bar span{
	display:inline-block;
	height: 0.66rem;
	padding-left:0.52rem;
}
.footer_bar .s1{
	background:url("footer_zx.png") no-repeat left center;
	background-size:auto 100%; color:#fff;
}
.footer_bar .s2{
	background:url("footer_tel.png") no-repeat left center;
	background-size:auto 100%;
}
