*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}
a:hover {
	color: unset;
	text-decoration:none;
}
.video{
	display: block;
	position: relative;
}
.video:after{
	position: absolute;
	background: #ebebeb url(../image/play.png) no-repeat center;
	background-size: 16px;
	content:"";
	height: 30px;
	width: 50px;
	top: 120px;
	left: 15px;
}
#section1{
	background: url(../image/006.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	border-bottom: 10px solid #ff0000;
	position:relative;
}
#section1 .hot{
	position:absolute;
	top:60%;
	left:10%;
}
#section1 p > span{
	text-transform: uppercase;
	font-family: 'TradeGothicLTCom-BdCn20';
	background:#FFF;
	padding:5px 10px;
}
.hot p { padding:0; margin:0; }
.hot > p:nth-child(1) > span{
	font-size:40px;
}
.hot > p:nth-child(2) > span{
	font-size:35px;
	color:#e30613;
}
.hot a{
	font-size: 20px;
    text-transform: uppercase;
    background: #FFF;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 1px;
    display: inline-block;
	font-family: 'TradeGothicLTCom-BdCn20';
}
.hot a span{
	background: #f00;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-top: 15px;
}
.hot a i{
	padding-left: 10px;
    padding-right: 6px;
}
.hot a b{
	padding: 0 15px;
    color: #000;
}
/*.hot a {
	font-size:30px;
	text-transform:uppercase;
	background:#FFF;
}
.hot a i { color: #FFF;}
.hot a span { background: #e30613; padding:3px 10px; }
.hot a b {background:#FFF;}*/

/*#section1 h1,#section1 h4{
	position: absolute;
	left: 120px;
	background: #FFF;
	padding: 5px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'TradeGothicLTCom-BdCn20';
}
#section1 h1{
	top: 230px;
	color: #333;
	font-size: 63px;
}

#section1 h4{
	top:340px;
	color: #e30613;
	font-size: 54px;
}

#section1 a{
	position: absolute;
	color: #333;
	text-decoration: none;
	left: 120px;
	background:#FFF;
	border-radius: 0 20px 20px 0;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-family: 'TradeGothicLTCom-BdCn20';
	top: 460px;
	text-transform: uppercase;
}
#section1 a span{
	background: #ff0000;
	color: #FFF;
	width: 60px;
	display: inline-block;
	text-align: center;
}
#section1 a b{
	padding: 0 15px;
}*/

#section2{
	margin: 30px auto 60px;
}
.video-cate{
	position: relative;
	background: #ff0000;
	padding: 5px 20px;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	font-family: 'TradeGothicLTCom-BdCn20';
	font-size: 24px;
	margin-bottom: 20px;
}

.video-cate:before{
	position: absolute;
	top: 0;
	right: 100%;
	content:" ";
	height: 100%;
	width: 100%;
	background: #ff7f7f;
}

.video-item{
	width: 80%;
	position: relative;
	margin-bottom: 30px;
}
.video-item a{
	font-family: 'GillSansInfantStd';
	font-weight: 600;
}
.video-item a.hot{
	display: block;
	overflow:hidden;
	position: relative;	
}
.video-item a.hot:before{
	content: "HOT";
	color: #FFF;
	text-align: center;
	font-weight: bold;
	top: 10px;
	left:-25px;
	height: 30px;
	width: 100px;
	position: absolute;
	background: #ff0000;
	transform: rotate(-45deg);
	z-index: 2;
}
.video-item a img{
	width: 100%;
	max-height: 200px;
	position: relative;
}

.video-item span{
	position: absolute;
	width: 25%;
	left: 100%;
	top: 20px;
	background: #e1e1e1;
	color: #6e6e6e;
	padding: 10px;
	word-wrap: break-word;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	font-family: 'TradeGothicLTCom-BdCn20';
}
#section3{
	margin-bottom: 60px;
	position: relative;
}
.prev-next{
	position: absolute;
	top: 0px;
	right: 0;
	height: 40px;
	width: 60px;
	background: #ff0000;
	display: flex;
}
.prev-next .prev,.prev-next .next{
	flex: 1;
	position: relative;
	cursor: pointer;
}
.prev-next .prev:after,.prev-next .next:after{
	content: "";
	height: 16px;
	width: 16px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	position: absolute;
	top: 12px;
}
.prev-next .prev:after{
	transform: rotate(-45deg);
	left: 12px;
}
.prev-next .next:after{
	transform: rotate(135deg);
	left: 2px;
}
.video-new{
	font-family: 'GillSansInfantStd';
}
.video-new a{
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	color: unset;
}
.video-new span{
	font-size: 14px;
	display: block;
	border-top: 1px solid #666;
	padding: 10px 0;
	position: relative;
}
.video-new span:before{
	content: "";
	position: absolute;
	top: -2px;
	width: 80px;
	height: 0;
	border-top: 3px solid #666;
}


