@charset "utf-8";

body {
    overflow-x: hidden;
}

/* 中心部分 */

.title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .45rem;
}

.title h2 {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: .25rem
}

.title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 46px;
    height: 6px;
    background: #295fcc
}

.title h2 span {
    font-size: 0.36rem;
    font-weight: bold;
    color: #3D3D3D
}

.title h2 b {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    color: rgba(61, 61, 61, .1);
    font-family: "sisong";
    white-space: nowrap;
}

.title .more {
    position: absolute;
    right: 0%;
    top: .3rem;
}

.title .more a {

    display: block;

    width: 1rem;

    height: .3rem;

    line-height: .3rem;

    text-align: center;

    font-size: .14rem;

    color: #295fcc;

    border: 1px solid #295fcc;

    border-radius: .15rem;

    transition: all .6s;
}




.section1 {
    position: relative;

    margin-top: -1.1rem;
    z-index: 6;
}

.s1-c {
    background: linear-gradient(to top, rgba(255, 254, 255, 1), rgba(238, 244, 255, 1));
    box-shadow: 0px 6px 15px 0px rgba(41, 95, 204, 0.1);
}

.s1-c ul {

    padding-top: .3rem;
    padding-bottom: .3rem;
}

.s1-c ul li {
    position: relative;
    width: 20.667%;
    border-left: 1px solid #d4d4d4;
}

.s1-c ul li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -.3rem;
    bottom: -.3rem;

    background: transparent;
    transition: all .6s;
}

.s1-c ul li:first-child {
    border-left: none
}

.s1-c ul li a {
    display: block;
    position: relative;
    z-index: 6;
    text-align: center;
}

.s1-c ul li a .icon {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.05);
    transition: all .6s;
}

.s1-c ul li a img {
    display: inline-block;
    max-height: .64rem;
    transition: all .6s;
}

.s1-c ul li a p {
    position: relative;
    margin-top: 0.2rem;
    font-size: 0.22rem;
    color: #222;
    transition: all .6s;
}

.s1-c ul li a p::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: .3rem;
    height: 4px;
    background: #f5bf3d;
    opacity: 0;
    z-index: -1;
    top: 120%;
    transition: all .6s;
}


@media screen and (min-width: 1025px) {
    .s1-c ul li:hover::after {
        background: #fff;
    }

    .s1-c ul li:hover {
        border-left: 1px solid transparent;
    }

    .s1-c ul li:hover+li {
        border-left: 1px solid transparent;
    }


    .s1-c ul li:hover a .icon {
        background: #edf4ff;
        box-shadow: 0px 6px 15px 0px rgba(41, 95, 204, 0.3);
        margin-top: -5px;
    }

    .s1-c ul li:hover a p {
        color: #295fcc;
        font-weight: bold;
    }

    .s1-c ul li:hover a p::after {
        opacity: 1;
        z-index: 9;
    }

    .s1-c ul li:hover a img {
        transform: rotateY(360deg);
    }

    .title .more:hover a {
        background: linear-gradient(to right, #2a63cc, #499dd3);
        color: #fff;
    }
}

@media screen and (max-width: 1024px) {
    .section1 {
        margin-top: .2rem;
    }

    .s1-c ul {
        flex-wrap: wrap;
    }

    .s1-c ul li {
        width: 33.33%;
        margin: .1rem 0;
    }

    .s1-c ul li:nth-child(3n-2) {
        border-left: none;
    }
}

@media screen and (max-width: 768px) {
    .s1-c ul li {
        width: 50%;
        border-left: none;
    }



    .s1-c ul li a .icon {
        width: 1rem;
        height: 1rem;
    }

    .s1-c ul li a img {
        max-height: .5rem;
    }

    .s1-c ul li a p {
        margin-top: .1rem;
        font-size: .16rem;
    }
}

.section2 {
    position: relative;
    padding: .65rem 0;
    z-index: 3;
}

.sect2 {
    background: #eef5ff;
    padding: .35rem 0;
}

.s2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.s2-l {
    width: 52.5%;
}

.list li {
    position: relative;
    line-height: .7rem;
    padding: 0 .35rem;

}

.list li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, #295fcc, #4a9fd4);
    transition: all .6s;
}

.list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: .25rem;
    background: #f5bf3d;
    transition: all .6s;
    opacity: 0;
    z-index: -1;
}

