﻿@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: 1200px;

  max-width: 94%;

  margin: 0 auto;

}



.container {

  width: 1200px;

  max-width: 94%;

  margin: 0 auto;

}



.header {

  width: 100%;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 10;

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

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header.on {

  box-shadow: 0 0 10px #aaa;

}



.header .container {}



.header .logo {

  float: left;

  margin: 15px auto;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .logo img {

  width: auto;

  height: 60px;

  display: block;

}



.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 .right {

  float: right;

  text-align: left;

  margin-left: 30px;

}



.header .right .ss {

  line-height: 90px;

  display: block;

  float: left;

  padding: 0 10px;

  position: relative;

  color: #333;

}



.header .right .yy {

  line-height: 90px;

  display: flex;

  align-items: center;

  float: left;

  padding: 0 10px;

  color: #222;

  position: relative;

  font-size: 16px;

  height: 90px;

}



.header .right .yy i {

  margin-right: 3px;

}



.header .right .yy .x_l {

  width: 100px;

  top: 90px;

  position: absolute;

  left: 50%;

  margin-left: -50px;

  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: #1d2087;

}



.header .right i {

  font-size: 25px;

}



.header .right .wx {

  line-height: 90px;

  display: inline-block;

  padding: 0 10px;

  position: relative;

  color: #333;

}



.header .right .wx a {

  color: #333
}



.header .right .wx a:hover {

  color: #1d2087
}





.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: 24px;

}



.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.on .nav {

  float: right;

}



.header .nav ul li {

  line-height: 90px;

  float: left;

  position: relative;

  padding: 0 20px;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .nav ul li.po {

  position: static;

}



.header .nav ul li .e_j.cp {

  position: absolute;

  width: 100%;

  left: 0;

  margin-left: 0;

  padding: 50px 0;

}



.header .nav ul li .e_j.cp .con {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.header .nav ul li .e_j.cp .box {

  width: 14.66666%;

  text-align: center;

  border-right: #ccc 1px solid;

}



.header .nav ul li .e_j.cp .box a {

  border: 0;

}



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

  background: none
}



.header .nav ul li .e_j.cp .box img {

  width: 65px;

  margin: 0 auto;

}



.header .nav ul li .e_j.cp .box:hover img {

  opacity: 0.7;

}



.header .nav ul li .e_j.cp .box h3 {

  font-size: 16px;

  text-align: center;

  color: #222;

  margin-top: 15px;

}



.header .nav ul li .e_j.cp .box:hover h3 {

  color: #1d2087;

}



.header .nav ul li a {

  display: block;

  font-size: 16px;

  color: #333;

  text-transform: capitalize
}



.header .nav ul li span {

  width: 0;

  height: 2px;

  background-color: #1d2087;

  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%;

}



.header .nav ul li:hover a {

  color: #1d2087;

}



.header .nav ul li.on a {

  color: #1d2087;

}



.nav .y_j {

  position: relative;

}



.nav .e_j {

  width: 150px;

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

  position: absolute;

  top: 90px;

  left: 50%;

  margin-left: -75px;

  display: none;

  z-index: 9999;

}



.header.on .nav .e_j {

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

}



.header .nav ul li .e_j a {

  display: block;

  font-size: 14px;

  color: #333;

  line-height: 40px;

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

  text-align: center
}



.header .nav .e_j a:hover {

  background-color: #1d2087;

  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: 90px;

    display: none;

  }

}



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

  .head_h {

    height: 60px;

    display: block
  }



  .header {

    border: 0;

    height: 60px;

    background: #fff;

    width: 100%;

    z-index: 999;

  }



  .header .container {

    padding: 0;

    height: 60px;

    width: 94%;

    position: relative;

  }



  .header .logo {

    margin: 10px auto;

  }



  .header.on .logo {

    margin: 10px auto;

  }



  .header .logo img {

    height: 40px;

  }



  .header .right {

    margin-right: 40px;

    margin-left: 0px;

  }



  .header .right .ss {

    line-height: 60px;

  }



  .header .right .yy {

    line-height: 60px;

    height: 60px;

    padding: 0 8px;

  }



  .header .right .yy .x_l {

    top: 60px;

  }



  .header .an {

    display: block;

    right: 0px;

  }



  .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 rgba(0, 0, 0, 0.3);

    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 rgba(0, 0, 0, 0.3);

    background: none;

    position: relative;

    display: none;

    top: auto;

    left: auto;

    margin: 0;

    padding-bottom: 10px;

  }



  .header .nav ul li .e_j a {

    color: #333;

    font-size: 16px;

    text-align: left;

  }



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

    color: #222
  }



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

    border-bottom: 0;

  }



  .header .nav ul li .e_j.cp {

    position: relative;

    padding: 0px 0 10PX;

  }



  .header .nav ul li .e_j.cp .con {

    flex-wrap: wrap;

    width: 100%;

    ;

    max-width: 100%;

  }



  .header .nav ul li .e_j.cp .box h3 {

    text-align: left;

    margin-top: 0;

  }



  .header .nav ul li .e_j.cp .box {

    width: 100%;

    text-align: left;

    border-right: none;

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

  }



  .header .nav ul li .e_j.cp .box img {

    display: none;

  }



  .header .nav ul li .e_j.cp .box:last-child {

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

  }



  .header .nav .e_j a {

    border-top: 0;

    font-size: 12px;

    color: #aaa;

    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.on .nav .e_j {

    box-shadow: 0 0 0 #aaa;

  }



  .header .nav ul li:hover span {

    width: 0;

  }



  .header .nav ul li.on span {

    width: 0;

  }

}





.ban {

  width: 100%;

  position: relative;

}



.ban .swiper-slide img {

  width: 100%;
/* 
  height: 100vh; */

  object-fit: cover;

  display: block;

}



.ban .swiper-pagination {

  bottom: 20px !important;

  width: 100%;

  text-align: center;

}



.ban .swiper-pagination-bullet {

  width: 12px;

  height: 12px;

  display: inline-block;

  border-radius: 0;

  opacity: 1;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

  background: #fff;

  margin: 0 5px;

}



.ban .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #1d2087;

}







.banner .img {

  background: url() center center no-repeat;

  background-size: cover;

  height: 760px;

}



.banner .swiper {

  position: relative;

  z-index: 1;

}



.banner .swiper .tit,

.banner .swiper .desc {

  display: none;

}



.banner .nrBox {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 2;

}



.banner .nrBox li {

  width: 25%;

  height: 100%;

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

  padding: 0 28px 28px;

  align-items: flex-end;

  position: relative;

  transition: all 0.3s;

}



.banner .nrBox li:last-child {

  border: 0;

}



.banner .nrBox li::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

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

}



.banner .nrBox li.on {

  padding-bottom: 56px;

}



.banner .nrBox li.on::before {

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

}



.banner .nrBox .kuang {

  font-size: 16px;

  color: #ffffff;

  position: relative;

  z-index: 2;

  text-align: center;

  line-height: 1.8;

}



.banner .nrBox .tit {

  font-size: 28px;

  margin-bottom: 8px;

  line-height: 1.6;

  text-transform: uppercase;

}



.banner .nrBox .desc {

  color: rgba(255, 255, 255, 0.6);

}



.pore {

  position: relative;

}



.db {

  display: block;

}



.flexb {

  display: flex;

  align-items: center;

  justify-content: center;

}



.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: 25%;

  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: 14px;

  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: #1d2087;

}



.tit h3 {

  font-size: 20px;

  color: #666;

  margin-top: 25px;

  text-transform: uppercase;

  letter-spacing: 2px;

}



.sy_gybj {

  position: relative;

  background: #1d2087;

  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%;

}



.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: 18px;

  line-height: 1.8;

  color: #fff;

  display: -webkit-box;

  overflow: hidden;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 5;

}



.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: 25px;

}



.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: #1d2087;

}



.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_p3 .con {

  overflow: hidden;

}



.sy_p3 .swiper-slide {

  width: 100%;



}

.sy_p3 .swiper-slide video {
  width: 100%;
  height: 610px;
}

.sy_p3 .swiper-slide img {

  width: 100%;

}



.sy_p3 .gallery-top {

  width: 100%;

}



.sy_p3 .gallery-thumbs {

  width: 100%;

  height: 100px;

  box-sizing: border-box;

  padding: 10px 0;

}



.sy_p3 .gallery-thumbs .swiper-slide {

  width: 25%;

  opacity: 0.4;

}



