body {
  background-color: #15161b;
}
.container {
  max-width: 1300px;
}
#Top_position .mainsVw {
  background-position: center bottom;
}
#Top_position .mainsVw .container .con {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
#Top_position .mainsVw .container .title {
  width: 37%;
}
#Top_position .mainsVw .container .title h2 {
  text-align: left;
  padding-top: 18%;
}
#Top_position .mainsVw .container .title p {
  margin-top: 31px;
  font-size: 14px;
  color: #fff;
}
#Top_position .mainsVw .container .images {
  padding-top: 1%;
  width: 63%;
}
@media (max-width: 767px) {
  #Top_position .mainsVw .container .title {
    width: 100%;
  }
  #Top_position .mainsVw .container .title h2 {
    padding-top: 19%;
  }
  #Top_position .mainsVw .container .title p {
    margin-top: 16px;
    font-size: 12px;
  }
  #Top_position .mainsVw .container .images {
    display: none;
  }
}
#subNav {
  background-color: #15161b;
  border-bottom: 1px solid #666;
}
#subNav ul li a {
  color: #bbb;
}
#subNav ul li a:hover,
#subNav ul li a.active {
  color: #fff;
}
#subNav ul li a:after {
  border-color: #fff;
}
.item1 {
  margin-top: 80px;
  margin-bottom: 75px;
}
.item1 .row {
  margin-left: -35px;
}
.item1 .row li {
  margin-bottom: 60px;
}
.item1 .row li a {
  position: relative;
  margin-left: 35px;
  padding: 56px 55px 69px;
  background-color: #fff;
}
.item1 .row li a .text {
  text-align: center;
}
.item1 .row li a .text h4 {
  font-size: 20px;
  color: #333;
}
.item1 .row li a .text p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.item1 .row li a > img {
  margin-top: 35px;
}
.item1 .row li a .zz {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s;
}
.item1 .row li a .zz .con {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: solid 1px #fff;
}
.item1 .row li a .zz .con .text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.item1 .row li a .zz .con .text img {
  margin-top: 28px;
  width: 24px;
}
.item1 .row li a:hover .zz {
  opacity: 1;
}
.item1 .page {
  padding-top: 5px;
  margin-bottom: 0px;
}
@media (max-width: 1100px) {
  .item1 .row li a {
    padding: 40px 16px 40px;
  }
}
@media (max-width: 767px) {
  .item1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .item1 .row li a > img {
    margin-top: 14px;
  }
  .item1 .row li {
    margin-bottom: 30px;
  }
}
/*产品中心*/
#fullpage .section1,
#fullpage .section2,
#fullpage .section3,
#fullpage .section4,
#fullpage .section5 {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover ;
}
@media (max-width: 1200px) {
  #fullpage .section1 .text,
  #fullpage .section2 .text,
  #fullpage .section3 .text,
  #fullpage .section4 .text,
  #fullpage .section5 .text {
    max-width: 45%;
  }
}
@media (max-width: 1024px) {
  #fullpage .section1,
  #fullpage .section2,
  #fullpage .section3,
  #fullpage .section4,
  #fullpage .section5 {
    height: auto;
    padding: 10em 0;
  }
}
@media (max-width: 767px) {
  #fullpage .section1,
  #fullpage .section2,
  #fullpage .section3,
  #fullpage .section4,
  #fullpage .section5 {
    padding: 6em 0;
  }
  #fullpage .section1 .text,
  #fullpage .section2 .text,
  #fullpage .section3 .text,
  #fullpage .section4 .text,
  #fullpage .section5 .text {
    max-width: 100%;
  }
}
#fullpage .row {
  justify-content: space-between;
}
#fullpage .text {
  max-width: 576px;
}
#fullpage .text .top {
  justify-content: space-between;
}
#fullpage .text .top .title h2 {
  font-size: 36px;
}
#fullpage .text .top .title h2:after {
  width: 60px;
  background-color: #fff;
}
#fullpage .text .top .number {
  font-size: 60px;
  font-weight: 600;
  line-height: 42px;
  color: #fff;
  opacity: 0.5;
  display: none;
}
@media (max-width: 767px) {
  #fullpage .text .top .number {
    display: block;
  }
}
#fullpage .text p {
  margin-top: 27px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