.list li a {
    position: relative;
    padding-right: 1.35rem;
    display: block;
    padding-left: .18rem;
    border-bottom: 1px dashed #d4d4d4;
    background: url(../images/list.png) no-repeat left center/.08rem auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    !i;!;
    font-size: 0.18rem;
}

.list li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .18rem;
    color: #666;
    transition: all .6s;
}

.s2-r {
    width: 47.5%;
    padding-right: .8rem;
}

.news a {
    display: block;
}

.news a .pic {
    padding-top: 62.5%;
}

.news a h3{
    font-size: .18rem;
    color: #fff;
    line-height: .26rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    z-index: 5;
    padding: 0 .25rem;
    font-weight: 500;
}

.news a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/s1-img02.png") repeat-x bottom center;
}

@media screen and (min-width: 1025px) {
    .list li:hover::before {
        width: 100%;
    }

    .list li:hover::after {
        opacity: 1;
        z-index: 9;
    }

    .list li:hover a {
        color: #fff !important;!i;!;
        font-weight: bold;
        background: url(../images/list1.png) no-repeat left center/.08rem auto;
        border-bottom: 1px dashed transparent;
    }

    .list li:hover span {
        color: #fff;
    }
}

@media screen and (max-width: 1024px) {
    .s2-r {
        padding-right: 0;
    }

    .s2-r {
        width: 100%;
        order: -1;
    }

    .s2-l {
        width: 100%;
    }

    .sect2 {
        padding-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .section2 {
        padding: .2rem 0;
    }

    .title {
        justify-content: flex-start;
        margin-bottom: .15rem;
    }

    .title h2 span {
        font-size: .22rem;
    }

    .title h2 b {
        left: 0;
        transform: none;
        font-size: .14rem;
    }

    .title h2 {
        padding-bottom: .15rem;
    }

    .title h2::after {
        left: 0;
        transform: none;
    }

    .title .more {
        top: .1rem;
    }

    .list li {
        padding: 0 .15rem;
        line-height: .5rem;
    }
}



.section3 {

    position: relative;

    padding-bottom: 1.7rem;

}

.section3 .title {
    margin-bottom: 0;
}

.s3 {
    padding-top: .15rem;
}

.s3 ul {
    margin: 0 -.08rem;
}

.s3 ul li {
    position: relative;
    top: 0;
    margin: .3rem .08rem;
    transition: all .6s;
}

.s3 ul li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    background: #e79532;
    transition: all .6s;
}

.s3 ul li a {
    position: relative;

    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: .2rem;
    background: url(../images/s3-txtbg.jpg) no-repeat center bottom/cover;
}

