html body{
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #f0f2f7;
}

.home-top{
	width: 100%;
	height: 60px;
	background: #182A54;
	border: 1px solid #2D3D62;
}

.home-top .top-content{
	max-width: 1200px;
	width: 100%;
	margin: 10px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home-top .top-login{
	width: 100px;
	height: 40px;
	background-color: #4d84ff;
	line-height: 40px;
	text-align: center;
	margin: 10px 20px;
}

.home-top .top-login a{
	color: white;
}

.home-top .top-button button{
 background-color: #4d84ff;
 border: 0;
 width: 80px;
 height: 40px;
 line-height: 40px;
 color: white;
 outline: none;
}


.home-top .top-button .reigster-button{
 margin: 0 20px;
}

@media only screen and (max-width: 768px) {
 .home-top .top-button .reigster-button{
  display: none;
 }
 .home-top .top-button .login-button{
  margin: 0 20px;
 }
}

.home-content{
	width: 100%;
	background: linear-gradient(#182a54 60%,#213479);
}

.home-logo{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.logo-img .img-info{
	width: 100%;
	height: 100%;
}

.logo-text{
	color: white;
}
.logo-text .logo-text-info .info-content{
	margin: 200px auto 0 auto;
	width: 410px;
}
.logo-text .logo-text-info .info-one{
	font-size: 55px;
	padding: 10px 0;
}
.logo-text .logo-text-info .info-two{
	font-size: 20px;
	padding: 10px 0;
	text-align: left;
}
.logo-text .logo-text-info .info-three{
	padding: 50px 0;
	
}
.logo-text .logo-text-button{
	width: 200px;
	height: 50px;
	text-align: center;
	font-size: 25px;
	border:1px solid white;
	line-height: 50px;
}
.logo-text .logo-text-button a{
	color: white;
}
.logo-img{
	text-align: left;
	padding-top: 130px;
}

@media only screen and (max-width: 992px) {
	.logo-text .logo-text-info .info-one{
		font-size: 50px;
	}
	.logo-img{
		display: none;
	}
	.home-banner{
		display: none;
	}
	.home-footer{
		display: none;
	}
}
.home-banner{
	background-color: #192C5a;
	text-align: center;
	color: #fff;
	height: 100px;
}

.home-banner-content{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.home-banner-content .content-title{
	font-size: 30px;
}

.home-banner-content .content-info{
	font-size: 14px;
}
.home-banner-content .banner-info{
	height: 80px;
	padding:20px 0;
}


.home-body{
	padding-top: 50px;
	max-width: 1200px;
	margin: 0 auto;
}
.home-body-title{
	text-align: center;
}
.home-body-title h3{
	color: #999;
}
.home-title-info{
	padding-top: 30px ;
}

.home-body-title .title-info{
	/* background-color: #fff; */
	border-radius: 5px;
	margin-bottom: 40px;
}


.home-body-title .title-info .info-img{
	padding-top: 50px;
}



.home-body-title .title-info .info-title{
	font-size: 26px;
	padding-top: 20px;
}

.home-body-title .title-info p{
	font-size: 14px;
	padding: 10px 0;
	color: rgb(128, 128, 128);
	padding: 0 20px;
}
.home-body-title .title-info .info-content{
	padding-top: 20px;
	height: 100px;
}

.home-body-title .title-info-two{
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 40px;
}

.home-body-title .title-info-two .info-img{
	text-align: left;
	padding: 20px 20px 0 20px;
}

.home-body-title .title-info-two .info-title{
	font-size: 16px;
	padding-top: 20px;
	height: 100px;
	text-align: left;
}

.home-body-title .title-info-two .info-footer{
	height: 180px;
	padding: 80px 0 20px 0;
}

.home-body-title .title-info-two .info-footer h4{
	padding-bottom: 10px;
}

.home-body-title .title-info-two .info-footer h5{
	color: #00A1F2;
}

.home-body-title .title-info-two p{
	font-size: 16px;
	padding: 10px 0;
	color: #333333;
	padding: 0 20px;
}

.home-body-title .title-info .info-button{
	padding: 15px 0 30px 0;
}


.home-body-title .home-title-info .title-scenario .info-button-two{
	width: 110px;
	height: 34px;
	/* border-radius: 5px; */
	cursor: pointer;
	line-height: 34px;
	margin: 0 auto;
	border: 1px solid #FE9941;
	padding-bottom: 20px;
}
.home-body-title .title-scenario .info-button-two a{
	color: #FE9941;
}

.home-body-title .home-title-info .title-scenario{
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

.home-body-title .home-title-info .title-scenario .info-img{
	padding: 30px 0;
}

.home-body-title .home-title-info .title-scenario .info-title{
	font-size: 16px;
	color: #4b4f5c;
}

.home-body-title .home-title-info .title-scenario .info-content{
	height: 100px;
}


.home-body-title .home-title-info .title-scenario .info-content p{
	font-size: 12px;
	color: #C8C8C8;
	padding: 10px 15px;
}

.home-footer{
	background-color: #363b46;
}

.home-footer .footer-content{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}

.home-footer .footer-content span{
	color: white;
	font-size: 12px;
}

.home-footer .footer-content a{
	color: #9599A3;
	font-size: 12px;
}

.home-footer .footer-content .content-info{
	padding-bottom: 10px;
}

.home-footer .footer-content .content-page{
	padding: 20px 0;
}


.home-bottom{
	background-color: #2C3038;
}

.home-bottom-content{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #666;
	padding: 50px 0 30px 0;
}