html {
font-size: calc(100vw/7.68);
}
/* 头部 */
header{
	padding: 0.16rem 0;
}
header .logo {
	width: 4rem;
}
header .tel{
	font-size: 0.3rem;
	font-weight: 600;
	color: #e62e2e;
	background: url('../images/tel.png') no-repeat left center;
	text-indent: 1.5em;
	background-size: 15%;
	margin-top: 0.2rem;
}

/* nav strat */
nav{background-color: #0066cc;overflow:hidden;height: 1rem;position: relative;transition: 0.3s ease-in-out;-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;}
nav ul li{
	float: left;
	width: 23%;
	text-align: center;
	line-height: 1rem;
	font-size: 0.3rem;
}
nav ul li a{color:#fff;}
nav .down_menu{
	position: absolute;
	right: 0.1rem;
	top: 0.35rem;
}
.m_common{max-width: 768px;margin:0 auto;}

/* banner css -------------------------------------- */
.focus{ width:100%; height:2.9rem;  margin:0 auto; position:relative; overflow:hidden;}
.focus .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:5px; text-align:center;  }
.focus .hd ul{ display:inline-block; height:5px; padding:3px 5px; 
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
}
.focus .hd ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333333; margin:0 5px;  vertical-align:top; overflow:hidden;   }
.focus .hd ul .on{background: #fff }

.focus .bd{ position:relative; z-index:0; }
.focus .bd li img{ width:100%; background:url(images/m/loading.gif) center center no-repeat;  }
.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);  }

/* 产品 */
.title_common{
	position: relative;
	background-color: #0066cc;
	overflow: hidden;
	margin-top: 0.2rem;
	height: 0.8rem;
}
.title_common h4{
	font-size: 0.32rem;
	color: #fff;
	font-weight: bold;
	line-height:0.8rem;
	padding-left: 1.5em;
}
.title_common .title_icon{
	position: absolute;
	top:0.05rem;
	left:0.25rem
}
.title_common .more{
	font-size: 0.2rem;
	color: #fff;
	display: inline-block;
	line-height: 0.8rem;
}