.s3 ul li a .date {
    width: .8rem;
    height: 1rem;
    text-align: center;
    background: linear-gradient(to bottom, #2b63cc, #489bd3);
    color: #fff;
}

.s3 ul li a .date p {
    font-size: .32rem;
    font-weight: bold;
    padding-top: .15rem;
}

.s3 ul li a .date span {
    display: block;
    font-size: .14rem;
}

.s3 ul li a .txt {
    flex: 1;
    min-width: 0;
    margin-left: .2rem;
}

.s3 ul li a .txt h2 {
    padding-left: .12rem;
    font-size: .18rem;
    color: #222;
    line-height: .32rem;
    height: .64rem;
    background: url(../images/list.png) no-repeat left 10px/.08rem auto;
}

.s3 ul li a .txt p {
    margin-top: .15rem;
    font-size: .14rem;
    color: #666;
    line-height: .3rem;
    height: .6rem;
}

.notice .slick-prev {
    left: -.2rem;
    width: .2rem;
    height: .4rem;
    background: url(../images/s3-l.png) no-repeat center center/.16rem auto;
    opacity: .8;
}


.notice .slick-next {
    right: -.2rem;
    width: .2rem;
    height: .4rem;
    background: url(../images/s3-r.png) no-repeat center center/.16rem auto;
    opacity: .8;
}

.notice .slick-prev:hover,
.notice .slick-next:hover {
    opacity: 1;
}

@media screen and (min-width: 1025px) {
    .s3 ul li:hover:after {
        width: 100%;
    }

    .s3 ul li:hover {
        top: -.1rem;
        box-shadow: 0px 6px 15px 0px rgba(41, 95, 204, 0.3), inset 0px -4px 0px 0px rgba(255, 149, 28, 0.004);
    }

    .s3 ul li:hover a .txt h2 {
        font-weight: bold;
        background: url(../images/list2.png) no-repeat left 10px/.08rem auto;
        color: #295fcc;
    }
}

@media screen and (max-width: 1024px) {
    .notice .slick-prev {
        left: 0;
    }

    .notice .slick-next {
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .s3 ul li {
        margin-top: 0;
        margin-bottom: 0;
    }

    .section3 {
        padding-bottom: 1rem;
    }
}


.section4 {
    position: relative;
    padding-top: .58rem;
    z-index: 6;
}

.section4:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -.8rem;
    height: 4.97rem;
    background: url(../images/section4-bg.png) no-repeat center top/100% auto;
}

.section4 .wp {
    position: relative;
    z-index: 6;
}

.section4 .title h2 span {
    color: #fff;
}

.section4 .title h2 b {
    color: rgba(255, 255, 255, .3);
}

.section4 .title h2::after {
    background: #fff;
}

.s4 {
    position: relative;
}

.s4_twlb>ul {
    display: flex;
    flex-wrap: wrap;
}

.s4_twlb>ul>li {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.s4_twlb>ul>li .scale {
    width: 50%;
}

.s4_twlb>ul>li .scale .pic {
    padding-top: 2.5rem;
}

.s4_twlb>ul>li .txt {
    width: 50%;
    background: #fff;
    padding: .25rem .1rem.1rem .1rem;
    padding-left: .3rem;
    transition: all .6s;
}

.s4_twlb>ul>li:nth-child(3) .txt,
.s4_twlb>ul>li:nth-child(4) .txt {
    order: -1;
}

.s4_twlb>ul>li .txt h2 {
    position: relative;
    padding-bottom: .15rem;
    font-size: .22rem;
    color: #222;
    margin-bottom: .1rem;
    transition: all .6s;
}

.s4_twlb>ul>li .txt h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: .3rem;
    height: 4px;
    background: #295fcc;
    transition: all .6s;
}

.s4_twlb>ul>li .txt p {
    display: flex;
    flex-wrap: wrap;
    transition: all .6s;
}

.s4_twlb>ul>li .txt p a {
    min-width: 49%;
    line-height: .22rem;
    font-size: .14rem;
    margin: .05rem 0;
    color: #222;
    transition: all .6s;
}

.s4 .slick-dots {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: .35rem;
}

.s4 .slick-dots li {
    width: .2rem;
    height: .2rem;
    border: 1px solid transparent;
    padding: .04rem;
    border-radius: 50%;
}

.s4 .slick-dots li button {
    display: block;
    padding: 0;
    margin: 0;
    background: #b0c4ea;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.s4 .slick-dots li.slick-active {
    border: 1px solid #295fcc;
}

.s4 .slick-dots li.slick-active button {
    background: #295fcc;
}

@media screen and (min-width: 1025px) {
    .s4_twlb>ul>li:hover .txt {
        background: linear-gradient(to right, #2a60cc, #499ed4);
    }

    .s4_twlb>ul>li:hover .txt h2 {
        color: #fff;
    }

    .s4_twlb>ul>li:hover .txt h2::after {
        background: #fff;
    }

    .s4_twlb>ul>li:hover .txt p a {
        color: #fff;
    }

    .s4_twlb>ul>li .txt p a:hover span {
        padding-right: .2rem;
        background: url(../images/s4-jt.png) no-repeat right center/.13rem auto;
        text-decoration: underline;
        font-weight: bold;
    }
}



@media screen and (max-width: 1024px) {
    .s4_twlb>ul>li {
        width: 100%;
    }

    .s4_twlb>ul>li:nth-child(3) .txt,
    .s4_twlb>ul>li:nth-child(4) .txt {
        order: 0;
    }
}

@media screen and (max-width: 768px) {
    .section4 {
        padding-top: 0;
    }

    .section4:after {
        top: -.5rem;
    }

    .s4_twlb>ul>li .scale {
        width: 100%;
    }

    .s4_twlb>ul>li .txt {
        width: 100%;
        padding-left: .1rem;
    }

    .s4_twlb>ul>li .txt h2 {
        font-size: .18rem;
    }
}

.section5 {
    position: relative;
    margin-top: -3rem;
    padding-top: 3.6rem;
    padding-bottom: .8rem;
    background: url(../images/section5-bg.jpg) no-repeat center top/cover;
}



.s5 {
    position: relative;

    z-index: 6;

}

.s5 ul {
    display: flex;
    flex-wrap: wrap;

}

.s5 ul li {
    width: 16.66%;
}

.s5 ul li a {

    display: block;



    position: relative;

    transition: all .6s;

    text-align: center;
}



.s5 ul li a .s5_icon {
    position: relative;
    margin: 0 auto;
    width: 1.4rem;
    height: 1.6rem;
    transition: all .6s;
}




.s5 ul li a .s5_icon span {
    position: relative;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url(../images/s5-iconbg.png) no-repeat center center/0% 0%;
    transition: all .6s;

}

.s5 ul li a .s5_icon span img {
    max-height: .64rem;
    transition: all .6s;
}

.s5 ul li a .s5_icon span img.s5_icoh {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .6s;
}

.s5 ul li a p {
    text-align: center;
    font-size: .22rem;
    color: #222;
    margin-top: .15rem;
}



@media screen and (min-width: 1025px) {
    .s5 ul li:hover a .s5_icon span {
        background-size: 100% 100%;
    }



    .s5 ul li:hover a .s5_icon span img.s5_ico {
        display: none;
    }

    .s5 ul li:hover a .s5_icon span img {
        transform: translate(-50%, -50%) rotateY(360deg);
    }

    .s5 ul li:hover a .s5_icon span img.s5_icoh {
        opacity: 1;

    }
}

@media screen and (max-width: 1024px) {
    .s5 ul li {
        width: 33.33%;
    }

    .s5 ul li a .s5_icon {
        width: .8rem;
        height: .8rem;
    }

    .s5 ul li a .s5_icon span img {
        max-height: .5rem;
    }

    .s5 ul li a p {
        margin-top: 0;
        font-size: .16rem;
    }
}

@media screen and (max-width: 768px) {
    .section5 {
        padding-top: 3rem;
        padding-bottom: .2rem;
    }
}

.section6 {
    padding: .85rem 0 2.2rem;
}

.section6 .wp {
    position: relative;
}

.section6 .title {
    justify-content: flex-start;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: .2rem;
    width: 80%;
}

.section6 .title .more {
    position: absolute;
    right: 4%;
    top: .3rem;
}

.section6 .title h2 b {
    left: 0;
    transform: none;
}

.section6 .title h2::after {
    display: none;
}

.section6 .tit {
    position: absolute;
    left: 26%;
    top: .38rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 25%;
}

.section6 .tit h2 a{
    margin-left: .4rem;
    font-size: .18rem;
    color: #222;
    position: relative;
    cursor: pointer;
}

.section6 .tit h2 a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #f5bf3d;
    top: 150%;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.section6 .tit h2 a:hover,.section6 .tit h2 a.on {

    color: #295fcc;
    font-weight: bold;
}

.section6 .tit h2 a:hover:after,.section6 .tit h2 a.on:after {
    opacity: 1;
    z-index: 6;
}



.section6 .tit .more a{

    display: block;
    width: 1rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    font-size: .14rem;
    color: #295fcc;
    border: 1px solid #295fcc;
    border-radius: .15rem;
    transition: all .6s;
}

.section6 .mt_icon {
    position: absolute;
    right: 0;
    top: -.28rem;
    z-index: 6;
}

.section6 .mt_icon ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 6;
}

.section6 .mt_icon ul li {
    position: relative;
    margin-left: .35rem;
    cursor: pointer;

}

.section6 .mt_icon ul li .ewm_icon {

    display: flex;
    justify-content: center;
    align-items: center;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
}

.section6 .mt_icon ul li:nth-child(1) .ewm_icon {
    background: #e9f5e6;
}

.section6 .mt_icon ul li:nth-child(2) .ewm_icon {
    background: #f7e8e8;
}

.section6 .mt_icon ul li:nth-child(3) .ewm_icon {
    background: #e6e6e6;
}

.section6 .mt_icon ul li:nth-child(4) .ewm_icon {
    background: #fff4e8;
}

.section6 .mt_icon ul li .ewm {
    width: 1.2rem;
    background: #fff;
    border-radius: 0;
    position: absolute;
    padding: 0;
    top: 140%;
    left: 50%;
    margin-left: -.6rem;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    transform: translateY(.1rem);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
}

.section6 .mt_icon ul li .ewm::before {
    content: "";
    position: absolute;
    width: .12rem;
    height: .12rem;
    background: #fff;
    transform: rotate(45deg);
    top: -.06rem;
    left: 50%;
    margin-left: -.06rem;
}

.section6 .mt_icon ul li .ewm img {
    display: block;
    width: 100%;
}

.section6 .mt_icon ul li:hover .ewm {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 9;
}

.section6 .mt_icon p {
    line-height: .36rem;
    background: url(../images/mt_wzbg.png) no-repeat center top/100% 100%;
    font-size: .18rem;
    color: #fff;
    font-weight: bold;
    padding-left: .75rem;
    padding-right: .33rem;
    margin-top: .15rem;
}



.sw_tw .sw_twlb{
    display: flex;
}

.sw_tw .sw_twlb .sw_l {
    width: 25%;
}

.sw_tw .sw_twlb .sw_m {
    width: 31.25%;
    margin: 0 1.25%;
}

.sw_tw .sw_twlb .sw_r {
    width: 41.25%;
}

.sw_tw .sw_twlb a {
    position: relative;
    display: block;
    border-radius: .15rem;
    overflow: hidden;
}


.sw_tw .sw_twlb a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 40%;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .6));
}

