.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;
  text-decoration: none;
}
.header .content .search .icon {
  background-image: url('../images/search.png');
}
.header .content .search:hover input {
  border-color: #fff;
}
.header .content .right-content .phone {
  color: #fff;
}
}
.banner {
  height: 620px;
  width: 100%;
}
.banner .swiper-container {
  height: 620px;
  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: 60px 10px 0px;
}
.index-title span {
  display: block;
  font-size: 46px;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: 1px;
  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: 38px;
  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: url("../images/a2.jpg") 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: url("../images/about1.png") 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;
  margin-top: 40px;
}
.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: url("../images/new3.png") 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: url("../images/new2.png") 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: 0px 200px 28px;
}
.index-com .index-new-title span {
  display: block;
  float: left;
  line-height: 42px;
  font-size: 30px;
  padding: 0 2px;
  color:#2E2E2E;
  margin-right: 87px;
  -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 {
  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: 618px;
}
.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: url("../images/new1.png") 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: 13px 20px;
  line-height: 28px;
  height: 163px;
  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: url("../images/new4.png") 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: 18px;
  letter-spacing: 1px;
  line-height: 58px;
  color: #0b2378;
  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: 1px 3%;
  background: #fff;
  padding: 10px 60px 51px;
  max-width: 890px;
  float: right;
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
}
.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: url("../images/new1.png") 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;
  color: #333;
  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: url("../images/new4.png") 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%;
  color: #333;
  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: url("../images/new1.png") no-repeat left center;
}
.index-com .index-new .new-list .right .other-list a:nth-child(2n) {
  margin-right: 0;
}

@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: #000;
  }
  .header-top {
    background-color: #333;
  }
  .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 20px;
  }
  .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 20px;
  }
  .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;}
.icon-play-button:before {
  content: "\e914";
}
.video-one__inner p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}
.video-one {
    position: relative;
    display: block;
    padding: 70px 0 60px;
    z-index: 1;
}

.video-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}


.video-one-bg.jarallax div div {
    background-blend-mode: luminosity;
}

.video-one__inner {
    position: relative;
    display: block;
    text-align: center;
}

.video-one__video-link {
    position: relative;
    display: inline-block;
}

.video-one__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    line-height: 108px;
    text-align: center;
    font-size: 24px;
    color: #0b2378;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85px;
    height: 85px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-extra-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-extra-rgb), 0.6);
    box-shadow: 0 0 0 0 #fff;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50px;
}


.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-one__title {
    font-size: 28px;
    line-height: 60px;
    margin-top: 45px;
    color: #fff;
}
form.newsletter input[type="text"] {
    margin: 3px 0;
    padding: 7px;
    width: 245px;
    border-radius: 3px;
    font-size: 13px;
    color: #8e8e8e;
}
form.newsletter input[type="submit"]{
    border-radius: 3px;
    padding: 5px 109px;
    margin-top: 5px;
}
.f-center.m0 {
    margin-top: 40px;
}
.index-com small{
  color: #2E2E2E;
}

