@media only screen and (max-width: 1280px) {
    .news {
        padding: 20px 20px !important;
    }

    .ad_box {
        padding: 0 20px !important;
    }

    .dList {
        display: none !important;
    }
}

@media only screen and (max-width: 1366px) {
    .news {
        padding: 20px 20px !important;
    }

    .ad_box {
        padding: 0 20px !important;
    }

    .dList {
        display: none !important;
    }
}

@media only screen and (max-width: 1440px) {
    .news {
        padding: 20px 20px !important;
    }

    .ad_box {
        padding: 0 20px !important;
    }

    .dList {
        right: 5px !important;
        top: 60% !important;
    }
}

/*锚点焦点按钮列表 样式*/
.dList {
    padding: 0;
    position: fixed;
    right: 50px;
    top: 70%;
    z-index: 9999;
    margin-top: -191px;
    border: 1px #343E83 solid;
    padding: 10px 5px 5px 5px;
    border-radius: 4px;
    background: #ffffff;
}

/*焦点按钮 样式*/
.dList li.dItem {
    list-style: none;
    line-height: 20px;
    border-radius: 4px;
    padding: 5px 10px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 14px;
    color: #343E83;
    cursor: pointer;
}

/*焦点按钮 选中 样式*/
.dList li.active {
    background-color: #343E83;
    color: #ffffff;
}

.one {
    padding-top: 20px;
    height: auto !important;
}

.two {
    width: 100%;
    height: auto !important;
    padding: 20px 0;
    margin: 10px auto;
}

.three {
    width: 100%;
    height: auto !important;

}

.four {
    width: 100%;
    height: auto !important;
    margin-top: 30px;
}

.five {
    width: 100%;
    height: auto !important;
    margin-top: -20px;
}

.six {
    width: 100%;
    height: auto !important;
    margin-top: 30px;
}

.seven {
    width: 100%;
    height: auto !important;
    margin-top: -20px;
}

.eight {
    width: 100%;
    height: auto !important;
    margin-top: 30px;
}

.nine {
    width: 100%;
    height: auto !important;
    margin-top: -20px;
}

.ten {
    width: 100%;
    height: auto !important;
    margin-top: 30px;
}

.eleven {
    width: 100%;
    height: auto !important;
    margin-top: -20px;
}

.twelve {
    width: 100%;
    height: auto !important;
    margin-top: 30px;
}

.up_to {
    width: 56px !important;
    float: left !important;
    padding: 5px 10px !important;
    border-top: 1px #343E83 solid !important;
    margin-top: 10px !important;
    display: block !important;
}

.up_to img {
    width: 30px !important;
    margin: 0 13px !important;
    float: left !important;
    cursor: pointer !important;
}

.section {
    width: 100%;
    float: left;
}

.hot_box {
    width: 1200px !important;
    height: 30px !important;
    margin: 20px auto;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    background: #F5F6FA;
    border-radius: 4px;
    display: block;
}

.hot_title {
    width: 80px;
    height: 20px;
    float: left;
    line-height: 20px;
    margin: 5px auto;
    font-size: 12px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    background: #343E83;
    border-radius: 10px;
}

.hot_list {
    width: 1120px;
    height: 30px;
    float: left;
}

