.network-title {
    color: #000;
    font-weight: 700;
    font-size: .28rem;
    margin-bottom: .6rem
}

@media (max-width: 1024px) {
    .network-title {
        font-size: 24px
    }
}

@media (max-width: 991px) {
    .network-title {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .network-title {
        font-size: .36rem;
        margin-bottom: .3rem
    }
}

.section2 {
    margin-bottom: .4rem
}

.section2 .cont {
    background-color: hsla(0, 0%, 100%, .6);
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border-radius: .4rem;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .section2 .cont {
        display: block
    }
}

.section2 .cont .left {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 23.35%;
    padding: .7rem .9rem .7rem 1rem
}

@media (max-width: 767px) {
    .section2 .cont .left {
        width: 100%;
        padding-left: .3rem
    }
}

@media (max-width: 1024px) {
    .section2 .cont .left {
        padding-right: .5rem
    }
}

@media (max-width: 767px) {
    .section2 .cont .left {
        padding-right: .3rem;
        padding-top: .3rem;
        padding-bottom: .3rem
    }
}

.section2 .cont .left .network-title {
    margin-bottom: .3rem
}

@media (max-width: 767px) {
    .section2 .cont .left .network-title {
        margin-bottom: .2rem
    }
}

.section2 .cont .left .tab {
    background-color: #fff;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem;
    white-space: nowrap;
    padding: .06rem
}

@media (max-width: 767px) {
    .section2 .cont .left .tab {
        overflow-x: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.section2 .cont .left .tab div {
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    border-radius: .15rem;
    text-align: center;
    font-weight: 700;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-size: .22rem;
    padding: .15rem 0
}

@media (max-width: 1024px) {
    .section2 .cont .left .tab div {
        font-size: .32rem
    }
}

@media (max-width: 991px) {
    .section2 .cont .left .tab div {
        font-size: .4rem
    }
}

@media (max-width: 767px) {
    .section2 .cont .left .tab div {
        font-size: .3rem;
        padding-top: .1rem;
        padding-bottom: .1rem;
        padding-left: .1rem;
        padding-right: .1rem
    }
}

.section2 .cont .left .tab div:not(:last-child) {
    margin-right: 0
}

@media (max-width: 767px) {
    .section2 .cont .left .tab div:not(:last-child) {
        margin-right: .1rem
    }
}

.section2 .cont .left .tab div:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#df0434), to(#b91471));
    background-image: -webkit-linear-gradient(left, #df0434, #b91471);
    background-image: -moz-linear-gradient(left, #df0434, #b91471);
    background-image: -o-linear-gradient(left, #df0434, #b91471);
    background-image: linear-gradient(90deg, #df0434, #b91471);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    border-radius: .15rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.section2 .cont .left .tab div.active {
    color: #fff
}

.section2 .cont .left .tab div.active:after {
    opacity: 1
}

.section2 .cont .right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e8f1f8;
    width: 76.65%;
    padding: .8rem .6rem .8rem 1rem
}

@media (max-width: 767px) {
    .section2 .cont .right {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .section2 .cont .right {
        padding-left: .8rem
    }
}

@media (max-width: 767px) {
    .section2 .cont .right {
        padding-left: .3rem;
        padding-right: .3rem;
        padding-top: .3rem;
        padding-bottom: .3rem
    }
}

.section2 .cont .right .swiper {
    overflow: hidden
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title {
    position: relative;
    -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;
    border-bottom: .02rem solid #d5d5d3;
    margin-bottom: .5rem;
    padding-bottom: .45rem;
    width: -webkit-calc(100% - .4rem);
    width: -moz-calc(100% - .4rem);
    width: calc(100% - .4rem)
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title {
        border-bottom-width: 2px
    }
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title {
        padding-bottom: .2rem
    }
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title {
        width: -webkit-calc(100% - .3rem);
        width: -moz-calc(100% - .3rem);
        width: calc(100% - .3rem)
    }
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title {
        width: 100%
    }
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title:after {
    content: "";
    display: block;
    width: 1.2rem;
    background-color: #df0434;
    position: absolute;
    left: 0;
    bottom: -.02rem;
    height: .02rem
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title:after {
        bottom: -2px
    }
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title:after {
        height: 2px
    }
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title h2 {
    font-weight: 700;
    margin-right: .2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    font-size: .28rem
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title h2 {
        display: none
    }
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title h2 {
        font-size: .38rem
    }
}

@media (max-width: 991px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title h2 {
        font-size: .5rem
    }
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title h2 {
        font-size: .34rem
    }
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title p {
    font-weight: 700;
    font-size: .18rem
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title p {
        font-size: .28rem
    }
}

@media (max-width: 991px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title p {
        font-size: .38rem
    }
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide .slide-title p {
        font-size: .3rem
    }
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul {
    -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-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: .4rem
}

@media (max-width: 991px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul {
        display: block
    }
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul {
        padding-right: .3rem
    }
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul {
        padding-right: 0
    }
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul::-webkit-scrollbar {
    width: .08rem
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    background: #b5b5b5
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0)
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fff;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .2rem;
    width: 49%;
    margin-bottom: .2rem
}

@media (max-width: 991px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li {
        margin-bottom: .25rem
    }
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li {
        margin-bottom: .3rem
    }
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li.single {
    width: 100%
}

@media (max-width: 991px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li.single {
        width: 100%
    }
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li.single .title p {
    font-size: .23rem
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li.single .title p {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li.single .title p {
        font-size: .32rem
    }
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li.keynote .title p {
    font-size: .23rem
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li.keynote .title p {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li.keynote .title p {
        font-size: .32rem
    }
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li.keynote .title span.bsc {
    background-color: #dd0434
}

@media (max-width: 991px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li:last-child {
        margin-bottom: 0
    }
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li .title {
    margin-bottom: .05rem
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li .title:after {
    content: "";
    clear: both;
    display: block
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li .title p {
    font-weight: 700;
    color: #000;
    float: left;
    line-height: 1.2
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li .title span {
    float: left;
    display: inline-block;
    -webkit-border-radius: .06rem;
    -moz-border-radius: .06rem;
    border-radius: .06rem;
    background-color: #7ecef4;
    color: #fff;
    padding-left: .08rem;
    padding-right: .08rem;
    margin-left: .1rem;
    font-size: .14rem
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li .title span {
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li .title span {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li .title span {
        font-size: .24rem
    }
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li .title span.bsc {
    background-color: #7ecef4
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li .title span.fgs {
    background-color: #1a44a1
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li .title span.zmd {
    background-color: #df0434
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li .title span.keynote {
    background-color: #dd0434
}

.section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li .info {
    font-size: .18rem
}

@media (max-width: 1024px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li .info {
        font-size: .3rem
    }
}

@media (max-width: 991px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li .info {
        font-size: .38rem
    }
}

@media (max-width: 767px) {
    .section2 .cont .right .swiper .swiper-wrapper .swiper-slide ul li .info {
        font-size: .28rem
    }
}

.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: 767px) {
    .section3 .cont {
        display: block
    }
}

.section3 .cont .item {
    -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;
    position: relative;
    z-index: 1;
    -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;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 32.5%;
    height: 12.7vw
}

@media (max-width: 767px) {
    .section3 .cont .item {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .section3 .cont .item {
        height: 16vw
    }
}

@media (max-width: 991px) {
    .section3 .cont .item {
        height: 17vw
    }
}

@media (max-width: 767px) {
    .section3 .cont .item {
        height: 44vw
    }
}

.section3 .cont .item:hover:before {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.section3 .cont .item:not(:last-child) {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .section3 .cont .item:not(:last-child) {
        margin-bottom: .3rem
    }
}

.section3 .cont .item:first-child:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#b91471), color-stop(#df0434), to(#b91471));
    background-image: -webkit-linear-gradient(left, #b91471, #df0434, #b91471);
    background-image: -moz-linear-gradient(left, #b91471, #df0434, #b91471);
    background-image: -o-linear-gradient(left, #b91471, #df0434, #b91471);
    background-image: linear-gradient(90deg, #b91471, #df0434, #b91471)
}

.section3 .cont .item:first-child:after {
    background-image: url(../image/tm_bg.png)
}

.section3 .cont .item:nth-child(2):before {
    background-image: -webkit-gradient(linear, left top, right top, from(#440c98), color-stop(#1769ce), to(#440c98));
    background-image: -webkit-linear-gradient(left, #440c98, #1769ce, #440c98);
    background-image: -moz-linear-gradient(left, #440c98, #1769ce, #440c98);
    background-image: -o-linear-gradient(left, #440c98, #1769ce, #440c98);
    background-image: linear-gradient(90deg, #440c98, #1769ce, #440c98)
}

.section3 .cont .item:nth-child(2):after {
    background-image: url(../image/jd_bg.png)
}

.section3 .cont .item:nth-child(3) {
    color: #666;
    font-weight: 700;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#b0d6ef), to(#ede6f3));
    background-image: -webkit-linear-gradient(left, #b0d6ef, #ede6f3);
    background-image: -moz-linear-gradient(left, #b0d6ef, #ede6f3);
    background-image: -o-linear-gradient(left, #b0d6ef, #ede6f3);
    background-image: linear-gradient(90deg, #b0d6ef, #ede6f3);
    font-size: .22rem
}

@media (max-width: 1024px) {
    .section3 .cont .item:nth-child(3) {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .section3 .cont .item:nth-child(3) {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .section3 .cont .item:nth-child(3) {
        font-size: .3rem
    }
}

.section3 .cont .item:before {
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.section3 .cont .item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    mix-blend-mode: multiply
}

.section3 .cont .item .img {
    margin-left: .5rem;
    margin-right: .4rem
}

@media (max-width: 1024px) {
    .section3 .cont .item .img {
        margin-right: .2rem
    }
}

.section3 .cont .item .img img {
    display: block;
    width: auto;
    height: .9rem
}

@media (max-width: 767px) {
    .section3 .cont .item .img img {
        height: 1.2rem
    }
}

.section3 .cont .item .t {
    font-weight: 700;
    font-size: .22rem
}

@media (max-width: 1024px) {
    .section3 .cont .item .t {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .section3 .cont .item .t {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .section3 .cont .item .t {
        font-size: .3rem
    }
}

.section3 .cont .item .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    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;
    bottom: .2rem;
    right: .25rem
}

@media (max-width: 767px) {
    .section3 .cont .item .icon {
        bottom: .2rem;
        right: .2rem
    }
}

.section3 .cont .item .icon p {
    margin-left: .15rem;
    font-size: .18rem
}

@media (max-width: 1024px) {
    .section3 .cont .item .icon p {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .section3 .cont .item .icon p {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .section3 .cont .item .icon p {
        font-size: .28rem
    }
}

/*# sourceMappingURL=fd43bb2ca4727902dc9fa8c36f7df8a1.css.map*/