.index-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .3rem .3rem .3rem .25rem
}

.index-title h1 {
    color: #df0434;
    line-height: 1.1;
    font-weight: 700;
    font-size: .2rem
}

@media (max-width: 1024px) {
    .index-title h1 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .index-title h1 {
        font-size: .32rem
    }
}

.index-title h1 span {
    font-family: itc_b;
    color: #000;
    display: block;
    font-size: .6rem
}

@media (max-width: 1024px) {
    .index-title h1 span {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .index-title h1 span {
        font-size: .56rem
    }
}

.index-title .more {
    font-weight: 700;
    font-size: .2rem
}

@media (max-width: 1024px) {
    .index-title .more {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .index-title .more {
        font-size: .26rem
    }
}

.index-title .more a {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    color: #000
}

.index-title .more a:hover {
    color: #df0434
}

.section1, .section1 .index-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh
}

.section1 .index-banner {
    overflow: hidden;
    position: relative;
    -webkit-transition: width .8s, height .8s, -webkit-border-radius .8s;
    transition: width .8s, height .8s, -webkit-border-radius .8s;
    -o-transition: width .8s, height .8s, border-radius .8s;
    -moz-transition: width .8s, height .8s, border-radius .8s, -moz-border-radius .8s;
    transition: width .8s, height .8s, border-radius .8s;
    transition: width .8s, height .8s, border-radius .8s, -webkit-border-radius .8s, -moz-border-radius .8s
}

.section1 .index-banner.scroll {
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border-radius: .4rem;
    width: -webkit-calc(100% - 1rem);
    width: -moz-calc(100% - 1rem);
    width: calc(100% - 1rem);
    height: -webkit-calc(100vh - .7rem);
    height: -moz-calc(100vh - .7rem);
    height: calc(100vh - .7rem)
}

@media (max-width: 767px) {
    .section1 .index-banner.scroll {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        width: 100%;
        height: 100vh
    }
}

.section1 .index-banner .swiper {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50vw;
    margin-top: -50vh;
    width: 100vw;
    height: 100vh
}

.section1 .index-banner .swiper .swiper-slide {
    position: relative;
    overflow: hidden
}

.section1 .index-banner .swiper .swiper-slide.swiper-slide-active .banner-t h1, .section1 .index-banner .swiper .swiper-slide.swiper-slide-active .banner-t h2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.section1 .index-banner .swiper .swiper-slide b {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.section1 .index-banner .swiper .swiper-slide b:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.section1 .index-banner .swiper .swiper-slide b.pc-img {
    display: block
}

@media (max-width: 991px) {
    .section1 .index-banner .swiper .swiper-slide b.pc-img {
        display: none
    }
}

.section1 .index-banner .swiper .swiper-slide b.mob-img {
    display: none
}

@media (max-width: 991px) {
    .section1 .index-banner .swiper .swiper-slide b.mob-img {
        display: block
    }
}

.section1 .index-banner .swiper .swiper-slide .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.section1 .index-banner .swiper .swiper-slide .video:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.section1 .index-banner .swiper .swiper-slide .video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section1 .index-banner .swiper .swiper-slide .video .video-play {
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    cursor: pointer;
    top: 50%;
    display: none
}

@media (max-width: 767px) {
    .section1 .index-banner .swiper .swiper-slide .video .video-play {
        top: 58%
    }
}

@media (max-width: 1024px) {
    .section1 .index-banner .swiper .swiper-slide .video .video-play {
        display: block
    }
}

.section1 .index-banner .swiper .swiper-slide .video .video-play .iconfont {
    display: inline-block;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: .8rem
}

@media (max-width: 767px) {
    .section1 .index-banner .swiper .swiper-slide .video .video-play .iconfont {
        font-size: .6rem
    }
}

.section1 .index-banner .swiper .swiper-slide .banner-t {
    color: #fff;
    line-height: 1.4;
    position: absolute;
    left: 0;
    z-index: 4;
    font-weight: lighter;
    bottom: 1.6rem;
    padding-left: 8.6%;
    padding-right: 8.6%
}

@media (max-width: 1024px) {
    .section1 .index-banner .swiper .swiper-slide .banner-t {
        bottom: 20%
    }
}

@media (max-width: 767px) {
    .section1 .index-banner .swiper .swiper-slide .banner-t {
        bottom: 55%
    }
}

@media (max-width: 1600px) {
    .section1 .index-banner .swiper .swiper-slide .banner-t {
        padding-left: 7.88%
    }
}

@media (max-width: 1366px) {
    .section1 .index-banner .swiper .swiper-slide .banner-t {
        padding-left: 7.16%
    }
}

@media (max-width: 1024px) {
    .section1 .index-banner .swiper .swiper-slide .banner-t {
        padding-left: 6.44%
    }
}

@media (max-width: 991px) {
    .section1 .index-banner .swiper .swiper-slide .banner-t {
        padding-left: 5.72%
    }
}

@media (max-width: 767px) {
    .section1 .index-banner .swiper .swiper-slide .banner-t {
        padding-left: 5%
    }
}

@media (max-width: 1600px) {
    .section1 .index-banner .swiper .swiper-slide .banner-t {
        padding-right: 7.88%
    }
}

@media (max-width: 1366px) {
    .section1 .index-banner .swiper .swiper-slide .banner-t {
        padding-right: 7.16%
    }
}

@media (max-width: 1024px) {
    .section1 .index-banner .swiper .swiper-slide .banner-t {
        padding-right: 6.44%
    }
}

@media (max-width: 991px) {
    .section1 .index-banner .swiper .swiper-slide .banner-t {
        padding-right: 5.72%
    }
}

@media (max-width: 767px) {
    .section1 .index-banner .swiper .swiper-slide .banner-t {
        padding-right: 5%
    }
}

.section1 .index-banner .swiper .swiper-slide .banner-t h1 {
    opacity: 0;
    -webkit-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -ms-transform: translateX(15%);
    -o-transform: translateX(15%);
    transform: translateX(15%);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    letter-spacing: .1rem;
    font-size: .5rem
}

@media (max-width: 1024px) {
    .section1 .index-banner .swiper .swiper-slide .banner-t h1 {
        font-size: 1rem
    }
}

@media (max-width: 767px) {
    .section1 .index-banner .swiper .swiper-slide .banner-t h1 {
        font-size: .6rem
    }
}

.section1 .index-banner .swiper .swiper-contral {
    position: absolute;
    z-index: 4;
    bottom: 1.6rem;
    right: 9.4%
}

@media (max-width: 1600px) {
    .section1 .index-banner .swiper .swiper-contral {
        right: 8.52%
    }
}

@media (max-width: 1366px) {
    .section1 .index-banner .swiper .swiper-contral {
        right: 7.64%
    }
}

@media (max-width: 1024px) {
    .section1 .index-banner .swiper .swiper-contral {
        right: 6.76%
    }
}

@media (max-width: 991px) {
    .section1 .index-banner .swiper .swiper-contral {
        right: 5.88%
    }
}

@media (max-width: 767px) {
    .section1 .index-banner .swiper .swiper-contral {
        right: 5%
    }
}

.section1 .index-banner .swiper .swiper-contral .swiper-mypagination {
    color: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei
}

.section1 .index-banner .swiper .swiper-contral .swiper-mypagination span {
    margin: 0 1px
}

.section1 .index-banner .swiper .swiper-contral .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    margin-top: .15rem
}

.section1 .index-banner .swiper .swiper-contral .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    opacity: 1;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

.section1 .index-banner .swiper .swiper-contral .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 6px
}

