#index .index-banner {
  width: 100%;
  height: 100%;
  position: relative;
}
#index .index-banner .index-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#index .index-banner .index-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#index .index-banner .index-swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
  opacity: 0;
}
#index .index-banner .index-pagination {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: 6.25%;
  transform: translateY(-50%);
  z-index: 10;
}
#index .index-banner .index-pagination .pagination-page {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: -76px;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 19, 81, 0);
  margin-bottom: 10px;
  opacity: 1;
  outline: none;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet .wrapper {
  width: 11px;
  height: 22px;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 9;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet .right {
  right: 0;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet .left {
  left: 0;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet .circle {
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: rotate(-135deg);
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet .rightcircle {
  border-top: 2px solid #f00;
  border-right: 2px solid #f00;
  right: 0;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet .leftcircle {
  border-bottom: 2px solid #f00;
  border-left: 2px solid #f00;
  left: 0;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet i {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 7px;
  background: #fff;
  transition: 0.3s;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet .huan {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px transparent solid;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet-active .rightcircle {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 0;
  -webkit-animation: circle_right 3s linear;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet-active .leftcircle {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 0;
  -webkit-animation: circle_left 3s linear;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet-active i {
  background: #fff;
}
#index .index-banner .index-pagination .pagination-page .swiper-pagination-bullet-active .huan {
  border: 2px rgba(255, 255, 255, 0.5) solid;
}
#index .index-banner .index-pagination .line {
  width: 1px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.5);
}
#index .index-banner .index-pagination .num-box {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  font-family: "Dinb";
}
#index .index-banner .index-pagination .num-box .cur {
  font-size: 26px;
  line-height: 20px;
  color: #08a3ae;
}
#index .index-banner .index-pagination .num-box .tag {
  display: inline-block;
  margin: 0 6px;
}
#index .index-banner .index-pagination .num-box .total {
  display: inline-block;
  vertical-align: baseline;
}
#index .product-banner {
  position: relative;
  padding: 90px 0;
}
#index .product-banner .product-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
#index .product-banner .product-swiper .swiper-slide .info {
  width: 53%;
  padding-top: 80px;
}
#index .product-banner .product-swiper .swiper-slide .info .title {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
}
#index .product-banner .product-swiper .swiper-slide .info .desc {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  margin-top: 45px;
}
#index .product-banner .product-swiper .swiper-slide .info .com-more {
  margin-top: 100px;
}
#index .product-banner .product-swiper .swiper-slide .pic {
  width: 520px;
  height: 520px;
  background-image: url("../img/08.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 6%;
}
#index .product-banner .product-swiper .swiper-slide .pic img {
  width: 58%;
}
#index .product-banner .pro-prev,
#index .product-banner .pro-next {
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: calc(50% - 24px);
  position: absolute;
  cursor: pointer;
  outline: none;
  z-index: 10;
}
#index .product-banner .pro-prev {
  left: 6.25%;
  background-image: url("../img/12.png");
}
#index .product-banner .pro-next {
  right: 6.25%;
  background-image: url("../img/11.png");
}
#index .index-about {
  background-color: #f8f8f8;
}
#index .index-about .about-box {
  width: 87.5%;
  max-width: 1680px;
  display: flex;
}
#index .index-about .about-box .left-box {
  width: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 6%;
  padding-left: 14%;
}
#index .index-about .about-box .left-box img {
  width: 100%;
  opacity: 0;
}
#index .index-about .about-box .left-box .title {
  color: #fff;
}
#index .index-about .about-box .left-box .title .cn {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
#index .index-about .about-box .left-box .title .en {
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
  font-family: "Din";
}
#index .index-about .about-box .right-info {
  width: 40%;
  padding-top: 6%;
  padding-left: 4%;
  position: relative;
}
#index .index-about .about-box .right-info .title .cn {
  font-size: 32px;
  line-height: 32px;
  color: #333;
  font-weight: bold;
}
#index .index-about .about-box .right-info .title .en {
  font-size: 28px;
  line-height: 28px;
  color: #999;
  margin-top: 30px;
}
#index .index-about .about-box .right-info .desc {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin-top: 60px;
}
#index .index-about .about-box .right-info .items {
  display: flex;
  align-items: center;
  height: 190px;
  width: 130%;
  position: absolute;
  left: -32.5%;
  bottom: 0px;
}
#index .index-about .about-box .right-info .items .item {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
}
#index .index-about .about-box .right-info .items .item img {
  width: 34px;
}
#index .index-about .about-box .right-info .items .item img.img01 {
  display: inline-block;
}
#index .index-about .about-box .right-info .items .item img.img02 {
  display: none;
}
#index .index-about .about-box .right-info .items .item .info {
  margin-top: 20px;
  text-align: center;
}
#index .index-about .about-box .right-info .items .item .info .t1 {
  font-size: 16px;
  color: #666;
}
#index .index-about .about-box .right-info .items .item .info .t2 {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
#index .index-about .about-box .right-info .items .item.active, #index .index-about .about-box .right-info .items .item:hover {
  background-color: #08a3ae;
}
#index .index-about .about-box .right-info .items .item.active img.img02, #index .index-about .about-box .right-info .items .item:hover img.img02 {
  display: inline-block;
}
#index .index-about .about-box .right-info .items .item.active img.img01, #index .index-about .about-box .right-info .items .item:hover img.img01 {
  display: none;
}
#index .index-about .about-box .right-info .items .item.active .info .t1, #index .index-about .about-box .right-info .items .item:hover .info .t1 {
  color: #fff;
}
#index .index-about .about-box .right-info .items .item.active .info .t2, #index .index-about .about-box .right-info .items .item:hover .info .t2 {
  color: #fff;
}
#index .news-box {
  padding: 70px 0 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/25.png");
}
#index .news-box .main {
  display: flex;
  justify-content: space-between;
}
#index .news-box .main .news-left {
  width: 60%;
}
#index .news-box .main .news-left .tops {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #08a3ae;
  margin-bottom: 50px;
}
#index .news-box .main .news-left .items {
  height: 150px;
  display: flex;
  padding: 40px 30px 40px;
  color: #333;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
}
#index .news-box .main .news-left .items .date-box {
  flex-shrink: 0;
}
#index .news-box .main .news-left .items .date-box .date {
  font-size: 42px;
  line-height: 42px;
  font-family: "Dinb";
}
#index .news-box .main .news-left .items .date-box .year {
  font-size: 20px;
  line-height: 20px;
  margin-top: 14px;
  font-family: "Dinb";
}
#index .news-box .main .news-left .items .info {
  margin-left: 50px;
}
#index .news-box .main .news-left .items .info .title {
  font-size: 20px;
  font-weight: bold;
}
#index .news-box .main .news-left .items .info .desc {
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
}
#index .news-box .main .news-left .items:hover {
  color: #fff;
  background-color: #08a3ae;
  transition: all 0.3s;
}
#index .news-box .main .news-right {
  width: 34%;
}
#index .news-box .main .news-right .items {
  margin-bottom: 50px;
}
#index .news-box .main .news-right .items .news-title {
  padding-bottom: 20px;
}
#index .news-box .main .news-right .items .pic {
  width: 100%;
}
#index .news-box .main .news-right .items .pic img {
  width: 100%;
}
#index .news-box .main .news-right .items:last-child {
  margin-bottom: 0;
}
#index .news-box .news-title .cn {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
#index .news-box .news-title .en {
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: baseline;
  color: #999;
  margin-left: 6px;
}

