/* 头部导航样式 */
.profession-navigation{height:72px;background:#e8f3ff;width:100%;z-index:5}
.profession-navigation ul{display:flex;width:1200px;margin:0 auto;justify-content:space-between;align-items:center;padding-top:12px}
.profession-navigation li{width:109px;position:relative;background-size:contain;position:relative;display:flex;align-items:center;justify-content:center}
.profession-navigation li:last-child{margin-right:0}
.profession-navigation li a,.profession-navigation li.right a{background:url('../images/center_bg.png') center repeat-x;background-size:contain;height:48px;width:80px;display:block;text-align:center;font-size:14px;color:#262626;font-weight:bold;position:relative;padding-top:5px;box-sizing:border-box;white-space:nowrap}
.profession-navigation li:nth-child(4) a,.profession-navigation li:nth-child(6) a,.profession-navigation li:nth-child(7) a,.profession-navigation li:nth-child(8) a{width:84px}
.profession-navigation li a::before,.profession-navigation li a::after{background:url('../images/left_bg1.png') no-repeat;background-size:16px 48px;width:16px;height:48px;content:'';display:block;position:absolute;top:0;margin-left:-16px}
.profession-navigation li a::after{background-image:url('../images/right_bg1.png');right:-16px}
.profession-navigation li img{width:14px;height:14px;position:absolute;bottom:2px;right:2px}
.profession-navigation .right img {width: 14px;height: 14px;position: absolute;bottom: 2px;left: 2px;}
.profession-navigation li a:hover,.profession-navigation li.active a:hover,.profession-navigation li.active a{color:#0176fe}
.profession-navigation .right a::before,.profession-navigation .right a::after{background:url('../images/left_bg2.png') no-repeat;background-size:16px 48px;width:16px;height:48px;content:'';display:block;position:absolute;top:0;margin-left:-16px}
.profession-navigation li.right a::after{background-image:url('../images/right_bg2.png');right:-16px}
.profession-navigation .right:hover,.profession-navigation .right.active:hover,.profession-navigation .right.active{color:#0176fe}