.section1 .index-banner .swiper .swiper-contral .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #df0434;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0)
}

.section1 .index-banner .swiper .swiper-contral .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.25rem
}

.section1 .index-banner .swiper .swiper-contral .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    -webkit-animation: progress 15s linear;
    -moz-animation: progress 15s linear;
    -o-animation: progress 15s linear;
    animation: progress 15s linear
}

.section1 .index-banner .swiper .swiper-btn .swiper-button-next, .section1 .index-banner .swiper .swiper-btn .swiper-button-prev {
    background-image: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    color: #fff;
    margin-top: 0;
    border: .01rem solid #fff;
    width: .5rem;
    height: .5rem
}

@media (max-width: 767px) {
    .section1 .index-banner .swiper .swiper-btn .swiper-button-next, .section1 .index-banner .swiper .swiper-btn .swiper-button-prev {
        margin-top: 2rem
    }
}

@media (max-width: 1024px) {
    .section1 .index-banner .swiper .swiper-btn .swiper-button-next, .section1 .index-banner .swiper .swiper-btn .swiper-button-prev {
        border-width: 1px;
        width: 40px;
        height: 40px
    }
}

.section1 .index-banner .swiper .swiper-btn .swiper-button-next:hover, .section1 .index-banner .swiper .swiper-btn .swiper-button-prev:hover {
    background-color: #fff;
    color: #df0434
}

.section1 .index-banner .swiper .swiper-btn .swiper-button-prev {
    left: 1.1rem
}

@media (max-width: 1024px) {
    .section1 .index-banner .swiper .swiper-btn .swiper-button-prev {
        left: 30px
    }
}