#about .about-intro {
  display: flex;
  background-position: top 30px right 20px;
  background-size: 71% auto;
  background-repeat: no-repeat;
  background-image: url("../img/26.png");
  padding-top: 95px;
}
#about .about-intro .left-pic {
  width: 44%;
  position: relative;
}
#about .about-intro .left-pic .pic {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#about .about-intro .left-pic .pic img {
  width: 100%;
  opacity: 0;
}
#about .about-intro .left-pic .bg {
  width: 98%;
  position: absolute;
  left: 60px;
  top: 50px;
  background-color: #f5f5f5;
  z-index: 0;
}
#about .about-intro .left-pic .bg img {
  width: 100%;
  opacity: 0;
}
#about .about-intro .right-info {
  width: 39%;
  margin-left: 4.5%;
}
#about .about-intro .right-info .title .t1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #333;
}
#about .about-intro .right-info .title .t2 {
  color: #0ba7b2;
  margin-top: 20px;
  font-size: 24px;
}
#about .about-intro .right-info .info {
  font-size: 16px;
  line-height: 36px;
  margin-top: 60px;
}
#about .culture-box {
  padding-top: 100px;
}
#about .culture-box .culture-list {
  display: flex;
  margin-top: 60px;
}
#about .culture-box .culture-list .item {
  width: 33.33%;
  height: 430px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#about .culture-box .culture-list .item .inner {
  background-color: rgba(11, 167, 178, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s;
  width: 87.5%;
  height: 81%;
}
#about .culture-box .culture-list .item .inner .tops {
  text-align: center;
}
#about .culture-box .culture-list .item .inner .tops img {
  width: 70px;
}
#about .culture-box .culture-list .item .inner .tops .info {
  color: rgba(11, 167, 178, 0.8);
  margin-top: 15px;
}
#about .culture-box .culture-list .item .inner .tops .info .t1 {
  font-size: 24px;
  font-weight: bold;
}
#about .culture-box .culture-list .item .inner .tops .info .t2 {
  font-size: 16px;
}
#about .culture-box .culture-list .item .inner .bottoms {
  color: #fff;
  margin-top: 6px;
  display: none;
}
#about .culture-box .culture-list .item .inner .bottoms .line {
  width: 1px;
  height: 40px;
  background-color: #fff;
  margin: 0 auto;
}
#about .culture-box .culture-list .item .inner .bottoms .txt {
  font-size: 16px;
  margin-top: 14px;
}
#about .culture-box .culture-list .item:hover .inner {
  justify-content: flex-start;
  padding-top: 8%;
  background-color: rgba(11, 167, 178, 0.8);
  transition: all 0.3s;
}
#about .culture-box .culture-list .item:hover .inner .tops .info {
  color: #fff;
}
#about .culture-box .culture-list .item:hover .inner .bottoms {
  display: block;
}
#about .history-box {
  padding: 70px 0 50px;
}
#about .history-box .history-inner {
  position: relative;
  margin-top: 90px;
}
#about .history-box .history-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 0;
}
#about .history-box .history-inner .history-banner {
  position: relative;
}
#about .history-box .history-inner .history-banner .history-swiper {
  width: 84%;
  height: 420px;
  padding: 0 10px;
}
#about .history-box .history-inner .history-banner .history-swiper .swiper-slide {
  width: 20% !important;
  height: 210px;
  padding-left: 20px;
  border-left: 1px solid #ddd;
}
#about .history-box .history-inner .history-banner .history-swiper .swiper-slide:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 55%;
  background-color: #08a3ae;
  left: -2px;
  bottom: 0;
}
#about .history-box .history-inner .history-banner .history-swiper .swiper-slide:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("../img/42.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: -9px;
  bottom: -9px;
}
#about .history-box .history-inner .history-banner .history-swiper .swiper-slide .info-box .date {
  background-color: #08a3ae;
  color: #fff;
  font-size: 28px;
  line-height: 48px;
  height: 48px;
  font-weight: bold;
  padding: 0 25px;
  border-radius: 24px;
  max-width: 200px;
}
#about .history-box .history-inner .history-banner .history-swiper .swiper-slide .info-box .info {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-top: 15px;
}
#about .history-box .history-inner .history-banner .history-swiper .swiper-slide:nth-child(2n) {
  transform: translateY(210px);
  position: relative;
  padding-top: 40px;
}
#about .history-box .history-inner .history-banner .history-swiper .swiper-slide:nth-child(2n):before {
  top: 0;
  bottom: unset;
}
#about .history-box .history-inner .history-banner .history-swiper .swiper-slide:nth-child(2n):after {
  top: -9px;
  bottom: unset;
}
#about .history-box .history-inner .history-banner .history-prev,
#about .history-box .history-inner .history-banner .history-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-size: 10px 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 24px);
  outline: none;
  cursor: pointer;
  background-color: #08a3ae;
}
#about .history-box .history-inner .history-banner .history-prev {
  left: 0;
  background-image: url("../img/30.png");
}
#about .history-box .history-inner .history-banner .history-prev.swiper-button-disabled {
  background-image: url("../img/28.png");
  border: 1px solid #08a3ae;
  background-color: transparent;
}
#about .history-box .history-inner .history-banner .history-next {
  right: 0;
  background-image: url("../img/27.png");
}
#about .history-box .history-inner .history-banner .history-next.swiper-button-disabled {
  background-image: url("../img/29.png");
  border: 1px solid #08a3ae;
  background-color: transparent;
}
#about .honor-box {
  padding: 70px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/36.png");
}
#about .honor-box .honor-banner {
  position: relative;
  margin-top: 80px;
}
#about .honor-box .honor-banner .honor-swiper {
  width: 90%;
}
#about .honor-box .honor-banner .honor-swiper .swiper-slide .pic {
  width: 100%;
}
#about .honor-box .honor-banner .honor-swiper .swiper-slide .pic img {
  width: 100%;
}
#about .honor-box .honor-banner .honor-swiper .swiper-slide .txt {
  padding: 10px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
#about .honor-box .honor-banner .honor-prev,
#about .honor-box .honor-banner .honor-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-size: 10px 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 24px);
  outline: none;
  cursor: pointer;
  background-color: #08a3ae;
}
#about .honor-box .honor-banner .honor-prev {
  left: 0;
  background-image: url("../img/30.png");
}
#about .honor-box .honor-banner .honor-prev.swiper-button-disabled {
  background-image: url("../img/28.png");
  border: 1px solid #08a3ae;
  background-color: transparent;
}
#about .honor-box .honor-banner .honor-next {
  right: 0;
  background-image: url("../img/27.png");
}
#about .honor-box .honor-banner .honor-next.swiper-button-disabled {
  background-image: url("../img/29.png");
  border: 1px solid #08a3ae;
  background-color: transparent;
}

#product .product-nav {
  background-color: #fff;
}
#product .product-list {
  padding: 50px 0 40px;
}
#product .product-list > .item {
  margin-bottom: 40px;
  padding: 40px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/44.png");
  display: flex;
  align-items: center;
  cursor: pointer;
}
#product .product-list > .item .pic {
  width: 40%;
  text-align: center;
  border-right: 1px solid #ddd;
  flex-shrink: 0;
}
#product .product-list > .item .pic img {
  width: 83%;
}
#product .product-list > .item .info {
  padding: 0 10% 0 5%;
}
#product .product-list > .item .info .title {
  font-size: 48px;
  line-height: 48px;
  color: #666;
  font-weight: bold;
  margin-top: 30px;
}
#product .product-list > .item .info .desc {
  font-size: 16px;
  line-height: 36px;
  margin-top: 20px;
  color: #666;
}
#product .product-list > .item .info .com-more {
  border: 1px solid #08a3ae;
  color: #08a3ae;
  margin-top: 80px;
  background-color: #fff;
  transition: all 0.3s;
}
#product .product-list > .item:hover .info .title {
  color: #08a3ae;
  transition: all 0.3s;
}
#product .product-list > .item:hover .info .com-more {
  color: #fff;
  background-color: #08a3ae;
  transition: all 0.3s;
}
#product .product-query {
  padding: 70px 0 90px;
  display: flex;
  justify-content: space-between;
}
#product .product-query .pic {
  width: 33.33%;
  flex-shrink: 0;
}
#product .product-query .pic img {
  width: 100%;
}
#product .product-query .info-box {
  width: 46.5%;
}
#product .product-query .info-box .title {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
#product .product-query .info-box .line {
  width: 20px;
  height: 2px;
  background-color: #08a3ae;
  margin: 30px 0;
}
#product .product-query .info-box .desc {
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
}
#product .product-query .info-box .com-more {
  margin-top: 50px;
}
#product .pro-content {
  padding-bottom: 60px;
}
#product .pro-content .pro-item {
  padding: 40px 0 30px;
  border-bottom: 1px dashed #ddd;
}
#product .pro-content .pro-item .pro-title {
  color: #08a3ae;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#product .pro-content .pro-item .pro-title .line {
  width: 4px;
  height: 16px;
  background-color: #08a3ae;
  display: inline-block;
  margin-right: 4px;
}
#product .pro-content .pro-item > .desc {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  margin-top: 20px;
}
#product .pro-content .pro-item .pro-feature {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
#product .pro-content .pro-item .pro-feature .item {
  width: 32%;
  margin-right: 2%;
  height: 260px;
  overflow-y: auto;
  background-color: #f8f8f8;
  padding: 25px 30px 0;
  cursor: pointer;
  margin-bottom: 24px;
}
#product .pro-content .pro-item .pro-feature .item:nth-child(3n) {
  margin-right: 0;
}
#product .pro-content .pro-item .pro-feature .item .num {
  width: 66px;
  height: 66px;
  background-color: #ddd;
  border-radius: 50%;
  font-size: 36px;
  color: #fff;
  line-height: 66px;
  text-align: center;
  font-family: "Dinb";
  margin: 0 auto;
}
#product .pro-content .pro-item .pro-feature .item .desc {
  color: #666;
  font-size: 14px;
  line-height: 28px;
  margin-top: 15px;
}
#product .pro-content .pro-item .pro-feature .item::-webkit-scrollbar {
  width: 1px;
  height: 10px;
  background-color: #ddd;
}
#product .pro-content .pro-item .pro-feature .item::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #ddd;
}
#product .pro-content .pro-item .pro-feature .item::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #08a3ae;
}
#product .pro-content .pro-item .pro-feature .item:hover .num {
  background-color: #08a3ae;
}
#product .pro-content .pro-item .size-box {
  margin-top: 30px;
}
#product .pro-content .pro-item .size-box .warn {
  margin-top: 30px;
  font-size: 16px;
}
#product .pro-content .pro-item:last-child {
  border: 0;
}

