body,button{font-family:"微软雅黑", sans-serif, "宋体", Arial, Helvetica}
a{text-decoration: none;}
ul{list-style: none;}
.clear{clear: both;}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.section img {
	width: 100%;
	display: block;
}

.section1_mb {
	display: none;
}

.section5 {
	width: 100%;
	padding: 20px 0;
	background: #a7a7a7 url('../images/img_02.jpg?v=1') top center no-repeat;
}
.section5 .pdl {
	padding-left:6.8rem;
}

.section5 .inner-box {
    margin: 8rem 2rem 2rem;
    padding: 3rem 0 3rem 20rem;
    border: 1px solid #333;
    line-height: 2.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

@media (max-width: 576px) {
	.section1 {
		display: none;
	}
	.section1_mb {
		display: block;
	}
	.section5 .inner-box {
		margin: 8rem .2rem 2rem;
    	line-height: 2rem;
    	font-size: 1rem;
    	padding: .5rem;
	}
	.section5 .pdl {
		padding-left:4.6rem;
	}

}




.header {
    background: #05060f;
    border-bottom: 2px solid #d4b96f;
}
.header-inner {
	padding: 1rem;
    display: flex;
    justify-content: space-between;
}
.header .logo {
    width:90%;
}

.header .logo img {
	width: 500px;
}
.header .kufu img{
	width: 156px;
    cursor: pointer;
}

.footer {
    background: #000000;
    color: #999999;
    text-align: center;
    line-height: 2rem;
    font-size: .9rem;
    font-weight:500;
    padding: 2rem 0;
}


@media (max-width: 576px) {
	.header .logo img {
		width: 240px;
	}
	.header .kufu img{
		width: 86px;
	}

}