@charset "UTF-8";
#index .index-banner {
  width: 100%;
  position: relative;
}
#index .index-banner .index-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#index .index-banner .index-swiper .swiper-wrapper .swiper-slide {
  width: 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#index .index-banner .index-swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
  opacity: 0;
}
#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .video-box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position .main {
  height: 100%;
  padding-top: 18%;
}
#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position .main .title {
  color: #fff;
}
#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position .main .title .cn {
  font-size: 72px;
  line-height: 72px;
  font-weight: bold;
}
#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position .main .title .en {
  font-size: 36px;
  line-height: 36px;
  font-family: "Dinb";
  margin-top: 20px;
}
#index .index-banner .scroll-down {
  position: absolute;
  font-size: 14px;
  color: #fff;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
#index .index-banner .scroll-down .tt {
  margin-bottom: 20px;
}
#index .index-banner .scroll-down .line {
  width: 1px;
  height: 26px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
}
#index .index-banner .index-page {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  bottom: 110px;
  right: 160px;
}
#index .index-banner .index-prev,
#index .index-banner .index-next {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
#index .index-banner .index-prev.swiper-button-disabled,
#index .index-banner .index-next.swiper-button-disabled {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
#index .index-banner .index-next {
  margin-left: 40px;
}
#index .product-box {
  background-image: url("../img/07.png");
  width: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#index .product-box .tops-container {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
#index .product-box .tops-container .swiper-title {
  width: calc(100% - 100px);
  margin: 0 auto;
}
#index .product-box .tops-container .swiper-title .swiper-slide {
  width: 20% !important;
  text-align: center;
  cursor: pointer;
}
#index .product-box .tops-container .swiper-title .swiper-slide .tt {
  font-size: 16px;
  color: #666;
  line-height: 44px;
}
#index .product-box .tops-container .swiper-title .swiper-slide.swiper-slide-active .tt {
  font-size: 30px;
  color: #333;
  border-bottom: 3px solid #333;
}
#index .product-box .tops-container .title-prev,
#index .product-box .tops-container .title-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #ef4444;
  border: 1px solid #ef4444;
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  outline: none;
  transform: translateY(-50%);
}
#index .product-box .tops-container .title-prev.swiper-button-disabled,
#index .product-box .tops-container .title-next.swiper-button-disabled {
  color: #333;
  border: 1px solid transparent;
}
#index .product-box .tops-container .title-prev {
  top: 50%;
  left: 0;
}
#index .product-box .tops-container .title-next {
  top: 50%;
  right: 0;
}
#index .product-box .swiper-product {
  margin-top: 40px;
  height: 100%;
}
#index .product-box .swiper-product .swiper-slide {
  height: 450px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#index .product-box .swiper-product .swiper-slide .pic {
  width: 40%;
}
#index .product-box .swiper-product .swiper-slide .pic img {
  width: 100%;
}
#index .product-box .swiper-product .swiper-slide .info {
  color: #fff;
  width: 30%;
  padding-bottom: 20px;
}
#index .product-box .swiper-product .swiper-slide .info .title {
  font-size: 30px;
  font-weight: bold;
}
#index .product-box .swiper-product .swiper-slide .info .desc {
  font-size: 16px;
  line-height: 32px;
  margin-top: 20px;
}
#index .product-box .dtl-bg {
  height: 200px;
  width: 100%;
  margin-top: 40px;
}
#index .product-box .dtl-bg .detail-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  transition: all 0.3s;
}
#index .product-box .dtl-bg .detail-cont .left {
  width: 80%;
  display: flex;
}
#index .product-box .dtl-bg .detail-cont .left .item {
  width: 25%;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0b61bb;
}
#index .product-box .dtl-bg .detail-cont .left .item:after {
  content: "";
  width: 1px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.2);
  right: 0;
  top: 56px;
  position: absolute;
}
#index .product-box .dtl-bg .detail-cont .left .item .t1 {
  font-size: 16px;
}
#index .product-box .dtl-bg .detail-cont .left .item .t2 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
}
#index .product-box .dtl-bg .detail-cont .img {
  position: relative;
  width: 20%;
}
#index .product-box .dtl-bg .detail-cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .product-box .dtl-bg .detail-cont .img .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.12);
  z-index: 10;
}
#index .product-box .dtl-bg .detail-cont .img .mask .play {
  width: 48px;
  height: 48px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  position: absolute;
  cursor: pointer;
  background-image: url("../img/play.png");
}
#index .product-box .dtl-bg .detail-cont.full {
  opacity: 1;
  transition: all 0.3s;
  z-index: 100;
}
#index .product-box .dtl-bg .detail-cont.f-center {
  justify-content: center;
}
#index .about-us {
  display: flex;
  justify-content: space-between;
}
#index .about-us .left-info {
  width: 43.75%;
  padding: 140px 0 120px 160px;
  background-color: #f8f8f8;
}
#index .about-us .left-info .title .en {
  font-size: 60px;
  line-height: 60px;
  font-family: "pmzd";
  font-style: italic;
}
#index .about-us .left-info .title .cn {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 20px;
}
#index .about-us .left-info .about-items {
  width: 90%;
  margin-top: 110px;
}
#index .about-us .left-info .about-items .item {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  padding: 0 10px 0 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
}
#index .about-us .left-info .about-items .item .tt .cn {
  font-size: 20px;
  line-height: 20px;
  color: #333;
}
#index .about-us .left-info .about-items .item .tt .en {
  font-size: 14px;
  margin-top: 15px;
  color: #999;
  font-family: "DinR";
}
#index .about-us .left-info .about-items .item .num {
  font-size: 110px;
  line-height: 110px;
  color: rgba(51, 51, 51, 0.06);
  position: absolute;
  right: 0;
  bottom: 6px;
  font-family: "DinR";
}
#index .about-us .left-info .about-items .item.active {
  background-color: #ef4444;
  transition: all 0.3s;
}
#index .about-us .left-info .about-items .item.active .tt .cn {
  color: #fff;
}
#index .about-us .left-info .about-items .item.active .tt .en {
  color: #fff;
}
#index .about-us .right-info {
  width: 56.25%;
  position: relative;
}
#index .about-us .right-info .bg-box {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 0 130px 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: all 0.6s;
}
#index .about-us .right-info .bg-box .intro {
  padding: 50px 60px;
  width: 90%;
  background-color: #fff;
  border-radius: 32px 0px 32px 0px;
}
#index .about-us .right-info .bg-box .intro .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
#index .about-us .right-info .bg-box .intro .info {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  margin-top: 30px;
}
#index .about-us .right-info .bg-box.full {
  opacity: 1;
  transition: all 0.6s;
}
#index .research-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#index .research-box > img {
  width: 100%;
  opacity: 0;
}
#index .research-box .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
#index .research-box .mask .items {
  width: 33.3333333333%;
  height: 100%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#index .research-box .mask .items .bg {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s;
}
#index .research-box .mask .items .cont {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 50px 90px;
  cursor: pointer;
}
#index .research-box .mask .items .cont .info-box .title {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
}
#index .research-box .mask .items .cont .info-box .desc {
  width: 90%;
  height: 45%;
  overflow: auto;
  margin-top: 24px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  padding: 0 120px 0 0;
  display: none;
}
#index .research-box .mask .items .cont .info-box .more-box {
  margin-top: 80px;
  display: block;
  cursor: pointer;
}
#index .research-box .mask .items .cont .info-box .more-box .line-box {
  width: 400px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
