﻿@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: #e50111;

}



.clear {

  overflow: hidden;

  clear: both;

  height: 0px;

}



.fl {

  float: left;

}



.fr {

  float: right;

}



.con {

  padding: 0 60px;

  margin: 0 auto;

}



.container {

  width: 1520px;

  margin: 0 auto;

  max-width: 94%;

}



.header {

  width: 100%;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 10;

  height: 100px;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

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

}



.header.on {

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

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)

}



.header .container {

  position: relative;

  width: 100%;

  padding: 0 60px;

  box-sizing: border-box;

  display: flex;

  justify-content: space-between;

  align-items: center;

  height: 100px;

}



.header .logo {

  float: left;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .logo img {

  height: 56px;

  display: block;

}



.header .logo .img2 {

  display: none

}



.header.on .logo .img1 {

  display: none

}



.header.on .logo .img2 {

  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.on .right ul li {

  color: #000;

  line-height: 71px;

}



.header .right {

  float: right;

  margin-left: 50px;

}



.header .right ul li {

  line-height: 90px;

  padding: 0 10px;

  float: left;

  font-size: 20px;

  color: #fff;

  position: relative;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header.on .right ul li {

  color: #000;

}



.header .right ul li i {

  font-size: 20px;

}



.header .right ul li a {

  color: #fff;

}



.header.on .right ul li a {

  color: #000;

}



.header .right ul li .w_x {

  position: absolute;

  width: 120px;

  left: 50%;

  margin-left: -60px;

  top: 90px;

  display: none;

}



.header .right ul li:hover .w_x {

  display: block;

}



.search {

  width: 100%;

  padding: 30px 5%;

  background-color: #f7f7f7;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 9;

  display: none;

  box-sizing: border-box;

}



.search .an_sj {

  width: 5%;

  line-height: 52px;

  color: #555;

  float: right;

  text-align: right;

}



.search input.w_z {

  width: 90%;

  height: 52px;

  border-radius: 0;

  font-size: 18px;

  line-height: 52px;

  color: #555;

  float: left;

  -webkit-appearance: none;

}



.search button.s_c {

  width: 5%;

  height: 52px;

  font-size: 18px;

  line-height: 52px;

  text-align: center;

  float: left;

  -webkit-appearance: none;

  font-weight: bold;

}



.search i {

  font-size: 18px;

}



.header .right .wx .e_j {

  position: absolute;

  width: 120px;

  left: 50%;

  margin-left: -60px;

  top: 80px;

  background: #fff;

  display: none

}



.header.on .right .wx .e_j {

  top: 71px;

}



.header .right .wx .e_j img {

  width: 100%;

  display: block;

}



.header .right .wx .e_j p {

  line-height: 1.8;

  color: #000;

  text-align: center;

  font-size: 14px;

}



.header .right .wx:hover .e_j {

  display: block;

}



.header .right .yy {

  position: relative;

}



.header .right .yy i {}



.header .right .yy .x_l {

  width: 100px;

  top: 80px;

  position: absolute;

  left: 50%;

  margin-left: -50px;

  background: #fff;

  line-height: 40px;

  display: none

}



.header.on .right .yy .x_l {

  top: 70px;

}



.header .right .yy .x_l a {

  color: #000;

  display: block;

  font-size: 14px;

  text-align: center;

}







.header .nav {

  float: right;

}



.header .nav i {

  font-size: 12px;

  color: #aaa;

  line-height: 54px;

  text-align: right;

  position: absolute;

  width: 50%;

  height: 54px;

  right: 0px;

  top: 50%;

  display: none;

  transform: translate(0, -50%);

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

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

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

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

}



.header .nav ul li {

  margin: 0 2px;

  line-height: 45px;

  float: left;

  position: relative;

  padding: 0 22px;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header.on .nav ul li {

  line-height: 45px;

}



.header .nav ul li a {

  display: block;

  font-size: 16px;

  color: #fff;

  text-transform: capitalize;

  letter-spacing: 2px;

}



.header.on .nav ul li a {

  color: #222;

}



.header .nav ul li span {

  width: 0;

  height: 2px;

  background-color: #e50111;

  position: absolute;

  left: 50%;

  bottom: 0;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

  transform: translate(-50%, 0);

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

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

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

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

}



.header .nav ul li:hover span {

  width: 100%;

}



.header .nav ul li.on span {

  width: 100%;

}



.nav .y_j {

  position: relative;

}



.nav .e_j {

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

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

  position: absolute;

  top: 45px;

  /* left: 50%;

  margin-left: -75px; */

  display: none;

  z-index: 9999;

}



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

.header .nav ul li .e_j a {

  display: block;

  font-size: 14px;

  color: #000;

  line-height: 40px;

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

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

}



.nav .e_j .ejy {

  position: relative

}



.nav .e_j .s_j {

  width: 150px;

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

  position: absolute;

  top: 0px;

  left: 150px;

  display: none;

  z-index: 9999;

}



.header .nav .e_j a:hover {

  background-color: #e50111;

  color: #fff;

}



@media (min-width:1024px) {



  .header .nav .e_j {

    display: none !important;

  }



  .header .nav ul li:hover .e_j {

    display: block !important;

  }



  .head_h {

    height: 68px;

    display: none

  }

}



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

  .head_h {

    height: 60px;

    display: block

  }



  .header {

    border: 0;

    height: 60px;

    background: rgba(25, 15, 7, 0.95);

    width: 100%

  }



  .header .container {

    padding: 0;

    height: 60px;

    width: 94%;

    display: block;

  }



  .header .logo {

    width: auto;

    margin: 10px auto;

  }



  .header.on .logo {

    width: auto;

    margin: 10px auto;

  }



  .header .logo img {

    height: 40px;

  }



  .header .right {

    margin-left: 0px;

    margin-right: 50px;

  }



  .header .right ul li {

    line-height: 60px;

    padding: 0 6px;

  }



  .search {

    padding: 10px 5%;

  }



  .header .right .yy .x_l {

    top: 60px;

  }



  .header .an {

    display: block;

    right: 10px;

  }



  .header .an span {

    background-color: #fff

  }



  .header.on .an span {

    background-color: #333;

  }



  .header.on .right ul li {

    line-height: 60px;

  }



  .header .nav ul {

    width: 100%;

  }



  .header.on .nav {

    width: 100%

  }



  .header .nav {

    width: 100%;

    padding: 15px 5%;

    background: rgba(25, 15, 7, 0.95);

    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;

    box-sizing: border-box;

  }



  .header .nav.on {

    right: 0;

  }



  .header.on .nav ul li a {

    font-size: 16px;

    color: #fff;

  }



  .header .nav i {

    display: block;

    font-size: 16px;

    color: #fff;

  }



  .header .nav ul li {

    line-height: 60px;

    text-align: left;

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

    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(255, 255, 255, 0.15);

    background: none;

    position: relative;

    display: none;

    top: auto;

    left: auto;

    margin: 0;

    padding-bottom: 10px;

  }



  .header .nav ul li .e_j a {

    color: #aaa;

    text-align: left;

    font-size: 14px;

  }



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

    color: #fff

  }



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

    color: #fff;

  }



  .header .nav ul li:hover span {

    width: 0;

  }



  .header .nav ul li.on span {

    width: 0;

  }

}



.banh {

  position: relative;

  height: 100vh;

  width: 100%;

}



.ban {

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  height: 100vh;

}



.banner {

  position: relative;

  overflow: hidden;

  height: 100vh;

}



.banner-slide {

  overflow: hidden;

}



.banner-slide::after {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

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

}



.banner-slide figure {

  display: block;

  line-height: 1;

  overflow: hidden;

  transform: scale(1.15, 1.15);

  transition: 1s linear 2s;

  height: 100vh;

}



.banner-slide figure img {

  display: block;

  position: relative;

  min-height: 100%;

  width: 100%;

  object-fit: cover;

}



.banner-slide.swiper-slide-active figure {

  transition: 6s linear;

  transform: scale(1);

  min-height: 100%;

}



.banner-slide.swiper-slide-active .bhide {

  visibility: visible;

  animation: letterL 2s;

  animation-fill-mode: forwards;

  animation-timing-function: ease-in-out;

  opacity: 1;

}



@keyframes letterL {

  0% {

    opacity: 0;

    color: #ffffff 0px 0px 40px;

  }



  60% {

    opacity: 1;

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

    color: #3380c3 0px 0px 0px;

  }



  100% {

    opacity: 1;

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

    color: #ffffff 0px 0px 0px;

  }

}



.bhide {

  visibility: hidden;

  transform: translateY(-100px);

  opacity: 0;

}



.btext {

  position: absolute;

  left: 12.5%;

  right: 12.5%;

  top: 50%;

  margin-top: -153px;

  z-index: 5;

}



.btext p {

  color: #ffffff;

  font-size: 20px;

  letter-spacing: 3px;

}



.btitle {

  display: inline-block;

  position: relative;

  padding-bottom: 35px;

  margin-bottom: 30px;

}



.btitle i {

  display: block;

  position: absolute;

  left: 0;

  right: 16px;

  bottom: 0;

  height: 1px;

}



.btitle i:before {

  position: absolute;

  left: 0;

  bottom: 0px;

  content: "";

  width: 33px;

  height: 2px;

  background: #fff;

}



.btitle h3 {

  color: #FFF;

  font-weight: 300;

  font-size: 30px;

  margin-bottom: 9px;

}



.btitle strong {

  display: block;

  color: #fff;

  font-weight: normal;

  font-size: 50px;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}



.btitle small {

  color: #FFF;

  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);

  font-size: 24px;

  letter-spacing: 1.8px;

  font-weight: 300;

  text-transform: capitalize;

  margin-bottom: 12px;

}