#service .service-title .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
#service .service-title .line {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: relative;
}
#service .service-title .line:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #08a3ae;
  left: 0;
  top: 0px;
}
#service .service-top {
  background-color: #f8f8f8;
  padding: 70px 0 50px;
}
#service .service-top .main {
  display: flex;
  justify-content: space-between;
}
#service .service-top .service-title .line {
  margin-top: 30px;
}
#service .service-top .info-box {
  width: 48%;
}
#service .service-top .info-box .info {
  font-size: 16px;
  line-height: 30px;
  color: #999;
  padding-top: 30px;
}
#service .service-top .pic {
  width: 48.6%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#service .service-top .pic img {
  width: 100%;
  opacity: 0;
}
#service .service-one {
  padding: 60px 0;
}
#service .service-one .service-title .line {
  margin-top: 20px;
}
#service .service-one .desc {
  font-size: 16px;
  line-height: 32px;
  color: #999;
  margin: 20px 0 35px 0;
}
#service .service-one .service-list {
  height: 360px;
  padding: 0 30px;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: space-between;
}
#service .service-one .service-list .item {
  width: 27%;
  padding-top: 90px;
  text-align: center;
}
#service .service-one .service-list .item img {
  width: 50px;
}
#service .service-one .service-list .item .info {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  margin-top: 40px;
  text-align: justify;
}
#service .after-sale {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
#service .after-sale .sale-box {
  display: flex;
  justify-content: space-between;
}
#service .after-sale .sale-box .item {
  width: 48.5%;
  padding: 40px;
  background-color: #fff;
}
#service .after-sale .sale-box .item .service-title .line {
  margin-top: 15px;
}
#service .after-sale .sale-box .item .desc {
  font-size: 16px;
  line-height: 30px;
  color: #4c4c4c;
  margin-top: 20px;
}
#service .service-bottoms {
  background-color: #f8f8f8;
  padding: 70px 0 40px;
}
#service .service-bottoms .items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#service .service-bottoms .items.reverse {
  flex-direction: row-reverse;
}
#service .service-bottoms .service-title .line {
  margin-top: 20px;
}
#service .service-bottoms .info-box {
  width: 48%;
}
#service .service-bottoms .info-box .info {
  font-size: 16px;
  line-height: 30px;
  color: #999;
  padding-top: 30px;
}
#service .service-bottoms .pic {
  width: 48.6%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#service .service-bottoms .pic img {
  width: 100%;
  opacity: 0;
}
#service .download-box {
  padding: 70px 0 60px;
}
#service .download-box .tops {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#service .download-box .tops .left {
  display: flex;
  align-items: center;
}
#service .download-box .tops .left .item {
  width: 175px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #ddd;
  color: #666;
  margin-right: 30px;
  text-align: center;
  cursor: pointer;
}
#service .download-box .tops .left .item.active {
  background-color: #08a3ae;
  color: #fff;
  border: 1px solid #08a3ae;
}
#service .download-box .tops .search-box {
  height: 50px;
  display: flex;
  align-items: center;
}
#service .download-box .tops .search-box input {
  width: 460px;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-right: 0;
  height: 100%;
  font-size: 16px;
}
#service .download-box .tops .search-box .btn {
  width: 100px;
  height: 50px;
  line-height: 50px;
  background-color: #08a3ae;
  color: #fff;
  font-size: 16px;
  border: 0;
}
#service .download-box .table-box {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
}
#service .download-box .table-box th, #service .download-box .table-box td {
  height: 60px;
  text-align: center;
}
#service .download-box .table-box th {
  background-color: #08a3ae;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
#service .download-box .table-box td {
  font-size: 14px;
  color: #666;
  border: 1px solid #ddd;
}
#service .download-box .table-box td.title {
  padding: 0 25px;
}
#service .download-box .table-box td .down-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/60.png");
}

#case .case-list {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0 40px;
}
#case .case-list .item {
  width: 32%;
  display: block;
  cursor: pointer;
  margin-right: 2%;
  margin-bottom: 2%;
}
#case .case-list .item:nth-child(3n) {
  margin-right: 0;
}
#case .case-list .item .pic {
  width: 100%;
  overflow: hidden;
}
#case .case-list .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#case .case-list .item .info {
  border: 1px solid #eee;
  border-top: 0;
  padding: 0 30px;
}
#case .case-list .item .info .title {
  font-size: 18px;
  color: #333;
  padding: 30px 0;
  border-bottom: 2px solid #eee;
}
#case .case-list .item .info .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 14px;
}
#case .case-list .item .info .more .arr {
  width: 25px;
  height: 8px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/62.png");
}
#case .case-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#case .case-list .item:hover .info .title {
  color: #08a3ae;
}
#case .case-list .item:hover .info .more {
  color: #08a3ae;
}
#case .case-list .item:hover .info .more .arr {
  background-image: url("../img/61.png");
}
#case .pages-box {
  margin-bottom: 60px;
}
#case .case-detail {
  margin: 80px 0;
  padding: 70px 0;
  background-color: #fff;
}
#case .case-detail .case-inner {
  width: 69.5%;
  margin: 0 auto;
}
#case .case-detail .case-inner .case-tops {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
#case .case-detail .case-inner .case-tops .pic {
  width: 46.5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#case .case-detail .case-inner .case-tops .pic img {
  width: 100%;
  opacity: 0;
}
#case .case-detail .case-inner .case-tops .info-box {
  width: 40%;
  margin-left: 45px;
}
#case .case-detail .case-inner .case-tops .info-box .title {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
}
#case .case-detail .case-inner .case-tops .info-box .tt {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 40px;
}
#case .case-detail .case-inner .case-tops .info-box .desc {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-top: 10px;
}

#news .news-banner {
  margin: 80px 0 60px;
}
#news .news-banner .news-swiper .swiper-slide {
  display: flex;
  align-items: center;
  align-items: stretch;
}
#news .news-banner .news-swiper .swiper-slide .pic {
  width: 34%;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#news .news-banner .news-swiper .swiper-slide .pic img {
  width: 100%;
  opacity: 0;
}
#news .news-banner .news-swiper .swiper-slide .info-box {
  padding: 40px 50px 30px;
  background-color: #f8f8f8;
}
#news .news-banner .news-swiper .swiper-slide .info-box .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
#news .news-banner .news-swiper .swiper-slide .info-box .date {
  font-size: 16px;
  margin-top: 6px;
}
#news .news-banner .news-swiper .swiper-slide .info-box .info {
  font-size: 16px;
  line-height: 32px;
  color: #999;
  margin-top: 30px;
}
#news .news-banner .news-swiper .swiper-slide .info-box .news-pagination {
  margin-top: 50px;
}
#news .news-banner .news-swiper .swiper-slide .info-box .news-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #ddd;
  margin: 0 10px;
}
#news .news-banner .news-swiper .swiper-slide .info-box .news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #08a3ae;
}
#news .news-list {
  margin-bottom: 60px;
}
#news .news-list .item {
  height: 155px;
  padding: 40px 40px 0;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
  display: flex;
}
#news .news-list .item .date-box {
  flex-shrink: 0;
}
#news .news-list .item .date-box .date {
  font-size: 42px;
  font-weight: bold;
  font-family: "Dinb";
  line-height: 42px;
}
#news .news-list .item .date-box .year {
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
}
#news .news-list .item .info {
  width: 100%;
  color: #333;
  margin-left: 50px;
}
#news .news-list .item .info .t1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
#news .news-list .item .info .t2 {
  font-size: 16px;
  line-height: 32px;
  margin-top: 10px;
}
#news .news-list .item:hover {
  background-color: #08a3ae;
  transition: all 0.3s;
}
#news .news-list .item:hover .date-box {
  color: #fff;
  transition: all 0.3s;
}
#news .news-list .item:hover .info {
  color: #fff;
  transition: all 0.3s;
}
#news .pages-box {
  margin-bottom: 60px;
}
#news .news-detail {
  width: 1000px;
  margin: 60px auto 90px;
}
#news .news-detail .title-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
#news .news-detail .title-box .title {
  font-size: 30px;
  line-height: 36px;
  color: #404040;
  font-weight: bold;
}
#news .news-detail .title-box .date {
  font-size: 14px;
  color: #555;
  margin-top: 24px;
}
#news .news-detail .content {
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}

