
/* CSS Document */

*{ margin:0; padding:0;}
a { text-decoration:none;cursor: pointer;color:#333}
li{ list-style:none;}
body{ font:14px/26px "微软雅黑"; overflow-x: hidden;}
img{display: inline-block;}

input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;

}

textarea {  -webkit-appearance: none;}  
input:focus {outline: none;}
select:focus {outline: none;}

input[type="text"]:focus, 
input[type="password"]:focus { 
  border: 1px solid #0a6fd5;border-radius: 8px;
}

.ms{transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;}





.top{width:100%;height:70px;background:#fff;position: fixed;top:0;z-index: 50;}
.top-con{width:800px;height:70px;margin: 0 auto;}

.logo{width:100px;height:auto;float:left;margin-top:18px;}
.logo2{width:56px;height:auto;float:left;margin-top:18px;margin-left: 5px;}

.tel{width:166px;height:auto;float:right;margin-top:16px;}
.nav-xx{display:block;width:88px;height:70px;background:url(https://bj.aura.cn/file/new0518/include/images/top-icon_06.jpg) no-repeat left center;font-size: 15px;line-height:70px;color:#e23b3b;text-align: right;float:right;margin-top:0px;background-size: 24px auto;font-weight: bold;}



.top-nav2{width:610px;height:70px;float:right}
.top-nav2 li{width:76px;height:70px;float:left;}
.top-nav2 li a{display:block;width: 100%;height:70px;text-align: center;font-size: 15px;color:#333333;line-height: 70px;}



.top-nav2 .m{  position:relative; float:left; width:76px; display:inline; text-align:center;   }

.top-nav2 .sub{ display:none; /*é»˜è®¤éšè—*/ width:180px;height:44px; padding:10px 0;  position:absolute; left:-50px; top:64px;  background:#fff; border-radius: 10px;
	-webkit-box-shadow:0 0px 10px rgba(0, 0, 0, .1);  
  -moz-box-shadow:0 0px 10px rgba(0, 0, 0, .1);  
  box-shadow:0 0px 10px rgba(0, 0, 0, .1);  }

.top-nav2 h3{ font-weight:normal;display:inline-block;height:70px;width:100%;font-size:16px;line-height: 70px;text-align: center;color:#333;}

.top-nav2 h3:hover{color: #ff932a;   border-bottom: solid 3px #ff932a;}
	

#m1 .sub{height:auto;overflow: hidden;padding:0;}
#m1 .sub a{height:44px;line-height:44px;width:33.3%;float:left;}


.top-nav2 li a:hover{color: #ff932a;   border-bottom: solid 3px #ff932a;}

.top-nav2 li:nth-of-type(1){width:70px;}

