@charset "utf-8";
#wrap {
    background: #fff;
}

#banner {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}

#banner img {
    width: 100%;
    display: block;
}

#banner .banner-bg {
    position: relative;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner .banner-con {
    text-align: center;
    position: absolute;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 10%);
    color: #fff;
}

#banner .banner-con h2 {
    font-size: .48rem;
    font-weight: bold;
    letter-spacing: .15rem;
    margin-bottom: .6em;
    line-height: 1.2em;
    text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
}

#banner .banner-con h4 {
    font-size: .22rem;
    font-weight: bold;
    letter-spacing: .1rem;
    margin-bottom: 2em;
    opacity: .6;
    text-transform: uppercase;
    position: relative;
    top: 0;
    text-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

#banner .swiper-slide {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
    margin-top: 30px;
}

#banner .swiper-button-prev {
    left: 0;
}

#banner .swiper-button-next {
    right: 0;
}

#banner .swiper-button-prev:after {
    font-size: 22px;
    padding: 15px 10px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#banner .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    font-size: 22px;
    padding: 15px 10px;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.module-title {
    padding: .3rem 0 20px 0;
    display: block;
    margin: .5rem 0 0;
    position: relative;
}

.module-title h2 {
    color: #000;
    font-size: .4rem;
    line-height: 1.2em;
    display: block;
    position: relative;
}

.module-title span {
    height: 3px;
    position: relative;
    background: #E40012;
    margin: .2rem 0 10px 0;
    width: .5rem;
    display: block;
}

.module-title h3 {
    color: #888;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    font-weight: lighter;
    display: block;
}

.module-title p {
    margin-bottom: 1em;
}

.module-title .more {
    position: absolute;
    right: 0;
    top: 42px;
    text-transform: uppercase;
    box-sizing: border-box;
    font-size: 12px;
    color: #888;
    width: 120px;
    text-align: center;
    line-height: 30px;
    height: 32px;
    border: solid 1px #E4E4E4;
    transition: all 0.3s ease-in-out;
    background: #fff no-repeat right 115px center;
}

.module-title .more:hover {
    background: #E40012;
    border-color: #E40012;
    color: #fff;
}

.module-title .title-bg {
    position: absolute;
    letter-spacing: 10px;
    font-family: CODE_Bold;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 92px;
    color: #000;
    top: 0px;
    left: -0.5em;
    opacity: .02;
}

.module-1 {
    background: #fff;
    position: relative;
    padding: 0;
}

.module-1 .left-box {
    float: left;
    width: 16%;
}

.module-1 .right-box {
    position: relative;
    padding: .8rem 0 0 16%;
}

.module-1 .con h3 {
    font-size: 20px;
    margin: 30px 0 15px;
}

.module-1 .con p {
    margin-bottom: 1em;
}

.module-1 .con .block p {}

.module-1 .con .more {
    position: relative;
    display: inline-block;
    left: 2em;
    color: #E40012;
    transition: all 0.3s ease-in-out;
    /* margin-top: .2rem; font-weight: bold;*/
}

.module-1 .con .more .iconfont {
    position: relative;
    top: .15em;
    left: 0;
    font-size: 1.5em;
    transition: all 0.3s ease-in-out;
}

.module-1 .con .more:hover .iconfont {
    left: .2em;
}

.module-1 .con .list-box {
    margin: .4rem -0.5% 0;
    overflow: hidden;
}

.module-1 .con .list-box .list {
    float: left;
    margin: 0 0.5%;
    width: 32.3%;
}

.module-1 .con .list-box .list .pic img {
    width: 100%
}

.module-1 .con .list-box .list .con {
    text-align: center;
}

#about {
    position: relative;
    padding-bottom: .7rem;
}

#about .swiper-pagination-bullets {}

#about .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#about .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #E40012;
    background-color: #fff;
}

.module-2 {
    background: #f5f5f5 url(../img/about-04.jpg) no-repeat center bottom;
    background-size: 100%;
    margin-top: .3rem;
    min-height: 7rem;
    padding-bottom: 70px;
    overflow: hidden;
}

.module-2 .module-title .more {
    top: 30px;
}

.module-2 .history {
    position: relative;
    margin-top: .2rem;
    padding: 0;
    padding-bottom: 20px;
}

.module-2 .jd {
    position: relative;
    padding-left: 30px;
    top: -.2rem;
    height: 8em;
}

.module-2 .jd::after {
    content: "";
    position: absolute;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 12px;
    background-color: #E40012;
    top: 13px;
}

.module-2 .jd::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #fff;
    border: 2px solid #E40012;
    top: 9px;
}

