#index .index-banner {
  position: relative;
}

#index .index-banner .index-swiper {
  position: relative;
  height: 100%;
}

#index .index-banner .index-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#index .index-banner .index-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}

#index .index-banner .index-swiper .swiper-slide .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#index .index-banner .index-swiper .swiper-slide .mask .text-box {
  color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#index .index-banner .index-swiper .swiper-slide .mask .text-box .cn {
  font-size: 80px;
  line-height: 100px;
}

#index .index-banner .index-swiper .swiper-slide .mask .text-box .cn span {
  font-weight: bold;
}

#index .index-banner .index-swiper .swiper-slide .mask .text-box .en {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}

#index .index-banner .index-swiper .swiper-pagination {
  bottom: 50px;
  z-index: 10;
}

#index .index-banner .index-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  margin: 0 5px;
}

#index .index-banner .index-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #da2238;
  width: 60px;
  border-radius: 5px;
}

#index .index-banner .index-swiper .index-prev,
#index .index-banner .index-swiper .index-next {
  color: #fff;
  position: absolute;
  top: calc(50% - 12px);
  z-index: 100;
  cursor: pointer;
  outline: none;
}

#index .index-banner .index-swiper .index-prev i,
#index .index-banner .index-swiper .index-next i {
  font-size: 24px;
}

#index .index-banner .index-swiper .index-prev {
  left: 3.8%;
}

#index .index-banner .index-swiper .index-next {
  right: 3.8%;
}

#index .index-about {
  padding: 140px 0;
}

#index .index-about .about-tops {
  display: flex;
  justify-content: space-between;
}

#index .index-about .about-tops .left-info {
  width: 48%;
  padding: 20px 0 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#index .index-about .about-tops .left-info .tops .desc {
  margin-top: 40px;
  font-size: 16px;
  line-height: 42px;
}

#index .index-about .about-tops .pic {
  width: 48%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#index .index-about .about-tops .pic img {
  width: 100%;
  opacity: 0;
}

#index .index-about .about-bottoms {
  display: flex;
  align-items: center;
  padding-top: 90px;
}

#index .index-about .about-bottoms .items {
  background-color: #f4f4f4;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
  width: calc((100% - 150px)/4);
  position: relative;
  height: 240px;
}

#index .index-about .about-bottoms .items > i {
  color: #666;
  font-size: 52px;
}

#index .index-about .about-bottoms .items .cn {
  font-size: 22px;
  line-height: 22px;
  margin-top: 20px;
}

#index .index-about .about-bottoms .items .en {
  font-size: 14px;
  line-height: 14px;
  color: #999;
  margin-top: 14px;
}

#index .index-about .about-bottoms .items .mask {
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 60px);
  top: -30px;
  left: -20px;
  background-color: #da2238;
  box-shadow: 0px 30px 79px 5px rgba(0, 17, 70, 0.08);
  border-radius: 10px;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s linear;
  cursor: pointer;
}

#index .index-about .about-bottoms .items .mask .num {
  position: absolute;
  z-index: 0;
  font-size: 170px;
  line-height: 170px;
  color: rgba(255, 255, 255, 0.15);
  font-weight: bold;
}

#index .index-about .about-bottoms .items .mask .title {
  color: #fff;
  text-align: center;
}

#index .index-about .about-bottoms .items .mask .title .t1 {
  font-size: 24px;
  line-height: 24px;
}

#index .index-about .about-bottoms .items .mask .title .t2 {
  font-size: 14px;
  line-height: 14px;
  margin-top: 12px;
}

#index .index-about .about-bottoms .items .mask .desc {
  font-size: 16px;
  line-height: 28px;
  color: #ffd4d4;
  margin-top: 20px;
}

#index .index-about .about-bottoms .items .mask .com-more {
  border: 1px solid #fff;
  margin: 0 auto;
  margin-top: 20px;
}

#index .index-about .about-bottoms .items:hover .mask {
  opacity: 1;
  transition: all 0.3s linear;
}

#index .index-about .about-bottoms .items:nth-child(4n) {
  margin-right: 0;
}

#index .text-center {
  position: relative;
  padding-top: 10%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 516px;
}

#index .text-center .title {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#index .text-center .title .cn {
  font-size: 56px;
  line-height: 56px;
}

#index .text-center .title .en {
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
  text-transform: uppercase;
}

#index .text-center > i {
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: calc(50% - 10px);
  bottom: 70px;
}

#index .product-box {
  padding: 120px 0 140px;
}

#index .product-box .pro-navs {
  margin-top: 60px;
}

#index .product-box .product-container {
  padding-left: 240px;
  margin-top: 60px;
  position: relative;
}

#index .product-box .product-container .product-cont {
  position: relative;
}

#index .product-box .product-container .product-cont .pro-prev, #index .product-box .product-container .product-cont .pro-next {
  position: absolute;
  top: calc(30% - 22px);
  z-index: 10;
  cursor: pointer;
}

#index .product-box .product-container .product-cont .pro-prev i, #index .product-box .product-container .product-cont .pro-next i {
  font-size: 44px;
  color: #ccc;
}

#index .product-box .product-container .product-cont .pro-prev.pro-prev, #index .product-box .product-container .product-cont .pro-next.pro-prev {
  left: -60px;
}

#index .product-box .product-container .product-cont .pro-prev.pro-next, #index .product-box .product-container .product-cont .pro-next.pro-next {
  right: 6%;
}

#index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide {
  width: 27% !important;
}

#index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  height: 304px;
  overflow: hidden;
}

#index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info {
  padding: 30px 0 0;
}

#index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info .tops .t1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

#index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info .tops .t2 {
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
}

#index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info .com-more {
  background-color: transparent;
  color: #333;
  margin-top: 60px;
}

#index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .com-more {
  justify-content: flex-start;
  padding: 0;
}

#index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .com-more i {
  display: inline-block;
  margin-left: 12px;
}

#index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide:hover .com-more {
  justify-content: space-between;
  padding: 0 30px;
  transition: all 0.3s linear;
  background-color: #da2238;
  color: #fff;
}

#index .research-box {
  padding-bottom: 140px;
  position: relative;
}

#index .research-box .research-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
}

#index .research-box .research-swiper .swiper-wrapper .swiper-slide .pic {
  width: 62.5%;
}

#index .research-box .research-swiper .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
}

#index .research-box .research-swiper .swiper-wrapper .swiper-slide .info {
  width: 37.5%;
  padding: 110px 160px 0 110px;
}

#index .research-box .research-swiper .swiper-wrapper .swiper-slide .info .top .desc {
  font-size: 16px;
  line-height: 28px;
  margin-top: 40px;
  color: #666;
}

#index .research-box .research-swiper .swiper-wrapper .swiper-slide .info .com-more {
  margin-top: 160px;
}

#index .research-box .research-bottoms {
  width: 56.25%;
  display: flex;
  position: absolute;
  bottom: 60px;
  right: 0;
  height: 240px;
  z-index: 11;
}

#index .research-box .research-bottoms .item {
  width: calc(100%/3);
  position: relative;
  height: 100%;
}

#index .research-box .research-bottoms .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#index .research-box .research-bottoms .item .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  cursor: pointer;
}

#index .research-box .research-bottoms .item .mask i {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 14px);
  display: none;
}

#index .research-box .research-bottoms .item .mask .desc {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  font-size: 18px;
  padding: 0 24px;
  color: #fff;
}

#index .research-box .research-bottoms .item:hover .mask .desc {
  display: none;
}

#index .research-box .research-bottoms .item:hover .mask i {
  display: block;
}

#index .news-box {
  padding-bottom: 90px;
}

#index .news-box .news-tops {
  height: 130px;
  width: 100%;
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../img/08.png");
  display: flex;
  align-items: flex-end;
}

#index .news-box .news-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

#index .news-box .news-list .item {
  padding: 80px 30px 0;
  height: 490px;
  width: calc(100%/4);
  transition: all 0.3s linear;
  display: block;
  border-left: 1px solid #e6e6e6;
  position: relative;
}

#index .news-box .news-list .item .title {
  font-size: 24px;
  line-height: 32px;
}

#index .news-box .news-list .item .date {
  font-size: 18px;
  line-height: 18px;
  color: #999;
  margin-top: 20px;
}

#index .news-box .news-list .item .desc {
  font-size: 16px;
  line-height: 28px;
  margin-top: 55px;
}

#index .news-box .news-list .item .arr {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-top: 70px;
}

#index .news-box .news-list .item .arr i {
  font-size: 12px;
  color: #333;
}

#index .news-box .news-list .item .com-more {
  display: none;
  margin-top: 70px;
}

#index .news-box .news-list .item .tag {
  height: 63px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 10;
}

#index .news-box .news-list .item .tag img {
  height: 100%;
}

#index .news-box .news-list .item:hover {
  background-color: #da2238;
  box-shadow: 0px 15px 27px 2px rgba(0, 17, 70, 0.08);
  border-radius: 10px;
  transition: all 0.3s linear;
  padding-top: 50px;
  border: none;
}

#index .news-box .news-list .item:hover .title {
  color: #fff;
}

#index .news-box .news-list .item:hover .date {
  color: #fff;
}

#index .news-box .news-list .item:hover .arr {
  display: none;
}

#index .news-box .news-list .item:hover .desc {
  color: #fff;
}

#index .news-box .news-list .item:hover .tag {
  opacity: 1;
}

#index .news-box .news-list .item:hover .com-more {
  display: flex;
  color: #fff;
  border: 1px solid #fff;
}

#index .news-box .news-list .item:hover .com-more i {
  color: #fff;
}

#about .about-box {
  padding: 120px 0 130px;
}

#about .about-box .container {
  display: flex;
  justify-content: space-between;
}

#about .about-box .container .left-info {
  width: 58.6%;
}

#about .about-box .container .left-info .desc {
  font-size: 16px;
  line-height: 42px;
  color: #666;
  margin-top: 40px;
}

#about .about-box .container .left-info .num-box {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#about .about-box .container .left-info .num-box .item .num {
  font-size: 48px;
  line-height: 48px;
  color: #da2238;
  font-weight: bold;
}

#about .about-box .container .left-info .num-box .item .t1 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
  color: #999;
}

#about .about-box .container .left-info .num-box .line {
  width: 1px;
  height: 46px;
  background-color: #e6e6e6;
  display: inline-block;
}

#about .about-box .container .right-pic {
  width: 36.8%;
  position: relative;
}

#about .about-box .container .right-pic > img {
  width: 100%;
  opacity: 0;
}

#about .about-box .container .right-pic .bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

#about .about-box .container .right-pic .mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f4f4f4;
  position: absolute;
  transform: translate(22px, 30px);
  z-index: 9;
}

#about .about-box .container .right-pic .tag {
  height: 116px;
  position: absolute;
  bottom: -66px;
  right: -34%;
  z-index: 12;
}

#about .about-box .container .right-pic .tag img {
  height: 100%;
}

#about .honor-box {
  width: 100%;
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/18.png");
}

#about .honor-box .com-title {
  text-align: center;
}

#about .honor-box .com-title .en {
  color: #fff;
}

#about .honor-box .com-title .cn {
  color: #fff;
}

#about .honor-box .container .honor-container {
  width: 82.6%;
  margin: 0 auto;
  margin-top: 60px;
}

#about .honor-box .container .honor-container .honor-swiper .swiper-wrapper .swiper-slide {
  width: 31% !important;
}

#about .honor-box .container .honor-container .honor-swiper .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  border: 1px solid #fff;
  height: 480px;
  padding: 20px;
}

