@keyframes fangda {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

.banner {
    width: 100%;
}

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

.banner a {
    display: block;
    overflow: hidden;
    /*animation: fangda 5s ease-in-out infinite alternate;*/
}

.banner .swiper-slide {
    overflow: hidden;
    height: 100vh;
}

.banner .swiper-slide a {
    transition: all 3s!important;
    width: 100%;
    height: 100%;
}

.banner .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    font-family: Medium;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.banner .swiper-pagination-bullet {
    width: max-content;
    height: auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 16px;
}

.banner .swiper-pagination-bullet-active {
    background: none;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
}

.banner .swiper-pagination span {
    position: relative;
}

.banner .swiper-pagination {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: 40px;
}

.banner .swiper-pagination span::after {
    position: absolute;
    right: -18px;
    bottom: 8px;
    content: '';
    width: 5px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.banner .swiper-pagination span:last-child::after {
    background-color: rgba(255, 255, 255, 0);
}

.about-box {
    background-image: url(../images/ab-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6vw 0 8vw 0;
}

.about-box .about-img {
    width: 57vw;
}

.about-img img {
    border-radius: 20px;
}

.about-content {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.94);
    width: 680px;
    /* height: 397px; */
    box-shadow: 0px 0px 30px 0px rgba(1, 64, 153, 0.15);
    border-radius: 10px;
    transform: translateY(-50%);
    padding: 3.3333vw 3.125vw 2.9167vw 3.6458vw;
}

.about-content .dem {
    font-size: 42px;
    line-height: 56px;
    color: #231916;
}

.about-text {
    margin-top: 35px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #81868e;
    font-size: 1rem;
}

.about-more {
    color: #231916;
    margin-top: 46px;
}

.about-icons {
    margin-top: 75px;
    color: #231916;
}

.about-icons .about-icon {
    margin-right: 1vw;
}

.about-icons .about-iconname {
    font-size: 1.0625rem;
}

.about-icons .bold {
    font-size: 4.25rem;
}

.about-icons .dem {
    font-size: 1.3125rem;
    margin-top: 18px;
    margin-left: 5px;
}

.about-icons .mismed,
.about-icons .misbold {
    font-size: 3.3125rem;
}
.pro-button a{
    flex: 1;
}
.pro-button li {
    flex-grow: 1;
    height: 197px;
    /* padding: 80px 0; */
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 1px #e2ebf7;
    flex: 1;
    color: #333333;
    font-size: 20px;
    text-align: center;
    border-left: none;
    cursor: pointer;
    border-bottom: none;
    overflow: hidden;
}

.pro-button li div {
    text-align: center;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}

.pro-button li>div img {
    margin: 0 auto;
    height: 60px;
    margin-top: 35px;
    object-fit: contain;
    margin-bottom: 20px;
}

.pro-button a.active li{
    height: 220px;
    border-top-color: #0054a3;
    color: #fff;
    transition: all .5s;
    background: #0054a3;
    /* padding: 110px 0; */
}



.pro-button a.active img {
    height: auto;
    transition: all .5s;
    max-height: 150px;
    height: 74px;
    filter: grayscale(100%) brightness(400%);
}

.pro-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    align-items: flex-end;
}

.pro-button .pagination__item--current {
    height: 178px;
    border-top: 2px solid #0054a3;
    transition: all .5s;
}

.rd-box .swiper {
    height: 51vw;
}

.rd-box a {
    color: #fff;
}

.rd-box .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rd-box .rd-top {
    padding-top: 7vw;
    padding-bottom: 22vw;
}

.rd-box .rd-top p {
    font-family: DEMIBOLD;
    font-size: 42px;
}

.rd-box .rd-title {
    font-size: 30px;
    margin-bottom: 10px;
}

.rd-box .rd-ftitle {
    font-size: 63px;
    width: 50%;
}

.rd-box .rd-text {
    flex: 1;
    margin-left: 3vw;
    line-height: 30px;
    font-size: 1rem;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 50%;
}

.rd-box .swiper-container-horizontal>.swiper-pagination-progressbar,
.rd-box .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 83.3333vw;
    height: 2px;
    left: 50%;
    bottom: 4vw;
    top: auto;
    transform: translateX(-50%);
}

.rd-box .swiper-pagination-progressbar {
    background: rgba(255, 255, 255, .3);
}

.rd-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;
}

.rd-box .rd-more {
    position: relative;
    top: 42px;
}

