.about .box1 {
    padding: 133px 0 0;
}

.index-title {
    text-align: center;
}

.about .box1 .text-box {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin-top: 50px;
}

.about .box1 .map {
    text-align: center;
}

.about .box1 .map .pic {
    position: relative;
    display: inline-block;
}

.about .box1 .map .pic img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.about .box1 .map .pic li.bullet {
    position: absolute;
    width: 11px;
    height: 11px;
    background: #2C518A;
    border-radius: 50%;
    z-index: 2;
}

/* .about .box1 .map .pic li.bullet{
    width: 27px;
    height: 27px;
    background: linear-gradient(0deg, #2C518A, #5B2D89);
    opacity: 0.2;
    border-radius: 50%;
} */
.about .box1 .map .pic li.bullet::before,
.about .box1 .map .pic li.bullet::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%)scale(0);
    border-radius: 50%;
    background: linear-gradient(0deg, #2C518A, #5B2D89);
    opacity: 0.3;
    z-index: -1;
}

.about .box1 .map .pic li.bullet::before {
    animation: move 3s infinite;
}

.about .box1 .map .pic li.bullet::after {
    animation: move2 3s infinite;
}

@keyframes move {
    0% {
        opacity: .4;
        transform: translate(-50%, -50%)scale(0);
    }

    100% {
        opacity: .1;
        transform: translate(-50%, -50%)scale(4);
    }
}

@keyframes move2 {
    0% {
        opacity: .4;
        transform: translate(-50%, -50%)scale(0);
    }

    100% {
        opacity: .1;
        transform: translate(-50%, -50%)scale(2.5);
    }
}

.about .box1 .map .pic .li1 {
    left: 36.8%;
    top: 44.44%;
}

.about .box2 {
    padding: 100px 0 110px;
    background-image: url(../images/outlets.jpg);
    background-size: cover;
    overflow: hidden;
}

.about .box2 .index-title .des {
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
}

.about .box2 .box-t {
    position: relative;
    margin-top: 48px;
    padding: 0 300px;
}

.about .box2 .box-t::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    content: "";
    border-top: 1px dashed rgba(255, 255, 255, .1);
}

.about .box2 .box-t .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 32px;
    font-family: Poppins;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    padding-top: 32px;
}

.about .box2 .box-t .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.abolc-dot {
    position: absolute;
    width: 300px;
    overflow: hidden;
    top: 0;
}

.abolc-ldot {
    left: 0px;
}

.abolc-rdot {
    right: 0px;
}

.abolc-dotline {
    font-size: 0;
    position: relative;
    width: 1000px;
    text-align-last: auto;
}

.abolc-dotck {
    width: 100px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    /* margin-top: 4px; */
}

.abolc-dotck p {
    font-size: 20px;
    color: #cdd5dc;
    font-family: Arial;
    padding-top: 24px;
    position: relative;
    transition: all .4s ease;
    line-height: 1;
}

.abolc-dotck p:after {
    content: "";
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #cdd5dc;
    transition: all .4s ease;
}

.about .box2 .box-c {
    margin-top: 53px;
}

.about .box2 .box-c .swiper {
    width: 850px;
    max-width: 100%;
    overflow: visible;
}

.about .box2 .box-c .swiper .swiper-slide {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    min-height: 430px;
    padding: 63px 60px;
}

.about .box2 .box-c .swiper .swiper-slide .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about .box2 .box-c .swiper .swiper-slide .pic img {
    object-fit: cover;
    height: 100%;
}

.about .box2 .box-c .swiper .swiper-slide .slide-box {
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 10px;
    padding: 40px 40px 60px;
    min-height: 300px;
    width: 400px;
    max-width: 100%;
    opacity: 0;
}

.about .box2 .box-c .swiper .swiper-slide-active .slide-box {
    opacity: 1;
}

.about .box2 .box-c .swiper .swiper-slide .slide-box .text-box {
    position: relative;
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: rgba(68, 68, 68, 1);
    line-height: 30px;
}

