body{
	margin:0px;
	padding: 0px;
}
*{
	color: #333;
}
.layout_main{
	position: fixed;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg2.jpeg');
	background-size: 100%;

}
.layout_main_in{
	position: fixed;
	display: block;
	left: 4%;
	top: 4%;
	width: 92%;
	height: 92%;
	background-size: 100%;
	background-color: rgba(255,255,255,0.3);
	box-shadow: 1px 1px 15px 2px #222;
}
.block_for3{
	display: block;
	float: left;
	width: 33%;
	height: 100%;
	overflow: hidden;
}
.border_right{
	border-right: 2px solid rgba(0,0,0,0.2);

}
.border_left{
	border-left: 2px solid rgba(0,0,0,0.2);
}
.line_box{
	display: block;
	width: 80%;
	float: left;
	padding-left: 10%;
}
.line_in_box{
	display: flex;
	margin-top: 10px;
}
.line_in_box font{
	text-align: left;
	font-size: 16px;
}
.line_in_box a{
	text-align: left;
	text-decoration: none;
}
.art_img{
	display: block;
	float: left;
	height: 100px;
	width: 150px;

}
.margin_top_1{
	margin-top: 10%;
}
.margin_bottom_1{
	margin-bottom: 20px;
}
.font_1{
	display: block;
	font-size: 26px;
}
.font_2{
	text-align: center;
	font-size: 50px;
}
.font_3{
	text-align: center;
	font-size: 38px;
}
.font_4{
	text-align: center;
	font-size: 26px;
}
.font_5{
	display: block;
	float: left;
	margin-left: 10px;
	text-align: center;
	font-size: 22px;
}
.font_6{
	font-size: 12px;
	text-align: center;
}
.logo{
	display: block;
	float: left;
	width: 50%;
	margin-top: 15%;
	margin-left: 25%;
	margin-right: 25%;
	height: 120px;
	background-image: url('../img/logo.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
.cursor_1{
	cursor: default;
}
.qrcode{
	display: block;
	float: left;
	width: 70%;
	margin-top: 15%;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
.copyright-box div,a{
	color: #999;
}
.copyright-box a{
	text-decoration: none;
}
.copyright-box a:hover{
	color: #09c;
}