#about .honor-box .container .honor-container .honor-swiper .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about .honor-box .container .honor-container .honor-swiper .swiper-wrapper .swiper-slide .info {
  text-align: center;
  padding: 24px 10px 0;
  color: #fff;
  font-size: 22px;
}

#about .honor-box .container .honor-container .honor-prev, #about .honor-box .container .honor-container .honor-next {
  position: absolute;
  top: calc(50% - 22px);
  cursor: pointer;
}

#about .honor-box .container .honor-container .honor-prev i, #about .honor-box .container .honor-container .honor-next i {
  font-size: 44px;
  color: #ccc;
}

#about .honor-box .container .honor-container .honor-prev.honor-prev, #about .honor-box .container .honor-container .honor-next.honor-prev {
  left: 0;
}

#about .honor-box .container .honor-container .honor-prev.honor-next, #about .honor-box .container .honor-container .honor-next.honor-next {
  right: 0;
}

#about .culture-box {
  padding: 80px 0 100px;
}

#about .culture-box .com-title {
  text-align: center;
}

#about .culture-box .culture-list {
  display: flex;
  margin-top: 50px;
}

#about .culture-box .culture-list .items {
  width: calc(100%/3);
  height: 600px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

#about .culture-box .culture-list .items .pic {
  width: 100%;
  height: 50%;
  overflow: hidden;
}

#about .culture-box .culture-list .items .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#about .culture-box .culture-list .items .info {
  height: 50%;
  background-color: #f4f4f4;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s linear;
  position: relative;
}

#about .culture-box .culture-list .items .info .tag {
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}

#about .culture-box .culture-list .items .info .tag img {
  height: 100%;
}

#about .culture-box .culture-list .items .info .desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 60px;
}

#about .culture-box .culture-list .items .info .desc .title .t1 {
  font-size: 24px;
  color: #333;
}

#about .culture-box .culture-list .items .info .desc .title .t2 {
  font-size: 16px;
  color: #666;
  margin-top: 14px;
}

#about .culture-box .culture-list .items .info .desc i {
  font-size: 50px;
  color: #da2238;
}

#about .culture-box .culture-list .items .info:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent transparent;
  left: 60px;
  top: -10px;
}

#about .culture-box .culture-list .items.reserve {
  flex-direction: column-reverse;
}

#about .culture-box .culture-list .items.reserve .info:before {
  top: unset;
  bottom: -10px;
  border-width: 10px 10px 0px 10px;
  border-color: transparent transparent transparent;
}

#about .culture-box .culture-list .items:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#about .culture-box .culture-list .items:hover .info {
  background-color: #da2238;
  transition: all 0.3s linear;
}

#about .culture-box .culture-list .items:hover .info .tag {
  opacity: 0.3;
}

#about .culture-box .culture-list .items:hover .info .desc .title .t1 {
  color: #fff;
}

#about .culture-box .culture-list .items:hover .info .desc .title .t2 {
  color: #fff;
}

#about .culture-box .culture-list .items:hover .info .desc i {
  color: #fff;
}

#about .culture-box .culture-list .items:hover .info:before {
  border-color: transparent transparent #da2238 transparent;
}

#about .culture-box .culture-list .items:hover.reserve .info:before {
  border-color: #da2238 transparent transparent transparent;
}

#about .partner-box {
  width: 100%;
  padding: 90px 0 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/19.png");
}

#about .partner-box .com-title {
  text-align: center;
}

#about .partner-box .partner-container {
  margin-top: 80px;
}

#about .partner-box .partner-container .partner-swiper .swiper-wrapper .swiper-slide {
  height: 100px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

#about .partner-box .partner-container .partner-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about .partner-box .partner-container .partner-swiper .swiper-wrapper .swiper-slide img.grey {
  display: block;
}

#about .partner-box .partner-container .partner-swiper .swiper-wrapper .swiper-slide img.light {
  display: none;
}

#about .partner-box .partner-container .partner-swiper .swiper-wrapper .swiper-slide:hover img.grey {
  display: none;
}

#about .partner-box .partner-container .partner-swiper .swiper-wrapper .swiper-slide:hover img.light {
  display: block;
}

#about .partner-box .partner-container .partner-prev, #about .partner-box .partner-container .partner-next {
  position: absolute;
  top: calc(50% - 22px);
  cursor: pointer;
}

#about .partner-box .partner-container .partner-prev i, #about .partner-box .partner-container .partner-next i {
  font-size: 44px;
  color: #ccc;
}

#about .partner-box .partner-container .partner-prev.partner-prev, #about .partner-box .partner-container .partner-next.partner-prev {
  left: -60px;
}

#about .partner-box .partner-container .partner-prev.partner-next, #about .partner-box .partner-container .partner-next.partner-next {
  right: -60px;
}

#about .partner-box .partner-container .partner-prev:hover i, #about .partner-box .partner-container .partner-next:hover i {
  color: #da2238;
}

#news .news-tops {
  display: flex;
  justify-content: space-between;
}

#news .news-tops .left-banner {
  width: 49.6%;
}

#news .news-tops .left-banner .news-swiper {
  position: relative;
}

#news .news-tops .left-banner .news-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#news .news-tops .left-banner .news-swiper .swiper-wrapper .swiper-slide .bottoms {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
  padding: 0 30px;
}

#news .news-tops .left-banner .news-swiper .swiper-wrapper .swiper-slide .bottoms .title {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}

#news .news-tops .left-banner .news-swiper .swiper-wrapper .swiper-slide .bottoms .news-pagination {
  margin-top: 10px;
}

#news .news-tops .left-banner .news-swiper .swiper-wrapper .swiper-slide .bottoms .news-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #fff;
  opacity: 1;
}

#news .news-tops .left-banner .news-swiper .swiper-wrapper .swiper-slide .bottoms .news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  background-color: #da2238;
  border-radius: 5px;
}

#news .news-tops .left-banner .news-swiper .news-prev, #news .news-tops .left-banner .news-swiper .news-next {
  position: absolute;
  width: 40px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: calc(50% - 40px);
}

#news .news-tops .left-banner .news-swiper .news-prev i, #news .news-tops .left-banner .news-swiper .news-next i {
  font-size: 20px;
  color: #fff;
}

#news .news-tops .left-banner .news-swiper .news-prev.news-prev, #news .news-tops .left-banner .news-swiper .news-next.news-prev {
  left: 0;
}

#news .news-tops .left-banner .news-swiper .news-prev.news-next, #news .news-tops .left-banner .news-swiper .news-next.news-next {
  right: 0;
}

#news .news-tops .right-list {
  width: 49.3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#news .news-tops .right-list .item {
  width: calc((100% - 20px)/2);
  margin-bottom: 20px;
  position: relative;
}

#news .news-tops .right-list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#news .news-tops .right-list .item .desc {
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  padding: 0px 20px;
  color: #fff;
}

#news .news-list .items {
  display: block;
  transition: all 0.3s linear;
  padding: 40px 0;
  border-bottom: 1px solid #e6e6e6;
}

#news .news-list .items .inner {
  display: flex;
}

#news .news-list .items .inner .pic {
  width: 344px;
  height: 230px;
  flex-shrink: 0;
}

#news .news-list .items .inner .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#news .news-list .items .inner .info {
  width: calc(100% - 344px);
  padding: 10px 0 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#news .news-list .items .inner .info .title .t1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

#news .news-list .items .inner .info .title .date {
  font-size: 18px;
  line-height: 28px;
  color: #999;
  margin-top: 8px;
}

#news .news-list .items .inner .info .desc {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 20px;
}

#news .news-list .items .inner .info .arr {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 1px solid #ccc;
}

#news .news-list .items .inner .info .com-more {
  border: 1px solid #fff;
  color: #fff;
  display: none;
}

#news .news-list .items .inner .info .com-more i {
  color: #fff;
}

#news .news-list .items:hover {
  background-color: #da2238;
  transition: all 0.3s linear;
  padding: 40px 60px 40px 40px;
  box-shadow: 0px 30px 79px 5px rgba(0, 17, 70, 0.08);
  border-radius: 10px;
}

#news .news-list .items:hover .info .title .t1 {
  color: #fff;
}

#news .news-list .items:hover .info .title .date {
  color: #fff;
}

#news .news-list .items:hover .info .desc {
  color: #fff;
}

#news .news-list .items:hover .info .arr {
  display: none;
}

#news .news-list .items:hover .info .com-more {
  display: block;
}

#news .news-container {
  padding: 70px 0 120px;
  background-color: #f4f4f4;
}

#news .news-container .news-detail .title {
  padding-bottom: 30px;
  text-align: center;
}

#news .news-container .news-detail .title .t1 {
  font-size: 24px;
  font-weight: bold;
}

#news .news-container .news-detail .title .date {
  font-size: 18px;
  margin-top: 10px;
  color: #999;
}

#news .news-container .news-detail .cont {
  padding: 50px 0 60px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

#news .pages-box {
  padding: 70px 0 100px;
}

#product .product-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}

#product .product-list .items {
  width: calc((100% - 86px)/3);
  margin-right: 43px;
  margin-bottom: 50px;
}

#product .product-list .items .pic {
  width: 100%;
  height: 304px;
  overflow: hidden;
}

#product .product-list .items .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#product .product-list .items .info {
  padding: 30px 0 0;
}

#product .product-list .items .info .tops .t1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

#product .product-list .items .info .tops .t2 {
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
}

#product .product-list .items .info .com-more {
  background-color: transparent;
  color: #333;
  margin-top: 24px;
}

#product .product-list .items .com-more {
  justify-content: flex-start;
  padding: 0;
}

#product .product-list .items .com-more i {
  display: inline-block;
  margin-left: 12px;
}

#product .product-list .items:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#product .product-list .items:hover .com-more {
  justify-content: space-between;
  padding: 0 30px;
  transition: all 0.3s linear;
  background-color: #da2238;
  color: #fff;
}

#product .product-list .items:nth-child(3n) {
  margin-right: 0;
}

#product .product-container {
  padding: 40px 0 90px;
}

#product .product-container .product-tops {
  margin-top: 60px;
  display: flex;
}

#product .product-container .product-tops .pic-swiper {
  width: 41.6%;
  margin: 0;
  flex-shrink: 0;
}

#product .product-container .product-tops .pic-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#product .product-container .product-tops .pic-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  opacity: 0;
}

#product .product-container .product-tops .info-box {
  width: 58.4%;
  background-color: #f4f4f4;
  padding: 60px 50px 35px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#product .product-container .product-tops .info-box .title .t1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}

#product .product-container .product-tops .info-box .title .t2 {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 10px;
}

#product .product-container .product-tops .info-box .bottoms {
  height: 160px;
  position: relative;
}

#product .product-container .product-tops .info-box .bottoms .small-swiper {
  height: 100%;
}

#product .product-container .product-tops .info-box .bottoms .small-swiper .swiper-wrapper .swiper-slide {
  width: 32.5% !important;
}

#product .product-container .product-tops .info-box .bottoms .small-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#product .product-container .product-tops .info-box .bottoms .small-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  border: 4px solid #da2238;
}

#product .product-container .product-tops .info-box .bottoms .pro-prev, #product .product-container .product-tops .info-box .bottoms .pro-next {
  position: absolute;
  top: calc(50% - 22px);
  cursor: pointer;
  z-index: 10;
}

#product .product-container .product-tops .info-box .bottoms .pro-prev i, #product .product-container .product-tops .info-box .bottoms .pro-next i {
  font-size: 44px;
  color: #ccc;
}

#product .product-container .product-tops .info-box .bottoms .pro-prev.pro-prev, #product .product-container .product-tops .info-box .bottoms .pro-next.pro-prev {
  left: -30px;
}