.about .box2 .box-c .swiper .swiper-slide .slide-box .text-box span {
    color: #2C518A;
}

.about .box2 .box-c .swiper .swiper-slide .slide-box .year {
    position: absolute;
    left: 40px;
    bottom: 25px;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 400;
    color: #666666;
    line-height: 1;
}

/* .about .box2 .box-c .swiper-slide:not(:last-child){
    margin-right: 100px;
} */
.about .box2 .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: RGBA(148, 148, 148, 1);
}

.about .box2 .btn:hover {
    color: #2C518A;
}

.about .box2 .btn.btn-prev {
    left: -75px;
}

.about .box2 .btn.btn-next {
    right: -75px;
}

.about .box3 {
    padding: 100px 0 120px;
}

.about .box3 .box-c {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .box3 .box-c .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*align-items: center;*/

}

.about .box3 .box-c .list li {
    position: relative;
    width: 25%;
    background-color: ;
    border: 1px solid rgba(238, 238, 238, 1);
    height: 480px;
    background-color: #fff;
    background-size: cover;
    overflow: hidden;
}

.about .box3 .box-c .list li .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: transform 1.2s;
}

.about .box3 .box-c .list li:hover .bg {
    opacity: 1;
    transform: scale(1.05);
}

.about .box3 .box-c .list li:nth-child(2n) {
    background-color: rgba(238, 238, 238, 1);
}

.about .box3 .box-c .list li:not(:last-child) {
    border-right: none;
}

.about .box3 .box-c .list li .li-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 100px 35px 50px;
    text-align: center;
}

.about .box3 .box-c .list li .li-box .icon .iconfont {
    display: block;
    font-size: 70px;
    color: RGBA(40, 45, 51, 1);
    transition: transform .6s;
}

.about .box3 .box-c .list li:hover .li-box .icon .iconfont {
    transform: rotateY(180deg);
    color: #fff;
}

.about .box3 .box-c .list li .li-box .icon .iconfont.icon-41kejichuangxin-rongyu {
    transform: scale(1.4);
}

.about .box3 .box-c .list li .text-title {
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-top: 50px;
}

.about .box3 .box-c .list li .text-des {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 23px;
}

.about .box3 .box-c .list li:hover .text-title,
.about .box3 .box-c .list li:hover .text-des {
    color: #fff;
}

.about .box4 {
    padding: 100px 0 120px;
    background-color: rgba(246, 246, 246, 1);
}

.about .box4 .box-c {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
}

.about .box4 .box-c .l {
    width: 40%;
    background-color: rgba(255, 255, 255, 1);
    padding: 4.3% 4.2%;
}

.about .box4 .box-c .l .pic {
    height: 314px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .box4 .box-c .l .pic img {
    max-width: 100%;
    max-height: 100%;
}

.about .box4 .box-c .l .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    text-align: center;
    margin-top: 42px;
}

.about .box4 .box-c .r {
    width: 55%;
}

.about .box4 .box-c .r .swiper-slide .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about .box4 .box-c .r .swiper-slide .list li {
    width: 350px;
    max-width: 48%;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    cursor: pointer;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    margin-bottom: 56px;
}

.about .box4 .box-c .r .swiper-slide .list li:hover,
.about .box4 .box-c .r .swiper-slide .list li.active {
    color: RGBA(44,81,138, 1);
}

.about .box4 .box-c .r .swiper-slide .list li:nth-last-child(1),
.about .box4 .box-c .r .swiper-slide .list li:nth-last-child(2) {
    margin-bottom: 0;
}

.about .box4 .box-c .r .swiper-slide .list li .iconfont {
    font-size: 26px;
}

