.banner-btn {font-size: 20px;font-weight: bold;color: #fff;text-align: center;border: 2px solid #fff;border-radius: 6px;padding: 20px 30px;cursor: pointer;}
.banner-btn:hover {background-color: #FFF;color: #659f15;}
.banner-btn:empty {display: none;}

.title-box {text-align: center;}
.title-box > .title {font-size: 48px;font-weight: bold;color: #333;}
.title-box > .title-en {font-size: 18.91px;color: #fff;}
.title-box > .title-en > span {background-color: #6aa31d;padding: 0 5px;letter-spacing: 2px;}

/* 首页->我们的优势 */
.wmdys-box {height: 709px; background-image: url(/static/qlzt/images/index_01.png); background-repeat: no-repeat; background-position: center;position: relative;}
.wmdys-box > .item {width: 315px;text-align: right;position: absolute;display: flex;flex-direction: column;align-items: flex-end;}
.wmdys-box > .item > .title {font-size: 24px;color: #6aa31d;}
.wmdys-box > .item > .content {font-size: 14px;color: #333;margin-top: 10px;}
.wmdys-box > .item:nth-child(1) {bottom: 500px;right: 720px;}
.wmdys-box > .item:nth-child(2) {bottom: 500px;left: 720px;text-align: left;align-items: flex-start;}
.wmdys-box > .item:nth-child(3) {bottom: 315px;right: 770px;}
.wmdys-box > .item:nth-child(4) {bottom: 315px;left: 770px;text-align: left;align-items: flex-start;}
.wmdys-box > .item:nth-child(5) {top: 500px;right: 720px;}
.wmdys-box > .item:nth-child(6) {top: 500px;left: 720px;text-align: left;align-items: flex-start;}
/* 首页->数字 */
.num_box {width: 100%;height: 100%;margin: 0 auto;display: flex;justify-content: center;align-items: center;}
.num_box > div {width: 235px;position: relative;}
.num_box > div > .bg {height: 92px;position: relative;}
.num_box > div > .bg > img {width: auto;height: auto;position: absolute;left: 50%;transform: translateX(-50%);}
.num_box > div > .icon {position: absolute;top: 20px;left: 50%;transform: translateX(-50%);}
.num_box > div > .num {width: 100%;text-align: center;font-size: 24px;color: #fff;font-weight: bold;position: absolute;top: 70px;}
.num_box > div > .title {text-align: center;font-size: 18px;color: #fff;line-height: 45px;letter-spacing: 1px;}
.num_box > div > .side_line {width: 2px;height: 80%;position: absolute;top: 0;background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0));}
.num_box > div:nth-child(1) > .side_line {display: none;}
/* 首页->客户反馈 */
.khfk_box {margin-top: 75px;}
.khfk_box > .header {width: 214px;height: 214px;border-radius: 50%;border: 2px solid #6aa31d;}
.khfk_box > .header > img {width: 100%;height: 100%;border-radius: 50%;}
.khfk_box > .name {font-size: 30px;color: #6aa31d;text-align: center;margin-top: 30px;}
.khfk_box > .school {font-size: 24px;color: #333;text-align: center;margin-top: 10px;}
.khfk_box > .content {width: 778px;margin: 0 auto;margin-bottom: 50px;}
.khfk_box > .content > .title {font-size: 30px;color: #6aa31d;text-align: center;margin-top: 35px;}
.khfk_box > .content > .title > span {border-bottom: 2px solid #6aa31d;}
.khfk_box > .content > .content {font-size: 14px;color: #333;text-align: center;margin-top: 20px;line-height: 24px;}

.about_item_left {
    width: 50%;
    height: 260px;
    margin-right: 4%;
    margin-bottom: 4%;
    border: 2px solid transparent; /* 默认透明边框，占位防止布局抖动 */
    transition: border-color 0.3s ease; /* 过渡动画 */
    box-sizing: border-box; /* 确保边框不改变元素尺寸 */
}

.about_item_right {
    width: 30%;
    height: 260px;
    background-color: #64a014;
}

.about-title-1 {
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px
}

.about-title-2 {
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #64a014;
    margin-left: 8px;
    margin-right: 8px;
}

.about-title-3 {
    display: flex;
}

.about-title-3 .about-top-border {
    width: 20%;
    margin-left: 20%;
    margin-top: 15px;
    border-top: 1px solid #333;
}

.about-title-3 .about-top-border-text {
    width: 60%;
    height: 30px;
    text-align: left;
    font-weight: bold;
    padding-left: 20px;
    font-size: 18px;
    line-height: 30px;
}


.about-title-4 {
    margin: 20px 50px 0px 0px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px
}

.about-title-5 {
    width: 50%;
    margin-top: 20px;
    margin-left: 19%;
    height: 30px;
    text-align: left;
    font-size: 14px;
    line-height: 30px
}

.about_banner_info {

}

.about_banner_box {
    width: 1200px;
    margin: 50px auto;
}

.about_banner_box .about_banner_item .about_banner_item_title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #64a014;
    margin-bottom: 20px;
}

.about_banner_box .about_banner_item .about_banner_item_content {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: #333;
}

.about_desc_box .about_desc_title {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #64a014;
    margin-bottom: 20px;
}

.about_desc_box .about_desc_text {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.about_content_box {
    margin-top: 90px;
}

.about_content_box .about_content_title {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #64a014;
    margin-bottom: 20px;
}

.about_content_box .about_content_text {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.about_img_box {
    margin-top: 90px;
}

.about_img_box .about_img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background: #c1c1c1;
}


.cooperate_box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.cooperate_item_left {
    width: 50%;
    height: 260px;
    margin-right: 4%;
    margin-bottom: 4%;
    border: 2px solid transparent; /* 默认透明边框，占位防止布局抖动 */
    transition: border-color 0.3s ease; /* 过渡动画 */
    box-sizing: border-box; /* 确保边框不改变元素尺寸 */
}

.cooperate_item_left .cooperate_icon {
    width: 100px;
    height: 100px;
}


.cooperate_item_right {
    width: 30%;
    height: 260px;
    background-color: #64a014;
}


.news_box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.news_item_left {
    width: 20%;
    margin-right: 2%;
    margin-bottom: 4%;
    border: 2px solid transparent; /* 默认透明边框，占位防止布局抖动 */
    transition: border-color 0.3s ease; /* 过渡动画 */
    box-sizing: border-box; /* 确保边框不改变元素尺寸 */
}

.news_item_left .news_category {
    border: 1px solid #64a014;
}

.news_item_left .news_category .news_category_item {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #64a014;
}
.news_item_left .news_category .news_category_item:last-child {border-bottom: none;}
.news_item_left .news_category .news_category_item:hover {color: #fff;background: #64a014;}
.news_item_left .news_category .news_category_item a:hover {color: #fff;background: #64a014;}
.news_item_left .news_category .on {
    color: #fff;
    background: #64a014;
}

.news_item_left .news_recommend {
    margin-top: 30px;
    border: 1px solid #64a014;
}

.news_item_left .news_recommend .news_recommend_subject {
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #64a014;
}

.news_item_left .news_recommend .news_recommend_item {
    height: 40px;
    padding: 0 5px;
    /*text-align: center;*/
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #64a014;
    overflow: hidden; /* 隐藏溢出的内容 */
    white-space: nowrap; /* 防止文本换行 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.news_item_left .news_recommend .news_recommend_item:last-child {border-bottom: none;}
.news_item_left .news_recommend .news_recommend_item a:hover {color: #64a014;}

.news_item_left .news_recommend .on {
    color: #fff;
    background: #64a014;
}


.news_item_right {
    width: 60%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 1px 2px 8px 2px #c1c1c1;
}

.news_item_right .news_list .news_list_item {
    height: 120px;
    padding: 10px;
}

.news_item_right .news_list .news_list_item .news_pic {
    width: 195px;
    height: 120px;
    margin-right: 10px;
    float: left;
}

.news_item_right .news_list .news_list_item .news_pic img {
    width: 185px;
    height: 120px;
}

.news_item_right .news_list .news_list_item .news_info .news_title {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

.news_item_right .news_list .news_list_item .news_info .news_date {
    height: 20px;
    line-height: 26px;
    font-size: 14px;
    color: #999;
}

.news_item_right .news_list .news_list_item .news_info .news_desc {
    height: 100px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}


.newsdetails_box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.newsdetails_item_right {
    width: 20%;
    margin-left: 2%;
    margin-bottom: 4%;
    border: 2px solid transparent; /* 默认透明边框，占位防止布局抖动 */
    transition: border-color 0.3s ease; /* 过渡动画 */
    box-sizing: border-box; /* 确保边框不改变元素尺寸 */
}

.newsdetails_item_right .newsdetails_category {
    border: 1px solid #64a014;
}

.newsdetails_item_right .newsdetails_category .newsdetails_category_item {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #64a014;
}

.newsdetails_item_right .newsdetails_category .newsdetails_category_subject {
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #64a014;
}

.newsdetails_item_right .newsdetails_category .newsdetails_category_item:hover {
    color: #fff;
    background: #64a014;
}

.newsdetails_item_right .newsdetails_category .on {
    color: #fff;
    background: #64a014;
}

.newsdetails_item_right .newsdetails_category .newsdetails_fangan {width: 100%;background: #64a014;margin-top: 2px;cursor: pointer;}
.newsdetails_item_right .newsdetails_category .newsdetails_fangan > img {width: 100%;}

.newsdetails_item_right .newsdetails_recommend {
    margin-top: 30px;
    border: 1px solid #64a014;
}

.newsdetails_item_right .newsdetails_recommend .newsdetails_recommend_subject {
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #64a014;
}

.newsdetails_item_right .newsdetails_recommend .newsdetails_recommend_item {
    height: 40px;
    padding: 0 5px;
    text-align: left;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #64a014;
    overflow: hidden; /* 隐藏溢出的内容 */
    white-space: nowrap; /* 防止文本换行 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.newsdetails_item_right .newsdetails_recommend .newsdetails_recommend_item:last-child {border-bottom: none;}

.newsdetails_item_right .newsdetails_recommend .newsdetails_recommend_item a:hover {
    color: #64a014;
}

.newsdetails_item_right .newsdetails_recommend .on {
    color: #fff;
    background: #64a014;
}


.newsdetails_item_left {
    width: 60%;
    height: auto;
    background-color: #ffffff;
}

.newsdetails_item_left .newsdetails_list {
}

.newsdetails_item_left .newsdetails_list .newsdetails_list_item {
    /*height: 120px;*/
    padding: 10px;
}

.newsdetails_item_left .newsdetails_list .newsdetails_list_item .newsdetails_info {

}

.newsdetails_item_left .newsdetails_list .newsdetails_list_item .newsdetails_info .news_title {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
}

.newsdetails_item_left .newsdetails_list .newsdetails_list_item .newsdetails_info .news_date {
    height: 20px;
    line-height: 26px;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.newsdetails_item_left .newsdetails_list .newsdetails_list_item .newsdetails_info .news_desc {
    height: auto;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}

.newsdetails_item_left .newsdetails_list .newsdetails_list_item .newsdetails_info .news_content {
    all: initial;
    height: auto;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}

/*求职服务  -- start*/

/*热门城市*/
.rmcs_box .title {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 45px;
}

.rmcs_box .en_title {
    text-align: center;
}

.rmcs_box .en_title span {
    display: inline-block;
    font-size: 18px;
    color: #FFF;
    background-color: #64a014;
    padding: 1px 5px;
    letter-spacing: 2px;
}

.rmcs_box .content {
    width: 818px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.rmcs_box .content .item {
    width: 256px;
    height: 256px;
    margin-top: 60px;
    border: 2px solid #84b244;
    border-radius: 13px;
}

.rmcs_box .content .item .icon {
    height: 185px;
    position: relative;
}

.rmcs_box .content .item .icon img {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rmcs_box .content .item .name {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center;
}


/*热门行业*/
.rmhy_box > .title { font-size: 48px; font-weight: bold; color: #333; text-align: center; margin-top: 45px; }
.rmhy_box > .en_title { text-align: center; }
.rmhy_box > .en_title > span { display: inline-block; font-size: 18px; color: #FFF; background-color: #64a014; padding: 1px 5px; letter-spacing: 2px; }
.rmhy_box > .content { display: flex; justify-content: center; align-items: center; }
.rmhy_box > .content > .item { width: 148px; margin-top: 20px; }
.rmhy_box > .content > .item > .icon { width: 100px; height: 100px; position: relative; margin: 0 auto; border: 2px solid transparent; border-radius: 10px; }
.rmhy_box > .content > .item > .icon > img { width: auto; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.rmhy_box > .content > .item > .icon:hover { border-color: #64a014; }
.rmhy_box > .content > .item > .name { font-size: 18px; font-weight: bold; color: #333; text-align: center; }


.rmhy_item {
    width: 120px;
    height: 120px;
    float: left;
    margin-top: 4%;
    margin-right: 4%;
    border: 2px solid transparent; /* 默认透明边框，占位防止布局抖动 */
    transition: border-color 0.3s ease; /* 过渡动画 */
    box-sizing: border-box; /* 确保边框不改变元素尺寸 */
    border-radius: 5px;
}

.rmhy_item .rmhy_img {
    text-align: center;
    margin-top: 20px;
    height: 90px;
}

.rmhy_item .rmhy_title {
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
}


.rmhy_item:hover {
    border-color: #64a014; /* 悬停时显示红色边框 */
}

/*服务人群*/
.fwsyrq_box .fwrq_title { font-size: 48px; font-weight: bold; color: #333; text-align: center; margin-top: 75px; }
.fwsyrq_box .fwrq_en_title { text-align: center; }
.fwsyrq_box .fwrq_en_title > span { display: inline-block; font-size: 18px; color: #FFF; background-color: #64a014; padding: 1px 5px; letter-spacing: 2px; }
.fwsyrq_box .fwrq_content { text-align: center; font-size: 36px; line-height: 64px; margin-top: 30px; }


.fwrq_box .fwrq_content { width: 500px; margin: 0 auto; font-size: 16px; line-height: 34px; letter-spacing: 4px; text-align: center; font-weight: bold; color: #666; }


.fwlc_nav_bg {
    width: 1200px;
    height: 30px;
    position: absolute;
    top: 200px;
    background-image: url(/static/qlzt/images/fwlc_bg_1.png);
    background-size: cover;
    background-position: center;
}

/*合作签约*/
.hzqy_box {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 48px;
}

.hzqy_box > .title {
    margin-top: 70px;
    font-size: 48px;
    font-weight: bold;
    color: #333;
}

.hzqy_box > .desc span {
    display: block;
    background-color: #6aa31d;
    padding: 1px 5px;
    letter-spacing: 2px;
    font-size: 18px;
    color: #fff;
}

.hzqy_box .content {
    width: 1440px;
    height: 480px;
    position: relative;
}

.hzqy_box .content > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    padding-right: 260px;
}

.hzqy_box .content .item {
    position: absolute;
}

.hzqy_box .content .item .content {
    width: 200px;
    height: 140px;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hzqy_box .content .item .title {
    font-size: 18px;
    font-weight: bold;
    color: #64a014;
}

.hzqy_box .content .item .desc {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.hzqy_box .content .item_0 {
    bottom: 260px;
    left: 125px;
    justify-content: flex-end;
}

.hzqy_box .content .item_1 {
    top: 260px;
    left: 270px;
    justify-content: flex-end;
    border-left: 2px solid transparent;
    border-image: url(/static/qlzt/images/fwlc_bg_2.png) 2 2 round;
    transform: scaleY(-1);
}

.hzqy_box .content .item_1 .content {
    transform: scaleY(-1);
    justify-content: flex-start;
}

.hzqy_box .content .item_2 {
    bottom: 260px;
    left: 410px;
    justify-content: flex-end;
    border-left: 2px solid transparent;
    border-image: url(/static/qlzt/images/fwlc_bg_2.png) 2 2 round;
}

.hzqy_box .content .item_3 {
    top: 260px;
    left: 550px;
    justify-content: flex-end;
    border-left: 2px solid transparent;
    border-image: url(/static/qlzt/images/fwlc_bg_2.png) 2 2 round;
    transform: scaleY(-1);
}

.hzqy_box .content .item_3 .content {
    transform: scaleY(-1);
    justify-content: flex-start;
}

.hzqy_box .content .item_4 {
    bottom: 260px;
    left: 690px;
    justify-content: flex-end;
    border-left: 2px solid transparent;
    border-image: url(/static/qlzt/images/fwlc_bg_2.png) 2 2 round;
}

.hzqy_box .content .item_5 {
    top: 260px;
    left: 830px;
    justify-content: flex-end;
    border-left: 2px solid transparent;
    border-image: url(/static/qlzt/images/fwlc_bg_2.png) 2 2 round;
    transform: scaleY(-1);
}

.hzqy_box .content .item_5 .content {
    transform: scaleY(-1);
    justify-content: flex-start;
}

.hzqy_box .content .item_6 {
    bottom: 260px;
    left: 970px;
    justify-content: flex-end;
    border-left: 2px solid transparent;
    border-image: url(/static/qlzt/images/fwlc_bg_2.png) 2 2 round;
}

.hzqy_box .content .item_7 {
    top: 260px;
    left: 1110px;
    justify-content: flex-end;
    border-left: 2px solid transparent;
    border-image: url(/static/qlzt/images/fwlc_bg_2.png) 2 2 round;
    transform: scaleY(-1);
}

.hzqy_box .content .item_7 .content {
    transform: scaleY(-1);
    justify-content: flex-start;
}


/*服务流程*/
.fwlc_box_1 {
    margin: 0 auto;
    display: flex;
}

.fwlc_box_1 .fwlc_item_0 {
    width: 100px;
    position: relative;
    left: 0px;
    top: 170px;
}

.fwlc_box_1 .fwlc_item_0 .fwlc_title {
    width: 100px;
    height: 30px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #64a014;
}

.fwlc_box_1 .fwlc_item_1 {
    width: 240px;
    height: 160px;
    position: relative;
    left: 110px;
    top: 70px;
    border-right: 2px solid transparent;
    border-image: url(/static/qlzt/images/fwlc_bg_2.png) 2 2 round;
}

.fwlc_box_1 .fwlc_item_1 .fwlc_img {
    text-align: center;
    margin-top: 20px;
    height: 90px;
}

.fwlc_box_1 .fwlc_item_1 .fwlc_title {
    width: 200px;
    height: 30px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #64a014;
}

.fwlc_box_1 .fwlc_item_1 .fwlc_desc {
    width: 200px;
    height: 30px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
}

.fwlc_box_1 .fwlc_item_3 {
    width: 220px;
    height: 160px;
    position: relative;
    left: 135px;
    top: 70px;
    border-right: 2px solid transparent;
    border-image: url(/static/qlzt/images/fwlc_bg_2.png) 2 2 round;
}

.fwlc_box_1 .fwlc_item_3 .fwlc_img {
    text-align: center;
    margin-top: 20px;
    height: 90px;
}

.fwlc_box_1 .fwlc_item_3 .fwlc_title {
    width: 200px;
    height: 30px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #64a014;
}

.fwlc_box_1 .fwlc_item_3 .fwlc_desc {
    width: 200px;
    height: 30px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
}

.fwlc_box_1 .fwlc_item_5 {
    width: 220px;
    height: 160px;
    position: relative;
    left: 160px;
    top: 70px;
    text-align: left;
    border-right: 2px solid transparent;
    border-image: url(/static/qlzt/images/fwlc_bg_2.png) 2 2 round;
}

.fwlc_box_1 .fwlc_item_5 .fwlc_img {
    text-align: center;
    margin-top: 20px;
    height: 90px;
}

.fwlc_box_1 .fwlc_item_5 .fwlc_title {
    width: 200px;
    height: 30px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #64a014;
}

.fwlc_box_1 .fwlc_item_5 .fwlc_desc {
    width: 200px;
    height: 30px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
}

.fwlc_box_1 .fwlc_item_7 {
    width: 200px;
    height: 160px;
    position: relative;
    left: 215px;
    top: 70px;
}

.fwlc_box_1 .fwlc_item_7 .fwlc_img {
    text-align: center;
    margin-top: 20px;
    height: 90px;
}

.fwlc_box_1 .fwlc_item_7 .fwlc_title {
    width: 200px;
    height: 30px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #64a014;
}

.fwlc_box_1 .fwlc_item_7 .fwlc_desc {
    width: 200px;
    height: 30px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
}


.fwlc_box_2 {
    margin: 0 auto;
    display: flex;
}

.fwlc_box_2 .fwlc_item_2 {
    width: 220px;
    height: 160px;
    position: relative;
    left: 320px;
    top: 80px;
    border-left: 2px solid transparent; /* 创建一个透明的左边框，以便可以看到背景图片 */
    border-image: url(/static/qlzt/images/fwlc_bg_2.png) 2 2 round; /* 设置图片，30 30是图片的切片，round是填充方式 */
}

.fwlc_box_2 .fwlc_item_2 .fwlc_title {
    width: 200px;
    height: 30px;
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #64a014;
}

.fwlc_box_2 .fwlc_item_2 .fwlc_desc {
    width: 200px;
    height: 30px;
    text-align: left;
    padding-left: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
}

.fwlc_box_2 .fwlc_item_4 {
    width: 220px;
    height: 160px;
    position: relative;
    left: 360px;
    top: 80px;
    border-left: 2px solid transparent; /* 创建一个透明的左边框，以便可以看到背景图片 */
    border-image: url(/static/qlzt/images/fwlc_bg_2.png) 2 2 round; /* 设置图片，30 30是图片的切片，round是填充方式 */
}

.fwlc_box_2 .fwlc_item_4 .fwlc_title {
    width: 200px;
    height: 30px;
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #64a014;
}

.fwlc_box_2 .fwlc_item_4 .fwlc_desc {
    width: 200px;
    height: 30px;
    text-align: left;
    padding-left: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
}

.fwlc_box_2 .fwlc_item_6 {
    width: 240px;
    height: 160px;
    position: relative;
    left: 390px;
    top: 80px;
    border-left: 2px solid transparent; /* 创建一个透明的左边框，以便可以看到背景图片 */
    border-image: url(/static/qlzt/images/fwlc_bg_2.png) 2 2 round; /* 设置图片，30 30是图片的切片，round是填充方式 */
}

.fwlc_box_2 .fwlc_item_6 .fwlc_title {
    width: 200px;
    height: 30px;
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #64a014;
}

.fwlc_box_2 .fwlc_item_6 .fwlc_desc {
    width: 200px;
    height: 30px;
    text-align: left;
    padding-left: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
}

.fwlc_box_2 .fwlc_item_8 {
    width: 240px;
    height: 160px;
    position: relative;
    left: 410px;
    top: 80px;
    border-left: 2px solid transparent; /* 创建一个透明的左边框，以便可以看到背景图片 */
    border-image: url(/static/qlzt/images/fwlc_bg_2.png) 2 2 round; /* 设置图片，30 30是图片的切片，round是填充方式 */
}

.fwlc_box_2 .fwlc_item_8 .fwlc_title {
    width: 200px;
    height: 30px;
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #64a014;
}

.fwlc_box_2 .fwlc_item_8 .fwlc_desc {
    width: 200px;
    height: 30px;
    text-align: left;
    padding-left: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
}


/*求职服务  -- end*/


/** *名企网申 - statr **/

.mqws_box {
    width: 1200px;
    margin: 0 auto;
}

.mqws_item {
    width: 25%;
    padding-top: 20px;
    float: left;
    margin-right: 2%;
    margin-bottom: 4%;
    border-radius: 10px;
    border: 2px solid transparent; /* 默认透明边框，占位防止布局抖动 */
    transition: border-color 0.3s ease; /* 过渡动画 */
    box-sizing: border-box; /* 确保边框不改变元素尺寸 */
}

.mqws_item .title_num {
    height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #64a014;
}

.mqws_item .mqws_item_title {
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
}

.mqws_item .mqws_item_desc {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}


.mqwsyh_item {
    position: absolute;
    width: 260px;
    padding-left: 15px;
}

.mqwsyh_item .item_title {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    background-color: #659f15;
    padding: 2px 5px;
    border-radius: 5px;
    box-shadow: -8px 8px 7px rgba(0, 0, 0, 0.2);
}

.mqwsyh_item .item_content {
    margin-top: 15px;
    font-size: 18px;
}

.mqwsyh_item_01 {
    left: 240px;
    top: 55px;
}

.mqwsyh_item_02 {
    left: 705px;
    top: 55px;
}

.mqwsyh_item_03 {
    left: 135px;
    top: 270px;
}

.mqwsyh_item_04 {
    left: 820px;
    top: 270px;
}

.mqwsyh_item_05 {
    left: 245px;
    top: 505px;
}

.mqwsyh_item_06 {
    left: 705px;
    top: 505px;
}

.mqws_item:hover {
    border-color: #64a014; /* 悬停时显示红色边框 */
}

/*!
 * 服务优势
 */
.fwys_title_desc {
    width: 200px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    background: #64a014;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.fwys_info {
    width: 1920px;
    position: absolute;
    margin: 0 auto;
    background-image: url(/static/qlzt/images/wmys_bg.png);
    background-size: cover;
    height: 800px;
    left: -360px;
}

.fwys_item_1 {
    position: absolute;
    z-index: 999;
    width: 320px;
    top: 220px;
    left: 540px;
    margin: 0 auto;

    /*border: 1px solid #64a014;*/
}

.fwys_item_1 .fwys_item_title {
    width: 200px;
    height: 30px;
    margin-left: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    background: #64a014;
    text-align: center;
    border-radius: 5px;
}

.fwys_item_1 .fwys_item_content {
    font-size: 14px;
    line-height: 22px;
    text-align: right;
}


.fwys_item_2 {
    position: absolute;
    z-index: 999;
    width: 300px;
    top: 430px;
    left: 510px;
    margin: 0 auto;
    text-align: right;
}

.fwys_item_2 .fwys_item_title {
    width: 200px;
    height: 30px;
    margin-left: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    background: #64a014;
    text-align: center;
    border-radius: 5px;
}

.fwys_item_2 .fwys_item_content {
    font-size: 14px;
    line-height: 22px;
}


.fwys_item_3 {
    position: absolute;
    z-index: 999;
    width: 300px;
    top: 650px;
    left: 550px;
    margin: 0 auto;
    text-align: right;
    /*border: 1px solid #64a014;*/
}

.fwys_item_3 .fwys_item_title {
    width: 200px;
    height: 30px;
    margin-left: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    background: #64a014;
    text-align: center;
    border-radius: 5px;
}

.fwys_item_3 .fwys_item_content {
    font-size: 14px;
    line-height: 22px;
}


.fwys_item_4 {
    position: absolute;
    z-index: 999;
    width: 300px;
    top: 650px;
    right: 550px;
    float: right;  /* 注意：position: absolute 时，float 属性没有作用 */
    margin: 0 auto; /* 注意：position: absolute 时，margin: 0 auto 在水平方向上也没有作用 */
    text-align: left;
    /*border: 1px solid #64a014;*/
}

.fwys_item_4 .fwys_item_title {
    width: 200px;
    height: 30px;
    margin-left: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    background: #64a014;
    text-align: center;
    border-radius: 5px;
}

.fwys_item_4 .fwys_item_content {
    font-size: 14px;
    line-height: 22px;
}


.fwys_item_5 {
    position: absolute;
    z-index: 999;
    width: 300px;
    top: 420px;
    right: 510px;
    float: right;
    margin: 0 auto;
    text-align: left;
    /*border: 1px solid #64a014;*/
}

.fwys_item_5 .fwys_item_title {
    width: 200px;
    height: 30px;
    margin-left: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    background: #64a014;
    text-align: center;
    border-radius: 5px;
}

.fwys_item_5 .fwys_item_content {
    font-size: 14px;
    line-height: 22px;
}


.fwys_item_6 {
    position: absolute;
    z-index: 999;
    width: 300px;
    top: 240px;
    right: 550px;
    float: right;
    margin: 0 auto;
    text-align: left;
    /*border: 1px solid #64a014;*/
}

.fwys_item_6 .fwys_item_title {
    width: 200px;
    height: 30px;
    margin-left: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    background: #64a014;
    text-align: center;
    border-radius: 5px;
}

.fwys_item_6 .fwys_item_content {
    font-size: 14px;
    line-height: 22px;
}


/**  *名企网申 - end**/


/*定位评估*/
.dwpg .dwpg_box {
    width: 1200px;
    margin: 0 auto;
}

.dwpg .dwpg_item {
    padding-top: 20px;
    width: 25%;
    /*height: 200px;*/
    float: left;
    margin-right: 2%;
    margin-bottom: 4%;
    border-radius: 10px;
    border: 2px solid transparent; /* 默认透明边框，占位防止布局抖动 */
    transition: border-color 0.3s ease; /* 过渡动画 */
    box-sizing: border-box; /* 确保边框不改变元素尺寸 */
}
.dwpg .dwpg_item:hover {border: 2px solid #64a014;}

.dwpg .dwpg_item .title_num {
    height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #64a014;
}

.dwpg .dwpg_item .dwpg_item_title {
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
}

.dwpg .dwpg_item .dwpg_item_desc {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.dwpg .dwpg_info {
    width: 1920px;
    position: absolute;
    margin: -140px auto;
    background-image: url(/static/qlzt/images/wmys_bg.png);
    background-size: cover;
    height: 600px;
    left: -350px;
}

.dwpg .dwpg_item_1 {
    position: absolute;
    z-index: 999;
    width: 320px;
    top: 220px;
    left: 540px;
    margin: 0 auto;
    text-align: right;
}

.dwpg .dwpg_item_1 .dwpg_item_title {
    width: 200px;
    height: 30px;
    margin-left: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    background: #64a014;
    text-align: center;
    border-radius: 5px;
}

.dwpg .dwpg_item_1 .dwpg_item_content {
    font-size: 14px;
    line-height: 22px;
    text-align: right;
}

.dwpg .dwpg_item_2 {
    position: absolute;
    z-index: 999;
    width: 300px;
    top: 430px;
    left: 510px;
    margin: 0 auto;
    text-align: right;
}

.dwpg .dwpg_item_2 .dwpg_item_title {
    width: 200px;
    height: 30px;
    margin-left: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    background: #64a014;
    text-align: center;
    border-radius: 5px;
}

.dwpg .dwpg_item_2 .dwpg_item_content {
    font-size: 14px;
    line-height: 22px;
}

.dwpg .dwpg_item_3 {
    position: absolute;
    z-index: 999;
    width: 300px;
    top: 650px;
    left: 550px;
    margin: 0 auto;
    text-align: right;
}

.dwpg .dwpg_item_3 .dwpg_item_title {
    width: 200px;
    height: 30px;
    margin-left: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    background: #64a014;
    text-align: center;
    border-radius: 5px;
}

.dwpg .dwpg_item_3 .dwpg_item_content {
    font-size: 14px;
    line-height: 22px;
}

.dwpg .dwpg_item_4 {
    position: absolute;
    z-index: 999;
    width: 300px;
    top: 650px;
    right: 550px;
    float: right;
    margin: 0 auto;
    text-align: left;
}

.dwpg .dwpg_item_4 .dwpg_item_title {
    width: 200px;
    height: 30px;
    margin-left: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    background: #64a014;
    text-align: center;
    border-radius: 5px;
}

.dwpg .dwpg_item_4 .dwpg_item_content {
    font-size: 14px;
    line-height: 22px;
}

.dwpg .dwpg_item_5 {
    position: absolute;
    z-index: 999;
    width: 300px;
    top: 420px;
    right: 510px;
    float: right;
    margin: 0 auto;
    text-align: left;
}

.dwpg .dwpg_item_5 .dwpg_item_title {
    width: 200px;
    height: 30px;
    margin-left: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    background: #64a014;
    text-align: center;
    border-radius: 5px;
}

.dwpg .dwpg_item_5 .dwpg_item_content {
    font-size: 14px;
    line-height: 22px;
}

.dwpg .dwpg_item_6 {
    position: absolute;
    z-index: 999;
    width: 300px;
    top: 240px;
    right: 550px;
    float: right;
    margin: 0 auto;
    text-align: left;
}

.dwpg .dwpg_item_6 .dwpg_item_title {
    width: 200px;
    height: 30px;
    margin-left: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    background: #64a014;
    text-align: center;
    border-radius: 5px;
}

.dwpg .dwpg_item_6 .dwpg_item_content {
    font-size: 14px;
    line-height: 22px;
}



/* 面试辅导 */
.msfd .msfdbase_box {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #64a014;
    background: #64a014;
}

.msfd .msfdbase_item {
    width: 140px;
    height: 140px;
    margin: 4px auto;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #64a014;
}

.msfd .item_title {
    width: 100px;
    margin: 20px auto;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    padding: 2px 5px;
    text-align: center;
    /* background: #64a014;
     box-shadow: -8px 8px 7px rgba(0, 0, 0, 0.2);*/
}

.msfd .msfdbase_content_box {
    position: absolute;
    width: 280px;
    margin: 0 auto;
}

.msfd .msfdbase_content_box .item_content {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 8px;
    color: #000;
}

.msfd .msfdbase_item_01 {
    left: 380px;
    top: 105px;
}

.msfd .msfdbase_item_02 {
    left: 665px;
    top: 105px;
}

.msfd .msfdbase_item_03 {
    left: 265px;
    top: 280px;
}

.msfd .msfdbase_item_04 {
    left: 780px;
    top: 280px;
}

.msfd .msfdbase_item_05 {
    left: 460px;
    top: 330px;
}

.msfd .msfdbase_item_06 {
    left: 705px;
    top: 505px;
}

.msfd .msfdyh_item {
    position: absolute;
    width: 260px;
    padding-left: 15px;
}

.msfd .msfdyh_item .item_title {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    background-color: #659f15;
    padding: 2px 5px;
    border-radius: 5px;
    box-shadow: -8px 8px 7px rgba(0, 0, 0, 0.2);
}

.msfd .msfdyh_item .item_content {
    margin-top: 15px;
    font-size: 14px;
}

.msfd .msfdyh_item_01 {
    left: 280px;
    top: 55px;
}

.msfd .msfdyh_item_02 {
    left: 625px;
    top: 55px;
}

.msfd .msfdyh_item_03 {
    left: 215px;
    top: 270px;
}

.msfd .msfdyh_item_04 {
    left: 720px;
    top: 270px;
}

.msfd .msfdyh_item_05 {
    left: 305px;
    top: 505px;
}

.msfd .msfdyh_item_06 {
    left: 625px;
    top: 505px;
}


/*笔试指导推送*/
.bszd .bszdts_item {
    position: absolute;
    width: 260px;
    padding-left: 15px;
}

.bszd .bszdts_item .item_title {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    background-color: #659f15;
    padding: 2px 5px;
    border-radius: 5px;
    box-shadow: -8px 8px 7px rgba(0, 0, 0, 0.2);
}

.bszd .bszdts_item .item_content {
    margin-top: 15px;
    font-size: 14px;
}
.bszd .bszdts_item:nth-child(2) {left: 140px;top: 75px;}
.bszd .bszdts_item:nth-child(3) {left: 795px;top: 75px;}
.bszd .bszdts_item:nth-child(4) {left: 140px;top: 350px;}
.bszd .bszdts_item:nth-child(5) {left: 795px;top: 350px;}

.bszd .box_title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.bszd .box_title .box_title_text {
    font-size: 42px;
    font-weight: bold;
}

.bszd .box_title .box_title_desc {
    font-size: 24px;
    color: #FFF;
    display: block;
    background-color: #6aa31d;
    padding: 1px 5px;
    letter-spacing: 2px;
}


/*精准资源*/
.jzzy .jzzy_box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.jzzy .jzzy_item {
    width: 200px;
    height: 200px;
    margin-right: 4%;
    border-radius: 50%;
    border: 4px solid #64a014;
}

.jzzy .jzzy_item .jzzy_item_title {
    width: 185px;
    height: 75px;
    margin: 5px auto;
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    background: #64a014;
    border-radius: 100px 100px 0 0; /* 只保留上半圆 */
    overflow: hidden;
    color: #fff;
}

.jzzy .jzzy_item .jzzy_item_title p {
    margin-bottom: 10px;
}

.jzzy .jzzy_item .jzzy_item_desc {
    width: 155px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

.jzzy .fwnr_box {
    width: 800px;
    margin: 0 auto;
}

.jzzy .fwnr_item {
    width: 300px;
    height: 200px;
    float: left;
    margin-right: 4%;
    margin-top: 20px;
    border: 2px solid #333;
}

.jzzy .fwnr_item .fwnr_item_subject {
    display: flex;
}

.jzzy .fwnr_item .fwnr_item_icon {
    width: 100px;
    padding-top: 20px;
    padding-left: 20px;
}

.jzzy .fwnr_item .fwnr_item_jiao {
    width: 0px;
    position: relative;
    z-index: 11;
    left: 267px;
}

.jzzy .fwnr_item .fwnr_item_title {
    width: 200px;
    height: 75px;
    margin: 5px auto;
    padding-top: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    color: #64a014;
}

.jzzy .fwnr_item .fwnr_item_title p {
    margin-bottom: 10px;
}

.jzzy .fwnr_item .fwnr_item_desc {
    width: 280px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    margin-left: 20px;
    font-weight: 500;
}


/*行业求职辅导*/
.qzfd .qzfd_info_box {
    width: 1200px;
}

.qzfd .qzfd_info_box .qzfd_info_item {
    margin-top: 50px;
}

.qzfd .qzfd_info_box .qzfd_info_item .qzfd_info_item_title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #64a014;
}

.qzfd .qzfd_info_box .qzfd_info_item .qzfd_info_item_cncontent {
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #000;
}

.qzfd .qzfd_info_box .qzfd_info_item .qzfd_info_item_encontent {
    text-align: center;
    font-size: 24px;
    color: #333;
    letter-spacing: 2px;
    margin-top: 40px;
}

.qzfd .qzfd_info_box .qzfd_info_item_img {
    height: 725px;
    position: relative;
}

.qzfd .qzfd_info_box .qzfd_info_item_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.qzfd .qzfd_info_box .qzfd_info_item_img .item {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #ff9000;
    position: absolute;
    padding: 2px 10px;
    border-radius: 5px;
}

.qzfd .qzfd_info_box .qzfd_info_item_img .item_01 {
    top: 63px;
    left: 530px;
}

.qzfd .qzfd_info_box .qzfd_info_item_img .item_02 {
    top: 202px;
    left: 280px;
    background-color: #6aa616;
}

.qzfd .qzfd_info_box .qzfd_info_item_img .item_03 {
    top: 202px;
    left: 805px;
    background-color: #6aa616;
}

.qzfd .qzfd_info_box .qzfd_info_item_img .item_04 {
    top: 400px;
    left: 255px;
}

.qzfd .qzfd_info_box .qzfd_info_item_img .item_05 {
    top: 400px;
    left: 830px;
}

.qzfd .qzfd_info_box .qzfd_info_item_img .item_06 {
    top: 570px;
    left: 370px;
    background-color: #6aa616;
}

.qzfd .qzfd_info_box .qzfd_info_item_img .item_07 {
    top: 570px;
    left: 710px;
    background-color: #6aa616;
}

.qzfd .qzfd_info_box_2 {
    height: 100%;
}

.qzfd .qzfd_info_box_2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.qzfd .qzfd_info_box_2 .item {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    position: absolute;
}

.qzfd .qzfd_info_box_2 .item_01 {
    top: 170px;
    left: 200px;
}

.qzfd .qzfd_info_box_2 .item_02 {
    top: 170px;
    left: 440px;
}

.qzfd .qzfd_info_box_2 .item_03 {
    top: 170px;
    left: 645px;
}

.qzfd .qzfd_info_box_2 .item_04 {
    top: 170px;
    left: 900px;
}

.qzfd .qzfd_info_box_3 {
    height: 100%;
}

.qzfd .qzfd_info_box_3 img {
    display: block;
    margin: 0 auto;
    margin-top: 190px;
}

.qzfd .qzfd_info_box_3 .site_title {
    position: absolute;
    font-size: 52px;
    font-weight: bold;
    color: #64a014;
    text-align: center;
    top: 265px;
    left: 550px;
}

.qzfd .qzfd_info_box_3 .site_desc {
    position: absolute;
    font-size: 20px;
    color: #64a014;
    text-align: center;
    top: 340px;
    left: 556px;
}

.qzfd .qzfd_info_box_3 .item {
    position: absolute;
    text-align: center;
}

.qzfd .qzfd_info_box_3 .item .item_title {
    font-size: 32px;
    font-weight: 900;
    color: #6aa616;
}

.qzfd .qzfd_info_box_3 .item .item_desc {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.qzfd .qzfd_info_box_3 .item_01 {
    top: 220px;
    left: 120px;
}

.qzfd .qzfd_info_box_3 .item_02 {
    top: 120px;
    left: 270px;
}

.qzfd .qzfd_info_box_3 .item_03 {
    top: 55px;
    left: 435px;
}

.qzfd .qzfd_info_box_3 .item_04 {
    top: 55px;
    left: 620px;
}

.qzfd .qzfd_info_box_3 .item_05 {
    top: 120px;
    left: 790px;
}

.qzfd .qzfd_info_box_3 .item_06 {
    top: 220px;
    left: 920px;
}

.qzfd .bszdts_item {
    position: absolute;
    width: 260px;
    padding-left: 15px;
}

.qzfd .bszdts_item .item_title {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    background-color: #659f15;
    padding: 2px 5px;
    border-radius: 5px;
    box-shadow: -8px 8px 7px rgba(0, 0, 0, 0.2);
}

.qzfd .bszdts_item .item_content {
    margin-top: 15px;
    font-size: 18px;
}

.qzfd .bszdts_item_01 {
    left: 140px;
    top: 75px;
}

.qzfd .bszdts_item_02 {
    left: 795px;
    top: 75px;
}

.qzfd .bszdts_item_03 {
    left: 140px;
    top: 350px;
}

.qzfd .bszdts_item_04 {
    left: 795px;
    top: 350px;
}

.qzfd .box_title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.qzfd .box_title .box_title_text {
    font-size: 42px;
    font-weight: bold;
}

.qzfd .box_title .box_title_desc {
    font-size: 24px;
    color: #FFF;
    display: block;
    background-color: #6aa31d;
    padding: 1px 5px;
    letter-spacing: 2px;
}


/*右下角二维码*/
.qr-code-box {position: fixed;bottom: 110px;right: 10px;width: 120px;background-color: #FFF;padding: 15px;border: 1px solid #CCC;border-radius: 15px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);z-index: 9999;}
.qr-code-box img {width: 100%;height: 100%;border-radius: 5px;}
.qr-code-box .qr-code-text {padding-top: 10px;font-size: 18px;font-weight: bold;color: #64a014;text-align: center;}
