    html,
body {
    overflow-x: hidden;
}

.navTarbar {
    width: 100%;
    height: 50px;
    background: #F1F1F1;
    margin-top: 120px;
}
.navTarbar p {
    font-size: 18px;
    font-family: AliMedium;
    font-weight: 400;
    color: #CA1421;
    margin-left: 18%;
    line-height: 50px;
}
.navTarbar p a {
    font-size: 18px;
    font-family: AliMedium;
    font-weight: 400;
    color: #CA1421;
}
.navTarbar p a span{
    color: #cecece;
    font-family: '楷体';
}

.lines {
    width: 62.5%;
    height: 1px;
    margin-left: 16.15%;
    background: #DFDFDF;
    margin-top: 26px;
}

.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.bannnerImg {
    width: 100%;
    overflow: hidden;
}

.bannnerImg img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.products-content {
    width: 100%;
    height: 50px;
    background: #F1F1F1;
}

.products-content ul {
    height: 50px;
    display: flex;
    align-items: center;
    margin-left: 17%;
}

.products-content ul li {
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.products-content ul li a:hover {
    background: #CA1421;
    color: #fff;
    width: 120px;
    height: 50px;
    display: block;
}

.active {
    background: #CA1421;
    color: #fff;
    width: 120px;
    height: 50px;
    display: block;
}

.success {
    width: 100%;
    display: flex;
}

.successLeft {
    flex: 6;
}

.successRight {
    flex: 4;
}

.successLeft dl {
    width: 100%;
    display: flex;
}

.successLeft dl dt {
    width: 360px;
    height: 240px;
    border-radius: 6px;
    margin-top: 40px;
    margin-left: 28.5%;
}

.successLeft dl dt img {
    /* width: 360px;
    height: 240px; */
    border-radius: 6px;
    display: block;
}

.successLeft dl dd {
    flex: 1;
}


/* .successLeft dl {
    display: flex;
} */

.successLeft dl dd p {
    margin-top: 52px;
    margin-left: 5%;
    font-size: 30px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
    white-space: nowrap;
}

.successLeft dl dd li {
    width: 90%;
    margin-left: 5.8%;
    margin-top: 25px;
    font-size: 16px;
    font-family: AliRegular;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.successRight dl dd p {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 550;
    color: #2C2C34;
    margin-bottom: 5px;
}

.successRight dl dd>a {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    width: 90px;
    height: 30px;
    border: 1px solid #333333;
    border-radius: 17px;
    line-height: 30px;
}

.successRight dl dt a img {
    width: 200px;
    height: 146px;
    display: block;
}

.successRight dl {
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-left: 134px;
    flex-direction: column;
    width: 200px;
    height: 240px;
    background: #F1F1F1;
    border-radius: 6px;
}

.successRight dl dt {
    width: 200px;
    height: 146px;
    border-radius: 6px 6px 0px 0px;
}

.line {
    width: 100px;
    height: 1px;
    background: #666666;
    margin-top: 2px;
}

.solutionDetailCon {
    width: 100%;
}

.detail-top {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 18%;
    display: flex;
    align-items: center;
}

.detail-top span {
    font-size: 28px;
    font-family: PingFangSC;
    font-weight: 500;
    color: #2C2C34;
}

.detail-top p {
    width: 4px;
    height: 28px;
    background: #CA1421;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.detail-topBanner {
    width: 63%;
    margin: 0 auto;
    margin-top: 49px;
}

.detail-topBanner img {
    width: 904px;
    display: block;
    margin: 0 auto;
}

.points {
    /*display: flex;*/
    margin-left: 19%;
    margin-top: 41px;
    line-height: 1.5;
    width:60%;
}

.points dl {
    width: 23%;
    background: #F8F8F8;
    border-radius: 8px;
    display: flex;
    margin: 0 7px;
    padding-bottom: 27px;
    align-items: center;
}

.points dl dt {
    width: 64px;
    height: 66px;
    margin-top: 47px;
    margin-left: 30px;
}

.points dl dt img {
    width: 64px;
    height: 66px;
    display: block;
}

.points dl dd {
    margin-left: 25px;
    /* width: 192px;
    height: 106px; */
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 27px;
}

.architecture {
    width: 38%;
    margin-top: 41px;
    margin: 0 auto;
}

.architecture img {
    display: block;
}

.advantages {
    margin-top: 67px;
    /* margin-left: 530px; */
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
    line-height: 1.5;
}

.advantages li {
    margin-top: 67px;
    width: 33%;
    background: #F8F8F8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-left: 10%;
}

.advantages li p {
    width: 15px;
    height: 160px;
    background: #fff;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.advantages li p span {
    width: 10px;
    display: block;
    height: 10px;
    background: #CA1421;
    border-radius: 50%;
}

.advantages li span {
    width: 76%;
    display: block;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin: 0 auto;
    /* display: flex;
    flex-wrap: wrap; */
}

.stories {
    width: 100%;
    margin-top: 41px;
    display: flex;
    justify-content: center;
    margin-left: 1%;
}

.stories dl {
    width: 20%;
    margin: 0 20px;
    flex-direction: column;
    /*display: flex;*/
    justify-content: center;
}

.stories dl dt {
    width: 83.5%;
    /*width: 320px;*/
    /*height: 240px;*/
    background: #969696;
    border-radius: 8px;
}

.stories dl dt img {
    /* width: 320px;
    height: 240px; */
    background: #969696;
    border-radius: 8px;
    display: block;
    width: 100%;
}

.stories dl dd p {
    font-size: 20px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
    margin-top: 32px;
}
.stories dl dd p a{
    font-family: AliMedium;
}
.stories dl dd p a:hover{
    font-size: 20px;
    font-family: AliMedium;
    font-weight: 500;
    color: #CA1421;
    margin-top: 32px;
}
.stories dl dd span a{
    font-family: AliRegular;
}
.stories dl dd span {
    font-size: 14px;
    font-family: AliRegular;
    font-weight: 400;
    color: #2C2C34;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 121px;
    margin-right: 50px;
    margin-top: 19px;
}
.stories dl dd span a:hover {
    color: #CA1421;

}

/* 底部 */

.footer {
    width: 100%;
    height: 350px;
    background: #EEEEEE;
    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-hotServer,
.left-address {
    display: flex;
    margin-left: 43%;
}

.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%;
}

.solutionDetail-products,
.solutionDetail-solution {
    margin-top: 40px;
}

.solutionDetailLine {
    width: 100px;
    height: 1px;
    background: #666666;
    margin-top: 2px;
}

.solutionDetail-tit {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.solutionDetail-products ul {
    margin-top: 20px;
}

.solutionDetail-products ul {
    margin-top: 20px;
}

.solutionDetail-products ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.solutionDetail-products ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}

.solutionDetail-solution ul {
    margin-top: 20px;
}

.solutionDetail-solution ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.center-products,
.center-solution,
.center-partner,
.center-about {
    margin-top: 40px;
    margin-right: 5px;
}

.solutionDetailLine {
    width: 100px;
    height: 1px;
    background: #666666;
    margin-top: 2px;
}

.products-tit {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.center-products ul {
    margin-top: 20px;
}

.center-solution ul {
    margin-top: 20px;
}

.center-solution ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.center-products ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.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;
    margin-left: 50px
}

.right-one {
    /* margin-left: 50px */
}

.right-two {
    margin-left: 50px
}

.last-content {
    /* width: 1920px; */
    /* height: 84px; */
    background: #F8F8F8;
    /* margin: 0 auto; */
    padding-top: 20px;
}

.last-tit,
.last-con {
    /* width: 203px; */
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center;
}

.lianxi li {
    position: relative;
}

.lianxi 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;
}

.lianxi 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;
}