.btext .jd {

  width: 200px;

  height: 50px;

  line-height: 50px;

  text-align: center;

  background: #e50111;

  font-size: 18px;

  position: relative;

  visibility: hidden;

  transform: translateY(200px);

}



.btext .jd em {

  font-style: normal;

  font-size: 20px;

  margin-left: 10px;

}



.banner-slide.swiper-slide-active .btext .jd {

  visibility: visible;

  animation: letterL 2s;

  animation-fill-mode: forwards;

  animation-timing-function: ease-in-out;

}



.btext .jd a {

  position: relative;

  color: #fff;

  z-index: 3;

}



.btext .jd span {

  position: absolute;

  width: 0;

  height: 100%;

  left: 0;

  top: 0;

  background: #ac030f;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  z-index: 1;

}



.btext .jd:hover span {

  width: 100%;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.banner-prev {

  position: absolute;

  left: 12.5%;

  bottom: 22%;

  z-index: 10;

  height: 55px;

  overflow: hidden;

  background: none

}



.banner-prev i {

  font-size: 20px;

}



.banner-prev span {

  display: block;

  float: left;

  position: relative;

  z-index: 3;

  font-weight: bold;

  margin-right: 34px;

  width: 48px;

  height: 48px;

  font-size: 20px;

  color: #fff;

  text-align: center;

  line-height: 21px;

  cursor: pointer;

  transition: 0.4s;

  overflow: hidden;

  background: none;

  opacity: 0.5;

}



.banner-prev span:hover {

  color: #fff;

  opacity: 1;

}



.banner .swiper-pagination-bullet {

  width: 33.3333%;

  height: 50px;

  display: inline-block;

  position: relative;

  border-radius: 100%;

  border-radius: 0;

  opacity: 0.5;

  background: none;

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

  margin: 0 !important;

  color: #fff;

  line-height: 50px;

  font-size: 17px;

}



.banner .swiper-pagination-bullet::before {

  content: "";

  position: absolute;

  left: 0;

  bottom: -1px;

  width: 0;

  height: 2px;

  background: #fff;

}



.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {

  width: 100%;

  -webkit-transition: all 5s;

  -moz-transition: all 5s;

  -o-transition: all 5s;

  transition: all 5s;

}



.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {

  opacity: 1;

  background: none;

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

}



/*

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {

  opacity: 1;

  background: #007aff;

}

*/

.banner .swiper-pagination {

  bottom: 63px !important;

  width: 60% !important;

  left: 20% !important;

}



.godown span {

  -webkit-animation: fade 3s infinite linear;

  animation: fade 3s infinite linear;

}



@-webkit-keyframes fade {

  0% {

    opacity: 1;

  }



  50% {

    opacity: 0.3;

  }



  100% {

    opacity: 1;

  }

}



@keyframes fade {

  0% {

    opacity: 1;

  }



  50% {

    opacity: 0.3;

  }



  100% {

    opacity: 1;

  }

}



.godown {

  *display: none;

  position: absolute;

  left: 50%;

  bottom: 30px;

  z-index: 100;

  margin-left: -30px;

}



.godown span {

  display: block;

  width: 60px;

  height: 60px;

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

}



.godown {

  opacity: 1;

  animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;

  -webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;

  position: absolute;

  bottom: 30px;

  left: 50%;

  margin-left: -30px;

  border-radius: 100%;

  -webkit-border-radius: 100%;

  line-height: 60px;

  text-align: center;

  cursor: pointer;

  overflow: hidden;

  z-index: 999999;

  width: 60px;

}



.godown:hover {

  animation-play-state: paused;

  -webkit-animation-play-state: paused;

}



@keyframes arrow {



  %0,

  %100 {

    bottom: 10px;

    opacity: 1;

  }



  50% {

    bottom: 50px;

    opacity: .8

  }

}



@-webkit-keyframes arrow {



  %0,

  %100 {

    bottom: 10px;

    opacity: 1;

  }



  50% {

    bottom: 50px;

    opacity: .8

  }

}







.pc_ban {

  width: 100%;

  height: 100vh;

  position: relative;

  overflow: hidden;

}



.pc_ban .mb {

  width: 100%;

  height: 50px;

  display: block;

  position: absolute;

  left: 0;

  top: 0;

  text-align: center

}



.pc_ban .mb h1 {

  font-size: 46px;

  color: #fff;

  margin-bottom: 20px;

  text-align: center;

  margin-top: 18%;

}



.pc_ban a h4 {

  font-size: 16px;

  color: #eee;

  text-align: center;

  -webkit-transition: all 1s;

  -moz-transition: all 1s;

  -o-transition: all 1s;

  transition: all 1s;

  opacity: 0;

  -webkit-opacity: 0;

  -moz-opacity: 0;

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

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

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

}



.pc_ban .swiper-slide-active h1 {

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

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

  transform: translate3d(0, 0, 0);

  opacity: 1;

  -webkit-opacity: 1;

  -moz-opacity: 1;

}



.pc_ban .swiper-slide-active h4 {

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

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

  transform: translate3d(0, 0, 0);

  opacity: 1;

  -webkit-opacity: 1;

  -moz-opacity: 1;

}



.pc_ban .swiper-button-prev {

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

  width: 30px;

  height: 50px;

  margin-top: 0;

  left: 1%;

  background-size: 30px 50px;

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

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

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

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

}



.pc_ban .swiper-button-next {

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

  width: 30px;

  height: 50px;

  margin-top: 0;

  right: 1%;

  background-size: 30px 50px;

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

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

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

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

}



.video1 {

  width: 100%;

  height: 100vh;

  object-fit: cover !important;

  object-fit: fill;

  display: block;

  z-index: 1

}



.sy_about {

  padding: 80px 0;

  overflow: hidden;

  background: #fff;

  z-index: 9;

  position: relative;

  max-width: 2300px;

  margin: 0 auto;

}



.sy_about .fixLogo {

  position: absolute;

  width: 558px;

  right: 0;

  top: 50%;

  transform: translate(0, -50%);

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

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

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

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

  transition: all 0.8s ease;

}



.tit {

  margin-bottom: 50px;

  text-align: center

}



.tit h1 {

  font-size: 40px;

  color: #222;

  margin-bottom: 15px;

  position: relative;

  letter-spacing: 2px;

  font-weight: bold;

}



.tit h1::after {

  content: " ";

  position: absolute;

  left: 50%;

  bottom: -12px;

  width: 60px;

  margin-left: -30px;

  height: 3px;

  background: #e50111;

}



.tit h3 {

  font-size: 20px;

  color: #666;

  margin-top: 25px;

  text-transform: uppercase;

}



.sy_about .tit {

  text-align: left;

}



.sy_about .tit h1::after {

  left: 0%;

  margin-left: 0px;

}



.sy_about .t_p {

  width: 45%;

  float: left;

  padding: 0 0 32px 5%;

  background: url(../images/p13.png) left bottom no-repeat;

  background-size: 93% 91.58%;

  box-sizing: border-box;

}



.sy_about .t_p img {

  width: 100%;

}



.lbban {

  width: 100%;

  position: relative;

}



.lbban .swiper-slide {

  width: 100%;

  height: 450px;

}



.lbban .swiper-pagination {

  bottom: 20px !important;

}



.lbban .swiper-pagination-bullet {

  width: 10px;

  height: 10px;

  display: inline-block;

  border-radius: 0;

  opacity: 1;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

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

}



.lbban .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #fff;

  border: #fff 1px solid;

}



.lbban .swiper-slide .bg1 {

  position: absolute;

  height: 100%;

  overflow: hidden;

  width: 100%;

  left: 0px !important;

  top: 0px;

  z-index: 5;

}



