.header {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  border-bottom-color: rgba(203, 203, 203, 0.2);
}
@media (min-width: 1321px) {
.header .content .nav a {
  color: #fff;
}
.header .content .search .icon {
  background-image: ;
}
.header .content .search:hover input {
  border-color: #fff;
}
.header .content .right-content .phone {
  color: #fff;
}
}
.banner {
  height: 100vh;
  width: 100%;
}
.banner .swiper-container {
  height: 100%;
  width: 100%;
}
.banner .swiper-container .swiper-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .swiper-container .swiper-slide .phone {
  display: none;
}
.banner .swiper-container .swiper-pagination {
  font-size: 0;
  text-align: left;
  padding-left: 100px;
  bottom: 60px;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
  border-radius: 100%;
  line-height: 25px;
  color: #fff;
  width: 27px;
  font-size: 14px;
  margin: 0 7px;
  height: 27px;
  opacity: 1;
  text-align: center;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  color: #666;
}
.index-title {
  text-align: center;
  padding: 95px 50px 75px;
}
.index-title span {
  display: block;
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
  color: #2e2e2e;
}
.index-title p {
  line-height: 28px;
  font-size: 18px;
  margin-top: 15px;
  color: #2e2e2e;
}
.index-production {
  background: #f2f2f2;
}
.index-production .index-prod {
  overflow: hidden;
  max-width: 1820px;
  padding: 0 50px 78px;
  margin: 0 auto;
}
.index-production .index-prod .type {
  background: #0089e7;
  min-width: 122px;
  padding: 0 6px;
  line-height: 31px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 57px;
  top: 40px;
  display: block;
}
.index-production .index-prod .pic {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.index-production .index-prod .title {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  display: block;
}
.index-production .index-prod .text {
  color: #fff;
  line-height: 33px;
  height: 99px;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 20px;
}
.index-production .index-prod .swiper-pagination {
  bottom: 16px;
  font-size: 0;
}
.index-production .index-prod .swiper-pagination span {
  background: transparent;
  border-radius: 0;
  width: 44px;
  height: 30px;
  position: relative;
  cursor: pointer;
  opacity: 1;
  margin: 0 9px;
}
.index-production .index-prod .swiper-pagination span::before {
  width: 100%;
  height: 1px;
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.4);
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}
.index-production .index-prod .swiper-pagination span.swiper-pagination-bullet-active::before {
  background: #fff;
}
.index-production .index-prod .left-content {
  width: 41.3%;
  float: left;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
.index-production .index-prod .left-content .swiper-container .swiper-slide {
  height: 738px;
  position: relative;
}
.index-production .index-prod .left-content .swiper-container .swiper-slide .type {
  background: #cae9ff;
  color: #2e2e2e;
  transition: .3s;
}
.index-production .index-prod .left-content .swiper-container .swiper-slide .pic {
  width: 90%;
  max-width: 520px;
  height: 420px;
  margin: 70px auto 0;
  transition: .3s;
}
.index-production .index-prod .left-content .swiper-container .swiper-slide .con {
  max-width: 440px;
  margin: 0 auto;
  padding: 0 15px;
  transition: .3s;
}

.index-production .index-prod .right-content {
  width: 57%;
  float: right;
}
.index-production .index-prod .right-content .swiper-container {
  border-radius: 6px;
  overflow: hidden;
}
.index-production .index-prod .right-content .swiper-container .swiper-slide {
  position: relative;
  padding: 135px 0 0 57px;
  height: 353px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-production .index-prod .right-content .swiper-container .swiper-slide .pic {
  height: 100%;
  width: 60%;
  max-width: 500px;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
}
.index-production .index-prod .right-content .swiper-container .swiper-slide .con {
  width: 44%;
  max-width: 380px;
  transition: .3s;
}
.index-production .index-prod .right-content .swiper-container-bottom {
  margin-top: 32px;
}
.index-production .index-prod .black .title {
  color: #2e2e2e;
}
.index-production .index-prod .black .text {
  color: #2e2e2e;
}
.index-production .index-prod .black-pagination span::before {
  background: rgba(103, 103, 103, 0.4);
}
.index-production .index-prod .black-pagination span.swiper-pagination-bullet-active::before {
  background: #373737;
}
@media (min-width: 1321px) {
  .index-production .index-prod .left-content .swiper-container .swiper-slide:hover .pic {
    margin-top: 60px;;
}

.index-production .index-prod .left-content .swiper-container .swiper-slide:hover .con{
  padding-top: 20px;
}

.index-production .index-prod .right-content .swiper-container .swiper-slide:hover .type {
  margin-left: -10px;
} 

.index-production .index-prod .right-content .swiper-container .swiper-slide:hover .pic {
  margin-right: -10px;;
}
.index-production .index-prod .right-content .swiper-container .swiper-slide:hover .con {
  margin-left: -10px;
}
}

.index-about {
  background:  no-repeat center bottom #f2f2f2;
  background-size: 100% auto;
}
.index-about .index-abo {
  max-width: 1720px;
  padding: 0 50px 90px;
  margin: 0 auto;
}
.index-about .index-abo .content {
  background: #fff;
  max-width: 860px;
  padding: 65px 90px 59px 102px;
}
.index-about .index-abo .content table {
  width: 100%;
}
.index-about .index-abo .content table td {
  padding-left: 30px;
  position: relative;
  padding-right: 20px;
}
.index-about .index-abo .content table td::before {
  content: '';
  width: 1px;
  height: 97px;
  background: #dcdcdc;
  left: 0;
  position: absolute;
  top: 15px;
}
.index-about .index-abo .content table td span {
  display: block;
  font-weight: 200;
  font-size: 60px;
  color: #2e2e2e;
  line-height: 74px;
  letter-spacing: -5px;
}
.index-about .index-abo .content table td i {
  width: 13px;
  height: 4px;
  background: #da251d;
  display: block;
}
.index-about .index-abo .content table td p {
  font-size: 18px;
  color: #2e2e2e;
  margin-top: 10px;
  line-height: 28px;
}
.index-about .index-abo .content table td:first-child {
  padding-left: 0;
}
.index-about .index-abo .content table td:first-child::before {
  display: none;
}
.index-about .index-abo .content table td:last-child,
.index-about .index-abo .content table td:first-child {
  padding-right: 0;
}
.index-about .index-abo .content .phone-table {
  display: none;
}
.index-about .index-abo .content .text {
  border-top: 4px solid #2e2e2e;
  line-height: 30px;
  margin: 30px 0 35px;
  padding-top: 37px;
  color: #2e2e2e;
  font-size: 16px;
}
.index-about .index-abo .content .more {
  min-width: 106px;
  display: inline-block;
  padding: 0 35px 0 13px;
  position: relative;
  background: #da251d;
  border-radius: 2px;
  line-height: 35px;
  color: #fff;
}
.index-about .index-abo .content .more::before {
  width: 16px;
  height: 16px;
  content: "";
  right: 13px;
  border-radius: 100%;
  top: 9px;
  position: absolute;
  background:  no-repeat 5px center #fff;
}
.index-case .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-size: cover;
  display: block;
  height: 662px;
  padding-top: 240px;
  text-align: center;
}
.index-case .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(218, 37, 29, 0);
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}
.index-case .swiper-container .swiper-wrapper .swiper-slide .pic {
  height: 128px;
  width: 128px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}
