.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.relative {
    position: relative;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.bx {
    box-sizing: border-box;
}

.absolute {
    /*position: absolute;*/
}

input {
    border: none;
    inset-inline: none;
    outline: none;
}

input:focus {
    border: none;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.container-header-block {
    background: #ffffff;
    position: relative;
    z-index: 12;
}

.f-i-center {
    align-items: center;
}

.f-j-center {
    justify-content: center;
}

.f-j-bet {
    justify-content: space-between;
}

.f-j-around {
    justify-content: space-around;
}

.relative {
    position: relative;
}

.a {
    position: absolute;
}

.w-layout {
    width: 85% !important;
    margin: 0 auto;
    min-width: 1190px;
    max-width: 1920px;
}

.w-layout-block {
    width: 73%;
}

.mclear {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clear {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container-layout .nav-header {
    height: 56px;
    /* line-height: 56px; */
}

.container-layout .nav-header .header-left .left-logo {
    display: block;
    width: 130px;
    height: 46px;
}

.container-layout .nav-header .header-left .header-current {
    margin-left: 16px;
    color: #ff6e00;
    font-size: 20px;
    font-weight: 700;
}

.container-layout .nav-header .header-left .header-current h1 {
    font-size: 20px;
    font-weight: 700;
}

.container-layout .nav-header .header-center {
    margin-left: 40px;
}

.container-layout .nav-header .header-center .header-nav>li:hover {
    cursor: pointer;
}

.container-layout .nav-header .header-center .header-nav>li>a {
    display: inline-block;
    margin-right: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.container-layout .nav-header .header-center .header-nav>li:nth-child(1) a {
    text-indent: 0px;
}

/*  .container-layout .nav-header .header-center .header-nav >li:nth-child(2) a {
    text-indent: -56px;
  }*/
.container-layout .nav-header .header-center .header-nav>li:nth-last-child(1) a {
    text-indent: -85px;
}

.container-layout .nav-header .header-center .header-nav>li a {
    overflow: hidden;
    text-indent: -70px;
}

.container-layout .nav-header .header-right-phone-pannel .right-phone {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #333333;
}

.container-layout .nav-header .header-right-phone-pannel .right-phone .phone {
    width: 24px;
    margin-right: 10px;
    height: 24px;
}

.container-layout .nav-header-bottom {
    width: 100%;
    background: #ff6e00;
    position: relative;
    z-index: 2;
    min-width: 1200px;
}

.container-layout .nav-header-bottom .nav-wrapper {
    height: 52px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: white;
}

.container-layout .nav-header-bottom .nav-wrapper .nav-wrapper-header {
    width: 100%;
}

.container-layout .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i {
    cursor: pointer;
    display: block;
    flex: 1 0 auto;
}

.container-layout .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents {
    position: absolute;
    background: white;
    border: 1px solid #ff6e00;
    box-shadow: 0px 2px 16px 0px rgba(255, 110, 0, 0.16);
    display: inline-block;
    top: 35px;
    left: 0px;
    display: none;
    z-index: 22;
    border-radius: 0px 10px 10px 10px;
    overflow: hidden;
    border-top: none;
}

.container-layout .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents.active {
    display: block;
}

.container-layout .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents .nav-header-n {
    color: #ff6e00;
    padding-left: 25px;
    margin: 24px 0px 16px;
    box-sizing: border-box;
}

.container-layout .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents .nav-wrapper-list {
    padding: 10px 20px 20px 24px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.container-layout .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents .nav-wrapper-list .nav-link-i-g {
    padding-bottom: 16px;
    display: inline-block;
    margin-right: 16px;
    box-sizing: border-box;
    min-width: 80px;
}

.container-layout .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-bg-contents .nav-wrapper-list {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.container-layout .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-link {
    padding: 9px 14px 14px;
    box-sizing: border-box;
    position: relative;
    z-index: 222;
    box-sizing: border-box;
}

.container-layout .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-link.active {
    background: white;
    color: #ff6e00;
    border: 1px solid #ff6e00;
    border-bottom: none;
    border-radius: 4px 4px 0px 0px;
    box-sizing: border-box;
}

.container-layout .nav-header-bottom .nav-wrapper .nav-wrapper-header .hover-nav-i .nav-link {
    color: #fff;
}

.container-layout .nav-pannel-container {
    margin-top: 10px;
}

.container-layout .nav-pannel-container .nav-pannel-top {
    padding: 17px 34px 8px;
    border-radius: 4px;
    background: white;
    box-shadow: 0px 4px 16px 0px #faf3ed;
    box-sizing: border-box;
}

.sydw-main {
    min-width: 1200px;
    margin: 0 auto;
    font-size: 16rem;
    color: #333333;
}

.sydw-main .sydw-nav {
    box-sizing: border-box;
    background-color: #F9F9F9;
    padding: 20rem 0 14rem;
    margin: 15rem 0 25rem;
}

.sydw-main .sydw-nav .hot-area {
    box-sizing: border-box;
    padding-left: 26rem;
    margin-bottom: 20rem;
}

.sydw-main .sydw-nav .hot-area .icon img {
    width: 26rem;
    height: 26rem;
}

.sydw-main .sydw-nav .hot-area .item {
    font-weight: 500;
    color: #333333;
    margin-left: 5rem;
    font-size: 24rem;
}

.sydw-main .sydw-nav .hot-area .item .hot {
    color: #FB6E31;
}

.sydw-main .sydw-nav .area-box {
    padding-left: 55rem;
    flex-wrap: wrap;
}

.sydw-main .sydw-nav .area-box .area-item {
    margin-right: 50rem;
    font-weight: 400;
    margin-bottom: 19rem;
}

.sydw-main .sydw-nav .area-box .area-item a {
    color: #333333;
}

.sydw-main .sydw-nav .area-box .area-item a:hover {
    color: #ff6e00;
}

.sydw-main .sydw-top {
    margin-bottom: 37rem;
    box-sizing: border-box;
}

.sydw-main .sydw-top-left {
    width: calc(100% - 548rem);
    box-sizing: border-box;
}

.sydw-main .sydw-top-left-banner {
    width: 100%;
    display: flex;
}

/* start */

.sydw-main .sydw-top-left-banner .add_border {
    width: calc(100% - 663rem - 28rem);
    height: 335rem;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.14);
    border-radius: 12px;
    border: 1px solid #F3F3F3;
    padding: 28rem 28rem;
    box-sizing: border-box;
    margin-right: 28rem;
}

.sydw-main .sydw-top-left-banner .add_border .ac-box {
    /* padding: 0rem 28rem 28px 28rem; */
}


.sydw-main .sydw-top-left-banner .banner-box {
    width: 663rem;
    height: 335rem;
    border-radius: 10rem;
}

.sydw-main .sydw-top-left-banner .banner-box .header-info-banner {
    height: 100%;width: 100%;
    position: relative;
}

.sydw-main .sydw-top-left-banner .banner-box .header-info-banner .swiper {
    height: 100%;
}

.sydw-main .sydw-top-left-banner .wrap-at .a-swiper {
    display: none;
}

.sydw-main .sydw-top-left-banner .wrap-at .c-swiper0 {
    display: block;
}

.sydw-main .sydw-top-left-banner .banner-box .header-info-banner .b-imgs {
    height: 100%;
    cursor: pointer;
}

.sydw-main .sydw-top-left-banner .banner-box .header-info-banner .b-imgs a {
    display: block;
    width: 100%;
    height: 100%;
}

.sydw-main .sydw-top-left-banner .banner-box .header-info-banner .b-imgs img {
    width: 100%;
    height: 100%;
    border-radius: 10rem;
}

.sydw-main .sydw-top-left-banner .banner-box .header-info-banner .arrow-boxs {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    cursor: pointer;
}

.sydw-main .sydw-top-left-banner .banner-box .header-info-banner .arrow-boxs .rt,
.sydw-main .sydw-top-left-banner .banner-box .header-info-banner .arrow-boxs .lt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26rem;
    height: 58rem;
    opacity: 0.4;
    background: black;
    cursor: pointer;
    user-select: none;
}

.sydw-main .sydw-top-left-banner .banner-box .header-info-banner .s-btm {
    padding-left: 20rem;
    box-sizing: border-box;
    color: #fff;
    width: 663rem;
    position: absolute;
    bottom: 0;
    height: 46rem;
    line-height: 46rem;
    font-weight: 500;
    background: linear-gradient(180deg, black 0%, transparent 100%);
}

.sydw-main .sydw-top-left-banner .rm-tj {
    /* margin: 28rem 0rem 0rem; */
    /* padding-left: 28rem;
    padding-right: 28rem;
    padding-top: 28px; */
}

.sydw-main .sydw-top-left-banner .hot-area {
    box-sizing: border-box;
    margin-bottom: 26rem;
}

.sydw-main .sydw-top-left-banner .hot-area .icon img {
    width: 26rem;
    height: 26rem;
}

.sydw-main .sydw-top-left-banner .hot-area .item {
    font-weight: 500;
    color: #333333;
    margin-left: 5rem;
    font-size: 24rem;
    line-height: 24rem;
}

.sydw-main .sydw-top-left-banner .hot-area .item .hot {
    color: #FB6E31;
}

.sydw-main .sydw-top-left-banner .hot-area .more a {
    font-size: 16rem;
    font-weight: 400;
    color: #F9511F;
}

.sydw-main .sydw-top-left-banner .ac-box-item {
    /* margin-bottom: 19rem; */
    margin-top: 24rem;
}

.sydw-main .sydw-top-left-banner .ac-box-item .t-box {
    /* margin-bottom: 10rem; */
    /* padding-left: 4rem; */
}

.sydw-main .sydw-top-left-banner .ac-box-item .t-box .area-btn {
    width: 90rem;
    height: 35rem;
    text-align: center;
    line-height: 35rem;
    background: #FB6E31;
    border-radius: 5rem;
    font-weight: 500;
    color: #fff;
    font-size: 18rem;
    margin-right: 15rem;
}

.sydw-main .sydw-top-left-banner .ac-box-item .t-box .t1 {
    margin-right: 12rem;
    max-width: 220rem;
}

.sydw-main .sydw-top-left-banner .ac-box-item .t-box .t1 a {
    font-weight: 500;
    font-size: 18rem;
    color: #ff6e00;
}

.sydw-main .sydw-top-left-banner .ac-box-item .t2-box {
    margin-top: 19rem;
    /* padding-left: 10rem; */
}

.sydw-main .sydw-top-left-banner .ac-box-item .t2-box a {
    color: #333;
}

.sydw-main .sydw-top-left-banner .ac-box-item .t2-box a:hover {
    color: #ff6e00;
}

.sydw-main .sydw-top-left-banner .ac-box-item .t2-box .zw {
    margin-right: 8rem;
}

.sydw-main .sydw-top-left-banner .ac-box-item .t2-box .zw-box {
    display: block;
    font-size: 18rem;
    line-height: 18rem;
    /* padding-left: 8rem; */
}

/* .sydw-main .sydw-top-left .ac-box-item .t2-box .zw-box::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 14rem;
    background-color: #c1c1c1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
} */

.sydw-main .sydw-top-left-banner .ac-box-item .t2-box .zw-box .a1 {
    margin-right: 10rem;
}

/* end */


.sydw-main .sydw-top-left .add_border {
    width: 909rem;
    height: 335rem;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.14);
    border-radius: 12px;
    border: 1px solid #F3F3F3;
    padding: 28rem 28rem;
    box-sizing: border-box;
    margin-right: 28rem;
}

.sydw-main .sydw-top-left .add_border .ac-box {
    /* padding: 0rem 28rem 28px 28rem; */
}

.sydw-main .sydw-top-left .banner-box {
    height: 335rem;
    border-radius: 10rem;
}

.sydw-main .sydw-top-left .banner-box .header-info-banner {
    height: 100%;
    position: relative;
}

.sydw-main .sydw-top-left .banner-box .header-info-banner .swiper {
    height: 100%;
}

.sydw-main .sydw-top-left .wrap-at .a-swiper {
    display: none;
}

.sydw-main .sydw-top-left .wrap-at .c-swiper0 {
    display: block;
}

.sydw-main .sydw-top-left .banner-box .header-info-banner .b-imgs {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.sydw-main .sydw-top-left .banner-box .header-info-banner .b-imgs a {
    display: block;
    width: 100%;
    height: 100%;
}

.sydw-main .sydw-top-left .banner-box .header-info-banner .b-imgs img {
    width: 100%;
    height: 100%;
    border-radius: 10rem;
}

.sydw-main .sydw-top-left .banner-box .header-info-banner .arrow-boxs {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    cursor: pointer;
}

.sydw-main .sydw-top-left .banner-box .header-info-banner .arrow-boxs .rt,
.sydw-main .sydw-top-left .banner-box .header-info-banner .arrow-boxs .lt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26rem;
    height: 58rem;
    opacity: 0.4;
    background: black;
    cursor: pointer;
    user-select: none;
}

.sydw-main .sydw-top-left .banner-box .header-info-banner .s-btm {
    padding-left: 20rem;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 46rem;
    line-height: 46rem;
    font-weight: 500;
    background: linear-gradient(180deg, black 0%, transparent 100%);
}

.sydw-main .sydw-top-left .rm-tj {
    /* margin: 28rem 0rem 0rem; */
    /* padding-left: 28rem;
    padding-right: 28rem;
    padding-top: 28px; */
}

.sydw-main .sydw-top-left .hot-area {
    box-sizing: border-box;
    margin-bottom: 26rem;
}

.sydw-main .sydw-top-left .hot-area .icon img {
    width: 26rem;
    height: 26rem;
}

.sydw-main .sydw-top-left .hot-area .item {
    font-weight: 500;
    color: #333333;
    margin-left: 5rem;
    font-size: 24rem;
    line-height: 24rem;
}

.sydw-main .sydw-top-left .hot-area .item .hot {
    color: #FB6E31;
}

.sydw-main .sydw-top-left .hot-area .more a {
    font-size: 16rem;
    font-weight: 400;
    color: #F9511F;
}

.sydw-main .sydw-top-left .ac-box-item {
    /* margin-bottom: 19rem; */
    margin-top: 24rem;
}

.sydw-main .sydw-top-left .ac-box-item .t-box {
    /* margin-bottom: 10rem; */
    /* padding-left: 4rem; */
}

.sydw-main .sydw-top-left .ac-box-item .t-box .area-btn {
    width: 90rem;
    height: 35rem;
    text-align: center;
    line-height: 35rem;
    background: #FB6E31;
    border-radius: 5rem;
    font-weight: 500;
    color: #fff;
    font-size: 18rem;
    margin-right: 15rem;
}

.sydw-main .sydw-top-left .ac-box-item .t-box .t1 {
    margin-right: 12rem;
    max-width: 220rem;
}

.sydw-main .sydw-top-left .ac-box-item .t-box .t1 a {
    font-weight: 500;
    font-size: 18rem;
    color: #ff6e00;
}

.sydw-main .sydw-top-left .ac-box-item .t2-box {
    margin-top: 19rem;
    /* padding-left: 10rem; */
}

.sydw-main .sydw-top-left .ac-box-item .t2-box a {
    color: #333;
}

.sydw-main .sydw-top-left .ac-box-item .t2-box a:hover {
    color: #ff6e00;
}

.sydw-main .sydw-top-left .ac-box-item .t2-box .zw {
    margin-right: 8rem;
}

.sydw-main .sydw-top-left .ac-box-item .t2-box .zw-box {
    display: block;
    font-size: 18rem;
    line-height: 18rem;
    /* padding-left: 8rem; */
}

/* .sydw-main .sydw-top-left .ac-box-item .t2-box .zw-box::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 14rem;
    background-color: #c1c1c1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
} */

.sydw-main .sydw-top-left .ac-box-item .t2-box .zw-box .a1 {
    margin-right: 10rem;
}

.sydw-main .sydw-top .n1 {
    padding-top: 15rem;
}

.sydw-main .sydw-top .n1 .dds {
    padding: 0 25rem 0 5rem;
}

.sydw-main .sydw-top .n1 .c-box {
    padding-left: 10rem;
    flex-wrap: wrap;
}

.sydw-main .sydw-top .n1 .c-box-item {
    width: 114rem;
    height: 34rem;
    text-align: center;
    line-height: 34rem;
    background: rgba(212, 212, 212, 0.35);
    border: 1px solid #D4D4D4;
    border-radius: 5rem;
    color: #999999;
    font-size: 16rem;
    margin-bottom: 18rem;
    margin-right: 13rem;
    cursor: pointer;
}

.sydw-main .sydw-top .n1 .c-box-item:nth-child(8) {
    margin-right: 0;
}

.sydw-main .sydw-top .n1 .c-box .c-active {
    background: rgba(251, 110, 49, 0.35);
    border: 1px solid #FB6E31;
    color: #F9511F;
}

.sydw-main .sydw-top .n1 .wrap-at .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 0rem;
    left: 50%;
}

.sydw-main .sydw-top .n1 .wrap-at .swiper-pagination span {
    margin: 0 5px;
    background: #ff6e00;
}

.sydw-main .sydw-top .n1 .at-box .at-item {
    width: calc(100% - 11rem);
    transition: all linear .3s;
    margin-bottom: 12rem;
    padding: 10rem 10rem 10rem 7rem;
    height: 130rem;
    background: #FFFFFF;
}

.sydw-main .sydw-top .n1 .at-box .at-item .at-list {
    border-bottom: 1rem solid #faf3ed;
    padding-bottom: 4rem;
    margin-left: 14rem;
}

.sydw-main .sydw-top .n1 .at-box .at-item .at-list .at-title {
    margin-bottom: 10rem;
    font-size: 20rem;
    font-weight: 500;
}

.sydw-main .sydw-top .n1 .at-box .at-item .at-list .at-title a {
    color: #000000;
}

.sydw-main .sydw-top .n1 .at-box .at-item .at-list .at-title a:hover {
    color: #F9511F;
}

.sydw-main .sydw-top .n1 .at-box .at-item .at-list .at1 {
    /* font-weight: 500; */
}

.sydw-main .sydw-top .n1 .at-box .at-item .at-list .at1 a {
    color: #999999;
}

.sydw-main .sydw-top .n1 .at-box .at-item .at-list .a9 {
    font-weight: 500;
    color: #b1b1b1;
}

.sydw-main .sydw-top .n1 .at-box .at-item .at-list .active {
    color: #F9511F;
}

.sydw-main .sydw-top .n1 .at-box .at-item .at-list .a8 {
    margin-top: 10rem;
    font-weight: 500;
    color: #f9511f;
}

.sydw-main .sydw-top .n1 .at-box .at-item .at-list .a8 .ss {
    margin-right: 10rem;
    color: #F9511F;
    position: relative;
}

.sydw-main .sydw-top .n1 .at-box .at-item .at-list .a8 a {
    color: #f9511f;
}

.sydw-main .sydw-top .n1 .at-box .at-item .at-list .a8 .ss::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 16rem;
    background-color: #d8d8d8;
    right: -6rem;
    top: 3rem;
}

.sydw-main .sydw-top .n1 .at-box .at-item:hover {
    box-shadow: 0 0 13rem 0 #DCDCDC;
    border-radius: 10rem;
    transform: translateX(8rem);
    width: calc(100% - 11rem);
}

.sydw-main .sydw-top .n1 .at-box .icon19 {
    width: 204rem;
    height: 116rem;
}

.sydw-main .sydw-top .m-1 .hot-area {
    box-sizing: border-box;
    /* padding-left: 26rem; */
    margin-bottom: 20rem;
}

.sydw-main .sydw-top .m-1 .hot-area .icon img {
    width: 26rem;
    height: 26rem;
}

.sydw-main .sydw-top .m-1 .hot-area .item {
    font-weight: 500;
    color: #333333;
    margin-left: 5rem;
    font-size: 24rem;
}

.sydw-main .sydw-top .m-1 .hot-area .item .hot {
    color: #FB6E31;
}

.sydw-main .sydw-top .m-1 .more a {
    font-size: 16rem;
    font-weight: 400;
    color: #F9511F;
}

.sydw-main .sydw-top .m-2 .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 0rem;
    left: 50%;
}

.sydw-main .sydw-top .m-2 .swiper-pagination span {
    margin: 0 5px;
    background: #ff6e00;
}

.sydw-main .sydw-top .m-2-list {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 5rem;
}

.sydw-main .sydw-top .m-2-list .icon20 {
    width: 306rem;
    height: 173rem;
}

.sydw-main .sydw-top .m-2-list .m-item {
    margin-bottom: 26rem;
}

.sydw-main .sydw-top-right {
    box-sizing: border-box;
    width: 528rem;
    margin-left: 20rem;
}

.sydw-main .sydw-top-right .hot-area {
    box-sizing: border-box;
    margin-bottom: 26rem;
}

.sydw-main .sydw-top-right .hot-area .icon img {
    width: 26rem;
    height: 26rem;
}

.sydw-main .sydw-top-right .hot-area .item {
    font-weight: 500;
    color: #333333;
    margin-left: 5rem;
    font-size: 24rem;
}

.sydw-main .sydw-top-right .hot-area .item .hot {
    color: #FB6E31;
}

.sydw-main .sydw-top-right-top {
    box-sizing: border-box;
    height: 805rem;
    background: #FFFFFF;
    box-shadow: 0 0 4rem 0 #E1E1E1;
    border-radius: 10rem;
    margin-bottom: 31rem;
    padding: 18rem 29rem 29rem 29rem;
}

.sydw-main .sydw-top-right-top .month-box {
    padding-left: 15rem;
    flex-wrap: wrap;
    margin-bottom: 39rem;
}

.sydw-main .sydw-top-right-top .month-box .month {
    width: 46rem;
    height: 46rem;
    line-height: 46rem;
    background: #F5F5F5;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    color: #000000;
    margin-bottom: 10rem;
    margin-right: 35rem;
}

.sydw-main .sydw-top-right-top .month-box .month:nth-child(6n) {
    margin-right: 0;
}

.sydw-main .sydw-top-right-top .month-box .month.active {
    background: rgba(251, 110, 49, 0.25);
    color: #f9511f;
}

.sydw-main .ksxx-month {
    display: none;
}

.sydw-main .ri-info0 {
    display: block;
}

.sydw-main .sydw-top-right-top .infos {
    margin-bottom: 19rem;
}

.sydw-main .sydw-top-right-top .infos .text {
    font-size: 22rem;
    font-weight: 500;
    color: #333333;
}

.sydw-main .sydw-top-right-top .infos .select {
    user-select: none;
    width: 127rem;
    height: 35rem;
    line-height: 35rem;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 5rem;
    box-sizing: border-box;
    padding-left: 10rem;
}

.sydw-main .sydw-top-right-top .infos .select:hover .drop {
    display: block;
}

.sydw-main .sydw-top-right-top .infos .select .province {
    cursor: pointer;
    color: #333333;
}

.sydw-main .sydw-top-right-top .infos .select .icons {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.sydw-main .sydw-top-right-top .infos .select .icons img {
    width: 24rem;
    height: 24rem;
    display: block;
}

.sydw-main .sydw-top-right-top .infos .select .drop {
    display: none;
    width: 100%;
    left: 0;
    overflow-y: scroll;
    height: 125rem;
    background-color: #fff;
    top: 35rem;
    border-radius: 3rem;
    box-shadow: 0 0 4rem #d7d7d7;
    z-index: 2;
    box-sizing: border-box;
    color: #555;
    font-size: 14rem;
}

.sydw-main .sydw-top-right-top .infos .select .drop-item {
    padding: 0 4rem 0 10rem;
    cursor: pointer;
    display: block;
}

.sydw-main .sydw-top-right-top .infos .select .drop-item:hover {
    background-color: #f3f3f3;
}

.sydw-main .sydw-top-right-top .art-list {
    height: 382rem;
    overflow-y: scroll;
    background: #F9F9F9;
    box-sizing: border-box;
    padding: 24rem 0 29rem 13rem;
    margin-bottom: 27rem;
    display: none;
}

.sydw-main .sydw-top-right-top .art0 {
    display: block;
}

.sydw-main .sydw-top-right-top .art-list-item {
    margin-bottom: 13rem;
}

.sydw-main .sydw-top-right-top .art-list-item:nth-last-child() {
    margin-bottom: 0;
}

.sydw-main .sydw-top-right-top .art-list-item:hover a {
    color: #ff6e00;
}

.sydw-main .sydw-top-right-top .art-list-item a {
    color: #333;
}

.sydw-main .sydw-top-right-top .art-list-item .item {
    margin-left: 10rem;
    flex: 1;
}

.sydw-main .sydw-top-right-top .ksxq .title {
    align-items: center;
    font-weight: 500;
    font-size: 22rem;
}

.sydw-main .sydw-top-right-top .ksxq .title .rr a {
    color: #ff6e00;
    font-size: 16rem;
    font-weight: 400;
}

.sydw-main .sydw-top-right-top .ksxq .list {
    padding-left: 11rem;
    margin-top: 16rem;
}

.sydw-main .sydw-top-right-top .ksxq .list-item {
    margin-bottom: 10rem;
}

.sydw-main .sydw-top-right-top .ksxq .list-item:nth-last-child() {
    margin-bottom: 0;
}

.sydw-main .sydw-top-right-top .ksxq .list-item .date {
    font-weight: 500;
    color: #000000;
}

.sydw-main .sydw-top-right-top .ksxq .list-item .time {
    font-weight: 400;
    color: #333;
    margin-left: 10rem;
}

.sydw-main .sydw-top-right .same {
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 0 4rem 0 #E1E1E1;
    border-radius: 10rem;
}

.sydw-main .sydw-top-right-top-1 {
    padding: 18rem 29rem 29rem 29rem;
    margin-bottom: 28rem;
    height: 279rem;
}

.sydw-main .sydw-top-right-top-1 .tab1 {
    flex-wrap: wrap;
}

.sydw-main .sydw-top-right-top-1 .tab1 a {
    color: #333333;
}

.sydw-main .sydw-top-right-top-1 .tab1 .tab-item {
    text-align: center;
}

.sydw-main .sydw-top-right-top-1 .tab1 .tab-item img {
    width: 50rem;
    height: 47rem;
    margin-bottom: 6rem;
}

.sydw-main .sydw-top-right-top-1 .tab1 .t2 {
    margin-bottom: 20rem;
}

.sydw-main .sydw-top-right-top-1 .tab1 .t2:nth-last-child() {
    margin-bottom: 0;
}

.sydw-main .sydw-top-right-top-2 {
    margin-bottom: 17rem;
    height: 319rem;
    padding: 11rem 19rem 23rem 11rem;
}

.sydw-main .sydw-top-right-top-2 .title {
    font-size: 24rem;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-bottom: 12rem;
}

.sydw-main .sydw-top-right-top-2 .i2 {
    margin-bottom: 8rem;
    position: relative;
}

.sydw-main .sydw-top-right-top-2 .i2::after {
    content: "事业单位考试 免费规划岗位";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    color: #fff;
    font-size: 16rem;
    font-weight: 500;
}

.sydw-main .sydw-top-right-top-2 .i2 img {
    width: 100%;
}

.sydw-main .sydw-top-right-top-2 .form {
    padding: 0 38rem 0 36rem;
}

.sydw-main .sydw-top-right-top-2 .form-item {
    margin-bottom: 12rem;
}

.sydw-main .sydw-top-right-top-2 .form-item .checkbox {
    margin-left: 6rem;
}

.sydw-main .sydw-top-right-top-2 .form-item .text {
    margin-left: 5rem;
    font-size: 14rem;
}

.sydw-main .sydw-top-right-top-2 .form-item .text a {
    color: #B1B1B1;
}

.sydw-main .sydw-top-right-top-2 .form-input {
    width: 433rem;
    height: 45rem;
    background: #F3F3F3;
    border-radius: 22rem;
    box-sizing: border-box;
    padding-left: 23rem;
    color: #555;
    font-size: 14rem;
}

.sydw-main .sydw-top-right-top-2 .form .yysq {
    width: 302rem;
    height: 40rem;
    line-height: 40rem;
    background: linear-gradient(-90deg, #FB6E31 0%, #F39402 100%);
    border-radius: 25rem;
    text-align: center;
    cursor: pointer;
    user-select: none;
    margin: 10rem auto 0;
    color: #fff;
    font-size: 18rem;
}

.sydw-main .sydw-top-right-top-3 {
    height: 307rem;
    margin-bottom: 20rem;
    padding: 18rem 29rem 29rem 29rem;
}

.sydw-main .sydw-top-right-top-3 .cour-box .cour-item .d9 {
    margin-left: 19rem;
    font-weight: 500;
    font-size: 18rem;
}

.sydw-main .sydw-top-right-top-3 .cour-box .cour-item .d9 .time {
    margin-left: 10rem;
}

.sydw-main .sydw-top-right-top-3 .cour-box .cour-item .p0 {
    font-weight: 400;
    margin-top: 6rem;
    color: #999999;
    font-size: 14rem;
}

.sydw-main .sydw-top-right-top-3 .cour-box .cour-item .yy {
    text-align: center;
    display: inline-block;
    width: 90rem;
    height: 35rem;
    line-height: 35rem;
    color: #F9511F;
    background: #FFFFFF;
    border: 2rem solid #F9511F;
    border-radius: 18rem;
}

.sydw-main .sydw-top-right-top-3 .cour-box .b2 {
    height: 15rem;
}

.sydw-main .sydw-top-right-top-3 .cour-box .out-l {
    margin-bottom: 10rem;
}

.sydw-main .sydw-top-right-top-3 .cour-box .out-l::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 25rem;
    background: #D4D4D4;
    left: 15rem;
    top: 45rem;
}

.sydw-main .sydw-top-right-top-3 .cour-box .out-l:nth-child(3)::after {
    width: 0;
}

.sydw-main .sydw-top-right-top-4 {
    height: 450rem;
    margin-bottom: 26rem;
}

.sydw-main .sydw-top-right-top-4 .tops-tab {
    flex: 1;
    background: #F3F3F3;
    height: 71rem;
    line-height: 71rem;
    text-align: center;
    font-weight: 500;
    color: #333333;
    font-size: 24rem;
    cursor: pointer;
    user-select: none;
}

.sydw-main .sydw-top-right-top-4 .tops-tab:nth-child(1)::after {
    border-top-left-radius: 10rem;
}

.sydw-main .sydw-top-right-top-4 .tops-tab:nth-child(2)::after {
    border-top-right-radius: 10rem;
}

.sydw-main .sydw-top-right-top-4 .tops-active {
    color: #F9511F;
    background-color: #fff;
    position: relative;
}

.sydw-main .sydw-top-right-top-4 .tops-active::after {
    position: absolute;
    content: "";
    border-top: 10rem solid #F9511F;
    width: 100%;
    left: 0;
}

.sydw-main .sydw-top-right-top-4 .zl-box {
    padding: 18rem 33rem 0 29rem;
}

.sydw-main .sydw-top-right-top-4 .zl-box .icon18 {
    width: 56rem;
    height: 58rem;
    margin-right: 16rem;
}

.sydw-main .sydw-top-right-top-4 .zl-box .zl-list {
    margin-bottom: 26rem;
}

.sydw-main .sydw-top-right-top-4 .zl-box .zl-list .k1 {
    font-size: 18rem;
    margin-bottom: 6rem;
    font-weight: 500;
}

.sydw-main .sydw-top-right-top-4 .zl-box .zl-list .k1 a {
    color: #000000;
}

.sydw-main .sydw-top-right-top-4 .zl-box .zl-list .k2 {
    font-size: 14rem;
    color: #999999;
}

.sydw-main .sydw-top-right-top-4 .zl-box .zl-list .dow {
    user-select: none;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    width: 91rem;
    height: 34rem;
    line-height: 34rem;
    text-align: center;
    background: #FFFFFF;
    border: 2rem solid #F9511F;
    border-radius: 20rem;
    color: #F9511F;
}

.sydw-main .sydw-top-right-top-4 .zl-box .zl-list .dow img {
    margin-right: 5rem;
    margin-top: 3rem;
}

.sydw-main .sydw-top-right .bm-1 {
    height: 228rem;
}

.sydw-main .sydw-top-right .bm-1 img {
    border-radius: 10rem;
    width: 100%;
    height: 100%;
    display: block;
}

.sydw-main .sydw-top-right-bottom {
    height: 290rem;
    background: #FFFFFF;
    box-shadow: 0 0 4rem 0 #E1E1E1;
    border-radius: 10rem;
    box-sizing: border-box;
    padding: 18rem 29rem 29rem 29rem;
}

.sydw-main .sydw-top-right-bottom .hot-area {
    box-sizing: border-box;
    margin-bottom: 26rem;
}

.sydw-main .sydw-top-right-bottom .hot-area .icon img {
    width: 26rem;
    height: 26rem;
}

.sydw-main .sydw-top-right-bottom .hot-area .item {
    font-weight: 500;
    color: #333333;
    margin-left: 5rem;
    font-size: 24rem;
}

.sydw-main .sydw-top-right-bottom .hot-area .item .hot {
    color: #FB6E31;
}

.sydw-main .sydw-top-right-bottom .ads {
    padding-left: 11rem;
}

.sydw-main .sydw-top-right-bottom .yy {
    margin-top: 27rem;
    padding-left: 11rem;
}

.sydw-main .sydw-top-right-bottom .yy .right-now {
    width: 280rem;
    line-height: 50rem;
    height: 50rem;
    background: linear-gradient(-90deg, #FB6E31 0%, #F39402 100%);
    border-radius: 25rem;
    text-align: center;
    color: #fff;
    font-size: 20rem;
    cursor: pointer;
    user-select: none;
}

.sydw-main .sydw-top-right-bottom .yy .wrap-next {
    position: relative;
    height: 80rem;
    overflow: hidden;
}

.sydw-main .sydw-top-right-bottom .yy .next {
    color: #D4D4D4;
    font-size: 14rem;
    -webkit-animation: 10s rowup linear infinite normal;
    animation: 10s rowup linear infinite normal;
    position: relative;
}

@-webkit-keyframes rowup {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -80rem, 0);
        transform: translate3d(0, -80rem, 0);
    }
}

@keyframes rowup {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -80rem, 0);
        transform: translate3d(0, -80rem, 0);
    }
}


