@charset "UTF-8";
#index .index-banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #3a3a3a;
}
#index .index-banner .swiper-container {
  height: 100%;
}
#index .index-banner .swiper-wrapper {
  height: 100%;
  transition-timing-function: linear;
}
#index .index-banner .slide1 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#index .index-banner .slide1 > img {
  width: 100%;
  opacity: 0;
}
#index .index-banner .slide1 .text-position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index .index-banner .slide1 .text-position .texts {
  width: 87.5%;
  max-width: 1680px;
  white-space: nowrap;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  padding-top: 7%;
}
#index .index-banner .slide1 .text-position .texts .text-img01 {
  width: 616px;
}
#index .index-banner .slide1 .text-position .texts .text-img01 img {
  width: 100%;
}
#index .index-banner .slide1 .text-position .texts .text-img02 {
  width: 731px;
  margin-top: 10px;
}
#index .index-banner .slide1 .text-position .texts .text-img02 img {
  width: 100%;
}
#index .index-banner .slide1 .text-position .texts .line {
  width: 60px;
  height: 2px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
}
#index .index-banner .slide1 .text-position .texts .text03 {
  width: 48.8%;
  font-size: 24px;
  line-height: 2em;
  color: #fff;
  white-space: normal;
}
#index .index-banner .slide1 .text-position .texts .items {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
#index .index-banner .slide1 .text-position .texts .items .item {
  padding: 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#index .index-banner .slide1 .text-position .texts .items .item .img {
  width: 46px;
}
#index .index-banner .slide1 .text-position .texts .items .item .img img {
  width: 100%;
}
#index .index-banner .slide1 .text-position .texts .items .item p {
  margin-top: 10px;
}
#index .index-banner .slide1 .text-position .texts .items .item:nth-of-type(1) {
  padding-left: 0;
}
#index .index-banner .slide1 .text-position .texts .items .item:last-of-type {
  border-right: 0;
}
#index .index-banner .slide1 .text-position .texts .link-box {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
#index .index-banner .slide1 .text-position .texts .link-box .l-item {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: 2px solid #fff;
  display: block;
  transition: all 0.6s;
}
#index .index-banner .slide1 .text-position .texts .link-box .l-item.active, #index .index-banner .slide1 .text-position .texts .link-box .l-item:hover {
  background-color: #d80000;
  border: 2px solid #d80000;
}
#index .index-banner .slide1 .text-position .texts .link-box .l-item:last-of-type {
  margin-left: 20px;
}
#index .index-banner .swiper-pagination {
  bottom: 40px;
  width: 100%;
}
#index .index-banner .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background-color: #fff;
  opacity: 1;
  outline: none;
  transition: all 0.6s;
  margin: 0 10px;
  border-radius: 0;
}
#index .index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
  background-color: #d80000;
  transition: all 0.6s;
}
#index .about-us {
  padding: 80px 0;
  background-image: url("../images/13.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#index .about-us .about-box {
  margin-top: 60px;
  display: flex;
}
#index .about-us .about-box .about-left {
  width: 48.4%;
  position: relative;
}
#index .about-us .about-box .about-left .pic {
  width: 100%;
  position: relative;
  z-index: 10;
}
#index .about-us .about-box .about-left .pic img {
  width: 100%;
}
#index .about-us .about-box .about-left .pic .play-box {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#index .about-us .about-box .about-left .pic .play-box i {
  font-size: 45px;
  color: #e30000;
}
#index .about-us .about-box .about-left .bg {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 9;
}
#index .about-us .about-box .about-left .bg img {
  width: 100%;
  opacity: 0;
}
#index .about-us .about-box .about-right {
  width: 48.4%;
  padding-right: 5%;
  padding-left: 3%;
}
#index .about-us .about-box .about-right .title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
#index .about-us .about-box .about-right .info {
  font-size: 16px;
  line-height: 1.8em;
  color: #666;
  margin-top: 20px;
  height: 165px;
  overflow: hidden;
}
#index .about-us .about-box .about-right .num-box {
  display: flex;
  margin-top: 45px;
}
#index .about-us .about-box .about-right .num-box .item {
  width: 26.8%;
  text-align: center;
  color: #d80000;
  border-right: 1px solid #ccc;
}
#index .about-us .about-box .about-right .num-box .item .num {
  font-size: 38px;
  line-height: 38px;
  font-weight: bold;
}
#index .about-us .about-box .about-right .num-box .item .num span {
  font-size: 45px;
  line-height: 45px;
}
#index .about-us .about-box .about-right .num-box .item .num b {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 24px;
  margin-left: 10px;
}
#index .about-us .about-box .about-right .num-box .item p {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
#index .about-us .about-box .about-right .num-box .item.item01 {
  width: 18%;
  text-align: left;
}
#index .about-us .about-box .about-right .num-box .item:last-of-type {
  border-right: 0;
}
#index .about-us .about-box .about-right .com-more {
  margin-top: 80px;
}
#index .product-box {
  background-image: url("../images/14.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 1.5% 60px;
}
#index .product-box .product-banner {
  position: relative;
}
#index .product-box .product-banner .product-swiper .swiper-slide {
  width: 23.6% !important;
  background-color: #f5f5f5;
  position: relative;
}
#index .product-box .product-banner .product-swiper .swiper-slide .pic {
  width: 100%;
}
#index .product-box .product-banner .product-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
#index .product-box .product-banner .product-swiper .swiper-slide .info-box {
  position: relative;
  color: #333;
  padding: 30px 25px;
}
#index .product-box .product-banner .product-swiper .swiper-slide .info-box .tt {
  font-size: 22px;
  line-height: 22px;
}
#index .product-box .product-banner .product-swiper .swiper-slide .info-box .desc {
  font-size: 14px;
  margin-top: 10px;
  color: #999;
}
#index .product-box .product-banner .product-swiper .swiper-slide.swiper-slide-active {
  box-shadow: 0px 10px 20px 0px rgba(25, 0, 0, 0.3);
  background-color: #d80000;
}
#index .product-box .product-banner .product-swiper .swiper-slide.swiper-slide-active .info-box {
  color: #eeedf3;
}
#index .product-box .product-banner .product-swiper .swiper-slide.swiper-slide-active .info-box .desc {
  color: #eeedf3;
}
#index .product-box .product-banner .swiper-button-next-product, #index .product-box .product-banner .swiper-button-prev-product {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: calc(50% - 25px);
  position: absolute;
  z-index: 100;
  outline: none;
  cursor: pointer;
}
#index .product-box .product-banner .swiper-button-next-product.swiper-button-disabled, #index .product-box .product-banner .swiper-button-prev-product.swiper-button-disabled {
  opacity: 1;
  color: #ddd;
}
#index .product-box .product-banner .swiper-button-next-product i, #index .product-box .product-banner .swiper-button-prev-product i {
  font-size: 36px;
  color: #d80000;
}
#index .product-box .product-banner .swiper-button-prev-product {
  left: 0;
}
#index .product-box .product-banner .swiper-button-next-product {
  right: 0;
}
#index .product-box .com-more {
  margin: 0 auto;
  margin-top: 50px;
}
#index .news-box {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/15.png");
  padding: 80px 0;
}
#index .news-box .news-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#index .news-box .news-content .item {
  background-color: #fff;
  display: flex;
  transition: all 0.6s;
  border-bottom: 1px solid #f5f6f7;
}
#index .news-box .news-content .item .text-box {
  padding: 30px;
  width: calc(100% - 120px);
}
#index .news-box .news-content .item .text-box .tt {
  font-size: 22px;
  line-height: 22px;
}
#index .news-box .news-content .item .text-box .desc {
  font-size: 14px;
  color: #999;
  line-height: 28px;
  height: 56px;
  margin-top: 20px;
}
#index .news-box .news-content .item .date {
  width: 120px;
  flex-shrink: 0;
  padding-right: 30px;
  text-align: right;
  border-left: 1px solid #f5f6f7;
  font-size: 14px;
  color: #999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
#index .news-box .news-content .item .date .t2 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 10px;
}
#index .news-box .news-content .item:hover {
  background-color: #d80000;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
#index .news-box .news-content .item:hover .text-box {
  color: #fff;
}
#index .news-box .news-content .item:hover .text-box .desc {
  color: #fff;
}
#index .news-box .news-content .item:hover .date {
  color: #fff;
}
#index .news-box .news-content .left {
  width: 48.5%;
  background-color: #fff;
}
#index .news-box .news-content .left .pic {
  width: 100%;
}
#index .news-box .news-content .left .pic img {
  width: 100%;
}
#index .news-box .news-content .left .item {
  border-bottom: 0;
}
#index .news-box .news-content .left:hover .item {
  background-color: #d80000;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
