.fl{ float:left;}
.fr{ float:right;}

.nav_out{
	width:100%;
	height:66px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    -moz-box-shadow:2px 2px 5px #ADADAD; -webkit-box-shadow:2px 2px 5px #ADADAD; box-shadow:2px 2px 5px #ADADAD;
}
.nav{
	width:1000px;
	height:66px;
	margin:0 auto;
}
.logo{
	/* width:155px; */
	height:39px;
	margin-top:14px;
	
}
.nav-inner{
    /* width:800px; */
    /* width: 1000px; */
	height:100%;
	/* margin-left:130px; */
}


.nav-inner li{	
    position: relative;
    float: left;
    width: 100px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    position: relative;
    transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;      
}
/*.nav-inner li:nth-of-type(2):after{
	content: "";
    width: 0px;
    height: 0px;
    border-top: 5px solid #ccc;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
   
}*/
/*.nav-inner li:nth-of-type(2):hover {
	transform: rotate(180deg);
}*/
.arrow,.arrow2{
	width:16px;
	height:16px;
	background: url(http://www.mjmhsh.com/skin/default/img/arrow.png) no-repeat;
	background-size:cover;
	 position: absolute;
    top: 43%;
    right: 1%;
    transition: all 0.5s;
    -ms-transition:all 0.5s;
    -moz-transition:all 0.5s;
   -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.hot{
	width:20px;
	height:15px;
	background: url(http://www.mjmhsh.com/skin/default/img/new.png) no-repeat;
	background-size:cover;
	position: absolute;
    top: 19%;
    right: -3%;
    /*animation-name:shake;
	animation-duration: 1s;
	animation-timing-function: ease-in;
	animation-iteration-count:infinite;
	-webkit-animation:shake 1s ease-in infinite;*/
	
	transition:shake 1s ease-in infinite;
	-webkit-animation:shake 1s ease-in infinite;
	 -ms-animation:shake 1s ease-in infinite;
	-moz-animation:shake 1s ease-in infinite;
	 -o-animation:shake 1s ease-in infinite;
	
    
}
.hot2{
	width:19px;
	height:19px;
	background: url(https://www.shmjmh.com/skin/default/img/hot.png) no-repeat;
	background-size:cover;
	position: absolute;
    top: 16%;
    right: -3%;
  -webkit-animation: bounce-down 1s linear infinite;
   animation: bounce-down 1s linear infinite;
    -ms-animation: bounce-down 1s linear infinite;
     -moz-animation: bounce-down 1s linear infinite;
     -o-animation: bounce-down 1s linear infinite;
   
    
}

@keyframes bounce-down {
      25% {transform: translateY(-4px);}
      50%{transform: translateY(0);}
      75% {transform: translateY(4px);}
      100% {transform: translateY(0);}
     }
  
@keyframes shake{
				0% {
           	 transform: scale(0.7);
              }
             10% {
             	transform: scale(0.75);
             }
             20% {
             	transform: scale(0.8);
             }
             30% {
             	transform: scale(0.85);
             }
             40% {
             	transform: scale(0.9);
             }
              50% {
             	transform: scale(0.95);
             }
			}

.nav-inner li:nth-of-type(2):hover .arrow,.nav-inner li:nth-of-type(8):hover .arrow2{
	transform:rotate(-180deg);
	-ms-transform:rotate(-180deg); 	/* IE 9 */
	-moz-transform:rotate(-180deg); 	/* Firefox */
	-webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
	-o-transform:rotate(-180deg); 	/* Opera */
	transform-origin: center center;
	-ms-transform-origin: center center;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
	-o-transform-origin: center center;
	
}
.nav-inner li>a{
	color: #666;
	font-size:16px;
}

/*.nav-inner li:hover{
	background:#b49266;
	
}*/
.nav-inner li:hover>a{
	color:#b49266;
}
.nav-inner .nav-second{
	position: absolute;
	top:66px;
}
.nav-second a{
	display: block;
	width: 100px;
	height:50px;
	line-height: 50px;
	background: #fff;
	color:#666;
	font-size:16px;

}
.nav-second a:hover{
	background: #e7e7e7;
	color:#000;
}
.nav-inner li div{
	display: none;
	z-index:9999;
}
/*.nav-inner li:hover div{
	display: block;
	z-index:9999;
}*/


  
 /* 谷歌 */
        input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            appearance: none; 
            margin: 0; 
        }
        /* 火狐 */
        input{
            -moz-appearance:textfield;
        }    

