.swiper-container {
    width: 690px;
    height: 270px;
}

.swiper-wrapper > a > img {
    width: 690px;
    height: 270px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.layout-header {
    min-width: 1200px;
    width: 100%;
    height: 48px;
    background: #222222;
    display: flex;
    flex-direction: row;
    align-items: center;
    opacity: 1;
}

.layout-header > .bar {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.layout-header-company {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 60px;
}

.layout-header-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 35px;
}

.layout-header-tab-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 58px;
    color: #FFFFFF;
    opacity: 1;
    margin-left: 23px;
    height: 58px;
    overflow: hidden;
}

.layout-header-login {
    margin-left: 31px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layout-header-login-icon {
    width: 18px;
}

.layout-header-login-text {
    margin-left: 9px;
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
}

.layout-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.layout-item1 {
    display: flex;
    flex-direction: row;
    background-image: url(../img/banner.png);
    background-size: 100%;
    width: 1200px;
    margin: 0 auto;
    height: 216px;
    border-collapse: collapse;
    padding: 0px
}

.layout-item1-webLogo {
    height: 41px;
    margin-left: 15px;
    margin-top: 36px;
}

.layout-item1-search {
    margin-left: 19px;
    margin-top: 34px;
}


.layout-item1-search-input-button {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layout-item1-search-input {
    width: 503px;
    height: 43px;
    opacity: 1;
    border: 0;
    outline: none;
    background: #fff;
    border: none;
    outline: medium;
}


.layout-item1-search-button {
    width: 98px;
    height: 45px;
    background: #3753DB;
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.layout-item1-search-button-icon {
    width: 18px;
    height: 18px;
}

.layout-item1-search-button-text {
    width: 34px;
    height: 24px;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
    margin-left: 9px;
}

.layout-item1-search-hot {
    margin-top: 10px;
    width: 600px;
}

.layout-item1-search-hot-text {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
    margin-right: 12px;
}

.layout-item1-search-hot-text {
    text-decoration: none
}

.layout-item1-search-hot-text:link {
    color: #ffffff;
}

.layout-item1-search-hot-text:visited {
    color: #ffffff;
}

.layout-item1-search-hot-text:hover {
    color: #326ED0;
}

.layout-item1-search-hot-text:active {
    color: #326ED0;
}

.layout-item2 {
    display: flex;
    flex-direction: row;
    width: 1200px;
    margin-top: 8px;
}


.layout-item2-right {
    flex: 1;
    box-sizing: border-box;
}

.layout-item2-right-top {
    display: flex;
    flex-direction: row;
    margin-left: 7px;
}

.layout-item2-right-top-banner {
    height: 270px;
}

.layout-item2-right-top-other {
    /*background-color: #326ED0;*/
    display: grid;
    align-items: center;
    height: 270px;
    flex: 1;
    margin-left: 7px;
    box-sizing: border-box;
}

.layout-item2-right-top-other-item {
    display: flex;
    flex-direction: row;
    margin-left: 22px;
    /*align-items: center;*/
    /*justify-content: center;*/
    /*height: 80px;*/
    padding-top: 46px;
}

.layout-item2-right-top-other-icon {
    height: 88px;
}

.layout-item2-right-top-other-title {
    color: #fff;
    font-size: 18px;
    line-height: 31px;
    margin-left: 14px;
}

.layout-item2-right-bottom {
    display: flex;
    flex-wrap: wrap;
}

.layout-item2-right-bottom-item {
    width: 167px;
    height: 89px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    margin-left: 7px;
    margin-top: 10px;
}

.layout-item2-right-bottom-item-icon {
    margin-left: 15px;
}

.layout-item2-right-bottom-item-title {
    color: #666666;
    font-size: 14px;
    margin-left: 4px;
}


.layout-item3 {
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin-top: 14px;
}

.layout-item3-left {
    width: 592px;
    background-color: #fff;
    margin-right: 5px;
}

.layout-item3-right {
    width: 593px;
    background-color: #fff;
    margin-left: 5px;
}

.layout-item3-left-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #DFDFDF;
}

.layout-item3-left-head-line {
    width: 6px;
    height: 32px;
    background: #1487F2;
    opacity: 1;
    margin-left: 13px;
}

.layout-item3-left-head-title {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #5A646F;
    opacity: 1;
    margin-left: 12px;
    flex: 1;
}

.layout-item-head-tab-more {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    line-height: 58px;
    color: #1487F2;
    opacity: 1;
    margin-right: 20px;
}

.layout-item-head-tab-more {
    text-decoration: none
}

/* .layout-item-head-tab-more:link    {color:#326ED0;} */
.layout-item-head-tab-more:visited {
    color: #326ED0;
}

/* .layout-item-head-tab-more:hover   {color:#326ED0;} */
/* .layout-item-head-tab-more:active  {color:#326ED0;} */

.layout-item3-left-list {
    display: flex;
    flex-direction: column;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 27px;
    padding-bottom: 7px;
}

.layout-item3-left-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #333333;
    height: 25px;
    overflow: hidden;
}

.layout-item3-left-item-title {
    font-size: 16px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layout-item3-left-item > .new {
    padding: 0 4px;
    background: #FF604A;
    border-radius: 29px;
    line-height: 20px;
    text-align: center;
    color: white;
    font-size: 12px;
}

.layout-item3-left-item-time {
    font-size: 16px;
    margin-left: 10px;
}

.layout-item3-left-item:hover {
    color: #326ED0;
}

.layout-item4 {
    display: flex;
    flex-direction: row;
    width: 1200px;
    margin-top: 17px;
}

.layout-item4-icon-1 {
    width: 592px;
    height: 140px;
    margin-right: 5px;
}

.layout-item4-icon-2 {
    width: 593px;
    height: 140px;
    margin-left: 5px;
}


.layout-item5 {
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin-top: 14px;
}

.layout-item5-left {
    width: 392px;
    background-color: #fff;
    margin-right: 5px;
}

.layout-item5-middle {
    width: 392px;
    background-color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}

.layout-item5-right {
    width: 392px;
    background-color: #fff;
    margin-left: 5px;
}

.layout-item5-left-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #DFDFDF;
}

.layout-item5-left-head-line {
    width: 6px;
    height: 32px;
    background: #1487F2;
    opacity: 1;
    margin-left: 13px;
}

.layout-item5-left-head-title {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    opacity: 1;
    margin-left: 12px;
    flex: 1;
}


.layout-item5-left-list {
    display: flex;
    flex-direction: column;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 27px;
    padding-bottom: 7px;
}

.layout-item5-left-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #333333;
    height: 25px;
    overflow: hidden;
}