#index .news-box .news-content .left:hover .item .text-box {
  color: #fff;
}
#index .news-box .news-content .left:hover .item .text-box .desc {
  color: #fff;
}
#index .news-box .news-content .left:hover .item .date {
  color: #fff;
}
#index .news-box .news-content .right {
  width: 50%;
  background-color: #fff;
}
#index .news-box .news-content .right .item .text-box {
  padding: 30px 30px 35px;
}
#index .news-box .news-content .right .item:last-of-type {
  border-bottom: 0;
}
#index .map-box {
  width: 100%;
  height: 500px;
  background-image: url("../images/17.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#index .contact-box {
  margin-top: -216px;
}
#index .contact-box .container {
  background-color: #fff;
}
#index .contact-box .tops {
  height: 216px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #eee;
}
#index .contact-box .bottoms {
  padding: 3%;
  display: flex;
  justify-content: space-between;
}
#index .contact-box .bottoms .items {
  width: 23.6%;
  padding: 65px 25px;
  border: 1px solid #eee;
  color: #333;
  text-align: center;
  transition: all 0.6s;
}
#index .contact-box .bottoms .items i {
  font-size: 40px;
  color: #e40000;
}
#index .contact-box .bottoms .items .t1 {
  font-size: 22px;
  line-height: 22px;
  margin-top: 24px;
  margin-bottom: 20px;
}
#index .contact-box .bottoms .items .t2 {
  font-size: 16px;
}
#index .contact-box .bottoms .items .t2 > a {
  color: #333;
}
#index .contact-box .bottoms .items .t2 .line {
  width: 1px;
  height: 16px;
  background-color: #fff;
}
#index .contact-box .bottoms .items.online .t2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#index .contact-box .bottoms .items.online .t2 .line {
  margin: 0 10px;
}
#index .contact-box .bottoms .items.online .t2 a:hover {
  padding-bottom: 1px;
  box-shadow: 0 1px #fff;
}
#index .contact-box .bottoms .items:hover {
  background-color: #cd0b0b;
  box-shadow: 0px 5px 20px 0px rgba(147, 0, 0, 0.5);
}
#index .contact-box .bottoms .items:hover i {
  color: #fff;
}
#index .contact-box .bottoms .items:hover .t1 {
  color: #fff;
}
#index .contact-box .bottoms .items:hover .t2 {
  color: #fff;
}
#index .contact-box .bottoms .items:hover .t2 a {
  color: #fff;
}

#about .about-box {
  padding: 60px 0 70px;
  background-image: url("../images/22.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#about .about-box .container {
  display: flex;
}
#about .about-box .left {
  width: 50%;
  padding-right: 3%;
}
#about .about-box .left .tt {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #000;
}
#about .about-box .left .desc {
  font-size: 18px;
  line-height: 26px;
  color: #333;
  margin-top: 20px;
}
#about .about-box .left .line {
  width: 50px;
  height: 2px;
  background-color: #d80000;
  margin-top: 50px;
}
#about .about-box .left .num-box {
  display: flex;
  margin-top: 45px;
}
#about .about-box .left .num-box .item {
  width: 26.8%;
  text-align: center;
  color: #d80000;
  border-right: 1px solid #ccc;
}
#about .about-box .left .num-box .item .num {
  font-size: 38px;
  line-height: 38px;
  font-weight: bold;
}
#about .about-box .left .num-box .item .num span {
  font-size: 45px;
  line-height: 45px;
}
#about .about-box .left .num-box .item .num b {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 24px;
  margin-left: 10px;
}
#about .about-box .left .num-box .item p {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
#about .about-box .left .num-box .item.item01 {
  width: 18%;
  text-align: left;
}
#about .about-box .left .num-box .item:last-of-type {
  border-right: 0;
}
#about .about-box .right {
  width: 50%;
  color: #666;
  font-size: 16px;
}
#about .video-box {
  height: 610px;
  background-image: url("../images/23.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#about .video-box .play-box {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#about .video-box .play-box i {
  font-size: 45px;
  color: #e30000;
}
#about .development-box {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/61.png");
  padding: 60px 1.5% 80px;
}
#about .development-box .com-title {
  text-align: left;
}
#about .development-box .develop-banner {
  position: relative;
  margin-top: 45px;
}
#about .development-box .develop-banner .develop-swiper .swiper-slide {
  position: relative;
  margin-bottom: 10px;
}
#about .development-box .develop-banner .develop-swiper .swiper-slide .info-box {
  width: 100%;
  height: 250px;
  position: relative;
  margin-top: 10px;
  transition: all 0.6s;
}
#about .development-box .develop-banner .develop-swiper .swiper-slide .info-box .info {
  font-size: 16px;
  color: #666;
  padding: 30px 25px 60px;
  background-color: #fff;
}
#about .development-box .develop-banner .develop-swiper .swiper-slide .info-box .info .desc {
  height: 110px;
  overflow-y: auto;
}
#about .development-box .develop-banner .develop-swiper .swiper-slide .info-box .info .desc::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  background-color: #F5F5F5;
}
#about .development-box .develop-banner .develop-swiper .swiper-slide .info-box .info .desc::-webkit-scrollbar-track {
  border-radius: 1px;
  background-color: #ddd;
}
#about .development-box .develop-banner .develop-swiper .swiper-slide .info-box .info .desc::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #999;
}
#about .development-box .develop-banner .develop-swiper .swiper-slide .info-box .date {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #000;
  text-align: center;
  background-color: #f8f8f8;
}
#about .development-box .develop-banner .develop-swiper .swiper-slide .info-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -5px;
  left: calc(50% - 2px);
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: transparent transparent transparent; /*灰 透明 透明 */
}
#about .development-box .develop-banner .develop-swiper .swiper-slide .info-box:after {
  content: "";
  position: absolute;
  border: 1px solid #999;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  bottom: -40px;
  left: calc(50% - 2px);
}
#about .development-box .develop-banner .develop-swiper .swiper-slide:nth-of-type(even) {
  transform: translateX(63%);
}
#about .development-box .develop-banner .develop-swiper .swiper-slide:nth-of-type(even) .info-box {
  margin-bottom: 0;
  margin-top: 10px;
  flex-direction: column-reverse;
  display: flex;
}
#about .development-box .develop-banner .develop-swiper .swiper-slide:nth-of-type(even) .info-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -5px !important;
  bottom: unset;
  left: calc(50% - 2px);
  border-width: 0px 5px 5px;
  border-style: solid;
  border-color: transparent transparent transparent; /*灰 透明 透明 */
}
#about .development-box .develop-banner .develop-swiper .swiper-slide:nth-of-type(even) .info-box:after {
  content: "";
  position: absolute;
  border: 1px solid #999;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: -40px;
  left: calc(50% - 2px);
}
#about .development-box .develop-banner .develop-swiper .swiper-slide:nth-of-type(even):hover .info-box .date {
  background-color: #d80000;
  color: #fff;
}
#about .development-box .develop-banner .develop-swiper .swiper-slide:nth-of-type(even):hover .info-box:before {
  border-color: transparent transparent #d80000; /*灰 透明 透明 */
}
#about .development-box .develop-banner .develop-swiper .swiper-slide:nth-of-type(even):hover .info-box:after {
  border: 4px solid #d80000;
  left: calc(50% - 2px);
}
#about .development-box .develop-banner .develop-swiper .swiper-slide:hover .info-box .date {
  background-color: #d80000;
  color: #fff;
}
#about .development-box .develop-banner .develop-swiper .swiper-slide:hover .info-box:before {
  border-color: #d80000 transparent transparent; /*灰 透明 透明 */
}
#about .development-box .develop-banner .develop-swiper .swiper-slide:hover .info-box:after {
  border: 4px solid #d80000;
  left: calc(50% - 2px);
}
#about .development-box .develop-banner .develop-swiper .line {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  position: absolute;
  top: 50%;
}
#about .development-box .develop-banner .swiper-button-prev-develop, #about .development-box .develop-banner .swiper-button-next-develop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: calc(50% - 25px);
  position: absolute;
  z-index: 100;
  outline: none;
  cursor: pointer;
}
#about .development-box .develop-banner .swiper-button-prev-develop.swiper-button-disabled, #about .development-box .develop-banner .swiper-button-next-develop.swiper-button-disabled {
  opacity: 1;
  color: #ddd;
}
#about .development-box .develop-banner .swiper-button-prev-develop i, #about .development-box .develop-banner .swiper-button-next-develop i {
  font-size: 36px;
  color: #d80000;
}
#about .development-box .develop-banner .swiper-button-prev-develop {
  left: 0;
}
#about .development-box .develop-banner .swiper-button-next-develop {
  right: 0;
}
#about .ability-box {
  padding: 40px 0 50px;
  background-color: #f5f5f5;
}
#about .ability-box .ability-item {
  display: flex;
}
#about .ability-box .ability-item .pic {
  width: 38%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