#product .product-container .product-tops .info-box .bottoms .pro-prev.pro-next, #product .product-container .product-tops .info-box .bottoms .pro-next.pro-next {
  right: -30px;
}

#product .product-container .product-cont {
  margin-top: 60px;
}

#product .product-container .product-cont .title {
  font-size: 24px;
  font-weight: bold;
}

#product .product-container .product-cont .cont {
  padding: 10px 0 80px;
  border-bottom: 1px solid #e6e6e6;
}

#product .pages-box {
  padding: 30px 0 100px;
}

#contact .contact-tops {
  margin: 130px 0 60px;
  position: relative;
}

#contact .contact-tops .left-info {
  width: 58.3%;
}

#contact .contact-tops .left-info .com-title {
  padding-left: 50px;
  position: relative;
  z-index: 9;
}

#contact .contact-tops .left-info .com-title .line {
  background-color: #da2238;
}

#contact .contact-tops .left-info .infos {
  background-color: #f4f4f4;
  padding: 50px 22% 0 50px;
  position: relative;
  height: 330px;
  margin-top: -6px;
}
#contact .contact-tops .left-info .infos  .tabs{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#contact .contact-tops .left-info .infos  .tabs .item{
  width: auto;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666;
  border:1px solid #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
}
#contact .contact-tops .left-info .infos  .tabs .item.active{
  background-color: #da2238;
  color: #fff;
  border: 1px solid #da2238;
}
#contact .contact-tops .left-info .infos  .tabs .item.ml{
  margin-left: 30px;
}
#contact .contact-tops .left-info .infos .lines {
  margin-bottom: 20px;
}

#contact .contact-tops .left-info .infos .lines i {
  font-size: 16px;
  color: #666;
  display: inline-block;
  margin-right: 16px;
}

#contact .contact-tops .left-info .infos .lines .label {
  color: #999;
  font-size: 16px;
}

#contact .contact-tops .left-info .infos .tag {
  position: absolute;
  height: 136px;
  bottom: 0;
  right: 0;
}

#contact .contact-tops .left-info .infos .tag img {
  height: 100%;
}

#contact .contact-tops .map {
  width: 53.5%;
  height: 410px;
  position: absolute !important;
  top: 0;
  right: 0;
}

#contact .contact-form {
  background-color: #f4f4f4;
  padding: 70px 0 100px;
}

#contact .contact-form .title {
  padding: 0 13%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#contact .contact-form .title .line {
  width: 40%;
  height: 1px;
  background-color: #ccc;
}

#contact .contact-form .title .tt {
  font-size: 18px;
  font-weight: bold;
}

#contact .contact-form .form-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 44px;
}

#contact .contact-form .form-box input {
  width: 49%;
  height: 60px;
  padding-left: 30px;
  font-size: 14px;
  background-color: #fff;
  margin-bottom: 24px;
  border: none;
}

#contact .contact-form .form-box textarea {
  width: 100%;
  border: none;
  resize: none;
  font-size: 14px;
  height: 166px;
  padding: 20px 30px;
  background-color: #fff;
  margin-bottom: 24px;
}

#contact .contact-form .form-box .code {
  display: flex;
  align-items: center;
  width: 84%;
}

#contact .contact-form .form-box .code input {
  width: 45%;
  margin-bottom: 0;
}

#contact .contact-form .form-box .code .c-img {
  width: 135px;
  height: 60px;
  cursor: pointer;
  margin-left: 12px;
}

#contact .contact-form .form-box .code .c-img img {
  width: 100%;
  height: 100%;
}

#contact .contact-form .form-box .send {
  width: 174px;
  height: 60px;
  background-color: #da2238;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  border-radius: 30px;
}

#contact .contact-form .form-box .send i {
  display: inline-block;
  margin-left: 14px;
}

#service .service-tops {
  padding: 100px 0 110px;
}

#service .service-tops .lists {
  display: flex;
  justify-content: space-between;
}

#service .service-tops .lists .items {
  width: 48%;
  padding: 50px 30px;
  border: 1px solid #e6e6e6;
  position: relative;
}

#service .service-tops .lists .items .com-title {
  padding: 0 10px;
  background-color: #fff;
  position: absolute;
  left: 40px;
  top: -66px;
}

#service .service-tops .lists .items .com-title .en {
  font-size: 18px;
  line-height: 28px;
  color: #999;
}

#service .service-tops .lists .items .com-title .cn {
  font-size: 40px;
  line-height: 40px;
  color: #333;
}

#service .service-tops .lists .items .pic {
  width: 100%;
}

#service .service-tops .lists .items .pic img {
  width: 100%;
}

#service .service-tops .lists .items .infos {
  font-size: 16px;
  line-height: 38px;
  color: #666;
  margin-top: 20px;
}

#service .service-tops .lists .items .tag {
  width: 48px;
}

#service .service-tops .lists .items:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #da2238;
  bottom: -1px;
  left: 0;
}

#service .service-tops .lists .items .tag {
  position: absolute;
  right: 30px;
  bottom: 22px;
  width: 48px;
}

#service .service-center {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/39.png");
}

#service .service-center .container {
  height: 100%;
}

#service .service-center .titles {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  font-weight: bold;
  color: #fff;
}

#service .service-center .titles .tt {
  font-size: 42px;
  line-height: 42px;
}

#service .service-center .titles .cn {
  font-size: 56px;
  line-height: 56px;
  margin-top: 30px;
}

#service .service-center .titles .cn span {
  color: #da2238;
}

#service .service-center .titles .en {
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
}

#service .service-items {
  padding: 140px 0 30px;
}

#service .service-items .com-title {
  text-align: center;
}

#service .service-items .list {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}

#service .service-items .list .items {
  width: calc(100%/3);
  margin-bottom: 50px;
  position: relative;
  padding: 0 40px;
  cursor: pointer;
}

#service .service-items .list .items .item {
  position: relative;
  padding: 50px 30px 40px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
}

#service .service-items .list .items .item img {
  height: 140px;
}

#service .service-items .list .items .item .num {
  font-size: 130px;
  line-height: 130px;
  color: rgba(230, 230, 230, 0.26);
  position: absolute;
  bottom: 20px;
  left: calc(50% - 65px);
  font-weight: bold;
}

#service .service-items .list .items .item .infos {
  margin-top: 40px;
}

#service .service-items .list .items .item .infos .tt {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #da2238;
}

#service .service-items .list .items .item .infos .info {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 10px;
}

#service .service-items .list .items .item .infos .desc {
  font-size: 12px;
  line-height: 22px;
  color: #ccc;
  margin-top: 10px;
}

#service .service-items .list .items:hover .item {
  box-shadow: 0px 30px 79px 5px rgba(0, 17, 70, 0.08);
  border-radius: 10px;
}

#service .service-items .list .items:hover .item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: #da2238;
  left: 0;
  bottom: 0;
}

#service .service-items .list .items:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 43%;
  background-color: rgba(32, 22, 18, 0.1);
  top: 28%;
  left: 0;
}

#service .service-items .list .items:nth-child(3n):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 43%;
  background-color: rgba(32, 22, 18, 0.1);
  top: 28%;
  right: 0;
}

#research .research-box .research-items {
  padding: 70px 0 90px;
}

#research .research-box .research-items .tops {
  display: flex;
  justify-content: space-between;
}

#research .research-box .research-items .tops .left {
  width: 53%;
}

#research .research-box .research-items .tops .left .desc {
  font-size: 16px;
  line-height: 38px;
  margin-top: 26px;
}

#research .research-box .research-items .tops .right {
  width: 40%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
}

#research .research-box .research-items .tops .right .num {
  font-size: 260px;
  line-height: 260px;
  color: rgba(4, 5, 7, 0.04);
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}

#research .research-box .research-items .tops .right .items {
  display: flex;
  flex-wrap: wrap;
}

#research .research-box .research-items .tops .right .items .item {
  width: 50%;
  color: #da2238;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  position: relative;
  padding-left: 10px;
}

#research .research-box .research-items .tops .right .items .item:before {
  content: '';
  width: 7px;
  height: 4px;
  background-color: #999999;
  border-radius: 2px;
  left: -10px;
  top: 16px;
  position: absolute;
}

#research .research-box .research-items .tops .right .line {
  width: 32px;
  height: 8px;
  background-color: #040507;
  border-radius: 4px;
  position: absolute;
  right: 12px;
  top: 80px;
}

#research .research-box .research-items .img {
  padding: 6px 3px;
  margin-top: 60px;
  background-color: #fff;
  display: flex;
}

#research .research-box .research-items .img img {
  min-width: 25%;
  padding: 3px;
}

#research .research-box .research-items.reserve {
  background-color: #f4f4f4;
}

#research .research-box .research-items.reserve .tops {
  flex-direction: row-reverse;
}

#research .research-box .research-items.reserve .tops .left {
  width: 60%;
}

#research .research-box .research-items.reserve .tops .left .com-title {
  text-align: right;
}

#research .research-box .research-items.reserve .tops .left .desc {
  text-align: right;
}

#research .research-box .research-items.reserve .tops .right .num {
  right: unset;
  left: 0;
}

#research .research-box .research-items.reserve .tops .right .line {
  left: 12px;
  right: unset;
}