#recruit .concept-box {
  padding: 70px 0 20px;
}
#recruit .concept-box .concept-list {
  margin-top: 50px;
}
#recruit .concept-box .concept-list .items {
  display: flex;
  height: 200px;
  margin-bottom: 50px;
}
#recruit .concept-box .concept-list .items .pic {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#recruit .concept-box .concept-list .items .info-box {
  background-color: #f8f8f8;
  width: 50%;
  height: 100%;
  padding: 40px 50px 0;
}
#recruit .concept-box .concept-list .items .info-box .title {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
#recruit .concept-box .concept-list .items .info-box .info {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  margin-top: 30px;
}
#recruit .concept-box .concept-list .items.reserve {
  flex-direction: row-reverse;
}
#recruit .concept-box .concept-list .items.reserve .info-box {
  text-align: right;
}
#recruit .recruit-box {
  padding-bottom: 80px;
}
#recruit .recruit-box .recruit-list {
  margin-top: 30px;
}
#recruit .recruit-box .recruit-list .items {
  margin-bottom: 30px;
}
#recruit .recruit-box .recruit-list .items .tops {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  width: 100%;
  border: 1px solid #eee;
  background-color: #f5f5f5;
  cursor: pointer;
}
#recruit .recruit-box .recruit-list .items .tops .item {
  height: 100%;
  font-size: 16px;
  line-height: 60px;
  padding: 0 40px;
}
#recruit .recruit-box .recruit-list .items .tops.active {
  background-color: #08a3ae;
  color: #fff;
  border: 1px solid #08a3ae;
}
#recruit .recruit-box .recruit-list .items .cont {
  padding: 40px;
  border: 1px solid #eee;
  border-top: 0;
  display: none;
}
#recruit .recruit-box .recruit-list .items .cont .info {
  margin-bottom: 30px;
}
#recruit .recruit-box .recruit-list .items .cont .info .tt {
  font-size: 20px;
}
#recruit .recruit-box .recruit-list .items .cont .info .desc {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  margin-top: 15px;
}
#recruit .recruit-box .recruit-list .items .cont .warn {
  font-size: 16px;
  line-height: 36px;
  color: #333;
  margin-top: 20px;
}

#concact .map-box {
  padding-top: 50px;
}
#concact .map-box .map {
  margin-top: 40px;
  height: 580px;
  position: relative;
}
#concact .map-box .map #map {
  height: 100%;
}
#concact .map-box .map .map-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#concact .map-box .map .map-inner .main {
  height: 100%;
}
#concact .map-box .map .map-info {
  width: 470px;
  padding: 70px 40px 0;
  height: 100%;
  background-color: #08a3ae;
  position: absolute;
  left: 12.5%;
  top: 0;
}
#concact .map-box .map .map-info .title {
  color: #fff;
}
#concact .map-box .map .map-info .title .cn {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
#concact .map-box .map .map-info .title .en {
  font-size: 20px;
  margin-top: 10px;
}
#concact .map-box .map .map-info .line {
  width: 48px;
  height: 3px;
  background-color: #fff;
  margin: 50px 0;
}
#concact .map-box .map .map-info .info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 20px;
  color: #fff;
}
#concact .map-box .map .map-info .info span {
  font-family: "Dinb";
  font-size: 24px;
}
#concact .map-box .map .map-info .desc {
  font-size: 16px;
  line-height: 32px;
  margin-top: 20px;
  color: #fff;
}
#concact .map-box .map .map-info .desc span {
  font-family: "Dinb";
  font-size: 24px;
}
#concact .message-box {
  padding: 60px 0 80px;
}
#concact .message-box .msg-box {
  display: flex;
  margin-top: 50px;
}
#concact .message-box .msg-box .pic {
  width: 50%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#concact .message-box .msg-box .pic img {
  width: 100%;
  opacity: 0;
}
#concact .message-box .msg-box .info-box {
  width: 50%;
  padding: 35px 50px;
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#concact .message-box .msg-box .info-box .input {
  display: flex;
  align-items: center;
  height: 48px;
  border: 1px solid #e7e7e7;
  padding: 0 10px;
  width: 49%;
  margin-bottom: 15px;
  background-color: #fff;
}
#concact .message-box .msg-box .info-box .input span {
  color: #666;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
#concact .message-box .msg-box .info-box .input span.star {
  color: #ff0000;
  margin: 0 4px;
}
#concact .message-box .msg-box .info-box .input input {
  width: 100%;
  height: 100%;
  border: 0;
  padding-left: 6px;
}
#concact .message-box .msg-box .info-box .input.long {
  width: 100%;
}
#concact .message-box .msg-box .info-box .textarea {
  width: 100%;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  padding: 12px;
  height: 110px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
#concact .message-box .msg-box .info-box .textarea span {
  font-size: 16px;
  color: #666;
  flex-shrink: 0;
}
#concact .message-box .msg-box .info-box .textarea textarea {
  border: 0;
  background-color: #fff;
  resize: none;
  width: 100%;
  height: 100%;
}
#concact .message-box .msg-box .info-box .code-box {
  display: flex;
  align-items: center;
}
#concact .message-box .msg-box .info-box .code-box .code {
  width: 130px;
  margin-bottom: 0px;
}
#concact .message-box .msg-box .info-box .code-box .code-img {
  width: 100px;
  height: 48px;
  margin-left: 10px;
  border: 1px solid #e7e7e7;
}
#concact .message-box .msg-box .info-box .code-box .code-img img {
  width: 100%;
  height: 100%;
}
#concact .message-box .msg-box .info-box .submit-btn {
  width: 200px;
  height: 48px;
  font-size: 16px;
  color: #fff;
  background-color: #08a3ae;
  text-align: center;
  line-height: 48px;
  display: block;
  border: 0;
}
#concact .message-box .msg-box .info-box .input-sign.active {
  border: 1px solid #08a3ae;
  box-shadow: 1px 1px 6px 0px rgba(8, 163, 174, 0.12);
}

#search .search-result {
  width: 100%;
  padding-bottom: 90px;
  padding-top: 80px;
  min-height: 600px;
}
#search .search-result .search-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#search .search-result .search-box .search-input {
  width: 400px;
  height: 44px;
  border-radius: 22px;
  background-color: #f2f2f2;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
#search .search-result .search-box .search-input .search-select {
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  color: #08a3ae;
}
#search .search-result .search-box .search-input .search-select i {
  font-size: 12px;
  color: #08a3ae;
  display: inline-block;
  margin-left: 10px;
}
#search .search-result .search-box .search-input .search-select:hover .select-down {
  display: block;
}
#search .search-result .search-box .search-input .search {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../img/01.png");
  background-position: center;
  flex-shrink: 0;
  display: none;
}
#search .search-result .search-box .search-input input {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  padding-left: 15px;
}
#search .search-result .search-box .search-btn {
  width: 100px;
  background-color: #08a3ae;
  color: #fff;
  height: 44px;
  border-radius: 22px;
  text-align: center;
  border: 0;
  line-height: 44px;
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
}
#search .search-result .search-box .select-down {
  width: 75px;
  background-color: #fff;
  position: absolute;
  top: 44px;
  left: -16px;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px 0;
  border: 1px solid #eee;
  display: none;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
#search .search-result .search-box .select-down .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
}
#search .search-result .search-box .select-down .item.active, #search .search-result .search-box .select-down .item:hover {
  color: #08a3ae;
  background-color: #f2f2f2;
  transition: all 0.3s;
}
#search .search-result .s-item {
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #e6e6e6;
}
#search .search-result .s-item .title {
  width: 100%;
  line-height: 14px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
#search .search-result .s-item .title i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #08a3ae;
  margin-right: 10px;
}
#search .search-result .s-item .title p {
  display: inline-block;
  width: calc(100% - 14px);
}
#search .search-result .s-item .date {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  margin-top: 10px;
  padding-left: 14px;
}
#search .search-result .pages-box {
  margin-top: 50px;
}

