* {
    box-sizing: content-box;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
}

html, body {
    background: #fff;
}

.index-cont {
    width: 100%;
}

.phone-banner {
    display: none;
}

.second-banner .banner-btit, .second-banner .banner-stit {
    color: #2f73b0;
}

.about-banner-btit, .about-banner-stit {
    color: #ffffff !important;
}

.second-banner .banner-btit {
    left: 16%;
    top: 24%;
}

.second-banner .banner-stit {
    left: 16%;
    top: 37%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 0.2839rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

.swiper-banner .swiper-button-next {
    background: url(/websourse/banner-rightpng.png) no-repeat;
    right: 0.7886rem;
    left: auto;
    opacity: 0.2;
}

.swiper-banner .swiper-button-prev {
    background: url(/websourse/banner-left.png) no-repeat;
    left: 0.7886rem;
    right: auto;
    opacity: 0.2;
}

.swiper-banner:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-banner:hover .swiper-button-next {
    opacity: 1;
}

.swiper-slide-active .scaleBg {
    width: 100%;
    visibility: visible;
    -webkit-animation: scale-bg 1s linear;
    animation: scale-bg 1s linear;
}

.swiper-banner .swiper-slide img {
    width: 100%;
    height: 100%;
}

@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@font-face {
    font-family: 'SourceHanSansCN-ExtraLight';
    src: url('../fonts/SourceHanSansCN-ExtraLight.eot');
    src: url('../fonts/SourceHanSansCN-ExtraLight.eot?#font-spider') format('embedded-opentype'),url('../fonts/SourceHanSansCN-ExtraLight.woff2') format('woff2'),url('../fonts/SourceHanSansCN-ExtraLight.woff') format('woff'),url('../fonts/SourceHanSansCN-ExtraLight.ttf') format('truetype'),url('../fonts/SourceHanSansCN-ExtraLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.banner-btit {
    position: absolute;
    left: 29.6%;
    top: 35%;
    font-family: 'SourceHanSansCN-ExtraLight';
    font-size: 80px;
    color: #ffffff;
    letter-spacing: 0.2208rem;
    opacity: 1;
}

.banner-stit {
    position: absolute;
    left: 29.6%;
    top: 48%;
    font-family: 'SourceHanSansCN-ExtraLight';
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2208rem;
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: right;
    right: 2.5237rem;
    width: auto;
    bottom: 0.9464rem;
}

.swiper-pagination-bullet {
    width: 0.9464rem;
    height: 0.0789rem;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: .4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.1262rem;
}

.banner-scrol {
    position: absolute;
    right: 48.7%;
    opacity: 0;
    bottom: 0.7886rem;
    z-index: 100;
    animation: appearFromTB1 2s ease 1s infinite both;
}

    .banner-scrol img {
        width: 0.7098rem;
        height: 1.6877rem;
    }

    .banner-scrol .scroll {
        -webkit-animation: appearFromTB1 2s ease 1s infinite both;
        -moz-animation: appearFromTB1 2s ease 1s infinite both;
        -ms-animation: appearFromTB1 2s ease 1s infinite both;
        -o-animation: appearFromTB1 2s ease 1s infinite both;
        animation: appearFromTB1 2s ease 1s infinite both;
    }

@-webkit-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -moz-transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -ms-transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@-o-keyframes appearFromTB1 {
    0% {
        opacity: 0;
        -o-transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes appearFromTB1 {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.link-nav {
    display: block;
    width: 23.6593rem;
    background: url(/websourse/link-home.png) no-repeat left;
    margin: 38px auto 51px;
    font-size: 18px;
    color: #666666;
    background-size: 16px;
}

    .link-nav a {
        display: inline-block;
        font-size: 14px;
        color: #666666;
    }

.link-home {
    margin-left: 25px !important;
}

.link-nav a {
    margin: 0 0.1rem;
}

.link-nav-jiantou {
    display: inline-block;
    width: 0.142rem;
    height: 0.2208rem;
    background: url(/websourse/img-go.png) no-repeat;
}

.agg-page-left {
    width: 6.735rem;
    float: left;
    position: relative;
}

.agg-page-right {
    width: 16.9243rem;
    float: left;
    position: relative;
}

.investor-right {
    width: 16.9243rem;
    float: left;
}

.ZMenu-left {
    width: 5.6782rem;
    border-right: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 0.7886rem;
}

.side-tit {
    width: 4.6057rem;
    font-size: 27px;
    color: #333333;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.ZMenu-left-nav li {
    width: 4.6057rem;
    height: auto;
    line-height: 55px;
    font-size: 17px;
    color: #333333;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.ZMenu-left-nav-a {
    font-size: 17px;
    color: #333333 !important;
}

.side-more-link {
    background: url(/websourse/side-more-on.png) no-repeat center right;
}

.ZMenu-left-nav li:hover a {
    color: #0081cc !important;
}

.side-more-link:hover {
    background: url(/websourse/side-more-link1.png) no-repeat center right;
}

.ZMenu-left {
    position: relative;
}

.ZMenu-left-label {
    position: absolute;
    width: 3px;
    height: 27px;
    background: #0081cc;
    right: 0;
    top: 1.7981rem;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.child-item-nav {
    display: none;
}

    .child-item-nav li a {
        padding-left: 0.6309rem;
    }

.side-more-link-down {
    background: url(/websourse/side-more-down.png) no-repeat center right;
}

.about-video {
    width: 5.6782rem;
    height: 3.7855rem;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

    .about-video img {
        width: 100%;
        border-radius: 8px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        cursor: pointer;
    }

    .about-video .videop {
        background: #000;
        border-radius: 12px;
        z-index: 3;
        width: 5.6782rem;
        height: 3.7855rem;
        transform: scale(0.99);
    }

.about-video-tit {
    font-size: 17px;
    color: #111111;
    margin-top: 14px;
    width: 5.6782rem;
}

.development-pdf {
    width: 5.6782rem;
    height: 3.7855rem; /* background-color:#b5b5b5; */
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

    .development-pdf img {
        width: 100%;
        border-radius: 8px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        cursor: pointer;
    }

    .development-pdf .down-icon {
        width: 1.1514rem;
        height: 1.1356rem;
        top: 36%;
        left: 39%;
    }

.down-icon {
    -webkit-animation: appearFromTB1 2s ease 1s infinite both;
    -moz-animation: appearFromTB1 2s ease 1s infinite both;
    -ms-animation: appearFromTB1 2s ease 1s infinite both;
    -o-animation: appearFromTB1 2s ease 1s infinite both;
    animation: appearFromTB1 2s ease 1s infinite both;
}

.development-pdf-tit {
    font-size: 17px;
    color: #111111;
    margin-top: 14px;
    width: 5.6782rem;
}

.about-swiper {
    width: 100%;
    margin-bottom: 30px;
}

    .about-swiper .swiper-slide img {
        width: 100%;
        margin-bottom: 1.2rem;
        height: 100%;
        height: auto\9;
    }

    .about-swiper .swiper-scrollbar {
        opacity: 1 !important;
    }

.about-swiper-item {
    float: left;
    width: 3.7855rem;
    height: 230px;
    text-align: center;
}

    .about-swiper-item img {
        width: 96px;
        height: 96px;
    }

.about-swiper-item-btit {
    font-size: 22px;
    line-height: 44px;
    color: #444444;
    position: relative;
    margin: 0px 0 10px;
}

    .about-swiper-item-btit .xiabiao {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
        position: absolute;
        bottom: 0.1577rem;
    }

.about-swiper-item-stit {
    font-size: 14px;
    color: #888888;
}

.about-swiper-item-1 {
    width: 3.7539rem;
}

.about-swiper-item-2 {
    width: 4.4164rem;
}

.about-swiper-item-3 {
    width: 4.4164rem;
}

.about-swiper-item-4 {
    width: 4.2587rem;
}

.about-swiper-item-2 .about-swiper-item-stit {
}

.about-swiper .swiper-scrollbar {
    left: 0;
    width: 75%;
    height: 2px;
    bottom: 10px;
}

.about-swiper-line {
    float: left;
    display: inline-block;
    width: 1px;
    height: 212px;
    background: url(/websourse/about-swiper-line.png) no-repeat;
}

.about-swiper .swiper-scrollbar-drag {
    height: 2px;
    /* width: 6.25rem !important; */
    position: absolute;
    background-image: linear-gradient(-90deg,#92c219 0%,#0084cd 100%),linear-gradient( #005bac,#005bac);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.about-swiper .swiper-pagination {
    font-size: 16px;
    color: #999999;
}

    .about-swiper .swiper-pagination .swiper-pagination-current {
        color: #005bac;
    }

.about-swiper .swiper-pagination-fraction {
    bottom: 0;
    left: 12.5rem;
    width: 2.3rem;
}

.about-swiper .swiper-button-prev {
    background: url(/websourse/about-swiper-left.png) no-repeat;
    left: 89%;
    top: 101%;
    background-size: 100%;
    width: 21px;
    height: 15px;
}

.about-swiper .swiper-button-next {
    background: url(/websourse/about-swiper-right.png) no-repeat;
    top: 101%;
    left: 94%;
    background-size: 100%;
    width: 21px;
    height: 15px;
}

.pc-sw {
    display: block;
}

.pad-sw {
    display: none;
}

.phone-sw {
    display: none;
}

.about-jieshao {
    position: relative;
    background: url(/websourse/about-jieshao-bg.png) no-repeat 100%;
}

.agg-jieshao {
    position: relative;
    background: none;
}

    .agg-jieshao p {
        font-size: 16px;
        line-height: 30px;
        color: rgba(0,0,0,0.76);
        margin-bottom: 30px;
        text-align: justify;
    }

.about-jieshao-tit {
    font-size: 27px;
    color: #111111;
    margin-bottom: 30px;
}

.about-jieshao p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(0,0,0,0.76);
    margin-bottom: 30px;
    text-align: justify;
}

.about-jieshao-more {
    width: 118px;
    height: 50px;
    background-color: #0081cc;
    border-radius: 5px;
    font-size: 16px;
    line-height: 50px;
    color: rgba(255,255,255,0.8);
    text-align: center;
    margin-bottom: 40px;
}

    .about-jieshao-more a {
        color: rgba(255,255,255,0.8);
    }

.about-jieshao:after, .agg-jieshao:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: 40px;
    background-image: linear-gradient(-90deg,#92c219 0%,#0084cd 100%),linear-gradient( #005bac,#005bac);
}

.about-img-more, .agg-img-more {
    margin-top: 80px;
    margin-bottom: 1.1041rem;
}

.about-img-box, .agg-img-box {
    width: 8.2334rem;
    height: 5.2366rem;
    border-radius: 8px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0.4574rem;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.about-img-box-1, .about-img-box-3, .about-img-box-5, .about-img-box-7 {
    margin-right: 0.4574rem;
}

.about-img-tit, .agg-img-tit {
    font-size: 19px;
    color: #ffffff;
    position: absolute;
    left: 0.5678rem;
    bottom: 0.98rem;
}

.news-title {
    color: #ffffff !important;
}

.about-img-link, .agg-img-link {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    position: absolute;
    left: 0.5678rem;
    bottom: 0.5rem;
    width: 80px;
    background: url(/websourse/img-go.png) no-repeat 90% 50%;
    background-size: 0.142rem 0.2208rem;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.about-img-box:hover .about-img-link, .agg-img-box:hover .agg-img-link {
    background: url(/websourse/img-go-more.png) no-repeat 96% 50%;
    background-size: 0.2524rem 0.2208rem;
}

.about-img-link a, .agg-img-link a {
    width: 100%;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}

.about-img-box img, .agg-img-box img {
    width: 100%;
    height: 100%;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}

.about-img-box:hover.about-img-box img, .agg-img-box:hover.agg-img-box img {
    transform: scale(1.1);
}

.agg-page-cont {
    position: relative;
    height: auto;
}

.about-aside-left, .agg-aside-left {
    width: 1.7192rem;
    height: 2.2555rem;
    position: absolute;
    left: 0;
    top: 36%;
}

    .about-aside-left img, .agg-aside-left img {
        width: 1.7192rem;
        height: 2.2555rem;
    }

.about-aside-right, .agg-aside-right {
    width: 1.8297rem;
    height: 2.2555rem;
    position: absolute;
    right: 0;
    top: 74%
}

    .about-aside-right img, .agg-aside-right img {
        width: 1.8297rem;
        height: 2.2555rem;
    }

.gywm-nav, .agg-nav {
    display: none;
}

@media (min-width:1599px) and (max-width:1920px) {
    .about-swiper-item-btit {
        font-size: 30px;
    }
}

@media (min-width:1200px) and (max-width:1600px) {
    .about-swiper-item-btit {
        font-size: 28px;
    }

    .about-swiper .swiper-scrollbar { /* width:12.5rem; */
    }

    .about-swiper .swiper-pagination-fraction {
        width: 2.25rem;
        left: 12.4rem;
    }

    .about-swiper .swiper-button-prev {
        left: 90%;
    }

    .about-img-link a {
        font-size: 14px;
    }
}

@media screen and (min-width:961px) {
    .sec1 .ZMenu-left, .sec1 .sticky {
        opacity: 0;
        -webkit-transition: transform 1s;
        -moz-transition: transform 1s;
        -ms-transition: transform 1s;
        -o-transition: transform 1s;
        transition: transform 1s;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }

    .sec1 .sticky {
        -webkit-transition-delay: 0.4s,0.4s,0s;
        -moz-transition-delay: 0.4s,0.4s,0s;
        -ms-transition-delay: 0.4s,0.4s,0s;
        -o-transition-delay: 0.4s,0.4s,0s;
        transition-delay: 0.4s,0.4s,0s;
    }

    .sec1.active .ZMenu-left, .sec1.active .sticky {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    .sec2 .about-swiper, .sec2 .about-jieshao, .sec2 .about-img-more, .sec2 .agg-swiper, .sec2 .agg-jieshao, .sec2 .agg-img-more {
        opacity: 0;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
        -webkit-transition-delay: 0.2s,0.2s,0s;
        -moz-transition-delay: 0.2s,0.2s,0s;
        -ms-transition-delay: 0.2s,0.2s,0s;
        -o-transition-delay: 0.2s,0.2s,0s;
        transition-delay: 0.2s,0.2s,0s;
    }

        .sec2 .about-swiper .about-swiper-item {
            opacity: 0;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
            -webkit-transform: translateY(20%);
            -moz-transform: translateY(20%);
            -ms-transform: translateY(20%);
            -o-transform: translateY(20%);
            transform: translateY(20%);
            -webkit-transition-delay: 0.2s,0.2s,0s;
            -moz-transition-delay: 0.2s,0.2s,0s;
            -ms-transition-delay: 0.2s,0.2s,0s;
            -o-transition-delay: 0.2s,0.2s,0s;
            transition-delay: 0.2s,0.2s,0s;
        }

        .sec2 .about-swiper .about-swiper-item-1 {
            -webkit-transition-delay: 0.2s,0.2s,0s;
            -moz-transition-delay: 0.2s,0.2s,0s;
            -ms-transition-delay: 0.2s,0.2s,0s;
            -o-transition-delay: 0.2s,0.2s,0s;
            transition-delay: 0.2s,0.2s,0s;
        }

        .sec2 .about-swiper .about-swiper-item-2 {
            -webkit-transition-delay: 0.3s,0.3s,0s;
            -moz-transition-delay: 0.3s,0.3s,0s;
            -ms-transition-delay: 0.3s,0.3s,0s;
            -o-transition-delay: 0.3s,0.3s,0s;
            transition-delay: 0.3s,0.3s,0s;
        }

        .sec2 .about-swiper .about-swiper-item-3 {
            -webkit-transition-delay: 0.4s,0.4s,0s;
            -moz-transition-delay: 0.4s,0.4s,0s;
            -ms-transition-delay: 0.4s,0.4s,0s;
            -o-transition-delay: 0.4s,0.4s,0s;
            transition-delay: 0.4s,0.4s,0s;
        }

        .sec2 .about-swiper .about-swiper-item-4 {
            -webkit-transition-delay: 0.5s,0.5s,0s;
            -moz-transition-delay: 0.5s,0.5s,0s;
            -ms-transition-delay: 0.5s,0.5s,0s;
            -o-transition-delay: 0.5s,0.5s,0s;
            transition-delay: 0.5s,0.5s,0s;
        }

    .sec2 .about-jieshao, .sec2 .agg-jieshao {
        -webkit-transition-delay: 0.8s,0.8s,0s;
        -moz-transition-delay: 0.8s,0.8s,0s;
        -ms-transition-delay: 0.8s,0.8s,0s;
        -o-transition-delay: 0.8s,0.8s,0s;
        transition-delay: 0.8s,0.8s,0s;
    }

    .sec2 .about-img-more, .sec2 .agg-img-more {
        -webkit-transition-delay: 1.8s,1.8s,0s;
        -moz-transition-delay: 1.8s,1.8s,0s;
        -ms-transition-delay: 1.8s,1.8s,0s;
        -o-transition-delay: 1.8s,1.8s,0s;
        transition-delay: 1.8s,1.8s,0s;
    }

    .sec2.active .about-swiper, .sec2.active .about-jieshao, .sec2.active .about-img-more, .sec2.active .agg-swiper, .sec2.active .agg-jieshao, .sec2.active .agg-img-more {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

        .sec2.active .about-swiper, .sec2.active .about-jieshao, .sec2.active .about-img-more, .sec2.active .about-swiper .about-swiper-item, .sec2.active .agg-swiper, .sec2.active .agg-jieshao, .sec2.active .agg-img-more, .sec2.active .agg-swiper .agg-swiper-item {
            -webkit-transform: translateY(0%);
            -moz-transform: translateY(0%);
            -ms-transform: translateY(0%);
            -o-transform: translateY(0%);
            transform: translateY(0%);
            opacity: 1;
        }
}

@media screen and (min-width:961px) and (max-width:1600px) {
    .banner-btit {
        font-size: 66px;
    }

    .banner-stit {
        font-size: 26px;
    }

    .second-banner .banner-stit {
    }

    .link-nav a {
        font-size: 15px;
    }
}

@media screen and (min-width:961px) and (max-width:1366px) {
    .second-banner .banner-stit {
        left: 16%;
        top: 38%;
    }
}

@media screen and (min-width:961px) and (max-width:1200px) {
    .second-banner .banner-stit {
        left: 16%;
        top: 42%;
    }
}

@media screen and (min-width:500px) and (max-width:1200px) {
    .pc-sw {
        display: none;
    }

    .pad-sw {
        display: block;
    }

    .phone-sw {
        display: none;
    }
}

@media screen and (max-width:960px) {
    .pc-header {
        display: none;
    }

    .swiper-container.swiper-banner {
        width: 30rem;
    }

    .swiper-banner .swiper-button-prev, .swiper-banner .swiper-button-next, .banner-scrol img {
        display: none;
    }

    .second-banner .banner-btit {
        left: 11.5%;
        top: 17%;
        font-size: 2.64rem;
        letter-spacing: 0.16rem;
    }

    .second-banner .banner-stit {
        left: 13%;
        top: 40%;
        font-size: 1.12rem;
        letter-spacing: 0.36rem;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom {
        text-align: center;
        right: 0;
        width: auto;
        bottom: 0.9464rem;
    }

        .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            width: 2.4rem;
            height: 3px;
            margin-left: 0.48rem;
        }

    .swiper-banner .swiper-slide {
        background: none !important;
        height: auto !important;
    }

    .phone-banner {
        display: block;
    }

    .pc-banner {
        display: none;
    }

    .link-nav, aside, .agg-page-left {
        display: none;
    }

    .agg-page-cont {
        margin-top: 30px;
    }

    .agg-page-right {
        float: none;
        width: 26.8rem;
    }

    .container {
        width: 26.8rem !important;
        margin: 0 auto;
    }

    .gywm-nav, .agg-nav {
        display: block;
        float: right;
        width: 28.4rem;
        padding-left: 1.6rem;
        height: 60px;
        border-bottom: 1px solid #dddddd;
    }

        .gywm-nav .swiper-slide, .agg-nav .swiper-slide {
            width: auto;
            margin-right: 1.7rem;
        }

            .gywm-nav .swiper-slide a, .agg-nav .swiper-slide a {
                font-size: 16px;
                line-height: 60px;
                color: #333333;
                font-weight: bold;
            }

    .gywm-c a {
        color: #0081cc !important;
        border-bottom: .053rem solid #0081cc;
    }

    .about-swiper {
        height: 100%;
        margin-bottom: 2rem;
    }

        .about-swiper .swiper-slide img {
            width: 100%;
            margin-bottom: 40px;
            height: 100%;
            height: auto\9;
        }

        .about-swiper .swiper-slide {
            margin-top: 0;
        }

    .about-swiper-item img {
        width: 3rem;
        height: 3rem;
    }

    .about-swiper-line {
        display: none;
    }

    .about-swiper-item {
        width: 25%;
    }

    .about-swiper-item-btit {
        font-size: 24px;
        line-height: 26px;
        margin: 16px 0 14px;
    }

        .about-swiper-item-btit .xiabiao {
            font-size: 20px;
            transform: scale(0.8);
        }

    .about-swiper-item {
        height: 200px;
    }

    .about-swiper-item-stit {
        font-size: 16px;
        text-overflow: ellipsis;
        padding-left: 0.24rem;
    }

    .about-swiper .swiper-scrollbar { /* width:22rem; */
    }

    .about-swiper .swiper-scrollbar-drag {
        /* width: 11rem !important; */
    }

    .about-swiper .swiper-button-next, .about-swiper .swiper-button-prev {
        display: none;
    }

    .about-swiper .swiper-pagination-fraction {
        bottom: 0;
        left: 22.5rem;
        width: 4rem;
        font-size: 22px;
    }

    .about-jieshao-tit, .agg-jieshao-tit {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .about-jieshao p, .agg-jieshao p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .about-jieshao-more, .agg-jieshao-more {
        width: 95px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .about-jieshao:after, .agg-jieshao:after {
        margin-top: 25px;
    }

    .about-img-box, .agg-img-box {
        float: none;
        width: 26.8rem !important;
        height: 17.12rem !important;
        margin-right: 0 !important;
        margin-bottom: 18px;
    }

    .about-img-more, .agg-img-more {
        margin-top: 55px;
        margin-bottom: 40px;
    }

    .about-img-tit, .agg-img-tit {
        font-size: 20px;
        left: 2rem !important;
        bottom: 3.5rem !important;
    }

    .about-img-link, .agg-img-link {
        width: 76px;
        font-size: 18px;
        left: 2rem !important;
        bottom: 1.8rem !important;
        background: url(/websourse/img-go.png) no-repeat 90% 62%;
        background-size: 8px;
    }

    .about-img-box:hover .about-img-link, .agg-img-box:hover .agg-img-link {
        background: url(/websourse/img-go-more.png) no-repeat 96% 66%;
        background-size: 12px 10px;
    }

    .about-img-link a, .agg-img-link a {
        font-size: 14px;
    }
}

@media screen and (min-width:650px) and (max-width:960px) {
    .about-img-box, .agg-img-box {
        float: right;
        width: 13.1rem !important;
        height: 8.5rem !important;
        margin-right: 0;
        margin-bottom: 18px;
    }

    .about-img-box-1, .about-img-box-3, .about-img-box-5, .about-img-box-7 {
        float: left !important;
    }

    .agg-img-box-1, .agg-img-box-3, .agg-img-box-5, .agg-img-box-7 {
        float: left !important;
    }

    .about-img-tit, .agg-img-tit {
        left: 1rem !important;
        bottom: 1.7rem !important;
    }

    .about-img-link, .agg-img-link {
        left: 1rem !important;
        bottom: 0.8rem !important;
    }
}

@media screen and (max-width:768px) {
    .about-swiper {
        height: 100%;
        margin-bottom: 15px;
    }

        .about-swiper .swiper-slide {
            margin-top: 0;
        }

    .about-swiper-item img {
        width: 3rem;
        height: 3rem;
    }

    .about-swiper-line {
        display: none;
    }

    .about-swiper-item {
        width: 25%;
    }

    .about-swiper-item-btit {
        font-size: 16px;
        line-height: 18px;
        margin: 16px 0 14px;
    }

        .about-swiper-item-btit .xiabiao {
            font-size: 14px;
            transform: scale(0.8);
        }

    .about-swiper-item {
        height: 130px;
    }

    .about-swiper-item-stit {
        font-size: 13px;
        text-overflow: ellipsis;
        padding-left: 0.24rem;
    }

    .about-swiper .swiper-scrollbar { /* width:22rem; */
    }

    .about-swiper .swiper-button-next, .about-swiper .swiper-button-prev {
        display: none;
    }

    .about-swiper .swiper-pagination-fraction {
        bottom: 2px;
        left: 22.8rem;
        width: 4rem;
        font-size: 14px;
    }

    .about-swiper .swiper-slide img {
        width: 100%;
        margin-bottom: 40px;
        height: 100%;
        height: auto\9;
    }
}

@media screen and (max-width:500px) {
    .about-swiper .swiper-slide img {
        width: 100%;
        margin-bottom: 40px;
        height: 100%;
        height: auto\9;
    }

    .pc-sw {
        display: none;
    }

    .pad-sw {
        display: none;
    }

    .phone-sw {
        display: block;
    }
}
