body {
  background: #fff;
}
.h-active a {
  color: #0a9718 !important;
}
.h-active a::after {
  width: 18px !important;
}
.pr-active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.pr-active p a::before {
  height: 20px !important;
}
.pr-active p a {
  font-weight: 600 !important;
  padding-left: 23px !important;
}
.pr-active ul li {
  background-color: rgba(0, 0, 0, 0) !important;
}
.pr-active p img {
  transform: rotateZ(90deg) !important;
}
.pr-active ul {
  display: block !important;
}
.activehead {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 10px;
}
.head {
  padding-top: 13px;
  padding-bottom: 20px;
}
.head .head-cen {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
}
.head .head-cen .head-cen-lf {
  position: relative;
  top: 3.5px;
}
.head .head-cen .head-cen-rt {
  width: 55.5%;
}
.head .head-cen .head-cen-rt div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.head .head-cen .head-cen-rt div img {
  margin-right: 5px;
}
.head .head-cen .head-cen-rt div span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  color: #0a9718;
  margin: 0 9px;
  font-weight: bold;
}
.head .head-cen .head-cen-rt ul {
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.head .head-cen .head-cen-rt ul li a {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #000000;
  transition: all 0.5s;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 17px;
}
.head .head-cen .head-cen-rt ul li:last-child,.foot .foot-tp .foot-tp-ct ul li:last-child{
    display: none;
}
.head .head-cen .head-cen-rt ul li a::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  transform: translateX(-50%);
  width: 0px;
  height: 4px;
  background-color: #0a9718;
  transition: all 0.5s;
}
.head .head-cen .head-cen-rt ul li:hover a {
  color: #0a9718;
}
.head .head-cen .head-cen-rt ul li:hover a::after {
  width: 18px;
}
.head .head-cen .mb-ico {
  display: none;
}
.mb-nav {
  position: fixed;
  z-index: 999 !important;
  width: 100%;
  background: #fff;
  padding: 88px 0;
  top: 0;
  padding-top: 33px;
  display: none;
}
.mb-nav .logo {
  width: 65%;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 39px;
}
.mb-nav p {
  width: 80%;
  margin: 0 auto;
}
.mb-nav p img {
  max-width: 36px;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.mb-nav ul {
  width: 80%;
  margin: 0 auto;
  margin-top: 28px;
}
.mb-nav ul li a {
  color: #333;
  font-size: 15px;
  line-height: 50px;
  border-bottom: 1px solid #0a9718;
  display: block;
}
.mb-nav ul li:last-child{
    display: none;
}
.mb-nav .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  margin-top: 22px;
}
.mb-nav .tel img {
  max-height: 24px;
  margin-right: 8px;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 600px;
  max-height: 600px;
  position: relative;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide div {
  position: absolute;
  width: 59.5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 372px;
  max-height: 372px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  /* text-align: center; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide div img:nth-child(2) {
  margin-top: 32px;
}
.banner .ban-swiper .swiper-wrapper .swiper-slide div img:nth-child(3) {
  margin-top: 45px;
}
.banner .ban-swiper .ban-pagination {
  bottom: 23px;
}
.banner .ban-swiper .ban-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 1;
  margin: 0 10px;
}
.banner .ban-swiper .ban-pagination .swiper-pagination-bullet-active {
  background: #0a9718;
}
.pro {
  background-color: #f5f5f5;
  padding-bottom: 53px;
}
.pro .pro-cen {
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.pro .pro-cen .pro-cen-lf {
  width: 18.35%;
  margin-top: -32px;
  z-index: 3;
}
.pro .pro-cen .pro-cen-lf div {
  background-color: #333333;
  border-radius: 4px 4px 0px 0px;
  padding: 0 20px;
  padding-bottom: 39px;
}
.pro .pro-cen .pro-cen-lf div h3 {
  font-size: 26px;
  line-height: 43px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  padding-bottom: 22px;
  padding-top: 50px;
}
.pro .pro-cen .pro-cen-lf div h3::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  background-color: #0a9718;
}
.pro .pro-cen .pro-cen-lf ul {
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.04);
}
.pro .pro-cen .pro-cen-lf ul li {
  background-color: #ffffff;
  margin-bottom: 1px;
  padding: 12.5px 19px;
}
.pro .pro-cen .pro-cen-lf ul li p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro .pro-cen .pro-cen-lf ul li p a {
  font-size: 18px;
  color: #333333;
  transition: all 0.5s;
  position: relative;
}
.pro .pro-cen .pro-cen-lf ul li p a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 4px;
  height: 0px;
  background-color: #0a9718;
  transition: all 0.5s;
}
.pro .pro-cen .pro-cen-lf ul li p img {
  cursor: pointer;
}
.pro .pro-cen .pro-cen-lf ul li ul {
  box-shadow: none;
  display: none;
  margin-top: 7px;
}
.pro .pro-cen .pro-cen-lf ul li ul li {
  padding: 2.5px 19px;
  padding-left: 32px;
}
.pro .pro-cen .pro-cen-lf ul li ul li a {
  font-size: 16px;
  color: #0a9718;
  position: relative;
  padding-left: 19px;
}
.pro .pro-cen .pro-cen-lf ul li ul li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 8px;
  height: 9px;
  background: url(../images/sjx1.png) no-repeat;
  background-size: 100%;
}
.pro .pro-cen .pro-cen-rt {
  width: 80.3%;
}
.pro .pro-cen .pro-cen-rt .pro-cen-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.pro .pro-cen .pro-cen-rt .pro-cen-search p {
  font-size: 18px;
  color: #4d4d4d;
}
.pro .pro-cen .pro-cen-rt .pro-cen-search form input {
  display: inline-block;
}
.pro .pro-cen .pro-cen-rt .pro-cen-search form input:nth-child(1) {
  background-color: #ffffff;
  border-radius: 4px 0px 0px 4px;
  border: solid 1px #cccccc;
  width: 298px;
  height: 42px;
  margin-right: -5px;
  outline: none;
  padding-left: 19px;
  font-size: 16px;
  color: #b3b3b3;
}
.pro .pro-cen .pro-cen-rt .pro-cen-search form input:nth-child(2) {
  width: 50px;
  height: 42px;
  background-color: #464646;
  border-radius: 0px 4px 4px 0px;
  background-image: url(../images/sousuo.png);
  background-position: center;
  background-repeat: no-repeat;
}
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next,
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next1 {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next .pro-next,
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next1 .pro-next,
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next .pro-next1,
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next1 .pro-next1 {
  position: relative;
  margin-top: 0;
  background: none;
  opacity: 1;
  border: none;
  outline: none;
}
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next .pro-next:after,
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next1 .pro-next:after,
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next .pro-next1:after,
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next1 .pro-next1:after {
  position: absolute;
  content: '';
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../images/next.png) no-repeat;
  background-size: 100%;
}
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next .pro-prev,
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next1 .pro-prev,
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next .pro-prev1,
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next1 .pro-prev1 {
  position: relative;
  margin-top: 0;
  background: none;
  opacity: 1;
  border: none;
  outline: none;
}
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next .pro-prev:after,
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next1 .pro-prev:after,
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next .pro-prev1:after,
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next1 .pro-prev1:after {
  position: absolute;
  content: '';
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../images/prev.png) no-repeat;
  background-size: 100%;
}
.pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next1 {
  display: none;
}
.pro .pro-cen .pro-cen-rt .pro-cen-con .pro-swiper,
.pro .pro-cen .pro-cen-rt .pro-cen-con .pro-swiper1 {
  width: 100%;
  margin-top: 16px;
}
.pro .pro-cen .pro-cen-rt .pro-cen-con .pro-swiper .swiper-wrapper .swiper-slide,
.pro .pro-cen .pro-cen-rt .pro-cen-con .pro-swiper1 .swiper-wrapper .swiper-slide {
  margin-bottom: 11px;
}
.pro .pro-cen .pro-cen-rt .pro-cen-con .pro-swiper .swiper-wrapper .swiper-slide .pro-thumb,
.pro .pro-cen .pro-cen-rt .pro-cen-con .pro-swiper1 .swiper-wrapper .swiper-slide .pro-thumb {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 248px;
  max-height: 248px;
  display: block;
}
.pro .pro-cen .pro-cen-rt .pro-cen-con .pro-swiper .swiper-wrapper .swiper-slide .pro-tit,
.pro .pro-cen .pro-cen-rt .pro-cen-con .pro-swiper1 .swiper-wrapper .swiper-slide .pro-tit {
  font-size: 16px;
  color: #1a1a1a;
  display: block;
  text-align: center;
  transition: all 0.5s;
  background-color: #ffffff;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.04);
  padding: 7px 0;
}
.pro .pro-cen .pro-cen-rt .pro-cen-con .pro-swiper .swiper-wrapper .swiper-slide .pro-tit:hover,
.pro .pro-cen .pro-cen-rt .pro-cen-con .pro-swiper1 .swiper-wrapper .swiper-slide .pro-tit:hover {
  background-color: #0a9718;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.04);
  color: #fff;
}
.pro .pro-cen .pro-cen-rt .pro-cen-con .pro-swiper1 {
  display: none;
}
.advantage {
  max-width: 1420px;
  margin: 0 auto;
}
.advantage .advantage-con {
  margin-top: 33px;
}
.advantage .advantage-con ul li {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.advantage .advantage-con ul li .advan-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 297px;
  max-height: 297px;
  width: 49.4%;
}
.advantage .advantage-con ul li .advantage-cont {
  display: flex;
  align-items: flex-start;
  padding-left: 24px;
  width: 50.6%;
  position: relative;
}
.advantage .advantage-con ul li .advantage-cont h3 {
  font-size: 56px;
  color: #0a9718;
  border: solid 1px #0d981a;
  margin-bottom: 0;
  padding: 23px 29.7px;
}
.advantage .advantage-con ul li .advantage-cont div {
  padding-left: 28px;
  position: relative;
  top: 45%;
  transform: translateY(-50%);
}
.advantage .advantage-con ul li .advantage-cont div .advan-po {
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.advantage .advantage-con ul li .advantage-cont div p:nth-chidl(2) {
  font-size: 12px;
  color: #808080;
  margin-top: -5px;
}
.advantage .advantage-con ul li .advantage-cont div ul {
  margin-top: 17px;
}
.advantage .advantage-con ul li .advantage-cont div ul p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  display: block;
  margin-bottom: 7px;
  padding-left: 17px;
  position: relative;
  margin-top: 0;
}
.advantage .advantage-con ul li .advantage-cont div ul p::before {
  position: absolute;
  left: 0;
  top: 11px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #999999;
  border-radius: 100%;
}
.advantage .advantage-con ul li .advantage-cont::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 300px;
  height: 1px;
  background-color: #0a9718;
}
.advantage .advantage-con ul li:nth-child(2n) {
  flex-direction: row-reverse;
  margin-top: 60px;
}
.advantage .advantage-con ul li:nth-child(2n) .advantage-cont {
  padding-left: 0;
}
.advantage .advantage-con ul li:nth-child(2n) .advan-thumb {
  margin-left: 27px;
}
.advantage .advantage-con ul li:nth-child(2n) .advantage-cont::after {
  left: 0;
}
.ad-van-tit {
  text-align: center;
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  padding-top: 80px;
}
.ad-van-tit span {
  color: #0a9718;
}
.ad-van-lan {
  font-size: 16px;
  text-align: center;
  color: #808080;
  position: relative;
  padding-bottom: 12px;
}
.ad-van-lan::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: #0a9718;
}
.rvideo {
  background-image: url(../images/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding-bottom: 60px;
  margin-top: 80px;
}
.rvideo .ad-van-tit,
.rvideo .ad-van-lan {
  color: #fff;
}
.rvideo .ad-van-lan::after {
  background: #fff;
}
.rvideo .rvideo-con {
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
  margin-top: 34px;
}
.rvideo .rvideo-con .video-swiper,
.rvideo .rvideo-con .video-swiper1 {
  max-width: 1288px;
  margin: 0 auto;
  padding-bottom: 33px;
}
.rvideo .rvideo-con .video-swiper .swiper-wrapper .swiper-slide,
.rvideo .rvideo-con .video-swiper1 .swiper-wrapper .swiper-slide {
  color: #fff;
  position: relative;
}
.rvideo .rvideo-con .video-swiper .swiper-wrapper .swiper-slide .video-thumb,
.rvideo .rvideo-con .video-swiper1 .swiper-wrapper .swiper-slide .video-thumb {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 516px;
  max-height: 516px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rvideo .rvideo-con .video-swiper .swiper-wrapper .swiper-slide .video-thumb img,
.rvideo .rvideo-con .video-swiper1 .swiper-wrapper .swiper-slide .video-thumb img {
  cursor: pointer;
}
.rvideo .rvideo-con .video-swiper .swiper-wrapper .swiper-slide a,
.rvideo .rvideo-con .video-swiper1 .swiper-wrapper .swiper-slide a {
  position: absolute;
  width: 91%;
  padding: 9px 0;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  transition: all 0.5s;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.rvideo .rvideo-con .video-swiper .swiper-wrapper .swiper-slide a:hover,
.rvideo .rvideo-con .video-swiper1 .swiper-wrapper .swiper-slide a:hover {
  background: #0a9718;
  color: #fff;
  font-weight: bold;
}
.rvideo .rvideo-con .video-swiper1 {
  display: none;
}
.rvideo .rvideo-con .video-prev,
.rvideo .rvideo-con .video-prev1 {
  left: 0;
  z-index: 4;
  width: 34px;
  height: 54px;
  background: none;
}
.rvideo .rvideo-con .video-prev::after,
.rvideo .rvideo-con .video-prev1::after {
  content: '';
  width: 34px;
  height: 54px;
  background: url(../images/left.png) no-repeat;
}
.rvideo .rvideo-con .video-next,
.rvideo .rvideo-con .video-next1 {
  right: 0;
  z-index: 4;
  width: 34px;
  height: 54px;
  background: none;
}
.rvideo .rvideo-con .video-next::after,
.rvideo .rvideo-con .video-next1::after {
  content: '';
  width: 34px;
  height: 54px;
  background: url(../images/right.png) no-repeat;
}
.rvideo .rvideo-con .video-prev1,
.rvideo .rvideo-con .video-next1 {
  display: none;
}
.video-c .video-items {
  display: none;
}
.video-c .video-items .video-con {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.video-c .video-items .video-con .video-close {
  position: absolute;
  right: 60px;
  top: 110px;
  cursor: pointer;
  text-align: center;
}
.video-c .video-items .video-con .video-close p {
  color: #fff;
}
.video-c .video-items .video-con .video-close img {
  max-width: 30px;
}
.video-c .video-items .video-con video {
  max-width: 28%;
  max-height: 700px;
}
.about {
  max-width: 1420px;
  margin: 0 auto;
}
.about .about-con {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  padding-top: 33px;
  max-width: 1261px;
  margin: 0 auto;
}
.about .about-thumb {
  background-image: url(../images/about.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 200px;
  max-height: 200px;
  margin-top: 35px;
}
.about ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.about ul li {
  border-radius: 4px;
  border: solid 2px #e5e5e5;
  width: 16.95%;
  padding-top: 42px;
  padding-bottom: 42px;
  transition: all 0.5s;
}
.about ul li p:nth-child(1) {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.5s;
}
.about ul li p:nth-child(2) {
  font-size: 20px;
  color: #333333;
  text-align: center;
  padding-top: 16px;
}
.about ul li:hover {
  background-color: #0a9718;
  border: solid 2px #0a9718;
}
.about ul li:hover p:nth-child(2) {
  color: #fff;
}
.about ul li:nth-child(1) p:nth-child(1) {
  background: url(../images/a1.png) no-repeat;
}
.about ul li:nth-child(2) p:nth-child(1) {
  background: url(../images/a2.png) no-repeat;
}
.about ul li:nth-child(3) p:nth-child(1) {
  background: url(../images/a3.png) no-repeat;
}
.about ul li:nth-child(4) p:nth-child(1) {
  background: url(../images/a4.png) no-repeat;
}
.about ul li:nth-child(5) p:nth-child(1) {
  background: url(../images/a5.png) no-repeat;
}
.about ul li:nth-child(1):hover p:nth-child(1) {
  background: url(../images/a11.png) no-repeat;
}
.about ul li:nth-child(2):hover p:nth-child(1) {
  background: url(../images/a22.png) no-repeat;
}
.about ul li:nth-child(3):hover p:nth-child(1) {
  background: url(../images/a33.png) no-repeat;
}
.about ul li:nth-child(4):hover p:nth-child(1) {
  background: url(../images/a44.png) no-repeat;
}
.about ul li:nth-child(5):hover p:nth-child(1) {
  background: url(../images/a55.png) no-repeat;
}
.news {
  background-color: #fafafa;
  margin-top: 80px;
  padding-bottom: 90px;
}
.news .ad-van-tit {
  margin-top: 0;
}
.news .news-cen {
  max-width: 1420px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.news .news-cen .news-cen-lf {
  display: flex;
  width: 59.55%;
}
.news .news-cen .news-cen-lf .news-items {
  width: 48.5%;
  background-color: #ffffff;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.08);
}
.news .news-cen .news-cen-lf .news-items .news-thumb {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 290px;
  max-height: 290px;
  display: block;
}
.news .news-cen .news-cen-lf .news-items div {
  padding: 24px 24px 38px 24px;
}
.news .news-cen .news-cen-lf .news-items div .news-tit {
  font-size: 18px;
  color: #333333;
  transition: all 0.5s;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.news .news-cen .news-cen-lf .news-items div .news-desc {
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.news .news-cen .news-cen-lf .news-items div p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #999999;
  transition: all 0.5s;
  margin-top: 23px;
}
.news .news-cen .news-cen-lf .news-items div p a {
  font-size: 14px;
  color: #999999;
  border-radius: 4px;
  border: solid 1px #cccccc;
  padding: 0px 21px;
  transition: all 0.5s;
}
.news .news-cen .news-cen-lf .news-items:nth-child(1) {
  margin-right: 20px;
}
.news .news-cen .news-cen-lf .news-items:hover div .news-tit {
  color: #0a9718;
}
.news .news-cen .news-cen-lf .news-items:hover div p a {
  background: #0a9718;
  color: #fff;
}
.news .news-cen .news-cen-lf .news-items:hover div p {
  color: #0a9718;
}
.news .news-cen .news-cen-rt {
  width: 38.05%;
}
.news .news-cen .news-cen-rt ul li {
  display: flex;
}
.news .news-cen .news-cen-rt ul li:nth-child(1),.news .news-cen .news-cen-rt ul li:nth-child(2){
    display: none;
}
.news .news-cen .news-cen-rt ul li .news-date {
  padding-right: 19px;
  padding-top: 46px;
}
.news .news-cen .news-cen-rt ul li .news-date h3 {
  font-size: 36px;
  color: #999999;
  transition: all 0.5s;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}
.news .news-cen .news-cen-rt ul li .news-date P {
  font-size: 20px;
  color: #999999;
  text-align: right;
  white-space: nowrap;
  margin-top: -9px;
}
.news .news-cen .news-cen-rt ul li .news-detail {
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 46px 0 46px 18px;
  transition: all 0.5s;
}
.news .news-cen .news-cen-rt ul li .news-detail a:nth-child(1) {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  transition: all 0.5s;
  position: relative;
}
.news .news-cen .news-cen-rt ul li .news-detail a:nth-child(1)::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 4px;
  height: 0px;
  background-color: #0a9718;
  transition: height 0.5s;
}
.news .news-cen .news-cen-rt ul li .news-detail a:nth-child(2) {
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  transition: all 0.5s;
  margin-top: 17px;
}
.news .news-cen .news-cen-rt li:nth-child(3) .news-detail,
.news .news-cen .news-cen-rt li:nth-child(3) .news-date {
  padding-top: 0;
}
.news .news-cen .news-cen-rt li:last-child .news-detail {
  padding-bottom: 0;
  border-bottom: none;
}
.news .news-cen .news-cen-rt li:hover .news-date h3 {
  color: #0a9718;
}
.news .news-cen .news-cen-rt li:hover .news-detail a:nth-child(1),
.news .news-cen .news-cen-rt li:hover .news-detail a:nth-child(2) {
  padding-left: 18px;
}
.news .news-cen .news-cen-rt li:hover .news-detail a:nth-child(1)::before {
  height: 24px;
}
.foot {
  background: #272727;
}
.foot .foot-tp {
  max-width: 1420px;
  margin: 0 auto;
  padding: 52px 0 24px 0;
  display: flex;
  justify-content: space-between;
}
.foot .foot-tp .foot-tp-lf {
  position: relative;
  width: 28%;
}
.foot .foot-tp .foot-tp-lf p {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 2px;
  position: relative;
}
.foot .foot-tp .foot-tp-lf p::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.foot .foot-tp .foot-tp-lf ul {
  margin-top: 21px;
}
.foot .foot-tp .foot-tp-lf ul li {
  font-size: 14px;
  color: #e6e6e6;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.foot .foot-tp .foot-tp-lf ul li img {
  margin-right: 13px;
}
.foot .foot-tp .foot-tp-lf::after,
.foot .foot-tp .foot-tp-ct::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 170px;
  background-color: #ffffff;
  opacity: 0.1;
}
.foot .foot-tp .foot-tp-ct {
  position: relative;
}
.foot .foot-tp .foot-tp-ct p {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 2px;
  position: relative;
}
.foot .foot-tp .foot-tp-ct p::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.foot .foot-tp .foot-tp-ct ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 64%;
}
.foot .foot-tp .foot-tp-ct ul li {
  width: 50%;
  margin-bottom: 10px;
}
.foot .foot-tp .foot-tp-ct ul li a {
  font-size: 14px;
  color: #cccccc;
  transition: all 0.5s;
  position: relative;
  padding-left: 19px;
}
.foot .foot-tp .foot-tp-ct ul li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 6px;
  height: 8px;
  background: url(../images/sjx.png) no-repeat;
  background-size: 100%;
}
.foot .foot-tp .foot-tp-ct ul li a:hover {
  color: #0a9718;
}
.foot .foot-tp .foot-tp-rt {
  text-align: center;
  font-size: 14px;
  color: #cccccc;
  display: flex;
}
.foot .foot-tp .foot-tp-rt div:nth-child(1){
    margin-right: 30px;
}
.foot .foot-tp .foot-tp-rt img {
  display: block;
  margin-bottom: 10px;
}
.foot .foot-bt {
  text-align: center;
  color: #cccccc;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0;
}
.foot .foot-bt a {
  color: #ccc;
}
.p-ban {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 260px;
  max-height: 260px;
}
.p-ban div {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.p-ban div p:nth-child(1) {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
}
.p-ban div p:nth-child(2) {
  font-size: 18px;
  color: #ffffff;
  margin-top: -12px;
}
.p-nav {
  background-color: #ffffff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.03);
  padding: 18px 0;
}
.p-nav div {
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
}
.p-nav div a {
  font-size: 13px;
  color: #999999;
  transition: all 0.5s;
}
.p-nav div img{
  margin-right: 7px;
}
.p-nav div a:hover {
  color: #0a9718;
}
.p-pro {
  background: #fff;
  margin-top: 50px;
}
.p-pro .pro-cen-lf {
  margin-top: 0 !important;
  width: 19.2% !important;
}
.p-pro .pro-cen-lf div h3 {
  padding-top: 47px !important;
}
.p-pro .pro-cen .pro-cen-lf div {
  border-radius: 0;
}
.p-pro .pro-cen .pro-cen-lf ul li {
  background-color: #e6e6e6;
  padding:17px 19px;
}
.p-pro .pro-cen .pro-cen-rt .pro-cen-search {
  margin-top: 0;
}
.p-pro .pro-cen .pro-cen-rt h5 span{
  color: #0a9718;
}
.p-pro .pro-cen .pro-cen-rt {
  width: 76.7%;
}
.p-pro .pro-cen .pro-cen-rt .p-cont {
  margin-top: 13px;
}
.p-pro .pro-cen .pro-cen-rt .p-cont .row .p-items {
  margin-top: 40px;
}
.p-pro .pro-cen .pro-cen-rt .p-cont .row .p-items .p-thumb {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 220px;
  max-height: 220px;
  display: block;
}
.p-pro .pro-cen .pro-cen-rt .p-cont .row .p-items .p-tit {
  display: block;
  font-size: 18px;
  color: #333333;
  text-align: center;
  transition: all 0.5s;
  background-color: #f5f5f5;
  padding: 11px 0;
}
.p-pro .pro-cen .pro-cen-rt .p-cont .row .p-items .p-tit:hover {
  background: #0a9718;
  color: #fff;
}
.p-page {
  margin: 0 auto;
  margin-top: 28px;
  max-width: 1420px;
}
.p-page ul {
  display: flex !important;
  justify-content: flex-end !important;
}
.p-page ul li {
  margin-left: 13px !important;
}
.p-page ul li a {
  font-size: 14px !important;
  color: #999999 !important;
  border-radius: 4px !important;
  border: solid 1px #bfbfbf !important;
  display: block !important;
  padding: 1px 11.25px !important;
  transition: all 0.5s !important;
  background: none !important;
  box-shadow: none !important;
}
.p-page ul li .active{
  border: solid 1px #0a9718 !important;
  color: #0a9718 !important;
}
.p-page ul li a:hover {
  border: solid 1px #0a9718 !important;
  color: #0a9718 !important;
}
.p-d-con {
  max-width: 1420px;
  margin: 0 auto;
  margin-top: 60px;
}
.p-d-con .p-d-thumb {
  background-color: #f5f5f5;
  padding: 40px 0;
}
.p-d-con .p-d-thumb .p-d-thumb-cen {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-d-con .p-d-thumb .p-d-thumb-cen .p-d-shuffling {
  position: relative;
  width: 53%;
}
.p-d-con .p-d-thumb .p-d-thumb-cen .p-d-shuffling .pd-swiper {
  width: 85.4%;
}
.p-d-con .p-d-thumb .p-d-thumb-cen .p-d-shuffling .pd-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 370px;
  max-height: 370px;
}
.p-d-con .p-d-thumb .p-d-thumb-cen .p-d-shuffling .pd-next {
  margin-top: 0;
  right: 0;
  transform: translateY(-50%);
  background: none;
  opacity: 1;
  border: none;
  outline: none;
  z-index: 5;
}
.p-d-con .p-d-thumb .p-d-thumb-cen .p-d-shuffling .pd-next:after {
  color: #0a9718;
  font-size: 40px;
}
.p-d-con .p-d-thumb .p-d-thumb-cen .p-d-shuffling .pd-prev {
  margin-top: 0;
  left: 0;
  transform: translateY(-50%);
  background: none;
  opacity: 1;
  border: none;
  outline: none;
  z-index: 5;
}
.p-d-con .p-d-thumb .p-d-thumb-cen .p-d-shuffling .pd-prev:after {
  color: #bfbfbf;
  font-size: 40px;
}
.p-d-con .p-d-thumb .p-d-thumb-cen .p-d-rt {
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
  width: 45.2%;
  padding: 49px 60px;
}
.p-d-con .p-d-thumb .p-d-thumb-cen .p-d-rt h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-bottom: 30px;
}
.p-d-con .p-d-thumb .p-d-thumb-cen .p-d-rt h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 219px;
  height: 1px;
  background-color: #0a9718;
}
.p-d-con .p-d-thumb .p-d-thumb-cen .p-d-rt ul {
  margin-top: 24px;
}
.p-d-con .p-d-thumb .p-d-thumb-cen .p-d-rt ul li {
  font-size: 16px;
  color: #333333;
  margin-bottom: 6px;
}
.p-d-con .p-d-thumb .p-d-thumb-cen .p-d-rt .p-d-tel {
  font-size: 20px;
  color: #0a9718;
  font-weight: bold;
  margin-top: 7px;
}
.p-d-cont {
  max-width: 1420px;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 70px;
}
.p-d-cont .title {
  font-size: 18px;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #0a9718;
}
.p-d-cont div {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  margin-top: 33px;
}
.a-con {
  max-width: 1200px;
  margin: 0 auto;
  padding: 57px 0;
}
.a-con h2 {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.a-con .a-lan {
  font-size: 18px;
  color: #808080;
  text-align: center;
  margin-top: -4px;
}
.a-con div {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-top: 35px;
  margin-bottom: 45px;
}
.a-con ul {
  display: flex;
  justify-content: center;
}
.a-con ul li {
  width: 50%;
  /*border-right: 1px solid #ccc;*/
}
.a-con ul li:last-child {
  text-align: right;
}
.c-con {
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  margin-top: 79px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
}
.c-con .c-con-lf {
  width: calc(100%/2);
}
.c-con .c-con-lf #map {
  height: 456px;
}
.c-con .c-con-lf #map img {
  max-width: inherit;
}
.c-con .c-con-rt {
  width: calc(100%/2);
  background: #fafafa;
  padding: 55px 90px;
}
.c-con .c-con-rt h4 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.c-con .c-con-rt .c-lan {
  font-size: 14px;
  color: #333333;
  margin-top: -7px;
  position: relative;
  padding-bottom: 29px;
}
.c-con .c-con-rt .c-lan:nth-child(2){
    padding-bottom: 10px;
}
.c-con .c-con-rt .c-lan:nth-child(4)::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #0a9718;
}
.c-con .c-con-rt ul {
  margin-top: 29px;
}
.c-con .c-con-rt ul p {
  font-size: 16px;
  color: #333333;
  margin-top: 6px;
}
.c-message {
  max-width: 1420px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 70px;
}
.c-message form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-message form input {
  width: 49.2%;
  border: none;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #333333;
  padding: 32px 39px;
  margin-top: 30px;
  outline: none;
}
.c-message form input:nth-child(3) {
  width: 100%;
}
.c-message form input:nth-child(5) {
  background-color: #0a9718;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  width: 166px;
  height: 40px;
  padding: 0;
  margin: 0 auto;
  margin-top: 43px;
  transition: all 0.5s;
}
.c-message form input:nth-child(5):hover {
  box-shadow: 1px 1px 10px #0a9718;
}
.c-message form textarea {
  width: 100%;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #333333;
  padding: 31px 39px;
  margin-top: 30px;
  resize: none;
  height: 196px;
  outline: none;
}
.v-con {
  max-width: 1420px;
  margin: 80px auto;
  margin-top: 0px;
  margin-bottom: 40px;
}
.v-con .v-cont {
  display: flex;
  flex-wrap: wrap;
  margin-left: -29px;
  margin-right: -29px;
}
.v-con .v-cont .v-items {
  padding: 0 29px;
  width: 19.9%;
  margin-top: 62px;
}
.v-con .v-cont .v-items .v-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 412px;
  max-height: 412px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.v-con .v-cont .v-items .v-thumb img {
  cursor: pointer;
}
.v-con .v-cont .v-items p {
  font-size: 18px;
  padding: 9.5px 0;
  color: #333333;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.03);
  transition: all 0.5s;
  cursor: pointer;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.v-con .v-cont .v-items p:hover {
  background: #0a9718;
  color: #fff;
}
.v-content .v-content-items {
  display: none;
}
.v-content .v-content-items .v-content-con {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.v-content .v-content-items .v-content-con .v-detail {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 24%;
  margin: 0 auto;
}
.v-content .v-content-items .v-content-con .v-detail video {
  max-width: 100%;
  max-height: 706px;
}
.v-content .v-content-items .v-content-con .v-detail p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  background: #fff;
  width: 100%;
  padding: 14.5px 0;
  cursor: default;
}
.v-content .v-content-items .v-content-con .video-con .video-close {
  position: absolute;
  right: 60px;
  top: 110px;
  cursor: pointer;
  text-align: center;
}
.v-content .v-content-items .v-content-con .video-con img {
  max-width: 30px;
}
.v-content .v-content-items .v-content-con .video-con P {
  color: #fff;
  background: none !important;
  padding-top: 0;
  text-align: justify;
  letter-spacing: 1px;
  font-size: 16px;
}
.v-page {
  margin-bottom: 100px;
}
.n-con {
  max-width: 1420px;
  margin: 0 auto;
  margin-top: 83px;
  padding-bottom: 80px;
}
.n-con .n-items {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  justify-content: space-between;
  transition: all 0.5s;
}
.n-con .n-items .n-thumb {
  display: block;
  width: 29.85%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 196px;
  max-height: 196px;
}
.n-con .n-items .n-item-lf {
  display: flex;
  width: 77%;
  align-items: center;
}
.n-con .n-items .n-detail {
  padding-left: 33px;
  width: 70.05%;
}
.n-con .n-items .n-detail a:nth-child(1) {
  font-size: 18px;
  color: #333333;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.n-con .n-items .n-detail a:nth-child(2) {
  font-size: 16px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  line-height: 26px;
  margin-top: 13px;
}
.n-con .n-items .n-detail p {
  font-size: 17px;
  color: #808080;
  margin-top: 40px;
}
.n-con .n-items .n-date {
  padding-left: 50px;
  position: relative;
}
.n-con .n-items .n-date a {
  display: block;
}
.n-con .n-items .n-date a:nth-child(1) {
  font-size: 30px;
  color: #999999;
  transition: all 0.5s;
}
.n-con .n-items .n-date a:nth-child(2) {
  margin-top: 20px;
}
.n-con .n-items .n-date a:nth-child(2) img:nth-child(2) {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.n-con .n-items .n-date a:nth-child(2) img {
  transition: all 0.5s;
}
.n-con .n-items .n-date::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 136px;
  background-color: #cccccc;
}
.n-con .n-items:hover {
  transform: translateY(-5px);
}
.n-con .n-items:hover .n-detail a:nth-child(1),
.n-con .n-items:hover .n-date a:nth-child(1) {
  color: #0a9718;
}
.n-con .n-items:hover .n-date a:nth-child(2) img:nth-child(2) {
  display: block;
  opacity: 1;
  visibility: visible;
}
.n-con .n-items:hover .n-date a:nth-child(2) img:nth-child(1) {
  display: none;
}
.n-content {
  max-width: 1420px;
  margin: 0 auto;
  padding: 80px 0;
}
.n-content .n-content-tit {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.n-content .n-content-date {
  font-size: 16px;
  text-align: center;
  color: #808080;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
}
.n-content div {
  font-family: MicrosoftYaHeiLight;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  padding: 40px 0;
  border-bottom: 1px solid #e6e6e6;
}
.n-content ul {
  margin-top: 11px;
}
.n-content ul li {
  font-family: MicrosoftYaHeiLight;
  font-size: 16px;
  color: #333333;
}
.n-content ul li a {
  font-family: MicrosoftYaHeiLight;
  font-size: 16px;
  color: #333333;
  transition: all 0.5s;
}
@media (max-width: 1365px) {
  .pro .pro-cens,
  .advantage,
  .p-d-con,
  .n-con,
  .about,
  .p-page,
  .news .news-cen,
  .foot .foot-tp,
  .foot .foot-bt,
  .rvideo .rvideo-con,
  .p-nav div,
  .pro .pro-cen,
  .p-d-cont,
  .head .head-cen,
  .v-con,
  .n-con,
  .n-content,
  .c-con,
  .c-message {
    max-width: 96%;
  }
  .v-con {
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .pro .pro-cen .pro-cen-rt {
    width: 76.3%;
  }
  .pro .pro-cen .pro-cen-lf {
    width: 21.35%;
  }
  .about ul li {
    width: 18.95%;
  }
  .p-ban div,
  .a-con {
    max-width: 96%;
  }
  .v-con .v-cont .v-items {
    padding: 0 7px;
    width: 25%;
  }
  .v-page {
    margin-bottom: 39px;
  }
  .v-con .v-cont {
    margin-left: -7px;
    margin-right: -7px;
  }
  .c-con .c-con-rt {
    padding: 39px 82px;
  }
}
@media (max-width: 991px) {
  .banner {
    margin-top: 0;
  }
  .rvideo .rvideo-con .video-swiper1 .swiper-wrapper .swiper-slide .video-thumb{
      height: 281px;
      max-height: 281px;
  }
  .v-content .v-content-items .v-content-con .v-detail{
    max-width: 35%;
  }
  .v-content .v-content-items .v-content-con .video-con .video-close{
    top: 60px;
  }
  .video-c .video-items .video-con video{
    max-width: 54%;
    max-height: 653px;
  }
  .head .head-cen .head-cen-rt {
    display: none;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide {
    height: 480px;
    max-height: 480px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide div {
    width: 57.5%;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide div img {
    max-width: 80%;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide div img:nth-child(2) {
    margin-top: 23px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide div img:nth-child(3) {
    margin-top: 20px;
  }
  .pro .pro-cen {
    display: block;
  }
  .pro .pro-cen .pro-cen-lf {
    width: 100%;
    margin-top: -21px;
    position: relative;
  }
  .pro .pro-cen .pro-cen-rt {
    width: 100%;
  }
  .pro .pro-cen .pro-cen-lf div h3 {
    padding-top: 20px;
  }
  .pro .pro-cen .pro-cen-lf div {
    padding-bottom: 20px;
  }
  .pro .pro-cen .pro-cen-lf ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pro .pro-cen .pro-cen-lf ul li {
    width: calc(100%/3);
    position: relative;
  }
  .pro .pro-cen .pro-cen-lf ul li ul,
  .pr-active ul,
  .pro .pro-cen .pro-cen-lf ul li p img,
  .pr-active p a::before {
    display: none !important;
  }
  .pr-active {
    background: #fff !important;
  }
  .pr-active p a {
    font-weight: inherit !important;
    padding-left: 0px !important;
  }
  .pro .pro-cen .pro-cen-lf ul li p {
    justify-content: center;
  }
  .pro .pro-cen .pro-cen-rt .pro-cen-search {
    margin-top: 35px;
  }
  .ad-van-tit {
    padding-top: 40px;
  }
  .advantage .advantage-con ul li .advantage-cont h3 {
    padding: 8px 14.7px;
  }
  .advantage .advantage-con ul li .advantage-cont div ul p {
    line-height: 22px;
  }
  .advantage .advantage-con ul li .advantage-cont div ul {
    margin-top: 6px;
  }
  .advantage .advantage-con ul li .advan-thumb {
    height: 216px;
    max-height: 216px;
  }
  .pro .pro-cen .pro-cen-rt .pro-cen-con .pro-swiper .swiper-wrapper .swiper-slide .pro-thumb {
    height: 172px;
    max-height: 172px;
  }
  .about ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about ul li {
    width: 31%;
    margin-right: 15px;
    margin-bottom: 25px;
  }
  .about ul li:nth-child(3n),
  .about ul li:last-child {
    margin-right: 0;
  }
  .news {
    margin-top: 23px;
  }
  .news .news-cen {
    display: block;
  }
  .news .news-cen .news-cen-lf {
    width: 100%;
  }
  .news .news-cen .news-cen-lf .news-items .news-thumb {
    height: 226px;
  }
  .news .news-cen .news-cen-lf .news-items div p {
    margin-top: 7px;
  }
  .news .news-cen .news-cen-lf .news-items div {
    padding: 13px;
  }
  .news .news-cen .news-cen-rt {
    width: 100%;
    margin-top: 15px;
  }
  .a-con {
    padding: 45px 0;
  }
  .a-con div {
    margin-top: 12px;
  }
  .pro .pro-cen .pro-cen-lf {
    width: 100% !important;
  }
  .p-pro {
    margin-top: 39px;
  }
  .p-pro .pro-cen .pro-cen-lf ul .pr-active {
    background: #e6e6e6 !important;
  }
  .p-pro .pro-cen .pro-cen-rt .p-cont .row .p-items {
    margin-top: 19px;
  }
  .p-pro .pro-cen .pro-cen-rt .p-cont .row .p-items .p-thumb {
    max-height: 172px;
  }
  .p-d-con .p-d-thumb .p-d-thumb-cen {
    display: block;
  }
  .p-d-con .p-d-thumb .p-d-thumb-cen .p-d-shuffling,
  .p-d-con .p-d-thumb .p-d-thumb-cen .p-d-rt {
    width: 100%;
  }
  .v-con .v-cont .v-items {
    width: 33.3%;
  }
  .n-con {
    margin-top: 40px;
    padding-bottom: 38px;
  }
  .n-con .n-items .n-detail a:nth-child(2) {
    margin-top: 4px;
  }
  .n-con .n-items .n-detail p {
    margin-top: 9px;
  }
  .n-con .n-items .n-thumb {
    height: 131px;
    max-height: 131px;
  }
  .n-con .n-items {
    margin-bottom: 27px;
  }
  .n-content {
    padding: 40px 0;
  }
  .c-con {
    display: block;
    margin-top: 33px;
  }
  .c-con .c-con-lf,
  .c-con .c-con-rt {
    width: 100%;
  }
  .c-message {
    margin-top: 7px;
  }
  .head .head-cen .head-cen-lf {
    width: 62%;
    top: 0;
  }
  .head {
    padding: 8px 0;
  }
  .head .head-cen .mb-ico {
    display: block;
    width: 34px;
  }
  .head .head-cen {
    align-items: center;
  }
  .p-pro .pro-cen .pro-cen-rt h5{
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .banner .ban-swiper .swiper-wrapper .swiper-slide {
    height: 365px;
    max-height: 365px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide div {
    width: 84.5%;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide div img:nth-child(3) {
    margin-top: 14px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide div img:nth-child(2) {
    margin-top: 17px;
  }
  .banner .ban-swiper .ban-pagination {
    bottom: 35px;
  }
  .pro .pro-cen .pro-cen-lf div h3 {
    font-size: 19px;
    padding-bottom: 12px;
    line-height: 28px;
    padding-top: 11px;
  }
  .banner .ban-swiper .swiper-wrapper .swiper-slide div {
    height: 263px;
    max-height: 263px;
  }
  .banner .ban-swiper .ban-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .pro .pro-cen .pro-cen-lf {
    margin-top: -34px;
  }
  .pro .pro-cen .pro-cen-lf ul li p a {
    font-size: 14px;
    white-space: nowrap;
  }
  .pro .pro-cen .pro-cen-lf ul li {
    width: calc(100%/3);
    position: relative;
    border-right: 1px solid #f5f5f5;
    padding: 5px 0;
  }
  .pro .pro-cen .pro-cen-lf div {
    padding-bottom: 9px;
  }
  .pro .pro-cen .pro-cen-rt .pro-cen-search {
    display: block;
    margin-top: 10px;
  }
  .pro .pro-cen .pro-cen-rt .pro-cen-search p {
    font-size: 15px;
  }
  .pro .pro-cen .pro-cen-rt .pro-cen-search form {
    margin-top: 10px;
    display: flex;
  }
  .pro .pro-cen .pro-cen-rt .pro-cen-search form input:nth-child(1) {
    width: 94%;
    height: 38px;
    padding-left: 9px;
    font-size: 14px;
  }
  .pro .pro-cen .pro-cen-rt .pro-cen-search form input:nth-child(2) {
    width: 13%;
    height: 38px;
  }
  .pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next {
    margin-top: 7px;
  }
  .ad-van-tit {
    font-size: 20px;
    padding-top: 24px;
    margin-bottom: 0;
  }
  .ad-van-lan {
    padding-bottom: 5px;
  }
  .advantage .advantage-con ul li {
    display: block;
  }
  .advantage .advantage-con ul li .advan-thumb {
    width: 100%;
  }
  .advantage .advantage-con ul li .advantage-cont {
    width: 100%;
    padding-left: 0;
    display: block;
    margin-top: 15px;
  }
  .advantage .advantage-con ul li .advantage-cont div {
    padding-left: 0px;
    position: relative;
    top: inherit;
    transform: inherit;
    text-align: center;
  }
  .advantage .advantage-con ul li .advan-thumb {
    height: 162px;
    max-height: 162px;
  }
  .advantage .advantage-con {
    margin-top: 19px;
  }
  .advantage .advantage-con ul li .advantage-cont h3 {
    font-size: 19px;
    width: fit-content;
    margin: 0 auto;
    padding: 3px 5.7px;
  }
  .advantage .advantage-con ul li .advantage-cont::after {
    display: none;
  }
  .advantage .advantage-con ul li .advantage-cont div .advan-po {
    font-size: 15px;
    margin-top: 5px;
  }
  .advantage .advantage-con ul li .advantage-cont div p:nth-child(2) {
    margin-top: -10px;
  }
  .advantage .advantage-con ul li .advantage-cont div ul p {
    margin-bottom: 4px;
    line-height: 19px;
    font-size: 14px;
  }
  .pro .pro-cen .pro-cen-rt .pro-cen-con .pro-swiper {
    margin-top: 5px;
  }
  .advantage .advantage-con ul li .advantage-cont div ul p::before {
    top: 6px;
  }
  .advantage .advantage-con ul li .advantage-cont div ul {
    margin-top: 0px;
  }
  .advantage .advantage-con ul li:nth-child(2n) {
    margin-top: 16px;
  }
  .advantage .advantage-con ul li:nth-child(2n) .advan-thumb {
    margin-left: 0;
  }
  .rvideo {
    margin-top: 18px;
    padding-bottom: 22px;
  }
  .about .about-con {
    padding-top: 10px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }
  .about .about-thumb {
    height: 108px;
    max-height: 108px;
    margin-top: 11px;
  }
  .about ul li {
    width: 33%;
    padding-top: 14px;
    padding-bottom: 5px;
    margin-bottom: 12px;
  }
  .about ul li p:nth-child(2) {
    font-size: 14px;
    padding-top: 8px;
    line-height: 18px;
  }
  .about ul li p:nth-child(1) {
    width: 45px;
    height: 45px;
  }
  .about ul li:nth-child(1) p:nth-child(1),
  .about ul li:nth-child(2) p:nth-child(1),
  .about ul li:nth-child(3) p:nth-child(1),
  .about ul li:nth-child(4) p:nth-child(1),
  .about ul li:nth-child(5) p:nth-child(1) {
    background-size: 100% 100%;
  }
  .about ul li:nth-child(3n) {
    margin-right: 15px;
  }
  .about ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .about ul {
    margin-top: 19px;
  }
  .news {
    margin-top: 6px;
    padding-bottom: 27px;
  }
  .news .news-cen .news-cen-lf {
    display: block;
  }
  .news .news-cen .news-cen-lf .news-items {
    width: 100%;
    margin-right: 0px;
  }
  .news .news-cen {
    margin-top: 17px;
  }
  .news .news-cen .news-cen-lf .news-items .news-thumb {
    height: 176px;
  }
  .news .news-cen .news-cen-lf .news-items div .news-tit {
    font-size: 16px;
  }
  .news .news-cen .news-cen-lf .news-items div .news-desc {
    font-size: 14px;
    margin-top: -7px;
  }
  .news .news-cen .news-cen-lf .news-items div p {
    margin-top: 0;
  }
  .news .news-cen .news-cen-lf .news-items div p a {
    font-size: 12px;
    padding: 1px 9px;
  }
  .news .news-cen .news-cen-lf .news-items {
    margin-bottom: 15px;
  }
  .news .news-cen .news-cen-rt ul li .news-date h3 {
    font-size: 22px;
  }
  .news .news-cen .news-cen-rt ul li .news-date P {
    font-size: 14px;
    margin-top: -13px;
  }
  .news .news-cen .news-cen-rt ul li .news-detail a:nth-child(1) {
    font-size: 15px;
  }
  .news .news-cen .news-cen-rt ul li .news-detail a:nth-child(2) {
    font-size: 14px;
    line-height: 19px;
    margin-top: 0px;
  }
  .news .news-cen .news-cen-rt ul li .news-detail {
    padding: 13px 0 11px 18px;
  }
  .news .news-cen .news-cen-rt ul li .news-date {
    padding-top: 15px;
  }
  .foot .foot-tp {
    padding: 22px 0 7px 0;
    display: block;
  }
  .foot .foot-tp .foot-tp-lf {
    width: 100%;
  }
  .foot .foot-tp .foot-tp-ct {
    display: none;
  }
  .foot .foot-tp .foot-tp-rt img {
    display: block;
    margin-bottom: 10px;
    margin: 0 auto;
  }
  .foot .foot-bt {
    margin: 0 auto;
    line-height: 20px;
  }
  .p-ban {
    height: 191px;
    max-height: 191px;
  }
  .p-ban div p:nth-child(1) {
    font-size: 25px;
  }
  .p-ban div p:nth-child(2) {
    font-size: 16px;
    margin-top: -15px;
  }
  .p-nav {
    padding: 6px 0;
  }
  .a-con h2 {
    font-size: 17px;
  }
  .a-con .a-lan {
    font-size: 14px;
    margin-top: -9px;
  }
  .a-con {
    padding: 20px 0;
  }
  .a-con div {
    margin-top: 0;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 13px;
  }
  .p-pro .pro-cen-lf div h3 {
    padding-top: 12px !important;
  }
  .p-pro {
    margin-top: 17px !important;
  }
  .p-pro .pro-cen .pro-cen-rt .p-cont .row .p-items {
    margin-top: 15px;
    padding: 0 6px;
  }
  .p-pro .pro-cen .pro-cen-rt .p-cont .row {
    margin: 0 -6px;
  }
  .p-pro .pro-cen .pro-cen-rt .p-cont .row .p-items .p-thumb {
    height: 148px;
    max-height: 148px;
  }
  .p-pro .pro-cen .pro-cen-rt .p-cont .row .p-items .p-tit {
    font-size: 14px;
    padding: 3px 0;
  }
  .p-pro .pro-cen .pro-cen-rt .p-cont {
    margin-top: 3px;
  }
  .p-page {
    margin-top: 20px;
  }
  .p-page ul {
    justify-content: center !important;
  }
  .p-page ul li{
    margin-left: 1px !important;
  }
  .p-d-con {
    margin-top: 18px;
  }
  .p-d-con .p-d-thumb {
    padding: 19px 0;
  }
  .p-d-con .p-d-thumb .p-d-thumb-cen .p-d-shuffling .pd-swiper .swiper-wrapper .swiper-slide {
    height: 236px;
    max-height: 236px;
  }
  .p-d-con .p-d-thumb .p-d-thumb-cen .p-d-shuffling .pd-next:after,
  .p-d-con .p-d-thumb .p-d-thumb-cen .p-d-shuffling .pd-prev:after {
    font-size: 26px;
  }
  .p-d-con .p-d-thumb .p-d-thumb-cen .p-d-rt {
    padding: 17px 31px;
    margin-top: 11px;
  }
  .p-d-con .p-d-thumb .p-d-thumb-cen .p-d-rt h4 {
    font-size: 16px;
    padding-bottom: 9px;
  }
  .p-d-con .p-d-thumb .p-d-thumb-cen .p-d-rt ul li {
    font-size: 14px;
    margin-bottom: -4px;
  }
  .p-d-con .p-d-thumb .p-d-thumb-cen .p-d-rt ul {
    margin-top: 7px;
  }
  .p-d-con .p-d-thumb .p-d-thumb-cen .p-d-rt .p-d-tel {
    font-size: 17px;
    margin-top: 0px;
  }
  .p-d-cont {
    margin-top: 6px;
    padding-bottom: 20px;
  }
  .p-d-cont .title {
    font-size: 16px;
    padding-bottom: 1px;
  }
  .p-d-cont div {
    font-size: 14px;
    line-height: 24px;
    margin-top: 11px;
  }
  .v-con .v-cont .v-items {
    width: 50%;
    margin-top: 18px;
  }
  .v-con .v-cont .v-items .v-thumb {
    height: 336px;
    max-height: 336px;
  }
  .v-con {
    margin-top: 0;
  }
  .v-con .v-cont .v-items p,
  .v-content .v-content-items .v-content-con .v-detail p {
    font-size: 14px;
    padding: 3.5px 0;
  }
  .v-content .v-content-items .v-content-con .v-detail {
    max-width:71%;
  }
  .v-content .v-content-items .v-content-con .video-con .video-close,
  .video-c .video-items .video-con .video-close {
    right: 19px;
  }
  .video-c .video-items .video-con video {
    max-width: 67%;
  }
  .n-con {
    margin-top: 28px;
  }
  .n-con .n-items .n-date {
    display: none;
  }
  .n-con .n-items .n-detail a:nth-child(1) {
    font-size: 15px;
  }
  .n-con .n-items .n-detail a:nth-child(2) {
    font-size: 14px;
    line-height: 19px;
    margin-top: 0;
  }
  .n-con .n-items .n-detail {
    padding-left: 17px;
    width: 72.05%;
  }
  .n-con .n-items {
    margin-bottom: 15px;
  }
  .n-con .n-items .n-detail p {
    font-size: 14px;
    margin-top: 2px;
  }
  .n-con .n-items .n-thumb {
    width: 28.85%;
    height: 99px;
  }
  .n-con .n-items .n-item-lf {
    width: 100%;
  }
  .n-content {
    padding: 13px 0;
  }
  .n-content .n-content-tit {
    font-size: 16px;
  }
  .n-content .n-content-date {
    font-size: 15px;
    margin-top: -8px;
    padding-bottom: 3px;
  }
  .n-content div {
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0;
  }
  .n-content ul li a,
  .n-content ul li {
    font-size: 14px;
  }
  .c-con {
    margin-top: 15px;
  }
  .c-con .c-con-lf #map {
    height: 257px;
  }
  .c-con .c-con-rt {
    padding: 19px;
  }
  .c-con .c-con-rt h4 {
    font-size: 17px;
  }
  .c-con .c-con-rt .c-lan {
    padding-bottom: 6px;
    line-height: 21px;
    margin-top: 0;
  }
  .c-con .c-con-rt ul li {
    font-size: 14px;
    color: #333333;
    margin-top: -3px;
  }
  .c-con .c-con-rt ul {
    margin-top: 16px;
  }
  .c-message form input {
    width: 100%;
    font-size: 14px;
    padding: 13px 10px;
    margin-top: 10px;
  }
  .c-message form textarea {
    font-size: 14px;
    padding: 13px 10px;
    margin-top: 10px;
  }
  .c-message form input:nth-child(5) {
    font-size: 14px;
    margin-top: 18px;
  }
  .c-message {
    margin-bottom: 37px;
  }
  .pro-swiper1 {
    display: block !important;
    margin-top: 7px !important;
  }
  .pro-swiper,
  .pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next {
    display: none !important;
  }
  .pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next1 {
    display: flex !important;
  }
  .pro .pro-cen .pro-cen-rt .pro-cen-con .pro-swiper1 .swiper-wrapper .swiper-slide .pro-thumb {
    height: 180px;
    max-height: 180px;
  }
  .pro .pro-cen .pro-cen-rt .pro-cen-con .pro-swiper1 .swiper-wrapper .swiper-slide .pro-tit {
    font-size: 14px;
    padding: 4px 0;
  }
  .pro .pro-cen .pro-cen-rt .pro-cen-con .proo-next1 {
    margin-top: 8px;
  }
  .pro {
    padding-bottom: 21px;
  }
  .video-swiper1,
  .video-prev1,
  .video-next1 {
    display: block !important;
  }
  .video-swiper {
    display: none;
  }
  .rvideo .rvideo-con .video-swiper1 .swiper-wrapper .swiper-slide .video-thumb {
    height: 273px;
    max-height: 273px;
  }
  .rvideo .rvideo-con .video-swiper1 .swiper-wrapper .swiper-slide a {
    font-size: 15px;
    padding: 4px 0;
    bottom: -17px;
  }
  .rvideo .rvideo-con {
    margin-top: 23px;
  }
  .p-pro .pro-cen .pro-cen-rt h5{
    font-size: 16px;
  }
  .v-content .v-content-items .v-content-con .video-con P{
    font-size: 14px;
  }
  .v-content .v-content-items .v-content-con .video-con .video-close{
    top: 44px;
  }
}
