@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}


body{
    color: #040304;
    font-size:16px;
    background-color: #fff;
    font-family: Microsoft YaHei;
}


ul,
li{
	list-style: none;
}

a {
    color: #3f3f3f;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
	border: none;
}
input, select {
    vertical-align: middle;
}
input,
textarea {
   -webkit-appearance: none;
    border-radius: 0;
}

input,
textarea,
button,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.banner{
	width: 100%;
	height: auto;
} 

.hd{
	width: 100%;
	height: auto;
}

.hd img{
	z-index: 1;
}

.hd p{
	padding: 12% 22% 3% 4%;
	position: absolute;
	z-index: 2;
	font-size: 0.82rem;
	line-height: 1.35rem;
	text-indent: 2em;
}

.review,.feedback_box{
	width: 100%; 
	height: auto;
	clear: both;
}
.review h3,.feedback_box h3{
	width: 94%;
	margin: 4% 3% 0 3%;
}

.pic_list{
	width: 94%;
	margin:3% 3% 3%;
	overflow: hidden;
}
.pic_list li{
	width: 48%;
	float: left;
	margin-bottom: 2%;
}
.pic_list li:nth-child(2n){
	margin-left: 4%;
}

.pic{
	width: 40%；
}

.pic_list li p{
	height: 2.6rem;
	font-size: 0.9rem;
	line-height: 1.35rem;
	text-align: center;
	margin-top: 2%;
}

.fd{
	width: 94%;
	margin: 3% 3% 0 3%;
	font-size: 0.8rem;
}

.footer{
	width: 94%;
	margin: 4% 3%;
}
.footer p{
	font-size: 0.9rem;
	line-height: 1.5rem;
	text-align: center;
	word-break: keep-all;
}
