#about .ability-box .ability-item .pic img {
  width: 100%;
  opacity: 0;
}
#about .ability-box .ability-item .info {
  width: 62%;
  background-color: #fff;
  padding: 0 5%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
#about .ability-box .ability-item .info .text-box .tt {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #333;
}
#about .ability-box .ability-item .info .text-box .desc {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
}
#about .ability-box .ability-item.flex-item {
  flex-direction: row-reverse;
}
#about .honor-box {
  background-image: url("../images/27.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 1.5% 70px;
}
#about .honor-box .com-title {
  text-align: left;
}
#about .honor-box .honor-banner {
  position: relative;
  margin-top: 45px;
}
#about .honor-box .honor-banner .honor-swiper .swiper-slide {
  width: 23.6% !important;
  background-color: #fff;
  position: relative;
}
#about .honor-box .honor-banner .honor-swiper .swiper-slide .pic {
  width: 100%;
}
#about .honor-box .honor-banner .honor-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
#about .honor-box .honor-banner .honor-swiper .swiper-slide .info-box {
  position: relative;
  color: #666;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  text-align: center;
}
#about .honor-box .honor-banner .swiper-button-next-honor, #about .honor-box .honor-banner .swiper-button-prev-honor {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: calc(50% - 25px);
  position: absolute;
  z-index: 100;
  outline: none;
  cursor: pointer;
}
#about .honor-box .honor-banner .swiper-button-next-honor.swiper-button-disabled, #about .honor-box .honor-banner .swiper-button-prev-honor.swiper-button-disabled {
  opacity: 1;
  color: #ddd;
}
#about .honor-box .honor-banner .swiper-button-next-honor i, #about .honor-box .honor-banner .swiper-button-prev-honor i {
  font-size: 36px;
  color: #d80000;
}
#about .honor-box .honor-banner .swiper-button-prev-honor {
  left: 0;
}
#about .honor-box .honor-banner .swiper-button-next-honor {
  right: 0;
}
#about .display-box {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#about .display-box img {
  width: 100%;
  opacity: 0;
}

#product .product-box {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 60px;
}
#product .product-box .product-item {
  margin-bottom: 30px;
}
#product .product-box .product-item .item-tops {
  display: flex;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/32.png");
  border-bottom: 1px solid #f5f5f5;
}
#product .product-box .product-item .item-tops .left {
  width: 62.4%;
  padding: 5% 5% 0 5%;
}
#product .product-box .product-item .item-tops .left .title .t1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
}
#product .product-box .product-item .item-tops .left .title .t2 {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
#product .product-box .product-item .item-tops .right {
  width: 37.6%;
  max-width: 632px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#product .product-box .product-item .item-tops .right img {
  width: 100%;
  opacity: 0;
}
#product .product-box .product-item .item-bottoms {
  padding: 30px 50px 50px;
  background-color: #fff;
}
#product .product-box .product-item .item-bottoms .tt {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #999;
}
#product .product-box .product-item .item-bottoms table {
  width: 100%;
  border: 1px solid #ddd;
}
#product .product-box .product-item .item-bottoms table thead {
  font-size: 20px;
  color: #fff;
  background-color: #d80000;
}
#product .product-box .product-item .item-bottoms table tbody tr:first-of-type {
  background-color: #eee;
}
#product .product-box .product-item .item-bottoms table tbody tr {
  background-color: #fff;
}
#product .product-box .product-item .item-bottoms table th {
  padding: 20px 0;
}
#product .product-box .product-item .item-bottoms table td {
  padding: 15px 0;
  text-align: center;
  color: #666;
  font-size: 15px;
}
#product .product-box .product-content {
  background-color: #fff;
  display: flex;
}
#product .product-box .product-content .left-nav {
  width: 13.1%;
  border-right: 1px solid #ddd;
  padding-top: 20px;
}
#product .product-box .product-content .left-nav .item {
  font-size: 16px;
  color: #666;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 45%;
  position: relative;
}
#product .product-box .product-content .left-nav .item.active {
  color: #d80000;
}
#product .product-box .product-content .left-nav .item.active:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #d80000;
  top: 15px;
  right: -2px;
}
#product .product-box .product-content .right-content {
  width: 86.9%;
  padding: 36px 110px 80px 50px;
}
#product .product-box .product-content .right-content .top-title {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#product .product-box .product-content .right-content .top-title .title {
  width: 210px;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  background-image: url("../images/33.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 16px;
  color: #fff;
}
#product .product-box .product-content .right-content .top-title .item {
  position: relative;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  margin-right: 50px;
  cursor: pointer;
  color: #333;
}
#product .product-box .product-content .right-content .top-title .item:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #333;
  top: 5px;
  left: 0;
}
#product .product-box .product-content .right-content .top-title .item.active {
  color: #d80000;
}
#product .product-box .product-content .right-content .top-title .item.active:before {
  content: "";
  position: absolute;
  height: 4px;
  background-color: #d80000;
  bottom: -13px;
  width: 100%;
  left: 0;
}
#product .product-box .product-content .right-content .top-title .item.active:after {
  background-color: #d80000;
  left: 0;
}
#product .product-box .product-content .right-content .content {
  margin: 30px 0;
}
#product .product-box .product-content .right-content .content img {
  max-width: 100%;
}
#product .product-box .product-content .right-content .content table {
  width: 100%;
  border: 1px solid #ddd;
}
#product .product-box .product-content .right-content .content table thead {
  font-size: 20px;
  color: #fff;
  background-color: #999;
}
#product .product-box .product-content .right-content .content table tbody tr:first-of-type {
  background-color: #f5f5f5;
}
#product .product-box .product-content .right-content .content table tbody tr {
  background-color: #fff;
}
#product .product-box .product-content .right-content .content table th {
  padding: 20px 0;
}
#product .product-box .product-content .right-content .content table td {
  padding: 15px 0;
  text-align: center;
  color: #666;
  font-size: 15px;
}
#product .product-box .product-content .right-content .content .tt {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
#product .product-box .product-content .right-content .recommend-box {
  padding-top: 50px;
  display: flex;
}
#product .product-box .product-content .right-content .recommend-box .item {
  width: 32%;
  display: inline-block;
  margin-right: 2%;
  box-shadow: 0px 5px 20px 0px rgba(36, 0, 17, 0.1);
}
#product .product-box .product-content .right-content .recommend-box .item .pic {
  width: 100%;
  overflow: hidden;
}
#product .product-box .product-content .right-content .recommend-box .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#product .product-box .product-content .right-content .recommend-box .item .info {
  padding: 20px 30px 40px;
  background-color: #f9f9f9;
}
#product .product-box .product-content .right-content .recommend-box .item .info .title {
  font-size: 22px;
  line-height: 22px;
  color: #333;
}
#product .product-box .product-content .right-content .recommend-box .item .info .desc {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
#product .product-box .product-content .right-content .recommend-box .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#product .product-box .product-content .right-content .recommend-box .item:last-of-type {
  margin-right: 0;
}
#product .product-box .product-display {
  background-color: #fff;
  padding: 30px 40px 40px;
  margin-top: 30px;
}
#product .product-box .product-display .tops {
  margin-bottom: 30px;
}
#product .product-box .product-display .tops img {
  width: 100%;
}
#product .product-box .product-display > img {
  max-width: 100%;
}

#technology .tech-box {
  background-color: #f5f5f5;
  padding: 40px 0 30px;
}
#technology .tech-box .tech-list {
  display: flex;
  flex-wrap: wrap;
}
#technology .tech-box .tech-list .item {
  width: 23.6%;
  padding: 30px 30px 0;
  display: block;
  background-color: #fff;
  margin-right: 1.86%;
  margin-bottom: 1.86%;
}
#technology .tech-box .tech-list .item .pic {
  width: 100%;
  overflow: hidden;
}
#technology .tech-box .tech-list .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#technology .tech-box .tech-list .item .info {
  color: #333;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