.sy_p3 .gallery-thumbs .swiper-slide-active {

  opacity: 1;

}



.sy_p3 .mySwiper {

  margin-top: 10px;

}



.sy_p3 .mySwiper .swiper-wrapper {

  justify-content: center;

}



.sy_p3 .mySwiper .swiper-slide {

  position: relative;

}



.sy_p3 .mySwiper .swiper-slide::after {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

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

  z-index: 5;

}



.sy_p3 .mySwiper .swiper-slide.swiper-slide-thumb-active::after {

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

}



.sy_p3 .mySwiper .swiper-slide-active {}





.sy_p3 {

  padding: 64px 0;

}



.sy_p3 .tit {

  text-align: left;

}



.sy_p3 .tit h1 {}



.sy_p3 .tit h1::after {

  left: 0%;

  margin-left: 0px;

}



.sy_p3 .con {

  position: relative;

}



.swiper-p3 {

  margin: 0 auto;

  padding-bottom: 50px;

}



.swiper-p3 .swiper-slide {

  position: relative;

  background: #fff;

  overflow: hidden;

}



.swiper-p3 .swiper-slide img {

  width: 100%;

  display: block;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  z-index: 1;

}



.swiper-p3 .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_p3 .swiper-pagination {

  position: absolute;

  right: 0;

  top: -72px;

  bottom: 0;

}



.sy_p3 .swiper-pagination-bullet {

  background: #fff;

  opacity: 1;

  width: 12px;

  height: 12px;

  border-radius: 50%;

  margin: 0 5px;

}



.sy_p3 .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #1d2087
}



.indp4 {

  padding-left: 30px;

  padding-right: 30px;

  background: #f3f3f3;

  padding: 64px 30px;

  overflow: hidden;

}



.indp4 .nrBox .imgBox {

  display: block;

}



.indp4 .nrBox .imgBox img {

  width: 100%;

  height: 325px;
  background-color: white;
  object-fit: contain;

}



.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;

}



.sy_p5 {

  padding: 64px 0 70px;

  position: relative;

}



.sy_p5 .con {

  position: relative;

  z-index: 9;

  padding-top: 30px;

}



.swiper-sc {

  margin: 0 auto;

  padding-bottom: 50px;

}



.swiper-sc .swiper-slide {

  position: relative;

  background: #f6f6f6;

}



.swiper-sc .swiper-slide .t_p {

  overflow: hidden;

  position: relative;

  padding-top: 60%;

}



.swiper-sc .swiper-slide img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  z-index: 1;

  position: absolute;

  left: 0;

  top: 0;

}



.swiper-sc .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;

}



.swiper-sc .swiper-slide h3 {

  font-size: 20px;

  color: #333;

  font-weight: bold;

  margin: 0px 0 15px;

  line-height: 1.8;

  padding: 0 20px
}



.swiper-sc .swiper-slide .line {

  width: 60px;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  height: 2px;

  background: #ccc;

  margin-bottom: 30px;

  margin-left: 20px;

}



.swiper-sc .swiper-slide:hover .line {

  width: calc(100% - 40px);

}



.swiper-sc .swiper-slide h1 {

  font-size: 48px;

  color: #1d2087;

  margin-bottom: 10px;

  padding: 5px 20px
}



.swiper-sc .swiper-slide:hover h3 {

  color: #00119f;

}



.sy_p5 .swiper-pagination-bullet {

  background: #fff;

  opacity: 1;

}



.sy_p5 .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #00119f
}



.sy_p5 .swiper-button-prev {

  width: 36px;

  height: 36px;

  line-height: 34px;

  text-align: center;

  left: auto;

  right: 46px;

  font-size: 25px;

  top: 0;

  background: #fff;

  border-radius: 25px;

  color: #333;

  border: #ccc 1px solid;

}



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

  display: none
}



.sy_p5 .swiper-button-next::after {

  display: none
}



.sy_p5 .swiper-button-prev i {

  font-size: 25px;

}



.sy_p5 .swiper-button-prev:hover {

  background: #00119f;

  color: #fff;

}



.sy_p5 .swiper-button-next {

  width: 36px;

  height: 36px;

  line-height: 34px;

  text-align: center;

  top: 0;

  right: 0px;

  background: #fff;

  border-radius: 25px;

  color: #333;

  border: #ccc 1px solid;

}



.sy_p5 .swiper-button-next i {

  font-size: 25px;

}



.sy_p5 .swiper-button-next:hover {

  background: #00119f;

  color: #fff;

}









.sy_p5 ul li {

  width: 393px;

  float: left;

  margin-right: 10px;

}



.sy_p5 ul li .t_p {

  overflow: hidden;

}



.sy_p5 ul li img {

  width: 100%;

  display: block;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.sy_p5 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_p5 ul li:nth-child(3n) {

  margin-right: 0px;

}



.sy_p5 ul li h3 {

  font-size: 16px;

  margin-top: 12px;

  color: #222;

  text-align: center;

}



.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: #2e32b6;

  margin: 0 auto;

  font-size: 16px;

  color: #fff;

}



.sy_p6 .more a {

  color: #fff;

}



.sy_p6 .more:hover {

  background: #3034c9;

}



.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: #1d2087;

  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: #2e32b6 1px solid;

  margin: 50px auto 0 !important;

  font-size: 16px;

  color: #2e32b6;

  background: #fff
}



.sy_p7 .more a {

  color: #2e32b6;

}



.sy_p7 .more:hover {

  background: #2e32b6;

}



.sy_p7 .more:hover a {

  color: #fff;

}



.indp8 {

  position: relative;

  z-index: 2;

  padding: 0;

}



.indp8 .nrBox {

  border-radius: 8px;

  background: #1d2087;

  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: #1da1f3;

  width: 120px;

  height: 50px;

  font-size: 16px;

  color: rgb(255, 255, 255);

  font-weight: bold;

  text-align: center;

  border: 0;

  cursor: pointer;

}















.imNav {

  height: 294px;

  border-top: 1px solid #DFDFDF;

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

  padding: 50px;

}



.imNav .container {

  display: flex;

  justify-content: space-between;

}



.imNav_aBox {

  width: 25%;

  float: left;

  text-align: center;

  padding-top: 127px;

  height: 293px;

  position: relative;

  line-height: 36px;

  font-size: 26px;

  color: #333;

}



.imNav_aBox:hover,

.imNav_aBox.on {

  color: #1d2087;

}



.imNav_aBox img {

  position: absolute;

  left: 50%;

  margin-left: -40px;

  top: 38px;

  transition: all 0.5s ease-in-out;

}



.imNav_aBox img.opacity {

  opacity: 0;

}



.imNav_aBox p {

  transition: all 0.5s ease-in-out;

  margin-top: 10px;

}



.imNav_aBox:hover img,

.imNav_aBox.on img {

  opacity: 0;

}



.imNav_aBox:hover img.opacity,

.imNav_aBox.on img.opacity {

  opacity: 1;

}



.imNav_aBox:hover img {

  -moz-animation: icon-bounce 0.5s alternate;

  -o-animation: icon-bounce 0.5s alternate;

  -webkit-animation: icon-bounce 0.5s alternate;

  animation: icon-bounce 0.5s alternate;

}



.m2menu_a:hover img {

  -moz-animation: icon-bounce 0.5s alternate;

  -o-animation: icon-bounce 0.5s alternate;

  -webkit-animation: icon-bounce 0.5s alternate;

  animation: icon-bounce 0.5s alternate;

}



.imgBgAnimation {

  -webkit-animation-name: imgBgAnimation;

  animation-name: imgBgAnimation
}



@keyframes icon-bounce {



  0%,

  to {

    -webkit-transform: rotate(0);

    transform: rotate(0)
  }



  25% {

    -webkit-transform: rotate(15deg);

    transform: rotate(15deg)
  }



  50% {

    -webkit-transform: rotate(-15deg);

    transform: rotate(-15deg)
  }



  75% {

    -webkit-transform: rotate(5deg);

    transform: rotate(5deg)
  }



  85% {

    -webkit-transform: rotate(-5deg);

    transform: rotate(-5deg)
  }

}



