html, body {
    font-family: 'PingFangSC-Light', 'Hiragino Sans GB', 'Microsoft YaHei', 'OpenSans', 'Myriad Pro', 'Verdana';
    font-size: 16px;
}

section {
    padding: 50px 0;
}

@media (max-width: 768px) {
    section {
        padding: 25px 0;
    }
}


.more-btn {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: linear-gradient(90deg, #4EAAFF, #176BF1);
    box-shadow: 0px 10px 21px 0px rgba(130, 193, 255, 0.75);
    border-radius: 60px;
}

.more-btn:hover, .more-btn:focus {
    color: #FFFFFF;
    background: linear-gradient(90deg, #4EAAFF, #176BF1);
    outline: none;
}

@media (max-width: 768px) {
    .more-btn {
        font-size: 14px;
    }
}

/* section-title */
.section-title {
    font-size: 26px;
    font-family: MicrosoftYaHei;
    font-weight: 500;
    color: #222222;
    line-height: 26px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 1200px) {
    .section-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

.section-title:after {
    content: "";
    display: block;
    margin: 15px auto 0;
    width: 40px;
    height: 4px;
    background: #0F4DC5;
}

/* head */
.head {
    position: fixed;
    /*position: absolute;*/
    width: 100%;
    left: 0;
    top: -10px;
    /*z-index: 99;*/
    /*background-image: linear-gradient(rgba(49, 49, 49, 0.6), rgba(49, 49, 49, 0.1));*/
    /*background-color: transparent;*/
    background: rgba(0, 0, 0, 0.53);
    border: none;
    margin-bottom: 0;
}

.head .navbar-brand {
    height: 55px;
    line-height: 25px;
}

.head .navbar-nav > li > a {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.head .navbar-nav > li > a:hover,
.head .navbar-nav > li > a:focus {
    color: #FFFFFF;
}

.head .navbar-nav > li.active > a:focus,
.head .navbar-nav > li.active > a:hover,
.head .navbar-nav > li.active > a {
    color: #028ef1;
    background: none;
}


.head .navbar-brand, .head .navbar-nav {
    margin-top: 25px;
    margin-bottom: 25px;
}

.head .navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head .navbar-nav > li {
    float: none;
    display: inline-block;
}

@media (max-width: 1200px) {
    .head .navbar-brand, .head .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .head {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        background: rgba(0, 0, 0, 0.5);
    }

    .head .navbar-nav > li > a {
        text-align: center;
    }

    .head .navbar-nav, .head .navbar-nav > li {
        display: block;
    }
}

/* banner */
.banner-swiper .item {
    padding-bottom: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-swiper .box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.banner-swiper .item .box-wrap {
    background-color: rgb(0 0 0 / 48%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
}

.banner .item .box h4 {
    width: 112px;
    height: 38px;
    background: #F39800;
    border-radius: 0 20px 0 20px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    margin-bottom: 70px;
}

.banner .item .box h2 {
    font-size: 38px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 45px;
    margin-bottom: 45px;
}

.banner .item .box p {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    max-width: 870px;
    margin-bottom: 80px;
}

.banner .item .box > a {
    width: 146px;
    height: 49px;
    background: #166EF8;
    border-radius: 49px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 49px;
    text-align: center;
}

.banner .banner-prev,
.banner .banner-next {
    background-color: rgba(0, 0, 0, 0.32);
    width: 64px;
    height: 125px;
    margin-top: -32px;
    display: none;
}

/* .banner .banner-prev {*/
/*    left: 60px;*/
/*}*/
/* .banner .banner-next {*/
/*    right: 60px;*/
/*}*/
.banner:hover .banner-prev,
.banner:hover .banner-next {
    display: block;
}

.banner .swiper-pagination {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 50px;
    display: none;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #166ef8;
}

.banner:hover .swiper-pagination {
    display: flex;
}

@media (max-width: 768px) {
    .banner .item .box-wrap {
        position: initial;
        height: 100%;
        width: 100%;
    }

    .banner .item .box {
        padding-top: 80px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
        position: initial;
        transform: translate(0);
    }

    .banner-swiper .item {
        padding-bottom: 0;
        height: auto;
    }

    .banner .item .box h4 {
        width: 90px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .banner .item .box h2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .banner .item .box p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .banner .item .box > a {
        width: 120px;
        height: 40px;
        border-radius: 40px;
        font-size: 14px;
        line-height: 40px;
    }

    .banner .swiper-pagination {
        display: flex;
        padding: 4px 8px;
        bottom: 10px;
    }

    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .banner:hover .banner-prev,
    .banner:hover .banner-next {
        display: none;
    }
}

/* article-filter */

.article-filter {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 45px;
    align-items: center;
}

@media (max-width: 768px) {
    .article-filter {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
}

/* article-filter-right*/
.article-filter .right {
    width: 397px;
    height: 62px;
    border: 1px solid #D2D2D2;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.article-filter .right .search-input {
    width: 80%;
    height: 60px;
    padding-left: 18px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
}

.article-filter .right .search-btn {
    height: 60px;
    width: 20%;
    background-image: url('https://research.fanruan.com/images/search2.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media (max-width: 768px) {
    .article-filter .right .search-input {
        font-size: 14px;
    }

    .article-filter .right {
        width: 100%;
        height: 50px;
    }
}

/* article-filter-left*/

.article-filter .filter-list {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.article-filter .filter-list > li {
    position: relative;
    margin-right: 30px;
    padding: 12px 10px;
}

.article-filter .filter-list > li > a {
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 26px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.article-filter .filter-list > li.active > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 67%;
    height: 3px;
    background: #424FFC;
    /*left: 50%;*/
    bottom: 0;
    /*transform: translateX(-50%);*/
}

.article-filter .filter-list > li.active > a,
.article-filter .filter-list > li > a:hover,
.article-filter .filter-list > li.dropdown.open > a {
    color: #424FFC !important;
    background-color: #ffffff !important;
}

.article-filter .dropdown-menu {
    width: max-content;
    padding: 0 10px;
}

.article-filter .dropdown-menu li {
    float: left;
}

.article-filter .dropdown-menu li > a {
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
}

.article-filter .dropdown-menu li.active > a,
.article-filter .dropdown-menu li > a:hover {
    color: #424FFC !important;
}

.article-filter .dropdown-menu > li.active > a,
.article-filter .dropdown-menu > li.active > a:focus,
.article-filter .dropdown-menu > li.active > a:hover {
    background: #ffffff;
    color: #424FFC;
}

.article-filter .filter-item-text {
    display: none;
}

@media (max-width: 768px) {
    .article-filter .filter-list > li.active > a:after {
        bottom: 5px;
    }

    .article-filter .filter-list > li > a {
        font-size: 14px;
    }

    .article-filter .filter-list > li {
        margin-right: 15px;
    }

    .article-filter .left {
        order: 3;
        width: 100%;
    }
}

/* article */
#article {
    padding-top: 80px;
}

#article .article-box {
    background: #FFFFFF;
    display: block;
    text-decoration: none;
    box-shadow: 0px 0px 50px 0px rgba(139, 139, 139, 0.06);
    border-radius: 6px;
    margin-bottom: 50px;
}

#article .article-box:hover {
    box-shadow: 0px 11px 27px 0px rgba(139, 139, 139, 0.29);
}

#article .article-box .article-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 72.1%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
    overflow: hidden;
}

#article .article-box .article-img .article-tag {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    width: 123px;
    height: 38px;
    background-image: url('https://research.fanruan.com/images/lxbg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    margin-left: -7px;
}

#article .article-box .article-text {
    font-family: MicrosoftYaHei;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #4A4A4A;

    padding: 23px 15px;
}

#article .article-box .article-text .article-title {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 0;

    height: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: inherit;
    word-wrap: break-word;
}


#article .article-box .article-text .article-date {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #999999;
    line-height: 14px;
    margin-bottom: 20px;
}

#article .article-box .article-text .article-author {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #999999;
    line-height: 14px;
    margin: 0;
}

#article .article-box .article-text .article-date > img,
#article .article-box .article-text .article-author > img {
    margin-right: 5px;
    height: 13px;
    width: 13px;
}

#article .article-box .article-text .article-desc {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
    #article {
        padding-top: 25px;
    }


    #article .article-box {
        margin-bottom: 15px;
    }

    #article-list .article-main > .col-xs-6:nth-child(odd) {
        padding-right: 7.5px;
    }

    #article-list .article-main > .col-xs-6:nth-child(even) {
        padding-left: 7.5px;
    }


    #article .article-box .article-img .article-tag {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-left: -15px;
    }

    #article .article-box .article-text {
        padding: 15px 10px;
    }

    #article .article-box .article-text .article-title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 7px;
        height: 22px;
    }

    #article .article-box .article-text .article-desc {
        margin-bottom: 7px;
    }

    #article .article-box .article-text .article-date,
    #article .article-box .article-text .article-author {
        font-size: 12px;
    }

    #article .article-box .article-text .article-date > img,
    #article .article-box .article-text .article-author > img {
        width: 6px;
    }
}


