html,
body {
    overflow-x: hidden;
}

#slideOne {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.bigSwiper {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 120px;
}

.bigSwiper .bigSwipers,
.swiper-wrapper {
    width: 100%;
    height: auto;
    position: relative;
}

.bigSwiper>.bigSwipers>.swiper-wrapper>.swiper-slide {
    width: 100%;
    height: auto;
}

.bigSwiper>.bigSwipers>.swiper-wrapper>.swiper-slide>a {
    width: 100%;
    height: auto;
}

.bigSwiper>.bigSwipers>.swiper-wrapper>.swiper-slide>a img {
    width: 100%;
    height: auto;
}

.swiper {
    --swiper-theme-color: lime;
    --swiper-pagination-color: #00ff33;
    /* 两种都可以 */
}

.naCenter {
    width: 66%;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px 0px rgba(91, 17, 18, 0.1);
    opacity: 0.9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 18%;
    z-index: 1;
    bottom: -60px;
    /*margin-left: 66px;*/
    /*margin-right: 75px;*/
    justify-content: space-around;
}

.platform {
    width: 537px;
    height: auto;
    position: absolute;
    top: 20vw;
    left: 16.5%;
}

.swiper-button-pre {
    position: absolute;
    left: 2%;
    width: 50px;
    height: 50px;
    bottom: 500px;
    background: url('../images/zuo.png') no-repeat;
    z-index: 10;
}

.swiper-button-nex {
    position: absolute;
    right: 2%;
    width: 50px;
    height: 50px;
    bottom: 500px;
    background: url('../images/you.png') no-repeat;
    z-index: 10;
}

.platform-con {
    position: absolute;
    z-index: 1;
}

.platform-one {
    display: block;
    width: 537px;
    height: 57px;
    font-size: 48px;
    font-family: FZLTCHK;
    font-weight: normal;
    color: #333333;
    line-height: 90px;
}

.platform-two {
    height: 18px;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #1F0002;
    line-height: 30px;
    display: block;
    padding-top: 30px;
}

.loop {
    width: 120px;
    height: 42px;
    background: #CA1421;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 200px;
    z-index: 1;
    text-align: center;
    line-height: 42px;
    display: flex;
    justify-content: center;
}

.loop a {
    color: #fff;
}

.loop span {
    display: block;
    transform: rotate(90deg);
    margin-left: 8px;
    color: #fff;
}

.naCenter li {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.naCenter li p {
    font-size: 28px;
    font-family: AliBold;
    font-weight: normal;
    font-style: italic;
    color: #CA1421;
}

.naCenter li p span {
    font-size: 28px;
    font-family: AliBold;
    font-weight: normal;
    font-style: italic;
    color: #CA1421;
}

.naCenter li span {
    font-size: 16px;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
}

.productscon {
    width: 100%;
    height: 1300px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/beijingtu.png)
}

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

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

.products-con {
    width: 100%;
    position: absolute;
    left: 0;
    top: 11%;
}

.products-con p {
    text-align: center;
}

.products-con p a {
    display: block;
    margin: 0 auto;
    font-size: 36px;
    font-family: AliBold;
    font-weight: normal;
    color: #333333;
}

.products-con li {
    margin-top: 31px;
    font-size: 16px;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

/*.products-list {*/

/*    position: absolute;*/

/*    left: 0;*/

/*    top: 36%;*/

/*    width: 100%;*/

/*    display: flex;*/

/*    justify-content: center;*/

/*}*/

.products-list {
    position: absolute;
    left: 13%;
    top: 20%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto;
}

.products-list ul {
    width: 300px;
    height: 420px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(87, 87, 87, 0.1);
    border-radius: 8px;
    margin: 40px 50px;
}

.products-list ul li img {
    display: block;
    width: 108px;
    height: 126px;
    margin: 0 auto;
    margin-top: 40px;
}

.products-list ul:hover {
    background: red;
    color: #fff !important;
}

.products-list ul .list-con {
    height: auto;
    margin-top: 4%;
    text-align: center;
}

.products-list ul .list-con h3 {
    height: 18px;
    font-size: 18px;
    font-family: FZLTCHK;
    font-weight: bold;
    margin-top: 40px;
}

.products-list ul .list-con p {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    line-height: 20px;
    width: 220px;
    height: 90px;
    margin: 0 auto;
    padding-top: 15px;
    text-align: justify;
}

.products-list ul .list-con #btn {
    display: block;
    width: 117px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 17px;
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #CA1421;
    text-align: center;
    margin: 0 auto;
    line-height: 34px;
    margin-top: 32px !important;
}

.products-list dd li>#btn {
    display: block;
    width: 117px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 17px;
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #CA1421;
    text-align: center;
    margin: 0 auto;
    line-height: 34px;
    margin-top: 32px;
}

.solution {
    width: 100%;
    height: 900px;
    /*height: auto;*/
    overflow: hidden;
    position: relative;
    background-image: url(../images/banner3.jpg);
    background-repeat: no-repeat;
}

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

.jiejue {
    width: 100%;
    display: flex;
    position: absolute;
    left: 0;
    top: 150px;
    flex-direction: column;
    justify-content: center;
}

.jiejue p a {
    text-align: center;
    font-size: 36px;
    font-family: AliBold;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0 auto;
    display: block;
}

.jiejue li a {
    height: 15px;
    font-size: 16px;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 31px;
}

.solution-bot {
    position: absolute;
    left: 0;
    top: 348px;
    width: 100%;
}

.solution-bot dl {
    width: 52%;
    margin: 0 auto;
    /*margin-left: 450px;*/
    display: flex;
    margin-top: 50px;
}

.solution dl dt {
    width: 100%;
    display: block;
    height: 320px;
}

.solution dl dt img {
    width: 370px;
    display: block;
    height: auto;
}

.solution dl dd {
    margin-top: 43px;
    margin-left: 130px;
}

.solution dl dd>p a {
    font-size: 20px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.solution dl dd li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    /*opacity: 0.6;*/
}

.dl-imgs {
    width: 353px;
    margin-top: 60px;
    display: flex;
}

.dl-imgs li {
    margin-left: 87px;
}