#section4{
	margin-bottom: 60px;		
}
.video-old{
	font-family: 'GillSansInfantStd';
}
.video-old a{
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}
.video-old span{
	font-size: 14px;
	display: block;
	border-top: 1px solid #666;
	padding: 10px 0;
	position: relative;
}
.video-old span:before{
	content: "";
	position: absolute;
	top: -2px;
	width: 80px;
	height: 0;
	border-top: 3px solid #666;
}


.video-old-right-wrap{
	font-family: 'GillSansInfantStd';
	border-top: 6px solid #ff0000;
	height: 530px;
	overflow-y:scroll;
}
.video-old-right{
	border-bottom: 1px solid #999;
	padding: 30px 0;
	overflow: hidden;
}
.video-old-right .video{
	float: left;
	width: 170px;
	margin-right: 15px;
}
.video-old-right .video:after{
	top:60px;
}
.video-old-right .video img{
	max-width: 100%;
}
.video-old-right span{
	display: block;
	font-weight: bold;
	color: #999;
}
.video-old-right a{
	color: #333;
	font-weight: bold;
}

@media (max-width:767px){
	#section1{
		height: 300px;
	}
	#section1 h1, #section1 h4{
		left: 40px;
	}
	#section1 h1{
		top: 120px;
		font-size: 24px;
	}
	#section1 h4{
		top: 160px;
		font-size: 18px;
	}
	#section1 a{
		left: 40px;
		top: 220px;
		height: 30px;
		line-height: 29px;
		font-size: 16px;
	}
	#section1 a span{
		width: 30px;
	}
	.prev-next{
		display: none;
	}
}


#section0{
	background: #333;
	position: relative;
	height: 650px;
	border-bottom: 10px solid #ff0000;
}
.video-container{
	position: absolute;
	top: 55%;
	left:50%;
	transform:translate(-50%,-50%);
	width: 840px;
	height: 500px;
	text-align: center;
	z-index: 3;
}
.video-container video{
	max-height: 100%;
}
.video-description{
	margin: 20px auto;
}
.video-description-date{
	font-size: 12px;
}
.description{
	font-size: 14px;
	/*height: 50px;
	overflow: hidden;*/
}
.view-more{
	color: #666;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}
.view-less{
	color: #666;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	display: none;
}
.video-relate{
	position: relative;
	padding: 5px 0;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'TradeGothicLTCom-BdCn20';
	font-size: 24px;
	margin-bottom: 20px;
}
.grey-background{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	z-index: 3;
	display: none;
}
.lock-scroll{
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.slide-item{
	padding: 0 15px;
}

.slick-next,.slick-prev{
	top: -46px;
	width: 30px;
	height: 40px;
	background: #ff0000!important;
	left: unset;
}
.slick-next{
	right: 0px;
}
.slick-prev{
	right: 30px;
}
.slick-next:before,.slick-prev:before{
	content: "";
	height: 16px;
	width: 16px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	position: absolute;
	top: 12px;
}
.slick-next:before{
	transform: rotate(135deg);
	left: 2px;
}
.slick-prev:before{
	transform: rotate(-45deg);
	left: 12px;
}
@media (max-width:767px){
	#section0{
		height: 300px;
	}
	.video-container{
		width: 100%;
		height: 170px;
	}
	.slide-img-second{
		text-align: center;
	}
	.slide-img-second img{
		width: 100%;
	}
	.slide-item{
		margin-bottom: 30px;
		padding: 0 30px;
	}
	#multiple_items{
		height: 1200px;
		overflow-y: scroll;
	}
}

@media (min-width: 891px) and (max-width: 1023px) {
	#section1 {
		background-position:-60px -35px !important;	
		background-size: cover !important;
		height: 100vh !important;
		
	}  
	.section1-content {
		top: 55% !important;
	}
}

@media (min-width: 768px) and (max-width: 890px) {
	#logo{
		display: none;
	}
	#section1 {
		background-position: -510px 0px !important;
	}  
	.section1-content {
		top: 55% !important;
	}
	#intro-search {
		top: 25px !important;
	}
	.section1-content p {
		background: #FFF;
		padding: 10px;
		margin-top:0 !important;
	}
	.video-item span {
		font-size: 8px;
		top: 0px !important;
	}
	.video:after{
		top: 60px !important;	
	}
}

@media (min-width: 300px) and (max-width: 767px) {
	#section1 {
		background-position: -635px 0px !important;
	} 
	#intro-search {
		top: 20px !important;
	}
	.section1-content {
		top: 30% !important;
		position: absolute !important;
		margin-top: 0 !important;
		padding-top: 0 !important;
	} 	
	.section1-content p {
		background: #FFF;
		padding: 10px;
		margin-top:0 !important;
	}
	#section2 {
		background-size: contain,auto 700px !important;	
	}
	.section2-content p {
		background: #FFF;
		padding: 10px;
		margin-top:0 !important;
	}
	.hot > p:nth-child(1) > span {
		font-size: 25px !important;
	}
	.hot > p:nth-child(2) > span {
		font-size: 25px !important;
		color: #e30613;
	}
	.section-detail {
		min-height: 100% !important;
	}
}