body {

    /*background-size: 100% auto;*/
    /*background-size: cover;*/
    /*background-position: top center;*/
    /*min-height: 100vh;*/
    overflow: auto;
    /*min-width: 1200px;*/
}

/*body .layeriframe {
    background-color: transparent;
}

.layui-layer {
    box-shadow: none !important;
}


body .layeriframe {
    background-color: transparent;
}

.layui-layer {
    box-shadow: none !important;
}*/

.content-box {
    min-width: 1200px;
    margin: 0 auto;
    padding: 0.6rem 0 0.8rem;
    box-sizing: border-box;
}


.btn-img {
    max-width: 100%;
    width: 3.4rem;
    height: 1rem;
    display: block;

    margin: 0.9rem auto 0;
    cursor: pointer;
    object-fit: contain;
}

html body .footer {
    padding: 0;
    background: #191919;
    width: 100%;
}

html body .footer .footer-content {
    width: 1200px;
    margin: auto;
    /*padding: 34px 10px;*/
    padding: 0px 0px;
    background: #191919;
    color: #FFFFFF;

}

html body .footer p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 2;
    color: #FFFFFF;
    text-align: center;
}

.btm-nav-link {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    padding: 20px 20px;

}

.btm-nav-link:hover {
    color: #ff7200;
}

hr {
    border-bottom: 1px solid #545454 !important;
}

.border-b {
    border-bottom: 1px solid #545454 !important;
}


.banner-container-outer {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    box-sizing: border-box;
    padding: 1.60rem 0.80rem;


}

.bannner-content {
    width: 520px;
}

.banner-right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.cube-img {

    height: 4.60rem;
    width: auto;
    display: block;
}

.flash-img {
    display: block;
    width: 6rem;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: start 2.2s infinite linear;

}

@keyframes start {
    0%, 30% {
        opacity: 0;
        transform: translate(0, 1.2rem);
    }
    60% {
        opacity: 0.8;
        transform: translate(0, 0.8rem);
    }
    100% {
        opacity: 0.1;
        transform: translate(0, -0.2rem);
    }
}

.banner-img {
    display: block;
    width: 100%;
    height: 100%;
}

.pagination-outer {
    position: absolute;
    z-index: 20;
    bottom: 0.6rem;
    width: 100%;
    text-align: center;
    z-index: 999;

    display: flex;
    align-items: center;
    /*justify-content: center;*/

    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0.8rem;
    box-sizing: border-box;
}

.pagination-product {
    position: absolute;
    z-index: 20;
    bottom: 6px;
    width: 100%;
    text-align: center;
    z-index: 999;

    display: flex;
    align-items: center;
    justify-content: center;
}


.pagination {
    /*background-color: #ff7200;*/
    border-radius: 2px;
    padding: 0 4px;
    font-size: 0;
    height: 14px;
    display: flex;
    align-items: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 50px;
    height: 4px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);

    margin: 0 5px;
    /*opacity: 0.3;*/
    cursor: pointer;
}

.swiper-active-switch {
    /*background: rgba(255, 255, 255, 1);*/
    opacity: 1;
    background: #ff7200;
}

.pagination-product .pagination {
    background: transparent;
}

.pagination-product .swiper-pagination-switch {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: transparent;
    margin: 0 5px;
    opacity: 1;
    cursor: pointer;
    position: relative;
    /*border: 1px solid #02328d;*/
}

.pagination-product .swiper-pagination-switch:after {
    display: block;
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #0c2f89;
    left: 9px;
    top: 9px;

}

.pagination-product .swiper-pagination-switch.swiper-active-switch:after {
    background: #0064CB;
}

.pagination-product .swiper-active-switch {
    /*  display: inline-block;
      width: 26px;
      height: 26px;
      border-radius: 26px;
      background: transparent;
      margin: 0 5px;
      opacity: 0.8;
      cursor: pointer;*/
    border: 1px solid #0C2F89;
}

