/* 合作伙伴 */
@charset "utf-8";
html,
body {
	width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body,header {
    margin: 0;
    padding: 0;
}
header {
    width: 100%;
    height: 80px;
    /* border: solid 1px red; */
    background: #ba8647;
    position: relative;
}
.header1{
    width: 200px;
    height: 50px;
    /* border: solid 1px green;
     */
    position: absolute;
    left: 20%;
    top: 17px;
}
header .header1 img {
    width: 60%;
    height: 60%;
    margin-top: 10px;
}
header .header2{
    width: 600px;
    height: 20px;
    /* border: solid 1px green; */
    position: absolute;
    top: 14px;
    left: 60%;
    
}
.header2 li {
    list-style: none;
    float: left;
    margin-left: 20px;
    line-height: 20px;
    color: white;
}
.header2 li a {
    font-size: 14px;
    text-decoration: none;
    color: white;
}
.header2 li span {
    font-size: 10px;
    margin-left: 20px;
}
.main {
    width: 60%;
    /* height: 100%; */
    /* border: solid 1px red; */
    margin: 20px auto;
	display: flex;
}
.main-left {
	width: 24%;
	text-align: center;
	font-size: 33px;
	color: #BA8647;
}
.main-right {
	width: 75%;
}
.main-right p {
	width: 300px;
	height: 80px;
	/* border: solid 1px red; */
	/* display: inline-block; */
	/* text-align: center; */
	/* line-height: 80px; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 40px;
	margin-top: 30px;
}
.main-right p img {
	width: 100%;
}
footer {
	/* background: #ecf0f1; */
	/* border: solid 1px red; */
	/* text-align: center; */
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 10px;
	text-align: center;
	/* display: flex;
	justify-content: center; */
}
footer span{
	color: black;
	font-size: 20px;
}
footer a {
	text-decoration: none;
	color: black;
}