@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Microsoft YaHei';
	min-width: 1200px;
	text-decoration: none;
	list-style-type: none;
	background: #ebebeb;
}

a {
	text-decoration: none;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

#first {
	text-align: center;
	padding: 20px 30px 20px 30px;
	font-size: 18px;
	color: #000;
	font-family: 'Microsoft YaHei';
}
#body span{
	font-family: Microsoft YaHei ;
    font-size: 16px ;
    color: rgb(60,60,60);
	line-height:1.75em;
}
#body p {
	font-family: Microsoft YaHei ;
    font-size: 16px ;
    color: rgb(60,60,60);
	line-height:1.75em;
}
#second {
	text-align: center;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
	color: #666666;
	font-family: 'Microsoft YaHei';
}

#body {
	padding-left: 30px;
	padding-right: 30px;
	word-wrap: break-word;
}

#body img {
	max-width: 100% !important;
	height: auto !important;
}

#backButton {
	width: 770px;
	height: 30px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: solid 1px #e5e5e5;
	position: absolute;
	bottom: 0;
}

#link {
	width: 10%;
	position: absolute;
	right: 0;
}

#link a {
	float: right;
	font-family: 'Microsoft YaHei';
	font-size: 15px;
	color: #666666;
	text-decoration: none;
}
.rightdiv_introducevideo video{
    width: 80%;
    height: 20%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.rightdiv_introducevideo h5{
	text-align: center;
    display: block;
}
video{
	max-width: 100%;
}
#page{
	    text-align: center;
	    font-size:14px;
	    color:#333;
	    margin-top: 10px;
}
#page a{
	text-decoration: none;
    color: #666666;
    height: 26px;
    line-height: 26px;
    padding: 5px 8px;
    margin: 0 3px;
    background-color: #f4f4f4;
    border: #cccccc solid 1px;
    font-size: 12px;
}
#page a:hover{
	color:orange;
}