/* header */
.header{
	width:100%;
	height:190px;
	position: relative;
	background-color: #fff;
}
.header-top{
	width: fit-content;
	min-width: 1200px;
	background: #fff;
	height: 30px;
	margin: 0 auto; 
	line-height: 30px;	position: relative;
}
.header-top span{
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
/* .header-top a{
	float: right;
} */
.header-link{
	display: inline-block;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
	border-right: solid 1px #666666;
	padding-right: 10px;
	margin-top: 8px;
	position: absolute;
	right: 64px;
}
.header-map{
	display: inline-block;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	padding-left: 10px;
	position: absolute;
	right: 0;
}
.header-link:hover,.header-map:hover{
	-webkit-animation:shake 1s .2s ease both;
	-moz-animation:shake 1s .2s ease both;
}
@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform:translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform:translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform:translateX(10px);
	}
}
@-moz-keyframes shake {
	0%, 100% {
		-moz-transform:translateX(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-moz-transform:translateX(-10px);
	}
	20%, 40%, 60%, 80% {
		-moz-transform:translateX(10px);
	}
}
.header-bottom{
	width: 100%;
	height: 160px;
	background-image: url(../img/header-bottomBg.png) ;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	position: absolute;
}
.header-poster{
	font-size: 30px;
	color: #333333;
	line-height: 120px;
	margin: 0 auto;
	width: fit-content;
	font-weight: 550;
}
.header-bottom>div{
	width: fit-content;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.header-logo{
	display: inline-block;
	width:240px;
	height: 64px;
	position: absolute;
	top: 34px;
	left: 0;
}
.header-logo img{
	width: 100%;
	height: 100%;
}
.header-call{
	width: auto;
	height: 48px;
	position:absolute;
	right: 0;
	top: 42px;
	overflow: hidden;
}
.header-call img{
	width: 48px;
	height: 48px;
	position: absolute;
	left: 0;
	top: 0;
}
.header-call span{
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #9E9E9E;
	line-height: 24px;
	position: absolute;
	left: 58px;
}
.header-call h1{
	font-size: 24px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FF870C;
	line-height: 24px;
	display: inline-block;   
	margin-left: 58px;
    margin-top: 24px;
}
/* nav */
.h-nav{
	/* width: 1625px; */
	width: 100%;
	height: 0;
	opacity: 1;
	position: relative;
	top: 130px;
	left: 0;
	/* border-left: 30px solid transparent; */
	border-bottom: 60px solid #1F8FFF;
	z-index: 2;
}
/* Mini reset, no margins, paddings or bullets */


/* Main level */
.nav-content {		
  min-width: 1200px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.first-nav {
  float: left;
  position: relative;
  transform: skewX(-25deg);
  width: 150px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  transform: skewX(25deg);
}
.first-nav >a{
 transform: skewX(-25deg);
}
.nav-content a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Arial, Helvetica;
  font-size: 16px;
}		

.nav-content li:hover {
  background: #356ED7;
  transform: skewX(-25deg)
};
.nav-content li:hover > a {
  transform: skewX(25deg);
}
.first-nav:hover > a {
  transform: skewX(25deg);
}
/* Dropdown */
.secondNav-content {
  transform: skewX(25deg);
  transform-origin: left top;
  
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  transform: skewX(25deg);
  transform-origin: left top;
}
.second-nav{
	  background-color: #FF870C;
	  position: relative;
	  overflow: hidden;	
	  	  width: 220px;
	  	  height: 100%;
}	
					
.second-nav > a {
	  display: block;
	   width: 100%;
	   height: 100%;
	   padding: 0 20px;
	   font-size: 14px;
	   line-height: 44px;
}

.second-nav::after {
  content: '';
  position: absolute;
  top: -125%;
  height: 100%;
  width: 100%;			
  box-shadow: 0 0 50px rgba(0, 0, 0, .9);			
}		

/* Odd stuff */
.second-nav:nth-child(odd){
  transform: skewX(-25deg) translateX(0);
}

.second-nav:nth-child(odd) > a {
  transform: skewX(25deg);
}

.second-nav:nth-child(odd)::after {
  right: -50%;
  transform: skewX(-25deg) rotate(3deg);
}				

/* Even stuff */
.second-nav:nth-child(even){
  transform: skewX(25deg) translateX(0);
}

.second-nav:nth-child(even) > a {
  transform: skewX(-25deg);
}

.second-nav:nth-child(even)::after {
  left: -50%;
  transform: skewX(25deg) rotate(3deg);
}

/* Show dropdown */
.secondNav-content,
.second-nav {
  opacity: 0;
  visibility: hidden;			
}

.second-nav {
  transition: .2s ease transform;
}

.first-nav:hover .secondNav-content,
.first-nav:hover .second-nav{
  opacity: 1;
  visibility: visible;
}		

.first-nav:hover .second-nav:nth-child(even){
  transform: skewX(25deg) translateX(15px);			
}

.first-nav:hover .second-nav:nth-child(odd){
  transform: skewX(-25deg) translateX(-15px);			
}