.rd-box .rd-li {
    position: absolute;
    bottom: 5vw;
    right: 0;
    z-index: 1;
    align-items: flex-end;
}

.rd-li .rd-title {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    margin-left: 2vw;
    cursor: pointer;
}

.rd-li .active {
    color: #fff;
}

.rd-li .active .medium {
    font-size: 24px;
}

.rd-li .rd-t {
    display: none;
}

.rd-li .active .rd-t {
    display: inline-block;
}

.al-box {
    padding: 7vw 0 5vw 0;
}

.al-box .al-title {
    text-align: center;
    color: #0d1b46;
    font-size: 2.625rem;
    margin-bottom: 3vw;
}

.al-box .al-menu {
    width: 16vw;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    font-size: 16px;
    padding-bottom: 4vw;
}
.al-box .al-menu li{
    font-size: 20px;
}
.al-box .al-menu li,
.new-menu li {
    cursor: pointer;
}

.al-menu li.active {
    color: #014099;
}

.al-menu li.active::after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 100%;
    height: 4px;
    /*border: solid 2px #014099;*/
    transform: translateX(-50%);
    /*border-radius: 50%;*/
    background: #014099;
}

.al-box img {
    border-radius: 10px;
    filter: opacity(50%);
    height: 21vw;
    overflow: hidden;
}

.al-box .al-content {
    display: none;
}

.al-box .swiper-slide-active img {
    filter: opacity(100%);
}

.al-box .swiper-slide-active .al-content {
    display: block;
}

.al-box .al-content {
    width: 280px;
    background-color: #ffffff;
    box-shadow: 8px 6px 20px 0px rgba(1, 64, 153, 0.1);
    border-radius: 10px;
    position: absolute;
    padding: 2vw;
    bottom: -36px;
    left: 40px;
}

.al-box .al-content::after {
    content: '';
    width: 97%;
    height: 2px;
    background-color: #014099;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.al-box .al-name {
    color: #014099;
    font-size: 1.5rem;
    margin-bottom: 0.8vw;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.al-box .al-text {
    color: #717070;
    font-size: .9375rem;
    line-height: 30px;
}

.al-box .al-mc {
    color: #333;
    font-size: 15px;
}

.al-box .swiper-button-next::after,
.al-box .swiper-button-prev::after {
    font-size: 0;
}

.al-box .swiper-button-next,
.al-box .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #c4d1e4;
    border-radius: 10px;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.al-box .swiper-button-prev {
    background-image: url(../images/leftjt.png);
    background-position: center;
    background-repeat: no-repeat;
    left: 22.4%;
}

.al-box .swiper-button-next {
    background-image: url(../images/rightjt.png);
    background-position: center;
    background-repeat: no-repeat;
    right: 22.4%;
}

.al-box .swiper-button-next:hover,
.al-box .swiper-button-prev:hover {
    background-color: #014099;
    transition: all .5s;
}

.al-box .al-more {
    font-size: 1rem;
    margin-top: 5vw;
}

.al-box .al-more a {
    color: #014099;
}

.al-box .al-more a:hover {
    font-size: 1.125rem;
    border-bottom: 1px solid #0054a3;
    padding-bottom: 4px;
}

.new-box {
    padding: 5vw 0 7vw 0;
}

.new-box .new-title {
    font-size: 2.625rem;
    color: #0d1b46;
}

.new-box .new-menu li {
    margin-left: 2.4vw;
}

.new-box .new-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.6vw;
}

.new-box>.flex-jcr {
    margin-bottom: 3.9vw;
}

.new-img,
.new-img img {
    height: 17vw;
    background-color: #014099;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.new-box .new-content {
    border: solid 1px #d5dfeb;
    padding: 1.6vw 2vw;
    border-radius: 0px 0px 10px 10px;
}

.new-box .new-time .bold {
    color: #080403;
    font-size: 2.25rem;
}

.new-box .new-time .medium {
    color: #9e9f9f;
    font-size: 1.125rem;
}

