*{
	margin:0;
	padding:0;
}
@font-face {
    font-family: 'PingFangSC-Medium'; 
    src: url('/PingFang/PingFangSC-Medium.ttf'); //你的资源目录
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PingFangSC-Bold'; 
    src: url('/PingFang/PingFangSC-Bold.ttf'); //你的资源目录
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PingFangSC-Regular'; 
    src: url('/PingFang/PingFangSC-Regular.ttf'); //你的资源目录
    font-weight: normal;
    font-style: normal;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
html{
	width:100%;
	min-width: 1024px;
}
body{
	width: 100%;
	min-width: 1024px;
}
#content{
	width:100%;
	min-width: 1024px!important;
}
.header{
	width: 100%;
	height: 80px;
	min-width: 1024px;
	margin: 0 auto;
	background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0));
	position: absolute;
	top:0;
	left:0;
	z-index: 10000;
}
.header .nav{
	width: 60.83%;
	min-width: 828px;
	margin: 0 auto;
	overflow: hidden;
}
.header .nav img{
	float:left;
	height: 48px;
	margin-top: 16px;
}
.header .nav-list{
	margin-left: 380px;
	height: 80px;
	font-size: 16px;
	overflow: hidden;
	
}
.header .nav-list li{
	float:left;
	text-align: center;
	height: 80px;
}
.header .nav-list .navli1{
	width: 47px;
}
.header .nav-list .navli2{
	width: 82px;
	margin-left: 30px;
}
.header .nav-list .navli3{
	width: 66px;
	margin-left: 30px;
}
.header .nav-list .navli4{
	width: 66px;
	margin-left: 30px;
}
.header .nav-list .navli5{
	width: 66px;
	margin-left: 30px;
}
.header .nav-list .navli6{
	width: 66px;
	margin-left: 30px;
}
.header .nav-list .navli7{
	width: 32px;
	margin-left: 50px;
}
.header .nav-list .navli8{
	width: 32px;
	margin-left: 30px;
}
.header .nav-list li a{
	display: block;
	margin-top: 32px;
	color: #FFF;
	font-size:16px;
	text-align: center;
	padding-bottom: 5px;
}
.header .nav-list li a:hover{
	border-bottom: 1px solid #fff;
	
}
.navli6_show{
	position: absolute;
	top:80%;
	width: 70px;
	height: 80px;
	display: none;
}
.navli6_show a:nth-of-type(1){
	width: 70px;
	height: 40px;
	background: #404141;
	text-align: center;
	line-height: 40px;
	font-size: 14px!important;
	margin: 0!important;
	padding: 0!important;
	cursor: pointer;
}
.navli6_show a:nth-of-type(1):hover{
	border-bottom:none!important;
	background: #505050;
	color: #4EAFDF;
}
.navli6_show a:nth-of-type(2){
	width: 70px;
	height: 40px;
	background: #404141;
	text-align: center;
	line-height: 40px;
	font-size: 14px!important;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 0!important;
	padding: 0!important;
	cursor: pointer;
}
.navli6_show a:nth-of-type(2):hover{
	border-bottom:none!important;
	background: #505050;
	color: #4EAFDF;
}
.footer{
	width: 100%;
    background-color: #121212;
    margin-top: 6rem;
    margin-top:84px;
}
.footer ul{
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	min-width: 1001px;
}
.footer ul li{
	float:left;
	width:33.3%;
	
}
.footer ul li p{
	color: #FFF;
}
.footer ul li a{
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 24px;
	color:#6c6c6c;
	font-size: 16px;
	width: 35%;
	line-height: 18px;
}
.footer ul li a:hover{
	font-size: 18px;
}
.footer ul li img{
	width: 40%;
	margin-left: 30%;
}
.footer .record{
	text-align: center;
	color: #FFF;
	margin-top: 30px;
}
.footer ul li .ft{
	width: 250px;
	margin: 0 auto;
	color: #6c6c6c;
}
.Ltitle{
	font-size: 14px;
	margin:74px 0 58px 0;
    text-align: center;
    font-weight: 500;
}
.icp-jump{
	color: #fff;
}
.icp-jump:hover{
	color:#ff6a00;
}
@media only screen and (max-width: 1772px) {
	.header .nav-list{
		margin-left: 15%;
	}
}
@media only screen and (max-width: 1487px) {
	.header .nav-list{
		margin-left: 10%;
	}
}
@media only screen and (max-width: 1405px) {
	.header .nav-list{
		margin-left: 5%;
	}
}
@media only screen and (max-width: 1332px) {
	.header .nav-list{
		margin-left: 0;
	}
}