@media (max-width: 991px) {
    .section1 .index-banner .swiper .swiper-btn .swiper-button-prev {
        left: 20px
    }
}

@media (max-width: 767px) {
    .section1 .index-banner .swiper .swiper-btn .swiper-button-prev {
        left: 10px
    }
}

.section1 .index-banner .swiper .swiper-btn .swiper-button-next {
    right: 1.1rem
}

@media (max-width: 1024px) {
    .section1 .index-banner .swiper .swiper-btn .swiper-button-next {
        right: 30px
    }
}

@media (max-width: 991px) {
    .section1 .index-banner .swiper .swiper-btn .swiper-button-next {
        right: 20px
    }
}

@media (max-width: 767px) {
    .section1 .index-banner .swiper .swiper-btn .swiper-button-next {
        right: 10px
    }
}

.section2 {
    margin-top: .9rem
}

@media (max-width: 767px) {
    .section2 {
        margin-top: .5rem
    }
}

.section2 .cont {
    overflow: hidden;
    background-color: hsla(0, 0%, 100%, .6);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border-radius: .4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991px) {
    .section2 .cont {
        display: block
    }
}

.section2 .cont .left {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 54.5vw;
    height: 32vw
}

@media (max-width: 991px) {
    .section2 .cont .left {
        position: relative;
        width: 100%;
        height: 45vw
    }
}

