@charset "utf-8";
/* ===================首页样式========================== */
.ind-menu {
    position: fixed;
    top: 50%;
    margin-top: -70px;
    width: 100px;
    right: 44px;
    z-index: 99999;
}

.ind-menu .inda {
    display: block;
    margin: 5px 0;
    position: relative;
    width: 100%;
    padding-right: 20px;
    text-align: right;
}

.ind-menu .inda p {
    font-size: 14px;
    color: #f8b500;
    line-height: 20px;
    text-transform: uppercase;
    opacity: 0;
}

.ind-menu .inda::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f8b500;
    border: 1px solid #f8b500;
    position: absolute;
    right: 0;
    top: 6px;
}

.ind-menu .inda:hover p {
    opacity: 1;
}

.ind-menu .inda:hover::after {
    background-color: #fff;
}


.ind-tit {
    width: 100%;
    overflow: hidden;
}

.ind-tit h6 {
    font-size: 36px;
    color: #4a4f54;
    text-align: center;
    font-family: 'sourb';
    position: relative;
    padding-bottom: 20px;
}

.ind-tit h6::after {
    content: '';
    width: 36px;
    height: 4px;
    background-color: #f8b500;
    margin-left: -18px;
    bottom: 0;
    left: 50%;
    position: absolute;
}

/* banner */
.banner-container {
    width: 100%;
    position: relative;
}

.banner {
    width: 100%;
}

.banner-picwords {
    width: 100%;
}

.banner-pic {
    width: 100%;
    overflow: hidden;
}

.banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-pic .banner-pc {
    display: block;
    min-height: 520px;
}

.banner-pic .banner-mb {
    display: none;
    min-height: 320px;
}


/* .banner-pic img{width: 100%;object-fit: cover;transform: matrix(1.1, 0, 0, 1.1, 0, 0);-webkit-transition: all 0.4s ease 1.2s;-moz-transition: all 0.4s ease 1.2s;-ms-transition: all 0.4s ease 1.2s;-o-transition: all 0.4s ease 1.2s;transition: all 0.4s ease 1.2s;}
.swiper-slide-active .banner-pic img {transition-delay: 0.4s !important;transform: matrix(1, 0, 0, 1, 0, 0);-webkit-transition: all 5s ease;-moz-transition: all 5s ease;-ms-transition: all 5s ease;-o-transition: all 5s ease;transition: all 5s ease;} */
.banner-text {
    position: absolute;
    left: 14.5%;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 650px;
}

.banner-text h6 {
    font-size: 30px;
    color: #fff;
    line-height: 48px;
    font-family: 'sourb';
    text-transform: uppercase;
    margin-bottom: 14px;
}

.banner-text p {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    background: url('../images/index/banner-ico1.png') no-repeat left 16px;
    padding-left: 16px;
}

.banner .swiper-pagination {
    bottom: 36px;
}

.banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.5;
    vertical-align: middle;
    position: relative;
}

.banner .swiper-pagination-bullet:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
}

.banner .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    opacity: 1;
    position: relative;
}

.banner .swiper-pagination-bullet-active:after {
    opacity: 1;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 10px;
}

.banner .swiper-slide-active .banner-text h6 {
    animation: bannertextright 1.2s ease both;
}

.banner .swiper-slide-active .banner-text p {
    animation: bannertextleft 1.2s ease both 500ms;
}

