body{
	background: #f2f2f2;
}
.img-box{
	width: 100%;
	box-sizing: border-box;
	padding: 0 .2rem .2rem;
}
.header-img{
	background: url(../images/show_1.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 1.877rem;
	color: #fff;
	text-align: center;
}
.header-content{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.header-time{
	font-size: .513rem;
	font-weight: bold;
	width: 75%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .05rem;
}
.header-attention{
	font-size: 11px;
}
.img-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img-list a{
	width: 2.93rem;
	height: 1.502rem;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: .25rem;
	color: #fff;
	font-weight: bold;
	font-size: .29rem;
	margin-top: .2rem;
}
.img-list .img-one{
	background-image: url(../images/show_2.png);
}
.img-list .img-two{
	background-image: url(../images/show_3.png);
}
.img-list .img-three{
	background-image: url(../images/show_4.png);
}
.img-list .img-four{
	background-image: url(../images/show_5.png);
}

.show-guide-box{
	background: #fff;
	position: relative;
}
.guide-title{
	width: 100%;
    padding-top: .4rem;
    padding-bottom: .3rem;
}
.guide-title .headline{
    background-image: url(../../img/halltitle.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width:100%;
    height: .32rem;
    line-height: .32rem;
}
.guide-title .headline h2{
    font-size:.32rem;
    font-family:PingFang;
    font-weight:bold;
    color:rgba(0,0,0,1);
    margin:0;
    text-align: center;
}
.guide-title .subheadline h3{
    font-size:.18rem;
    font-family:Arial;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin:.12rem 0 0 0;
    text-align: center;
}
.guide-01{
	position: absolute;
	left: 0;
	top: 0;
	width: .7425rem;
	height: .623rem;
}
.guide-02{
	position: absolute;
	right: 0;
	bottom: -.445rem;
	width: .854rem;
	height: .768rem;
	z-index: 2;
}
.line-title{
	width: 100%;
	text-align: center;
	font-size: .239rem;
	color: #F39800;
	font-weight: bold;
}
.line-nav{
	display: flex;
	justify-content: center;
	margin-top: .239rem;
}
.line-nav-li{
	color: #fff;
	font-size: .223rem;
	background: #ccc;
	border-radius: .223rem;
	padding: 7px .256rem;
}
.line-nav-li:first-child{
	margin-right: .256rem;
}
.line-nav-li.on{
	background: #F39800;
}
.line-content-li{
	display: none;
	width: 90%;
	margin: auto;
}
.line-content-li img{
	width: 100%;
}
.line-content-li.on{
	display: block;
}
.line-content{
	box-sizing: border-box;
}
.service-box{
	background: #fff;
	margin-top: .1707rem;
	position: relative;
	z-index: 1
}
.guide-03{
	position: absolute;
	left: 0;
	top: .512rem;
	width: .8107rem;
	height: .4865rem;
	z-index: 2;
}
.guide-04{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.service-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: .6144rem;
	line-height: .41rem;
	font-size: .223rem;
}