.layout-item5-left-item-title {
    font-size: 16px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layout-item5-left-item-time {
    font-size: 14px;
    margin-left: 10px;
}

.layout-item5-left-item:hover {
    color: #326ED0;
}


.layout-item6 {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.layout-item6-icon {
    width: 1200px;
    margin-top: 6px;
}

.layout-item7 {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: 1200px;
    background-color: #fff;
}


.layout-item7-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
}

.layout-item7-head-line {
    width: 6px;
    height: 32px;
    background: #1487F2;
    opacity: 1;
    margin-left: 13px;
}

.layout-item7-head-title {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    opacity: 1;
    flex: 1;
    margin-left: 12px;
}

.layout-item7-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.layout-item7-item {
    width: 340px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    padding: 13px 19px;
}

.layout-item7-item-position-salary {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layout-item7-item-position {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #5A646F;
    opacity: 1;
    flex: 1;
    overflow: hidden;
    max-lines: 1;
}

.layout-item7-item-salary {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FE8840;
    opacity: 1;
}

.layout-item7-item-addr-num {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #919191;
    opacity: 1;
    margin-top: 12px;
}

.layout-item7-itm-line {
    background-color: #f3f5fb;
    width: 336px;
    height: 1px;
    margin-top: 15px;
}

.layout-item7-item-company {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.layout-item7-item-company-logo {
    width: 20px;
    height: 20px;
}

.layout-item7-item-company-name {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #5A646F;
    opacity: 1;
    margin-left: 9px;
}

.layout-item8 {
    display: flex;
    flex-direction: column;
    margin-top: 17px;
    width: 1200px;
    background-color: #fff;
}

.layout-item8-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
}

.layout-item8-head-line {
    width: 6px;
    height: 32px;
    background: #1487F2;
    opacity: 1;
    margin-left: 13px;
}

.layout-item8-head-title {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    opacity: 1;
    flex: 1;
    margin-left: 12px;
}

.layout-item8-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.layout-item8-item {
    margin: 6px 12px 6px 12px;
    position: relative;
    display: flex;
}

.layout-item8-item-img {
    width: 273px;
    height: 107px;
}

.layout-item8-item-title {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
    position: absolute;
    z-index: 1000;
    width: 273px;
    text-align: center;
    height: 107px;
    line-height: 107px;
}

.layout-item9 {
    display: flex;
    flex-direction: column;
    margin-top: 27px;
    width: 1200px;
    background-color: #fff;
    padding-left: 3px;
}

.layout-item9-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
}

.layout-item9-head-line {
    width: 6px;
    height: 32px;
    background: #1487F2;
    opacity: 1;
    margin-left: 13px;
}

.layout-item9-head-title {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    opacity: 1;
    flex: 1;
    margin-left: 12px;
}

.layout-item9-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
}