@media screen and (max-width: 1900px) {
  .main {
    width: 86%;
    max-width: 86%;
  }
  #index .product-banner {
    padding: 60px 0;
  }
  #index .product-banner .pro-prev {
    left: 2.5%;
  }
  #index .product-banner .pro-next {
    right: 2.5%;
  }
  #index .product-banner .product-swiper .swiper-slide .pic {
    width: 460px;
    height: 460px;
  }
  #index .index-about .about-box {
    width: 94%;
  }
  #index .index-about .about-box .right-info {
    padding-top: 4%;
  }
  #index .index-about .about-box .right-info .desc {
    margin-top: 40px;
    font-size: 14px;
    line-height: 28px;
  }
  .inner-banner .title-box .cn {
    font-size: 48px;
    line-height: 48px;
  }
  .inner-banner .title-box .en {
    font-size: 20px;
    line-height: 20px;
  }
  #about .about-intro {
    padding-top: 50px;
  }
  #about .about-intro .right-info {
    width: 45%;
  }
  #about .about-intro .right-info .title .t1 {
    font-size: 28px;
    line-height: 28px;
  }
  #about .about-intro .right-info .title .t2 {
    font-size: 20px;
  }
  #about .about-intro .right-info .info {
    margin-top: 40px;
  }
  #about .culture-box {
    padding-top: 60px;
  }
  #about .culture-box .culture-list .item .inner .tops img {
    width: 60px;
  }
  .com-title .cn {
    font-size: 28px;
    line-height: 28px;
  }
  .com-title .en {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1600px) {
  #index .news-box {
    padding: 60px 0 60px;
  }
  #index .news-box .news-title .cn {
    font-size: 28px;
    line-height: 28px;
  }
  #index .news-box .news-title .en {
    font-size: 16px;
    line-height: 16px;
  }
  #index .news-box .main .news-left .tops {
    margin-bottom: 30px;
  }
  #index .news-box .main .news-left .items {
    height: auto;
    padding: 30px 20px;
  }
  #index .news-box .main .news-left .items .date-box .date {
    font-size: 32px;
    line-height: 32px;
  }
  #about .about-intro {
    padding-top: 50px;
  }
  #about .about-intro .right-info {
    width: 45%;
  }
  #about .about-intro .right-info .title .t1 {
    font-size: 28px;
    line-height: 28px;
  }
  #about .about-intro .right-info .title .t2 {
    font-size: 20px;
  }
  #about .about-intro .right-info .info {
    margin-top: 20px;
    line-height: 32px;
  }
  #about .culture-box {
    padding-top: 60px;
  }
  #about .culture-box .culture-list .item .inner .tops img {
    width: 60px;
  }
  #about .history-box .history-inner .history-banner .history-swiper {
    width: 90%;
  }
  #about .history-box .history-inner .history-banner .history-swiper .swiper-slide {
    padding-left: 10px;
  }
  #about .history-box .history-inner .history-banner .history-swiper .swiper-slide .info-box .date {
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
  }
  #about .history-box .history-inner .history-banner .history-swiper .swiper-slide .info-box .info {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  #about .honor-box {
    padding: 50px 0;
  }
  #about .honor-box .honor-banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1460px) {
  .header {
    height: 100px;
  }
  .header .logo {
    width: 78px;
  }
  .header .right .search {
    width: 30px;
    height: 30px;
  }
  .header .right .nav .item {
    line-height: 100px;
  }
  #index .product-banner .product-swiper .swiper-slide .info {
    padding-top: 40px;
  }
  #index .product-banner .product-swiper .swiper-slide .info .title {
    font-size: 28px;
    line-height: 28px;
  }
  #index .product-banner .product-swiper .swiper-slide .info .desc {
    margin-top: 30px;
  }
  #index .product-banner .product-swiper .swiper-slide .info .com-more {
    margin-top: 50px;
  }
  #index .index-about .about-box .left-box {
    padding-left: 10%;
  }
  #index .index-about .about-box .left-box .title .cn {
    font-size: 28px;
    line-height: 28px;
  }
  #index .index-about .about-box .left-box .title .en {
    font-size: 16px;
    line-height: 16px;
  }
  #index .index-about .about-box .right-info .items {
    height: 150px;
  }
  #index .index-about .about-box .right-info .items .item img {
    width: 28px;
  }
  #index .index-about .about-box .right-info .items .item .info .t2 {
    margin-top: 6px;
  }
  #index .index-about .about-box .right-info .title .cn {
    font-size: 26px;
    line-height: 26px;
  }
  #index .index-about .about-box .right-info .title .en {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
  }
  #about .history-box .history-inner {
    margin-top: 50px;
  }
  #about .history-box .history-inner .history-banner .history-swiper {
    height: 380px;
  }
  #about .history-box .history-inner .history-banner .history-swiper .swiper-slide {
    height: 190px;
  }
  #about .history-box .history-inner .history-banner .history-swiper .swiper-slide:nth-child(2n) {
    transform: translateY(190px);
    padding-top: 30px;
  }
  #about .culture-box {
    padding-top: 40px;
  }
  #about .culture-box .culture-list .item {
    height: 380px;
  }
  #about .culture-box .culture-list .item .inner .tops img {
    width: 45px;
  }
  #about .culture-box .culture-list .item .inner .tops .info .t1 {
    font-size: 18px;
  }
  #case .case-list {
    margin: 50px 0 40px;
  }
  #case .case-list .item .info {
    padding: 0 20px;
  }
  #case .case-list .item .info .title {
    padding: 20px 0;
    font-size: 16px;
  }
  #case .case-list .item .info .more {
    padding: 15px 0;
  }
  #concact .map-box .map #map::-webkit-scrollbar {
    width: 0.08rem;
    height: 0.08rem;
  }
  #concact .map-box .map #map::-webkit-scrollbar-thumb {
    background-color: #08a3ae;
  }
  #concact .map-box .map #map {
    overflow: auto;
  }
  #concact .map-box .map #map img {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  #concact .message-box .msg-box .info-box {
    padding: 30px;
  }
  #service .download-box .tops {
    flex-wrap: wrap;
  }
  #service .download-box .tops .left .item {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
  }
  #service .download-box .tops .search-box {
    height: 40px;
  }
  #service .download-box .tops .search-box input {
    width: 300px;
  }
  #service .download-box .tops .search-box .btn {
    height: 40px;
    line-height: 40px;
    width: 80px;
  }
  #news .news-banner {
    margin: 60px 0 40px;
  }
  #news .news-banner .news-swiper .swiper-slide .info-box {
    padding: 30px 40px;
  }
  #news .news-banner .news-swiper .swiper-slide .info-box .title {
    font-size: 20px;
    line-height: 24px;
  }
  #news .news-banner .news-swiper .swiper-slide .info-box .info {
    margin-top: 20px;
  }
  #product .product-query {
    padding: 50px 0 60px;
  }
  #product .product-query .info-box {
    width: 55%;
  }
  #product .pro-content {
    padding-bottom: 40px;
  }
  #product .pro-content .pro-item .pro-feature .item .num {
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
  }
  #product .product-list > .item {
    padding: 30px 0;
  }
  #product .product-list > .item .info {
    padding: 0 6% 0 5%;
  }
  #product .product-list > .item .info .title {
    font-size: 28px;
    line-height: 28px;
    margin-top: 20px;
  }
  #product .product-list > .item .info .com-more {
    margin-top: 40px;
  }
  #recruit .concept-box {
    padding: 50px 0 20px;
  }
  #recruit .concept-box .concept-list .items .info-box {
    padding: 40px 30px 0;
  }
  #recruit .concept-box .concept-list .items .info-box .title {
    font-size: 20px;
    line-height: 20px;
  }
  #recruit .concept-box .concept-list .items .info-box .info {
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
  }
  .inner-banner .title-box .cn {
    font-size: 36px;
    line-height: 36px;
  }
  .inner-banner .title-box .line {
    margin: 24px auto;
  }
  .inner-banner .title-box .en {
    font-size: 20px;
    line-height: 20px;
  }
  .com-title .cn {
    font-size: 24px;
    line-height: 24px;
  }
  .com-title .en {
    font-size: 18px;
    line-height: 18px;
  }
  .product-nav .item img {
    height: 80px;
  }
  .footer .foot-top .bottoms .left-box .info-box {
    margin-left: 30px;
  }
  .footer .foot-top .bottoms .right-box .message-box-foot input {
    width: 300px;
  }
  .footer .foot-top .bottoms .right-box .online-tel span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1300px) {
  .main {
    width: 92%;
    max-width: 92%;
  }
  .header {
    height: 80px;
  }
  .header .logo {
    width: 45px;
  }
  .header .right .search {
    width: 24px;
    height: 24px;
  }
  .header .right .nav .item {
    font-size: 14px;
    line-height: 80px;
    margin-right: 45px;
  }
  #index .product-banner .product-swiper {
    padding: 0 2%;
  }
  #index .product-banner .product-swiper .swiper-slide {
    width: 100% !important;
  }
  #index .product-banner .product-swiper .swiper-slide .pic {
    width: 360px;
    height: 360px;
  }
  #index .product-banner .pro-prev, #index .product-banner .pro-next {
    width: 32px;
    height: 32px;
    top: calc(50% + 20px);
  }
  #index .product-banner .pro-prev {
    left: 2%;
  }
  #index .product-banner .pro-next {
    right: 2%;
  }
  #index .index-about .about-box {
    width: 100%;
  }
  #index .index-about .about-box .left-box {
    padding-left: 4%;
    width: 50%;
  }
  #index .index-about .about-box .left-box .title .cn {
    font-size: 28px;
    line-height: 28px;
  }
  #index .index-about .about-box .left-box .title .en {
    font-size: 16px;
    line-height: 16px;
  }
  #index .index-about .about-box .right-info {
    padding-left: 2%;
  }
  #index .index-about .about-box .right-info .items {
    height: 130px;
    bottom: 0;
  }
  #index .index-about .about-box .right-info .items .item img {
    width: 28px;
  }
  #index .index-about .about-box .right-info .items .item .info .t2 {
    margin-top: 6px;
  }
  #index .index-about .about-box .right-info .title .cn {
    font-size: 26px;
    line-height: 26px;
  }
  #index .index-about .about-box .right-info .title .en {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
  }
  #index .news-box .main .news-left {
    width: 63%;
  }
  #index .news-box .main .news-left .items {
    padding: 20px;
  }
  #index .news-box .main .news-left .items .date-box .date {
    font-size: 24px;
    line-height: 24px;
  }
  #index .news-box .main .news-left .items .info {
    margin-left: 20px;
    width: calc(100% - 80px);
  }
  #about .culture-box {
    padding-top: 35px;
  }
  #about .culture-box .culture-list .item {
    height: 320px;
  }
  #about .culture-box .culture-list .item .inner .tops img {
    width: 30px;
  }
  #about .culture-box .culture-list .item .inner .tops .info .t1 {
    font-size: 16px;
  }
  #about .history-box {
    padding: 50px 0 40px;
  }
  #about .history-box .history-inner .history-banner .history-swiper .swiper-slide {
    width: 24% !important;
  }
  #news .news-detail {
    width: 85%;
  }
  .footer .foot-top {
    padding: 36px 0;
  }
  .footer .foot-top .tops {
    padding-bottom: 20px;
  }
  .footer .foot-top .tops .nav .item {
    font-size: 14px;
    line-height: 14px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 1044px) {
  .header {
    display: none;
  }
  .m-header {
    width: 100%;
    height: 1rem;
    padding: 0 0.24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100001;
  }
  .m-header .logo {
    width: 0.6rem;
  }
  .m-header .logo img {
    width: 100%;
  }
  .m-header .right {
    display: flex;
    align-items: center;
  }
  .m-header .right .search {
    display: inline-block;
    width: 0.88rem;
    height: 0.88rem;
    background-size: 0.4rem 0.4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/10.png");
  }
  .m-header .right .open {
    display: inline-block;
    width: 0.88rem;
    height: 0.88rem;
    background-size: 0.64rem 0.64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/menu.png");
    margin-left: 0.2rem;
  }
  .m-header-fix {
    background-color: #fff;
  }
  .m-cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100002;
    display: none;
  }
  .m-cover .icon {
    width: 1rem;
    height: 1rem;
    background-size: 0.64rem 0.64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/cha.png");
    position: absolute;
    top: 0;
    right: 0.25rem;
  }
  .m-cover .copyRight {
    position: absolute;
    left: 0.2rem;
    bottom: 0.4rem;
    font-size: 12px;
    color: #fff;
  }
  .m-cover .copyRight strong {
    font-weight: 700;
  }
  .m-cover .link-box {
    padding-top: 2rem;
  }
  .m-cover .link-box a {
    display: block;
    height: 1.2rem;
    line-height: 1.2rem;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s;
  }
  .m-cover .link-box a .cn {
    display: block;
  }
  .m-cover .link-box a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .com-more {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 14px;
  }
  #index .index-banner {
    margin-top: 0.88rem;
  }
  #index .index-banner .index-pagination {
    top: 64%;
  }
  #index .index-banner .index-pagination .pagination-page {
    margin-top: -0.4rem;
  }
  #index .index-banner .index-pagination .line {
    display: none;
  }
  #index .index-banner .index-pagination .num-box {
    margin-top: 1rem;
  }
  #index .index-banner .index-pagination .num-box .cur {
    font-size: 20px;
    line-height: 20px;
  }
  #index .product-banner {
    padding: 0.6rem 0;
  }
  #index .product-banner .product-swiper .swiper-slide {
    flex-wrap: wrap;
  }
  #index .product-banner .product-swiper .swiper-slide .info {
    padding-top: 0;
    width: 100%;
  }
  #index .product-banner .product-swiper .swiper-slide .info .title {
    font-size: 20px;
    line-height: 20px;
  }
  #index .product-banner .product-swiper .swiper-slide .info .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
  }
  #index .product-banner .product-swiper .swiper-slide .info .com-more {
    margin-top: 0.6rem;
  }
  #index .product-banner .product-swiper .swiper-slide .pic {
    width: 100%;
    height: 100%;
    margin-top: 0.6rem;
  }
  #index .index-about .about-box {
    flex-wrap: wrap;
  }
  #index .index-about .about-box .left-box {
    width: 100%;
    height: 2rem;
    padding: 0.4rem 0.3rem 0;
  }
  #index .index-about .about-box .left-box .title .cn {
    font-size: 22px;
    line-height: 22px;
  }
  #index .index-about .about-box .left-box .title .en {
    font-size: 14px;
  }
  #index .index-about .about-box .right-info {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
  #index .index-about .about-box .right-info .title .cn {
    font-size: 18px;
    line-height: 18px;
  }
  #index .index-about .about-box .right-info .title .en {
    font-size: 14px;
    line-height: 14px;
    margin-top: 0.2rem;
  }
  #index .index-about .about-box .right-info .desc {
    margin-top: 0.4rem;
  }
  #index .index-about .about-box .right-info .items {
    position: static;
    height: auto;
    flex-wrap: wrap;
    margin-top: 0.4rem;
    width: 100%;
  }
  #index .index-about .about-box .right-info .items .item {
    width: 50%;
    height: 2.2rem;
  }
  #index .index-about .about-box .right-info .items .item .info {
    margin-top: 0.2rem;
  }
  #index .index-about .about-box .right-info .items .item .info .t1 {
    font-size: 14px;
  }
  #index .news-box {
    padding: 0.4rem 0;
  }
  #index .news-box .main {
    flex-wrap: wrap;
  }
  #index .news-box .main .news-left {
    width: 100%;
  }
  #index .news-box .main .news-left .tops {
    margin-bottom: 0.2rem;
  }
  #index .news-box .main .news-left .items {
    padding: 0.2rem;
  }
  #index .news-box .main .news-left .items .date-box .date {
    font-size: 18px;
    line-height: 18px;
  }
  #index .news-box .main .news-left .items .date-box .year {
    font-size: 14px;
    line-height: 14px;
    margin-top: 0.2rem;
  }
  #index .news-box .main .news-left .items .info {
    width: calc(100% - 1.4rem);
    margin-left: 0.4rem;
  }
  #index .news-box .main .news-left .items .info .title {
    font-size: 14px;
  }
  #index .news-box .main .news-left .items .info .desc {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0.1rem;
  }
  #index .news-box .main .news-right {
    width: 100%;
    margin-top: 0.4rem;
  }
  #index .news-box .main .news-right .items {
    margin-bottom: 0.4rem;
  }
  #index .news-box .main .news-right .items .news-title {
    padding-bottom: 0.2rem;
  }
  #index .news-box .news-title .cn {
    font-size: 20px;
    line-height: 20px;
  }
  #index .news-box .news-title .en {
    font-size: 14px;
    line-height: 14px;
  }
  #about .about-intro {
    flex-wrap: wrap;
    padding-top: 0.4rem;
  }
  #about .about-intro .left-pic {
    width: 100%;
  }
  #about .about-intro .left-pic .bg {
    display: none;
  }
  #about .about-intro .right-info {
    width: 100%;
    margin-left: 0;
    padding: 0.4rem 0.3rem 0;
  }
  #about .about-intro .right-info .title .t1 {
    font-size: 20px;
  }
  #about .about-intro .right-info .title .t2 {
    font-size: 14px;
    margin-top: 0.1rem;
  }
  #about .about-intro .right-info .info {
    margin-top: 0.2rem;
  }
  #about .history-box {
    padding: 0.4rem 0;
  }
  #about .history-box .history-inner {
    margin-top: 0.4rem;
  }
  #about .history-box .history-inner .history-banner .history-swiper {
    width: 86%;
    height: 4rem;
  }
  #about .history-box .history-inner .history-banner .history-swiper .swiper-slide {
    width: 70% !important;
    height: 2rem;
  }
  #about .history-box .history-inner .history-banner .history-swiper .swiper-slide .info-box .date {
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 12px;
    max-width: 1.8rem;
    padding: 0 0.2rem;
  }
  #about .history-box .history-inner .history-banner .history-swiper .swiper-slide .info-box .info {
    font-size: 12px;
    line-height: 20px;
  }
  #about .history-box .history-inner .history-banner .history-swiper .swiper-slide:nth-child(2n) {
    transform: translateY(2rem);
    padding-top: 0.3rem;
  }
  #about .history-box .history-inner .history-banner .history-prev, #about .history-box .history-inner .history-banner .history-next {
    width: 0.48rem;
    height: 0.48rem;
    top: calc(50% - 0.24rem);
    background-size: 0.1rem 0.2rem;
    z-index: 10;
  }
  #about .culture-box {
    padding-top: 0.4rem;
  }
  #about .culture-box .culture-list {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  #about .culture-box .culture-list .item {
    width: 100%;
    height: 4rem;
  }
  #about .culture-box .culture-list .item .inner {
    background-color: rgb(11, 167, 178);
  }
  #about .culture-box .culture-list .item .inner .tops img {
    width: 30px;
  }
  #about .culture-box .culture-list .item .inner .tops .info {
    margin-top: 0.2rem;
  }
  #about .culture-box .culture-list .item .inner .tops .info .t1 {
    font-size: 14px;
  }
  #about .culture-box .culture-list .item .inner .bottoms {
    display: block;
  }
  #about .culture-box .culture-list .item .inner .bottoms .line {
    display: none;
  }
  #about .culture-box .culture-list .item .inner .bottoms .txt {
    font-size: 14px;
    margin-top: 0.05rem;
  }
  #about .honor-box {
    padding: 0.4rem 0;
  }
  #about .honor-box .honor-banner {
    margin-top: 0.4rem;
  }
  #about .honor-box .honor-banner .honor-swiper .swiper-slide .txt {
    font-size: 14px;
    padding: 0.1rem;
  }
  #about .honor-box .honor-banner .honor-prev, #about .honor-box .honor-banner .honor-next {
    width: 0.48rem;
    height: 0.48rem;
    top: calc(50% - 0.24rem);
    z-index: 10;
    background-size: 0.1rem 0.2rem;
  }
  #case .case-detail {
    margin: 0.4rem 0;
    padding: 0.4rem 0 1.2rem;
  }
  #case .case-detail .case-inner {
    width: 94%;
  }
  #case .case-detail .case-inner .case-tops {
    flex-wrap: wrap;
    padding-bottom: 0.4rem;
  }
  #case .case-detail .case-inner .case-tops .pic {
    width: 100%;
  }
  #case .case-detail .case-inner .case-tops .info-box {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }
  #case .case-detail .case-inner .case-tops .info-box .title {
    font-size: 18px;
  }
  #case .case-detail .case-inner .case-tops .info-box .tt {
    font-size: 14px;
    margin-top: 0.2rem;
  }
  #case .case-detail .case-inner .case-tops .info-box .desc {
    margin-top: 0.2rem;
    font-size: 14px;
    line-height: 24px;
  }
  #case .case-list {
    margin: 0.4rem 0;
  }
  #case .case-list .item {
    width: 49%;
  }
  #case .case-list .item:nth-child(3n) {
    margin-right: 2%;
  }
  #case .case-list .item:nth-child(2n) {
    margin-right: 0;
  }
  #case .case-list .item .info {
    padding: 0 0.2rem;
  }
  #case .case-list .item .info .title {
    font-size: 14px;
    padding: 0.2rem 0;
  }
  #case .case-list .item .info .more {
    font-size: 12px;
    padding: 0.2rem 0;
  }
  #case .pages-box {
    margin-bottom: 0.4rem;
  }
  #concact .map-box {
    padding-top: 0.4rem;
  }
  #concact .map-box .map {
    margin-top: 0.4rem;
    height: auto;
  }
  #concact .map-box .map #map {
    height: 4rem;
  }
  #concact .map-box .map .map-inner {
    position: static;
    height: auto;
  }
  #concact .map-box .map .map-inner .main {
    width: 100%;
    max-width: 100%;
  }
  #concact .map-box .map .map-info {
    width: 100%;
    padding: 0.4rem;
    position: static;
  }
  #concact .map-box .map .map-info .title .cn {
    font-size: 18px;
    line-height: 18px;
  }
  #concact .map-box .map .map-info .title .en {
    font-size: 14px;
    margin-top: 0.1rem;
  }
  #concact .map-box .map .map-info .line {
    width: 0.8rem;
    height: 0.02rem;
    margin: 0.2rem 0;
  }
  #concact .map-box .map .map-info .info {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 0.2rem;
  }
  #concact .map-box .map .map-info .info span {
    font-size: 18px;
  }
  #concact .map-box .map .map-info .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 0.2rem;
  }
  #concact .map-box .map .map-info .desc span {
    font-size: 18px;
  }
  #concact .message-box {
    padding: 0.4rem 0;
  }
  #concact .message-box .msg-box {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  #concact .message-box .msg-box .pic {
    width: 100%;
  }
  #concact .message-box .msg-box .info-box {
    width: 100%;
    padding: 0.24rem;
  }
  #concact .message-box .msg-box .info-box .input {
    height: 0.8rem;
    margin-bottom: 0.2rem;
    padding: 0 0.1rem;
    width: 100%;
  }
  #concact .message-box .msg-box .info-box .input span {
    font-size: 12px;
  }
  #concact .message-box .msg-box .info-box .input span .star {
    margin: 0 0.02rem;
  }
  #concact .message-box .msg-box .info-box .textarea {
    height: 1.8rem;
    margin-bottom: 0.2rem;
    padding: 0.1rem;
  }
  #concact .message-box .msg-box .info-box .textarea span {
    font-size: 12px;
  }
  #concact .message-box .msg-box .info-box .code-box .code-img {
    height: 0.8rem;
  }
  #concact .message-box .msg-box .info-box .submit-btn {
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0.4rem auto 0;
    font-size: 14px;
  }
  #service .download-box {
    padding: 1.2rem 0 0.6rem;
  }
  #service .download-box .tops .left {
    justify-content: space-between;
  }
  #service .download-box .tops .left .item {
    width: 1.5rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-right: 0.2rem;
    font-size: 14px;
  }
  #service .download-box .tops .search-box {
    height: 0.7rem;
    width: 100%;
    margin-top: 0.2rem;
  }
  #service .download-box .tops .search-box input {
    width: 100%;
  }
  #service .download-box .tops .search-box .btn {
    height: 0.7rem;
    line-height: 0.7rem;
    width: 1.6rem;
  }
  #service .download-box .table-box {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    table-layout: fixed;
  }
  #service .download-box .table-box th {
    font-size: 12px;
  }
  #service .download-box .table-box th, #service .download-box .table-box td {
    height: 0.8rem;
  }
  #service .download-box .table-box td {
    font-size: 12px;
  }
  #service .download-box .table-box td.title {
    padding: 0 0.1rem;
  }
  #news .news-detail {
    width: 100%;
    padding: 0 0.3rem;
    margin: 1.2rem 0 1.4rem;
  }
  #news .news-detail .title-box {
    padding-bottom: 0.2rem;
  }
  #news .news-detail .title-box .title {
    font-size: 18px;
    line-height: 24px;
  }
  #news .news-detail .title-box .date {
    font-size: 14px;
    margin-top: 0.2rem;
  }
  #news .news-detail .content {
    padding: 0.4rem 0;
  }
  .pages-detail {
    padding-top: 0.4rem;
  }
  .pages-detail .item {
    width: 45%;
  }
  .pages-detail .com-more {
    top: 1.1rem;
    left: calc(50% - 1rem);
  }
  #news .news-banner {
    margin: 1.2rem 0 0.4rem;
  }
  #news .news-banner .news-swiper .swiper-slide {
    flex-wrap: wrap;
  }
  #news .news-banner .news-swiper .swiper-slide .pic {
    width: 100%;
  }
  #news .news-banner .news-swiper .swiper-slide .info-box {
    padding: 0.24rem;
  }
  #news .news-banner .news-swiper .swiper-slide .info-box .news-pagination {
    margin-top: 0.4rem;
  }
  #news .news-banner .news-swiper .swiper-slide .info-box .title {
    font-size: 16px;
    line-height: 24px;
  }
  #news .news-banner .news-swiper .swiper-slide .info-box .date {
    font-size: 14px;
  }
  #news .news-banner .news-swiper .swiper-slide .info-box .info {
    margin-top: 0.2rem;
    font-size: 14px;
    line-height: 28px;
  }
  #news .news-list {
    margin-bottom: 0.4rem;
  }
  #news .news-list .item {
    height: auto;
    padding: 0.3rem;
    flex-wrap: wrap;
  }
  #news .news-list .item .date-box .date {
    font-size: 22px;
    line-height: 22px;
  }
  #news .news-list .item .date-box .year {
    font-size: 14px;
    line-height: 14px;
  }
  #news .news-list .item .info {
    margin-left: 0;
    margin-top: 0.2rem;
  }
  #news .news-list .item .info .t1 {
    font-size: 16px;
    line-height: 28px;
  }
  #news .news-list .item .info .t2 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.2rem;
  }
  #news .pages-box {
    margin-bottom: 0.4rem;
  }
  .pro-nav {
    height: 0.8rem;
  }
  .pro-nav .item {
    font-size: 14px;
    line-height: 0.8rem;
  }
  #product .product-query {
    padding: 0.4rem 0;
    flex-wrap: wrap;
  }
  #product .product-query .pic {
    width: 100%;
  }
  #product .product-query .info-box {
    width: 100%;
  }
  #product .product-query .info-box .title {
    font-size: 18px;
  }
  #product .product-query .info-box .line {
    width: 0.4rem;
    height: 0.02rem;
    margin: 0.2rem 0;
  }
  #product .product-query .info-box .desc {
    padding-bottom: 0.3rem;
  }
  #product .product-query .info-box .com-more {
    margin-top: 0.4rem;
  }
  #product .pro-content {
    padding-bottom: 0.4rem;
  }
  #product .pro-content .pro-item {
    padding: 0.4rem 0;
  }
  #product .pro-content .pro-item .pro-title {
    font-size: 16px;
  }
  #product .pro-content .pro-item .pro-feature {
    margin-top: 0.4rem;
  }
  #product .pro-content .pro-item .pro-feature .item {
    width: 49%;
    height: auto;
    padding: 0.2rem;
    margin-bottom: 2%;
  }
  #product .pro-content .pro-item .pro-feature .item:nth-child(3n) {
    margin-right: 2%;
  }
  #product .pro-content .pro-item .pro-feature .item:nth-child(2n) {
    margin-right: 0;
  }
  #product .pro-content .pro-item .pro-feature .item .num {
    width: 0.8rem;
    height: 0.8rem;
    font-size: 20px;
    line-height: 0.8rem;
  }
  #product .product-list {
    padding: 0.4rem 0;
  }
  #product .product-list > .item {
    padding: 0.3rem 0;
    margin-bottom: 0.4rem;
    flex-wrap: wrap;
  }
  #product .product-list > .item .pic {
    width: 100%;
    border: 0;
  }
  #product .product-list > .item .info {
    padding: 0 0.3rem;
  }
  #product .product-list > .item .info .title {
    font-size: 18px;
    line-height: 18px;
    margin-top: 0.2rem;
  }
  #product .product-list > .item .info .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 0.2rem;
  }
  #product .product-list > .item .info .com-more {
    margin-top: 0.4rem;
  }
  #recruit .concept-box {
    padding: 0.4rem 0 0.2rem;
  }
  #recruit .concept-box .concept-list {
    margin-top: 0.4rem;
  }
  #recruit .concept-box .concept-list .items {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0.4rem;
  }
  #recruit .concept-box .concept-list .items .pic {
    width: 100%;
    height: 2rem;
  }
  #recruit .concept-box .concept-list .items .info-box {
    width: 100%;
    padding: 0.3rem;
  }
  #recruit .concept-box .concept-list .items .info-box .title {
    font-size: 16px;
    line-height: 16px;
  }
  #recruit .concept-box .concept-list .items .info-box .info {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.2rem;
  }
  #recruit .recruit-box {
    padding-bottom: 0.4rem;
  }
  #recruit .recruit-box .recruit-list {
    margin-top: 0.4rem;
  }
  #recruit .recruit-box .recruit-list .items {
    margin-bottom: 0.24rem;
  }
  #recruit .recruit-box .recruit-list .items .tops {
    height: 0.8rem;
  }
  #recruit .recruit-box .recruit-list .items .tops .item {
    padding: 0 0.1rem;
    font-size: 12px;
    line-height: 0.8rem;
  }
  #recruit .recruit-box .recruit-list .items .cont {
    padding: 0.3rem;
  }
  #recruit .recruit-box .recruit-list .items .cont .info {
    margin-bottom: 0.4rem;
  }
  #recruit .recruit-box .recruit-list .items .cont .info .tt {
    font-size: 16px;
  }
  #recruit .recruit-box .recruit-list .items .cont .info .desc {
    font-size: 14px;
    line-height: 28px;
  }
  #recruit .recruit-box .recruit-list .items .cont .warn {
    margin-top: 0.2rem;
    font-size: 14px;
    line-height: 24px;
  }
  #service .service-top {
    padding: 1.2rem 0 0.6rem;
  }
  #service .service-top .main {
    flex-wrap: wrap;
  }
  #service .service-top .info-box {
    width: 100%;
  }
  #service .service-top .info-box .info {
    padding-top: 0.4rem;
  }
  #service .service-top .pic {
    width: 100%;
  }
  #service .service-top .service-title .line {
    margin-top: 0.3rem;
  }
  #service .service-one {
    padding: 0.4rem 0;
  }
  #service .service-one .service-title .line {
    margin-top: 0.3rem;
  }
  #service .service-one .desc {
    margin: 0.2rem 0 0.3rem 0;
  }
  #service .service-one .service-list {
    height: auto;
    padding: 0 0.3rem 0.3rem;
  }
  #service .service-one .service-list .item {
    width: 30%;
    padding-top: 0.3rem;
  }
  #service .service-one .service-list .item img {
    width: 30px;
  }
  #service .service-one .service-list .item .info {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2rem;
  }
  #service .after-sale {
    padding: 0.4rem 0;
  }
  #service .after-sale .sale-box {
    flex-wrap: wrap;
  }
  #service .after-sale .sale-box .item {
    width: 100%;
    padding: 0.24rem;
    margin-bottom: 0.24rem;
  }
  #service .after-sale .sale-box .item .desc {
    margin-top: 0.2rem;
    font-size: 14px;
    line-height: 24px;
  }
  #service .service-bottoms {
    padding: 0.4rem 0;
  }
  #service .service-bottoms .items {
    margin-bottom: 0.4rem;
    flex-wrap: wrap;
  }
  #service .service-bottoms .items .info-box {
    width: 100%;
  }
  #service .service-bottoms .items .info-box .info {
    font-size: 14px;
    line-height: 28px;
    padding-top: 0.2rem;
  }
  #service .service-bottoms .items .pic {
    width: 100%;
    margin-top: 0.2rem;
  }
  #service .service-bottoms .service-title .line {
    margin-top: 0.2rem;
  }
  #service .service-title .title {
    font-size: 16px;
    line-height: 24px;
  }
  #search .search-result {
    min-height: 6rem;
    padding: 0.6rem 0;
  }
  #search .search-result .search-box {
    margin-bottom: 0.4rem;
  }
  #search .search-result .search-box .search-input {
    width: 4rem;
    height: 0.7rem;
    padding-left: 0.2rem;
  }
  #search .search-result .search-box .search-input .search {
    width: 0.4rem;
    height: 0.4rem;
  }
  #search .search-result .search-box .search-btn {
    width: 1.6rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-left: 0.2rem;
  }
  #search .search-result .pages-box {
    margin-top: 0.4rem;
  }
  .inner-banner {
    margin-top: 1rem;
  }
  .inner-banner .title-box .cn {
    font-size: 20px;
    line-height: 20px;
  }
  .inner-banner .title-box .line {
    width: 1rem;
    height: 0.05rem;
    margin: 0.2rem auto;
  }
  .inner-banner .title-box .en {
    font-size: 14px;
    line-height: 14px;
  }
  .inner-banner .second-box {
    height: 0.8rem;
    bottom: -0.8rem;
  }
  .inner-banner .second-box .item {
    line-height: 0.8rem;
    width: 100%;
    color: #333;
    font-size: 14px;
  }
  .inner-banner .second-box .item.active {
    color: #fff;
  }
  .com-title .cn {
    font-size: 20px;
    line-height: 20px;
  }
  .com-title .en {
    font-size: 14px;
    line-height: 14px;
  }
  .product-nav {
    padding: 0.4rem 0;
  }
  .product-nav .main {
    overflow-x: auto;
  }
  .product-nav .item {
    flex-shrink: 0;
    width: 33.33%;
  }
  .product-nav .item img {
    height: 1.4rem;
  }
  .product-nav .item .desc {
    margin-top: 0.2rem;
    font-size: 12px;
    line-height: 18px;
  }
  .footer .foot-top {
    padding: 0.4rem 0;
  }
  .footer .foot-top .tops {
    padding-bottom: 0;
    border: 0;
  }
  .footer .foot-top .tops .nav {
    display: none;
  }
  .footer .foot-top .tops .totop {
    position: fixed;
    width: 0.6rem;
    height: 0.6rem;
    right: 0.24rem;
    top: calc(50% - 0.3rem);
    z-index: 100;
  }
  .footer .foot-top .bottoms {
    padding-top: 0rem;
    flex-wrap: wrap;
  }
  .footer .foot-top .bottoms .left-box {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer .foot-top .bottoms .left-box .logo {
    width: 1rem;
    margin: 0 auto;
  }
  .footer .foot-top .bottoms .left-box .info-box {
    width: 100%;
    margin-left: 0;
  }
  .footer .foot-top .bottoms .left-box .info-box .title {
    font-size: 16px;
    text-align: center;
  }
  .footer .foot-top .bottoms .left-box .info-box .items {
    flex-wrap: wrap;
  }
  .footer .foot-top .bottoms .left-box .info-box .items .item {
    font-size: 12px;
    line-height: 24px;
  }
  .footer .foot-top .bottoms .left-box .info-box .items .left {
    width: 100%;
    border: 0;
    padding-right: 0;
  }
  .footer .foot-top .bottoms .left-box .info-box .items .right {
    width: 100%;
    padding-left: 0;
  }
  .footer .foot-top .bottoms .right-box {
    width: 100%;
    margin-top: 0.2rem;
  }
  .footer .foot-top .bottoms .right-box .online-tel {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .foot-top .bottoms .right-box .online-tel span {
    font-size: 20px;
  }
  .footer .foot-top .bottoms .right-box .message-box-foot {
    margin-top: 0.2rem;
    height: 0.7rem;
  }
  .footer .foot-top .bottoms .right-box .message-box-foot input {
    width: 100%;
    padding-left: 0.2rem;
  }
  .footer .foot-top .bottoms .right-box .message-box-foot .msg-btn {
    width: 1.6rem;
    font-size: 14px;
  }
  .footer .foot-bottom {
    padding: 0.2rem 0;
  }
  .footer .foot-bottom .main {
    flex-wrap: wrap;
  }
  .footer .foot-bottom .main .left {
    flex-wrap: wrap;
  }
  .footer .foot-bottom .main .item {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
  }
}/*# sourceMappingURL=style.css.map */