﻿
/*==========@@HTML默认 开始@@==========*/
/*基本*/	
* {
	padding: 0px;
	margin: 0px
}
body {
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
}
.trans {
	transition: all .3s ease-in;
}
html {
	width: 100%;
	min-height: 100%;
}
body {
	width: 100%;
	min-height: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	font: .24rem/1.6 'PingFangSC-Light', 'microsoft yahei', Arial, Helvetica, sans-serif, "Hiragino Sans GB";
	color: #333;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	position: relative;
}
body:before, body:after {
	content: "";
	width: 100%;
	display: block;
}
body:before {
	height: 1rem;
}
body:after {
	height: 1rem;
}
img {
	border: 0px;
}
em {
	font-style: normal;
}
s, i {
	font-style: normal;
}
ul, ol {
	list-style-type: none;
}
li {
	list-style: none outside none;
}
strong, b {
	font-weight: normal;
}
/*表单*/
input, button, select, textarea {
	outline: none;
	font-family: "Microsoft Yahei", Arial;
	font-size:.24rem;
	-webkit-appearance: none !important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color:#999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color:#999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color:#999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999;
}
/*公用样式*/
.layout {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-wrapper: 101;
	background: #000;
	opacity: 1;
}
.blue {
	color: #28a5f4;
}
/*链接*/
a, a:link, a:visited, a:hover, a:active {
	color: #666;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮*/	
}
a:focus {
	outline: none;
}
a:hover, a:active {
	color: #1a1a1a;
	outline: none;
}
/*标题*/
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}
.icon {
	background: url(../image/icon.png) no-repeat;
	display: inline-block;
	background-size: 4rem auto;
	vertical-align: middle;
}
.icon, .iconn:before, .iconn:after, .iconbef:before, .iconbef:after {
	content: "\20";
	display: block;
}
.iconn {
	background: url(../image/iconn.png) no-repeat;
	background-size: 1.4rem auto;
	vertical-align: middle;
}
/*清除浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.hide {
	display: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clear, .clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/*==========@@HTML默认 结束@@==========*/
.header {
	position: relative;
}
#top_main {
	width: 100%;
	height: 1rem;
	z-index: 9999;
	position: fixed;
	top: 0px;
	left: 0px;
}
#top {
	max-width: 640px;
	min-width: 320px;
	height: 1rem;
	margin: 0px auto;
	position: relative;
	background: #fff;
	box-shadow: 0 0 0.2rem rgba(0,0,0,.1);
	border-bottom: 1px solid #eee;
}
#top .logo {
	float: left;
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-left: .1rem;
}
#top .logo a {
	display: block;
}
#top .logo img {
    width: 50%;
    vertical-align: top;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}
#top .logo h2 {
	float: right;
	height: .75rem;
	line-height: .75rem;
	font-size: 0.4rem;
	font-weight: bold;
	color: #1a1a1a;
}
#top .topsearch {
	display: block;
	position: absolute;
	right: 1rem;
	top: 0px;
	text-align: center;
	cursor: pointer;
	width: .5rem;
	height: .5rem;
	margin: .25rem auto;
	background: url(../image/sou1.png) no-repeat center;
	background-size: .4rem auto;
	z-index: 6;
}
#top #nav {
	width: .8rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	cursor: pointer;
	z-index: 6;
}
#top .nav {
	width: .5rem;
	height: .36rem;
	margin: .33rem auto;
	background-position:-.56rem -.94rem;
}
#top .cur .nav {
	background-position:0 -.94rem;
}
#search {
	background: #f2f2f2;
	width: 100%;
	margin: 0 auto;
	height: 1rem;
	position: absolute;
	left: 0;
	top: .88rem;
	padding-top: .2rem;
	display: none;
	z-index: 999;
}
#search input {
	display: block;
	padding: 0;
	margin: 0;
}
#search .txt {
	border: none;
	width: 80%;
	height: 0.65rem;
	line-height: 0.65rem;
	margin-left: 4%;
	color: #666;
	font-size: 0.22rem;
	background: #fff;
	text-indent: 3%;
	border-top-left-radius:.3rem;
	border-bottom-left-radius: .3rem;
}
#search .btn {
	cursor: pointer;
	border: none;
	font-size: 0.24rem;
	width: 0.8rem;
	height: 0.65rem;
	text-align: center;
	background: #1a1a1a url(../image/icon.png) no-repeat 0 -4.6rem;
	background-size: 2.4rem auto;
	color: #fff;
	border-top-right-radius:.3rem;
	border-bottom-right-radius: .3rem;
	background-size: 2.0rem auto;
	vertical-align: middle;
}
.searchinfo {
	background: #fff;
	padding: 0.2rem 0;
	height: 100%;
	width: 92%;
	margin: 0 auto;
}
.searchinfo h2 {
	color: #333;
}
.searchinfo .searchlist {
	padding: 0.2rem 0;
}
.searchinfo .searchlist a {
	display: inline-block;
	margin: 0 4% 4% 0;
	color: #333;
	background: #f5f5f5;
	font-size: 0.24rem;
	text-align: center;
	height: 0.64rem;
	line-height: 0.64rem;
	padding: 0 0.2rem;
	border-radius: 3px;
}
.searchinfo .searchlist a:hover {
	background: #913d23;
	color: #fff;
}
#top_main .pages_name {
	text-align: center;
	display: block;
	font-size:.32rem;
	color: #333;
	line-height: 1rem;
}
#top_main .back_out {
	width: 12%;
	height: 1rem;
	position: absolute;
	left: 0;
	top: 0;
}
#top_main .back_out i {
	width:.26rem;
	height:.42rem;
	background-position: 0 -1.5rem;
	display: block;
	margin-top:.3rem;
	margin-left:.3rem
}
.soupage {
	background: #fff;
}
/*subNav*/
.subNav {
	position: fixed;
	width: 100%;
	height: 100%;
	right: -100%;
	top: .88rem;
	z-index: 999;
	max-width: 640px;
	min-width: 320px;
	background: #fff;
}
.subNavCon {
	margin: 0px;
	width: 100%;
	height: 100%;
}
.subNavCon_tel {
	width: 50%;
	margin: .4rem auto;
	line-height: .6rem;
	height: .6rem;
	text-align: center;
}
.subNavCon_tel a {
	background: #05bcf8;
	font-size: .24rem;
	border-radius: 22px;
	display: block;
	color: #fff;
}
.subNav .closrbox {
	width: 20%;
	height: 0.5rem;
	line-height:.5rem;
	background: #fff;
	position: absolute;
	right: 2%;
	top: -5%;
}
.subNav ul {
	background: #fff;
	position: relative;
	z-index: 2;
}
.subNav li {
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	transition: all .3s ease-in;
}
.subNav li:first-child {
	margin-top: 0.4rem;
}
.subNav li a {
	display: block;
	width: 4rem;
	margin: 0 auto;
	color: #888;
	font-size: 0.34rem;
	line-height: 1rem;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}
