*{
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}
.wrapper{
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background-color: #F5F6F7;
}
.wrapper h4 p{
	font-size: 1.875rem;
}
.wrapper h4 b{
	font-size: 0.75rem;
}
/* 导航 */
.wrapper .header{
	width: 100%;
	padding-top: 0;
	height: 3.125rem;
	min-height: 50px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}
.wrapper .header .nav-box {
	display: none;
}
.wrapper .header .logos{
	width: 50%;
	height: auto;
	margin-left: 0;
	padding-left: 0.625rem;
}
.wrapper .header .logos img{
	width: auto;
	height: 1.875rem;
	margin-top: 0.625rem;
}

.wrapper .header .menu-btn{
	float: right;
	width: 3.125rem;
	height:3.125rem;
	text-align: center;
	background: url(../img/menu.png) center no-repeat;
	background-size: 20px 20px;
	box-sizing: border-box;
	border-radius: 0.3125rem;
	cursor: pointer;
}
.wrapper .header .small-menu{
	/* display: none; */
	width: 12.5rem;
	height: 100vh;
	position: fixed;
	right: -12.5rem;
	top: 0;
	background-color: #20222A;
	z-index: 3;
}
.wrapper .header .nav-bg{
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0, 0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
}
.wrapper .header .small-menu .slide-nav{
	width: 100%;
	height: 100%;
	padding-top: 1.25rem;
}
.wrapper .header .small-menu .slide-nav ul li{
	display: block;
	height: 3.125rem;
}
.wrapper .header .small-menu .slide-nav ul li a{
	display: block;
	height: 3.125rem;
	line-height: 3.125rem;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
}
.wrapper .header .small-menu .slide-nav ul li a:hover{
	background-color: #fff;
	color: #000;
}

.banner-box{
	margin-bottom: 20px;
}
.wrapper>h6{
	display: none;
	/* width: 90%; */
}
.video-list{
	padding: 0 10px;
}
.video-list .list-title a{
	border-bottom: none;
	border: solid 1px #CCCCCC;
	line-height: 35px;
	font-size: 14px;
	padding-bottom: 0;
	margin-bottom: 10px;
/*	float: left;*/
	width: 45%;
	box-sizing: border-box;
}
.video-list .list-title{
	width: 96%;
	margin: 0 auto;
	
}
.video-list .list-title a::after{
	display: none;
}
.video-list .list-title a:hover{
	border: none;
	/* border: solid 1px #CC271F; */
	background-color: #CC271F;
	color: #fff;
}
.video-list .list-title a:hover::after{
	display: none;
}
.video-list .list-title a{
	height: auto;
	box-sizing: border-box;
	border-radius: 15px;
	border: none;
	background: #EDEDED; 
}
.video-list .list-title a:hover{
	background: linear-gradient(180deg, #ec827d, #e40d03);
}
.video-list .list-title a.shows{
	/* border-bottom:  solid 1px #CC271F; */
	background: linear-gradient(180deg, #ec827d, #e40d03);
	color: #fff;
}
.list-info{
	margin: 0 auto;
	padding: 20px 0;
}
.list-info a .text-box p span{
	font-size: 11px;
}
.list-info a,.list-info a .text-box{
	padding: 8px;
}
.list-info a .img-box img{
	width: 100%;
	height: auto;
}


.list-info a .img-box img{height: auto !important;}
.text_box{margin-left: 0 !important;width: 100% !important;margin-top: 10px;}
/*.content_text{display: none;}*/
.content_text{font-size: 14px !important;}
/*.header_text{text-align: center;}*/
.small_box{display: block !important;margin: 0 auto;}

.right_nav li img{
	width: 20px;
	height: 20px;
}
/* 底部 */
.wrapper .footer-wrap .footer .footer-left{
	display: none;
}
.wrapper .footer-wrap .footer .footer-center{
	width: 100%;
	padding-left: 8%;
	box-sizing: border-box;
}
.wrapper .footer-wrap .footer .footer-right{
	display: none;
}
.wrapper .footer-wrap .footer .footer-center p span{
	display: block;
	width: 80%;
	float: none!important;
	margin-bottom: 1.25rem;
}
.wrapper .footer-wrap .footer .footer-center p span:last-child{
	margin-bottom: 0;
}
.wrapper .footer-wrap .footer .footer-center .ewm-img .img-box-ewm{
	width: 32%;
}
/*添加css*/
.list-info a .img-box{position: relative;padding-top: 80px;}
.model-box{position: absolute;top: 0;left: 0;}
.list-info a .img-box{border-radius: 0;}
.model-box .model{font-style: italic;}
