/* 产品与服务 */
@charset "utf-8";
html,
body {
	width: 100%;
    height: 100%;
    overflow-x: hidden;
}
ul {
    list-style: none;
}
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;
}
.wrap {
    width: 100%;
    display: flex;
}
/* .main-left {
    width: 20%;
    margin-left: 10px;
	text-align: center;
}
.main-left ul li {
    width: 100%;
    height: 20px;
    border: solid 1px red;
    line-height: 20px;
}
.li {
	margin-top: 20px;
} */
.main-right {
    width: 80%;
	margin: 0 auto;
}
.content{
	width: 100%;
}
.contentOne {
	width: 100%;
	/* border: solid 1px yellow; */
	display: flex;
	align-items: center;
}
.left {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #deb88a;
}
.right {
	margin-left: 15px;
}
.right p {
	font-family: PingFang-SC-Medium;
	color: #aeaeae;
	margin-top: -10px;
}
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;
}