.nd-container{
	width: 100%;
}
.nd-content{
	width: 1080px;
	margin: 0 auto;
	height: 100%;
}
.alpht-medium{
	font-family: alpht_medium;
}
.alpht-regular{
	font-family: alpht_regular;
}
/*头部*/
body{
	padding-top: 60px;
}
.nd-header{
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	background: #000046;
	z-index: 9;
}
.nd-header-logo{
	height: 100%;
	display: inline-block;
	padding: 10px 0;
}
.nd-header-logo img{
	height: 100%;
	display: block;
}
.nd-header-nav{
	height: 100%;
}
.nd-nav-ul li{
	padding-top: 19px;
	margin-left: 60px;
}
.nd-nav-ul li a{
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
}
.nd-nav-ul li.active a{
	border-bottom: 1px solid #fff;
}
.nd-nav-ul li img{
	height: 22px;
	display: block;
}
.nd-nav-ul li i{
	color: #fff;
	font-size: 12px;
	font-style: normal;
}
.nd-nav-ul li span{
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	display: inline-block;
	line-height: 22px;
}
/*banner*/
.nd-banner{
	width: 100%;
	position: relative;
}
.nd-banner img{
	width: 100%;
	display: block;
}
/*底部*/
.nd-footer{
	width: 100%;
	background: #e4e4e4;
	padding: 50px 0;
}
.nd-footer-content{
	position: relative;
	width: 100%;
	padding-left: 140px;
	min-height: 60px;
}
.footer-logo{
	width: 110px;
	position: absolute;
	top: 0;
	left: 0px;
	display: block;
}
.footer-nav{
	width: 25%;
	padding: 0 20px;
	text-align: center;
}
.footer-nav-list{
	font-size: 20px;
	color: #000;
	margin: 5px 0px;
	cursor: pointer;
}
.footer-nav-list a{
	color: #000;
	font-size: 24px;
}
.footer-address{
	width: 50%;
}
.footer-us{
	width: 25%;
}
.list-title{
	font-size: 24px;
	color: #000;
}
.footer-address-list,.footer-us-list{
	margin-top: 10px;
	font-size: 12px;
	text-align: justify;
}
.list-top{
	margin-top: 25px;
}
.menu-img{
	display: none;
	height: 100%;
	padding: 6px 0;
}
.menu-img img{
	height: 100%;
	display: block;
}
/*加载 -----------------------start*/
.spinner {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0%;
	margin-top: -10px;
}
.spinner.active{
	display: block;
}
.spinner-more{
	margin: 0 auto;
	width: 20px;
	height: 20px;
	position: relative;
}
.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #3c2f8b;
 
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner-loading .container1 > div, .spinner-loading .container2 > div, .spinner-loading .container3 > div{
  background-color: #ffffff;
}
.spinner-loading{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -37px;
	left: 0;
}
.loading-div p{
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	padding-top: 10px;
	color: #ffffff;
}
.spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
 
.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
 
.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
 
.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }
 
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
 
.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
 
.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
 
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
 
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
 
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
 
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
 
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
 
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
 
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0);transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0);transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.more{
	text-align: center;
	padding: 0.5rem 0;
	width: 100%;
	display: none;
}
#more-btn{
	cursor: pointer;
	font-size: 0.5rem;
	line-height: 20px;
	border-bottom: 1px solid #999;
	font-style: italic;
	color: #999;
	padding: 0 0.1rem;
	font-size: 13px;
}
.more.active{
	display: block;
}
.load-box{
	opacity: 0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	position: relative;
	width:100%；
}
.load-box.active{
	opacity: 1;
}
.bcgimg-load{
	opacity: 0;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 0px;
	height: 0px;
	display: block;
	overflow: hidden;
}
.text-label{
	opacity: 0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
@media (max-width:1080px){
	.nd-header{
		height: 40px;
		/*padding: 0 15px;*/
	}
	body{
		padding-top: 40px;
	}
	.nd-content{
		width: 100%;
		padding: 0 15px;
	}
	.menu-img{
		display: block;
	}
	.nd-header-nav{
		position: absolute;
		top: 40px;
		right: 0;
		background: #000046;
		padding: 15px;
		height: auto;
		text-align: center;
		display: none;
	}
	.nd-header-nav.active{
		display: block;
	}
	.nd-nav-ul li{
		float: none;
		margin-left: 0px;
		padding-top: 0px;
		padding: 6px 0;
	}
	.nd-footer-content{
		padding-left: 0px;
	}
	.footer-logo,.footer-nav{
		display: none;
	}
	.footer-address{
		width: 100%;
	}
	.footer-us{
		width: 100%;
		margin-top: 20px;
	}
	.list-title{
		font-size: 16px;
	}
	.nd-footer{
		padding: 30px 0;
	}
	.nd-nav-ul li a,.nd-nav-ul li span{
		font-size: 12px;
	}
}