.layout-item9-item {
    margin: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 287px;
    height: 179px;
    border: 1px solid #D9D9D9;
    opacity: 1;
}

.layout-item9-item-img {
    width: 186px;
    opacity: 1;
    margin-top: 30px;
}

.layout-item9-item-title {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #5A646F;
    opacity: 1;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
    text-align: center;
}

.layout-item9-item-position-num {
    cursor: pointer;
    margin-top: 10px;
    /*margin-bottom: 20px;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #E3E7ED;
    width: 185px;
    height: 36px;
}

.layout-item9-item-num {
    color: #1487F2;
    margin-right: 5px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #1487F2;
    opacity: 1;
}

.layout-item9-item-desc {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #5A646F;
    opacity: 1;
}


.layout-item10 {
    display: flex;
    flex-direction: column;
    /*padding-left: 10px;*/
    margin-top: 17px;
    width: 1200px;
    background-color: #fff;
}

.layout-item10-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
}

.layout-item10-head-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    margin-left: 13px;
}

.layout-item10-head-tab-title {
    /*width: 160px;*/
    height: 29px;
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #5A646F;
    opacity: 1;
    margin-right: 60px;
    cursor: pointer;
}



.layout-item10-head-more {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    line-height: 58px;
    color: #1487F2;
    opacity: 1;
    margin-right: 27px;
}

.layout-item10-list {

}

.layout-item10-item {
    width: 347px;
    height: 120px;
    background: #FFFFFF;
    opacity: 1;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    float: left;
}

.layout-item10-item:hover {
    border: 1px solid #1487F2;
}

.layout-item10-item-logo-company-rate {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layout-item10-item-logo {
    width: 60px;
}

.layout-item10-item-company-rate {
    display: flex;
    flex-direction: column;
    margin-left: 11px;
    flex: 1;
}


.layout-item10-item-company {
    color: #5A646F;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
    width: 280px;
}

.layout-item10-item-line {
    width: 336px;
    height: 1px;
    background-color: #f3f5fb;
    margin-top: 10px;
}

.layout-item10-item-desc {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    max-lines: 2;
    overflow: hidden;
    margin-top: 8px;
    font-weight: 400;
    color: #5A646F;
    opacity: 1;
    text-align: left;
}

.layout-item11 {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: 1200px;
    background-color: #fff;
}

.layout-item11-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
}

.layout-item11-head-line {
    width: 6px;
    height: 32px;
    background: #1487F2;
    opacity: 1;
    margin-left: 13px;
}

.layout-item11-head-title {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    opacity: 1;
    flex: 1;
    margin-left: 12px;
}

.layout-item11-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.layout-item11-item {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.layout-item11-item-img {
    width: 82px;
    height: 82px;
    border: 1px solid #ECEBF0;
    border-radius: 50%;
    opacity: 1;
}

.layout-item11-item-num {
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #5A646F;
    opacity: 1;
    margin-top: 20px;
}

.layout-item11-item-title {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #5A646F;
    opacity: 1;
    margin-top: 20px;
}

.layout-footer {
    height: 380px;
    background: #222222;
    display: flex;
    flex-direction: column;
}

.layout-footer-1 {
    width: 1200px;
    display: flex;
    flex-direction: column;
    margin-top: 18px;
}

.layout-footer-1-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.layout-footer-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}


.layout-footer-text {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
    margin-right: 60px;
}

.quick-link-block {
    line-height: 89px;
    height: 89px;
}