.about .box4 .box-c .r .swiper-slide .list li .text {
    flex: 1;
    margin-left: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about .box4 .box-c .r .r-b {
    margin-top: 33px;
}

.about .box4 .box-c .r .r-b .btns {
    justify-content: space-between;
    align-items: center;
}

.about .box4 .box-c .r .r-b .btns .btn {
    background-color: #fff;
    border-color: rgba(235, 240, 245, 1);
    color: RGBA(147, 147, 147, 1);
}

.about .box4 .box-c .r .r-b .btns .btn:hover {
    color: RGBA(44,81,138, 1);
}

.about .box2 .swiper-pagination {
    margin-top: 45px;
    justify-content: center;
}

.about .box2 .swiper-pagination,
.about .box4 .box-c .r .r-b .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    width: auto;
    display: flex;
    align-items: center;
}

.about .box2 .swiper-pagination-bullet,
.about .box4 .box-c .r .r-b .swiper-pagination-bullet {
    position: relative;
    width: 65px;
    height: 4px;
    background: rgba(210, 210, 210, .5);
    border-radius: 2px;
    opacity: 1;
}

.about .box2 .swiper-pagination-bullet {
    width: 25px;
}

.about .box2 .swiper-pagination-bullet::before,
.about .box4 .box-c .r .r-b .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(90deg, #5B2D89, #2C518A);
}

.about .box2 .swiper-pagination-bullet-active::before,
.about .box4 .box-c .r .r-b .swiper-pagination-bullet-active::before {
    width: 100%;
    transition: all .6s;
}

.social-responsibility .box1 {
    padding: 134px 0 110px;
}

.social-responsibility .box1 .box-c {
    position: relative;
    margin-top: 72px;
    padding: 60px 0;
}

.social-responsibility .box1 .box-c .l {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 58.57%;
}

.social-responsibility .box1 .box-c .l .pic,
.social-responsibility .box1 .box-c .l .pic img {
    height: 100%;
}

.social-responsibility .box1 .box-c .l .pic img {
    object-fit: cover;
    width: 100%;
}

.social-responsibility .box1 .box-c .r {
    position: relative;
    width: 57.14%;
    margin: 0 0 0 auto;
    background-color: rgba(247, 247, 247, 1);
    padding: 75px;
    z-index: 2;
}

.social-responsibility .box1 .box-c .r .r-title {
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    color: #2C518A;
    line-height: 30px;
}

.social-responsibility .box1 .box-c .r .text-box {
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    color: #555555;
    line-height: 38px;
    margin-top: 25px;
}

.social-responsibility .box2 {
    padding: 130px 0 110px;
    background-image: url(../images/social-responsibility-box2-bg.jpg);
    background-size: cover;
}

.social-responsibility .box2 .index-title .title {
    color: #fff;
}

.social-responsibility .box2 .box-c {
    margin-top: 66px;
}

.social-responsibility .box2 .box-c .list {
    display: flex;
    justify-content: space-between;
}

.social-responsibility .box2 .box-c .list li {
    min-height: 220px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 50px 30px 25px;
    width: 30.55%;
    text-align: center;
}

.social-responsibility .box2 .box-c .list li .icon .iconfont {
    font-size: 64px;
    color: rgba(0, 162, 233, 1);
    display: block;
    transition: all .6s;
}

.social-responsibility .box2 .box-c .list li:hover .icon .iconfont {
    transform: rotateY(180deg);
}

.social-responsibility .box2 .box-c .list li .text {
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-top: 30px;
}

.social-responsibility .box3 {
    padding: 100px 0;
}

.social-responsibility .box3 .box-t .text-title {
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    color: #2C518A;
    line-height: 30px;
}

.social-responsibility .box3 .box-t .text-box {
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #777777;
    line-height: 2;
    margin-top: 15px;
}

.social-responsibility .box3 .box-c .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social-responsibility .box3 .box-c .list li {
    margin-top: 50px;
}

.social-responsibility .box3 .box-c .list li,
.social-responsibility .box3 .box-c .list i {
    width: 31.42%;
}

.social-responsibility .box3 .box-c .list li .pic {
    border-radius: 20px;
}

.contact .box1 {
    padding: 134px 0 0;
}