.module-2 .jd h4 {
    font-weight: bold;
    white-space: nowrap;
}

.module-2 .jd p {
    text-indent: 0em;
    margin-top: 0.5em;
}

.module-2 .swiper-wrapper {
    position: relative;
    z-index: 999;
}

.module-2 .list {
    position: relative;
    padding: 0;
    margin: .1rem 0 30px;
    overflow: hidden;
}

.module-2 .list .pic {
    overflow: hidden;
}

.module-2 .list img {
    display: block;
    width: 100%;
    height: 3rem;
    transition: all 0.3s ease-in-out;
}

.module-2 .list:hover .pic img {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.module-2 .list .list-con {
    color: #000;
    background-color: #fff;
    height: 5em;
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
}

.module-2 .list .l-title {
    padding: .5em 1.2em;
    height: 4.5em;
    line-height: 1.8em: initial;
    position: absolute;
    bottom: .5em;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-in-out;
}

.module-2 .list:hover .l-title {
    overflow: hidden;
    background-color: #fff;
    line-height: 1.8em;
    height: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.module-2 .btn-box {
    width: 100%;
    max-width: 1600px;
    min-width: 1200px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}

.module-2 .swiper-button-prev,
.module-2 .swiper-button-next {
    top: -60px;
}

.module-2 .swiper-button-prev {
    left: auto;
    right: 50px;
}

.module-2 .swiper-button-next {
    right: 0;
}

.module-2 .swiper-button-prev:after {
    font-size: 22px;
    padding: 15px 10px;
    color: #fff;
}

.module-2 .swiper-button-next:after,
.module-5 .swiper-container-rtl .swiper-button-prev:after {
    font-size: 22px;
    padding: 15px 10px;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.module-2 .swiper-pagination {
    bottom: -.6rem;
}

.module-2 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #D70021;
    cursor: pointer;
}

.module-2 .swiper-horizontal>.swiper-scrollbar {
    left: 0;
}

.module-2 .swiper-scrollbar {
    width: 100% !important;
    background-color: 255, 255, 255, .1;
}

.module-2 .swiper-scrollbar-drag {
    background-color: #E40012;
    height: 11px;
    top: -3px;
}

.module-2 .jd-pic {
    height: 3rem;
    position: relative;
}

.module-2 .jd-link {
    font-size: 14px;
    position: relative;
}

.module-2 .jd-link a {
    position: absolute;
    left: 0;
    top: 30px;
}

.module-2 .jd-link a:hover {
    color: #E40012;
}

.module-2 .jd-link a::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 100%;
    top: -21px;
}

.module-2 .jd-link a.slide2 {
    left: 34.5%;
}

.module-2 .jd-link a.slide3 {
    left: 52.5%;
}

.module-2 .jd-link a.slide4 {
    left: 86%;
}

.module-3 {
    padding-bottom: .1rem;
}

#certify {
    position: relative;
    width: 100%;
    max-width: 1600px;
    min-width: 1200px;
    margin: 0 auto 0;
    padding: 120px 0 160px;
}

#certify .swiper-slide {
    width: 380px;
    height: 270px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
}

#certify .swiper-slide p {
    line-height: 56px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 14px;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #E40012;
    background-color: #fff;
}

#certify .btn-box {
    position: absolute;
    top: 2rem;
    width: 100%;
}

#certify .swiper-button-prev,
#certify .swiper-button-next {
    left: 20px;
    width: 45px;
    height: 45px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: .4;
    transition: all 0.2s ease-in-out;
}

#certify .swiper-button-next {
    right: 20px;
    left: auto;
}

#certify:hover .swiper-button-prev,
#certify:hover .swiper-button-next {
    opacity: 0.8;
    border: 2px solid rgba(255, 255, 255, .8);
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

#certify .swiper-button-prev:hover,
#certify .swiper-button-next:hover {
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, .9);
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

#certify .swiper-button-next:after,
#certify .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

#certify .swiper-slide {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    z-index: 7;
}

#certify .swiper-slide-prev,
#certify .swiper-slide-next {
    transform: scale(1.2);
    z-index: 8;
}

#certify .swiper-slide-active {
    transform: scale(1.6);
    z-index: 9;
    position: relative;
}

.module-4 {
    background: url(../img/about-05.jpg) no-repeat center;
    background-size: cover;
    padding: .8rem 0 1.5rem;
}