#index .research-box .mask .items .cont .info-box .more-box .line-box .line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #ef4444;
  top: 0px;
  transition: width 0.6s;
}
#index .research-box .mask .items .cont .info-box .more-box .more {
  font-size: 16px;
  padding: 20px 0;
  color: #fff;
  font-family: "DinR";
}
#index .research-box .mask .items:last-child {
  border-right: 0;
}
#index .research-box .mask .items.active .bg {
  opacity: 1;
  transition: all 0.3s;
}
#index .research-box .mask .items.active .cont .info-box .desc {
  display: block;
}
#index .research-box .mask .items.active .cont .info-box .more-box .line-box .line {
  width: 100%;
  transition: width 0.6s;
}
#index .news-box {
  display: flex;
}
#index .news-box .left-page {
  width: 33.33%;
  flex-shrink: 0;
  padding: 100px 0 150px;
  border-right: 1px solid rgba(221, 221, 221, 0.5);
  position: relative;
}
#index .news-box .left-page .title-box {
  padding-left: 160px;
}
#index .news-box .left-page .title-box .title .en {
  font-size: 60px;
  line-height: 60px;
  font-family: "pmzd";
  font-style: italic;
}
#index .news-box .left-page .title-box .title .cn {
  font-size: 36px;
  line-height: 36px;
  margin-top: 15px;
}
#index .news-box .left-page .title-box .desc {
  font-size: 16px;
  margin-top: 45px;
}
#index .news-box .left-page .news-page {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  margin-top: 90px;
}
#index .news-box .left-page .news-page .news-prev,
#index .news-box .left-page .news-page .news-next {
  width: 50%;
  font-size: 16px;
  height: 100%;
  line-height: 80px;
  display: flex;
  align-items: center;
  outline: none;
  cursor: pointer;
}
#index .news-box .left-page .news-page .news-prev i,
#index .news-box .left-page .news-page .news-next i {
  display: inline-block;
  font-size: 12px;
}
#index .news-box .left-page .news-page .news-prev:hover,
#index .news-box .left-page .news-page .news-next:hover {
  background-color: #e54240;
  color: #fff;
}
#index .news-box .left-page .news-page .news-prev {
  justify-content: flex-end;
  padding-right: 80px;
  border-right: 1px solid rgba(221, 221, 221, 0.5);
}
#index .news-box .left-page .news-page .news-prev i {
  margin-right: 8px;
}
#index .news-box .left-page .news-page .news-next {
  justify-content: flex-start;
  padding-left: 80px;
}
#index .news-box .left-page .news-page .news-next i {
  margin-left: 8px;
}
#index .news-box .left-page .com-more {
  position: absolute;
  left: 30px;
  bottom: 150px;
}
#index .news-box .left-page .com-more i {
  display: inline-block;
  margin-left: 30px;
  font-size: 12px;
}
#index .news-box .news-list {
  width: 66.67%;
}
#index .news-box .news-list .swiper-news .swiper-slide {
  width: 50% !important;
  cursor: pointer;
  padding: 100px 60px;
  border-right: 1px solid rgba(221, 221, 221, 0.5);
}
#index .news-box .news-list .swiper-news .swiper-slide .title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
#index .news-box .news-list .swiper-news .swiper-slide .desc {
  font-size: 16px;
  line-height: 32px;
  margin-top: 10px;
}
#index .news-box .news-list .swiper-news .swiper-slide .date {
  margin-top: 50px;
  font-size: 48px;
  line-height: 48px;
  color: #ccc;
  font-family: "Dinb";
  margin-bottom: 60px;
}
#index .news-box .news-list .swiper-news .swiper-slide img {
  width: 100%;
}
#index .news-box .news-list .swiper-news .swiper-slide:hover .title {
  color: #ef4444;
}
#index .news-box .news-list .swiper-news .swiper-slide:hover .date {
  color: #ef4444;
}
#index .message-box {
  width: 100%;
  height: 300px;
  margin-bottom: 150px;
  background-color: #ef4444;
  padding-top: 50px;
}
#index .message-box .msg-cont {
  width: 100%;
  display: flex;
  box-shadow: 0px 10px 30px 0px rgba(86, 91, 99, 0.1);
}
#index .message-box .msg-cont .msg-box {
  width: 50%;
  padding: 60px 20px 20px 100px;
  background-color: #fff;
}
#index .message-box .msg-cont .msg-box .msg {
  width: 80%;
}
#index .message-box .msg-cont .msg-box .msg .line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#index .message-box .msg-cont .msg-box .msg .line input {
  height: 40px;
  border: none;
  border-bottom: 1px solid red;
}
#index .message-box .msg-cont .msg-box .msg .line.marb {
  margin-bottom: 40px;
}
#index .message-box .msg-cont .msg-box .msg .bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
#index .message-box .msg-cont .msg-box .msg .bottom-box .code {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
#index .message-box .msg-cont .msg-box .msg .bottom-box .code input {
  width: 140px;
  height: 50px;
  padding-left: 14px;
  background-color: #f2f2f2;
  border: none;
}
#index .message-box .msg-cont .msg-box .msg .bottom-box .code .code-img {
  width: 140px;
  height: 50px;
  margin-left: 10px;
}
#index .message-box .msg-cont .msg-box .msg .bottom-box .code .code-img img {
  width: 100%;
  height: 100%;
}
#index .message-box .msg-cont .msg-box .msg .bottom-box .com-more {
  width: 140px;
  height: 50px;
  line-height: 50px;
}
#index .message-box .msg-cont .msg-box .title {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
#index .message-box .msg-cont .msg-box .title .tt {
  font-size: 36px;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
}
#index .message-box .msg-cont .msg-box .title .bg {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 72px;
  line-height: 72px;
  color: rgba(51, 51, 51, 0.08);
  font-family: "pmzd";
  font-style: italic;
}
#index .message-box .msg-cont .msg-box .contact .tt {
  font-size: 24px;
}
#index .message-box .msg-cont .msg-box .contact .desc {
  font-size: 18px;
  line-height: 40px;
  margin-top: 10px;
}
#index .message-box .msg-cont .msg-box.tel {
  background-color: #f8f8f8;
}

#about .introduce {
  width: 100%;
  background-color: #f8f8f8;
  position: relative;
}
#about .introduce .img1 {
  position: absolute;
  bottom: 20px;
  left: 0;
}
#about .introduce .content {
  margin: 0 auto;
  width: 80%;
  position: relative;
  display: flex;
}
#about .introduce .content .img2 {
  position: absolute;
  top: 50px;
  left: 0;
}
#about .introduce .content .left {
  width: 32.12%;
}
#about .introduce .content .left .title {
  display: block;
  padding-top: 45px;
  font-size: 36px;
}
#about .introduce .content .left .line {
  margin-top: 57px;
  margin-bottom: 36px;
  width: 50px;
  border-bottom: 4px solid red;
}
#about .introduce .content .left .name {
  font-size: 24px;
}
#about .introduce .content .right {
  width: 67.88%;
  padding: 50px 0;
  line-height: 24px;
  font-size: 16px;
}
#about .introduce .content .right p {
  padding-bottom: 16px;
}
#about .cardWrapper {
  color: #fff;
  position: relative;
}
#about .cardWrapper .card {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  min-height: 131px;
  background-color: #e54240;
  display: flex;
}
#about .cardWrapper .card .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 35%;
  padding: 0 58px;
}
#about .cardWrapper .card .left .top {
  font-size: 32px;
  border-bottom: 1px solid #fff;
  padding-bottom: 13px;
}
#about .cardWrapper .card .left .line {
  align-items: flex-start;
  border-bottom: 3px solid #fff;
  width: 30px;
  margin-bottom: 13px;
  margin-top: -2px;
}
#about .cardWrapper .card .left .bottom {
  font-size: 16px;
}
#about .cardWrapper .card .right {
  width: 65%;
  display: flex;
}
#about .cardWrapper .card .right .item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
}
#about .cardWrapper .card .right .item .top {
  font-size: 16px;
}
#about .cardWrapper .card .right .item .top .bigSize {
  font-size: 48px;
}
#about .cardWrapper .card .right .item .bottom {
  font-size: 14px;
}
#about .rongyu .content {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
#about .rongyu .content .img1 {
  position: absolute;
  top: 100px;
  left: 0;
}
#about .rongyu .content .title {
  display: block;
  font-size: 36px;
  padding-top: 90px;
}
#about .rongyu .content .items {
  margin-top: 63px;
  display: flex;
  flex-wrap: wrap;
}
#about .rongyu .content .items .item {
  width: 25%;
  padding: 20px 50px;
  text-align: center;
}
#about .rongyu .content .items .item:hover {
  color: red;
}
#about .rongyu .content .items .item:hover .label .search {
  background-image: url(../img/about/06.png);
}
#about .rongyu .content .items .item .img {
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
}
#about .rongyu .content .items .item .img img {
  width: 100%;
}
#about .rongyu .content .items .item .label {
  margin: 36px 0;
  display: flex;
  justify-content: space-between;
}
#about .rongyu .content .items .item .label .search {
  width: 18px;
  height: 20px;
  background-image: url(../img/about/05.png);
}
#about .rongyu .content .sw_c1 .swiper-slide {
  height: 1px;
}
#about .rongyu .content .sw_c1 .swiper-slide-active {
  height: auto;
}
#about .rongyu .content .sw_c1 .swiper-pagination {
  bottom: 10px;
}
#about .rongyu .content .sw_c1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #e54240;
  background-color: transparent;
}
#about .rongyu .content .sw_c1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #e54240;
}
#about .culture {
  background: url("../img/about/08.png") no-repeat;
  background-size: cover;
}
#about .culture .content {
  padding-bottom: 104px;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