.contact .box1 .box-c {
    margin-top: 69px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(247, 248, 250, 1);
}

.contact .box1 .box-c .l {
    width: 50%;
}

#container {
    width: 100%;
    height: 100%;
}

#container img {
    max-width: 100%;
}

.contact .box1 .box-c .r {
    width: 50%;
    padding: 50px;
}

.amap-marker-label {
    position: absolute;
    top: -40px !important;
    left: 70% !important;
    transform: translateX(-40%);
    border: none;
    background-color: transparent;
}

.contact .box1 .box-c .r .r-title {
    font-size: 24px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(232, 232, 232, 1);
}

.contact .box1 .box-c .r .list {
    margin-top: 36px;
}

.contact .box1 .box-c .r .list li {
    display: flex;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    width: 100%;
}

.contact .box1 .box-c .r .list li:not(:last-child) {
    margin-bottom: 13px;
}

.contact .box1 .box-c .r .list li .li-l {
    min-width: 100px;
}

.contact .box1 .box-c .r .list li .li-r {
    flex: 1;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-left: 18px;
}

.contact .box2 {
    padding: 100px 0;
}

.contact .box2 .box-c {
    margin-top: 70px;
}

.contact .box2 .box-c .inputs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact .box2 .box-c .inputs .input-box {
    width: 49.28%;
    height: 70px;
    background: #F7F8FA;
    border-radius: 8px;
    display: flex;
    margin-bottom: 15px;
}

.contact .box2 .box-c .inputs .input-box.textarea {
    width: 100%;
    height: 180px;
}

.contact .box2 .box-c .inputs .input-box input,
.contact .box2 .box-c .inputs .input-box textarea {
    flex: 1;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    resize: none;
    background-color: transparent;
    font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #333;
    padding: 0 26px;
}

.contact .box2 .box-c .inputs .input-box textarea {
    padding: 18px 26px;
}

.contact .box2 .box-c .inputs .input-box input::placeholder,
.contact .box2 .box-c .inputs .input-box textarea::placeholder {
    color: #777;
}

.contact .box2 .box-c .form-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.contact .box2 .box-c .form-btns .btn {
    width: 300px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #EFF1F4;
    border-radius: 8px;
    max-width: 42%;
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #888888;
    cursor: pointer;
}