.map-search-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 73px;
    width: 1200px;
    margin: 0 auto;
}

.map-wrapper {
    display: flex;
    flex-direction: row;
}

.map-wrapper > #container {
    flex: 1;
    height: 1020px;
}

.map-list {
    overflow: auto;
    height: 974px;
    width: 360px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
}

.map-list > .map-container {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
    cursor: pointer;
}

.map-list > .map-container > .map-item {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.map-item > .job-name {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #323232;
}

.map-item > .job-money {
    font-size: 15px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    line-height: 22px;
    color: #EB5A5A;
    opacity: 1;
}

.map-container > .job-dw {
    margin-top: 10px;
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 18px;
    color: #323232;
    opacity: 1;
}

.map-container > .job-tag {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.job-tag > .job-tag-item {
    flex: 1;
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 18px;
    color: #666666;
    opacity: 1;
}

.job-tag > .job-addr {
    margin-left: 10px;
    height: 18px;
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 18px;
    color: #666666;
    opacity: 1;
}

.map-container > .line {
    margin-top: 10px;
    height: 1px;
    background-color: #DFDFDF;
    opacity: 1;
}


.map-search-wrapper-out {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

}

.map-search-wrapper > .select-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 45px;
    margin-left: 20px;
    background: #FFFFFF;
    position: relative;
    width: 124px;
    border: 1px solid #E4E4E4;
}

.map-search-wrapper > .select-box > a > .select-box-custom {
    margin: 0px 15px;
    height: 20px;
    font-size: 14px;
    line-height: 17px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90px;
    display: block;
}

.map-search-wrapper > .select-box > select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    padding-left: 20px;
    width: 124px;
    height: 45px;
    border: 0;
    /*outline: none;*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
}

.map-search-wrapper > .select-box > select::-ms-expand {
    display: none;
}

.map-search-wrapper > .select-box > img {
    width: 19px;
    height: 9px;
    position: absolute;
    top: 19px;
    right: 15px;
}

.search {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search > .input {
    width: 269px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    opacity: 1;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    padding-left: 10px;
    opacity: 1;
}

.search > .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 45px;
    background: #2681FF;
    cursor: pointer;
    opacity: 1;
}

.search > .button > .text {
    margin-left: 5px;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
}

.dropdownmenu ul, .dropdownmenu li {
    margin: 0;
    padding: 0;
  }
  .dropdownmenu ul {
    background: gray;
    list-style: none;
    width: 100%;
  }
  .dropdownmenu li {
    float: left;
    position: relative;
    width:auto;
  }
  .dropdownmenu li:hover a {
    background: #4369e7;
    border-radius: 8px;
  }
  .dropdownmenu a {
    background: #222;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 3px 10px;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
  }
  #service-submenu,#edu-submenu {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
    background: #222;
    font-size: 14px;
  }
  li:hover ul#edu-submenu,li:hover ul#service-submenu {
    opacity: 1;
    top: 40px;  /* adjust this as per top nav padding top & bottom comes */
    visibility: visible;
  }
  #service-submenu li,#edu-submenu li {
    float: none;
    width: 100%;
  }
  #service-submenu a:hover,#edu-submenu a:hover {
    background: #4369e7;
  }
  #edu-submenu a,#service-submenu a {
    font-size: 14px;
    background: #222;
  }

.layout-item-jg-show {
    cursor: pointer;
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #5A646F;
    opacity: 1;
    margin-left: 12px;
    flex: 1;
}

.layout-item-zk-show {
    cursor: pointer;
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #5A646F;
    opacity: 1;
    margin-left: 12px;
    flex: 1;
}


.layout-item-zp-show{
    cursor: pointer;
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #5A646F;
    opacity: 1;
    margin-left: 12px;
    flex: 1;
}

/*.layout-item-zp-show .active {*/
/*    border-bottom: solid 4px #1487F2;*/
/*    color: #1487F2;*/
/*    !*width: 120px !important;*!*/
/*}*/

.active {
    border-bottom: solid 4px #1487F2;
    color: #1487F2;
    /*width: 120px !important;*/
}
/*.aaaImg1 {*/
/*    background: url("./res/img/技工岗位20240122.png") center no-repeat;*/
/*    width: 169px;*/
/*    height: 86px;*/
/*}*/
