
.maodianb{
    position: relative;
    top: -80px;
}
.NewView_Product {
  margin: 80px 0;
}
.NewView_Product .container {
  width: 100%;
  padding: 0 60px;
}
.NewView_Product .box .boxTop {
  padding: 0 90px;
  margin-top: 75px;
}
.NewView_Product .box .boxTop .boxTop_title {
  font-size: 48px;
  line-height: 1;
}
.NewView_Product .box .boxTop .boxTop_desc {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 24px;
}
.NewView_Product .box .boxBot {
  margin-top: 45px;
  padding: 0 90px;
  position: relative;
}
.NewView_Product .box .boxBot .banner .swiper-slide a {
  display: block;
  background: #f7f7f7;
  padding-bottom: 60px;
}
.NewView_Product .box .boxBot .banner .swiper-slide a figure {
  padding: 0 50px;
  overflow: hidden;
}
.NewView_Product .box .boxBot .banner .swiper-slide a figure img {
  width: 100%;
  transition: .4s;
}
.NewView_Product .box .boxBot .banner .swiper-slide a figcaption {
  text-align: center;
  font-size: 24px;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 10px 0 0;
}
.NewView_Product .box .boxBot .banner .swiper-slide a:hover figure img{
    transform: scale(1.1);
}
.NewView_Product .box .boxBot .banner .swiper-slide a:hover figcaption{
    color: #FD7E2D;
}

