@media screen and (max-width: 990px) {
   

    /* 轮播图 */
    .swiper1 {
        width: 100%;
        height: 225px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    .swiper1 .swiper-slide {
        position: relative;
    }

    .swiper1 .swiper-slide .cover-text {
        position: absolute;
        left: 71px;
        top: 85px;
        z-index: 100;
    }

    .swiper1 .swiper-slide .cover-text .text1 {
        font-size: 22px;
        font-weight: normal;
        color: #FFFFFF;
    }

    .swiper1 .swiper-slide .cover-text .text2 {
        font-size: 18px;
        font-weight: normal;
        color: #FFFFFF;
        margin-top: 10px;
    }

    .swiper1 .swiper-slide .swiper-img {
        width: 100%;
        height: 100%;
    }

    .swiper1 .swiper-slide .swiper1-text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 80%;
    }
    
    .swiper1 .swiper-slide .swiper2-text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 40%;
    }

    .swiper1 .swiper-slide .swiper3-text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 75%;
    }



    .swiper1 .swiper-pagination {
        position: absolute;
        bottom: 0;
        z-index: 10;
    }

    .swiper1 .swiper-pagination .my-bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #FFFFFF;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 10px;
    }
	.swiper1 .swiper-pagination .my-bullet:last-child {
		margin-right: 0px;
	}
    .swiper1 .swiper-pagination .my-bullet-active {
        display: inline-block;
        width: 29px;
        height: 12px;
        background: #165BBD;
        border-radius: 6px;
        cursor: pointer;
        margin-right: 10px;
    }


    /* 新闻中心 */
    .news-box {
        padding: 30px 0;
    }

    .news-box .title-wrap {
        text-align: center;
        padding: 15px 30px;
    }

    .news-box .title-wrap .title {
        font-size: 30px;
        font-weight: 400;
        color: #333333;
    }

    .news-box .title-wrap .english-title {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        position: relative;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }

    .news-box .title-wrap .english-title::before {
        content: "";
        width: 50px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -60px;
        top: 49%;
    }

    .news-box .title-wrap .english-title::after {
        content: "";
        width: 50px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -60px;
        top: 49%;
    }

    .news-box .hot-news {
        /* display: flex; */
        padding: 0 15px;
    }

    .news-box .hot-news .sidebar {
        background: #CB0001;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        width: 82px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        letter-spacing: 2px;
    }

    .news-box .hot-news .right-news {}

    .news-box .hot-news .right-news .sub-title {
        font-size: 15px;
        font-weight: 400;
        color: #333333;
        line-height: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
        margin: 20px 0;
    }

    .news-box .hot-news .right-news .sub-title:hover {
        color: #286CCD;
    }

    .news-box .hot-news .right-news .news-list {
        margin-top: 15px;
        font-size: 13px;
        font-weight: 400;
        color: #666666;
    }

    .news-box .hot-news .right-news .news-list li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        padding-left: 20px;
        cursor: pointer;
        margin-bottom: 20px;
    }
    .news-box .hot-news .right-news .news-list li a{
        color: #666666;
    }
    .news-box .hot-news .right-news .news-list li a:hover {
        color: #286CCD;
    }

    .news-box .hot-news .right-news .news-list li::before {
        content: "";
        width: 5px;
        height: 5px;
        background: #CB0001;
        border-radius: 50%;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-2.5px);
    }

    .news-box .business-movement {
        margin-top: 10px;
    }

    .news-box .business-movement .left {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .news-box .business-movement .left .swiper2 {
        width: 100%;
        height: 230px; 
        overflow: hidden;
    }

    .news-box .business-movement .right {
        width: 100%;
    }

    .news-box .business-movement .swiper2 {
        position: relative;
    }

    .news-box .business-movement .swiper2 .swiper-slide {
        position: relative;
    }

    .news-box .business-movement .swiper2 .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .news-box .business-movement .swiper2 .swiper-slide .cover {
        padding: 10px 20px;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        z-index: 9;
        left: 0;
        right: 0;
        bottom: 0;
        color: #FFFFFF;
    }

    .news-box .business-movement .swiper2 .swiper-slide .cover-text {
        display: inline-block;
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 15px;
        font-weight: 400;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination {
        position: absolute;
        bottom: 12px;
        padding-right: 20px;
        box-sizing: border-box;
        z-index: 10;
        text-align: right;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination .my-bullet {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #FFFFFF;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 10px;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination .my-bullet-active {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #165BBD;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 10px;
    }

    .news-box .business-movement .right {
        margin-top: 30px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .news-box .business-movement .right .tabs {
        display: flex;
    }

    .news-box .business-movement .right .tabs .single-tab {
        font-size: 15px;
        font-weight: 400;
        color: #333333;
        margin-right: 30px;
        cursor: pointer;
        padding: 5px 0 5px;
    }

    .news-box .business-movement .right .tabs .single-tab:hover {
        color: #286CCD;
    }

    .news-box .business-movement .right .tabs .active {
        font-weight: bold;
        color: #286CCD;
        position: relative;
    }

    .news-box .business-movement .right .tabs .active::before {
        content: "";
        width: 60px;
        height: 2px;
        background: #286CCD;
        position: absolute;
        bottom: 0;
    }

    .news-box .business-movement .right .tabs .active::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid #286CCD;
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-4px);
    }

.news-box .business-movement .right .movement {
        margin-top: 20px;
        display: none;
    }
    .news-box .business-movement .right .boxshow{
        display: block !important;
    }

    .news-box .business-movement .right .movement li {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 15px;
    }

    .news-box .business-movement .right .movement li:hover .content {
        color: #286CCD;
    }

    .news-box .business-movement .right .movement li:hover .date {
        color: #286CCD;
    }

    .news-box .business-movement .right .movement li .content {
        width: 75%;
        padding-left: 20px;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        font-size: 13px;
        color: #333333;
    }

    .news-box .business-movement .right .movement li .content::before {
        content: "";
        width: 5px;
        height: 5px;
        background: #286CCD;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-2.5px);
    }

    .news-box .business-movement .right .movement li .date {
        width: 25%;
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        text-align: right;
    }




    /* 党的建设 */

    .construction {
        padding: 30px 0;
        background: #F5F9FF;
    }

    .construction .title-wrap {
        text-align: center;
        padding: 0 0 30px;
    }

    .construction .title-wrap .title {
        font-size: 20px;
        font-weight: 400;
        color: #333333;
    }

    .construction .title-wrap .english-title {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        position: relative;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }

    .construction .title-wrap .english-title::before {
        content: "";
        width: 50px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -60px;
        top: 49%;
    }

    .construction .title-wrap .english-title::after {
        content: "";
        width: 50px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -60px;
        top: 49%;
    }

    .construction .party-build {
        padding: 0 15px;
    }

    .construction .party-build .left {
        width: 100%;
        background: #ffffff;
        border-radius: 10px;
    }

    .construction .party-build .left .party-bg {
        background: url("../img/party-head-bg.png") no-repeat;
        background-size: 100% 100%;
        height: 68px;
        border-top-right-radius: 10px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
    }

    .construction .party-build .left .party-head {
        padding-left: 30px;
        position: relative;
    }

    .construction .party-build .left .party-head::before {
        content: "";
        width: 2px;
        height: 33px;
        background: #FFFFFF;
        border-radius: 1px;
        position: absolute;
        left: 15px;
    }

    .construction .party-build .left .party-head .name {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .construction .party-build .left .party-head .english-name {
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .construction .party-build .left .party-list {
        padding: 15px 10px 20px;
    }

    .construction .party-build .left .party-list li {
        padding-left: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 20px;
        cursor: pointer;
        position: relative;
        font-size: 13px;
    }

    .construction .party-build .left .party-list li:last-child {
        margin-bottom: 0;
    }

    
    .construction .party-build .left .party-list li a{
        color: #000;
    }
    .construction .party-build .left .party-list li a:hover {
        color: #CB0001;
    }

    .construction .party-build .left .party-list li::before {
        content: "";
        width: 5px;
        height: 5px;
        background: #CB0001;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-2.5px);
    }

    .construction .party-build .right {
        margin-top: 20px;
        width: 100%;
        background: #ffffff;
        border-radius: 10px;
        padding: 20px 0px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .construction .party-build .right .party-class {}

    .construction .party-build .right .party-class .title {
        font-size: 16px;
        font-weight: 400;
        color: #CB0001;
        padding-left: 18px;
        position: relative;
        margin: 0 10px;
    }

    .construction .party-build .right .party-class .title::before {
        content: "";
        width: 4px;
        height: 20px;
        background: #CB0001;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-10px);
    }

    .construction .party-build .right .party-class-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 20px;
        margin-top: 20px;
        display: none;
    }

    .swiper3 {
        overflow: hidden;
        position: relative;
        height: 210px;
        margin-top: 25px;
    }

    .swiper3 .swiper-slide {
        display: flex;
    }

    .swiper3 .swiper-slide .lron {
        flex: 1;
        background: url("../img/party-class-bg.png") no-repeat;
        background-size: 100% 100%;
        height: 185px;
        padding: 10px 8px;
        box-sizing: border-box;
        cursor: pointer;
        margin: 0 12px;
    }

    .construction .party-build .right .lron .year {
        font-size: 12px;
        font-weight: bold;
        color: #C90000;
        text-align: right;
    }

    .construction .party-build .right .lron .content {
        margin-top: 25px;
        font-size: 16px;
        color: #C90000;
        text-align: center;
    }

    .construction .party-build .right .lron .count {
        font-size: 34px;
    }


    .construction .party-build .right .swiper3 .swiper3-pagination {
        position: absolute;
        bottom: 0px;
        text-align: center;
        box-sizing: border-box;
        z-index: 10;
    }

    .construction .party-build .right .swiper3 .swiper3-pagination .my-bullet {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #CB0001;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 10px;
        opacity: 0.5;
    }

    .construction .party-build .right .swiper3 .swiper3-pagination .my-bullet-active {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #CB0001;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 10px;
        opacity: 1;
    }



    .construction .party-build .right .party-class-list li {
        background: url("../img/party-class-bg.png") no-repeat;
        background-size: 100% 100%;
        height: 140px;
        padding: 10px 8px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .construction .party-build .right .party-class-list li .year {
        font-size: 12px;
        font-weight: bold;
        color: #C90000;
        text-align: right;
    }

    .construction .party-build .right .party-class-list li .content {
        margin-top: 25px;
        font-size: 16px;
        color: #C90000;
        text-align: center;
    }

    .construction .party-build .right .party-class-list li .content .count {
        font-size: 34px;
    }

    .construction .party-build .right .education {
        font-size: 34px;
        margin-top: 25px;
    }

    .construction .party-build .right .education .title {
        font-size: 16px;
        font-weight: 400;
        color: #CB0001;
        padding-left: 18px;
        position: relative;
        margin: 0 10px;
    }

    .construction .party-build .right .education .title::before {
        content: "";
        width: 4px;
        height: 20px;
        background: #CB0001;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-10px);
    }

    .construction .party-build .right .education-list {
        display: grid;
        margin: 20px 10px 0;
    }

    .construction .party-build .right .education-list li {
   
        cursor: pointer;
        margin-bottom: 20px;
    }
    .construction .party-build .right .education-list li a{
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000;
    }

    .construction .party-build .right .education-list li:last-child {
        margin-bottom: 0;
    }

    .construction .party-build .right .education-list a:hover  {
        color: #CB0001;
    }

   

    .construction .party-build .right .education-list li .content {
        flex: 1;
        width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
    }

    .construction .party-build .right .education-list li .date {
        width: 80px;
        color: #999999;
        text-align: right;
        font-size: 12px;
    }



    /* 产业板块 */
    .industry {
        padding: 30px 0;
    }

    .industry .title-wrap {
        text-align: center;
        padding: 0 0 30px;
    }

    .industry .title-wrap .title {
        font-size: 20px;
        font-weight: 400;
        color: #333333;
    }

    .industry .title-wrap .english-title {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        position: relative;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }

    .industry .title-wrap .english-title::before {
        content: "";
        width: 50px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -60px;
        top: 49%;
    }

    .industry .title-wrap .english-title::after {
        content: "";
        width: 50px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -60px;
        top: 49%;
    }

    .industry .industry-list {
        padding: 0 10px;
    }

    .industry .industry-list .industry-card {
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .industry .industry-list .first-card .title {
        height: 85px;
        background: linear-gradient(348deg, #BCC0C3 0%, #E0E1E0 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 19px;
        font-weight: 400;
        color: #14242E;
    }

    .industry .industry-list .first-card .content {
        height: 180px;
        background: url("../img/industry-first.png") no-repeat;
        background-size: 100% 100%;
        transition: all 0.4s;
    }

    .industry .industry-list .second-card .title {
        height: 85px;
        background: linear-gradient(348deg, #E5C992 0%, #E6E2C2 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 19px;
        font-weight: 400;
        color: #14242E;
    }

    .industry .industry-list .second-card .content {
        height: 180px;
        background: url("../img/industry-second.png") no-repeat;
        background-size: 100% 100%;
        transition: all 0.4s;
    }

    .industry .industry-list .third-card .title {
        height: 85px;
        background: linear-gradient(348deg, #A38FE2 0%, #BDC1E6 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 19px;
        font-weight: 400;
        color: #14242E;
    }

    .industry .industry-list .third-card .content {
        height: 180px;
        background: url("../img/industry-fourth.jpg") no-repeat;
        background-size: 100% 100%;
        transition: all 0.4s;
    }




    /* 关于我们 */
    .about-our {
        background: #F5F9FF;
        background: url("../img/about-bg.jpg") no-repeat;
        background-size: 100% 150%;
        padding: 30px 0;
    }

    .about-our .title-wrap {
        text-align: center;
        padding: 0 0 30px;
    }

    .about-our .title-wrap .title {
        font-size: 20px;
        font-weight: 400;
        color: #333333;
    }

    .about-our .title-wrap .english-title {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
        position: relative;
    }

    .about-our .title-wrap .english-title::before {
        content: "";
        width: 50px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -50px;
        top: 49%;
    }

    .about-our .title-wrap .english-title::after {
        content: "";
        width: 50px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -50px;
        top: 49%;
    }

    .about-our .content {
        justify-content: space-between;
    }

    .about-our .content .left {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .about-our .content .left .title {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
    }

    .about-our .content .left .description {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        margin-top: 12px;
        line-height: 25px;
    }

    .about-our .content .left .look-more {
        margin: 15px auto;
        width: 115px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #286CCD;
        border-radius: 17px;
        font-size: 13px;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
    }
    .about-our .content .left .look-more a{
        color: #FFFFFF;
    }

    .about-our .content .right {
        margin: 0 10px;
    }

    .about-our .content .right img {
        width: 100%;
         padding-top:0 !important;
    }

    .mobileFooter {
        background: #286CCD;
        padding: 30px;
        text-align: center;
        color: #CCE1FF;
    }

    .mobileFooter .provider p {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 8px;
    }

    .mobileFooter .provider p img {
        width: 15px;
        vertical-align: bottom;
    }

    .mobileFooter .bottom {
        color: #FFFFFF;
    }

    .mobileFooter .bottom img {
        width: 100px;
        margin: 20px 0 13px;
    }

    .mobileFooter .bottom {
        font-size: 10px;
        line-height: 11px;
    }

    .searchbox {
        position: fixed;
        top: 50px;
        width: 100%;
        bottom: 0;
        z-index: 100;
        display: none;
    }

    .searchbox .mask {
        position: fixed;
        top: 50px;
        width: 100%;
        bottom: 0;
        z-index: 103;
        background: rgba(0, 0, 0, 0.4);
    }

    .searchbox .searchContent {
        position: fixed;
        width: 100%;
        z-index: 110;
        height: 75px;
        background: #FFFFFF;
        box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
        padding: 17px 15px;
        box-sizing: border-box;
    }

    .searchbox .searchContent input {
        height: 39px;
        background: #FFFFFF;
        opacity: 1;
        border: 1px solid #C4C4C4;
        width: calc(100% - 34px);
        border-radius: 3px;
        padding: 0 18px;
        font-size: 12px;
    }

    .searchbox .searchContent img {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-10px);
        cursor: pointer;
        width: 20px;
    }

  
    .classify {
        position: fixed;
        top: 50px;
        width: 100%;
        bottom: 0;
        z-index: 100;
        display: none;
    }

    .classify .mask {
        position: fixed;
        top: 50px;
        width: 100%;
        bottom: 0;
        z-index: 103;
        background: rgba(0, 0, 0, 0.4);
    }
    .classify .classifyBox{
        position: fixed;
        left: 0;
        right: 0;
        z-index: 110;
        background: #FFFFFF;
        padding: 0 15px;
    }
    .classify .classifyBox .classifyItem{
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 15px;
        color: #000;
        border-bottom: 1px solid #E1E1E1;
        cursor: pointer;
    }
    .classify .classifyBox .classifyItem .right{
        width: 14px;
    }
    .classify .classifyBox .classifyItem .down{
        width: 14px;
        display: none;
    }
    .classify .classifyBox .item{
        width: calc(50% - 10px);
        line-height: 44px;
        border-bottom: 1px solid #E1E1E1;
        margin-right: 15px;
        font-size: 14px;
        color: #666666;
        display: inline-block;
        cursor: pointer;
    }
    .classify .classifyBox .classifyInfo{
        display: none;
    }
    .classify .classifyBox .classifyInfo .item:nth-child(2n+2){
        margin-right: 0;
    }

}


@media screen and (min-width:991px) {
   
    /* 轮播图 */
    .swiper1 {
        width: 100%;
        height: calc(100vh - 75px);
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    .swiper1 .swiper-slide {
        position: relative;
    }

    .swiper1 .swiper-slide .cover-text {
        position: absolute;
        left: 238px;
        top: 39%;
        /* transform: translateY(-90px); */
        z-index: 100;
    }

    .swiper1 .swiper-slide .cover-text .text1 {
        font-size: 42px;
        font-weight: normal;
        color: #FFFFFF;
    }

    .swiper1 .swiper-slide .cover-text .text2 {
        font-size: 34px;
        font-weight: normal;
        color: #FFFFFF;
        margin-top: 32px;
    }

    .swiper1 .swiper-slide .swiper-img {
        width: 100%;
        height: 100%;
    }

    .swiper1 .swiper-slide .swiper1-text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 65%;
    }
    
    .swiper1 .swiper-slide .swiper2-text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 40%;
    }

    .swiper1 .swiper-slide .swiper3-text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 75%;
    }



    .swiper1 .swiper-pagination {
        position: absolute;
        bottom: 0;
        z-index: 10;
    }

    .swiper1 .swiper-pagination .my-bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #FFFFFF;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 10px;
    }
	.swiper1 .swiper-pagination .my-bullet:last-child {
		margin-right: 0px;
	}
    .swiper1 .swiper-pagination .my-bullet-active {
        display: inline-block;
        width: 29px;
        height: 12px;
        background: #165BBD;
        border-radius: 6px;
        cursor: pointer;
        margin-right: 10px;
    }

    /* 新闻中心 */
    .news-box {
        padding: 30px 0;
    }

    .news-box .title-wrap {
        text-align: center;
        padding:15px 30px;
    }

    .news-box .title-wrap .title {
        font-size: 32px;
        font-weight: 400;
        color: #333333;
    }

    .news-box .title-wrap .english-title {
        font-size: 13px;
        font-weight: 400;
        color: #999999;
        position: relative;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }

    .news-box .title-wrap .english-title::before {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -140px;
        top: 49%;
    }

    .news-box .title-wrap .english-title::after {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -140px;
        top: 49%;
    }

    .news-box .hot-news {
        display: flex;
    }

    .news-box .hot-news .sidebar {
        background: #CB0001;
        font-size: 18px;
        font-weight: normal;
        color: #FFFFFF;
        writing-mode: vertical-lr;
        padding: 30px 10px;
    }

    .news-box .hot-news .right-news {
        flex: 1;
        width: 0;
        margin-left: 30px;
    }

    .news-box .hot-news .right-news .sub-title {
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        line-height: 36px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
    }

    .news-box .hot-news .right-news .sub-title:hover {
        color: #286CCD;
    }

    .news-box .hot-news .right-news .news-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 40px;
        grid-row-gap: 15px;
        margin-top: 15px;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
    }

    .news-box .hot-news .right-news .news-list li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        padding-left: 20px;
        cursor: pointer;
    }

    .news-box .hot-news .right-news .news-list li a{
        color: #666666;
    }

    .news-box .hot-news .right-news .news-list li a:hover {
        color: #286CCD;
    }

    .news-box .hot-news .right-news .news-list li::before {
        content: "";
        width: 5px;
        height: 5px;
        background: #CB0001;
        border-radius: 50%;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-2.5px);
    }

    .news-box .business-movement {
        display: flex;
        justify-content: space-between;
    }

    .news-box .business-movement .left {
        width: 51%;
    }

    .news-box .business-movement .left .swiper2 {
        width: 100%;
        height: 306px;
        overflow: hidden;
    }

    .news-box .business-movement .right {
        width: 45%;
    }

    .news-box .business-movement .swiper2 {
        position: relative;
    }

    .news-box .business-movement .swiper2 .swiper-slide {
        position: relative;
    }

    .news-box .business-movement .swiper2 .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .news-box .business-movement .swiper2 .swiper-slide .cover {
        padding: 10px 20px;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        z-index: 9;
        left: 0;
        right: 0;
        bottom: 0;
        color: #FFFFFF;
    }

    .news-box .business-movement .swiper2 .swiper-slide .cover-text {
        display: inline-block;
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        font-weight: 400;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination {
        position: absolute;
        bottom: 12px;
        padding-right: 20px;
        box-sizing: border-box;
        z-index: 10;
        text-align: right;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination .my-bullet {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #FFFFFF;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 10px;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination .my-bullet-active {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #165BBD;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 10px;
    }

    .news-box .business-movement .right {}

    .news-box .business-movement .right .tabs {
        display: flex;
    }

    .news-box .business-movement .right .tabs .single-tab {
        font-size: 22px;
        font-weight: 400;
        color: #333333;
        margin-right: 50px;
        cursor: pointer;
        padding: 5px 0 5px;
    }

    .news-box .business-movement .right .tabs .single-tab:hover {
        color: #286CCD;
    }

    .news-box .business-movement .right .tabs .active {
        font-weight: bold;
        color: #286CCD;
        position: relative;
    }

    .news-box .business-movement .right .tabs .active::before {
        content: "";
        width: 90px;
        height: 3px;
        background: #286CCD;
        position: absolute;
        bottom: 0;
    }

    .news-box .business-movement .right .tabs .active::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #286CCD;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-4px);
    }

    .news-box .business-movement .right .movement {
        margin-top: 20px;
        display: none;
    }
    .news-box .business-movement .right .boxshow{
        display: block !important;
    }

    .news-box .business-movement .right .movement li {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 15px;
    }

    .news-box .business-movement .right .movement li:hover .content {
        color: #286CCD;
    }

    .news-box .business-movement .right .movement li:hover .date {
        color: #286CCD;
    }

    .news-box .business-movement .right .movement li .content {
        width: 75%;
        padding-left: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        font-size: 14px;
        color: #333333;
    }

    .news-box .business-movement .right .movement li .content::before {
        content: "";
        width: 5px;
        height: 5px;
        background: #286CCD;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-2.5px);
    }

    .news-box .business-movement .right .movement li .date {
        width: 20%;
        font-size: 15px;
        font-weight: 400;
        color: #999999;
        text-align: right;
    }

    /* 党的建设 */

    .construction {
        padding: 30px 0;
        background: #F5F9FF;
    }

    .construction .title-wrap {
        text-align: center;
        padding: 0 0 30px;
    }

    .construction .title-wrap .title {
        font-size: 32px;
        font-weight: 400;
        color: #333333;
    }

    .construction .title-wrap .english-title {
        font-size: 13px;
        font-weight: 400;
        color: #999999;
        position: relative;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }

    .construction .title-wrap .english-title::before {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -140px;
        top: 49%;
    }

    .construction .title-wrap .english-title::after {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -140px;
        top: 49%;
    }

    .construction .party-build {
        display: flex;
        justify-content: space-between;
    }

    .construction .party-build .left {
        width: 45%;
        background: #ffffff;
        border-radius: 10px;
    }

    .construction .party-build .left .party-bg {
        background: url("../img/party-head-bg.png") no-repeat;
        background-size: 100% 100%;
        height: 100px;
        border-top-right-radius: 15px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
    }

    .construction .party-build .left .party-head {
        padding-left: 30px;
        position: relative;
    }

    .construction .party-build .left .party-head::before {
        content: "";
        width: 4px;
        height: 47px;
        background: #FFFFFF;
        border-radius: 2px;
        position: absolute;
        left: 20px;
    }

    .construction .party-build .left .party-head .name {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .construction .party-build .left .party-head .english-name {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }

    .construction .party-build .left .party-list {
        padding: 30px 25px 10px;
    }

    .construction .party-build .left .party-list li {
        padding-left: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 15px;
        cursor: pointer;
        position: relative;
    }
    .construction .party-build .left .party-list li a{
        color: #000;
    }
    .construction .party-build .left .party-list li a:hover {
        color: #CB0001;
    }

    .construction .party-build .left .party-list li::before {
        content: "";
        width: 5px;
        height: 5px;
        background: #CB0001;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-2.5px);
    }

    .construction .party-build .right {
        width: 53%;
        background: #ffffff;
        border-radius: 10px;
        padding: 0 25px;
        box-sizing: border-box;
    }

    .construction .party-build .right .party-class {
        margin-top: 25px;
    }

    .construction .party-build .right .party-class .title {
        font-size: 16px;
        font-weight: 400;
        color: #CB0001;
        padding-left: 18px;
        position: relative;
    }

    .construction .party-build .right .party-class .title::before {
        content: "";
        width: 4px;
        height: 20px;
        background: #CB0001;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-10px);
    }

    .construction .party-build .right .party-class-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 20px;
        margin-top: 20px;
    }

    .construction .party-build .right .party-class-list li {
        background: url("../img/party-class-bg.png") no-repeat;
        background-size: 100% 100%;
        height: 140px;
        padding: 10px 8px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .construction .party-build .right .party-class-list li .year {
        font-size: 12px;
        font-weight: bold;
        color: #C90000;
        text-align: right;
    }

    .construction .party-build .right .party-class-list li .content {
        margin-top: 25px;
        font-size: 16px;
        color: #C90000;
        text-align: center;
    }

    .construction .party-build .right .party-class-list li .content .count {
        font-size: 34px;
    }

    .construction .party-build .right .education {
        font-size: 34px;
        margin-top: 25px;
    }

    .construction .party-build .right .education .title {
        font-size: 16px;
        font-weight: 400;
        color: #CB0001;
        padding-left: 18px;
        position: relative;
    }

    .construction .party-build .right .education .title::before {
        content: "";
        width: 4px;
        height: 20px;
        background: #CB0001;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-10px);
    }

    .construction .party-build .right .education-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 20px;
        margin: 20px 0 15px;
    }

    .construction .party-build .right .education-list li {
      
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
    }
    .construction .party-build .right .education-list li a{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000;
    }

    .construction .party-build .right .education-list a:hover .content {
        color: #CB0001;
    }

    .construction .party-build .right .education-list a:hover .date {
        color: #CB0001;
    }

    .construction .party-build .right .education-list li .content {
        flex: 1;
        width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .construction .party-build .right .education-list li .date {
        width: 80px;
        color: #999999;
        text-align: right;
        font-size: 12px;
    }

    /* 产业板块 */
    .industry {
        padding: 30px 0;
    }

    .industry .title-wrap {
        text-align: center;
        padding: 0 0 30px;
    }

    .industry .title-wrap .title {
        font-size: 32px;
        font-weight: 400;
        color: #333333;
    }

    .industry .title-wrap .english-title {
        font-size: 13px;
        font-weight: 400;
        color: #999999;
        position: relative;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }

    .industry .title-wrap .english-title::before {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -140px;
        top: 49%;
    }

    .industry .title-wrap .english-title::after {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -140px;
        top: 49%;
    }

    .industry .industry-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 30px;
    }

    .industry .industry-list .industry-card {
        border-radius: 15px;
        overflow: hidden;
    }

    .industry .industry-list .first-card .title {
        height: 100px;
        background: linear-gradient(348deg, #BCC0C3 0%, #E0E1E0 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        font-weight: 400;
        color: #14242E;
    }

    .industry .industry-list .first-card .content {
        height: 260px;
        background: url("../img/industry-first.png") no-repeat;
        background-size: 100% 100%;
        transition: all 0.4s;
    }

    .industry .industry-list .second-card .title {
        height: 100px;
        background: linear-gradient(348deg, #E5C992 0%, #E6E2C2 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        font-weight: 400;
        color: #14242E;
    }

    .industry .industry-list .second-card .content {
        height: 260px;
        background: url("../img/industry-second.png") no-repeat;
        background-size: 100% 100%;
        transition: all 0.4s;
    }

    .industry .industry-list .third-card .title {
        height: 100px;
        background: linear-gradient(348deg, #A38FE2 0%, #BDC1E6 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        font-weight: 400;
        color: #14242E;
    }

    .industry .industry-list .third-card .content {
        height: 260px;
        background: url("../img/industry-fourth.jpg") no-repeat;
        background-size: 100% 100%;
        transition: all 0.4s;
    }

    .industry .industry-list .content .option {
        width: 264px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 25px;
        font-size: 20px;
        margin: 0 auto 20px;
        cursor: pointer;
        transition: all 0.4s ease 0s;
    }

    .industry .industry-list .content .option:hover {
        transform: translate(0, -10px);
        transition: all 0.7s ease 0s;
    }

    /* 关于我们 */
    .about-our {
        background: #F5F9FF;
        background: url("../img/about-bg.jpg") no-repeat;
        background-size: 100% 150%;
        padding: 30px 0;
    }

    .about-our .title-wrap {
        text-align: center;
        padding: 0 0 30px;
    }

    .about-our .title-wrap .title {
        font-size: 32px;
        font-weight: 400;
        color: #333333;
    }

    .about-our .title-wrap .english-title {
        font-size: 13px;
        font-weight: 400;
        color: #999999;
        position: relative;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }

    .about-our .title-wrap .english-title::before {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -140px;
        top: 49%;
    }

    .about-our .title-wrap .english-title::after {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -140px;
        top: 49%;
    }

    .about-our .content {
        display: flex;
        justify-content: space-between;
    }

    .about-our .content .left {
        width: 44%;
    }

    .about-our .content .left .title {
        font-size: 28px;
        font-weight: 400;
        color: #333333;
    }

    .about-our .content .left .description {
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        margin-top: 25px;
        line-height: 30px;
    }

    .about-our .content .left .look-more {
        width: 225px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #286CCD;
        border-radius: 25px;
        font-size: 16px;
        font-weight: 400;
        margin-top: 45px;
        cursor: pointer;
    }

    .about-our .content .left .look-more {
        color: #FFFFFF;
    }
    .about-our .content .left .look-more a{
        color: #FFFFFF;
    }

    .about-our .content .right {
        width: 47%;
    }

    .about-our .content .right img {
        width: 100%;
    }

    .footer .link-box .left .select-box {
        width: 240px;
        height: 30px;
        padding: 0 15px;
        background: #125BC4;
        border: 1px solid #4889E6;
        box-sizing: border-box;
        font-size: 12px;
        font-weight: 400;
        color: #B6D2FA;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        overflow: hidden;
        opacity: 1;

    }

    .footer .link-box .left .select-box .select-list {
        position: absolute;
        z-index: 1;
        left: -1px;
        width: 240px;
        bottom: 39px;
        background: #125BC4;
        border: 1px solid #4889E6;
        box-sizing: border-box;
        border-bottom: none;
        opacity: 1;
        display: none;
    }

    .footer .link-box .left .select-box .select-list .option {
        color: #B6D2FA;
        padding: 10px 15px;
    }

    .footer .link-box .left .select-box .select-list .option:hover {
        background: #286CCD;
    }

    .footer .link-box .left .select-box img {
        width: 23px;
        height: 25px;
        transition: all 0.3s ease 0s;
    }

    .footer .link-box .left .select-box:hover img {
        transform: rotate(180deg);
        transition: all 0.3s ease 0s;
    }


}

@media screen and (min-width:1200px) {
    
    


    /* 轮播图 */
    .swiper1 {
        width: 100%;
        height: calc(100vh - 100px);
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    .swiper1 .swiper-slide {
        position: relative;
    }

    .swiper1 .swiper-slide .cover-text {
        position: absolute;
        left: 238px;
        top: 39%;
        /* transform: translateY(-90px); */
        z-index: 100;
    }

    .swiper1 .swiper-slide .cover-text .text1 {
        font-size: 50px;
        font-weight: normal;
        color: #FFFFFF;
    }

    .swiper1 .swiper-slide .cover-text .text2 {
        font-size: 40px;
        font-weight: normal;
        color: #FFFFFF;
        margin-top: 32px;
    }

    .swiper1 .swiper-slide .swiper-img {
        width: 100%;
        height: 100%;
    }

    .swiper1 .swiper-slide .swiper1-text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 65%;
    }
    
    .swiper1 .swiper-slide .swiper2-text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 40%;
    }

    .swiper1 .swiper-slide .swiper3-text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 75%;
    }



    .swiper1 .swiper-pagination {
        position: absolute;
        bottom: 0;
        z-index: 10;
    }

    .swiper1 .swiper-pagination .my-bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #FFFFFF;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 10px;
    }
	.swiper1 .swiper-pagination .my-bullet:last-child {
		margin-right: 0px;
	}
    .swiper1 .swiper-pagination .my-bullet-active {
        display: inline-block;
        width: 29px;
        height: 12px;
        background: #165BBD;
        border-radius: 6px;
        cursor: pointer;
        margin-right: 10px;
    }

    /* 新闻中心 */
    .news-box {
        padding: 50px 0;
    }

    .news-box .title-wrap {
        text-align: center;
        padding: 30px 40px;
    }

    .news-box .title-wrap .title {
        font-size: 34px;
        font-weight: 400;
        color: #333333;
    }

    .news-box .title-wrap .english-title {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
        position: relative;
    }

    .news-box .title-wrap .english-title::before {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -140px;
        top: 49%;
    }

    .news-box .title-wrap .english-title::after {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -140px;
        top: 49%;
    }

    .news-box .hot-news {
        display: flex;
    }

    .news-box .hot-news .sidebar {
        background: #CB0001;
        font-size: 20px;
        font-weight: normal;
        color: #FFFFFF;
        writing-mode: vertical-lr;
        padding: 30px 10px;
    }

    .news-box .hot-news .right-news {
        flex: 1;
        width: 0;
        margin-left: 30px;
    }

    .news-box .hot-news .right-news .sub-title {
        font-size: 22px;
        font-weight: 400;
        color: #333333;
        line-height: 36px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
    }

    .news-box .hot-news .right-news .sub-title:hover {
        color: #286CCD;
    }

    .news-box .hot-news .right-news .news-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 40px;
        grid-row-gap: 20px;
        margin-top: 22px;
        font-size: 16px;
        font-weight: 400;
        color: #666666;
    }

    .news-box .hot-news .right-news .news-list li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        padding-left: 20px;
        cursor: pointer;
    }

    .news-box .hot-news .right-news .news-list li:hover {
        color: #286CCD;
    }

    .news-box .hot-news .right-news .news-list li::before {
        content: "";
        width: 5px;
        height: 5px;
        background: #CB0001;
        border-radius: 50%;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-2.5px);
    }

    .news-box .business-movement {
        display: flex;
        justify-content: space-between;
    }

    .news-box .business-movement .left {
        width: 51%;
    }

    .news-box .business-movement .left .swiper2 {
        width: 100%;
        height: 420px;
        overflow: hidden;
    }

    .news-box .business-movement .right {
        width: 45%;
    }

    .news-box .business-movement .swiper2 {
        position: relative;
    }

    .news-box .business-movement .swiper2 .swiper-slide {
        position: relative;
    }

    .news-box .business-movement .swiper2 .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .news-box .business-movement .swiper2 .swiper-slide .cover {
        padding: 20px;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        z-index: 9;
        left: 0;
        right: 0;
        bottom: 0;
        color: #FFFFFF;
    }

    .news-box .business-movement .swiper2 .swiper-slide .cover-text {
        display: inline-block;
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 18px;
        font-weight: 400;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination {
        position: absolute;
        bottom: 24px;
        padding-right: 20px;
        box-sizing: border-box;
        z-index: 10;
        text-align: right;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination .my-bullet {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #FFFFFF;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 10px;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination .my-bullet-active {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #165BBD;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 10px;
    }

    .news-box .business-movement .right {}

    .news-box .business-movement .right .tabs {
        display: flex;
    }

    .news-box .business-movement .right .tabs .single-tab {
        font-size: 24px;
        font-weight: 400;
        color: #333333;
        margin-right: 70px;
        cursor: pointer;
        padding: 5px 0 10px;
    }

    .news-box .business-movement .right .tabs .single-tab:hover {
        color: #286CCD;
    }

    .news-box .business-movement .right .tabs .active {
        font-weight: bold;
        color: #286CCD;
        position: relative;
    }

    .news-box .business-movement .right .tabs .active::before {
        content: "";
        width: 95px;
        height: 4px;
        background: #286CCD;
        position: absolute;
        bottom: 0;
    }

    .news-box .business-movement .right .tabs .active::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #286CCD;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-4px);
    }

    .news-box .business-movement .right .movement {
        margin-top: 30px;
        display: none;
    }
    .news-box .business-movement .right .boxshow{
        display: block !important;
    }

    .news-box .business-movement .right .movement li {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 28px;
    }

    .news-box .business-movement .right .movement li:hover .content {
        color: #286CCD;
    }

    .news-box .business-movement .right .movement li:hover .date {
        color: #286CCD;
    }

    .news-box .business-movement .right .movement li .content {
        width: 75%;
        padding-left: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        font-size: 16px;
        color: #333333;
    }

    .news-box .business-movement .right .movement li .content::before {
        content: "";
        width: 5px;
        height: 5px;
        background: #286CCD;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-2.5px);
    }

    .news-box .business-movement .right .movement li .date {
        width: 20%;
        font-size: 15px;
        font-weight: 400;
        color: #999999;
        text-align: right;
    }

    /* 党的建设 */

    .construction {
        padding: 30px 0;
        background: #F5F9FF;
    }

    .construction .title-wrap {
        text-align: center;
        padding: 0 0 30px;
    }

    .construction .title-wrap .title {
        font-size: 34px;
        font-weight: 400;
        color: #333333;
    }

    .construction .title-wrap .english-title {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
        position: relative;
    }

    .construction .title-wrap .english-title::before {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -140px;
        top: 49%;
    }

    .construction .title-wrap .english-title::after {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -140px;
        top: 49%;
    }

    .construction .party-build {
        display: flex;
        justify-content: space-between;
    }

    .construction .party-build .left {
        width: 45%;
        background: #ffffff;
        border-radius: 20px;
    }

    .construction .party-build .left .party-bg {
        background: url("../img/party-head-bg.png") no-repeat;
        background-size: 100% 100%;
        height: 115px;
        border-top-right-radius: 20px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
    }

    .construction .party-build .left .party-head {
        padding-left: 35px;
        position: relative;
    }

    .construction .party-build .left .party-head::before {
        content: "";
        width: 4px;
        height: 47px;
        background: #FFFFFF;
        border-radius: 2px;
        position: absolute;
        left: 20px;
    }

    .construction .party-build .left .party-head .name {
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .construction .party-build .left .party-head .english-name {
        font-size: 15px;
        font-weight: 400;
        color: #FFFFFF;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }

    .construction .party-build .left .party-list {
        padding: 30px 25px 10px;
    }

    .construction .party-build .left .party-list li {
        padding-left: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 25px;
        cursor: pointer;
        position: relative;
    }

    .construction .party-build .left .party-list li a{
        color: #000;
    }
    .construction .party-build .left .party-list li a:hover {
        color: #CB0001;
    }

    .construction .party-build .left .party-list li::before {
        content: "";
        width: 5px;
        height: 5px;
        background: #CB0001;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-2.5px);
    }

    .construction .party-build .right {
        width: 53%;
        background: #ffffff;
        border-radius: 20px;
        padding: 0 25px;
        box-sizing: border-box;
    }

    .construction .party-build .right .party-class {
        margin-top: 25px;
    }

    .construction .party-build .right .party-class .title {
        font-size: 18px;
        font-weight: 400;
        color: #CB0001;
        padding-left: 18px;
        position: relative;
    }

    .construction .party-build .right .party-class .title::before {
        content: "";
        width: 4px;
        height: 20px;
        background: #CB0001;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-10px);
    }

    .construction .party-build .right .party-class-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 24px;
        margin-top: 24px;
    }

    .construction .party-build .right .party-class-list li {
        background: url("../img/party-class-bg.png") no-repeat;
        background-size: 100% 100%;
        height: 180px;
        padding: 12px 10px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .construction .party-build .right .party-class-list li .year {
        font-size: 13px;
        font-weight: bold;
        color: #C90000;
        text-align: right;
    }

    .construction .party-build .right .party-class-list li .content {
        margin-top: 25px;
        font-size: 18px;
        color: #C90000;
        text-align: center;
    }

    .construction .party-build .right .party-class-list li .content .count {
        font-size: 36px;
    }

    .construction .party-build .right .education {
        font-size: 36px;
        margin-top: 25px;
    }

    .construction .party-build .right .education .title {
        font-size: 18px;
        font-weight: 400;
        color: #CB0001;
        padding-left: 18px;
        position: relative;
    }

    .construction .party-build .right .education .title::before {
        content: "";
        width: 4px;
        height: 20px;
        background: #CB0001;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-10px);
    }

    .construction .party-build .right .education-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 25px;
        margin: 24px 0 25px;
    }

    .construction .party-build .right .education-list li {
      
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
    }
    .construction .party-build .right .education-list li a{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000;
    }

    .construction .party-build .right .education-list a:hover .content {
        color: #CB0001;
    }

    .construction .party-build .right .education-list a:hover .date {
        color: #CB0001;
    }

    .construction .party-build .right .education-list li .content {
        flex: 1;
        width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .construction .party-build .right .education-list li .date {
        width: 100px;
        color: #999999;
        text-align: right;
    }

    /* 产业板块 */
    .industry {
        padding: 30px 0;
    }

    .industry .title-wrap {
        text-align: center;
        padding: 0 0 30px;
    }

    .industry .title-wrap .title {
        font-size: 34px;
        font-weight: 400;
        color: #333333;
    }

    .industry .title-wrap .english-title {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
        position: relative;
    }

    .industry .title-wrap .english-title::before {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -140px;
        top: 49%;
    }

    .industry .title-wrap .english-title::after {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -140px;
        top: 49%;
    }

    .industry .industry-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 30px;
    }

    .industry .industry-list .industry-card {
        border-radius: 15px;
        overflow: hidden;
    }

    .industry .industry-list .first-card .title {
        height: 150px;
        background: linear-gradient(348deg, #BCC0C3 0%, #E0E1E0 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        font-weight: 400;
        color: #14242E;
    }

    .industry .industry-list .first-card .content {
        height: 313px;
        background: url("../img/industry-first.png") no-repeat;
        background-size: 100% 100%;
        transition: all 0.4s;
    }

    .industry .industry-list .second-card .title {
        height: 150px;
        background: linear-gradient(348deg, #E5C992 0%, #E6E2C2 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        font-weight: 400;
        color: #14242E;
    }

    .industry .industry-list .second-card .content {
        height: 313px;
        background: url("../img/industry-second.png") no-repeat;
        background-size: 100% 100%;
        transition: all 0.4s;
    }

    .industry .industry-list .third-card .title {
        height: 150px;
        background: linear-gradient(348deg, #A38FE2 0%, #BDC1E6 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        font-weight: 400;
        color: #14242E;
    }

    .industry .industry-list .third-card .content {
        height: 313px;
        background: url("../img/industry-fourth.jpg") no-repeat;
        background-size: 100% 100%;
        transition: all 0.4s;
    }

    .industry .industry-list .content .option {
        width: 264px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 25px;
        font-size: 20px;
        margin: 0 auto 20px;
        cursor: pointer;
        transition: all 0.4s ease 0s;
    }

    .industry .industry-list .content .option:hover {
        transform: translate(0, -10px);
        transition: all 0.7s ease 0s;
    }

    /* 关于我们 */
    .about-our {
        background: #F5F9FF;
        background: url("../img/about-bg.jpg") no-repeat;
        background-size: 100% 150%;
        padding: 30px 0;
    }

    .about-our .title-wrap {
        text-align: center;
        padding: 0 0 30px;
    }

    .about-our .title-wrap .title {
        font-size: 34px;
        font-weight: 400;
        color: #333333;
    }

    .about-our .title-wrap .english-title {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        position: relative;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }

    .about-our .title-wrap .english-title::before {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -140px;
        top: 49%;
    }

    .about-our .title-wrap .english-title::after {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -140px;
        top: 49%;
    }

    .about-our .content {
        display: flex;
        justify-content: space-between;
    }

    .about-our .content .left {
        width: 44%;
    }

    .about-our .content .left .title {
        font-size: 28px;
        font-weight: 400;
        color: #333333;
    }

    .about-our .content .left .description {
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        margin-top: 35px;
        line-height: 35px;
    }

    .about-our .content .left .look-more {
        width: 225px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #286CCD;
        border-radius: 30px;
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 45px;
        cursor: pointer;
    }

    .about-our .content .left .look-more a{
        color: #FFFFFF;
    }

    .about-our .content .right {
        width: 47%;
    }

    .about-our .content .right img {
        width: 100%;
    }


    /* 底部 */
    .footer .link-box .left .select-box {
        width: 240px;
        height: 40px;
        padding: 0 15px;
        background: #125BC4;
        border: 1px solid #4889E6;
        box-sizing: border-box;
        font-size: 13px;
        font-weight: 400;
        color: #B6D2FA;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        overflow: hidden;
        opacity: 1;

    }

    .footer .link-box .left .select-box .select-list {
        position: absolute;
        z-index: 1;
        left: -1px;
        width: 240px;
        bottom: 39px;
        background: #125BC4;
        border: 1px solid #4889E6;
        box-sizing: border-box;
        border-bottom: none;
        opacity: 1;
        display: none;
    }

    .footer .link-box .left .select-box .select-list .option {
        color: #B6D2FA;
        padding: 10px 15px;
    }

    .footer .link-box .left .select-box .select-list .option:hover {
        background: #286CCD;
    }

    .footer .link-box .left .select-box img {
        width: 27px;
        height: 30px;
        transition: all 0.3s ease 0s;
    }

    .footer .link-box .left .select-box:hover img {
        transform: rotate(180deg);
        transition: all 0.3s ease 0s;
    }

}

@media screen and (min-width:1501px) {
    .main {
        width: 1440px;
        margin: 0 auto;
    }

    .header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #FFFFFF;
        height: 120px;
        box-sizing: border-box;
        box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
    }

    .header .main {
        display: flex;
        justify-content: space-between;

    }

    .header .main .logo {
        width: 34%;
    }

    .header .main .logo img {
        width: 100%;
        margin-top: 40px;
    }

    .header .menu {
        display: none;
    }

    .header .main .right-nav {
        padding: 22px 0 0;
    }

    .header .main .right-nav .link-search {
        display: flex;
        justify-content: flex-end;
    }

    .header .main .right-nav .link-search .single-link {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: normal;
        color: #286CCD;
        margin-right: 25px;
        cursor: pointer;
    }

    .header .main .right-nav .link-search .single-link img {
        margin-right: 5px;
    }

    .header .main .right-nav .link-search .right-search {
        position: relative;
    }

    .header .main .right-nav .link-search .right-search .search {
        box-sizing: border-box;
        width: 200px;
        height: 36px;
        background: #FFFFFF;
        border-radius: 19px;
        border: 1px solid #CECECE;
        padding: 0 20px 0 15px;
    }

    .header .main .right-nav .link-search .right-search input[type=text]:focus {
        outline: 1px solid #286CCD;
    }

    .header .main .right-nav .link-search .right-search img {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-8px);
        cursor: pointer;
    }

    .header .main .right-nav .nav-box {
        display: flex;
    }

    .header .main .right-nav .nav-box .single-nav {
        margin-left: 50px;
        font-size: 18px;
        font-weight: 400;
        line-height: 60px;
        cursor: pointer;
    }

    .header .main .right-nav .nav-box .single-nav a {
        color: #000000;
    }

    .header .main .right-nav .nav-box .single-nav a:hover {
        color: #286CCD;
    }

    .header .main .right-nav .nav-box .active {
        position: relative;
    }

    .header .main .right-nav .nav-box .active a {
        font-weight: bold;
        color: #286CCD;
    }

    .header .main .right-nav .nav-box .active::before {
        content: "";
        width: 100%;
        height: 4px;
        background: #286CCD;
        position: absolute;
        z-index: 10;
        bottom: 0;
    }


    .sub-menu1 {
        opacity: 0;
        width: 100%;
        line-height: 60px;
        position: fixed;
        z-index: 99;
        top: 120px;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 10px 8px rgba(9, 8, 9, 0.1);
        -webkit-box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
        box-shadow: 0px 10px 8px rgb(9 8 9 / 10%);
        -o-transition: all 1s;
        transition: all 1s;
        box-sizing: border-box;
    }
    
    .sub-menu1 ul {
        display: none;
    }
    
    .sub-menu1 .custom li {
       display: inline-block;
        margin-right: 15px;
        font-family: 'SiYuan';
    }
    .sub-menu1 .custom2, .sub-menu1 .custom1{
        margin-right: 20px;
        text-align: right;
    }
    .sub-menu1 .custom1 li{
        display: inline-block;
        margin-right: 15px;
        z-index: 1000;
    }
    .sub-menu1 .custom2 li{
        display: inline-block;
        margin-right: 15px;
        z-index: 100;
    }
    
    .sub-menu1 a {
        color: #fff;
        font-size: 16px;
    }
    
    .sub-menu1 a:hover {
        color: #43A7FF;
    }
    /* .sub-menu1 .custom1{
        margin-left: 900px !important;
    }
    .sub-menu1 .custom2{
        margin-left: 1000px !important;
    } */


    /* 轮播图 */
    .swiper1 {
        width: 100%;
        height: calc(100vh - 120px);
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    .swiper1 .swiper-slide {
        position: relative;
    }

    .swiper1 .swiper-slide .cover-text {
        position: absolute;
        left: 238px;
        top: 39%;
        /* transform: translateY(-90px); */
        z-index: 100;
    }

    .swiper1 .swiper-slide .cover-text .text1 {
        font-size: 50px;
        font-weight: normal;
        color: #FFFFFF;
    }

    .swiper1 .swiper-slide .cover-text .text2 {
        font-size: 40px;
        font-weight: normal;
        color: #FFFFFF;
        margin-top: 32px;
    }

    .swiper1 .swiper-slide .swiper-img {
        width: 100%;
        height: 100%;
    }

    .swiper1 .swiper-slide .swiper1-text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .swiper1 .swiper-slide .swiper2-text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 45%;
    }

    .swiper1 .swiper-slide .swiper3-text {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 75%;
    }



    .swiper1 .swiper-pagination {
        position: absolute;
        bottom: 0;
        z-index: 10;
    }

    .swiper1 .swiper-pagination .my-bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #FFFFFF;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 10px;
    }
	.swiper1 .swiper-pagination .my-bullet:last-child {
		margin-right: 0px;
	}
    .swiper1 .swiper-pagination .my-bullet-active {
        display: inline-block;
        width: 29px;
        height: 12px;
        background: #165BBD;
        border-radius: 6px;
        cursor: pointer;
        margin-right: 10px;
    }

    /* 新闻中心 */
    .news-box {
        padding: 70px 0;
    }

    .news-box .title-wrap {
        text-align: center;
        padding: 25px 50px;
    }

    .news-box .title-wrap .title {
        font-size: 36px;
        font-weight: 400;
        color: #333333;
    }

    .news-box .title-wrap .english-title {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        position: relative;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }

    .news-box .title-wrap .english-title::before {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -140px;
        top: 49%;
    }

    .news-box .title-wrap .english-title::after {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -140px;
        top: 49%;
    }

    .news-box .hot-news {
        display: flex;
    }

    .news-box .hot-news .sidebar {
        background: #CB0001;
        font-size: 22px;
        font-weight: normal;
        color: #FFFFFF;
        writing-mode: vertical-lr;
        padding: 30px 10px;
    }

    .news-box .hot-news .right-news {
        flex: 1;
        width: 0;
        margin-left: 30px;
    }

    .news-box .hot-news .right-news .sub-title {
        font-size: 24px;
        font-weight: 400;
        color: #333333;
        line-height: 36px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
    }

    .news-box .hot-news .right-news .sub-title:hover {
        color: #286CCD;
    }

    .news-box .hot-news .right-news .news-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 40px;
        grid-row-gap: 20px;
        margin-top: 22px;
        font-size: 18px;
        font-weight: 400;
        color: #666666;
    }

    .news-box .hot-news .right-news .news-list li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        padding-left: 20px;
        cursor: pointer;
    }
    .news-box .hot-news .right-news .news-list li a{
        color: #666666;
    }

    .news-box .hot-news .right-news .news-list li a:hover {
        color: #286CCD;
    }

    .news-box .hot-news .right-news .news-list li::before {
        content: "";
        width: 5px;
        height: 5px;
        background: #CB0001;
        border-radius: 50%;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-2.5px);
    }

    .news-box .business-movement {
        display: flex;
        justify-content: space-between;
    }

    .news-box .business-movement .left {
        width: 51%;
    }

    .news-box .business-movement .left .swiper2 {
        width: 100%;
        height: 458px;
        overflow: hidden;
    }

    .news-box .business-movement .right {
        width: 45%;
    }

    .news-box .business-movement .swiper2 {
        position: relative;
    }

    .news-box .business-movement .swiper2 .swiper-slide {
        position: relative;
    }

    .news-box .business-movement .swiper2 .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .news-box .business-movement .swiper2 .swiper-slide .cover {
        padding: 20px;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        z-index: 9;
        left: 0;
        right: 0;
        bottom: 0;
        color: #FFFFFF;
    }

    .news-box .business-movement .swiper2 .swiper-slide .cover-text {
        display: inline-block;
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 18px;
        font-weight: 400;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination {
        position: absolute;
        bottom: 24px;
        padding-right: 20px;
        box-sizing: border-box;
        z-index: 10;
        text-align: right;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination .my-bullet {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #FFFFFF;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 10px;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination .my-bullet-active {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #165BBD;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 10px;
    }

    .news-box .business-movement .right {}

    .news-box .business-movement .right .tabs {
        display: flex;
    }

    .news-box .business-movement .right .tabs .single-tab {
        font-size: 24px;
        font-weight: 400;
        color: #333333;
        margin-right: 80px;
        cursor: pointer;
        padding: 5px 0 10px;
    }

    .news-box .business-movement .right .tabs .single-tab:hover {
        color: #286CCD;
    }

    .news-box .business-movement .right .tabs .active {
        font-weight: bold;
        color: #286CCD;
        position: relative;
    }

    .news-box .business-movement .right .tabs .active::before {
        content: "";
        width: 95px;
        height: 4px;
        background: #286CCD;
        position: absolute;
        bottom: 0;
    }

    .news-box .business-movement .right .tabs .active::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #286CCD;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-4px);
    }

    .news-box .business-movement .right .movement {
        margin-top: 30px;
        display: none;
    }
    .news-box .business-movement .right .boxshow{
        display: block !important;
    }

    .news-box .business-movement .right .movement li {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 28px;
    }

    .news-box .business-movement .right .movement li:hover .content {
        color: #286CCD;
    }

    .news-box .business-movement .right .movement li:hover .date {
        color: #286CCD;
    }

    .news-box .business-movement .right .movement li .content {
        width: 75%;
        padding-left: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        font-size: 18px;
        color: #333333;
    }

    .news-box .business-movement .right .movement li .content::before {
        content: "";
        width: 5px;
        height: 5px;
        background: #286CCD;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-2.5px);
    }

    .news-box .business-movement .right .movement li .date {
        width: 20%;
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        text-align: right;
    }

    /* 党的建设 */

    .construction {
        padding: 35px 0;
        background: #F5F9FF;
    }

    .construction .title-wrap {
        text-align: center;
        padding: 0 0 30px;
    }

    .construction .title-wrap .title {
        font-size: 36px;
        font-weight: 400;
        color: #333333;
    }

    .construction .title-wrap .english-title {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        position: relative;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }

    .construction .title-wrap .english-title::before {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -140px;
        top: 49%;
    }

    .construction .title-wrap .english-title::after {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -140px;
        top: 49%;
    }

    .construction .party-build {
        display: flex;
        justify-content: space-between;
    }

    .construction .party-build .left {
        width: 45%;
        background: #ffffff;
        border-radius: 20px;
    }

    .construction .party-build .left .party-bg {
        background: url("../img/party-head-bg.png") no-repeat;
        background-size: 100% 100%;
        height: 115px;
        border-top-right-radius: 20px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
    }

    .construction .party-build .left .party-head {
        padding-left: 35px;
        position: relative;
    }

    .construction .party-build .left .party-head::before {
        content: "";
        width: 4px;
        height: 47px;
        background: #FFFFFF;
        border-radius: 2px;
        position: absolute;
        left: 20px;
    }

    .construction .party-build .left .party-head .name {
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
    }

    .construction .party-build .left .party-head .english-name {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }

    .construction .party-build .left .party-list {
        padding: 30px 25px 10px;
    }

    .construction .party-build .left .party-list li {
        padding-left: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 25px;
        cursor: pointer;
        position: relative;
    }

    .construction .party-build .left .party-list li a{
        color: #000;
    }
    .construction .party-build .left .party-list li a:hover {
        color: #CB0001;
    }

    .construction .party-build .left .party-list li::before {
        content: "";
        width: 5px;
        height: 5px;
        background: #CB0001;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-2.5px);
    }

    .construction .party-build .right {
        width: 53%;
        background: #ffffff;
        border-radius: 20px;
        padding: 0 25px;
        box-sizing: border-box;
    }

    .construction .party-build .right .party-class {
        margin-top: 25px;
    }

    .construction .party-build .right .party-class .title {
        font-size: 20px;
        font-weight: 400;
        color: #CB0001;
        padding-left: 18px;
        position: relative;
    }

    .construction .party-build .right .party-class .title::before {
        content: "";
        width: 4px;
        height: 20px;
        background: #CB0001;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-10px);
    }

    .construction .party-build .right .party-class-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 24px;
        margin-top: 24px;
    }

    .construction .party-build .right .party-class-list li {
        background: url("../img/party-class-bg.png") no-repeat;
        background-size: 100% 100%;
        height: 180px;
        padding: 12px 10px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .construction .party-build .right .party-class-list li .year {
        font-size: 14px;
        font-weight: bold;
        color: #C90000;
        text-align: right;
    }

    .construction .party-build .right .party-class-list li .content {
        margin-top: 25px;
        font-size: 20px;
        color: #C90000;
        text-align: center;
    }

    .construction .party-build .right .party-class-list li .content .count {
        font-size: 40px;
    }

    .construction .party-build .right .education {
        font-size: 40px;
        margin-top: 25px;
    }

    .construction .party-build .right .education .title {
        font-size: 20px;
        font-weight: 400;
        color: #CB0001;
        padding-left: 18px;
        position: relative;
    }

    .construction .party-build .right .education .title::before {
        content: "";
        width: 4px;
        height: 20px;
        background: #CB0001;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-10px);
    }

    .construction .party-build .right .education-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 25px;
        margin: 24px 0;
    }

    .construction .party-build .right .education-list li {
      
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
    }
    .construction .party-build .right .education-list li a{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000;
    }

    .construction .party-build .right .education-list a:hover .content {
        color: #CB0001;
    }

    .construction .party-build .right .education-list a:hover .date {
        color: #CB0001;
    }

    .construction .party-build .right .education-list li .content {
        flex: 1;
        width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .construction .party-build .right .education-list li .date {
        width: 100px;
        color: #999999;
        text-align: right;
    }

    /* 产业板块 */
    .industry {
        padding: 30px 0;
    }

    .industry .title-wrap {
        text-align: center;
        padding: 0 0 30px;
    }

    .industry .title-wrap .title {
        font-size: 36px;
        font-weight: 400;
        color: #333333;
    }

    .industry .title-wrap .english-title {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        position: relative;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }

    .industry .title-wrap .english-title::before {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -140px;
        top: 49%;
    }

    .industry .title-wrap .english-title::after {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -140px;
        top: 49%;
    }

    .industry .industry-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 30px;
    }

    .industry .industry-list .industry-card {
        border-radius: 20px;
        overflow: hidden;
    }

    .industry .industry-list .first-card .title {
        height: 170px;
        background: linear-gradient(348deg, #BCC0C3 0%, #E0E1E0 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 32px;
        font-weight: 400;
        color: #14242E;
    }

    .industry .industry-list .first-card .content {
        height: 354px;
        background: url("../img/industry-first.png") no-repeat;
        background-size: 100% 100%;
        padding-top: 47px;
        transition: all 0.4s;
    }

    .industry .industry-list .second-card .title {
        height: 170px;
        background: linear-gradient(348deg, #E5C992 0%, #E6E2C2 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 32px;
        font-weight: 400;
        color: #14242E;
    }

    .industry .industry-list .second-card .content {
        height: 354px;
        background: url("../img/industry-second.png") no-repeat;
        background-size: 100% 100%;
        padding-top: 47px;
        transition: all 0.4s;
    }

    .industry .industry-list .third-card .title {
        height: 170px;
        background: linear-gradient(348deg, #A38FE2 0%, #BDC1E6 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 32px;
        font-weight: 400;
        color: #14242E;
    }

    .industry .industry-list .third-card .content {
        height: 354px;
        background: url("../img/industry-fourth.jpg") no-repeat;
        background-size: 100% 100%;
        padding-top: 47px;
        transition: all 0.4s;
    }

    .industry .industry-list .content .option {
        width: 264px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 25px;
        font-size: 20px;
        margin: 0 auto 20px;
        cursor: pointer;
        transition: all 0.4s ease 0s;
    }

    .industry .industry-list .content .option:hover {
        transform: translate(0, -10px);
        transition: all 0.7s ease 0s;
    }

    /* 关于我们 */
    .about-our {
        background: #F5F9FF;
        background: url("../img/about-bg.jpg") no-repeat;
        background-size: 100% 150%;
        padding: 30px 0;
    }

    .about-our .title-wrap {
        text-align: center;
        padding: 0 0 30px;
    }

    .about-our .title-wrap .title {
        font-size: 36px;
        font-weight: 400;
        color: #333333;
    }

    .about-our .title-wrap .english-title {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        position: relative;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }

    .about-our .title-wrap .english-title::before {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -140px;
        top: 49%;
    }

    .about-our .title-wrap .english-title::after {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -140px;
        top: 49%;
    }

    .about-our .content {
        display: flex;
        justify-content: space-between;
    }

    .about-our .content .left {
        width: 44%;
    }

    .about-our .content .left .title {
        font-size: 30px;
        font-weight: 400;
        color: #333333;
    }

    .about-our .content .left .description {
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        margin-top: 45px;
        line-height: 35px;
    }

    .about-our .content .left .look-more {
        width: 225px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #286CCD;
        border-radius: 30px;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 45px;
        cursor: pointer;
    }
    .about-our .content .left .look-more  a{
        color: #FFFFFF;
    }

    .about-our .content .right {
        width: 47%;
    }

    .about-our .content .right img {
        width: 100%;
    }

    /* 底部 */
    
    .footer .link-box .left .select-box .select-list .option {
        color: #B6D2FA;
        padding: 10px 15px;
    }

    .footer .link-box .left .select-box .select-list .option:hover {
        background: #286CCD;
    }

    .footer .link-box .left .select-box img {
        width: 27px;
        height: 30px;
        transition: all 0.3s ease 0s;
    }

    .footer .link-box .left .select-box:hover img {
        transform: rotate(180deg);
        transition: all 0.3s ease 0s;
    }
   
}





