* {
	padding: 0;
	margin: 0;
	color: #000000;
	font-family: PingFangSC-Medium, PingFang SC;
}

body {
	background-color: #FFFFFF;
}

.header .background {
	background: url(../imgs/banner.jpg) no-repeat center 0rem;
	background-size: cover;
	position: relative;
	/* height: 33.75rem; */
	/* min-width: 120rem; */
}

.header .background .title {
	height: 8rem;
	line-height: 8rem;
	background: #3976E87f;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.header .background .title>img {
	width: 24rem;
	height: 6.1rem;
	margin-left: 5rem;
}

.header .background .title .phone {
	/* height: 5rem; */
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 5rem;

}

.header .background .title .phone>img {
	width: 2.7rem;
	height: 2.4rem;
}

.header .background .title .phone span {
	color: #FFFFFF;
	font-size: 1.8rem;
}

.header .background .content {
	height: 14rem;
	line-height: 14rem;
	font-size: 6.25rem;
	text-align: center;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing: .2rem;
	text-shadow: 0px 2px 9px rgba(84, 84, 84, 0.5);
	padding: 12rem 0 20rem 0;
	margin: auto;
}

.content_list .item {
	text-align: center;
	padding-bottom: 5rem;
}

.content_list .item .order {
	width: 15.5rem;
	height: 5.3rem;
	margin-top: 5.2rem;
}

.content_list .item .title {
	height: 3.7rem;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 3.7rem;
	margin-top: 2rem;
}
.content_list .item .content {
	margin-top: 5rem;
	width: 120rem;
	
}
.white_bg {
	background: #FFFFFF;
}
.dark_bg {
	background: #F5F6F7;
}
.footer {
	text-align: center;
	padding: 3rem 0;
	position: relative;
}
.footer>div {
	padding: 1rem 0;
}

/* 电话 */
.call_area {
	position: fixed;
	right: 0;
	top: 6rem;
	width: 80px;
	height: 62px;
	overflow: hidden;
}

.call_area:hover {
	width: 285px;
}

.call_area .content {
	width: 285px;
	position: absolute;
	right: 0;
	top: 0;

}
.call_area .content .number {
	width: 205px;
	height: 62px;
	line-height: 60px;
	background: url(../imgs/phone_bubble.png) no-repeat center 0px;
	background-size: cover;
	float: left;
}

.call_area .content .number span {
	margin-left: 14px;
	font-size: 14px;
}

.call_area .content .icon {
	width: 79px;
	height: 60px;
	cursor: pointer;
}

#toTop {
	width: 4rem;
	height: 4rem;
	position: absolute;
	right: 17rem;
	bottom: 24rem;
	cursor: pointer;
}

.title_a{
    font-size: 16px;
    color: #0058ff;
    text-decoration: none;
}

.content_flex{
	display: flex;
    justify-content: center;
    flex-direction: row;
}

.content_flex div{
	display: flex;
    flex-direction: column;
	padding: 20px;
}

.content_flex img{
	width: 410px;
	height: 875px;
}

.content_flex span{
	display: inline-block;
    font-size: 24px;
    padding-top: 20px;
}