*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
header{
	width: 100%;
	height: 70px;
	background: #000000;
	position: absolute;
	z-index: -1;
}
.bg_pc,.bg_ip{
	width: 100%;
	height: 100%;
	position: absolute;
}
.nav_pc a{
	color: white;
	line-height: 70px;
}
.nav_pc{
	display: flex;
}
.nav_pc li{
	float: left;
	margin-right: 80px;
}
.nav_pc a:hover{
	text-decoration: none;
}
.logo{
	padding: 17px 0;
}
.nav_pc span{
	display: inline-block;
	height: 48px;
}
.nav_pc span.active{
	border-bottom: 3px solid #fff;
}

.container{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.ip_x{
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
.cont{
	width: 100%;
	padding: 0 15px;
	clear: both;
	margin-top: 100px;
}
.cont li{
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #999;
}
.cont li a{
	color: black;	
	font-weight: bold;
}
.cont li a.active{
	color: #08B1E8;
}
.cont li a:active{
	text-decoration: none;
}
.our{
	margin-top: 200px;
	font-size: 56px;
	color: white;
	line-height: 100px;
	border-bottom: 1px solid #fff;
}
.tail{
	float: right;
	display: block;
	font-size: 30px;
	color: white;
	height: 60px;
	width: 200px;
	border: 1px solid #fff;		
	border-radius: 30px;
	margin-top: 30px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}
/*.point{
	margin-top: 200px;
	text-align: center;
}*/
footer{
	background: #000000;
	width: 100%;
	line-height: 30px;
	color: #909090;
	text-align: center;
	position: fixed;
	bottom: 0;
}
footer p{
	width: 1200px;
	margin: 0 auto;
}

@media  screen and (max-width:768px ) {
	.nav_pc{
		display: none;
	}
	.bg_ip{
		display: block;
	}
	.bg_pc{
		display: none;
	}
	.daohang{
		background: #000000;
	}
	.nav_ip{
		display: none;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255,255,255,.99);
	}
	.point{
		display: none;
	}
	.nav_line{
		display: block;
		float: right;
		margin-top: 24px;
		margin-right: 5px;
	}
	.nav_line .line{
		display: block;
		width: 30px;
		height: 3px;
		background: #fff;
		
	}
	.nav_line .line+.line{
		margin-top: 6px;
	}
	.logo{
		height: 70px;
		background: url(../img/1D655226-88CA-47B8-B1BA-EA8BE03D2764@0.5x.png) no-repeat left;
	}
	.our{
		margin-top: 150px;
		font-size: 26px;
		padding: 0 15px;
		line-height: 70px;
	}
	.tail{
		margin-top:10px ;
		font-size: 16px;
		width: 140px;
		height: 40px;
		line-height: 40px;
		margin-right: 1px;
	}
	.row{
		padding: 0 15px;
	}
	footer p {
		width: 100%;
		line-height: 25px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.nav_pc li{
		margin-right: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.nav_pc li{
		margin-right: 20px;
	}
}
@media  screen and (min-width: 768px) and (max-width: 1980px) {
	.nav_pc{
		display: block;
	}
	.nav_ip{
		display: none;
	}
	.nav_line{
		display: none;
	}
	.bg_ip{
		display: none;
	}
	.bg_pc{
		display: block;
	}
	.logo{
		height: 70px;
		background: url(../img/1D8AD4B3-1D80-4F34-88AC-006E11D2C479@1x.png) no-repeat left;
	}
	.point{
		display: block;
	}
	
}



@media only screen and (min-width: 320px){
	html {
    	font-size: 62.5% !important;
  	}
}
@media only screen and (min-width: 640px){
	html {
		font-size: 125% !important;
	}
}
@media only screen and (min-width: 750px){
	html {
		font-size: 150% !important;
	}
}
@media only screen and (min-width: 1242px){
	html {
		font-size: 187.5% !important;
	}
}