html,body{
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body{
	background: url("../images/home/bg-login.png");
    background-size: cover;
    display: flex;
    align-items: center; /*定义body的元素垂直居中*/
    justify-content: center; /*定义body的里的元素水平居中*/
}
.home_main{
	width:1200px;
	height:780px;
	background-color:#fff;
}
@media(max-height:800px) {
	.home_main{
		height:95%;
	}
}
@media(max-width:1120px) {
	.home_main{
		height:100%;
	}
}
.home_left{
	background: url("../images/home/img-dengluye.png");
	background-size: cover;
	height:100%;
	padding:0;
}
.home_left h4{
	color:#fff;
	margin:5px 0;
	font-weight: 700;
	font-size:32px;
}
.home_left p{
	color:#fff;
	margin: 40px 70px 0 0;
	font-size: 15px;
}
.lvjing{
    width: 100%;
    height:100%;
    background: rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center; /*定义body的元素垂直居中*/
    justify-content: center; /*定义body的里的元素水平居中*/
}
.home_right{
	width: 100%;
    height:100%;
    display: flex;
    align-items: center; /*定义body的元素垂直居中*/
    justify-content: center; /*定义body的里的元素水平居中*/
}

.div_logo{
	float:right;
	margin:20px 0 0 0;
}
.btn-home{
	height:55px;
	font-size:27px;
	line-height:25px;
	border-radius:30px;
	padding:10px 20px 10px 20px;
}
.btn-home2 {
    height: 45px;
    font-size: 23px;
    line-height: 30px;
    border-radius: 30px;
    padding: 5px 20px 10px 30px;
}
.btn-home p{
	margin:0;
	padding:4px 0;
}
.btn-home img{
	width:35px;
	height:35px;
}

.footer a,.footer p{
	color:#999;
	font-size:12px;
	margin-bottom:10px;
}
.footer a:hover{
	color:#48BEB4;
	text-decoration: none;
}