.section2 .cont .left .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.section2 .cont .left .swiper:after {
    content: "";
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -2px;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(hsla(0, 0%, 100%, .8)), to(hsla(0, 0%, 100%, 0)));
    background-image: -webkit-linear-gradient(right, #fff, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0));
    background-image: -moz-linear-gradient(right, #fff, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0));
    background-image: -o-linear-gradient(right, #fff, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0));
    z-index: 1;
    pointer-events: none;
    display: block
}

@media (max-width: 991px) {
    .section2 .cont .left .swiper:after {
        display: none
    }
}

.section2 .cont .left .swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.section2 .cont .left .swiper-pagination {
    position: absolute;
    bottom: .6rem;
    right: -webkit-calc(100% - 83.5vw - 1rem);
    right: -moz-calc(100% - 83.5vw - 1rem);
    right: calc(100% - 83.5vw - 1rem)
}

@media (max-width: 991px) {
    .section2 .cont .left .swiper-pagination {
        bottom: 10px
    }
}

@media (max-width: 1024px) {
    .section2 .cont .left .swiper-pagination {
        right: .2rem
    }
}

@media (max-width: 991px) {
    .section2 .cont .left .swiper-pagination {
        right: 15px
    }
}

.section2 .cont .right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 29vw;
    margin-left: 1rem
}

@media (max-width: 1024px) {
    .section2 .cont .right {
        width: 34vw
    }
}

@media (max-width: 991px) {
    .section2 .cont .right {
        width: 90%
    }
}

@media (max-width: 1024px) {
    .section2 .cont .right {
        margin-left: 50px
    }
}

@media (max-width: 991px) {
    .section2 .cont .right {
        margin-left: 5%
    }
}

.section2 .cont .right .swiper {
    overflow: hidden
}

.section2 .cont .right .swiper .swiper-wrapper {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-wrapper {
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0
    }
}

.section2 .cont .right .swiper .swiper-slide .item {
    padding-top: .9rem;
    padding-bottom: 0
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-slide .item {
        padding-top: 30px
    }
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-slide .item {
        padding-top: .4rem
    }
}

@media (max-width: 991px) {
    .section2 .cont .right .swiper .swiper-slide .item {
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-slide .item {
        padding-bottom: .4rem
    }
}

.section2 .cont .right .swiper .swiper-slide .item h2 {
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    font-size: .4rem;
    margin-bottom: .15rem
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-slide .item h2 {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-slide .item h2 {
        font-size: .4rem
    }
}

.section2 .cont .right .swiper .swiper-slide .item .desc {
    color: #000;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: .22rem
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-slide .item .desc {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-slide .item .desc {
        font-size: .32rem
    }
}

.section2 .cont .right .swiper .swiper-slide .item .a-list {
    min-height: 1.4rem;
    margin-top: .4rem
}

.section2 .cont .right .swiper .swiper-slide .item ul {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: .02rem solid #000
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-slide .item ul {
        display: block
    }
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-slide .item ul {
        border-top-width: 2px
    }
}

.section2 .cont .right .swiper .swiper-slide .item ul li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-top: .08rem;
    padding-bottom: .08rem;
    font-size: .17rem
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-slide .item ul li {
        display: none
    }
}

@media (max-width: 991px) {
    .section2 .cont .right .swiper .swiper-slide .item ul li {
        display: block
    }
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-slide .item ul li {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-slide .item ul li {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-slide .item ul li {
        font-size: .28rem
    }
}

.section2 .cont .right .swiper .swiper-slide .item ul li p {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.section2 .cont .right .swiper .swiper-slide .item ul li:first-child, .section2 .cont .right .swiper .swiper-slide .item ul li:nth-child(2), .section2 .cont .right .swiper .swiper-slide .item ul li:nth-child(3), .section2 .cont .right .swiper .swiper-slide .item ul li:nth-child(4) {
    display: block
}

.section2 .cont .right .swiper .swiper-slide .item ul li:after {
    content: "";
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    display: none;
    height: .01rem
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-slide .item ul li:after {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-slide .item ul li:after {
        display: block
    }
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-slide .item ul li:after {
        height: 1px
    }
}

.section2 .cont .right .swiper .swiper-slide .item ul li:nth-child(odd):after {
    display: block
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-slide .item ul li:nth-child(odd):after {
        display: block
    }
}

.section2 .cont .right .swiper .swiper-slide .item .dian {
    margin-top: .05rem;
    margin-bottom: .25rem
}

.section2 .cont .right .swiper .swiper-slide .item .dian .iconfont {
    color: #000;
    font-size: .3rem
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-slide .item .dian .iconfont {
        font-size: 20px
    }
}

.section2 .cont .right .swiper .swiper-slide .item .link .common-more {
    margin-left: 5px;
    margin-bottom: 5px
}

.section3 {
    margin-top: 1.2rem
}

@media (max-width: 767px) {
    .section3 {
        margin-top: .5rem
    }
}

.section3 .cont {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991px) {
    .section3 .cont {
        display: block
    }
}

.section3 .cont .left {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 67.3%
}

@media (max-width: 767px) {
    .section3 .cont .left {
        display: block
    }
}

@media (max-width: 1024px) {
    .section3 .cont .left {
        width: 67.3%
    }
}

@media (max-width: 991px) {
    .section3 .cont .left {
        width: 100%
    }
}

.section3 .cont .left .b-pro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 37.38%;
    height: 38.3vw
}

@media (max-width: 767px) {
    .section3 .cont .left .b-pro {
        display: block
    }
}

@media (max-width: 991px) {
    .section3 .cont .left .b-pro {
        width: 34vw
    }
}

@media (max-width: 767px) {
    .section3 .cont .left .b-pro {
        width: 100%
    }
}

@media (max-width: 991px) {
    .section3 .cont .left .b-pro {
        height: 60vw
    }
}

@media (max-width: 767px) {
    .section3 .cont .left .b-pro {
        height: auto
    }
}

.section3 .cont .left .pro-item {
    overflow: hidden;
    position: relative;
    background-color: hsla(0, 0%, 100%, .5);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem
}

.section3 .cont .left .pro-item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    background-color: #fff
}

.section3 .cont .left .pro-item:hover .common-more-icon:after {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.section3 .cont .left .pro-item:hover .common-more-icon .iconfont:first-child {
    color: #fff
}

.section3 .cont .left .pro-item .item-tag {
    position: absolute;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: .16rem;
    border: .01rem solid #303132;
    top: .2rem;
    left: .2rem;
    padding-left: .2rem;
    padding-right: .2rem
}

@media (max-width: 1024px) {
    .section3 .cont .left .pro-item .item-tag {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .section3 .cont .left .pro-item .item-tag {
        font-size: 12px
    }
}

@media (max-width: 1024px) {
    .section3 .cont .left .pro-item .item-tag {
        border-width: 1px
    }
}

.section3 .cont .left .pro-item .common-more-icon {
    position: absolute;
    bottom: .15rem;
    right: .15rem
}

.section3 .cont .left .pro-item.pro1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    height: 38.3vw
}

@media (max-width: 991px) {
    .section3 .cont .left .pro-item.pro1 {
        width: 60vw
    }
}

@media (max-width: 767px) {
    .section3 .cont .left .pro-item.pro1 {
        width: 100%
    }
}

@media (max-width: 991px) {
    .section3 .cont .left .pro-item.pro1 {
        height: 60vw
    }
}

@media (max-width: 767px) {
    .section3 .cont .left .pro-item.pro1 {
        height: 100vw
    }
}

.section3 .cont .left .pro-item.pro1 a {
    display: block;
    width: 100%
}

.section3 .cont .left .pro-item.pro1 .item-img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 90%;
    max-height: 29vw
}

@media (max-width: 1024px) {
    .section3 .cont .left .pro-item.pro1 .item-img {
        max-width: 80%;
        max-height: 27vw
    }
}

@media (max-width: 991px) {
    .section3 .cont .left .pro-item.pro1 .item-img {
        max-height: 42vw
    }
}

@media (max-width: 767px) {
    .section3 .cont .left .pro-item.pro1 .item-img {
        max-height: 70vw
    }
}

.section3 .cont .left .pro-item.pro1 .item-text {
    max-width: 90%;
    text-align: center;
    color: #000;
    font-size: .24rem;
    margin: .2rem auto 0
}

@media (max-width: 1024px) {
    .section3 .cont .left .pro-item.pro1 .item-text {
        font-size: 20px
    }
}

.section3 .cont .left .pro-item.pro1 .item-text h2 {
    font-weight: 700
}

.section3 .cont .left .pro-item.pro2, .section3 .cont .left .pro-item.pro3 {
    height: 48%;
    margin-top: 0
}

@media (max-width: 767px) {
    .section3 .cont .left .pro-item.pro2, .section3 .cont .left .pro-item.pro3 {
        height: 70vw;
        margin-top: 15px
    }
}

.section3 .cont .left .pro-item.pro2 .item-img, .section3 .cont .left .pro-item.pro3 .item-img {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    bottom: 0;
    max-width: 45%;
    max-height: 75%
}

.section3 .cont .left .pro-item.pro2 .item-text, .section3 .cont .left .pro-item.pro3 .item-text {
    color: #000;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    margin-top: .2rem
}

@media (max-width: 1024px) {
    .section3 .cont .left .pro-item.pro2 .item-text, .section3 .cont .left .pro-item.pro3 .item-text {
        margin-top: 0
    }
}

.section3 .cont .left .pro-item.pro2 .item-text h2, .section3 .cont .left .pro-item.pro3 .item-text h2 {
    font-weight: 700;
    font-size: .22rem
}

@media (max-width: 1024px) {
    .section3 .cont .left .pro-item.pro2 .item-text h2, .section3 .cont .left .pro-item.pro3 .item-text h2 {
        font-size: 18px
    }
}

.section3 .cont .left .pro-item.pro2 .item-text h2 span, .section3 .cont .left .pro-item.pro3 .item-text h2 span {
    display: block;
    font-size: .2rem
}

@media (max-width: 1024px) {
    .section3 .cont .left .pro-item.pro2 .item-text h2 span, .section3 .cont .left .pro-item.pro3 .item-text h2 span {
        font-size: 16px
    }
}

.section3 .cont .left .pro-item.pro2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section3 .cont .left .pro-item.pro2 .item-img {
    left: 0
}

.section3 .cont .left .pro-item.pro2 .item-text {
    right: 0;
    padding-right: .3rem
}

.section3 .cont .left .pro-item.pro3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.section3 .cont .left .pro-item.pro3 .item-img {
    right: 0
}

.section3 .cont .left .pro-item.pro3 .item-text {
    left: 0;
    padding-left: .3rem
}

.section3 .cont .right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem;
    width: 31.1%;
    height: 38.3vw;
    margin-top: 0
}

@media (max-width: 991px) {
    .section3 .cont .right {
        width: 100%;
        height: 50vw
    }
}

@media (max-width: 767px) {
    .section3 .cont .right {
        height: 110vw
    }
}

@media (max-width: 991px) {
    .section3 .cont .right {
        margin-top: 15px
    }
}

.section3 .cont .right .swiper {
    width: 100%;
    height: 100%;
    background-color: #0a0404
}

.section3 .cont .right .swiper:after {
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1
}

.section3 .cont .right .swiper .swiper-slide {
    position: relative
}

.section3 .cont .right .swiper .swiper-slide.swiper-slide-active .item-text h2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.section3 .cont .right .swiper .swiper-slide:hover .item-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.section3 .cont .right .swiper .swiper-slide .item-img {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.section3 .cont .right .swiper .swiper-slide .item-tag {
    position: absolute;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: .16rem;
    border: .01rem solid #fff;
    top: .2rem;
    left: .2rem;
    padding-left: .2rem;
    padding-right: .2rem
}

@media (max-width: 1024px) {
    .section3 .cont .right .swiper .swiper-slide .item-tag {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .section3 .cont .right .swiper .swiper-slide .item-tag {
        font-size: 12px
    }
}

@media (max-width: 1024px) {
    .section3 .cont .right .swiper .swiper-slide .item-tag {
        border-width: 1px
    }
}

.section3 .cont .right .swiper .swiper-slide .item-text {
    position: absolute;
    width: 90%;
    left: 5%;
    overflow: hidden;
    text-align: center;
    bottom: 35%
}

.section3 .cont .right .swiper .swiper-slide .item-text h2 {
    color: #df0434;
    font-family: itc_b;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    font-size: .36rem
}

@media (max-width: 1024px) {
    .section3 .cont .right .swiper .swiper-slide .item-text h2 {
        font-size: 24px
    }
}

.section3 .cont .right .swiper-pagination {
    position: absolute;
    width: 100%;
    bottom: .4rem
}

.section3 .cont .right .swiper-pagination .swiper-pagination-bullet {
    background-color: hsla(0, 0%, 100%, .3)
}

.section4 {
    margin-top: 1.2rem
}

@media (max-width: 767px) {
    .section4 {
        margin-top: .5rem
    }
}

.section4 .cont {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    border-top: .03rem solid #000;
    border-bottom: .01rem solid #000
}

@media (max-width: 767px) {
    .section4 .cont {
        display: block;
        padding-top: .4rem;
        padding-bottom: 0
    }
}

@media (max-width: 1024px) {
    .section4 .cont {
        border-top-width: 2px;
        border-bottom-width: 1px
    }
}

.section4 .cont .left {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem;
    width: 41.66vw
}

@media (max-width: 767px) {
    .section4 .cont .left {
        width: 100%
    }
}

.section4 .cont .left .swiper .swiper-slide {
    position: relative
}

.section4 .cont .left .swiper .swiper-slide:hover .item-img b {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.section4 .cont .left .swiper .swiper-slide a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
}

.section4 .cont .left .swiper .swiper-slide a .item-t {
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: .45rem;
    padding-right: .45rem;
    padding-bottom: .8rem
}

@media (max-width: 767px) {
    .section4 .cont .left .swiper .swiper-slide a .item-t {
        padding-bottom: .6rem
    }
}

.section4 .cont .left .swiper .swiper-slide a .item-t .date {
    font-size: .16rem;
    margin-bottom: .05rem
}

@media (max-width: 1024px) {
    .section4 .cont .left .swiper .swiper-slide a .item-t .date {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .section4 .cont .left .swiper .swiper-slide a .item-t .date {
        font-size: 14px;
        margin-bottom: 0
    }
}

.section4 .cont .left .swiper .swiper-slide a .item-t .title {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: .26rem
}

@media (max-width: 1024px) {
    .section4 .cont .left .swiper .swiper-slide a .item-t .title {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .section4 .cont .left .swiper .swiper-slide a .item-t .title {
        font-size: 16px
    }
}

.section4 .cont .left .swiper-pagination {
    right: .5rem;
    bottom: .4rem
}

@media (max-width: 1024px) {
    .section4 .cont .left .swiper-pagination {
        bottom: 15px
    }
}

@media (max-width: 991px) {
    .section4 .cont .left .swiper-pagination {
        bottom: 10px
    }
}

.section4 .cont .left .swiper-pagination .swiper-pagination-bullet {
    background-color: hsla(0, 0%, 100%, .6)
}

.section4 .cont .right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 46.87vw
}

@media (max-width: 1024px) {
    .section4 .cont .right {
        width: 51vw
    }
}

@media (max-width: 767px) {
    .section4 .cont .right {
        width: 100%
    }
}

.section4 .cont .right ul li {
    border-bottom: .01rem solid rgba(0, 0, 0, .3)
}

@media (max-width: 1024px) {
    .section4 .cont .right ul li {
        border-bottom-width: 1px
    }
}

.section4 .cont .right ul li:first-child {
    border-top: .01rem solid rgba(0, 0, 0, .3)
}

@media (max-width: 767px) {
    .section4 .cont .right ul li:first-child {
        border-top: none
    }
}

@media (max-width: 1024px) {
    .section4 .cont .right ul li:first-child {
        border-top-width: 1px
    }
}

.section4 .cont .right ul li:last-child {
    border-bottom: .01rem solid rgba(0, 0, 0, .3)
}

@media (max-width: 767px) {
    .section4 .cont .right ul li:last-child {
        border-bottom: none
    }
}

@media (max-width: 1024px) {
    .section4 .cont .right ul li:last-child {
        border-bottom-width: 1px
    }
}

.section4 .cont .right ul li:hover a .common-more-icon:after {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.section4 .cont .right ul li:hover a .common-more-icon .iconfont:first-child {
    color: #fff
}

.section4 .cont .right ul li a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: .5rem;
    padding-bottom: .5rem
}

@media (max-width: 1024px) {
    .section4 .cont .right ul li a {
        padding-top: 20px
    }
}

@media (max-width: 991px) {
    .section4 .cont .right ul li a {
        padding-top: 10px
    }
}

@media (max-width: 1024px) {
    .section4 .cont .right ul li a {
        padding-bottom: 20px
    }
}

@media (max-width: 991px) {
    .section4 .cont .right ul li a {
        padding-bottom: 10px
    }
}

.section4 .cont .right ul li a .item-text {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - .7rem);
    width: -moz-calc(100% - .7rem);
    width: calc(100% - .7rem)
}

@media (max-width: 767px) {
    .section4 .cont .right ul li a .item-text {
        display: block
    }
}

@media (max-width: 1024px) {
    .section4 .cont .right ul li a .item-text {
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px)
    }
}

@media (max-width: 991px) {
    .section4 .cont .right ul li a .item-text {
        width: -webkit-calc(100% - 45px);
        width: -moz-calc(100% - 45px);
        width: calc(100% - 45px)
    }
}

.section4 .cont .right ul li a .item-text span {
    font-weight: 400;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.65rem;
    font-size: .16rem
}

@media (max-width: 1024px) {
    .section4 .cont .right ul li a .item-text span {
        width: 130px
    }
}

@media (max-width: 767px) {
    .section4 .cont .right ul li a .item-text span {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .section4 .cont .right ul li a .item-text span {
        font-size: 14px
    }
}

.section4 .cont .right ul li a .item-text p {
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: -webkit-calc(100% - 1.65rem);
    width: -moz-calc(100% - 1.65rem);
    width: calc(100% - 1.65rem);
    font-size: .2rem
}

@media (max-width: 1024px) {
    .section4 .cont .right ul li a .item-text p {
        width: -webkit-calc(100% - 130px);
        width: -moz-calc(100% - 130px);
        width: calc(100% - 130px)
    }
}

@media (max-width: 767px) {
    .section4 .cont .right ul li a .item-text p {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .section4 .cont .right ul li a .item-text p {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .section4 .cont .right ul li a .item-text p {
        font-size: 16px
    }
}

.section4 .cont .right ul li a .common-more-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section5 {
    margin-top: 1.2rem
}

@media (max-width: 767px) {
    .section5 {
        margin-top: .5rem
    }
}

.section5 .cont {
    background-color: #fff;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .15rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem
}

@media (max-width: 767px) {
    .section5 .cont {
        display: block
    }
}

.section5 .cont .left {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #d9e8f4;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem;
    width: 51.6%;
    height: 34vw
}

@media (max-width: 767px) {
    .section5 .cont .left {
        width: 100%;
        height: auto
    }
}

.section5 .cont .left .text {
    position: relative;
    z-index: 1;
    width: 57%;
    padding: 1rem 0 0 1.1rem
}

@media (max-width: 1024px) {
    .section5 .cont .left .text {
        width: 65%
    }
}

@media (max-width: 991px) {
    .section5 .cont .left .text {
        width: 70%
    }
}

@media (max-width: 767px) {
    .section5 .cont .left .text {
        width: 80%
    }
}

@media (max-width: 991px) {
    .section5 .cont .left .text {
        padding-left: .5rem
    }
}

@media (max-width: 767px) {
    .section5 .cont .left .text {
        padding-right: .5rem;
        padding-top: .3rem;
        padding-bottom: .3rem
    }
}

.section5 .cont .left .text h2 {
    font-weight: 700;
    color: #000;
    font-size: .36rem;
    margin-bottom: .05rem
}

@media (max-width: 1024px) {
    .section5 .cont .left .text h2 {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .section5 .cont .left .text h2 {
        font-size: 18px
    }
}

.section5 .cont .left .text p {
    font-size: .19rem
}

@media (max-width: 1024px) {
    .section5 .cont .left .text p {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .section5 .cont .left .text p {
        font-size: 14px
    }
}

.section5 .cont .left .text .link {
    margin-top: .8rem
}

@media (max-width: 991px) {
    .section5 .cont .left .text .link {
        margin-top: .5rem
    }
}

.section5 .cont .left .img {
    position: absolute;
    right: 0;
    height: auto;
    z-index: 0;
    width: 46%;
    bottom: 9%
}

@media (max-width: 1024px) {
    .section5 .cont .left .img {
        width: 40%
    }
}

@media (max-width: 991px) {
    .section5 .cont .left .img {
        width: 35%
    }
}

@media (max-width: 767px) {
    .section5 .cont .left .img {
        width: 30%;
        bottom: 0
    }
}

.section5 .cont .left .map {
    position: relative
}

.section5 .cont .left .map .map-img {
    display: block;
    width: 100%;
    height: auto
}

.section5 .cont .left .map .map-list li {
    position: absolute;
    width: 1px;
    height: 1px;
    top: 1%;
    left: 1%
}

.section5 .cont .left .map .map-list li:after {
    content: "";
    display: block;
    background: url(../image/icon_location.png) no-repeat bottom;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: -.2rem;
    width: .4rem;
    height: .4rem
}

.section5 .cont .left .map .map-list li:first-child {
    top: 25%;
    left: 9%
}

.section5 .cont .left .map .map-list li:nth-child(2) {
    top: 34%;
    left: 13%
}

.section5 .cont .left .map .map-list li:nth-child(3) {
    top: 62%;
    left: 52%
}

.section5 .cont .left .map .map-list li:nth-child(4) {
    top: 28%;
    left: 60%
}

.section5 .cont .left .map .map-list li:nth-child(5) {
    top: 34.5%;
    left: 83%
}

.section5 .cont .right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 34vw;
    width: -webkit-calc(48.4% - .15rem);
    width: -moz-calc(48.4% - .15rem);
    width: calc(48.4% - .15rem)
}

@media (max-width: 767px) {
    .section5 .cont .right {
        height: 62vw;
        width: 100%
    }
}

.section5 .cont .right .item {
    width: 100%;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem;
    height: -webkit-calc(50% - .07rem);
    height: -moz-calc(50% - .07rem);
    height: calc(50% - .07rem);
    margin-top: 0
}

@media (max-width: 767px) {
    .section5 .cont .right .item {
        margin-top: .15rem
    }
}

.section5 .cont .right .item .item-text h2 {
    color: #000;
    font-weight: 700;
    font-size: .26rem
}

@media (max-width: 1024px) {
    .section5 .cont .right .item .item-text h2 {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .section5 .cont .right .item .item-text h2 {
        font-size: 18px
    }
}

.section5 .cont .right .item .item-text p {
    font-size: .17rem
}

@media (max-width: 1024px) {
    .section5 .cont .right .item .item-text p {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .section5 .cont .right .item .item-text p {
        font-size: 14px
    }
}

.section5 .cont .right .item:first-child {
    background-color: #f5e6e5
}

.section5 .cont .right .item:first-child .item-text {
    width: 3.3rem;
    margin-left: .9rem;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width: 991px) {
    .section5 .cont .right .item:first-child .item-text {
        width: 5rem
    }
}

@media (max-width: 767px) {
    .section5 .cont .right .item:first-child .item-text {
        width: auto
    }
}

@media (max-width: 991px) {
    .section5 .cont .right .item:first-child .item-text {
        margin-left: .5rem
    }
}

@media (max-width: 767px) {
    .section5 .cont .right .item:first-child .item-text {
        margin-right: .3rem
    }
}

@media (max-width: 767px) {
    .section5 .cont .right .item:first-child .item-text {
        padding-top: .2rem
    }
}

@media (max-width: 767px) {
    .section5 .cont .right .item:first-child .item-text {
        padding-bottom: .2rem
    }
}

.section5 .cont .right .item:first-child .item-img {
    margin-right: .8rem
}

.section5 .cont .right .item:first-child .item-img img {
    display: block;
    height: auto;
    width: 1.98rem
}

@media (max-width: 767px) {
    .section5 .cont .right .item:first-child .item-img img {
        width: 1.5rem
    }
}

.section5 .cont .right .item:nth-child(2) {
    background-color: #e3e4fa;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.section5 .cont .right .item:nth-child(2) .item-text {
    padding-left: .65rem;
    padding-right: .65rem
}

@media (max-width: 991px) {
    .section5 .cont .right .item:nth-child(2) .item-text {
        padding-left: .2rem
    }
}

@media (max-width: 767px) {
    .section5 .cont .right .item:nth-child(2) .item-text {
        padding-left: .3rem
    }
}

@media (max-width: 991px) {
    .section5 .cont .right .item:nth-child(2) .item-text {
        padding-right: .2rem
    }
}

.section5 .cont .right .item:nth-child(2) .item-img {
    height: 100%
}

.section5 .cont .right .item:nth-child(2) .item-img img {
    display: block;
    width: auto;
    height: 100%
}

@media (max-width: 1024px) {
    .section5 .cont .right .item:nth-child(2) .item-img img {
        height: 3.2rem
    }
}

@media (max-width: 767px) {
    .section5 .cont .right .item:nth-child(2) .item-img img {
        height: 2.2rem
    }
}

/*# sourceMappingURL=6a992d5529f459a44fee58c733255e86.css.map*/