/**产品详情
.product-info-a {
  padding-top: 35px;
  padding-bottom: 100px;
}
.product-info-a .left-box {
  width: 50%;
}
.product-info-a .left-box .swiper-nav {
  position: relative;
  width: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-info-a .left-box .swiper-nav .swiper-container {
  height: 540px;
}
.product-info-a .left-box .swiper-nav .img-box {
  display: block;
  border: 1px solid #e4e4e4;
  transition: all 0.3s;
}
.product-info-a .left-box .swiper-nav .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.product-info-a .left-box .swiper-nav .img-box img {
  opacity: 0.35;
}
.product-info-a .left-box .swiper-nav .img-box:hover {
  border-color: #008cff;
}
.product-info-a .left-box .swiper-nav .on .img-box {
  border-color: #008cff;
}
.product-info-a .left-box .swiper-nav .on .img-box img {
  opacity: 1;
}
.product-info-a .left-box .swiper-btns .btn {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 36px;
  background: no-repeat center;
  opacity: 0.5;
}
.product-info-a .left-box .swiper-btns .btn:hover {
  opacity: 1;
}
.product-info-a .left-box .swiper-btns .prev {
  top: 0;
  background-image: url(../images/icon_jt_6_1_1.png);
}
.product-info-a .left-box .swiper-btns .next {
  bottom: 0;
  background-image: url(../images/icon_jt_6_2_1.png);
}
.product-info-a .left-box .big-img {
  width: calc(100% - 100px);
  padding-left: 5%;
}
.product-info-a .left-box .big-img .img-box {
  width: 600px;
  max-width: 100%;
}
.product-info-a .left-box .big-img .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.product-info-a .right-box {
  width: 40.714%;
  padding-top: 30px;
}
.product-info-a .right-box .ad {
  font-size: 16px;
  line-height: 1.4em;
  color: #777777;
}
.product-info-a .right-box .title {
  font-size: 46px;
  font-weight: normal;
  line-height: 1.4em;
  color: #333333;
}
.product-info-a .right-box .cont {
  margin-top: 13px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 38px;
  padding-bottom: 58px;
  font-size: 15px;
  line-height: 22px;
  color: #777777;
}
.product-info-a .right-box .cont.type2 {
  margin-bottom: 35px;
  padding-bottom: 24px;
}
.product-info-a .right-box .cont ul {
  margin: 0;
  padding-left: 18px;
}
.product-info-a .right-box .cont ul li {
  padding: 8px 0;
}
.product-info-a .right-box .cont-tit {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  color: #333333;
}
@media (max-width: 1200px) {
  .product-info-a {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .product-info-a .left-box {
    width: 100%;
  }
  .product-info-a .left-box .swiper-nav {
    order: 2;
    margin-top: 15px;
    width: 100%;
    padding: 0 40px;
  }
  .product-info-a .left-box .swiper-nav .swiper-container {
    height: auto;
  }
  .product-info-a .left-box .swiper-btns .btn {
    left: auto;
    top: 0;
    width: 30px;
    height: 100%;
    background-size: 14px auto;
  }
  .product-info-a .left-box .swiper-btns .prev {
    left: 0;
    background-image: url(../images/icon_jt_1_1_2.png);
  }
  .product-info-a .left-box .swiper-btns .next {
    right: 0;
    background-image: url(../images/icon_jt_1_2_2.png);
  }
  .product-info-a .left-box .big-img {
    width: 100%;
    padding-left: 0;
  }
  .product-info-a .left-box .big-img .img-box {
    margin: 0 auto;
    width: 600px;
  }
  .product-info-a .right-box {
    width: 100%;
    padding-top: 20px;
  }
  .product-info-a .right-box .ad {
    font-size: 14px;
  }
  .product-info-a .right-box .title {
    font-size: 20px;
  }
  .product-info-a .right-box .cont {
    margin-top: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
  }
  .product-info-a .right-box .cont.type2 {
    margin-bottom: 18px;
    padding-bottom: 20px;
  }
  .product-info-a .right-box .cont ul li {
    padding: 2px 0;
  }
  .product-info-a .right-box .cont-tit {
    margin-bottom: 5px;
  }
}
.product-info-b {
  position: relative;
  padding-bottom: 15px;
}
.product-info-b::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 355px;
  max-height: 25%;
  background: linear-gradient(#f3f3f3, #ffffff);
}
.product-info-b .wrap {
  position: relative;
}
.product-info-b .list4 {
  margin-top: -10px;
}
@media (max-width: 1200px) {
  .product-info-b {
    padding-bottom: 0;
  }
}

**/





