@charset "utf-8";
/*other*/
body {
	background: url(../images/d2bg.jpg) no-repeat top center;
	background-size: 100% auto;
}
.main {
	width: 100%;
}
/* top */
.Aus-top-h {
	height: 28vw;
}
/* text */
.Aus-text {
	position: relative;
	height: 48vw;
}
.Aus-text-box {
	width: 38%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	padding-bottom: 165px;
}
.Aus-text .lujing {
	font-size: 14px;
	margin: 0 auto;
	text-align: left;
}
.Aus-text .lujing a {
	margin: 0 8px;
}
.Aus-text h1.tit1 {
	font: 800 20px/24px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	color: #ee291e;
	margin: 10px 0 15px 0;
}
.Aus-text video,
.Aus-text img {
	width: 70%;
	height: auto;
	margin-top: 0px;
}
.Aus-text p {
	font-size: 14px;
	line-height: 180%;
	text-align: left;
	width: 90%;
	margin: 0 auto;
	color: #b95600;
}
.Aus-text-box .text {
    width: 92%;
    margin: 0 auto;
}
.Aus-text-box .txt {
	overflow: hidden;
	overflow-y: auto;
	height: 100px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	
}
.Aus-text-box .txt::-webkit-scrollbar {
	width: 6px;
	height: 1px;
	background: url(../images/ico1.jpg) repeat-y top center;
}
.Aus-text-box .txt::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #b95600;
	min-height: 28px;
}
.Aus-text-box .txt::-webkit-scrollbar-track {
	border-radius: 10px;
	width: 4px;
	
}
/* plan */
.Aus-plan {
	font-size: 14px;
	color: #fed993;
}
#copyright {
	color: #fed993;
	padding: 30px 0;
}

@media (min-width: 1280px) {
	#over-txt {
		height: 100px;
	}
} 

@media (min-width: 1366px) {
	#over-txt {
		height: 155px;
	}
}  

@media (min-width: 1440px) {
	#over-txt {
		height: 170px;
	}
} 
@media (min-width: 1680px) {
	#over-txt {
		height: 200px;
	}
}
@media (min-width: 1920px) {
	#over-txt {
		height: 220px;
	}
} 