.dl-imgs li img {
    width: 56px;
    height: 56px;
    display: block;
    margin: 0 auto;
}

.dl-imgs li img {
    cursor: pointer;
    transition: all 0.5s;
}

/*#technicalsolution{*/

/*    position: absolute;*/

/*}*/

/*#tradesolution{*/

/*    position: absolute;*/

/*}*/

.dl-imgs li img:hover {
    transform: scale(1.5);
}

.dl-imgs li p {
    font-size: 14px;
    font-family: AliMedium;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 15px;
}

.selectedCases {
    width: 100%;
    height: 590px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/banner2.jpg);
}

.jingxuan {
    width: 100%;
    display: flex;
    position: absolute;
    left: 0;
    top: 150px;
    flex-direction: column;
}

.jingxuan p {
    text-align: center;
    height: 34px;
    font-size: 36px;
    font-family: AliBold;
    font-weight: normal;
    color: #000000;
}

.jingxuan li {
    font-size: 16px;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 30px;
}

.bannerSwiper {
    width: 70%;
    position: absolute;
    left: 0;
    top: 320px;
    margin-left: 15%;
    margin-right: 15%;
    z-index: 1;
    display: none !important;
}

.get_job_focus {
    width: 100%;
    height: 200px;
    margin-left: 40px;
}

.get_job_focus>.swiper,
.swiper-wrapper {
    width: 100%;
    height: 200px;
}

.get_job_focus>.swiper,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 200px;
}

#slideOne {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-prev {
    width: 100px;
    height: 100px;
    background: url('../images/right.png') no-repeat;
    bottom: 15px;
}

.swiper-button-next {
    width: 100px;
    height: 100px;
    background: url('../images/left.png') no-repeat;
    bottom: 15px;
}

.swiper-one {
    width: 320px;
    height: 120px;
    overflow: hidden;
    background-image: url('../images/lunbobackground.png');
    border-radius: 8px;
    background-size: 320px 120px;
}

.swiper-one>li {
    width: 320px;
    height: 120px;
    display: flex;
    position: relative;
}

.swiper-one>li a img {
    margin-left: 10px;
}

.swiper-one li>a:first-child {
    display: flex;
    align-items: center;
}

.swiper-one li>.swiper_img {
    display: block;
    margin-right: 20px;
}

.swiper-one li>.swiper_Tit {
    padding-right: 10px;
    margin-top: 20px;
    display: block;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    color: #656566;
    font-size: 14px;
    line-height: 1.5;
}

.swiper-one li>p {
    position: absolute;
    right: 15px;
    color: #656566;
    bottom: 10px;
}

/* .swiper-one li p {
    align-items: center;
    display: flex;
    justify-content: flex-end;
} */

.imgs {
    margin-top: 81px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: -48px;
    top: 180px;
    width: 69%;
    margin-left: 20%;
    margin-right: 20%;
}

.imgs li {
    width: 20%;
}

.imgs li a>img {
    display: block;
    width: 87%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(87, 87, 87, 0.1);
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 20px;
}

.imgs li p {
    margin-top: 20px;
    font-size: 16px;
    font-family: AliRegular;
    text-align: center;
}

.imgs li p a {
    width: 100%;
    display: block;
    ;
    font-size: 16px;
    font-family: AliRegular;
    text-align: center;
    color: #333333;
}

.companNews {
    width: 100%;
    height: 1180px;
    overflow: hidden;
    position: relative;
}

.companNews-banner {
    width: 100%;
    height: 1180px;
    background-image: url(../images/banner5.jpg);
}

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

.imageText {
    width: 100%;
    position: absolute;
    left: 0;
    top: 300px;
    display: flex;
    justify-content: center;
}

.imageText dl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

.imageText dl dt a>img {
    display: block;
    margin: 0 auto;
    width: 320px;
    height: 240px;
    /*background: #969696;*/
    border-radius: 8px;
}

.imageText dl dd p {
    margin-top: 32px;
    font-size: 20px;
    /*font-family: PingFangSC;*/
    font-family: AliMedium;
    font-weight: 500;
    color: #FFFFFF;
    /*text-align: center;*/
}

.imageText dl dd a {
    padding-top: 18px;
    height: 70px;
    font-size: 14px;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    width: 320px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.imageText dl li a img {
    display: block;
    padding-top: 55px;
    margin: 0 auto;
}

.imageText dl:hover li a img {
    /*display: block;*/
    /*padding-top: 55px;*/
    /*margin: 0 auto;*/
    content: url("../images/t10.png");
}

.news {
    position: absolute;
    left: 0;
    width: 100%;
    top: 120px;
    text-align: center;
    background: none;
}

.news li {
    display: block;
    width: 100%;
    text-align: center;
}

.news li>.newss {
    height: 34px;
    font-size: 36px;
    font-family: AliBold;
    font-weight: normal;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    line-height: 34px;
}

.news li>.all {
    margin: 0 auto;
    height: 13px;
    font-size: 16px;
    font-family: OPPOSans-R;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 13px;
    display: block;
    margin-top: 20px;
}

.com-bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 200px;
    text-align: center;
}

.bottom-one a {
    font-size: 36px;
    font-family: AliBold;
    font-weight: normal;
    font-style: italic;
    color: #FFFFFF;
    line-height: 36px;
    width: 383px;
    display: block;
    margin: 0 auto;
}

.bottom-one a span {
    font-size: 20px;
    font-family: FZLTCHK;
    font-weight: normal;
    font-style: italic;
    color: #FFFFFF;
    line-height: 36px;
}

.bottom-two {
    margin-top: 10px;
}

.bottom-two a {
    font-size: 14px;
    /*font-family: PingFangSC;*/
    font-weight: 400;
    color: #FFFFFF;
}

.scheme {
    width: 120px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 8px;
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: 16px;
    font-size: 18px;
    font-family: AliMedium;
    font-weight: 500;
    color: #CA1421;
}

.footer {
    width: 100%;
    height: 320px;
    /*height: 350px;*/
    background: #EEEEEE !important;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.left {
    width: 33.33%;
    flex: 1;
    flex-shrink: 0;
    padding-left: 4%;
}