@media screen and (max-width: 1900px) {
  .container {
    width: 90%;
  }
  .com-more {
    width: 176px;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    padding: 0 28px;
  }
  .com-title .en {
    font-size: 17px;
    line-height: 17px;
  }
  .com-title .cn {
    font-size: 36px;
    line-height: 36px;
  }
  #index .index-banner .index-swiper .swiper-slide .mask .text-box .cn {
    font-size: 66px;
    line-height: 88px;
  }
  #index .index-banner .index-swiper .swiper-slide .mask .text-box .en {
    font-size: 20px;
    line-height: 24px;
    margin-top: 8px;
  }
  #index .index-banner .index-swiper .swiper-pagination {
    bottom: 40px;
  }
  #index .index-banner .index-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  #index .index-banner .index-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 4px;
  }
  #index .index-banner .index-swiper .index-prev,
  #index .index-banner .index-swiper .index-next {
    top: calc(50% - 11px);
  }
  #index .index-banner .index-swiper .index-prev i,
  #index .index-banner .index-swiper .index-next i {
    font-size: 22px;
  }
  #index .index-banner .index-swiper .index-prev {
    left: 2.8%;
  }
  #index .index-banner .index-swiper .index-next {
    right: 2.8%;
  }
  #index .index-about {
    padding: 100px 0;
  }
  #index .index-about .about-tops .left-info {
    padding: 18px 0 12px;
  }
  #index .index-about .about-tops .left-info .tops .desc {
    margin-top: 30px;
    font-size: 16px;
    line-height: 36px;
  }
  #index .index-about .about-bottoms {
    padding-top: 80px;
  }
  #index .index-about .about-bottoms .items {
    border-radius: 8px;
    margin-right: 40px;
    width: calc((100% - 120px)/4);
    height: 220px;
  }
  #index .index-about .about-bottoms .items > i {
    font-size: 46px;
  }
  #index .index-about .about-bottoms .items .cn {
    font-size: 20px;
    line-height: 20px;
    margin-top: 18px;
  }
  #index .index-about .about-bottoms .items .en {
    font-size: 13px;
    line-height: 13px;
    margin-top: 12px;
  }
  #index .index-about .about-bottoms .items .mask {
    width: calc(100% + 30px);
    height: calc(100% + 50px);
    top: -25px;
    left: -15px;
    box-shadow: 0px 24px 60px 5px rgba(0, 17, 70, 0.08);
    border-radius: 8px;
    padding: 0 20px;
  }
  #index .index-about .about-bottoms .items .mask .num {
    font-size: 150px;
    line-height: 150px;
  }
  #index .index-about .about-bottoms .items .mask .title .t1 {
    font-size: 22px;
    line-height: 22px;
  }
  #index .index-about .about-bottoms .items .mask .title .t2 {
    font-size: 13px;
    line-height: 13px;
    margin-top: 8px;
  }
  #index .index-about .about-bottoms .items .mask .desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 18px;
  }
  #index .index-about .about-bottoms .items .mask .com-more {
    margin-top: 18px;
  }
  #index .text-center {
    height: 460px;
  }
  #index .text-center .title .cn {
    font-size: 48px;
    line-height: 48px;
  }
  #index .text-center .title .en {
    font-size: 22px;
    line-height: 22px;
    margin-top: 18px;
  }
  #index .text-center > i {
    font-size: 18px;
    left: calc(50% - 9px);
    bottom: 60px;
  }
  #index .product-box {
    padding: 100px 0 120px;
  }
  #index .product-box .pro-navs {
    margin-top: 50px;
  }
  #index .product-box .product-container {
    padding-left: 5%;
    margin-top: 50px;
  }
  #index .product-box .product-container .product-cont .pro-prev, #index .product-box .product-container .product-cont .pro-next {
    top: calc(30% - 20px);
  }
  #index .product-box .product-container .product-cont .pro-prev i, #index .product-box .product-container .product-cont .pro-next i {
    font-size: 40px;
  }
  #index .product-box .product-container .product-cont .pro-prev.pro-prev, #index .product-box .product-container .product-cont .pro-next.pro-prev {
    left: -56px;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide {
    width: 27% !important;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .pic {
    height: 280px;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info {
    padding: 26px 0 0;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info .tops .t1 {
    font-size: 22px;
    line-height: 22px;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info .tops .t2 {
    font-size: 15px;
    line-height: 15px;
    margin-top: 18px;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info .com-more {
    margin-top: 45px;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .com-more i {
    margin-left: 10px;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide:hover .com-more {
    padding: 0 28px;
  }
  #index .research-box {
    padding-bottom: 120px;
  }
  #index .research-box .research-swiper .swiper-wrapper .swiper-slide .info {
    width: 37.5%;
    padding: 70px 100px 0 80px;
  }
  #index .research-box .research-swiper .swiper-wrapper .swiper-slide .info .top .desc {
    font-size: 15px;
    line-height: 24px;
    margin-top: 30px;
  }
  #index .research-box .research-swiper .swiper-wrapper .swiper-slide .info .com-more {
    margin-top: 90px;
  }
  #index .research-box .research-bottoms {
    width: 56.25%;
    bottom: 60px;
    height: 220px;
  }
  #index .research-box .research-bottoms .item {
    width: calc(100%/3);
  }
  #index .research-box .research-bottoms .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #index .research-box .research-bottoms .item .mask i {
    font-size: 24px;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
  }
  #index .research-box .research-bottoms .item .mask .desc {
    bottom: 14px;
    padding: 0 20px;
    font-size: 17px;
  }
  #index .news-box {
    padding-bottom: 60px;
  }
  #index .news-box .news-tops {
    height: 110px;
  }
  #index .news-box .news-list {
    margin-top: 60px;
  }
  #index .news-box .news-list .item {
    padding: 60px 20px 0;
    height: 460px;
  }
  #index .news-box .news-list .item .title {
    font-size: 22px;
    line-height: 28px;
  }
  #index .news-box .news-list .item .date {
    font-size: 17px;
    line-height: 17px;
    margin-top: 18px;
  }
  #index .news-box .news-list .item .desc {
    font-size: 15px;
    line-height: 24px;
    margin-top: 45px;
  }
  #index .news-box .news-list .item .arr {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: 60px;
  }
  #index .news-box .news-list .item .com-more {
    margin-top: 60px;
  }
  #index .news-box .news-list .item .tag {
    height: 53px;
  }
  #about .about-box .container .right-pic .tag {
    right: 0%;
    height: 100px;
  }
}

