*{
	box-sizing: border-box;
	font-family: "Microsoft YaHei";
}

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 #808060;
}

.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: #333;
	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: #333;
	box-shadow: 5px 5px 10px gray;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.whiteblock:hover{
	background: #333;
	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: white;
	color: gray;
}

#checkcode{
	width: 100px;
}



@media screen and (max-width: 1500px) {
	.w1440{min-width: 90%!important;width: 80%!important;}
	.service>div{margin:0 40px;}
	 footer .wrap1260 .flogobox{padding-left: 5%;}
 	 footer .wrap1260 .top{padding-left: 30px!important;}
  	.footlogo{width: 70%!important;}
  	footer .wrap1260 .top .rt .lxbox .lx{margin-left:0px!important;}
  	 header .outwrap .lt .navbox{margin-right: 9%!important;}
  	 .stores{width: 90%;margin:0 auto;}
  	 .aftersales{width: 90%;margin: 0 auto;}
}
@media screen and (max-width: 1400px) {
	 footer .wrap1260 .top{padding-left: 0px!important;}
	 footer .wrap1260 .top .rt .lxbox .lx{margin-left:0px!important;}
	 footer .wrap1260 .flogobox{padding-left: 0%;}
	 .massage .medium{width: 500px;}
	 .massage input{width: 245px;}


}