.container{
	height: 100%;
	width: 100%;
	background: url(../img/bg8.png)  no-repeat center;
	background-size: cover;
	position: relative;
    /*background-size: cover;*/
	
	    
}

.title{
	display: inline-block;
	width: 380px;
	height: 60px;
	margin-top: 3%;
	margin-left: 99px;
	}
.title img{
	width: 100%;
	height: 100%;}
.text{
	color: #FFFFFF;
	text-align: right;
	
	height: 40px;
	line-height: 40px;
}
.left{
	height: calc(100vh - 40%);
	
}
.left1{
	background: url(../img/02.jpg)  no-repeat center;
	background-size: cover;
	height: 100%;
	position: relative;
}

.nav{
	height: 54px;
	background: url(../img/导航条.png) no-repeat center;
	background-size: cover;
	position: absolute;
	width: 100%;
	bottom:16%;
	left: 12%;
	z-index: 1;
	line-height: 54px;
	padding-left: 16%;
	 
}
.test_span{
	display: inline-block;
	width: 500px;
	background: linear-gradient(to right, #015EA7,#0166B3,#0172C8);
	padding-right: 10%;
}
.nav ul li{
	display: inline-block;
	color: white;
	font-size: 18px;
	font-weight: 500;
	margin-left: 10px;
}
.nav ul li a{
	color: #FFFFFF;
	
}
/*@media screen and (max-height:700px){ 
 
} 
@media screen and (min-height:750px){
	
}*/
.foot{
	position: absolute;
	bottom: 10%;
	color: white;
	right:0;left:0;margin:auto;
}
.foot p{
	text-align: center;
}
