/* .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
} */

.banner-innerpage .title {
    font-size: 30px;
    font-style: normal !important;
    margin-top: 0;
}

.cultureImg {
    position: absolute;
    top: 0;
    right: 0;
}

.card {
    height: 100% !important;
}

.swiper-slide2 {
    width: 290px;
    height: 360px;
    /* box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2); */
    filter: blur(1px);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
}

.swiper-slide-active {
    filter: blur(0px);
}

.swiper-slide h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 25px 45px 0 25px;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.swiper-slide3 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

ul,
li {
    list-style: none;
    padding-left: 0;
}

.services-section {
    position: relative;
    padding: 120px 0 150px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    margin: 0 auto;
}


/* 分标题样式 */

.sec-title {
    position: relative;
}

.sec-title .sub-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #2982E5;
}

.sec-title.light .sub-title {
    color: #fff;
}

.sec-title h2 {
    position: relative;
    font-size: 40px !important;
    font-weight: 600;
    line-height: 56px;
    padding-bottom: 45px;
}

.sec-title.light h2 {
    color: #fff;
}

.sec-title.text-center .big-title {
    left: 0% !important;
}

.sec-title.text-center h2:before {
    left: 50%;
    transform: translateX(-50%);
}

.sec-title .text {
    margin-top: 16px;
    margin-bottom: 0px;
}

.sec-title.light .text {
    color: #fff;
}

.sec-title .big-title {
    position: absolute;
    top: -130px;
    left: 0;
    font-size: 180px;
    font-weight: 700;
    color: #f6f6f6;
}


/* 企业愿景 */


/* About section */

.about-section {
    position: relative;
    padding: 120px 0 0;
}

.about-section .content-block {
    position: relative;
}

.about-section .content-block h3 {
    position: relative;
    font-size: 24px;
    margin-bottom: 20px;
}

.about-section .content-block strong {
    font-weight: 700;
}

.about-section .content-block .text {
    position: relative;
    margin-bottom: 30px;
}

.about-section .content-block .list {
    position: relative;
    margin-bottom: 40px;
}

.about-section .content-block .list li {
    position: relative;
    margin-bottom: 12px;
    color: #222;
    transition: .5s;
    font-weight: 700;
}

.about-section .content-block .bottom-content {
    position: relative;
    padding-top: 35px;
    border-top: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.about-section .content-block .bottom-content .text {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    margin-right: 15px;
}

.about-section .content-block .contact-link {
    position: relative;
    margin-bottom: 10px;
}

.about-section .content-block .contact-link li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.about-section .content-block .contact-link li a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 66px;
    text-align: center;
    background-color: #f4f4f4;
    color: #222;
    border-radius: 50%;
    font-size: 27px;
    transition: .5s;
}

.about-section .content-block .contact-link li a i {
    position: relative;
}

.about-section .content-block .contact-link li a:hover {
    color: #fff;
}

.about-section .content-block .contact-link li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-section .content-block .contact-link li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.about-section .image-block {
    position: relative;
    padding-left: 58px;
}

.about-section .image-block .row {
    margin: 0 -7.5px;
}

.about-section .image-block .column {
    padding: 0 7.5px;
}

.about-section .image-block .image {
    position: relative;
    margin-bottom: 15px;
}


/* 发展历程 */

.containerSwiper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    flex-direction: column;
}

.title {
    font-size: 38px;
    color: #616161;
    font-style: italic;
    font-weight: 800;
}

.timelines {
    width: 100%;
    background-color: #fff;
    /* box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2); */
}

.timelines .swiper-container {
    height: 600px;
    width: 100%;
    position: relative;
}

.timelines .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.timelines .swiper-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.timelines .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -115%;
    bottom: -10%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
    border-radius: 100%;
}

.timelines .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 80%;
    max-width: 320px;
    right: 50%;
    top: 13%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    font-size: 12px;
    z-index: 2;
}

.timelines .swiper-slide .timeline-year {
    display: block;
    font-style: normal;
    color: #2982E5;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 50px;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    opacity: 0;
    transition: .2s ease .4s;
}

.timelines .swiper-slide .timeline-title {
    font-weight: 800;
    font-size: 30px;
    margin: 0 0 30px;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .5s;
}

.timelines .swiper-slide .timeline-text {
    line-height: 1.5;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .6s;
}

.timelines .swiper-slide-active .timeline-year {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.6s;
}

.timelines .swiper-slide-active .timeline-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.7s;
}

.timelines .swiper-slide-active .timeline-text {
    font-size: 16px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.8s;
}

.timelines .swiper-pagination {
    right: 15% !important;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    z-index: 1;
}