/* product */
.tabBox .hd{ height:40px; line-height:40px; padding:0 10px; font-size:0.3rem;position:relative;margin-top: 0.1rem!important  }
.tabBox .hd ul{ height:8rem; text-align: center;width: 100%}
.tabBox .hd ul li{ color:#CF7F21; border: 1px solid #999999; display: inline-block;height: 0.6rem;width: 1.5rem;text-align: center;line-height: 0.6rem;border-radius: 5px }
.tabBox .hd ul li a{color:#333;display: block}
.tabBox .hd ul .on{border-color: #0066cc}
.tabBox .hd ul .on a{color:#333;}
.product .product_con{margin-top: 0.1rem!important;}
.product .product_con ul{
	column-count: 3;
	-webkit-column-count: 3;
	-ms-column-count: 3;
	-moz-column-gap: 0.1rem;
	-webkit-column-gap: 0.1rem;
	-ms-column-gap: 0.1rem;
	-o-column-gap: 0.1rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.product .product_con ul li{position: relative;height: 4rem;margin-bottom: 0.1rem;}
.product .product_con ul li img{
	width: 100%;
	height: 4rem;
}
.product .product_con ul li .info{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.product .product_con ul li .info h5{
	height: 0.8rem;
	width: 100%;
	background: rgba(0,0,0,0.5);
	line-height:0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.2rem;
	position: absolute;
	bottom: 0;
	left: 0
}
.product .product_con ul li a:hover .info h5{
	bottom: 100%;
}

/* 案例 */
.case .product_con ul li{
	width: 3rem!important
}
.case .product_con ul li .info{
	position: static!important;
	background: #eee;height: auto!important;
	padding: 0.1rem;
	width: 93.5%!important
}
.case .product_con ul li .info p{
	font-size: 0.26rem;
	color: #333;
}

/*  4 大理由 */
.ground{
	overflow: hidden;
	background: #eeeeee;
	margin: 0.2rem 0;
}
.ground .ground_banner{
	background: url('../images/m/ground_banner.png') no-repeat top center;
	height: 2.78rem;
	position: relative;
	background-size: cover;
}
.ground .ground_banner img{
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%
}
.ground .ground_grids{
	width: 100%;
	margin: 0 auto;
}
.ground .ground_grids dl{
	width: 100%;
	overflow: hidden;
	margin-top: 0.1rem;
}
.ground .ground_grids dl dt,.ground .ground_grids dl dd{
	float: left;
	text-align: center;
	overflow: hidden;
}
.ground .ground_grids dl dt{width: 65%;margin-bottom: 0.4rem;}
.ground .ground_grids dl dd{width: 35%;padding-top: 0.5rem;}
.ground .ground_grids dl dd img{width: 100%;height: 2rem}
.ground .ground_grids dl dt h5{
	font-size: 0.14rem;
	color: #e52e2e;
	height: 1.2rem;
	line-height: 1.28rem;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 8px;
	background-size: auto 70%
}
.ground .ground_grids dl dt p{
	font-size: 0.24rem;
	color: #000000;
	text-align: left;
	padding-left: 0.1rem;
}

/* 领导品牌 */
.scheme{
	background: url('../images/m/scheme_bg.png') no-repeat top center;
	height: 2.7rem;
	background-size: cover;
}
.scheme_title{
	margin-top: 0.2rem;
}
.scheme .tel{
	float: right;
	font-size: 0.2rem;
	color: #fff;
    line-height: 0.6rem;
    margin-top:0.1rem;
    background: url('../images/tel_icon.png') no-repeat left center;
    padding-left: 25px
}
.scheme .tel a{
	font-size: 0.5rem;
	color: #ff3333;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}

/* 公司简介 */
.company{
	height:6.2rem;
	margin-top: 0.1rem;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image:url('../images/m/company_bg.png');
}
.company .title{background: none;}
.company .txt{
	margin-top:0.05rem;
}
.company .txt p{
	color: #fff;
	font-size: 0.03rem;
	line-height:0.4rem;
	text-indent: 2em;
}
.company .txt a{color:#fff;}

/* 新闻资讯 */
.news{
	background: #eeeeee;
	overflow: hidden;
}
.news .title{background: none;}
.news .title_common h4,.news .title_common a{color:#333;}
.news .left{width:100%;}
.news .left .pic {width: 100%;height:4rem;position: relative}
.news .left .pic .info{
	position: absolute;
	width: 3rem;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	padding: 0.1rem;
	color: #fff;
	font-size: 0.2rem;
	height: 3.8rem;
}
.news .left .pic .info span{font-size: 0.2rem;position: absolute;bottom:0.1rem;right: 0.1rem;}
.news .left .pic img{
	width: 100%;
	height: 4rem;
}
.news .left .txt{
	width: 100%;
	margin-top: 0.3rem;
}
.news .left .txt ul li{
	font-size: 0.3rem;
	line-height: 0.25rem;
	border-bottom: 2px solid #bebebe;
	line-height: 0.25rem;
	padding-bottom: 0.4rem;
	margin-bottom: 0.3rem;
}
.news .left .txt ul li span{font-size: 0.25rem;}
.news .left .txt ul li a::before{
	content: "";
	width: 0.1rem;height: 0.1rem;background: #0066cc;border-radius: 100%;display: inline-block;vertical-align: middle;margin-right: 0.1rem;border-radius: 100%
}
.news .left .txt ul li a{
	color: #333;
}
.news .left .txt ul li a:hover{
	color: #0066cc;
}
.news .left .txt ul li span{
	color: #333;
}

/* 返回顶部 */
.Backtop{
	background: #999999;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center
}
.Backtop a{
	color: #fff;
	font-size: 0.3rem;
}
.Backtop a::before{
	content: "";
	width: 0;
	height: 0;
	border-bottom: 0.3rem solid #fff;
	border-left: 0.25rem solid transparent;
	border-right: 0.25rem solid transparent;
	display: inline-block;
	margin-right: 0.1rem;
}
@media screen and (max-width: 320px){
	.company{height: 6.8rem;}
}
@media screen and (max-width: 768px) and (min-width: 640px){
	.product .product_con {
   	  margin-top: 0.4rem!important;
	}
	#rightTabBox .tempWrap{margin-top: -0.4rem;}
}
/* footer */
footer{
	padding: 0.2rem 0;
	text-align: center;
}
footer p{
	font-size: 0.04rem;
	color: #333;
}
.footerNav{
	height: 0.8rem;
	background: #0066cc;
	overflow: hidden;
	line-height: 0.8rem;
}
.footerNav ul li{
	float: left;
	font-size: 0.3rem;
	width: 25%;
	text-align: center;
	box-shadow: 2px 0 0 2px rgba(0, 0, 0, 0.1);
}
.footerNav ul li img{display: inline-block;vertical-align: middle;margin-top: -0.1rem;margin-right: 0.1rem;}
.footerNav ul li a{color:#fff;}


.fy{width:95%;line-height:30px; font-size:12px; text-align:left; padding-left:5%;}
.xlr_pages{ margin:20px auto; text-align:center;}
.pagelist li{ color:#000; text-decoration:none; margin:5 8px; margin-right:5px; display:inline-block;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#f00; text-decoration:none;}
.news .left .txt h4,.product_con h4{ text-align:center; line-height:40px;}
.product_cont{ text-align:center; margin:0px auto;}
.productimg{ width:100%; margin:0px auto;}
.productimg img{max-width:100%; text-align:center; margin:0px auto;}