@-webkit-keyframes icon-bounce {



  0%,

  to {

    -webkit-transform: rotate(0);

    transform: rotate(0)
  }



  25% {

    -webkit-transform: rotate(15deg);

    transform: rotate(15deg)
  }



  50% {

    -webkit-transform: rotate(-15deg);

    transform: rotate(-15deg)
  }



  75% {

    -webkit-transform: rotate(5deg);

    transform: rotate(5deg)
  }



  85% {

    -webkit-transform: rotate(-5deg);

    transform: rotate(-5deg)
  }

}



.imNavFixed {

  background: #FFF;

  height: 65px;

  width: 100%;

  border-top: 1px solid #BBBABA;

  border-bottom: 1px solid #BBBABA;

  position: fixed;

  z-index: 60;

  left: 0px;

  top: 0px;

}



.imNavFixed .container {

  display: flex;

  justify-content: space-between;

}



.imNavFixed a {

  font-size: 20px;

  line-height: 63px;

  display: block;

}



.imNavFixed a:hover,

.imNavFixed a.on {

  color: #ed8a2a;

}



.imNavFixed a span {

  display: inline-block;

  height: 38px;

  width: 38px;

  margin-right: 10px;

  position: relative;

}



.imNavFixed a span,

.imNavFixed a text {

  vertical-align: middle;

}



.imNavFixed a img {

  position: absolute;

  left: 0;

  top: 0;

  transition: all 0.5s ease-in-out;

}



.imNavFixed a:hover img,

.imNavFixed a.on img {

  opacity: 0;

}



.imNavFixed a:hover img.opacity,

.imNavFixed a.on img.opacity {

  opacity: 1;

}



.imNav {

  height: 244px;

}



.imNav_aBox {

  font-size: 20px;

  padding-top: 100px;

  height: 159px;

  line-height: 30px;

  box-sizing: border-box;

}



.imNav_aBox img {

  width: 66px;

  height: auto;

  margin-left: -30px;

  top: 28px;

}





/* start footer */

.footer_bg {

  background: #3a3d4e;

  width: 100%;

  margin: -52px 0 0;

  padding-top: 54px;

}



.footer {

  margin: 0 auto;

  padding: 20px 0;

  z-index: 999;

}



.footer .zuo3 {}



.footer .zuo3 ul li {

  float: left;

  padding-right: 60px;

  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: #fff;

  -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: 24px;

  color: #fff;

  font-size: 14px;

}



.dzwz p {

  line-height: 24px;

  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: 300px;

  padding-right: 0;

  float: right;

}



.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: 300px;

  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: #1d2087;

}



.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: 20px auto 0;

  background: #2f313f;

  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;

}









.mgt50 {

  margin-top: 35px;

}



.nban {

  width: 100%;

  height: 540px;

  position: relative;

  margin: 0 auto
}



.nban .bt {

  width: 500px;

  padding: 20px;

  position: absolute;

  left: 50%;

  top: 45%;

  z-index: 5;

  margin-left: -250px;

  text-align: center
}



.nban .bt h2 {

  font-size: 26px;

  color: #fff;

  text-transform: uppercase;

  margin-bottom: 10px;

}



.nban .bt h3 {

  font-size: 44px;

  color: #fff;

  font-weight: bold;

}



.wzxx {

  float: left;

  line-height: 40px;

  font-size: 16px;

  color: #333;

}



.wzxx a {

  font-size: 16px;

  color: #333;

}



.ntit {

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

  border-bottom: #eee 1px solid;

  padding: 15px 0;

  overflow: hidden;

}



.ntit ul {

  text-align: center;

  text-align: right;

}



.ntit ul li {

  line-height: 38px;

  margin-right: 10px;

  position: relative;

  background: #eee;

  text-align: center;

  border-radius: 10px;

  overflow: hidden;

  display: inline-block;

}



.ntit ul li a {

  color: #000;

  font-size: 16px;

  display: block;

  padding: 0 15px;

}



.ntit ul li .e_j {

  width: 100%;

  display: none;

  position: absolute;

  left: 0;

  top: 40px;

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

}



.ntit ul li .e_j a {

  padding: 0;

  text-align: center;

  border-bottom: #eee 1px solid;

}



.ntit ul li:hover .e_j {

  display: block;

}



.ntit ul li a:hover {

  background: #1d2087;

  color: #fff;

  -webkit-transition: all 0.4s linear -1ms;



  -moz-transition: all 0.4s linear -1ms;



  -ms-transition: all 0.4s linear -1ms;



  -o-transition: all 0.4s linear -1ms;



  transition: all 0.4s linear -1ms;

}



.ntit ul li.on a {

  background: #1d2087;

  color: #fff
}





.ny_ryzz {

  padding: 60px 0;

  background: #f6f6f6;

}



.sy_ryzz .container {

  width: 1200px;

}



.honors-sw-hook .swiper-wrapper li.swiper-slide-active {

  -webkit-transform: scale(1);

  transform: scale(1);

  -o-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  z-index: 10;

}



.honors-sw-hook .swiper-wrapper li img {

  display: block;

  max-width: 100%;

  border: 1px solid #cccccc;

  padding: 8px;

  height: 10rem;

  margin: 0 auto;

  width: auto;

  box-sizing: border-box;

}



.honors-wraper {

  position: relative;

  padding: 0;

}



.honors-sw-hook {

  position: relative;

  overflow: hidden;

  padding: 20px 0 20px;

}



.honors-sw-hook .swiper-wrapper li {

  -webkit-transition: all .7s ease;

  -o-transition: all .7s ease;

  -moz-transition: all .7s ease;

  transition: all .7s ease;

  width: 20%;

  -webkit-transition: transform 1.0s;

  -moz-transition: transform 1.0s;

  -ms-transition: transform 1.0s;

  -o-transition: transform 1.0s;

  text-align: center;

  box-sizing: border-box;

}



.honors-sw-hook .swiper-wrapper li.swiper-slide-active {

  color: #1d2087;

  font-weight: bold;

}



.honors-sw-hook .swiper-wrapper li p {

  padding-top: 10px;

  font-size: 16px;

}



.honors-sw-hook .swiper-wrapper li img {

  display: block;

  width: 100%;

  border: 1px solid #cccccc;

  padding: 8px;

}



.swiper-btn {

  display: block;

  width: 42px;

  height: 42px;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  background: url(../images/arror.png);

  z-index: 99;

}



.honor-prev {

  left: 0;

  background-position: 0 0;

}



.honor-next {

  right: 0;

  background-position: right 0;

}



@media (min-width: 1024px) {

  .honors-wraper {

    margin-top: 25px;

  }



  .honors-sw-hook {

    padding: 40px 0;

  }



  .honors-sw-hook .swiper-wrapper li {

    -webkit-transform: scale(0.8);

    -ms-transform: scale(0.8);

    -o-transform: scale(0.8);

    transform: scale(0.8);

    -moz-transform: scale(0.8);

    margin-right: 25px;

  }



  .honors-sw-hook .swiper-wrapper li.swiper-slide-active {

    -webkit-transform: scale(1.2);

    transform: scale(1.2);

    -o-transform: scale(1.2);

    -moz-transform: scale(1.2);

    -ms-transform: scale(1.2);

    z-index: 10;

  }



  .honors-sw-hook .swiper-wrapper li p {

    -webkit-transform: scale(1.2);

    -ms-transform: scale(1.2);

    -o-transform: scale(1.2);

    transform: scale(1.2);

    -moz-transform: scale(1.2);

    padding-top: 18px;

  }



  .honors-sw-hook .swiper-wrapper li.swiper-slide-active p {

    -webkit-transform: scale(0.9);

    -ms-transform: scale(0.9);

    -o-transform: scale(0.9);

    transform: scale(0.9);

    -moz-transform: scale(0.9);

  }



  .honors-sw-hook .swiper-wrapper li.my-slide-left,

  .honors-sw-hook .swiper-wrapper li.my-slide-right {

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    z-index: 9;

    -moz-transform: scale(1);

    -o-transform: scale(1);

  }



  .honors-sw-hook .swiper-wrapper li.my-slide-left p,

  .honors-sw-hook .swiper-wrapper li.my-slide-right p {

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    transform: scale(1.1);

    z-index: 9;

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

  }



  .honors-sw-hook .swiper-wrapper li.my-slide-left {

    right: 2%;

  }



  .honors-sw-hook .swiper-wrapper li.my-slide-right {

    left: 2%;

  }



  .swiper-btn {

    display: block;

  }



  .honor-prev {

    left: -30px;

  }



  .honor-next {

    right: -30px;

  }



  .swiper-btn:hover {

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

  }

}