.new-box .new-name {
    margin: 2vw 0 2vw;
    color: #080403;
    font-size: 1.25rem;
    line-height: 30px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new-box .new-desc {
    color: #9e9f9f;
    font-size: .9375rem;
}

.new-box .new-more {
    border-top: 1px solid #d5dfeb;
    margin-top: 3vw;
    padding-top: 1vw;
}

.new-grid>div:hover .new-content {
    border: solid 1px transparent;
    box-shadow: 0px 0px 25px 0px rgba(1, 64, 153, 0.1);
}

.new-grid>div:hover .all-img,
.al-box a:hover img {
    transform: scale(1.1);
    transition: all .5s;
}


/* 集团介绍 */

@media (min-width: 1668px) and (max-width: 1820px) {
    .rd-box .rd-more {
        top: 0;
    }
}

@media (min-width: 1366px) and (max-width: 1667px) {
    .about-icons .bold {
        font-size: 3.75rem;
    }
    .about-icons .mismed,
    .about-icons .misbold {
        font-size: 3rem;
    }
    .rd-box .rd-top {
        padding-bottom: 17vw;
    }
    .rd-box .rd-ftitle {
        font-size: 50px;
    }
    .rd-box .rd-more {
        top: 16px;
    }
    .rd-box .swiper-container-horizontal>.swiper-pagination-progressbar,
    .rd-box .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 90vw;
    }
    .al-box .swiper-button-next {
        right: 21.8%;
    }
    .al-box .swiper-button-prev {
        left: 21.8%;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .about-box .about-img {
        width: 57vw;
        height: 37vw;
    }
    .about-content .dem {
        font-size: 34px;
        line-height: 44px;
    }
    .about-content {
        width: 572px;
    }
    .rd-box .swiper-container-horizontal>.swiper-pagination-progressbar,
    .rd-box .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 90vw;
    }
    .rd-box .rd-top {
        padding-bottom: 17vw;
    }
    .about-icons .bold {
        font-size: 45px;
    }
    .about-icons .mismed,
    .about-icons .misbold {
        font-size: 36px;
    }
    .about-icons .dem {
        margin-top: 8px;
        font-size: 18px;
    }
    .pro-button li {
        font-size: 18px;
        height: 120px;
    }
    .pro-button li.active {
        height: 140px;
    }
    .rd-box .rd-top p {
        font-size: 34px;
    }
    .rd-box .rd-ftitle {
        font-size: 48px;
    }
    .rd-box .rd-title {
        font-size: 26px;
    }
    .rd-li .rd-title {
        font-size: 16px;
    }
    .rd-box .rd-more {
        top: 20px;
    }
    .al-box .al-title,
    .new-box .new-title {
        font-size: 32px;
    }
    .al-box .swiper-button-next {
        right: 21.7%;
    }
    .al-box .swiper-button-prev {
        left: 21.7%;
    }
    .al-box .al-name {
        font-size: 20px;
    }
    .new-box .new-time .bold {
        font-size: 32px;
    }
    .new-box .new-name {
        font-size: 18px;
    }
}