.lbban .swiper-slide .bg1 img {

  display: block;

  width: 100%;

  min-height: 100%;

  height: auto;

  object-fit: cover;

  -webkit-transition: transform 7.6s linear;

  -moz-transition: transform 7.6s linear;

  -o-transition: transform 7.6s linear;

  -ms-transition: transform 7.6s linear;

  -webkit-transform: scale(1.2);

  -moz-transform: scale(1.2);

  -o-transform: scale(1.2);

  -ms-transform: scale(1.2);

}



.lbban .swiper-slide.swiper-slide-active .bg1 img {

  -webkit-transform: scale(1.0);

  -moz-transform: scale(1.0);

  -o-transform: scale(1.0);

  -ms-transform: scale(1.0);

  filter: alpha(opacity=100);

  -moz-opacity: 1;

  -khtml-opacity: 1;

  opacity: 1;

}



.lbban .swiper-slide .word {

  position: absolute;

  left: 5%;

  width: 90%;

  top: 30%;

  z-index: 10;

  text-align: center;

}



.lbban .swiper-slide .word.l1 h4 {

  text-align: left;

}



.lbban .swiper-slide .word.l1 h3 {

  text-align: left;

}



.lbban .swiper-slide .word h4 {

  display: block;

  font-size: 16px;

  color: #fff;

  margin-top: 15px;

  transform: translateY(20px);

  filter: alpha(opacity=0);

  /* IE */

  -moz-opacity: 0;

  /* 老版Mozilla */

  -khtml-opacity: 0;

  /* 老版Safari */

  opacity: 0;

  /* 支持opacity的浏览器*/

  transition: all .2s linear .4s;

  -webkit-transition: all .2s linear .4s;

  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);

}



.lbban .swiper-slide .word h3 {

  font-size: 30px;

  color: #fff;

  letter-spacing: 2px;

  line-height: 35px;

  font-weight: bold;

  margin: 15px 0 15px 0;

  transform: translateY(20px);

  filter: alpha(opacity=0);

  /* IE */

  -moz-opacity: 0;

  /* 老版Mozilla */

  -khtml-opacity: 0;

  /* 老版Safari */

  opacity: 0;

  /* 支持opacity的浏览器*/

  transition: all .2s linear .2s;

  -webkit-transition: all .2s linear .2s;

  text-shadow: 0 0 15px rgba(0, 0, 0, 0.35);

}





.lbban .swiper-slide .word a.xq {

  display: block;

  width: 160px;

  height: 40px;

  margin-top: 20px;

  font-size: 16px;

  background: #b5833f;

  color: #fff;

  box-sizing: border-box;

  padding: 0 30px;

  line-height: 40px;

  transform: translateY(20px);

  filter: alpha(opacity=0);

  /* IE */

  -moz-opacity: 0;

  /* 老版Mozilla */

  -khtml-opacity: 0;

  /* 老版Safari */

  opacity: 0;

  /* 支持opacity的浏览器*/

  transition: all .2s linear .6s;

  -webkit-transition: all .2s linear .6s;

  text-align: center;

}



.ban .swiper-slide .word.l1 a.xq {

  bottom: 0;

  left: 0%;

  margin-left: 0px;

}



.ban .swiper-slide .word a.xq:after {

  content: '';

  display: block;

  width: 15px;

  height: 14px;

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

  position: absolute;

  right: 30px;

  top: 50%;

  margin-top: -7px;

}



.lbban .swiper-slide .word a.xq:hover {

  background: #a26d25;

}



.lbban .swiper-slide.swiper-slide-active .word h4 {

  transform: translateY(0);

  filter: alpha(opacity=100);

  /* IE */

  -moz-opacity: 1;

  /* 老版Mozilla */

  -khtml-opacity: 1;

  /* 老版Safari */

  opacity: 1;

  /* 支持opacity的浏览器*/



}



.lbban .swiper-slide.swiper-slide-active .word h3 {

  transform: translateY(0);

  filter: alpha(opacity=100);

  /* IE */

  -moz-opacity: 1;

  /* 老版Mozilla */

  -khtml-opacity: 1;

  /* 老版Safari */

  opacity: 1;

  /* 支持opacity的浏览器*/

}



.lbban .swiper-slide.swiper-slide-active .word a.xq {

  transform: translateY(0);

  filter: alpha(opacity=100);

  /* IE */

  -moz-opacity: 1;

  /* 老版Mozilla */

  -khtml-opacity: 1;

  /* 老版Safari */

  opacity: 1;

  /* 支持opacity的浏览器*/

}



.sy_about .nr {

  font-size: 16px;

  color: #333;

  width: 50%;

  float: right;

}



.sy_about .nr h3 {

  font-size: 20px;

  color: #222;

  font-weight: bold;

  margin-bottom: 20px;

}



.sy_about .nr .text {

  margin-bottom: 10px;

  line-height: 38px

}



.sy_about .nr .more {

  width: 155px;

  margin-bottom: 30px;

  line-height: 36px;

  border: #e50111 1px solid;

  margin-top: 40px;

  position: relative;

}



.sy_about .nr .more a {

  font-size: 14px;

  color: #e50111;

  text-align: center;

  display: block;

  text-transform: uppercase;

  position: relative;

  z-index: 8;

}



.sy_about .nr .more span {

  width: 0;

  height: 100%;

  background-color: #e50111;

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

}



.sy_about .nr .more:hover span {

  width: 100%;

}



.sy_about .nr .more:hover a {

  color: #fff;

}



.sy_td {

  padding: 80px 0;

  overflow: hidden;

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

  position: relative;

  z-index: 9;

}



.sy_td ul {

  display: flex;

  justify-content: space-between;

  align-items: stretch;

  flex-wrap: wrap;

}



.sy_td ul li {

  width: 32%;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  display: flex;

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

  padding: 30px 25px;

  box-sizing: border-box;

  align-items: center;

  /* justify-content: center; */

  flex-direction: column;

}



.sy_td ul li .tu {

  text-align: center;

  width: 60px;

  margin-bottom: 20px;

}



.sy_td ul li .tu i {

  color: #fff;

  font-size: 50px;

}



.sy_td ul li .tu {

  width: 60px;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  text-align: center;

}



.sy_td ul li:hover .tu {

  -webkit-transform: rotateY(360deg);

  -moz-transform: rotateY(360deg);

  -o-transform: rotateY(360deg);

  -ms-transform: rotateY(360deg);

  transform: rotateY(360deg);

  opacity: 1;

}



.sy_td ul li .w_z {}



.sy_td ul li h3 {

  margin: 0px 0 15px 0;

  font-size: 20px;

  text-align: center;

  color: #fff;

  line-height: 26px;

  letter-spacing: 2px;

  font-weight: 200;
  min-height: 52px;

}



.sy_td ul li p {

  font-size: 16px;

  color: #fff;

  line-height: 1.5;

  letter-spacing: 1px;

  opacity: 0.7;

  font-weight: 100;

  line-height: 28px;
  min-height: 140px;

}



.sy_td ul li .more {

  margin: 50px auto 0;

  text-align: center;

  width: 110px;

  line-height: 32px;

  position: relative;

  color: #fff;

  letter-spacing: 2px;

  border: #fff 1px solid;

}



.sy_td ul li .more .po {

  position: relative;

  z-index: 9;

}



.sy_td ul li .more i {

  margin-left: 5px;

}



.sy_td ul li .more span {

  width: 0;

  height: 100%;

  background: #e50111;

  position: absolute;

  left: 0;

  bottom: 0;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}



.sy_td ul li:hover .more span {

  width: 100%;

}



.sy_td ul li:hover .more {

  border: #e50111 1px solid;

}



.sy_td ul li:hover {

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  transform: translateY(-5px);

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

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

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

}



.sy_al {

  padding: 80px 0;

  background: #fff;

  position: relative;

  z-index: 9;

  background: #f5f5f5;

}



.sy_al ul {

  display: flex;

  flex-wrap: wrap;

}



.sy_al ul li {

  width: calc(25% - 30px);

  margin: 0 15px;

  height: 290px;

  transition: box-shadow .5s ease;

  position: relative;

  overflow: hidden;

  margin-bottom: 30px;

}



.sy_al ul li img {

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  transition: all .5s;

}



.sy_al 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_al ul li .mb {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  background: rgba(25, 15, 7, 0.3);

  z-index: 2

}



.sy_al ul li .w_z {

  bottom: 32px;

  left: 31px;

  position: absolute;

  z-index: 3;

  right: 31px;

}



.sy_al ul li .w_z h3 {

  font-size: 20px;

  color: #fff;

  letter-spacing: 2px;

}



