/*-----------------[初始化]--------------*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
body {
	padding: 1.2rem 0 1.4rem;
	font-size: .28rem;
	line-height: 1.5;
	color: #2f2f2f;
}
img{max-width: 100%;border: none;}
a,img,button,input,textarea,div,button{-webkit-tap-highlight-color:rgba(255,255,255,0);}
input,textarea,select{font-size: 14px;color: #666;outline: 0;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {display: none;}
button,input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #a1a1a1;}
::-moz-placeholder {color: #a1a1a1; }
::-ms-input-placeholder {color: #a1a1a1;}

ul {list-style: none;}
em,i {font-style: normal;}
.fix{*zoom:1;}
.fix:after,.fix:before{display:block;content:"";height:0;clear:both;}
table{border-collapse:collapse; border-spacing:0;}
.c {clear: both;}

.fl, .coll, .colc {float: left;}
.fr, .colr {float: right;}
a{text-decoration: none;color: #2f2f2f;}
a,.ani{
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.text-ellip {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.jsbtw {
	justify-content: space-between;
}
.fixme{overflow-y: hidden;}

.m-fixed {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 900;
}
.m-fixed.top {
	top: 0;
}
.m-fixed.bot {
	bottom: 0;
}

/* 头部 */
.m-header {
	padding: .2rem .2rem 0;
	height: 1.2rem;
	background-color: #fff;
	box-sizing: border-box;
}
.m-header .logo {
	float: left;
	width: 5.7rem;
}
.m-header .logo img{display: block;}
.m-header .menu {
	float: right;
	width: 27px;
	height: 33px;
	background: url(../img/base/hdmenu.jpg) center no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	cursor: pointer;
}
.hdnav{
	position: fixed;
	top: 1.2rem;
	right: .2rem;
	z-index: 898;
	width: 140px;
	text-align: center;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.hdnav.open{
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.hdnav .item > a{
	display: block;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	line-height: 40px;
	background-color: #2f2f2f;
	color: #fff;
}
.hdnav .item > a.on {
	background-color: rgba(231,0,18,.9);
}
.hdnav .subnav {
	padding-left: .2rem;
	display: none;
}
.hdnav .subnav a{
	display: block;
	font-size: 13px;
	line-height: 32px;
	margin-bottom: 2px;
	background-color: rgba(231,0,18,.8);
	color: #fff;
}

/* 底部 */
.m-footer{
	background-color: #fff;
}
.m-footer .fttels{
	overflow: hidden;
	padding: .1rem .2rem;
	font-size: 13px;
	line-height: 24px;
	color: #e70012;
}
.m-footer .fttels .tel{
	padding: 0 .2rem;
	border-radius: 24px;
	background-color: #e70012;
	color: #fff;
}
.m-footer .ftconts{
	padding: .3rem .2rem;
	font-size: .2rem;
	text-align: center;
	background-color: #2f2f2f;
	color: #fffefe;
}
.m-footer .ftconts h3{
	font-size: .24rem;
	font-weight: normal;
}
.m-footer .ftconts a{
	display: inline-block;
	color: #fffefe;
}
.m-footer .ftconts span{display: inline-block;}
.m-footernav{
	height: 1rem;
	background: url(../img/base/ftbg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: space-between;
}
.m-footernav a {
	display: block;
	padding-top: .58rem;
	font-size: .2rem;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center .12rem;
	-webkit-background-size: .43rem;
	background-size: .43rem;
	color: #fff;
}
.m-footernav .fl,.m-footernav .fr{width: 18%;}
.m-footernav .itm3{
	position: relative;
	top: -85%;
	z-index: 901;
	padding-top: 1.43rem;
	width: 1.96rem;
	font-size: .24rem;
	font-weight: bold;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.m-footernav .itm1{background-image: url(../img/base/fttelico1.png);}
.m-footernav .itm2{background-image: url(../img/base/fttelico2.png);}
.m-footernav .itm3{/*background-image: url(../img/base/ftimg.png);*/}
.m-footernav .itm4{background-image: url(../img/base/fttelico3.png);}
.m-footernav .itm5{background-image: url(../img/base/fttelico4.png);}