.product-info-b .container {
  position: relative;
}

/**
@media (min-width: 1201px) {
  .wrap {
    max-width: 1200px;
  }
  .wrap.type-full {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1231px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1471px) {
  .wrap {
    max-width: 1440px;
  }
  .wrap.type-wid-a {
    max-width: 1400px;
  }
}
@media (min-width: 1571px) {
  .wrap.type-full {
    max-width: 1920px;
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1200px) {
  .wrap {
    max-width: 768px;
  }
}
**/















/**产品中心**/
.product-list-a {
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .product-list-a {
    padding-top: 30px;
  }
}


.list3 .libox {
  padding: 20px 0;
}
.list3 .libox:first-child {
  padding-top: 0;
}
.list3 .libox:last-child {
  padding-bottom: 0;
}
.list3 .libox:nth-child(even) .box .contsev {
  order: 2;
  margin-left: 5%;
}
.list3 .libox:nth-child(even) .box .imgsev {
  order: 1;
}
.list3 .libox:nth-child(odd) .box .contsev {
  order: 1; margin-right:5%
}
.list3 .libox:nth-child(odd) .box .imgsev {
  order: 2;
}
.list3 .box {
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 15px 0;
  background-color: #ffff00;
}
.list3 .box .contsev {
 
  max-width: 58%;
}



.list3 .box .contsev .type {
  font-size: 18px;
  line-height: 20px;
  color: #999999;
}
.list3 .box .contsev .title {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4em;
  color: #222222;
}
.list3 .box .contsev .des {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
  color: #999999;
}
.list3 .box .contsev .des p {
  padding: 7px 0; line-height:36px;
}
.list3 .box .imgsev {
  flot:left;
  max-width: 32%;
  text-align: center;
  font-size: 0;
}
.list3 .box .imgbox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.list3 .box .imgbox .i {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  transform: translateX(0) scale(1);
  transition: all 0.3s;
}
.list3 .box .imgbox .i1,
.list3 .box .imgbox .i3 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.list3 .box .imgbox .i1 {
  z-index: 1;
}
.list3 .box .imgbox .i3 {
  z-index: 3;
}
.list3 .box:hover .imgbox .i {
  transform: translateX(0) scale(1.05);
  opacity: 1;
}
@media (max-width: 1470px) {
  .list3 .libox:nth-child(even) .box .contsev {
    margin-left: 5%;
  }
}
@media (max-width: 1230px) {
  .list3 .libox:nth-child(even) .box .contsev {
    margin-left: 0%;
  }
}
@media (max-width: 1200px) {
  .list3 .libox {
    padding: 10px 0;
  }
  .list3 .libox:nth-child(even) .box .contsev {
    order: 2;
  }
  .list3 .libox:nth-child(even) .box .imgsev {
    order: 1;
  }
  .list3 .libox:nth-child(odd) .box .contsev {
    order: 1;
  }
  .list3 .libox:nth-child(odd) .box .imgsev {
    order: 2;
  }
  .list3 .box {
    border-radius: 15px;
  }
  .list3 .box .contsev {
    max-width: 50%;
    padding: 0 15px;
  }
  .list3 .box .contsev .type {
    font-size: 14px;
  }
  .list3 .box .contsev .title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 22px;
  }
  .list3 .box .contsev .des {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
  }
  .list3 .box .contsev .des p {
    padding: 1px 0;
  }
}

@media (max-width: 1200px) {
	.list3 .libox:nth-child(odd) .box .contsev{ margin-right:0 !important}
	.list3 .box .contsev .type{ display:none}
	.list3 .box .contsev .des p{ line-height:26px; font-size:12px;height: 78px; overflow: hidden;}
}




