body {
    background: #f0f5fa;
}

.banner{height: 100vh;position: relative;}
.banner .swiper-container{height: 100vh;width: 100%;}
.banner .swiper-container .swiper-slide{width: 100%;height: 100%;position: relative;}
.banner .swiper-container .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}
.banner .pageBox{position: absolute;bottom: 20px;left: 0; right: 0;height: 30px;width: 1200px;line-height: 30px;margin: 0 auto;z-index: 3;}

.banner .pageBox .page{float: right;}
.banner .pageBox .shu{color: #a9b4d1;margin: 0 10px;width: 2px;height: 30px;background: #a9b4d1;}
.banner .pageBox .dangqian{font-size: 26px;font-weight: bold;color: #fff;padding-left: 110px;background: url(../images/line.png) no-repeat;background-size: 100px 1px;background-position: left center;}
.banner .pageBox .zongshu{font-size: 18px;font-weight: bold;color: #bdc1d6;}

.banner .swiper-pagination{position: absolute;bottom: 20px;left: 0; right: 0;display: flex; align-items: center; justify-content: center;z-index: 1;}
.banner .swiper-pagination .swiper-pagination-bullet-active{background: none!important;border: 4px solid #fff;width: 10px;height: 10px;border-radius: 50%;}
.banner .swiper-pagination .swiper-pagination-bullet{background: #fff;width: 10px;height: 10px;opacity: 1;margin: 0 3px;}



.banner .swiper-container .swiper-slide .pageColumn{position: absolute;top: 50%;left: 0;right: 0;height: 108px;margin-top: -96px;}
.banner .swiper-container .swiper-slide .pageColumn p{text-align: center;}
.banner .swiper-container .swiper-slide .pageColumn .column {font-weight: normal;font-size: 1rem;color: #004f99;/* text-shadow: 4px 4px 4px #022b5e57; */}
.banner .swiper-container .swiper-slide .pageColumn .encolumn{font-size: 18px;color: #748dcd;letter-spacing: 2px;margin-top: 10px;}

.banner .exploreMore{width: 150px;height: 38px;background: #ea5504;border-radius: 19px;position: absolute;left: 0;right: 0;display: block;margin: 0 auto;top: 70%;font-size: 16px;line-height: 38px;padding-left: 25px;color: #fff;transition: .3s;}
.banner .swiper-container .swiper-slide .exploreMore img{height: 14px;width: 14px;;padding: 12px;background: #eb723c;border-radius: 50%;float: right;}
.banner .exploreMore:hover { box-shadow: #eb723c 0px 0px 11px 3px; }


.partBody {
    width: 100%;
    overflow: hidden;
    background: url(../images/touzibg.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

.part {
    width: 100%;
    overflow: hidden;
}

.part01 .companyMsg {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 90px;
}

.part01 .companyMsg h4 {
    font-size: 42px;
    width: 700px;
    font-weight: normal;
    color: #004f99;
    line-height: 50px;
    margin-top: 65px;
    display: inline-block;
}

.part01 .companyMsg p {
    font-size: 18px;
    width: 700px;
    color: #004f99;
    margin-top: 60px;
    line-height: .6rem;
    text-indent: 2em;
}

.part02 .notice {
    width: 1200px;
    margin: 0 auto;
}

.part02 .notice h4 {
    font-size: 43px;
    width: 700px;
    font-weight: normal;
    color: #004f99;
    line-height: 50px;
    display: inline-block;
}

.part02 .notice .noticeList {
    width: 1200px;
    margin-top: 50px;
}

.part02 .notice .noticeList ul {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.part02 .notice .noticeList ul li {
    width: 380px;
    height: 428px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.part02 .notice .noticeList ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.part02 .notice .noticeList ul li .notic_bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(#052a7bcc 36%, rgb(255 255 255 / 0%) 100%);
    position: absolute;
    z-index: 1;
}

.part02 .notice .noticeList ul li h5 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    z-index: 5;
    position: absolute;
    left: 40px;
    top: 60px;
}

.part02 .notice .noticeList ul li:hover img {
    transition: transform 0.3s ease;
    transform: scale(1.02);
}

/* .part02 .notice .noticeList ul li .more{width: 120px;padding-left: 26px;height: 29px;display: block;background: url(../images/cityOn.png) 100% center no-repeat;margin-top: 30px;line-height: 29px;color: #fff;z-index: 5;position: absolute;left: 40px;top: 95px;} */
.part02 .notice .noticeList ul li .more {
    font-size: 16px;
    width: 120px;
    padding-left: 26px;
    height: 30px;
    display: block;
    margin-top: 50px;
    line-height: 30px;
    color: #fff;
    background: #ea5504;
    border-radius: 15px;
    z-index: 10;
    position: absolute;
    left: 30px;
    top: 65px;
}

.part02 .notice .noticeList ul li .more img {
    margin-left: 15px;
    height: 11px;
    width: 24px;
    object-fit: unset;
    position: unset;
}

.part03 .govern {
    width: 1200px;
    margin: 0 auto;
    margin-top: 90px;
}

.part03 .govern h4 {
    font-size: 43px;
    width: 700px;
    font-weight: normal;
    color: #004f99;
    line-height: 50px;
    display: inline-block;
}

.part03 .govern .governList {
    width: 1200px;
    margin-top: 50px;
}

.part03 .govern .governList ul {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.part03 .govern .governList ul li {
    width: 385px;
    height: 230px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.part03 .govern .governList ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.part03 .govern .governList ul li .notic_bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(60deg, #062f895c 36%, rgb(255 255 255 / 0%) 100%);
    position: absolute;
    z-index: 1;
}

.part03 .govern .governList ul li .governText {
    width: calc(100% - 50px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    padding: 15px 25px;
}

.part03 .govern .governList ul li .governText h5 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    z-index: 5;
    position: absolute;
    left: 40px;
    top: 124px;
}

/* .part03 .govern .governList ul li .governText .more{width: 120px;padding-left: 26px;height: 29px;display: block;background: url(../images/cityOn.png) 100% center no-repeat;margin-top: 15px;line-height: 29px;color: #fff;z-index: 5;} */
.part03 .govern .governList ul li:hover img {
    transition: transform 0.3s ease;
    transform: scale(1.02);
}

.part03 .govern .governList ul li .governText .more {
    font-size: 16px;
    width: 120px;
    padding-left: 26px;
    height: 30px;
    display: block;
    margin-top: 50px;
    line-height: 30px;
    color: #fff;
    background: #ea5504;
    border-radius: 15px;
    z-index: 10;
    position: absolute;
    left: 30px;
    top: 120px;
}

.part03 .govern .governList ul li .governText .more img {
    margin-left: 15px;
    height: 11px;
    width: 24px;
    object-fit: unset;
    position: unset;
}

.part04 .activity {
    border-radius: 46px 46px 0 0;
    width: 1200px;
    margin: 100px auto 0px auto;
    background-color: #ffffffd4;
    padding: 45px 7% 75px 7%;
}

.part04 .activity h4 {
    font-size: 43px;
    width: 700px;
    font-weight: normal;
    color: #004f99;
    line-height: 50px;
    display: inline-block;
}

.part04 .activity .activityList {
    width: 1200px;
    margin-top: 42px;
}

.part04 .activity .activityList ul {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.part04 .activity .activityList ul li {
    width: 585px;
    height: 342px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.part04 .activity .activityList ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.part04 .activity .activityList ul li .activityText {
    width: 100%;
    box-sizing: border-box;
    /*background: linear-gradient(rgba(255,255,255,0.1), rgba(0,0,0,.8));*/
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px 25px 20px;
}

.part04 .activity .activityList ul li .activityText h5 {
    font-size: 28px;
    color: #fff;
    z-index: 5;
    font-weight: bold;
    position: relative;
    left: 20px;
}

/* .part04 .activity .activityList ul li .activityText .more{width: 120px;padding-left: 26px;height: 29px;display: block;background: url(../images/cityOn.png) 100% center no-repeat;margin-top: 10px;line-height: 29px;color: #fff;z-index: 5;} */
.part04 .activity .activityList ul li:hover img {
    transition: transform 0.3s ease;
    transform: scale(1.02);
}

.part04 .activity .activityList ul li .activityText .more {
    font-size: 16px;
    width: 120px;
    padding-left: 26px;
    height: 30px;
    display: block;
    margin-top: 50px;
    line-height: 30px;
    color: #fff;
    background: #ea5504;
    border-radius: 15px;
    z-index: 10;
    margin-top: 10px;
    left: 10px;
    position: relative;
}

.part04 .activity .activityList ul li .activityText .more img {
    margin-left: 15px;
    height: 11px;
    width: 24px;
    object-fit: unset;
    position: unset;
}

/* 

.part02{height: 683px;background: url(../images/homebg3.jpg) no-repeat;background-size: auto 683px;background-position: center;}
.part02 .news{width: 1200px;margin: 0 auto;}
.part02 .news h4{font-size: 36px;width: 700px;font-weight: bold;color: #004f99;line-height: 44px;display: inline-block;}
.part02 .news .more{width: 120px;padding-left: 26px;height: 29px;display: block;background: url(../images/cityOn.png) 100% center no-repeat;margin-top: 30px;line-height: 29px;color: #fff;}
.part02 .news .newsList{width: 1200px;margin-top: 50px;}
.part02 .news .newsList ul{width: 1200px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.part02 .news .newsList ul li{width: 385px;height: 216px;margin-bottom: 20px;position: relative;border-radius: 10px;overflow: hidden;}
.part02 .news .newsList ul li p{font-size: 16px;color: #fff;line-height: 24px;padding: 20px 25px 5px 25px;background: linear-gradient(rgba(255,255,255,0.1), rgba(0,0,0,.8));position: absolute;bottom: 0;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.part02 .news .newsList ul li img{width: 385px;height: 216px;position: absolute;top: 0;left: 0;}
 */
@media screen and (max-width: 900px) {
    .banner{height: 4rem;margin-top: 60px;}
    .banner .swiper-container{height: 4rem;width: 100%;}
    .banner .pageBox{display: none;}
    .swiper-container-autoheight .swiper-wrapper{height: 100%!important;}
    .banner .swiper-pagination {bottom: 13px;}
    .banner .swiper-pagination .swiper-pagination-bullet{width: 5px;height: 5px;}
    .banner .swiper-pagination .swiper-pagination-bullet-active {border: 2px solid #fff;}

    .banner .swiper-container .swiper-slide .pageColumn{position: absolute;top: 28%;left: 0;right: 0;height: auto;width: 100%;margin: 0 auto;}
    .banner .swiper-container .swiper-slide .pageColumn p{font-size: 26px;text-align: center;}
    .banner .swiper-container .swiper-slide .pageColumn .column {font-size: 20px;}
    .banner .swiper-container .swiper-slide .pageColumn .encolumn{font-size: 10px;color: #748dcd;letter-spacing: 0px;margin-top: 5px;}

    .banner .exploreMore{width: 75px;height: 26px;top: 60%;font-size: 10px;line-height: 26px;padding-left: 15px;}
    .banner .swiper-container .swiper-slide .exploreMore img{padding: 6px;}

    .partBody {
        /*background: url(../images/aboutusbg-m.png) no-repeat;background-position: right 21%;*/
        background:unset;
    }

    .part {
        height: auto;
        background-color: #fff;
    }
    .part01 {
        background-color: unset;
        background: url(../images/aboutusbg-m.png) no-repeat;background-position: right bottom;
    }
    .part01 .companyMsg {
        width: 100%;
        margin-bottom: 2.8rem;
    }

    /* .part01 .aboutUs h4{width: calc(100% - .7rem);padding: 0 .35rem;margin: 0 auto;margin-top: 1rem;    display: block; font-size: .4rem; line-height: 0.64rem;} */
    .part01 .companyMsg h4 {
        width: calc(100% - .7rem);
        padding: 0 .35rem;
        margin: 0 auto;
        margin-top: .5rem;
        display: block;
        font-size: .4rem;
        line-height: 0.64rem;
        margin-bottom: 20px;
    }

    .part01 .companyMsg p {
        width: calc(100% - .7rem);
        padding: 0 .35rem;
        margin: 0 auto;
        margin-top: 0;
        line-height: 180%;
        font-size: 16px;
        text-align: justify;
    }

    .part02 {
        border-radius: 0;
        /*padding-bottom: .35rem;*/
        /*margin-top: .5rem;*/
    }
    
    .more {
        float: right;
        margin-right: .35rem;
    }

    .part01 .companyMsg .data {
        width: 100%;
        background: none;
    }

    .part01 .companyMsg .data ul {
        width: 100%;
    }

    .part01 .companyMsg .data ul li {
        width: 50%;
        background: #3053ad;
    }

    .part01 .companyMsg .data ul li span:nth-child(1) {
        font-size: 40px;
    }

    .part02 .notice {
        width: 100%;
        margin: 0 auto;
    }

    .part02 .notice h4 {
        width: calc(100% - .7rem);
        padding: 0 .35rem;
        margin: 0 auto;
        margin-top: .5rem;
        display: block;
        font-size: .4rem;
        line-height: 0.64rem;
        margin-bottom: 20px;
    }

    .part02 .notice .noticeList {
        width: 90%;
        margin-top: 15px;
        margin: 0 auto;
    }

    .part02 .notice .noticeList ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .part02 .notice .noticeList ul li {
        width: 100%;
        height: 200px;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .part02 .notice .noticeList ul li img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    .part02 .notice .noticeList ul li h5 {
        font-size: 22px;
        color: #fff;
        z-index: 5;
        position: absolute;
        left: 40px;
        top: 35px;
    }

    .part02 .notice .noticeList ul li .more {
        font-size: 14px;
        width: 112px;
        padding-left: 16px;
        height: 32px;
        display: block;
        margin-top: 11px;
        line-height: 32px;
        color: #fff;
        background: #ea5504f7;
        border-radius: 15px;
    }

    .part02 .notice .noticeList ul li .more img {
        margin-left: 15px;
        height: 11px;
        width: 24px;
        object-fit: unset;
        position: unset;
    }

    .part03 .govern {
        width: 100%;
        margin: 0 auto;
    }

    .part03 .govern h4 {
        width: calc(100% - .7rem);
        padding: 0 .35rem;
        margin: 0 auto;
        margin-top: .5rem;
        display: block;
        font-size: .4rem;
        line-height: 0.64rem;
        margin-bottom: 20px;
    }

    .part03 .govern .governList {
        width: 90%;
        margin-top: 15px;
        margin: 0 auto;
    }

    .part03 .govern .governList ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .part03 .govern .governList ul li {
        width: 100%;
        height: 200px;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 15px;
    }

    .part03 .govern .governList ul li img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    .part03 .govern .governList ul li .governText {
        display: flex;
        align-items: center;
    }

    /* .part03 .govern .governList ul li h5 */
    .part03 .govern .governList ul li .governText h5 {
        font-size: 20px;
        color: #fff;
        z-index: 5;
        width: 100%;
        top: 35px;
    }

    .part03 .govern .governList ul li .governText .more {
        font-size: 14px;
        width: 112px;
        padding-left: 16px;
        height: 32px;
        display: block;
        line-height: 32px;
        color: #fff;
        background: #ea5504f7;
        border-radius: 15px;
        margin-top: 0;
        top: 73px;
    }

    .part03 .govern .governList ul li .more img {
        margin-left: 15px;
        height: 11px;
        width: 24px;
        object-fit: unset;
        position: unset;
    }

    .part04 {
        padding-bottom: 54px;
    }

    .part04 .activity {
        width: 100%;
        margin: 1rem auto 0 auto;
        box-sizing: border-box;
        padding: 0 0;
        background-color: unset;
    }

    .part04 .activity h4 {
        width: calc(100% - .7rem);
        padding: 0 .35rem;
        margin: 0 auto;
        margin-top: unset;
        display: block;
        font-size: .4rem;
        line-height: 0.64rem;
    }

    .part04 .activity .activityList {
        width: 90%;
        margin-top: 15px;
        margin: 0 auto;
    }

    .part04 .activity .activityList ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .part04 .activity .activityList ul li {
        width: 100%;
        height: 200px;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 15px;
    }

    .part04 .activity .activityList ul li img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    .part04 .activity .activityList ul li .activityText {
        display: flex;
        width: calc(100% - 50px);
        padding: 15px 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .part04 .activity .activityList ul li .activityText h5 {
        font-size: 20px;
        color: #fff;
        z-index: 5;
        width: 100%;
        left: 40px;
    }

    .part04 .activity .activityList ul li .activityText .more {
        font-size: 14px;
        width: 112px;
        padding-left: 16px;
        height: 32px;
        display: block;
        line-height: 32px;
        color: #fff;
        background: #ea5504f7;
        border-radius: 15px;
        margin-top: 0;
        left: 30px;
        margin: 0;
        margin-top: 10px;
    }

    .part04 .activity .activityList ul li .more img {
        margin-left: 15px;
        height: 11px;
        width: 24px;
        object-fit: unset;
        position: unset;
    }

    /* .part04 .activity .activityList ul li .activityText */
}