#fullpage .text .mores {
  margin-top: 39px;
  width: 180px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 3px;
  border: solid 1px #fff;
  transition: all 0.3s;
}
#fullpage .text .mores:hover {
  color: #333;
  background-color: #fff;
}
#fullpage .text .number2 {
  font-size: 180px;
  text-align: right;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 767px) {
  #fullpage .text .number2 {
    display: none;
  }
}
#fullpage .text.black .top .title h2 {
  color: #fff;
}
#fullpage .text.black .top .title h2:after {
  background-color: #fff;
}
#fullpage .text.black .top .number {
  color: #999;
}
#fullpage .text.black p {
  color: #fff !important;
}
#fullpage .text.black .mores {
  color: #fff;
  border-color: #fff;
}
#fullpage .text.black .mores:hover {
  color: #333;
  background-color: #fff;
}
#fullpage .text.black .number2 {
  color: #999;
  opacity: 0.5;
}
@media (max-width: 767px) {
  #fullpage .text .top .title h2 {
    font-size: 20px;
  }
  #fullpage .text .top .title h2:after {
    width: 30px;
  }
  #fullpage .text .top .number {
    font-size: 40px;
  }
  #fullpage .text p {
    height: 120px;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #fullpage .text .mores {
    margin-top: 28px;
    width: 115px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