.sw_tw .sw_twlb a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: .6rem;
    padding: 0 .2rem;
    font-size: .16rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 6;
}

.sw_tw .sw_twlb a .s5_tb {
    position: absolute;
    left: .2rem;
    top: .2rem;
    width: .4rem;
    height: .4rem;
    z-index: 6;
}

.sw_tw .sw_twlb a .s5_tb img {
    display: block;
    width: 100%;
    height: 100%;
}

.sw_tw .sw_twlb .sw_l .pic {
    padding-top: 125%;
}

.swm_t .pic {
    padding-top: 48%;
}

.swm_b ul,
.swr_t ul,
.swr_b ul {
    display: flex;
    justify-content: space-between;
}

.swm_b ul li {
    width: 49%;
    margin-top: .2rem;
}

.swm_b ul li .pic {
    padding-top: 97%;
}

.swr_t ul li:nth-child(1),
.swr_b ul li:nth-child(2) {
    width: 36%;
}

.swr_t ul li:nth-child(1) .pic,
.swr_b ul li:nth-child(2) .pic {
    padding-top: 99%;
}

.swr_t ul li:nth-child(2),
.swr_b ul li:nth-child(1) {
    width: 60.6%;
}

.swr_t ul li:nth-child(2) .pic,
.swr_b ul li:nth-child(1) .pic {
    padding-top: 58.5%;
}