.sy_al ul li .w_z p {

  font-size: 14px;

  line-height: 24px;

  margin: 6px 0 25px;

  letter-spacing: 1px;

  display: -webkit-box;

  overflow: hidden;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

  height: 24px;

  color: #fff;

  opacity: 0.7;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.sy_al ul li .w_z .more {

  text-align: center;

  width: 110px;

  line-height: 32px;

  position: relative;

  color: #fff;

  letter-spacing: 2px;

  border: #fff 1px solid;

}



.sy_al ul li .more a {

  color: #fff;

  position: relative;

  z-index: 9;

}



.sy_al ul li .more i {

  margin-left: 5px;

}



.sy_al ul li .more span {

  width: 0;

  height: 100%;

  background: #e50111;

  position: absolute;

  left: 0;

  bottom: 0;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  z-index: 1;

}



.sy_al ul li:hover .more span {

  width: 100%;

}



.sy_al ul li:hover .w_z p {

  opacity: 1;

  display: -webkit-box;

  overflow: hidden;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  height: 72px;

}



.sy_xw {

  padding: 70px 0 40px;

}



.sy_xw ul {

  display: flex;

  justify-content: flex-start;

  align-items: stretch;

  flex-wrap: wrap;

}



.sy_xw ul li {

  width: 23%;

  margin: 0 1% 60px;

}



.sy_xw ul li .t_p {

  overflow: hidden;

  height: 210px;

}



.sy_xw ul li .t_p img {

  width: 100%;

  display: block;

  transition: all .5s;

  height: 100%;

  object-fit: cover;

}



.sy_xw ul li:hover .t_p 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);

}



.sy_xw ul li .w_z {

  margin-top: 30px;

}



.sy_xw ul li .w_z span {

  color: #bb1b22;

  font-size: 16px;

}



.sy_xw ul li .b_t {

  line-height: 1.7;

  font-size: 20px;

  color: #222;

  margin-top: 15px;

}



.sy_xw ul li:hover .b_t {

  color: #e50111;

  text-decoration: underline;

}





.sy_hzhb {

  padding: 70px 0;

  text-align: center;

  background: #f5f5f5;

}



.sy_hzhb ul {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

}



.sy_hzhb ul li {

  width: 13.28%;

  height: 100px;

  display: inline-block;

  border: #eee 1px solid;

  margin: 0 0.5% 1%;

  transition: all 0.3s;



  -wbkit-transition: all 0.3s;



  -o-transition: all 0.3s;



  -moz-transition: all 0.3s;

}



.sy_hzhb ul li img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}



.sy_hzhb ul li:hover {

  box-shadow: 0 0 10px #ccc;

  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;

}











/*index-contact*/



.index-contact {



  min-width: 1200px;



  padding: 45px 0;



  background-image: url(../images/contact.jpg);



  background-repeat: no-repeat;



  background-size: cover;



  background-attachment: fixed;



  background-position: center top;



  position: relative;



}



.index-contact .cover {



  position: absolute;



  top: 0;



  bottom: 0;



  left: 0;



  right: 0;



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



  z-index: 1;



}



.index-contact .s {



  position: relative;



  padding: 0 120px;



  z-index: 100;



}



.index-contact h6 {



  font-size: 30px;



  color: #fff;



  line-height: 40px;



}



.index-contact p {



  line-height: 50px;



  font-size: 18px;



  color: #eee;



}



.index-contact .btn {



  position: absolute;



  top: 50%;



  right: 120px;



  display: block;



  width: 200px;



  margin-top: -25px;



  text-align: center;



  border-radius: 3px;



}



.index-contact .btn a {



  display: block;



  height: 48px;



  line-height: 48px;



  font-size: 18px;



  color: #fff;

  background: #e50111;



}



.index-contact .btn:hover a {

  background: rgba(155, 4, 12, 1)

}



/* start footer */



.footer_bg {

  background: #231815;

  width: 100%;

  padding: 35px 0 0;

  position: relative;

  z-index: 8;

}



.footer {

  margin: 0 auto;

}



.footer .zuo3 {

  float: left;

}



.footer .zuo3 ul {

  display: flex;

  justify-content: space-between;

}



.footer .zuo3 ul li {

  float: left;

  text-align: left;

  padding-right: 90px;

}



.footer .zuo3 ul li.lx {

  width: 360px;

  padding-right: 0;

}



.footer .zuo3 ul li .tit {

  margin-bottom: 0;

  overflow: hidden;

}



.footer .zuo3 ul li .tit a {

  font-size: 16px;

  font-weight: bold;

  color: #fff;

  line-height: 36px;

  display: block;

  text-align: left

}



.footer .zuo3 ul li .line {

  margin-bottom: 20px;

  height: 2px;

  margin-top: 10px

}



.footer .zuo3 ul li .line span {

  width: 15px;

  height: 1px;

  background: #e50111;

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

  display: block;

  line-height: 30px;

  font-size: 15px;

  color: #fff;

  opacity: 0.8;

}



.footer .zuo3 ul li a:hover {

  color: #fff;

  opacity: 1;

}



.dzwz {

  color: #fff;

  font-size: 14px;

}



.dzwz p {

  line-height: 24px;

  color: #fff;

  font-size: 14px;

  opacity: 0.8;

  -webkit-opacity: 0.8;

  -moz-opacity: 0.8;

  margin-bottom: 10px;

}



.dzwz p i {

  font-size: 18px;

  margin-right: 6px;

  color: #e50111;

}



.footer .you3 {

  width: 120px;

  float: right;

}



.footer .you3 .weixin {

  width: 120px;

  padding-top: 20px;

  float: right;

  line-height: 30px;

  color: #fff;

  text-align: center

}



.footer .you3 .dian {

  width: 230px;

  float: left;

}



.footer .you3 .dian h2 {

  font-size: 20px;

  line-height: 50px;

  color: #fff;

  padding-top: 20px;

}



.footer .you3 .dian p {

  line-height: 30px;

  font-size: 14px;

  color: #fff;

  text-align: left

}



.footer_btm {

  margin: 30px auto 0;

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

  width: 100%;

  line-height: 70px;

}



.copy {}



.copy p {

  font-size: 14px;

  text-transform: uppercase;

  color: #fff;

}



.copy p a {

  color: #ffffff;

  -webkit-transition: 0.9s;

  -moz-transition: 0.9s;

  -o-transition: 0.9s;

  transition: 0.9s;

}







.nban_h {

  height: 60vh;

}



.nban .w_z {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

}



.nban .w_z h4 {

  display: block;

  font-size: 20px;

  color: #fff;

  margin-top: 15px;

  text-transform: uppercase;

  letter-spacing: 3px;

  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);

}



.nban .w_z h3 {

  font-size: 35px;

  color: #fff;

  letter-spacing: 2px;

  line-height: 35px;

  font-weight: bold;

  margin: 15px 0 15px 0;

  text-shadow: 0 0 15px rgba(0, 0, 0, 0.35);

}



.nban {

  position: fixed !important;

  height: 60vh;

  width: 100%;

  top: 0;

  left: 0;

}



.nban img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.wzxx {

  float: left;

  line-height: 40px;

  font-size: 16px;

  color: #333;

}



.wzxx a {

  font-size: 16px;

  color: #333;

}



.ntit {

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

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

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

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

  color: #fff

}



.content {

  position: relative;

  z-index: 5;

  background: #fff;

}



.flex_c {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.sy_about.n .tit {

  text-align: center;

}



.sy_about.n .tit h1::after {

  left: 50%;

  margin-left: -30px;

}



.ny_jj {

  padding: 60px 0;

  background: #f5f5f5;

}



.ny_jj .container {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.ny_jj .w_z {

  width: 48%;

}



.ny_jj .w_z .text {

  font-size: 16px;

  color: #333;

  line-height: 38px;

}



.ny_jj .right {

  width: 45%;

  position: relative;

}



.swiper-jz {

  margin: 0 auto;

  padding-bottom: 30px;

}



.swiper-jz .swiper-slide {

  position: relative;

}



.swiper-jz .swiper-slide .t_p {

  overflow: hidden;

  position: relative;

  padding-top: 140%;

}



.swiper-jz .swiper-slide img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  left: 0;

  top: 0;

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

}



.ny_jj .swiper-pagination-bullet {

  background: #ccc;

  opacity: 1;

}



.ny_jj .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #e50111

}



.ny_jj .swiper-button-prev {

  width: 34px;

  height: 34px;

  line-height: 34px;

  text-align: center;

  left: -40px;

  font-size: 24px;

  margin-top: -17px;

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

  border-radius: 28px;

}



.ny_jj .swiper-button-prev i {

  font-size: 20px;

  color: #333;

}