.introbg {
    background-image: url("../images/intro-bg.png");
    background-repeat: repeat-y;
    background-position: top center;
}

.commen-title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    max-width: 1200px;


    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}


.companyProfile {
    width: 1200px;
    margin: 0 auto;
    text-align: justify;
    font-size: 22px;

    color: #333333;
    font-family: "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", Tahoma, Arial, STHeiti, sans-serif !important

}

.companyProfile p {
    font-size: 22px;
    line-height: 1.67;
    color: #333333;
    text-indent: 2em;
    padding-top: 10px;
}

.companyProfileList {
    padding: 70px 0;
}

.companyProfileList .list-item {
    width: 25%;
    float: left;

}

.companyProfileList .list-item .data-key {
    font-weight: bold;
    font-size: 32px;
    color: #ff7200;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;

    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.companyProfileList .list-item .data-value {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;

    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.more-btn {
    display: block;
    width: 160px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(to bottom, #ff842c, #fcb05e);
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    transition: all ease 0.2s;
}

.more-btn:hover {
    color: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    transform: translateY(-2px);
}

.halfItemContainer {
    padding-top: 80px;
}

.halfItem {
    width: 582px;
    height: 174px;
    padding: 46px 40px;
    box-sizing: border-box;

    cursor: pointer;

    border-radius: 10px;
    transition: box-shadow ease 0.3s;

    margin-top: 20px;

    float: left;
    position: relative;
}

.halfItem:nth-child(-n+2) {
    margin-top: 0px;
}

.halfItem:hover {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.halfItem:nth-child(2n) {
    margin-left: 32px;

}

.halfItem .half-title {
    font-size: 30px;
    font-weight: bold;
    color: #333333;

    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.halfItem .half-icon {
    display: block;
    height: 95px;
    position: absolute;
    right: 30px;
    top: 40px;
}

.halfItem .half-desc {
    font-size: 26px;
    color: #666666;
    margin-top: 20px;

    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.container1200 {
    width: 1200px;
    margin: 0 auto;
}

.renshe-server-box {
    padding: 40px 120px;
    position: relative;

}

.company-server-box {
    position: relative;
    background-color: #e7e5ff;
    padding: 40px 120px;
    margin-top: 30px;
}

.server-contener {
    width: 862px;
}


/*服务*/
.renshebg {
    background-image: url("../images/renshe-bg-rb.png");
    background-position: right -140px bottom -176px;
    background-repeat: no-repeat;
}

.server-title {
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
}

.server-desc {
    color: #333333;
    font-size: 18px;
}

.server-img {
    display: block;
    width: 86px;
    height: 60px;
    object-fit: contain;
    margin-right: 12px;


}

.server-list {
    margin-top: 40px;
}

.server-list.company {
    margin-top: 40px;
    width: 574px;
    position: relative;
}

.server-list-item {
    width: 33.33%;
    margin: 15px 0;
}

.server-list.company .server-list-item {
    width: 50%;
    margin: 15px 0;
}

.server-list-item {
    width: 33.33%;
    margin: 15px 0;
}

.server-list-item .icon {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-right: 16px;
}

.server-list-item .tt {
    color: #333333;
    font-size: 20px;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;

}

.company-server-right-img {
    display: block;
    width: 302px;
    height: 218px;
    object-fit: contain;
    margin-right: 16px;

    position: absolute;
    right: -60px;
    top: 60px;
    border-radius: 16px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.example-bg {
    /*background-image: url("./images/chanpinanli.png");*/
    background-color: #eff1f4;
    background-size: 100% auto;
    background-position: top center;
}

.example-item {

}

.example-content {
    width: 524px;
    padding-top: 100px;
}

.example-title {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
    line-height: 48px;
    white-space: nowrap;
    padding-bottom: 20px;
}

.example-desc {
    color: #333333;
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.67;
    /*font-weight: bold;*/
    /*line-height: 48px;*/
    /*white-space: nowrap;*/

}

.example-img {
    width: 664px;
}

.example-img img {
    display: block;
    width: 100%;
    height: auto;

}

.example-video-cover {
    width: 600px;
    height: 400px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.example-video-cover:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../images/btn-play.png");
    background-size: 38px 38px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

img.example-cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-txt {
    color: #ff7200;
    font-size: 22px;
    margin-top: 30px;
    cursor: pointer;
    display: block;
}

.more-txt:hover {
    color: #ff7200;
    font-weight: bold;
}

/*新闻*/

/*.product-swiper .swiper-slide {
    width: calc((100% - 40px) / 3);
}*/

.news-item {
    width: 380px;
    background-color: #FFFFFF;
    padding: 24px;
    box-sizing: border-box;
    cursor: pointer;
    /*margin-left: 30px;*/
    /*margin-top: 30px;*/
    transition: all ease 0.2s;
    display: block;

    margin-left: 10px;
    margin-right: 10px;
}

.news-item:hover {
    /*  transform: translateY(-4px);
      box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);*/
}

.news-item:hover .news-title {
    font-weight: bold;
}

/*.news-item:nth-child(3n +1) {
    margin-left: 0;
}*/

/*.news-item:nth-child(-n +3) {
    margin-top: 0;
}*/

.news-item .news-content {
    padding: 30px 0;
}

.news-item .news-title {
    color: #333333;
    font-size: 26px;
    padding-bottom: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    transition: all ease 0.2s;
}

.news-item .news-desc {
    color: #666666;
    font-size: 18px;
    line-height: 26px;
    height: 52px;

    display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    -webkit-line-clamp: 2; /* 限制显示两行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */

}

.news-item .news-img {
    width: 332px;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
}

.news-video-cover {
    width: 100%;
    height: 100%;
    position: relative;
}

.news-video-cover:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../images/btn-play.png");
    background-size: 38px 38px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.news-item .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all ease 0.3s;

}

.news-item:hover .news-img img {
    transform: scale(1.1);
}

.news-bg {
    background-image: url("../images/news-bg.png");
    /*background-size: 100% auto;*/
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #eaf0fc;
}

.contact-bg {
    background-image: url("../images/orangebg.png");
    /*background-size: 100% auto;*/
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #eaf0fc;
}


/*联系我们*/
.contact-content {
    width: 880px;
}

.contact-content .contact-title {
    color: #FFFFFF;
    font-size: 34px;
    padding-bottom: 20px;

    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.contact-content .contact-desc {
    color: #FFFFFF;
    font-size: 18px;

    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.btn-white {
    line-height: 60px;
    height: 60px;
    min-width: 180px;
    text-align: center;
    color: #ff7200;
    font-size: 22px;
    border-radius: 16px;
    background-color: #FFFFFF;
    margin-top: 20px;
    cursor: pointer;

    transition: all ease 0.2s;
}

.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}


.button-prev {
    display: block;
    width: 22px;
    height: 38px;
    /*    width: 1rem;
        height: 1rem;*/
    /*background: url("../images/swiper-next-normal.png") no-repeat center;*/
    background-image: url("../images/pre.png");
    background-repeat: no-repeat;

    background-size: contain;
    background-position:center ;
    position: absolute;
    /*left: -100px;*/
    left: -22px;
    top: 50%;
    transform: translateY(-80%);
    cursor: pointer;
    z-index: 6;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
}

/*.button-prev:hover {

    background: url("../images/swiper-pre.png") no-repeat center;
    background-size: cover;

    transform: translateY(-80%);
}*/

.button-next {
    display: block;
    width: 32px;
    height: 32px;

    width: 22px;
    height: 38px;
    /*    width: 1rem;
        height: 1rem;*/
    /*background: url("../images/swiper-next-normal.png") no-repeat center;*/
    /*background-image: url("../images/banner-next.png");*/
    background-image: url("../images/banner-next.png");
    background-image: url("../images/pre.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center ;
    position: absolute;
    /*right: -100px;*/
    right: -22px;
    top: 50%;
    transform: translateY(-80%)  rotate(180deg);
    cursor: pointer;
    z-index: 6;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
}

.button-prev:hover, .button-next:hover {
    opacity: 0.8;
}

.company-profile-content-outer {
    max-height: 200px;
    overflow: hidden;
}

.company-profile-content-outer.showall {
    max-height: none;
}

.company-profile-content-outer.showall + .expand-area .btn-expand {
    transform: rotate(0deg);
}

company-profile-content {

}

.expand-area {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01), rgba(228, 228, 228, 0.1));
    /*margin-top: -36px;*/
    cursor: pointer;
}

.expand-area:hover {
    opacity: 0.7;
}

.btn-expand {
    display: block;
    margin: 16px auto 0;
    transform: rotate(180deg);
    cursor: pointer;
    -webkit-animation: expandani 1.2s infinite linear;
}

@keyframes expandani {
    0%, 30% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0.1;
    }
}

/*.button-next:hover {
    background: url("../images/swiper-pre.png") no-repeat center;
    background-size: cover;

    transform: translateY(-80%) rotate(180deg);
}*/
@media only screen  and (min-width: 769px) and (max-width: 1260px) {
    .button-prev, .button-next {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .button-prev, .button-next {
        display: none;
    }

    .button-prev-mobile {
        display: block;
        width: 22px;
        height: 38px;
        /*    width: 1rem;
            height: 1rem;*/
        /*background: url("../images/swiper-next-normal.png") no-repeat center;*/
        /*background-image: url("../images/banner-next.png");*/
        background-image: url("../images/pre.png");
        background-repeat: no-repeat;

        background-size: contain;
        background-position: center;
        position: absolute;
        /*left: -100px;*/
        left: 0.05rem;
        top: 50%;
        transform: translateY(-80%);
        cursor: pointer;
        z-index: 6;
        background-color: #FFFFFF;
        border-radius: 4px;
        box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
    }

    /*.button-prev:hover {

        background: url("../images/swiper-pre.png") no-repeat center;
        background-size: cover;

        transform: translateY(-80%);
    }*/

    .button-next-mobile {
        display: block;
        width: 22px;
        height: 38px;
        /*    width: 1rem;
            height: 1rem;*/
        /*background: url("../images/swiper-next-normal.png") no-repeat center;*/
        /*background-image: url("../images/banner-next.png");*/
        background-image: url("../images/pre.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        /*right: -100px;*/
        right: 0.05rem;
        top: 50%;
        transform: translateY(-80%)  rotate(180deg);
        cursor: pointer;
        z-index: 6;
        background-color: #FFFFFF;
        border-radius: 4px;

        box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);

    }

    .button-prev-mobile:hover, .button-next:hover {
        opacity: 0.8;
    }

    .pagewd {
        min-width: auto;
        width: auto;
    }

    #liaoyi {
        width: 100vw;
        /*overflow-x: hidden;*/
    }

    .content-box {
        min-width: 0;
        padding: 0.4rem 0 0.4rem;
    }

    .container1200 {
        width: auto;
        margin: 0 auto;
    }

    /*轮播*/
    .swiper-container.main-swiper {
        min-width: 0 !important;
        position: relative;
    }

    .pagination-outer {
        width: 100%;
        bottom: 0.2rem;
        padding-left: 0.4rem;
    }

    .swiper-pagination-switch {
        width: 0.6rem;
    }

    .banner-item {
        height: 100%;
    }

    .banner-right {
        right: 0;
        bottom: 0;
        width: 70%;
        top: auto;
        opacity: 0.8;
    }

    .cube-img {
        width: 100%;
        height: auto;
    }

    .banner-container-outer {
        width: auto;
        padding: 1.2rem 0.80rem;


    }

    .bannner-content {
        width: 100vw;
        transform: scale(0.8);
    }

    .flash-img {
        width: 100%;
        bottom: 0;
        top: auto;
        left: 0;
    }


    .halfItemContainer {
        padding-top: 0.2rem;
        margin: 0 5%;
    }

    .halfItem {
        /*float: none;*/

        width: 48.5%;
        height: 1.6rem;
        line-height: 1;
        padding: 0.4rem 0.15rem 0;
        box-sizing: border-box;

        cursor: pointer;

        border-radius: 10px;
        transition: box-shadow ease 0.3s;

        margin-top: 0.2rem;
        margin-left: auto;
        margin-right: auto;

        background-position: right bottom;


    }
    .halfItem .half-icon {
        display: block;
        height: 0.46rem;
        position: absolute;
        right: 0.2rem;
        top: auto;
        bottom: 0.2rem;
    }

    /*    .halfItem:nth-child(2) {
            margin-top: 0.2rem;
        }*/
    .halfItem:hover {
        box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    }

    .halfItem:nth-child(2n) {
        margin-left: auto;
        float: right;

    }


    .halfItem .half-title {
        font-size: 0.28rem;
        font-weight: bold;
        color: #333333;

        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
    }

    .halfItem .half-desc {
        display: none;
    }


    /*公司简介*/
    .companyProfile {
        width: 90%;
        /*padding-bottom: 0.3rem;*/
    }

    .commen-title {
        font-size: 0.34rem;
        font-weight: bold;
        color: #333333;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 0.2rem;
    }

    .companyProfile p {
        font-size: 0.26rem;
        line-height: 1.67;
        color: #333333;
        text-indent: 2em;
        padding-top: 0.1rem;
    }

    .companyProfileList {
        padding: 0.3rem 0;
    }

    .companyProfileList .list-item {
        width: 50%;
        margin-top: 0.2rem;
    }

    .companyProfileList .list-item .data-key {
        font-size: 0.4rem;
    }

    .companyProfileList .list-item .data-value {
        font-size: 0.28rem;
    }

    .introbg {
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .more-btn {
        margin: 0.2rem auto !important;

        display: block;
        width: 2.4rem;
        height: 0.66rem;
        border-radius: 0.1rem;
        background: linear-gradient(to bottom, #ff842c, #fcb05e);
        line-height: 0.66rem;
        color: #FFFFFF;
        text-align: center;
        font-size: 0.3rem;
    }

    .news-bg .more-btn {
        margin: 0.4rem auto 0.2rem !important;
    }


    /*服务内容*/
    .renshe-server-box {
        padding: 0.2rem 0;
        box-sizing: border-box;
    }

    .server-img {
        width: 0.66rem;
        height: 1rem;
        position: absolute;
        top: 0.2rem;
        left: 0.1rem;
    }

    .server-title {
        width: 0.8rem;
        font-size: 0.32rem;
        white-space: nowrap;
        padding-left: 0.7rem;
        line-height: 1rem;
    }

    .server-desc {
        color: #333333;
        font-size: 0.26rem;
    }

    .server-contener {
        width: auto;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }

    .server-list {
        margin-top: 0.2rem;
    }

    .server-list-item {
        width: 50%;
        margin: 0.1rem 0;
    }

    .server-list.company .server-list-item {
        width: 50%;
        margin: 0.1rem 0;
    }

    .server-list-item .icon {
        margin-right: 0.1rem;
        width: 0.56rem;
        height: 0.56rem;
    }

    .server-list-item .tt {
        font-size: 0.26rem;
        line-height: 0.56rem;
    }

    /*助企赋能*/
    .company-server-box {
        padding: 0.2rem 0;
        box-sizing: border-box;
    }

    .server-list.company {
        width: auto;
        margin-top: 0.1rem;
    }

    .company-server-right-img {
        float: none !important;
        position: static;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
        height: auto;
    }

    .example-title {
        font-size: 0.32rem;
    }

    .example-content {
        width: auto;
        padding-top: 0.3rem;
        padding: 0 0.2rem;


        width: 90%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .example-desc {

    }

    .example-img {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .example-video-cover {
        width: 90vw;
        height: 60vw;
        float: none;
    !important;
        margin: 0.2rem auto;

    }

    /*新闻活动*/
    .news-item {
        width: 90%;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none;
        margin-top: 0.2rem;
        padding: 0.3rem;
    }

    .news-item:hover {
        transform: none;
        box-shadow: none;
    }

    .news-item:nth-child(-n +3) {
        margin-top: 0.2rem;
    }

    .news-item:nth-child(1) {
        margin-top: 0;
    }

    .news-item:nth-child(3n +1) {
        margin-left: auto;
    }

    .news-item .news-img {
        width: 100%;
        height: 46vw;
    }

    .news-item .news-content {
        padding: 0.2rem 0 0;
    }

    .news-item .news-title {
        font-size: 0.34rem;
        padding-bottom: 0.1rem;
    }

    .news-item .news-desc {
        font-size: 0.26rem;
        line-height: 0.4rem;
        height: 0.8rem;

    }


    .more-txt {
        color: #ff7200;
        font-size: 0.3rem;
        margin-top: 0.3rem;
        cursor: pointer;
        display: block;
    }

    .news-item .more-txt {
        margin-top: 0.2rem;

    }

    /*联系我们*/
    .contact-content {
        padding: 0 0.3rem;
        box-sizing: border-box;
        width: auto;
    }

    .contact-content .contact-title {
        font-size: 0.32rem;
        padding-bottom: 0.2rem;
        white-space: normal;

        float: none !important;
    }

    .contact-content .contact-desc {
        white-space: normal;
        font-size: 0.26rem;
    }

    .btn-white {
        line-height: 0.6rem;
        height: 0.6rem;
        min-width: 1.8rem;
        text-align: center;
        color: #ff7200;
        font-size: 0.28rem;
        border-radius: 0.1rem;
        background-color: #FFFFFF;
        margin-top: 0.3rem;
        margin-right: 0.3rem;
    }


    html body .footer .footer-content {
        width: auto;
        margin: auto;
        /*padding: 34px 10px;*/
        padding: 0 0.1rem;
        background: #191919;
        color: #FFFFFF;

    }

    html body .footer p {
        font-size: 0.24rem;
        margin-bottom: 0;
        line-height: 1.8;
        color: #FFFFFF;
        text-align: center;
    }

    html body .footer hr {
        margin: 0.1rem auto;
    }


    .btm-nav-link {
        font-size: 0.3rem;
        padding: 0.24rem 0.2rem;
    }


}

/*
      !* 手机设备 *!
@media only screen and (max-width: 768px) {







    .pagewd {
        width: 90vw;
        min-width: 0;
        margin: 0 auto;
    }

    .container1200 {
        width: 90vw;
        min-width: 0;
        margin: 0 auto;
    }

    .content-box {
        min-width: 0;
    }






    .swiper-container.main-swiper {
        width: 100vw !important;
        min-width: 0 !important;
    }
    .swiper-slide{
        width: 100vw !important;
    }
    .bannner-content{
        width: 90vw;
        margin: 0 auto;
    }

    .banner-right {
        display: none;
    }

    .banner-container-outer {
        min-width: 0;
        width: 100%;
        padding: 1.2rem 0;
        position: static;
    }



    .footer .footer-bottom {
        font-size: 0.2rem;
    }

    .renshe-server-box {
        padding: 0px 0px;

    }

    .server-contener {
        width: 90%;
    }

    .server-list-item {
        width: 100%;
    }

    html body .footer .footer-content{
        width: 90vw;
    }


}*/