.timelines .swiper-pagination::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.timelines .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #2982e5;
    margin: 15px 0 !important;
    position: relative;
}

.timelines .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -23px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #2982e5;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .2s;
}

.timelines .swiper-pagination-bullet-active {
    color: #2982e5;
}

.timelines .swiper-pagination-bullet-active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.timelines .swiper-button-next,
.timelines .swiper-button-prev {
    background-size: 20px 20px;
    top: 15%;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: .2s;
}

.timelines .swiper-button-prev {
    left: 8%;
    background-image: url("../img/left.png");
}

.timelines .swiper-button-prev:hover {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

.timelines .swiper-button-next {
    right: 8%;
    background-image: url("../img/right.png");
}

.timelines .swiper-button-next:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

@media screen and (min-width: 768px) {
    .timelines .swiper-slide::after {
        right: -30%;
        bottom: -8%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
    }
    .timelines .swiper-slide-content {
        right: 30%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 320px;
        font-size: 11px;
        text-align: right;
    }
    .timelines .swiper-slide .timeline-year {
        margin-bottom: 0;
        font-size: 32px;
    }
    .timelines .swiper-slide .timeline-title {
        font-size: 46px;
        margin: 0;
    }
    .timelines .swiper-pagination {
        display: flex;
    }
    .timelines .swiper-button-prev {
        top: 15% !important;
        left: auto;
        right: 15%;
        -webkit-transform: rotate(90deg) translate(0, 10px);
        transform: rotate(90deg) translate(0, 10px);
    }
    .timelines .swiper-button-prev:hover {
        -webkit-transform: rotate(90deg) translate(-3px, 10px);
        transform: rotate(90deg) translate(-3px, 10px);
    }
    .timelines .swiper-button-next {
        top: auto;
        bottom: 15%;
        right: 15%;
        -webkit-transform: rotate(90deg) translate(0, 10px);
        transform: rotate(90deg) translate(0, 10px);
    }
    .timelines .swiper-button-next:hover {
        -webkit-transform: rotate(90deg) translate(3px, 10px);
        transform: rotate(90deg) translate(3px, 10px);
    }
    .timelines .swiper-container {
        height: 300px;
    }
}

@media screen and (min-width: 1024px) {
    .timelines .swiper-slide::after {
        right: -20%;
        bottom: -12%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
    }
    .timelines .swiper-slide-content {
        right: 23%;
    }
    .timelines .swiper-container {
        height: 600px;
    }
}


/* .timelines .swiper-button-prev {
    top: 5%;
}
 */

.timelines .swiper-button-next {
    bottom: 5%;
}

.banner-innerpage {
    position: relative;
}

.propaganda {
    /* height: 125px; */
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.propagandActive {
    background: #ffffff57;
    transform: skew(-20deg);
}

.programmeTitle {
    margin-top: 120px;
}

.subtitle {
    margin-bottom: 0;
    font-size: 18px;
    padding: 5px;
}

.propagandaSpan {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 10px;
    cursor: pointer;
}

.propagandaTitle {
    font-size: 20px;
}

.long-title_pec {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: left;
}

.propagandaOne {
    display: flex;
}


/* 移动端适配 */

@media screen and (max-width: 500px) {
    .cultureImgPhone {
        display: block;
        margin-top: -50px;
    }
    .cultureImgPC {
        display: none;
    }
    .banner-innerpage {
        padding: 60px 0 50px;
    }
    .banner-innerpage .title {
        font-size: 20px;
        margin-bottom: 0;
    }
    .long-title_pec {
        font-size: 14px;
    }
    .subtitle {
        font-size: 14px;
        margin-left: 15px;
    }
    .propagandaOne {
        display: none;
    }
    .auto-container {
        padding: 0 20px;
        margin-left: 0 !important;
    }
    .services-section {
        padding: 120px 0 10px;
    }
    .sec-title.text-center .big-title {
        left: 10% !important;
    }
    .sec-title .big-title {
        position: absolute;
        top: -100px;
        font-size: 50px;
        font-weight: 700;
        color: #f6f6f6;
    }
    .visionImg {
        width: 100px;
    }
    .sec-title .sub-title {
        position: relative;
        font-size: 14px;
        font-weight: 700;
        top: -50px;
    }
    .sec-title h2 {
        position: relative;
        font-size: 20px !important;
        font-weight: 600;
        line-height: 30px;
        top: -60px;
        padding-bottom: 0px;
    }
    .sec-title h2 span {
        font-size: 22px !important;
    }
    .sec-title {
        margin-bottom: 0px;
    }
    /* 企业愿景 */
    .about-section .image-block {
        display: none;
    }
    .about-section .content-block {
        margin-top: -40px;
    }
    .about-section .content-block h3 {
        font-size: 18px;
    }
    .about-section .content-block .list {
        margin-bottom: 20px;
    }
    .about-section .content-block .bottom-content {
        display: none;
    }
    /* 企业文化 */
    .cultureImg {
        right: 10px;
        width: 50px;
    }
    /* 发展历程 */
    .developmentImg {
        top: -50px !important;
        left: -20px !important;
        width: 130px;
    }
    .developmentTitle {
        margin-left: 30px;
    }
    .timelines .swiper-button-prev {
        top: 15% !important;
    }
    .timelines .swiper-container {
        height: 300px;
    }
}

@media screen and (min-width: 500px) and (max-width: 800px) {
    .cultureImgPhone {
        display: block;
    }
    .cultureImgPC {
        display: none;
    }
    .about-section .image-block {
        display: none;
    }
    .about-section .content-block {
        margin-top: -40px;
    }
    .about-section .content-block h3 {
        font-size: 22px;
    }
    .about-section .content-block .list {
        margin-bottom: 20px;
    }
    .about-section .content-block .bottom-content {
        display: none;
    }
    .banner-innerpage {
        padding: 60px 0 50px;
    }
    .banner-innerpage .title {
        font-size: 20px;
        margin-bottom: 0;
    }
    .long-title_pec {
        font-size: 14px;
    }
    .subtitle {
        font-size: 14px;
        margin-left: 15px;
    }
    .propagandaOne {
        display: none;
    }
    .auto-container {
        padding: 0 20px;
    }
    .services-section {
        padding: 120px 0 10px;
    }
    .sec-title.text-center .big-title {
        left: 10% !important;
    }
    .sec-title .big-title {
        position: absolute;
        top: -130px;
        font-size: 100px;
        font-weight: 700;
        color: #f6f6f6;
    }
    .visionImg {
        width: 100px;
    }
    .sec-title .sub-title {
        position: relative;
        font-size: 16px;
        font-weight: 700;
        top: -50px;
    }
    .sec-title h2 {
        position: relative;
        font-size: 22px !important;
        font-weight: 600;
        line-height: 30px;
        top: -55px;
        padding-bottom: 0px;
    }
    .sec-title h2 span {
        font-size: 26px !important;
    }
    .sec-title {
        margin-bottom: 0px;
    }
    .containerSwiper {
        margin-top: 80px;
    }
}

@media screen and (min-width: 800px) and (max-width: 992px) {
    .cultureImgPhone {
        display: block;
    }
    .cultureImgPC {
        display: none;
    }
    .about-section .image-block {
        display: none;
    }
    .about-section .content-block {
        margin-top: -40px;
    }
    .about-section .content-block h3 {
        font-size: 22px;
    }
    .about-section .content-block .list {
        margin-bottom: 20px;
    }
    .about-section .content-block .bottom-content {
        display: none;
    }
    .banner-innerpage {
        padding: 60px 0 50px;
    }
    .banner-innerpage .title {
        font-size: 20px;
        margin-bottom: 0;
    }
    .long-title_pec {
        font-size: 14px;
    }
    .subtitle {
        font-size: 14px;
        margin-left: 20px;
    }
    .propagandaOne {
        display: none;
    }
    .auto-container {
        padding: 0 20px;
    }
    .services-section {
        padding: 120px 0 10px;
    }
    .sec-title.text-center .big-title {
        left: 10% !important;
    }
    .sec-title .big-title {
        position: absolute;
        top: -130px;
        font-size: 120px;
        font-weight: 700;
        color: #f6f6f6;
    }
    .visionImg {
        width: 100px;
    }
    .sec-title .sub-title {
        position: relative;
        font-size: 16px;
        font-weight: 700;
        top: -40px;
    }
    .sec-title h2 {
        position: relative;
        font-size: 22px !important;
        font-weight: 600;
        line-height: 30px;
        top: -45px;
        padding-bottom: 0px;
    }
    .sec-title h2 span {
        font-size: 26px !important;
    }
    .sec-title {
        margin-bottom: 0px;
    }
    .containerSwiper {
        margin-top: 50px;
    }
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .propagandaOne {
        display: none;
    }
    .services-section {
        padding: 120px 0 10px;
    }
    .containerSwiper {
        margin-top: 50px;
    }
    .auto-container {
        padding: 0 20px;
    }
    .subtitle {
        font-size: 16px;
        margin-left: 30px;
    }
}