.logo1{
	display: block;
}
.logo2{
	display: none;
}

.bg-box{
	width: 100%;
    position: relative;
}
.bg6{
	position: relative;
    width: 100%;
    height: auto;
}
.head-info{
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 2;
	top: 50%;
    margin-top: -76px;
}
.head-info h2{
	font-size: 66px;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
    height: 50px;
}
.head-info p{
	font-size: 50px;
	font-weight: 300;
	color: #A0A0A0;
    margin-top: 30px;
}
img{
	width: 100%;
}
.btn-box{
	padding: 14px 0 40px 0;
}
.btn-box .mauto{
	text-align: center;
}
.Page-btn{
	border-radius: 9px;
	width: 214px;
	height: 58px;
	display: inline-block;
	line-height: 58px;
	color: #000;
	border: 1px solid rgba(112, 112, 112, 1);
	text-align: center;
	background-color: #FFFFFF;
	font-size: 16px;
	transition: all .5s;
}
.next{
	float: right;
}
.page{
	float: left;
}
.Page-btn:hover{
	background-color: #39AFFF;
	color: #FFFFFF;
	border-color: #39AFFF;
}
.content{
	margin-top: 90px;
}
.title {
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    padding-bottom: 5px;
}
.title h2 {
    font-size: 24px;
    text-align: center;
    color: #000;
    padding-bottom: 20px;
}
#content {
    line-height: 24px;
    margin-top: 24px;
    font-size: 14px;
    
}
.mg-box{
	width: 100%;
}
#content * p,#content * div{
	width: 1000px; 
	margin: 0 auto;
	line-height: 32px;
}
.footer{
	position: fixed;
    bottom: 0;
}
.img{
	width: 370px;
}
@media only screen and (max-width: 1400px) {
	
	
}
@media only screen and (max-width: 1024px){
	.head-info{ margin-top: -55px; }
	.head-info h2{ font-size: 38px;height: auto; }
	.head-info p { font-size: 24px;margin-top: 0; }
	.content { margin-top: 35px; }
	#content * p,#content * div{ width: calc(100% - 28px);}
	.title h2{ font-size: 1.2rem; }
}
@media only screen and (max-width: 768px){
	.head-info{ margin-top: -30px; }
	.head-info h2{ font-size: 24px; }
	.head-info p { font-size: 18px; }
	.Page-btn{ width: 30%; } 
	.btn-box{ padding: 40px 0; }
	.drift-box{ display: none; }
	.img{ width: 100%; }
}
@media only screen and (max-width: 688px){
	.head-info h2 { font-size: 3rem; height: auto; }
	.head-info p { font-size: 1.5rem; margin-top: 0; }
}

@media only screen and (max-width: 449px){
	.Page-btn{ height: 48px; line-height: 48px; }
	.head-info h2 { font-size: 2rem; height: auto; }
	.head-info p { font-size: 0.5rem; margin-top: -10px; }
}
@media only screen and (max-height:780px ) {
	.bg-box{ overflow: hidden; }
	.head-info{ margin-top: -42px; }
	.head-info h2{ font-size: 3rem; height: auto; }
	.head-info p{ font-size: 1.5rem; margin-top: 14px; }
}
