*{
	box-sizing: border-box;
	font-family: "微软雅黑";
}

body{
	margin: 0;
}

.gray{
	color: gray;
}
.banner img{
	width: 100%;
}

.stores{
	background: #f2f2f2;
	display: flex;
	justify-content: center;
  	padding:25px 0;
}

.line{
	width: 50px;
	height: 50px;
	border-bottom: 2px solid #019143;
}

.stores h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
}

.stores h2{
	font-size: 45px;
	font-weight: 200;
}
.stores .swiper{
	display: flex;
	align-items: center;
	margin: 0 100px;
}
.stores .swiper ul{
	list-style: none;
	display: flex;
	padding: 0;
}
.stores .swiper ul li{
	margin: 20px;
}
.prev{
	width: 30px;
	height: 30px;
}
.next{
	width: 30px;
	height: 30px;
}

.stores select{
	padding: 20px 50px;
	background: none;
	color: gray;
	width: 326px;
	height: 67px;
}

.stores .check{
	background: #4d4d4d;
	border: none;
	color: white;
	width: 103px;
	height: 45px;
	margin-top: 20px;
}
.aftersales{
	display: flex;
	justify-content: center;
	padding:50px 0;
}
.aftersales h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
}

.aftersales h2{
	font-size: 45px;
	font-weight: 200;
}

.aftersales .phoneinfom{
	background: black;
	width: 429px;
	height: 94px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 40px;
}
.aftersales .right{
	margin-left: 100px;
}
.blockwrap{
	display: flex;
}
.blackblock{
	width: 345px;
	height: 220px;
	background: black;
	color: white;
	box-shadow: 5px 5px 10px gray;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.whiteblock{
	width: 345px;
	height: 220px;
	background: white;
	color: black;
	box-shadow: 5px 5px 10px gray;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.whiteblock:hover{
	background: #019143;
	color: white;
}

.map{
	border-top:10px solid black;
	border-bottom:10px solid black;
  	display:none;
}
#allmap{
	/*width: 1921px;*/
	height: 425px
}
.massage{
	display: flex;
	justify-content: center;
	padding: 100px 0px;
}
.massage h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
}

.massage h2{
	font-size: 45px;
	font-weight: 200;
}

.massage .left{
	width: 361px;
	height: 581px;
	background: #f2f2f2;
	padding: 20px;
}

.massage .medium{
	width: 686px;
	height: 582px;
	background: #999999;
	padding: 50px;
}

.massage label{
	color: white;
}

.massage input{
	width:419px;
	height: 47px;
	/*border-radius: 10px;*/
}

.massage textarea{
	width:419px;
	height: 135px;
	border-radius: 10px;
}

.submit{
	text-align: center;
}

.submit button{
	border: none;
	width: 126px;
	height: 38px;
	background: #019141;
	color: white;
	cursor: pointer;
}

#checkcode{
	width: 100px;
}

