* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.clearFix::before,
.clearFix::after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
}

body {
	background-color: #f1f1f1;
}

.header {
	display: flex;
	align-items: center;
	background-color: orange;
}
.advert{
	padding: 0.9375rem;
	display: block;
}
.icon-laba {
	
	font-size: 20px;
	color: #fff;
}

.video {
	width: 100%;
	height: 14.375rem;
}

video {
	object-fit: fill;
}

.menu {
	margin-top: 0.625rem;
	padding: 0 0.9375rem;
}

.menu>ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #FFFFFF;
}

.menu>ul>li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.625rem 0;
	width: 33.3333%;
	box-sizing: border-box;
	border-right: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
}

.menu>ul>li em {
	margin-right: 4px;
	display: inline-block;
	font-size: 20px;
}

.menu>ul>li a {
	color: #333333;
	font-size: 0.75rem;
}

.jd_banner {
	width: 90%;
	margin: 0.625rem 0.9375rem;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.jd_banner ul:first-child {
	width: 1000%;
	transform: translateX(-10%);
	-webkit-transform: translateX(-10%);
}

.jd_banner ul:first-child li {
	width: 10%;
	height: 9.375rem;
	float: left;
}

.jd_banner ul:first-child li a {
	display: block;
	width: 100%;
	height: 100%;
}

.jd_banner ul:first-child li a img {
	display: block;
	width: 100%;
	height: 100%;
}

.jd_banner ul:last-child {
	position: absolute;
	width: 150PX;
	height: 6px;
	left: 50%;
	margin-left: -36px;
	bottom: 15px;
}

.jd_banner ul:last-child li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #666;
	margin-left: 10px;
	float: left;
}

.jd_banner ul:last-child li:first-child {
	margin-left: 0;
}

.jd_banner ul:last-child li.now {
	background: #fff;
}

.tabs{
	background-color: #FFFFFF;
}
.tabs .head{
	position: relative;
	padding: 0 0.9375rem;
	hieght: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
.tabs .head::before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #E45141;
}
.tabs .head>li{
	position: relative;
	height: 100%;
	width: 25%;
}
.tabs .head>li.now{
	color: #E45141;
}

.tabs .head>li .line{
	display: none;
	position: absolute;
	bottom: 0;
	left: 15%;
	width: 50%;
	height: 2px;
	background-color: #E45141;
}
.tabs .head>li .line.now{
	display: block;
}
.tabs .body{
	padding: 0.9375rem;
}
.tabs .body>li{
	display: none;
}
.tabs .body>li.now{
	display: block;
}
.tabs .body>li .p{
	padding: 0.625rem 0;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
.tabs .body>li .p a{
	color: #333333;
}
.tabs .body>li .p span{
	color: #838383;
}
.footer {
	padding: 0.9375rem;
	text-align: center;
}
.footer a{
	color: #333;
	font-size: 14px;
}

video::-webkit-media-controls-enclosure{ 
        display: none;
}
.icon_audio {
    width: 3rem;
    height: 3rem;
    position: absolute;
    z-index:99999;
    top: 14.2rem;
    right: 0.2rem;
}
@media screen and (min-width: 640px) {
	html {
		width: 420px !important;
		height: 840px !important;
		margin: 20px auto;
	}
	.icon_audio{
	    display: none;
	}
}