.more-box-a {
  font-size: 0;
  line-height: 0;
}
.more-box-a .btn {
  border-radius: 28px;
  padding-left: 28px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 56px;
  color: #ffffff;
  background-color: #60b637;
}
.more-box-a .btn::after {
  content: '';
  display: block;
  margin-left: 30px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #287706 url(../images/icon_jt_3_2_1.png) no-repeat center;
  transform: translateX(0);
  transition: all 0.3s;
}
.more-box-a .btn:hover {
  background-color: #2b3d68;
}
.more-box-a .btn:hover::before,
.more-box-a .btn:hover::after {
  background-color: #3b59a1;
  transform: translateX(-5px);
}
}

/*     */


@media (max-width: 1200px) {
  .list2 {
    position: relative;
  }
  .list2::before {
    left: 12px;
  }
  .list2 .list-li {
    margin-top: 20px;
    margin-left: 35px;
    width: 100%;
    max-width: 100%;
  }
  .list2 .list-li .point {
    left: 12px;
  }
  .list2 .list-li .time {
    font-size: 18px;
    line-height: 22px;
  }
  .list2 .list-li .title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .list2 .list-li:first-child {
    margin-top: 0;
  }
  .list2 .list-li:nth-child(odd) {
    text-align: left;
  }
  .list2 .list-li:nth-child(even) {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .list2 .list-li:last-child {
    margin-bottom: 25px;
  }
}
.list3 .li {
  padding: 20px 0;
}
.list3 .li:first-child {
  padding-top: 0;
}
.list3 .li:last-child {
  padding-bottom: 0;
}
.list3 .li:nth-child(even) .box .cont {
  order: 2;
  margin-left: 5%;
}
.list3 .li:nth-child(even) .box .imgs {
  order: 1;
}
.list3 .li:nth-child(odd) .box .cont {
  order: 1; margin-right:5%
}
.list3 .li:nth-child(odd) .box .imgs {
  order: 2;
}
.list3 .box {
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 15px 0;
  background-color: #ffffff;
}
.list3 .box .cont {
 
  max-width: 45%;
}
.list3 .box .cont .type {
  font-size: 18px;
  line-height: 20px;
  color: #999999;
}
.list3 .box .cont .title {
  margin-top: 12px;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4em;
  color: #222222;
}
.list3 .box .cont .des {
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 26px;
  color: #999999;
}
.list3 .box .cont .des p {
  padding: 7px 0; line-height:36px;
}
.list3 .box .imgs {
  
  max-width: 45%;
  text-align: center;
  font-size: 0;
}
.list3 .box .imgbox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.list3 .box .imgbox .i {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  transform: translateX(0) scale(1);
  transition: all 0.3s;
}
.list3 .box .imgbox .i1,
.list3 .box .imgbox .i3 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.list3 .box .imgbox .i1 {
  z-index: 1;
}
.list3 .box .imgbox .i3 {
  z-index: 3;
}
.list3 .box:hover .imgbox .i {
  transform: translateX(0) scale(1.05);
  opacity: 1;
}
@media (max-width: 1470px) {
  .list3 .li:nth-child(even) .box .cont {
    margin-left: 5%;
  }
}
@media (max-width: 1230px) {
  .list3 .li:nth-child(even) .box .cont {
    margin-left: 0%;
  }
}
@media (max-width: 1200px) {
  .list3 .li {
    padding: 10px 0;
  }
  .list3 .li:nth-child(even) .box .cont {
    order: 2;
  }
  .list3 .li:nth-child(even) .box .imgs {
    order: 1;
  }
  .list3 .li:nth-child(odd) .box .cont {
    order: 1;
  }
  .list3 .li:nth-child(odd) .box .imgs {
    order: 2;
  }
  .list3 .box {
    border-radius: 15px;
  }
  .list3 .box .cont {
    max-width: 50%;
    padding: 0 15px;
  }
  .list3 .box .cont .type {
    font-size: 14px;
  }
  .list3 .box .cont .title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 22px;
  }
  .list3 .box .cont .des {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
  }
  .list3 .box .cont .des p {
    padding: 1px 0;
  }
}


@media (max-width: 768px) {
  .more-box-a .btn {
    border-radius: 15px;
    padding-left: 15px;
    font-size: 13px;
    line-height: 32px;
  }
  .more-box-a .btn::after {
    margin-left: 10px;
  }
}