#technology .tech-box .tech-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#technology .tech-box .tech-list .item:nth-of-type(4n) {
  margin-right: 0;
}
#technology .process-box {
  text-align: center;
  padding: 40px 0;
  background-color: #f5f5f5;
}
#technology .process-box .section {
  padding: 60px 40px;
  background-color: #fff;
  margin-bottom: 20px;
}
#technology .process-box .section .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
#technology .process-box .section img {
  max-width: 100%;
}
#technology .process-box .section .img {
  border-top: 1px solid #ddd;
  padding-top: 35px;
  margin-top: 40px;
}
#technology .our-service {
  padding: 60px 0;
  background-color: #f5f5f5;
}
#technology .our-service .title {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #333;
}
#technology .our-service .info {
  font-size: 16px;
  color: #666;
  line-height: 1.5em;
  margin-top: 30px;
}
#technology .our-service .info img {
  max-width: 100%;
}
#technology .service-project {
  padding: 60px 1.5%;
}
#technology .service-project .title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
#technology .service-project .project-banner {
  position: relative;
}
#technology .service-project .project-banner .project-swiper .swiper-slide {
  width: 23.6% !important;
  background-color: #f5f5f5;
  position: relative;
}
#technology .service-project .project-banner .project-swiper .swiper-slide .pic {
  width: 100%;
}
#technology .service-project .project-banner .project-swiper .swiper-slide .pic img {
  width: 100%;
}
#technology .service-project .project-banner .project-swiper .swiper-slide .info-box {
  position: relative;
  color: #333;
  padding: 20px;
  text-align: center;
}
#technology .service-project .project-banner .project-swiper .swiper-slide .info-box i {
  font-size: 36px;
  color: #d80000;
}
#technology .service-project .project-banner .project-swiper .swiper-slide .info-box .desc {
  font-size: 14px;
  margin-top: 15px;
  color: #999;
}
#technology .service-project .project-banner .swiper-button-prev-project, #technology .service-project .project-banner .swiper-button-next-project {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: calc(50% - 25px);
  position: absolute;
  z-index: 100;
  outline: none;
  cursor: pointer;
}
#technology .service-project .project-banner .swiper-button-prev-project.swiper-button-disabled, #technology .service-project .project-banner .swiper-button-next-project.swiper-button-disabled {
  opacity: 1;
  color: #ddd;
}
#technology .service-project .project-banner .swiper-button-prev-project i, #technology .service-project .project-banner .swiper-button-next-project i {
  font-size: 36px;
  color: #d80000;
}
#technology .service-project .project-banner .swiper-button-prev-project {
  left: 0;
}
#technology .service-project .project-banner .swiper-button-next-project {
  right: 0;
}
#technology .download-box {
  padding: 60px 0;
  background-color: #f5f5f5;
}
#technology .download-box .title {
  font-size: 36px;
  line-height: 36px;
  color: #333;
  font-weight: bold;
}
#technology .download-box .down-list {
  display: flex;
  flex-wrap: wrap;
}
#technology .download-box .down-list .item {
  width: 23.6%;
  display: block;
  margin-right: 1.8%;
  padding: 30px 30px 0;
  transition: all 0.6s;
  background-color: #fff;
  margin-top: 1.8%;
}
#technology .download-box .down-list .item .pic {
  width: 100%;
  overflow: hidden;
}
#technology .download-box .down-list .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#technology .download-box .down-list .item .info {
  display: flex;
  padding: 20px 0;
  justify-content: space-between;
}
#technology .download-box .down-list .item .info .tt {
  color: #333;
  font-size: 18px;
}
#technology .download-box .down-list .item .info i {
  font-size: 24px;
  color: #999;
}
#technology .download-box .down-list .item:hover {
  box-shadow: 0px 10px 20px 0px rgba(52, 0, 0, 0.2);
}
#technology .download-box .down-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#technology .download-box .down-list .item:hover .info .tt {
  color: #d80000;
}
#technology .download-box .down-list .item:hover .info i {
  color: #d80000;
}
#technology .download-box .down-list .item:nth-of-type(4n) {
  margin-right: 0;
}

#contact .contact-content {
  background-color: #f5f5f5;
  padding: 50px 0 60px;
}
#contact .contact-content .contact-box {
  display: flex;
  height: 680px;
  border: 1px solid #e8e8e8;
}
#contact .contact-content .contact-box .info-box {
  background-color: #fff;
  padding: 50px;
  width: 50%;
}
#contact .contact-content .contact-box .info-box .title-box .cn {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
#contact .contact-content .contact-box .info-box .title-box .en {
  color: #333;
  font-size: 12px;
}
#contact .contact-content .contact-box .info-box .items {
  margin-top: 30px;
}
#contact .contact-content .contact-box .info-box .items .item {
  display: flex;
  line-height: 1.8em;
  font-size: 16px;
}
#contact .contact-content .contact-box .info-box .items .item i {
  display: block;
  margin-right: 15px;
  color: #bbb;
  font-size: 16px;
}
#contact .contact-content .contact-box .info-box .items .item i.icon-youxiang {
  font-size: 12px;
}
#contact .contact-content .contact-box .info-box .items .item .label {
  color: #666;
}
#contact .contact-content .contact-box .info-box .items .item .desc {
  color: #333;
  font-weight: bold;
}
#contact .contact-content .contact-box .info-box .items .item .desc span {
  margin-left: 20px;
}
#contact .contact-content .contact-box .info-box .items .item .desc a {
  color: #333;
  display: block;
}
#contact .contact-content .contact-box .info-box .items .item .desc a:hover {
  color: #d80000;
  text-decoration: underline;
}
#contact .contact-content .contact-box .info-box .items .item .gps {
  display: block;
  padding-left: 40px;
  height: 14px;
  border-left: 1px solid #333;
  background-size: 14px 14px;
  margin-top: 7px;
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/57.png);
}
#contact .contact-content .contact-box .map-box {
  width: 50%;
  height: 100%;
  overflow-x: auto;
}
#contact .contact-content .message-box {
  padding: 40px 50px 55px;
  background-color: #fff;
  margin-top: 30px;
}
#contact .contact-content .message-box .title {
  font-size: 16px;
  color: #999;
}
#contact .contact-content .message-box .title span {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  margin-right: 15px;
}
#contact .contact-content .message-box .form-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
#contact .contact-content .message-box .form-box input, #contact .contact-content .message-box .form-box textarea {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
}
#contact .contact-content .message-box .form-box input::-webkit-input-placeholder, #contact .contact-content .message-box .form-box textarea::-webkit-input-placeholder {
  color: #bbb !important;
}
#contact .contact-content .message-box .form-box input:-moz-placeholder, #contact .contact-content .message-box .form-box textarea:-moz-placeholder {
  color: #bbb !important;
}
#contact .contact-content .message-box .form-box input:-ms-input-placeholder, #contact .contact-content .message-box .form-box textarea:-ms-input-placeholder {
  color: #bbb !important;
}
#contact .contact-content .message-box .form-box .star {
  font-size: 16px;
  color: #da1d1d;
  position: absolute;
  top: 26px;
  left: 10px;
}
#contact .contact-content .message-box .form-box .input {
  width: 49.5%;
  height: 70px;
  background-color: #f5f5f5;
  padding-left: 30px;
  font-size: 16px;
  position: relative;
  margin-bottom: 1%;
}
#contact .contact-content .message-box .form-box .text-box {
  width: 100%;
  height: 150px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-top: 24px;
  font-size: 16px;
  position: relative;
  margin-bottom: 1%;
}
#contact .contact-content .message-box .form-box .text-box textarea {
  resize: none;
}
#contact .contact-content .message-box .form-box .bottom-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#contact .contact-content .message-box .form-box .bottom-box .left {
  width: 50%;
  display: flex;
}
#contact .contact-content .message-box .form-box .bottom-box .left .input {
  width: 180px;
}
#contact .contact-content .message-box .form-box .bottom-box .left .code {
  height: 70px;
  line-height: 70px;
  padding: 0 10px;
  background-color: #f7ffec;
  text-align: center;
}
#contact .contact-content .message-box .form-box .bottom-box .left .code img {
  width: 100%;
}
#contact .contact-content .message-box .form-box .bottom-box .right {
  width: 50%;
  font-size: 16px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#contact .contact-content .message-box .form-box .bottom-box .right button {
  width: 180px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: 0;
  display: block;
  background-color: #d80000;
  margin-left: 40px;
}