.ny_jj .swiper-button-prev:hover i {

  color: #053192;

}



.ny_jj .swiper-button-next {

  width: 34px;

  height: 34px;

  margin-top: -20px;

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

  border-radius: 28px;

  right: -40px;

  line-height: 34px;

  text-align: center;

}



.ny_jj .swiper-button-next i {

  font-size: 20px;

  color: #333;

}



.ny_jj .swiper-button-next:hover i {

  color: #053192;

}



.ny_jj3 {

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

  position: relative;

  padding: 110px 0;

}



.ny_jj3 ul {

  display: flex;

  justify-content: space-between;

  align-items: stretch;

  flex-wrap: wrap;

}



.ny_jj3 li {

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

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

  float: left;

  width: 32%;

  color: #fff;

  padding-top: 1px;

  box-sizing: border-box;

  text-align: center;

  padding: 50px 30px;

  border-radius: 10px;

  position: relative;

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

  margin-bottom: 20px;

}



.ny_jj3 li h3 {

  font-size: 24px;

  color: #fff;

  margin-bottom: 20px;

  font-weight: bold;
  min-height: 56px;

}



.ny_jj3 li p {

  font-size: 16px;

  color: #fff;

  line-height: 1.8;

  text-align: left;

}



.product-number-info {



  position: relative;

  padding: 110px 0;

  width: 100%;

  margin: 10px auto 0;

  background: url(../images/sjbj.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;

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

  float: left;

  width: 32%;

  color: #fff;

  padding-top: 1px;

  box-sizing: border-box;

  text-align: center;

  height: 220px;

  border-radius: 10px;

  position: relative;

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

}



.product-number-info li .t_b {

  width: 60px;

  margin: 35px auto 0px;

}



.product-number-info li .t_b img {

  width: 100%;

}



.product-number-info li b {

  font-size: 46px;

  font-weight: bold;

  color: #fff;

  line-height: 1;

  display: inline-block;

  position: relative;

  margin: 15px 0 10px;

}



.product-number-info li h3 {

  font-size: 20px;

  color: #333;

  letter-spacing: 1px;

}



.product-number-info li p {

  font-size: 16px;

  color: #fff;

}



.product-number-info li b i {

  font-style: normal;

}



.product-number-info li b sup {

  position: absolute;

  font-size: 35px;

  right: -25px;

  top: -3px;

}





.product-number-info li b em {

  font-style: normal;

  font-size: 28px;

  font-weight: 100;

  padding-left: 2px;

  position: relative;

  top: -4px;

}



.ny_ptjs {

  padding: 50px 0;

}



.ny_ptjs ul {}



.ny_ptjs ul li {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 50px;

}



.ny_ptjs ul li:nth-child(2n) {

  background: #f6f6f6;

}



.ny_ptjs ul li .t_p {

  width: 45%;

  position: relative;

  padding-top: 26%;

}



.ny_ptjs ul li .t_p img {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.ny_ptjs ul li .w_z {

  width: 52%;

  padding: 0 30px;

}



.ny_ptjs ul li .w_z h3 {

  font-size: 24px;

  color: #111;

  margin-bottom: 30px;

  position: relative;

}



.ny_ptjs ul li .w_z h3::after {

  width: 50px;

  height: 2px;

  position: absolute;

  left: 0;

  bottom: -8px;

  content: "";

  background: #e50111;

}



.ny_ptjs ul li .w_z .text {

  font-size: 16px;

  line-height: 1.8;

  color: #333;

}



.ny_ptjs ul li .w_z .more {

  height: 46px;

  line-height: 46px;

  background: #e50111;

  display: inline-block;

  padding: 0 20px;

  position: relative;

  min-width: 160px;

  text-align: center;

  margin-top: 30px;

}



.ny_ptjs ul li .w_z .more a {

  color: #fff;

  font-size: 16px;

  position: relative;

  z-index: 5;

}



.ny_ptjs ul li .w_z .more i {

  font-size: 20px;

  margin-left: 5px;

}



.ny_ptjs ul li .w_z .more span {

  width: 0;

  height: 100%;

  left: 0;

  top: 0;

  position: absolute;

  background: #c10512;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.ny_ptjs ul li .w_z .more:hover span {

  width: 100%;

}









/*新闻*/

.newslist {

  padding: 40px 0 60px;

  margin: 0px auto 0;

}



.newslist li {

  width: 100%;

  padding: 30px 0;

  border-bottom: 1px solid #eaeaea;

}



.newslist li a {

  display: block;

  position: relative;

  padding-left: 410px;

  height: 210px;

  overflow: hidden;

  padding-right: 170px;

}



.newslist li .pic {

  position: absolute;

  left: 30px;

  top: 0;

  z-index: 1;

  width: 340px;

  height: 100%;

  overflow: hidden;

}



.newslist li .pic img {

  width: 100%;

  height: 100%;

}



.newslist li h3 {

  font-size: 20px;

  color: #222;

  font-weight: bold;

  line-height: 40px;

  height: 40px;

  overflow: hidden;

  padding: 0px 0 10px 0;

}



.newslist li .txt {

  color: #333;

  line-height: 28px;

  overflow: hidden;

  height: 84px;

  margin-top: 12px;

  text-align: justify;

  font-size: 14px;

}



.newslist li .info {

  font-size: 14px;

  color: #999;

  line-height: 20px;

  margin-top: 30px;

}



.newslist li .info span {

  display: inline-block;

  padding-left: 22px;

  margin-right: 20px;

}



span.clock {

  background: url('../images/clock.png') left no-repeat;

}



span.click {

  background: url('../images/click.png') left no-repeat;

}



.newslist li label {

  display: block;

  width: 38px;

  height: 38px;

  position: relative;

  background: #fff url('../images/jia1.png') center no-repeat;

  border: 1px solid #a3722e;

  position: absolute;

  right: 30px;

  top: 76px;

  z-index: 1;

  cursor: pointer;

}



.newslist li:hover h3 {

  color: #e50111;

}



.newslist li:hover {

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

}



.newslist li:hover label {

  background-color: #e50111;

  border-color: #e50111;

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

}



.newslist h3,

.newslist li,

.newslist label {

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  -ms-transition: 0.5s;

  -o-transition: 0.5s;

  transition: 0.5s;

}



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

  .newslist li a {

    padding-right: 100px;

  }

}



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

  .newslist li a {

    padding-right: 30px;

  }



  .newslist li label {

    display: none;

  }



  .newslist li .txt {

    height: 96px;

  }



  .newslist li .info {

    margin-top: 20px;

  }

}



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

  .newslist li .txt {

    height: 120px;

    margin-top: 0;

  }



  .newslist li .info {

    display: none;

  }

}



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

  .newslist li a {

    padding-left: 312px;

    padding-right: 20px;

    height: 168px;

  }



  .newslist li .pic {

    left: 20px;

    width: 272px;

  }



  .newslist li h3 {

    font-size: 30px;

    line-height: 48px;

    height: 48px;

    padding-top: 0;

  }



  .newslist li .txt {

    line-height: 36px;

    height: 108px;

  }

}



.page {

  padding: 25px 0;

  overflow: hidden;

  text-align: center;

}



.page a {

  width: 34px;

  height: 34px;

  display: inline-block;

  margin: 0 5px;

  border-radius: 50%;

  line-height: 33px;

  text-align: center;

  font-size: 16px;

  color: #333;

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

}



.page a:hover {

  background: #e50111;

  color: #fff;

}



.page a.on {

  background: #e50111;

  color: #fff;

}



.sy_cjwt {

  padding: 60px 0;

  overflow: hidden;

}



.subNavBox {

  border-bottom: 0;

}



.subNav {

  cursor: pointer;

  font-weight: bold;

  font-size: 20px;

  color: #222;

  line-height: 70px;

  padding: 0 30px;

  background: #f5f5f5 url(../images/jiantou1.png) right center / 30px no-repeat;

  border-bottom: 1px solid #e7e7e7;

  margin-bottom: 10px;

  border-radius: 6px;

}



.subNav:hover {

  color: #e40112;

}



.currentDd {

  color: #e40112

}



.currentDt {

  background: #fff url(../images/jiantou.png) right center / 30px no-repeat;

}



.navContent {

  display: none;

}



.navContent li {

  line-height: 1.8;

  color: #444;

  padding: 20px;

  font-size: 18px;

}



/*办事处*/

.ny_lx {

  padding: 60px 0;

}



.ny_lx ul {

  display: flex;

  align-items: stretch;

  flex-wrap: wrap

}



.ny_lx ul li {

  width: 31.3333%;

  margin: 1%;

}



