
/* 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:1200px;height:70px;margin: 0 auto;}

.logo{width:140px;height:37px;float:left;margin-top:15px;}
.logo2{width:60px;height:35px;float:left;margin-top:15px;margin-left: 20px;}

.tel{width:146px;height:auto;float:right;margin-top:18px;}

.nav-xx{display:block;width:110px;height:70px;background:url(https://bj.aura.cn/file/new0518/include/images/top-icon_06.jpg) no-repeat left center;font-size: 18px;line-height:70px;color:#e23b3b;text-align: right;float:right;margin-top:0px;margin-left: 16px;font-weight: bold;}


.top-nav2{width:780px;height:70px;float:left;margin-left:0px;}
.top-nav2 li{width:96px;height:70px;float:left;}
.top-nav2 li a{display:block;width: 100%;height:70px;text-align: center;font-size: 16px;color:#333333;line-height: 70px;}



.top-nav2 .m{  position:relative; float:left; width:96px; display:inline; text-align:center;   }

.top-nav2 .sub{ display:none; /*é»˜è®¤éšè—*/ width:188px;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:80px;}



/*--right---*/
.right-xf1{display:block;width:190px;height:auto;}

/*--bottom---*/
.xf-bottom{width:100%;height:150px;background:url(../images/bottom_05.jpg) no-repeat center;background-size:100% 100% !important;overflow: hidden;}
.xf-bottom2{width:1200px;height:100px;margin: 25px auto 0 auto;}
.xf-bottom-left{width:772px;height:100px;float:left;margin: 0 0 0 226px;}
.xf-bottom-left span{display:inline-block;height:30px;line-height: 30px;background:#ffe2d1;border-radius: 30px;font-size: 18px;color:#000;padding:0 20px;margin:12px 0 0 15px;}



.xf-bottom-anniu{width:150px;height:86px;border-radius:10px;float:right;margin: 5px 40px 0 0;

	background: -webkit-linear-gradient(top, #fffffe, #fae995);
    background: -o-linear-gradient(top, #fffffe, #fae995);
    background: linear-gradient(to bottom, #fffffe, #fae995);
}

.xf-bottom-anniu span{display:block;width:100%;font-size: 24px;line-height:30px;color:#000;font-weight: bold;text-align: center;margin: 15px auto;}



@keyframes transLate {
  50% {
    transform: translate3d(10px, 2px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate02 {
  50% {
    transform: translate3d(15px, -2px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate03 {
  50% {
    transform: translate3d(20px, 4px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate04 {
  50% {
    transform: translate3d(18px, 0px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate05 {
  50% {
    transform: translate3d(20px, 6px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.box06_list01 {
  
  animation: transLate 5s ease infinite;
}

.box06_list02 {
  
  animation: transLate02 5s ease infinite;
}

.box06_list03 {
  
  animation: transLate03 5s ease infinite;
}

.box06_list04 {
  
  animation: transLate04 5s ease infinite;
}

.box06_list05 {
  
  animation: transLate05 5s ease infinite;
}