@media (min-width: 751px) and (max-width: 1199px) {
    .banner {
        margin-top: 60px;
    }
    .banner .swiper-slide {
        height: 40vh;
    }
    .banner .swiper-pagination {
        bottom: 4px;
    }
    .banner .swiper-pagination-bullet {
        font-size: .8125rem;
    }
    .banner .swiper-pagination-bullet-active {
        font-size: 1rem;
    }
    .about-content {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        transform: translateY(0);
    }
    .about-content .dem {
        font-size: 24px;
        line-height: 36px;
    }
    .about-box .about-img {
        width: 100%;
        margin-bottom: 20px;
    }
    .about-text {
        margin-top: 14px;
        line-height: 22px;
        font-size: 14px;
    }
    .about-icons {
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .about-icons>div {
        /* width: 50%; */
        margin-top: 20px;
    }
    .about-icons .bold {
        font-size: 1.375rem;
    }
    .about-icons .mismed,
    .about-icons .misbold {
        font-size: 1.25rem;
    }
    .about-icons img {
        width: 40px;
        margin-right: 6px;
    }
    .about-icons .dem {
        font-size: 14px;
        margin-top: 0px;
        margin-left: 4px;
    }
    .about-icons .about-iconname,
    .al-box .al-menu,
    .new-box .new-desc {
        font-size: .875rem;
    }
    .rd-box .rd-top p,
    .al-box .al-name {
        font-size: 1.125rem;
    }
    .rd-box .swiper {
        height: 544px;
    }
    .rd-box .rd-title,
    .new-box .new-time .medium {
        font-size: 1rem;
    }
    .rd-box .rd-ftitle {
        font-size: 22px;
        width: 100%;
    }
    .rd-box .rd-text {
        width: 100%;
        margin-left: 1px;
        font-size: .875rem;
    }
    .rd-box .rd-title+.flex {
        flex-wrap: wrap;
    }
    .rd-box .swiper-container-horizontal>.swiper-pagination-progressbar,
    .rd-box .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 90vw;
        top: auto;
        bottom: 10px;
    }
    .rd-box .rd-more {
        top: 60px;
    }
    .al-box .al-title,
    .new-box .new-title {
        font-size: 1.875rem;
    }
    .al-box .al-menu {
        width: 50%;
    }
    .al-box img {
        height: 240px;
    }
    .al-box .al-content {
        width: 70%;
        padding: 20px;
        bottom: -60px;
    }
    .al-box .al-menu {
        padding-bottom: 50px;
    }
    .al-box .al-more {
        margin-top: 100px;
    }
    .al-box .swiper-button-next,
    .al-box .swiper-button-prev {
        display: none;
    }
    .new-box>.flex-jcr {
        flex-wrap: wrap;
    }
    .new-menu {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .new-box .new-menu li {
        margin-right: 2.4vw;
        margin-left: 0;
    }
    .new-img,
    .new-img img {
        height: 210px;
    }
    .new-box .new-time .bold {
        font-size: 1.625rem;
    }
    .new-box .new-name {
        font-size: 1.0625rem;
        line-height: 1.625rem;
    }
    .new-box .new-content {
        padding: 30px;
    }
    .new-box .new-more {
        padding-top: 20px;
    }
}

@media (max-width: 750px) {
    .banner {
        margin-top: 60px;
    }
    .banner .swiper-slide {
        height: 40vh;
    }
    .banner .swiper-pagination {
        bottom: 4px;
    }
    .banner .swiper-pagination-bullet {
        font-size: .8125rem;
    }
    .banner .swiper-pagination-bullet-active {
        font-size: 1rem;
    }
    .about-content {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        transform: translateY(0);
    }
    .about-content .dem {
        font-size: 24px;
        line-height: 36px;
    }
    .about-box .about-img {
        width: 100%;
        margin-bottom: 20px;
    }
    .about-text {
        margin-top: 14px;
        line-height: 22px;
        font-size: 14px;
    }
    .about-icons {
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .about-icons>div {
        width: 50%;
        margin-top: 20px;
    }
    .about-icons .bold {
        font-size: 1.375rem;
    }
    .about-icons .mismed,
    .about-icons .misbold {
        font-size: 1.25rem;
    }
    .about-icons img {
        width: 40px;
        margin-right: 6px;
    }
    .about-icons .dem {
        font-size: 14px;
        margin-top: 0px;
        margin-left: 4px;
    }
    .about-icons .about-iconname,
    .al-box .al-menu,
    .new-box .new-desc {
        font-size: .875rem;
    }
    .rd-box .rd-top p,
    .al-box .al-name {
        font-size: 1.125rem;
    }
    .rd-box .swiper {
        height: 400px;
    }
    .rd-box .rd-title,
    .new-box .new-time .medium {
        font-size: 1rem;
    }
    .rd-box .rd-ftitle {
        font-size: 22px;
        width: 100%;
    }
    .rd-box .rd-text {
        width: 100%;
        margin-left: 1px;
        font-size: .875rem;
    }
    .rd-box .rd-title+.flex {
        flex-wrap: wrap;
    }
    .rd-box .swiper-container-horizontal>.swiper-pagination-progressbar,
    .rd-box .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 90vw;
        top: auto;
        bottom: 10px;
    }
    .rd-box .rd-more {
        top: 60px;
    }
    .al-box .al-title,
    .new-box .new-title {
        font-size: 1.875rem;
    }
    .al-box .al-menu {
        width: 50%;
    }
    .al-box img {
        height: 240px;
    }
    .al-box .al-content {
        width: 70%;
        padding: 20px;
        bottom: -60px;
    }
    .al-box .al-menu {
        padding-bottom: 50px;
    }
    .al-box .al-more {
        margin-top: 100px;
    }
    .al-box .swiper-button-next,
    .al-box .swiper-button-prev {
        display: none;
    }
    .new-box>.flex-jcr {
        flex-wrap: wrap;
    }
    .new-menu {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .new-box .new-menu li {
        margin-right: 2.4vw;
        margin-left: 0;
    }
    .new-box .new-grid {
        grid-template-columns: 1fr;
    }
    .new-img,
    .new-img img {
        height: 210px;
    }
    .new-box .new-time .bold {
        font-size: 1.625rem;
    }
    .new-box .new-name {
        font-size: 1.0625rem;
        line-height: 1.625rem;
    }
    .new-box .new-content {
        padding: 6vw 5vw;
    }
    .new-box .new-more {
        padding-top: 20px;
    }
}