.subNav li a:hover {
	color: #1a1a1a;
}
.subNav .toptel {
	padding-left: 4%;
	padding-top:.3rem;
	padding-bottom:.4rem;
}
.subNav .toptel span {
	display: block;
}
.subNav .toptel p {
	font-family: avgr;
	font-size:.5rem;
}
.subNav.show {
	right: 0 !important;
}
.subNavShow {
	-webkit-transform: translateX(-48%);
	-moz-transform: translateX(-48%);
	-ms-transform: translateX(-48%);
	transform: translateX(-48%);
	display: block;
}
/* banner*/
#banner_main {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.banner {
	margin: 0 auto;
	width: 100%;
	*zoom: 1;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.banner .list {
	width: 100%;
	overflow: hidden;
}
.banner .list li {
	float: left;
	width: 100%;
	overflow: hidden;
}
.banner .list li a {
	display: block;
}
.banner .list li img {
	width: 100%;
	height: auto;
	display: block;
}
#banner .tip {
	width: 100%;
	height: 0.32rem;
	line-height: 0.32rem;
	text-align: center;
	clear: both;
	position: absolute;
	bottom: 3%;
	z-index: 2;
	font-size: 0;
}
#banner .tip span {
	display: inline-block;
	vertical-align: middle;
	width: .8rem;
	height: .1rem;
	margin: 0 0.1rem;
	vertical-align: middle;
	background: #fff;
	opacity: 0.7;
}
#banner .tip span.cur {
	background: #1a1a1a;
	opacity: 1;
}
/* reLink*/
.reLink {
	margin: .2rem 3% .3rem;
}
.reLink .prevLink, .reLink .nextLink {
	display: block;
	height: .7rem;
	line-height: .7rem;
	font-size: .24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
}
/*版权信息*/
.footer_main {
	text-align: center;
	width: 100%;
	padding: .3rem;
	color: #333;
	background: #e8e8e8;
	margin-top: .3rem;
}
.copyright {
	width: 94%;
	margin: 0 auto;
	padding: 3% 0;
	font-size: .18rem;
}
.toTop {
	width: 0.9rem;
	height: 0.9rem;
	background: url(../image/gotop.png) no-repeat center top;
	background-size: 0.9rem auto;
	position: fixed;
	bottom: 20%;
	right: 2%;
	cursor: pointer;
	z-index: 10;
	display: none;
}
.footer_main a {
	color: #333;
}
/* 工具栏*/
#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 1rem;
	left: 0;
}
#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: #05bcf8;
}
#toolbar .list li {
	float: left;
	width: 25%;
	text-align: center;
	border-left: 1px solid #ddeaef;
	border-right: 1px solid #ddeaef;
}
#toolbar .list li:first-child {
	border-left: none;
}
#toolbar .list li:last-child {
	border-right: none;
}
#toolbar .list a {
	display: block;
	height: 1.2rem;
	line-height: 0.24rem;
	font-size: 0.22rem;
	color: #fff;
	padding-top: 0.15rem;
}
#toolbar .list a.hover {
	background: #05bcf8;
}
#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 0.42rem;
	height: 0.46rem;
	display: block;
	background-size: 5rem auto;
}
#toolbar .list a span {
	text-align: center;
	line-height: 0.35rem;
	display: block;
}
#toolbar .list a .too-home {
	background-position: 0.03rem 0;
}
#toolbar .list a .too-news {
	background-position: -1.6rem 0;
}
#toolbar .list a .too-cp {
	background-position: -.79rem 0;
}
#toolbar .list a .too-tel {
	background-position: -2.36rem 0;
}
.xbg {
	width: 100%;
	display: block;
	position: fixed;
	height: 1.05rem;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 880;
}
#toolbar .list a s span {
	color: #fff;
	padding-top:.9rem;
	text-transform: initial;
	font-style: normal;
}
/*==========@@页面布局 开始@@==========*/
.index, .floor {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
}
.index {
	padding-top: 0;
	position: relative;
}
section.section {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	color: #666;
}
/*首页导航*/
.navlist {
	background: #1a1a1a;
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
}
.navlist ul {
	padding: 0;
}
.navlist li {
	float: left;
	width: 25%;
	text-align: center;
	display: block;
}
.navlist li a {
	display: block;
}
.navlist li h3 {
	line-height:.66rem;
	font-size: .26rem;
	color: #fff;
	height:.66rem;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #505050;
	border-top: 1px solid #505050;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.navlist li:nth-child(4n) h3 {
	border-right: 0;
}
/*首页标题*/
p.p_title {
	font-size: .35rem;
	line-height: .45rem;
	text-align: center;
	padding-top:.4rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #ccc;
}
h2.h2_title {
	display: flex;
	padding-bottom: .4rem;
	line-height: .45rem;
}
h2.h2_title i.titl {
	background: url(../image/titl01.png) no-repeat right center;
	flex: 1;
}
h2.h2_title i.titr {
	background: url(../image/titr01.png) no-repeat left center;
	flex: 1;
}
h2.h2_title a, h2.h2_title span {
	padding: 0 .1rem;
	font-size:.4rem;
	font-weight: bold;
	color: #333;
}
/*查看更多*/
a.ckgda {
	display: block;
	height: .76rem;
	line-height: .76rem;
	font-size: .3rem;
	text-align: center;
	background: #f6f6f6 url(../image/icon01.png) no-repeat 4.4rem .28rem;
	background-size: .24rem;
	border-bottom: 2px solid #1a1a1a;
}
/*标题*/
.m-tit {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.45rem;
	color: #333;
	/*height: 0.8rem;*/
	line-height: 0.6rem;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	cursor:pointer;
}
.m-tit span {
	display: block;
	font-size: 0.18rem;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
}
.m-tit span:before {
	content: "";
	width: 0.5rem;
	height:2px;
	background:#1a1a1a;
	position: absolute;
	top: 0.28rem;
	left: 18%;
	z-index: 10;
	/*border-radius: 50%;*/
}
.m-tit span:after {
	content: "";
	width: 0.5rem;
	height: 2px;
	background:#1a1a1a;
	position: absolute;
	top: 0.28rem;
	right: 18%;
	z-index: 10;
	/*border-radius: 50%;*/
}
.m-tit a {
	color: #000;
	cursor:pointer;
}
/**/
.g-yinz {
	width: 92%;
	margin: 0 auto;
	padding: 0.6rem 0;
}
.yinz_desc {
	width: 96%;
	margin: 0 auto;
	padding:0.2rem 0 0;
	text-align: center;
}
.yinz_desc p {
	font-size: 0.24rem;
	color: #666;
	line-height: 0.42rem;
	overflow: hidden;
}
.yinz_more {
	display: block;
	/*font-size: 1rem;*/
	color: #666;
	padding: 0.4rem 0 0;
}
.yinz_more em {
	width: 0.6rem;
	height: 0.6rem;
	display: block;
	line-height: 0.6rem;
	margin: 0 auto;
}
.yinz_more em i {
	width: 0.6rem;
	display: block;
	height: 0.6rem;
	font-size: 0.3rem;
	line-height: 0.6rem;
	text-align: center;
	border-radius: 50%;
	background: #1a1a1a;
	color: #fff;
}
.digital {
	padding: 0.3rem 0 0;
	width: 96%;
	margin: 0 auto;
}
.ibrand-num li {
	float:left;
	width: 32%;
	height:1.2rem;
	color:#333;
	text-align: center;
	font-size:0.20rem;
	margin-right: 2%;
}
.ibrand-num li:nth-child(3) {
	margin: 0;
}
.ibrand-num li b {
	font-size:0.56rem;
	line-height: 0.96rem;
	/*	font-family:"DINOT";*/
	/*	padding-right: 0.2rem;*/
	font-weight: bold;
}
.ibrand-num li span {
	display:block;
	text-align: center;
	/*padding: 0.3rem 0 0;*/
}
/*产品中心*/
.product {
	padding-bottom: .5rem;
}
.product .pro_type {
	height: .6rem;
	display: flex;
	border: 3px solid #1a1a1a;
	margin-bottom: .4rem;
	box-sizing: initial;
}
.product .pro_type li {
	flex: 1;
	height: .6rem;
	line-height: .6rem;
	font-size: .28rem;
	text-align: center;
	color: #333;
	position: relative;
}
.product .pro_type li i {
	display: none;
	width: .478rem;
	height: .22rem;
	background: url(../image/xla.png) no-repeat center;
	background-size: .478rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -.24rem;
}
.product .pro_type li.on {
	background: #1a1a1a;
	color: #fff;
	font-weight: bold;
}
.product .pro_type li.on i {
	display: block;
}
.product .pro_con {
	}