.NewView_Product .box .boxBot .banner_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.NewView_Product .box .boxBot .banner_btn i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 20px;
}
.NewView_Product .box .boxBot .banner_btn:hover {
  color: #FF7F2F;
}
.NewView_Product .box .boxBot .banner_prev {
  left: 0;
}
.NewView_Product .box .boxBot .banner_next {
  right: 0;
}
.NewView_Product1 {
  margin: 80px 0;
}
.NewView_Product1 .container {
  width: 100%;
  padding: 0 60px;
}
.NewView_Product1 .container .box {
  margin-top: 75px;
  padding: 0 90px;
}
.NewView_Product1 .container .box .con1 {
  font-size: 52px;
  text-align: center;
  line-height: 1;
}
.NewView_Product1 .container .box .con2 {
  margin-top: 26px;
}
.NewView_Product1 .container .box .con2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.NewView_Product1 .container .box .con2 ul li {
  margin: 0 25px;
}
.NewView_Product1 .container .box .con2 ul li a {
  display: block;
  font-size: 20px;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewView_Product1 .container .box .con2 ul li a:hover {
  color: #FF7F2F;
}
.NewView_Product1 .container .box .con2 ul .active a {
  color: #FF7F2F;
}
.NewView_Product1 .container .box .con3 {
  text-align: center;
  font-size: 72px;
  line-height: 90px;
  margin-top: 70px;
}
.NewView_Product1 .container .box .con3 span {
  font-size: 92px;
  color: #FF7F2F;
  height: 96px;
  display: inline-block;
  vertical-align: middle;
}
.NewView_Product1 .container .box .list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.NewView_Product1 .container .box .list a {
  display: block;
  background: #f7f7f7;
  padding: 0 40px 60px;
}
.NewView_Product1 .container .box .list a .content1{
    height: 270px;
    display: flex;
    align-items: center;
}
.NewView_Product1 .container .box .list a .content1 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
}
.NewView_Product1 .container .box .list a .content2 {
  font-size: 26px;
  color: #000;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-justify: distribute-all-lines;
}
.NewView_Product1 .container .box .list a .content3 {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  text-align: center;
  margin-top: 10px;
  height: 50px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-justify: distribute-all-lines;
}
.NewView_Product1 .container .box .list a .content4 {
  font-size: 16px;
  text-align: center;
  color: #000;
  margin-top: 45px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewView_Product1 .container .box .list a .content4 i {
  color: #FF7F2F;
  font-size: 13px;
}
.NewView_Product1 .container .box .list a:hover .content1 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.NewView_Product1 .container .box .list a:hover .content2 {
  color: #FF7F2F;
}
.NewView_Product1 .container .box .list a:hover .content4 {
  color: #FF7F2F;
}
.NewView_Product2 {
  margin: 80px 0;
}
.NewView_Product2 .container {
  /*width: 100%;*/
  /*padding: 0 60px;*/
}
.NewView_Product2 .container .box {
  margin-top: 70px;
  /*padding: 0 90px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.NewView_Product2 .container .box .boxLeft {
  width: 44%;
  padding: 0 60px 0 0;
  position: relative;
}
.NewView_Product2 .container .box .boxLeft figure {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.NewView_Product2 .container .box .boxLeft figure img {
  width: 100%;
}
.NewView_Product2 .container .box .boxRight {
  width: 56%;
}
.NewView_Product2 .container .box .boxRight .title {
  font-size: 40px;
  color: #FD7E2D;
}
.NewView_Product2 .container .box .boxRight .text {
  font-size: 18px;
  line-height: 34px;
  color: #666666;
  margin-top: 15px;
}
.NewView_Product2 .container .box .boxRight .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.NewView_Product2 .container .box .boxRight .list li:not(:last-child) {
  margin-right: 30px;
}
.NewView_Product2 .container .box .boxRight .divList {
  margin-top: 60px;
}
.NewView_Product2 .container .box .boxRight .divList .divLi {
  margin-bottom: 50px;
}
.NewView_Product2 .container .box .boxRight .divList .divLi:not(:last-child) {
  margin-bottom: 50px;
}
.NewView_Product2 .container .box .boxRight .divList .divLi .tit {
  font-size: 24px;
  color: #000000;
  position: relative;
  margin-bottom: 20px;
  line-height: 32px;
  font-weight: bold;
}
.NewView_Product2 .container .box .boxRight .divList .divLi .txt {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}
.NewView_Product2 .container .box .boxRight .tag .tit {
  font-size: 22px;
  color: #999;
}
.NewView_Product2 .container .box .boxRight .tag .tagLi {
  font-size: 18px;
  margin-top: 26px;
}
.NewView_Product2 .container .box .boxRight .tag .tagLi p {
  display: inline-block;
  border: 1px solid #FF7F2F;
  line-height: 36px;
  border-radius: 20px;
  min-width: 110px;
  padding: 0 38px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.NewView_Product2 .container .box .boxRight .button {
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 justify-content: flex-end;
}
.NewView_Product2 .container .box .boxRight .button a{
    font-size: 20px;
    color: #666;
    transition: .4s;
}
.NewView_Product2 .container .box .boxRight .button a:hover{
    color: #FD7E2D;
}
.NewView_Product2 .container .box .boxRight .button .prev {
  margin-right: 30px;
}
@media screen and (max-width: 1600px) {
  .NewView_Product2 .container .box .boxRight .divList .divLi .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .NewView_Product2 .container .box .boxRight .divList .divLi:not(:last-child) {
    margin-bottom: 30px;
  }
  .NewView_Product2 .container .box .boxRight .tag .tit {
    font-size: 10px;
  }
  .NewView_Product2 .container .box .boxRight .tag .tagLi {
    font-size: 15px;
  }
  .NewView_Product2 .container .box .boxRight .title {
    font-size: 34px;
  }
  .NewView_Product2 .container .box .boxRight .text {
    font-size: 16px;
    line-height: 30px;
  }
  .NewView_Product1 .container .box .con1 {
    font-size: 42px;
  }
  .NewView_Product1 .container .box .con2 ul li a {
    font-size: 16px;
  }
  .NewView_Product1 .container .box .con3 {
    font-size: 52px;
  }
  .NewView_Product1 .container .box .con3 span {
    font-size: 72px;
  }
  .NewView_Product1 .container .box .list a .content2 {
    font-size: 22px;
  }
  .NewView_Product1 .container .box .list a .content3,
  .NewView_Product1 .container .box .list a .content4 {
    font-size: 14px;
  }
  .NewView_Product .box .boxTop .boxTop_title {
    font-size: 40px;
  }
  .NewView_Product .box .boxTop .boxTop_desc {
    font-size: 15px;
  }
  .NewView_Product .box .boxBot .banner .swiper-slide a figcaption {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .NewView_Product1 .container .box .list a {
    padding: 0 50px 50px;
  }
  .NewView_Product1 .container .box .list a .content2 {
    font-size: 19px;
  }
  .NewView_Product1 .container .box .con3 {
    margin-top: 52px;
    font-size: 40px;
  }
  .NewView_Product1 .container .box .con3 span {
    font-size: 54px;
  }
  .NewView_Product1 .container .box .con1 {
    font-size: 36px;
  }
  .NewView_Product1 .container .box {
    margin-top: 55px;
  }
}
@media screen and (max-width: 1300px) {
  .NewView_Product1 .container .box .list a {
    padding: 0 20px 40px;
  }
  .NewView_Product1 .container .box .list a .content2 {
    font-size: 18px;
  }
  .NewView_Product .box .boxTop .boxTop_title {
    font-size: 34px;
  }
  .NewView_Product .box .boxBot .banner .swiper-slide a figcaption {
    font-size: 16px;
  }

}
@media screen and (max-width: 1200px) {
  .NewView_Product .container,
  .NewView_Product1 .container,
  .NewView_Product2 .container {
    padding: 0 15px;
  }
  .NewView_Product .box .boxTop {
    padding: 0 50px;
    margin-top: 50px;
  }
  .NewView_Product .box .boxTop .boxTop_title {
    font-size: 26px;
  }
  .NewView_Product .box .boxBot {
    padding: 0 50px;
  }
  .NewView_Product1 .container .box {
    padding: 0 30px;
  }
  .NewView_Product1 .container .box .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .NewView_Product1 .container .box .con2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .NewView_Product1 .container .box .con2 ul li {
    margin-bottom: 10px;
  }
  .NewView_Product2 .container .box {
    margin-top: 50px;
    padding: 0 0;
  }
  .NewView_Product2 .container .box .boxLeft {
    padding: 0px 20px;
    width: 45%;
  }
  .NewView_Product2 .container .box .boxRight {
    width: 55%;
  }
  .NewView_Product2 .container .box .boxRight .title {
    font-size: 28px;
  }
  .NewView_Product2 .container .box .boxRight .list li img {
    width: 80px;
  }
  
  
  
}
@media screen and (max-width: 669px) {
  .NewView_Product .box .boxTop .boxTop_title,
  .NewView_Product1 .container .box .con1 {
    font-size: 22px;
  }
  .NewView_Product .box .boxBot .banner .swiper-slide a figure {
    padding: 0 10px;
  }
  .NewView_Product .box .boxBot .banner .swiper-slide a {
    padding-bottom: 30px;
  }
  .NewView_Product1 .container .box {
    padding: 0 0;
  }
  .NewView_Product1 .container .box {
    margin-top: 20px;
  }
  .NewView_Product1 .container .box .con3 {
    margin-top: 15px;
    font-size: 20px;
  }
  .NewView_Product1 .container .box .con3 span {
    font-size: 29px;
  }
  .NewView_Product1 .container .box .list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
  }
  .NewView_Product2 .container .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .NewView_Product1 .container .box .list a .content4{
      margin-top: 12px;
  }
  .NewView_Product1 .container .box .list a .content1{
      height: 130px;
  }
  .NewView_Product2 .container .box .boxLeft {
    width: 100%;
  }
  .NewView_Product1 .container .box .list a {
    padding: 0 10px 20px;
}
  .NewView_Product2 .container .box .boxRight {
    width: 100%;
    margin-top: 30px;
  }
  .NewView_Product2 .container .box .boxRight .title {
    font-size: 20px;
  }
  .NewView_Product2 .container .box .boxRight .text {
    font-size: 14px;
    line-height: 28px;
  }
  .NewView_Product2 .container .box .boxRight .list li img {
    width: 60px;
  }
  .NewView_Product2 .container .box .boxRight .divList .divLi .tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .NewView_Product2 .container .box .boxRight .divList .divLi .txt {
    font-size: 14px;
    line-height: 22px;
  }
  .NewView_Product2 .container .box .boxRight .tag .tagLi {
    font-size: 14px;
  }
  .NewView_Product2 .container .box .boxRight .button {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=./newPage.css.map */