#about .culture .content .swiper-container .swiper-button-hidden {
  opacity: 0;
}
#about .culture .content .swiper-container .swpier-btn {
  width: 40px;
  height: 40px;
  outline: none;
}
#about .culture .content .swiper-container .swpier-btn.btn-hidden {
  opacity: 0;
}
#about .culture .content .swiper-container .swiper-button-prev {
  top: 400px;
  left: 0px;
  width: 40px;
  height: 40px;
  background: url(../../static/img/about/09.png) center center no-repeat;
  background-size: 40px 40px;
}
#about .culture .content .swiper-container .swiper-button-prev:hover {
  background: url(../../static/img/about/23.png) center center no-repeat;
}
#about .culture .content .swiper-container .swiper-button-next {
  top: 400px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: url(../../static/img/about/24.png) center center no-repeat;
  background-size: 48px 40px;
}
#about .culture .content .swiper-container .swiper-button-next:hover {
  background: url(../../static/img/about/10.png) center center no-repeat;
}
#about .culture .content .swiper-container .swiper-button-next:after,
#about .culture .content .swiper-container .swiper-button-prev:after {
  opacity: 0;
}
#about .culture .content .img1 {
  position: absolute;
  top: 100px;
  left: 0;
}
#about .culture .content .title {
  display: block;
  font-size: 36px;
  padding-top: 90px;
}
#about .culture .content .card {
  margin-top: 224px;
  width: 100%;
  height: 330px;
  background: #fff;
  position: relative;
}
#about .culture .content .card .img2 {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#about .culture .content .card .img2 img {
  width: 100%;
}
#about .culture .content .card .dir {
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#about .partner .content {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
#about .partner .content .img1 {
  position: absolute;
  top: 100px;
  left: 0;
}
#about .partner .content .title {
  display: block;
  font-size: 36px;
  padding-top: 90px;
}
#about .partner .content .items {
  overflow: hidden;
  margin: 120px 0 0 0;
  padding: 0 0 90px 10px;
  display: flex;
  flex-wrap: wrap;
}
#about .partner .content .items .item {
  padding: 37px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}
#about .partner .content .items .item img {
  width: 100%;
}
#about .partner .content .items .item:hover {
  box-shadow: -3px 10px 5px #f6f6f6;
}
#about .partner .content .items .item:first-child {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#about .partner .content .items .item:nth-child(2) {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#about .partner .content .items .item:nth-child(3) {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#about .partner .content .items .item:nth-child(4) {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#about .partner .content .items .item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
#about .partner .content .items .item:nth-child(6) {
  border-right: 1px solid #ddd;
}
#about .partner .content .items .item:nth-child(7) {
  border-right: 1px solid #ddd;
}
#about .partner .content .items .item:nth-child(8) {
  border-right: 1px solid #ddd;
}
#about .partner .content .items .item:nth-child(9) {
  border-right: 1px solid #ddd;
}
#about .partner .content .sw_c3 .swiper-slide {
  height: 1px;
}
#about .partner .content .sw_c3 .swiper-slide-active {
  height: auto;
}
#about .partner .content .sw_c3 .swiper-pagination {
  bottom: 0;
}
#about .partner .content .sw_c3 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #e54240;
  background-color: transparent;
}
#about .partner .content .sw_c3 .swiper-pagination .swiper-pagination-bullet-active {
  background: #e54240;
}

#product .items {
  padding: 60px 125px 0;
  display: flex;
  flex-wrap: wrap;
}
#product .items .item {
  padding: 20px 35px;
  overflow: hidden;
  width: 25%;
}
#product .items .item img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#product .items .item .label {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  position: relative;
}
#product .items .item .label::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: red;
  transition: width 0.6s;
}
#product .items .item .label .arrow {
  background: url(../img/product/08.png) no-repeat;
  width: 18px;
  height: 14px;
}
#product .items .item:hover {
  color: red;
}
#product .items .item:hover > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#product .items .item:hover .label::after {
  width: 100%;
}
#product .items .item:hover .arrow {
  background: url(../img/product/03.png) no-repeat;
}

#productDetail .product-box {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#productDetail .product-box .gray {
  background: #f8f8f8;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 500px;
  z-index: -1;
}
#productDetail .product-box .tops-container {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
#productDetail .product-box .tops-container .swiper-title {
  width: calc(100% - 100px);
  margin: 0 auto;
  overflow: hidden;
}
#productDetail .product-box .tops-container .swiper-title .swiper-slide {
  width: 20%;
  text-align: center;
  cursor: pointer;
}
#productDetail .product-box .tops-container .swiper-title .swiper-slide .tt {
  font-size: 16px;
  color: #666;
  padding: 20px 4px;
}
#productDetail .product-box .tops-container .swiper-title .swiper-slide.active {
  border-bottom: 3px solid #e54240;
}
#productDetail .product-box .tops-container .swiper-title .swiper-slide.active .tt {
  color: #e54240;
  font-weight: bold;
  font-size: 24px;
}
#productDetail .product-box .tops-container .title-prev,
#productDetail .product-box .tops-container .title-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #ef4444;
  border: 1px solid #ef4444;
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  outline: none;
  transform: translateY(-50%);
}
#productDetail .product-box .tops-container .title-prev {
  top: 50%;
  left: 0;
}
#productDetail .product-box .tops-container .title-next {
  top: 50%;
  right: 0;
}
#productDetail .product-box .wrapper {
  margin: 0 auto;
  width: 80%;
}
#productDetail .product-box .wrapper .info .swiper-container {
  width: 83.34%;
}
#productDetail .product-box .wrapper .info .swiper-container .swiper-button-hidden {
  opacity: 0;
}
#productDetail .product-box .wrapper .info .swiper-container .swpier-btn {
  width: 40px;
  height: 40px;
  outline: none;
}
#productDetail .product-box .wrapper .info .swiper-container .swpier-btn.btn-hidden {
  opacity: 0;
}
#productDetail .product-box .wrapper .info .swiper-container .swiper-button-prev {
  top: calc(100% - 38px);
  left: calc(100% - 160px);
  width: 80px;
  height: 60px;
  background: url(../../static/img/about/25.png) center center no-repeat;
  background-size: 80px 60px;
}
#productDetail .product-box .wrapper .info .swiper-container .swiper-button-prev:hover {
  background: url(../../static/img/about/28.png) center center no-repeat;
}
#productDetail .product-box .wrapper .info .swiper-container .swiper-button-next {
  right: 0;
  top: calc(100% - 38px);
  width: 80px;
  height: 60px;
  background: url(../../static/img/about/27.png) center center no-repeat;
  background-size: 80px 60px;
}
#productDetail .product-box .wrapper .info .swiper-container .swiper-button-next:hover {
  background: url(../../static/img/about/26.png) center center no-repeat;
}
#productDetail .product-box .wrapper .info .swiper-container .swiper-button-next:after,
#productDetail .product-box .wrapper .info .swiper-container .swiper-button-prev:after {
  opacity: 0;
}
#productDetail .product-box .wrapper .info .swiper-slide {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productDetail .product-box .wrapper .info .gallery-thumbs {
  height: 28%;
  box-sizing: border-box;
  margin-top: 2%;
}
#productDetail .product-box .wrapper .info .gallery-thumbs .swiper-slide {
  opacity: 1;
  height: 200px;
  padding: 0;
}
#productDetail .product-box .wrapper .info .gallery-thumbs .swiper-slide .imgItem {
  position: relative;
}
#productDetail .product-box .wrapper .info .gallery-thumbs .swiper-slide .imgItem .img1 {
  width: 100%;
}
#productDetail .product-box .wrapper .info .gallery-thumbs .swiper-slide .imgItem .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}
#productDetail .product-box .wrapper .info .gallery-thumbs .swiper-slide-thumb-active .imgItem::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
#productDetail .product-box .wrapper .info .sw_c2 .swiper-slide img {
  width: 100%;
}
#productDetail .product-box .wrapper .detail {
  margin-top: 50px;
}
#productDetail .product-box .wrapper .detail p img {
  max-width: 100%;
}
#productDetail .product-box .wrapper .detail .title {
  font-size: 30px;
  color: #e54240;
}
#productDetail .product-box .wrapper .detail .p {
  padding: 30px 0;
  line-height: 32px;
  font-size: 16px;
}
#productDetail .product-box .wrapper .detail table {
  width: 100%;
}
#productDetail .product-box .wrapper .detail table td {
  height: 50px;
  text-align: center;
  padding: 0 4px;
  border: 1px solid #ddd;
}
#productDetail .product-box .wrapper .detail table thead,
#productDetail .product-box .wrapper .detail table tfoot {
  height: 50px;
  background-color: #e54240;
  color: #fff;
}

