<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding:0px;
	position:relative;
}
/*首页视频*/
#banner-box2 {
display:none;/*此元素不会被显示*/
}
#banner-box {
	position:relative;
	z-index:3;
	top:0px;
	width:100%;
	height:980px;
	overflow:hidden;
}
#banner-box a{
	text-decoration:none;
}
#background_video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
}
#video_cover {
	position: absolute;
	width: 100%;
	height:100%;;
}

#main_content {
	z-index: 4;
	position:absolute;
	left:60px;
	bottom:40px;
	display: inline-block;/* Vertical center */
}
#main_content .button {
}
#main_content h1 {
	text-transform: uppercase;
	color:#fff;
	font-size: 40px;
	margin-bottom:30px;
	letter-spacing:5px;
}
#main_content .sub_head {
	color:#fff;
	font-size: 18px;
	line-height:30px;
	letter-spacing:1px;
	margin-bottom:30px;
}
#main_content h2 {
	font-size:42px;
	color:#fff;
	text-shadow:0px 0px 6px rgba(0, 0, 0, .3);
}
#main_content p {
	font-size:20px;
	color:#fff;
	text-shadow:0px 0px 6px rgba(0, 0, 0, .3);
}
#main_content a {
	position:relative;
	z-index:1;
	display:inline-block;
	padding:10px 30px;
	margin-right:10px;
	font-size:20px;
	text-align:center;
	color:#fff;
	background:#f37022;
	border-radius:6px;
    transition:all .3s;
}
#main_content a:hover {
	background:#21ad42;
}
#main_content a img {
	margin-right:8px;
	height:32px;
	vertical-align:bottom;
}
@media (max-width: 1200px) {
#banner-box {
height:500px;
}
#background_video {
height:500px;
top:100px;
}
}
@media (max-width: 1000px) {
#banner-box {
height:400px;
}
#background_video {
height:400px;
top:100px;
}
}
@media (max-width: 720px) {
#banner-box {
height:200px;
}
#background_video {
height:200px;
top:100px;
}
#banner-box {
display:none;/*此元素不会被显示*/
}
#banner-box2 {
display:block;/*此元素将显示为块级元素*/
}
}
.video-box {
height:250px;
}
#container {
 left: 0%;
 right: 0;
 bottom: 0;
 height:100%;
 width:100%;
 margin-left:0px;
}
#video_controls {
 position:absolute;
 z-index:3;
 display:block;
 width:100%;
 height:100%;
 background-repeat:no-repeat;
 background-size:cover;
 background-position:center;
 background-color:#fff;
}
#main_content {
left:0px;
padding:0px;
font-size:0px;
width:100%;
text-align:center;
}
#main_content h1 {
font-size:18px;
line-height:1.25em;
letter-spacing: 0px;
}
#main_content .button {
width:98%;
left:1%;
}
#main_content a {
position:relative;
z-index:1;
display:inline-block;
padding:10px 15px;
margin:2%;
font-size:15px;
color:#fff;
text-decoration:none!important;
background:#f37022;
border-radius:6px;
transition:all .3s;
}
#main_content a:hover {
background:#21ad42;
}
#main_content a img {
margin-right:8px;
height:24px;
vertical-align:bottom;
}
#main_content h2 {
display:none;
}
#main_content p {
display:none;
}
}
/*首页视频*/</pre></body></html>