header {
    width: 100%;
    height: 100px;
    overflow: hidden;
    /*background: url("../images/header_bg.png") repeat-x;*/
    background: rgba(255,255,255,0.9);
    position: fixed;
    margin-bottom: 100px;
    z-index: 1000;
}

.header-container {
    height: 50px;
    margin-top: 25px;
    position: relative;

}

#carouselTrack {
    width: 100%;
}


.menu-icon {
    display: none;
}

.notice {
    display: none;
}

.default-menu-color {
    background: #78B7FF;
}

#logo {
    width: 50px;
    height: 100%;
    float: left;
}


#logo img {
    display: inline-block;
    margin: auto 0;
    width: 100%;
}

#menu {
    float: right;
    max-width: 910px;
    width: calc(90% - 50px);
}


#menu li {
    display: inline-block;
    float: left;
    height: 50px;
    max-width: 130px;
    width: 15%;
    text-align: center;
    line-height: 50px;
    position: relative;
}

#menu li a{
    /*width: 72px;*/
    /*height: 32px;*/
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #222222;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}


#menu li a:hover {
    /*width: 72px;*/
    /*height: 32px;*/
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 18px;
    color: #78B7FF;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

#menu li a:hover::after {
    display: block;
    content: "︶";
    position: absolute;
    /*background: url("../images/current_bg.png") no-repeat;*/
    /*border: solid #78B7FF 1px;*/
    width:32px;
    height: 10px;
    bottom: 0;
    left: 50%;
    font-weight: bold;
    font-size: 32px;
    margin-left: -16px;
}


#menu li.current {

}

#menu li.current a {
    width: 72px;
    height: 32px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 18px;
    color: #78B7FF;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

#menu li.current a::after{
    display: block;
    content: "︶";
    position: absolute;
    /*background: url("../images/current_bg.png") no-repeat;*/
    /*border: solid #78B7FF 1px;*/
    width:32px;
    height: 10px;
    bottom: 0;
    left: 50%;
    font-weight: bold;
    font-size: 32px;
    margin-left: -16px;
}

.hidden {
    display: none;
}

.top-div {
    width: 100%;
    height: 100px;
}

/*站点地图*/
.site-map {
    width: 100%;
    height: 32px;
    margin-top: 40px;
}

.site-map span {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 28px;
    font-weight: 500;
}

.site-map img {
    margin-top:-6px;
}

.current-map {
    font-family: PingFang SC, PingFang SC;
    color: #388EF0;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.top-img-text {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    color: #ffffff;
    overflow: hidden;
    font-size: 2rem
}

.top-img-text .title {
    width: 100%;
    font-weight: bold;
    font-size: 4rem;
    /*margin-top:40px;*/
}

.top-img-text .desc {
    width: 100%;
    max-width: 906px;
    color: #ffffff;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top:10px;
}

.carousel-container {
    height: 500px;
    width: 100%;
    display:flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
}

.carousel-image-other {
    width: 100%;
    height: 100%;

}

footer {
    margin-top:140px;
    width: 100%;
    /*height: 446px;*/
    height:auto;
    background: #22252E;
    color:#fff;
}

footer .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

footer .top{
    width: 100%;
    /*height: 366px;*/
    height: auto;
}

footer .top .container{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

footer .top .container .col {
    width: 20%;
    height: auto;
    /*border:1px #fff solid;*/
    box-sizing: border-box;
    padding-top: 56px;
}

footer .top .container .col .one-part{
    width: 100%;
    height: 48px;
    /*padding-left:10px;*/
}

footer .top .container .col ul {
    width: 100%;
}

footer .top .container .col ul li{
    width: 100%;
    font-size: 16px;
    height: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}

footer .top .container .col ul .bottom-qorcode-li{
    height: auto;
}

footer .top .container .col ul li.tit{
    font-weight: 600;
}

footer .top .container .col .one-part .logo{
    float: left;
}

footer .top .container .col .one-part .logo img{
    width: 50px;
}

footer .top .container .col .one-part .site-name{
    float: left;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    margin-left: 12px;
}

footer .top .container .col .two-part{

}

footer .top .container .col .three-part{

}

footer .top .container .col .four-part{
    width: 100%;
}

footer .bottom{
    width: 100%;
    height: 80px;
    background: #303440;
}

footer .bottom .container ul{
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
footer .bottom .container ul li{
    width: 33.33%;
    height: 80px;
    line-height: 80px;
}
/********************************************/
.page-wrap {
    /*width: 100%;*/
    /*max-width: 925px;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 60px auto;
    width: auto;
    height: 40px;
    /*border: 1px #ccc solid;*/

}

.page-wrap img {
    /*margin-top: -3px;*/
}

#pre-page {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}

#next-page {
    display: block;
    height: 40px;
    line-height: 40px;
}

.page-list {
    height: 40px;
}



.page-list li {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px 8px 8px 8px;

}



.page-list li  a, .page-list li span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #CCCCCC;
}