.lianxi 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;
}

.bannerImgsCon {
    display: none;
}

.solutionDetailCons {
    display: none;
}

.products-contentsC {
    display: none;
}

.footers {
    display: none;
}

.last-contents {
    display: none;
}

@media (min-width: 1561px) and (max-width: 1750px){
    .successRight dl {
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-left: 220px;
    flex-direction: column;
    width: 200px;
    height: 240px;
    background: #F1F1F1;
    border-radius: 6px;
}
}
@media (min-width: 769px) and (max-width: 1560px){
    .successRight dl {
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-left: 320px;
    flex-direction: column;
    width: 200px;
    height: 240px;
    background: #F1F1F1;
    border-radius: 6px;
}
}
@media (max-width: 767px) {
    .navTarbar {
    width: 100%;
    height: 50px;
    background: #F1F1F1;
    margin-top: 80px;
    display: none;
}
    .solutionDetailCons {
        display: block;
        width: 100%;
    }
    .solutionDetailCon {
        display: none;
    }
    .detail-tops {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    .detail-tops p {
        width: 4px;
        height: 22px;
        background: #CA1421;
        margin-left: 20px;
        margin-right: 10px;
    }
    .detail-topBanners img {
        display: block;
        margin: 0 auto;
    }
     .detail-topBanners .MsoNormal p img{
         width: 320px;
         display: block;
     }
    .pointsCon {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .pointsCon dl {
        width: 100%;
        display: flex;
        margin: 0 20px;
    }
    .pointsCon dl dt>img {
        display: block;
        width: 64px;
        height: 66px;
    }
    .pointsCon dl dd {
        margin-left: 10px;
    }
    .products-contentsC {
        display: block;
        width: 100%;
        height: 50px;
        background: #F1F1F1;
    }
    .architectures img {
        display: block;
        width: 320px;
        margin: 0 auto;
    }
    .storiesCont {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;
    }
    .storiesCont dl {
        margin: 10px 0;
    }
    .storiesCont dl dt img {
        display: block;
        width: 300px;
        margin: 0 auto;
        height: 120px;
    }
    .storiesCont dl dd {
        text-align: center;
    }
    .storiesCont dl dd p {
        padding: 5px 0;
    }
    .storiesCont dl dd span {
        text-indent: 32px;
        display: block;
    }
    .advantagesConList li span {
        margin: 0 10px;
        display: block;
        line-height: 2;
        text-indent: 30px;
    }
    .products-contentsC ul {
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: #F1F1F1;
    }
    .products-contentsC ul li a:hover{
         color: #CA1421;
    }
    .bannerImgsCon {
        display: block;
        width: 100%;
    }
    .bannerImgsCon img {
        display: block;
        width: 100%;
        margin-top: 54px;
    }
    .solutionDetailCon {
        display: none;
    }
    .line {
        display: none;
    }
    .success {
        display: none;
    }
    .search {
        display: none;
    }
    .products-content {
        display: none;
    }
    .bannnerImg {
        display: none;
    }
    .lianxi {
        display: none;
    }
    .last-content {
        display: none;
    }
    .last-contents {
        display: none;
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .footer {
        display: none;
    }
    .footers {
        display: block;
        width: 100%;
    }
    .footersCon {
        width: 100%;
        display: flex;
    }
    .footersCon ul {
        width: 30%;
    }
    .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: 1500px) and (max-width: 1700px) {
    .lines {
    width: 62.5%;
    height: 1px;
    margin-left: 18.15%;
    background: #DFDFDF;
    margin-top: 26px;
}
}
@media (min-width: 1000px) and (max-width: 1400px) {
    .lines {
    width: 62.5%;
    height: 1px;
    margin-left: 19.15%;
    background: #DFDFDF;
    margin-top: 26px;
    
}
}
@media (min-width: 769px) and (max-width: 1000px) {
    .left .foot-left-logo {
    width: 20%;
    height: 47px;
    margin-left: 20%;
    margin-top: 34px;
}
.left-list {
    width: 100%;
    margin-top: 7px;
    display: flex;
    flex-direction: column;
}
}
/*@media (min-width: 768px) and (max-width: 991px) {*/
/*    .solutionDetailCons {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .solutionDetailCon {*/
/*        display: none;*/
/*    }*/
/*    .detail-tops {*/
/*        width: 100%;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        margin-top: 20px;*/
/*    }*/
/*    .detail-tops p {*/
/*        width: 4px;*/
/*        height: 22px;*/
/*        background: #CA1421;*/
/*        margin-left: 20px;*/
/*        margin-right: 10px;*/
/*    }*/
/*    .detail-topBanners img {*/
/*        display: block;*/
/*        width: 320px;*/
/*        margin: 0 auto;*/
/*        height: 100px;*/
/*    }*/
/*    .pointsCon {*/
/*        width: 100%;*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        margin-top: 20px;*/
/*    }*/
/*    .pointsCon dl {*/
/*        width: 100%;*/
/*        display: flex;*/
/*        margin: 0 20px;*/
/*    }*/
/*    .pointsCon dl dt>img {*/
/*        display: block;*/
/*        width: 64px;*/
/*        height: 66px;*/
/*    }*/
/*    .pointsCon dl dd {*/
/*        margin-left: 10px;*/
/*    }*/
/*    .products-contentsC {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 50px;*/
/*        background: #F1F1F1;*/
/*    }*/
/*    .architectures img {*/
/*        display: block;*/
/*        width: 320px;*/
/*        margin: 0 auto;*/
/*        height: 25s 0px;*/
/*    }*/
/*    .storiesCont {*/
/*        width: 100%;*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        padding: 10px 0;*/
/*    }*/
/*    .storiesCont dl {*/
/*        margin: 10px 0;*/
/*    }*/
/*    .storiesCont dl dt img {*/
/*        display: block;*/
/*        width: 300px;*/
/*        margin: 0 auto;*/
/*        height: 120px;*/
/*    }*/
/*    .storiesCont dl dd {*/
/*        text-align: center;*/
/*    }*/
/*    .storiesCont dl dd p {*/
/*        padding: 5px 0;*/
/*    }*/
/*    .storiesCont dl dd span {*/
/*        text-indent: 32px;*/
/*        display: block;*/
/*    }*/
/*    .advantagesConList li span {*/
/*        display: block;*/
/*        line-height: 2;*/
/*        text-indent: 30px;*/
/*    }*/
/*    .products-contentsC ul {*/
/*        width: 100%;*/
/*        height: 50px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: space-between;*/
/*        background: #F1F1F1;*/
/*    }*/
/*    .bannerImgsCon {*/
/*        display: block;*/
/*        width: 100%;*/
/*        margin-top: 120px;*/
/*    }*/
/*    .bannerImgsCon img {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .solutionDetailCon {*/
/*        display: none;*/
/*    }*/
/*    .line {*/
/*        display: none;*/
/*    }*/
/*    .success {*/
/*        display: none;*/
/*    }*/
/*    .search {*/
/*        display: none;*/
/*    }*/
/*    .products-content {*/
/*        display: none;*/
/*    }*/
/*    .bannnerImg {*/
/*        display: none;*/
/*    }*/
/*    .lianxi {*/
/*        display: none;*/
/*    }*/
/*    .last-content {*/
/*        display: none;*/
/*    }*/
/*    .last-contents {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 70px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        flex-direction: column;*/
/*    }*/
/*    .footer {*/
/*        display: none;*/
/*    }*/
/*    .footers {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .footersCon {*/
/*        width: 100%;*/
/*        display: flex;*/
/*    }*/
/*    .footersCon ul {*/
/*        width: 30%;*/
/*    }*/
/*    .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: 992px) and (max-width: 1199px) {*/
/*    .last-content {*/
/*        width: 100%;*/
/*        height: 70px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        flex-direction: column;*/
/*    }*/
/*}*/