li {
    list-style: none;
}

.header {
    width: 100%;
    height: 108px;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0px 70px;
    box-sizing: border-box;
    z-index: 10;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header .menu {
    cursor: pointer;
    transition: all 0.5s ease-in-out;

}

.header .menu:hover {
    transform: scale(1.3);
}

.header .search {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.header .search:hover {
    transform: scale(1.3);
}

.header .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header .logo .title {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    font-family: 'Source Han Serif';
}

.header_hide {
    display: none;

}

.header_show {
    display: block;
}

.shop_icon {
    display: flex;
    align-items: center;
}

.shop_icon>div:nth-child(1) {
    position: relative;
}

.shop_icon>div:nth-child(1) img:nth-child(2) {
    display: none;
    position: absolute;
    bottom: -178px;
    left: -45px;
}

.shop_icon>div:nth-child(1):hover img:nth-child(2) {
    display: block;

}

.shop_icon div:nth-child(2) img {
    margin-left: 20px;
}

.menu_box {
    color: #fff;
    font-size: 16px;
    transition: all 0.5s linear;
    width: 100%;
    height: 100%;
    margin-left: 13vw;
    margin-right: 5vw;
}

.menu_box .title {
    font-size: 24px;
    margin-top: 20%;
    text-align: center;

}

.menu_box .close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: none;
}

.menu_box>ul {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.menu_box>ul>li {
    text-align: center;
    cursor: pointer;
    padding: 0 30px;
    box-sizing: border-box;
}

.menu_box>ul>li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    height: 100%;
    line-height: 108px;

}

.header_bottom {
    background: #fff !important;
    border: none;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);

}

.header_bottom>.menu_box>ul li {
    position: relative;

}

.header_bottom>.menu_box>ul>li:hover .second_nav {
    opacity: 1;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
}

.header_bottom>.menu_box>ul>li:hover .second_nav li {
    display: block;
}

.header_bottom .menu_box>ul li .second_nav {
    position: absolute;
    left: 0;
    top: 108px;
    width: 100%;
    background: rgba(234, 212, 181, 0.9);
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
    opacity: 0;
    height: 0;
}

.header_bottom .menu_box>ul li .second_nav a {
    color: #222;
    font-size: 16px;
    line-height: 40px;


}

.header_bottom .menu_box>ul li .second_nav li {
    height: 40px;
    display: none;
}

.header_bottom .menu_box>ul li a {
    color: #333333;
}

.header_bottom .menu_box .active {
    background: url(../images/navActive.png) no-repeat;
    background-size: cover;
    background-position: center;

}

.header_bottom .menu_box>ul>li:hover>a {
    color: #fff;
}

.header_bottom .menu_box>ul>li:hover {
    background: url(../images/navActive.png) no-repeat;
    background-size: cover;
    background-position: center;

}

.header_bottom .menu_box .active a {
    color: #fff;
}

.banners {
    margin-top: 108px;
    width: 100%;
    height: 480px;
}

.banners .banner_box {
    width: 100%;
    height: 100%;
}

.banners img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav {
    width: 100%;
    height: 70px;
    background: #a90000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 120px;
    box-sizing: border-box;
}

.nav ul {
    display: flex;
    align-items: center;
}