#news .news-box {
  padding: 40px 0 50px;
  background-color: #f5f5f5;
}
#news .news-box .news-item {
  display: flex;
  transition: all 0.6s;
  margin-bottom: 30px;
}
#news .news-box .news-item .pic {
  width: 29%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#news .news-box .news-item .pic img {
  width: 100%;
  opacity: 0;
}
#news .news-box .news-item .info {
  width: 71%;
  background-color: #fff;
  padding: 30px 30px 0;
}
#news .news-box .news-item .info .title .tt {
  font-size: 22px;
  line-height: 30px;
  color: #333;
}
#news .news-box .news-item .info .title .date {
  font-size: 14px;
  color: #999;
}
#news .news-box .news-item .info .desc {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  margin-top: 30px;
}
#news .news-box .news-item .info .more {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #999;
  border: 1px solid #ddd;
  font-size: 14px;
  display: block;
  margin-top: 50px;
  transition: all 0.6s;
}
#news .news-box .news-item:hover {
  box-shadow: 0px 10px 10px 0px rgba(61, 0, 0, 0.05);
}
#news .news-box .news-item:hover .info .more {
  background-color: #d80000;
  color: #fff;
  border: 1px solid #d80000;
}
#news .news-detail {
  padding-bottom: 60px;
  background-color: #f5f5f5;
}
#news .news-detail .news-content {
  display: flex;
  justify-content: space-between;
}
#news .news-detail .news-content .left-content {
  background-color: #fff;
  width: 71%;
}
#news .news-detail .news-content .left-content .title-box {
  padding: 30px 50px;
  border-bottom: 1px solid #ebebeb;
}
#news .news-detail .news-content .left-content .title-box .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  color: #333;
}
#news .news-detail .news-content .left-content .title-box .desc {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}
#news .news-detail .news-content .left-content .content {
  padding: 60px 50px 70px;
}
#news .news-detail .news-content .left-content .content img {
  max-width: 100%;
}
#news .news-detail .news-content .left-content .content img table {
  border: 1px solid #e6e6e6;
  max-width: 100%;
}
#news .news-detail .news-content .left-content .detail-bottom {
  font-size: 16px;
  padding: 20px 30px 30px 50px;
  border-top: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#news .news-detail .news-content .left-content .detail-bottom .left .lines {
  color: #999;
  line-height: 32px;
}
#news .news-detail .news-content .left-content .detail-bottom .left .lines a {
  color: #333;
}
#news .news-detail .news-content .left-content .detail-bottom .left .lines a:hover {
  color: #cb001c;
}
#news .news-detail .news-content .left-content .detail-bottom .back {
  width: 130px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #666;
  text-align: center;
  display: block;
  border: 1px solid #ddd;
}
#news .news-detail .news-content .right-content {
  width: 27%;
  background-color: #fff;
}
#news .news-detail .news-content .right-content .items {
  border-bottom: 1px solid #ebebeb;
  padding: 30px;
  display: block;
}
#news .news-detail .news-content .right-content .items .title {
  font-size: 22px;
  color: #333;
}
#news .news-detail .news-content .right-content .items .desc {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