#research .main {
  width: 100%;
  display: flex;
}
#research .main .swiper-container {
  width: 83.34%;
}
#research .main .swiper-container .swiper-button-hidden {
  opacity: 0;
}
#research .main .swiper-container .swpier-btn {
  width: 40px;
  height: 40px;
  outline: none;
}
#research .main .swiper-container .swpier-btn.btn-hidden {
  opacity: 0;
}
#research .main .swiper-container .swiper-button-prev {
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../../static/img/about/09.png) center center no-repeat;
  background-size: 40px 40px;
}
#research .main .swiper-container .swiper-button-prev:hover {
  background: url(../../static/img/about/23.png) center center no-repeat;
}
#research .main .swiper-container .swiper-button-next {
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../static/img/about/24.png) center center no-repeat;
  background-size: 48px 40px;
}
#research .main .swiper-container .swiper-button-next:hover {
  background: url(../../static/img/about/10.png) center center no-repeat;
}
#research .main .swiper-container .swiper-button-next:after,
#research .main .swiper-container .swiper-button-prev:after {
  opacity: 0;
}
#research .main .title {
  display: none;
}
#research .main .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.66%;
}
#research .main .img img {
  padding: 29px 35px 38px 35px;
}
#research .main .info {
  width: 100%;
  margin: 90px 0;
  display: flex;
}
#research .main .info .left {
  position: relative;
  background-color: #f5f5f5;
  width: 43.75%;
  padding: 60px 140px;
}
#research .main .info .left img {
  position: absolute;
  left: 140px;
  top: 90px;
  width: 60%;
}
#research .main .info .left .item {
  display: block;
  font-size: 36px;
}
#research .main .info .left .title {
  display: block;
  margin-top: 136px;
  font-size: 24px;
  padding-bottom: 300px;
}
#research .main .info .left .content {
  position: absolute;
  width: 60%;
  height: 300px;
  left: 140px;
  top: 350px;
  overflow: auto;
}
#research .main .info .left .content p {
  padding: 4px 0;
  line-height: 30px;
}
#research .main .info .left .page {
  font-size: 250px;
  position: absolute;
  left: 140px;
  top: 160px;
  color: rgba(51, 51, 51, 0.1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#research .main .info .right {
  width: 56.25%;
}
#research .main .info .right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#service .main .fuwu {
  position: relative;
}
#service .main .fuwu .img1 {
  width: 100%;
}
#service .main .fuwu .title {
  font-size: 36px;
  padding: 90px 0;
}
#service .main .fuwu .img {
  top: 100px;
  left: 0;
  position: absolute;
}
#service .main .fuwu .items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
#service .main .fuwu .items .item {
  width: 48%;
  padding: 20px 40px;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.12);
}
#service .main .fuwu .items .item .itemTitle {
  font-size: 36px;
  color: #e54240;
}
#service .main .fuwu .items .item .line {
  width: 100%;
  border-bottom: 1px solid #e54240;
  margin: 6px 0;
}
#service .main .fuwu .items .item .describe p {
  padding: 6px 0;
}
#service .main .worker {
  position: relative;
}
#service .main .worker .title {
  font-size: 36px;
  padding: 90px 0;
}
#service .main .worker .img {
  top: 100px;
  left: 0;
  position: absolute;
}
#service .main .worker .main {
  width: 100%;
  min-height: 600px;
  display: flex;
  justify-content: space-between;
}
#service .main .worker .main .left-info {
  overflow: hidden;
  width: 65.72%;
  position: relative;
}
#service .main .worker .main .left-info .bg-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.6s;
}
#service .main .worker .main .left-info .bg-box.full {
  opacity: 1;
  transition: all 0.6s;
}
#service .main .worker .main .left-info .bg-box img {
  width: 100%;
}
#service .main .worker .main .right-info {
  width: 34.28%;
  background-color: #f8f8f8;
}
#service .main .worker .main .right-info .about-items {
  position: relative;
}
#service .main .worker .main .right-info .about-items .item {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 10px 0 30px;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
}
#service .main .worker .main .right-info .about-items .item .tt .cn {
  font-size: 20px;
  line-height: 20px;
  color: #333;
}
#service .main .worker .main .right-info .about-items .item .tt .text {
  display: none;
  color: #fff;
  font-size: 14px;
}
#service .main .worker .main .right-info .about-items .item.active {
  background-color: #ef4444;
  transition: all 0.3s;
  width: calc(100% + 50px);
}
#service .main .worker .main .right-info .about-items .item.active .tt .cn {
  color: #fff;
}
#service .main .worker .main .right-info .about-items .item.active .tt .text {
  display: block;
}

#news .main .items {
  min-height: 1400px;
  padding: 100px 0;
}
#news .main .items .item {
  float: left;
  padding: 20px 0;
  margin-right: 2%;
  width: 31%;
  overflow: hidden;
}
#news .main .items .item .title {
  font-size: 24px;
  padding: 12px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news .main .items .item .describe {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news .main .items .item .date {
  font-size: 48px;
  color: #ccc;
  padding: 55px 0;
}
#news .main .items .item img {
  width: 100%;
}
#news .main .items .item:hover {
  color: #ef4444;
}
#news .main .items .item:hover .date {
  color: #ef4444;
}

#newsDetail .main .contentWrapper {
  padding: 0 200px;
  text-align: center;
}
#newsDetail .main .contentWrapper .title {
  padding-top: 85px;
  font-size: 30px;
}
#newsDetail .main .contentWrapper .date {
  padding: 50px 0;
}
#newsDetail .main .contentWrapper .line {
  border-bottom: 1px solid #dddddd;
}
#newsDetail .main .contentWrapper .describe {
  padding-top: 10px;
  text-align: left;
  line-height: 28px;
}
#newsDetail .main .contentWrapper .describe img {
  max-width: 100%;
}
#newsDetail .main .contentWrapper .nav {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 58px;
  background-color: #f8f8f8;
}
#newsDetail .main .contentWrapper .nav p {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#newsDetail .main .contentWrapper .nav .red {
  color: #e54240;
}

#contact .navBar {
  margin-bottom: 60px;
  background-color: #f8f8f8;
}
#contact .navBar .main .items {
  position: relative;
  padding: 0 66px;
  display: flex;
}
#contact .navBar .main .items .item {
  width: 200px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}
#contact .navBar .main .items .item.trigger {
  background-color: #e54240;
  color: #fff;
}
#contact .navBar .main .items .item.trigger::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #e54240;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  z-index: 67;
}
#contact .navBar .main .card {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 66;
  width: 100%;
  background-color: #fff;
  line-height: 42px;
  font-size: 18px;
  padding: 45px 0 20px 66px;
}
#contact .main .message {
  background-color: #f8f8f8;
  position: relative;
  padding: 66px;
  margin-top: 100px;
}
#contact .main .message .img {
  position: absolute;
  left: 66px;
  top: 66px;
}
#contact .main .message .title {
  font-size: 36px;
  margin-top: -10px;
}
#contact .main .message .info {
  padding: 66px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact .main .message .info .input {
  width: 32%;
  border: none;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #e76160;
}
#contact .main .message .info .input.width {
  margin-top: 52px;
  width: 100%;
}
#contact .main .message .control {
  display: flex;
  justify-content: space-between;
}
#contact .main .message .control .valid input {
  width: 160px;
  height: 50px;
  border: none;
  margin: 0 10px 10px 0;
}
#contact .main .message .control .valid input::-moz-placeholder {
  padding-left: 5px;
}
#contact .main .message .control .valid input::placeholder {
  padding-left: 5px;
}
#contact .main .message .control .submit {
  border: none;
  background-color: #e54240;
  color: #fff;
  width: 160px;
  height: 50px;
  border-radius: 16px 0 16px 0;
}