.page-list li .current-page {
    background: #78B7FF;
    color:#fff;
    border: 1px solid #78B7FF;
}

.cover-wrap {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.flex-display {
    display: flex;
}

#qrcode-wrap,#recruitment-info-wrap, #recruit-form-wrap  {
    width: 80%;
    max-width: 1440px;
    background: #fff;
    height: auto;
    min-height: 600px;
    /*margin: 0 auto;*/
    position: fixed;
    z-index: 99999;
    padding:20px;
    display: none;
    border-radius: 10px;
    max-height: 70%;
    overflow-y: scroll;
}

#qrcode-wrap .top, #recruitment-info-wrap .top, #recruit-form-wrap .top  {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 1.2rem;
    color: #222222;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: space-between;
}

#qrcode-wrap .qrcode-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    height: 500px;
    margin-top:20px;
    overflow-y: scroll;
}

#qrcode-wrap .qrcode-list li {
    width: 33%;
    text-align: center;
    margin-bottom: 20px;
}

#qrcode-wrap .qrcode-list li img {
    display: block;
    width: 100%;
    border:solid 1px #ccc;
    box-sizing: border-box;
    padding: 4px;
    border-radius: 6px;
}

#qrcode-wrap .qrcode-list li span, #qrcode-wrap .qrcode-list li a {
    display: block;
    width: 80%;
    font-size: 1em;
    color: #222222;
    margin-top:10px;
    /*margin:10px auto;*/
    text-align: center;
    /*background: #4a6bdf;*/
}

/* 招聘信息弹窗 */
#recruitment-info-wrap {
    /*display: block;*/
}


.recruitment-info {

}

#upload-btn, #fill-btn {
    margin-top:24px;
    display: block;
    width: 100%;
    height: 7vw;
    line-height: 7vw;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
}

#upload-btn {
    color:#fff;
    background: #78B7FF;
}

#upload-btn:hover{
    text-decoration: none;
    color: #fff;
}

#fill-btn {
    color:#78B7FF;
    border: 1px solid #78B7FF;
}

#fill-btn:hover {
    color: #78B7FF;
}

/* 填写表单 */
#recruit-form-wrap {
    display: none;
}

.sub-form {
    width: 100%;
    height: 800px;
    overflow-y: scroll;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.sub-form .form-item {
    width: 45%;
    margin-top: 20px;
}


.sub-form .form-item label {
    display: block;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 1rem;
    color: #222222;
}

.sub-form .form-item input,select,textarea {
    display: block;
    border:solid 1px #ccc;
    border-radius: 4px;
    width: 100%;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    padding: 8px;
}

.sex-wrap {
     margin-top: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.sex-wrap span {
    font-size: 1rem;
    color:#ccc;
    display: block;
    width: 46%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #ccc;

}

.sex-wrap span.current {
    background: rgba(120,183,255,0.1);
    color: #78B7FF;
    border: 1px solid #78B7FF;
}

.form-title-item {
    margin-top: 20px;
    width: 100%;
    height: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 1.2rem;
    color: #222222;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}



.sub-form textarea {
    width: 100%;
    height: 300px;
}

.from-textarea {
    margin-top:20px;
    width: 100%;
    height: 300px;
}

#sub-recruitment-btn {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 610px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #78B7FF;
    border-radius: 4px 4px 4px 4px;
    color:#fff;

}

#sub-recruitment-btn:hover {
    color:#fff;
}

footer a{
    color: #fff;
    text-decoration: none;
}

footer a:hover{
    color: #fff;
    text-decoration: none;
}

.banner {
    width: 100%;
    position: relative;
    display:flex;
    justify-content: center; /* 水平居中 */
    align-items: center;
}

.banner img{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: -1;
    /*object-fit: cover;*/
    display: block;
}

.banner .top-img-text {
    /*position: absolute;*/
    /*top:0;*/
    /*left:0;*/
    width: 100%;
    max-width: 1440px;
    margin:0 auto;
    max-height: 90%;
    padding:15px;
    overflow: hidden;
}

.back-btn {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    position: fixed;
    top:50%;
    right: 10px;
    cursor: pointer;
    font-size: 1rem;
    transform: translateY(-50%);
    background: #fff;
    border:solid 1px #ccc;
    border-radius: 8px;
    opacity: .7;
}

.bottom-qrcode {
    max-width: 30%;
}

#bottom-address-list{

}
#bottom-address-list li {
    min-height: 20px;
    height: auto;
}

