﻿@charset "utf-8";



html {

  font-size: 62.5%;

}



body {

  margin: 0px;

  font-size: 12px;

  color: #91989f;

  font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;

  cursor: default;

}



* {

  padding: 0px;

  margin: 0px;

  -moz-box-sizing: border-box;

  /*Firefox3.5+*/

  -webkit-box-sizing: border-box;

  /*Safari3.2+*/

  -o-box-sizing: border-box;

  /*Opera9.6*/

  -ms-box-sizing: border-box;

  /*IE8*/

  box-sizing: border-box;

}



body,

ul,

ol,

dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6,

p,

i,

b,

em,

span,

form,

fieldset,

legend,

input,

textarea,

select,

button,

th,

td {

  margin: 0;

  padding: 0;

  font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  list-style: none;

  font-weight: normal;

  color: #555;

}



input,

select,

button {

  font-size: 12px;

  font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;

  border: 0;

  background: none;

  outline: none;

  vertical-align: middle;

}



button {

  overflow: visible

}



img {

  border: none;

}



li {

  list-style: none;

}



a {

  color: #91989f;

  text-decoration: none;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -ms-transition: all .3s;

  -o-transition: all .3s;

  transition: all .3s;

}



/* a:hover {

  color: #005caf;

} */



.clear {

  overflow: hidden;

  clear: both;

  height: 0px;

}



.fl {

  float: left;

}



.fr {

  float: right;

}



.con {

  width: 1320px;

  margin: 0 auto;

  max-width: 94%;

}



.container {

  width: 1320px;

  margin: 0 auto;

  max-width: 94%;

}



.header {

  width: 100%;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 10000;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;

}



.header.on {

  box-shadow: 0 0 10px #aaa;

  background: rgba(255, 255, 255, 0.9)

}



.header .container {

  position: relative;

}