@media screen and (max-width: 1900px) {
  #index .index-banner .slide1 .text-position .texts {
    padding-top: 4%;
  }
  #index .index-banner .slide1 .text-position .texts .text03 {
    font-size: 18px;
  }
  #index .index-banner .slide1 .text-position .texts .link-box {
    margin-top: 30px;
  }
  #index .index-banner .slide1 .text-position .texts .text-img01 img {
    width: 90%;
  }
  #index .index-banner .slide1 .text-position .texts .text-img02 img {
    width: 85%;
  }
  #index .about-us .about-box .about-right .info {
    height: 140px;
  }
  #index .about-us .about-box .about-right .com-more {
    margin-top: 35px;
  }
  #index .news-box .news-content .right .item .text-box {
    padding: 22px 25px 23px;
  }
  .header-nav .container .item {
    width: 13.5%;
  }
  .footer .bottoms .container .left .items {
    padding-left: 3%;
  }
  #news .news-box .news-item .info .desc {
    margin-top: 20px;
  }
  #news .news-box .news-item .info .more {
    margin-top: 30px;
  }
  #technology .our-service {
    padding: 45px 0;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide .info-box .info {
    font-size: 14px;
    padding: 20px 20px 30px;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide .info-box {
    height: 210px;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide .info-box:after {
    bottom: -50px;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1600px) {
  #index .about-us .about-box .about-right .info {
    height: 120px;
  }
  #index .about-us .about-box .about-right .num-box {
    margin-top: 30px;
  }
  #index .about-us .about-box .about-right .num-box .item .num {
    font-size: 30px;
    line-height: 30px;
  }
  #index .about-us .about-box .about-right .num-box .item .num span {
    font-size: 40px;
    line-height: 40px;
  }
  #index .product-box .product-banner .product-swiper .swiper-slide .info-box {
    padding: 20px 16px;
  }
  #index .product-box .product-banner .product-swiper .swiper-slide .info-box .tt {
    font-size: 18px;
    line-height: 18px;
  }
  #index .news-box .news-content .right .item .text-box {
    padding: 22px 25px 20px;
  }
  #index .news-box .news-content .item .text-box .tt {
    font-size: 18px;
    line-height: 20px;
  }
  #index .news-box .news-content .item .text-box .desc {
    margin-top: 15px;
  }
  .footer .bottoms .container .left .items {
    padding-left: 1.5%;
  }
  #index .index-banner .slide1 .text-position .texts .items {
    margin-top: 30px;
  }
  #index .index-banner .slide1 .text-position .texts .text03 {
    font-size: 16px;
  }
  .header-top .logo {
    width: 500px;
  }
  .header-top .tel-box {
    font-size: 40px;
    line-height: 40px;
  }
  #contact .contact-content .contact-box .info-box {
    padding: 30px;
  }
  #contact .contact-content .contact-box .info-box .items {
    margin-top: 20px;
  }
  #contact .contact-content .contact-box {
    height: 610px;
  }
  #contact .contact-content .message-box {
    padding: 30px;
  }
  #news .news-box .news-item .info {
    padding: 20px 25px;
  }
  #product .product-box .product-content .right-content {
    padding: 35px 50px 60px;
  }
  #technology .process-box .section {
    padding: 40px;
  }
  #technology .download-box .down-list .item {
    padding: 25px 25px 0;
  }
  #technology .download-box .down-list .item .info {
    padding: 15px 0;
  }
  #technology .our-service .title {
    font-size: 30px;
  }
  #technology .service-project .title {
    font-size: 30px;
  }
  #technology .download-box .title {
    font-size: 30px;
  }
  #technology .tech-box .tech-list .item {
    padding: 25px 25px 0;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide .info-box {
    height: 210px;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide .info-box:after {
    bottom: -50px;
  }
}
@media screen and (max-width: 1460px) {
  #index .about-us .about-box .about-right .com-more {
    margin-top: 30px;
  }
  #index .about-us .about-box .about-right .info {
    height: 110px;
  }
  #index .about-us .about-box .about-right .num-box .item .num {
    font-size: 28px;
  }
  #index .about-us .about-box .about-right .num-box .item .num span {
    font-size: 36px;
  }
  #index .news-box .news-content .right .item .text-box {
    padding: 20px 25px 17px;
  }
  .inner-banner .text-position .texts {
    padding-top: 5%;
  }
  .inner-banner .text-position .texts .text02 {
    font-size: 36px;
    line-height: 36px;
  }
  .inner-banner .text-position .texts .items {
    margin-top: 30px;
  }
  #about .about-box .left .num-box .item .num {
    font-size: 32px;
    line-height: 32px;
  }
  #about .about-box .left .num-box .item .num span {
    font-size: 36px;
    line-height: 36px;
  }
  #about .about-box {
    padding: 0.8rem 0;
  }
  #about .video-box {
    height: 540px;
  }
  #news .news-detail .news-content .left-content .content {
    padding: 30px;
  }
  #news .news-detail .news-content .right-content .items {
    padding: 20px;
  }
  #news .news-detail .news-content .left-content .title-box {
    padding: 30px;
  }
  #news .news-detail .news-content .left-content .title-box .title {
    font-size: 30px;
    line-height: 40px;
  }
  #product .product-box .product-content .left-nav .item {
    padding-left: 35%;
  }
  #technology .service-project {
    padding: 45px 1.5%;
  }
  #technology .service-project .project-banner .project-swiper .swiper-slide .info-box {
    padding: 15px;
  }
}
@media screen and (max-width: 1386px) {
  #index .index-banner .slide1 .text-position .texts .text-img01 img {
    width: 85%;
  }
  #index .index-banner .slide1 .text-position .texts .text-img02 img {
    width: 80%;
  }
  #index .contact-box .bottoms .items {
    padding: 45px 10px;
  }
  #index .contact-box .bottoms .items .t1 {
    font-size: 18px;
    line-height: 18px;
  }
  #index .contact-box .bottoms .items .t2 {
    font-size: 14px;
  }
  .footer .bottoms .container .right .logo {
    width: 325px;
  }
  .footer .bottoms .container .left .items .tt {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #index .contact-box .bottoms .items i {
    font-size: 32px;
  }
  .header-nav .container .item {
    font-size: 18px;
  }
  #index .about-us .about-box .about-right .info {
    height: 90px;
  }
  #index .news-box .news-content .right .item .text-box {
    padding: 16px 25px 16px;
  }
  #index .contact-box .tops {
    height: 170px;
  }
  .com-title .tt {
    font-size: 28px;
    line-height: 30px;
  }
  #about .video-box {
    height: 460px;
  }
  #contact .contact-content .contact-box .info-box .title-box .cn {
    font-size: 24px;
    line-height: 24px;
  }
  #contact .contact-content .contact-box .info-box .items {
    margin-top: 10px;
  }
  #contact .contact-content .contact-box .info-box {
    padding: 20px;
  }
  #contact .contact-content .contact-box {
    height: 560px;
  }
  #news .news-detail .news-content .right-content .items .title {
    font-size: 18px;
  }
  #news .news-detail .news-content .right-content .items {
    padding: 15px;
  }
  #technology .tech-box .tech-list .item {
    padding: 20px 20px 0;
  }
  #technology .tech-box .tech-list .item .info {
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1300px) {
  #index .product-box .product-banner .product-swiper .swiper-slide .info-box {
    padding: 15px;
  }
  #index .product-box .product-banner .product-swiper .swiper-slide .info-box .tt {
    font-size: 16px;
    line-height: 16px;
  }
  #index .product-box .product-banner .product-swiper .swiper-slide .info-box .desc {
    font-size: 12px;
  }
  #index .product-box {
    padding: 40px 1% 40px;
  }
  .header-top .logo {
    width: 380px;
  }
  .header-top .tel-box .tel {
    width: 30px;
    height: 30px;
  }
  .header-top .tel-box {
    font-size: 28px;
    line-height: 28px;
  }
  #index .index-banner .slide1 .text-position .texts .text-img01 img {
    width: 70%;
  }
  #index .index-banner .slide1 .text-position .texts .text-img02 img {
    width: 65%;
  }
  #index .index-banner .slide1 .text-position .texts .text03 {
    font-size: 12px;
    width: 60%;
  }
  #index .index-banner .slide1 .text-position .texts .line {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  #index .index-banner .slide1 .text-position .texts .items .item {
    padding: 0 25px;
  }
  #index .index-banner .slide1 .text-position .texts .link-box {
    margin-top: 20px;
  }
  #index .index-banner .slide1 .text-position .texts .link-box .l-item {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #index .index-banner .slide1 .text-position .texts {
    padding-top: 2.5%;
  }
  #index .about-us .about-box .about-right .info {
    height: 80px;
    font-size: 14px;
    margin-top: 10px;
  }
  #index .about-us .about-box .about-right .num-box {
    margin-top: 10px;
  }
  #index .about-us .about-box .about-right .num-box .item .num span {
    font-size: 24px;
  }
  #index .about-us .about-box .about-right .num-box .item .num {
    font-size: 20px;
  }
  #index .about-us .about-box .about-right .com-more {
    margin-top: 20px;
  }
  #index .about-us .about-box .about-right .num-box .item p {
    margin-top: 5px;
  }
  .com-more {
    width: 130px;
    height: 40px;
    line-height: 40px;
  }
  .com-more i {
    font-size: 14px;
  }
  #index .news-box .news-content .item .date {
    width: 100px;
    padding-right: 20px;
  }
  #index .news-box .news-content .item .text-box {
    padding: 15px;
    width: calc(100% - 100px);
  }
  #index .news-box .news-content .right .item .text-box {
    padding: 15px;
  }
  #index .news-box .news-content .item .date .t2 {
    font-size: 18px;
    line-height: 18px;
  }
  #index .news-box .news-content .right .item .text-box {
    padding: 8px;
  }
  #index .news-box .news-content .item .text-box .tt {
    font-size: 16px;
  }
  #index .news-box .news-content .item .text-box .desc {
    margin-top: 5px;
  }
  #index .map-box {
    height: 400px;
  }
  #index .contact-box .tops {
    height: 140px;
  }
  #index .contact-box {
    margin-top: -138px;
  }
  #index .contact-box .bottoms {
    padding: 2% 0;
  }
  #index .contact-box .bottoms .items .t1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  #index .contact-box .bottoms .items.online .t2 {
    font-size: 12px;
  }
  .footer .bottoms .container {
    padding: 0 1%;
  }
  .footer .bottoms .container .left .items .tt {
    font-size: 14px;
  }
  .footer .bottoms .container .left .items .item {
    font-size: 12px;
  }
  .footer .bottoms .container .right .logo {
    width: 250px;
  }
  .footer .bottoms {
    padding: 45px 0;
  }
  #about .ability-box .ability-item .info {
    padding: 0 3%;
  }
  #about .ability-box .ability-item .info .text-box .tt {
    font-size: 28px;
    line-height: 28px;
  }
  #about .about-box .left .num-box .item .num {
    font-size: 24px;
    line-height: 24px;
  }
  #about .about-box .left .num-box .item .num span {
    font-size: 28px;
    line-height: 28px;
  }
  #about .about-box .right {
    font-size: 14px;
  }
  #about .video-box {
    height: 390px;
  }
  #contact .contact-content .contact-box .info-box .items .item {
    font-size: 14px;
    line-height: 2em;
  }
  #news .news-box .news-item .pic {
    width: 35%;
  }
  #news .news-box .news-item .info {
    width: 65%;
  }
  #news .news-detail .news-content .left-content .title-box .title {
    font-size: 28px;
    line-height: 36px;
  }
  #news .news-detail .news-content .left-content .title-box {
    padding: 25px;
  }
  #news .news-detail .news-content .left-content .content {
    padding: 25px;
  }
  #product .product-box .product-content .right-content .recommend-box .item .info {
    padding: 20px;
  }
  #technology .our-service .info {
    font-size: 14px;
    margin-top: 20px;
  }
  #technology .service-project .project-banner .project-swiper .swiper-slide .info-box i {
    font-size: 24px;
  }
  #technology .download-box .down-list .item {
    padding: 15px 15px 0;
  }
  #technology .download-box .down-list .item .info {
    padding: 10px 0;
  }
  #technology .download-box .down-list .item .info .tt {
    font-size: 16px;
  }
  #technology .download-box .down-list .item .info i {
    font-size: 20px;
  }
  #technology .tech-box .tech-list .item {
    padding: 15px 15px 0;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide .info-box .info {
    padding: 10px 10px 20px;
    font-size: 12px;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide .info-box .info .desc {
    height: 90px;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide .info-box {
    height: 160px;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide:nth-of-type(even) .info-box:before {
    top: -15px !important;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide .info-box:before {
    bottom: -15px !important;
  }
}
@media screen and (max-width: 1044px) {
  .header-top {
    display: none;
  }
  .header-nav {
    display: none;
  }
  .index-banner {
    margin-top: 0.88rem;
  }
  .rightNav .item {
    width: 1.2rem;
    height: 1.2rem;
  }
  .rightNav .item p {
    margin-top: 6px;
  }
  .rightNav .item i {
    font-size: 16px;
  }
  .m-header {
    width: 100%;
    height: 0.88rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100001;
    background-color: #fff;
  }
  .m-header .logo {
    width: 1.9rem;
  }
  .m-header .logo img {
    width: 100%;
  }
  .m-header .right {
    display: flex;
    align-items: center;
  }
  .m-header .right .tel {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.5rem 0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/01.png");
    margin-right: 0.2rem;
  }
  .m-header .right .language {
    color: #d80000;
    font-weight: bold;
    margin-left: 0.4rem;
  }
  .m-header .right a {
    display: inline-block;
    height: 100%;
    line-height: 0.88rem;
    font-size: 0.32rem;
    font-weight: bold;
  }
  .m-header .right .open {
    display: inline-block;
    width: 0.88rem;
    height: 0.88rem;
    background-size: 0.64rem 0.64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/menu.png");
    margin-left: 0.2rem;
  }
  .m-cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100002;
    display: none;
  }
  .m-cover .icon {
    width: 0.88rem;
    height: 0.88rem;
    background-size: 0.64rem 0.64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/cha.png");
    position: absolute;
    top: 0;
    right: 0.25rem;
  }
  .m-cover .copyRight {
    position: absolute;
    left: 0.2rem;
    bottom: 0.4rem;
    font-size: 12px;
    color: #fff;
  }
  .m-cover .copyRight strong {
    font-weight: 700;
  }
  .m-cover .link-box {
    padding-top: 1rem;
  }
  .m-cover .link-box a {
    display: block;
    height: 1rem;
    line-height: 1rem;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s;
  }
  .m-cover .link-box a .cn {
    display: block;
  }
  .m-cover .link-box a .en {
    display: none;
    text-transform: uppercase;
  }
  .m-cover .link-box a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .m-cover .link-box a:hover .cn {
    display: none;
  }
  .m-cover .link-box a:hover .en {
    display: block;
  }
  #index .index-banner .slide1 .text-position .texts .text-img01 {
    width: 100%;
  }
  #index .index-banner .slide1 .text-position .texts .text-img01 img {
    width: 90%;
  }
  #index .index-banner .slide1 .text-position .texts .text-img02 {
    width: 100%;
  }
  #index .index-banner .slide1 .text-position .texts .text-img02 img {
    width: 90%;
  }
  #index .index-banner .slide1 .text-position .texts .text03 {
    width: 90%;
  }
  #index .index-banner .slide1 .text-position .texts {
    padding-top: 35%;
  }
  #index .about-us {
    padding: 0.8rem 0;
  }
  .com-title .tt {
    font-size: 24px;
  }
  .com-title .desc {
    font-size: 12px;
  }
  #index .about-us .about-box {
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
  #index .about-us .about-box .about-left {
    width: 100%;
  }
  #index .about-us .about-box .about-left .bg {
    display: none;
  }
  #index .about-us .about-box .about-right {
    width: 100%;
    padding: 0 4%;
    margin-top: 0.5rem;
  }
  #index .about-us .about-box .about-right .title {
    font-size: 20px;
  }
  #index .about-us .about-box .about-right .num-box .item .num span {
    font-size: 20px;
  }
  #index .about-us .about-box .about-right .num-box .item p {
    font-size: 14px;
  }
  #index .about-us .about-box .about-left .pic .play-box {
    font-size: 16px;
  }
  #index .about-us .about-box .about-left .pic .play-box i {
    font-size: 36px;
  }
  #index .about-us .about-box .about-right .com-more {
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  .com-nav {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    padding: 0 4%;
  }
  .com-nav .item {
    flex-shrink: 0;
  }
  .com-nav .item {
    min-width: 1.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 14px;
  }
  #index .product-box .product-banner .swiper-button-next-product i, #index .product-box .product-banner .swiper-button-prev-product i {
    font-size: 20px;
  }
  #index .product-box {
    padding: 0.8rem 1.5% 0.8rem;
  }
  #index .product-box .product-banner .product-swiper .swiper-slide {
    width: 49.1% !important;
  }
  #index .product-box .product-banner .product-swiper .swiper-slide .info-box {
    padding: 0.2rem;
  }
  #index .product-box .product-banner .swiper-button-next-product, #index .product-box .product-banner .swiper-button-prev-product {
    width: 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    top: calc(50% - 0.4rem);
  }
  #index .news-box .news-content {
    flex-wrap: wrap;
  }
  #index .news-box .news-content .left {
    width: 100%;
  }
  #index .news-box .news-content .right {
    width: 100%;
  }
  .container {
    width: 91.5%;
  }
  #index .news-box .news-content .item .text-box {
    padding: 0.2rem;
  }
  #index .news-box .news-content .item .text-box .tt {
    font-size: 14px;
  }
  #index .news-box .news-content .item .text-box .desc {
    font-size: 12px;
    line-height: 24px;
    height: 48px;
  }
  #index .news-box .news-content .item .text-box {
    width: calc(100% - 1.6rem);
  }
  #index .news-box .news-content .item .date {
    width: 1.6rem;
    padding-right: 0.2rem;
  }
  #index .news-box {
    padding: 1rem 0;
  }
  #index .map-box {
    height: 4rem;
  }
  #index .contact-box .tops {
    height: 2.2rem;
  }
  .com-title .line {
    margin-top: 0.1rem;
  }
  .com-title .desc {
    margin-top: 0.1rem;
  }
  #index .contact-box {
    margin-top: -2.2rem;
  }
  #index .contact-box .bottoms {
    flex-wrap: wrap;
  }
  #index .contact-box .bottoms .items {
    width: 49%;
    padding: 0.4rem 0.1rem;
    margin-bottom: 2%;
  }
  #index .contact-box .bottoms .items .t1 {
    margin: 0.1rem 0;
    font-size: 14px;
  }
  #index .contact-box .bottoms .items i {
    font-size: 20px;
  }
  #index .contact-box .bottoms .items .t2 {
    font-size: 12px;
  }
  .footer .tops {
    padding: 0.2rem 1%;
  }
  .footer .tops .container {
    flex-wrap: wrap;
  }
  .footer .tops .container span {
    width: 100%;
  }
  .footer .tops .container a {
    width: 100%;
    display: inline-block;
  }
  .footer .tops .container .line {
    display: none;
  }
  .footer .bottoms {
    padding: 0.6rem 0;
  }
  .footer .bottoms .container {
    flex-wrap: wrap;
  }
  .footer .bottoms .container .left {
    width: 100%;
    display: none;
  }
  .footer .footer-bottom {
    height: auto;
  }
  .footer .bottoms .container .right .logo {
    width: 4rem;
    margin: 0 auto;
  }
  .footer .bottoms .container .right .text-box {
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
  }
  .footer .bottoms .container .right .text-box {
    width: 100%;
    text-align: center;
  }
  .footer .bottoms .container .right .code-box {
    width: 100%;
    justify-content: center;
  }
  .footer .footer-bottom .container {
    padding: 0.2rem 1%;
    line-height: 2em;
    flex-wrap: wrap;
  }
  .footer .footer-bottom .container .left {
    flex-wrap: wrap;
    width: 100%;
  }
  .footer .footer-bottom .container .left p {
    width: 100%;
  }
  .footer .footer-bottom .container .left a {
    width: 100%;
    display: inline-block;
    margin-left: 0;
  }
  .footer .footer-bottom .container .right {
    width: 100%;
  }
  #index .product-box .com-more {
    margin-top: 0.5rem;
  }
  .inner-banner {
    height: 4rem;
    margin-top: 0.88rem;
  }
  .inner-banner .text-position .texts .text02 {
    font-size: 20px;
    line-height: 20px;
  }
  .inner-banner .text-position .texts .text03 {
    font-size: 12px;
    line-height: 1.8em;
    margin-top: 0.1rem;
  }
  .inner-banner .text-position .texts .items .item {
    padding: 0 0.4rem;
  }
  .inner-banner .text-position .texts .items .item .img {
    width: 0.8rem;
  }
  .inner-banner .text-position .texts .items {
    margin-top: 0.3rem;
  }
  .second-nav {
    height: 1rem;
  }
  .second-nav .item {
    width: 1.4rem;
    margin-right: 0.4rem;
    font-size: 13px;
    line-height: 1rem;
  }
  #about .about-box .container {
    flex-wrap: wrap;
  }
  #about .about-box .left {
    width: 100%;
    padding-right: 0;
  }
  #about .about-box .left .line {
    margin-top: 0.4rem;
  }
  #about .about-box .left .num-box {
    margin-bottom: 0.3rem;
    margin-top: 0.4rem;
  }
  #about .about-box .right {
    width: 100%;
  }
  #about .about-box .left .tt {
    font-size: 24px;
    line-height: 30px;
  }
  #about .about-box .left .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0.2rem;
  }
  #about .about-box .left .num-box .item .num {
    font-size: 20px;
    line-height: 20px;
  }
  #about .about-box .left .num-box .item .num span {
    font-size: 20px;
    line-height: 20px;
  }
  #about .about-box .left .num-box .item p {
    font-size: 14px;
    margin-top: 0.1rem;
  }
  #about .video-box {
    height: 4rem;
  }
  #about .video-box .play-box i {
    font-size: 24px;
  }
  #about .video-box .play-box {
    font-size: 14px;
  }
  #about .ability-box {
    padding: 0.6rem 0;
  }
  #about .ability-box .ability-item {
    flex-wrap: wrap;
  }
  #about .ability-box .ability-item .info .text-box .tt {
    font-size: 18px;
    line-height: 18px;
  }
  #about .ability-box .ability-item .info .text-box .desc {
    font-size: 14px;
    margin-top: 0.2rem;
  }
  #about .ability-box .ability-item .pic {
    width: 100%;
  }
  #about .ability-box .ability-item .info {
    width: 100%;
    padding: 4%;
  }
  #about .honor-box {
    padding: 1rem 1%;
  }
  #about .honor-box .honor-banner {
    margin-top: 0.4rem;
  }
  #about .honor-box .honor-banner .honor-swiper .swiper-slide {
    width: 49.1% !important;
  }
  #about .honor-box .honor-banner .swiper-button-next-honor, #about .honor-box .honor-banner .swiper-button-prev-honor {
    width: 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    top: calc(50% - 0.15rem);
  }
  #about .honor-box .honor-banner .swiper-button-next-honor i, #about .honor-box .honor-banner .swiper-button-prev-honor i {
    font-size: 20px;
  }
  #contact .contact-content .contact-box {
    flex-wrap: wrap;
    height: auto;
  }
  #contact .contact-content .contact-box .info-box .items .item i {
    font-size: 16px;
  }
  #contact .contact-content .contact-box .info-box {
    width: 100%;
    padding: 0.2rem;
  }
  #contact .contact-content .contact-box .map-box {
    width: 100%;
    height: 4rem;
  }
  #contact .contact-content .message-box .title {
    font-size: 14px;
  }
  #contact .contact-content .message-box .title span {
    font-size: 18px;
    line-height: 18px;
  }
  #contact .contact-content .message-box .form-box {
    margin-top: 20px;
  }
  #contact .contact-content .message-box .form-box .input {
    width: 100%;
  }
  #contact .contact-content .message-box {
    padding: 0.3rem;
  }
  #contact .contact-content .message-box .form-box .input {
    height: 0.8rem;
    padding-left: 0.3rem;
    margin-bottom: 2%;
  }
  #contact .contact-content .message-box .form-box .star {
    top: 0.24rem;
    left: 0.1rem;
  }
  #contact .contact-content .message-box .form-box .text-box {
    height: 2rem;
    padding-left: 0.3rem;
    padding-top: 0.2rem;
    margin-bottom: 2%;
  }
  #contact .contact-content .message-box .form-box .bottom-box {
    width: 100%;
    flex-wrap: wrap;
  }
  #contact .contact-content .message-box .form-box .bottom-box .left {
    width: 100%;
  }
  #contact .contact-content .message-box .form-box .bottom-box .right {
    width: 100%;
    font-size: 12px;
    margin-top: 0.4rem;
  }
  #contact .contact-content .message-box .form-box .bottom-box .left .code {
    height: 0.8rem;
    line-height: 0.8rem;
  }
  #contact .contact-content .message-box .form-box .bottom-box .right button {
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 14px;
  }
  #contact .contact-content {
    padding: 0.8rem 0;
  }
  #news .news-box .news-item .pic {
    width: 100%;
  }
  #news .news-box .news-item .info {
    width: 100%;
  }
  #news .news-box .news-item {
    flex-wrap: wrap;
  }
  #news .news-box {
    padding: 0.5rem 0;
  }
  .pages-box {
    padding: 0 4%;
  }
  .pages-box .item {
    height: 0.7rem;
    line-height: 0.7rem;
  }
  #news .news-box .news-item .info {
    padding: 0.3rem;
  }
  #news .news-box .news-item .info .desc {
    margin-top: 0.2rem;
  }
  #news .news-box .news-item .info .title .tt {
    font-size: 18px;
  }
  #news .news-box .news-item .info .more {
    margin-top: 0.3rem;
  }
  #news .news-detail .news-content {
    flex-wrap: wrap;
  }
  #news .news-detail .news-content .left-content {
    width: 100%;
  }
  #news .news-detail .news-content .left-content .title-box .title {
    font-size: 20px;
    line-height: 28px;
  }
  #news .news-detail .news-content .left-content .title-box {
    padding: 0.3rem;
  }
  #news .news-detail .news-content .left-content .content {
    padding: 0.3rem;
  }
  #news .news-detail .news-content .left-content .title-box .desc {
    font-size: 14px;
  }
  #news .news-detail .news-content .left-content .detail-bottom {
    flex-wrap: wrap;
    padding: 0.2rem;
    font-size: 14px;
  }
  #news .news-detail .news-content .left-content .detail-bottom .back {
    width: 2.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0 auto;
    margin-top: 0.3rem;
    font-size: 14px;
  }
  #news .news-detail .news-content .right-content {
    width: 100%;
    margin-top: 0.4rem;
  }
  #product .product-box .product-item .item-tops {
    flex-wrap: wrap;
  }
  #product .product-box .product-item .item-tops .left {
    width: 100%;
  }
  #product .product-box .product-item .item-tops .left .title .t1 {
    font-size: 24px;
    line-height: 28px;
  }
  #product .product-box .product-item .item-tops .right {
    width: 100%;
  }
  #product .product-box .product-item .item-bottoms {
    padding: 5%;
  }
  #product .product-box .product-content {
    flex-wrap: wrap;
  }
  #product .product-box .product-content .left-nav {
    width: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    border-right: 0;
  }
  #product .product-box .product-content .right-content {
    width: 100%;
    padding: 5%;
  }
  #product .product-box .product-content .right-content .top-title .title {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.2rem;
    background-size: 2rem 0.8rem;
    font-size: 14px;
  }
  #product .product-box .product-content .right-content .content {
    margin: 0.3rem 0;
  }
  #product .product-box .product-content .right-content .top-title .item {
    font-size: 16px;
    margin-right: 0.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
  }
  #product .product-box .product-content .right-content .top-title .item.active:before {
    bottom: -0.3rem;
  }
  #product .product-box .product-content .right-content .recommend-box {
    flex-wrap: wrap;
    padding-top: 0.4rem;
  }
  #product .product-box .product-content .right-content .recommend-box .item {
    width: 100%;
    margin-bottom: 4%;
  }
  #product .product-box .product-content .right-content .recommend-box .item .info {
    padding: 0.2rem;
  }
  #product .product-box .product-display {
    padding: 0.2rem;
  }
  #product .product-box {
    padding-top: 0.4rem;
    padding-bottom: 0.8rem;
  }
  #product .product-box .product-display .tops {
    margin-bottom: 0.3rem;
  }
  #product .product-box .product-content .right-content .recommend-box .item .info .title {
    font-size: 18px;
    line-height: 18px;
  }
  #product .product-box .product-content .left-nav .item {
    width: auto;
    padding: 0 0.2rem;
    flex-shrink: 0;
  }
  #product .product-box .product-content .left-nav .item.active:after {
    width: 100%;
    height: 2px;
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
  }
  #product .product-box .product-item .item-bottoms .tt {
    margin-bottom: 0.2rem;
  }
  #technology .process-box .section {
    padding: 0.4rem;
  }
  #technology .process-box {
    padding: 0.4rem 0;
  }
  #technology .process-box .section .title {
    font-size: 20px;
    margin-bottom: 0.3rem;
  }
  #technology .process-box .section .img {
    padding-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
  #technology .our-service {
    padding: 0.5rem 0;
  }
  #technology .our-service .title {
    font-size: 24px;
  }
  #technology .service-project .title {
    font-size: 24px;
  }
  #technology .download-box .title {
    font-size: 24px;
  }
  #technology .service-project {
    padding: 0.6rem 1.5%;
  }
  #technology .service-project .title {
    margin-bottom: 0.3rem;
  }
  #technology .service-project .project-banner .project-swiper .swiper-slide {
    width: 49.1% !important;
  }
  #technology .service-project .project-banner .swiper-button-prev-project i, #technology .service-project .project-banner .swiper-button-next-project i {
    font-size: 20px;
  }
  #technology .service-project .project-banner .swiper-button-prev-project, #technology .service-project .project-banner .swiper-button-next-project {
    width: 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    top: calc(50% - 0.4rem);
  }
  #technology .download-box {
    padding: 0.6rem 0;
  }
  #technology .download-box .down-list .item {
    width: 49%;
    margin-right: 2%;
    margin-top: 2%;
    padding: 0.2rem 0.2rem 0;
  }
  #technology .download-box .down-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #technology .download-box .down-list .item .info .tt {
    font-size: 14px;
  }
  #technology .tech-box {
    padding: 0.4rem 0;
  }
  #technology .tech-box .tech-list .item {
    padding: 0.2rem 0.2rem 0;
  }
  #technology .tech-box .tech-list .item {
    width: 49%;
  }
  #technology .tech-box .tech-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #technology .tech-box .tech-list .item .info {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 16px;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide .info-box .info {
    padding: 0.1rem;
  }
  #about .development-box .develop-banner .swiper-button-prev-develop, #about .development-box .develop-banner .swiper-button-next-develop {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  #about .development-box .develop-banner .swiper-button-prev-develop i, #about .development-box .develop-banner .swiper-button-next-develop i {
    font-size: 16px;
  }
  #about .development-box .develop-banner .swiper-button-prev-develop {
    left: -0.15rem;
  }
  #about .development-box .develop-banner .swiper-button-next-develop {
    right: -0.15rem;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide .info-box .date {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 14px;
  }
  #about .development-box .develop-banner {
    margin-top: 0.4rem;
  }
  #about .development-box {
    padding: 0.6rem 1.5%;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide .info-box {
    height: 2.8rem;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide .info-box:after {
    bottom: -0.6rem;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide:nth-of-type(even) .info-box:after {
    top: -0.4rem;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide .info-box:before {
    bottom: 0.1rem !important;
  }
  #about .development-box .develop-banner .develop-swiper .swiper-slide {
    margin-bottom: 0.4rem;
  }
  .video-layer .layui-layer-content {
    width: 400px !important;
    height: 225px !important;
    overflow: hidden !important;
  }
  #product .product-box .product-item .item-bottoms table th {
    padding: 0.2rem 0;
  }
  #product .product-box .product-item .item-bottoms table td {
    font-size: 12px;
    white-space: nowrap;
  }
  #product .product-box .product-item .item-bottoms {
    padding: 0;
    overflow-x: auto;
  }
}
@media screen and (max-width: 750px) {
  .video-layer .layui-layer-content {
    width: 300px !important;
    height: 169px !important;
    overflow: hidden !important;
  }
}/*# sourceMappingURL=style.css.map */