::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #DCDCDC;
}

::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #DCDCDC;
}

@media screen and (max-width: 1199px) {
    .content {
        padding-top: 1.9rem;
    }

    .banner {
        position: relative;
        width: 100%;
        height: 6.78rem;
    }

    .banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner p {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        font-size: 0.48rem;
        line-height: 0.56rem;
        font-family: SourceHanSansCN-Medium;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    
    

    .gongyi_banner {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
    }

    .gongyi_pages_kong {
        width: 100%;
        height: 100vh;
        background: transparent;
    }

    .gongyi_banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gongyi_list_wrap .swiper_mengceng {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 999;
    }

    .gongyi_txt {
        position: absolute;
        top: 2.8rem;
        left: 0;
        width: 100%;
        text-align: center;
        bottom: 0;
        color: #ffffff;
        font-size: 0.28rem;
        line-height: 0.48rem;
        font-family: SourceHanSansCN-Regular;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        padding: 0 0.6rem;
    }

    .gongyi_txt_top {
        font-size: 0.48rem;
        line-height: 0.72rem;
        margin-bottom: 0.4rem;
        font-family: SourceHanSansCN-Medium;

    }

    .gongyi_txt_info_pc {
        display: none;
    }

    .gongyi_txt_info {
        text-align: left;
    }

    .gongyi_news_wrap{
        height: 150vh;
    }
    .gongyi_news {
        position: sticky;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        top: 0;
    }


    .gongyi_news .gongyi_txt_top {
        font-size: 0.48rem;
        line-height: 0.72rem;
        margin-bottom: 0.4rem;
        font-family: SourceHanSansCN-Medium;
    }

    .gongyi_news .mySwiper {
        width: 100%;
        height: 100%;
    }

    .gongyi_news .swiper-slide {
        width: 100%;
        height: 100%;
        position: relative;
        color: #ffffff;
        font-family: SourceHanSansCN-Medium;
    }

    .gongyi_news .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gongyi_txt_page {
        position: absolute;
        bottom: 1.4rem;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 0.28rem;
        font-family: Gotham-Book
    }

    .gongyi_txt_page span:nth-child(1) {
        font-size: 0.48rem;
    }

    .gongyi_list_wrap {
        /*height: 720px;*/
        position: relative;
        overflow: hidden;
        background: #DCDCDC;
        padding: 1.2rem 0;
    }

    .gongyi_list_wrap .swiper-container {
        width: 6.3rem;
        height: 10.5rem;
        margin: 0 auto;

    }

    .gongyi_list_wrap .swiper-container .swiper-slide {
        width: 6.3rem;
        height: 10.5rem;

        border-radius: 0.24rem;
        background: #ffffff;
        transition: 300ms;
        transform: scale(0.8);
    }

    .gongyi_list_wrap .swiper-container .swiper-slide img {
        width: 100%;
        height: 4.5rem;
        object-fit: cover;
        border-radius: 0.24rem 0.24rem 0 0;
    }

    .gongyi_list_wrap .swiper-container .swiper-slide-active,.gongyi_list_wrap .swiper-container .swiper-slide-duplicate-active {
        transform: scale(1);
        opacity: 1;
    }

    .gingyilist_txt {
        height: 6rem;
        padding: 0.6rem;
        font-size: 0.28rem;
        color: #808080;
        line-height: 0.48rem;
        font-family: SourceHanSansCN-Light;
        overflow-y:auto;
    }

    .gingyititle {
        font-size: 0.48rem;
        line-height: 0.56rem;
        font-family: SourceHanSansCN-Medium;
        color: #322F2F;
        margin: 0.32rem 0;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .gingyilist_txt p:nth-child(1) {
        font-family: Gotham-Light;
        font-size: 0.32rem;
        line-height: 0.38rem;

    }

    .gingyilist_txt p:nth-child(1) span:nth-child(2) {
        display: block;
        width: 0.36rem;
        height: 2px;
        background: #808080;
    }


    .gingyilist_txt p:nth-child(3) {
        line-height: 0.48rem;
        -webkit-line-clamp: 6;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;

    }


    .gongyi_list_wrap .mySwiper2 {
        height: 0.97rem;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 0.8rem;
    }

    .gongyi_list_wrap .mySwiper2 .swiper-slide {
        width: 6.3rem;
        text-align: center;
        font-family: Gotham-Medium;
        cursor: pointer;
        opacity: 0.3;
    }

    .gongyi_list_wrap .mySwiper2 .swiper-slide::before {
        content: "";
        width: 0.2rem;
        height: 0.2rem;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 80%;
        border: 1px solid #AAB9C1;
        left: 50%;
        transform: translate(-32%, -50%);
        border-radius: 50px;
        pointer-events: auto;
    }


    .gongyi_list_wrap .mySwiper2 .swiper-slide span {
        font-size: 0.56rem;
        line-height: 1;
        top: 0;
        font-family: Gotham-Book;
        line-height: 0.8rem;
    }

    .gongyi_list_wrap .mySwiper2 .swiper-slide-thumb-active {
        opacity: 1;
    }

    .gongyi_list_wrap .mySwiper2 .swiper-slide-thumb-active::before {
        background-color: #EB6120;
        border: 2px solid #fff;

    }

    .gongyi_list_wrap .mySwiper2::before {
        content: " ";
        height: 1px;
        width: 100%;
        display: block;
        background: #AAB9C1;
        position: absolute;
        top: 80%;
    }

    .gongyi_list_wrap .mySwiper2 .swiper-slide-active span {
        font-size: 0.56rem;
        line-height: 1;
        top: 0;
        font-family: Gotham-Book;
        line-height: 0.8rem;

    }

}


@media all and (max-width: 1560px)and (min-width: 1200px) {
    

    .gongyi_banner {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
    }

    .gongyi_pages_kong {
        width: 100%;
        height: 100vh;
        background: transparent;
    }

    .gongyi_banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gongyi_txt {
        position: absolute;
        top: 200px;
        left: 0;
        width: 100%;
        text-align: center;
        bottom: 0;
        color: #ffffff;
        font-size: 16px;
        line-height: 32px;
        font-family: SourceHanSansCN-Regular;
    }

    .gongyi_txt_top {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 28px;
        font-family: SourceHanSansCN-Medium;

    }

    .gongyi_txt_info_view {
        display: none;
    }
    .gongyi_news_wrap{
        height: 150vh;
    }

    .gongyi_news {
        position: sticky;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        top: 0;
    }

    .gongyi_list_wrap .swiper_mengceng {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 999;
    }

    .gongyi_news .gongyi_txt_top {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 36px;
    }

    .gongyi_news .mySwiper {
        width: 100%;
        height: 100%;
    }

    .gongyi_news .swiper-slide {
        width: 100%;
        height: 100%;
        position: relative;
        font-size: 60px;
        line-height: 72px;
        color: #ffffff;
        font-family: SourceHanSansCN-Medium;
    }

    .gongyi_news .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gongyi_txt_page {
        position: absolute;
        bottom: 90px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 24px;
        font-family: Gotham-Book
    }

    .gongyi_txt_page span:nth-child(1) {
        font-size: 48px;
    }

    .gongyi_list_wrap {
        height: 720px;
        position: relative;
        overflow: hidden;
        background: #DCDCDC;
        padding-top: 180px;
    }

    .gongyi_list_wrap .swiper-container {
        width: 100%;
        height: 355px;

    }

    .gongyi_list_wrap .swiper-container .swiper-slide {
        width: 280px;
        height: 320px;
        font-size: 12px;
        border-radius: 20px;
        background: #ffffff;
        transition: 300ms;
        transform: scale(0.8);
        opacity: 0.3;
    }

    .gongyi_list_wrap .swiper-container .swiper-slide img {
        width: 100%;
        height: 155px;
        object-fit: cover;
        border-radius: 20px 20px 0 0;
    }

    .gongyi_list_wrap  .swiper-container .swiper-slide-active,.gongyi_list_wrap  .swiper-container .swiper-slide-duplicate-active {
        transform: scale(1);
        opacity: 1;
    }

    .gingyilist_txt {
        height: 165px;
        padding: 20px;
        font-size: 12px;
        color: #333333;
        line-height: 14px;
        font-family: SourceHanSansCN-Light;
        overflow-y:auto;
    }

    .gingyititle {
        font-size: 14px;
        font-weight: 700;
    }

    .gingyilist_txt p:nth-child(1) {
        font-family: Gotham-Light;

    }

    .gingyilist_txt p:nth-child(1) span:nth-child(2) {
        display: block;
        width: 7px;
        height: 1px;
        background: #808080;
    }

    /* .gingyilist_txt p:nth-child(2) {
        font-family: SourceHanSansCN-Medium;
        color: #000000;
        margin: 10px 0 7px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 15px;
    }

    .gingyilist_txt p:nth-child(3) {
        line-height: 15px;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;

    } */

    .gongyi_list_wrap .mySwiper2 {
        height: 65px;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 45px;
    }

    .gongyi_list_wrap .mySwiper2 .swiper-slide {
        width: 280px;
        text-align: center;
        font-family: Gotham-Medium;
        cursor: pointer;
        opacity: 0.3;
    }

    .gongyi_list_wrap .mySwiper2 .swiper-slide::before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 80%;
        border: 1px solid #AAB9C1;
        left: 50%;
        transform: translate(-32%, -50%);
        border-radius: 50px;
        pointer-events: auto;
    }

    .gongyi_list_wrap .mySwiper2 .swiper-slide-active {
        opacity: 1;
    }

    .gongyi_list_wrap .mySwiper2 .swiper-slide-active::before {
        background-color: #EB6120;
        border: 2px solid #fff;

    }

    .gongyi_list_wrap .mySwiper2::before {
        content: " ";
        height: 1px;
        width: 100%;
        display: block;
        background: #AAB9C1;
        position: absolute;
        top: 80%;
    }

    .gongyi_list_wrap .mySwiper2 .swiper-slide-active span {
        font-size: 32px;
        line-height: 1;
        top: 0px;
        font-style: italic;
    }

    
    .page_wrap {
        padding: 20px 0;
    }

    .page_wrap #page {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .page_wrap #page .page {
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        margin-left: 10px;
        border-radius: 50%;
        color: #D4D6DB;
        border: 1px solid #D4D6DB;
    }

    .page_wrap #page li.active {
        border-color: #000000;
        color: #000000;
    }

    .page_wrap #page .prev, #page .next {
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        border: 1px solid #D4D6DB;
    }

    .page_wrap #page .next {
        margin-left: 10px;
    }

    

}


