@charset "utf-8";
/* CSS Document */
html,body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
ul,li{
	list-style: none;
}
.bigbox{
	width: 100%;
	max-width: 720px;
	height: auto;
	margin: auto;
}
.firstbox{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.firstbox img{
	width: 100%;
	height: auto;
	margin: -2px auto;
	padding: 0;
}
.luodiyefooterbox{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	background: #d0121b;
	margin-bottom: 50px;
}
.swiper-wrapper img{
	width: 100%;
	margin: auto;
}
.met-feedback .container{
	max-width: 95% !important;
}
.fromtitle{
	margin-bottom: 30px;
}
.fromtitle p{
	font-size: 24px;
	margin: auto;
	text-align: center;
	font-weight: bold;
}
.fromtitle p:last-child{
	color: #d0121b;
	font-size: 2em;
}
.footerxuanfu{
	position: fixed;
	width: 100%;
	max-width: 720px;
	height: auto;
	overflow: hidden;
	bottom: 0;
	background: #fff;
	box-shadow: 1px 1px 10px 1px #e1e1e1;
}
.footerxuanfu p{
	border-radius: 5px;
	width: 44%;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	background: black;
	color: #fff;
	float: left;
	margin: 5px 0;
	padding: 10px 0;
	box-sizing:border-box;
	margin-left: 4%;
	display: inline-block;
}

.CallPhone{
	display: none;
}
@media (max-width: 768px) {
#indexprolist{
	width:  100%;
	height: auto !important;
	}
#indexprolist li{
	position: inherit !important;
	left: 0px !important;
    top: 0px !important;	
	min-height: 200px;
	}
	.CallPhone{
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 14px;
	}
	.CallPhone_text,.CallPhone_btn{
		float: left;
	}
	.CallPhone_text{
		width: 70%;
		height: 100%;
		overflow: auto;
		box-sizing: border-box;
		padding-left: 15px;
	}
	.CallPhone_text p:first-child{
		font-size: 2em;
		color: #d0121b;
	}
	.CallPhone_btn{
		width: 30%;
		height: 85px;
		overflow: auto;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.CallPhone_btn button{
		width: 100%;
		height: auto;
		padding: 5px 10px;
		font-size: 1.5em;
		color: #d0121b;
   		border-radius: 20px;
    	border: 1px solid #d0121b;
    	background: none;
	}
	}
@media (max-width: 375px) {
	.CallPhone_btn button{
		font-size:1.2em;
	}
	.CallPhone_text p:first-child{
		font-size:1.5em;
	}
}
/*.footerxuanfu a:nth-child(2) p{
	margin-left: 10%;
}*/