@charset "UTF-8";
@media screen and (max-width: 1025px) {
  .intro-left-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .intro-right {
    width: 44%;
  }
  .intro-left {
    width: 56%;
  }
  .process .process-list {
    justify-content: flex-start;
  }
  .process .process-list li {
    width: 22.75%;
    margin-left: 3%;
  }
  .process .process-list li:nth-of-type(1), .process .process-list li:nth-of-type(5) {
    margin-left: 0;
  }
  .page-banner {
    padding-bottom: 30%;
    height: 0;
  }
  .page-banner img {
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-banner h4 {
    font-size: 1.6rem;
  }
  .page-banner small {
    font-size: 1rem;
  }
  .banner-span .banner-span-wrap span {
    font-size: 1rem;
  }
  .problems .click {
    width: 60%;
  }
  .problems .click img {
    width: 100%;
  }
  .keyword .intro-left {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .page-about .about-top {
    margin-top: -4rem;
  }
  .page-number .page-number-list li h4 span {
    font-size: 3rem;
  }
  .mini-solution .gou {
    padding: 2.563rem 1.063rem 1.5rem;
  }
  .page-about {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 992px) {
  .page-about .about-top {
    margin-top: 0;
    padding-bottom: 3rem;
  }
  .form-style input {
    height: 45px;
    line-height: 45px;
  }
  .about-icon-style > div {
    flex: 1;
    margin-right: 3rem;
  }
  .page-about .about-bottom .about-left {
    order: 2;
  }
  .page-about .about-bottom .about-right {
    width: 100%;
    height: 400px;
  }
  .page-about {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .page-about .about-bottom {
    flex-wrap: wrap;
  }
  .page-about .about-bottom .about-left {
    width: 100%;
  }
  .solution .solution-wrap {
    -webkit-box-lines: multiple;
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
  }
  .solution .solution-wrap .solution-right h4 {
    padding-top: 3rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .solution .solution-wrap .solution-right {
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 60%;
  }
  .step5 .step5-list li {
    -webkit-box-lines: multiple;
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
  }
  .step5-list-left {
    margin-bottom: 1.2rem;
    max-width: 120px;
  }
  .step5-list-left img {
    width: 100%;
  }
  .step5 .step5-list .step5-list-right {
    margin-left: 0;
  }
  .step5 .step5-list .step5-list-right p {
    margin: 0 auto;
  }
  .step5 .step5-list .step5-list-right h4 {
    margin-bottom: 1rem;
    font-size: 1.15rem;
  }
  .keyword .intro-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .index-case .index-more-style {
    padding-bottom: 5rem;
  }
  .advisory .advisory-wrap p {
    font-size: 1.15rem;
  }
  .mini-solution-list li:nth-of-type(4) div i,
  .mini-solution-list li:nth-of-type(1) div i {
    background-size: 100% auto !important;
  }
  .mini-solution-list li:nth-of-type(2) div i,
  .mini-solution-list li:nth-of-type(3) div i,
  .mini-solution-list li:nth-of-type(5) div i {
    background-size: auto 100% !important;
  }
  .localized .localized-content {
    padding: 2.375rem 2.625rem 2.063rem;
  }
}

@media screen and (max-width: 800px) {
  .reason-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .reason-list li i {
    margin-right: 0;
    margin-bottom: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 1.188rem 0 1.188rem;
  }
  .footer .ft-nav {
    display: none;
  }
  .ft-left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ft-left a {
    display: block;
  }
  .footer .ft-right {
    width: 80px;
    -webkit-box-lines: multiple;
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
  }
  .footer .ft-right img {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .footer .ft-right p {
    margin-top: .2rem;
    margin-right: 0;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .index-contact .index-form input[type='submit'] {
    font-size: 14px;
  }
  .index-contact .index-contact-bottom h4 a {
    font-size: 2.113rem;
  }
  .index-contact .index-contact-bottom p a {
    font-size: 1.175rem;
  }
  .index-contact .index-contact-bottom {
    padding-bottom: 3.7rem;
  }
  .index-contact .index-title-style {
    padding-top: 3.7rem;
  }
  .process .process-list li div {
    padding-bottom: 142.272727%;
  }
  .process .process-list li div span {
    width: 86%;
  }
  .chengdu .chengdu-right {
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 37%;
    padding-top: 3.563rem;
    padding-left: 1.688rem;
  }
  .keyword .intro-right {
    width: 100%;
  }
  .step5,
  .keyword {
    padding-bottom: 4.2rem;
  }
  .step5 .step5-list li {
    align-items: flex-start;
  }
  .customization .customization-list .customization-list-item {
    width: 21.833333%;
  }
  .building .building-list li p {
    line-height: 1.6;
  }
  .mini-program-case-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .carousel-right {
    right: -4rem;
  }
  .carousel-left {
    left: -4rem;
  }
  .localized-content-top {
    -webkit-box-lines: multiple;
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .localized .localized-content .localized-content-left {
    width: 100%;
  }
  .localized .localized-content .localized-content-right {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
  .h5-dz2 .h5-dz2-list i {
    width: 77px;
    height: 61px;
  }
}

@media screen and (max-width: 767px) {
  .h5-dz2 .h5-dz2-list {
    margin-top: 0;
  }
  .h5dz {
    overflow: hidden;
    height: auto;
    padding-bottom: 0;
  }
  .h5-dz2 {
    padding-bottom: 4rem;
  }
  .h5-dz2 .h5-dz2-list li::after {
    top: 2.413rem;
    height: 13.875rem;
  }
  .h5-dz2 .h5-dz2-list li:nth-of-type(2)::after {
    display: none;
  }
  .h5-dz2,
  .h5dz {
    background: #168add;
  }
  .h5-dz2 .h5-dz2-list li {
    width: 50%;
    padding-top: 2.413rem;
    padding-bottom: 2.063rem;
  }
  .kshht .kshht-list li {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
  }
  .kshht .kshht-list li:last-child {
    border-bottom: 0;
  }
  .bangong-list li h4 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 740px) {
  .intro-wrap {
    -webkit-box-lines: multiple;
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.375rem;
  }
  .intro-left {
    width: 100%;
  }
  .intro-right {
    display: none;
  }
  .problems .intro-wrap::after {
    width: 100%;
  }
  .problems .intro-left-wrap h4 {
    font-size: 1.275rem;
  }
  .intro-left-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .problems2 {
    padding: 3.813rem 0 3.563rem;
  }
  .solution .solution-wrap .solution-right,
  .solution .solution-wrap .solution-left {
    width: 100%;
    margin-right: 0;
  }
  .index-title-style h4 {
    font-size: 1.675rem;
    line-height: 1.4;
  }
  .index-title-style small {
    font-size: 1.15rem;
  }
  .index-title-style {
    padding-top: 3.438rem;
  }
  .solution {
    padding-bottom: 4.5rem;
  }
  .process .process-p {
    line-height: 1.6;
  }
  .reason-list li:nth-of-type(3) {
    margin-top: 3.75rem;
  }
  .reason-list {
    padding-bottom: 4rem;
  }
  .reason-list li {
    width: 50%;
  }
  .reason-list li div {
    width: 90%;
    margin: 0 auto;
  }
  .chengdu .chengdu-wrap {
    -webkit-box-lines: multiple;
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .chengdu .chengdu-right {
    width: 100%;
    padding-top: 1.863rem;
    padding-bottom: 1.7rem;
  }
  .chengdu .chengdu-left {
    width: 100%;
  }
  .problems .click {
    max-width: 250px;
  }
  .solution .solution-p {
    font-size: 1rem;
  }
  .process .process-list li:nth-of-type(4),
  .process .process-list li:nth-of-type(7) {
    margin-left: 0;
  }
  .process .process-list li:nth-of-type(5) {
    margin-left: 3%;
  }
  .process .process-list li {
    width: 31.3334%;
    margin-left: 3%;
  }
  .process .process-list li div {
    padding-bottom: 170%;
  }
  .process {
    padding-bottom: 4rem;
  }
  .role {
    padding-bottom: 5.438rem;
  }
  .role-bottom ol > li span {
    padding: 0 20px;
    text-align: center;
    line-height: 1.7;
  }
  .role-top div h4 {
    font-size: 2rem;
  }
  .step5-list-left {
    max-width: 95px;
  }
  .page-news-list .txt {
    width: 69%;
  }
  .page-news-list li:first-child .time {
    width: 6.267rem;
    height: 7.933rem;
    margin-left: 0;
  }
  .page-news-list li:first-child .time .figure-img {
    display: none;
  }
  .page-news-list li:first-child .time em, .page-news-list li:first-child .time span {
    display: block;
  }
  .page-news-list li:first-child {
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #d2d2d2;
  }
  .page-news-list li:first-child .txt {
    margin-left: 0;
    width: 69%;
    margin-left: 1.438rem;
  }
  .page-about .about-top {
    margin-top: 0;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-about .about-icon-style i {
    display: none;
  }
  .page-about .about-bottom .about-left {
    padding-left: 2rem;
  }
  .form-style input {
    width: 48.3%;
  }
  .article-content {
    width: 100%;
  }
  #share-list {
    display: none;
  }
  .page-case-bar {
    flex-wrap: wrap;
  }
  .page-case-bar div {
    width: 30.333%;
  }
  .page-case-bar div:nth-of-type(4),
  .page-case-bar div:nth-of-type(5),
  .page-case-bar div:nth-of-type(6) {
    margin-top: 1.2rem;
  }
  .page-number .page-number-list {
    flex-wrap: wrap;
  }
  .page-number {
    padding-top: 4.378rem;
  }
  .page-number .page-number-list li:first-child,
  .page-number .page-number-list li:first-child + li {
    margin-bottom: 2.2rem;
  }
  .page-number .page-number-list li {
    width: 50%;
  }
  .show-case-left {
    display: none;
  }
  .show-case .show-case-right {
    padding: 2rem;
  }
  .show-case {
    padding-bottom: 4rem;
  }
  .customization {
    padding-bottom: 4rem;
  }
  .customization .customization-list .customization-list-item {
    width: 47%;
  }
  .customization .customization-list .customization-list-item:nth-of-type(3),
  .customization .customization-list .customization-list-item:nth-of-type(4) {
    margin-top: 2.2rem;
  }
  .building .building-list li {
    width: 33%;
  }
  .building .building-list li::after {
    left: -48%;
    width: 100%;
  }
  .building .building-list li:nth-of-type(4)::after {
    display: none;
  }
  .building .building-list li:nth-of-type(4),
  .building .building-list li:nth-of-type(5),
  .building .building-list li:nth-of-type(6) {
    margin-top: 2.5rem;
  }
  .building .building-list li p {
    margin-top: 1.24rem;
  }
  .advisory .advisory-wrap {
    height: 15rem;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .advisory .advisory-wrap p {
    width: 100%;
  }
  .advisory .advisory-wrap .index-more-style {
    margin: 2.2rem auto 0;
  }
  .need-wrap-bottom {
    display: block;
  }
  .need-wrap-bottom div {
    margin-top: 1.2rem;
    width: 100%;
  }
  .need-wrap-bottom div {
    display: block;
    overflow: hidden;
  }
  .need-wrap-bottom div span {
    display: block;
    float: left;
    width: 33.3334%;
    margin-bottom: 1.2rem;
  }
  .form-style input[type='submit'] {
    width: 100%;
  }
  .keyword .intro-left {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .form-style2 input[type='submit'] {
    margin-bottom: 5rem;
  }
  .carousel-left {
    left: -3rem;
  }
  .carousel-right {
    right: -3rem;
  }
  .mini-solution .mini-solution-list li {
    width: 33.33334%;
  }
  .mini-solution .mini-solution-list {
    flex-wrap: wrap;
  }
  .mini-solution .gou span {
    width: 33%;
  }
  .mini-solution .gou-bottom {
    padding-bottom: 3rem;
  }
  .chengdu .chengdu-wrap-bottom p {
    line-height: 1.56;
  }
  .page-banner small {
    line-height: 1.6;
  }
  .page-banner div {
    left: 3%;
    width: 94%;
  }
  .page-banner h4 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .banner-span .banner-span-wrap a {
    width: 10.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
  }
  .header-right .header-search-icon {
    margin-right: 5.5rem;
  }
  .index-news .index-news-hot-list a figure .figure-img {
    width: 96px;
    height: 69px;
  }
  .localized .localized-bar {
    -webkit-box-lines: multiple;
    /* 12版 */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .localized .localized-bar li {
    width: 33.333334%;
  }
  .localized .lacalized-content-bottom ol li {
    width: 100%;
    margin-bottom: 1.3rem;
  }
  .localized .localized-content {
    padding: 2.375rem 2rem 2.063rem;
  }
  .need .form-style2 input[type='submit'] {
    margin-top: 1.563rem;
    margin-bottom: .8rem;
  }
  .page-news-list {
    margin-top: 2.2rem;
  }
  .left-and-right {
    text-align: center;
  }
  .tedian-right {
    order: 2;
    width: 90%;
    margin: 3rem auto 0;
  }
  .left-and-right .page-more-style a {
    margin-left: auto;
  }
  .left-and-right .tedian-left {
    width: 100%;
  }
  .left-and-right {
    padding-top: 0;
  }
  .case-show img {
    max-width: 88%;
  }
  .partner {
    padding-bottom: 3rem;
  }
  .partner .partner-list li {
    width: 47%;
  }
  .mini-app-dz .mini-app-dz-left {
    display: none;
  }
  .mini-app-dz .mini-app-dz-right {
    float: none;
    width: 100%;
  }
  .wx-app .wx-app-list {
    flex-wrap: wrap;
  }
  .wx-app .wx-app-list li {
    width: 100%;
    margin-top: 1.2rem;
  }
  .wx-app .wx-app-list li:nth-of-type(1) {
    margin-top: 0;
  }
}

@media screen and (max-width: 380px) {
  .need-wrap-bottom div span {
    width: 50%;
  }
  .customization .customization-list .customization-list-item p {
    line-height: 1.575rem;
  }
}