.product .pro_con dl {
	width: 3rem;
	float: left;
	margin: 0 0 2% 2%;
}
.product .pro_con dl:nth-child(2n+1) {
	margin-left: 0;
}
.product .pro_con dl dt {
	border: 1px solid #d8d8d8;
}
.product .pro_con dl dt img {
	display: block;
	width: 100%;
	/*height: 2.232rem;*/
}
.product .pro_con dl dd {
	line-height: .6rem;
	text-align: center;
	font-size: .26rem;
	background: #7b7b7b;
	padding: 0 .1rem;
}
.product .pro_con dl dd a {
	display: block;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*产品优势*/
.g-four {
	width: 100%;
	padding: 0.5rem 0 0.5rem;
}
.g-four .m-tit:before {
	left: 26%;
}
.g-four .m-tit:after {
	right: 26%;
}
.g-four .m-tit span:before {
	left: 18%;
}
.g-four .m-tit span:after {
	right: 18%;
}
.four_pic {
	width: 96%;
	margin: 0 auto;
	line-height: 0;
	padding: 0.3rem 0 0;
}
.four_pic img {
	width: 100%;
}
.four {
	width: 92%;
	overflow: hidden;
	margin: 0 auto;
}
.four .bd li {
	float: left;
	width: 100%;
	height: 3rem;
	text-align: center;
	padding-bottom: 0.3rem;
}
.four .bd li i {
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 15px;
	color: #00A850;
}
.four .bd li h3 {
	font-size: .5;
	line-height: 2;
	font-weight: bold;
	/*margin-bottom: 10px;*/
}
.four .bd li p {
	font-size: 0.24rem;
	color: #666;
	line-height: 0.48rem;
	padding: 0.2rem 0 0;
	overflow: hidden;
}
.four .hd {
	width: 92%;
	margin: 30px auto;
}
.four .hd li {
    float: left;
    width: 16%;
    height: 3px;
    background: #1a1a1a; 
    margin-left: 4.5%;
    margin-right: 4.5%;
}
.four .hd .on {
	background: #00A850;
}
/*把控品质*/
.dbpz {
	position: relative;
}
.dbpz .dbpz_top {
	width: 100%;
	height: 1.73rem;
	background: url(../image/dbpztop.png) no-repeat center / cover;
}
.dbpz .dbpz_top p.p_title {
	padding-top: .2rem;
}
.dbpz .dbpz_top p.p_title, h2.h2_title span {
	color: #fff;
}
.dbpz .dbpz_top h2.h2_title i.titl {
	background-image: url(../image/titl02.png);
}
.dbpz .dbpz_top h2.h2_title i.titr {
	background-image: url(../image/titr02.png);
}
.dbpz .dbpz_con {
	margin: 0 3%;
	position: relative;
}
.dbpz .pzbd {
	width: 1px;
	height: 100%;
	position: absolute;
	left: 49.4%;
	top: 0;
	background: #1a1a1a;
}
.dbpz .dbpz_con .conbox {
	padding-top: .25rem;
	position: relative;
}
.dbpz .dbpz_con .conbox:nth-of-type(5) {
	margin-bottom: .25rem;
}
.dbpz .dbpz_con .conbox .pznum {
	display: block;
	width: .5974rem;
	height: .5974rem;
	line-height: .5974rem;
	text-align: center;
	font-size: .28rem;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 50%;
	margin-left: -.33rem;
	top: .85rem;
	z-index: 1;
}
.dbpz .dbpz_con .conbox .boxImg {
	width: 45%;
	height: 1.688rem;
	margin-top: .05rem;
}
.dbpz .dbpz_con .conbox .boxImg img {
	width: 100%;
	height: 100%;
}
.dbpz .dbpz_con dl {
	position: relative;
	width: 45%;
}
.dbpz .dbpz_con dl dt {
	font-size: .3rem;
	line-height: .37rem;
	font-weight: bold;
	margin-bottom: .05rem;
}
.dbpz .dbpz_con dl dd {
	font-size: .22rem;
	line-height: .26rem;
	text-align: justify;
	color: #333;
}
/*我们承诺*/
.dbcl {
	position: relative;
	width: 100%;
	height: 3.8rem;
	background: #1a1a1a url(http://huihengkt.com/template/wap/images/zxzxbg01.png) no-repeat .28rem .08rem;
	background-size: 2.4rem;
}
.dbcl .zxzxbg {
	width: 3rem;
	height: 3rem;
	background: url(http://huihengkt.com/template/wap/images/zxzxbg01.png) no-repeat .28rem .2rem;
	background-size: 2.4rem;
	position: absolute;
	left: 0;
	top: 0;
}
.dbcl .zxzx_p1 {
	float: right;
	width: 3.7rem;
	padding-top: .61rem;
	border-bottom: 2px solid #0b6635;
}
.dbcl .zxzx_p1 img {
	width: 100%;
}
.dbcl .zxzx_p2 {
	float: right;
	width: 3.7rem;
	font-size: .26rem;
	line-height: .45rem;
	padding-top: .26rem;
	padding-left: .1rem;
	padding-bottom: .2rem;
}
.dbcl .zxzx_p2 span {
	display: block;
	color: #fff;
}
.dbcl .zxzx_p2 span i {
	display: inline-block;
	width: .1rem;
	height: .1rem;
	margin-right: .1rem;
	border-radius: 100%;
	position: relative;
	top: -.04rem;
	border: 1px solid #fff;
}
.dbcl .zxzx_p3 {
	position: relative;
	display: inline-block;
	width: 96%;
	margin: 0 2%;
	height: .6rem;
	line-height: .6rem;
	font-size: .3rem;
	color: #4b440d;
	text-align: center;
	background: #fde200;
	border-radius: 25px;
	box-shadow: 3px 3px 10px #00803a;
}
/*设备展示*/
.sbzs {
	background: url(../image/bg01.png);
	padding-bottom: .5rem;
}
.sbzs .sbzs_top {
	position: relative;
}
.sbzs .sbzs_top ul {
	position: relative;
}
.sbzs .sbzs_top ul li {
	position: relative;
	width: 100%;
	height: 4.608rem;
}
.sbzs .sbzs_top ul li img {
	display: block;
	width: 100%;
	height: 100%;
}
.sbzs .sbzs_top ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	height: .717rem;
	font-size: .3rem;
	color: #fff;
	line-height: .717rem;
	background: url(http://huihengkt.com/template/wap/images/bg02.png);
	width: 100%;
	text-align: center;
}
.sbzs .sbzs_bot {
	position: relative;
	margin-top: .15rem;
	margin-bottom: .4rem;
}
.sbzs .sbzs_bot ul {
	position: relative;
}
.sbzs .sbzs_bot ul li {
	float: left;
	width: 24%;
	height: 1.1057rem;
	box-sizing: border-box;
	margin-left: 1.3%;
}
.sbzs .sbzs_bot ul li img {
	display: block;
	width: 100%;
	height: 100%;
}
.sbzs .sbzs_bot ul li:first-child {
	margin-left: 0;
}
.sbzs .sbzs_bot ul li.on {
	border: 3px solid #1a1a1a;
}
/*四大理由*/

/*定制流程*/
.g-liuc {
	width: 92%;
	margin: 20px auto;
	padding: 0.2rem 0 0.2rem;
}
.g-liuc ul {
	margin-top: 0.2rem;
	width: 98%;
	height: 2rem;
	/*background: url(../images/liuc_k.gif) no-repeat 50% 50%;*/
	-webkit-background-size:100%;
	-ms-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.g-liuc ul li {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 0.2rem;
	color: #333;
	height: 1.4rem;
}
.g-liuc ul li em {
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	line-height: 0;
	margin: 0 auto 0.4rem;
	overflow: hidden;
	background: #fff;
}
.g-liuc ul li em img {
	width: 0.4rem;
	height: 0.4rem;
}

/*关于我们*/
.about {
	padding-bottom: 0.4rem;
	padding-top: 0.4rem;
	background: url(../image/bg01.png);
}
.about .abo_con {
	margin-bottom: .25rem;
}
.about .abo_con dt img {
	display: block;
	width: 100%;
	height: 3.8912rem;
}
.about .abo_con dd:nth-of-type(1) {
	font-size: .38rem;
	line-height: .44rem;
	font-weight: bold;
	text-align: center;
	margin: .3rem 0 .2rem 0;
}
.about .abo_con dd:nth-of-type(1) a {
	color: #333;
}
.about .abo_con dd:nth-of-type(2) {
	font-size: .22rem;
	line-height: .36rem;
	text-align: justify;
}
.about .abo_con dd:nth-of-type(2) a {
	color: #333;
}
.about a.ckgda {
	background-color: #fff;
}
/*新闻中心*/
.news {
	padding-bottom: 0;
	margin-bottom: 0.6rem;
}
.news .news_type {
	display: flex;
	border: 2px solid #05bcf8;
	box-sizing: initial;
}
.news .news_type li {
	flex: 1;
	text-align: center;
	height: .5974rem;
	line-height: .5974rem;
	font-size: .28rem;
	color: #666;
	position: relative;
	border-left: 1px solid #05bcf8;
}
.news .news_type li:first-child {
	border-left: none;
}
.news .news_type li i {
	display: none;
	width: .478rem;
	height: .22rem;
	background: url(../image/xla.png) no-repeat center;
	background-size: .478rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -.22rem;
	z-index: 2;
}
.news .news_type li.on {
	background: #05bcf8;
	color: #fff;
}
.news .news_type li.on i {
	display: block;
}
.news .news_con {
	width: 100%;
}
.news .news_con dl {
	width: 100%;
	position: relative;
	margin: .4rem 0;
}
.news .news_con dl dt {
	width: 2.46rem;
	float: left;
	margin-right: 3%;
}
.news .news_con dl dt img {
	display: block;
	width: 100%;
	height: 1.8432rem;
}
.news .news_con dl dd:nth-of-type(1) {
	font-size: .26rem;
	font-weight: bold;
	height: .478rem;
	line-height: .478rem;
	margin-bottom: .1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news .news_con dl dd:nth-of-type(1) a {
	color: #333;
}
.news .news_con dl dd:nth-of-type(2) {
	font-size: .22rem;
	line-height: .32rem;
	height: 1.2rem;
	text-align: justify;
	overflow: hidden;
}
.news .news_con dl dd:nth-of-type(2) a {
	color: #666;
}
.news .news_con ul {
	width: 100%;
	margin-top: .3rem;
}
.news .news_con ul li {
	width: 100%;
	height: .478rem;
	line-height: .478rem;
	display: block;
	margin-bottom: .1rem;
	padding-left: .25rem;
	background: url(../image/icon04.png) no-repeat left center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news .news_con ul li a {
	float: left;
	display: block;
	width: 73%;
	font-size: .24rem;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news .news_con ul li span {
	float: right;
	display: block;
	width: 25%;
	font-size: .24rem;
	color: #b5b5b5;
	text-align: right;
}
/*相册*/
.photo-cut {
	width: 96%;
	margin: -30px auto;
	overflow: hidden;
	margin-bottom: 0.6rem;
}
.photo-cut .photo-nav {
	height: 40px;
	line-height: 40px;
	font-size: .28rem;
	color: #fff;
	background: #1a1a1a;
}
.photo-cut .photo-nav li {
	width: 33.3333%;
	float: left;
	text-align: center;
}
.photo-cut .photo-nav li i {
	margin-right: 8px;
}
.photo-cut .photo-nav li a {
	color: #fff;
}
.photo-cut .photo-nav .on {
	background: #05bcf8;
}
.photo-cut .photo-box {
	margin-top: 20px;
	margin-bottom: 60px;
}
.photo-cut .photo-box .photo li {
	width: 48%;
	margin-top: 15px;
	text-align: center;
	line-height: .38rem;
	float: left;
	border: 1px solid #ccc;
}
.photo-cut .photo-box .photo li:nth-child(odd) {
	margin-right: 4%;
}
.photo-cut .photo-box .photo li:nth-child(even) {
	margin-right: 0;
}
.photo-cut .photo-box .photo li img {
	width: 100%;
}
/*内页样式*/
/*menu*/
.menubox .iconn {
	width:.4rem;
	height:.4rem;
	display: inline-block;
	cursor: pointer;
}
.menubox .goHome {
	margin-right:.16rem;
}
.menubox .iconn:before {
	width:.4rem;
	height: .4rem;
	background-size: 1.4rem;
}
.menubox .goBack {
	background: none;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	max-width: 640px;
	min-width: 320px;
	position: relative;
	padding-top: .2rem;
}
.productPage {
	padding: 3% 0 .5rem;
}
.productPage .gridlist {
	padding: 0 3%;
}
.productPage .erro {
	padding: 0 3%;
}
.erro {
	text-align: center;
	color: red;
	padding: 3% 0;
}
/*cateList*/
.iconbef:before {
	background: url(../image/iconn.png) no-repeat;
	background-size: 1.4rem auto;
	vertical-align: middle;
}
.cateList {
	width: 100%;
	line-height: 0.8rem;
	text-align: center;
	background: #f6f6f6;
	color: #666;
	position: relative;
}
.cateList .goBack {
	width: .8rem;
	height: .8rem;
	padding-top: .23rem;
	position: absolute;
	left: .1rem;
	top: 0;
	z-index: 12;
}
.cateList .goBack:before {
	width: .4rem;
	height: .4rem;
	display: block;
	margin: 0 auto;
	background-position: -1.0rem -0.64rem;
}
.cateList h3 {
	position: relative;
	font-size: .3rem;
}
.cateList h3 s {
	position: absolute;
	top: 0.34rem;
	right:.4rem;
	width: .25rem;
	height: .2rem;
	margin-left: .1rem;
	background-position: -1.16rem 0;
	display: none;
}
.cateList .box {
	width: 100%;
	padding: .2rem 3% .0;
	z-index: 11;
	background: #fff;
	display: none;
	border-bottom: 1px solid #e6e6e6;
}
.cateList .box a {
	width: 32%;
	margin-right: 2%;
	margin-bottom: .15rem;
	line-height: .6rem;
	font-size: .24rem;
	text-align: center;
	display: block;
	float: left;
	border-radius: .05rem;
	border: 1px solid #e6e6e6;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.cateList .box a:nth-child(3n) {
	margin-right: 0;
}
.cateList .box a.on {
	background: #1a1a1a;
	color: #fff;
}
.gridlist {
	padding: 0 3%;
}
.gridlist .item {
	width: calc(48.5%);
	margin-right: 3%;
	margin-bottom: 3%;
	float: left;
	position: relative;
	border: 1px solid #eee;
}
.gridlist .item a {
	width: 100%;
	display: block;
}
.gridlist .item h3 {
	width: 100%;
	line-height: .6rem;
	overflow: hidden;
	text-align: center;
	font-size: .24rem;
	color: #fff;
	background: #7b7b7b;
}
.gridlist .item figure {
	width: 100%;
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
.gridlist .item figure img {
	position: absolute;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
}
.gridlist .item:nth-child(2n) {
	margin-right: 0;
}
.gridlist.gridlist34 .item figure {
	padding-top: 133%;
	padding-bottom: 0;
}
.newsPage {
	padding: 3%;
}
.newsPage .item {
	width: 100%;
	padding-right: .1rem;
	display: block;
	padding: .2rem;
	border-bottom: 1px dotted #b0b0b0;
	margin: 0 auto 0;
	background: #efefef;
}
.newsPage .item img {
	width: 2rem;
	height: 1.5rem;
	display: block;
	margin-right: .22rem;
}
.newsPage .item h3 {
	font-size: .28rem;
	font-weight: bold;
	line-height: 0.48rem;
	color: #1a1a1a;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newsPage .item p {
	font-size: .22rem;
	line-height: 0.33rem;
	color: #666;
	text-align: justify;
	overflow: hidden;
}
.newsPage .item:last-child {
	border-bottom: 0px;
}
.newsPage .newsList ul {
	margin-top: .1rem;
}
.newsPage .newsList li {
	position: relative;
	height: .734rem;
	line-height: .734rem;
	font-size: .22rem;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
.newsPage .newsList li a {
	color: #1a1a1a;
	width: 75%;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newsPage .newsList li a i {
	display: inline-block;
	width: .15rem;
	height: .15rem;
	margin-right: .1rem;
	border-radius: 100%;
	position: relative;
	top: 0;
	border: 1px solid #9d9d9d;
}
.newsPage .newsList li span {
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
}
.wrapper .caselist {
	padding: 3%;
}
.wrapper .caselist .item {
	margin-right: 2%;
}
.wrapper .caselist .item:nth-child(2n) {
	margin-right: 0;
}
.showInfo .showtit {
	margin: 0 3% 0;
	font-size: .36rem;
	color: #333333;
	line-height: .44rem;
	text-align: center;
}
.showInfo .showtit.showtit2 {
	margin: .3rem 0;
	margin-top: 0;
	line-height: 0.8rem;
	color: #1a1a1a;
	font-weight: bold;
	border-bottom: 1px dotted #dedede;
}
.showInfo .showContxt {
	padding: .2rem 3% .3rem;
}
.showInfo .showContxt * {
	line-height: .42rem !important;
	font-size: .24rem !important;
	color: #666;
}
.showInfo .showContxt img, .showInfo .showContxt iframe {
	max-width: 100%;
	height: auto !important;
}
.showInfo .contxt {
	padding: .2rem 4% .4rem;
	line-height: .42rem;
	color: #666666;
}
.showInfo .contxt img {
	max-width: 100%;
	margin: 0px auto;
	height: auto !important;
	display: inline;
}
.showInfo .contxt p {
	line-height:.4rem;
}
.showInfo .contxt .biao td {
	padding:.09rem;
	border: 1px solid #ccc;
	vertical-align: middle;
	word-wrap: break-word;
	table-layout: fixed;
	word-break: break-all;
}
.showInfo .showTab {
	width: 94%;
	margin: .3rem 0 0 0;
	margin-left: 3%;
	background: #eee;
	overflow: hidden;
}
.showInfo .showTab .title2 {
	float: left;
	position: relative;
	background: #05bcf8;
	padding: 0 .2rem;
}
.showInfo .showTab .title2 h3 {
	color: #fff;
	font-size: .28rem;
	line-height: .7rem;
	font-weight: normal;
}
/*.showInfo .showTab .title2 s {
	width: 100%;
	height: .05rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #1a1a1a;
}*/
.showproduct .reLink {
	margin: .2rem 0 .1rem;
}
.showimg {
	width: 100%;
	position: relative;
}
.showimg .imglist {
	width: 5.6rem;
	height: 4.55rem;
	margin: 0px auto;
	padding: .4rem 0 .2rem;
	position: relative;
	overflow: hidden;
}
.showimg .list {
	float: left;
	width: 500%;
}
.showimg a {
	float: left;
	width: 5.6rem;
	text-align: center;
	display: block;
}
.showimg a img {
	height: 4.55rem;
	width: 5.6rem;
	margin: 0px auto;
	display: block;
	background-size: 100%;
}
.showimg span.left {
	right: auto;
	left: 50%;
	margin-left: -3rem;
}
.showimg span {
	display: none;
	width: 30px;
	height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 50%;
	margin-right: -3.04rem;
	cursor: pointer;
}
.showimg span.left::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 11px;
	height: 11px;
	right: 10px;
	top: 20px;
	z-index: 11;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.showimg span.left::after {
	content: "";
	position: absolute;
	background: #aaaaaa;
	width: 11px;
	height: 11px;
	right: 14px;
	top: 20px;
	z-index: 10;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.showimg span.right::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 11px;
	height: 11px;
	right: 14px;
	top: 20px;
	z-index: 11;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.showimg span.right::after {
	content: "";
	position: absolute;
	background: #aaaaaa;
	width: 11px;
	height: 11px;
	right: 10px;
	top: 20px;
	z-index: 10;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.aboutPage {
	padding: .3rem 0 .5rem;
}
.aboutPage .txtcon {
	color: #666666;
	padding: 0 3% .3rem;
}
.aboutPage .txtcon img {
	max-width: 100%;
}
/**/
.about-culture {
	background: #05bcf8;
	overflow: hidden;
	padding: .5rem 0;
	color: #fff;
	margin-bottom: .5rem;
}
.about-culture .m-tit {
	color: #fff;
}
.about-culture .m-tit span:before {
	background:#fff;
}
.about-culture .m-tit span:after {
	background:#fff;
}
.about-culture .m-tit a {
	color: #fff;
}
.about-culture ul {
	width: 92%;
	margin: 20px auto;
}
.about-culture ul li {
	width: 48%;
	height: 3rem;
	float: left;
	text-align: center;
}
.about-culture ul li i {
	font-size: 1rem;
}
.about-culture ul li h3 {
	font-size: .3rem;
	font-weight: bold;
}

.aboutPage .about-service {
	overflow: hidden;
	margin-bottom: 30px;
}
.about-service ul {
  width:92%;
  margin: 0 auto;
}
.about-service ul li {
	float: left;
	width: 49%;
	height: 190px;
	background: white;
	border: #d8d8d8 1px solid;
	box-shadow: 1px 8px 10px 1px #dadada;
	margin-bottom: .3rem;
}
.about-service ul li img {
	width: 100%;
}
.about-service ul li:nth-child(1n) {
	margin-right: 1%;
}
.about-service ul li i {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 30px;
}
.about-service ul li:hover {
	background: #023AB5;
}
.about-service ul li:hover b, .about-service ul li:hover p {
	color: white;
}
.about-service ul li:hover span {
	color: white;
	border-left: white 4px solid;
}
.about-service ul li span {
	width: 220px;
	padding-left: 10px;
	display: block;
	border-left: #023AB5 4px solid;
	color: #023AB5;
	font-size: .32;
	line-height: 1.4;
}
.about-service ul li b {
	display: block;
	font-weight: 500;
	width: 220px;
	padding-left: 10px;
	font-size: .24px;
	line-height: 1.8;
	color: #000;
}
.about-service ul li p {
	display: none;
}


.aboutPage .photo {
	width: 92%;
	margin: 0 auto;
}
.aboutPage .photo li {
	width: 48%;
	margin-top: 15px;
	text-align: center;
	line-height: .38rem;
	float: left;
	border: 1px solid #ccc;
}
.aboutPage .photo li:nth-child(odd) {
	margin-right: 4%;
}
.aboutPage .photo li:nth-child(even) {
	margin-right: 0;
}
.aboutPage .photo li img {
	width: 100%;
}
/**/
.singlePage {
	padding: .3rem 3%;
	border-bottom: .2rem solid #f1f1f1;
}
.singlePage img {
	max-width: 100%;
}
.contactPage {
	overflow: hidden;
}
.contactPage .t {
	color: #000;
	padding: 0 3% .2rem;
	font-size: .3rem;
}
.contactPage .txtcon {
	padding: 0 3% .3rem;
}
.contactPage .txtcon img {
	max-width: 100%;
}
.contactPage .mapArea {
	width: 100%;
	height: 3rem;
}
.contactPage .messagePage {
	padding: .4rem 3% .5rem;
}
.teamPage {
	padding-bottom: .6rem;
	padding-top: .3rem;
}
.teamPage .list {
	padding: 0 3%;
}
.teamPage .item {
	padding:.3rem 0 .3rem;
	width: 49%;
	display: block;
	margin-right: 2%;
}
.teamPage .item:nth-child(2n) {
	margin-right: 0;
}
.teamPage .item figure {
	width: 100%;
	position: relative;
	padding-top: 56%;
	overflow: hidden;
}
.teamPage .item figure img {
	position: absolute;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
}
.teamPage .item h3 {
	font-size: .26rem;
	height: 0.34rem;
	line-height: 0.34rem;
	overflow: hidden;
	color: #000;
}
.yewuPage .item .txt {
	font-size: .2rem;
	line-height: .3rem;
	height: .6rem;
	color: #333;
	overflow: hidden;
}
.yewuPage .item .time {
	font-size: .2rem;
	color: #999;
	display: block;
}
.yewuPage .item:first-child {
	padding-top: 0;
}
.yewuPage .moreBtn {
	margin-top: 0;
}
.yewuPage .erro {
	padding: 3%;
}
.moreBtn {
	width: 100%;
	margin: .3rem auto 0;
	text-align: center;
	color: #fff;
	height: 0.88rem;
	line-height: 0.88rem;
	display: block;
	background: #1a1a1a;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.moreBtn a {
	display: block;
	color: #fff;
}
.newsPage .moreBtn {
	width: 100%;
}
.infobox {
	padding: 3%;
}
.infobox img {
	max-width: 100% !important;
}
.nfoot {
	padding: 0.3rem 0 0.6rem;
	background: #fff;
	display: block;
	font-size: 12px;
	text-align: center;
}
.content {
	width: 100%;
	overflow: hidden;
	max-width: 640px;
	min-width: 320px;
}
.singlepage {
	padding-top: 0;
	background: #f1f1f1;
}
.singlepage .floor_1, .singlepage .floor_2, .singlepage .floor_3, .singlepage .floor_4 {
	padding:.2rem 0 .4rem;
}
.singlepage .title2 {
	padding: 0 3%;
}
.singlepage .title2 h3 {
	color: #333;
	font-size:.3rem;
	font-weight: bold;
}
.singlepage .title2 h4 {
	color: #999;
	text-transform: uppercase;
	font-size: .24rem;
	display: block;
}
.singlepage .info {
	padding: 3%;
}
.erro {
	text-indent: 1em;
}
.wrapper .honor {
	background: #fff;
	padding-bottom: 0;
}
/*sitepath*/
.sitepathbox {
	width: 100%;
	padding: 0;
	height:.8rem;
	font-size:.26rem;
	margin: 0;
	line-height: .8rem;
	background: #fff;
	position: relative;
	color: #666;
}
.sitepath {
	padding-right: 3%;
}
.sitepath a {
	color: #666;
	display: inline-block;
}
.sitepathbox em {
	width:.14rem;
	height:.2rem;
	display: inline-block;
	margin:0 .16rem;
	background-position: -2.04rem 0;
}
.goBack {
	padding-left: 2%;
	display: block;
}
.floor {
	padding:.3rem 0;
}
/*product.html*/
.listProduct {
	padding-bottom: 3%;
}
.listProduct .list {
	width: 100%;
}
.listProduct li {
	width: 47%;
	margin-left: 2%;
	box-sizing: border-box;
	display: block;
	padding-top: 3%;
	float: left;
	margin-bottom: 3%;
	border-bottom: 1px dotted #ccc;
}
.listProduct li a {
	display: block;
}
.listProduct li figure {
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}
.listProduct li figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
}
.listProduct li h3 {
	height: .5rem;
	line-height: .5rem;
	font-size: 0.26rem;
	overflow: hidden;
	font-weight: normal;
	color: #000;
	text-align: center;
}
.listProduct li:hover h3 {
	color: #ff0505;
}
.listProduct li p {
	white-space: normal;
	word-wrap: break-word;
	color: #333
}
/*news.html*/
.newsList .list {
	width: 100%;
	margin-bottom: .3rem;
}
.newsList .item {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f3f3f3;
}
.newsList .item:nth-child(2n) {
	background: #f9f9f9;
}
.newsList .item:nth-child(2n) span:after {
	background: #f9f9f9;
}
.newsList .item:last-child {
	border: 0px;
}
.newsList .item a {
	width: 92%;
	height: 1.5rem;
	padding:.2rem 5% .2rem 2%;
	display: block;
}
.newsList .item h3 {
	font-size: .3rem;
	line-height: .38rem;
	font-weight: normal;
	margin-bottom: .08rem;
	color: #093c84;
}
.newsList .item .txt {
	color: #666666;
	font-size: .22rem;
	line-height: .28rem;
}
/*showInfor*/
.showInfo {
	padding: 0 0 .2rem;
	width: 100%;
}
.showInfo .title {
	font-size: .4rem;
	text-align: center;
	line-height: .46rem;
	margin-bottom: .2rem;
	color: #333333;
	padding: .3rem 3% 0;
}
.showInfo .menu {
	margin-bottom: .2rem;
}
.showInfo .mark {
	font-size: .22rem;
	line-height: 0.5rem;
	text-align: center;
	color: #666666;
	border-top: 1px dashed #e5e5e5;
	border-bottom: 1px dashed #e5e5e5;
}
.showInfo .mark span {
	margin: 0 .06rem;
}
.showInfo .contxt {
	padding: .2rem 3% .4rem;
	color: #666666;
}
.showInfo .contxt img {
	max-width: 100%;
	height: auto !important;
}
.showInfo .reLink {
	margin: .2rem 3% .1rem;
}
.showInfo .showRelate {
	margin-top: .1rem;
}
.showInfo .showRelate .sitepath {
	padding: .18rem 0 0;
}
.showInfo .showRelate .sitepath h3 {
	font-weight: bold;
}
.showInfo .showRelate .item {
	margin-bottom: .2rem;
}
/*字体*/
@media only screen and (min-width:641px) {
	html {
	font-size: 100px;
}
}
@media only screen and (max-width:640px) {
	html {
	font-size: 100px;
}
}
@media only screen and (max-width:540px) {
	html {
	font-size: 84.375px;
}
}
@media only screen and (max-width:480px) {
	html {
	font-size: 75px;
}
}
@media only screen and (max-width:414px) {
	html {
	font-size: 64.6875px;
}
}
@media only screen and (max-width: 400px) {
	html {
	font-size: 62.5px;
}
}
@media only screen and (max-width: 375px) {
	html {
	font-size: 58.5938px;
}
}
@media only screen and (max-width: 360px) {
	html {
	font-size: 56.25px;
}
}
@media only screen and (max-width: 320px) {
	html {
	font-size: 50px;
}
} 
/** 自定义字体******************************/
@font-face {
	font-family: constantia;
	src: url("../font/constantia.eot");
	src: url("../font/constantia.eot") format("eot"), url("../font/constantia.ttf") format("truetype");
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
/*导航动画*/
@keyframes menu-line1-hover {
0% {
}
50% {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
100% {
	top:50%;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
} @keyframes menu-line2-hover {
0% {
	opacity: 1
}
50% {
	opacity: 1
}
51% {
	opacity: 0
}
100% {
	opacity: 0
}
}
@keyframes menu-line3-hover {
0% {
}
50% {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
100% {
	top:50%;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
}
@keyframes menu-line1 {
0% {
	top:50%;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
50% {
	top:50%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
100% {
	top:0%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
}
@keyframes menu-line2 {
0% {
	opacity: 0
}
50% {
	opacity: 0
}
51% {
	opacity: 1
}
100% {
	opacity: 1
}
}
@keyframes menu-line3 {
0% {
	top:50%;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
50% {
	top:50%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
100% {
	top:100%;
}
}
@-webkit-keyframes menu {
0% {
	width: 24px;
}
45% {
	width: 6px;
}
90% {
	width: 24px;
}
100% {
	width: 24px;
}
}
@keyframes menu {
0% {
	width: 24px;
}
45% {
	width: 6px;
}
90% {
	width: 24px;
}
100% {
	width: 24px;
}
}
/*分页样式*/
.pglist {
	padding: 30px 0;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #1a1a1a;
	padding: 0 10px;
	margin: 0 3px;
	display: inline-block;
	vertical-align: middle;
	line-height: 28px;
	background: #fff;
	border: 1px solid #ddd;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #1a1a1a;
	border-color: #1a1a1a;
}
/*分页*/
.mweb-pages {
	margin: 20px;
}
.mpagination-wrapper {
	margin: 20px 0;
}
.mpagination {
	height: 34px;
	text-align: center;
}
.mpagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.mpagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.mpagination li a:hover {
	background: #f5f5f5;
	color: #009a44;
}
.mpagination li.thisclass {
	background: #009a44;
	color: #fff;
}
.mpagination li.thisclass a, .mpagination li.thisclass a:hover {
	background: transparent;
	border-color: #009a44;
	color: #fff;
	cursor: default;
}
/*分页end*/
/*新增*/
.about_contact_info {
	width: 330px;
	float: left;
}
.about_contact_info dt {
	font-size: 32px;
}
.about_contact_info dd {
	font-size: 21px;
	line-height: 56px;
}
.about_contact_info li {
	float: left;
	padding-left: 35px;
	width: 300px;
	line-height: 56px;
	font-size: 18px;
}


/*标题*/
.index-title {
  overflow: hidden;
  width: 88%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.index-title p {
  color: #333;
  font-size: .24rem;
  line-height: .56rem;
  text-align: center;
}
.index-title h2 {
  text-align: center;
  font-size: .48rem;
  color: #1a1a1a;
  letter-spacing: 3px;
  font-weight: lighter;
  position: relative;
}
.index-title h2 b {
  color: #05bcf8;
  font-weight: bold;
  margin-left: 8px;
}
.index-title h2:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #1a1a1a; 
  left:1.1rem;
  top:27px;
}
.index-title h2:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background:#1a1a1a; 
  right:1.1rem;
  top:27px;
}

/**/
.pro{background:#f4f4f6;overflow: hidden;padding-bottom:0.4rem;}

.pro .tit1{overflow: hidden;}
.pro .tit1 li{float: left;height:.6rem;width:50%;box-sizing: border-box;text-align: center;background: #05bcf8;border-right: 1px solid #ccc;border-bottom:1px solid #ccc;text-align: center;}
.pro .tit1 li em{font-size: .24rem;line-height: 0.6rem;color: #ffffff;display: block;}


.pro .tit1 h3{float: left;height:0.6rem;width:50%;box-sizing: border-box;text-align: center;background: #05bcf8;border-right: 1px solid #ccc;/*border-bottom:1px solid #0159dc;*/text-align: center;}
.pro .tit1 h3 i{font-size: 0.24rem;line-height: 0.6rem;color: #ffffff;display: block;}

.pro .tit1 li:nth-child(2n){border-right: 0;}
.pro .tit1 li:nth-child(7){border-bottom: 0;}
.pro .tit1 li:last-child{border-bottom: 0;}
.pro .tit1 .cur{background: #6EA586;border: none;}
.pro .tit1 .cur em{color: #fff;font-weight: bold;}


.pro .pro_con{position: relative;}
.pro .pro_con dt img{ width: 60%; display:block;margin-left: 20%;}
.pro .pro_con dd{height:2rem;background:#f4f4f6;padding: 0 4%;}
.pro .pro_con dd h4{font-size:0.36rem;line-height:0.36rem;color:#333333;display: block;font-weight:600;padding-top:0.2rem;margin-left:0.25rem;}
.pro .pro_con dd h4 a{color:#333333;}
.pro .pro_con dd p{margin-left:10px;font-size:0.24rem; line-height:0.36rem;display: block;color: #666;margin-top: 0.2rem;width: 94%;padding-bottom: 0.2rem;}


.pro .pro_con dd .gf1{height:0.66rem;width:2.48rem;display: block;box-sizing: border-box;text-align: center;line-height: 0.66rem;float: left;border-radius:0.33rem;margin-right: .2rem;background: #1a1a1a;}
.pro .pro_con dd .gf1 span{ font-size:0.24rem;color: #fff;display: block;text-align: center;line-height: 0.66rem;height:0.66rem;}

.pro .pro_con dd .gf2{height:0.66rem;width:2.48rem;display: block;text-align: center;line-height: 0.66rem;float: left;margin-top:0.0rem;background: #05bcf8;border-radius:0.33rem;}
.pro .pro_con dd .gf2 span{padding-left:15%;font-size: 0.24rem; color: #fff;display: block;width: 57%;margin-left: 16%;font-weight:normal;}

/* --更多产品-- */
.gdp{height: 5.5rem;}

.gdp_1{height:.186rem;background: #fff;box-shadow:0px 0px 5px rgba(0,0,0,0.1);margin-bottom: 0.2rem;}
.gdp_1 ul li{float: left;width: 33.33%;text-align: center;margin-top: 0.2rem;}
.gdp_1 ul li img{width: 100%;display: block;}

.gdp_1 ul li h4{font-size: 0.33rem;line-height: 0.66rem;display: block;font-weight: normal;margin-top: 0.2rem;}
.gdp_1 ul li h4 b{font-weight: bold;display: inline-block;}

.gdp_2{height: 0.66rem;background: #fdfdfd;padding: 0 4%;}
.gdp_2 h2{margin-bottom:0.2rem;text-align: center;padding-top:0.2rem;}
.gdp_2 h2 em{font-size:0.33rem;color:#333333;display: block;line-height:0.66rem;font-weight: bold;background: url(../image/t_p.png) no-repeat center;background-size: 100% 0.33rem;}

.gdp_con{padding-bottom: 0.5rem;}
.gdp_con li img{display: block;width: 100%;}
.gdp_con li h4{height: 0.66rem;line-height: 0.66rem;font-size:0.33rem;color:#333;text-align: center;font-weight: normal;}

.gdp_con .prev{position: absolute;left:28%;bottom:0.2rem;width:0.1rem;height:0.1rem;z-index: 99;display: none;}
.gdp_con .next{position: absolute;right:28%;bottom:0.2rem;width:0.1rem;height:0.1rem;z-index: 99;display: none;}


.gdp_con .sho{position: absolute;bottom: 0.1rem;left: 3.5%;display: none;}
.gdp_con .sho img{width: 100%;display: block;}

.gdp_con .swiper-pagination{bottom:0.7rem;z-index:10;display: none;}
.gdp_con .swiper-pagination .swiper-pagination-bullet{width:0.1rem;height:0.1rem;background:#ffffff;opacity: 1;border-radius:100%;margin:0 0.2rem;vertical-align:middle;box-sizing: border-box;background-size: 0.1rem 0.1rem;border:0.05rem solid #0b3779;box-sizing: border-box;}
.gdp_con .swiper-pagination .swiper-pagination-bullet-active{    background: #f22611;border:none;}


.ys {width: 100%; background: #325CC8;padding:40px 0;overflow: hidden;/*margin-bottom: 25px;*/}
.ys .index-title p {color: #fff;}
.ys .index-title h2 {color: #fff;}
.ys .index-title h2 b {color: #fff;}
.ys .index-title h2:before {background: #fff;left:.2rem;}
.ys .index-title h2:after {background:#fff;right: .2rem;}
.ys img {width: 100%;}
.ys ul {padding: 40px 20px 40px 20px;}

.ys li { width: 50%; -o-transition: all .3s ease; transition: all .3s ease; cursor: pointer;overflow: hidden;float: left;border: px solid #325CC8;background: #fff;}
.ys li i { display: block; width: 39px; margin:30px 10px 0 10px; float: left }
.ys li h3 { font-size: 15px; color: #333; line-height: 100%;padding: 10px 0 9px;}
.ys li p { font-size: 12px; color: #666; line-height: 140%;width: 90%;margin-left: 10px;margin-bottom: 10px;}
.ys li.on, .ys li:hover { background: #E92626;}
.ys li.on img, .ys li:hover img { filter: brightness(0); -webkit-filter: brightness(0) }
.ys li.on i, .ys li:hover i { filter: invert(1); -webkit-filter: invert(1) }
.ys li.on h3, .ys li:hover h3, .ys li.on p, .ys li:hover p { color: #fff }

.advantage {padding: 30px 0;overflow: hidden;}
.advantage .index-title {margin-bottom: 20px;}
.advantage .index-title h2:before {left:.6rem;}
.advantage .index-title h2:after {right:.6rem;}
.advantage-list {height: 320px; background: url(http://huihengkt.com/template/wap/images/advantage-pkbg.jpg) top no-repeat;display: block;}
.advantage-list em{float: left;width: 50%;text-align: center;font-weight: 600;margin-bottom: 15px;}
.advantage-list ul li {width: 50%;text-align: center;float: left;line-height: 1rem;margin-bottom: 25px;}
.advantage-list ul li:nth-child(odd){color: #fff;}
.advantage-list ul li:nth-child(even){color: #1a1a1a;}

.ys-clear { clear:both; line-height:0px; overflow:hidden; zoom:1; font-size:0px; content:'.';}
.ys1 {overflow: hidden;}
.ys1 .index-title h2:before {left:.1rem;}
.ys1 .index-title h2:after {right:.1rem;}

.ys1 h3{height:1.2rem;margin: 0 4%;font-size: 0.33rem;color: #333333;font-weight: normal;margin-bottom: .4rem;padding-top: .3rem;text-align: center;}
.ys1 h3 b{font-size: 0.33rem;font-weight: bold;color: #1a1a1a;text-align: center;}

.ys1 {}
.ys1 dl{position: relative;padding-bottom:.3rem;}
.ys1 dl dt img{width: 100%;display: block;margin-top: ;}
.ys1 dl dd{;background: #f7f7f7;padding: 0 4% 10% 4%;overflow: hidden;}
.ys1 dl dd p{font-size:.24rem;line-height:.36rem;color: #1a1a1a;text-indent: 2em}

/* -- 优势2 -- */
.ys2{background: #05bcf8;overflow: hidden;}

.ys2 h3{height:1.2rem;margin: 0 4%;font-size: 0.33rem;color: #fff;font-weight: normal;margin-bottom: .4rem;padding-top: .3rem;text-align: center;}
.ys2 h3 b{font-size: 0.33rem;font-weight: bold;color: #fff;text-align: center;}

.ys2_con{;margin-top: .3rem;}
.ys2_con dl dt img{width: 100%;display: block;text-align: center;}
.ys2_con dd{padding-top: 3%;height: 1rem;text-align: center;}
.ys2_con dd strong {font-size:.33rem;color: #fff;line-height:.66rem;}

.ys2_con .swiper-pagination{height:2.3rem;bottom: 0;z-index: 10;background: url(http://huihengkt.com/template/wap/images/shoud.png) no-repeat center;background-size: 100% 2.3rem;}
.ys2_con .swiper-pagination .swiper-pagination-bullet{width: 2.3rem;height: 2.3rem;line-height: 2.3rem;background:none;opacity: 1;border-radius:100%;margin:0 3.5%;vertical-align:top;font-size: 1.2rem;color: #666666;font-family: Arial;border: 1px solid #666666;box-sizing: border-box;}
.ys2_con .swiper-pagination .swiper-pagination-bullet-active{border: 1px solid #063376;box-sizing: border-box;color: #063376;}

.pro-img-left {
	width: 96%;
	margin: 0 auto;
}
.pro-img-left .hd{ width:100%; padding-top:5px;  overflow:hidden;}
.pro-img-left .hd ul{ overflow:hidden; zoom:1;}
.pro-img-left .hd ul li{ padding-top:5px; float:left; text-align:center;width:22%;margin-right:11px;}
.pro-img-left .hd ul li img { width:100%; border:3px solid #ddd; cursor:pointer; }
.pro-img-left .hd ul li.on{ background:url("../image/icoup.png") no-repeat top center;}
.pro-img-left .hd ul li.on img{ border-color:#05bcf8;}
.pro-img-left .bd li{ vertical-align:middle;}
.pro-img-left .bd img{ width: 100%; display:block;background: url(../image/product-bg.jpg) no-repeat;background-size: 100% 100%;}

.pro-info-nav {
	text-align: center;
	line-height: 46px;
	height: 46px;
	font-size: 18px;
	position: fixed;
	top: 58px;
	z-index: 9999;
	width: 100%;
}
.pro-info-nav li {
	width: 33.333%;
	float: left;
	/*padding: 0 15px;*/
	text-align: center;
	/*border-bottom: 1px solid #999;*/
}
.pro-info-nav li:nth-child(3) {
	border: 0;
}
.pro-info-nav li:nth-child(1) a {
	color: #fff;
	background: #1a1a1a;
}
.pro-info-nav li a {
	color: #666;
	display: block;
	background: #f7f7f7;
}
.pro-info-nav li a:hover {
	color: #fff;
	background: #1a1a1a;
}


.pro {
	overflow: hidden;
	padding-top: 40px;
}
/*定制流程*/
.liuc {
  padding: 20px 20px 40px 30px;
  overflow: hidden;
}

.liuc ul li {
  font-size: 16px;
  color: #333;
  float: left;
  position: relative;
  height: 130px;
  /*padding: 10px 0 0 30px;*/
  width: 25%;
  line-height: 26px;
}
.liuc ul li:before {
  content: "";
  width: 1px;
  height: 60%;
  background: #dfdfdf;
  position: absolute;
  top: 10%;
  right: 18px;
}
.liuc ul li:nth-child(1):after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 40%;
  right: 10px;
  margin-top: -8px;
  border-left:8px solid #dfdfdf;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
}
.liuc ul li:nth-child(2):after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 40%;
  right: 10px;
  margin-top: -8px;
  border-left:8px solid #dfdfdf;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
}
.liuc ul li:nth-child(3):after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 40%;
  right: 10px;
  margin-top: -8px;
  border-left:8px solid #dfdfdf;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
}
.liuc ul li:nth-child(4):after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 40%;
  right: 10px;
  margin-top: -8px;
  border-left:8px solid #dfdfdf;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
}
.liuc ul li:nth-child(5):after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 40%;
  right: 18px;
  margin-top: -8px;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-right:8px solid #dfdfdf;

}
.liuc ul li:nth-child(6):after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 40%;
  right: 18px;
  margin-top: -8px;
  border-right:8px solid #dfdfdf;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
}
.liuc ul li:nth-child(7):after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 40%;
  right: 18px;
  margin-top: -8px;
  border-right:8px solid #dfdfdf;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
}
.liuc ul li:nth-child(8):after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 40%;
  right: 18px;
  margin-top: -8px;
  border-right:8px solid #dfdfdf;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
}
.liuc ul li em {
  width: 38px;
  height: 38px;
  display: block;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.liuc ul li em img {
  width: 38px;
  height: 38px;
}
.liuc ul li i {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  color: rgba(51,51,51,0.5);
  font-family:Arial, Helvetica, sans-serif;
}
.liuc ul li:hover em {
  -webkit-animation:hvr-buzz-out 0.75s linear;
  animation:hvr-buzz-out 0.75s linear;
}
.liuc ul li:hover {
  font-weight: bold;
}
.liuc ul li.liuc-li02 {
  width: 140px;
}
.yz-list{
	display: table;
	width: 100%;
}
.yz-list li{
	transition: all 0.5s;
    width: 33%;
    text-align: center;
    float: left;
    margin-top: 8px;
}
.pro-yz-list{background-color: #fff}
.yz-list li:last-child{margin-right: 0;}
.yz-list li span{display: block;height: 56px;font-size: 17px;color: #333;line-height: 24px;}
.yz-list li b{display: block;height: 56px;vertical-align: bottom;margin-right: 10px;overflow: hidden;font-weight: bold;font-size: 23px;line-height: 56px;font-family: Impact;}
.yz-list li p{font-size: 15px;color: #8c8c8c;line-height: 18px;}
.yz-list li:nth-child(3) span,.yz-list li:nth-child(4) span{font-size: 22px;}
.yz-list li:hover{transform: translateY(-10px);}
.yz-list li:hover p,.yz-list li:hover span{color: #05bcf8;}
.yz-list li:hover img{transform: translateY(-40px);}



.video {
    width: 856px;
    height: 155px;
    z-index: 5000;
    position: relative;
    margin: 0 auto;
    top: -10px;
}
.video_btn {
    width: 856px;
    height: 155px;
    cursor: pointer;
}
#open_window {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.video_m {
	position: relative;
    background: #eee;
    width: 100%;
    height: 360px;
    z-index: 1;
    margin: 12% auto;
    overflow: auto;
}

.xx {
    font-size: 22px;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 76px;
    right: 0;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #fff;
    z-index: 99999;
}

.video_con {
	position: relative;
	z-index: 100;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.video_con img {
    width: 639px;
    height: 360px;
}