.ny_mamber {

  padding: 60px 0;

  margin: 0 auto;

}



.ny_mamber h2 {

  font-size: 30px;

  font-weight: bold;

  color: #222;

  margin-bottom: 20px;

  text-align: center;

}



.ny_mamber ul {

  display: flex;

  justify-content: center;

  align-items: stretch;

  flex-wrap: wrap;

}



.ny_mamber ul li {

  width: 280px;

  padding: 20px;

}



.ny_mamber ul li .t_p {

  height: 200px;

  margin: 0 auto;

  text-align: center;

  width: 200px;

}



.ny_mamber ul li .t_p img {

  height: 100%;

  width: 100%;

  margin: 0 auto;

  object-fit: cover;

  border-radius: 100px;

}



.ny_mamber ul li:hover .t_p img {

  opacity: 0.85;

}



.ny_mamber ul li .w_z {

  padding: 30px 10px 0;

}



.ny_mamber ul li .w_z h3 {

  font-size: 16px;

  color: #222;

  font-weight: bold;

  margin-bottom: 10px;

  text-align: center;

}



.ny_mamber ul li .w_z p {

  font-size: 14px;

  color: #222;

  line-height: 1.6;

  text-align: center;

  display: -webkit-box;

  overflow: hidden;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

}









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



  .ny_mamber ul li {

    width: 50%;

  }



  .ny_mamber ul li .w_z {

    padding: 30px 10px 0;

  }



  .ny_mamber {

    padding: 30px 0;

  }



  .ny_mamber ul {

    margin-bottom: 0px;

  }





}



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

  .ny_mamber ul li {

    width: 100%;

    padding: 10px;

  }





}











.ny_jj {

  padding: 60px 0;

  background: #f5f5f5;

  overflow: hidden;

}



.ny_jj .w_z {

  width: 55%;

  font-size: 16px;

  color: #222;

  line-height: 1.8;

}



.ny_jj .w_z h3 {

  position: relative;

  font-size: 28px;

  color: #333;

  margin-bottom: 40px;

  font-weight: bold;

}



.ny_jj .w_z h3::after {

  content: "";

  width: 60px;

  bottom: -15px;

  height: 4px;

  background: #1d2087;

  position: absolute;

  left: 0;

}



.ny_jj .tp {

  width: 40%;

  position: relative;

}



.ny_jj .tp .box {

  position: absolute;

  left: -25px;

  width: 100%;

  height: 100%;

  border: #ccc 10px solid;

  bottom: -25px;

  box-sizing: border-box;

  z-index: 1;

}



.ny_jj .tp img {

  width: 100%;

  display: block;

  position: relative;

  z-index: 3;

}



.sy_cpfw {

  padding: 100px 0;

  background: url(../images/dz01.png) center / cover no-repeat;

  background-attachment: fixed;

  overflow: hidden;

}



.sy_cpfw .con {

  font-size: 20px;

  max-width: 1200px;

  text-align: center;

  color: #fff;

  line-height: 1.8;

}



.ny_qqsc {

  padding: 60px 0 110px;

  overflow: hidden;

}



.ny_qqsc .left.dt {

  width: 28%;

  float: left;

}



.ny_qqsc .left p {

  font-size: 18px;

  line-height: 36px;

  color: #333;

}



.ny_qqsc .left p span {

  font-size: 28px;

  font-weight: bold;

  color: #080b71;

  padding: 0 3px;

}



.ny_qqsc .left .more {

  width: 160px;

  line-height: 50px;

  position: relative;

  background: #feca0a;

  border-radius: 25px;

  text-align: center;

  overflow: hidden;

  margin: 40px auto;

}



.ny_qqsc .left .more a {

  color: #222;

  position: relative;

  z-index: 2;

  font-size: 18px;

  text-transform: capitalize;

}



