@charset "utf-8";
/*初始样式*/


.content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}

/*头部*/
.head{height: 172px;max-width: 1920px;position: relative;z-index: 2;}
.head-t{height: 132px;overflow: hidden;padding-top: 25px;box-sizing: border-box;}
.head-t .logos{float: left;width: 120px;height: 80px;}
.head-t .logos img{width: 120px;height: 80px;display: block;}
.head-t h2{float: left;font-weight: normal;margin-left: 35px;display: inline;margin-top: 12px;}
.head-t h2 i{display: block;font-size: 30px;line-height: 30px;color: #333;font-weight: bold;}
.head-t h2 span{display: block;font-size: 23px;line-height: 24px;color: #B3070E;margin-top: 12px;}
.head-t em{background: url(https://www.chinaaoxiang.cn/templets/default/aoxiang/picture/tel.png) no-repeat left top;padding-left: 57px;display: block;float: right;min-height: 49px;width: 280px;font-size: 28px;line-height: 80%;font-weight: bold;color: #444444;margin-top: 20px;}
.head-t em span{display: block;font-size: 16px;color: #333;line-height: 16px;font-weight: normal;margin-bottom: 6px;}
.head-b{height: 40px;line-height: 40px;background: #191919;}
.head-b li{float: left;font-size: 15px;padding: 0 34px;height: 25px;margin-top: 8px;border-right: 1px solid rgba(245,245,245,0.5);line-height: 25px;box-sizing: border-box;}
.head-b li:last-of-type{border-right: none;}
.head-b li a{color: #fff;}
.head-b li.cur a,.head-b li:hover a{border-bottom: 1px solid #fff;padding-bottom: 3px;}