.ny_lx ul li .t_p {

  width: 100%;

  padding-top: 60%;

  position: relative;

  overflow: hidden;

}



.ny_lx ul li .t_p img {

  width: 100%;

  height: 100%;

  position: absolute;

  object-fit: cover;

  left: 0;

  top: 0;

  display: block;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  z-index: 1;

}



.ny_lx ul li:hover .t_p 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_lx ul li .t_p .m_b {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  padding: 12px 20px;

  background: linear-gradient(0, rgba(0, 0, 0, 0.8), transparent 30%);

  display: flex;

  justify-content: flex-start;

  align-items: flex-end;

  font-size: 22px;

  color: #fff;

  z-index: 9;

}



.ny_lx ul li .w_z {

  padding: 20px 0;

  font-size: 16px;

  line-height: 26px;

  color: #222;

}



.ny_lx ul li .w_z p {

  margin-bottom: 12px;

  position: relative;

  padding-left: 26px;

}



.ny_lx ul li .w_z i {

  color: #e40112;

  font-size: 20px;

  position: absolute;

  left: 0;

  top: 0px;

}



.ny_pro {

  padding: 50px 0 60px;

  background: #fafafa;

}



.ny_pro ul li {

  width: 32%;

  float: left;

  margin: 0 2% 3% 0;

  background: #fff;

  position: relative;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  border: #eee 1px solid;

}



.ny_pro ul li:hover {

  -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);

  -o-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);

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

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



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

  margin-right: 0;

}



.ny_pro ul li .tp {

  overflow: hidden;

  position: relative;

  padding-top: 60%;

}