/* activity */
#activity .section-title {
    margin-bottom: 70px;
}

#activity .activity-main {
    background-image: url('https://research.fanruan.com/images/zdhdbg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 60px;
}

#activity .activity-main .tab-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 65px;
}

#activity .activity-main .tab-title li {
    margin: 0 45px;
    cursor: pointer;
}

#activity .activity-main .tab-title li .img {
    width: 90px;
    height: 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s;
    margin-bottom: 20px;
}

#activity .activity-main .tab-title li p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #00D5FF;
    line-height: 26px;
    text-align: center;
}

#activity .activity-main .tab-title li:nth-of-type(1) .img {
    background-image: url('https://research.fanruan.com/images/hdtitle01.png');
}

#activity .activity-main .tab-title li:nth-of-type(1).active .img {
    background-image: url('https://research.fanruan.com/images/hdtitle011.png');
}

#activity .activity-main .tab-title li:nth-of-type(2) .img {
    background-image: url('https://research.fanruan.com/images/hdtitle02.png');
}

#activity .activity-main .tab-title li:nth-of-type(2).active .img {
    background-image: url('https://research.fanruan.com/images/hdtitle022.png');
}

#activity .activity-main .tab-title li:nth-of-type(3) .img {
    background-image: url('https://research.fanruan.com/images/hdtitle03.png');
}

