.header {
    width: 100%;
    height: auto;
    padding-top: 12px;
    background-color: #FFFFFF;
}

.header>div {
    max-width: 1200px;
    margin: 0 auto;
}

.headerOne {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerLeft {
    width: auto;
    height: auto;
    display: flex;
    align-items: end;
}

/*.logo {*/
/*    width: 158px;*/
/*    height: 38px;*/
/*}*/

.headerPimg {
    width: 207px;
    height: 40px;
}


.address {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
    
}
.address span:first-child {
    font-size: 16px;
    font-weight: 600;
}

.address span:last-child {
    margin-top: 8px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #666;
}

.downJian {
    /* 利用CSS制作一个向右的箭头 */
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    transform: rotate(45deg);
    margin-top: 2px;
}




.headerCenter {
    width: 550px;
    height: auto;
   
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
}

.headerTypeBox {
    width: auto;
    /*height: 23px;*/
    height: auto;
}

.headerTypeBox ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.headerTypeBox ul li {
      cursor: pointer;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    
       
}


.headerSipt {
    width: 100%;
    height: 40px;
     border: 2px solid #F89E00;
     display: flex;
     align-items: center;
   justify-content: space-between;
}

.hrInput {
    flex: 1;
    height: 100%;
    padding: 0 10px;
}

.selectionS,
.selection {
    width: auto;
    height: 100%;
    margin-right: 10px;
}

.selectionS ul:first-child ,
.selection ul:first-child {
    height: 100%
   
}
.selectionS ul:first-child li,
.selection ul:first-child li {
     height: 100% ;
     line-height: 36px;
}

.selectTtex {
   
   
}

.selectTtexS .downJian ,
.selectTtex .downJian {
   margin: 0 0 3px 3px;
}
.selectionS li,
.selection li {
    width: 80px;
    height: 50px;
  text-align: center;
  line-height: 50px;
    font-size: 14px;
    cursor: pointer;
}
.selectionS ul ul,
.selection ul ul {
    display: none;
    z-index: 9999;
    background-color:#FFFFFF ;
    position: absolute;
        box-shadow: 0 8px 8px 0 rgb(0 0 0 / 10%);
}


.searchBtn {
    width: 80px;
    height: 100%;
    background-color: #F89E00;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}

.headerRight {
      width: auto;
    height: auto;
    display: flex;
    align-items: end;
}

.headTActive {
    color: #FFFFFF;
    background-color: #F89E00;
}

.headerTwo {
    margin-top: 10px;
    width: 98%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.allbox {
    width: 230px;
    height: 48px;
    /* color: #FFFFFF; */
    background-color: #F89E00;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.allbox a {
    color: #FFFFFF;
}

.dropupBox {
    position: absolute;
    width: 230px;
    top: 48px;
    height: 0;
    /*top: 48px;*/
    /*height: 400px;*/

    background-color: #ffffff;
    padding: 0 33px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease-in;
    /* z-index:-1 ; */
    z-index: 10;
}

.allbox:hover .dropupBox {
    top: 48px;
    height: 400px;
}

.allSBox li a {
    color: #333333 !important;
}


.allServices {
    width: auto;
    height: auto;
    font-size: 13px;
    margin-top: 32px;
}

.allSHeader {
    display: flex;
    align-items: center;
    color: #F89E00;
}

.allImg1 {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}


.allImg2 {
    width: 18px;
    height: 14px;
    margin-right: 5px;
}

.allImg3 {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.allSBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.allSBox>li {
    width: 50%;
    margin-top: 15px;
}


.headerTwo>ul {
    height: 45px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
}

.headerTwo>ul li:last-child {
    margin-right: 60px;
}

.headerTwo>ul li {
    flex: 1;
    text-align: center;
}

.headerTwo>ul li a {
    color: #333333;
}

.headerTwo>ul li a:hover {
    color: #F89E00;
}

.nav_active {
    color: #F89E00 !important;
}



/* 地区盒子 */
.addressBox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 600px;
    background-color: #ffffff;
    z-index: 10;
    display: none;

}

.addBoxTit {
    width: auto;
    height: 42px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;

}

.addBoxContent {
    width: auto;
    height: 558px;
    padding: 30px;
    overflow: auto;
}

.addBoxContent ul {
    width: 100%;
    height: auto;
    border: 1px solid #e2e2e2;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 30px;
}

.addBoxContent ul:last-child {
    margin-bottom: 0 !important;
}

.addBoxContent .addProvince {
    position: absolute;
    left: 20px;
    top: -10px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 300;
    background-color: #fff;
}

.addBoxContent ul li {
    width: auto;
    height: 38px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C9C9C9;
    background-color: #fff;
    font-size: 14px;
    margin: 20px 0 0 20px;
    cursor: pointer;
    color: #333333;
}

.addBoxContent ul li:hover {
    border-color: #F89E00;
}