.ny_pro ul li img {

  width: 100%;

  display: block;

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  object-fit: cover;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.ny_pro 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_pro ul li .wenz {

  padding: 15px;

  border-top: #eee 1px solid;

}



.ny_pro ul li .wenz h3 {

  font-size: 18px;

  color: #333;

  line-height: 28px;

  font-weight: bold;

  margin-bottom: 15px;

}



.ny_pro ul li .wenz p {

  font-size: 16px;

  text-align: left;

  color: #555;

  line-height: 1.8;

  height: 58px;

}



.ny_pro ul li span {

  position: absolute;

  left: 0;

  bottom: 0;

  height: 3px;

  background: #e40112;

  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_pro 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_pro ul li:hover .wenz h3 {

  color: #e40112;

}



.ny_pro ul li:hover .wenz p {

  color: #e40112;

}









.sy_tzqy {

  padding: 50px 0;

  overflow: hidden

}



.sy_tzqy .bd ul li {

  width: 12.2%;

  margin: 1%;

  float: left;

  position: relative;

}



.sy_tzqy .bd ul li .y_j {

  border: #eee 1px solid;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  position: relative;

}



.sy_tzqy .bd ul li:hover .y_j {

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

  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_tzqy .bd ul li .mb {

  position: absolute;

  width: 100%;

  height: 100%;

  background: rgba(164, 115, 46, 0.9);

  opacity: 0;

  left: 0;

  top: 30px;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

}



.sy_tzqy .bd ul li .mb h3 {

  font-size: 16px;

  color: #fff;

  font-weight: bold;

  margin-bottom: 15px;

}



.sy_tzqy .bd ul li .mb p {

  font-size: 14px;

  color: #fff;

  border: #fff 1px solid;

  padding: 3px 10px;

}



.sy_tzqy .bd ul li .mb p i {

  margin-left: 10px;

}



.sy_tzqy .bd ul li:hover .mb {

  opacity: 1;

  top: 0;

}



.sy_tzqy .bd ul li img {

  width: 100%;

  display: block;

  object-fit: cover;

}





.lx_wm {

  padding: 50px 0 70px;

}



.lx_wm .d_t {

  margin-top: 50px;

}



.lx_wm .x_x {

  width: 45%;

  float: left;

}



.lx_wm .x_x .ewm {

  display: flex;

  align-items: center;

  justify-content: flex-start;

  margin-top: 40px;

}



.lx_wm .x_x .ewm img {

  width: 120px;

  float: left;

  margin-right: 17px;

}



.lx_wm .x_x .ewm .wz {

  float: left;

  font-size: 16px;

  color: #999;

  line-height: 1.8;

}



.lx_wm .l_y {

  width: 50%;

  float: right;

}



.lx_wm h3 {

  font-size: 24px;

  margin-bottom: 15px;

  color: #222;

  font-weight: bold;

}



.lx_wm h4 {

  font-size: 20px;

  line-height: 26px;

  color: #e40112;

  font-weight: bold;

  margin-bottom: 10px;

  margin-top: 25px;

}



.lx_wm h5 {

  font-size: 16px;

  line-height: 26px;

  color: #333;

  margin-bottom: 25px;

  margin-top: 25px;

}



.lx_wm em {

  width: 30px;

  height: 1px;

  background-color: #e40112;

  display: block;

  margin-bottom: 15px;

}



.lx_wm b {

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

  color: #e40112;

  padding-left: 5px;

  font-size: 20px !important;

}



.lx_wm p {

  font-size: 16px;

  line-height: 40px;

  color: #444;

  margin-bottom: 10px;

}



.lx_wm p i {

  padding-right: 15px;

  color: #e40112;

  font-size: 21px;

  vertical-align: middle;

}



.lx_wm input.w_z {

  width: 32%;

  float: left;

  height: 50px;

  font-size: 16px;

  line-height: 40px;

  margin-right: 2%;

  margin-bottom: 20px;

  border: 1px solid #e7e7e7;

  padding: 0 5px;

  box-sizing: border-box;

}



.lx_wm input.no {

  margin-right: 0;

}



.lx_wm input.a_n {

  width: 160px;

  height: 50px;

  background-color: #e40112;

  font-size: 14px;

  color: #fff;

  line-height: 40px;

}



.lx_wm textarea {

  width: 100%;

  height: 150px;

  padding: 5px;

  border: 1px solid #e7e7e7;

  outline: none;

  resize: none;

  font-size: 16px;

  line-height: 50px;

  margin-bottom: 20px;

  box-sizing: border-box;

}

.xxnr{line-height: 2; min-height: 400px;}

.xxnr p{font-size: 16px;}

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

.xxnr h1,

.xxnr h2,

.xxnr h3,

.xxnr h4,

.xxnr h5,

.xxnr h6 {

  /* 重置字体相关属性 */

  font-size: revert;

  /* 恢复字体大小为默认 */

  font-weight: revert;

  /* 恢复字体粗细为默认 */

  font-family: revert;

  /* 恢复字体族为默认 */



  /* 重置间距相关属性 */

  margin-top: revert;

  /* 恢复顶部外边距为默认 */

  margin-bottom: revert;

  /* 恢复底部外边距为默认 */

  padding: revert;

  /* 恢复内边距为默认 */



  /* 重置其他常见被修改的属性 */

  line-height: revert;

  /* 恢复行高为默认 */

  color: revert;

  /* 恢复文字颜色为默认 */

  text-align: revert;

  /* 恢复文本对齐为默认 */

  text-decoration: revert;

  /* 恢复文本装饰为默认 */



  /* 兜底：清除可能的自定义样式 */

  border: none;

  background: none;

  box-sizing: content-box;

}



.xxnr .list-paddingleft-2 {

  padding-left: 30px;

}



.xxnr .list-paddingleft-2 li {

  list-style: inherit;

}



.xxnr .list-paddingleft-2 li::marker {

  font-size: initial;

}

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

  .header .container {

    max-width: 100%;

  }



  .header .nav ul li {

    padding: 0 15px;

  }



  .header .right {

    margin-left: 0px;

  }



  .banner-prev {

    left: 5%;

    bottom: 22%;

  }



  .con {

    padding: 0 30px;

  }



  .btext {

    left: 5%;

    right: 5%;

  }



  .sy_about .nr h3 {

    margin-bottom: 0px;

    font-size: 18px;

  }



  .tit {

    margin-bottom: 30px;

  }



  .sy_about .nr .text {

    line-height: 28px;

  }



  .lbban .swiper-slide {

    height: 400px;

  }



  .sy_al ul li {

    height: 320px;

  }



  .sy_al ul li .w_z {

    bottom: 20px;

    left: 20px;

    right: 20px;

  }



  .sy_al ul li .w_z p {

    margin: 10px 0 15px;

  }



  .gallery-top .swiper-slide h1.l2 {

    width: 1000px;

  }



  .sy_td ul li p {

    font-size: 14px;

    line-height: 24px;
    min-height: auto;

  }



  .sy_td ul li .more {

    margin: 30px auto 0;

  }



  .footer .zuo3 ul li {

    padding-right: 50px;

  }



  .sy_xw ul li .b_t {

    font-size: 18px;

  }



}



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

  .banh {

    height: calc(22rem - 60px);

  }



  .ban {

    height: 22rem;

  }



  .banner {

    height: 22rem;

  }



  .banner-slide figure {

    height: 22rem;

  }



  .btitle strong {

    font-size: 30px;

  }



  .btitle small {

    font-size: 16px;

  }



  .banner .swiper-pagination {

    bottom: 13px !important;

  }



  .btext {

    left: 5%;

    right: 5%;

    top: 50%;

    margin-top: auto;

    transform: translate(0, -50%);

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

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

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

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

    z-index: 5;

  }



  .banner-prev {

    display: none;

  }



  .btext .jd {

    width: 160px;

    height: 40px;

    line-height: 40px;

    font-size: 16px;

  }



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

  }



  .sy_about {

    padding: 35px 0;

  }



  .tit h1 {

    font-size: 28px;

  }



  .tit {

    margin-bottom: 25px;

  }



  .sy_about .t_p {

    width: 100%;

  }



  .sy_about .nr {

    width: 100%;

    margin-top: 20px;

  }



  .sy_about .nr p {

    line-height: 1.8;

  }



  .sy_about .nr .more a {

    margin-bottom: 0px;

  }



  .sy_td {

    padding: 35px 0;

  }



  .sy_td ul {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

  }



  .sy_td ul li h3 {

    margin: 20px 0 10px 0;

    font-size: 20px;

  }



  .sy_td ul li .tu {

    margin-bottom: 0px;

  }



  .fnewswrap {

    padding: 30px 0

  }



  .sy_xw {

    padding: 40px 0 30px;

  }



  .sy_xw ul li {

    width: 48%;

    margin: 0 1% 30px;

  }



  .sy_hzhb {

    padding: 30px 0;

  }



  .sy_hzhb ul li {

    width: 48%;

    display: block;

    margin: 0 1% 2%;

    box-sizing: border-box;

  }



  .sy_al ul li {

    height: 11rem;

    width: 46%;

    margin: 2%;

  }



  .sy_al ul {

    flex-wrap: wrap;

  }



  .sy_al {

    padding: 50px 0;

  }



  .sy_al ul li .w_z h3 {

    font-size: 18px;

    letter-spacing: 1px;

  }



  .footer .zuo3 {

    width: 100%;

  }



  .footer {

    padding: 0 0px;

  }



  .footer .zuo3 ul li {

    display: none;

  }



  .footer .zuo3 ul li.lx {

    display: block;

    padding-right: 0px;

  }



  .footer .you3 {

    margin: 0 auto;

    float: none;

  }



  .footer_btm {

    margin: 10px auto 0;

    padding: 15px;

    box-sizing: border-box;

    line-height: 20px;

  }



  .nban_h {

    height: calc(24rem - 60px);

  }



  .nban {

    height: 24rem;

  }



  .nban .swiper-slide {

    height: 24rem;

  }



  .nban .swiper-slide .word h3 {

    font-size: 25px;

    color: #fff;

    letter-spacing: 1px;

    line-height: 28px;

    margin: 5px 0 5px 0;

  }



  .nban .swiper-slide .word h4 {

    font-size: 16px;

    margin-top: 5px;

  }



  .product-number-info {

    padding: 40px 0;

    margin: 0px auto 0;

  }



  .product-number-info li {

    width: 100%;

    height: 190px;

    margin-bottom: 15px;

  }



  .product-number-info ul {

    flex-wrap: wrap

  }



  .product-number-info li .t_b {

    margin: 15px auto 0px;

  }



  .product-number-info li b {

    font-size: 36px;

  }



  .product-number-info li b sup {

    font-size: 28px;

  }



  .product-number-info li b em {

    font-size: 24px;

  }



  .ny_wh {

    padding: 40px 0;

  }



  .ny_wh ul li {

    width: 48%;

    padding: 20px;

    margin-bottom: 20px;

  }



  .nban h1 {

    font-size: 24px;

    letter-spacing: 4px;

    margin-top: 50px;

    margin-bottom: 10px;

  }



  .nban h3 {

    font-size: 18px;

    line-height: 1.5;

    letter-spacing: 0;

  }



  .nban .w_z h4 {

    font-size: 16px;

    margin-top: 0;

    letter-spacing: 0;

  }



  .nban .w_z h3 {

    font-size: 28px;

    letter-spacing: 1px;

    line-height: 30px;

  }



  .nban .w_z {

    padding-top: 50px;

  }



  .ntit {

    padding: 10px 0;

  }



  .con {

    padding: 0 15px;

  }



  .wzxx {

    float: none;

    line-height: 36px;

    font-size: 14px;

    width: 100%;

  }



  .wzxx a {

    font-size: 14px;

  }



  .ntit ul li {

    line-height: 32px;

    float: left;

    width: 48%;

    margin: 1%;

  }



  .ntit ul li a {

    font-size: 1.2rem;

    padding: 0;

  }



  .ny_pro {

    padding: 35px 0 40px;

  }



  .ny_pro ul li {

    width: 48%;

    margin: 0 1% 20px;

  }



  .ny_lx {

    padding: 40px 0;

  }



  .ny_lx ul li {

    width: 48%;

  }



  .sy_cjwt {

    padding: 35px 0;

  }



  .subNav {

    font-size: 16px;

    line-height: 1.4;

    padding: 10px 30px 10px 20px;

    background: #f5f5f5 url(../images/jiantou1.png) right 15px / 25px no-repeat;

  }



  .navContent li {

    padding: 15px;

    font-size: 16px;

  }



  .flex_c {

    flex-wrap: wrap

  }



  .ny_jj {

    padding: 40px 0;

  }



  .ny_jj .container {

    flex-wrap: wrap;

  }



  .ny_jj .w_z {

    width: 100%;

    margin-bottom: 20px;

  }



  .ny_jj .right {

    width: 100%;

  }



  .ny_jj .swiper-button-prev {

    left: 0px;

  }



  .ny_jj .swiper-button-next {

    right: 0px;

  }



  .ny_jj3 {

    padding: 40px 0;

  }



  /* .ny_jj3 ul {

    flex-wrap: wrap;

  } */



  .ny_jj3 li {

    width: 100%;

    padding: 20px 20px;

    /* margin-bottom: 20px; */

  }



  .ny_jj .w_z .text {

    line-height: 28px;

  }



  .lx_wm .x_x {

    width: 100%;

  }



  .lx_wm .l_y {

    width: 100%;

    margin-top: 30px;

  }



  .ny_sp {

    padding: 35px 0;

  }



  .ny_qqbj {

    padding: 35px 0;

  }



  .ny_qqbj .container {

    flex-wrap: wrap;

  }



  .ny_qqbj .w_z {

    width: 100%;

  }



  .ny_qqbj .tit {

    text-align: center;

  }



  .ny_qqbj .tit h1::after {

    left: 50%;

    margin-left: -30px;

  }



  .ny_qqbj .w_z p {

    font-size: 16px;

    line-height: 1.5;

    margin-bottom: 10px;

  }



  .ny_qqbj .w_z p i {

    font-size: 16px;

  }



  .ny_qqbj .t_p {

    width: 100%;

    margin-top: 15px;

  }



  .ny_jlb {

    padding: 35px 0;

  }



  .ny_jlb ul {

    padding-top: 30px;

  }



  .ny_jlb ul li .w_z {

    letter-spacing: 0;

    padding: 0 10px;

  }



  .ny_jlb ul li {

    margin-bottom: 30px;

  }



  .ny_jlb ul li .w_z h3 {

    letter-spacing: 1px;

    line-height: 1.4;

    margin-bottom: 10px;

  }



  .ny_jztp {

    padding: 35px 0;

  }



  .sy_tzqy {

    padding: 30px 0;

  }



  .sy_tzqy .bd ul li {

    width: 31.3333%;

  }



  .newslist {

    padding: 10px 0 30px;

    margin: 20px auto 0;

  }



  .newslist li {

    padding: 10px 0;

  }



  .newslist li .pic {

    left: 0px;

    width: 280px;

  }



  .newslist li a {

    padding-left: 310px;

    height: 160px;

    padding-right: 0px;

  }



  .ny_ptjs ul li {

    flex-wrap: wrap;

    margin-bottom: 30px;

  }



  .ny_ptjs ul li .t_p {

    width: 100%;

    padding-top: 50%;

  }



  .ny_ptjs ul li:nth-child(2n-1) {

    flex-direction: column-reverse

  }



  .ny_ptjs ul li .w_z {

    width: 100%;

    margin-bottom: 30px;

    padding: 0;

  }



  .ny_ptjs ul li {

    background: #fff;

  }



  .ny_ptjs ul li:nth-child(2n) {

    background: #fff;

  }



  .ny_ptjs {

    padding: 35px 0;

  }



















}



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

  .banh {

    height: 25rem;

  }



  .ban {

    height: 25rem;

    top: 60px

  }



  .btext {

    top: 40%;

  }



  .banner {

    height: 25rem;

  }



  .btext .jd {

    display: none

  }



  .btitle strong {

    font-size: 2.4rem;

  }



  .btitle small {

    font-size: 1.2rem;

  }



  .btitle {

    padding-bottom: 15px;

    margin-bottom: 10px;

  }



  .godown span {

    display: none;

  }



  .tit {

    margin-bottom: 30px;

  }



  .tit h1 {

    font-size: 2.5rem;

  }



  .sy_about .nr h3 {

    font-size: 1.4rem;

  }



  .sy_about .nr .more {

    margin-bottom: 0px;

    margin-top: 20px;

  }



  .tit h3 {

    font-size: 16px;

  }



  .sy_xw ul li {

    width: 100%;

    margin: 0 0 20px;

  }



  .sy_xw ul li .b_t {

    margin-top: 10px;

  }



  .sy_td ul li {

    width: 100%;

    margin: 0 0 20px;

  }



  .sy_pro ul li .wenz .ico {

    width: 80px;

    margin: 30px auto 20px;

  }



  .gallery-top .swiper-slide h1 {

    font-size: 2rem;

  }



  .lbban .swiper-slide {

    height: 20rem;

  }



  .page2 {

    height: 60px;

    margin-top: -60px;

  }



  .sy_td {

    padding: 40px 0;

  }



  .sy_td ul {

    flex-wrap: wrap;

  }



  .sy_td ul li h3 {

    margin: 24px 0 22px 0;

    font-size: 1.8rem;
    min-height: auto;

  }



  .sy_al ul li {

    width: 100%;

    height: 18rem;

  }



  .sy_al ul {

    flex-wrap: wrap;

  }



  .sy_al ul li .w_z {

    bottom: 10px;

    left: 10px;

    right: 10px;

  }



  .footer {

    padding: 0 0px;

  }



  .footer_bg {

    padding: 25px 0 0;

  }



  .fnewslist2 .date {

    margin-top: 2px;

  }



  .ny_wh ul li {

    width: 100%;

  }



  .search .an_sj {

    width: 10%;

  }



  .search input.w_z {

    width: 80%;

  }



  .search button.s_c {

    width: 10%;

  }



  .search i {

    color: #222;

  }



  .container {

    width: 90%;

  }



  .ny_lx ul li {

    width: 100%;

    margin: 1% 0;

  }



  .ny_pro ul li {

    width: 100%;

    margin: 0 0 20px;

  }



  .ny_pro ul li .wenz p {

    height: auto;

  }



  .ny_jj3 li h3 {

    font-size: 20px;
    min-height: auto;

  }



  .sy_tzqy .bd ul li .mb h3 {

    font-size: 12px;

    display: none;

    margin-bottom: 5px;

  }



  .ny_jlb p {

    line-height: 1.8;

  }



  .ny_jlb ul li {

    flex-wrap: wrap;

  }



  .ny_jlb ul li .w_z {

    width: 100%;

    padding: 10px;

  }



  .ny_jlb ul li .tp {

    width: 100%;

    margin-top: 20px;

  }



  .ny_td {

    padding: 30px 0;

  }



  .ny_td ul li .t_p {

    float: none;

    margin: 0 auto;

  }



  .ny_td ul li .w_z {

    width: 100%;

    float: none;

    margin-top: 20px;

  }



  .ny_td ul li .w_z h3 {

    font-size: 20px;

    text-align: center;

    margin-bottom: 10px;

  }



  .ny_td ul li {

    margin-bottom: 25px;

  }



  .ny_jztp ul {

    display: block

  }



  .ny_jztp ul li {

    width: 100%;

    margin-bottom: 15px;

  }



  .ny_jztp ul li .w_z h3 {

    font-size: 18px;

    letter-spacing: 0;

    margin-bottom: 25px;

  }



  .ny_jztp ul li .w_z p {

    letter-spacing: 0;

    height: auto;

    -webkit-line-clamp: 3;

  }



  .sy_about .fixLogo {

    width: 85%;

    right: 8%;

  }



  .newslist li a {

    padding-left: 0px;

    height: auto;

    padding-right: 0px;

  }



  .newslist li .pic {

    position: static;

    width: 100%;

    margin-bottom: 20px;

  }



  .newslist li h3 {

    font-size: 20px;

    line-height: 1.6;

    height: auto;

    padding: 0;

  }



  .newslist li .txt {

    line-height: 30px;

    height: 90px;

  }



  .lx_wm .rc_zp .jr_bt {

    padding: 10px 15px;

    height: 36px;

    font-size: 14px;

    line-height: 36px;

    display: flex;

  }



  .lx_wm .rc_zp .jr_lm.jt .jr_bt {

    padding: 10px 15px;

    line-height: 36px;

  }



  .lx_wm .rc_zp .jr_bt span:nth-child(6) {

    display: none;

  }



  .lx_wm .rc_zp .jr_bt span:nth-child(5) {

    display: none;

  }



  .lx_wm .rc_zp .jr_bt span {

    width: 25%;

  }



  .lx_wm .rc_zp .jr_nr {

    padding: 20px 25px 10px;

  }



  .lx_wm .rc_zp .lxfs {

    width: 100%;

    margin-top: 10px;

    float: none

  }



  .lx_wm .rc_zp .sqzw a {

    margin: 20px auto 0;

    float: none;

  }



  .lx_wm {

    margin: 0px auto 0;

  }



  .lx_wm input.w_z {

    width: 100%;

    height: 40px;

    margin-right: 0%;

  }



  .lx_wm .x_x {

    margin-top: 0px;

  }



  .lx_wm p {

    line-height: 24px;

    position: relative;

    padding-left: 30px;

  }



  .lx_wm p i {

    padding-right: 10px;

    position: absolute;

    left: 0;

    font-size: 18px;

  }



  .lx_wm textarea {

    height: 120px;

    line-height: 40px;

  }



  .lx_wm .x_x .ewm {

    display: none

  }



































}

