﻿
/*轮播图*/
.z_mb{width: 100%;height: 46.88vw;}

.z_swi .swiper-slide img{width: 100%;height: 46.88vw;position: relative;}
/*.z_swi .swiper-pagination-bullet{width: 14px;height: 10px;border-radius: 0;}*/
.z_swi .swiper-pagination-bullet-active{background: #4a4645;}
/*.z_swi{padding-bottom: 50px;}*/

.z_swi .swiper-slide .title {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 15vw;
  width: 100%;
}

.z_swi .swiper-slide .title>p{
  font-size: .68rem;
  color: #fff;
  text-align: center;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.42);
}

.z_swi .swiper-slide .title .sub-til{
  font-size: .28rem;
  margin-top: .5rem;
}

.z_mb {
  position: relative;
}
.z_mb .z_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 0.6rem;
  height: 0.8rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.z_mb .z_btn>img {
  width: .15rem;
}
.z_mb .z_swi_last {
  left: 0;
}
.z_mb .z_swi_next {
  right: 0;
}

/*轮播图下面那块，不知道叫啥好*/
.work {
  position: relative;
  /*height: 6.88rem;*/
  height: 22vw;
  padding-top: 3.5vw;
  text-align: center;
}
.work .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.work .logo {
  width: 8vw;
  /*height: 8vw;*/
  margin: 0 auto 1.8vw;
  display: block;
}
.work .title {
  font-size: 1.2vw;
  line-height: 1;
  margin-bottom: 1.6458vw;
}
.work .flex-x-center {
  align-items: center;
  font-size: 1.75vw;
  font-weight: bold;
  color: #333;
}
.work .flex-x-center .triangle-up {
  width: 0;
  height: 0;
  border-left: 1vw solid transparent;
  border-right: 1vw solid transparent;
  border-bottom: 1.1vw solid #1bb27a;
  margin: 0 1.1vw;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.work .flex-x-center .triangle-up:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.work .flex-x-center .triangle-down {
  width: 0;
  height: 0;
  border-left: 1vw solid transparent;
  border-right: 1vw solid transparent;
  border-top: 1.2vw solid #1bb27a;
  margin: 0 1.2vw;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.work .flex-x-center .triangle-down:hover {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.work-border-bottom {
  width: 100%;
  height: 10px;
  background: -webkit-linear-gradient(to right, #7390b4 29%, #75b09a 29%, #75b09a 50%, #9fc86d 50%, #9fc86d 71%, #d86267 71%, #d86267 100%);
  background: -moz-linear-gradient(to right, #7390b4 29%, #75b09a 29%, #75b09a 50%, #9fc86d 50%, #9fc86d 71%, #d86267 71%, #d86267 100%);
  background: -ms-linear-gradient(to right, #7390b4 29%, #75b09a 29%, #75b09a 50%, #9fc86d 50%, #9fc86d 71%, #d86267 71%, #d86267 100%);
  background: linear-gradient(to right, #7390b4 29%, #75b09a 29%, #75b09a 50%, #9fc86d 50%, #9fc86d 71%, #d86267 71%, #d86267 100%);
}

/*关于*/
.about {
  overflow: hidden;
  position: relative;
  width: 100%;    padding: 0.6rem 0 0.8rem;
}

.about .bg-img {
  position: absolute;
  left: 0;
  bottom: 0;    height: 100%;
  z-index: -1;
}
.about .list {
  padding: 0.14rem 2rem 0;
  height: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about .list .item .left {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.1rem;
}
.about .list .item .right .title {
  font-size: 0.267rem;
  font-weight: bold;
  margin-bottom: 0.14rem;
  color: #333;
}
.about .list .item .right .border-bottom {
  width: 0.43rem;
  height: 1px;
  background: #003366;
  margin-bottom: 0.25rem;
}
.about .list .item .right .desc {
  font-size: 0.18rem;
  color: #222;
      height: auto;
    line-height: 1.6;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.about .list .item .right .more {
  width: 1.5rem;
    height: auto;
  border-radius: 0.267rem;
  border: 1px solid #333;
  text-align: center;
  color: #003366;
  background: #fff;
  padding: 0;
  margin: 0;
  margin-top: 0.2rem;
}
.about .list .item .right .more .text {
  font-size: 16px;
    padding: 5px 15px;
  white-space: nowrap;
    height: auto;
}
.about .list .item .right .more:hover {
  background: #003366;
  color: #fff;
}

/*产品*/
.product {
  position: relative;
  height: 9rem;
}
.product .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.product .mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(80, 93, 103, 0.5);
}
.product .pro-item {
  width: 20%;
  height: 100%;
  flex-direction: column;
  color: #fff;
  position: relative;
}
.product .pro-item:nth-of-type(odd){
  background: rgba(95, 108, 118, 0.5);
}
.product .pro-item:nth-of-type(even){
  background: rgba(72, 83, 94, 0.5);
}
.product .pro-item .border {
  display: none;
  position: absolute;
  left: 13px;
  right: 13px;
  top: 12px;
  bottom: 12px;
  z-index: -1;
  border: rgba(255,255,255,.2) solid 1px;
}
.product .pro-item .icon {
  max-width: 100%;
  height: 0.84rem;
  margin-bottom: 0.5rem;
}
.product .pro-item .pro-img {
  width: 84%;
  overflow: hidden;
  height: 2.85rem;
  margin-bottom: 0;
  transition: height 0.5s ease, margin 0.5s ease;
}
.product .pro-item .desc{ height:0;  
    overflow: hidden;
    padding: 0 30px;
    line-height: 1.5;
    font-size: 16px;
    transition: all 0.3s;}
.product .pro-item .pro-img .image {
  width: 100%;
  height: 2.85rem;
}
.product .pro-item .title {
  font-weight: bold;
  font-size: 0.2rem;
  margin-bottom: 0.26rem;
}
.product .pro-item .border-bottom {
  width: 0.38rem;
  height: 2px;
  background: #1dd390;
  margin-bottom: 0.5rem;
  transition: background 0.5s ease;
}
.product .pro-item .more {
  font-size: 0.16rem;
  width: 1.58rem;
  height: 0.48rem;
  font-size: 0.16rem;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  line-height: calc(.48rem - 2px);
}
.product .pro-item .more:hover {
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
}
.product .pro-item:hover .border {
  display: block;
}
.product .pro-item:hover .pro-img {
  height: 2.85rem;
}
.product .pro-item:hover .desc{    height: auto;
    margin: 15px auto;    transition: all 0.3s;}
.product .pro-item:hover .border-bottom {
  background: #fff;
}

/*案例*/
.case {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 9.36rem;
}
.case .left {
  position: relative;
  width: 5.5rem;
  flex-shrink: 0;
  height: 100%;
  padding-left: 1.56rem;
  padding-top: 0.9rem;
  color: #333;
}
.case .left .bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #f9f9f9;
}
.case .left .title {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
.case .left .sub-title {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #666;
  letter-spacing: 1px;
  margin-bottom: 0.24rem;
}
.case .left .border-bottom {
  width: 0.2rem;
  height: 2px;
  background: #003366;
  margin-bottom: 0.38rem;
}
.case .left .desc {
  font-size: 0.14rem;
  line-height: 0.3rem;
  width: 100%;
  padding-right: 0.28rem;
  margin-bottom: 0.68rem;
}
.case .left .more {
  font-size: 0.16rem;
  height: 0.2rem;
  line-height: 1;
  border-bottom: 1px solid;
  color: #333;
  display: inline-block;
}
.case .left .more:hover {
  color: #1bb27a;
}

.case .left .border-left {
  width: 1px;
  height: .96rem;
  background: #1bb27a;
  margin-top: .52rem;
}
.case .right {
  flex: 1;
  padding: 0.9rem 0.48rem 0 1.12rem;
}
.case .right .hangye-sort {
  width: 100%;
  font-size: 0.16rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.45rem;
}
.case .right .hangye-sort>div {
  color: #999;
}
.case .right .hangye-sort .item {
  padding: 0 0.3rem;
  border-radius: 0.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #fff;
  color: #333;
  transition: background 0.2s ease, color 0.2s ease;
  position: relative;
}
.case .right .hangye-sort .select {
  background: #1bb27a;
  color: #fff;
}
.case .right .scroll-view {
  width: 100%;
  height: calc(100% - .85rem);
  overflow: auto;
}
.case .right .scroll-view .images-box {
  width: 100%;
  display: none;
  clear: both;
}
.case .right .scroll-view .images-box .item {
      width: calc((100% - 1rem) / 4);
    height: auto;
    position: relative;
    margin-bottom: 0.2rem;
    margin-right: 0.2rem;
    overflow: hidden;
    float: none;
    text-align: center;
    display: inline-block;
    vertical-align: text-top;
}
.case .right .scroll-view .select {
  display: block;
}

/*伙伴*/
.parner {
  width: 100%;
  height: 9.1rem;
  background: #f4f5f7;
  padding-top: 1.18rem;
  padding-left: 3.04rem;
  position: relative;
}
.parner .info {
  width: 6.96rem;
  height: 2rem;
  text-align: center;
}
.parner .info .title {
  font-size: 0.42rem;
  font-weight: bold;
  color: #333;
  height: 0.52rem;
  line-height: 0.52rem;
}
.parner .info .sub-title {
  height: 0.52rem;
  line-height: 0.52rem;
  font-size: 0.16rem;
  color: #666;
}
.parner .info .line {
  width: 1px;
  height: 0.2rem;
  background-color: #003366;
  margin: 0 auto;
}
.parner .map-bg-box {
  position: absolute;
  right: 0;
  bottom: -0.46rem;
  z-index: 5;
  width: 9.2rem;
  height: 8.4rem;
  overflow: hidden;
  background: #475460;
}
.parner .map-bg-box .map-bg {
  position: absolute;
  right: 5px;
  top: 0.09;
  width: 11.8rem;
  height: 8.22rem;
  z-index: 5;
  opacity: 0.1;
}
.parner .map-bg-box .image-bg-3 {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 0;
}
.parner .image-bg-box {
  position: absolute;
  left: 0;
  top: calc(1.18rem + 2rem);
  width: 4rem;
  z-index: 0;
}
.parner .image-bg-box .image-bg-1 {
  width: 100%;
  background: #475460;
}
.parner .image-bg-box .image-bg-1 .image {
  opacity: 0.1;
}
.parner .image-bg-box .image-bg-2 {
  width: 2.4rem;
  background: #475460;
}
.parner .image-bg-box .image-bg-2 .image {
  opacity: 0.1;
}
.parner .image-bg-3 {
  position: absolute;
  right: 0;
  top: calc(100% + .46rem);
  z-index: 5;
  width: 3.18rem;
  background: #475460;
}
.parner .image-bg-3 .image {
  opacity: 0.1;
}
.parner .body {
  position: relative;
  z-index: 6;
}
.parner .body .left>.par-btn {
  width: 0.95rem;
  height: 0.95rem;
}
.parner .body .left>.par-btn>img {
  width: 10px;
  -webkit-filter:brightness(100);
  filter:brightness(100);
}
.parner .body .left .par-last {
  background: #1bb27a;
}
.parner .body .left .par-next {
  background: #475460;
}
.parner .body .center {
  width: 50vw;
  height: 4rem;
  margin: 0;
}
.parner .body .center .swiper-wrapper {
  width: 10rem;
  height: 100%;
}
.parner .body .center .parner-logo {
  width: 20%;
  height: 100%;
}
.parner-logo:nth-of-type(odd)>.logo-box:nth-of-type(odd), .parner-logo:nth-of-type(even)>.logo-box:nth-of-type(even) {
  background: #fff;
}
.parner-logo:nth-of-type(even)>.logo-box:nth-of-type(odd), .parner-logo:nth-of-type(odd)>.logo-box:nth-of-type(even) {
  background: #f4f5f7;
}
.parner .body .center .parner-logo .logo-box {
  width: 100%;
  height: 50%;
}
.parner .body .center .parner-logo .logo-box>img {
  max-width: 2rem;
  max-height: 2rem;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.parner .body .center .parner-logo .logo-box:hover>img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.parner .body .right {
  width: 2rem;
  height: 2rem;
  align-self: flex-start;
  background-color: #1bb27a;
}
.parner .body .right>a {
  background-color: #1bb27a;
  color: #fff;
  font-size: 0.14rem;
  width: 1.6rem;
  height: 0.48rem;
  line-height: .48rem;
  border: solid 1px;
  border-radius: 0.24rem;
  margin: auto;
  text-align: center;
}
.parner .body .right>a:hover {
  background-color: #fff;
  color: #1bb27a;
}

/*页脚*/
.footer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  background: #f4f5f7;
  flex-direction: column;
  padding-top: 0.85rem;
}
.footer .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fff;
}
.footer .bg-img .image {
  opacity: 0.1;
}
.footer .logo {
  width: 1.5rem;
}
.footer .address {
  font-size: 0.18rem;
  color: #555;
  line-height: 0.48rem;
}
.footer .phone-box {
  font-size: 0.16rem;
  color: #999;
  text-align: center;
  margin-top: 0.2rem;
}
.footer .phone-box .phone {
  color: #003366;
  border-style: solid;
  border-width: 0 2px;
  padding: 0 0.22rem;
  line-height: 0.3rem;
  margin: 0.14rem 0;
  font-size: 0.32rem;
  font-weight: 600;
}
.footer .phone-box .phone .wrap {
  display: none;
}
.footer .qr-code {
  margin-bottom: 0.45rem;
}
.footer .qr-code .item {
  font-size: 0.14rem;
  color: #999;
}
.footer .qr-code .item .image {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto 0.12rem;
}
.footer .qr-code .wx {
  margin-right: 0.4rem;
  text-align: center;
}
.footer .pages .page-sort .title {
  color: #333;
  font-weight: bold;
  font-size: 0.16rem;
  height: 40px;
  line-height: 40px;
}
.footer .pages .page-sort .item {
  color: #888;
  font-size: 0.15rem;
  text-align: left;
  height: .3rem;
  line-height: .3rem;
}
.footer .pages .page-sort .item:hover {
  color: #1bb27a;
}
.footer .pages .page-sort + .page-sort {
  margin-left: 1.05rem;
}
.footer .copyright {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  min-width: calc(100% - 4.23rem * 2);
  font-size: 0.14rem;
  color: #999;    padding: 10px 0;
  height: auto;
}


.news-center {
  padding: 1rem 2rem .55rem;
}

.news-center .til>p{
  font-size: .4rem;
  color: #333;
}

.news-center .til .border {
  height: 1px;
  width: .34rem;
  margin: 0 .34rem;
  background: #333;
}

.news-center .news-sort {
  width: 100%;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: .5rem;
}

.news-center .news-sort .item {
  width: 88%;
  margin-bottom: .45rem;
}

.news-center .news-sort .item .title {
  background: #f5f5f5;
  color: #333;
  padding: 0 .2rem;
  font-size: .22rem;
  height: .58rem;
  position: relative;
} 

.news-center .news-sort .item .title>p {
  line-height: .58rem;
}

.news-center .news-sort .item .title>a {
  width: .58rem;
  height: .58rem;
  position: absolute;
  right: 0;
  top: 0;
}

.news-center .news-sort .item .title>a>img {
  width: .3rem;
  height: .3rem;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-center .news-sort .item .main {
  margin: .3rem auto;
}

.news-center .news-sort .item .main .cover-box {
  width: 2.25rem;
  border: 1px solid #e5e5e5;
}

.news-center .news-sort .item .main .cover-box>img {
  width: 100%;
}

.news-center .news-sort .item .main .content {
  width: calc(100% - 2.25rem);
  padding-left: .25rem;
}

.news-center .news-sort .item .main .content>h2 {
  font-size: .18rem;
  font-weight: bold;
  color: #333;
}

.news-center .news-sort .item .main .content>h2:after {
  content: '';
  border: 1px solid #1bb27a;
  width: .35rem;
  display: block;
  margin: .15rem 0;
}

.news-center .news-sort .item .main .content>p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999;
    font-size: .14rem;
}

.news-center .news-sort .item .list {
  border-top: 1px solid #e5e5e5;
}

.news-center .news-sort .item .list>a {
  height: .5rem;
  line-height: .5rem;
  width: 100%;
  padding: 0 .2rem;border-bottom: 1px solid #e5e5e5;
  font-size: .16rem;
}
.news-center .news-sort .item .list>a:hover{display: inline-flex;}
.news-center .news-sort .item .list .dian {
  width: .08rem;
  height: .08rem;
  border-radius: 50%;
  background: #1bb27a;
  margin-right: .08rem;
  color: #777;
}

.news-center .news-sort .item .list>a>p {
  width: calc(100% - 1.5rem);
}

.news-center .news-sort .item .list>a>span {
  color: #999;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .z_mb .z_btn {display: none;}
  .work .title {
    font-size: 16px;
  }
  .work-border-bottom {
    height: 4px;
  }
  .about {
    height: auto;
  }
  .about .list {
    padding: 36px;
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .about .bg-img,.product .bg-img{display: none;}
  .about .list .item{
    width: 100%;
    margin-bottom: 36px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .about .list .item .left {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .about .list .item .right {
    /*flex: 1;*/
  }
  .about .list .item .right .more .text {
    transform: scale(1);
    line-height: calc(.3rem - 2px);
    height: .3rem
  }
  .product, .case {
    flex-wrap: wrap;
    height: auto;
  }
  .product .pro-item {
    width: 100vw;
    height: calc(50vw / 384 * 900);
  }
  .product .pro-item .pro-img .image {
    /*height: calc(42vw / 4 * 3);*/
    display: none;
  }
  .product .pro-item:hover .pro-img {
    /*height: calc(42vw / 4 * 3);*/
    display: none;
  }
  .product .pro-item:nth-of-type(odd) {
    background: rgba(95, 108, 118, 0.5);
  }
  .product .pro-item:nth-of-type(even) {
    background: rgba(72, 83, 94, 0.5);
  }
  /*.product .pro-item:nth-of-type(2), .product .pro-item:nth-of-type(5){
    background: rgba(95, 108, 118, 0.5);
  }
  .product .pro-item:nth-of-type(3), .product .pro-item:nth-of-type(4) {
    background: rgba(72, 83, 94, 0.5);
  }
  .product .pro-item:nth-of-type(6) {
    background: rgba(95, 108, 118, 0.5);
    width: 100vw;
  }*/
  .case .left {
    padding: 36px;
    width: 100%;
  }
  .case .right {
    padding: 36px 0 0;
  }
  .case .right .hangye-sort {
    flex-wrap: wrap;
    margin-bottom: 36px;
    padding: 0 15px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .case .right .hangye-sort .item {
    width: 32%;
    margin-right: 1%;
    font-size: .15rem;
    height: .3rem;
    line-height: 2;
    padding: 0;
  }
  .case .right .line {
    display: none;
  }
  .case .right .scroll-view {
    height: auto;
    margin-bottom: 12px;
  }
  .case .right .scroll-view .images-box {
    padding: 0 15px;text-align: justify;
  }
  .case .right .scroll-view .images-box .item {
    width: calc((100% - 20px) / 2);
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .case .right .scroll-view .images-box .item:nth-of-type(even) {
    margin-right: 0;    margin-left:4%;
  }
.case .right .scroll-view .images-box .item:last-child{}
  .parner {
    height: auto;
    padding: 36px;
  }
  .parner .map-bg-box, .parner .image-bg-box, .parner .image-bg-3 {display: none;}
  .parner .info{
    width: auto;
    height: auto;
    margin-bottom: 36px;
  }
  .parner .info .title {
    font-size: .3rem;
  }
  .parner .body .left, .parner .body .right{
    display: none;
  }
  .parner .body .center {
    width: 100%;
    height: auto;
  }
  .parner .body .center .parner-logo .logo-box>img{
    width: 100%;
    height: auto;
  }
  .footer {
    padding: 36px 20px 0;
    text-align: center;
    height: auto;
  }
  .footer .bg-img {
    width: 100%;
  }
  .footer .address {
    line-height: .3rem;
    font-size: 16px;
  }
  .footer .phone-box .phone {
    font-size: 14px;
    border: none;
    line-height: 2;
    margin: 10px 0;
  }
  .footer .phone-box .phone .no-wrap {
    display: none;
  }
  .footer .phone-box .phone .wrap {
    display: inline;
  }
  .footer .qr-code{
    margin-bottom: 36px;
  }
  .footer .copyright {
    height:auto;
    width: calc(100% + 40px);
    background: #484848;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer .pages, .footer .share{display: none;}

  .z_swi .swiper-slide .title {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .z_swi .swiper-slide .title>p {
    font-size: .24rem;
  }

  .z_swi .swiper-slide .title .sub-til {
    font-size: .14rem;
    margin-top: 0;
  }




  .news-center {
    padding: 36px 20px;
  }

  .news-center .til>p {
    font-size: .3rem;
  }

  .news-center .news-sort .item {
    width: 100%;
    margin-bottom: .2rem;
  }

  .news-center .news-sort .item .title {
    font-size: .18rem;
    height: .36rem;
  }

  .news-center .news-sort .item .title>p {
    line-height: .36rem;
  }

  .news-center .news-sort .item .title>a {
    width: .36rem;
    height: .36rem;
  }

  .news-center .news-sort .item .title>a>img {
    width: .2rem;
    height: .2rem;
  }

  .news-center .news-sort .item .main {
    margin: .1rem auto;
  }

  .news-center .news-sort .item .main .cover-box {
    width: 30%;
  }

  .news-center .news-sort .item .main .content {
    width: 70%;
    padding-left: 20px;
  }

  .news-center .news-sort .item .main .content>h2 {
    font-size: .14rem;
  }

  .news-center .news-sort .item .main .content>h2:after {
    margin: .05rem 0;
  }

  .news-center .news-sort .item .main .content>p {
    font-size: .12rem;
  }

  .news-center .news-sort .item .list>a {
    font-size: .14rem;
  }

.product .pro-item{    height: auto;
    padding: 20px 0;}
.product .pro-item .pro-img{  height: auto;}
.product .pro-item .pro-img .image{    height: auto;
    display: block;
}
.product .pro-item .icon{    margin-bottom: 15px;}
.product .pro-item .border-bottom{margin-bottom: 15px;}
.product .pro-item .title{margin-bottom: 10px;}
.about .list{    padding: 0 2.5%;}
.about .list .item .right{    flex-grow: 1;
    min-width: 0;}
.about .list .item .right .title{font-size: 18px;}
.about .list .item .right .desc{    font-size: 14px;}
.about .list .item .left{    flex-shrink: 0;}
.about .list .item .right .more .text {
    transform: scale(1);
    line-height: 1;
    height: auto;
    font-size: 14px;
}
.about{    padding: 45px 0 30px;}
.work{    padding: 45px 0;
    height: auto;}

.work .logo {
    width: 100px;}
.work .title {
    font-size: 18px;
    margin: 20px auto;
}
.work .flex-x-center{    font-size: 20px;}

.work .bg-img{height: 100%;}



}