.left .foot-left-logo {
    width: 20%;
    height: 47px;
    margin-left: 40%;
    margin-top: 43px;
}

.foot-left-logo img {
    display: block;
    width: 142px;
    height: 47px;
}

.left-list {
    width: 100%;
    margin-top: 26px;
    display: flex;
    flex-direction: column;
}

.left-list ul {
    margin-left: 41%;
    float: left;
}

.left-list ul li {
    width: 90px;
    height: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    margin-left: -20px;
    padding-right: 15px;
    float: left;
}

.left-list ul li a {
    font-family: AliRegular;
}

.left-list ul>.jishu {
    text-align: left;
}

.left-hotServer,
.left-address {
    display: flex;
    margin-left: 43%;
}

.left-hotServer a,
.left-address a {
    font-family: AliRegular;
}

.left-hotServer li {
    margin-left: -15px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.left-address li {
    margin-left: -15px;
}

.center {
    flex: 1;
    display: flex;
    justify-content: space-around;
    margin-left: 2%;
}

.center-products,
.center-solution,
.center-partner,
.center-about {
    margin-top: 40px;
    margin-right: 5px;
}

.line {
    width: 100px;
    height: 1px;
    background: #666666;
    margin-top: 2px;
}

.products-tit {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.products-tit a {
    font-family: AliMedium;
}

.center-products ul {
    margin-top: 20px;
}

.center-solution ul {
    margin-top: 20px;
}

.center-solution ul li {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.center-products ul li {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.center-products ul li {
    color: #333333;
}

.center-products ul a {
    font-family: AliRegular;
}

.center-solution ul a {
    font-family: AliRegular;
}

.center-partner ul a {
    font-family: AliRegular;
}

.center-about ul a {
    font-family: AliRegular;
}

.center-partner ul {
    margin-top: 20px;
}

.center-partner ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.center-about ul {
    margin-top: 20px;
}

.center-about ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.right {
    flex: 1;
    display: flex;
    margin-top: 36px;
}

.right-one {
    margin-left: 50px
}

.right-two {
    margin-left: 20px;
}

.right-one img {
    margin-bottom: 10px;
    width: 130px !important;
    height: 130px !important;
}

.right-two img {
    margin-bottom: 10px;
    width: 130px !important;
    height: 130px !important;
}

.right-one div {
    font-family: AliRegular;
}

.right-two div {
    font-family: AliRegular;
}

.last-content {
    width: 100%;
    /* width: 1920px; */
    /* height: 84px; */
    background: #F8F8F8;
    /* margin: 0 auto; */
    padding-top: 20px;
}

.last-tit,
.last-con {
    font-size: 14px;
    font-family: AliRegular;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center;
}

.lian li {
    position: relative;
}

.lian li:first-child {
    width: 52px;
    height: 150px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 26px;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 999;
}

.lian li:first-child a {
    width: 17px;
    height: 83px;
    font-size: 16px;
    font-weight: 600;
    color: #340606;
    display: block;
    margin: 0 auto;
    margin-top: 55px;
    font-family: AliRegular;
}

.lian li:last-child a {
    font-size: 18px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    background: #ca1421;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 50%;
    display: block;
    font-family: '楷体';
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 308px;
    z-index: 999;
    line-height: 30px;
    transform: rotate(-90deg);
    color: #ffffff;
}

.indexBanners {
    display: none;
}

.footers {
    display: none;
}

.searchCon {
    display: none;
}

.pContent {
    display: none;
}

.pContentSimg {
    display: none;
}

.solutionListContents {
    display: none;
}

.selectedContents {
    display: none;
}

.IndexSwiperCont {
    display: none;
}

.customerpng {
    display: none;
}

.companynewsapp {
    display: none;
}

.last-contents {
    display: none;
}

@media (max-width: 767px) {
    .swiper-two {
        display: block;
        width: 96%;
        height: 150px;
        margin: 0 auto;
    }
    .swiper-two>li {
        display: flex;
        position: relative;
        background-image: url(../images/lunbobackground.png);
        border-radius: 8px;
        width: 360px;
        height: 150px;
    }
    .swiper-two li>a:first-child {
        display: flex;
        align-items: center;
    }
    .swiper-two li>.swiper_img {
        display: block;
        margin-right: 20px;
        align-items: center;
    }
    .swiper-two li>.swiper_Tit {
        margin-top: 20px;
        display: block;
        /* overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; */
        color: #656566;
        font-size: 14px;
        line-height: 1.5;
    }
    .swiper-two li>p {
        position: absolute;
        right: 14px;
        color: #656566;
        bottom: 28px;
    }
    .appSwiper {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .appSwiper,
    .swiper-wrapper {
        width: 100%;
        height: auto;
        position: relative;
    }
    .appSwiper>.swiper-wrapper>.swiper-slide {
        width: 100%;
        height: auto;
    }
    .appSwiper>.swiper-wrapper>.swiper-slide>img {
        width: 100%;
        height: auto;
    }
    .swiper-button-nexts,
    .swiper-button-prevs {
        color: red !important;
    }
    .swiper-button-next {
        color: red !important;
        width: 60px !important;
        height: 60px !important;
        border-radius: 50% !important;
        text-align: center !important;
        font-size: 25px !important;
        border: 1px solid #f5f5f5 !important;
        position: relative 8 !important;
        right: -100px !important;
    }
    .IndexSwiperCont {
        width: 96%;
        height: 150px;
    }
    .IndexSwiperCont>.IndexSwiperConts {
        display: block;
        width: 100%;
        margin: 0 auto;
        height: 150px;
    }
    .IndexSwiperConts>.swiper-wrappers {
        height: 150px;
    }
    .IndexSwiperConts>.swiper-wrappers>.indexSlide1 {
        width: 100%;
        height: 150px;
    }
    .indexSlide1 img {
        display: block;
        width: 100%;
        height: auto;
    }
    .selectedContents {
        display: block;
        height: auto;
        width: 100%;
        background-image: url('../images/banner.png');
    }
    .selectedContents>.pContentsC {
        display: block;
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }
    .pContentsC {
        display: block;
        width: 100%;
        height: 100px;
        padding-top: 10px;
    }
    .pContentsC a {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .pContentsC a:nth-child(1) {
        font-weight: 500;
        font-size: 18px;
    }
    .pContentsC a:nth-child(2) {
        margin-top: 30px;
        margin-top: 8px;
        font-size: 16px;
    }
    .solutionListContents {
        padding-top: 30px;
        padding-bottom: 30px;
        display: block;
        width: 100%;
        height: auto;
        background-image: url(../images/banner3.png);
    }
    .solutionListContents>p {
        margin-top: 30px;
    }
    .solutionListContents>p:nth-child(1) {
        width: 50%;
        display: block;
        margin: 0 auto;
        font-size: 26px;
        margin-top: 30px;
        text-align: center;
        font-family: AliMedium;
    }
    .solutionListContents>p:nth-child(2) {
        width: 99%;
        display: block;
        margin: 0 auto;
        font-size: 16px;
        margin-top: 30px;
        text-align: center;
        font-family: AliRegular;
    }
    .solutionListContents>a {
        width: 50%;
        display: block;
        margin: 0 auto;
        font-size: 18px;
        margin-top: 5px;
        text-align: center;
        color: #CA1421;
    }
    .solutionListContents>a span:nth-child(2) {
        margin-left: 5px;
        font-family: '楷体';
    }
    .solutionListContents>p:nth-child(2) a span {
        margin-left: 5px;
        font-family: '楷体';
        color: #CA1421;
    }
    .solutionListContents .quan {
        width: 61.3%;
        height: auto;
        margin: 0 auto;
        display: block;
        margin-top: 30px;
    }
    .solutionListContents .quan img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .solutionListContents .both {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: space-around;
        margin-top: 20px;
    }
    .solutionListContents .both a {
        display: block;
        width: 30%;
        height: auto;
        text-align: center;
    }
    .solutionListContents .both a .jishu {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .solutionListContents .both a .jishu img {
        width: auto;
        height: 115px;
    }
    .solutionListContents .both a .jishu p {
        margin-top: 5px;
        width: 100%;
        display: block;
        height: auto;
    }
    .solutionListContents .both a .hangye {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .solutionListContents .both a .hangye p {
        margin-top: 5px;
        width: 100%;
        display: block;
        height: auto;
    }
    .solutionListContents .both a .hangye img {
        width: auto;
        height: 115px;
    }
    .pContentSimg {
        display: block;
        width: 100%;
        margin-top: 50px;
    }
    .pContentSimg ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .pContentSimg ul li {
        display: flex;
        width: 40%;
        flex-direction: column;
        /*justify-content: center;*/
        padding: 0 15px;
        height: 400px;
    }
    .pContentSimg ul li a>img {
        display: block;
        margin: 0 auto;
        width: 126px;
        height: 113px;
    }
    .pContentSimg ul li a {
        text-align: center;
        line-height: 1.8;
        font-family: AliRegular;
        margin-top: 10px;
    }
    .pContentSimg ul li a:nth-child(4) {
        display: block;
        text-align: center;
        line-height: 1.8;
        font-family: AliRegular;
        margin-top: 10px;
        padding: 5px 10px;
        color: #CA1421;
        background-color: white;
        border-radius: 10px;
    }
    .pContentSimg ul li a:nth-child(1) {
        text-align: center;
        line-height: 1.8;
        font-family: AliRegular;
        margin-top: 30px;
    }
    .pContentSimg ul li:nth-child(1) a:nth-child(3) {
        text-align: center;
        line-height: 1.8;
        font-family: AliRegular;
        height: 150px;
    }
    .pContentSimg ul li:nth-child(2) a:nth-child(3) {
        text-align: center;
        line-height: 1.8;
        font-family: AliRegular;
        height: 150px;
    }
    .pContentSimg ul li:nth-child(3) a:nth-child(3) {
        text-align: center;
        line-height: 1.8;
        font-family: AliRegular;
        height: 175px;
    }
    .pContentSimg ul li:nth-child(4) a:nth-child(3) {
        text-align: center;
        line-height: 1.8;
        font-family: AliRegular;
        height: 175px;
    }
    .pContentSimg ul li a:nth-child(3) {
        text-align: center;
        line-height: 1.8;
        font-family: AliRegular;
        height: 185px;
    }
    .oneCent {
        display: block;
    }
    .threeCon,
    .fourC,
    .FiveC {
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .pContentSimg ul li a:nth-child(2) {
        font-weight: 500;
        font-size: 18px;
        font-family: AliMedium;
    }
    .pContent {
        padding-top: 90px;
        padding-bottom: 90px;
        display: block;
        width: 100%;
        height: auto;
        background-image: url(../images/banner.png);
    }
    .ItsImg {
        display: block;
        margin-top: 5px;
    }
    .pContents {
        display: block;
        width: 100%;
        height: auto;
    }
    .pContents a,
    .pContents p {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .pContents a span {
        font-size: 18px;
        margin-top: 5px;
        font-family: AliRegular;
    }
    .pContents a span:nth-child(2) {
        font-size: 18px;
        margin-top: 5px;
        margin-left: 5px;
        font-family: '楷体';
    }
    .pContents a:nth-child(1) {
        font-weight: 500;
        font-size: 26px;
        font-family: AliMedium;
    }
    .pContents p:nth-child(2) {
        font-family: AliRegular;
        margin-top: 30px;
        font-size: 16px;
    }
    .pContents a:nth-child(3) {
        font-family: AliRegular;
        margin-top: 5px;
        font-size: 18px;
        color: #CA1421;
    }
    .pContentsC a span {
        display: block;
        font-size: 18px;
        font-family: AliMedium;
        margin-top: 5px;
    }
    .pContentsC a:nth-child(1) {
        font-weight: 500;
        font-size: 26px;
        font-family: AliMedium;
    }
    .pContentsC p:nth-child(2) {
        margin-top: 30px;
        font-size: 18px;
        font-family: AliMedium;
    }
    .pContentsC a:nth-child(3) {
        margin-top: 5px;
        font-size: 18px;
        color: #CA1421;
        font-family: AliRegular;
    }
    .indexBanners {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .indexBannerCon {
        width: 100%;
        left: 10px;
        bottom: 98px;
        position: absolute;
    }
    .indexBannerCon ul li>.con_one {
        color: #000;
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 10px;
        display: block;
    }
    .loops {
        width: 90px;
        height: 32px;
        background: #CA1421;
        border-radius: 10px;
        position: absolute;
        left: 0;
        bottom: -40px;
        text-align: center;
        line-height: 32px;
        display: flex;
        justify-content: center;
    }
    .loops a {
        color: #fff;
    }
    .loops span {
        display: block;
        transform: rotate(90deg);
        margin-left: 3px;
        color: #fff;
    }
    .navContBanner {
        display: block;
        width: 100%;
        margin: 0 auto;
        /* background: #FFFFFF; */
        /* box-shadow: 0px 5px 30px 0px rgba(91, 17, 18, 0.1); */
        opacity: 1;
        border-radius: 10px;
        position: absolute;
        /* left: 30%; */
        padding: 10px 0;
        bottom: -70px;
        z-index: 2;
    }
    .navContBanner ul {
        padding: 10px 20px;
        background: #ffffff;
        margin: 0 auto;
        opacity: 0.9;
        width: 300px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        box-shadow: 0px 5px 30px 0px rgba(91, 17, 18, 0.1);
        border-radius: 10px;
    }
    .navContBanner ul li {
        width: 30%;
        text-align: center;
    }
    .navContBanner ul li p {
        color: #CA1421;
        font-family: FZLTCHK;
        font-weight: normal;
        font-style: italic;
        color: #CA1421;
        font-weight: 500;
        font-size: 18px;
    }
    .indexBannersImg {
        width: 100%;
        height: auto;
    }
    .companNews {
        display: none;
    }
    .selectedCases {
        display: none;
    }
    .solution {
        display: none;
    }
    .productscon {
        display: none;
    }
    .bigSwiper {
        display: none;
    }
    .bigSwipers {
        display: none;
    }
    .naCenter {
        display: none;
    }
    .last-contents {
        display: block;
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .lian {
        display: none;
    }
    .customerpng {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
        padding-bottom: 20px;
        background-image: url('../images/banner2.png');
    }
    .customerpng img {
        width: 30%;
        height: auto;
        margin-top: 10px;
        border-radius: 5px;
    }
    .companynewsapp {
        display: block;
        background-image: url(../images/banner5.png);
        width: 100%;
        height: auto;
    }
    .companynewsapptitle {
        padding-top: 40px;
        width: 90%;
        margin: 0 auto;
        height: auto;
    }
    .companynewsapptitle p:nth-child(1) {
        color: white;
        text-align: center;
        font-size: 26px;
    }
    .companynewsapptitle p:nth-child(2) {
        font-size: 14px;
        text-align: center;
        color: white;
        margin: 5px 0;
    }
    .companynewsapptitle a {
        display: block;
        font-size: 14px;
        text-align: center;
        color: red;
        margin-bottom: 30px;
    }
    .companynewsapppng {
        width: 100%;
        display: flex;
        height: auto;
    }
    .companynewsapppng1 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        color: white;
    }
    .companynewsapppng1 p {
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-top: 10px;
        font-family: AliMedium;
    }
    .companynewsapppng1 img {
        display: block;
        margin: 0 auto;
        width: 80%;
        height: auto;
    }
    .companynewsapppng1 .img2 {
        display: block;
        margin: 0 auto;
        width: 30px;
        height: auto;
        margin-top: 10px;
    }
    .com-bottom1 {
        margin-top: 80px;
        width: 100%;
        left: 0;
        text-align: center;
        height: auto;
    }
    .bottom-one1 a {
        font-size: 26px;
        font-family: AliMedium;
        font-weight: normal;
        font-style: italic;
        color: #FFFFFF;
        line-height: 26px;
        width: 380px;
        display: block;
        margin: 0 auto;
    }
    .bottom-one1 a span {
        font-size: 16px;
        font-family: AliMedium;
        font-weight: normal;
        font-style: italic;
        color: #FFFFFF;
        line-height: 36px;
    }
    .bottom-two1 {
        margin-top: 10px;
    }
    .bottom-two1 a {
        font-size: 14px;
        font-family: AliMedium;
        font-weight: 400;
        color: #ccc;
    }
    .scheme1 {
        width: 100px;
        height: 30px;
        background-color: white;
        color: red;
        font-weight: 700;
        border-radius: 10px;
        border-style: none;
        margin-top: 15px;
        margin-bottom: 100px;
        font-family: AliRegular;
    }
    .footer {
        display: none;
    }
    .footers {
        display: block;
        width: 100%;
    }
    .footersCon {
        width: 100%;
        display: flex;
        padding: 10px 0;
    }
    .footersCon ul {
        width: 30%;
        margin-top: 10px;
    }
    .footersCon ul li {
        display: flex;
        width: 100%;
    }
    .footersCon ul li a {
        line-height: 30px;
        margin-left: 30px;
    }
    .rightfooters {
        display: flex;
        width: 70%;
        margin-top: 10px;
        justify-content: space-around;
    }
    .rights-one>img {
        width: 103px;
        display: block;
        height: 102px;
    }
    .rights-two>img {
        width: 103px;
        display: block;
        height: 102px;
    }
}

@media (min-width: 1071px) and (max-width: 1267px) {
    .productscon {
        width: 100%;
        height: 2050px;
        overflow: hidden;
        position: relative;
        background-image: url(../images/beijingtu.png)
    }
}

@media (min-width: 769px) and (max-width: 1070px) {
    .productscon {
        width: 100%;
        height: 3500px;
        overflow: hidden;
        position: relative;
        background-image: url(../images/beijingtu.png)
    }
    .products-list {
        position: absolute;
        left: 13%;
        top: 10%;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 75%;
        margin: 0 auto;
    }
    .products-con {
        width: 100%;
        position: absolute;
        left: 0;
        top: 5%;
    }
}

@media (min-width: 1450px) and (max-width: 1605px) {}

.products-list {
    position: absolute;
    left: 13%;
    top: 20%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

}

@media (min-width: 1350px) and (max-width: 1505px) {
    .products-list {
        position: absolute;
        left: 5%;
        top: 20%;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) and (max-width: 1349px) {
    .products-list {
        position: absolute;
        left: 5%;
        top: 20%;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 95%;
        margin: 0 auto;
    }
}

@media (min-width: 1000px) and (max-width: 1450px) {
    .imgs {
        margin-top: 81px;
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        left: -48px;
        width: 69%;
        margin-left: 23%;
        margin-right: 20%;
    }
    .swiper-one {
        width: 270px;
        height: 120px;
        overflow: hidden;
        background-image: url(../images/lunbobackground.png);
        border-radius: 8px;
        background-size: 320px 120px;
    }
    .swiper-one li>.swiper_Tit {
        margin-top: 20px;
        width: 130px;
        display: block;
        color: #656566;
        font-size: 14px;
        line-height: 1.5;
    }
    .swiper-one li>p {
        position: absolute;
        right: 67px;
        color: #656566;
        bottom: 10px;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .bannerSwiper {
        width: 84%;
        position: absolute;
        left: 0;
        top: 320px;
        margin-left: 6%;
        margin-right: 15%;
        z-index: 1;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .left .foot-left-logo {
        width: 20%;
        height: 47px;
        margin-left: 6%;
        margin-top: 34px;
    }
    .left-list {
        width: 100%;
        margin-top: 7px;
        display: flex;
        flex-direction: column;
    }
    .swiper-button-prev {
        left: -45px !important;
        right: auto;
    }
    .swiper-button-next {
        right: -106px !important;
        left: auto;
    }
    .swiper-one li>.swiper_Tit {
        margin-top: 20px;
        width: 130px;
        display: block;
        color: #656566;
        font-size: 14px;
        line-height: 1.5;
    }
    .swiper-one li>p {
        position: absolute;
        right: 67px;
        color: #656566;
        bottom: 10px;
    }
}

@media (min-width: 950px) and (max-width: 1100px) {
    .solution dl dt img {
        width: 270px;
        display: block;
        height: auto;
    }
}

@media (min-width:1000px) and (max-width: 1180px) {
    .naCenter {
        width: 780px;
        height: 120px;
        margin: 0 auto;
        background: #FFFFFF;
        box-shadow: 0px 5px 30px 0px rgba(91, 17, 18, 0.1);
        opacity: 0.9;
        border-radius: 10px;
        display: flex;
        align-items: center;
        position: absolute;
        left: 14%;
        z-index: 1;
        bottom: -60px;
        /*margin-left: 66px;*/
        /*margin-right: 75px;*/
        justify-content: space-around;
    }
}

@media (min-width:900px) and (max-width: 1000px) {
    .naCenter {
        width: 780px;
        height: 120px;
        margin: 0 auto;
        background: #FFFFFF;
        box-shadow: 0px 5px 30px 0px rgba(91, 17, 18, 0.1);
        opacity: 0.9;
        border-radius: 10px;
        display: flex;
        align-items: center;
        position: absolute;
        left: 10%;
        z-index: 1;
        bottom: -60px;
        /*margin-left: 66px;*/
        /*margin-right: 75px;*/
        justify-content: space-around;
    }
}

@media (min-width:800px) and (max-width: 900px) {
    .naCenter {
        width: 780px;
        height: 120px;
        margin: 0 auto;
        background: #FFFFFF;
        box-shadow: 0px 5px 30px 0px rgba(91, 17, 18, 0.1);
        opacity: 0.9;
        border-radius: 10px;
        display: flex;
        align-items: center;
        position: absolute;
        left: 1%;
        z-index: 1;
        bottom: -60px;
        /*margin-left: 66px;*/
        /*margin-right: 75px;*/
        justify-content: space-around;
    }
}

@media (min-width: 767px) and (max-width: 949px) {
    .solution dl dt img {
        width: 170px;
        display: block;
        height: auto;
    }
    .solution-bot dl {
        width: 52%;
        margin: 0 auto;
        margin-left: 150px;
        display: flex;
        margin-top: 50px;
    }
}

/*@media (min-width: 768px) and (max-width: 991px) {*/

/*    .swiper-button-nexts,*/

/*    .swiper-button-prevs {*/

/*        color: red !important;*/

/*    }*/

/*    .swiper-button-next {*/

/*        color: red !important;*/

/*        width: 60px !important;*/

/*        height: 60px !important;*/

/*        border-radius: 50% !important;*/

/*        text-align: center !important;*/

/*        font-size: 25px!important;*/

/*        border: 1px solid #f5f5f5 !important;*/

/*        position: relative 8 !important;*/

/*        right: -100px !important;*/

/*    }*/

/*    .IndexSwiperCont {*/

/*        display: block;*/

/*        width: 100%;*/

/*        height: 120px;*/

/*    }*/

/*    .IndexSwiperCont>.IndexSwiperConts {*/

/*        display: block;*/

/*        width: 80%;*/

/*        margin: 0 auto;*/

/*        height: 120px;*/

/*    }*/

/*    .IndexSwiperConts>.swiper-wrappers {*/

/*        height: 120px;*/

/*    }*/

/*    .IndexSwiperConts>.swiper-wrappers>.indexSlide1 {*/

/*        width: 100%;*/

/*        height: 120px;*/

/*    }*/

/*    .indexSlide1 img {*/

/*        display: block;*/

/*        width: 100%;*/

/*        height: 120px;*/

/*    }*/

/*    .selectedContents {*/

/*        display: block;*/

/*    }*/

/*    .selectedContents>.pContentsC {*/

/*        display: block;*/

/*        width: 100%;*/

/*        height: 100px;*/

/*    }*/

/*    .pContentsC {*/

/*        display: block;*/

/*        width: 100%;*/

/*        height: 100px;*/

/*        margin-top: 10px;*/

/*    }*/

/*    .pContentsC a {*/

/*        display: block;*/

/*        width: 100%;*/

/*        margin: 0 auto;*/

/*        text-align: center;*/

/*    }*/

/*    .pContentsC a:nth-child(1) {*/

/*        font-weight: 500;*/

/*        font-size: 18px;*/

/*    }*/

/*    .pContentsC a:nth-child(2) {*/

/*        margin-top: 8px;*/

/* font-size: 16px; */

/*    }*/

/*    .solutionListContents {*/

/*        display: block;*/

/*        width: 100%;*/

/*    }*/

/*    .solutionListContents a>img {*/

/*        display: block;*/

/*        width: 100%;*/

/*    }*/

/*    .pContentSimg {*/

/*        display: block;*/

/*        width: 100%;*/

/*        margin-top: -110px;*/

/*    }*/

/*    .pContentSimg ul {*/

/*        display: flex;*/

/*        width: 100%;*/

/*        flex-wrap: wrap;*/

/*        justify-content: center;*/

/*    }*/

/*    .pContentSimg ul li {*/

/*        display: flex;*/

/*        width: 40%;*/

/*        flex-direction: column;*/

/*        justify-content: center;*/

/* background: red; */

/*        padding: 0 15px;*/

/*    }*/

/*    .pContentSimg ul li a>img {*/

/*        display: block;*/

/*        margin: 0 auto;*/

/*        width: 126px;*/

/*        height: 113px;*/

/*    }*/

/*    .pContentSimg ul li a {*/

/*        text-align: center;*/

/*        line-height: 1.8;*/

/*    }*/

/*    .oneCent {*/

/*        display: block;*/

/*    }*/

/*    .threeCon,*/

/*    .fourC,*/

/*    .FiveC {*/

/*        display: block;*/

/*        display: -webkit-box;*/

/*        -webkit-box-orient: vertical;*/

/*        -webkit-line-clamp: 3;*/

/*        overflow: hidden;*/

/*    }*/

/*    .pContentSimg ul li a:nth-child(2) {*/

/*        font-weight: 500;*/

/*        font-size: 18px;*/

/*    }*/

/*    .pContent {*/

/*        display: block;*/

/*        width: 100%;*/

/*        height: 200px;*/

/*        margin-top: 90px;*/

/*    }*/

/*    .ItsImg {*/

/*        display: block;*/

/*        margin-top: 5px;*/

/*    }*/

/*    .pContents {*/

/*        display: block;*/

/*        width: 100%;*/

/*        height: 200px;*/

/*        margin-top: 90px;*/

/*    }*/

/*    .pContents a {*/

/*        display: block;*/

/*        width: 100%;*/

/*        margin: 0 auto;*/

/*        text-align: center;*/

/*    }*/

/*    .pContents a:nth-child(1) {*/

/*        font-weight: 500;*/

/*        font-size: 18px;*/

/*    }*/

/*    .pContents a:nth-child(2) {*/

/*        margin-top: 8px;*/

/*    }*/

/*    .indexBanners {*/

/*        display: block;*/

/*        width: 100%;*/

/*        position: relative;*/

/*    }*/

/*    .indexBannerCon {*/

/*        width: 100%;*/

/*        left: 25px;*/

/*        bottom: 98px;*/

/*        position: absolute;*/

/*    }*/

/*    .indexBannerCon ul li>.con_one {*/

/*        color: #000;*/

/*        font-weight: 500;*/

/*        font-size: 18px;*/

/*        margin-bottom: 10px;*/

/*        display: block;*/

/*    }*/

/*    .loops {*/

/*        width: 90px;*/

/*        height: 32px;*/

/*        background: #CA1421;*/

/*        border-radius: 10px;*/

/*        position: absolute;*/

/*        left: 0;*/

/*        bottom: -40px;*/

/*        text-align: center;*/

/*        line-height: 32px;*/

/*        display: flex;*/

/*        justify-content: center;*/

/*    }*/

/*    .loops a {*/

/*        color: #fff;*/

/*    }*/

/*    .loops span {*/

/*        display: block;*/

/*        transform: rotate(90deg);*/

/*        margin-left: 3px;*/

/*        color: #fff;*/

/*    }*/

/*    .navContBanner {*/

/*        width: 90%;*/

/*        margin: 0 auto;*/

/*        background: #FFFFFF;*/

/*        box-shadow: 0px 5px 30px 0px rgba(91, 17, 18, 0.1);*/

/*        opacity: 0.9;*/

/*        border-radius: 10px;*/

/*        position: absolute;*/

/*        left: 25px;*/

/*        padding: 10px 0;*/

/*        bottom: -40px;*/

/*    }*/

/*    .navContBanner ul {*/

/*        width: 100%;*/

/*        margin: 0 auto;*/

/*        display: flex;*/

/*        align-items: center;*/

/*        flex-wrap: wrap;*/

/*        justify-content: center;*/

/*    }*/

/*    .navContBanner ul li {*/

/*        width: 15%;*/

/*        text-align: center;*/

/*    }*/

/*    .navContBanner ul li p {*/

/*        color: #CA1421;*/

/*        font-family: FZLTCHK;*/

/*        font-weight: normal;*/

/*        font-style: italic;*/

/*        color: #CA1421;*/

/*        font-weight: 500;*/

/*        font-size: 18px;*/

/*    }*/

/*    .indexBannersImg {*/

/*        width: 100%;*/

/*        height: 260px;*/

/*    }*/

/*    .indexBannersImg img {*/

/*        display: block;*/

/*        width: 100%;*/

/*        height: 260px;*/

/*    }*/

/*    .companNews {*/

/*        display: none;*/

/*    }*/

/*    .selectedCases {*/

/*        display: none;*/

/*    }*/

/*    .solution {*/

/*        display: none;*/

/*    }*/

/*    .productscon {*/

/*        display: none;*/

/*    }*/

/*    .bigSwiper {*/

/*        display: none;*/

/*    }*/

/*    .last-contents {*/

/*        display: block;*/

/*        width: 100%;*/

/*        height: 70px;*/

/*        display: flex;*/

/*        align-items: center;*/

/*        flex-direction: column;*/

/*    }*/

/*    .lian {*/

/*        display: none;*/

/*    }*/

/*    .customerpng {*/

/*        display: block;*/

/*        display: flex;*/

/*        flex-wrap: wrap;*/

/*    }*/

/*    .customerpng img {*/

/*        width: 33%;*/

/*        height: auto;*/

/*    }*/

/*    .companynewsapp {*/

/*        display: block;*/

/*        background-image: url(../images/banner5.png);*/

/*        width: 100%;*/

/*        height: auto;*/

/*    }*/

/*    .companynewsapptitle {*/

/*        padding-top: 40px;*/

/*        width: 90%;*/

/*        margin: 0 auto;*/

/*        height: auto;*/

/*    }*/

/*    .companynewsapptitle p:nth-child(1) {*/

/*        color: white;*/

/*        text-align: center;*/

/*        font-size: 26px;*/

/*    }*/

/*    .companynewsapptitle p:nth-child(2) {*/

/*        font-size: 14px;*/

/*        text-align: center;*/

/*        color: white;*/

/*        margin: 5px 0;*/

/*    }*/

/*    .companynewsapptitle a {*/

/*        display: block;*/

/*        font-size: 14px;*/

/*        text-align: center;*/

/*        color: red;*/

/*        margin-bottom: 30px;*/

/*    }*/

/*    .companynewsapppng {*/

/*        width: 100%;*/

/*        display: flex;*/

/*        height: auto;*/

/*    }*/

/*    .companynewsapppng1 {*/

/*        width: 100%;*/

/*        height: auto;*/

/*        margin: 0 auto;*/

/*        color: white;*/

/*    }*/

/*    .companynewsapppng1 p {*/

/*        display: block;*/

/*        width: 80%;*/

/*        margin: 0 auto;*/

/*    }*/

/*    .companynewsapppng1 img {*/

/*        display: block;*/

/*        margin: 0 auto;*/

/*        width: 80%;*/

/*        height: auto;*/

/*    }*/

/*    .companynewsapppng1 .img2 {*/

/*        display: block;*/

/*        margin: 0 auto;*/

/*        width: 30px;*/

/*        height: auto;*/

/*        margin-top: 10px;*/

/*    }*/

/*    .com-bottom1 {*/

/*        margin-top: 80px;*/

/*        width: 100%;*/

/*        left: 0;*/

/*        text-align: center;*/

/*        height: auto;*/

/*    }*/

/*    .bottom-one1 a {*/

/*        font-size: 26px;*/

/*        font-family: FZLTCHK;*/

/*        font-weight: normal;*/

/*        font-style: italic;*/

/*        color: #FFFFFF;*/

/*        line-height: 26px;*/

/*        width: 380px;*/

/*        display: block;*/

/*        margin: 0 auto;*/

/*    }*/

/*    .bottom-one1 a span {*/

/*        font-size: 16px;*/

/*        font-family: FZLTCHK;*/

/*        font-weight: normal;*/

/*        font-style: italic;*/

/*        color: #FFFFFF;*/

/*        line-height: 36px;*/

/*    }*/

/*    .bottom-two1 {*/

/*        margin-top: 10px;*/

/*    }*/

/*    .bottom-two1 a {*/

/*        font-size: 14px;*/

/*        font-family: PingFangSC;*/

/*        font-weight: 400;*/

/*        color: #ccc;*/

/*    }*/

/*    .scheme1 {*/

/*        width: 100px;*/

/*        height: 30px;*/

/*        background-color: white;*/

/*        color: red;*/

/*        font-weight: 700;*/

/*        border-radius: 10px;*/

/*        border-style: none;*/

/*        margin-top: 15px;*/

/*        margin-bottom: 100px;*/

/*    }*/

/*    .footer {*/

/*        display: none;*/

/*    }*/

/*    .footers {*/

/*        display: block;*/

/*        width: 100%;*/

/*    }*/

/*    .footersCon {*/

/*        width: 100%;*/

/*        display: flex;*/

/*        padding: 10px 0;*/

/*    }*/

/*    .footersCon ul {*/

/*        width: 30%;*/

/*        margin-top: 10px;*/

/*    }*/

/*    .footersCon ul li {*/

/*        display: flex;*/

/*        width: 100%;*/

/*    }*/

/*    .footersCon ul li a {*/

/*        line-height: 30px;*/

/*        margin-left: 30px;*/

/*    }*/

/*    .rightfooters {*/

/*        display: flex;*/

/*        width: 70%;*/

/*        margin-top: 10px;*/

/*        justify-content: space-around;*/

/*    }*/

/*    .rights-one>img {*/

/*        width: 103px;*/

/*        display: block;*/

/*        height: 102px;*/

/*    }*/

/*    .rights-two>img {*/

/*        width: 103px;*/

/*        display: block;*/

/*        height: 102px;*/

/*    }*/

/*    .lian {*/

/*        display: none;*/

/*    }*/

/*    .footer {*/

/*        display: none;*/

/*    }*/

/*    .footers {*/

/*        display: block;*/

/*        width: 100%;*/

/*    }*/

/*    .footersCon {*/

/*        width: 100%;*/

/*        display: flex;*/

/*    }*/

/*    .footersCon ul {*/

/*        width: 30%;*/

/*    }*/

/*    .footersCon ul li {*/

/*        display: flex;*/

/*        width: 100%;*/

/*        margin-top: 15px;*/

/*    }*/

/*    .footersCon ul li a {*/

/*        line-height: 2;*/

/*        margin-left: 30px;*/

/*        font-size: 30px;*/

/*    }*/

/*    .rightfooters {*/

/*        display: flex;*/

/*        width: 70%;*/

/*        margin-top: 10px;*/

/*        justify-content: space-around;*/

/*    }*/

/*    .rights-one>img {*/

/*        width: 220px;*/

/*        display: block;*/

/*        height: 200px;*/

/*    }*/

/*    .rights-two>img {*/

/*        width: 220px;*/

/*        display: block;*/

/*        height: 200px;*/

/*    }*/

/*    .rights-one>div {*/

/*        font-size: 30px;*/

/*    }*/

/*    .rights-two>div {*/

/*        font-size: 30px;*/

/*    }*/

/*}*/

/*@media (min-width: 992px) and (max-width: 1199px) {*/

/*    .last-tit,*/

/*    .last-con {}*/

/*    .lian {*/

/*        display: none;*/

/*    }*/

/*}*/

}