.nav ul li {
    width: 110px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.nav ul .active{
    position: relative;

}
.nav ul .active::after{
    position: absolute;
    bottom: -28px;
    left: 19px;
    content: '';
    width: 70px;
    height: 4px;
    background: #fff;

}
.nav ul li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.nav ul li:last-child {
    border: none;
}

.nav .location {
    display: flex;
    align-items: center;
}

.nav .location img {
    width: 20px;
    height: 24px;
}

.nav .location>div {
    display: flex;
    align-items: center;
}

.nav .location>div div {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.nav .location>div a {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;

}

.recruitContent {
    width: 100%;
    background-color: #f0f5f8;
  }
.recruitContent .concontainer {
   padding:70px 120px;
   box-sizing: border-box;
   background:url(../images/recruit_bg.png) no-repeat;
   background-size: 100% 100%0;
   background-position: center;
  }
.recruitContent .concontainer .zhaopin {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.recruitContent .concontainer .zhaopin .slogn {
    text-align: center;
    padding-bottom: 57px;
  }
.recruitContent .concontainer .zhaopin .slogn h1 {
    font-size: 44px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 30px;
  }
.recruitContent .concontainer .zhaopin .slogn span {
    font-size: 16px;
    color: #333333;
  }
.recruitContent .concontainer .zhaopin .box {
    width: 100%;
    height: 500px;
  }

.recruitContent .concontainer .zhaopin .box .box_content {
    width: 100%;
    height: 100%;
    display: flex;
  }
.recruitContent .concontainer .zhaopin .box .box_content img {
    width: 50%;
    height: 100%;
    object-fit: cover;
  }
.recruitContent .concontainer .zhaopin .box .box_content .fonts {
    padding-top: 100px;
    padding-left: 58px;
    padding-right: 115px;
    padding-bottom: 58px;
    overflow: auto;
    box-sizing: border-box;
    flex: 1;
    height: 100%;
    background-color: #0077b9;
    background: url(../images/recruit_icon2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
  }
.recruitContent .concontainer .zhaopin .box  .fonts h2 {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
  }
.recruitContent .concontainer .zhaopin .box  .fonts .htmlc {
    padding-top: 30px;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
  }
.recruitContent .zhaopininfo {
    width: 100%;
    background: #ffffff;
  }
.recruitContent .zhaopininfo .zpcontainer {
   padding:0 120px;
   box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 74px;
    padding-bottom: 1.11rem;
    box-sizing: border-box;
  }
.recruitContent .zhaopininfo .zpcontainer h1 {
    font-size: 44px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 57px;
  }
.recruitContent .zhaopininfo .zpcontainer .lanmu {
    width: 100%;
  }
.recruitContent .zhaopininfo .zpcontainer .lanmu .titbar {
    width: 100%;
    height: 70px;
    background-color: #a90000;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    padding: 0 48px;
    box-sizing: border-box;
  }
.recruitContent .zhaopininfo .zpcontainer .lanmu .titbar span {
    width: 24%;
    color: #ffffff;

  }
.recruitContent .zhaopininfo .zpcontainer .lanmu .titbar span:first-child {
    width: 20%;
  }
.recruitContent .zhaopininfo .zpcontainer .lanmu ul {
    width: 100%;
    padding-top: 19px;
  }
.recruitContent .zhaopininfo .zpcontainer .lanmu ul li {
    width: 100%;
    margin-bottom: 19px;
    transition: all 0.3s;
  }
.recruitContent .zhaopininfo .zpcontainer .lanmu ul li .bar {
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    padding: 0 48px;
    box-sizing: border-box;
    transition: all 0.3s;
    position: relative;
  }
.recruitContent .zhaopininfo .zpcontainer .lanmu ul li .bar span {
    width: 24%;
  }
.recruitContent .zhaopininfo .zpcontainer .lanmu ul li .bar span:first-child {
    width: 20%;
  }
.recruitContent .zhaopininfo .zpcontainer .lanmu ul li .bar img {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 33px;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
.recruitContent .zhaopininfo .zpcontainer .lanmu ul li .bar:hover {
    background-color: #eeeeee;
  }
.recruitContent .zhaopininfo .zpcontainer .lanmu ul li .barcon {
    width: 100%;
    padding: 28px 50px;
    box-sizing: border-box;
    display: none;
    transition: all 0.3s;
  }
.recruitContent .zhaopininfo .zpcontainer .lanmu ul .select .bar {
    background-color: #eeeeee;
  }
.recruitContent .zhaopininfo .zpcontainer .lanmu ul .select .bar img {
    content: url(../images/noSelect.png);
  }
.recruitContent .zhaopininfo .zpcontainer .lanmu ul .select .barcon {
    display: block;
  }
  
.recruitContent .zhaopininfo .zpcontainer .lanmu ul .select .barcon p {
    /* font-size: .14rem;
    color: #333333;
    line-height: .30rem; */
  }
  
.recruitContent .zhaopininfo .zpcontainer .lanmu ul li:last-child {
    margin-bottom: 0;
  }
  











.footer {
    width: 100%;
    height: 100%;
    background: url('../images/footer_bg.png') #ead4b5 no-repeat;
    padding-top: 20px;
    color: #555454;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;

}

.footer>a {
    margin: 0 auto;

}

.footer .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 120px 20px 120px;
    box-sizing: border-box;
}

.footer .top .left {
    color: #555454;
    font-size: 14px;
}

.footer .top .right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}

.footer .top .left>div {
    margin-bottom: 20px;
}

.footer .center {
    display: flex;
    width: 50%;
    align-items: flex-start;
    margin-left: 6%;

}

.footer .center ul {
    width: 20%;
}

.footer .center ul li {
    height: 40px;

}

.footer .center ul li a {
    color: #666666;
    font-size: 14px;
}

.footer .center ul li:nth-child(1) a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.footer>.top .right div span {
    font-size: 16px;
    color: #333;
}

.footer .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 60px;
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
    border-top: 1px solid rgba(175, 126, 58, 0.21)
}

.footer .bottom a {
    color: #fff;
}


.footer .top .right img {
    width: 106px;
    height: 106px;
}
@media screen and (max-width:800px) {
    .recruitContent .concontainer{
        padding:20px;
    }
    .recruitContent .concontainer .zhaopin .slogn h1{
        font-size: 24px;
        padding-bottom: 20px;
    }
    .recruitContent .concontainer .zhaopin .slogn span{
        font-size: 14px;
    }
    .recruitContent .concontainer .zhaopin .slogn{
        padding-bottom: 20px;
    }
    .recruitContent .concontainer .zhaopin .box{
        height:auto;
    }
    .recruitContent .concontainer .zhaopin .box .box_content{
        flex-direction: column;
    }
    .recruitContent .concontainer .zhaopin .box .box_content img{
        width:100%;
    }
    .recruitContent .concontainer .zhaopin .box .box_content .fonts{
        padding:20px !important;
    }
    .recruitContent .concontainer .zhaopin .box .fonts h2{
        font-size: 20px;
    }
    .recruitContent .concontainer .zhaopin .box .fonts .htmlc{
        font-size: 14px;
        line-height: 20px;
        padding-top:20px;
    }
    .recruitContent .zhaopininfo .zpcontainer{
        padding:0 20px;
    }
    .recruitContent .zhaopininfo .zpcontainer h1{
        font-size: 24px;
        padding-bottom: 20px;
    }
    .recruitContent .zhaopininfo .zpcontainer .lanmu .titbar{
        font-size: 12px;
        padding:0 20px;
    }
    .recruitContent .zhaopininfo .zpcontainer .lanmu ul li .bar{
        font-size: 12px;
        padding:0 20px;
    }
    .recruitContent .zhaopininfo .zpcontainer .lanmu ul li .barcon{
        padding:0 10px;
        font-size: 12px;

    }
    .recruitContent .zhaopininfo .zpcontainer .lanmu ul li .bar img{
        width: 14px;
    height: 14px;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    }
    
}