@keyframes bannertextleft {
    0% {
        transform: translateX(150px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes bannertextright {
    0% {
        transform: translateY(-150px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 产品 */
.pro-container {
    width: 100%;
    padding: 40px 2%;
    overflow: hidden;
}

.pro-box {
    width: 100%;
}

.pro-box .swiper-container {
    padding-bottom: 50px;
}

.pro-box .swiper-pagination {
    bottom: 0px;
}

.pro-box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.pro-box .swiper-pagination-bullet-active {
    background-color: #f8b500;
}

.pro-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.pro-main {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.pro-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-main .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .6s ease;
    opacity: 1;
}

.pro-main .imghover {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all .6s ease;
    opacity: 0;
}

.pro-main:hover .img {
    opacity: 0;
    left: 100%;
}

.pro-main:hover .imghover {
    opacity: 1;
    left: 0;
}

.pro-main .text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 45px;
    z-index: 3;
}

.pro-main .text h6 {
    font-size: 30px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 18px;
    transition: all .6s ease;
}

.pro-main .text p {
    font-size: 18px;
    color: #999999;
    line-height: 28px;
    max-width: 50%;
    transition: all .6s ease;
}

.pro-main .text .more {
    position: absolute;
    left: 45px;
    bottom: 36px;
    font-size: 16px;
    color: #fff;
    font-family: 'sourb';
    transition: all .6s ease;
    width: 112px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 20px;
    background: linear-gradient(to top, #f8b500, #fdda7a);
}

.pro-main:hover .text h6, .pro-main:hover .text p {
    color: #fff;
}

.pro-main:hover .text .more {
    animation: toBig .8s ease both;
}

@keyframes toBig {
    0% {
        transform: scale(.8);
    }
    30% {
        transform: scale(1);
    }
    50% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

/* 简介 */
.abo-container {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
}

.abo-box {
    width: 100%;
    position: relative;
    padding-bottom: 5px;
}

.abo-one {
    width: 100%;
    overflow: hidden;
}

.abo-oneimg {
    width: 38%;
    float: left;
    overflow: hidden;
}

.abo-oneimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abo-oneright {
    width: 56%;
    float: right;
}

.abo-oneright .text {
    width: 100%;
    margin-top: 0px;
}

.abo-oneright .text h6 {
    font-size: 36px;
    color: #4a4f54;
    text-transform: uppercase;
    font-family: 'sourb';
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.abo-oneright .text h6::after {
    content: '';
    width: 35px;
    height: 3px;
    background-color: #f8b500;
    position: absolute;
    left: 0;
    bottom: 0;
}

.abo-oneright .text p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
}

.abo-one .more {
    font-size: 14px;
    color: #004099;
    font-family: 'sourb';
    transition: .4s ease;
    margin-top: 8px;
    display: block;
}

.abo-one .more:hover {
    color: #f8b500;
}

/* 数字 */
.abo-num {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.abo-num ul li {
    width: 45%;
    height: auto;
    float: left;
    margin-right: 5%;
    margin-bottom: 22px;
}

.abo-num ul li h5 {
    font-family: 'dosis';
    font-size: 28px;
    color: #f8b500;
}

.abo-num ul li h6 {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    margin-top: 5px;
}

.abo-two {
    width: 100%;
    overflow: hidden;
    padding: 50px 0 30px;
}

.abo-two ul {
    margin-left: -1%;
}

.abo-two ul li {
    width: 32.333%;
    float: left;
    margin-left: 1%;
}

.abo-two ul li .img {
    width: 100%;
    overflow: hidden;
}

.abo-two ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}

.abo-two ul li .text {
    width: 100%;
    height: 188px;
    background-color: #f8f8f8;
    padding: 30px;
}

.abo-two ul li .text h6 {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-family: 'sourb';
    color: #333;
    margin-top: 20px;
}

.abo-two ul li .text p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.abo-two ul li:hover .text h6, .abo-two ul li:hover .text p {
    color: #fff;
}

.abo-two ul li:hover .text {
    background-color: #f8b500;
}

.abo-two ul li:hover .img img {
    transform: scale(1.06);
}

.abo-three {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}

.abo-three ul li {
    width: 33.333%;
    float: left;
    border-right: 2px solid #fff;
}

.abo-three ul li .text {
    width: 100%;
    height: 200px;
    padding: 30px;
    transition: all .4s ease;
}

.abo-three ul li .text h6 {
    font-size: 24px;
    color: #333;
    line-height: 30px;
    font-family: 'sourb';
    margin-bottom: 18px;
    transition: all .4s ease;
}

.abo-three ul li .text p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    transition: all .4s ease;
}

.abo-three ul li .img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.abo-three ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease;
}

.abo-three ul li:hover .text {
    background-color: #f8b500;
}

.abo-three ul li:hover .text h6, .abo-three ul li:hover .text p {
    color: #fff;
}

.abo-three ul li:hover .img img {
    transform: scale(1.06);
}

.abo-list {
    width: 1220px;
    margin: 20px auto;
    padding: 30px 0 10px 0;
    overflow: hidden;
}

.abo-list ul li {
    width: 33.333%;
    float: left;
    position: relative;
    border-bottom: 3px solid #e5e5e5;
    padding-bottom: 20px;
    font-size: 16px;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.abo-list ul li::after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
    background-color: #f8b500;
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -6px;
}

.abo-list ul li.ontrue {
    border-bottom: 3px solid #f8b500;
}

.abo-box .swiper-button-next, .abo-box .swiper-button-prev {
    top: auto;
    bottom: 20px;
    width: 30px;
    height: 30px;
    background-size: 12px;
    margin-top: 0;
}

.abo-box .swiper-button-next {
    right: 20px;
}

/* 优势与实力 */
.adv-container {
    width: 100%;
    padding: 90px 0 0 0;
    overflow: hidden;
}

.four-main {
    width: 100%;
    margin-top: 50px;
}

.four-img {
    width: 100%;
    position: relative;
}

.four-img img {
    width: 100%;
    min-height: 320px;
    object-fit: cover;
}

.four-img .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 22%;
    opacity: 0;
    transition: all .4s ease;
    padding: 0 20px;
}

.four-img .text h6 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-family: 'sourb';
    margin-bottom: 30px;
}

.four-img .text p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    max-width: 580px;
    margin: 0 auto;
}

.four-img .text .more {
    display: block;
    margin: 0 auto;
    margin-top: 10%;
    font-size: 16px;
    color: #fff;
    font-family: 'sourb';
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    background: linear-gradient(to top, #f8b500, #fdda7a);
}

.four-img .text .more:hover {
    background: #f8b500;
}

.four-main .swiper-slide-active .four-img .text {
    animation: textbig 1.2s ease both 200ms;
}

.four-main .swiper-slide-active .four-img img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.four-main .swiper-button-next {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #fff url('../images/index/sw-ico.png') center center no-repeat;
    right: 18%;
    margin-top: -37px;
}

.four-main .swiper-button-prev {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #fff url('../images/index/sw-ico.png') center center no-repeat;
    left: 17.5%;
    margin-top: -37px;
    transform: rotate(180deg);
}

@keyframes textbig {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/* 新闻 */
.news-container {
    width: 100%;
    padding: 90px 0 0 0;
    overflow: hidden;
}

.news-container .contain {
    width: 100%;
}

.news-list {
    width: 100%;
    margin: 50px 0;
}

.news-list .swiper-container {
    padding-bottom: 50px;
}

.news-list .swiper-pagination {
    bottom: 0px;
}

.news-list .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.news-list .swiper-pagination-bullet-active {
    background-color: #f8b500;
}

.news-list .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.newsimg {
    width: 100%;
    overflow: hidden;
}

.newsimg .img {
    width: 100%;
    overflow: hidden;
}

.newsimg .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease
}

.newsimg .text {
    width: 100%;
    padding: 20px 20px;
    text-align: center;
    background-color: #efefef;
}

.newsimg .text h6 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    transition: all .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newsimg .text p {
    font-size: 16px;
    color: #666;
    font-family: 'sourb';
    margin-top: 5px;
}

.newsimg:hover .text h6 {
    color: #f8b500;
}

.newsimg:hover .img img {
    transform: scale(1.06);
}

/* 产品图片 */
.ind-img-pc {
    width: 100%;
    height: 850px;
    background: url('../images/index/pro-bg.jpg') no-repeat center;
    background-size: cover;
}

.ind-img {
    width: 100%;
    height: 850px;
    position: relative;
}

.ind-img ul li {
    position: absolute
}

.ind-img ul li img {
    max-width: 100%;
}

.ind-img ul li:nth-child(1) {
    left: 5%;
    top: 12%;
}

.ind-img ul li:nth-child(2) {
    left: 24%;
    top: 12%;
}

.ind-img ul li:nth-child(3) {
    left: 46%;
    top: 50%;
}

.ind-img ul li:nth-child(4) {
    left: 60%;
    top: 52.3%;
}

.ind-img ul li:nth-child(5) {
    right: 3%;
    bottom: -1.6%;
}

.ind-img ul li:nth-child(6) {
    left: 6%;
    bottom: 0;
}

.ind-img-mb {
    display: none;
}

.ind-img-mb img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}

/* -------------------------PC端--------------------------- */
@media all and (max-width: 1700px) {
    /* 1600 × (900/1024/1200) */
    .pro-main {
        height: 320px;
    }

    .four-main .swiper-button-prev {
        left: 16.8%;
    }

    .four-main .swiper-button-next {
        right: 17%;
    }
}

@media all and (max-width: 1599px) {
    /* 1440 × (900/1050) */
    .pro-main {
        height: 290px;
    }

    .pro-main .text {
        padding: 20px;
    }

    .pro-main .text .more {
        left: 20px;
        bottom: 20px;
    }

    .pro-main .text h6 {
        font-size: 26px;
    }

    .four-main .swiper-button-prev {
        left: 16.5%;
    }

    .four-main .swiper-button-next {
        right: 17%;
    }

    .ind-img-pc, .ind-img {
        height: 670px;
    }

    .ind-img ul li img {
        max-width: 74%;
    }

    .ind-img ul li:nth-child(1) {
        left: 12%;
        top: 15%;
    }

    .ind-img ul li:nth-child(2) {
        left: 30%;
        top: 15%;
    }

    .ind-img ul li:nth-child(3) {
        left: 48%;
        top: 51.4%;
    }

    .ind-img ul li:nth-child(4) {
        left: 58%;
        top: 53.6%;
    }

    .ind-img ul li:nth-child(5) {
        right: 3%;
        bottom: -1%;
    }

    .ind-img ul li:nth-child(6) {
        left: 16%;
        bottom: 0%;
    }
}

@media all and (max-width: 1439px) {
    /* 1360 × (768) */
    .abo-list {
        width: 92%;
    }

    .abo-box .swiper-button-next {
        right: 0;
    }

    .abo-box .swiper-button-prev {
        left: 0;
    }

    .abo-container {
        padding: 0 0 30px 0;
    }

    .news-list .swiper-container {
        padding-bottom: 30px;
    }

    .news-container, .adv-container {
        padding: 60px 0 0 0;
    }

    .ind-img-pc {
        background-size: cover;
    }
}

@media all and (max-width: 1359px) {
    /* 1280 × (800/854/1024) */
    .pro-main {
        height: 250px;
    }

    .pro-main .text h6 {
        font-size: 24px;
    }

    .pro-box .swiper-container {
        padding-bottom: 40px;
    }

    .pro-main .text p {
        max-width: 70%;
    }

    .four-main .swiper-button-prev {
        left: 4%;
    }

    .four-main .swiper-button-next {
        right: 4%;
    }

    .abo-oneright .text h6 {
        font-size: 30px;
    }

    .abo-oneright .text p {
        line-height: 30px;
    }

    .abo-num {
        margin-top: 10px;
    }

    .abo-three ul li .img {
        height: 220px;
    }

    .abo-three ul li .text {
        height: 180px;
    }

    .abo-three ul li .text h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .ind-tit h6 {
        font-size: 30px;
        padding-bottom: 15px;
    }

    .news-list {
        margin: 40px 0;
    }

    .four-main {
        margin-top: 40px;
    }

    .ind-img ul li:nth-child(6) {
        left: 10%;
    }

}

@media all and (max-width: 1279px) {
    /* 1152 × (864) */
    .abo-oneright .text {
        margin-top: 10px;
    }

    .abo-two, .abo-three {
        padding: 20px 0;
    }

    .abo-two ul li .text {
        height: 160px;
        padding: 30px 20px;
    }

    .abo-two ul li .text h6 {
        margin-top: 0;
    }

    .pro-main .text h6 {
        margin-bottom: 10px;
    }

    .pro-main .text p {
        line-height: 22px;
    }

    .abo-oneright .text p {
        line-height: 26px;
    }

    .abo-num ul li h6 {
        line-height: 24px;
    }

    .abo-two ul li .text p, .abo-three ul li .text p {
        line-height: 24px;
    }

    .ind-img ul li:nth-child(1) {
        left: 6%;
    }

    .ind-img ul li:nth-child(2) {
        left: 24%;
    }

    .ind-img ul li:nth-child(6) {
        left: 4%;
    }

    .pro-main img {
        min-height: 250px;
    }
}

@media all and (max-width: 1151px) {
    /* 1024 × (600/768) */
    .pro-main .text h6 {
        font-size: 20px;
    }

    .pro-main .text p {
        font-size: 16px;
        line-height: 20px;
    }
}


/* ------------------------手机端-------------------------- */
@media all and (max-width: 1000px) {
    /* 平板设备 720 适配 */
    .ind-menu {
        display: none;
    }

    .banner-pic .banner-pc {
        display: none;
    }

    .banner-pic .banner-mb {
        display: block;
    }

    .banner .swiper-pagination {
        bottom: 10px;
    }

    .banner-text {
        left: 4%;
    }

    .banner-text h6 {
        font-size: 24px;
        line-height: 30px;
    }

    .banner-text p {
        font-size: 14px;
        line-height: 24px;
        background: url('../images/index/banner-ico1.png') no-repeat left 10px;
        padding-left: 10px;
    }

    .pro-container {
        padding: 20px 4%;
    }

    .abo-oneimg {
        width: 100%;
    }

    .abo-oneright {
        width: 100%;
        margin-top: 20px;
    }

    .abo-oneright .text p {
        height: auto;
    }

    .abo-num ul li {
        width: 49%;
        margin-right: 1%;
    }

    .abo-num ul li h5 {
        font-size: 30px;
    }

    .abo-num ul li h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .abo-one .more {
        margin-top: 20px;
    }

    .abo-two {
        padding-bottom: 0;
    }

    .abo-two ul {
        margin-left: 0;
    }

    .abo-two ul li {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
        text-align: center;
    }

    .abo-two ul li .text {
        height: auto;
        padding: 15px 10px;
    }

    .abo-two ul li .text p {
        height: auto;
        line-height: 24px;
        margin-top: 4px;
    }

    .abo-two ul li .text h6 {
        font-size: 20px;
    }

    .abo-three ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .abo-three ul li .text {
        height: auto;
        padding: 6px;
        text-align: center;
    }

    .abo-three ul li .text h6 {
        margin-bottom: 0px;
        color: #666;
    }

    .news-container, .adv-container {
        padding: 40px 0 0 0;
    }

    .four-main {
        margin-top: 30px;
    }

    .four-img .text h6 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .news-list {
        margin: 30px 0;
    }

    .newsimg .text h6 {
        font-size: 16px;
    }

    .newsimg .text {
        padding: 10px;
    }

    .four-img .text {
        padding: 0 4%;
    }

    .four-img .text h6 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .four-main .swiper-button-prev {
        left: 0%;
    }

    .four-main .swiper-button-next {
        right: 0%;
    }

    .four-main .swiper-button-next, .four-main .swiper-button-prev {
        width: 36px;
        height: 36px;
        background-size: 10px;
        margin-top: 0;
    }

    .four-img .text p {
        font-size: 12px;
        line-height: 22px;
        font-family: 'Arial';
    }

    .ind-img-pc {
        display: none;
    }

    .ind-img-mb {
        display: block;
    }
}

@media all and (max-width: 640px) {
    /* 移动终端以上 360 适配 */
    .banner-text h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .pro-main {
        height: 210px;
    }

    .pro-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .abo-oneright .text h6 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .abo-oneright .text p {
        font-size: 14px;
        line-height: 24px;
    }

    .abo-list {
        width: 80%;
        padding: 10px 0;
    }

    .abo-list ul li {
        width: 100%;
        display: none;
    }

    .abo-list ul li.ontrue {
        display: block;
    }

    .ind-tit h6 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .ind-tit h6::after {
        height: 2px;
        width: 20px;
        margin-left: -10px;
    }

    .news-container, .adv-container {
        padding: 30px 0 0 0;
    }

    .news-list, .four-main {
        margin: 20px 0;
    }

    .abo-num ul li h5 {
        font-size: 25px;
    }

    .four-img .text {
        width: 80%;
        left: 10%;
    }

    .four-img .text p {
        line-height: 18px;
    }

    .four-img .text .more {
        margin-top: 6%;
        font-size: 18px;
    }

    .pro-main .text h6 {
        margin-bottom: 2px;
    }

    .pro-main .text p {
        line-height: 18px;
    }

    .pro-main img {
        min-height: 210px;
    }

    .abo-three ul li .text {
        padding: 6px 0 14px;
    }
}