.module-4 .module-title h2 {
    color: #fff;
    text-align: center;
    letter-spacing: .2rem;
    padding-left: .2rem;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.module-4 .module-title span {
    background: #fff;
    margin: .4rem auto .2rem;
}

.module-4 .con {
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-weight: normal;
    position: relative;
}

.module-4 .con a {
    height: 40px;
    font-size: 14px;
    border-radius: 3px;
    width: 13em;
    text-align: center;
    line-height: 40px;
    padding: 0 0;
    color: #fff;
    border: 1px solid #fff;
    display: block;
    margin: .1rem auto;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.module-4 .con a:hover {
    background-color: #E40012;
    letter-spacing: 2px;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #fff;
    width: 15em;
}

.module-5 {
    background-color: #F4F7F9;
    height: 100%;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.module-5 .history {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 0;
    padding: 0 2.5rem 0 0;
    height: 100%;
}

.module-5 .swiper-wrapper {
    position: relative;
    z-index: 999;
}

.module-5 .swiper-slide .list {
    opacity: .3;
    transition: all 0.3s ease-in-out;
}

.module-5 .swiper-slide-active .list {
    opacity: 1;
}

.module-5 .list {
    position: relative;
    margin: 0px 0 0px;
    padding: .5rem .5rem .5rem 1rem;
    padding-bottom: 100px;
    overflow: hidden;
}

.module-5 .list h4 {
    font-weight: bold;
    margin-bottom: .3rem;
    position: relative;
    font-size: .6rem;
    color: #E40012;
    font-family: Arial, Helvetica, sans-serif;
}

.module-5 .list h5 {
    font-weight: bold;
    color: #E40012;
    position: relative;
    margin-top: .2rem;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.module-5 .list ul {
    margin: 0;
    padding: 0;
}

.module-5 .list ul li {
    position: relative;
    padding: .25em 0;
    padding-left: 1.7em;
    list-style: none;
    font-size: 20px;
}

.module-5 .list ul li::after {
    content: "";
    position: absolute;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 12px;
    background-color: #E40012;
    top: 18px;
}

.module-5 .list ul li::before {
    content: "";
    position: absolute;
    left: 6px;
    width: 10px;
    height: 10px;
    border-radius: 12px;
    border: 2px solid #E40012;
    top: 14px;
}

.module-5 .swiper-pagination {
    top: 0;
    left: auto;
    right: 0;
    z-index: 1000;
    transform: translate(0, 0);
    background-color: #fff;
    border-left: 1px solid #eee;
    width: 2.5rem;
    height: 100%;
    padding-left: 35px;
}

.module-5 .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    opacity: .8;
    text-align: left;
    background: none;
    position: relative;
    margin: 25px 0;
}

.module-5 .swiper-pagination .swiper-pagination-bullet::after {
    background-color: #ccc;
    content: "";
    width: 10px;
    height: 1px;
    position: absolute;
    left: -35px;
    top: 14px;
}

.module-5 .swiper-pagination .swiper-pagination-bullet::before {
    background-color: #ccc;
    content: "";
    width: 10px;
    height: 1px;
    position: absolute;
    left: -35px;
    top: -2px;
}

.module-5 .swiper-pagination .swiper-pagination-bullet-active {
    color: #E40012;
    opacity: 1;
}

.module-5 .swiper-pagination .swiper-pagination-bullet-active::after {
    background-color: #D70021;
    width: 20px;
}

.module-5 .swiper-scrollbar {
    margin-left: 20px;
    width: 3px;
    height: 100%;
    top: 0;
}

.module-5 .swiper-scrollbar-drag {
    background-color: #E40012;
}

.module-5 .swiper-button-next.swiper-button-disabled,
.module .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.module-6 {
    position: relative;
}

.module-6 .list-box {
    margin: 0 -.5%;
    margin-bottom: .5rem;
}

.module-6 .list-box .list {
    float: left;
    width: 32.3%;
    margin: 0 .5% 1%;
    position: relative;
    overflow: hidden;
}

.module-6 .list-box .list .pic img {
    display: block;
    width: 100%;
}

.module-6 .list-box .list .con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    color: #fff;
    margin-top: -80px;
    padding: 30px;
    transition: all 0.5s ease-in-out;
    display: none;
}

.module-6 .list-box .list .mask {
    position: absolute;
    width: 100%;
    height: 300%;
    left: 0;
    top: 70%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8) 90%, rgba(0, 0, 0, 0) 100%);
    transition: all 0.5s ease-in-out;
    display: none;
}

.module-6 .list-box .list .con .title {
    font-size: 22px;
    margin-bottom: 80px;
    font-weight: bold;
    transition: all 0.8s ease-in-out;
}

.module-6 .list-box .list:hover .con {
    top: 0;
    margin-top: 0;
}

.module-6 .list-box .list:hover .con .title {
    margin-bottom: 25px;
}