#activity .activity-main .tab-title li:nth-of-type(3).active .img {
    background-image: url('https://research.fanruan.com/images/hdtitle033.png');
}

#activity .activity-main .tab-title li:nth-of-type(4) .img {
    background-image: url('https://research.fanruan.com/images/hdtitle04.png');
}

#activity .activity-main .tab-title li:nth-of-type(4).active .img {
    background-image: url('https://research.fanruan.com/images/hdtitle044.png');
}


/* actiity content*/
#activity .activity-main .tab-content .box {
    background-color: #fff;
    box-shadow: 0 5px 35px 0 rgba(9, 2, 4, 0.16);
    border-radius: 6px;
    padding: 25px;
    display: none;
}

#activity .activity-main .tab-content .box .left {
    position: relative;
    width: 50%;
}

#activity .activity-main .tab-content .box .right {
    position: relative;
    width: 50%;
}

#activity .activity-main .tab-content .box.active {
    /*display: block;*/
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

#activity .activity-main .tab-content .box .txtbox {
    padding-top: 25px;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 20px;
    margin: 10px;
}

#activity .activity-main .tab-content .box .txtbox h2 {
    font-size: 26px;
    font-weight: bold;
    color: #222222;
    line-height: 26px;
    margin-bottom: 25px;
}

#activity .activity-main .tab-content .box .txtbox span {
    display: block;
    width: 51px;
    height: 3px;
    background: #2D98E3;
    margin-bottom: 35px;
}

#activity .activity-main .tab-content .box .txtbox p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    margin-bottom: 30px;
    text-indent: 2em;
}

#activity .activity-main .tab-content .box .txtbox p:last-of-type {
    margin-bottom: 50px;
}

#activity .activity-main .tab-content .box .txtbox .btn-div {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%)
}

#activity .activity-main .tab-content .box .txtbox .btn-div > a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
    background: linear-gradient(90deg, #4EAAFF, #176BF1);
    box-shadow: 0px 10px 21px 0px rgba(130, 193, 255, 0.75);
    padding-left: 20px;
    padding-right: 20px;
}

