.nav{width: 100%;height: 65px;background:url(../image/pcnav.jpg) no-repeat center;background-size: cover;}
.A-nav{position:relative;z-index:9999;width:1400px;background:#006fba;margin: 0 auto;}
.A-nav li,.A-nav a{position:relative}
.A-nav>li{float:left;width:12.28%;height:65px;line-height:65px;text-align: center;position: relative;}
.A-nav>li:after{position: absolute;top: 20px;left: 0;content: "";width: 2px;height:24px;background:url(../image/navline.png) no-repeat center;background-size: 100% 100%;}
.A-nav>li:last-child:before{position: absolute;top: 20px;right: 0;content: "";width: 2px;height:24px;background:url(../image/navline.png) no-repeat center;background-size: 100% 100%;}
.A-nav>li a{width: 100%;text-align:center;color:#fff;font-size:16px;z-index:1;}
.A-nav>li ul{position:absolute;top:100%;width:100%;display:none}
.A-nav>li ul li{background:url(../image/navli.png) repeat center;background-size: cover;height:40px;line-height:40px;border-bottom: 1px solid rgb(255,255,255,.9);vertical-align:middle;}
.A-nav>li ul li:last-child{border-bottom: none;}
.A-nav>li ul li:last-child{border-bottom: none;}
.A-nav>li ul li a{font-size:16px;color: #fff;}
.A-nav>li ul li a:hover{border-bottom: 1px solid #fff;}
.A-nav>li ul li ul{top:-100%;left:100%;z-index:2;padding-left: 10px;}
.A-nav>li ul li ul:after{position: absolute;content: "";width: 10px;height: 11px;display: inline-block;top: 50%;margin-top: -5px;left: 0%;background: url("../image/san.png") no-repeat center;background-size: cover;
	/*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 *!*/
}
.A-nav>li ul li ul li{background:rgb(48,150,214,.9);vertical-align:middle;}
.A-nav>li ul li ul li:last-child{border:none;}
.A-nav>li ul li ul li a{color: #fff;}
.A-nav .hk-1,.A-nav .hk-2,.A-nav .hk-3{position:absolute;top:0;left:0}
.A-nav .hk-1{background:none;width:14.28%;height:65px;z-index:-1;border-bottom: none;}
.A-nav .hk-2{background:none;width:100%;height:40px;border-bottom: none;}
.A-nav .hk-3{background:none;width:100%;height:40px;border-bottom: none;}

/*[data-ripple=ripple]{position:relative;overflow:hidden;-webkit-user-select:none;-ms-user-select:none}
[data-ripple=ripple] .ripple{display:block;width:100%;height:100%;border-radius:100%;position:absolute;top:0;left:0;z-index:888;background:rgba(255,255,255,.5);transform:scale(0);animation:ripple .6s 0s linear;pointer-events:none}
@keyframes ripple{100%{opacity:0;transform:scale(2.5)}}*/