/*product*/
@charset "UTF-8";
.product-banner {
  height: 500px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.product-banner .content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 175px;
}
.product-banner .content h1 {
    font-size: 42px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
}
.product-banner .content p{
    font-size: 18px;
    color: #fff;
    margin-top: 12px;
    letter-spacing: 2px;
    text-align: center;
}
.product-banner2 {
  height: 500px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.product-banner2 img {
  display: none;
}
.bread {
  max-width: 1500px;
  margin: 0 auto;
  padding: 15px 113px;
}
.bread a,
.bread span {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  letter-spacing: 1px;
}
.bread a:hover {
  color: #0b2378;
  text-decoration: none;
}

.header.two .content .nav a {
    color: #666;
    text-decoration: none;
}
@media (min-width: 1321px){
.header.two .content .search .icon {
    background-image: url(../images/search2.png);
}
.header.two .content .right-content .phone {
    color: #666;
}
.header.two{
  position: relative;
}
.accrodion-grp.faq-one-accrodion.container{width: 1300px;}
.pr0{width: 1300px;}
}
.product-box {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
    border-radius: 5px;
}
.product-box .right-area {
    float: left;
    padding-top: 20px;
}
.product-box .right-area h3 {
    margin: 0;
    color: #3a4b51;
    line-height: 30px;
    font-size: 26px;
    margin-top: -5px;
    padding-bottom: 25px;
}
.product-box .right-area .activ {
    background-color: #4db75f;
    color: #fff;
}
.product-box .right-area .btn-slide {
    border-radius: 3px;
    background-color: #eee;
    padding: 4px 22px;
    z-index: 295;
    color: #444;
    text-decoration: none;
}
.product-box .right-area .info {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 0px;
}
.product-box .right-area .info li {
    color: #444;
    list-style: none;
    line-height: 30px;
}
.product-box .right-area .info-book {
  border-radius: 3px;
  background-color: #0b2378;
  left: 0px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 8px;
  text-decoration: none;
  display: inline-block;
  width: 205px; height:50px; line-height:50px;
  padding-left: 55px;
  position: relative
}

.product-box .right-area .info-book:hover {
  background: #000;
  color: #ffffff
}
.product-box .right-area .info-book:hover i {
  transform: translateX(6px)
}
.product-box .right-area .info-book i {
  font-size: 16px;
  position: absolute;
  top: 17px;
  margin-left: 10px;
  transition: all 300ms linear 0s;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transition-property: transform
}
.product-box .right-area .Contact {
  border-radius: 3px;
  background-color: #96D036;
  text-transform: uppercase;
  color: #ffffff;
  font: 500 14px/50px;
  width: 196px;
  display: inline-block;
  padding-left: 28px;
  float: left;
  position: relative
}
.product-box img{
   padding-left: 60px;
  }  
.page .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #0b2378;
    border-color: #0b2378;
    color: #fff;
}
.page .pagination>li>a, .pagination>li>span {
    color: #333;
}
.product-box.bg.clearfix {
    background: #F2F2F2;
    box-shadow: none;
}
.parameter {
    padding: 25px 0px 60px;
}
.parameter img{max-width: 100%;}
.case {
    padding-bottom: 50px;
}
.pro_detail .text {
    padding: 23px 0 23px 0;
    color: #333
}
.about-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
	width: 360px;
    height: 275px;
}
.about-one__img img{
	max-width:100%;
	height: auto;
}

.about-one__img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.about-one__img:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.about-one__img>img {
    width: 100%;
   }
.site-footer-map {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -42px;
    height: 405px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.04;
    z-index: -1;
}   
p.textwb {
    font-weight: 600;
    font-size: 20px;
}
.contact-page img.tub{
  margin-top: 50px;
  margin-bottom: 10px;
}
.contact-tit {
    font-weight: 600;
    font-size: 32px;
    margin: 50px 0 30px 0;
    color: #4a4a4a;
    letter-spacing: 1px;
}
.contact-page p {
  line-height: 26px;
  font-size: 17px;
}
.online{
  margin-bottom: 20px;
}
.culture{
  font-weight: 600;
  font-size: 32px;
  margin: 40px 0 40px 0;
  color: #4a4a4a;
  letter-spacing: 1px;
  }