.detailP {



  padding: 50px 0 40px; 



}







.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-size: revert;

  /* 恢复字体大小为默认 */

  font-weight: revert;

  /* 恢复字体粗细为默认 */

  font-family: revert;

  /* 恢复字体族为默认 */



  /* 重置间距相关属性 */

  margin-top: revert;

  /* 恢复顶部外边距为默认 */

  margin-bottom: revert;

  /* 恢复底部外边距为默认 */

  padding: revert;

  /* 恢复内边距为默认 */



  /* 重置其他常见被修改的属性 */

  line-height: revert;

  /* 恢复行高为默认 */

  color: revert;

  /* 恢复文字颜色为默认 */

  text-align: revert;

  /* 恢复文本对齐为默认 */

  text-decoration: revert;

  /* 恢复文本装饰为默认 */



  /* 兜底：清除可能的自定义样式 */

  border: none;

  background: none;

  box-sizing: content-box;



}







.detailP .list-paddingleft-2 {



  padding-left: 30px;



}







.detailP .list-paddingleft-2 li {



  list-style: inherit;



}



.detailP .list-paddingleft-2 li::marker {

  font-size: initial;

}



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



}







@media (max-width:1432px) {



  .detailP .pageTitle {



    font-size: 32px;



  }



}







@media (max-width:1232px) {



  .detailP .pageTitle {



    font-size: 28px;



  }



}







@media (max-width:1024px) {



  .detailP .pageTitle {



    font-size: 24px;



  }







}







@media (max-width:800px) {



  .detailP {



    padding: 30px 0; 



  }







  .detailP .pageTime {



    font-size: 14px;



    margin-top: 8px;



  }







  .detailP .pageNr {



    font-size: 14px;



    line-height: 1.6;



    margin-top: 16px;



    padding: 16px 0;



  }







  .detailP .pageNum a {



    font-size: 14px;



  }



}







.ovh1 {



  display: block;



  white-space: nowrap;



  overflow: hidden;



  text-overflow: ellipsis;



}







.ovh2 {



  display: -webkit-box;



  -webkit-box-orient: vertical;



  -webkit-line-clamp: 2;



  overflow: hidden;



}







.ovh3 {



  display: -webkit-box;



  -webkit-box-orient: vertical;



  -webkit-line-clamp: 3;



  overflow: hidden;



}







.ovh4 {



  display: -webkit-box;



  -webkit-box-orient: vertical;



  -webkit-line-clamp: 4;



  overflow: hidden;



}