.adss {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
}

.adss .xxxs {
    width: 100%;
}

.footer {
    min-width: 1200px;
}

@media screen and (min-width: 1600px) {
    html {
        font-size: 1px !important;
    }

    .sydw-main {
        width: 1600px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {
    html {
        font-size: 0.95px !important;
    }

    .sydw-main {
        width: 1400px;
    }

    .sydw-main .sydw-top-left-banner .banner-box {
        height: 335rem !important;
    }

    .icon20 {
        width: 268rem !important;
        height: 151rem !important;
    }

    .sydw-main .sydw-top-right-top .month-box {
        margin-bottom: 20rem !important;
    }

    .sydw-main .sydw-top-right-top .art-list {
        height: 320rem !important;
    }

    .sydw-main .sydw-top-right-top {
        height: 740rem !important;
    }

    .sydw-main .sydw-top-right-bottom {
        height: 280rem !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    html {
        font-size: 0.9px !important;
    }

    .sydw-main {
        width: 1200px;
    }

    .sydw-main .sydw-top-left .banner-box {
        height: 335rem !important;
    }

    .icon20 {
        width: 230rem !important;
        height: 130rem !important;
    }

    .sydw-main .sydw-top-right-top .month-box {
        margin-bottom: 20rem !important;
    }

    .sydw-main .sydw-top-right-top .art-list {
        height: 285rem !important;
    }

    .sydw-main .sydw-top-right-top {
        height: 690rem !important;
        margin-bottom: 15rem !important;
    }

    .sydw-main .sydw-top-right-bottom {
        height: 280rem !important;
    }

    .sydw-main .sydw-nav .area-box .area-item {
        margin-right: 40rem !important;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 0.9px !important;
    }

    .sydw-main {
        width: 100%;
    }

    .icon20 {
        width: 230rem !important;
        height: 130rem !important;
    }

    .sydw-main .sydw-top-right-top .month-box {
        margin-bottom: 20rem !important;
    }

    .sydw-main .sydw-top-right-top .art-list {
        height: 285rem !important;
    }

    .sydw-main .sydw-top-right-top {
        height: 690rem !important;
        margin-bottom: 15rem !important;
    }

    .sydw-main .sydw-top-right-bottom {
        height: 280rem !important;
    }

    .sydw-main .sydw-nav .area-box .area-item {
        margin-right: 40rem !important;
    }
}