@import url('../component/head/head.css');
@import url('../component/footer/footer.css');
@media screen and (min-width: 751px) {
  .w {
    width: 100%;
    min-width: 1200px;
    position: relative;
  }
  .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .tip-block {
    text-align: center;
  }
  .tip-block .title {
    font-size: 34px;
    font-weight: bold;
    color: #0046e0;
    text-align: center;
  }
  .tip-block .chinese {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
  }
  .tip-block .h3 {
    font-size: 24px;
    color: #0046e0;
  }
  .tip-block .tip {
    margin-top: 120px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }
  .about-hq .cases {
    padding: 60px 60px 80px;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
    font-weight: 600;
    color: #999999;
    text-align: center;
  }
  .about-hq .cases .case .case-img {
    display: block;
    width: 130px;
    height: 130px;
  }
  .about-hq .cases .case .text {
    font-weight: normal;
  }
  .about-hq .cases .year {
    position: relative;
    padding-right: 30px;
    font-size: 50px;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
  }
  .about-hq .cases .year .add {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0;
    font-size: 50px;
    font-weight: 600;
  }
  .about-hq .cases .year .w {
    margin-left: 4px;
    font-size: 30px;
  }
  .about-hq .cases .division {
    width: 2px;
    height: 30px;
    background-color: #c5c5c5;
    margin: 0 80px;
  }
  .recommend {
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;
  }
  .recommend .company {
    margin-top: 50px;
    font-size: 20px;
    color: #999999;
    text-align: center;
  }
  .develop {
    width: 100%;
    height: 385px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('../images/002.png') no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: 100px;
  }
  .develop .tip {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }
  .develop .progress {
    width: 700px;
    margin-top: 50px;
  }
  .develop .progress .ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .develop .progress .ul .p-li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 124px;
  }
  .develop .progress .ul .p-li .year {
    margin-bottom: 13px;
    color: #fff;
    font-size: 16px;
  }
  .develop .progress .ul .p-li .circle {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .develop .progress .ul .p-li .circle .out {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #666;
  }
  .develop .progress .ul .p-li .circle .out:hover {
    cursor: pointer;
  }
  .develop .progress .ul .p-li .circle .out span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: transparent;
  }
  .develop .progress .ul .p-li .circle::before {
    content: '';
    width: 50px;
    height: 4px;
    background-color: #666;
  }
  .develop .progress .ul .p-li .circle::after {
    content: '';
    width: 50px;
    height: 4px;
    background-color: #666;
  }
  .develop .progress .ul .p-li:first-child .circle::before {
    background-color: transparent;
  }
  .develop .progress .ul .p-li:last-child .circle::after {
    background-color: transparent;
  }
  .scoll-box {
    padding: 60px 0;
    max-width: 1200px;
    overflow: hidden;
  }
  .scoll-box .scroll-block {
    width: 100%;
    align-items: flex-start;
    white-space: nowrap;
    transition: all 0.5s linear;
  }
  .scoll-box .item {
    min-width: 368px;
    margin-right: 40px;
  }
  .scoll-box .item .year-tit {
    padding-bottom: 12px;
    margin-bottom: 22px;
    border-bottom: 1px solid #707070;
    font-size: 23px;
    font-weight: bold;
    color: #000000;
  }
  .scoll-box .item .year-cont {
    width: 100%;
    align-items: flex-start;
    font-size: 16px;
    color: #999;
    margin-bottom: 34px;
  }
  .scoll-box .item .year-cont .month {
    padding-right: 10px;
    width: 40px;
    text-align: left;
  }
  .scoll-box .item .year-cont .cont {
    flex: 1;
    text-align: left;
    white-space: normal;
  }
  .cards {
    position: relative;
    width: 100%;
    margin: 80px 0 120px;
    height: 640px;
  }
  .cards .bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 60px;
    background-image: linear-gradient(to right, #0046e0, #0effff);
    z-index: -1;
  }
  .cards .cards-cont {
    justify-content: space-between;
  }
  .cards .cards-cont .out-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 500px;
    color: #000;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 16px 1px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .cards .cards-cont .out-box .icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
  }
  .cards .cards-cont .out-box .des {
    margin: 30px 0;
    font-size: 24px;
    font-weight: bold;
  }
  .cards .cards-cont .out-box .detail {
    width: 150px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
  }
  .cards .cards-cont .out-box:hover {
    color: #fff;
    transform: translateY(10px);
    background-image: linear-gradient(to bottom right, #0046e0, #0effff);
  }
  .cards .cards-cont .out-box:nth-child(2n) {
    transform: translateY(140px);
  }
  .cards .cards-cont .out-box:nth-child(2n):hover {
    transform: translateY(130px);
  }
  .delivery {
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
  }
  .delivery .de-item {
    position: relative;
    width: 280px;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.2s linear;
  }
  .delivery .de-item .pic {
    display: block;
    width: 100%;
    height: 100%;
  }
  .delivery .de-item .point {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 59.2px;
    background-color: #000;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 59.2px;
  }
  .delivery .de-item:hover {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0 7px 16px 1px rgba(0, 0, 0, 0.4);
  }
  .process {
    position: relative;
    margin: 0 auto;
    margin-top: 100px;
    width: 100%;
    height: 440px;
    overflow: hidden;
  }
  .process .swiper-wrapper .swiper-slide {
    width: 900px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    background-image: url(../images/012.png);
    background-size: cover;
    text-align: center;
    color: #ffffff;
  }
  .process .swiper-wrapper .swiper-slide .stage {
    font-size: 30px;
    font-weight: bold;
  }
  .process .swiper-wrapper .swiper-slide .phase {
    font-size: 22px;
  }
  .process .swiper-wrapper .swiper-slide ul {
    margin-top: 30px;
    font-size: 20px;
  }
  .process .swiper-wrapper .swiper-slide ul li {
    margin-bottom: 10px;
  }
  .scrollbar {
    margin: 30px auto 0;
    width: 400px;
    height: 6px;
    background-color: #eee;
    border-radius: 6px;
    overflow: hidden;
  }
  .scrollbar .current {
    display: block;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #000;
    transition: all 0.3s linear;
  }
  .scrollbar .bar-active {
    display: none;
  }
  .serve {
    margin: 120px auto 60px;
  }
  .serve h1 {
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 80px;
  }
  .serve .article {
    align-items: center;
    justify-content: space-between;
  }
  .serve .article .art {
    width: 380px;
    border-radius: 4px;
    overflow: hidden;
    color: #000;
    box-shadow: 0 7px 16px 1px rgba(0, 0, 0, 0.16);
  }
  .serve .article .art .art-info {
    position: relative;
    width: 100%;
    height: 175px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .serve .article .art .art-info .a-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s linear;
  }
  .serve .article .art .art-info .center {
    margin-left: 50px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .serve .article .art .art-info .center .span1 {
    margin-left: 10px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 16px;
    border-left: 1px solid #fff;
  }
  .serve .article .art:hover .a-bg {
    transform: scale(1.2);
  }
  .serve .article .art .desc {
    padding: 16px 27px 0;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
  }
  .serve .article .art .desc .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .serve .article .art .desc .top .title {
    display: block;
    width: 280px;
    font-size: 18px;
    line-height: 26px;
  }
  .serve .article .art .desc .top .title:hover {
    color: #0046e0;
  }
  .serve .article .art .desc .top .new {
    padding: 0 4px;
    color: #fff;
    font-size: 12px;
    height: 14px;
    line-height: 1em;
    background-color: #ff423c;
    border-radius: 7.2px 3.2px;
    overflow: hidden;
  }
  .serve .article .art .desc .desc-text {
    margin: 10px 0 16px;
    font-size: 14px;
    -webkit-line-clamp: 2;
    color: #999;
  }
  .serve .article .art .desc .link {
    border-top: 1px solid #999;
  }
  .serve .article .art .art-list {
    padding: 0 27px 18px;
    width: 100%;
    height: 140px;
    box-sizing: border-box;
  }
  .serve .article .art .art-list li {
    padding-top: 16px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
  }
  .serve .article .art .art-list li a {
    flex: 1;
    display: block;
  }
  .serve .article .art .art-list li a:hover {
    color: #0046e0;
  }
  .serve .article .art .art-list .time {
    width: 50px;
    color: #999;
  }
  .logo-qrcode {
    display: none;
  }
  .partners {
    position: relative;
    margin-top: 120px;
    width: 100%;
    height: 560px;
  }
  .partners .partners-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    line-height: 130px;
    z-index: 9;
    letter-spacing: 0.6em;
  }
  .partners .partners-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 560px;
  }
  .partners .partner-list {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  .partners .partner-list .partner-item {
    margin-bottom: 60px;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .partners .partner-list .partner-item .partner-img {
    width: 160px;
    height: 140px;
  }
  .partners .partner-list .partner-item .partner-name {
    margin-top: -30px;
    max-width: 140px;
    font-size: 16px;
    color: #fff;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .m {
    width: 46.875rem;
    max-width: 46.875rem;
    height: 100%;
    overflow: hidden;
  }
  .disabled-event {
    pointer-events: none;
  }
  .container {
    min-width: 23.4375rem;
  }
  .tip-block {
    padding: 5rem 5rem 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: #000;
    font-size: 1.25rem;
  }
  .tip-block .tip {
    font-size: 1.5rem;
  }
  .tip-block .h2-title {
    width: 100%;
    font-size: 2.5rem;
    color: #0046e0;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .tip-block .chinese {
    width: 100%;
    font-size: 1.5rem;
    color: #999999;
  }
  body {
    padding: 6.25rem 0 0;
  }
  .com-flex-direction {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .m-about {
    margin: 0;
  }
  .m-about .cases {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
    font-weight: 400;
    color: #999999;
    text-align: center;
    padding: 5rem 0 2.5rem;
  }
  .m-about .cases .case .case-img {
    display: block;
    width: 8rem;
    height: 8rem;
  }
  .m-about .cases .year {
    position: relative;
    font-size: 2.25rem;
    font-weight: 600;
    color: #000000;
    padding-right: 1.875rem;
    white-space: nowrap;
  }
  .m-about .cases .year .add {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0;
    font-size: 3.125rem;
    font-weight: 600;
  }
  .m-about .cases .year .w {
    margin-left: 0.25rem;
    font-size: 1.75rem;
  }
  .m-about .cases .division {
    width: 0.125rem;
    height: 1.875rem;
    background-color: #c5c5c5;
  }
  .recommend {
    padding: 2.5rem 1.875rem 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: #000;
    font-size: 1.25rem;
  }
  .develop {
    width: 100%;
    height: 19.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('../images/002.png') no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: 5rem;
    overflow: hidden;
  }
  .develop .tip {
    font-size: 1.125rem;
    font-weight: bold;
    color: #ffffff;
  }
  .develop .progress {
    padding: 0.625rem;
    width: 43.75rem;
    margin-top: 3.125rem;
    box-sizing: border-box;
  }
  .develop .progress .ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .develop .progress .ul .p-li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 7.5rem;
  }
  .develop .progress .ul .p-li .year {
    margin-bottom: 0.8125rem;
    color: #fff;
    font-size: 1rem;
  }
  .develop .progress .ul .p-li .circle {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .develop .progress .ul .p-li .circle .out {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #666;
  }
  .develop .progress .ul .p-li .circle .out span {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    background-color: transparent;
  }
  .develop .progress .ul .p-li .circle::before {
    content: '';
    width: 2rem;
    height: 0.25rem;
    background-color: #666;
  }
  .develop .progress .ul .p-li .circle::after {
    content: '';
    width: 2rem;
    height: 0.25rem;
    background-color: #666;
  }
  .develop .progress .ul .p-li:first-child .circle::before {
    background-color: transparent;
  }
  .develop .progress .ul .p-li:last-child .circle::after {
    background-color: transparent;
  }
  .scoll-box {
    width: 46.875rem;
    min-height: 22rem;
    overflow: hidden;
    box-sizing: border-box;
  }
  .scoll-box .scroll-block {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    transform: translateX(0);
    transition: all 0.5s linear;
  }
  .scoll-box .item {
    display: block;
    width: 100%;
    min-width: 100%;
    padding: 2.5rem;
    box-sizing: border-box;
  }
  .scoll-box .item .year-tit {
    padding-bottom: 0.75rem;
    margin-bottom: 1.375rem;
    border-bottom: 1px solid #707070;
    font-size: 1.4375rem;
    font-weight: bold;
    color: #000000;
  }
  .scoll-box .item .year-cont {
    width: 100%;
    display: flex;
    align-items: flex-start;
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 1.25rem;
  }
  .scoll-box .item .year-cont .month {
    padding-right: 1.25rem;
    width: 2.5rem;
    text-align: left;
    white-space: nowrap;
  }
  .scoll-box .item .year-cont .cont {
    flex: 1;
    text-align: left;
    white-space: normal;
  }
  .cards {
    padding: 0 1.25rem 0;
    width: 100%;
    box-sizing: border-box;
  }
  .cards .cards-cont {
    margin-top: 4.875rem;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .cards .cards-cont .out-box {
    position: relative;
    padding: 1.25rem 1.25rem 1.25rem 7rem;
    margin-bottom: 1.25rem;
    width: 100%;
    height: 7.5rem;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0.625rem;
    overflow: hidden;
    box-shadow: 0 1px 0.625rem 1px rgba(0, 38, 116, 0.102);
    background-color: #fff;
    border: 1px solid #f9f9f9;
    box-sizing: border-box;
  }
  .cards .cards-cont .out-box .des {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
  }
  .cards .cards-cont .out-box .detail {
    margin-top: 0.625rem;
    font-size: 1.125rem;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .cards .cards-cont .out-box .icon {
    position: absolute;
    left: 1.25rem;
    width: 5rem;
    height: 5rem;
  }
  .delivery {
    padding: 0 3rem;
    margin-top: 4.875rem;
    width: 46.875rem;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .delivery .de-item {
    position: relative;
    margin: 0 0.8438rem 2rem;
    width: 18.7rem;
    height: 18.7rem;
    border-radius: 0.625rem;
    font-size: 1.5rem;
    overflow: hidden;
    border: 1px solid #f9f9f9;
    box-shadow: 0px 0.25rem 0.75rem 1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }
  .delivery .de-item .pic {
    width: 100%;
    height: 100%;
  }
  .delivery .de-item .point {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    background-color: #000;
    color: #fff;
  }
  .process {
    width: 46.875rem;
    position: relative;
    margin: 0 auto;
    margin-top: 4.875rem;
    height: 18.75rem;
    overflow: hidden;
  }
  .process .swiper-wrapper .swiper-slide {
    width: 37.5rem !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    background-image: url(../images/012.png);
    background-size: cover;
    text-align: center;
    color: #ffffff;
  }
  .process .swiper-wrapper .swiper-slide .stage {
    font-size: 1.75rem;
    font-weight: bold;
  }
  .process .swiper-wrapper .swiper-slide .phase {
    font-size: 1.3rem;
  }
  .process .swiper-wrapper .swiper-slide ul {
    margin-top: 1.875rem;
    font-size: 1.25rem;
  }
  .process .swiper-wrapper .swiper-slide ul li {
    margin-bottom: 0.625rem;
  }
  .scrollbar {
    margin: 1.875rem auto 0;
    width: 12.5rem;
    height: 0.375rem;
    background-color: #eee;
    border-radius: 0.375rem;
    overflow: hidden;
  }
  .scrollbar .current {
    display: none;
  }
  .scrollbar .bar-active {
    display: block;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #000;
    transition: all 0.3s linear;
  }
  .partners {
    position: relative;
    width: 100%;
    height: 30rem;
    margin-top: 7.5rem;
  }
  .partners .partners-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 1.75rem;
    line-height: 8.125rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.2em;
    z-index: 9;
  }
  .partners .partners-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30rem;
  }
  .partners .partner-list {
    position: absolute;
    top: 8.75rem;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 9;
  }
  .partners .partner-list .partner-item {
    margin-bottom: 1.25rem;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .partners .partner-list .partner-item .partner-img {
    width: 8.75rem;
    height: 7.5rem;
  }
  .partners .partner-list .partner-item .partner-name {
    margin-top: -1.875rem;
    max-width: 8.75rem;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .serve {
    width: 46.875rem;
    margin-top: 4.875rem;
    overflow: hidden;
  }
  .serve h1 {
    width: 100%;
    font-size: 2.5rem;
    color: #000;
    text-align: center;
    font-weight: 600;
  }
  .serve .article {
    width: 100%;
    margin-top: 4.875rem;
  }
  .serve .article .art {
    width: 40.625rem;
    border-radius: 0.625rem;
    box-shadow: 0px 0.25rem 0.75rem 1px rgba(0, 0, 0, 0.1);
    margin: 0 auto 2rem;
    overflow: hidden;
  }
  .serve .article .art .art-info {
    position: relative;
    width: 100%;
    height: 15rem;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .serve .article .art .art-info .a-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .serve .article .art .art-info .center {
    margin-left: 3.125rem;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .serve .article .art .art-info .center .span1 {
    margin-left: 1.25rem;
    padding: 0 1.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
    border-left: 1px solid #fff;
  }
  .serve .article .art .desc {
    padding: 1rem 2rem 0;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
  }
  .serve .article .art .desc .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .serve .article .art .desc .top .title {
    padding-right: 2.5rem;
    flex: 1;
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: 500;
  }
  .serve .article .art .desc .top .new {
    display: block;
    padding: 0 0.5rem;
    color: #fff;
    font-size: 1rem;
    height: 1.625rem;
    line-height: 1.625rem;
    background-color: #ff423c;
    border-radius: 0.45rem 0.2rem;
    overflow: hidden;
  }
  .serve .article .art .desc .desc-text {
    margin: 0.625rem 0 1.125rem;
    font-size: 1.25rem;
    -webkit-line-clamp: 2;
    color: #999;
  }
  .serve .article .art .desc .link {
    border-top: 1px solid #999;
  }
  .serve .article .art .art-list {
    padding: 0 1.6875rem 1.5rem;
    width: 100%;
    box-sizing: border-box;
  }
  .serve .article .art .art-list li {
    padding-top: 1rem;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1.375rem;
    color: #000;
    box-sizing: border-box;
  }
  .serve .article .art .art-list li .time {
    margin-right: 0.25rem;
    width: 4rem;
    color: #999;
  }
  .footer {
    margin-top: 3rem;
    width: 46.875rem;
    padding: 3.125rem 2rem 6.25rem;
    background-color: #313131;
    box-sizing: border-box;
  }
  .footer .footer-block {
    padding-bottom: 1.125rem;
    width: 100%;
  }
  .footer .footer-block .footer-block-bg {
    margin: 0;
    padding: 0;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .footer .footer-block .footer-block-bg .logo-qrcode .logo2 {
    width: 13.75rem;
  }
  .footer .footer-block .footer-block-bg .logo-qrcode .qrcode {
    margin-left: 2.5rem;
    width: 7.5rem;
    height: 7.5rem;
  }
  .footer .footer-block .foot-item {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #eee;
    margin-bottom: 0.25rem;
  }
  .footer .footer-block .foot-item .phone {
    color: #fff;
    font-size: 2rem;
    margin-right: 1.25rem;
  }
  .footer .footer-block .foot-item .foot-tit {
    margin-right: 1.25rem;
  }
  .footer .footer-block .serve-phone {
    margin-top: 1.75rem;
  }
  .beian {
    padding: 1.25rem 0 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #aaa;
    border-top: 1px solid #666;
    box-sizing: border-box;
  }
  .beian a {
    color: #aaa;
    text-decoration: underline;
    cursor: pointer;
  }
  .back-concat {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 46.875rem;
    height: 5rem;
    background: linear-gradient(270deg, #2a7efb 0%, #309bff 100%);
    color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
    z-index: 100;
  }
  .back-concat .bc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49.9%;
    height: 100%;
  }
  .back-concat .bc .bc-img {
    margin-right: 0.9375rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .back-concat a {
    color: #fff;
  }
  .back-concat .link {
    height: 2rem;
    border-left: 1px solid #eee;
  }
  .customer,
  .hide-kf,
  .friendly-link,
  .settle,
  .footer-block-bg .logo,
  .gzh {
    display: none !important;
  }
}