@media screen and (max-width: 1460px) {
  .header {
    height: 100px;
  }
  .header .logo {
    height: 40px;
  }
  .header .right .nav .items .item {
    line-height: 100px;
    padding: 0 30px;
  }
  .header .right .nav .items .down {
    width: 140px;
    border-radius: 8px;
    top: 90px;
    left: calc(50% - 70px);
  }
  .header .right .nav .items .down a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 8px 0 12px;
  }
  .header .right .nav .items .down.reseach {
    width: 190px;
    left: calc(50% - 95px);
  }
  .header .right .nav .items .down.w140 {
    width: 120px;
    left: calc(50% - 60px);
  }
  .header .right .language {
    line-height: 100px;
    margin-left: 20px;
  }
  .header .right .language a {
    font-size: 15px;
  }
  .header .right .language span {
    width: 1px;
    height: 12px;
    margin: 0 5px;
  }
  .com-more {
    width: 160px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    padding: 0 24px;
  }
  .com-title .en {
    font-size: 15px;
    line-height: 15px;
  }
  .com-title .cn {
    font-size: 32px;
    line-height: 32px;
  }
  .pro-navs .item {
    font-size: 18px;
    height: 20px;
    margin-right: 50px;
  }
  .pro-navs .item:hover, .pro-navs .item.active {
    font-size: 20px;
  }
  .footer .foot-tops .navs {
    padding: 40px 0 60px;
  }
  .footer .foot-tops .navs .items {
    max-width: 196px;
  }
  .footer .foot-tops .navs .items .tt {
    font-size: 12px;
  }
  .footer .foot-tops .navs .items .item {
    margin-top: 24px;
  }
  .footer .foot-tops .navs .items .item a {
    font-size: 12px;
    line-height: 24px;
  }
  .footer .foot-tops .onlines {
    padding: 20px 0 60px;
  }
  .footer .foot-tops .onlines .items .label {
    font-size: 12px;
  }
  .footer .foot-tops .onlines .items .label i {
    font-size: 14px;
  }
  .footer .foot-tops .onlines .items .desc {
    font-size: 16px;
    margin-top: 10px;
  }
  .footer .foot-bottoms {
    padding: 26px 0;
  }
  .footer .foot-bottoms a {
    font-size: 12px;
  }
  .footer .foot-bottoms .right img {
    width: 16px;
    margin-right: 6px;
  }
  #index .index-banner .index-swiper .swiper-slide .mask .text-box .cn {
    font-size: 56px;
    line-height: 70px;
  }
  #index .index-banner .index-swiper .swiper-slide .mask .text-box .en {
    font-size: 20px;
    line-height: 24px;
    margin-top: 8px;
  }
  #index .index-banner .index-swiper .swiper-pagination {
    bottom: 36px;
  }
  #index .index-banner .index-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 46px;
  }
  #index .index-banner .index-swiper .index-prev,
  #index .index-banner .index-swiper .index-next {
    top: calc(50% - 10px);
  }
  #index .index-banner .index-swiper .index-prev i,
  #index .index-banner .index-swiper .index-next i {
    font-size: 20px;
  }
  #index .index-banner .index-swiper .index-prev {
    left: 1.8%;
  }
  #index .index-banner .index-swiper .index-next {
    right: 1.8%;
  }
  #index .index-about {
    padding: 80px 0;
  }
  #index .index-about .about-tops .left-info .tops .desc {
    margin-top: 26px;
    font-size: 14px;
    line-height: 30px;
  }
  #index .index-about .about-bottoms {
    padding-top: 60px;
  }
  #index .index-about .about-bottoms .items {
    border-radius: 6px;
    margin-right: 30px;
    width: calc((100% - 90px)/4);
    height: 190px;
  }
  #index .index-about .about-bottoms .items > i {
    font-size: 36px;
  }
  #index .index-about .about-bottoms .items .cn {
    font-size: 18px;
    line-height: 18px;
    margin-top: 16px;
  }
  #index .index-about .about-bottoms .items .en {
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
  }
  #index .index-about .about-bottoms .items .mask {
    width: calc(100% + 20px);
    height: calc(100% + 40px);
    top: -20px;
    left: -10px;
    box-shadow: 0px 20px 50px 5px rgba(0, 17, 70, 0.08);
    border-radius: 6px;
    padding: 0 18px;
  }
  #index .index-about .about-bottoms .items .mask .num {
    font-size: 130px;
    line-height: 130px;
  }
  #index .index-about .about-bottoms .items .mask .title .t1 {
    font-size: 20px;
    line-height: 20px;
  }
  #index .index-about .about-bottoms .items .mask .title .t2 {
    font-size: 12px;
    line-height: 12px;
    margin-top: 6px;
  }
  #index .index-about .about-bottoms .items .mask .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  #index .index-about .about-bottoms .items .mask .com-more {
    margin-top: 15px;
  }
  #index .text-center {
    height: 400px;
  }
  #index .text-center .title .cn {
    font-size: 48px;
    line-height: 48px;
  }
  #index .text-center .title .en {
    font-size: 18px;
    line-height: 18px;
    margin-top: 15px;
  }
  #index .text-center > i {
    font-size: 16px;
    left: calc(50% - 8px);
    bottom: 50px;
  }
  #index .product-box {
    padding: 80px 0 80px;
  }
  #index .product-box .pro-navs {
    margin-top: 40px;
  }
  #index .product-box .product-container {
    margin-top: 40px;
  }
  #index .product-box .product-container .product-cont .pro-prev, #index .product-box .product-container .product-cont .pro-next {
    top: calc(30% - 18px);
  }
  #index .product-box .product-container .product-cont .pro-prev i, #index .product-box .product-container .product-cont .pro-next i {
    font-size: 36px;
  }
  #index .product-box .product-container .product-cont .pro-prev.pro-prev, #index .product-box .product-container .product-cont .pro-next.pro-prev {
    left: -46px;
  }
  #index .product-box .product-container .product-cont .pro-prev.pro-next, #index .product-box .product-container .product-cont .pro-next.pro-next {
    right: 5.2%;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide {
    width: 28% !important;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .pic {
    height: 250px;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info {
    padding: 20px 0 0;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info .tops .t1 {
    font-size: 18px;
    line-height: 18px;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info .tops .t2 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 15px;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info .com-more {
    margin-top: 36px;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide:hover .com-more {
    padding: 0 24px;
  }
  #index .research-box {
    padding-bottom: 120px;
  }
  #index .research-box .research-swiper .swiper-wrapper .swiper-slide .info {
    padding: 50px 60px 0 50px;
  }
  #index .research-box .research-swiper .swiper-wrapper .swiper-slide .info .top .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }
  #index .research-box .research-swiper .swiper-wrapper .swiper-slide .info .com-more {
    margin-top: 70px;
  }
  #index .research-box .research-bottoms {
    bottom: 50px;
    height: 180px;
  }
  #index .research-box .research-bottoms .item .mask i {
    font-size: 20px;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
  }
  #index .research-box .research-bottoms .item .mask .desc {
    bottom: 12px;
    padding: 0 18px;
    font-size: 16px;
  }
  #index .news-box {
    padding-bottom: 50px;
  }
  #index .news-box .news-tops {
    height: 90px;
  }
  #index .news-box .news-list {
    margin-top: 50px;
  }
  #index .news-box .news-list .item {
    padding: 40px 18px 0;
    height: 360px;
  }
  #index .news-box .news-list .item .title {
    font-size: 18px;
    line-height: 24px;
  }
  #index .news-box .news-list .item .date {
    font-size: 16px;
    line-height: 16px;
    margin-top: 14px;
  }
  #index .news-box .news-list .item .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 36px;
  }
  #index .news-box .news-list .item .arr {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
  }
  #index .news-box .news-list .item .com-more {
    margin-top: 30px;
  }
  #index .news-box .news-list .item .tag {
    height: 46px;
  }
  #about .about-box {
    padding: 90px 0 100px;
  }
  #about .about-box .container .left-info .desc {
    font-size: 14px;
    line-height: 36px;
    margin-top: 24px;
  }
  #about .about-box .container .left-info .num-box {
    margin-top: 40px;
  }
  #about .about-box .container .left-info .num-box .item .num {
    font-size: 36px;
    line-height: 36px;
  }
  #about .about-box .container .left-info .num-box .item .t1 {
    font-size: 14px;
    line-height: 24px;
  }
  #about .about-box .container .left-info .num-box .line {
    height: 40px;
  }
  #about .about-box .container .right-pic .tag {
    height: 60px;
    bottom: -46px;
  }
  #about .honor-box {
    padding: 80px 0;
  }
  #about .honor-box .container .honor-container {
    width: 82.6%;
    margin-top: 50px;
  }
  #about .honor-box .container .honor-container .honor-swiper .swiper-wrapper .swiper-slide {
    width: 31% !important;
  }
  #about .honor-box .container .honor-container .honor-swiper .swiper-wrapper .swiper-slide .pic {
    height: 390px;
    padding: 14px;
  }
  #about .honor-box .container .honor-container .honor-swiper .swiper-wrapper .swiper-slide .info {
    padding: 20px 10px 0;
    font-size: 18px;
  }
  #about .honor-box .container .honor-container .honor-prev, #about .honor-box .container .honor-container .honor-next {
    top: calc(50% - 18px);
  }
  #about .honor-box .container .honor-container .honor-prev i, #about .honor-box .container .honor-container .honor-next i {
    font-size: 36px;
  }
  #about .culture-box {
    padding: 60px 0 80px;
  }
  #about .culture-box .culture-list {
    margin-top: 40px;
  }
  #about .culture-box .culture-list .items {
    height: 480px;
  }
  #about .culture-box .culture-list .items .info .tag {
    height: 45px;
  }
  #about .culture-box .culture-list .items .info .desc {
    padding: 0 40px 40px;
  }
  #about .culture-box .culture-list .items .info .desc .title .t1 {
    font-size: 20px;
  }
  #about .culture-box .culture-list .items .info .desc .title .t2 {
    font-size: 16px;
    margin-top: 10px;
  }
  #about .culture-box .culture-list .items .info .desc i {
    font-size: 36px;
  }
  #about .culture-box .culture-list .items .info:before {
    left: 50px;
    top: -10px;
  }
  #about .partner-box {
    padding: 70px 0;
  }
  #about .partner-box .partner-container {
    margin-top: 60px;
  }
  #about .partner-box .partner-container .partner-swiper .swiper-wrapper .swiper-slide {
    height: 90px;
  }
  #about .partner-box .partner-container .partner-prev, #about .partner-box .partner-container .partner-next {
    top: calc(50% - 18px);
  }
  #about .partner-box .partner-container .partner-prev i, #about .partner-box .partner-container .partner-next i {
    font-size: 36px;
  }
  #about .partner-box .partner-container .partner-prev.partner-prev, #about .partner-box .partner-container .partner-next.partner-prev {
    left: -40px;
  }
  #about .partner-box .partner-container .partner-prev.partner-next, #about .partner-box .partner-container .partner-next.partner-next {
    right: -40px;
  }
  .inner-banner {
    height: 360px;
  }
  .inner-banner .title {
    font-size: 40px;
  }
  #contact .contact-tops {
    margin: 100px 0 40px;
  }
  #contact .contact-tops .left-info .com-title {
    padding-left: 40px;
  }
  #contact .contact-tops .left-info .infos {
    padding: 40px 22% 0 40px;
    height: 300px;
  }
  #contact .contact-tops .left-info .infos .lines {
    margin-bottom: 15px;
  }
  #contact .contact-tops .left-info .infos .lines i {
    font-size: 14px;
    margin-right: 10px;
  }
  #contact .contact-tops .left-info .infos .lines .label {
    font-size: 14px;
  }
  #contact .contact-tops .left-info .infos .tag {
    height: 90px;
  }
  #contact .contact-tops .map {
    height: 320px;
  }
  #contact .contact-form {
    padding: 50px 0 80px;
  }
  #contact .contact-form .title {
    padding: 0 10%;
  }
  #contact .contact-form .title .line {
    width: 44%;
  }
  #contact .contact-form .title .tt {
    font-size: 16px;
  }
  #contact .contact-form .form-box {
    margin-top: 36px;
  }
  #contact .contact-form .form-box input {
    height: 50px;
    padding-left: 24px;
    margin-bottom: 20px;
  }
  #contact .contact-form .form-box textarea {
    height: 130px;
    padding: 16px 24px;
    margin-bottom: 20px;
  }
  #contact .contact-form .form-box .code .c-img {
    height: 50px;
  }
  #contact .contact-form .form-box .send {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }
  #news .news-tops .left-banner .news-swiper .swiper-wrapper .swiper-slide .bottoms {
    bottom: 20px;
    padding: 0 20px;
  }
  #news .news-tops .left-banner .news-swiper .swiper-wrapper .swiper-slide .bottoms .title {
    font-size: 20px;
    line-height: 20px;
  }
  #news .news-tops .left-banner .news-swiper .swiper-wrapper .swiper-slide .bottoms .news-pagination {
    margin-top: 8px;
  }
  #news .news-tops .left-banner .news-swiper .swiper-wrapper .swiper-slide .bottoms .news-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  #news .news-tops .left-banner .news-swiper .swiper-wrapper .swiper-slide .bottoms .news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 4px;
  }
  #news .news-tops .left-banner .news-swiper .news-prev, #news .news-tops .left-banner .news-swiper .news-next {
    width: 36px;
    height: 60px;
    line-height: 60px;
    top: calc(50% - 30px);
  }
  #news .news-tops .left-banner .news-swiper .news-prev i, #news .news-tops .left-banner .news-swiper .news-next i {
    font-size: 16px;
  }
  #news .news-tops .right-list .item {
    width: calc((100% - 15px)/2);
    margin-bottom: 15px;
  }
  #news .news-tops .right-list .item .desc {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    bottom: 10px;
    padding: 0px 16px;
  }
  #news .news-list .items {
    padding: 30px 0;
  }
  #news .news-list .items .inner .pic {
    width: 280px;
    height: 188px;
  }
  #news .news-list .items .inner .info {
    width: calc(100% - 280px);
    padding: 10px 0 0 24px;
  }
  #news .news-list .items .inner .info .title .t1 {
    font-size: 20px;
    line-height: 20px;
  }
  #news .news-list .items .inner .info .title .date {
    font-size: 14px;
    line-height: 24px;
  }
  #news .news-list .items .inner .info .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  #news .news-list .items .inner .info .arr {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #news .news-list .items:hover {
    padding: 30px;
    box-shadow: 0px 24px 60px 5px rgba(0, 17, 70, 0.08);
    border-radius: 5px;
  }
  #news .news-container {
    padding: 50px 0 90px;
  }
  #news .news-container .news-detail .title {
    padding-bottom: 24px;
  }
  #news .news-container .news-detail .title .t1 {
    font-size: 18px;
  }
  #news .news-container .news-detail .title .date {
    font-size: 18px;
    margin-top: 10px;
    color: #999;
  }
  #news .news-container .news-detail .cont {
    padding: 40px 0 50px;
  }
  #news .pages-box {
    padding: 50px 0 70px;
  }
  #product .product-list {
    margin-top: 50px;
  }
  #product .product-list .items {
    width: calc((100% - 72px)/3);
    margin-right: 36px;
    margin-bottom: 40px;
  }
  #product .product-list .items .pic {
    height: auto;
  }
  #product .product-list .items .info {
    padding: 26px 0 0;
  }
  #product .product-list .items .info .tops .t1 {
    font-size: 20px;
    line-height: 20px;
  }
  #product .product-list .items .info .tops .t2 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 16px;
  }
  #product .product-list .items .info .com-more {
    margin-top: 20px;
  }
  #product .product-list .items:hover .com-more {
    padding: 0 24px;
  }
  #product .product-container {
    padding: 30px 0 90px;
  }
  #product .product-container .product-tops {
    margin-top: 50px;
  }
  #product .product-container .product-tops .pic-swiper {
    width: 41.6%;
  }
  #product .product-container .product-tops .info-box {
    padding: 40px 40px 30px 30px;
  }
  #product .product-container .product-tops .info-box .title .t1 {
    font-size: 28px;
    line-height: 28px;
  }
  #product .product-container .product-tops .info-box .title .t2 {
    font-size: 14px;
    line-height: 24px;
  }
  #product .product-container .product-tops .info-box .bottoms {
    height: 120px;
  }
  #product .product-container .product-tops .info-box .bottoms .pro-prev, #product .product-container .product-tops .info-box .bottoms .pro-next {
    top: calc(50% - 18px);
  }
  #product .product-container .product-tops .info-box .bottoms .pro-prev i, #product .product-container .product-tops .info-box .bottoms .pro-next i {
    font-size: 36px;
  }
  #product .product-container .product-tops .info-box .bottoms .pro-prev.pro-prev, #product .product-container .product-tops .info-box .bottoms .pro-next.pro-prev {
    left: -20px;
  }
  #product .product-container .product-tops .info-box .bottoms .pro-prev.pro-next, #product .product-container .product-tops .info-box .bottoms .pro-next.pro-next {
    right: -20px;
  }
  #product .product-container .product-cont {
    margin-top: 40px;
  }
  #product .product-container .product-cont .title {
    font-size: 20px;
  }
  #product .product-container .product-cont .cont {
    padding: 10px 0 60px;
  }
  #product .pages-box {
    padding: 20px 0 60px;
  }
  #research .research-box .research-items {
    padding: 50px 0 60px;
  }
  #research .research-box .research-items .tops .left .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
  }
  #research .research-box .research-items .tops .right {
    width: 43%;
    padding-bottom: 20px;
  }
  #research .research-box .research-items .tops .right .num {
    font-size: 180px;
    line-height: 180px;
  }
  #research .research-box .research-items .tops .right .items .item {
    font-size: 15px;
    line-height: 30px;
  }
  #research .research-box .research-items .tops .right .line {
    width: 28px;
    height: 6px;
    background-color: #040507;
    border-radius: 4px;
    position: absolute;
    right: 14px;
    top: 60px;
  }
  #research .research-box .research-items .img {
    padding: 6px 3px;
    margin-top: 50px;
  }
  #research .research-box .research-items.reserve .tops .left {
    width: 70%;
  }
  #service .service-tops {
    padding: 80px 0 90px;
  }
  #service .service-tops .lists .items {
    width: 48%;
    padding: 40px 20px;
  }
  #service .service-tops .lists .items .com-title {
    padding: 0 10px;
    left: 30px;
    top: -50px;
  }
  #service .service-tops .lists .items .com-title .en {
    font-size: 16px;
    line-height: 24px;
  }
  #service .service-tops .lists .items .com-title .cn {
    font-size: 32px;
    line-height: 32px;
    margin-top: 14px;
  }
  #service .service-tops .lists .items .infos {
    font-size: 14px;
    line-height: 28px;
    margin-top: 14px;
  }
  #service .service-tops .lists .items:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #da2238;
    bottom: -1px;
    left: 0;
  }
  #service .service-tops .lists .items .tag {
    right: 20px;
    bottom: 20px;
    width: 38px;
  }
  #service .service-center {
    height: 360px;
  }
  #service .service-center .titles .tt {
    font-size: 32px;
    line-height: 32px;
  }
  #service .service-center .titles .cn {
    font-size: 36px;
    line-height: 36px;
    margin-top: 20px;
  }
  #service .service-center .titles .en {
    font-size: 20px;
    line-height: 20px;
    margin-top: 14px;
  }
  #service .service-items {
    padding: 90px 0 20px;
  }
  #service .service-items .list {
    margin-top: 40px;
  }
  #service .service-items .list .items {
    width: calc(100%/3);
    margin-bottom: 30px;
    padding: 0 30px;
  }
  #service .service-items .list .items .item {
    padding: 40px 24px 30px;
  }
  #service .service-items .list .items .item img {
    height: 100px;
  }
  #service .service-items .list .items .item .num {
    font-size: 100px;
    line-height: 100px;
    bottom: 20px;
    left: calc(50% - 65px);
  }
  #service .service-items .list .items .item .infos {
    margin-top: 36px;
  }
  #service .service-items .list .items .item .infos .tt {
    font-size: 20px;
    line-height: 24px;
  }
  #service .service-items .list .items .item .infos .info {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  #service .service-items .list .items .item .infos .desc {
    font-size: 12px;
    line-height: 22px;
    color: #ccc;
    margin-top: 10px;
  }
  #service .service-items .list .items:hover .item {
    box-shadow: 0px 20px 60px 5px rgba(0, 17, 70, 0.08);
    border-radius: 6px;
  }
  #service .service-items .list .items:hover .item:before {
    height: 8px;
  }
}