#activity .activity-main .tab-content .box .txtbox .btn-div > a:hover,
#activity .activity-main .tab-content .box .txtbox .btn-div > a:focus {
    color: #FFFFFF;
    background: linear-gradient(90deg, #4EAAFF, #176BF1);
    outline: none;
}


@media screen and (max-width: 1200px) {
    #activity .activity-main .tab-content .box .txtbox .btn-div {
        position: initial;
        text-align: center;
        bottom: initial;
        left: initial;
        transform: initial;
    }


    #activity .activity-main .tab-content .box.active {
        flex-direction: column;
    }

    #activity .activity-main .tab-content .box .left {
        width: 100%;
    }

    #activity .activity-main .tab-content .box .right {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #activity .section-title {
        margin-bottom: 25px;
    }

    #activity .activity-main {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #activity .activity-main .tab-title {
        margin-bottom: 25px;
    }

    #activity .activity-main .tab-title li {
        margin: 0 10px;
    }

    #activity .activity-main .tab-title li .img {
        width: 60px;
        height: 60px;
        margin: 0 auto 5px;
    }

    #activity .activity-main .tab-title li p {
        font-size: 14px;
    }

    #activity .activity-main .tab-content .box {
        padding: 15px 15px 15px 15px;
        flex-wrap: wrap;
    }

    #activity .activity-main .tab-content .box .txtbox {
        padding: 0;
    }

    #activity .activity-main .tab-content .box .txtbox h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #activity .activity-main .tab-content .box .txtbox span {
        margin-bottom: 20px;
        height: 2px;
        width: 50px;
    }

    #activity .activity-main .tab-content .box .txtbox p {
        margin-bottom: 15px;
    }

    #activity .activity-main .tab-content .box .txtbox p:last-of-type {
        margin-bottom: 20px;
    }
}


/* about */
#about .section-title {
    margin-bottom: 70px;
}

#about .nrbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#about .nrbox .left {
    width: 45%;
}

#about .nrbox .left h2 {
    font-size: 26px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #222222;
    line-height: 26px;
    margin-bottom: 35px;
}

#about .nrbox .left span {
    display: block;
    width: 42px;
    height: 5px;
    background: #166EF8;
    margin-bottom: 40px;
}

#about .nrbox .left p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-bottom: 40px;
}

#about .nrbox .left .list {
    display: flex;
    border-top: 1px solid #eeeeee;
}

#about .nrbox .left .list li {
    position: relative;
    margin-right: 80px;
    padding-top: 25px;
}

#about .nrbox .left .list li:after {
    box-sizing: content-box;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #16F0F8;
    border: 3px solid #166ef8;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    left: 0;
}

#about .nrbox .right {
    width: 45%;
}

#about .nrbox .right img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #about .section-title {
        margin-bottom: 25px;
    }

    #about .nrbox {
        flex-wrap: wrap;
    }

    #about .nrbox .left {
        width: 100%;
        margin-bottom: 25px;
    }

    #about .nrbox .left h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #about .nrbox .left span {
        margin-bottom: 20px;
        height: 2px;
        width: 50px;
    }

    #about .nrbox .left p {
        margin-bottom: 15px;
    }

    #about .nrbox .left p:last-of-type {
        margin-bottom: 40px;
    }

    #about .nrbox .left .list li {
        margin-right: 40px;
        font-size: 14px;
        padding-top: 15px;
    }

    #about .nrbox .right {
        width: 100%;
    }
}


/* group */
#group {
    padding-top: 90px;
    padding-bottom: 60px;
    background-image: url('https://research.fanruan.com/images/yjtdbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#group .yjtdslide {
    height: 340px;
}

#group .yjtdslide .swiper-wrapper {
    align-items: center;
}

#group .yjtdslide .swiper-wrapper .swiper-slide {
    max-height: 184px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    padding: 25px 20px 15px 15px;
}

#group .yjtdslide .swiper-wrapper .swiper-slide .imgbox {
    position: relative;
    top: -55px;
}

#group .yjtdslide .swiper-wrapper .swiper-slide .txtbox .name {
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#group .yjtdslide .swiper-wrapper .swiper-slide .txtbox .name h2 {
    font-size: 18px;
    font-weight: bold;
    color: #166EF8;
    line-height: 26px;
    margin-right: 15px;
    position: relative;
}