.module-6 .list-box .list:hover .mask {
    top: -80%;
}

#csr {
    position: relative;
    padding-bottom: 30px;
}

#csr .swiper-pagination-bullets {}

#csr .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#csr .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #E40012;
    background-color: #fff;
}

.csr-con .list {
    display: flex;
    border-bottom: 1px solid #f1f1f1;
    padding: .15rem 0;
}

.csr-con .list div:first-child {
    width: 200px;
    color: #888;
}

.csr-con .list div:last-child {
    flex: 1;
}

.csr-con .list div span {
    display: block;
}

.csr-con .list div span:last-child {
    font-size: 14px;
    color: #E40012;
    padding-top: 6px;
    display: none;
}

@media screen and (max-width: 1800px) {
    .module-2 .jd {
        height: 9em;
    }
}

@media screen and (max-width: 1700px) {
    .module-2 .jd {
        height: 10em;
    }
}

@media screen and (max-width: 768px) {
    #banner {
        width: 100%;
        height: 50vw;
        min-width: 100%;
        overflow: hidden;
        position: relative;
        top: 0px;
    }
    #banner .banner-bg {
        background-size: cover;
        height: 50vw;
        background-position: center top;
    }
    #banner a img {
        width: 100%;
        display: block;
    }
    #banner .swiper-slide {
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
        position: relative;
        height: auto !important;
    }
    #banner .swiper-button-prev,
    #banner .swiper-button-next {
        display: none;
    }
    #banner .swiper-pagination {
        bottom: 0px;
    }
    #banner .swiper-pagination-bullet-active {
        background-color: #1576D1;
    }
    #banner .banner-con {
        text-align: center;
        position: absolute;
        width: 100%;
        left: 0%;
        top: 56%;
        transform: translate(0, 0%);
        color: #fff;
    }
    #banner .banner-con h2 {
        font-size: .8rem;
        padding-left: 0;
        letter-spacing: 2px;
        line-height: 1.2em;
        text-shadow: 0 0 3px rgba(0, 0, 0, .4);
    }
    #banner .banner-con h4 {
        font-size: .7rem;
        padding-left: 0;
        font-weight: lighter;
        letter-spacing: 1px;
        position: relative;
        top: -2px;
        text-shadow: 0 0 3px rgba(0, 0, 0, .4);
    }
    .module-title {
        padding: 10px 0 0 0;
        display: block;
        margin: .5rem 0 0;
        position: relative;
    }
    .module-title h2 {
        color: #000;
        font-size: .7rem;
        text-align: center;
        line-height: 1.2em;
        margin-bottom: .2rem;
        display: block;
        position: relative;
    }
    .module-title span {
        height: 2px;
        position: relative;
        border-radius: 3px;
        margin: 2px auto 10px;
        width: 1rem;
        display: block;
    }
    .module-title .more {
        position: relative;
        right: 0;
        top: 46px;
        text-transform: uppercase;
        box-sizing: border-box;
        font-size: 12px;
        color: #888;
        width: 110px;
        padding-left: 18px;
        line-height: 26px;
        height: 28px;
        border: solid 1px #E4E4E4;
        border-radius: 20px;
        transition: all 0.3s ease-in-out;
        background: #fff no-repeat right 115px center;
    }
    .module-title .more:hover {
        background: #E40012 url(../img/icon-more.png) no-repeat right 15px center;
        border-color: #E40012;
        color: #fff;
        width: 130px;
    }
    .module-1 {
        background: #fff;
        position: relative;
        padding: 0;
    }
    .module-1 .left-box {
        float: left;
        width: 100%;
    }
    .module-1 .right-box {
        position: relative;
        padding: 0 20px;
    }
    .module-1 .con h3 {
        font-size: 20px;
        margin: 30px 0 15px;
    }
    .module-1 .con p {
        margin-bottom: 1em;
        text-indent: 2em;
    }
    .module-1 .con .more {
        position: relative;
        display: block;
        border: 1px solid #f1f1f1;
        text-align: center;
        width: 9em;
        line-height: 2.5em;
        box-sizing: border-box;
        margin: 0 auto;
        left: 0;
        color: #E40012;
        transition: all 0s ease-in-out;
    }
    .module-1 .con .list-box {
        margin: .4rem 0;
        overflow: inherit;
    }
    .module-1 .con .list-box .list {
        float: none;
        margin: 0;
        width: 100%;
    }
    .module-1 .con .list-box .list .pic img {
        width: 100%
    }
    .module-1 .con .list-box .list .con {
        text-align: center;
    }
    #about-m {
        position: relative;
        padding-bottom: 40px;
    }
    #about-m .swiper-pagination-bullets {}
    #about-m .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        border: 3px solid #fff;
        background-color: #d5d5d5;
        width: 10px;
        height: 10px;
        opacity: 1;
    }
    #about-m .swiper-pagination-bullets .swiper-pagination-bullet-active {
        border: 3px solid #E40012;
        background-color: #fff;
    }
    .module-2 {
        background: #f5f5f5 url(../img/about-04.jpg) no-repeat center bottom;
        background-size: 100%;
        margin-top: .3rem;
        min-height: 7rem;
        padding-bottom: 20px;
        overflow: hidden;
    }
    .module-2 .module-title .more {
        top: 30px;
    }
    .module-2 .history {
        position: relative;
        margin-top: 20px;
        padding: 0 20px;
        padding-bottom: 20px;
    }
    .module-2 .jd {
        position: relative;
        padding-left: 0px;
        top: 0;
        height: 20em;
    }
    .module-2 .jd p {
        text-indent: 2em;
        text-align: justify;
    }
    .module-2 .jd::after {
        content: "";
        position: absolute;
        left: 4px;
        width: 8px;
        height: 8px;
        border-radius: 12px;
        background-color: #E40012;
        top: 7px;
    }
    .module-2 .jd::before {
        content: "";
        position: absolute;
        left: 0px;
        width: 12px;
        height: 12px;
        border-radius: 12px;
        background-color: #fff;
        border: 2px solid #E40012;
        top: 3px;
    }
    .module-2 .jd h4 {
        font-weight: bold;
        white-space: pre-wrap;
        height: 2em;
        padding-left: 30px;
    }
    .module-2 .swiper-wrapper {
        position: relative;
        z-index: 999;
    }
    .module-2 .list {
        position: relative;
        padding: 0;
        margin: 30px 0 30px;
        overflow: hidden;
    }
    .module-2 .list .pic {
        overflow: hidden;
    }
    .module-2 .list img {
        display: block;
        width: 100%;
        height: 6rem;
        transition: all 0.3s ease-in-out;
    }
    .module-2 .list:hover .pic img {
        transform: scale(1.05);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    }
    .module-2 .list .list-con {
        color: #000;
        background-color: #fff;
        height: 6.5em;
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    .module-2 .list .l-title {
        padding: .5em 1.2em;
        font-size: .5rem;
        height: 7em;
        line-height: 1.6em;
        position: absolute;
        bottom: .5em;
        left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        transition: all 0.3s ease-in-out;
    }
    .module-2 .list:hover .l-title {
        overflow: hidden;
        background-color: #fff;
        line-height: 1.6em;
        height: auto;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
    }
    .module-2 .btn-box {
        display: none;
    }
    .module-2 .swiper-pagination {
        bottom: 0;
    }
    .module-2 .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #D70021;
        cursor: pointer;
    }
    .module-2 .swiper-horizontal>.swiper-scrollbar {
        left: 20px;
    }
    .module-2 .swiper-scrollbar {
        width: calc(100% - 40px) !important;
        background-color: rgba(225, 255, 255, .1;
        )
    }
    .module-2 .swiper-scrollbar-drag {
        background-color: #E40012;
        height: 11px;
        top: -3px;
    }
    .module-2 .jd-pic {
        height: 5rem;
        position: relative;
    }
    .module-2 .jd-pic img {
        top: 3rem !important;
    }
    .module-2 .jd-link {
        font-size: 14px;
        position: relative;
    }
    .module-2 .jd-link a {
        position: absolute;
        left: 0;
        top: 30px;
    }
    .module-2 .jd-link a:hover {
        color: #E40012;
    }
    .module-2 .jd-link a::before {
        content: "";
        position: absolute;
        width: 11px;
        height: 11px;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 100%;
        top: -21px;
    }
    .module-2 .jd-link a.slide2 {
        left: 30.5%;
    }
    .module-2 .jd-link a.slide3 {
        left: 50.5%;
    }
    .module-2 .jd-link a.slide4 {
        left: 80%;
    }
    .module-2 .more {
        position: relative;
        display: block;
        border: 1px solid #f1f1f1;
        background-color: #fff;
        text-align: center;
        width: 9em;
        line-height: 2.5em;
        box-sizing: border-box;
        margin: 0 auto;
        left: 0;
        color: #E40012;
        transition: all 0s ease-in-out;
        margin-top: 50px;
    }
    .module-3 {
        padding-bottom: .1rem;
    }
    .module-3 .con {
        padding: 0 20px;
    }
    #certify {
        position: relative;
        width: 100%;
        max-width: 1600px;
        min-width: 100%;
        margin: 0 auto 0;
        padding: 20px 20px 20px;
    }
    #certify .swiper-slide {
        width: 90vw;
        height: auto;
        background: #fff;
        box-shadow: 0 8px 30px #ddd;
    }
    #certify .swiper-slide img {
        display: block;
        width: 100%;
    }
    #certify .swiper-slide p {
        line-height: 1.5em;
        padding-top: 0;
        padding: 10px 0;
        text-align: center;
        color: #636363;
        font-size: 14px;
        margin: 0;
    }
    #certify .btn-box {
        display: none;
    }
    #certify .swiper-pagination {
        display: none;
    }
    #certify .swiper-slide {
        transform: scale(.98);
        transition: all 0.3s ease-in-out;
        z-index: 7;
    }
    #certify .swiper-slide-prev,
    #certify .swiper-slide-next {
        transform: scale(.98);
        z-index: 8;
    }
    #certify .swiper-slide-active {
        transform: scale(.98);
        z-index: 9;
        position: relative;
    }
    .module-4 {
        background: url(../img/about-05.jpg) no-repeat center;
        background-size: cover;
        padding: 50px 0;
    }
    .module-4 .module-title h2 {
        color: #fff;
        text-align: center;
        font-size: 1.2rem;
        letter-spacing: 4px;
        padding-left: 4px;
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }
    .module-4 .module-title span {
        background: #fff;
        margin: .4rem auto .2rem;
    }
    .module-4 .con {
        color: #fff;
        text-align: center;
        display: block;
        margin: 0 auto;
        font-weight: normal;
        position: relative;
    }
    .module-4 .con a {
        height: auto;
        font-size: 14px;
        border-radius: 3px;
        width: 13em;
        text-align: center;
        line-height: 2.5em;
        padding: 0;
        color: #fff;
        border: 1px solid #fff;
        display: block;
        margin: 20px auto;
        background-color: rgba(0, 0, 0, 0.2);
        transition: all 0 ease-in-out;
    }
    .module-4 .con a:hover {
        background-color: #E40012;
        letter-spacing: 2px;
        border: 1px solid rgba(255, 255, 255, 0);
        color: #fff;
        width: 15em;
    }
    .module-5 {
        background-color: #F4F7F9;
        height: 100%;
        margin-top: 0;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }
    .module-5 .history {
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-top: 0;
        padding: 0 2.5rem 0 0;
        height: 100%;
    }
    .module-5 .swiper-wrapper {
        position: relative;
        z-index: 999;
    }
    .module-5 .swiper-slide .list {
        opacity: .3;
        transition: all 0.3s ease-in-out;
    }
    .module-5 .swiper-slide-active .list {
        opacity: 1;
    }
    .module-5 .list {
        position: relative;
        margin: 0px 0 0px;
        padding: .5rem .5rem .5rem 1rem;
        padding-bottom: 100px;
        overflow: hidden;
    }
    .module-5 .list h4 {
        font-weight: bold;
        margin-bottom: .3rem;
        position: relative;
        font-size: 16px;
        color: #E40012;
        font-family: Arial, Helvetica, sans-serif;
    }
    .module-5 .list h5 {
        font-weight: bold;
        color: #E40012;
        position: relative;
        margin-top: .2rem;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .module-5 .list ul {
        margin: 0;
        padding: 0;
    }
    .module-5 .list ul li {
        position: relative;
        padding: .25em 0;
        padding-left: 1.7em;
        list-style: none;
        font-size: 14px
    }
    .module-5 .list ul li::after {
        content: "";
        position: absolute;
        left: 6px;
        width: 6px;
        height: 6px;
        border-radius: 12px;
        background-color: #E40012;
        top: 12px;
    }
    .module-5 .list ul li::before {
        content: "";
        position: absolute;
        left: 2px;
        width: 10px;
        height: 10px;
        border-radius: 12px;
        border: 2px solid #E40012;
        top: 8px;
    }
    .module-5 .swiper-pagination {
        top: 0;
        left: auto;
        right: 0;
        z-index: 1000;
        transform: translate(0, 0);
        background-color: #fff;
        border-left: 1px solid #eee;
        width: 2.5rem;
        height: 100%;
        padding-left: 35px;
    }
    .module-5 .swiper-pagination .swiper-pagination-bullet {
        width: 100%;
        opacity: .8;
        text-align: left;
        background: none;
        position: relative;
        margin: 25px 0;
    }
    .module-5 .swiper-pagination .swiper-pagination-bullet::after {
        background-color: #ccc;
        content: "";
        width: 10px;
        height: 1px;
        position: absolute;
        left: -35px;
        top: 14px;
        display: none;
    }
    .module-5 .swiper-pagination .swiper-pagination-bullet::before {
        background-color: #ccc;
        content: "";
        width: 10px;
        height: 1px;
        position: absolute;
        left: -35px;
        top: -2px;
        display: none;
    }
    .module-5 .swiper-pagination .swiper-pagination-bullet-active {
        color: #E40012;
        opacity: 1;
    }
    .module-5 .swiper-pagination .swiper-pagination-bullet-active::after {
        background-color: #D70021;
        width: 20px;
    }
    .module-5 .swiper-scrollbar {
        margin-left: 20px;
        width: 3px;
        height: 100%;
        top: 0;
    }
    .module-5 .swiper-scrollbar-drag {
        background-color: #E40012;
    }
    .module-5 .swiper-button-next.swiper-button-disabled,
    .module .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
    }
    .module-5 {
        background-color: #F4F7F9;
        margin-top: 0;
        overflow: hidden;
        position: relative;
    }
    .module-5 .module-title {
        padding: .5rem;
        margin: 0;
        position: relative;
        z-index: 2;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #F4F7F9;
    }
    .module-5 .module-title p {
        margin-top: .2rem;
    }
    .module-5 .history {
        position: relative;
        z-index: 1;
        overflow: hidden;
        background-color: #fff;
        margin-top: 0px;
        padding: 50px 0 0;
    }
    /* .module .history::after{position: absolute; left: 80px; top: 0; width: 3px; background-color: rgba(0,0,0,.1); height: 100%; content: "";} */
    .module-5 .swiper-wrapper {
        position: relative;
        z-index: 999;
    }
    .module-5 .list {
        position: relative;
        margin: 0px 0 0px;
        background-color: #F4F7F9;
        padding: 20px;
        height: calc(100vh - 50px);
        overflow: hidden;
    }
    .module-5 .list .jd {
        position: relative;
        padding-left: 0px;
        top: 0;
        left: 0;
        padding-bottom: 50px;
    }
    /* .module .list .jd::after{content: ""; position: absolute; left: -16px; width: 12px; height: 12px; border-radius: 12px; background-color: #E40012; top: 10px;}
		.module .list .jd::before{content: ""; position: absolute; left: -21px; width: 18px; height: 18px; border-radius: 12px; background-color: #fff; border: 2px solid #E40012; top: 5px;} */
    .module-5 .list .jd h4 {
        font-weight: bold;
        font-size: 14px;
        color: #E40012;
    }
    .module-5 .list .jd .describe {
        padding: .1rem 0;
    }
    .module-5 .list .jd .describe p {
        text-indent: 2em;
        margin: .5em 0;
        font-size: 14px;
        line-height: 1.8;
    }
    .module-5 .list .jd ul {
        padding-left: 0!important;
    }
    .module-5 .list .jd ul li {
        position: relative;
        padding: 6px 0;
        padding-left: 1.5em;
        list-style: none;
        font-size: 14px;
        line-height: 1.6;
    }
    .module-5 .list .jd ul li::after {
        content: "";
        position: absolute;
        left: 10px;
        width: 4px;
        height: 4px;
        border-radius: 12px;
        background-color: #E40012;
        top: 14px;
    }
    .module-5 .list .jd ul li::before {
        content: "";
        position: absolute;
        left: 6px;
        width: 8px;
        height: 8px;
        border-radius: 12px;
        border: 2px solid #E40012;
        top: 10px;
    }
    .module-5 .list .pic-box {
        margin-left: 0;
        padding: 20px 0;
        overflow: hidden;
    }
    .module-5 .list .pic-box .list-pic {
        display: inline-block;
        margin-right: 10px;
        position: relative;
    }
    .module-5 .list .pic {
        overflow: hidden;
    }
    .module-5 .list img {
        display: block;
        height: 150px;
        display: block;
        transition: all 0.3s ease-in-out;
    }
    .module-5 .list .pic-box .list-pic:hover img {
        transform: scale(1.05);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    }
    .module-5 .list .list-con {
        color: #000;
        position: absolute;
        top: 0;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.7);
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }
    .module-5 .list .l-title {
        padding: 15px 20px;
        white-space: initial;
        color: #fff;
        font-size: 14px;
        line-height: 1.5em;
        position: absolute;
        top: 0;
        left: 0;
    }
    .module-5 .list .list-pic:hover .list-con {
        opacity: 1;
    }
    .module-5 .swiper-vertical>.swiper-scrollbar {
        position: absolute;
        right: 0px;
        top: 0;
        z-index: 50;
        width: 5px;
        height: 100%;
    }
    .module-5 .swiper-pagination {
        top: 0;
        right: 0;
        position: absolute;
        z-index: 1000;
        transform: translate(0, 0);
        background-color: #fff;
        width: calc(100% - 55px);
        height: 50px;
        padding: 0 18px;
        margin-right: 55px;
        overflow: scroll;
        white-space: nowrap;
        scrollbar-base-color: #E40012;
    }
    .module-5 .swiper-pagination .swiper-pagination-bullet {
        width: auto;
        padding: 0 0px;
        text-align: center;
        line-height: 50px;
        font-size: 15px;
        background: none;
        position: relative;
        display: inline-block;
        margin: 0px 25px 0 0;
        opacity: 1;
        outline: none;
        blr: expression(this.onFocus=this.blur())
    }
    .module-5 .swiper-pagination .swiper-pagination-bullet-active {
        color: #E40012;
        outline: none;
        blr: expression(this.onFocus=this.blur())
    }
    .module-5 .swiper-pagination .swiper-pagination-bullet-active::after {
        background-color: #D70021;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        left: -13px;
        top: 10px;
        display: none;
    }
    .module-5 .swiper-pagination .swiper-pagination-bullet-active::before {
        background-color: #fff;
        content: "";
        width: 14px;
        height: 14px;
        border-radius: 100%;
        border: 2px solid #E40012;
        position: absolute;
        left: -17px;
        top: 6px;
        display: none;
    }
    .module-5 .swiper-scrollbar {
        margin-left: 20px;
        width: 3px;
        height: 100%;
        top: 0;
    }
    .module-5 .swiper-scrollbar-drag {
        background-color: #E40012;
    }
    .module-5 .swiper-button-next.swiper-button-disabled,
    .module .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
    }
    .module .swiper-button-next.swiper-button-disabled::after,
    .module .swiper-button-prev.swiper-button-disabled::after {
        opacity: .3;
    }
    .module-5 .list .jd h3 {
        color: #E40012;
        font-size: 14px;
        margin-bottom: .5em;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: .1rem;
        margin-bottom: .15rem;
    }
    .module-6 {
        position: relative;
    }
    .module-6 .module-title .more {
        top: 0;
        margin: 10px auto;
        display: block;
        width: 130px;
        padding: 0;
        line-height: 28px;
        height: 30px;
        text-align: center;
        border-radius: 3px;
    }
    .module-6 .list-box {
        margin: 0;
        margin-bottom: .5rem;
        padding: 0 20px;
    }
    .module-6 .list-box .list {
        float: left;
        width: 100%;
        margin: 0 0 1%;
        position: relative;
        overflow: hidden;
    }
    .module-6 .list-box .list .pic img {
        display: block;
        width: 100%;
    }
    .module-6 .list-box .list .con {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 100%;
        color: #fff;
        margin-top: -80px;
        padding: 30px;
        transition: all 0.5s ease-in-out;
        display: none;
    }
    .module-6 .list-box .list .mask {
        position: absolute;
        width: 100%;
        height: 300%;
        left: 0;
        top: 70%;
        background: linear-gradient(0deg, rgba(0, 0, 0, .8) 90%, rgba(0, 0, 0, 0) 100%);
        transition: all 0.5s ease-in-out;
        display: none;
    }
    .module-6 .list-box .list .con .title {
        font-size: 22px;
        margin-bottom: 80px;
        font-weight: bold;
        transition: all 0.8s ease-in-out;
    }
    .module-6 .list-box .list:hover .con {
        top: 0;
        margin-top: 0;
    }
    .module-6 .list-box .list:hover .con .title {
        margin-bottom: 25px;
    }
    .module-6 .list-box .list:hover .mask {
        top: -80%;
    }
    #csr {
        position: relative;
        padding-bottom: 30px;
    }
    #csr .swiper-pagination-bullets {}
    #csr .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        border: 3px solid #fff;
        background-color: #d5d5d5;
        width: 10px;
        height: 10px;
        opacity: 1;
    }
    #csr .swiper-pagination-bullets .swiper-pagination-bullet-active {
        border: 3px solid #E40012;
        background-color: #fff;
    }
    .csr-con .list {
        display: block;
        border-bottom: 1px solid #f1f1f1;
        padding: .35rem 0;
    }
    .csr-con .list div:first-child {
        width: 100%;
        color: #000;
        font-weight: bold;
    }
    .csr-con .list div:last-child {
        flex: 1;
    }
    .csr-con .list div span {
        display: block;
    }
    .csr-con .list div span:last-child {
        font-size: 14px;
        color: #E40012;
        padding-top: 6px;
    }
}