@media screen and (max-width: 1300px) {
  .header {
    height: 90px;
  }
  .header .logo {
    height: 36px;
  }
  .header .right .nav .items .item {
    line-height: 90px;
    padding: 0 20px;
  }
  .header .right .nav .items .down {
    width: 120px;
    border-radius: 6px;
    top: 80px;
    left: calc(50% - 60px);
  }
  .header .right .nav .items .down.reseach {
    width: 170px;
    left: calc(50% - 85px);
  }
  .header .right .nav .items .down.w140 {
    width: 100px;
    left: calc(50% - 50px);
  }
  .header .right .language {
    line-height: 90px;
  }
  .header .right .language a {
    font-size: 14px;
  }
  .header .right .language span {
    height: 10px;
  }
  .com-more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 14px;
  }
  .com-title .en {
    font-size: 14px;
    line-height: 14px;
  }
  .com-title .cn {
    font-size: 28px;
    line-height: 28px;
  }
  .com-title .line {
    width: 32px;
    height: 6px;
    margin-top: 16px;
  }
  .pro-navs .item {
    font-size: 16px;
    height: 20px;
    margin-right: 30px;
  }
  .pro-navs .item:hover, .pro-navs .item.active {
    font-size: 18px;
  }
  .footer .foot-tops .navs {
    padding: 30px 0 50px;
  }
  .footer .foot-tops .navs .items {
    max-width: 176px;
  }
  .footer .foot-tops .navs .items .item {
    margin-top: 20px;
  }
  .footer .foot-tops .onlines {
    padding: 20px 0 50px;
  }
  .footer .foot-tops .onlines .items .desc {
    font-size: 14px;
  }
  .footer .foot-bottoms {
    padding: 20px 0;
  }
  #index .index-banner .index-swiper .swiper-slide .mask .text-box .cn {
    font-size: 40px;
    line-height: 50px;
  }
  #index .index-banner .index-swiper .swiper-slide .mask .text-box .en {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  #index .index-banner .index-swiper .swiper-pagination {
    bottom: 30px;
  }
  #index .index-banner .index-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }
  #index .index-banner .index-swiper .index-prev,
  #index .index-banner .index-swiper .index-next {
    top: calc(50% - 9px);
  }
  #index .index-banner .index-swiper .index-prev i,
  #index .index-banner .index-swiper .index-next i {
    font-size: 18px;
  }
  #index .index-about {
    padding: 60px 0;
  }
  #index .index-about .about-tops .left-info .tops .desc {
    margin-top: 26px;
    font-size: 14px;
    line-height: 30px;
  }
  #index .text-center {
    height: 320px;
  }
  #index .text-center .title .cn {
    font-size: 36px;
    line-height: 36px;
  }
  #index .text-center .title .en {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
  }
  #index .text-center > i {
    bottom: 40px;
  }
  #index .product-box {
    padding: 60px 0;
  }
  #index .product-box .pro-navs {
    margin-top: 30px;
  }
  #index .product-box .product-container {
    margin-top: 30px;
  }
  #index .product-box .product-container .product-cont .pro-prev, #index .product-box .product-container .product-cont .pro-next {
    top: calc(30% - 15px);
  }
  #index .product-box .product-container .product-cont .pro-prev i, #index .product-box .product-container .product-cont .pro-next i {
    font-size: 30px;
  }
  #index .product-box .product-container .product-cont .pro-prev.pro-prev, #index .product-box .product-container .product-cont .pro-next.pro-prev {
    left: -36px;
  }
  #index .product-box .product-container .product-cont .pro-prev.pro-next, #index .product-box .product-container .product-cont .pro-next.pro-next {
    right: 5.2%;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide {
    width: 29% !important;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .pic {
    height: 200px;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info {
    padding: 18px 0 0;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info .tops .t1 {
    font-size: 16px;
    line-height: 16px;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info .tops .t2 {
    margin-top: 10px;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info .com-more {
    margin-top: 30px;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide:hover .com-more {
    padding: 0 20px;
  }
  #index .research-box {
    padding-bottom: 90px;
  }
  #index .research-box .research-swiper .swiper-wrapper .swiper-slide .info {
    padding: 30px 40px 0 30px;
  }
  #index .research-box .research-swiper .swiper-wrapper .swiper-slide .info .com-more {
    margin-top: 40px;
  }
  #index .research-box .research-bottoms {
    bottom: 40px;
    height: 160px;
  }
  #index .research-box .research-bottoms .item .mask .desc {
    padding: 0 12px;
    font-size: 14px;
  }
  #index .news-box {
    padding-bottom: 40px;
  }
  #index .news-box .news-tops {
    height: 70px;
  }
  #index .news-box .news-list {
    margin-top: 40px;
  }
  #index .news-box .news-list .item {
    padding: 30px 18px 0;
    height: 300px;
  }
  #index .news-box .news-list .item .title {
    font-size: 16px;
    line-height: 20px;
  }
  #index .news-box .news-list .item .date {
    font-size: 12px;
    line-height: 12px;
  }
  #index .news-box .news-list .item .desc {
    margin-top: 26px;
  }
  #index .news-box .news-list .item .arr {
    margin-top: 20px;
  }
  #index .news-box .news-list .item .com-more {
    margin-top: 20px;
  }
  #index .news-box .news-list .item .tag {
    height: 36px;
  }
  #about .about-box {
    padding: 70px 0 80px;
  }
  #about .about-box .container .left-info .desc {
    font-size: 13px;
    line-height: 24px;
    margin-top: 20px;
  }
  #about .about-box .container .left-info .num-box {
    margin-top: 30px;
  }
  #about .about-box .container .left-info .num-box .item .num {
    font-size: 32px;
    line-height: 32px;
  }
  #about .about-box .container .left-info .num-box .item .t1 {
    font-size: 13px;
    line-height: 20px;
  }
  #about .about-box .container .left-info .num-box .line {
    height: 36px;
  }
  #about .about-box .container .right-pic .tag {
    height: 50px;
    bottom: -36px;
  }
  #about .honor-box {
    padding: 60px 0;
  }
  #about .honor-box .container .honor-container {
    margin-top: 40px;
  }
  #about .honor-box .container .honor-container .honor-swiper .swiper-wrapper .swiper-slide .pic {
    height: 315px;
    padding: 10px;
  }
  #about .honor-box .container .honor-container .honor-swiper .swiper-wrapper .swiper-slide .info {
    padding: 18px 10px 0;
    font-size: 16px;
  }
  #about .honor-box .container .honor-container .honor-prev, #about .honor-box .container .honor-container .honor-next {
    top: calc(50% - 16px);
  }
  #about .honor-box .container .honor-container .honor-prev i, #about .honor-box .container .honor-container .honor-next i {
    font-size: 32px;
  }
  #about .culture-box {
    padding: 50px 0 70px;
  }
  #about .culture-box .culture-list {
    margin-top: 30px;
  }
  #about .culture-box .culture-list .items {
    height: 400px;
  }
  #about .culture-box .culture-list .items .info .tag {
    height: 36px;
  }
  #about .culture-box .culture-list .items .info .desc {
    padding: 0 30px 30px;
  }
  #about .culture-box .culture-list .items .info .desc .title .t1 {
    font-size: 18px;
  }
  #about .culture-box .culture-list .items .info .desc .title .t2 {
    font-size: 14px;
    margin-top: 10px;
  }
  #about .culture-box .culture-list .items .info .desc i {
    font-size: 28px;
  }
  #about .culture-box .culture-list .items .info:before {
    left: 50px;
    top: -10px;
  }
  #about .partner-box {
    padding: 60px 0;
  }
  #about .partner-box .partner-container {
    margin-top: 50px;
  }
  #about .partner-box .partner-container .partner-swiper .swiper-wrapper .swiper-slide {
    height: 80px;
  }
  #about .partner-box .partner-container .partner-prev, #about .partner-box .partner-container .partner-next {
    top: calc(50% - 16px);
  }
  #about .partner-box .partner-container .partner-prev i, #about .partner-box .partner-container .partner-next i {
    font-size: 32px;
  }
  #about .partner-box .partner-container .partner-prev.partner-prev, #about .partner-box .partner-container .partner-next.partner-prev {
    left: -36px;
  }
  #about .partner-box .partner-container .partner-prev.partner-next, #about .partner-box .partner-container .partner-next.partner-next {
    right: -36px;
  }
  .inner-banner {
    height: 320px;
  }
  .inner-banner .title {
    font-size: 36px;
  }
}