.contact .box2 .box-c .form-btns .btn.submit {
    background: linear-gradient(90deg, #2C518A, #5B2D89);
    color: #fff;
    margin-left: 15px;
    border: none;
}

@media (max-width: 1280px) {
    .social-responsibility .box1 .box-c .r {
        padding: 40px;
    }

    .social-responsibility .box1 .box-c .r .text-box {
        font-size: 16px;
        line-height: 2;
        margin-top: 15px;
    }
}

@media (max-width:1199px) {
    .social-responsibility .box1 {
        padding: 100px 0 70px;
    }

    .social-responsibility .box2,
    .social-responsibility .box3 {
        padding: 70px 0;
    }

    .social-responsibility .box1 .box-c,
    .social-responsibility .box2 .box-c {
        margin-top: 50px;
    }

    .about .box1,
    .contact .box1 {
        padding-top: 100px;
    }

    .about .box2,
    .about .box3,
    .about .box4,
    .contact .box2 {
        padding: 70px 0;
    }

    .about .box3 .box-c,
    .about .box4 .box-c,
    .contact .box1 .box-c,
    .contact .box2 .box-c {
        margin-top: 50px;
    }

    .about .box3 .box-c .list li .li-box .icon .iconfont {
        font-size: 50px;
    }
}

@media (max-width:1024px) {

    .social-responsibility .box1,
    .social-responsibility .box2,
    .social-responsibility .box3 {
        padding: 60px 0;
    }

    .social-responsibility .box1 .box-c,
    .social-responsibility .box2 .box-c,
    .social-responsibility .box3 .box-c .list li {
        margin-top: 40px;
    }

    .about .box3 .box-c .list li .li-box .icon .iconfont {
        font-size: 40px;
    }

    .about .box3 .box-c .list li {
        height: 350px;
    }

    .about .box3 .box-c .list li .li-box {
        padding: 70px 20px 40px;
    }

    .about .box3 .box-c .list li .text-title {
        font-size: 22px;
        margin-top: 25px;
    }

    .about .box3 .box-c .list li .text-des {
        font-size: 16px;
        line-height: 1.5;
    }

    .about .box1,
    .contact .box1 {
        padding-top: 60px;
    }

    .about .box2,
    .about .box3,
    .about .box4,
    .contact .box2 {
        padding: 60px 0;
    }

    .about .box3 .box-c,
    .about .box4 .box-c,
    .about .box1 .text-box,
    .about .box2 .box-t,
    .about .box2 .box-c,
    .contact .box1 .box-c,
    .contact .box2 .box-c {
        margin-top: 40px;
    }

    .about .box2 .box-t .swiper-slide {
        font-size: 26px;
    }

    .about .box4 .box-c {
        flex-direction: column;
    }

    .about .box4 .box-c .l {
        width: 100%;
    }

    .about .box4 .box-c .r {
        width: 100%;
        margin-top: 40px;
    }

    .about .box4 .box-c .r .swiper-slide .list li {
        margin-bottom: 24px;
    }

    .about .box4 .box-c .r .swiper-slide .list li .iconfont {
        font-size: 20px;
    }

    .abolc-dot {
        width: 100px;
    }

    .about .box2 .box-t {
        padding: 0 100px;
    }

    .contact .box1 .box-c {
        flex-direction: column;
    }

    .contact .box1 .box-c .l {
        height: 400px;
        width: 100%;
    }

    .contact .box1 .box-c .r .list {
        margin-top: 20px;
    }

    .contact .box1 .box-c .r {
        width: 100%;
        padding: 40px;
    }

    .contact .box1 .box-c .r .r-title {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .contact .box2 .box-c .inputs .input-box {
        height: 45px;
    }

    .contact .box2 .box-c .form-btns .btn {
        height: 45px;
        line-height: 45px;
        width: 160px;
    }

    .contact .box2 .box-c .inputs .input-box input,
    .contact .box2 .box-c .inputs .input-box textarea {
        padding: 0 20px;
    }

    .contact .box2 .box-c .inputs .input-box textarea {
        padding: 10px 20px;
    }

    .social-responsibility .box1 .box-c .r {
        width: 80%;
    }

    .social-responsibility .box2 .box-c .list li .text {
        margin-top: 15px;
    }

    .social-responsibility .box2 .box-c .list li .icon .iconfont {
        font-size: 40px;
    }

    .social-responsibility .box2 .box-c .list li {
        min-height: 170px;
    }

    .social-responsibility .box3 .box-t .text-box {
        font-size: 16px;
    }

    .social-responsibility .box1 .box-c .r .r-title,
    .social-responsibility .box3 .box-t .text-title {
        font-size: 22px;
    }
}

@media (max-width: 768px) {

    .social-responsibility .box1,
    .social-responsibility .box2,
    .social-responsibility .box3 {
        padding: 50px 0;
    }

    .social-responsibility .box1 .box-c,
    .social-responsibility .box2 .box-c,
    .social-responsibility .box3 .box-c .list li {
        margin-top: 35px;
    }

    .about .box3 .box-c .list {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .about .box3 .box-c .list li {
        border: none;
        width: 48%;
        background-color: rgba(238, 238, 238, 1);
    }

    .about .box3 .box-c .list li:nth-child(1),
    .about .box3 .box-c .list li:nth-child(2) {
        margin-bottom: 25px;
    }

    .about .box2 .swiper-pagination {
        margin-top: 30px;
    }

    .about .box1,
    .contact .box1 {
        padding-top: 50px;
    }

    .about .box2,
    .about .box3,
    .about .box4,
    .contact .box2 {
        padding: 50px 0;
    }

    .about .box3 .box-c,
    .about .box4 .box-c,
    .about .box1 .text-box,
    .about .box2 .box-t,
    .about .box2 .box-c,
    .about .box4 .box-c .r,
    .contact .box1 .box-c,
    .contact .box2 .box-c {
        margin-top: 35px;
    }

    .about .box2 .swiper-pagination-bullet,
    .about .box4 .box-c .r .r-b .swiper-pagination-bullet {
        width: 30px;
    }

    .about .box4 .box-c .r .r-b {
        margin-top: 25px;
    }

    .about .box2 .box-t .swiper-slide {
        font-size: 22px;
    }

    .abolc-dotck p {
        font-size: 18px;
    }

    .about .box2 .box-c .swiper .swiper-slide {
        padding: 40px;
    }

    .about .box2 .box-c .swiper .swiper-slide .slide-box {
        padding: 30px;
    }

    .about .box2 .box-c .swiper .swiper-slide .slide-box .year {
        left: 30px;
        font-size: 16px;
        bottom: 19px;
    }

    .about .box2 .box-c .swiper .swiper-slide .slide-box .text-box {
        font-size: 16px;
    }

    .contact .box1 .box-c .r {
        padding: 30px 20px;
    }

    .contact .box1 .box-c .r .r-title {
        font-size: 20px;
    }

    .social-responsibility .box1 .box-c .l {
        position: relative;
        left: 0;
        width: 100%;
    }

    .social-responsibility .box1 .box-c .r {
        width: 100%;
        padding: 30px;
    }

    .social-responsibility .box1 .box-c .r .r-title {
        font-size: 20px;
    }

    .social-responsibility .box1 .box-c {
        padding: 0;
    }

    .social-responsibility .box2 .box-c .list li {
        padding: 30px 15px;
        min-height: 140px;
    }

    .social-responsibility .box2 .box-c .list li .icon .iconfont {
        font-size: 26px;
    }

    .social-responsibility .box2 .box-c .list li .text {
        font-size: 16px;
    }

    .social-responsibility .box3 .box-t .text-title {
        font-size: 20px;
    }

    .social-responsibility .box3 .box-c .list li,
    .social-responsibility .box3 .box-c .list i {
        width: 49%;
    }
}

@media (max-width: 640px) {
    .abolc-dotck {
        width: 60px;
    }

    .abolc-dot {
        width: 60px;
    }

    .about .box2 .box-t {
        padding: 0 60px;
    }
}

@media (max-width: 500px) {
    .social-responsibility .box2 .box-c .list li {
        width: 32%;
        min-height: 120px;
    }

    .social-responsibility .box1 .box-c .r {
        padding: 20px;
    }

    .social-responsibility .box1,
    .social-responsibility .box2,
    .social-responsibility .box3 {
        padding: 40px 0;
    }

    .social-responsibility .box1 .box-c,
    .social-responsibility .box2 .box-c,
    .social-responsibility .box3 .box-c .list li {
        margin-top: 30px;
    }

    .contact .box2 .box-c .form-btns {
        margin-top: 15px;
    }

    .contact .box1 .box-c .r .r-title {
        padding-bottom: 5px;
    }

    .contact .box1 .box-c .r .list li .li-l {
        min-width: 90px;
    }

    .contact .box1 .box-c .r .list li {
        font-size: 14px;
        line-height: 20px;
    }

    .contact .box2 .box-c .inputs .input-box {
        width: 100%;
    }

    .about .box2 .box-c .swiper .swiper-slide {
        padding: 25px;
    }

    .about .box3 .box-c .list li {
        height: 240px;
        /* width: 100%; */
    }

    .about .box2 .box-c .swiper .swiper-slide .slide-box {
        padding: 15px 20px;
    }

    .about .box2 .box-c .swiper .swiper-slide .slide-box .text-box {
        font-size: 14px;
        line-height: 1.8;
        padding-bottom: 30px;
    }

    .about .box2 .box-c .swiper .swiper-slide .slide-box .year {
        left: 15px;
    }

    .about .box3 .box-c .list li .li-box {
        padding: 50px 20px 40px;
    }

    .about .box3 .box-c .list li .li-box .icon .iconfont {
        font-size: 30px;
    }

    .about .box3 .box-c .list li .text-title {
        margin-top: 15px;
        font-size: 18px;
    }

    .about .box3 .box-c .list li .text-des {
        font-size: 14px;
        margin-top: 10px;
    }

    .about .box4 .box-c .r .swiper-slide .list li {
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    .about .box4 .box-c .r .swiper-slide .list li .iconfont {
        font-size: 16px;
    }

    .about .box4 .box-c .r .swiper-slide .list li .text {
        margin-left: 5px;
        font-size: 14px;
    }

    .about .box1,
    .contact .box1 {
        padding-top: 40px;
    }

    .about .box2,
    .about .box3,
    .about .box4,
    .contact .box2 {
        padding: 40px 0;
    }

    .about .box3 .box-c,
    .about .box4 .box-c,
    .about .box1 .text-box,
    .about .box2 .box-t,
    .about .box2 .box-c,
    .about .box4 .box-c .r,
    .contact .box1 .box-c,
    .contact .box2 .box-c {
        margin-top: 30px;
    }

    .about .box1 .text-box {
        margin-top: 20px;
        line-height: 1.7;
    }

    .about .box2 .swiper-pagination-bullet,
    .about .box4 .box-c .r .r-b .swiper-pagination-bullet {
        width: 15px;
    }
}

/*企业文化*/
.our-culture .left {
    width: 25.5%;
    height: 400px;
    background: #2C518A;
    text-align: center;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
}

.our-culture .left img {
    width: 88px;
    margin-top: 105px;
}

.our-culture .left h2 {
    color: #ffffff;
    font-size: 28px;
    font-family: 'OPPOSansB';
    margin-top: 25px;
}

.our-culture .left p {
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}

.our-culture ul {
    width: 71.4%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.our-culture ul li {
    width: 48%;
    height: 180px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    padding: 0 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.our-culture ul li .imgbox {

    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-culture ul li .imgbox img {
    max-width: 100%;
}

.our-culture ul li .wz {
    width: calc(100% - 85px);
}

.our-culture ul li .wz h2 {
    color: #333333;
    font-size: 28px;
}

.our-culture ul li .wz p {
    color: #333333;
    font-size: 18px;
    margin-top: 15px;
}

@media screen and (max-width: 960px) {
    .our-culture .left {
        width: 100%;
        margin-bottom: 20px;
        ;
    }

    .our-culture ul {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .our-culture .left {
        height: 300px;
    }

    .our-culture .left img {
        width: 60px;
        margin-top: 60px;
    }

    .our-culture .left h2 {
        font-size: 22px;
        margin-top: 15px;
    }

    .our-culture .left p {
        font-size: 16px;
        margin-top: 15px;
    }

    .our-culture ul li {
        padding: 0 30px;
        margin-bottom: 20px;
    }

    .our-culture ul li .imgbox {
        width: 50px;
    }

    .our-culture ul li .wz {
        width: calc(100% - 65px);
    }

    .our-culture ul li .wz h2 {
        font-size: 20px;
    }

    .our-culture ul li .wz p {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .our-culture .left {
        height: 180px;
    }

    .our-culture .left img {
        margin-top: 20px;
    }

    .our-culture .left h2 {
        font-size: 22px;
        margin-top: 15px;
    }

    .our-culture .left h2 {
        font-size: 16px;
        margin-top: 15px;
    }

    .our-culture ul li {
        width: 100%;
        height: 140px;
    }

    .our-culture ul li .imgbox {
        width: 65px;
    }

    .our-culture ul li .wz {
        width: calc(100% - 85px);
    }

    .our-culture ul li .wz h2 {
        font-size: 20px;
    }

    .our-culture ul li .wz p {
        font-size: 14px;
        margin-top: 10px;
    }

}