@charset "utf-8";

body,html {
	padding: 0;
	margin: 0;
	color: #282828;
	font-family: "微软雅黑" !important;
	height: 100%;
	overflow: hidden;
}
#container3{
	background-image: url(../img/BG3.jpg);
	background-size: 100% 100%;
	padding: 30px 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}
.imgdiv {
	text-align: center;
	margin-bottom: 30px;
	margin: 0px auto;
}
.container2 p {
	font-size: 16px;
	font-family: "微软雅黑";
	font-style: normal;
	font-weight: 400;
	color: #fff;
	/* white-space: pre-line; */
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 0px;
	/* float: left;
	height: auto;
	width: auto; */
	padding: 5px 20px;
	text-align: left;
	text-indent: 36px;
	line-height: 24px;
	
}	
.container2 {
	/* width: 400px; */
	height: auto;
/* 	background-color: #E6E6E6; */
	padding: 4px;
	margin-left: 12px;
	/* float: left; */
}
.container2 .div_scroll {
	width: 100%;
	height: 450px;
	overflow: auto;
	/* float: left; */
}	
.frame{
	height:470px; width: 70%;margin: 0px auto;
}
@media screen and (max-width: 1366px) {
				.frame{
					height:370px;
					width: 70%;
					margin: 0px auto;
				}
			    .container2 .div_scroll {
			    			height: 350px;
			    		}
}
.container2 .scroll_container {
	overflow: hidden;
	position: relative;
	/* background-color: rgba(0,0,0,0.26); */
}
.container2 .scroll_absolute {
    position: absolute;
	background-color: rgba(0,0,0,0.26);
}
.container2 .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 100%;
    background: green;
    margin: 0;
    padding: 0;
}

.container2 .scroll_track {
	position: relative;
	background-color: #000;
}

.container2 .scroll_drag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: #e6242c;
}

.container2 .scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #000;
}
.container2 .scroll_vertical_bar .scroll_arrow {
    height: 16px;
}