.swr_b {
    margin-top: .3rem;
}

@media screen and (min-width: 1025px) {
    .section6 .tit .more a.on:hover {
        background: linear-gradient(to right, #2a63cc, #499dd3);
        color: #fff;
    }
}

@media screen and (max-width: 1560px) {.section6 .tit{top:.25rem;}}

@media screen and (max-width: 1024px) {
    .section6 {
        padding-bottom: .2rem;
    }

    .section6 .tit {
        position: static;
        width: 100%;
        left: 0;
        margin-bottom: .2rem;
    }

    .section6 .tit h2 span {
        margin-left: 0;
        margin-right: .2rem;
    }

    .section6 .mt_icon {
        right: .5rem;
    }

    .section6 .mt_icon p {
        margin-right: -.3rem;
    }
}

@media screen and (max-width: 768px) {
    .section6 .mt_icon {
        position: static;
    }

    .section6 .mt_icon p {
        margin-right: 0;
        margin-bottom: .2rem;
    }

    .section6 .mt_icon ul li:hover .ewm {
        z-index: 9;
    }

    .sw_tw .sw_twlb.on {
        display: block;
    }

    .sw_tw .sw_twlb .sw_l {
        width: 100%;
    }

    .sw_tw .sw_twlb .sw_m {
        width: 100%;
        margin: .2rem 0;
    }

    .sw_tw .sw_twlb .sw_r {
        width: 100%;
    }

    .sw_tw .sw_twlb a .s5_tb {
        left: .1rem;
        right: .1rem;
        width: .3rem;
        height: .3rem;
    }

    .sw_tw .sw_twlb a p {
        padding: 0 .1rem;
        line-height: .4rem;
    }
    .section6 .title{width:100%;}
    .section6  .title .more{right:0;top: 0;}
    .sw_tw .sw_twlb{
        display: block;
    }
}