@media screen and (max-width: 1044px) {
  .m-cover {
    width: 100%;
    height: calc(100vh - 0.98rem);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 998;
    position: fixed;
    top: 0.98rem;
    display: none;
  }
  .m-cover .menu-box {
    width: 50%;
    height: 100%;
    background-color: #fff;
    padding-left: 0.5rem;
    padding-top: 0.4rem;
  }
  .m-cover .menu-box .items-box {
    height: 10rem;
    overflow-y: auto;
  }
  .m-cover .menu-box .items-box .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    height: 1.1rem;
    color: #333;
    font-weight: bold;
    font-family: 'syhtB';
    border-bottom: 1px solid #eee;
    padding-right: 0.46rem;
  }
  .m-cover .menu-box .items-box .items i {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    transition: transform 0.3s;
  }
  .m-cover .menu-box .items-box .items.slide i {
    transform: rotate(90deg);
    transition: transform 0.3s;
  }
  .m-cover .menu-box .items-box .down-box {
    display: none;
  }
  .m-cover .menu-box .items-box .down-box > a {
    height: 0.88rem;
    line-height: 0.88rem;
    padding-left: 0.24rem;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header {
    display: none;
  }
  .container {
    width: 92%;
  }
  .m-header {
    padding: 0 0 0 0.32rem;
    height: 0.98rem;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
    z-index: 999;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m-header .logo img {
    height: 0.48rem;
  }
  .m-header .right {
    height: 100%;
  }
  .m-header .right .search {
    height: 100%;
    line-height: 0.98rem;
    padding: 0 0.1rem 0 0.3rem;
    color: #333;
  }
  .m-header .right .search i {
    font-size: 0.4rem;
  }
  .m-header .right .menu {
    color: #333;
    height: 100%;
    line-height: 0.98rem;
    padding: 0 0.32rem;
  }
  .m-header .right .menu i {
    font-size: 0.45rem;
  }
  .m-header .right .menu .i-menu {
    display: inline-block;
  }
  .m-header .right .menu .i-cross {
    display: none;
  }
  .m-header .right .menu.active .i-menu {
    display: none;
  }
  .m-header .right .menu.active .i-cross {
    display: inline-block;
  }
  .com-more {
    width: 2.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    padding: 0 0.24rem;
    font-size: 12px;
  }
  .com-title .en {
    font-size: 12px;
    line-height: 18px;
  }
  .com-title .cn {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0.2rem;
  }
  .pro-navs .item {
    font-size: 12px;
    height: 14px;
    margin-right: 0.24rem;
    margin-bottom: 0.24rem;
  }
  .pro-navs .item:hover, .pro-navs .item.active {
    font-size: 14px;
  }
  .footer .foot-tops .navs {
    padding: 0.4rem 0;
  }
  .footer .foot-tops .navs .items .item {
    display: none;
  }
  .footer .foot-tops .onlines {
    padding: 0.2rem 0 0.2rem;
  }
  .footer .foot-tops .onlines .container {
    flex-wrap: wrap;
  }
  .footer .foot-tops .onlines .items {
    margin-bottom: 0.3rem;
  }
  .footer .foot-tops .onlines .items .label i {
    margin-right: 0.1rem;
  }
  .footer .foot-tops .onlines .items .desc {
    font-size: 12px;
    margin-top: 0.2rem;
  }
  .footer .foot-bottoms {
    padding: 0.24rem 0;
  }
  .footer .foot-bottoms a {
    width: 100%;
  }
  .footer .foot-bottoms .left {
    margin-bottom: 0.24rem;
  }
  .footer .foot-bottoms .container {
    flex-wrap: wrap;
  }
  #index .index-banner .index-swiper .swiper-slide .mask .text-box .cn {
    font-size: 16px;
    line-height: 20px;
  }
  #index .index-banner .index-swiper .swiper-slide .mask .text-box .en {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.1rem;
  }
  #index .index-banner .index-swiper .swiper-pagination {
    bottom: 0.2rem;
  }
  #index .index-banner .index-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.6rem;
  }
  #index .index-banner .index-swiper .index-prev,
  #index .index-banner .index-swiper .index-next {
    top: calc(50% - 8px);
  }
  #index .index-banner .index-swiper .index-prev i,
  #index .index-banner .index-swiper .index-next i {
    font-size: 16px;
  }
  #index .index-about {
    padding: 0.6rem 0;
  }
  #index .index-about .about-tops {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #index .index-about .about-tops .left-info {
    width: 100%;
  }
  #index .index-about .about-tops .left-info .tops .desc {
    margin-top: 0.4rem;
    font-size: 12px;
    line-height: 24px;
  }
  #index .index-about .about-tops .left-info .com-more {
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  #index .index-about .about-tops .pic {
    width: 100%;
  }
  #index .index-about .about-bottoms {
    padding-top: 0.6rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index .index-about .about-bottoms .items {
    border-radius: 6px;
    margin-right: 0;
    width: 47%;
    height: 2.4rem;
    margin-bottom: 0.4rem;
  }
  #index .index-about .about-bottoms .items > i {
    font-size: 28px;
  }
  #index .index-about .about-bottoms .items .cn {
    font-size: 14px;
    line-height: 14px;
    margin-top: 0.2rem;
  }
  #index .index-about .about-bottoms .items .en {
    font-size: 12px;
    line-height: 12px;
    margin-top: 0.1rem;
    white-space: nowrap;
  }
  #index .index-about .about-bottoms .items .mask {
    width: calc(100% + 0.4rem);
    height: calc(100% + 0.6rem);
    top: -0.3rem;
    left: -0.2rem;
    box-shadow: 0px 20px 50px 5px rgba(0, 17, 70, 0.08);
    padding: 0 0.24rem;
  }
  #index .index-about .about-bottoms .items .mask .num {
    font-size: 100px;
    line-height: 100px;
  }
  #index .index-about .about-bottoms .items .mask .title .t1 {
    font-size: 16px;
    line-height: 16px;
  }
  #index .index-about .about-bottoms .items .mask .title .t2 {
    margin-top: 0.2rem;
  }
  #index .index-about .about-bottoms .items .mask .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2rem;
  }
  #index .index-about .about-bottoms .items .mask .com-more {
    display: none;
  }
  #index .text-center {
    height: 4rem;
    padding-top: 16%;
  }
  #index .text-center .title .cn {
    font-size: 20px;
    line-height: 20px;
  }
  #index .text-center .title .en {
    font-size: 12px;
    line-height: 12px;
    margin-top: 0.2rem;
  }
  #index .text-center > i {
    bottom: 0.6rem;
  }
  #index .product-box {
    padding: 0.6rem 0;
  }
  #index .product-box .pro-navs {
    margin-top: 0.4rem;
  }
  #index .product-box .product-container {
    margin-top: 0.2rem;
  }
  #index .product-box .product-container .product-cont .pro-prev, #index .product-box .product-container .product-cont .pro-next {
    top: calc(30% - 15px);
  }
  #index .product-box .product-container .product-cont .pro-prev i, #index .product-box .product-container .product-cont .pro-next i {
    font-size: 30px;
  }
  #index .product-box .product-container .product-cont .pro-prev.pro-prev, #index .product-box .product-container .product-cont .pro-next.pro-prev {
    left: -0.3rem;
  }
  #index .product-box .product-container .product-cont .pro-prev.pro-next, #index .product-box .product-container .product-cont .pro-next.pro-next {
    right: 5.2%;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide {
    width: 67% !important;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .pic {
    height: 3.2rem;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info {
    padding: 0.2rem 0 0;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info .tops .t1 {
    font-size: 14px;
    line-height: 14px;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info .tops .t2 {
    margin-top: 0.2rem;
  }
  #index .product-box .product-container .product-swiper .swiper-wrapper .swiper-slide .info .com-more {
    display: none;
  }
  #index .research-box {
    padding-bottom: 0.8rem;
  }
  #index .research-box .research-swiper .swiper-wrapper .swiper-slide {
    flex-wrap: wrap;
  }
  #index .research-box .research-swiper .swiper-wrapper .swiper-slide .pic {
    width: 100%;
  }
  #index .research-box .research-swiper .swiper-wrapper .swiper-slide .info {
    width: 100%;
    padding: 0.24rem;
  }
  #index .research-box .research-swiper .swiper-wrapper .swiper-slide .info .com-more {
    margin-top: 0.4rem;
  }
  #index .research-box .research-bottoms {
    bottom: unset;
    height: 2rem;
    width: 100%;
    position: relative;
    margin-top: 0.24rem;
  }
  #index .research-box .research-bottoms .item .mask .desc {
    padding: 0 0.24rem;
    font-size: 12px;
  }
  #index .research-box .research-bottoms .item .mask i {
    font-size: 0.24rem;
  }
  #index .news-box {
    padding-bottom: 0.4rem;
  }
  #index .news-box .news-tops {
    height: 0.8rem;
  }
  #index .news-box .news-list {
    margin-top: 0.6rem;
  }
  #index .news-box .news-list .item {
    width: 50%;
    padding: 0.3rem 0.24rem 0;
    height: 4rem;
    margin-bottom: 0.4rem;
  }
  #index .news-box .news-list .item .title {
    font-size: 14px;
    line-height: 20px;
  }
  #index .news-box .news-list .item .date {
    font-size: 12px;
    line-height: 12px;
  }
  #index .news-box .news-list .item .desc {
    margin-top: 0.24rem;
  }
  #index .news-box .news-list .item .arr {
    display: block;
    margin-top: 0.24rem;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
  }
  #index .news-box .news-list .item .com-more {
    display: none;
  }
  #index .news-box .news-list .item .tag {
    height: 36px;
  }
  #index .news-box .news-list .item:hover {
    padding: 0.3rem 0.24rem 0;
    display: none;
  }
  #about .about-box {
    padding: 0.8rem 0;
  }
  #about .about-box .container {
    flex-wrap: wrap;
  }
  #about .about-box .container .left-info {
    width: 100%;
  }
  #about .about-box .container .left-info .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.4rem;
  }
  #about .about-box .container .left-info .num-box {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  #about .about-box .container .left-info .num-box .item {
    width: 50%;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  #about .about-box .container .left-info .num-box .item .num {
    font-size: 24px;
    line-height: 24px;
  }
  #about .about-box .container .left-info .num-box .item .t1 {
    font-size: 12px;
    line-height: 18px;
  }
  #about .about-box .container .left-info .num-box .line {
    display: none;
  }
  #about .about-box .container .right-pic {
    width: 100%;
    margin-top: 0.3rem;
  }
  #about .about-box .container .right-pic .mask {
    transform: translate(0.2rem, 0.3rem);
  }
  #about .about-box .container .right-pic .tag {
    height: 50px;
    bottom: -36px;
  }
  #about .honor-box {
    padding: 0.6rem 0;
  }
  #about .honor-box .container .honor-container {
    margin-top: 0.4rem;
  }
  #about .honor-box .container .honor-container .honor-swiper .swiper-wrapper .swiper-slide {
    width: 48% !important;
  }
  #about .honor-box .container .honor-container .honor-swiper .swiper-wrapper .swiper-slide .pic {
    height: 3.4rem;
    padding: 0.2rem;
  }
  #about .honor-box .container .honor-container .honor-swiper .swiper-wrapper .swiper-slide .info {
    padding: 0.24rem 0.1rem 0;
    font-size: 14px;
  }
  #about .honor-box .container .honor-container .honor-prev, #about .honor-box .container .honor-container .honor-next {
    top: calc(50% - 14px);
  }
  #about .honor-box .container .honor-container .honor-prev i, #about .honor-box .container .honor-container .honor-next i {
    font-size: 28px;
  }
  #about .culture-box {
    padding: 0.6rem 0 0.4rem;
  }
  #about .culture-box .culture-list {
    margin-top: 0.24rem;
    flex-wrap: wrap;
  }
  #about .culture-box .culture-list .items {
    width: 100%;
    height: 5rem;
    margin-bottom: 0.4rem;
  }
  #about .culture-box .culture-list .items .pic {
    height: auto;
  }
  #about .culture-box .culture-list .items .info {
    height: auto;
  }
  #about .culture-box .culture-list .items .info .tag {
    height: 0.3rem;
  }
  #about .culture-box .culture-list .items .info .desc {
    padding: 0.4rem 0.24rem 0.24rem;
  }
  #about .culture-box .culture-list .items .info .desc .title .t1 {
    font-size: 16px;
  }
  #about .culture-box .culture-list .items .info .desc .title .t2 {
    font-size: 12px;
    margin-top: 0.24rem;
  }
  #about .culture-box .culture-list .items .info .desc i {
    font-size: 20px;
  }
  #about .culture-box .culture-list .items .info:before {
    left: 0.4rem;
  }
  #about .partner-box {
    padding: 0.6rem 0;
  }
  #about .partner-box .partner-container {
    margin-top: 0.4rem;
  }
  #about .partner-box .partner-container .partner-swiper .swiper-wrapper .swiper-slide {
    height: 0.8rem;
  }
  #about .partner-box .partner-container .partner-prev, #about .partner-box .partner-container .partner-next {
    top: calc(50% - 12px);
    z-index: 10;
  }
  #about .partner-box .partner-container .partner-prev i, #about .partner-box .partner-container .partner-next i {
    font-size: 24px;
  }
  #about .partner-box .partner-container .partner-prev.partner-prev, #about .partner-box .partner-container .partner-next.partner-prev {
    left: -14px;
  }
  #about .partner-box .partner-container .partner-prev.partner-next, #about .partner-box .partner-container .partner-next.partner-next {
    right: -14px;
  }
  .inner-banner {
    height: 3rem;
  }
  .inner-banner .title {
    font-size: 18px;
  }
  #contact .contact-tops {
    margin: 0.6rem 0;
  }
  #contact .contact-tops .left-info {
    width: 100%;
  }
  #contact .contact-tops .left-info .com-title {
    padding-left: 0.24rem;
  }
  #contact .contact-tops .left-info .infos {
    padding: 0.4rem 0.24rem 0;
    height: 4rem;
  }
  #contact .contact-tops .left-info .infos .lines {
    margin-bottom: 0.2rem;
    line-height: 0.46rem;
  }
  #contact .contact-tops .left-info .infos .lines i {
    font-size: 14px;
    margin-right: 10px;
  }
  #contact .contact-tops .left-info .infos .lines .label {
    font-size: 14px;
  }
  #contact .contact-tops .left-info .infos .tag {
    height: 0.8rem;
  }
  #contact .contact-tops .map {
    width: 100%;
    height: 4rem;
    position: relative !important;
  }
  #contact .contact-form {
    padding: 0.4rem 0 0.6rem;
  }
  #contact .contact-form .title {
    padding: 0 3%;
  }
  #contact .contact-form .title .line {
    width: 30%;
  }
  #contact .contact-form .title .tt {
    font-size: 14px;
  }
  #contact .contact-form .form-box {
    margin-top: 0.4rem;
  }
  #contact .contact-form .form-box input {
    width: 100%;
    height: 0.8rem;
    padding-left: 0.24rem;
    margin-bottom: 0.2rem;
  }
  #contact .contact-form .form-box textarea {
    height: 2rem;
    padding: 0.15rem 0.24rem;
    margin-bottom: 0.2rem;
  }
  #contact .contact-form .form-box .code {
    width: 100%;
  }
  #contact .contact-form .form-box .code input {
    width: 50%;
  }
  #contact .contact-form .form-box .code .c-img {
    width: 2rem;
    height: 0.8rem;
  }
  #contact .contact-form .form-box .send {
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
  .bread-box {
    padding: 0.4rem 0;
    font-size: 14px;
  }
  .bread-box a {
    font-size: 14px;
  }
  #news .news-tops {
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }
  #news .news-tops .left-banner {
    width: 100%;
  }
  #news .news-tops .left-banner .news-swiper .swiper-wrapper .swiper-slide .bottoms {
    bottom: 0.24rem;
    padding: 0 0.2rem;
  }
  #news .news-tops .left-banner .news-swiper .swiper-wrapper .swiper-slide .bottoms .title {
    font-size: 14px;
    line-height: 14px;
  }
  #news .news-tops .left-banner .news-swiper .swiper-wrapper .swiper-slide .bottoms .news-pagination {
    margin-top: 0.1rem;
  }
  #news .news-tops .left-banner .news-swiper .swiper-wrapper .swiper-slide .bottoms .news-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
  #news .news-tops .left-banner .news-swiper .swiper-wrapper .swiper-slide .bottoms .news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 3px;
  }
  #news .news-tops .left-banner .news-swiper .news-prev, #news .news-tops .left-banner .news-swiper .news-next {
    width: 0.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
    top: calc(50% - 0.4rem);
  }
  #news .news-tops .left-banner .news-swiper .news-prev i, #news .news-tops .left-banner .news-swiper .news-next i {
    font-size: 14px;
  }
  #news .news-tops .right-list {
    width: 100%;
    margin-top: 0.4rem;
  }
  #news .news-tops .right-list .item {
    width: calc((100% - 0.24rem)/2);
    margin-bottom: 0.24rem;
  }
  #news .news-tops .right-list .item .desc {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    bottom: 0.2rem;
    padding: 0px 0.24rem;
  }
  #news .news-list .items {
    padding: 0.4rem 0;
  }
  #news .news-list .items .inner {
    flex-wrap: wrap;
  }
  #news .news-list .items .inner .pic {
    width: 100%;
    height: 4rem;
  }
  #news .news-list .items .inner .info {
    width: 100%;
    padding: 0.2rem 0 0 0.24rem;
  }
  #news .news-list .items .inner .info .title .t1 {
    font-size: 16px;
    line-height: 16px;
  }
  #news .news-list .items .inner .info .title .date {
    font-size: 12px;
    line-height: 20px;
  }
  #news .news-list .items .inner .info .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2rem;
  }
  #news .news-list .items .inner .info .arr {
    display: none;
  }
  #news .news-list .items .inner .info .com-more {
    display: none;
  }
  #news .news-list .items:hover {
    padding: 0.4rem 0.24rem 0.24rem;
    box-shadow: 0px 16px 40px 5px rgba(0, 17, 70, 0.08);
    border-radius: 4px;
  }
  #news .news-container {
    padding: 0.5rem 0 0.6rem;
  }
  #news .news-container .news-detail .title {
    padding-bottom: 0.4rem;
  }
  #news .news-container .news-detail .title .t1 {
    font-size: 16px;
  }
  #news .news-container .news-detail .title .date {
    font-size: 14px;
    margin-top: 0.2rem;
  }
  #news .news-container .news-detail .cont {
    padding: 0.5rem 0;
  }
  #news .pages-box {
    padding: 0.6rem 0;
  }
  .detail-bottoms {
    padding-top: 0.5rem;
    flex-wrap: wrap;
  }
  .detail-bottoms .left {
    width: 100%;
  }
  .detail-bottoms .left a {
    font-size: 14px;
    line-height: 28px;
  }
  .detail-bottoms .com-more {
    margin: 0.4rem auto 0;
  }
  #product .product-list {
    margin-top: 0.24rem;
    justify-content: space-between;
  }
  #product .product-list .items {
    width: 48%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  #product .product-list .items .pic {
    height: auto;
  }
  #product .product-list .items .info {
    padding: 0.3rem 0 0;
  }
  #product .product-list .items .info .tops .t1 {
    font-size: 16px;
    line-height: 16px;
  }
  #product .product-list .items .info .tops .t2 {
    font-size: 12px;
    line-height: 12px;
    margin-top: 0.2rem;
  }
  #product .product-list .items .info .com-more {
    display: none;
  }
  #product .product-list .items:nth-child(3n) {
    margin-right: 0;
  }
  #product .product-list .items:nth-child(2n) {
    margin-right: 0;
  }
  #product .product-container {
    padding: 0rem 0 0.6rem;
  }
  #product .product-container .product-tops {
    margin-top: 0.24rem;
    flex-wrap: wrap;
  }
  #product .product-container .product-tops .pic-swiper {
    width: 100%;
  }
  #product .product-container .product-tops .info-box {
    padding: 0.4rem 0.24rem;
    width: 100%;
  }
  #product .product-container .product-tops .info-box .title .t1 {
    font-size: 18px;
    line-height: 18px;
  }
  #product .product-container .product-tops .info-box .title .t2 {
    font-size: 12px;
    line-height: 20px;
  }
  #product .product-container .product-tops .info-box .bottoms {
    height: 1.6rem;
    margin-top: 0.4rem;
  }
  #product .product-container .product-tops .info-box .bottoms .pro-prev, #product .product-container .product-tops .info-box .bottoms .pro-next {
    top: calc(50% - 14px);
  }
  #product .product-container .product-tops .info-box .bottoms .pro-prev i, #product .product-container .product-tops .info-box .bottoms .pro-next i {
    font-size: 28px;
  }
  #product .product-container .product-tops .info-box .bottoms .pro-prev.pro-prev, #product .product-container .product-tops .info-box .bottoms .pro-next.pro-prev {
    left: -20px;
  }
  #product .product-container .product-tops .info-box .bottoms .pro-prev.pro-next, #product .product-container .product-tops .info-box .bottoms .pro-next.pro-next {
    right: -20px;
  }
  #product .product-container .product-cont {
    margin-top: 0.4rem;
  }
  #product .product-container .product-cont .title {
    font-size: 16px;
  }
  #product .product-container .product-cont .cont {
    padding: 0.24rem 0 0.6rem;
  }
  #product .pages-box {
    padding: 0.24rem 0 0.6rem;
  }
  #research .research-box .research-items {
    padding: 0.4rem 0;
  }
  #research .research-box .research-items .tops {
    flex-wrap: wrap;
  }
  #research .research-box .research-items .tops .left {
    width: 100%;
  }
  #research .research-box .research-items .tops .left .desc {
    font-size: 12px;
    line-height: 24px;
    margin-top: 0.3rem;
  }
  #research .research-box .research-items .tops .right {
    width: 100%;
    padding-bottom: 0rem;
  }
  #research .research-box .research-items .tops .right .num {
    font-size: 100px;
    line-height: 100px;
  }
  #research .research-box .research-items .tops .right .items {
    margin-top: 0.24rem;
  }
  #research .research-box .research-items .tops .right .items .item {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
  }
  #research .research-box .research-items .tops .right .items .item:before {
    top: 10px;
    left: -4px;
  }
  #research .research-box .research-items .tops .right .line {
    display: none;
  }
  #research .research-box .research-items .img {
    padding: 6px 3px;
    margin-top: 0.24rem;
  }
  #research .research-box .research-items.reserve .tops .left {
    width: 100%;
  }
  #service .service-tops {
    padding: 0.6rem 0 0;
  }
  #service .service-tops .lists {
    flex-wrap: wrap;
  }
  #service .service-tops .lists .items {
    width: 100%;
    padding: 0.4rem;
    margin-bottom: 1.2rem;
  }
  #service .service-tops .lists .items .com-title {
    padding: 0 0.2rem;
    left: 0.3rem;
    top: -0.7rem;
  }
  #service .service-tops .lists .items .com-title .en {
    font-size: 14px;
    line-height: 20px;
  }
  #service .service-tops .lists .items .com-title .cn {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0.1rem;
  }
  #service .service-tops .lists .items .infos {
    font-size: 14px;
    line-height: 28px;
    margin-top: 14px;
  }
  #service .service-tops .lists .items .tag {
    right: 20px;
    bottom: 20px;
    width: 38px;
  }
  #service .service-center {
    height: 4.6rem;
  }
  #service .service-center .titles .tt {
    font-size: 18px;
    line-height: 18px;
  }
  #service .service-center .titles .cn {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0.4rem;
  }
  #service .service-center .titles .en {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0.3rem;
  }
  #service .service-items {
    padding: 0.6rem 0;
  }
  #service .service-items .list {
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  #service .service-items .list .items {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0;
  }
  #service .service-items .list .items .item {
    padding: 0.4rem 0 0;
  }
  #service .service-items .list .items .item img {
    height: 1.4rem;
  }
  #service .service-items .list .items .item .num {
    font-size: 1.4rem;
    line-height: 1.4rem;
    bottom: 0.4rem;
    left: calc(50% - 0.7rem);
  }
  #service .service-items .list .items .item .infos {
    margin-top: 0.4rem;
  }
  #service .service-items .list .items .item .infos .tt {
    font-size: 16px;
    line-height: 16px;
  }
  #service .service-items .list .items .item .infos .info {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2rem;
  }
  #service .service-items .list .items .item .infos .desc {
    margin-top: 0.2rem;
  }
  #service .service-items .list .items:hover .item {
    box-shadow: 0px 20px 60px 5px rgba(0, 17, 70, 0.08);
    border-radius: 6px;
  }
  #service .service-items .list .items:hover .item:before {
    height: 8px;
  }
}