@media screen and (min-width: 1561px) {
    
    .gongyi_banner {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
    }

    .gongyi_banner {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
    }

    .gongyi_pages_kong {
        width: 100%;
        height: 100vh;
        background: transparent;
    }

    .gongyi_list_wrap  .swiper_mengceng {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 999;
    }

    .gongyi_banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gongyi_txt {
        position: absolute;
        top: 340px;
        left: 0;
        width: 100%;
        text-align: center;
        bottom: 0;
        color: #ffffff;
        font-size: 21px;
        line-height: 36px;
        font-family: SourceHanSansCN-Regular;
    }

    .gongyi_txt_top {
        font-size: 72px;
        line-height: 100px;
        margin-bottom: 28px;
        font-family: SourceHanSansCN-Medium;

    }

    .gongyi_txt_info_view {
        display: none;
    }
    .gongyi_news_wrap{
        height: 150vh;
    }
    .gongyi_news {
        position: sticky;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        top: 0;
    }

    .gongyi_news .gongyi_txt_top {
        font-size: 48px;
        line-height: 68px;
        margin-bottom: 36px;
    }

    .gongyi_news .mySwiper {
        width: 100%;
        height: 100%;
    }

    .gongyi_news .swiper-slide {
        width: 100%;
        height: 100%;
        position: relative;
        font-size: 60px;
        line-height: 72px;
        color: #ffffff;
        font-family: SourceHanSansCN-Medium;
    }

    .gongyi_news .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gongyi_txt_page {
        position: absolute;
        bottom: 90px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 24px;
        font-family: Gotham-Book
    }

    .gongyi_txt_page span:nth-child(1) {
        font-size: 48px;
    }

    .gongyi_list_wrap {
        height: 850px;
        position: relative;
        overflow: hidden;
        background: #DCDCDC;
        padding-top: 264px;
    }

    .gongyi_list_wrap .swiper-container {
        width: 100%;
        height: 350px;

    }

    .gongyi_list_wrap .swiper-container .swiper-slide {
        width: 280px;
        height: 350px;
        font-size: 12px;
        border-radius: 20px;
        background: #ffffff;
        transition: 300ms;
        transform: scale(0.8);
        opacity: 0.3;
    }

    .gongyi_list_wrap .swiper-container .swiper-slide img {
        width: 100%;
        height: 185px;
        object-fit: cover;
        border-radius: 20px 20px 0 0;
    }

    .gongyi_list_wrap .swiper-container .swiper-slide-active,.gongyi_list_wrap .swiper-container .swiper-slide-duplicate-active {
        transform: scale(1);
        opacity: 1;
    }

    .gingyilist_txt {
        height: 165px;
        padding: 20px;
        font-size: 12px;
        color: #333333;
        line-height: 14px;
        font-family: SourceHanSansCN-Light;
        overflow-y:auto;
    }

    .gingyititle {
        font-size: 14px;
        font-weight: 700;
    }

    .gingyilist_txt p:nth-child(1) {
        font-family: Gotham-Light;

    }

    .gingyilist_txt p:nth-child(1) span:nth-child(2) {
        display: block;
        width: 7px;
        height: 1px;
        background: #808080;
    }

    /* .gingyilist_txt p:nth-child(2) {
        font-family: SourceHanSansCN-Medium;
        color: #000000;
        margin: 10px 0 7px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 15px;
    }

    .gingyilist_txt p:nth-child(3) {
        line-height: 15px;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;

    } */

    .gongyi_list_wrap .mySwiper2 {
        height: 65px;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 45px;
    }

    .gongyi_list_wrap .mySwiper2 .swiper-slide {
        width: 280px;
        text-align: center;
        font-family: Gotham-Medium;
        cursor: pointer;
        opacity: 0.3;
    }

    .gongyi_list_wrap .mySwiper2 .swiper-slide::before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 80%;
        border: 1px solid #AAB9C1;
        left: 50%;
        transform: translate(-32%, -50%);
        border-radius: 50px;
        pointer-events: auto;
    }

    .gongyi_list_wrap .mySwiper2 .swiper-slide-active {
        opacity: 1;
    }

    .gongyi_list_wrap .mySwiper2 .swiper-slide-active::before {
        background-color: #EB6120;
        border: 2px solid #fff;

    }

    .gongyi_list_wrap .mySwiper2::before {
        content: " ";
        height: 1px;
        width: 100%;
        display: block;
        background: #AAB9C1;
        position: absolute;
        top: 80%;
    }

    .gongyi_list_wrap .mySwiper2 .swiper-slide-active span {
        font-size: 32px;
        line-height: 1;
        top: 0px;
        font-style: italic;
    }

   
    .page_wrap {
        padding: 20px 0;
    }

    .page_wrap #page {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .page_wrap #page .page {
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        margin-left: 10px;
        border-radius: 50%;
        color: #D4D6DB;
        border: 1px solid #D4D6DB;
    }

    .page_wrap #page li.active {
        border-color: #000000;
        color: #000000;
    }

    .page_wrap #page .prev, #page .next {
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        border: 1px solid #D4D6DB;
    }

    .page_wrap #page .next {
        margin-left: 10px;
    }

    

}