.aboutwh ul li span {
    display: block;
    position: relative;
    overflow: hidden;
}
.aboutwh ul li span img {
    display: block;
    width: 100%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.aboutwh ul li h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.aboutwh ul li p {
    font-size: 16px;
    padding-top: 8px;
}
.aboutwh ul li:hover span img{transform:scale(1.1);-webkit-transform:scale(1.1);}
a:hover{text-decoration: none;}
.about_us h2.section-title__title {
    font-weight: 600;
}
.about_us p.about-two__text-1 {
    margin: 0;
    padding-bottom: 19px;
    line-height: 30px;
    font-size: 15px;
}
.about{margin-top:50px;}
.pr0 .box-news {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    padding: 5px 20px 18px;
    margin-top: 30px;
    border-radius: 5px;
}
.news h2 {
    font-size: 20px;
    color: #434955;
    font-weight: 600;
    text-decoration: none;
}
.news .toolbar .btn-link:first-child {
    padding-left: 0;
    text-decoration: unset;
}
.toolbar a.btn-link{text-decoration: unset;}
.box-news h2.title{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}
.news .toolbar a i {
    color: #0b2378;
}
.news .toolbar a span {
    color: #9ca4af;
    margin-left: 7px;
    font-size: 13px;
}
.news .l-mr0 {
    margin-top: 15px;
}
.box-icon {
    overflow: hidden;
    height: 130px;
}
.box-icon img.img-responsive {
    border-radius: 5px;
}
.news p {
    color: #676f7a;
    font-size: 14px;
    line-height: 26px;
    height: 82px;
    overflow: hidden;
}
.news .text-right {
    text-align: right;
    margin-top: 15px;
}
.news .btn_anniu {
    height: 30px;
    width: 75px;
    line-height: 15px;
    margin-top: 0px;
    border-radius: 0px;
    color: #0b2378;
    border-width: 1px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    background-color: transparent;
    border-bottom-color: #0b2378;
    border-top-color: #0b2378;
    border-right-color: #0b2378;
    border-left-color: #0b2378;
}
.news .rule {
    border-bottom: 1px dashed #dcdcdc;
    margin: 30px 0;
    margin-bottom: 20px;
}
span.glyphicon.glyphicon-home{font-size: 14px;margin-right: 4px;}
span.glyphicon.glyphicon-calendar {
    color: #0b2378;
}
.toolbar span{color: #333;}
.bt0 a{color:#0b2378;}
.l-mr0 p{
   font-size: 17px;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}
.bread.bg{
  background: #fff;
}
.pr0_mg .box-icon{    
  overflow: hidden;
  height: 350px;
}
.pr0_mg p{ 
  font-size: 17px;
  margin-top: 15px;
  line-height: 31px;
}
.pr0_mg .text-center{margin-top: 10px;}
.project-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px 0 36px 0;
    margin-bottom: 50px;
    margin-top: 20px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.project-details__pagination li.next {
    float: left;
    position: relative;
}
.project-details__pagination li {
    display: inline-block;
    float: right;
}
.project-details__pagination li a {
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
}
.project-details__pagination li.next i {
    position: relative;
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}
.bg{background: #F2F2F2;}
.aboutwh{background: #F2F2F2;margin-top: 62px;padding: 0 0 45px 0;}

@media (min-width: 1200px){
.about.container{
    width: 1300px;
}
.container.wd0.text-center{ width: 1300px;}
}

.about-two__right ul li .icon small{
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 1px;
}
.about-two__right ul li .icon span{
  color: #0b2378;
}
.about-two__right ul li{
  display: inline-block;
  margin-top: 10px;
}
.about-two__right p{
  font-size: 16px;
  line-height: 29px;
}
.bgno{background: #fff;
    margin-top: 0;}

.panterbg{background: #F2F2F2;padding-bottom: 30px;}
ul.panter li {
    list-style: none;
    display: inline-block;
    padding: 0 40px;
}
.service-details__faq {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 20px;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 5px;
    background-color: #f7f7f7;
}

.faq-one-accrodion .accrodion.active {
    margin-top: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 19px 19px 9px;;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    line-height: 28px;
    color: var(--thm-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: var(--thm-base);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--thm-black);
}
.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0px 18px 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.faq-one-accrodion .accrodion.active .accrodion-content {
    background-color: var(--thm-base);
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
}
p.FQA {
    font-size: 24px;
    font-weight: 600;
    height: 33px;
    margin-top: 20px;
    letter-spacing: 1px;
    margin-left: 9px;
    color: #333;
}

/* box */
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;width: 100%;max-height: 417px;}
.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
.tb-thumb{margin:0px 0 50px 0;overflow:hidden;padding-left: 48px;}
.tb-thumb li{float:left;height:104px;margin:0 10px 0 0;overflow:hidden;padding:1px;}
.tb-s310 a{*font-size:271px;}
.tb-s40 a{*font-size:35px;}
.tb-s40, .tb-s40 a{height:100px;width:100px;}
.tb-thumb .tb-selected{
    background: none repeat scroll 0 0 #ddd;
    height: 104px;
    padding: 2px;}
.tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
.tb-thumb li div{border:1px solid #CDCDCD;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
button.thm-btn.comment-form__btn.online{float:left;margin-top: 50px;margin-bottom: 20px;}
.tb-pic.tb-s40 a img {
    padding: 0;
}
li.textp1 p {
    line-height: 59px;
    font-size: 18px;
    margin-top: -22px;
}
.right-area h3.textp2 {
    font-size: 37px;
    color: #333;
}
p.textp3 {
    font-size: 30px;
}
a.online-book{
    border-radius: 3px;
    background-color: #0089e7;
    left: 0px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 8px;
    text-decoration: none;
    display: inline-block;
    width: 175px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 50px;
    padding-left: 46px;
    position: relative;
    }
p.text.c0 {
    color: #333;
}
@media (max-width: 1321px){
  .banner .swiper-container {
    height:100%;
    width: 100%;
  }
  .banner {
    height: 100%;
    width: 100%;
}
}
@media (min-width: 1200px){
  .banner.hidden{
    
  }
}        