@charset "utf-8";
/* CSS Document */
.efficient{
	width:100%;
	background:#ffffff;
	margin-top:3.3rem;
	padding: 1rem 0;
	float: left;
	padding-bottom: 1.5rem;
}
.efficient_list{
	width:94%;
	margin-left:3%;
	float:left;
	margin-top: 1.5rem;
}
.efficient_list li{
	width:100%;
	position:relative;
	float:left;
}
.one img{
	width: 46%;
	float:left;
}
.one .txt{
	width: 48%;
	float:right;
	background:#c0d8f7;
	padding: 0.8rem 2.5%;
	margin-top: 1rem;
	color:#fff;
	font-family:'Blackoak Std Regular';
}
.txt h2{
	font-size: 0.7rem;
}
.txt h3{
	width:100%;
	text-align:center;
	font-size:0.9rem;
	font-family:'wxl';
	margin-top:1rem;
}
.txt p{
	font-size:0.9rem;
	font-family:'微软雅黑';
	line-height: 1.5rem;
}
.two{
	margin-top: 2.7rem;
}
.two img{
	width:100%;
}
.two .txt{
	width: 52%;
	float:right;
	background: rgba(219, 161, 163, 0.74);
	padding: 0.8rem 2.5%;
	margin-top: 1rem;
	color:#fff;
	font-family:'Blackoak Std Regular';
	position: absolute;
	top: -2rem;
	left: -1.8%;
}
.three{
	margin-top: 2rem;
}
.three img{
	width:50%;
}
@font-face {
    font-family: Blackoak Std Regular;
    src:url('../font/BlackoakStd.otf')
}
.three .txt{
	width: 52%;
	float:right;
	background: rgba(193, 212, 232, 0.75);
	padding: 0.8rem 2.5%;
	margin-top: 1rem;
	color:#fff;
	font-family:'Blackoak Std Regular';
	position: absolute;
	top: 0rem;
	right: 0;
}
.one{
	margin-bottom:1rem;
}
.shows{
	width:100%;
	float:left;
	min-height:2rem;
	padding:1rem 0;
	background:#fafff7;
}
.shows h2{
	width:100%;
	text-align:center;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 0.6rem 0;
	background-size: 38px;
	font-family:'wxl';
}
.shows_list{
	width:100%;
	overflow-y: hidden;
	margin-top: 2rem;
}
.shows_list::-webkit-scrollbar {
        display: none; 
        height: 0 !important; 
}
.shows_list li{
	float:left;
	width: 135px;
	margin-right: 10px;
	text-align:center;
}
.shows_list li img{
	width:100%;
}
.shows_list ul{
	width:5000px;
}