
body {
    /*background: url(../img/search-bg.jpg) no-repeat left top;
	background-attachment: fixed;
	background-size: 100% 100%;*/
    padding: 20px 20px;
    min-height: 580px;
    position: relative;

}

    body:before {
        content: ' ';
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../images/search-bg.jpg) no-repeat left top;
        background-size: cover;
    }

.logo {
	width: 120px;
	margin-bottom: 20px;
}

.title {
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 40px;
}

.search-box {
	width: 100%;
	margin-bottom: 40px;
	margin: 30px 0;
	/*padding: 0 20px;
	position: fixed;
	left: 0px;
	top: 40%;*/
}


.form-box a {
	background: url(../images/search-btn.png) no-repeat center 7px;
	background-size: 24px auto;
	margin-right :20px;
	width: 60px;
	height: 40px;
	background-color: #66ba3b;
	border-radius: 0px 50px 50px 0px;
	display: block;
	float: right;
	box-shadow: 0px 1px 1px #009900;
}

.for-input {
	margin-right: 80px;
	margin-left:20px;
}

.for-input input {
	border: none;
	border-radius: 50px 0px 0px 50px;
	box-shadow: 0px 1px 1px #ecd9d0;
	margin-bottom: 10px;
	font-size: 13px;
}

.search-box p {
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
}
.search-box p.tips{
	color: #009900;
	margin-top: 10px;
    text-align:left;
	font-weight:bold;
}
.contact-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	opacity: 0.8;
}

.contact-box2 {
	position: absolute;
	bottom: 12px;

}

.contact-box3 {
	position: absolute;
	bottom: 0;
	/* 1. 开启 Flex 布局 */
	display: flex;
	/* 2. 水平居中 */
	justify-content: center;
	left: 0;
	right: 0;

	/* 可选：背景或层级 */
	z-index: 1000;
}

.contact-box3 a {
	color: #808080;
	margin-right: 12px;
}

.intro {

	background: rgba(255, 255, 255, 0.5);
	padding: 15px;
	box-shadow: 0px 1px 1px #ecd9d0;
	margin-bottom: 10px;
}

.intro p {
	color: #808080;
	font-size: 12px;
	line-height: 20px;
}

.contact-box h5 {
	float:right;
	transform:scale(.70);
	color: #7e7e7e;
	font-size: 20px;
	margin-top: 10px;
}

.contact-box2 img {
	width:100%;
	max-width:450px;
	transform: scale(0.7) translate(20%, -100%);

}


.contact-box span {

	color: #7e7e7e;
	font-size: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.contact-box ul{
	overflow: hidden;
}
.contact-box li {
	float: left;
	color: #7e7e7e;
	line-height: 20px;
	margin-right: 20px;

}
.img {
	width:100%;
	max-width:500px;
	margin: auto;
	margin-top: 5px;


}

.contact-box ul img {
	width:90%;
	max-width:450px;
	margin: auto;
	margin-top: 5px;

}

._4598709a854bea355ceb6ef9f23f10d4_ali-report-img {
	width: 20px;
	display: inline-block;
	height: 20px;
	margin-right: 5px;
	vertical-align: top;
}

._4598709a854bea355ceb6ef9f23f10d4_ali-report-link-text {
	color: #808080;
}