@media screen and (max-width: 1900px) {
  .container {
    width: 90%;
  }
  .main {
    width: 90%;
  }
  #index .product-box .swiper-product .swiper-slide .info {
    width: 40%;
  }
  #index .about-us .left-info {
    padding: 80px 0 70px 5%;
  }
  #index .about-us .right-info .bg-box {
    padding: 0 0 80px 10%;
  }
  #index .about-us .left-info .about-items .item {
    height: 110px;
  }
  #index .about-us .left-info .about-items .item .num {
    font-size: 90px;
    line-height: 90px;
  }
  #index .research-box .mask .items .cont {
    padding: 0 0 40px 5%;
  }
  #index .research-box .mask .items .cont .info-box .more-box .line-box {
    width: 80%;
  }
  #index .news-box .left-page .title-box {
    padding-left: 12%;
  }
  #index .news-box .news-list .swiper-news .swiper-slide {
    padding: 70px 50px;
  }
  #index .message-box .msg-cont .msg-box {
    padding: 60px 20px 20px 50px;
  }
  #index .message-box .msg-cont .msg-box .msg {
    width: 90%;
  }
}
@media screen and (max-width: 1600px) {
  #about .cardWrapper .card {
    width: 90%;
  }
}
@media screen and (max-width: 1460px) {
  #contact #dituContent {
    overflow: auto;
    height: 5rem !important;
  }
  #contact #dituContent img {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  #contact #dituContent::-webkit-scrollbar {
    width: 0.08rem;
    height: 0.08rem;
  }
  #contact #dituContent::-webkit-scrollbar-thumb {
    background-color: #e54240;
  }
}
@media screen and (max-width: 1386px) {
  .textWrapper {
    top: 200px;
  }
}
@media screen and (max-width: 1300px) {
  #about .introduce .content {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }
  #about .introduce .content .left {
    width: 90%;
  }
  #about .introduce .content .right {
    width: 90%;
  }
  #about .cardWrapper .card {
    width: 100%;
  }
  #about .cardWrapper .card .left .top {
    font-size: 28px;
  }
  #about .cardWrapper .card .right .item .top .bigSize {
    font-size: 42px;
  }
  #about .rongyu .content {
    width: 100%;
  }
  #about .rongyu .content .items .item {
    padding: 10px 20px;
  }
  .textWrapper {
    top: 100px;
  }
  #research .main .info .left {
    padding: 50px 80px;
  }
  #research .main .info .left img {
    left: 70px;
    top: 45px;
  }
  #research .main .info .left .item {
    font-size: 24px;
  }
  #research .main .info .left .title {
    margin-top: 70px;
    font-size: 18px;
  }
  #research .main .info .left .content {
    height: 250px;
    left: 70px;
    top: 200px;
  }
  #research .main .info .left .page {
    font-size: 180px;
    left: 70px;
    top: 80px;
  }
  #productDetail .product-box .tops-container .swiper-title .swiper-slide .tt {
    font-size: 14px;
  }
  #productDetail .product-box .tops-container .swiper-title .swiper-slide.active .tt {
    font-size: 16px;
  }
  .header .nav .items {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1070px) {
  #index .index-banner .scroll-down {
    display: none;
  }
  #index .index-banner .index-page {
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
  }
  #index .product-box .tops-container {
    width: 100%;
  }
  #index .product-box .tops-container .swiper-title .swiper-slide .tt {
    font-size: 14px;
  }
  #index .product-box .tops-container .swiper-title .swiper-slide.swiper-slide-active .tt {
    font-size: 22px;
  }
  #index .product-box .swiper-product .swiper-slide .info {
    color: #000;
  }
  #index .product-box .container {
    width: 100%;
  }
  #index .product-box .container .dtl-bg {
    height: 150px;
  }
  #index .product-box .container .dtl-bg .detail-cont .left .item .t1 {
    font-size: 14px;
  }
  #index .product-box .container .dtl-bg .detail-cont .left .item .t2 {
    font-size: 18px;
  }
  #index .about-us .left-info padding .title .en {
    font-size: 48px;
  }
  #index .about-us .left-info padding .title .cn {
    font-size: 26px;
  }
  #index .research-box .mask .items .cont .info-box .desc {
    padding: 0 0 0 0;
  }
  #index .research-box .mask .items .cont .info-box .more-box {
    margin-top: 40px;
  }
  #index .news-box .left-page .news-page {
    height: 60px;
    flex-direction: column;
  }
  #index .news-box .left-page .news-page .news-prev,
  #index .news-box .left-page .news-page .news-next {
    width: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #index .news-box .left-page .news-page .news-prev {
    border: 1px solid rgba(221, 221, 221, 0.5);
    padding-right: 0;
  }
  #index .news-box .left-page .news-page .news-prev i {
    margin-right: 8px;
  }
  #index .news-box .left-page .news-page .news-next {
    border: 1px solid rgba(221, 221, 221, 0.5);
    padding-left: 0;
  }
  #index .news-box .left-page .news-page .news-next i {
    margin-left: 8px;
  }
  #index .news-box .left-page .com-more {
    width: 130px;
    height: 50px;
    line-height: 50px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
  #index .news-box .left-page .com-more i {
    margin-left: 10px;
    font-size: 12px;
  }
  #index .news-box .news-list .swiper-news .swiper-slide {
    padding: 50px 30px;
  }
  #index .news-box .news-list .swiper-news .swiper-slide .title {
    font-size: 20px;
  }
  #index .news-box .news-list .swiper-news .swiper-slide .desc {
    font-size: 14px;
    line-height: 32px;
    margin-top: 10px;
  }
  #index .news-box .news-list .swiper-news .swiper-slide .date {
    margin-top: 10px;
    font-size: 38px;
    margin-bottom: 20px;
  }
  #index .message-box {
    height: inherit;
  }
  #index .message-box .container {
    width: 100%;
  }
  #index .message-box .msg-cont .msg-box {
    padding: 20px 10px;
  }
  #index .message-box .msg-cont .msg-box .title .tt {
    top: 10px;
    font-size: 24px;
  }
  #index .message-box .msg-cont .msg-box .title .bg {
    font-size: 58px;
  }
  #index .message-box .msg-cont .msg-box .msg .bottom-box {
    display: flex;
    flex-direction: column;
  }
  #index .message-box .msg-cont .msg-box .msg .bottom-box .com-more {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #about .cardWrapper .card .left .top {
    font-size: 20px;
  }
  #about .cardWrapper .card .left .bottom {
    font-size: 14px;
  }
  #about .cardWrapper .card .right .item {
    padding: 0 15px;
  }
  #about .cardWrapper .card .right .item .top .bigSize {
    font-size: 30px;
  }
  #about .cardWrapper .card .right .item .bottom {
    font-size: 14px;
  }
  #productDetail .product-box .tops-container {
    width: 100%;
  }
  #productDetail .product-box .wrapper {
    width: 100%;
  }
  #product .items {
    padding: 30px 65px;
  }
  #product .items .item {
    width: 33.3%;
    padding: 10px 15px;
  }
  #research .main .img img {
    width: 100%;
    padding: 10px 15px 18px 15px;
  }
  #research .main .info .left {
    padding: 40px 60px;
  }
  #research .main .info .left img {
    left: 60px;
    top: 45px;
  }
  #research .main .info .left .item {
    font-size: 24px;
  }
  #research .main .info .left .title {
    margin-top: 70px;
    font-size: 18px;
  }
  #research .main .info .left .content {
    height: 250px;
    left: 60px;
  }
  #research .main .info .left .page {
    font-size: 180px;
    left: 60px;
    top: 80px;
  }
  #newsDetail .main .contentWrapper {
    padding: 0;
  }
  .textWrapper .text {
    width: 100%;
    display: flex;
  }
  .textWrapper .text .left {
    min-width: 150px;
  }
  .textWrapper .text .describe {
    padding: 20px;
  }
  .m-header {
    width: 100%;
    height: 0.88rem;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
    z-index: 999;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-header .menu {
    display: inline-block;
    padding: 0 0.3rem;
    height: 100%;
    line-height: 0.88rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .m-header .menu i {
    font-size: 18px;
    color: rgba(51, 51, 51, 0.6);
  }
  .m-header .menu i.open {
    display: block;
  }
  .m-header .menu i.close {
    display: none;
  }
  .m-header .menu.active i.open {
    display: none;
  }
  .m-header .menu.active i.close {
    display: block;
  }
  .m-header .logo {
    display: flex;
    align-items: center;
  }
  .m-header .logo img {
    width: 2rem;
  }
  .m-header .logo span {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    font-family: "syhtB";
    display: none;
  }
  .m-header .language {
    width: 0.8rem;
    height: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    border-radius: 0.08rem;
    color: #333;
    border: 1px solid #333;
    cursor: pointer;
    position: absolute;
    right: 0.4rem;
  }
  .m-cover {
    width: 100%;
    height: calc(100vh - 0.88rem);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 998;
    position: fixed;
    top: 0.88rem;
    display: none;
  }
  .m-cover .menu-box {
    width: 50%;
    height: 100%;
    background-color: #fff;
    padding-left: 0.5rem;
    padding-top: 0.3rem;
    position: relative;
  }
  .m-cover .menu-box .items-box {
    height: 8.8rem;
    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.44rem;
  }
  .m-cover .menu-box .items-box .items i {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
  }
  .m-cover .menu-box .items-box .down-box {
    display: none;
  }
  .m-cover .menu-box .items-box .down-box .item {
    height: 0.88rem;
    line-height: 0.88rem;
    padding-left: 0.24rem;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #333;
    display: block;
  }
  .m-cover .menu-box .link-box {
    margin-top: 1rem;
  }
  .m-cover .menu-box .link-box a {
    display: inline-block;
    margin-right: 0.24rem;
  }
  .m-cover .menu-box .link-box a i {
    font-size: 28px;
    color: #d8d8d8;
  }
  .m-cover .menu-box .mask {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .footer {
    padding-top: 0;
  }
  .footer .container .footer-box {
    justify-content: flex-start;
  }
  .footer .container .footer-box .left {
    width: 100%;
  }
  .footer .container .footer-box .left .logo {
    width: 30%;
  }
  .footer .container .footer-box .left .link {
    margin-top: 100px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }
  .footer .container .footer-box .left .link a {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .footer .container .footer-box .right-nav {
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    flex-wrap: wrap;
  }
  .footer .container .footer-box .right-nav .items {
    width: 25%;
  }
  .footer .container .footer-box .right-nav .items .tt {
    font-size: 0.28rem;
  }
  .footer .container .footer-box .right-nav .items .item-box {
    display: none;
  }
  .header {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #index .product-box .swiper-product .swiper-slide .pic {
    width: 50%;
  }
  #index .product-box .container .dtl-bg .detail-cont .left .item .t1 {
    font-size: 14px;
  }
  #index .product-box .container .dtl-bg .detail-cont .left .item .t2 {
    font-size: 14px;
  }
  #index .about-us .left-info {
    padding: 25px 3%;
  }
  #index .about-us .left-info .title .en {
    font-size: 35px;
  }
  #index .about-us .left-info .title .cn {
    font-size: 18px;
  }
  #index .research-box .mask .items .cont .info-box .desc {
    display: none !important;
  }
  #index .research-box .mask .items .cont .info-box .more-box {
    margin-top: 10px;
  }
  #index .news-box .left-page .title-box .title .en {
    font-size: 40px;
  }
  #index .news-box .left-page .title-box .title .cn {
    font-size: 24px;
  }
  #index .news-box .left-page .title-box .desc {
    font-size: 16px;
  }
  #index .news-box .left-page .com-more {
    left: 60px;
  }
  #index .news-box .news-list .swiper-news .swiper-slide {
    width: 100% !important;
  }
  #index .message-box .msg-cont .msg-box .msg .bottom-box .code {
    flex-direction: column;
    justify-content: space-between;
  }
  #index .message-box .msg-cont .msg-box .msg .bottom-box .code .code-img {
    margin-left: 0;
    margin-top: 10px;
  }
  #index .message-box .msg-cont .msg-box .msg .bottom-box .code .code-img img {
    width: 140px;
  }
  #about .introduce .img1 {
    width: 80%;
  }
  #about .cardWrapper .card {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    flex-direction: column;
  }
  #about .cardWrapper .card .left {
    width: 100%;
    padding: 5px 60px;
  }
  #about .cardWrapper .card .right {
    padding: 5px 50px;
    width: 100%;
  }
  #about .cardWrapper img {
    margin-top: 150px;
  }
  #about .rongyu .content {
    width: 100%;
  }
  #about .rongyu .content .img1 {
    width: 85%;
  }
  #about .rongyu .content .items .item {
    padding: 10px 20px;
    width: 50%;
  }
  #about .culture .content .img1 {
    width: 85%;
  }
  #about .culture .content .card .img2 {
    top: -100px;
    width: 200px;
    height: 200px;
  }
  #about .partner .content .items .item {
    width: 50%;
  }
  #about .partner .content .items .item:first-child {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  #about .partner .content .items .item:nth-child(2) {
    border-bottom: 1px solid #ddd;
    border-right: none;
  }
  #about .partner .content .items .item:nth-child(3) {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  #about .partner .content .items .item:nth-child(4) {
    border-bottom: 1px solid #ddd;
    border-right: none;
  }
  #about .partner .content .items .item:nth-child(5) {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  #about .partner .content .items .item:nth-child(6) {
    border-bottom: 1px solid #ddd;
    border-right: none;
  }
  #about .partner .content .items .item:nth-child(7) {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  #about .partner .content .items .item:nth-child(8) {
    border-bottom: 1px solid #ddd;
    border-right: none;
  }
  #about .partner .content .items .item:nth-child(9) {
    border-right: 1px solid #ddd;
  }
  #productDetail .product-box .tops-container {
    width: 100%;
  }
  #productDetail .product-box .wrapper {
    width: 100%;
  }
  #productDetail .product-box .wrapper .info .swiper-container {
    width: 95%;
  }
  #product .items {
    padding: 10px 20px;
  }
  #product .items .item {
    width: 50%;
    padding: 10px 15px;
  }
  #research .main .img img {
    padding: 4px;
  }
  #research .main .info .left {
    padding: 20px;
  }
  #research .main .info .left img {
    left: 20px;
    top: 25px;
  }
  #research .main .info .left .item {
    font-size: 24px;
  }
  #research .main .info .left .title {
    margin-top: 35px;
    font-size: 18px;
  }
  #research .main .info .left .content {
    width: 89%;
    top: 150px;
    left: 20px;
  }
  #research .main .info .left .page {
    font-size: 130px;
    left: 20px;
    top: 30px;
  }
  .textWrapper {
    width: 95%;
    left: 10px;
    top: 0.88rem;
    transform: translateX(0);
  }
  .textWrapper .text .title {
    font-size: 0.36rem;
  }
  .textWrapper .text .enTitle {
    font-size: 0.28rem;
    padding: 6px 0;
  }
  .textWrapper .text .line {
    margin-bottom: 0;
  }
  .textWrapper .text .describe {
    padding: 10px;
    font-size: 0.24rem;
  }
  #newsDetail .main .contentWrapper {
    padding: 0;
  }
  #service .main .worker .main .right-info .item.active .tt .cn {
    font-size: 14px;
  }
  #service .main .worker .main .right-info .item.active .tt .text {
    font-size: 12px;
  }
  #news .main .items .item {
    width: 49%;
  }
  .footer .container .footer-box .right-nav {
    top: 70px;
  }
}
@media screen and (max-width: 480px) {
  #index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position .main .title .cn {
    font-size: 0.4rem;
    line-height: 0.4rem;
  }
  #index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position .main .title .en {
    font-size: 0.32rem;
    line-height: 0.32rem;
    margin-top: 0.4rem;
  }
  #index .index-banner .index-page {
    display: none;
  }
  #index .product-box {
    padding-top: 30px;
  }
  #index .product-box .tops-container .swiper-title {
    width: 100%;
  }
  #index .product-box .tops-container .swiper-wrapper .swiper-slide {
    width: 25% !important;
  }
  #index .product-box .tops-container .swiper-wrapper .swiper-slide .tt {
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
  #index .product-box .tops-container .swiper-wrapper .swiper-slide.swiper-slide-active .tt {
    font-size: 0.24rem;
    color: #e54240;
    border-bottom: 3px solid #e54240;
  }
  #index .product-box .tops-container .title-prev {
    display: none;
  }
  #index .product-box .tops-container .title-next {
    display: none;
  }
  #index .product-box .container .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  #index .product-box .container .swiper-container .swiper-wrapper .swiper-slide .pic {
    width: 100%;
  }
  #index .product-box .container .swiper-container .swiper-wrapper .swiper-slide .info {
    color: #fff;
    width: 100%;
    padding: 0 16px;
  }
  #index .product-box .container .swiper-container .swiper-wrapper .swiper-slide .info .title {
    font-size: 0.28rem;
  }
  #index .product-box .container .swiper-container .swiper-wrapper .swiper-slide .info .desc {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  #index .product-box .dtl-bg {
    margin-top: 10px;
    height: 4rem !important;
  }
  #index .product-box .dtl-bg .detail-cont .left {
    width: 66.67%;
    display: flex;
    flex-wrap: wrap;
  }
  #index .product-box .dtl-bg .detail-cont .left .item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 50%;
  }
  #index .product-box .dtl-bg .detail-cont .left .item .t1 {
    font-size: 0.2rem !important;
  }
  #index .product-box .dtl-bg .detail-cont .left .item .t2 {
    font-size: 0.24rem !important;
    margin-top: 4px;
  }
  #index .product-box .dtl-bg .detail-cont .left .item:after {
    display: none;
  }
  #index .product-box .dtl-bg .detail-cont .img {
    width: 33.33%;
  }
  #index .about-us {
    flex-direction: column;
  }
  #index .about-us .left-info {
    width: 100%;
  }
  #index .about-us .left-info .title .en {
    font-size: 30px;
    line-height: 30px;
  }
  #index .about-us .left-info .title .cn {
    font-size: 18px;
    margin-top: 0;
  }
  #index .about-us .left-info .about-items {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index .about-us .left-info .about-items .item {
    width: 49%;
    margin-bottom: 10px;
    padding: 0 10px;
    height: 60px;
  }
  #index .about-us .left-info .about-items .item .tt .cn {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  #index .about-us .left-info .about-items .item .tt .en {
    font-size: 0.2rem;
    margin-top: 6px;
  }
  #index .about-us .left-info .about-items .item .num {
    font-size: 1rem;
    line-height: 1rem;
  }
  #index .about-us .right-info {
    width: 100%;
    height: 400px;
  }
  #index .about-us .right-info .bg-box {
    padding: 0 0 20px 5%;
  }
  #index .about-us .right-info .bg-box .intro {
    width: 95%;
    padding: 20px 10px;
  }
  #index .about-us .right-info .bg-box .intro .title {
    font-size: 0.3rem;
  }
  #index .about-us .right-info .bg-box .intro .info {
    font-size: 0.24rem;
    margin-top: 10px;
  }
  #index .research-box {
    background-image: none !important;
  }
  #index .research-box > img {
    height: 600px;
  }
  #index .research-box .mask {
    flex-direction: column;
  }
  #index .research-box .mask .items {
    width: 100%;
    height: 200px;
  }
  #index .research-box .mask .items .bg {
    opacity: 1;
    transition: all 0.3s;
  }
  #index .research-box .mask .items .cont {
    padding: 0 0 5px 5%;
  }
  #index .research-box .mask .items .cont .info-box .title {
    font-size: 16px;
  }
  #index .research-box .mask .items .cont .info-box .more-box .line-box .line {
    width: 100%;
    transition: width 0.6s;
  }
  #index .research-box .mask .items .cont .info-box .more-box .more {
    padding: 10px 0;
  }
  #index .news-box {
    flex-direction: column;
  }
  #index .news-box .left-page {
    padding: 30px 0;
    width: 100%;
  }
  #index .news-box .left-page .title-box .title .en {
    font-size: 0.4rem;
    line-height: 0.4rem;
  }
  #index .news-box .left-page .title-box .title .cn {
    margin-top: 0;
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
  #index .news-box .left-page .title-box .desc {
    display: none;
  }
  #index .news-box .left-page .news-page {
    flex-direction: row;
    height: auto;
    margin-top: 30px;
  }
  #index .news-box .left-page .news-page .news-prev,
  #index .news-box .left-page .news-page .news-next {
    line-height: 40px;
  }
  #index .news-box .left-page .com-more {
    left: 100%;
    top: 30px;
    transform: translateX(-100%);
    height: 0.6rem;
    line-height: 0.6rem;
    width: 120px;
    border-radius: 10px 0 10px 0;
  }
  #index .news-box .news-list {
    width: 100%;
  }
  #index .news-box .news-list .swiper-news .swiper-slide {
    padding: 0 30px 30px 30px;
  }
  #index .news-box .news-list .swiper-news .swiper-slide .date {
    font-size: 0.5rem;
    line-height: 0.5rem;
  }
  #index .message-box {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  #index .message-box .msg-cont {
    flex-direction: column;
  }
  #index .message-box .msg-cont .msg-box {
    width: 95%;
    margin: 0 auto;
  }
  #index .message-box .msg-cont .msg-box .title .tt {
    font-size: 0.3rem;
  }
  #index .message-box .msg-cont .msg-box .title .bg {
    top: 10px;
    font-size: 0.48rem;
    line-height: 0.7rem;
  }
  #index .message-box .msg-cont .msg-box .msg {
    margin: 0 auto;
  }
  #index .message-box .msg-cont .msg-box .msg .bottom-box {
    flex-direction: row;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
  }
  #index .message-box .msg-cont .msg-box .msg .bottom-box .code {
    width: 70%;
    flex-direction: row;
  }
  #index .message-box .msg-cont .msg-box .msg .bottom-box .code input {
    width: 49%;
    height: 30px;
    padding-left: 0;
  }
  #index .message-box .msg-cont .msg-box .msg .bottom-box .code .code-img {
    width: 49%;
    height: 30px;
    margin-top: 0;
  }
  #index .message-box .msg-cont .msg-box .msg .bottom-box .code .code-img img {
    width: 100%;
  }
  #index .message-box .msg-cont .msg-box .msg .bottom-box .com-more {
    height: 30px;
    line-height: 30px;
    width: 29%;
  }
  #index .message-box .msg-cont .msg-box .msg .line.marb {
    margin-bottom: 10px;
  }
  #index .message-box .msg-cont .msg-box .contact .tt {
    font-size: 0.32rem;
  }
  #index .message-box .msg-cont .msg-box .contact .desc {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  #about .introduce .img1 {
    display: none;
  }
  #about .introduce .content .img2 {
    width: 50%;
    top: 30px;
  }
  #about .introduce .content .left {
    width: 100%;
  }
  #about .introduce .content .left .title {
    padding-top: 30px;
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  #about .introduce .content .left .line {
    margin: 20px 0;
  }
  #about .introduce .content .left .name {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  #about .introduce .content .right {
    padding: 30px 0 10px;
    width: 100%;
    font-size: 0.24rem;
  }
  #about .cardWrapper .card {
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
  }
  #about .cardWrapper .card .left {
    width: 100%;
    padding: 5px 20px;
  }
  #about .cardWrapper .card .right {
    padding: 5px 10px;
    width: 100%;
    flex-direction: column;
  }
  #about .cardWrapper .card .right .item {
    width: 100%;
    padding: 0 5px;
  }
  #about .cardWrapper img {
    margin-top: 200px;
    min-height: 200px;
  }
  #about .rongyu {
    padding: 0 5%;
  }
  #about .rongyu .content .img1 {
    width: 50%;
    top: 30px;
  }
  #about .rongyu .content .title {
    font-size: 0.36rem;
    line-height: 0.36rem;
    padding-top: 30px;
  }
  #about .rongyu .content .sw_c1 .swiper-slide .items {
    margin-top: 20px;
  }
  #about .rongyu .content .sw_c1 .swiper-slide .items .item {
    padding: 10px;
    border-bottom: 1px dashed #ddd;
  }
  #about .rongyu .content .sw_c1 .swiper-slide .items .item .img {
    min-height: 250px;
  }
  #about .rongyu .content .sw_c1 .swiper-slide .items .item .label {
    margin: 20px 0;
  }
  #about .culture .content {
    width: 95%;
    padding-bottom: 30px;
  }
  #about .culture .content .swiper-container .swiper-button-prev {
    top: 70%;
    width: 32px;
    height: 32px;
  }
  #about .culture .content .swiper-container .swiper-button-next {
    top: 70%;
    width: 32px;
    height: 32px;
  }
  #about .culture .content .img1 {
    top: 35px;
    width: 50%;
  }
  #about .culture .content .title {
    padding-top: 30px;
    font-size: 0.36rem;
  }
  #about .culture .content .sw_c2 .swiper-slide .card {
    margin-top: 80px;
    height: 180px;
  }
  #about .culture .content .sw_c2 .swiper-slide .card .img2 {
    top: -75px;
    width: 150px;
    height: 150px;
  }
  #about .culture .content .sw_c2 .swiper-slide .card .dir {
    width: 100%;
    bottom: 20px;
  }
  #about .culture .content .sw_c2 .swiper-slide .card .dir p:first-child {
    font-size: 0.32rem !important;
  }
  #about .culture .content .sw_c2 .swiper-slide .card .dir p:last-child {
    width: 100%;
    font-size: 0.28rem !important;
  }
  #about .culture .content .sw_c2 .swiper-slide .card::before, #about .culture .content .sw_c2 .swiper-slide .card::after {
    font-size: 2.6rem;
    line-height: 2rem;
    font-family: "pmzd";
    display: block;
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
  }
  #about .culture .content .sw_c2 .swiper-slide .card::before {
    content: "“";
    top: 10%;
    left: 10%;
  }
  #about .culture .content .sw_c2 .swiper-slide .card::after {
    content: "”";
    bottom: 10%;
    right: 10%;
  }
  #about .partner .content {
    width: 95%;
  }
  #about .partner .content .title {
    padding-top: 30px;
    font-size: 0.36rem;
  }
  #about .partner .content .img1 {
    top: 35px;
    width: 50%;
  }
  #about .partner .content .sw_c3 .swiper-slide .items {
    margin: 30px 0;
    padding: 0 0 10px 0;
  }
  #contact .main {
    width: 95%;
  }
  #contact .main .message {
    padding: 20px;
    margin-top: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  }
  #contact .main .message .img {
    width: 50%;
    left: 20px;
    top: 40px;
  }
  #contact .main .message .title {
    padding: 20px 0;
    font-size: 0.36rem;
  }
  #contact .main .message .info {
    padding: 20px 0;
  }
  #contact .main .message .info .input.width {
    margin-top: 20px;
  }
  #contact .main .message .control {
    justify-content: space-between;
  }
  #contact .main .message .control .valid {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #contact .main .message .control .valid input {
    width: 49%;
    height: 30px;
    margin: 0;
    background-color: #f2f2f2;
  }
  #contact .main .message .control .valid img {
    width: 49%;
  }
  #contact .main .message .control .submit {
    width: 29%;
    height: 30px;
  }
  #contact .navBar .main .items {
    padding: 0;
    height: 1rem;
  }
  #contact .navBar .main .items .item {
    height: auto;
  }
  #contact .navBar .card {
    padding: 12px 30px !important;
  }
  #contact .navBar .card p {
    font-size: 0.24rem;
    line-height: 0.42rem;
  }
  #news .main {
    width: 95%;
  }
  #news .main .items {
    padding: 30px 0;
  }
  #news .main .items .item {
    padding: 0 0 20px 0;
    width: 100%;
  }
  #news .main .items .item .title {
    padding: 0 0 12px 0;
    font-size: 0.3rem;
    font-weight: bold;
  }
  #news .main .items .item .describe {
    font-size: 0.24rem;
  }
  #news .main .items .item .date {
    font-size: 0.36rem;
    padding: 10px 0;
  }
  #newsDetail .main {
    width: 95%;
  }
  #newsDetail .main .contentWrapper {
    text-align: left;
  }
  #newsDetail .main .contentWrapper .title {
    font-size: 0.32rem;
    line-height: 0.4rem;
    font-weight: bold;
    padding-top: 30px;
  }
  #newsDetail .main .contentWrapper .date {
    padding: 15px 0;
  }
  #newsDetail .main .contentWrapper .describe {
    margin-top: 10px;
    font-size: 0.28rem;
  }
  #newsDetail .main .contentWrapper .describe .img {
    padding: 20px 0;
  }
  #newsDetail .main .contentWrapper .nav {
    line-height: 30px;
    display: block;
    margin-top: 20px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    height: auto;
  }
  #newsDetail .main .contentWrapper .nav p {
    color: #000;
    font-weight: bold;
  }
  #newsDetail .main .contentWrapper .nav p .red {
    color: #000;
    font-weight: bold;
  }
  #newsDetail .main .contentWrapper .nav a {
    display: none;
  }
  #productDetail .product-box {
    padding-top: 30px;
  }
  #productDetail .product-box .gray {
    transform: translateY(0);
    top: 5%;
    height: 35%;
  }
  #productDetail .product-box .tops-container .swiper-title {
    width: 100%;
  }
  #productDetail .product-box .tops-container .swiper-title .swiper-slide.active .tt {
    font-size: 0.2rem;
  }
  #productDetail .product-box .tops-container .swiper-wrapper .swiper-slide {
    width: 30%;
  }
  #productDetail .product-box .tops-container .swiper-wrapper .swiper-slide .tt {
    padding: 10px 0;
    font-size: 0.2rem;
  }
  #productDetail .product-box .tops-container .swiper-wrapper .swiper-slide.swiper-slide-active .tt {
    font-size: 0.2rem;
    color: #e54240;
    border-bottom: 3px solid #e54240;
  }
  #productDetail .product-box .tops-container .title-prev {
    display: none;
  }
  #productDetail .product-box .tops-container .title-next {
    display: none;
  }
  #productDetail .product-box .wrapper {
    margin-top: 30px !important;
  }
  #productDetail .product-box .wrapper .info .swiper-container {
    width: 95%;
  }
  #productDetail .product-box .wrapper .info .swiper-container .swiper-button-prev {
    top: calc(100% - 8px);
    left: calc(100% - 80px);
    width: 40px;
    height: 30px;
    background-size: 40px 30px;
  }
  #productDetail .product-box .wrapper .info .swiper-container .swiper-button-prev:hover {
    background-size: 40px 30px;
  }
  #productDetail .product-box .wrapper .info .swiper-container .swiper-button-next {
    right: 0;
    top: calc(100% - 8px);
    width: 40px;
    height: 30px;
    background-size: 40px 30px;
  }
  #productDetail .product-box .wrapper .info .swiper-container .swiper-button-next:hover {
    background-size: 40px 30px;
  }
  #productDetail .product-box .wrapper .info .imgItem .play {
    width: 32px;
    height: 32px;
  }
  #productDetail .product-box .wrapper .detail {
    width: 95%;
    margin: 0 auto;
  }
  #productDetail .product-box .wrapper .detail .title {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  #productDetail .product-box .wrapper .detail .p {
    font-size: 0.24rem;
    line-height: 0.48rem;
    padding: 15px 0;
  }
  #productDetail .product-box .wrapper .detail table td {
    padding: 0;
    width: 20px;
    font-size: 0.1rem !important;
  }
  #productDetail .product-box .wrapper .detail table thead,
  #productDetail .product-box .wrapper .detail table tfoot {
    font-size: 0.24rem;
  }
  #product .items {
    width: 100%;
    padding: 10px;
  }
  #product .items .item {
    padding: 5px;
  }
  #research .main {
    flex-direction: column;
  }
  #research .main .swiper-container .swiper-button-prev {
    top: 25%;
    left: 2.5%;
    width: 32px;
    height: 32px;
  }
  #research .main .swiper-container .swiper-button-next {
    top: 25%;
    right: 2.5%;
    width: 32px;
    height: 32px;
  }
  #research .main .img {
    display: none;
  }
  #research .main .title {
    padding-top: 20px;
    margin: 0 auto;
    width: 95%;
    display: block;
    position: relative;
  }
  #research .main .title .name {
    font-size: 0.36rem;
  }
  #research .main .title img {
    left: 0;
    top: 25px;
    position: absolute;
    width: 50%;
  }
  #research .main .swiper-container {
    width: 100%;
    height: 600px;
  }
  #research .main .info {
    margin: 20px auto;
    width: 95%;
    flex-direction: column-reverse;
  }
  #research .main .info .left {
    width: 100%;
    padding: 10px;
  }
  #research .main .info .left .item {
    display: none;
  }
  #research .main .info .left img {
    display: none;
  }
  #research .main .info .left .page {
    font-size: 2.5rem;
    line-height: 2rem;
    font-family: "Arial";
    left: 10px;
    top: 20px;
  }
  #research .main .info .left .title {
    width: 100%;
    padding-bottom: 200px;
    margin-top: 10px;
    font-size: 0.32rem;
    font-weight: bold;
  }
  #research .main .info .left .content {
    width: 95%;
    max-height: 150px;
    top: 80px;
    left: 10px;
  }
  #research .main .info .right {
    width: 100%;
  }
  .textWrapper .text {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
  }
  .textWrapper .text .describe {
    padding: 10px 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #service .main {
    width: 95%;
  }
  #service .main .fuwu .img {
    width: 50%;
    top: 40px;
  }
  #service .main .fuwu .title {
    padding: 30px 0;
    font-size: 0.36rem;
  }
  #service .main .fuwu .items {
    margin-top: 0;
    flex-direction: column;
  }
  #service .main .fuwu .items .item {
    margin-top: 20px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  #service .main .fuwu .items .item .itemTitle {
    font-weight: bold;
    font-size: 0.3rem;
  }
  #service .main .fuwu .items .item .describe {
    font-weight: bold;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  #service .main .worker .img {
    width: 50%;
    top: 40px;
  }
  #service .main .worker .title {
    padding: 30px 0;
    font-size: 0.36rem;
  }
  #service .main .worker .main {
    min-height: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: flex-start;
  }
  #service .main .worker .main .left-info {
    height: 230px;
    width: 100%;
  }
  #service .main .worker .main .right-info {
    width: 100%;
  }
  #service .main .worker .main .right-info .about-items {
    height: 350px;
  }
  #service .main .worker .main .right-info .about-items .item {
    position: static;
    width: 100%;
    height: 50px;
  }
  #service .main .worker .main .right-info .about-items .item:last-child .tt {
    border-bottom: none;
  }
  #service .main .worker .main .right-info .about-items .item .tt {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  #service .main .worker .main .right-info .about-items .item .tt .cn {
    width: 100%;
    line-height: 50px;
    font-size: 0.27rem;
  }
  #service .main .worker .main .right-info .about-items .item.active {
    height: 100px;
    width: 100%;
    border: 1px solid #ddd;
  }
  #service .main .worker .main .right-info .about-items .item.active .tt {
    border-bottom: none;
  }
  #service .main .worker .main .right-info .about-items .item.active .tt .cn {
    line-height: 30px;
    font-size: 0.28rem;
  }
  #service .main .worker .main .right-info .about-items .item.active .tt .text {
    font-size: 0.24rem;
  }
  .index-banner {
    width: 100%;
    margin-top: 0.88rem;
  }
  .footer {
    margin-top: 20px;
    padding: 20px 0;
  }
  .footer .footer-box .left .link {
    margin-top: 10px;
  }
  .footer .footer-box .right-nav {
    top: 50px !important;
  }
}/*# sourceMappingURL=style.css.map */