 .product {
    background-color: #F8F8F8;
    padding: 0.55rem 0;
  }
  .product .product-module {
    width: 12rem;
    margin: 0 auto;
  }
  @media screen and (max-width: 1024px) {
    .product .product-module {
      width: 100%;
      padding: 0 0.3rem;
    }
  }
  .product .product-module .product-module-title h3 {
    font-size: 0.35rem;
    font-weight: bold;
    color: #D2D2D2;
    text-align: center;
    line-height: 1;
  }
  .product .product-module .product-module-title h2 {
    margin-top: 0.16rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #306DBA;
    text-align: center;
    line-height: 1;
  }
  @media screen and (max-width: 1024px) {
    .product .product-module .product-module-title h3 {
      font-size: 0.4rem;
    }
    .product .product-module .product-module-title h2 {
      font-size: 0.35rem;
    }
  }
  .product .product-module .product-module-content ul li {
    display: block;
    width: calc(91% / 4);
    float: left;
    margin-right: 3%;
    margin-top: 0.5rem;
    transition: 0.5s;
  }
  .product .product-module .product-module-content ul li:nth-child(4n) {
    margin-right: 0;
  }
  @media screen and (max-width: 1024px) {
    .product .product-module .product-module-content ul li {
      width: calc(91% / 3);
    }
    .product .product-module .product-module-content ul li:nth-child(4n) {
      margin-right: 3%;
    }
    .product .product-module .product-module-content ul li:nth-child(3n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .product .product-module .product-module-content ul li {
      width: calc(97% / 2);
      margin-right: 3%;
    }
    .product .product-module .product-module-content ul li:nth-child(3n) {
      margin-right: 3%;
    }
    .product .product-module .product-module-content ul li:nth-child(2n) {
      margin-right: 0;
    }
  }
  .product .product-module .product-module-content ul li a {
    display: block;
  }
  .product .product-module .product-module-content ul li a .img {
    width: 100%;
    height: 2.28rem;
    overflow: hidden;
    position: relative;
    border-radius: 0.1rem;
    background-color: #fff;
  }
  .product .product-module .product-module-content ul li a .img .img-in {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
  }
  .product .product-module .product-module-content ul li a .text .title {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    position: relative;
  }
  .product .product-module .product-module-content ul li a .text .title .line {
    width: 0;
    height: 1px;
    background-color: #306DBA;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  @media screen and (max-width: 1024px) {
    .product .product-module .product-module-content ul li a .text .title {
      font-size: 0.3rem;
    }
  }
  .product .product-module .product-module-content ul li a .text .desc {
    margin-top: 0.05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.12rem;
    color: #999;
    text-align: center;
  }
  .product .product-module .product-module-content ul li a .text .desc p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  @media screen and (max-width: 1024px) {
    .product .product-module .product-module-content ul li a .text .desc {
      font-size: 0.28rem;
    }
  }
  @media screen and (max-width: 1601px) and (min-width: 1025px) {
    .product .product-module .product-module-content ul li a .text .desc {
      font-size: 0.16rem;
    }
  }
  .product .product-module .product-module-content ul li:hover a .img .img-in {
    transform: translate(-50%, -50%) scale(1.05, 1.05);
  }
  .product .product-module .product-module-content ul li:hover a .text .title {
    color: #306CB4;
  }
  .product .product-module .product-module-content ul li:hover a .text .title .line {
    width: 0.5rem;
  }
  .product .product-module .product-module-content .look-more {
    margin: 0.6rem auto;
    width: 1.45rem;
    height: 0.45rem;
    background-color: #306DBA;
    border-radius: 0.23rem;
  }
  .product .product-module .product-module-content .look-more a {
    display: block;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.45rem;
  }
  .product .product-module .product-module-content .look-more a i {
    display: inline-block;
    font-family: serif;
    transition: 0.5s;
  }
  .product .product-module .product-module-content .look-more:hover a i {
    margin-left: 0.1rem;
  }
  
  .aboutus-home-wrap {
    background: #fff center / cover no-repeat;
    padding-top: 0.41rem;
  }
  .aboutus-home-wrap .aboutus-home {
    margin-top: 0.27rem;
    background-color: #ffffff;
    box-shadow: 0 0 0.2rem rgba(153, 153, 153, 0.6);
  }
  .aboutus-home-wrap .aboutus-home dt {
    float: left;
    width: 7.22rem;
    height: 3.92rem;
    overflow: hidden;
  }
  .aboutus-home-wrap .aboutus-home dt .aboutus-img {
    height: 100%;
    background: center / cover no-repeat;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .aboutus-home-wrap .aboutus-home dd {
    overflow: hidden;
    height: 3.92rem;
    padding: 0.19rem 0.31rem 0;
    position: relative;
  }
  .aboutus-home-wrap .aboutus-home dd .aboutus-name {
    font-size: 0.28rem;
    line-height: 1.5;
    color: #333;
  }
  .aboutus-home-wrap .aboutus-home dd .aboutus-subtitle {
    font-size: 0.14rem;
    line-height: 1.5;
    color: #666666;
    text-transform: uppercase;
    margin-top: 0.03rem;
  }
  .aboutus-home-wrap .aboutus-home dd .line {
    width: 0.4rem;
    height: 0.02rem;
    background: #363753;
    margin-top: 0.07rem;
  }
  .aboutus-home-wrap .aboutus-home dd .aboutus-desc {
    margin-top: 0.32rem;
    height: 2.01rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .aboutus-home-wrap .aboutus-home dd .aboutus-desc,
  .aboutus-home-wrap .aboutus-home dd .aboutus-desc p {
    font-size: 0.16rem;
    font-family: "Microsoft YaHei" !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    color: #666666 !important;
  }
  .aboutus-home-wrap .aboutus-home dd .btn {
    position: absolute;
    left: 88%;
    top: 88%;
  }
  .aboutus-home-wrap .aboutus-home dd .btn a {
    display: block;
    width: 0.29rem;
    height: 0.19rem;
    background: url("../images/aboutus-home12-arrow.png") center center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
  }
  .aboutus-home-wrap .aboutus-home:hover dt .aboutus-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  @media screen and (max-width: 1024px) {
    .aboutus-home-wrap .aboutus-home dt {
      float: none;
      width: 100%;
      height: 4.42rem;
    }
    .aboutus-home-wrap .aboutus-home dd {
      overflow: hidden;
      padding: 0.4rem;
      height: auto;
      background: none;
    }
    .aboutus-home-wrap .aboutus-home dd .aboutus-name {
      font-size: 0.32rem;
    }
    .aboutus-home-wrap .aboutus-home dd .aboutus-subtitle {
      font-size: 0.28rem;
    }
    .aboutus-home-wrap .aboutus-home dd .aboutus-desc {
      margin-top: 0.24rem;
      height: auto;
      -webkit-line-clamp: inherit;
    }
    .aboutus-home-wrap .aboutus-home dd .aboutus-desc,
    .aboutus-home-wrap .aboutus-home dd .aboutus-desc p {
      font-size: 0.28rem;
      line-height: 2.3 !important;
    }
  }
  .aboutus-home-wrap .aboutus-home-info {
    background: url("../images/9989.jpg") center / cover no-repeat;
    margin-top: 0.6rem;
  }
  .aboutus-home-wrap .aboutus-home-info .aboutus-home-info-color {
    background-color: rgba(50, 53, 108, 0.5);
  }
  .aboutus-home-wrap .aboutus-home-info .aboutus-info {
    padding: 0.29rem 0;
  }
  .aboutus-home-wrap .aboutus-home-info .aboutus-info li {
    float: left;
    width: 33.3333%;
    text-align: center;
    border-right: 0.01rem solid #fff;
  }
  .aboutus-home-wrap .aboutus-home-info .aboutus-info li:last-child {
    border-right: 0;
  }
  .aboutus-home-wrap .aboutus-home-info .aboutus-info .number {
    font-size: 0;
  }
  .aboutus-home-wrap .aboutus-home-info .aboutus-info .number .number-in,
  .aboutus-home-wrap .aboutus-home-info .aboutus-info .number span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: baseline;
    font-weight: bold;
  }
  .aboutus-home-wrap .aboutus-home-info .aboutus-info .number .number-in {
    font-size: 0.38rem;
    line-height: 1.5;
    color: #fff;
  }
  .aboutus-home-wrap .aboutus-home-info .aboutus-info .number i {
    font-size: 0.26rem;
    line-height: 1.5;
    color: #fff;
  }
  .aboutus-home-wrap .aboutus-home-info .aboutus-info .number-title {
    font-size: 0.22rem;
    line-height: 1.5;
    color: #fff;
    margin-top: 0.08rem;
  }
  @media screen and (max-width: 1024px) {
    .aboutus-home-wrap .aboutus-home-info .aboutus-info .number i {
      font-size: 0.28rem;
    }
    .aboutus-home-wrap .aboutus-home-info .aboutus-info .number-title {
      font-size: 0.28rem;
    }
  }
  @media screen and (max-width: 1024px) {
    .aboutus-home-wrap {
      padding: 0.4rem 0;
    }
  }

 
  .core-advantages-home {
    background-color: #ffffff;
    padding: 0.41rem 0;
  }
  .core-advantages-home .core-advantages-list li {
    border-bottom: 0.01rem solid #dddddd;
    padding: 0.29rem 0;
  }
  .core-advantages-home .core-advantages-list li:nth-child(2n) dt {
    float: right;
  }
  .core-advantages-home .core-advantages-list li:nth-child(2n) dd {
    padding-right: 0.41rem;
    padding-left: 0 !important;
  }
  .core-advantages-home .core-advantages-list li dl {
    cursor: pointer;
  }
  .core-advantages-home .core-advantages-list li dl:hover .core-advantages-img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }
  .core-advantages-home .core-advantages-list li dl dt {
    float: left;
    width: 4.44rem;
    height: 2.41rem;
    overflow: hidden;
  }
  .core-advantages-home .core-advantages-list li dl dt .core-advantages-img {
    height: 100%;
    background: center / cover no-repeat;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .core-advantages-home .core-advantages-list li dl dd {
    overflow: hidden;
    padding-left: 0.41rem;
  }
  .core-advantages-home .core-advantages-list li dl dd .core-advantages-main-head .core-advantages-num {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 0.32rem;
    color: #32356C;
    line-height: 1.2;
    font-weight: bold;
  }
  .core-advantages-home .core-advantages-list li dl dd .core-advantages-main-head .core-advantages-title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 0.24rem;
    line-height: 1.2;
    color: #333;
    margin-left: 0.12rem;
  }
  .core-advantages-home .core-advantages-list li dl dd .core-advantages-desc {
    margin-top: 0.25rem;
    overflow: hidden;
  }
  .core-advantages-home .core-advantages-list li dl dd .core-advantages-desc,
  .core-advantages-home .core-advantages-list li dl dd .core-advantages-desc p {
    font-size: 0.14rem !important;
    color: #666666 !important;
    line-height: 2 !important;
    font-family: "Microsoft YaHei" !important;
  }
  @media screen and (max-width: 1601px) and (min-width: 1025px) {
    .core-advantages-home .core-advantages-list li dl dd .core-advantages-desc,
    .core-advantages-home .core-advantages-list li dl dd .core-advantages-desc p {
      font-size: 0.16rem !important;
    }
  }
  @media screen and (max-width: 1024px) {
    .core-advantages-home .core-advantages-list li dl dt {
      float: none !important;
      width: 100%;
      height: 3.61rem;
    }
    .core-advantages-home .core-advantages-list li dl dd {
      margin-top: 0.2rem;
      padding: 0 !important;
    }
    .core-advantages-home .core-advantages-list li dl dd .core-advantages-main-head .core-advantages-num {
      display: none;
    }
    .core-advantages-home .core-advantages-list li dl dd .core-advantages-main-head .core-advantages-title {
      margin-left: 0;
      font-size: 0.32rem;
    }
    .core-advantages-home .core-advantages-list li dl dd .core-advantages-desc {
      padding-left: 0;
      height: auto;
    }
    .core-advantages-home .core-advantages-list li dl dd .core-advantages-desc,
    .core-advantages-home .core-advantages-list li dl dd .core-advantages-desc p {
      font-size: 0.28rem !important;
    }
  }
  .home-public-title{text-align:center}.home-public-title h2{font-size:0}.home-public-title h2 i,.home-public-title h2 span{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.home-public-title h2 i{background-color:#363753;width:.4rem;height:.02rem;margin:0 .3rem}.home-public-title h2 span{font-size:.34rem;font-weight:400;color:#363753}.home-public-title h3{font-size:.22rem;line-height:1.5;color:#999;text-transform:uppercase;margin-top:.09rem}@media screen and (max-width:1024px){.home-public-title h2 i{width:.5rem}.home-public-title h2 span{font-size:.38rem}.home-public-title h3{font-size:.28rem}}.customer-case-home{background:center/cover no-repeat}.customer-case-home .customer-case-home-color{background-color:rgba(50,53,108,.6);padding:.4rem 0 .5rem}.customer-case-home .home-public-title h2 i{background-color:#fff}.customer-case-home .home-public-title h2 span{color:#fff}.customer-case-home .home-public-title h3{color:#a9aed8}.customer-case-home .swiper-container-case{margin-top:.27rem;position:relative;padding:0 .8rem}.customer-case-home .swiper-container-case .arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:.5rem;height:1rem;z-index:10;background:rgba(255,255,255,.6)url(../images/case-home8-arrow.png)center/.24rem .34rem no-repeat}.customer-case-home .swiper-container-case .arrow-left{left:0}.customer-case-home .swiper-container-case .arrow-right{right:0;-webkit-transform:translateY(-50%) rotateY(180deg);-moz-transform:translateY(-50%) rotateY(180deg);-ms-transform:translateY(-50%) rotateY(180deg);-o-transform:translateY(-50%) rotateY(180deg);transform:translateY(-50%) rotateY(180deg)}.customer-case-home .swiper-container-case .swiper-slide{box-sizing:border-box;padding:0 .1rem}.customer-case-home .swiper-container-case .swiper-slide a{display:block;background-color:#fff}.customer-case-home .swiper-container-case .swiper-slide a:hover .case-item-img{-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-ms-transform:scale(1.02);-o-transform:scale(1.02);transform:scale(1.02)}.customer-case-home .swiper-container-case .swiper-slide dl dt{overflow:hidden;height:2.04rem}.customer-case-home .swiper-container-case .swiper-slide dl dt .case-item-img{height:100%;background:center/cover no-repeat;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;transition:all 1s}.customer-case-home .swiper-container-case .swiper-slide dl dd{padding:0 .2rem .41rem;background:url(../images/customer-case-home8-cur.png).2rem 88%no-repeat;-webkit-background-size:.16rem .1rem;background-size:.16rem .1rem}.customer-case-home .swiper-container-case .swiper-slide dl dd .case-title{white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;font-size:.18rem;line-height:1.5;color:#333;border-bottom:.01rem solid #ddd;padding:.11rem 0}.customer-case-home .swiper-container-case .swiper-slide dl dd .case-desc{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.16rem;line-height:1.4;color:#999;margin-top:.1rem}@media screen and (max-width:1024px){.customer-case-home .swiper-container-case .swiper-slide .arrow{display:none}.customer-case-home .swiper-container-case .swiper-slide dl dt{height:5.06rem}.customer-case-home .swiper-container-case .swiper-slide dl dd{padding:0 .2rem .2rem;background:0 0}.customer-case-home .swiper-container-case .swiper-slide dl dd .case-title{font-size:.32rem}.customer-case-home .swiper-container-case .swiper-slide dl dd .case-desc{font-size:.28rem}.customer-case-home .swiper-container-case{padding:0}}
  .news-home {
    padding: 0.41rem 0;
  }
  .news-home .home-public-title {
    text-align: center;
  }
  .news-home .home-public-title h2 {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
    color: #317EE4;
    letter-spacing: 0.05rem;
  }
  .news-home .home-public-title h3 {
    font-size: 0.16rem;
    line-height: 1.5;
    color: #999999;
  }
  .news-home .home-public-title .home-public-title-icon {
    margin-top: 0.1rem;
  }
  .news-home .home-public-title .home-public-title-icon i,
  .news-home .home-public-title .home-public-title-icon span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
  }
  .news-home .home-public-title .home-public-title-icon i {
    width: 0.21rem;
    border-bottom: 0.01rem solid #999999;
  }
  .news-home .home-public-title .home-public-title-icon span {
    width: 0.21rem;
    height: 0.18rem;
    background: #fff url("../images/home-public-title-icon.png") center / 0.21rem 0.18rem no-repeat;
    margin: 0 0.22rem;
  }
  @media screen and (max-width: 1024px) {
    .news-home .home-public-title h2 {
      font-size: 0.32rem;
    }
    .news-home .home-public-title h3 {
      font-size: 0.28rem;
    }
    .news-home .home-public-title .home-public-title-icon {
      margin-top: 0.1rem;
    }
    .news-home .home-public-title .home-public-title-icon i {
      width: 0.31rem;
    }
    .news-home .home-public-title .home-public-title-icon span {
      width: 0.315rem;
      height: 0.27rem;
      background-size: 0.315rem 0.27rem;
    }
  }
  .news-home .news-home-list {
    margin-top: 0.32rem;
  }
  .news-home .news-home-list li {
    float: left;
    width: 30%;
    margin-right: 0.6rem;
  }
  .news-home .news-home-list li:nth-child(3n) {
    margin-right: 0;
  }
  .news-home .news-home-list li a {
    display: block;
  }
  .news-home .news-home-list li dl dt {
    height: 2.38rem;
    overflow: hidden;
  }
  .news-home .news-home-list li dl dt .news-home-img {
    height: 100%;
    background: center / cover no-repeat;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .news-home .news-home-list li dl dd .news-home-title,
  .news-home .news-home-list li dl dd .news-home-desc {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.15rem;
  }
  .news-home .news-home-list li dl dd .news-home-title {
    font-size: 0.18rem;
    line-height: 1.5;
    color: #666666;
  }
  .news-home .news-home-list li dl dd .news-home-desc {
    font-size: 0.16rem;
    line-height: 1.5;
    color: #666666;
  }
  .news-home .news-home-list li dl dd .news-home-link {
    margin-top: 0.2rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    font-size: 0.14rem;
    line-height: 1.5;
    color: #666666;
    background: #FFFFFF;
    border: 0.01rem solid #c7c7c7;
    border-radius: 0.18rem;
    padding: 0.07rem 0.48rem;
  }
  @media screen and (max-width: 1601px) and (min-width: 1025px) {
    .news-home .news-home-list li dl dd .news-home-link {
      font-size: 0.16rem;
    }
  }
  @media screen and (max-width: 1024px) {
    .news-home .news-home-list li {
      width: 48%;
      margin-right: 0;
      margin-bottom: 4%;
    }
    .news-home .news-home-list li:nth-child(2n) {
      margin-left: 4%;
    }
    .news-home .news-home-list li dl dd .news-home-title {
      font-size: 0.32rem;
    }
    .news-home .news-home-list li dl dd .news-home-desc,
    .news-home .news-home-list li dl dd .news-home-link {
      font-size: 0.28rem;
    }
  }