.ny_qqsc .left .more span {

  background: #caa006;

  width: 0;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.ny_qqsc .left .more:hover span {

  width: 100%;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.ny_qqsc .right {

  width: 70%;

}



.ny_qqsc .con {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.ny_qqsc .right img {

  width: 100%;

  display: block;

}



.ny_qqsc .tp {

  width: 68%;

  position: relative;

}



.ny_qqsc .tp img {

  width: 100%;

}



/*质量认证*/

.ny_ryzz {

  padding: 60px 0 110px;

  overflow: hidden;

}



.ny_ryzz ul {
  overflow: hidden;
}



.ny_ryzz ul li {

  width: 23%;

  float: left;

  margin: 1%;

  border: #ccc 1px solid;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.ny_ryzz ul li img {

  max-width: 100%;

  display: block;

  height: 180px;

  object-fit: contain;

  margin: 10px auto;

}



.ny_ryzz ul li h3 {

  padding: 15px;

  background: #f5f5f5;

  font-size: 16px;

  color: #222;

  text-align: center;

}



.ny_ryzz ul li:hover h3 {

  color: #1d2087;

}



.ny_ryzz ul li:hover {

  color: #1d2087;

  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: #1d2087 1px solid
}



/*生产流程*/

.ny_sclc {

  width: 1200px;

  margin: 75px auto 120px;

}

.ny_sclc ul {

  display: flex;

}

.ny_sclc ul li {

  width: 262px;

  float: left;

  position: relative;

  margin-right: 50px;

  margin-bottom: 70px;

}

.ny_sclc ul li:last-child {

  margin-right: 0;

}



.ny_sclc ul li img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  border-radius: 10px;

  -moz-border-radius: 10px;

  -webkit-border-radius: 10px;

}



.ny_sclc ul li .sz {

  position: absolute;

  width: 60px;

  height: 60px;

  left: 50%;

  margin-left: -30px;

  background: #1d2087;

  border: #fff 1px solid;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

  top: -30px;

  line-height: 58px;

  font-size: 30px;

  font-weight: bold;

  color: #fff;

  text-align: center;

}



.ny_sclc ul li .wenz {

  width: 100%;

  font-size: 26px;

  color: #fff;

  font-weight: bold;

  text-align: center;

  left: 0;

  top: 50%;

  position: absolute
}



.ny_sclc ul.l2 {

  display: flex;

  justify-content: center;

  align-items: stretch;

}



.ny_sclc ul.l2 li {

  width: 262px;

  height: 187px;

}



.ny_sclc ul.l2 .jt3 {

  background: url(../images/icon003.png) center no-repeat;

  width: 50px;

  height: 187px;

}



.ny_sclc .ht {

  height: 100px
}



.ny_sclc .jt2 {

  height: 100px;

  background: url(../images/icon002.png) center 30px no-repeat;

  width: 360px;

  float: right;

}



.ny_sclc ul .jt {

  width: 50px;

  background: url(../images/icon001.png) center center no-repeat;

  float: left;

  height: 187px;

}



.ny_sclc ul .jt3 {

  width: 50px;

  background: url(../images/icon003.png) center center no-repeat;

  float: left;

  height: 258px;

}



.ny_sclc ul li.l4 {

  display: none;

}





.sy_ys {

  padding: 60px 0;

  background: #f5f5f5;

}



.sy_ys .five-part {

  width: 31.3333%;

  margin: 0 1%;

  height: 320px;

  float: left;

  text-align: center;

  border: #fff 1px solid;

  box-sizing: border-box;

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

  border-right: 0;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.sy_ys .five-part:hover {

  box-shadow: 0px 5px 20px 0px rgba(169, 180, 190, 0.2);

  background: rgba(39, 85, 162, 0.8);

  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;

}



.sy_ys .five-value-img {

  width: 86px;

  font-size: 80px;

  margin: 40px auto 20px;

  text-align: center;

}



.sy_ys .five-value-img i {

  font-size: 60px;

  color: #2755a2;

}



.sy_ys .five-part:hover .five-value-img i {

  color: #fff;

  -webkit-transform: rotateZ(360deg);

  -moz-transform: rotateZ(360deg);

  -o-transform: rotateZ(360deg);

  -ms-transform: rotateZ(360deg);

  transform: rotateZ(360deg);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.five-part:nth-child(4) {

  border-right: #fff 1px solid
}



.five-part .five-font-sty {

  font-size: 20px;

  font-weight: 500;

  color: rgba(0, 0, 0, 1);

  line-height: 28px;

  margin-bottom: 20px;

  font-weight: bold;

}



.sy_ys .five-part:hover .five-font-sty {

  color: rgba(255, 255, 255, 1);

}



.sy_ys .span-line {



  display: block;

  margin-top: 10px;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.8;

  color: rgba(0, 0, 0, 0.6);

  width: 80%;

  margin: 0 auto
}



.sy_ys .five-part:hover .span-line {

  color: rgba(255, 255, 255, 0.8);

}









.page {

  text-align: center;

  margin: 30px auto;

}



.page a {

  height: 30px;

  line-height: 30px;

  display: inline-block;

  font-size: 14px;

  color: #5a5a5a;

  margin: 0;

  padding: 0 10px;

  border-radius: 5px;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  border: #ccc 1px solid;

  margin: 0 3px
}



.page a:hover {

  color: #fff;

  background: #00837a
}



.page a.on {

  color: #fff;

  background: #00837a
}





.sy_cpzx {

  margin: 50px auto 90px;

  overflow: hidden;

}



.sy_cpzx .cplb {

  width: 270px;

  float: left
}



.sy_cpzx .cplb .tit {

  line-height: 60px;

  padding: 5px;

  background: #1d2087;

  margin-bottom: 5px;

  color: #fff;

  font-size: 20px;

  font-weight: bold;

  text-align: center
}



.list {}



.list ul li {

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

  margin-top: 1px;

}



.list ul li a {

  padding-left: 25px;

  color: #222;

  font-size: 16px;

  display: block;

  font-weight: bold;

  height: 50px;

  line-height: 50px;

  position: relative;

}



.list ul li .inactive {

  background: url(../images/off.png) no-repeat right center;

}



.list ul li .inactives {

  background: #1d2087 url(../images/on.png) no-repeat right center;

  color: #fff;

}

.list ul li .inactivess {

  background: #595CB7;

  color: #fff;

}

.list ul li ul {

  display: none;

}



.list ul li ul li {

  border-left: 0;

  border-right: 0;

}



.list ul li ul li ul {

  display: none;

}



.list ul li ul li a {

  padding-left: 25px;

  font-size: 14px;

}



.list ul li ul li ul li {

  background-color: #f6f6f6;

  border-color: #6196bb;

}



.last {

  background-color: #f6f6f6;

  border-color: #6196bb;

}



.list ul li ul li ul li a {

  color: #333;

  padding-left: 30px;

  font-weight: normal;

}





.sy_cpzx .cplb .tit span {

  font-size: 14px;

  text-transform: uppercase;

  font-weight: normal;

  display: block
}



.sy_cpzx .rtlist {

  width: calc(100% - 300px);

  float: right
}



.sy_cpzx .flsx {

  line-height: 40px;

  color: #666;

  box-sizing: border-box;

  font-size: 16px;

  overflow: hidden;

}

.sy_cpzx .flsx dd {
  float: left;
}

.sy_cpzx .flsx a {

  padding: 0 20px;

  display: inline-block;

  margin-right: 10px;
  margin-bottom: 10px;

  background: #f1f1f1;

  border-radius: 4px;

  font-size: 16px;

  color: #222;

}



.sy_cpzx .flsx a.on {

  background: #1d2087;

  color: #fff;

}



.sy_cpzx .flsx a:hover {

  background: #1d2087;

  color: #fff;

}



.sy_cpzx ul.box {
  overflow: hidden;
  margin-top: 30px;
}



.sy_cpzx ul.box li {

  width: 31.3333%;

  float: left;

  margin: 0 1% 30px;

  border: #ccc 1px solid;

  box-sizing: border-box;

  background: #eee;

  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .03), 0 15px 20px 0 rgba(0, 0, 0, .03);

  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .03), 0 15px 20px 0 rgba(0, 0, 0, .03);

}



.sy_cpzx ul.box li .tp {

  position: relative;

  overflow: hidden;

}



.sy_cpzx ul.box li .tp img {

  width: 100%;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

  height: 220px;

  object-fit: contain;
  background-color: white;

}



.sy_cpzx ul.box li:hover .tp 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);

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.sy_cpzx ul.box li .tp .mb {

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5) url(../images/jh.png) center / 30px no-repeat;

  position: absolute;

  left: 0;

  top: -100%;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.sy_cpzx ul.box li:hover .tp .mb {

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

  top: 0
}



.sy_cpzx ul.box li h3 {

  padding: 12px;

  line-height: 1.5;

  color: #333;

  font-size: 16px;

  text-align: center;

}



.sy_cpzx ul.box li:hover h3 {

  color: #fff;

}



.sy_cpzx ul.box li:hover {

  border: #1d2087 1px solid;

  background: #1d2087
}



.sy_cpzx ul.box li:nth-child(3n) {

  margin-right: 0
}





.sy_cpzx .cptp {

  width: 920px;

  float: right
}



.sy_cpzx .cptp ul li {

  width: 286px;

  float: left;

  position: relative;

  margin-right: 30px;

  margin-bottom: 30px;

}



.sy_cpzx .cptp ul li img {

  width: 100%;

  display: block;

  border: #ccc 1px solid;

  -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;

}



.sy_cpzx .cptp ul li .bt {

  width: 100%;

  height: 32px;

  line-height: 32px;

  color: #333;

  text-align: center;

  font-size: 16px
}



.sy_cpzx .cptp ul li:hover .bt {

  color: #036fb8
}











.page {

  padding: 0px 0 25px;

  text-align: center;

}



.page a {

  display: inline-block;

  width: 36px;

  height: 36px;

  line-height: 36px;

  border-radius: 50%;

  color: #333;

  font-size: 16px;

  margin: 0 5px;

  background: #eee;

}



.page a:hover {

  background: #1d2087;

  color: #fff;

}



.page a.on {

  background: #1d2087;

  color: #fff;

}





/*产品详情*/

.cpxq {

  padding: 80px 0 60px;

  margin: 0 auto;

}



.cpxq .left {

  width: 550px;

  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;

  display: flex;

  justify-content: center;

}



.cpxqBox .hd ul li {

  width: 15.6666%;

  background: #fff;

  cursor: pointer;

  margin: 0 0.5%;

  border: #eee 1px solid;

}



.cpxqBox .hd ul li img {

  width: 100%;

  display: block;

}



.cpxqBox .hd ul li.on {

  border: #1d2087 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% - 650px);

  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: #1d2087;

}



.cpxq .right .zxzx {

  width: 180px;

  height: 50px;

  border-radius: 6px;

  background: #1d2087;

  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 .zxzx a {

  color: #fff;

  font-size: 18px;

}



.cpxq .right .zxzx i {

  font-size: 20px;

  margin-left: 8px;

}



.cpxq .right .zxzx:hover {

  background: #080b71;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.cpxq .cptd {

  padding-top: 50px;

}



.cpxq .cptd .bt {

  font-size: 20px;

  color: #fff;

  margin-bottom: 40px;

  font-weight: bold;

  border-bottom: #eee 2px 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: 20px;

  color: #333;

  font-weight: bold;

  margin-bottom: 15px;

}



.cpxq .cptd .bt span {

  display: inline-block;

  padding: 0 30px;

  background: #1d2087;

  border-radius: 10px 10px 0 0;

  font-size: 20px;

}



.cpxq .cptd p {

  font-size: 16px;

  line-height: 2;

  color: #555;

  /* margin-bottom: 15px; */

}

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

.cpxq .cptd .x_z {

  width: 200px;

  height: 50px;

  border-radius: 6px;

  background: #1d2087;

  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 .cptd .x_z a {

  color: #fff;

  font-size: 18px;

  display: flex;

  align-items: center;

  justify-content: center;

}



.cpxq .cptd .x_z i {

  font-size: 24px;

  margin-left: 8px;

}



.cpxq .cptd .x_z:hover {

  background: #080b71;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.ny_tjcp {

  padding: 0px 0 60px;

  position: relative;

}



.swiper-yyly {

  width: 100%;

  margin: 0 auto;

  padding-bottom: 30px !important;

}



.swiper-yyly .swiper-slide {

  position: relative;

}



.swiper-yyly .swiper-slide img {

  width: 100%;

  height: auto;

  display: block;

}



.swiper-yyly .swiper-slide .w_z {

  width: 100%;

  padding: 10px 5%;

  color: #222;

  margin-top: 20px;

  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: #333;

  position: relative;

  text-align: center;

}



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

  color: #080b71;

}



.sy_cp .swiper-pagination-bullet {

  background: #ccc;

  border: #333 1px solid;

}



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

  background: #080b71;

  border: #080b71 1px solid;

}



.sy_cp {

  padding-bottom: 110px;

}



.htit {

  font-size: 25px;

  color: #fff;

  margin-bottom: 40px;

  font-weight: bold;

  border-bottom: #eee 2px solid;

  line-height: 2.2;

}



.htit h3 {

  color: #222;

  font-weight: bold;

}



.htit span {

  display: inline-block;

  padding: 0 30px;

  font-size: 20px;

  background: #080b71;

  font-weight: bold;

  font-family: Microsoft YaHei;

  border-radius: 10px 10px 0 0;

  color: #fff;

}



.htit i {

  font-size: 24px;

  margin-right: 10px;

  vertical-align: middle;

  font-weight: normal;

}



/*odm*/

.ny_odm {

  padding: 60px 0;

  overflow: hidden;

}



.ny_odm .text {

  font-size: 16px;

  color: #333;

  line-height: 1.8;

}



.ny_odm .gl {

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

}



.ny_odm .gl li {

  width: 19%;

  margin-bottom: 10px;

  padding: 20px 30px 30px;

  background: rgba(121, 172, 242, 0.6);

  border-radius: 6px;

  color: #100199;

  font-size: 16px;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.ny_odm .gl li:hover {

  background: #100199;

  color: #fff;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.ny_odm .gl li h3 {

  font-size: 28px;

  font-weight: bold;

  position: relative;

  padding-bottom: 10px;

  margin-bottom: 15px;

}



.ny_odm .gl li h3::after {

  position: absolute;

  bottom: 0;

  left: 0%;

  content: '';

  height: 2px;

  background: #100199;

  width: 26px;

}



.ny_odm .gl li:hover h3::after {

  background: #fff;

}



.ny_odm .gl li h4 {

  margin-top: 25px;

  font-size: 20px;

  font-weight: bold;

  margin-bottom: 10px;

}



.ny_cp {

  padding: 60px 0;

}



.ny_cp ul li {

  width: 23%;

  float: left;

  margin: 0 1% 2%;

  position: relative;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

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

}



.ny_cp ul li:hover {

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.ny_cp ul li .tp {

  overflow: hidden;

  height: 160px;

}



.ny_cp ul li img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.ny_cp 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_cp ul li .wenz {

  padding: 10px;

}



.ny_cp ul li .wenz h3 {

  font-size: 16px;

  color: #222;

  line-height: 1.8;

  text-align: center;

}



.ny_cp ul li .wenz p {

  font-size: 14px;

  color: #555;

  line-height: 1.8;

  margin-bottom: 10px;

  text-align: left;

}



.ny_cp ul li span {

  position: absolute;

  left: 0;

  bottom: 0;

  height: 1px;

  background: #100199;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  width: 0;

  z-index: 3;

}



.ny_cp ul li:hover span {

  width: 100%;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.ny_cp ul li:hover .wenz h3 {

  color: #100199;

}



.ny_cp ul li:hover .wenz p {

  color: #100199;

}







/*新闻*/

.ny_xw {

  margin: 30px auto 40px;

  overflow: hidden;

}



.Activsbf1_lb {

  width: 100%;

  margin-top: 10px;

  overflow: hidden;

}



.Activsbf1_lb dl {

  width: 100%;

  background: #f6f6f6;

  margin: 0 0 20px;

  box-sizing: border-box;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  display: flex;

  align-items: stretch;

  justify-content: space-between;

  border-radius: 20px;

  overflow: hidden;

}



.Activsbf1_lb dt {

  width: 28%;

  float: left;

  overflow: hidden;

}



.Activsbf1_lb dt a {}



.Activsbf1_lb dt img {

  vertical-align: middle;

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.Activsbf1_lb dd {

  width: 68%;

  float: right;

  padding: 20px 25px 20px 0;

}



.Activsbf1_lb dd .newNrtit {

  width: 100%;

  line-height: 30px;

  font-size: 18px;

  text-overflow: ellipsis;

  white-space: nowrap;

  overflow: hidden;

}



.Activsbf1_lb dd .newNrtit a {

  font-size: 20px;

  color: #333;

  font-weight: bold;

}



.Activsbf1_lb dd .newNrjs {

  width: 100%;

  margin-top: 10px;

  line-height: 28px;

  color: #666;

  font-size: 16px;

  letter-spacing: 1px;

  display: -webkit-box;

  overflow: hidden;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  min-height: 56px;

}



.Activsbf1_lb dd .Acdltj_time {

  width: 100%;

  margin: 15px 0 0;

  color: #999;

}



.Activsbf1_lb dd .more1 a {

  width: 140px;

  line-height: 38px;

  border: #1d2087 1px solid;

  display: block;

  text-align: center;

  color: #1d2087;

  text-transform: uppercase;

  margin-top: 20px;

  margin-bottom: 10px;

  border-radius: 20px;

  font-size: 14px;

}



.Activsbf1_lb dd:hover .more1 a {

  background: #1d2087;

  color: #fff
}



.Activsbf1_lb dl:hover dd .newNrtit a {

  color: #1d2087;

}





.Activsbf1_lb dl:hover dt img {

  -webkit-transition: -webkit-transform 0.3s ease 0s;

  transition: transform 1s ease 0s;

  -webkit-transform-origin: center;

  transform-origin: center;

}



.Activsbf1_lb dl:hover dt img {

  -webkit-transform: scale(1.08);

  transform: scale(1.08);

}





.ny_contact {

  background: #f7f9fc;

  overflow: hidden;

  padding: 60px 0;

}



.ny_contact .lxfs {

  background: #fff;

  box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);

  padding: 35px 40px;

  margin-bottom: 40px;

}



.ny_contact .lxfs .left {

  width: 45%;

  float: left;

}



.ny_contact .lxfs .left h3 {

  font-size: 24px;

  color: #333;

  font-weight: bold;

  margin-bottom: 40px;

  padding-left: 20px;

  position: relative;

}



.ny_contact .lxfs .left h3::before {

  width: 4px;

  content: "";

  height: 16px;

  left: 0;

  top: 50%;

  margin-top: -8px;

  background: #1d2087;

  position: absolute;

}



.ny_contact .lxfs .left p {

  font-size: 16px;

  margin-bottom: 20px;

  color: #333;

  line-height: 1.5;

}



.ny_contact .lxfs .left p i {

  font-size: 20px;

  margin-right: 16px;

  color: #1d2087
}



.ny_contact .lxfs .left .tb {

  padding-top: 20px;

  border-top: #eee 1px solid;

  margin-top: 50px;

}



.ny_contact .lxfs .left .tb a {

  width: 30px;

  margin-right: 10px;

  position: relative;

  float: left;

  color: #1d2087;

}



.ny_contact .lxfs .left .tb a i {

  font-size: 20px;

}



.ny_contact .lxfs .left .tb a .wx {

  width: 120px;

  position: absolute;

  left: 50%;

  margin-left: -60px;

  background: #fff;

  top: 20px;

  display: none;

}



.ny_contact .lxfs .left .tb a .wx img {

  width: 120px;

}



.ny_contact .lxfs .left .tb a:hover .wx {

  display: block;

}



.ny_contact .lxfs .ewm {

  display: flex;

  align-items: center;

  justify-content: flex-start;

  margin-top: 40px;

}



.ny_contact .lxfs .ewm img {

  width: 113px;

  float: left;

  margin-right: 17px;

}



.ny_contact .lxfs .ewm .wz {

  float: left;

  font-size: 16px;

  color: #999;

  line-height: 1.8;

}



.ny_contact .l_y {

  width: 50%;

  float: right;

  padding-left: 40px;

  border-left: #eee 1px solid;

}



.ny_contact .l_y h3 {

  font-size: 24px;

  color: #333;

  font-weight: bold;

  margin-bottom: 37px;

  padding-left: 20px;

  position: relative;

}



.ny_contact .l_y h3::before {

  width: 4px;

  content: "";

  height: 16px;

  left: 0;

  top: 50%;

  margin-top: -8px;

  background: #1d2087;

  position: absolute;

}



.ny_contact .l_y .box {

  width: 49%;

  height: 40px;

  position: relative;

  float: left;

  margin-right: 2%;

  margin-bottom: 20px;

}



.ny_contact .l_y input.w_z {

  width: 100%;

  height: 40px;

  font-size: 14px;

  line-height: 40px;

  border: 1px solid #e6e6e6;

  padding: 0 22px;

  box-sizing: border-box;

  background: #fff;

  position: relative;

}



.ny_contact .l_y .wz {

  color: #ff0000;

  left: 14px;

  top: 12px;

  position: absolute;

  font-size: 18px;

  z-index: 9;

}



.ny_contact .l_y .box.no {

  margin-right: 0;

}



.ny_contact .l_y input.a_n {

  width: 160px;

  height: 40px;

  background-color: #1d2087;

  font-size: 14px;

  font-weight: bold;

  color: #fff;

  line-height: 40px;

  border-radius: 4px;

}



.ny_contact .l_y textarea {

  width: 100%;

  height: 168px;

  padding: 5px 18px;

  border: 1px solid #e6e6e6;

  outline: none;

  resize: none;

  font-size: 14px;

  line-height: 40px;

  margin-bottom: 20px;

  box-sizing: border-box;

}



.ny_contact .d_t {}



.ny_contact .d_t img {

  width: 100%
}



.sy_cpzx .cplb .tit .w_z {

  display: none;

}

























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

  .index4 .text {

    padding: 0px 0 35px 0;

  }



  .index4 .text .H5 {

    padding: 10px 0 20px 0;

  }



  .index4 .text .p {

    font-size: 16px;

    line-height: 2;

  }



  .ny_jj .w_z {

    font-size: 16px;

  }



  .ny_jj .w_z h3 {

    line-height: 1;

    margin-bottom: 30px;

  }







}





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



  .sy_news .box3 .tbox .time {

    font-size: 44px;

    margin-right: 20px;

  }



  .sy_news .box3 .tbox .titles {

    width: calc(100% - 80px);

    float: right;

  }



  .sy_news .box3 .tbox a {

    display: flex;

  }



  .sy_cpfw .swiper-button-next {

    right: 0px;

  }



  .sy_cpfw .swiper-button-prev {

    left: 0px;

  }



  .sy_cpfw .swiper-button-prev i {

    color: #fff;

  }



  .sy_cpfw .swiper-button-next i {

    color: #fff;

  }



  .sy_hyyy .swiper-button-prev {

    left: 0px;

  }



  .sy_hyyy .swiper-button-next {

    right: 0px;

  }



  .nban {

    height: 440px;

  }













}



























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



  .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;

  }



  .ban .swiper-slide img {

    height: 20rem;

  }



  .product-number-info li b {

    font-size: 40px;

  }



  .sy_gsjj {

    padding: 40px 0;

    flex-wrap: wrap;

  }



  .sy_gsjj .w_z {

    width: 100%;

    font-size: 16px;

    padding-right: 0;

  }



  .sy_gsjj .w_z p {

    font-size: 16px;

  }



  .sy_gybj .tp {

    width: 100%;

    position: static;

    height: auto;

  }



  .sy_gsjj .more {

    width: 160px;

    font-size: 16px;

  }



  .tit {

    margin-bottom: 30px;

  }



  .sy_p3 {

    padding: 30px 0;

  }



  .tit h1 {

    font-size: 30px;

  }



  .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_p5 {

    padding: 40px 0 40px;

  }



  .swiper-sc .swiper-slide h1 {

    font-size: 40px;

    margin-bottom: 0;

  }



  .sy_p6 {

    background-attachment: inherit !important;

  }



  .sy_p7 {

    padding: 40px 0;

  }



  .sy_p7 .left {

    width: 100%;

    padding: 0 0 0;

  }



  .sy_p7 .right {

    width: 100%;

    margin-top: 25px;

  }



  .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"] {

    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 li {

    display: none;

  }



  .copy {

    width: 90%;

  }



  .footer .zuo3 ul li.lx {

    display: block;

  }



  .footer .zuo3 ul li.yx {

    width: 100%;

    display: block;

  }



  .ban .swiper-slide .word {

    left: 5%;

    margin-left: 0px;

    width: 90%;

  }



  .nban {

    height: 10rem;

  }



  .nban .bt {

    width: 90%;

    padding: 10px;

    left: 5%;

    top: 30%;

    margin-left: 0
  }



  .nban .bt h3 {

    font-size: 28px;

  }



  .nban .bt h2 {

    font-size: 24px;

    margin-bottom: 0px;

  }



  .ny_jj .w_z {

    width: 100%;

    font-size: 16px;

    line-height: 1.8;

  }



  .ny_jj .tp {

    width: 100%;

    margin-top: 20px;

  }



  .sy_ys {

    padding: 30px 0;

  }



  .sy_ys .five-part {

    width: 31.3333%;

    margin: 0 1%;

    height: 320px;

  }



  .sy_ys .five-value-img {

    font-size: 60px;

    margin: 20px auto 15px;

  }



  .five-part .five-font-sty {

    margin-bottom: 10px;

  }



  .ny_cp {

    padding: 30px 0;

  }



  .ny_cp ul li {

    width: calc((100% - 60px) / 2);

  }



  .ny_cp ul li .tp {

    height: 12rem;

  }



  .ny_cp ul li h3 {

    font-size: 14px;

  }



  .ny_contact {

    padding: 30px 0;

  }



  .ny_contact .lxfs {

    padding: 35px 30px;

    margin-bottom: 20px;

  }



  .ny_contact .lxfs .left {

    width: 100%;

  }



  .ny_contact .lxfs .left h3 {

    font-size: 24px;

    margin-bottom: 20px;

    padding-left: 15px;

  }



  .ny_contact .lxfs .left p {

    margin-bottom: 10px;

  }



  .ny_contact .lxfs .ewm {

    margin-top: 20px;

  }



  .ny_contact .l_y {

    width: 100%;

    padding-left: 0px;

    border-left: 0;

    margin-top: 25px;

  }



  .ny_contact .l_y h3 {

    margin-bottom: 20px;

    padding-left: 15px;

  }



  .ny_contact .l_y .box {

    margin-bottom: 10px;

  }



  .ny_contact .l_y textarea {

    height: 120px;

  }



  .Activsbf1_lb dt {

    width: 40%;

  }



  .Activsbf1_lb dd {

    width: 57%;

    margin-top: 0;

    padding: 15px 15px 15px 0;

  }



  .Activsbf1_lb dd .newNrjs {

    font-size: 16px;

    -webkit-line-clamp: 2;

    min-height: 40px;

  }



  .xw_xq {

    padding: 30px 0 40px;

  }



  .sy_cpzx {

    margin: 30px auto;

  }



  .sy_cpzx .cplb .tit .w_z {

    display: block;

    position: absolute;

    right: 5%;

    top: 0;

    padding:

      0;

    width: 20px;

    height: 50px;

    background:

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

  }



  .sy_cpzx .cplb .tit {

    line-height: 40px;

    position: relative;

    text-align: left;

  }



  .sy_cpzx .cplb {

    width: 100%;

    position: relative;

  }



  .subNavBox {

    width: 100%;

    display: none;

    position: absolute;

    top: 50px;

    left: 0;

    z-index: 6;

    background: #fff;

  }



  .sy_cpzx ul.box li {

    width: 48%;

    margin: 1%;

  }



  .sy_cpzx ul.box {

    width: 100%;

    margin-top: 20px;

  }



  .sy_cpzx ul.box li:nth-child(3n) {

    margin-right: 1%;

  }



  .sy_cpzx ul.box li .tp img {

    height: 15rem;

  }



  .nright {

    width: 100%;

  }



  .cpxq .left {

    width: 100%;

    margin-top: 20px;

  }



  .cpxq .right {

    width: 100%;

    margin-top: 20px;

  }



  .footer .zuo3 ul li {

    width: 100%;

    padding-right: 0px;

  }



  .ny_ryzz {

    padding: 30px 0;

  }



  .honors-sw-hook .swiper-wrapper li img {

    height: 22rem;

  }



  .ny_jj {

    padding: 30px 0;

  }



  .list {

    display: none;

    position: absolute;

    top: 50px;

    left: 0;

    width: 100%;

    z-index: 5;

    background: #fff;

  }



  .sy_cpzx .rtlist {

    width: 100%;

    /* margin-top: 25px; */

  }



  .sy_cpzx .flsx {

    line-height: 35px;

    /* margin-bottom: 20px; */

  }



  .sy_cpzx .flsx a {

    padding: 0 10px;

    /* margin: 0 3px; */

  }



  .footer_bg {

    margin: 0px 0 0;

    padding-top: 30px;

  }



  .cpxq {

    padding: 30px 0 30px;

  }



  .sy_cp {

    padding-bottom: 50px;

  }



  .ny_odm {

    padding: 30px 0;

  }



  .ny_ryzz ul li {

    width: 48%;

  }



  .ny_ryzz ul li img {

    height: 220px;

  }



  .ny_sclc {

    width: 90%;

    margin: 35px auto 40px;

  }



  .ny_sclc ul {

    display: flex;

    justify-content: space-between;

  }



  .ny_sclc ul li {

    width: 32%;

  }



  .ny_sclc ul .jt {

    display: none
  }



  .ny_sclc .jt2 {

    display: none;

  }



  .ny_sclc .ht {

    height: 70px;

  }



  .sy_cpfw .con {

    font-size: 16px;

    max-width: 90%;

  }



  .sy_cpfw {

    padding: 40px 0;

    background-attachment: inherit;

  }



  .ny_qqsc {

    padding: 30px 0 40px;

  }



  .ny_qqsc .con {

    flex-wrap: wrap;

  }



  .ny_qqsc .left.dt {

    width: 100%;

  }



  .ny_qqsc .tp {

    width: 100%;

    margin-top: 20px;

  }







}





















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

  .con {

    max-width: 90%;

  }



  .product-number-info {

    padding: 34px 0 34px;

  }



  .product-number-info li {

    width: 50%;

    margin-top: 10px;

  }



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

    border: none;

  }



  .product-number-info ul {

    flex-wrap: wrap;

  }



  .product-number-info li b {

    font-size: 30px;

  }



  .product-number-info li b em {

    font-style: normal;

    font-size: 20px;

  }



  .tit h1 {

    font-size: 2.4rem;

  }



  .sy_gsjj .tit h1 {

    font-size: 2.4rem;

  }



  .sy_p3 .swiper-button-prev::after,

  .sy_p3 .swiper-button-next::after {

    display: none
  }



  .swiper-sc .swiper-slide h1 {

    font-size: 2rem;

  }



  .swiper-sc .swiper-slide h3 {

    font-size: 18px;

    margin: 0px 0 10px;

  }



  .tit h3 {

    font-size: 18px;

    letter-spacing: 1px;

  }



  .indp8 .nrBox {

    padding: 15px;

  }



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

    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;

  }



  .footer {

    padding: 0px 0;

  }



  .footer .zuo3 ul li.lx {

    width: 100%;

  }



  .footer .zuo3 ul li.yx {

    width: 100%;

    margin-top: 20px;

  }



  .footer .weix {

    float: none;

    margin: 0 auto;

  }



  .copy {

    line-height: 1.5;

    padding: 10px;

  }



  .search button.s_c {

    width: 10%;

    font-size: 16px;

  }



  .search input.w_z {

    width: 80%;

  }



  .search .an_sj {

    width: 10%;

  }



  .header .right .yy .e_j {

    top: 60px;

  }



  .swiper-hy .swiper-slide .sign span {

    font-size: 16px;

  }



  .sy_ys .five-part {

    width: 100%;

    margin: 1% 0;

    height: auto;

    padding-bottom: 20px;

  }



  .sy_cpzx .flsx a {

    font-size: 14px;

    /* margin: 0 2px; */

  }



  .wzxx {

    width: 100%;

    text-align: left;

  }



  .ntit ul li {

    line-height: 30px;

    margin: 1.5% 3px;

    float: left;

  }



  .ntit ul li a {

    font-size: 14px;

    padding: 0 10px;

  }



  .ny_jj .w_z h3 {

    font-size: 20px;

  }



  .nban {

    height: 15rem;

  }



  .page a {

    width: 30px;

    height: 30px;

    line-height: 30px;

    font-size: 14px;

    margin: 0 3px;

    padding: 0
  }



  .ny_cp ul li {

    width: 100%;

    margin: 0 0 30px;

  }



  .ny_cp ul li .tp {

    height: 24rem;

  }



  .nban .bt h2 {

    font-size: 20px;

  }



  .nban .bt h3 {

    font-size: 24px;

  }



  .cpxq .left {

    width: 100%;

  }



  .cpxq .right {

    width: 100%;

    margin-top: 20px;

  }



  .cpxq .right h3 {

    font-size: 20px;

    margin-bottom: 15px;

  }



  .cpxq .right h4 {

    margin-bottom: 15px;

  }



  .cpxq .right p {

    margin-bottom: 15px;

    font-size: 14px;

    word-wrap: break-word;

  }



  .cpxq .cptd {

    padding-top: 30px;

  }



  .cpxq .cptd .bt {

    font-size: 16px;

    margin-bottom: 20px;

    line-height: 2.4;

  }



  .cpxq .cptd .nr {

    font-size: 14px;

    line-height: 1.8;

  }



  .cpxq {

    padding: 30px 0 30px;

  }



  .swiper-yyly {

    padding-bottom: 30px !important;

  }



  .sy_cp {

    padding-bottom: 40px;

  }



  .ny_contact .lxfs {

    padding: 25px 20px;

  }



  .ny_contact .lxfs .left h3 {

    font-size: 20px;

  }



  .ny_contact .lxfs .left p {

    font-size: 14px;

  }



  .ny_contact .lxfs .left p i {

    margin-right: 10px;

  }



  .ny_contact .l_y .box {

    width: 100%;

    margin-right: 0;

  }



  .Activsbf1_lb dl {

    border-radius: 10px;

    flex-wrap: wrap;

  }



  .Activsbf1_lb dt {

    width: 100%;

  }



  .Activsbf1_lb dd {

    width: 100%;

    padding: 15px 10px;

  }



  .Activsbf1_lb dd .more1 a {

    line-height: 32px;

  }



  .Activsbf1_lb dd .newNrjs {

    font-size: 14px;

  }



  .Activsbf1_lb dd .newNrtit a {

    font-size: 18px;

  }



  .sy_cpzx ul.box li {

    width: 100%;

    margin: 2% 0;

  }



  .sy_cpzx ul.box li .tp img {

    height: auto;

  }



  .wzxx {

    font-size: 14px;

  }



  .wzxx a {

    font-size: 14px;

  }



  .htit {

    font-size: 20px;

    margin-bottom: 30px;

  }



  .cpxqBox .hd {

    margin-top: 20px;

  }



  .ny_ryzz ul li img {

    height: 16rem;

  }



  .ny_ryzz ul li h3 {

    padding: 10px;

    font-size: 15px;

  }



  .ny_sclc ul {

    flex-wrap: wrap;

  }



  .ny_sclc ul li {

    width: 100%;

    /* margin-top: 30px; */

    margin-right: 0;

  }



  .ny_sclc .ht {

    display: none
  }



  .ny_sclc ul.l2 li {

    width: 100%;

    height: auto;

  }



  .ny_sclc ul.l2 .jt3 {

    display: none
  }



  .ny_sclc ul.l2 {

    flex-direction: column-reverse
  }



  .page {

    margin: 20px auto 10px;

  }



  .ny_qqsc .left p {

    font-size: 16px;

    line-height: 30px;

  }

}

.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: #222;

  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 h1,

.detailP .pageNr h2,

.detailP .pageNr h3,

.detailP .pageNr h4,

.detailP .pageNr h5,

.detailP .pageNr h6 {

  font-weight: revert;

  color: revert;

  margin: 10px 0;

}

.detailP .list-paddingleft-2 {
  padding-left: 30px;
}

.detailP .list-paddingleft-2 li {
  list-style: inherit;
}

.detailP .pageNr img,
.detailP .pageNr video,
.detailP .pageNr iframe {
  max-width: 100%;
  height: auto;
}

.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: #1d2087;

}

@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;
  }

  .sy_wzlist ul li {
    width: 100%;
  }

}

@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;
  }

  .sy_p3 .swiper-slide video {
    height: auto;
  }

  .indp4 .nrBox .imgBox img {
    height: 127px;
  }

}

.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;
}

#pwd {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  justify-content: center;
  margin: 0 auto;
}

#pwd input {
  width: 100%;
  height: 40px;
  border: 1px #1d2087 solid;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
}

#pwd button {
  width: 100px;
  height: 40px;
  background-color: #1d2087;
  color: white;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}

#pwd button:last-of-type {
  background-color: rgb(245, 245, 245);
  margin: 0;
  color: #222;
}