.index-case .swiper-container .swiper-wrapper .swiper-slide span {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.index-case .swiper-container .swiper-wrapper .swiper-slide:hover::before {
  background: rgba(218, 37, 29, 0.91);
}
.index-case .swiper-pagination {
  text-align: center;
  position: relative;
  padding:20px 0 10px;
  background: #f2f2f2;
  transition: .3s;
}
.index-case .swiper-pagination.hide {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.index-case .swiper-pagination span {
 width: 20px;
 height: 20px;
 position: relative;
 display: inline-block; 
 transition: .3s;
 background-color: transparent;
 margin: 0 5px;
 opacity: 1;
}
.index-case .swiper-pagination span::before {
 width: 10px;
 height: 10px;
 border-radius: 100%;
 left: 50%;
 transform: translate(-50%, -50%);
 top: 50%;
 background-color: #da251d; 
 cursor: pointer;
 position: absolute;
 content: '';
 transition: .3s;
}
.index-case .swiper-pagination span.swiper-pagination-bullet-active {
  background: transparent;
}
.index-case .swiper-pagination span.swiper-pagination-bullet-active::before {
  width: 100%;
  border-radius: 10px;
}

.index-com {
  max-width: 1820px;
  padding: 0 50px;
  margin: 0 auto;
}
.index-com .index-ent {
  background: #f2f2f2;
  border-radius: 20px;
}
.index-com .index-ent .titles {
  padding: 0 60px;
  overflow: hidden;
}
.index-com .index-ent .titles span {
  line-height: 104px;
  display: block;
  float: left;
  color: #2e2e2e;
  font-size: 30px;
}
.index-com .index-ent .titles a {
  float: right;
  display: block;
  line-height: 34px;
  margin-top: 35px;
}
.index-com .index-ent .titles a:hover {
  color: #0089e7;
}
.index-com .index-ent .list {
  overflow: hidden;
  padding: 0 35px 68px;
}
.index-com .index-ent .list li {
  width: 50%;
  float: left;
  padding: 0 25px;
}
.index-com .index-ent .list li a {
  display: block;
  background: #fff;
  padding: 32px 35px 34px 380px;
  position: relative;
}
.index-com .index-ent .list li a .pic {
  background-size: cover;
  height: 420px;
  max-width: 320px;
  width: 45%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50px;
  top: 32px;
}
.index-com .index-ent .list li a .right {
  text-align: right;
  padding-top: 114px;
  height: 420px;
  position: relative;
  max-width: 287px;
  margin: 0 auto;
}
.index-com .index-ent .list li a .right::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  border: 2px solid #666;
  right: 0;
  bottom: 18px;
  background:  no-repeat center;
}
.index-com .index-ent .list li a .right .date {
  font-size: 0;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 28px;
  border-bottom: 4px solid #2e2e2e;
  background:  no-repeat left 5px;
}
.index-com .index-ent .list li a .right .date span {
  display: block;
  font-size: 72px;
  color: #0089e7;
  line-height: 86px;
  font-weight: 200;
  letter-spacing: -6px;
}
.index-com .index-ent .list li a .right .date i {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  line-height: 28px;
  display: inline-block;
  background: #d6d6d6;
  padding: 0 7px;
  font-weight: 200;
}
.index-com .index-ent .list li a .right .title {
  font-size: 24px;
  line-height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 34px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index-com .index-ent .list li a:hover {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
}
.index-com .index-ent .list li a:hover .right .title {
  color: #0089e7;
}
.index-com .index-new-title {
  overflow: hidden;
  padding: 46px 60px 28px;
}
.index-com .index-new-title span {
  display: block;
  float: left;
  line-height: 42px;
  font-size: 30px;
  padding: 0 2px;
  margin-right: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border-bottom: 4px solid transparent;
}
.index-com .index-new-title span:hover {
  color: #2e2e2e;
}
.index-com .index-new-title span.active {
  border-bottom-color: #da251d;
  color: #2e2e2e;
}
.index-com .index-new-title a {
  display: block;
  line-height: 42px;
  float: right;
}
.index-com .index-new-title a:hover {
  color: #0089e7;
}
.index-com .index-new {
  background: #ecf3f8;
  margin-bottom: 60px;
}
.index-com .index-new .new-list {
  overflow: hidden;
  display: none;
}
.index-com .index-new .new-list.active {
  display: block;
}
.index-com .index-new .new-list .left {
  display: block;
  background: #f2f2f2;
  float: left;
  width: 42%;
  max-width: 710px;
  height: 658px;
}
.index-com .index-new .new-list .left .pic {
  height: 340px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-com .index-new .new-list .left .con {
  padding: 40px 10px 0;
  max-width: 610px;
  margin: 0 auto;
}
.index-com .index-new .new-list .left .con h6 {
  font-size: 24px;
  color: #2e2e2e;
  line-height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 34px;
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index-com .index-new .new-list .left .con h6::before {
  content: "";
  background:  no-repeat center;
  width: 7px;
  height: 9px;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}
.index-com .index-new .new-list .left .con p {
  margin: 19px 20px;
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
}
.index-com .index-new .new-list .left .con .date {
  margin: 28px 20px 0;
  padding-top: 40px;
  border-top: 2px solid #b9b9b9;
  overflow: hidden;
  position: relative;
}
.index-com .index-new .new-list .left .con .date::before {
  background:  no-repeat center;
  position: absolute;
  content: "";
  width: 33px;
  height: 10px;
  right: 0;
  bottom: 29px;
}
.index-com .index-new .new-list .left .con .date span {
  display: block;
  float: left;
  position: relative;
  font-size: 48px;
  line-height: 58px;
  color: #0089e7;
  font-family: arial;
}
.index-com .index-new .new-list .left .con .date span i {
  display: block;
  font-size: 18px;
  font-style: normal;
  position: absolute;
  right: 0;
  top: -12px;
  color: #0089e7;
  font-family: arial;
  line-height: 24px;
}
.index-com .index-new .new-list .left:hover .con h6 {
  color: #0089e7;
}
.index-com .index-new .new-list .right {
  width: 52%;
  margin: 48px 3%;
  background: #fff;
  padding: 10px 60px 51px;
  max-width: 890px;
  float: right;
}
.index-com .index-new .new-list .right .top-list {
  display: block;
  overflow: hidden;
  padding-left: 250px;
  margin-top: 40px;
  position: relative;
}
.index-com .index-new .new-list .right .top-list .pic {
  width: 233px;
  height: 145px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.index-com .index-new .new-list .right .top-list .con {
  max-width: 460px;
  float: right;
}
.index-com .index-new .new-list .right .top-list .con span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  color: #2e2e2e;
  line-height: 30px;
  margin-bottom: 11px;
  height: 30px;
  font-weight: 600;
  padding-left: 17px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background:  no-repeat left center;
}
.index-com .index-new .new-list .right .top-list .con p {
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  padding-left: 17px;
}
.index-com .index-new .new-list .right .top-list .con .date {
  font-family: arial;
  font-size: 16px;
  position: relative;
  margin-top: 15px;
  line-height: 26px;
  padding: 10px 0 0 17px;
  border-top: 1px solid rgba(205, 205, 205, 0.39);
}
.index-com .index-new .new-list .right .top-list .con .date::before {
  background:  no-repeat center;
  content: "";
  width: 33px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: 7px;
}
.index-com .index-new .new-list .right .top-list:hover .pic {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.index-com .index-new .new-list .right .top-list:hover .con span {
  color: #0089e7;
}
.index-com .index-new .new-list .right .other-list {
  overflow: hidden;
  padding-top: 31px;
}
.index-com .index-new .new-list .right .other-list a {
  display: block;
  width: 43%;
  float: left;
  margin: 20px 14% 0 0;
  line-height: 28px;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 18px;
  background:  no-repeat left center;
}
.index-com .index-new .new-list .right .other-list a:nth-child(2n) {
  margin-right: 0;
}
.index-com .index-new .new-list .right .other-list a:hover {
  font-weight: 600;
  color: #0089e7;
}

@media(max-width: 1800px) {
  .index-production .index-prod .right-content .swiper-container .swiper-slide .pic {
    width: 50%;
  }
}

@media (max-width: 1700px) {
  .index-com .index-ent .list li {
    padding: 0 10px;
  }
  .index-com .index-ent .list li a {
    padding-left: 55%;
    padding-right: 20px;
  }
  .index-com .index-ent .list li a .pic {
    left: 20px;
    height: 380px;
    max-width: 280px;
  }
  .index-com .index-ent .list li a .right {
    padding-top: 60px;
    height: 390px;
  }
  .index-com .index-ent .list li a .right .date {
    background-size: 50px;
  }
  .index-com .index-ent .list li a .right .date span {
    font-size: 60px;
  }
  .index-com .index-new .new-list .right .top-list .con {
    float: none;
  }
}
@media (max-width: 1500px) {
  .index-production .index-prod .title {
    font-size: 30px;
  }
  .index-production .index-prod .text {
    font-size: 18px;
    line-height: 28px;
    height: 84px;
  }
}
@media (max-width: 1320px) {
  body {
    padding-top: 0;
  }
 .header {
    position: fixed;
    z-index: 99;
    background: #fff;
  }
  .header-top {
    background-color: transparent;
  }
  .index-title span {
    font-size: 40px;
    line-height: 50px;
  }
  .index-production .index-prod .left-content {
    width: 100%;
    margin-bottom: 32px;
    border-radius: 6px;
  }
  .index-production .index-prod .left-content .swiper-container .swiper-slide {
    overflow: hidden;
    height: 353px;
  }
  .index-production .index-prod .left-content .swiper-container .swiper-slide .pic {
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    height: 353px;
    max-width: 500px;
    margin-top: 0;
  }
  .index-production .index-prod .left-content .swiper-container .swiper-slide .con {
    float: left;
    text-align: left;
    padding: 135px 0 0 57px;
    position: relative;
    z-index: 2;
  }
  .index-production .index-prod .right-content {
    width: 100%;
  }
  .index-com {
    padding-top: 0;
  }
  .index-com .index-ent .list {
    max-width: 770px;
    margin: 0 auto;
  }
  .index-com .index-ent .list li {
    width: 100%;
    float: none;
    margin: 50px auto 0;
  }
  .index-com .index-ent .list li:first-child {
    margin-top: 0;
  }
  .index-com .index-new {
    padding: 50px;
  }
  .index-com .index-new .new-list .left {
    float: none;
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
  }
  .index-com .index-new .new-list .right {
    float: none;
    width: 100%;
    margin: 50px auto 0;
    max-width: 710px;
  }
}
@media(max-width: 1099px){
  .index-production .index-prod .left-content .swiper-container .swiper-slide .pic {
    width: 50%;
  }
  .index-production .index-prod .right-content .swiper-container .swiper-slide .pic {
    width: 50%;
  }
  .index-production .index-prod .left-content .swiper-container .swiper-slide .con {
    width: 45%;
  }
}
@media (max-width: 999px) {
  .index-about .index-abo .content {
    padding: 50px;
  }
  .index-about .index-abo .content table td span {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .index-about .index-abo .content table td p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .index-title {
    padding: 70px 20px 50px;
  }
  .index-title span {
    font-size: 35px;
    line-height: 45px;
  }
  .index-production .index-prod {
    padding: 0 20px 50px;
  }
  .index-production .index-prod .title {
    font-size: 20px;
    line-height: 30px;
  }
  .index-production .index-prod .text {
    font-size: 16px;
  }
  .index-production .index-prod .left-content .swiper-container .swiper-slide .con {
    padding: 135px 0 0 20px;
  }
  .index-production .index-prod .left-content .swiper-container .swiper-slide .type {
    left: 20px;
  }
  .index-production .index-prod .right-content .swiper-container .swiper-slide {
    padding-left: 20px;
  }
  .index-production .index-prod .right-content .swiper-container .swiper-slide .type {
    left: 20px;
  }
  .index-about .index-abo {
    padding: 0 20px 50px;
  }
  .index-about .index-abo .content {
    padding: 30px 20px;
  }
  .index-about .index-abo .content .web-table {
    display: none;
  }
  .index-about .index-abo .content .phone-table {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
  .index-about .index-abo .content table tr td::before {
    display: none;
  }
  .index-about .index-abo .content table tr td:last-child {
    border-left: 1px solid #dcdcdc;
  }
  .index-about .index-abo .content table tr td span {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .index-about .index-abo .content table tr td p {
    font-size: 16px;
    line-height: 26px;
  }
  .index-about .index-abo .content table tr:first-child td {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
  }
  .index-com {
    padding: 0;
  }
  .index-com .index-new-title span {
    font-size: 20px;
  }
  .index-com .index-ent {
    border-radius: 0;
  }
  .index-com .index-ent .titles {
    padding: 30px 20px 10px;
  }
  .index-com .index-ent .titles span {
    font-size: 20px;
    line-height: 40px;
  }
  .index-com .index-ent .titles a {
    margin-top: 2px;
  }
  .index-com .index-ent .list {
    padding: 0 20px 60px;
  }
  .index-com .index-ent .list li {
    padding: 0;
  }
  .index-com .index-ent .list li a .right .date span {
    font-size: 40px;
    letter-spacing: 0;
  }
  .index-com .index-ent .list li a .right .date i {
    font-size: 18px;
  }
  .index-com .index-ent .list li a .right .title {
    font-size: 18px;
  }
  .index-com .index-new {
    padding: 30px 20px;
    margin-bottom: 0;
  }
  .index-com .index-new .new-list .left {
    height: auto;
    padding-bottom: 30px;
  }
  .index-com .index-new .new-list .left .pic {
    height: 260px;
  }
  .index-com .index-new .new-list .left .con {
    padding-top: 20px;
  }
  .index-com .index-new .new-list .left .con h6 {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
  }
  .index-com .index-new .new-list .left .con h6::before {
    display: none;
  }
  .index-com .index-new .new-list .left .con p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 0;
  }
  .index-com .index-new .new-list .left .con .date {
    margin-top: 15px;
    padding-top: 20px;
  }
  .index-com .index-new .new-list .left .con .date span {
    font-size: 30px;
    line-height: 40px;
  }
  .index-com .index-new .new-list .left .con .date span i {
    font-size: 14px;
    line-height: 20px;
  }
  .index-com .index-new .new-list .right {
    padding: 10px 20px 40px;
  }
  .index-com .index-new .new-list .right .top-list {
    padding-left: 200px;
  }
  .index-com .index-new .new-list .right .top-list .pic {
    width: 180px;
  }
}
@media (max-width: 500px) {
  .index-title {
    padding: 50px 20px 50px;
  }
  .index-title span {
    font-size: 25px;
    line-height: 35px;
  }
  .index-title p {
    font-size: 16px;
    line-height: 26px;
  }
  .index-production .index-prod {
    padding: 0 20px 50px;
  }
  .index-production .index-prod .title {
    font-size: 20px;
    line-height: 30px;
  }
  .index-production .index-prod .text {
    font-size: 16px;
  }
  .index-production .index-prod .left-content .swiper-container .swiper-slide {
    height: auto;
    padding: 50px 20px;
  }
  .index-production .index-prod .left-content .swiper-container .swiper-slide .pic {
    position: relative;
    height: 200px;
    right: auto;
    top: auto;
    margin: 0 auto;
    width: 100%;
  }
  .index-production .index-prod .left-content .swiper-container .swiper-slide .con {
    text-align: center;
    padding: 20px 0 0;
    width: 100%;
  }
  .index-production .index-prod .left-content .swiper-container .swiper-slide .type {
    top: 20px;
    z-index: 3;
  }
  .index-production .index-prod .right-content .swiper-container .swiper-slide {
    height: auto;
    padding: 50px 20px;
  }
  .index-production .index-prod .right-content .swiper-container .swiper-slide .type {
    top: 20px;
  }
  .index-production .index-prod .right-content .swiper-container .swiper-slide .pic {
    position: relative;
    height: 200px;
    right: auto;
    top: auto;
    margin: 0 auto;
    width: 100%;
  }
  .index-production .index-prod .right-content .swiper-container .swiper-slide .con {
    text-align: center;
    padding: 20px 0 0;
    width: 100%;
  }
  .index-case .swiper-container .swiper-wrapper .swiper-slide {
    height: 400px;
    padding-top: 100px;
  }
  .index-case .swiper-container .swiper-wrapper .swiper-slide span {
    font-size: 20px;
  }
  .index-com .index-ent .list li a .pic {
    height: 200px;
  }
  .index-com .index-ent .list li a .right {
    padding-top: 30px;
    height: 200px;
  }
  .index-com .index-ent .list li a .right::before {
    bottom: 0;
  }
  .index-com .index-ent .list li a .right .date {
    background-size: 30px;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .index-com .index-ent .list li a .right .date span {
    line-height: 40px;
    font-size: 20px;
  }
  .index-com .index-ent .list li a .right .date i {
    font-size: 12px;
    line-height: 22px;
  }
  .index-com .index-ent .list li a .right .title {
    font-size: 14px;
  }
  .index-com .index-new .new-list .right .top-list {
    padding-left: 0;
  }
  .index-com .index-new .new-list .right .top-list .pic {
    display: none;
  }
  .index-com .index-new .new-list .right .other-list a {
    width: 100%;
    float: none;
  }
}
.header .content .search input{color:#fff;}
