.wapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.banner {
    width: 100%;
    height: 519px;
    background: url(https://files.yuanian.com/yuanian/page_image/Szhzx/fbh_image/szh-banner.jpg)no-repeat;
    background-position: center top;
    background-size: cover;
}

.banner_main {
    height: 100%;
}

.banner_main_center {
    position: absolute;
    top: 50.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_main_center .title {
    height: 169px;
    margin-left: 38px;
}

.banner_main_center a {
    width: 173px;
    height: 51px;
    background: #0052da;
    font-size: 17.5px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_main_center a:hover {
    opacity: 0.9;
    /* background: #0c49c9;
    box-shadow: 8px 8px 20px 0px rgb(55 99 170 / 30%); */
}

.banner_main .code_box {
    position: absolute;
    top: 47%;
    right: 12%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_main .code_box img {
    width: 73.5px;
    height: 73px;
}

.banner_main .code_box p {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #373d41;
    line-height: 20px;
    letter-spacing: 0.8px;
    margin-top: 18px;
}

.title_box {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 75px;
}

.title_box_l {
    width: 4.5px;
    height: 71px;
    background: linear-gradient(180deg, #0a73e6 41%, #d11313 71%, #e7817f 100%);
}

.title_box_r {
    margin-left: 20px;
    text-align: left;
}

.title_box_r .title {
    font-size: 34px;
    font-weight: 700;
    color: #374567;
    line-height: 33px;
    letter-spacing: 0.34px;
}

.title_box_r p {
    font-size: 20px;
    font-weight: 600;
    color: #2d3c5f;
    line-height: 32.5px;
    margin-top: 16px;
}

.title_box_r p .year {
    font-weight: 700;
    color: #ff2200;
    line-height: 30px;
    margin-left: 16px;
}

.title_box_r p .date {
    font-weight: 700;
    color: #182889;
    line-height: 30px;
    margin-left: 4px;
}

.background {
    background: #f9faff;
}

.background_main {
    width: 1086px;
    margin: 0 auto;
    padding: 45px 0px 40px;
}

.background_main P {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #1d2023;
    line-height: 30px;
    letter-spacing: 0.28px;
    padding-bottom: 17px;
}

.schedule {
    background: url(https://files.yuanian.com/yuanian/page_image/Szhzx/fbh_image/schedule-bg.jpg) no-repeat;
    background-position: top left;
    background-size: cover;
}

.schedule_main {
    padding: 50px 0px 46px;
    width: 1090px;
    margin: 0 auto;
}

.schedule_main_tabs {
    display: flex;
}

.schedule_main_tabs li {
    width: 328px;
    height: 67px;
    border: 1px solid #e9ebed;
    padding: 18px 12px 22px 22px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/Szhzx/fbh_image/yc-item-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.schedule_main_tabs li:nth-child(2) {
    border-left: none;
    border-right: none;
}

.schedule_main_tabs li:nth-child(2) p {
    width: 98%;
}

.schedule_main_tabs li:nth-child(3) p {
    width: 94%;
}

.schedule_main_tabs li span {
    font-size: 20px;
    font-weight: 600;
    color: #ff2200;
}

.schedule_main_tabs li p {
    padding-top: 8px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #1d2023;
}

.schedule_main_tabs .active {
    height: 70px;
    background: url(https://files.yuanian.com/yuanian/page_image/Szhzx/fbh_image/yc-select.jpg);
    background-size: cover;
    margin-top: -3px;
}

.schedule_main_tabs .active span {
    color: #ffffff;
}

.schedule_main_tabs .active p {
    color: #ffffff;
}

.schedule_main_content {
    padding-top: 14px;
}


.schedule_main_content .content_box {
    padding: 30px 50px 38px 24px;
    background: #ffffff;
    border: 1px solid #e9ebed;
    display: none;
}

.schedule_main_content .content_box:nth-child(1) {
    display: block;
}

.content_box .describe img {
    width: 48px;
    height: 38.5px;
}

.content_box .describe .img-l {
    margin-left: 10px;
}

.content_box .describe .img-r {
    float: right;
    margin-top: -10px;
}


.content_box .describe p {
    width: 949px;
    font-size: 14px;
    font-weight: 400;
    color: #1d2023;
    line-height: 26px;
    margin-top: -7px;
    margin-left: 54px;
}

.guest .guest_title {
    display: flex;
    align-items: flex-end;
}

.guest .guest_title img {
    width: 46px;
    height: 47.5px;
}

.guest_title_r {
    width: 100%;
    border-bottom: 0.5px solid #e9ebed;
}

.guest_title_r span {
    font-size: 20px;
    font-weight: 600;
    color: #1d2023;
    line-height: 36px;
}

.guest-list {
    display: flex;
    justify-content: center;
    padding: 30px 0px 42px;
}

.guest-list li {
    width: 319px;
    height: 240px;
    margin-right: 36px;
}

.guest-list li:last-child {
    margin-right: 0px;
}

.btn_box {
    display: flex;
    justify-content: center;
}

.content_box .btn_box .apply {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 218px;
    height: 46px;
    background: #f7393a;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

.content_box .btn_box .apply:hover {
    opacity: 0.9;
}

.content_box .btn_box .getData {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 216px;
    height: 44px;
    background-color: #f6f6f6;
    border: solid 1px #cfcfcf;
    font-size: 15px;
    color: #373d41;
    font-weight: 500;
    margin-left: 18px;
}

.content_box .btn_box .getData:hover {
    background: #f7393a;
    border: solid 1px #f7393a;
    color: #ffffff;
}

.table-style {
    width: 994px;
    margin: 20px 0px 38px 16px;
    text-align: left;
}

.table-style thead {
    width: 100%;
    height: 49px;
    line-height: 49px;
    background: #fff5f5;
}

.table-style thead tr th {
    font-size: 16px;
    font-weight: 600;
    color: #ff2200;
    padding-left: 46px;
}

.table-style tbody tr {
    border-top: 4px solid #fff;
    width: 100%;
    background-color: #fafafc;
}

.table-style tbody tr td {
    padding-left: 46px !important;
    padding: 28px 0px 18px;
    font-size: 16px;
    font-weight: 600;
    color: #04040a;
    line-height: 32.5px;
}

.table-style tbody tr td span {
    width: 200px;
    min-height: 36px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    vertical-align: top;
}

.table-style tbody tr td:nth-child(3) {
    display: flex;
}

.system {
    background-color: #fff;
}

.system h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #1d2023;
    padding: 80px 0px 22px 0px;
}

.system h5 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #2d3c5f;
}

.system_main {
    width: 1090px;
    margin: 0 auto;
    padding: 90px 0px 50px 0px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.system_main li {
    width: 339px;
    height: 243px;
    box-shadow: 0px 1px 4px 0px rgba(141, 141, 141, 0.31);
    margin-bottom: 44px;
    background: url(https://files.yuanian.com/yuanian/page_image/Szhzx/fbh_image/item-icon.jpg);
    background-size: 225px 102px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #ffffff;
    margin-right: 35px;
}
.system_main li:nth-child(3n){
    margin-right: 0px;
}

.system_main li .top-line {
    width: 100%;
    height: 9px;
    background-image: linear-gradient(215deg,
            #e7817f 0%,
            #dc4a49 27%,
            #d11313 44%,
            #0a73e6 54%),
        linear-gradient(#f6f6f6,
            #f6f6f6);
    background-blend-mode: normal,
        normal;

}

.system_main li .li_main {
    padding: 30px 20px 17px 20px;
}

.system_main li .li_main .top {
    display: flex;
    align-items: center;
}

.system_main li .li_main .top .time-data {
    width: 83.5px;
    height: 21px;
    border: 0.5px solid #f7393a;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #f7393a;
    line-height: 21px;
}

.system_main li .li_main .top .time-icon {
    width: 14px;
    height: 14px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/Szhzx/fbh_image/time.png);
    background-size: cover;
    background-position: center;
    margin: 0px 6px 0px 18px;
}

.system_main li .li_main .top .time {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.system_main li .li_main .mid {
    padding-top: 20px;
    min-height: 96px;
}

.system_main li .li_main .mid span {
    font-size: 22px;
    font-weight: 600;
    color: #1d2023;
    line-height: 28px;
}

.system_main li .li_main .mid p {
    font-size: 17.5px;
    font-weight: 400;
    color: #1d2023;
    padding-top: 16px;
}

.system_main li .li_main .base {
    display: flex;
    justify-content: space-between;
}

.system_main li .li_main .base a {
    width: 142px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}

.system_main li .li_main .base .watch {
    background: #0a73e6;
    color: #ffffff;
}

.system_main li .li_main .base .watch:hover {
    opacity: 0.9;
}

.system_main li .li_main .base .down {
    border: 0.5px solid #cfcfcf;
    background: #f6f6f6;
    color: #bfbfbf;
}

.system_main .li_main .base .down:hover {
    color: #0a73e6;
}

.system_main li .li_main .base .ban {
    pointer-events: none;

}

.system_main li .li_main .base .not-ban {
    color: #666;

}

.system_main .select {
    background: url(https://files.yuanian.com/yuanian/page_image/Szhzx/fbh_image/item-select.jpg);
    background-size: cover;

}

.system_main .select .top-line {
    opacity: 0;
}

.system_main .select .li_main .top .time-data {
    border: 0.5px solid #fff;
    color: #fff;
}

.system_main .select .li_main .top .time-icon {
    background-image: url(https://files.yuanian.com/yuanian/page_image/Szhzx/fbh_image/white-time.png);
}

.system_main .select .li_main .top .time {
    color: #fff;
}

.system_main .select .li_main .mid span {
    color: #fff;
}

.system_main .select .li_main .mid p {
    color: #fff;
}

.system_main .select .li_main .base .watch {
    border: 0.5px solid #ffffff;
    color: #ffffff;
    background: transparent;
}

.system_main .select .li_main .base .watch:hover {
    background: #fff;
    color: #0a73e6;
    opacity: 1;
}

.system_main .select .li_main .base .down {
    border: 0.5px solid #fff;
    background: #fff;
    color: #666;
}

.system_main .select .li_main .base .down:hover {
    color: #0a73e6;
}

.enterprise {
    background: #f9faff;
}

.tjzx {
    background-image: url(https://files.yuanian.com/yuanian/page_image/Szhzx/fbh_image/jctj-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 74px;
}

.tjzx_main {
    width: 1090px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tjzx_main h3 {
    font-size: 30px;
    font-weight: 600;
    color: #1d2023;
    line-height: 50px;
    height: 50px;
    padding-top: 55px;
    margin-bottom: 30px;

}

.tjzx_main h3 span {
    font-size: 14px;
    float: right;
    color: #ff2200;
    font-weight: 500;
}

.tjzx_main h3 .sub-tit {
    font-size: 24px;
    font-weight: 600;
    color: #afb5bc;
    margin-left: 30px;
    float: unset
}

.tjzx_main h3 span a {
    color: #ff2200;
}

.tjzx_main h3 span a:hover {
    color: #f03833;
}

.tjzx_main h3 img {
    width: 15px;
}


.jctj ul {
    width: 434px;
    padding: 6px 40px 10px 36px;
    background: #ffffff;
    box-shadow: 0px 1px 3.92px 0.08px rgba(141, 141, 141, 0.31);
}

.jctj ul li {
    border-bottom: 0.5px solid #e9ebed;
}

.jctj ul li:last-child {
    border-bottom: none;
}

.jctj ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #373d41;
    line-height: 47px;
    display: flex;
    align-items: center;

}

.jctj ul li a span {
    font-size: 19px;
    font-style: italic;
    color: #373d41;
    line-height: 26px;
    display: block;
    margin: 0px 5px 0px 0px;
}

.jctj ul li a p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zxzx {
    width: 505px;
}

.zxzx_main {
    width: 100%;
    height: 396px;
    background: #ffffff;
    box-shadow: 0px 1px 3.92px 0.08px rgba(141, 141, 141, 0.31);
}

.zxzx_main a {
    width: 427px;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #04040a;
}

.zxzx_main a dl dt {
    display: none;
}
.zxzx_main a:nth-child(1) dl dt {
    display: block;
}

.zxzx_main a:nth-child(1) dl {
    padding-top: 30px;
    position: relative;
}

.zxzx_main a:nth-child(1) dl dt img {
    width: 100%;
    height: 260px;
}

.zxzx_main a:nth-child(1) dl dd {
    position: absolute;
    bottom: 0px;
    background: #0058bb;
    width: 100%;
    color: #fff;
    height: 35px;
    line-height: 35px;
    display: flex;
    align-items: center;
}

.zxzx_main a:nth-child(2) dl dd {
    border-bottom: 0.5px solid #e9ebed;
}

.zxzx_main a:nth-child(2) dl dd,
.zxzx_main a:nth-child(3) dl dd {
    display: flex;
    align-items: center;
    color: #373d41;
    line-height: 47px;
}

.zxzx_main a dl dd p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.circle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    opacity: 1;
    background: #ffffff;
    display: block;
    margin: 0px 5px 0px 15px;
    min-width: 5px;
}

.zxzx_main a:nth-child(2) dl dd .circle,
.zxzx_main a:nth-child(3) dl dd .circle {
    background: #373d41;
}




.jchg {
    width: 510px;
}

.jchg_center {
    width: 100%;
    height: 308px;
    background: #ffffff;
    box-shadow: 0px 1px 3.92px 0.08px rgba(141, 141, 141, 0.31);
    position: relative;
    padding-top: 26px;

}

.jchg_center .swiper-container {
    width: 90%;
    display: flex;
}



.jchg_main video {
    width: 100%;
    height: 277px;
    object-fit: cover;
    background: #000;
}

.jchg_main p {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #373d41;
    padding-top: 20px;
}

.swiper-button-right,
.swiper-button-left {
    width: 18px;
    height: 32px;
    z-index: 999;
    top: 38%;
    cursor: pointer;
}

.swiper-button-right {
    right: 8px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/right_hide.png);
}

.swiper-button-left {
    left: 8px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/left_hide.png);
}

.swiper-button-right:hover {
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/right.png);
}

.swiper-button-left:hover {
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/left.png);
}


.dhhx {
    width: 505px;
}

.dhhx .swiper-container {
    text-align: center;
    width: 444px;

}

.dhhx .dhhx_main {
    width: 100%;
    height: 334px;
    background: #ffffff;
    box-shadow: 0px 1px 3.92px 0.08px rgba(141, 141, 141, 0.31);
}

.dhhx_main img {
    height: 277px;
    width: 444px;
    padding-top: 26px;
    padding-bottom: 27px;
}

.YN_cgan {
    background: #fff;
    padding-bottom: 0px;
}

.YN_cgan_main {
    width: 1058px;
    margin-top: 40px;
}

.YN_cgan_main .YN_cgan_main_center {
    width: 990px;
    height: 248px;
    background-color: #ffffff;
    box-shadow: 0px 1px 11px 0px rgba(4, 0, 0, 0.09);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

.swiper-pagination-bullet-active {
    background: #f7393a;
}

.lxwm-box {
    width: 1090px;
    margin: 0 auto;
    margin-top: 44px;
    margin-bottom: 74px;
}

.lxwm-content {
    background: url(https://files.yuanian.com/yuanian/page_image/Szhzx/fbh_image/lxwm-bg.png);
    background-size: cover;
    position: relative;
    padding: 16px 28px 50px 24px;
    border-right: 2px solid #F3F3F3;
}

.lxwm-content .title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lxwm-content .title-box h4 {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lxwm-content .title-box a {
    font-size: 16px;
    color: #ffffff;
}

.lxwm-content .title-box h4 img {
    width: 25px;
    height: 25px;
    margin-right: 18px;
}

.content-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 62px;
}

.content-left {
    width: 253px;
    height: 210px;
    background: #ffffff;
    box-shadow: 0px 0.5px 6.5px 0px rgba(147, 161, 171, 0.20);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-right: 50px;
}

.content-left:last-child {
    margin-right: 0px;
}

.content-left .email {
    width: 73px;
    height: 57px;
    margin-bottom: 28px;
}

.content-left p {
    font-size: 16px;
    color: #333333;
}


.content-left .code-bg {
    width: 119px;
    height: 120px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 17px;
}

.content-left .code-bg img {
    width: 102px;
    height: 102px;
}

.bottom-bg {
    width: 98%;
    height: 2px;
    background: #F3F3F3;
    margin-left: 22px;
}

@media screen and (max-width: 1024px) {
    .banner {
        height: 180px;
    }

    .banner_main_center .title {
        height: 72px;
        margin-left: 0px;
        max-width: 236px !important;
    }

    .banner_main_center a {
        width: 120px;
        height: 32px;
        font-size: 12px;
        margin-top: 30px;
    }

    .banner_main .code_box {
        top: 20%;
        right: 0%;
        display: none;
    }

    .title_box {
        width: 92%;
        padding-top: 50px;
    }

    .title_box_r .title {
        font-size: 24px;
    }

    .background_main {
        width: 92%;
    }

    .schedule_main {
        width: 92%;
    }

    .schedule_main_tabs {
        display: inherit;
    }

    .schedule_main_tabs li {
        width: 90%;
    }

    .schedule_main_tabs li:nth-child(2) {
        border-left: 1px solid #e9ebed;
        ;
        border-right: 1px solid #e9ebed;
        ;
        border-top: none;
        border-bottom: none;
    }

    .schedule_main_content .content_box {
        /* padding: 30px 24px 38px 24px; */
        padding: 30px 10px 38px 10px;
    }


    .content_box .describe .img-l {
        margin-left: 0px;
    }

    .content_box .describe p {
        width: 84%;
        margin-left: 28px;
    }

    .guest-list li {
        width: 100%;
        height: auto;
        margin-right: 15px;
    }

    .table-style {
        width: 100%;
        margin: 20px 0px 38px 0px;
    }

    .table-style thead tr th {
        font-size: 12px;
        padding-left: 6px;
    }

    .table-style tbody tr td {
        padding-left: 6px !important;
        padding: 14px 0px 0px;
        font-size: 12px;
        line-height: 24px;
    }

    .table-style tbody tr td:nth-child(3) {
        display: inherit;
    }

    .table-style tbody tr td span {
        width: auto;
        font-size: 12px;
        line-height: 18px;
    }

    .table-style tbody tr td p:last-child {
        padding-bottom: 14px;
    }

    .system h2 {
        font-size: 24px;
        padding: 40px 0px 22px 0px;
    }

    .system_main {
        width: 92%;
        padding: 45px 0px 25px;
    }

    .system_main li {
        width: 100%;
    }

    .tjzx_main {
        width: 92%;
    }

    .jctj {
        width: 100%;
    }

    .tjzx_main h3 {
        font-size: 24px;
    }

    .jctj ul {
        width: auto;
        padding: 6px 17px 10px 16px;
    }

    .jctj ul li a {
        font-size: 12px;
    }

    .swiper-button-right,
    .swiper-button-left {
        display: block;
    }

    .zxzx {
        width: 100%;
    }

    .zxzx_main {
        height: auto;
        padding-bottom: 10px;
    }

    .zxzx_main a {
        width: 90%;
    }

    .zxzx_main a:nth-child(1) dl dt img {
        height: 170px;
    }

    .tjzx_main h3 .sub-tit {
        font-size: 20px;
    }

    .jchg {
        width: 100%;
    }

    .jchg_center {
        height: auto;
        padding-bottom: 20px;
    }

    .jchg_main video {
        height: 180px;
    }

    .dhhx {
        width: 100%;
    }

    .dhhx .dhhx_main {
        height: auto;
    }

    .dhhx_main img {
        width: 90%;
        height: auto;
    }

    .dhhx .swiper-container {
        width: 100%;
    }

    .YN_cgan_main {
        width: 100%;
    }

    .YN_cgan_main .YN_cgan_main_center {
        width: 100%;
        height: auto;
        box-shadow: none;
        background: none;
    }

    .lxwm-box {
        width: 92%;
    }

    .lxwm-content {
        width: 94%;
        height: auto;
        background-image: url(https://files.yuanian.com/yuanian/page_image/Szhzx/fbh_image/lxwm-bg-yd.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top left;
        padding: 16px 0px 0px 16px;
        margin: 0 auto;
    }

    .content-box {
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .content-left {
        margin-right: 0px;
        box-shadow: none;
        height: auto;
        margin-bottom: 30px;
    }

    .bottom-bg {
        width: 99%;
        height: 2px;
        background: #F3F3F3;
        margin-left: 0px;
        margin-top: -2px;
    }
}