.hot_list i {
    width: 1px;
    height: 10px;
    background: #343E83;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}

.hot_boxs {
    width: 1060px;
    height: 30px;
    float: left;
    overflow: hidden;
    position: relative;
}

.hot_pre {
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 0 5px 20px;
    background-image: url("../images/left.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hot_next {
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 0;
    background-image: url("../images/right.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.hot_list10 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 30px;
    float: left;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.hot_list10 a {
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 12px;
    color: #333333;
    line-height: 30px;
}

.hot_list10 a:hover {
    color: #343E83;
}

.hot_list20 {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999;
    width: 100%;
    height: 30px;
    float: left;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.hot_list20 a {
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 12px;
    color: #333333;
    line-height: 30px;
}

.hot_list20 a:hover {
    color: #343E83;
}

.top_news {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.top_title {
    max-width: 1200px;
    display: table;
    margin: 0 auto;
}

.topnews_icon {
    width: 30px;
    height: 30px;
    float: left;
    background-image: url("../images/news_icon.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-right: 10px;
}

.top_title h1 {
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #343E83;
    text-align: left;
}

.top_line {
    width: 4px;
    height: 30px;
    float: left;
    margin: 0 15px;
    background: #343E83;
}

.top_title a {
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #333333;
}

.top_title a:hover {
    color: #343E83;
}

.top_link {
    height: 30px;
    display: table;
    margin: 20px auto;
}

.top_link a {
    font-size: 16px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    color: #333333;
    line-height: 30px;
    float: left;
}

.top_link i {
    width: 1px;
    height: 16px;
    background: #333333;
    float: left;
    margin: 7px 10px;
}

.top_link a:hover {
    color: #343E83;
}

.index_news {
    width: 1200px;
    max-width: 1200px;
    display: table;
    margin: 5px auto;
    /*background: #EAF2FF;*/
    border-radius: 4px;
}

.swiper-container {
    width: 500px;
    height: 350px;
    float: left;
    box-shadow: 0 0 0 5px #F5F6FA;
    --swiper-navigation-color: #ffffff;
}

.swiper-slide {
    width: 500px;
    height: 350px;
    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;
}

.swiper-slide a {
    position: relative;
}

.swiper-slide a h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 96%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5);
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
    padding: 0 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.swiper_pic {
    width: 500px;
    height: 350px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transition: ease 0.1s;
    -webkit-transition: ease 0.1s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.swiper-slide:hover .swiper_pic {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.swiper-button-prev {
    width: 30px !important;
    height: 60px !important;
    left: 0 !important;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 4px 4px 0;
    background-size: 14px 14px !important;
    margin-top: -30px !important;
}

.swiper-button-next {
    width: 30px !important;
    height: 60px !important;
    right: 0 !important;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px 0 0 4px;
    background-size: 14px 14px !important;
    margin-top: -30px !important;
}

.right_news {
    width: 700px;
    height: 350px;
    float: right;
}

.news_list10 {
    width: 44%;
    float: left;
    margin: 0 0 0 8%;
}

.news_list20 {
    width: 44%;
    float: left;
    margin: 0 0 0 4%;
}

.right_news a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 15px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.Cube {
    width: auto;
    text-align: center;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 14px;
    color: #CF0A33;
    line-height: 35px;
}

.icon {
    width: 24px;
    height: auto;
    float: left;
    margin-top: 8px;
    margin-right: 5px;
}

.right_news a:hover {
    color: #343E83;
}

.focus {
    font-size: 18px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
}

/*热门项目*/
.project {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto;
    padding: 15px 10px 10px 10px;
    background: #F5F6FA;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.project_icons {
    width: 30px;
    height: 30px;
    float: left;
    background-image: url("../images/project_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.project .title {
    width: 98%;
    height: 30px;
    float: left;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    padding: 5px 0.5%;
    background-color: #ffffff;
}

.project_fen {
    height: 30px;
    margin-right: 50px;
    float: right;
}

.project_fen i {
    width: 1px;
    height: 10px;
    background: #343E83;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    float: left;
    margin: 10px;
}

.project_fen a {
    float: left;
    height: 24px;
    line-height: 24px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    padding: 0 15px;
    background-color: #F5F6FA;
    margin: 3px 10px;
    border-radius: 4px;
}

.project_fen a:hover {
    background-color: #343E83;
    color: #ffffff;
}

.title p {
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    font-weight: 600;
    float: left;
}

.project_link {
    float: right;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: 600;
    transition: ease 0.1s;
    -webkit-transition: ease 0.1s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.project_link:hover {
    color: #343E83;
}

.project_a {
    width: 230px;
    background: #F5F6FA;
    padding: 2px 5px;
}

.project_til:hover .project_p {
    color: #343E83;
}

.project_til {
    width: auto;
    height: 30px;
    float: left;
    display: inline-flex;
}

.project_til i {
    width: 1px;
    height: 14px;
    float: left;
    background: #333333;
    margin: 8px 5px;
}

.project_sp {
    width: 24px;
    height: 16px;
    margin: 7px 10px;
    float: left;
    display: block;
    background-size: 24px 16px;
    background-position: center;
    background-repeat: no-repeat;
}

.project_p {
    max-width: 140px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project_p10 {
    width: auto;
    height: 30px;
    line-height: 30px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 14px;
    color: #CD002B;
}

/*首页视频专区*/
.index_video {
    width: 1200px;
    display: table;
    margin: 0 auto;
    background: #F5F6FA;
    padding: 15px 10px;
    border-radius: 4px;
}

.video_icons {
    width: 30px;
    height: 30px;
    float: left;
    background-image: url("../images/video_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.title {
    width: 98%;
    height: 30px;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 1%;
    margin-right: 1%;
}

.title p {
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    font-weight: 600;
    float: left;
}

.video_link {
    float: right;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: 600;
    transition: ease 0.1s;
    -webkit-transition: ease 0.1s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.video_link:hover {
    color: #343E83;
}

.video_list {
    width: 1200px;
    float: left;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.video_box {
    width: 220px;
    height: auto;
    position: relative;
    background: #ffffff;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.video_box:hover .video_pic {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 1;
}

.video_box:hover .video_title p {
    font-weight: bold;
}

.video_icon {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 80px;
    right: 10px;
    z-index: 999;
    opacity: 1;
}

.video_pic {
    width: 100%;
    height: 120px;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: ease 0.1s;
    -webkit-transition: ease 0.1s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    /*opacity: 0.8;
    background-color: #000000;*/
}

.video_title {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.video_title p {
    width: 90%;
    height: 30px;
    float: left;
    margin-top: 10px;
    margin-right: 5%;
    margin-left: 5%;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    text-align: left;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: ease 0.1s;
    -webkit-transition: ease 0.1s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.label {
    width: 90%;
    height: 30px;
    float: left;
    margin-right: 5%;
    margin-left: 5%;
}

.label span {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    margin-right: 10px;
}

.other_video {
    width: 90%;
    height: 30px;
    float: left;
    margin-right: 5%;
    margin-left: 5%;
}

.eyes_video {
    width: 57px;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    background-image: url("../images/eyes.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px 20px;
    color: #333333;
    float: left;
}

.time_video {
    width: 57px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 10px;
    padding-left: 30px;
    background-image: url("../images/time.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px 20px;
    color: #333333;
    float: left;
}

/*劳务资讯*/
.news {
    width: 1200px;
    display: table;
    margin: 0 auto;
    background: #F5F6FA;
    padding: 20px 80px;
    border-radius: 4px;
}

.left {
    width: 468px;
    height: auto;
    float: left;
    margin-bottom: 15px;
}

.swiper-container10 {
    width: 468px;
    height: 264px;
    float: left;
    box-shadow: 0 0 0 5px #F5F6FA;
    --swiper-navigation-color: #ffffff;
}

.swiper_slide10 {
    width: 468px !important;
    height: 264px !important;
    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;
}

.swiper_pic10 {
    width: 468px !important;
    height: 264px !important;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: ease 0.1s;
    -webkit-transition: ease 0.1s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.swiper_pic10:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.swiper-button-prev10 {
    width: 30px !important;
    height: 60px !important;
    left: 0 !important;
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 0 4px 4px 0;
    background-size: 14px 14px !important;
    margin-top: -30px !important;
}

.swiper-button-next10 {
    width: 30px !important;
    height: 60px !important;
    right: 0 !important;
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 4px 0 0 4px;
    background-size: 14px 14px !important;
    margin-top: -30px !important;
}

.left_news {
    width: 440px;
    height: auto;
    float: left;
    background-color: #ffffff;
    margin-top: 20px;
    padding: 12px 14px;
}

.left_news a {
    line-height: 24px;
    float: left;
    margin-bottom: 19px;
    color: #333333;
    font-size: 15px;
    width: 100%;
}

.left_news a p {
    width: 320px;
    float: left;
    line-height: 24px;
    color: #333333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.icons {
    width: 24px;
    height: auto;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

.left_news a span {
    width: 80px;
    float: right;
    color: #999999;
    text-align: right;
}

.left_news a:hover p {
    color: #343E83;
}

.left_news a:hover span {
    color: #343E83;
}

.last {
    margin-bottom: 0 !important;
}

.right {
    width: 712px;
    float: left;
    overflow: hidden;
    margin-left: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.right_a {
    width: 224px;
    margin-bottom: 20px;
    overflow: hidden;
}

.new_ceng {
    width: 224px;
    height: 126px;
    position: absolute;
    bottom: -126px;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.new_cbox {
    height: 20px;
    display: table;
    margin: 53px auto;
}

.new_ceng img {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.new_ceng p {
    height: 20px;
    line-height: 20px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 15px;
    color: #ffffff;
}

.right_a:hover .new_ceng {
    bottom: 0px;
}

.right_pic {
    width: 100%;
    height: 126px;
    position: relative;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.right_a:hover .right_text p {
    color: #343E83;
}

.right_text {
    background-color: #fff;
    width: 100%;
    float: left;
    height: 137px;
    color: #333333;
    font-size: 15px;
    line-height: 26px;
    position: relative;
}

.right_text p {
    display: inline-block;
    margin: 14px 10px 0 15px;
    color: #333333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.other {
    display: inline-block;
    text-decoration: none;
    width: 224px;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.other .eyes {
    width: 57px;
    margin: 0 10px 0 15px;
    padding-left: 30px;
    background-image: url("../images/eyes.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px 20px;
    color: #333333;
}

.other .time {
    width: 57px;
    margin: 0 10px 0 15px;
    padding-left: 30px;
    background-image: url("../images/time.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px 20px;
    color: #333333;
}

.right_text .bq {
    height: 48px;
    line-height: 24px;
    width: 194px;
    position: absolute;
    bottom: 46px;
    left: 0;
    color: #999999;
    font-size: 12px;
    margin: 0 15px !important;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*劳务广告位*/
.ad_box {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto;
    background: #F5F6FA;
    padding: 0 80px;
}

.ad_link {
    max-width: 960px;
    height: 40px;
    float: right;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    background: #ffffff;
    margin-top: -5px;
    margin-right: -12px;
    padding: 0 10px;
    border-radius: 4px;
}

.ad_link a {
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-weight: 500;
    padding: 0 5px;
    margin: 0 5px;
    border-radius: 2px;
    transition: ease 0.1s;
    -webkit-transition: ease 0.1s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.ad_link a:hover {
    color: #ffffff;
    background: #343E83;
}

.ad_link i {
    width: 1px;
    height: 10px;
    background: #343E83;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}

.ad_list {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}

.ad_ceng {
    width: 235px;
    height: 130px;
    position: absolute;
    bottom: -130px;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.ad_cbox {
    height: 20px;
    display: table;
    margin: 55px auto;
}

.ad_ceng img {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.ad_ceng p {
    height: 20px;
    line-height: 20px;
    float: left;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 15px;
    color: #ffffff;
}

.ad_a:hover .ad_ceng {
    bottom: 0px;
}

.ad_a {
    width: 235px;
    height: auto;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 6px;
}

.ad_pic {
    width: 235px;
    height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

.lao_icons {
    width: 30px;
    height: 30px;
    float: left;
    background-image: url("../images/lao_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.liu_icons {
    width: 30px;
    height: 30px;
    float: left;
    background-image: url("../images/liu_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.yi_icons {
    width: 30px;
    height: 30px;
    float: left;
    background-image: url("../images/yi_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

.qian_icons {
    width: 30px;
    height: 30px;
    float: left;
    background-image: url("../images/qian_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}

/*联系我们*/

.contact {
    width: 100%;
    height: auto !important;
    float: left;
    margin-top: 40px;
}

.contact_us {
    width: 1200px;
    display: table;
    margin: 0 auto;
}

.ewm_box {
    width: 1200px;
    float: left;
    padding: 40px 80px;
    background: #F5F6FA;
    border-radius: 10px;
}

.ewm {
    width: 200px;
    height: auto;
    float: left;
}

.ewmpic {
    width: 70%;
    height: auto;
    margin: 15% 15% 10px 15%;
    float: left;
}

.scan {
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 63px;
    margin-top: 7px;
    margin-right: 10px;
}

.sao {
     width: auto;
     height: 30px;
     line-height: 30px;
     font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
     font-size: 16px;
     color: #333333;
     text-align: center;
     display: block;
     float: left;
 }

.ewm a p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 14px;
    color: #333333;
    text-align: center;
    display: block;
    float: left;
    margin-top: 5px;
}

.ewm a p:hover {
    color: #CF0A33;
}