#group .yjtdslide .swiper-wrapper .swiper-slide .txtbox .name h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #166EF8;
    position: absolute;
    left: 0;
    bottom: -11px;
}


#group .yjtdslide .swiper-wrapper .swiper-slide .txtbox .name span {
    font-size: 14px;
    font-weight: 400;
    color: #166EF8;
    line-height: 26px;
}

#group .yjtdslide .swiper-wrapper .swiper-slide .txtbox p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}

#group .yjtdslide .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 10px;
}


@media screen and (max-width: 1200px) {
    #group .yjtdslide .swiper-wrapper .swiper-slide .imgbox {
        top: 0;
        position: initial;
    }

    #group .yjtdslide .swiper-wrapper .swiper-slide {
        padding: 10px;
    }

    #group .yjtdslide .swiper-wrapper .swiper-slide .txtbox .name {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    #group .yjtdslide .swiper-wrapper .swiper-slide .txtbox .name h2 {
        font-size: 16px;
        line-height: 24px;
    }

    #group .yjtdslide .swiper-wrapper .swiper-slide .txtbox .name h2:after {
        bottom: -6px;
    }

    #group .yjtdslide .swiper-wrapper .swiper-slide .txtbox .name span {
        font-size: 12px;
        line-height: 24px;
    }

    #group .yjtdslide .swiper-wrapper .swiper-slide .txtbox p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 768px) {
    #group {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #group .yjtdslide .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }
}

/* footer */
.footer {
    padding: 80px 0px;
    background: #292929;
}

.footer .box12 {
    display: flex;
    align-items: unset;
    justify-content: space-between;
}

.footer .box12 img {
    max-width: 130px;
}

.footer .box12 h2 {
    font-size: 22px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
}


.footer .box12 .lxfs {
    padding-left: 35px;
    padding-right: 50px;
    border-left: 1px solid rgba(238, 238, 238, 0.14);
    border-right: 1px solid rgba(238, 238, 238, 0.14);
}

.footer .box12 .lxfs h2 {
    margin-bottom: 30px;
}

.footer .box12 .lxfs p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #C0C0C0;
    line-height: 26px;
    margin-bottom: 20px;
}

.footer .box12 .lxfs p.p1 {
    display: flex;
    align-items: center;
}

.footer .box12 .lxfs p img {
    margin-right: 10px;
}

.footer .box12 .lxfs p a {
    color: #C0C0C0;
}

.footer .box12 .link {
    padding-left: 50px;
    padding-right: 90px;
    /*border-right: 1px solid rgba(238, 238, 238, 0.14);*/
}

.footer .box12 .link h2 {
    margin-bottom: 30px;
}

.footer .box12 .link a {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #C0C0C0;
    line-height: 26px;
    margin-bottom: 20px;
    display: block;
}

.footer .box12 .gzh {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

.footer .box12 .gzh > h2 {
    margin-top: 20px!important;
    margin-bottom: 10px!important;
}

.footer .box12 .gzh > img.logo {
    max-width: fit-content;
    max-height: 40px;
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 25px 0;
    }

    .footer .box12 {
        flex-wrap: wrap;
    }

    .footer .box12 h2 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 20px;
    }


    .footer .box12 .lxfs {
        width: 100%;
        padding: 15px 0;
        border: none;
    }

    .footer .box12 .lxfs h2 {
        margin-bottom: 15px;
    }

    .footer .box12 .lxfs p {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .footer .box12 .lxfs p:last-of-type {
        margin-bottom: 0;
    }

    .footer .box12 .link {
        width: 100%;
        padding: 15px 0;
        border: none;
    }

    .footer .box12 .link h2 {
        margin-bottom: 15px;
    }

    .footer .box12 .link a {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .footer .box12 .link a:last-of-type {
        margin-bottom: 0;
    }

    .footer .box12 .gzh {
        width: 100%;
        padding: 15px 0;
    }

    .footer .box12 .gzh h2 {
        margin-bottom: 15px;
    }

    .footer .box12 .gzh > img {
        max-width: 100% !important;
        max-height: max-content !important;
    }

}