/*产品详情*/
.products_list {
  background-color: #fff;
  overflow: hidden;
}
.products_list .position {
  width: 100%;
  padding: 34px 0;
  text-align: right;
}
.products_list .position .p_con {
  display: inline-block;
  color: #fff;
}
.products_list .position .p_con span {
  display: inline-block;
  width: 14px;
}
.products_list .position .p_con a {
  margin: 0 5px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
}
.products_list .position .p_con a:hover {
  color: #eee;
}
.products_list .p_top {
  padding-top: 100px;
  padding-bottom: 106px;
  position: relative;
  overflow: hidden;
}
.products_list .p_top .addBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.products_list .p_top .row {
  padding-top: 30px;
}
.products_list .p_top .row .t_banner {
  position: relative;
  width: 50%;
  padding-right: 50px;
  padding-bottom: 30px;
}
.products_list .p_top .row .t_banner .swiper-slide {
  border-radius: 6px;
  overflow: hidden;
}
.products_list .p_top .row .t_banner .swiper-slide img {
  transition: all 1.5s;
}
.products_list .p_top .row .t_banner .swiper-slide:hover img {
  transform: scale(1.2);
}
.products_list .p_top .row .t_banner .swiper-button-next,
.products_list .p_top .row .t_banner .swiper-button-prev {
  width: 12px;
  height: 20px;
  background-size: cover;
}
.products_list .p_top .row .t_banner .swiper-button-prev,
.products_list .p_top .row .t_banner .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/home_icon_11.png");
  left: 21px;
  outline: none;
}
.products_list .p_top .row .t_banner .swiper-button-next,
.products_list .p_top .row .t_banner .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/home_icon_13.png");
  right: 21px;
  outline: none;
}
.products_list .p_top .row .t_banner .btn {
  position: absolute;
  bottom: 8px;
  width: 100%;
  padding-right: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.products_list .p_top .row .t_banner .btn span {
  width: 50px;
  height: 3px;
  margin: 0 15px;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 0;
  background-color: #fff;
}
.products_list .p_top .row .t_banner .btn span.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 1200px) {
  .products_list .p_top .row .t_banner .btn {
    bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .products_list .p_top .row .t_banner .btn {
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .products_list .p_top .row .t_banner .btn {
    bottom: 10px;
  }
  .products_list .p_top .row .t_banner .btn span {
    width: 25px;
    margin: 0 5px;
  }
}
.products_list .p_top .row .text {
  width: 50%;
  padding-left: 60px;
  color: #fff;
  position: relative;
  z-index: 6;
}
.products_list .p_top .row .text h3 {
  position: relative;
  font-size: 36px;
}
.products_list .p_top .row .text h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -62px;
  width: 40px;
  height: 3px;
  margin-top: -1px;
  background-color: #fff;
}
.products_list .p_top .row .text .images {
  margin-top: 21px;
}
.products_list .p_top .row .text .images img {
  width: auto;
  max-width: 100%;
}
.products_list .p_top .row .text p {
  margin-top: 26px;
  padding-top: 19px;
  border-top: 2px solid #d9d9d9;
  font-size: 16px;
  line-height: 30px;
}
.products_list .p_bottom {
  padding-top: 54px;
}
.products_list .p_bottom .items {
  padding-top: 177px;
  margin-top: -177px;
  padding-bottom: 94px;
}
.products_list .p_bottom .items:nth-child(1) {
  padding-top: 150px;
  margin-top: -150px;
}
@media (min-width: 768px) {
  .products_list .p_bottom .items:nth-child(1) {
    padding-top: 122px;
    margin-top: -122px;
  }
}
.products_list .p_bottom .items .title {
  padding-bottom: 23px;
  border-bottom: 1px solid #ddd;
}
.products_list .p_bottom .items .title p {
  font-size: 24px;
  color: #333;
}
.products_list .p_bottom .items .con {
  padding-top: 33px;
  padding-left: 52px;
  overflow: hidden;
}
.products_list .p_bottom .items .con p {
  font-size: 16px;
}
.products_list .p_bottom .items .con a {
  display: inline-block;
}
.products_list .p_bottom .items .con a .icon_xz {
  opacity: 0.6;
  transition: all 0.3s;
}
.products_list .p_bottom .items .con a:hover {
  color: #000;
}
.products_list .p_bottom .items .con a:hover .icon_xz {
  opacity: 1;
}
.products_list .p_bottom .items .con img {
  width: auto;
  max-width: 100%;
}
.products_list .p_bottom .items .con table {
  border-collapse: collapse;
  border: 1px solid #e3e3e3;
  font-size: 14px;
  background-color: #fff;
}
.products_list .p_bottom .items .con table tr td {
  font-size: 14px;
  line-height: 42px;
  color: #666;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.products_list .p_bottom .items .con table tr td:nth-child(1) {
  width: 45%;
  min-width: 400px;
  padding-left: 58px;
  background-color: #f5f8fb;
}
.products_list .p_bottom .items .con table tr td:nth-child(2) {
  min-width: 520px;
  text-align: center;
}
@media (max-width: 1024px) {
  .products_list .p_top {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .products_list .p_bottom .items .con table {
    width: 100%;
  }
  .products_list .p_bottom .items .con table tr td:nth-child(1),
  .products_list .p_bottom .items .con table tr td:nth-child(2) {
    min-width: auto;
    padding-left: 5px;
  }
}
@media (max-width: 992px) {
  .products_list .p_top .row .t_banner {
    width: 100%;
    padding-right: 0;
  }
  .products_list .p_top .row .text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .products_list .p_top .row .text {
    width: 100%;
    padding-left: 0;
    overflow: hidden;
  }
  .products_list .p_bottom .items .con {
    padding-top: 20px;
    padding-left: 0;
  }
  .products_list .p_bottom .items .title p {
    font-size: 20px;
  }
  .products_list .p_top .row .text h3 {
    font-size: 23px;
  }
  .products_list .p_top .row .text p {
    font-size: 14px;
    line-height: 26px;
  }
  .products_list .p_top .row {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
#subnavlist {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
#subnavlist.on {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 20;
}
@media (max-width: 992px) {
  #subnavlist.on {
    top: 70px;
  }
}
#subnavlist ul {
  text-align: center;
}
#subnavlist ul li {
  display: inline-block;
  margin: 0 24px;
}
#subnavlist ul li a {
  position: relative;
  padding: 0 13px;
  font-size: 16px;
  line-height: 80px;
  color: #666;
}
#subnavlist ul li a:hover {
  color: #000;
}
#subnavlist ul li a.active {
  color: #000;
}
#subnavlist ul li a.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
@media (max-width: 1300px) {
  #subnavlist ul li a {
    padding: 0 25px;
  }
}
@media (max-width: 1100px) {
  #subnavlist ul li {
    margin: 0 9px;
  }
}
@media (max-width: 991px) {
  #subnavlist {
    height: auto;
  }
  #subnavlist ul li a {
    font-size: 14px;
    padding: 0 17px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  #subnavlist ul li {
    margin: 0 ;
  }
  #subnavlist ul li a {
    padding: 0 3px;
  }
}
/*# sourceMappingURL=products.css.map */