.header .logo {

  float: left;

  margin: 15px 0;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header.on .logo {

  margin: 15px 0;

}



.header .logo img {

  width: auto;

  height: 60px;

  display: block;

}



.header .right {

  float: right;

  margin-left: 50px;

}



.header .right .yy ,.header .right .ss{

  line-height: 90px;

  color: #fff;

  position: relative;

  font-size: 18px;

  display: inline-block;

}



.header .right .yy i ,.header .right .ss i {

  font-size: 22px;

  margin-right: 8px;

}



.header .right .yy .x_l {

  width: 90px;

  top: 90px;

  position: absolute;

  left: 0;

  background: #fff;

  line-height: 40px;

  display: none

}



.header .right .yy .x_l a {

  color: #333;

  display: block;

  font-size: 14px;

  text-align: center;

}



.header .right .yy .x_l a:hover {

  color: #919160;

}



.header .an {

  position: absolute;

  top: 50%;

  right: 15px;

  height: 18px;

  width: 30px;

  display: none;

  transform: translate(0, -50%);

  -webkit-transform: translate(0, -50%);

  -moz-transform: translate(0, -50%);

  -ms-transform: translate(0, -50%);

  -o-transform: translate(0, -50%);

}



.header .an span {

  width: 30px;

  height: 2px;

  background-color: #555;

  display: block;

  position: absolute;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .an span.a1 {

  top: 0;

  left: 0;

}



.header .an span.a2 {

  top: 8px;

  left: 0;

}



.header .an span.a3 {

  top: 16px;

  left: 0;

}



.header .an.n span.a2 {

  display: none;

}



.header .an.n span.a1 {

  top: 8px;

  width: 30px;

  transform: rotate(45deg);

  -o-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

}



.header .an.n span.a3 {

  top: 8px;

  width: 30px;

  transform: rotate(135deg);

  -o-transform: rotate(135deg);

  -ms-transform: rotate(135deg);

  -moz-transform: rotate(135deg);

  -webkit-transform: rotate(135deg);

}



.header .nav {

  float: right;

}



.header .nav i {

  font-size: 12px;

  color: #aaa;

  line-height: 54px;

  text-align: right;

  position: absolute;

  width: 50%;

  height: 54px;

  right: 0px;

  top: 50%;

  display: none;

  transform: translate(0, -50%);

  -webkit-transform: translate(0, -50%);

  -moz-transform: translate(0, -50%);

  -ms-transform: translate(0, -50%);

  -o-transform: translate(0, -50%);

}



.header .nav ul li {

  margin: 0 2px;

  line-height: 90px;

  float: left;

  position: relative;

  padding: 0 24px;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}





.header .nav ul li a {

  display: block;

  font-size: 16px;

  color: #fff;

  text-transform: capitalize

}



.header.on .nav ul li a {

  display: block;

  font-size: 16px;

  color: #333;

}

.header.on .right .yy,.header.on .right .ss{color: #333;}

.header .nav ul li span {

  width: 0;

  height: 2px;

  background-color: #919160;

  position: absolute;

  left: 50%;

  bottom: 0;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

  transform: translate(-50%, 0);

  -webkit-transform: translate(-50%, 0);

  -moz-transform: translate(-50%, 0);

  -ms-transform: translate(-50%, 0);

  -o-transform: translate(-50%, 0);

}



.header .nav ul li:hover span {

  width: 100%;

}



.header .nav ul li.on span {

  width: 100%;

}



.nav .y_j {

  position: relative;

}

.search{width:100%; padding:30px 5%; background-color:#f7f7f7; position:fixed; top:0; left:0; z-index:9; display:none;box-sizing: border-box;}
.search .an_sj {width: 5%;line-height: 52px;color: #555;float: right;text-align: right;}
.search input.w_z{width:90%; height:52px; border-radius:0; font-size:18px; line-height:52px; color:#555; float:left; -webkit-appearance:none;}
.search button.s_c{width:5%; height:52px;font-size:18px; line-height:52px; text-align:center; float:left; -webkit-appearance:none;font-weight: bold;}
.search i {font-size: 18px;}

.nav .e_j {

  min-width: 150px;
  width: max-content;

  background-color: rgba(255, 255, 255, .95);

  position: absolute;

  top: 90px;

  left: 50%;

  margin-left: -75px;

  display: none;

  z-index: 9999;

}



/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/

.header .nav ul li .e_j a {

  display: block;

  font-size: 14px;

  color: #000;

  line-height: 40px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.15);

  text-align: center;
  padding: 0 5px;

}



.nav .e_j .ejy {

  position: relative

}



.nav .e_j .s_j {

  width: 150px;

  background-color: rgba(255, 255, 255, .5);

  position: absolute;

  top: 0px;

  left: 150px;

  display: none;

  z-index: 9999;

}



.header .nav .e_j a:hover {

  background-color: #919160;

  color: #fff;

}



@media (min-width:1024px) {



  .header .nav .e_j {

    display: none !important;

  }



  .header .nav ul li:hover .e_j {

    display: block !important;

  }



  .head_h {

    height: 68px;

    display: none

  }

}





@media only screen and (max-width:1024px) {

  .head_h {

    height: 60px;

    display: block

  }



  .header {

    border: 0;

    height: 60px;

    width: 100%

  }



  .header .container {

    padding: 0;

    height: 60px;

    width: 94%

  }



  .header .logo {

    margin: 5px auto;

  }



  .header .logo img {

    height: 50px;

  }



  .header .right {

    margin-right: 50px;

    margin-left: 0px;

  }


  .header .right li{float: left;}
  .header .right .yy,.header .right .ss {

    line-height: 60px;

    color: #222;

    font-size: 16px;

    display: flex;

  }



    .header .right .yy i ,.header .right .ss i {

    font-size: 20px;

    margin-right: 5px;

  }



  .header .an {

    display: block;

    right: 10px;

  }



  .header .an span {

    background-color: #999

  }



  .header .nav ul {

    width: 100%;

  }



  .header.on .nav {

    width: 100%

  }



  .header .nav {

    width: 100%;

    padding: 15px 5%;

    background-color: #fff;

    height: 100%;

    position: fixed;

    top: 60px;

    right: -100%;

    z-index: 9999;

    overflow: auto;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

    margin-top: 0

  }



  .header .nav.on {

    right: 0;

  }



  .header.on .nav ul li a {

    font-size: 16px;

    color: #222;

  }



  .header .nav i {

    display: block;

    font-size: 16px;

    color: #222;

  }



  .header .nav ul li {

    line-height: 60px;

    text-align: left;

    border-bottom: 1px solid #ccc;

    float: none;

    margin: 0;

    padding: 0

  }



  .header .nav ul li::after {

    background: rgba(0, 0, 0, 0);

  }



  .header.on .nav ul li {

    line-height: 60px;

  }



  .header .nav .e_j {

    width: 100%;

    border-top: 1px solid #ccc;

    background: none;

    position: relative;

    display: none;

    top: auto;

    left: auto;

    margin: 0;

    padding-bottom: 10px;

  }



  .header .nav ul li .e_j a {

    color: #222;

    font-size: 16px;

    text-align: left;

  }



  .header .nav ul li .e_j a:last-child {

    border-bottom: none;

  }



  .header .nav ul li .e_j a:hover {

    color: #919160

  }



  .header .nav .e_j a {

    border-top: 0;

    font-size: 16px;

    color: #222;

    line-height: 32px;

  }



  .header .nav .e_j a:hover {

    background: none;

  }



  .header .nav ul li:hover .e_j {

    display: none;

  }



  .header .nav ul li a {

    font-size: 16px;

    color: #222;

  }



  .header .nav ul li:hover span {

    width: 0;

  }



  .header .nav ul li.on span {

    width: 0;

  }

}



.gallery-top {

  width: 100%;

  position: relative;

}



.gallery-top .swiper-slide img {

  width: 100%;

  height: auto;

  display: block;

}



.gallery-top .swiper-pagination {

  bottom: 20px !important;

}



.gallery-top .swiper-pagination-bullet {

  width: 10px;

  height: 10px;

  display: inline-block;

  border-radius: 0;

  opacity: 1;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

}



.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #919160

}





.pc_ban {

  width: 100%;

  height: 100vh;

  position: relative;

  overflow: hidden;

}



.pc_ban .swiper-slide {

  height: 100vh;

}



.pc_ban .mb {

  width: 100%;

  height: 50px;

  display: block;

  position: absolute;

  left: 0;

  top: 0;

  text-align: center

}



.pc_ban .mb h1 {

  font-size: 46px;

  color: #fff;

  margin-bottom: 20px;

  text-align: center;

  margin-top: 18%;

}



.pc_ban a h4 {

  font-size: 16px;

  color: #eee;

  text-align: center;

  -webkit-transition: all 1s;

  -moz-transition: all 1s;

  -o-transition: all 1s;

  transition: all 1s;

  opacity: 0;

  -webkit-opacity: 0;

  -moz-opacity: 0;

  -webkit-transform: translate3d(0, 300px, 0);

  -ms-transform: translate3d(0, 300px, 0);

  transform: translate3d(0, 300px, 0);

}



.pc_ban .swiper-slide-active h1 {

  -webkit-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  opacity: 1;

  -webkit-opacity: 1;

  -moz-opacity: 1;

}



.pc_ban .swiper-slide-active h4 {

  -webkit-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  opacity: 1;

  -webkit-opacity: 1;

  -moz-opacity: 1;

}



.pc_ban .swiper-button-prev {

  background: url(../images/banner-l.png) no-repeat;

  width: 30px;

  height: 50px;

  margin-top: 0;

  left: 1%;

  background-size: 30px 50px;

  -webkit-background-size: 30px 50px;

  -moz-background-size: 30px 50px;

  -ms-background-size: 30px 50px;

  -o-background-size: 30px 50px;

}



.pc_ban .swiper-button-next {

  background: url(../images/banner-r.png) no-repeat;

  width: 30px;

  height: 50px;

  margin-top: 0;

  right: 1%;

  background-size: 30px 50px;

  -webkit-background-size: 30px 50px;

  -moz-background-size: 30px 50px;

  -ms-background-size: 30px 50px;

  -o-background-size: 30px 50px;

}



.sy_about {

  padding: 60px 0;

  overflow: hidden

}



.tit h3 {

  font-size: 14px;

  color: #666;

  margin-top: 25px;

}



.product-number-info {



  position: relative;

  padding: 64px 0 64px;

  background: url(../images/jj_bj.jpg) center / cover no-repeat;

}



.product-number-info h2 {

  font-size: 30px;

  text-align: center;

  color: #fff;

  margin-bottom: 50px;

}



.product-number-info .product-number-inner {



  margin: 0 auto;

}



.product-number-info ul {

  display: flex;

  justify-content: space-between;



}



.q {

  zoom: 1;

}



.product-number-info li {

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  float: left;

  width: 20%;

  color: #333;

  border-right: rgba(255, 255, 255, 0.3) 1px solid;

  padding-top: 1px;

  box-sizing: border-box;

  text-align: center;

}



.product-number-info li:hover {

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.product-number-info li:last-child {

  border: none;

}



.product-number-info li b {

  font-size: 48px;

  font-weight: bold;

  color: #fff;

  line-height: 1;

  display: inline-block;

  position: relative;

  margin: 15px 0 10px;

}



.product-number-info li h3 {

  font-size: 20px;

  color: #333;

  letter-spacing: 1px;

}



.product-number-info li p {

  font-size: 16px;

  color: #fff;

}



.product-number-info li b i {

  font-style: normal;

}



.product-number-info li b sup {

  position: absolute;

  font-size: 20px;

  right: -15px;

  top: -3px;

}





.product-number-info li b em {

  font-style: normal;

  font-size: 28px;

  font-weight: 100;

  padding-left: 2px;

  position: relative;

  top: -4px;

}



.tit {

  margin-bottom: 50px;

  text-align: center

}



.tit h1 {

  font-size: 36px;

  color: #333;

  margin-bottom: 15px;

  font-weight: bold;

  position: relative

}



.tit h1::after {

  content: " ";

  position: absolute;

  left: 50%;

  bottom: -12px;

  width: 60px;

  margin-left: -30px;

  height: 3px;

  background: #919160;

}



.tit h3 {

  font-size: 20px;

  color: #666;

  margin-top: 25px;

  text-transform: uppercase;

  letter-spacing: 2px;

}



.sy_gybj {

  position: relative;

  background: #919160;

  overflow: hidden;

}



.sy_gsjj {

  padding: 50px 0;

  margin: 0 auto;

  overflow: hidden;

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.sy_gsjj .tit {

  width: auto;

}



.sy_gybj .tp {

  width: 50%;

  position: absolute;

  right: 0;

  top: 0;

  height: 100%;

}



.video-wrapper {

  position: relative;

  width: 100%;
  height: 100%;

}



.video2 {

  width: 100%;

  /* height: 100vh;

  object-fit: cover !important; */

  object-fit: fill;

  display: block;

  z-index: 1;

}



.video-js {

  width: 100%;

  height: 100%;

  /* aspect-ratio: 16/9; */

}



.play-overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  background: rgba(0, 0, 0, 0.3);

  cursor: pointer;

  z-index: 10;

}



.play-icon {

  width: 60px;

  height: 60px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.2);

  backdrop-filter: blur(5px);

  display: flex;

  justify-content: center;

  align-items: center;

  display: none;

}



.play-icon::after {

  content: "";

  display: block;

  width: 0;

  height: 0;

  border-top: 12px solid transparent;

  border-bottom: 12px solid transparent;

  border-left: 20px solid white;

  margin-left: 5px;

}



.sy_gybj .tp img {

  width: 100%;

  display: block;

}



.sy_gsjj .w_z {

  float: left;

  width: 50%;

  font-size: 18px;

  line-height: 1.8;

  color: #fff;

  position: relative;

  padding-right: 32px;

  box-sizing: border-box;

}



.sy_gsjj .tit {

  text-align: left;

  margin-bottom: 30px;

}



.sy_gsjj .tit h1 {

  font-size: 34px;

  color: #fff;

}



.sy_gsjj .tit h1::after {

  left: 0%;

  margin-left: 0px;

  background: #fff;

}



.sy_gsjj .w_z .en {

  position: absolute;

  top: -30px;

  left: 0;

  right: 0;

  font-size: 80px;

  text-transform: uppercase;

  font-family: ariblk;

  line-height: 1.1;

  font-weight: bold;

  color: rgba(0, 0, 0, .04);

  font-style: normal;

}



.sy_gsjj .w_z p {

  font-size: 16px;

  line-height: 1.8;

  color: #fff;

  display: -webkit-box;

  overflow: hidden;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 6;

}



.sy_gsjj .more {

  display: block;

  width: 180px;

  height: 42px;

  text-align: center;

  line-height: 42px;

  color: #fff;

  font-size: 18px;

  overflow: hidden;

  position: relative;

  z-index: 0;

  border-radius: 2px;

  background-color: transparent;

  border: 1px solid #fff;

  margin-top: 38px;

}



.sy_gsjj .more::after {

  content: '';

  width: 0;

  height: 100%;

  background-color: #fff;

  position: absolute;

  top: 0;

  left: 0;

  transition: all .3s;

  z-index: -1;

}



.sy_gsjj .more:hover::after {

  width: 100%;

}



.sy_gsjj .more:hover {

  color: #919160;

}



.sy_gsjj .more::after {

  content: '';

  width: 0;

  height: 100%;

  background-color: #fff;

  position: absolute;

  top: 0;

  left: 0;

  transition: all .3s;

  z-index: -1;

}



.imgH {

  overflow: hidden;

}



.imgH img {

  transition-duration: .6s;

  -ms-transition-duration: .6s;

  -moz-transition-duration: .6s;

  -webkit-transition-duration: .6s;

}



.imgH:hover img {

  transform: scale(1.1);

  -moz-transform: scale(1.1);

  -ms-transform: scale(1.1);

  -o-transform: scale(1.1);

  -webkit-transform: scale(1.1);

}



.sy_zs {

  padding: 64px 0;

  background: url(../images/ind6bg.jpg) center / cover no-repeat;

  background-attachment: fixed;

}



.sy_zs .con {

  position: relative;

}



.swiper-zzly {

  width: 100%;

  margin: 0 auto;

}



.swiper-zzly .swiper-slide {

  position: relative;

  overflow: hidden;

}



.swiper-zzly .swiper-slide img {

  width: 100%;

  height: 333px;

  display: block;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.swiper-zzly .swiper-slide:hover img {

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.sy_zs .swiper-pagination-bullet {

  background: #fff;

  width: 12px;

  opacity: 1;

  border-radius: 6px;

  height: 12px;

  margin: 0 8px;

}



.sy_zs .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #919160;

  border: #919160 1px solid;

}



.sy_zs .swiper-pagination {

  right: 0;

  top: 20px;

}



.indp4 {

  padding-left: 30px;

  padding-right: 30px;

  background: #f3f3f3;

  padding: 64px 30px;

  overflow: hidden;

}



.sy_cpfl {

  padding-bottom: 35px;

}



.sy_cpfl ul {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

}



.sy_cpfl ul li {

  width: 16.66%;

  margin: 0.5%;

  border: #919160 1px solid;

  text-align: center;

  line-height: 50px;

  font-size: 16px;

  position: relative;

  border-radius: 5px;

}



.sy_cpfl ul li a {

  color: #919160

}



.sy_cpfl ul li:hover {

  background: #919160;

}



.sy_cpfl ul li:hover a {

  color: #fff;

}



.indp4 .nrBox .imgBox {

  display: block;

}



.indp4 .nrBox .imgBox img {

  width: 100%;

}



.indp4 .nrBox .tit {

  font-size: 18px;

  color: rgb(7, 32, 33);

  margin-top: 12px;

  text-align: center;

  display: block;

}



.indp4 .swiper-button-next {

  width: 54px;

  height: 54px;

  background: url(../images/lb2.png) center no-repeat rgba(0, 0, 0, 0.1);

  background-size: 100%;

  margin-top: -45px;

  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);

  border-radius: 50%;

}



.indp4 .swiper-button-prev {

  width: 54px;

  height: 54px;

  background: url(../images/lb1.png) center no-repeat rgba(0, 0, 0, 0.1);

  background-size: 100%;

  margin-top: -45px;

  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);

  border-radius: 50%;

}



.indp4 .swiper-button-next::after,

.indp4 .swiper-button-prev::after {

  display: none;

}



.indp4 .swiper-pagination {

  position: relative;

  display: none;

}



.indp4 .swiper-pagination-bullet {

  border-radius: 50%;

  background-color: rgb(255, 255, 255);

  width: 12px;

  height: 12px;

  margin: 0 8px;

  opacity: 1;

  border: 1px solid rgba(0, 0, 0, 0.2);

}



.indp4 .swiper-pagination-bullet-active {

  background: #fbc834;

}



.pore {

  position: relative;

}



.sy_ys {

  padding: 65px 0;

}



.sy_ys .tit h3 {

  margin: 25px auto 0;

  max-width: 70%;

  text-align: center;

}



.sy_ys ul {

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

}



.sy_ys ul li {

  width: calc(33.3333% - 8px);

  overflow: hidden;

  position: relative;

}



.sy_ys ul li p {

  font-size: 16px;

  color: #222;

  margin-top: 12px;

  text-align: center;

  display: block;

}



.sy_ys ul li img {

  width: 100%;

  display: block;

}



.sy_ys ul li:hover img {

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.sy_cpxj {

  padding: 65px 0;

}



.sy_cpxj ul {

  display: flex;

  justify-content: space-between;

  align-items: stretch;

  margin-bottom: 25px;

  flex-wrap: wrap;

}



.sy_cpxj ul li {

  width: 30.3333%;

  background: #fff;

  border-radius: 10px;

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);

  padding: 35px;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);

  box-sizing: border-box;

  margin-bottom: 15px;

}



.sy_cpxj ul li::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 0;

  height: 0;

  border: 2px solid transparent;

  box-sizing: border-box;

  z-index: 3;

}



.sy_cpxj ul li::after {

  content: "";

  position: absolute;

  bottom: 0;

  right: 0;

  width: 0;

  height: 0;

  border: 2px solid transparent;

  box-sizing: border-box;

  z-index: 3;

}



.sy_cpxj ul li:hover {

  transform: scale(1.03);

}



.sy_cpxj ul li:hover::before {

  width: 100%;

  height: 100%;

  border-radius: 10px;

  border-top-color: #919160;

  border-right-color: #919160;

  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;

  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;

}



.sy_cpxj ul li:hover::after {

  width: 100%;

  height: 100%;

  border-radius: 10px;

  border-bottom-color: #919160;

  border-left-color: #919160;

  -webkit-transition: border-color 0s ease-out 0.5s, width 10s ease-out 0.5s, height 0.25s ease-out 0.75s;

  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;

}



.sy_cpxj ul li .tb {

  width: 80px;

  margin: 0 auto 25px;

  height: 80px;

  background: #919160;

  border-radius: 50%;

  padding: 15px;

  border: #919160 1px solid;

}



.sy_cpxj ul li .tb img {

  max-width: 100%

}



.sy_cpxj ul li:hover .tb {

  -webkit-transform: rotateY(360deg);

  -moz-transform: rotateY(360deg);

  -o-transform: rotateY(360deg);

  -ms-transform: rotateY(360deg);

  transform: rotateY(360deg);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  border: #fff 1px solid;

}



.sy_cpxj ul li h3 {

  font-size: 20px;

  color: #333;

  margin-bottom: 20px;

  position: relative;

  text-align: center;

  font-weight: bold;

  padding-bottom: 15px;

}



.sy_cpxj ul li h4 {

  font-size: 16px;

  line-height: 1.5;

  color: #333;

}



.sy_cpxj ul li h3::before {

  width: 50px;

  background: #919160;

  content: "";

  position: absolute;

  left: 50%;

  margin-left: -25px;

  height: 4px;

  bottom: 0;

  border-radius: 3px;

}



.sy_cpxj ul li p {

  font-size: 16px;

  line-height: 1.8;

  text-align: left;

  color: #555;

  display: -webkit-box;

  overflow: hidden;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 5;

}



.sy_p6 {

  padding: 64px 0;

}



.sy_p6 .tit h1 {

  color: #fff;

}



.sy_p6 .tit h3 {

  color: #fff;

}



.sy_p6 .more {

  width: 150px;

  height: 46px;

  line-height: 46px;

  text-align: center;

  background: #919160;

  margin: 0 auto;

  font-size: 16px;

  color: #fff;

}



.sy_p6 .more a {

  color: #fff;

}



.sy_p6 .more:hover {

  background: #890409;

}



.sy_p7 {

  padding: 64px 0;

  overflow: hidden;

}



.sy_p7 .left {

  width: 50%;

  float: left;

  padding: 0 28px 0 0;

}



.sy_p7 .left .imgBox {

  height: 340px;

  display: block;

  margin-bottom: 16px;

  overflow: hidden;

  position: relative;

}



.sy_p7 .left .imgHbg img {

  transition-duration: .6s;

  -ms-transition-duration: .6s;

  -moz-transition-duration: .6s;

  -webkit-transition-duration: .6s;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.sy_p7 .left .b_t {

  font-size: 18px;

  color: rgb(51, 51, 51);

  font-weight: bold;

  display: block;

}



.sy_p7 .left .desc {

  font-size: 14px;

  color: rgb(153, 153, 153);

  line-height: 1.5;

  margin-top: 4px;

}



.sy_p7 .right {

  width: 50%;

  float: right;

}



.sy_p7 .right li {

  margin-top: 24px

}



.sy_p7 .right li:first-child {

  margin-top: 0;

}



.flexb2 {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.sy_p7 .right li .time {

  border: 2px solid rgb(204, 204, 204);

  border-radius: 4px;

  width: 90px;

  height: 90px;

  margin-right: 20px;

  text-align: center;

  line-height: 1;

}



.flexb {

  display: flex;

  align-items: center;

  justify-content: center;

}



.sy_p7 .right li .time b {

  font-size: 30px;

  color: #919160;

  font-weight: bold;

  display: block;

}



.sy_p7 .right li .time span {

  font-size: 14px;

  color: rgb(153, 153, 153);

  text-transform: uppercase;

  display: block;

  margin-top: 8px;

}



.sy_p7 .right li .text {

  width: calc(100% - 114px);

}



.sy_p7 .right li .b_t {

  font-size: 18px;

  color: rgb(51, 51, 51);

  font-weight: bold;

  display: block;

  display: block;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

}



.sy_p7 .right li .desc {

  font-size: 14px;

  color: rgb(153, 153, 153);

  line-height: 1.5;

  margin-top: 4px;

}



.ovh2 {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}



.sy_p7 .more {

  width: 150px;

  height: 46px;

  line-height: 46px;

  text-align: center;

  border: #919160 1px solid;

  margin: 50px auto 0 !important;

  font-size: 16px;

  color: #919160;

  background: #fff

}



.sy_p7 .more a {

  color: #919160;

}



.sy_p7 .more:hover {

  background: #919160;

}



.sy_p7 .more:hover a {

  color: #fff;

}



.indp8 {

  position: relative;

  z-index: 2;

  padding: 0;

}



.indp8 .nrBox {

  border-radius: 8px;

  background: #919160;

  padding: 50px;

}



.indp8 .nrBox .tit {

  font-size: 26px;

  color: #fff;

  font-weight: bold;

  width: 200px;

  margin-bottom: 0;

}



.indp8 .nrBox .formBox {

  max-width: calc(100% - 200px);

}



.indp8 .nrBox .formBox input[type=text],.indp8 .nrBox .formBox input[type=email] {

  border-radius: 4px;

  background-color: rgb(255, 255, 255);

  width: 180px;

  height: 50px;

  border: 0;

  padding: 0 8px;

  margin-right: 10px;

  font-size: 14px;

  display: block;

  float: left;

}



.indp8 .nrBox .formBox input[type=text].liuyan {

  width: 390px;

}



.indp8 .nrBox .formBox .tijiao {

  border-radius: 4px;

  background-color: #fff;

  width: 120px;

  height: 50px;

  font-size: 16px;

  color: #919160;

  font-weight: bold;

  text-align: center;

  border: 0;

  cursor: pointer;

}



.footer_bg {

  background: #222;

  width: 100%;

  padding: 90px 0 0;

  margin-top: -54px;

}



.footer {

  margin: 0 auto;

  z-index: 999;

}



.footer .zuo3 ul{display: flex; justify-content: space-between;}



.footer .zuo3 ul li {

  /* float: left;

  padding-right: 50px; */

  min-width: 50px;

}



.footer .zuo3 ul li:last-child {

  padding: 0;

}



.footer .zuo3 ul li .tit1 a {

  font-size: 18px;

  font-weight: bold;

  color: #fff;

  opacity: 1;

  line-height: 36px;

  display: block

}



.footer .zuo3 ul li .line {

  margin-bottom: 20px;

  height: 2px;

  margin-top: 10px

}



.footer .zuo3 ul li .line span {

  width: 15px;

  height: 1px;

  background: #919160;

  -webkit-transition: all 1s;

  -moz-transition: all 1s;

  -o-transition: all 1s;

  transition: all 1s;

  display: block

}



.footer .zuo3 ul li:hover .line span {

  width: 50px;

  height: 1px;

}



.footer .zuo3 ul li a {

  width: 100%;

  display: block;

  line-height: 28px;

  font-size: 14px;

  color: #fff;

  opacity: 0.7;

  text-transform: capitalize;

}



.footer .zuo3 ul li a:hover {

  opacity: 1;

}



.dzwz {

  line-height: 30px;

  color: #fff;

  font-size: 14px;

  max-width: 360px;

}



.dzwz p {

  line-height: 28px;

  color: #fff;

  font-size: 14px;

  margin-bottom: 10px;

}



.dzwz p i {

  color: #fff;

  text-align: center;

  margin-right: 10px;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}



.footer .zuo3 ul li.yx {

  width: 200px;

  padding-right: 0;

  float: right;

}



.footer .searchIpt2 {

  width: 200px;

  height: 50px;

  position: relative;

}



.searchIpt2 .search_txt {

  width: 202px;



  padding: 0 0 0 10px;



  line-height: 50px;



  background: #fff;



  color: #666;



  border: 0;



  height: 50px;



  float: left;

  border-radius: 25px;



}



.searchIpt2 .search_btn {

  width: 50px;

  background: #fff;

  border: 0;

  float: right;

  color: #333;

  height: 50px;

  cursor: pointer;

  border-radius: 25px;

  position: relative;

}



.searchIpt2 i {

  font-size: 20px;

  width: 20px;

  height: 20px;

  line-height: 20px;

  position: absolute;

  right: 15px;

  top: 50%;

  margin-top: -10px;

  text-align: center;

  color: #333;

}



.searchIpt2 .search_btn:hover {

  background: #c11724;

  color: #fff;

}



.searchIpt2 .search_btn:hover i {

  color: #fff;

}



.searchIpt2 .search_btn i:hover {

  color: #fff;

}



.footer_bg .dybox {

  margin-top: 5px;

}



.footer_bg .dybox p {

  color: #fff;

}



.footer_bg .dybox h3 {

  margin-bottom: 15px;

}



.footer_bg .dy {

  margin-top: 10px;

  width: 280px;

  overflow: hidden;

}



.footer_bg .dy input.w_z {

  width: 85%;

  height: 35px;

  border-radius: 0;

  font-size: 12px;

  line-height: 35px;

  color: #fff;

  float: left;

  -webkit-appearance: none;

  background: rgba(255, 255, 255, 0.15);

  padding-left: 15px;

  box-sizing: border-box;

}



.footer_bg .dy button.s_c {

  width: 15%;

  height: 35px;

  font-size: 18px;

  line-height: 35px;

  text-align: center;

  float: left;

  -webkit-appearance: none;

  font-weight: bold;

  background: #e87603;

}



.footer_bg .dy i {

  font-size: 18px;

  color: #fff;

}



.footer .zuo3 ul li.yx .tb {

  padding-top: 20px

}



.footer .zuo3 ul li.yx .tb a {

  width: 30px;

  margin-right: 10px;

  position: relative;

  float: left;

}



.footer .zuo3 ul li.yx .tb a i {

  font-size: 20px;

}



.footer .zuo3 ul li.yx .tb a .wx {

  width: 120px;

  position: absolute;

  left: 50%;

  margin-left: -60px;

  background: #fff;

  top: -120px;

  display: none;

}



.footer .zuo3 ul li.yx .tb a:hover .wx {

  display: block;

}



.footer .zuo3 ul li.yx .tb a img {

  width: 100%;

}



.footer .weix {

  width: 120px;

  float: right;

  text-align: center;

  line-height: 30px;

}



.footer .weix img {

  width: 100%;

}



.footer_btm {

  margin: 30px auto 0;

  border-top: 1px solid rgba(255, 255, 255, 0.2);

  width: 100%;

}



.copy {

  width: 1200px;

  margin: 0 auto;

  line-height: 50px;

  text-align: center

}



.copy p {

  font-size: 14px;

  text-transform: uppercase;

  color: #fff;

}



.copy p a {

  color: #ffffff;

  -webkit-transition: 0.9s;

  -moz-transition: 0.9s;

  -o-transition: 0.9s;

  transition: 0.9s;

}





.nban {

  width: 100%;

  height: 500px;

  position: relative;

  margin: 0 auto

}



.nban .bt {

  /* width: 360px; */

  position: absolute;

  left: 50%;

  margin-left: -660px;

  top: 35%;

  z-index: 5;

}



.nban .bt h2 {

  font-size: 16px;

  color: #fff;

  text-transform: uppercase;

}



.nban .bt h2 a {

  color: #fff;

}



.nban .bt h3 {

  font-size: 34px;

  color: #fff;

  font-weight: bold;

  margin-bottom: 15px;

}



.nycon {

  padding: 55px 0;

}



.nycon .left {

  width: 280px;

  float: left;

}



.nycon .left .bt {

  padding: 16px 20px;

  line-height: 1.4;

  font-size: 20px;

  color: #fff;

  background: #919160;

  font-weight: bold;

  text-transform: capitalize

}



.nycon .left .bt2 {

  background: #009999;

  color: #fff;

  line-height: 42px;

  font-size: 18px;

  text-transform: capitalize;

  padding-left: 10px;

}



.subNavBox {

  position: relative;

  z-index: 5;

  border-bottom: #eee 1px solid;

}



.search2 {

  width: 33.3333%;

  padding: 0px 15px;

  box-sizing: border-box;

  position: absolute;

  right: 0;

  top: 49px;

  border: #eee 1px solid;

}



.search2 input.w_z {

  width: 90%;

  height: 60px;

  border-radius: 0;

  font-size: 18px;

  line-height: 60px;

  color: #555;

  float: left;

  -webkit-appearance: none;

}



.search2 button.s_c {

  width: 10%;

  height: 60px;

  font-size: 18px;

  line-height: 60px;

  text-align: center;

  float: left;

  -webkit-appearance: none;

  font-weight: bold;

}



.search2 i {

  font-size: 18px;

}



.subNavBox .kd {

  width: 33.3333%;

  border-right: #eee 1px solid;

  line-height: 60px;

  float: left;

  position: relative;

}



.subNav {

  cursor: pointer;

  font-size: 16px;

  color: #222;

  background: #f8f8f8 url(../images/jiantou1.png) no-repeat;

  background-position: 95% 50%;

  background-size: 10px;

  width: 100%;

  line-height: 60px;

  float: left;

  position: relative;

  padding-left: 25px;

  box-sizing: border-box;

  border-bottom: #eee 1px solid;

}



.subNav {

  color: #222

}



.currentDd {

  color: #fff

}



.currentDt ,.subNav:hover {

  background-image: url(../images/jiantou.png);

  background-size: 20px;

  background-color: #bbbb96;

  color: #fff

}



.currentDt a {

  color: #fff

}



.navContent {

  padding: 20px 20px 35px;

  box-sizing: border-box;

  position: relative;

  display: none;

}



.navContent li {

  line-height: 45px;

  color: #666;

  box-sizing: border-box;

  font-size: 16px;

  overflow: hidden;

}



.navContent li a {

  display: block;

  color: #333;

}



.navContent li .lm {

  width: 150px;

  float: left;

  color: #111;

}



.navContent li .lb {

  width: calc(100% - 150px);

  float: right;

}



.navContent li .lb a {

  padding: 0 20px;

  display: inline-block;

  margin: 0 8px;

  background: #f1f1f1;

  border-radius: 4px;

  font-size: 16px;

  color: #222;

}



.navContent li .lb a:hover {

  background: #919160;

  color: #fff;

}



.navContent li .lb a.on {

  background: #919160;

  color: #fff;

}



.navContent li a:hover {

  color: #919160;

}



.ny_cplb {

  width: 100%;

}



.ny_cplb ul li {

  width: 31.3333%;

  float: left;

  margin: 1%;

  background: #fff;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  border: #eee 1px solid;

  box-sizing: border-box;

}



.ny_cplb ul li .tips {

  background-color: #919160;

  position: absolute;

  right: 0;

  top: 0;

  min-width: 80px;

  padding: 0 15px;

  line-height: 28px;

  font-size: 16px;

  color: rgb(255, 255, 255);

  text-align: center;

  border-radius: 0 0 0 10px;

  z-index: 9;

}



.ny_cplb ul li:hover {

  background: #919160;

  transform: translateY(-5px);

  -wbkit-transform: translateY(-5px);

  -o-transform: translateY(-5px);

  -moz-transform: translateY(-5px);

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  border: #919160 1px solid;

}



.ny_cplb ul li .t_p {

  overflow: hidden;

  position: relative;

  padding-top: 65%;

}



.ny_cplb ul li img {

  width: 100%;

  height: 100%;

  object-fit: contain;

  position: absolute;

  left: 0;

  top: 0;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.ny_cplb ul li:hover img {

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.ny_cplb ul li .w_z {

  padding: 15px;

}



.ny_cplb ul li h3 {

  font-size: 16px;

  margin-bottom: 10px;

  color: #111;

}



.ny_cplb ul li:hover h3 {

  color: #fff;

}



.ny_cplb ul li:hover h4 {

  color: #fff;

}



.ny_cplb ul li h4 {

  font-size: 14px;

  color: #333;

}



.nycon .right {

  width: calc(100% - 320px);

  float: right;

}



.xiaocms-page {

  padding: 30px 0;

  text-align: center;

}



.xiaocms-page a ,.xiaocms-page span{

  padding: 0 10px;

  display: inline-block;

  line-height: 28px;

  font-size: 14px;

  color: #222;

  border: #ccc 1px solid;

  margin: 0 4px;

}



.xiaocms-page a:hover,.xiaocms-page span{

  color: #fff;

  border: #919160 1px solid;

  background: #919160;

}



.xiaocms-page a.on {

  color: #fff;

  border: #919160 1px solid;

  background: #919160;

}







/*产品详情*/

.cpxq {

  padding: 0px 0 60px;

  margin: 0 auto;

}



.cpxq .left {

  width: 600px;

  float: left;

}



.cpxqBox {

  width: 100%;

  overflow: hidden;

  position: relative;

}



.cpxqBox .hd {

  overflow: hidden;

  width: 100%;

  margin-top: 30px;

}



.cpxqBox .hd ul {

  overflow: hidden;

  zoom: 1;

  text-align: center;

}



.cpxqBox .hd ul li {

  display: inline-block;

  width: 80px;

  background: #fff;

  cursor: pointer;

  margin: 0 5px;

  border: #fff 1px solid;

}



.cpxqBox .hd ul li img {

  width: 100%;

  display: block;

}



.cpxqBox .hd ul li.on {

  border: #919160 1px solid;

}



.cpxqBox .bd {

  position: relative;

  z-index: 0;

  border: 1px solid #ddd;

}



.cpxqBox .bd li {

  zoom: 1;

  vertical-align: middle;

}



.cpxqBox .bd img {

  width: 100%;

  height: auto;

  display: block;

}



/* 下面是前/后按钮代码，如果不需要删除即可 */

.cpxqBox .prev,

.cpxqBox .next {

  position: absolute;

  left: 3%;

  top: 50%;

  margin-top: -25px;

  display: block;

  width: 32px;

  height: 40px;

  background: url(../images/slider-arrow.png) -110px 5px no-repeat;

  filter: alpha(opacity=50);

  opacity: 0.5;

}



.cpxqBox .next {

  left: auto;

  right: 3%;

  background-position: 8px 5px;

}



.cpxqBox .prev:hover,

.cpxqBox .next:hover {

  filter: alpha(opacity=100);

  opacity: 1;

}



.cpxqBox .prevStop {

  display: none;

}



.cpxqBox .nextStop {

  display: none;

}



.cpxq .right {

  width: calc(100% - 640px);

  float: right;

}



.cpxq .right h3 {

  font-size: 25px;

  color: #333;

  margin-bottom: 20px;

  font-weight: bold;

  margin-top: 10px;

}



.cpxq .right .box {

  padding: 10px;

  background: #f5f5f5;

}



.cpxq .right p {

  font-size: 16px;

  line-height: 1.8;

  color: #555;

  margin-bottom: 20px;

}



.cpxq .right p span {

  margin-right: 15px;

}



.cpxq .right p .gg {

  padding: 3px;

  border: #ccc 1px solid;

  font-style: normal;

}



.cpxq .right p a {

  color: #0478da;

}



.cpxq .right h4 {

  font-size: 20px;

  font-weight: bold;

  color: #919160;

}



.cpxq .right .l_x {

  width: 240px;

  height: 50px;

  border-radius: 6px;

  background: #919160;

  text-align: center;

  line-height: 50px;

  margin-top: 30px;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.cpxq .right .l_x a {

  color: #fff;

  font-size: 16px;

}



.cpxq .right .l_x i {

  font-size: 20px;

  margin-right: 10px;

}



.cpxq .right .l_x:hover {

  background: #12819f;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.cpxq .cptd {

  padding-top: 50px;

  min-height: 400px;

}



.cpxq .cptd .bt {

  font-size: 20px;

  color: #919160;

  margin-bottom: 20px;

  font-weight: bold;

  border-bottom: #eee 1px solid;

  line-height: 2.2;

}



.cpxq .cptd .bt i {

  font-size: 24px;

  margin-right: 10px;

  vertical-align: middle;

  font-weight: normal;

}



.cpxq .cptd h3 {

  font-size: 18px;

  color: #333;

  font-weight: bold;

  margin-bottom: 15px;

}



.cpxq .cptd .bt span {

  display: inline-block;

  padding: 0 10px;

  border-bottom: #919160 2px solid;

}



.cpxq .cptd p {

  font-size: 16px;

  line-height: 2;

  color: #555;

  /* margin-bottom: 15px; */

}

.cpxq .cptd p img,.cpxq .cptd p video{max-width: 100%;}

.ny_tjcp {

  padding: 0px 0 60px;

  position: relative;

}



.swiper-yyly {

  width: 100%;

  margin: 0 auto;

  padding-bottom: 50px !important;

}



.swiper-yyly .swiper-slide {

  position: relative;

  border: #eee 1px solid;

}



.swiper-yyly .swiper-slide .t_p {

  position: relative;

  overflow: hidden;

  padding-top: 65%;

}



.swiper-yyly .swiper-slide img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  position: absolute;

  left: 0;

  top: 0;

}



.swiper-yyly .swiper-slide .w_z {

  width: 100%;

  padding: 15px 5%;

  color: #222;

  transition: all .5s;

  -webkit-transition: all .5s;

  -moz-transition: all .5s;

  -ms-transition: all .5s;

  -o-transition: all .5s;

}



.swiper-yyly .swiper-slide .w_z h3 {

  font-size: 16px;

  color: #222;

  position: relative;

  text-align: center;

}



.swiper-yyly .swiper-slide:hover .w_z h3 {

  color: #919160;

}



.sy_cp .swiper-pagination-bullet {

  background: #ccc;

  border: #ccc 1px solid;

  width: 20px;

}



.sy_cp .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #919160;

  border: #919160 1px solid;

}



.sy_cp {

  padding-bottom: 60px;

}



.htit {

  font-size: 20px;

  color: #919160;

  margin-bottom: 30px;

  font-weight: bold;

  border-bottom: #eee 1px solid;

  line-height: 2.2;

}



.htit span {

  display: inline-block;

  padding: 0 10px;

  border-bottom: #919160 2px solid;

}



.htit h3 {

  font-size: 20px;

  color: #919160;

  font-weight: bold;

}



.htit i {

  font-size: 24px;

  margin-right: 10px;

  vertical-align: middle;

  font-weight: normal;

}







@media only screen and (max-width:1368px) {

  .nban {

    height: 400px;

  }



  .nban .bt {

    width: 90%;

    left: 5%;

    margin-left: 0px;

  }





}













@media only screen and (max-width:1024px) {

  .header.on .logo {

    margin: 5px 0;

  }



  .header .right .yy .x_l {

    top: 60px;

  }



  .container {

    width: 94%;

    margin: 0 auto;

    -moz-box-sizing: border-box;

    /*Firefox3.5+*/

    -webkit-box-sizing: border-box;

    /*Safari3.2+*/

    -o-box-sizing: border-box;

    /*Opera9.6*/

    -ms-box-sizing: border-box;

    /*IE8*/

    box-sizing: border-box;

  }



  .product-number-info li b {

    font-size: 28px;

  }



  .product-number-info li b em {

    font-size: 20px;

  }



  .product-number-info {

    padding: 44px 0 44px;

  }



  .sy_gsjj {

    padding: 30px 0;

    flex-wrap: wrap;

  }



  .sy_gsjj .w_z {

    width: 100%;

    font-size: 16px;

    padding-right: 0;

  }



  .sy_gybj .tp {

    width: 100%;

    position: static;

    height: auto;

  }



  .indp4 {

    padding-left: 20px;

    padding-right: 20px;

    padding: 40px 20px 20px;

  }



  .indp4 .swiper-button-prev {

    width: 30px;

    height: 30px;

    left: 0;

  }



  .indp4 .swiper-button-next {

    width: 30px;

    right: 0;

    height: 30px;

  }



  .sy_zs {

    padding: 34px 0;

    background-attachment: inherit;

  }



  .sy_cpxj {

    padding: 35px 0;

  }



  .sy_cpxj ul li {

    padding: 25px;

  }



  .sy_p6 {

    padding: 34px 0;

    background-attachment: inherit !important;

  }



  .sy_p7 {

    padding: 34px 0;

  }



  .sy_p7 .left {

    width: 100%;

    padding: 0 0 30px 0;

  }



  .sy_p7 .right {

    width: 100%;

  }



  .indp8 .nrBox .tit {

    font-size: 20px;

    width: 100%;

    margin-bottom: 15px;

  }



  .indp8 .nrBox {

    flex-wrap: wrap;

    padding: 20px;

  }



  .indp8 .nrBox .formBox {

    max-width: 100%;

  }



  .indp8 .nrBox .formBox input[type="text"] ,.indp8 .nrBox .formBox input[type="email"]{

    border-radius: 4px;

    background-color: rgb(255, 255, 255);

    width: calc(25% - 10px);

    height: 40px;

    margin: 0 5px;

  }



  .indp8 .nrBox .formBox input[type="text"].liuyan {

    width: calc(30% - 10px);

  }



  .indp8 .nrBox .formBox .tijiao {

    width: calc(20% - 10px);

    height: 40px;

    float: right;

  }



  .indp8 .nrBox .formBox {

    width: 100%;

  }


.footer .zuo3 ul{display: block;}
  .footer .zuo3 ul li {

    padding-right: 0px;

    display: none

  }



  .footer .zuo3 ul li.lx,

  .footer .zuo3 ul li.yx {

    display: block

  }



  .copy {

    width: 90%;

  }



  .nban {

    height: 12rem;

  }



  .nycon .left .bt .w_z {

    display: block;

    position: absolute;

    right: 15px;

    top: 0;

    padding: 0;

    width: 20px;

    height: 50px;

    background: url(../images/nyej.png) center / 100% no-repeat;

  }



  .nycon {

    padding: 30px 0;

  }



  .nycon .left {

    width: 100%;

    position: relative;

  }



  .nycon .left .bt {

    padding: 0px 15px;

    line-height: 50px;

    font-size: 18px;

    position: relative;

  }



  .subNavBox {

    position: absolute;

    top: 50px;

    left: 0;

    width: 100%;

    display: none;

    background: #fff;

  }



  .nycon .right {

    width: 100%;

    margin-top: 20px;

  }



  .cpxq {

    padding: 0px 0 30px;

  }



  .dzwz p {

    display: flex;

  }











}



@media only screen and (max-width:600px) {



  .gallery-top .swiper-slide img {

    width: 130%;

    margin-left: -20%

  }



  .gallery-top .swiper-slide {

    width: 100%;

    overflow: hidden;

  }



  .indp8 .nrBox {

    padding: 15px;

  }



  .indp8 .nrBox .formBox input[type="text"] ,.indp8 .nrBox .formBox input[type="email"]{

    width: 100%;

    margin: 0 0 10px;

  }



  .indp8 .nrBox .formBox input[type="text"].liuyan {

    width: 100%;

    margin: 0 0 10px;

  }



  .indp8 .nrBox .formBox .tijiao {

    width: 100%;

    margin-bottom: 10px;

  }



  .gallery-top .swiper-pagination {

    bottom: 10px !important;

  }



  .product-number-info li {

    width: 50%;

    margin-bottom: 15px;

  }



  .product-number-info li:first-child {

    display: none;

  }



  .product-number-info li:nth-child(3) {

    border: none;

  }



  .product-number-info ul {

    flex-wrap: wrap

  }



  .product-number-info li b {

    margin: 10px 0 0;

    font-size: 25px;

  }



  .product-number-info li b em {

    font-size: 16px;

  }



  .product-number-info li b sup {

    font-size: 14px;

    right: -10px;

    top: -3px;

  }



  .sy_gsjj .tit h1 {

    font-size: 24px;

  }



  .sy_gsjj .more {

    width: 150px;

    font-size: 16px;

    margin-top: 30px;

  }



  .tit h1 {

    font-size: 2.4rem;

  }



  .sy_cpfl ul li {

    width: 49%;

    margin: 0.5%;

    line-height: 40px;

  }



  .indp4 {

    padding: 40px 0px 20px;

  }



  .swiper-zzly {

    padding-bottom: 40px;

  }



  .sy_zs .swiper-pagination {

    right: 0;

    width: 100%;

    top: auto;

    bottom: 0;

  }



  .sy_zs .swiper-pagination-bullet {

    margin: 0 3px;

  }



  .tit h3 {

    font-size: 16px;

    letter-spacing: 1px;

  }



  .sy_cpxj ul li {

    width: 100%;

    margin-bottom: 15px;

  }



  .con {

    max-width: 90%;

  }



  .sy_p7 .left .imgBox {

    height: 20rem;

  }



  .sy_p7 .right li .time {

    width: 70px;

    height: 70px;

    margin-right: 15px;

  }



  .sy_p7 .right li .time span {

    margin-top: 5px;

  }



  .sy_p7 .right li .text {

    width: calc(100% - 85px);

  }



  .sy_p7 .more {

    height: 40px;

    line-height: 40px;

    margin: 30px auto 0 !important;

  }



  .footer .zuo3 ul li.yx {

    width: 100%;

  }



  .footer .zuo3 ul li.yx .tb {

    padding-top: 0px;

  }



  .copy {

    line-height: 24px;

    padding: 10px 0;

  }



  .tit {

    margin-bottom: 30px;

  }



  .nban .bt {

    top: 20%

  }



  .nban .bt h3 {

    font-size: 25px;

    margin-bottom: 5px;

  }



  .nban {

    height: 14rem;

  }



  .ny_cplb ul li {

    width: 100%;

    margin: 1.5% 0;

  }



  .page {

    padding: 20px 0;

  }



  .cpxqBox .hd ul li {

    width: 50px;

    margin: 0 3px;

  }



  .cpxqBox .hd {

    margin-top: 20px;

  }



  .cpxq .cptd .bt {

    margin-bottom: 20px;

  }

}



.detailP{

	

}

.detailP .pageTitle{

	font-size: 36px;

	color: rgb(51, 51, 51);

	font-weight: bold;

  text-align: center;

}

.detailP .pageTime{

	font-size: 16px;

	color: rgb(102, 102, 102);

	margin-top: 20px;

  text-align: center;

}

.detailP .pageNr{

	font-size: 16px;

	color: rgb(102, 102, 102);

	line-height: 1.875;

	border-top: 1px solid rgba(0,0,0,0.1);

	border-bottom: 1px solid rgba(0,0,0,0.1);

	margin-top: 32px;

	padding: 24px 0;

	margin-bottom: 24px;

  min-height: 400px;

}

.detailP .pageNr img{max-width: 100%;}

.detailP .pageNum{

	

}

.detailP .pageNum a{

	font-size: 16px;

	color: rgb(102, 102, 102);

	margin-top: 8px;

}

.detailP .pageNum a:first-child{margin-top: 0;}

.detailP .pageNum a:hover{

	color: #919160;

}

@media (max-width:1432px) {

	.detailP .pageTitle{font-size: 32px;}

}

@media (max-width:1232px) {

	.detailP .pageTitle{font-size: 28px;}

}

@media (max-width:1024px) {

	.detailP .pageTitle{font-size: 24px;}

}

@media (max-width:800px) {

	.detailP .pageTime{font-size: 14px;margin-top: 8px;}

	.detailP .pageNr{font-size: 14px;line-height: 1.6;margin-top: 16px;padding: 16px 0;}

	.detailP .pageNum a{font-size: 14px;}

}

.ovh1{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}

.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}

.ny_xw {

  width: 100%;

}



.ny_xw ul {

  margin-bottom: 40px;

  margin-top: -40px;

}



.ny_xw ul li {

  border-bottom: 1px solid #ddd;

  padding: 40px 0px;

}



.ny_xw .tp {

  width: 33%;

  float: left;

}



.ny_xw .tp img {

  width: 100%;

  max-height: 300px;

  object-fit: contain;

}



.ny_xw .wz {

  width: 65%;

  float: right;

}



.ny_xw .wz h2 {

  font-size: 18px;

  font-weight: 800;

  line-height: 40px;

  /* padding-bottom: 15px; */

  text-overflow: ellipsis;

  white-space: nowrap;

  overflow: hidden;

}



.ny_xw li a:hover h2 {

  color: #919160;

}

.ny_xw .wz h4 {

  font-size: 14px;

  color: #888;

  margin: 5px 0;

}



.ny_xw .wz p {

  line-height: 28px;

  font-size: 14px;

}



@media only screen and (max-width:992px) {

  .ny_xw {

    width: 100%;

  }



  .ny_xw ul {

    margin: 0;

  }



  .ny_xw ul li {

    padding: 20px 0px;

  }



  /* .ny_xw .rq {

		display: none;

	} */



  .ny_xw .tp {

    width: 100%;

    float: none;

  }



  .ny_xw .wz {

    width: 100%;

    float: none;

  }



  .ny_xw .wz h2 {

    font-size: 16px;

    font-weight: 800;

    line-height: 30px;

    margin-top: 5px;

  }



  .ny_xw .wz p {

    line-height: 24px;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

  }

}