﻿body{margin:0;}
.mobile-inner-nav a{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}
.zijilanmu a{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}


@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


.head{ position:fixed; top:0; left:0; background:#ffffff; z-index:9999; border-bottom:1px solid #CB0100;}
.mobile-inner{
	width: 100%;
	margin:0;
	height: 68px; 
	position: relative;
}

.mobile-inner-header{
	/*background-color: rgba(0,0,0,0.7);*/
	width: 100%;
	height: 52px;padding:8px 0; 
	position: absolute;
	top: 0px;
	left: 0px;
}
.mobile-inner-header-icon{
	color: #ffffff;
	height: 50px;
	font-size:25px;
	text-align: center;
	float:right;
	width: 50px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}
.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background-color: #000;
}
.mobile-inner-header-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
	}
	



	
.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}		
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}
	


@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
	  
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}	

.mobile-inner-header-icon img{
height:25px;margin-top:12px;margin-right:5px;}


@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}	

.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}		
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}	



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav{
	background-color: #353535;
	width: 100%;
	position: absolute;
	top: 122px;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 80px;
	display: none;
	z-index: 99;
}
.mobile-inner-nav a{ text-align:right;background:url(../images/dian02.png) no-repeat 3% center;
	display: inline-block;
	line-height: 45px;
	text-decoration: none;
	width: 87%; padding-right:3%;
	margin-left: 5%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.mobile-inner-nav a:hover{
	color:#CB0100;background:url(../images/dian00.png) no-repeat 3% center;
	border-bottom: solid 1px rgba(255,255,255,0.2);
}


.diancha{ display:none; width:18px; height:18px; background:url(../images/diancha.png) no-repeat;}
.zijilanmu{ padding:30px 0px; display:none; position:absolute; left:0; width:100%; font-size:16px; background:#353535; }
.zijilanmu a{	text-decoration: none;
	 	display: inline-block;
width: 87%; padding-left:3%; margin:0 5%; height:40px; line-height:40px; font-weight:normal;color:#fff; background:url(../images/dian01.png) no-repeat 97% center; border-bottom:solid 1px rgba(255,255,255,0.1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;	
 }
.zijilanmu a:hover{color:#CB0100;background:url(../images/dian00.png) no-repeat 97% center;	border-bottom: solid 1px rgba(255,255,255,0.2);
}

