html {
	font-size: 62.5%;
	font-size: 20px;

}

* {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	-webkit-text-size-adjust:none
}

ul {
	text-indent: 0;
	font-weight: normal;
}

body {
	background-color: #fff;
	font-size: 1.6rem;
	font-family: "Microsoft YaHei", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
	color: #666;
	overflow-x: hidden;
	line-height: 1.6;
	max-width: 750px;
	margin: 0 auto;
}


a{ text-decoration: none;}

/*覆盖浏览器默认样式*/
button,
input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
input:-ms-input-placeholder{
	color: #ddd;
}

input::-webkit-input-placeholder{
	color: #ddd;
}
.clear_fix:after,
.clear_fix:before ,
ul:after,
ul:before{
	content: "";
	display: block;
	clear: both;
}

/*共用样式*/

.font_w {
	font-weight: bold;
}

.img_wrap>img {
	width: 100%;
	display: block;
	height:auto;
}
.w-imgMax{
	text-align:center !important;
}
.w-imgMax > img{
	max-width: 100%;
	display:inline-block;
	height: auto;
}
.div_wrap {
	width: 100%;
}

.inline_block {
	display: inline-block;
}

.block_block {
	display: block;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}
.fl {
	float: left; }

.fr {
	float: right; }

.text_overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.position_rel {
	position: relative
}

.clear_fix:after,
.clear_fix:before ,
ul:after,
ul:before{
	content: "";
	display: block;
	clear: both;
}
.w-container {
	max-width: 750px;
	margin: auto;
	overflow: hidden;
}

.w-slide {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

/*标题*/

.tit{
	text-align: center;
	padding-top: 3rem;
	margin-bottom: 2rem;
	position: relative;
	/*padding-bottom: 1rem;*/
}
.tit h3{
	font-size: 1.9rem;
	font-weight: bold;
	padding-bottom: 0.4rem;
	line-height: 1.4;
	color:#333;
}
.tit h3 sup{
	font-weight: normal;
}
.tit h3 span{
	font-weight:bold;
	color: #de2986;
}
/*banner轮播图*/

.header{
	width:100%;
}

.header-logo{background: #fff; display: block; color: #222;}
.logo {
	float: left;
	margin-top: 1.1500000000000001rem;
	width: 9rem;
	height: 2.3rem; }

.logo-text {
	float: left;
	margin-top: 0.8500000000000001rem;
	margin-left: 0.7000000000000001rem;
	padding-left: 0.6rem;
	font-size: 0.9rem;
	color: #222;
	line-height: 1.375rem;
	border-left: 1px solid #ffffff; }

.phone1 {
	padding-left: 2.8000000000000003rem;
	float: right;
	display: block;
	color: #222;
	font-size: 1.2rem;
	line-height: 4.5rem;
	background: url("../img/pho.png") no-repeat left center;
	background-size: 2.15rem 2.15rem; }





.header .nav{
	width:100%;
	background:#222;
}
.header .nav li{
	padding:1.5rem 0;
	float:left;
	width:20%;
	line-height:20px;
	text-align:center;
	background:#222;
	border-right: 1px solid #000;
}
.header .nav li:last-child{border-right:none;}
.header .nav li a{
	font-size:1.3rem;
	color:#ffffff;
	display:block;
}
.header .nav li.act{
	background:#de2986;
}
.banner{
	width:100%;
	height:auto;
	overflow:hidden;
}
.swiper-container {
	width:100%;
	height:auto;
}
.swiper-container .swiper-slide img{
	width:100%;
	height:auto;
	display:block;
}
.btn{
	margin:2.7rem auto 0;
	width:17rem;
	height:4.2rem;
	line-height:3.8rem;
	display:block;
	color:#ffffff;
	font-size:1.6rem;
	text-align:center;
	background:#de2986;
	border-radius:2rem;
	border: .1rem solid #de2986;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

/*footer*/
.footer{
	width: 100%;
	color: #999;
	font-size: 1.4rem;
	text-align: center;
	background: #0e0e0e;
	padding: 2rem 1rem 2rem;
}




