#header{
    width: 100%;
    background-color: #fff;
}
.header-box1{
    width: 100%;
}
.header-box1 .header-t{
    height: 52px;
}
.header-box1 .header-t-l .location-box{
    margin-left: 20px;
}
.header-box1 .header-t-l .location-box .cityName{
    font-size: 14px;
    color: #888888;
    margin: 0 6px;
}
.header-box1 .header-t-l .location-box .btn{
    font-size: 14px;
    color: #D93A3A;
}
.header-box1 .header-t-l .search-box{
    width: 250px;
    height: 28px;
    background-color: #ffffff;
    margin-left: 23px;
    position: relative;
}
.header-box1 .header-t-l .search-box input{
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    padding: 0 49px 0 13px;
}
.header-box1 .header-t-l .search-box::after{
    content: '';
    width: 14px;
    height: 14px;
    background-image: url('http://www.bjw315.com/Public/Home/images/icon/search.png');
    background-size: 100% 100%;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 10;
}
.header-box1 .header-t-r{
    height: 100%;
}
.header-box1 .header-t-r .nav{
    padding: 0 20px;
    font-size: 14px;
    color: #666666;
    position: relative;
    height: 100%;
    line-height: 52px;
}
.header-box1 .header-t-r .nav::after{
    content: '';
    width: 1px;
    height: 12px;
    background-color: #ADADAD;
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
}
.header-box1 .header-t-r .nav:hover{
    color: #D93A3A;
}
.header-box1 .header-t-r .nav-box{
    position: relative;
    padding: 0 30px 0 20px;
    cursor: pointer;
    height: 100%;
}
.header-box1 .header-t-r .nav-box::after{
    content: '';
    background-image: url('http://www.bjw315.com/Public/Home/images/icon/drop-down.png');
    width: 8px;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    right:17px;
}
.header-box1 .header-t-r .nav-box .text{
    font-size: 14px;
    color: #666666;
    height: 100%;
    line-height: 52px;
}
.header-box1 .header-t-r .nav-box .link-box{
    position: absolute;
    top: 40px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 5px 3px rgba(223, 222, 222, 0.5);
    z-index: 5;
    display: none;
}
.header-box1 .header-t-r .serve-box .link-box{
    right: -90px;
    padding: 20px 28px;
    justify-content: space-between;
    align-items: flex-start;
    width: 490px;
}
.header-box1 .header-t-r .nav-box  .link-box .triangle{
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -7px;
    margin-left: -10px;
}
.header-box1 .header-t-r .serve-box .link-box .triangle{
    right: 140px;
}
.header-box1 .header-t-r .serve-box .link-box li{
    margin-top: 6px;
}
.header-box1 .header-t-r .serve-box .link-box .title{
    margin: 0 0 10px;
}
.header-box1 .header-t-r .nav-box .link-box a{
    font-size: 14px;
    color: #666666;
}
.header-box1 .header-t-r .nav-box .link-box a:hover{
    color: #D93A3A;
}
.header-box1 .header-t-r .nav-box .link-box .title{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.header-box1 .header-t-r .nav-box-cur .text{
    color: #D93A3A;
}
.header-box1 .header-t-r .nav-box-cur::after{
    background-image: url('http://www.bjw315.com/Public/Home/images/icon/drop-down2.png');
}
.header-box1 .header-c{
    height: 203px;
}
.header-box1 .header-c  .crumbs{
    height: 48px;
}
.header-box1 .header-c .company-box{
    height: 155px;
    padding: 5px 0 20px;
}
.header-box1 .header-c .company-box .company-box-l .logo-box{
    width: 212px;
    height: 130px;
    border: 1px solid #EEEEEE;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.header-box1 .header-c .company-box .company-box-l .company-info .company-name-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-box1 .header-c .company-box .company-box-l .company-info .company-name-box .company-name{
    font-size: 26px;
    font-weight: bold;
    color: #222222;
    margin-right: 9px;
    max-width: 450px;
}
.header-box1 .header-c .company-box .company-box-l .company-info .company-name-box  .label{
    width: 44px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #f65b57;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
}
.header-box1 .header-c .company-box .company-box-l .company-info .label-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 19px;
}
.header-box1 .header-c .company-box .company-box-l .company-info .label-box .label{
    height: 19px;
    line-height: 19px;
    padding: 0 8px;
    font-size: 12px;
    color: #fff;
    margin-right: 6px;
    border-radius: 50px;
}
.header-box1 .header-c .company-box .company-box-l .company-info .label-box .label1{
    background-color: #6dc6b0;
}
.header-box1 .header-c .company-box .company-box-l .company-info .label-box .label2{
    background-color: #c5cb7b;
}
.header-box1 .header-c .company-box .company-box-l .company-info .label-box .label3{
    background-color: #dbb77b;
}
.header-box1 .header-c .company-box .company-box-l .company-info .label-box .label4{
    background-color: #6fa9e5;
}
.header-box1 .header-c .company-box .company-box-l .company-info .label-box .label5{
    background-color: #ffb476;
}
.header-box1 .header-c .company-box .company-box-l  .company-info  .tel-box{
    margin-top: 9px;
}
.header-box1 .header-c .company-box .company-box-l  .company-info  .tel-box a{
    margin: 0 2px 0 5px;
}
.header-box1 .header-c .company-box .company-box-l  .company-info  .tel-box .tip{
    font-size: 12px;
    color: #999999;
}
.header-box1 .header-c .company-box .company-box-l  .company-info  .adder-box{
    margin-top: 9px;
}
.header-box1 .header-c .company-box .company-box-l  .company-info  .adder-box .adder{
    font-size: 14px;
    color: #666666;
    margin: 0 11px 0 4px;
}
.header-box1 .header-c .company-box .company-box-l  .company-info  .tel-box a,
.header-box1 .header-c .company-box .company-box-l  .company-info  .adder-box .map{
    font-size: 14px;
    color: #D93A3A;
    text-decoration: underline;
}
.header-box1 .company-box-r .text-box{
    text-align: center;
    margin-left: 58px;
}
.header-box1 .company-box-r .text-box .number{
    font-size: 26px;
    font-weight: bold;
    color: #222222;
}
.header-box1 .company-box-r .text-box  .label{
    font-size: 14px;
    color: #666666;
    margin-top: 6px;
}
.header-box1 .company-box-r .wx-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 58px;
}
.header-box1 .company-box-r .wx-logo img{
    width: 100px;
    height: 100px;
}
.header-box1 .company-box-r .wx-logo .text{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.header-box1 .header-b{
    height: 50px;
    background-color: #D93A3A;
}
.header-box1 .header-b .container{
    overflow: hidden;
}
.header-box1 .header-b .nav{
    float: left;
    padding: 0 48px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}
.header-box1 .header-b .nav-cur{
    background-color: #C92323;
}
.header-box2{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 50px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #EEEEEE;
    box-shadow: 0px 7px 7px -7px rgba(242, 242, 242, .6);
}
.header-box2 .nav-box{
    overflow: hidden;
    height: 100%;
    line-height: 50px;
}
.header-box2 .nav-box .nav{
    height: 100%;
    text-align: center;
    float: left;
    padding:0 28.5px;
    font-size: 16px;
    color: #333333;
}
.header-box2 .nav-box .nav:first-of-type{
    padding-left: 0;
}
.header-box2 .nav-box .nav-cur{
    color: #D93A3A;
}
.header-box2 button{
    width: 120px;
    height: 38px;
    line-height: 38px;
}
.header-box1 .header-b .nav:hover,.header-box2 .nav-box .nav:hover{
    font-weight: bold;
}