﻿@charset "utf-8";



html {

  font-size: 62.5%;

}



body {

  margin: 0px;

  font-size: 12px;

  color: #333;

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

  cursor: default;

}



* {

  padding: 0px;

  margin: 0px;

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

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

}



.clear {

  overflow: hidden;

  clear: both;

  height: 0px;

}



.fl {

  float: left;

}



.fr {

  float: right;

}



.w_100 {

  max-width: 100%;

  display: block;

  padding: 0;

  margin: 0;

}



.hide {

  display: none !important;

  visibility: hidden;

}



.con {

  width: 94%;

  margin: 0 auto;

  max-width: 1520px;

}



.container {

  width: 94%;

  margin: 0 auto;

  max-width: 1520px;

}



.header {

  width: 100%;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 1000;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

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

}



.header.on {

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

  box-shadow: 0 0 10px #aaa;

}



.header:hover {

  box-shadow: 0 0 10px #aaa;

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

}



.header .container {

  position: relative;

}



.header .logo {

  float: left;

  margin: 25px 0;

  height: 40px;

  position: relative;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .logo .img1 {

  opacity: 1;

}



.header .logo .img2 {

  opacity: 0;

}



.header .logo img {

  width: auto;

  height: 40px;

  display: block;

  position: absolute;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header.on .logo .img1 {

  opacity: 0;

}



.header.on .logo .img2 {

  opacity: 1;

}



.header:hover .logo .img1 {

  opacity: 0

}



.header:hover .logo .img2 {

  opacity: 1;

}



.header .an {

  position: absolute;

  top: 50%;

  right: 15px;

  height: 18px;

  width: 30px;

  display: none;

  transform: translate(0, -50%);

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

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

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

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

}



.header .an span {

  width: 30px;

  height: 2px;

  background-color: #555;

  display: block;

  position: absolute;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .an span.a1 {

  top: 0;

  left: 0;

}



.header .an span.a2 {

  top: 8px;

  left: 0;

}



.header .an span.a3 {

  top: 16px;

  left: 0;

}



.header .an.n span.a2 {

  display: none;

}



.header .an.n span.a1 {

  top: 8px;

  width: 30px;

  transform: rotate(45deg);

  -o-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

}



.header .an.n span.a3 {

  top: 8px;

  width: 30px;

  transform: rotate(135deg);

  -o-transform: rotate(135deg);

  -ms-transform: rotate(135deg);

  -moz-transform: rotate(135deg);

  -webkit-transform: rotate(135deg);

}



.header .right {

  float: right;

  text-align: left;

}



.header .right .ss {

  line-height: 90px;

  display: inline-block;

  padding: 0 10px;

  position: relative;

  color: #fff;

}



.header.on .right .ss {

  color: #222;

}



.header:hover .right .ss {

  color: #222;

}



.header .right .yy {

  line-height: 40px;

  float: left;

  color: #fff;

  font-size: 16px;

  margin-left: 10px;

  text-align: center;

  position: relative;

}



.header.on .right .yy {

  color: #222;

}



.header:hover .right .yy {

  color: #222;

}



.header .right .yy .x_l {

  width: 100px;

  top: 70px;

  position: absolute;

  left: 50%;

  margin-left: -50px;

  background: #fff;

  line-height: 40px;

  display: none;

  z-index: 99;

}



.header .right .yy .x_l a {

  color: #222;

  display: block;

  font-size: 14px;

  text-align: center;

  width: 100%;

  border-radius: 0;

  margin-left: 0;

}



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

  background: #ef8f35;

  color: #fff;

}



.header .right .lx {

  background: #e93429;

  display: inline-block;

  padding: 12px 15px;

  font-size: 16px;

  color: #fff;

  margin-left: 20px;

  border-radius: 25px;

  text-transform: capitalize;

}



.header .right .lx a {

  color: #fff;

}



.header .right i {

  font-size: 20px;

}



.header .right .wx {

  line-height: 90px;

  display: inline-block;

  padding: 0 15px;

  position: relative;

  color: #333;

}



.header.on .right .wx {

  line-height: 70px;

}



.header .right .wx .e_j {

  position: absolute;

  width: 120px;

  left: 50%;

  margin-left: -60px;

  top: 90px;

  background: #fff;

  display: none

}



.header .right .wx .e_j img {

  width: 100%;

  display: block;

}



.header .right .wx .e_j p {

  line-height: 1.8;

  color: #333;

  text-align: center;

}



.header .right .wx:hover .e_j {

  display: block;

}



.header .right .yy {

  line-height: 90px;

  color: #fff;

  padding: 0 10px;

  position: relative;

  display: inline-block;

}



.header .right .yy i {

  font-size: 20px;

}



.header .right .yy .x_l {

  width: 100px;

  top: 90px;

  position: absolute;

  left: 50%;

  margin-left: -50px;

  background: #fff;

  line-height: 40px;

  display: none;

  z-index: 99;

}



.header .right .yy .x_l a {

  color: #333;

  display: block;

  font-size: 14px;

  text-align: center;

  width: 100%;

  border-radius: 0;

  margin-left: 0;

}



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

  background: #e93429;

  color: #fff;

}



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

  padding: 0 25px;

  line-height: 90px;

  float: left;

  position: relative;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .nav ul li a {

  display: block;

  font-size: 18px;

  color: #fff;

  text-transform: capitalize;

  position: relative;

}



.header.on .nav ul li a {

  color: #222;

}



.header:hover .nav ul li a {

  color: #111;

}



.header.on .nav ul li a::after {

  position: absolute;

  width: 100%;

}



.header .nav ul li span {

  width: 0;

  height: 3px;

  background-color: #e93429;

  position: absolute;

  left: 50%;

  bottom: 0;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

  transform: translate(-50%, 0);

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

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

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

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

}



.header .nav ul li:hover span {

  width: 100%;

}



.header .nav ul li.on span {

  width: 100%;

}



.header .nav ul li:hover a {

  opacity: 1;

  color: #e93429;

}



.header .nav ul li.on a {

  opacity: 1;

  color: #e93429

}



.header.on .nav ul li span {

  background: #e93429;

}



.nav .y_j {

  position: relative;

}



.nav .e_j {

  width: 290px;

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

  position: absolute;

  top: 90px;

  left: 0;

  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: #3a3a3a;

  font-weight: normal;

  line-height: 40px;

  padding: 0px 15px;

  box-sizing: border-box;

}



.header .nav ul li .e_j a em {

  font-size: 24px;

  margin-right: 5px;

  vertical-align: middle;

  display: inline-block;

}



.header .nav ul li .e_j a em img {

  width: 23px;

  display: block;

}



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

  padding-left: 10px;

  color: #e93429;

}



@media (min-width:1024px) {



  .header .nav .e_j {

    display: none !important;

  }



  .header .nav ul li:hover .e_j {

    display: block !important;

  }



  .head_h {

    height: 80px;

    display: none;

  }

}



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



  .header .nav ul li {

    padding: 0 15px;

  }



  .header .right {

    margin-left: 15px;

  }



  .header .nav ul li a {

    font-size: 16px;

  }



  .header .right .lx {

    padding: 10px 13px;

    margin-left: 10px;

  }



  .header .right .yy {

    margin-left: 0;

  }



}



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

  .head_h {

    height: 60px;

    display: block

  }



  .header {

    border: 0;

    height: 60px;

    background: #fff;

    width: 100%

  }



  .header .container {

    padding: 0;

    height: 60px;

    width: 94%

  }



  .header .right .wx .e_j {

    top: 60px;

  }



  .header .logo {

    margin: 10px auto;

  }



  .header.on .logo {

    margin: 10px auto;

  }



  .header .logo img {

    height: 36px;

  }



  .header .logo .img1 {

    opacity: 0

  }



  .header .logo .img2 {

    opacity: 1

  }



  .header .right .ss {

    line-height: 60px;

    color: #333;

    padding: 0 10px;

  }



  .header .right .wx {

    line-height: 60px;

    color: #333;

    padding: 0 10px;

  }



  .search button.s_c {

    width: 10%;

  }



  .search input.w_z {

    width: 80%;

    font-size: 16px;

  }



  .search .an_sj {

    width: 10%;

  }



  .header.on .right .ss {

    line-height: 60px;

  }



  .header.on .right .wx {

    line-height: 60px;

  }



  .header .an {

    display: block;

    right: 10px;

  }



  .header .an span {

    background-color: #999

  }



  .header .nav ul {

    width: 100%;

  }



  .header.on .nav {

    width: 100%

  }



  .header .nav {

    width: 100%;

    padding: 15px 5%;

    box-sizing: border-box;

    background-color: #fff;

    height: 100%;

    position: fixed;

    top: 60px;

    right: -100%;

    z-index: 9999;

    overflow: auto;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

    margin-top: 0

  }



  .header .nav.on {

    right: 0;

  }



  .header.on .nav ul li a {

    font-size: 16px;

    color: #333;

  }



  .header .nav i {

    display: block;

    color: #333;

    font-size: 18px;

  }



  .header .nav ul li {

    line-height: 60px;

    text-align: left;

    border-bottom: 1px solid rgba(0, 0, 0, 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(0, 0, 0, 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: #444;

    font-size: 16px;

    padding: 0px 5px;

  }



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

    color: #333

  }



  .header .nav .e_j a {

    border-top: 0;

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

    font-size: 16px;

  }



  .header .nav ul li:hover span {

    width: 0;

  }



  .header .nav ul li.on span {

    width: 0;

  }

}









.gallery-top {

  width: 100%;

  position: relative;

}



.gallery-top .swiper-slide {

  width: 100%;

  height: 100vh;

}



.gallery-top .swiper-slide img {

  width: 100%;

  height: 100%;

  display: block;

  object-fit: cover;

}



.gallery-top .swiper-slide .w_z {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

}



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

  font-size: 46px;

  color: #fff;

  font-weight: bold;

  line-height: 50px;

  margin: 0 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 20px rgba(0, 0, 0, 0.25);

}



.gallery-top .swiper-slide .w_z h3 {

  font-size: 25px;

  color: #fff;

  margin-bottom: 10px;



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

}



.gallery-top .swiper-slide .w_z .more {

  width: 200px;

  height: 55px;

  line-height: 55px;

  text-align: center;

  margin-top: 50px;

  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;

  background: #000;

  position: relative;

  float: left;

  margin-right: 15px;

}



.gallery-top .swiper-slide .w_z .more span {

  position: absolute;

  width: 0;

  left: 0;

  top: 0;

  height: 100%;

  background: #000;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.gallery-top .swiper-slide .w_z .more a {

  font-size: 18px;

  color: #fff;

  position: relative;

  z-index: 2;

}



.gallery-top .swiper-slide .w_z .more a i {

  font-size: 24px;

  margin-right: 6px;

  color: #fff;

  vertical-align: middle;

}



.gallery-top .swiper-slide .w_z .more:hover span {

  background: #e93429;

  width: 100%;

}



.gallery-top .swiper-slide.swiper-slide-active .w_z h1 {

  transform: translateY(0);

  filter: alpha(opacity=100);

  /* IE */

  -moz-opacity: 1;

  /* 老版Mozilla */

  -khtml-opacity: 1;

  /* 老版Safari */

  opacity: 1;

  /* 支持opacity的浏览器*/



}



.gallery-top .swiper-slide.swiper-slide-active .w_z h3 {

  transform: translateY(0);

  filter: alpha(opacity=100);

  /* IE */

  -moz-opacity: 1;

  /* 老版Mozilla */

  -khtml-opacity: 1;

  /* 老版Safari */

  opacity: 1;

  /* 支持opacity的浏览器*/

}



.gallery-top .swiper-slide.swiper-slide-active .w_z .more {

  transform: translateY(0);

  filter: alpha(opacity=100);

  /* IE */

  -moz-opacity: 1;

  /* 老版Mozilla */

  -khtml-opacity: 1;

  /* 老版Safari */

  opacity: 1;

  /* 支持opacity的浏览器*/

}



.gallery-top .swiper-pagination {

  bottom: 20px !important;

}



.gallery-top .swiper-pagination-bullet {

  width: 10px;

  height: 10px;

  display: inline-block;

  border-radius: 0;

  opacity: 1;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

}



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

  background: #fa6200

}





.tit {

  text-align: center;

  margin-bottom: 50px;

}



.tit h1 {

  font-size: 42px;

  color: #000;

  position: relative;

  padding-bottom: 10px;

  font-weight: bold;

}



.tit h1::before {

  width: 60px;

  height: 4px;

  content: "";

  background: #e93429;

  position: absolute;

  left: 50%;

  margin-left: -30px;

  bottom: 0;

}



.tit h3 {

  font-size: 20px;

  line-height: 1.4;

  color: #333;

  margin-bottom: 50px;

  max-width: 800px;

  margin: 20px auto 50px;

}



.shou-2 {

  padding: 10vh 0;

  /* background: url("../images/s2d.jpg") center top no-repeat; */

  background-size: cover;

  padding-left: 10%;

  padding-right: 5%;

}



.shou-2-l {

  float: left;

  width: 640px;

  padding-top: 6vh;

}



.shou-2 .tit {

  text-align: left;

}



.shou-2 .tit h1::before {

  left: 0;

  margin-left: 0;

}



.shou-2-r {

  float: right;

  width: calc(100% - 700px);

}



.shou-2-r img {

  width: 100%;

  display: block;

}



.shou-2-l p {

  text-transform: uppercase;

  font-size: 50px;

  color: #000;

  font-weight: bold;

  line-height: 60px;

}



.shou-2-l p span {

  display: block;

  text-align: left;

  font-size: 24px;

  font-weight: 500;

  position: relative;

  padding-left: 150px;

}



.shou-2-l p span::after {

  position: absolute;

  content: '';

  height: 2px;

  background: #e93429;

  width: 7vw;

  top: 50%;

  transform: translateY(-50%);

  left: 0;

}



.shou-2-l-z {

  color: #444;

  font-size: 20px;

  line-height: 1.8;

}



.shou-2-r-l {

  float: left;

  width: 45%;

  display: flex;

  justify-content: space-between;

  align-items: flex-end;

  margin-top: 13%;

}



.shou-2-r-l img {

  width: 49%;

}







.sy_fl {

  padding: 4vw 0 4vw;

  position: relative;

}



.sy_fl ul {

  display: flex;

  justify-content: space-between;

  align-items: stretch;

  flex-wrap: wrap;

}



.sy_fl ul li {

  width: 32%;

  position: relative;

  overflow: hidden;

  margin-bottom: 25px;

}



.sy_fl ul li img {

  width: 100%;

  display: block;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.sy_fl ul li .wz {

  position: absolute;

  left: 0px;

  bottom: -53px;

  padding: 20px 20px 30px;

  z-index: 3;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.sy_fl ul li:hover .wz {

  bottom: 0;

}



.sy_fl ul li .wz h1 {

  font-size: 26px;

  color: #fff;

  margin-bottom: 10px;

}



.sy_fl ul li .wz a {

  margin-top: 15px;

  font-size: 16px;

  color: #fff;

}



.sy_fl ul li .wz a i {

  font-size: 20px;

  color: #e93429;

  margin-right: 6px;

  vertical-align: middle;

}



.sy_fl ul li .wz h3 {

  font-size: 16px;

  color: #fff;

  line-height: 1.6;

}



.sy_fl ul li:hover .mb {

  background-image: linear-gradient(to top, #000, transparent);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.sy_fl 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_fl ul li .mb {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);

}





.service-index-wrap {

  padding: 140px 0;

}



.index-title-box {}



.index-title-box span {

  display: block;

  text-align: center;

}



.index-title-box span:nth-child(1) {

  font-size: 48px;

  text-transform: uppercase;

}



.index-title-box span:nth-child(2) {

  font-size: 32px;

}



.service-index-button ul {

  font-size: 0;

  padding-top: 80px;

}



.service-index-button ul li {

  display: inline-block;

  vertical-align: top;

  width: 25%;

  text-align: center;

  line-height: 100px;

  height: 102px;

  border-bottom: 1px solid #d9d9d9;

  border-top: 1px solid #d9d9d9;

  cursor: pointer;

  position: relative;

}



.service-index-button ul li:after {

  content: "";

  position: absolute;

  right: 0;

  top: 50%;

  height: 40px;

  width: 1px;

  background: #d9d9d9;

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

  transform: translateY(-50%);

}



.service-index-button ul li:last-child:after {

  display: none;

}



.service-index-button ul li:before {

  content: "";

  position: absolute;

  bottom: 6px;

  left: 50%;

  -webkit-transform: translateX(-50%) rotate(-135deg);

  transform: translateX(-50%) rotate(-135deg);

  width: 10px;

  height: 10px;

  -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);

  transition: all .6s cubic-bezier(.645, .045, .355, 1);

  border-left: 1px solid #fff;

  border-top: 1px solid #fff;

}



.service-index-button ul .fadeRotate2:before {

  background: #fff;

  border-left: 1px solid #d9d9d9;

  border-top: 1px solid #d9d9d9;

  bottom: -6px;

}



.service-index-button ul li span {

  display: inline-block;

  vertical-align: top;

}



.service-index-button ul li span:nth-child(1) {

  font-size: 40px;

  color: #999;

  -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);

  transition: all .6s cubic-bezier(.645, .045, .355, 1);

}



.service-index-button ul li span:nth-child(2) {

  font-size: 20px;

  padding-left: 12px;

  color: #808080;

  -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);

  transition: all .6s cubic-bezier(.645, .045, .355, 1);

}



.service-index-button ul .service-active span:nth-child(1) {

  color: #ef8300;

}



.service-index-button ul .service-active span:nth-child(2) {

  color: #333333;

}



.service-index-read {

  width: 100%;

  position: relative;

  margin-top: 60px;

}



.service-position {

  height: auto;

  max-height: 380px;

  position: relative;

  top: 0;

  left: 0;

  width: 100%;

  font-size: 0;

}



.service-index-left {

  width: 60%;

  display: inline-block;

  vertical-align: top;

  padding: 0 90px 0 50px;

  opacity: 0;

}



.service-index-left .service-span:nth-child(1) {

  font-size: 28px;

  color: #333333;

  padding-top: 35px;

}



.service-index-left .service-span:nth-child(2) {

  font-size: 16px;

  line-height: 28px;

  color: #999999;

  padding: 45px 0 105px 0;

}



.service-index-left .service-span:nth-child(3) {

  width: 110px;

  height: 40px;

  background: #ef8300;

}



.service-index-left .service-span:nth-child(3) a {

  display: block;

  color: #fff;

  height: 40px;

  line-height: 40px;

  font-size: 0;

  position: relative;

  text-align: center;

}



.service-index-left .service-span:nth-child(3) a span {

  display: inline-block;



}



.service-index-left .service-span:nth-child(3) a span:nth-child(1) {

  font-size: 16px;

  text-transform: uppercase;

}



.service-index-left .service-span:nth-child(3) a span:nth-child(2) {

  position: relative;

  width: 10px;

  height: 10px;

  margin-left: 5px;

}



.service-index-left .service-span:nth-child(3) a span:nth-child(2):after {

  content: "";

  width: 10px;

  height: 10px;

  border-bottom: 1px solid #fff;

  border-left: 1px solid #fff;

  position: absolute;

  left: 0;

  top: -1px;

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

  transform: rotate(-135deg);

  -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);

  transition: all .6s cubic-bezier(.645, .045, .355, 1);

}



.service-index-left .service-span:nth-child(3) a span:nth-child(2):before {

  content: "";

  width: 10px;

  height: 10px;

  border-bottom: 1px solid #fff;

  border-left: 1px solid #fff;

  position: absolute;

  left: -7px;

  top: -1px;

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

  transform: rotate(-135deg);

  -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);

  transition: all .6s cubic-bezier(.645, .045, .355, 1);

  opacity: 0;

}



.service-index-left .service-span:nth-child(3) a:hover span:nth-child(2):after {

  left: 7px;

  opacity: 0;

}



.service-index-left .service-span:nth-child(3) a:hover span:nth-child(2):before {

  left: 0;

  opacity: 1;

}



.service-index-right {

  width: 40%;

  display: inline-block;

  vertical-align: top;

  text-align: right;

  opacity: 0;

}



.service-index-right .service-img {

  padding-bottom: 63%;

}



.service-index-right .service-img img {

  max-height: 380px;

}









.sy_pro {

  padding: 0em 0;

  overflow: hidden;

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

}



.sy_pro ul li {

  width: 100%;

  overflow: hidden;

  position: relative;

  background: rgba(53, 50, 131)

}



.sy_pro ul li .tp {

  width: 50%;

}



.sy_pro ul li .tp img {

  width: 100%;

  display: block

}



.sy_pro ul li .wenz {

  width: 50%;

  padding: 0 10%;

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

  position: absolute;

  right: 0;

  top: 0;

  height: 100%;

  display: flex;

  align-items: center;

  flex-direction: column;

  justify-content: center;

}



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

  right: auto;

  left: 0;

}



.sy_pro ul li .wenz .ico {

  width: 80px;

  margin: 0px auto 25px;

  text-align: center;

  color: #fff;

}



.sy_pro ul li .wenz .ico i {

  font-size: 70px;

  color: #f9c334;

}



.sy_pro ul li .wenz h2 {

  font-size: 26px;

  color: #fff;

  margin-bottom: 20px;

  text-align: center

}



.sy_pro ul li .wenz p {

  line-height: 1.8;

  font-size: 18px;

  color: #fff;

}



.sy_pro ul li .wenz .more {

  margin-top: 30px;

  width: 180px;

  line-height: 40px;

  border: #f9c334 1px solid;

  position: relative;

  text-align: center;

}



.sy_pro ul li .wenz .more a {

  font-size: 18px;

  text-transform: capitalize;

  color: #f9c334;

  position: relative;

  z-index: 2;

}



.sy_pro ul li .wenz .more span {

  width: 0;

  height: 100%;

  background-color: #f9c334;

  position: absolute;

  left: 0%;

  bottom: 0;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.sy_pro ul li .wenz .more:hover span {

  width: 100%

}



.sy_pro ul li .wenz .more:hover a {

  color: #111;

}



.sy_about2 {

  position: relative;

  padding-bottom: 25%;

  overflow: hidden;

}



.sy_about2 .tit h1 {

  color: #fff;

}



.about-index-img {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

}



.about-index-img::after {

  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background: rgba(3, 6, 20, .88);

}



.ScaleInfinite {

  -webkit-animation: ScaleInfinite 16s linear infinite normal both;

  animation: ScaleInfinite 16s linear infinite normal both;

}



@-webkit-keyframes ScaleInfinite {

  0% {

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);

  }



  50% {

    -webkit-transform: scale(1.2, 1.2);

    transform: scale(1.2, 1.2);

  }



  100% {

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);

  }

}



@keyframes ScaleInfinite {

  0% {

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);

  }



  50% {

    -webkit-transform: scale(1.2, 1.2);

    transform: scale(1.2, 1.2);

  }



  100% {

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);

  }

}



.cover {

  position: relative;

  height: 0;

  overflow: hidden;

}



.about-index-wrap {

  padding-bottom: 31.25%;

}



.cover img {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  object-fit: cover;

}



.about-index-text {

  width: 100%;

  z-index: 1;

}



.center {

  position: absolute;

  top: 50%;

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

  transform: translateY(-50%);

}



.product-number-info {



  position: relative;

}



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

  width: 1200px;

  margin: 0 auto;

}



.product-number-info ul {

  padding: 20px 0;

  overflow: hidden;

}



.q {

  zoom: 1;

}



.product-number-info li {

  float: left;

  width: 25%;

  position: relative;

  height: 130px;

  color: #fff;

  padding-top: 1px;

  box-sizing: border-box;

  text-align: center;

}



.product-number-info li::after {

  content: "";

  position: absolute;

  right: -8%;

  top: 50%;

  width: 80px;

  height: 1px;

  background: rgba(255, 255, 255, .4);

  -webkit-transform: rotate(-60deg) translateY(-50%);

  transform: rotate(-60deg) translateY(-50%);

}



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

  display: none;

}



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

  border: none;

}



.product-number-info li b {



  font-size: 80px;

  line-height: 1;

  display: inline-block;

  position: relative;

  margin: 15px 0 10px;

}



.product-number-info li p {

  font-size: 18px;

}



.product-number-info li b i {

  font-style: normal;

}



.product-number-info li b sup {

  position: absolute;

  font-size: 20px;

  right: -15px;

  top: -3px;

}





.product-number-info li b em {

  font-style: normal;

  font-size: 28px;

  font-weight: 100;

  padding-left: 2px;

  position: relative;

  top: -4px;

}



.flex_ce {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.flex_str {

  display: flex;

  justify-content: space-between;

  align-items: stretch;

}



.sy_p3 {

  padding: 4vw 0 4vw;

  background: #f5f5f5;

}



.sy_p3 ul {

  display: flex;

  align-items: stretch;

  flex-wrap: wrap;

}



.sy_p3 ul li {

  width: 24%;

  text-align: center;

  padding: 30px;

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

  margin: 0 0.5%;

  border: #f5f5f5 1px solid;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.sy_p3 ul li .tb {

  margin-bottom: 20px;

  height: 52px;

}



.sy_p3 ul li .tb img {

  width: 60px;

  margin: 0 auto;

}



.sy_p3 ul li h3 {

  text-align: center;

  font-size: 24px;

  color: #111;

  font-weight: bold;

  margin-bottom: 20px;

}



.sy_p3 ul li p {

  font-size: 16px;

  color: #333;

  opacity: 0.8;

  line-height: 1.8;

  margin: 0 auto;

}



.sy_p3 ul li:hover {

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

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

  padding: 70px 0;

  overflow: hidden;

}



.sy_ys2 h4 {

  font-size: 25px;

  color: #333;

  margin-top: 20px;

}



.sy_ys2 .t_p {

  width: 46%;

}



.sy_ys2 .t_p img {

  width: 100%;

  display: block;

}



.sy_ys2 .w_z {

  width: 50%;

}



.sy_ys2 .w_z li {

  font-size: 20px;

  position: relative;

  padding-left: 55px;

  line-height: 40px;

  color: #333;

  margin-bottom: 15px;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.sy_ys2 .w_z li i {

  font-size: 24px;

  color: #e93429;

}



.sy_ys2 .w_z li .t_b {

  width: 41px;

  height: 41px;

  border-radius: 25px;

  border: #e93429 1px solid;

  text-align: center;

  line-height: 40px;

  position: absolute;

  left: 0;

  top: 0;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.sy_ys2 .tit {

  text-align: left;

}



.sy_ys2 .tit h1::before {

  left: 0%;

  margin-left: 0px;

}



.sy_ys2 .w_z li:hover .t_b {

  background: #fff;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.sy_ys2 .w_z li:hover {

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

  width: 200px;

  height: 55px;

  line-height: 55px;

  text-align: center;

  margin-top: 10px;

  transition: all .2s linear .6s;

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

  background: #000;

  position: relative;

  float: left;

  margin-right: 15px;

}



.sy_ys2 .more span {

  position: absolute;

  width: 0;

  left: 0;

  top: 0;

  height: 100%;

  background: #000;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.sy_ys2 .more a {

  font-size: 18px;

  color: #fff;

  position: relative;

  z-index: 2;

}



.sy_ys2 .more a i {

  font-size: 24px;

  margin-right: 6px;

  color: #fff;

  vertical-align: middle;

}



.sy_ys2 .w_z .more:hover span {

  background: #e93429;

  width: 100%;

}



.qylc {

  padding: 70px 0

}



.qylc ul li {

  width: 20%;

  float: left;

  text-align: center

}



.qylc ul li img {

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.qylc ul li:hover img {

  -webkit-transform: rotateY(360deg);

  -moz-transform: rotateY(360deg);

  -o-transform: rotateY(360deg);

  -ms-transform: rotateY(360deg);

  transform: rotateY(360deg);

}



.qylc ul li h3 {

  font-size: 20px;

  color: #333;

  margin: 15px 0;

  height: 32px;

}



.qylc ul li .bd {

  height: 26px;

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

}



.qylc ul li span {

  font-size: 30px;

  color: #f23f3d;

  font-weight: bold;

}









.index-contact {



  min-width: 1200px;



  padding: 80px 0;



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

  z-index: 100;



}



.index-contact h6 {

  font-size: 40px;

  text-align: center;

  margin-bottom: 25px;

  font-weight: bold;



  color: #fff;



  line-height: 40px;



}



.index-contact p {



  line-height: 40px;

  text-align: center;



  font-size: 24px;



  color: #fff;



}



.index-contact .btn {

  margin: 50px auto 0;

  display: block;

  text-align: center;

  overflow: hidden;



}



.index-contact .btn a {



  display: inline-block;

  background: #e93429;

  padding: 0 30px;

  margin: 0 8px;



  border-radius: 8px;



  height: 55px;



  line-height: 55px;



  font-size: 18px;



  color: #fff;



}



.index-contact .btn a:hover {

  background: #c5261e;

}







.fh_top {

  width: 50px;

  height: 50px;

  border-radius: 100%;

  background-color: #fff;

  border: 2px solid #d7d7d7;

  display: none;

  position: fixed;

  right: 30px;

  bottom: 60px;

  z-index: 999;

}



.fh_top img {

  width: 100%;

  height: auto;

  display: block;

}



/* start footer */

.footer_bg {

  width: 100%;

  padding: 35px 0 0px;

  background: #1D1B1B;

}



.footer {

  margin: 0 auto;

  padding: 20px 0;

}



.footer .zuo3 ul {

  display: flex;

  justify-content: space-between;

}



.footer .zuo3 ul li {

  float: left;

}



.footer .zuo3 ul li.lx {

  float: left;

  width: 280px;

}



.footer .zuo3 ul li.lx i {

  display: inline-block;

  margin-right: 8px;

}



.footer .zuo3 ul li.lx .tb {

  padding-top: 20px

}



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

  width: 30px;

  margin-right: 10px;

  position: relative;

  float: left;

}



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

  font-size: 20px;

}



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

  width: 120px;

  position: absolute;

  left: 50%;

  margin-left: -60px;

  background: #fff;

  top: -120px;

  display: none;

}



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

  display: block;

}



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

  width: 100%;

}



.footer .zuo3 ul li.ly {

  float: right;

  margin-right: 0;

  width: 400px;

}



.footer .zuo3 ul li.ly input.w_z {

  width: 48%;

  height: 40px;

  font-size: 14px;

  line-height: 40px;

  margin-bottom: 10px;

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

  padding: 0 5px;

  box-sizing: border-box;

  background: #333;

  color: #fff;

}



.footer .zuo3 ul li.ly input.w_z.da {

  width: 100%;

}



.footer .zuo3 ul li.ly input.a_n {

  width: 150px;

  height: 40px;

  background-color: #e93429;

  font-size: 14px;

  color: #fff;

  line-height: 40px;

}



.footer .zuo3 ul li.ly textarea {

  width: 100%;

  height: 90px;

  padding: 5px;

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

  outline: none;

  resize: none;

  font-size: 14px;

  line-height: 30px;

  margin-bottom: 30px;

  box-sizing: border-box;

  background: #333;

  color: #fff;

}



.flex {

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

}



.footer .zuo3 ul li.ly p {

  font-size: 16px;

  line-height: 2;

  margin-bottom: 10px;

  color: #fff;

  opacity: 0.65;

}



.footer input {

  width: 100%;

  height: 32px;

  background-color: rgba(130, 130, 130, .4);

  padding: 0 5px;

  display: block;

  font-size: 14px;

  line-height: 32px;

  color: #333;

  margin-bottom: 8px;

  box-sizing: border-box;

}



.footer button {

  width: 150px;

  height: 48px;

  background-color: #e93429;

  font-size: 16px;

  margin-bottom: 5px;

  line-height: 48px;

  color: #fff;

  text-align: center;

  text-transform: uppercase;

  border-radius: 6px;

  cursor: pointer;

}





.footer .zuo3 ul li .tit1 {

  width: 100%;

  overflow: hidden;

  margin-bottom: 20px;

}



.footer .zuo3 ul li .tit1 a {

  font-size: 20px;

  font-weight: bold;

  color: #FFF;

  line-height: 36px;

  display: block;

  text-transform: uppercase;

  width: 100%;

  margin: 0;

}



.footer .zuo3 ul li .line {

  margin-bottom: 20px;

  height: 2px;

  margin-top: 10px;

  display: none

}



.footer .zuo3 ul li .line span {

  width: 15px;

  height: 1px;

  background: #e93429;

  -webkit-transition: all 1s;

  -moz-transition: all 1s;

  -o-transition: all 1s;

  transition: all 1s;

  display: block

}



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

  width: 50px;

  height: 1px;

}



.footer .zuo3 ul li a {

  width: 100%;

  display: block;

  line-height: 2;

  font-size: 16px;

  color: #fff;

  margin: 6px 0;

}



.footer .zuo3 ul li a:hover {

  color: #e93429;

}



.dzwz {

  line-height: 30px;

  width: 450px;

}



.dzwz p {

  line-height: 2;

  color: #fff;

  font-size: 16px;

  margin: 6px 0;

}



.footer .you3 {

  width: 350px;

  float: right;

}



.footer .you3 .weixin {

  width: 100px;

  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 {

  padding: 20px 0;

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

  margin-top: 10px;

  background: #1D1B1B;

}



.copy {

  width: 1200px;

  margin: 0 auto;

  text-align: center;

  line-height: 30px;

}



.copy p {

  font-size: 16px;

  text-transform: uppercase;

  color: #fff;

}



.copy p a {

  color: #fff;

  -webkit-transition: 0.9s;

  -moz-transition: 0.9s;

  -o-transition: 0.9s;

  transition: 0.9s;

}



.nban {

  height: 660px;

  width: 100%;

  position: relative;

}



.nban .w_z {

  height: 100%;

  width: 100%;

  position: absolute;

  left: 0;

  top: 0;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  color: #fff;

  font-size: 44px;

  font-weight: bold;

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

}



.nban .w_z .con {

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

}



.nban .w_z .line {

  width: 60px;

  height: 4px;

  border-radius: 2px;

  background: #e93429;

  margin: 15px auto 35px;

}



.nban .w_z h3 {

  font-size: 20px;

  line-height: 1.6;

  max-width: 1200px;

  color: #fff;

}



.nban .w_z h3 a {

  color: #fff;

}



.nban .w_z .a_n {

  line-height: 55px;

  display: inline-block;

  background: #e93429;

  padding: 0 30px;

  margin: 20px auto 0;

  border-radius: 8px;

  height: 55px;

  font-size: 18px;

  color: #fff;

}



.nban .w_z .a_n a {

  color: #fff;

}



.nban .w_z .a_n:hover {

  background: #c5261e;

}



.ndbt {

  font-size: 50px;

  color: #333;

  font-weight: bold;

  padding: 65px 0;

}



.nleft {

  width: 22%;

  float: left;

}



.nleft ul li {

  font-size: 17px;

  border-bottom: 1px solid #e0e3ea;

}



.nleft ul li .y_j {

  position: relative;

  padding: 25px 0;

}



.nleft ul li .y_j i {

  position: absolute;

  width: 50%;

  background: url(../images/jiahao1.png) right center / 20px no-repeat;

  height: 100%;

  top: 0;

  right: 0;

}



.nleft ul li .y_j i.on {

  background: url(../images/jianhao_o.png) right center / 20px no-repeat;

}



.nleft ul li .y_j a {

  color: #222;

  font-weight: bold;

}



.nleft ul li .e_j {

  position: relative;

  display: none;

  padding-top: 10px;

  padding-bottom: 10px;

}



.nleft ul li .e_j a {

  font-size: 14px;

  line-height: 2;

  display: block;

  padding: 5px 8px;

}



.nright {

  width: 74%;

  float: right;

}



.nright .bt {

  font-size: 20px;

  color: #333;

  font-weight: bold;

  margin-bottom: 15px;

}



.nright .cp {

  padding-bottom: 60px;

}



.nright .cp ul li {

  width: 30.3333%;

  float: left;

  margin: 1.5%;

}



.nright .cp ul li .tp {

  overflow: hidden;

  position: relative;

  height: 240px;

}



.nright .cp ul li h3 {

  font-size: 16px;

  font-weight: bold;

  color: #333;

  margin: 10px 0;

  text-align: center;

}



.nright .cp ul li img {

  width: 100%;

  display: block;

  height: 100%;

  object-fit: cover;

  -webkit-transition: all 1.5s;

  -moz-transition: all 1.5s;

  -o-transition: all 1.5s;

  transition: all 1.5s;

}



.nright .cp ul li:hover img {

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 1.5s;

  -moz-transition: all 1.5s;

  -o-transition: all 1.5s;

  transition: all 1.5s;

}



.nright .cp ul li .mb {

  position: absolute;

  width: 100%;

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  z-index: 3;

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

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  opacity: 0;

}



.nright .cp ul li:hover .mb {

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

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  opacity: 1;

}



.nright .cp ul li:hover h3 {

  color: #0069fe;

}



.nright .cp ul li .mb .more {

  width: 120px;

  height: 38px;

  margin-top: 30px;

  text-align: center;

  font-size: 14px;

  position: relative;

  border: #fff 1px solid;

  line-height: 38px;

}



.nright .cp ul li .mb .more::before {

  width: 30px;

  height: 1px;

  content: "";

  background: #fff;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.nright .cp ul li .mb .more:hover::before {

  width: 0;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.nright .cp ul li .mb .more a {

  color: #fff;

  position: relative;

  z-index: 3;

}



.nright .cp ul li .mb .more:hover a {

  color: #0069fe;

}



.nright .cp ul li .mb .more span {

  width: 0;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  z-index: 1;

  background: #fff;

}



.nright .cp ul li .mb .more:hover span {

  width: 100%;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.ny_cplb {

  width: 100%;

}



.ny_cplb ul {

  display: flex;

  flex-wrap: wrap;

}



.ny_cplb ul li {

  width: 31.3333%;

  /* float: left; */

  margin: 1%;

  background: #fff;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  border: #eee 1px solid;

  box-sizing: border-box;

}



.ny_cplb ul li .tips {

  background-color: #e93429;

  position: absolute;

  right: 0;

  top: 0;

  min-width: 80px;

  padding: 0 15px;

  line-height: 28px;

  font-size: 16px;

  color: rgb(255, 255, 255);

  text-align: center;

  border-radius: 0 0 0 10px;

  z-index: 9;

}



.ny_cplb ul li:hover {

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

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

  transform: translateY(-10px);

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

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

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

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.ny_cplb ul li .t_p {

  overflow: hidden;

  position: relative;

  padding-top: 100%;

}



.ny_cplb ul li img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  left: 0;

  top: 0;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.ny_cplb ul li:hover img {

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.ny_cplb ul li .w_z {

  padding: 15px;

}



.ny_cplb ul li h3 {

  font-size: 20px;

  margin-bottom: 10px;

  color: #111;

}



.ny_cplb ul li:hover h3 {

  color: #e93429;

}



.ny_cplb ul li h4 {

  font-size: 15px;

  color: #333;

}



.nycon {

  padding: 60px 0;

}



.nycon .left {

  width: 320px;

  border: #eee 1px solid;

  box-sizing: border-box;

  float: left;

}



.nycon .left .bt {

  line-height: 42px;

  font-size: 20px;

  color: #333;

  text-transform: capitalize

}



.nycon .left .bt2 {

  color: #222;

  line-height: 42px;

  font-size: 18px;

  text-transform: capitalize;

  padding-left: 10px;

  display: none;

}



.subNavBox {

  position: relative;

  z-index: 5;

  border-bottom: #eee 1px solid;

}



.search2 {

  width: 33.3333%;

  padding: 0px 15px;

  box-sizing: border-box;

  position: absolute;

  right: 0;

  top: 49px;

  border: #eee 1px solid;

}



.search2 input.w_z {

  width: 90%;

  height: 60px;

  border-radius: 0;

  font-size: 18px;

  line-height: 60px;

  color: #555;

  float: left;

  -webkit-appearance: none;

}



.search2 button.s_c {

  width: 10%;

  height: 60px;

  font-size: 18px;

  line-height: 60px;

  text-align: center;

  float: left;

  -webkit-appearance: none;

  font-weight: bold;

}



.search2 i {

  font-size: 18px;

}



.subNavBox .kd {

  width: 33.3333%;

  border-right: #eee 1px solid;

  line-height: 60px;

  float: left;

  position: relative;

}



.subNav {

  cursor: pointer;

  font-size: 18px;

  color: #222;

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

  background-position: 98% 50%;

  background-size: 10px;

  width: 100%;

  line-height: 24px;

  float: left;

  position: relative;

  padding-left: 15px;

  box-sizing: border-box;

  border-bottom: #eee 1px solid;

  padding: 15px;

}



.subNav a {

  color: #222;

  display: block;

}



.currentDd {

  color: #fff

}



.currentDt {

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

  background-size: 20px;

  background-color: #e93429;

}



.currentDt a {

  color: #fff;

  display: block;

}



.navContent {

  padding: 20px 20px 35px;

  box-sizing: border-box;

  position: relative;

  display: none;

}



.navContent li {

  line-height: 45px;

  color: #666;

  box-sizing: border-box;

  font-size: 16px;

  overflow: hidden;

}



.navContent li a {

  display: block;

}



.navContent li .lm {

  width: 150px;

  float: left;

  color: #111;

}



.navContent li .lb {

  width: calc(100% - 150px);

  float: right;

}



.navContent li .lb a {

  padding: 0 20px;

  display: inline-block;

  margin: 0 8px;

  background: #f1f1f1;

  border-radius: 4px;

  font-size: 16px;

  color: #222;

}



.navContent li .lb a:hover {

  background: #e93429;

  color: #fff;

}



.navContent li .lb a.on {

  background: #e93429;

  color: #fff;

}



.navContent li a:hover {

  color: #e93429;

}



.cp_tb {

  margin-top: 30px;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 80px 0;

}



.cp_tb .t_b {

  width: 90px;

}



.cp_tb .t_b img {

  width: 100%;

}



.cp_tb .w_z {

  width: calc(100% - 380px);

  line-height: 1.8;

  font-size: 18px;

  color: #fff;

  margin-left: 90px;

}



.nycon .right {

  width: calc(100% - 350px);

  float: right;

}



.nycon .right h1 {

  font-size: 24px;

  color: #333;

  margin-bottom: 20px;

}























.cpnr {

  padding: 50px 0;

  overflow: hidden;

  border-bottom: #f5f5f5 1px solid;

}



.cpnr .tp {

  width: 45%;

  position: absolute;

  left: 0;

  top: 0;

}



.cpnr .tp.l2 {

  right: 0;

  left: auto;

  text-align: center;

}



.cpnr .tp img {

  height: 400px;

  object-fit: cover;

  margin: 0 auto;

}



.cpnr .con {

  position: relative;

}



.cpnr .w_z {

  width: 50%;

  height: 400px;

  display: flex;

  flex-direction: column;

  justify-content: center;

}



.cpnr .w_z h3 {

  font-size: 32px;

  color: #222;

  line-height: 60px;

  font-weight: 600;

  margin-bottom: 8px;

}



.cpnr .w_z p {

  font-size: 16px;

  line-height: 30px;

  color: #333;

}



.ny_fa {

  padding: 50px 0;

  overflow: hidden;

}



.ny_fa .tp {

  width: 45%;

}



.ny_fa .tp img {

  width: 100%;

  object-fit: cover;

  margin: 0 auto;

}



.ny_fa .con {

  position: relative;

}



.ny_fa .w_z {

  width: 50%;

}



.ny_fa .w_z h3 {

  font-size: 50px;

  color: #222;

  line-height: 60px;

  font-weight: 600;

  margin-bottom: 25px;

}



.ny_fa .w_z p {

  font-size: 16px;

  line-height: 30px;

  color: #333;

}



.ny_fa1 {

  padding: 50px 0;

  overflow: hidden;

}



.gray {

  background: #f5f5f5;

}



.ny_fa1 .w_z {

  width: 100%;

  max-width: 700px;

  margin: 0 auto;

  text-align: center;

}



.ny_fa1 .w_z h3 {

  font-size: 50px;

  color: #222;

  line-height: 60px;

  font-weight: 600;

  margin-bottom: 8px;

}



.ny_fa1 .w_z p {

  font-size: 16px;

  line-height: 32px;

  color: #333;

}



.ny_fa1 .tp {

  width: 100%;

  text-align: center;

  margin-top: 30px;

}



.ny_fa1 .tp img {

  height: 400px;

  margin: 0 auto;

}



.ny_tjcp {

  padding: 0px 0 60px;

  position: relative;

}



.swiper-yyly {

  width: 100%;

  margin: 0 auto;

  padding-bottom: 50px !important;

}



.swiper-yyly .swiper-slide {

  position: relative;

}



.swiper-yyly .swiper-slide img {

  width: 100%;

  height: auto;

  display: block;

}



.swiper-yyly .swiper-slide .w_z {

  width: 100%;

  padding: 10px 5%;

  background-color: rgba(0, 0, 0, .6);

  position: absolute;

  bottom: 0px;

  left: 0;

  color: #fff;

  transition: all .5s;

  -webkit-transition: all .5s;

  -moz-transition: all .5s;

  -ms-transition: all .5s;

  -o-transition: all .5s;

}



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

  font-size: 14px;

  color: #fff;

  position: relative;

  text-align: center;

}



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

  background-color: rgba(53, 50, 131, .9);

  bottom: 10px;

}



.ny_al .swiper-pagination-bullet {

  background: #ccc;

  border: #ccc 1px solid;

}



.ny_al .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #1f69a3;

  border: #1f69a3 1px solid;

}



.ny_al {

  padding-bottom: 60px;

  padding-top: 60px;

}



.htit {

  font-size: 26px;

  color: #333;

  margin-bottom: 20px;

}





.ny_jj {

  margin: 70px auto;

}



.ny_jj .w_z {

  width: 50%;

}



.ny_jj .w_z h3 {

  position: relative;

  font-size: 42px;

  color: #222;

  margin-bottom: 50px;

  font-weight: bold

}



.ny_jj .w_z h4 {

  font-size: 24px;

  color: #333;

  font-weight: bold

}



.ny_jj .mb20 {

  margin-bottom: 20px;

}



.ny_jj .mt20 {

  margin-top: 20px;

}



.ny_jj .w_z h3::after {

  content: "";

  width: 60px;

  bottom: -15px;

  height: 4px;

  background: #e93429;

  position: absolute;

  left: 0;

}



.ny_jj .w_z .text {

  font-size: 20px;

  line-height: 2;

  color: #444;

}



.ny_jj .tp {

  width: 45%;

  position: relative;

}



.ny_jj .tp .box {

  position: absolute;

  left: -25px;

  width: 100%;

  height: 100%;

  border: #ccc 10px solid;

  bottom: -25px;

  box-sizing: border-box;

  z-index: 1;

}



.ny_jj .tp img {

  width: 100%;

  display: block;

  position: relative;

  z-index: 3;

}



.ny_jj2 {

  padding: 80px 0;

}



.ny_jj2 .tit h1 {

  color: #fff;

}



.ny_jj2 .tit h3 {

  color: #fff;

}



.ny_jj2 ul {

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

}



.ny_jj2 ul li {

  display: flex;

  justify-content: space-between;

  margin: 0 0 25px;

  align-items: flex-start;

  background-color: #fff;

  width: 32%;

  padding: 30px 20px;

  box-sizing: border-box;

  border-radius: 8px;

}



.ny_jj2 ul li:hover {

  background: #e93429;

}



.ny_jj2 ul li .t_p {

  width: 60px;

  height: 60px;

  border-radius: 50%;

  background: #e93429;

  text-align: center;

  line-height: 60px;

  color: #FFF;

}



.ny_jj2 ul li:hover .t_p {

  background: #fff;

  color: #e93429;

}



.ny_jj2 ul li .t_p i {

  font-size: 30px;

}



.ny_jj2 ul li .w_z {

  width: calc(100% - 80px);

}



.ny_jj2 ul li .w_z h3 {

  font-size: 20px;

  color: #222;

  margin-bottom: 10px;

  font-weight: bold;

}



.ny_jj2 ul li:hover .w_z h3 {

  color: #fff;

}



.ny_jj2 ul li .w_z p {

  font-size: 16px;

  color: #444;

  line-height: 1.5;

  display: -webkit-box;

  overflow: hidden;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

}



.ny_jj2 ul li:hover .w_z p {

  color: #fff;

}



.ny_jj3 {

  padding: 70px 0;

  background: #f5f5f5;

}



.ny_jj3 ul {

  display: flex;

  justify-content: space-between;

  align-items: stretch;

  flex-wrap: wrap;

}



.ny_jj3 ul li {

  width: 32%;

  background: #fff;

  border-radius: 8px;

  overflow: hidden;

  margin-bottom: 20px;

}



.ny_jj3 ul li .t_p {

  width: 100%;

  overflow: hidden;

  position: relative;

  padding-top: 65%;

}



.ny_jj3 ul li .t_p img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  position: absolute;

  left: 0;

  top: 0;

  transition: all .5s;

  -webkit-transition: all .5s;

  -moz-transition: all .5s;

  -ms-transition: all .5s;

  -o-transition: all .5s;

}



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

}



.ny_jj3 ul li h3 {

  font-size: 16px;

  color: #222;

  text-align: center;

  margin: 15px 0;

}



.ny_jj3 ul li:hover h3 {

  color: #e93429;

}



.ny_jj3 h4 {

  font-size: 24px;

  color: #333;

  font-weight: bold;

  margin-top: 30px;

}





.sy_gy {

  padding: 80px 0;

  overflow: hidden;

}



.sy_gy .n_r {

  font-size: 20px;

  color: #fff;

  line-height: 1.8;

  text-align: center;

}



.sy_gy .zi {

  margin: 40px 0 60px;

  line-height: 2;

  font-size: 16px;

  color: #fff;

}



.sy_gy .more {

  display: block;

  text-align: center;

  width: 200px;

  height: 50px;

  font-size: 16px;

  background: #e93429;

  color: #fff;

  box-sizing: border-box;

  padding: 0 30px;

  line-height: 50px;

  border-radius: 30px;

  position: relative;

  overflow: hidden;

  margin: 50px auto 0;

}



.sy_gy .more a {

  color: #fff;

  position: relative;

  z-index: 8

}



.sy_gy .more i {

  font-size: 20px;

  margin-left: 10px;

}



.sy_gy .more span {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 0;

  height: 100%;

  background: #d3251a;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.sy_gy .more:hover span {

  width: 100%;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.sy_gy .more::after {

  content: '';

  display: block;

  width: 15px;

  height: 14px;

  position: absolute;

  right: 30px;

  top: 50%;

  margin-top: -7px;

}





.video-wrapper {

  position: relative;

  width: 100%;

}



.video-js {

  width: 100%;

  height: auto;

  aspect-ratio: 16/9;

}



.play-overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

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

  cursor: pointer;

  z-index: 10;

}



.play-icon {

  width: 60px;

  height: 60px;

  border-radius: 50%;

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

  backdrop-filter: blur(5px);

  display: flex;

  justify-content: center;

  align-items: center;

  display: none;

}



.play-icon::after {

  content: "";

  display: block;

  width: 0;

  height: 0;

  border-top: 12px solid transparent;

  border-bottom: 12px solid transparent;

  border-left: 20px solid white;

  margin-left: 5px;

}





.sy_cpfw {

  padding: 0px 0 70px;

  position: relative;

}



.sy_cpfw .con {

  position: relative;

  z-index: 9;

}



.swiper-cp {

  margin: 0 auto;

  padding-bottom: 50px;

}



.swiper-cp .swiper-slide {

  position: relative;

  background: #fff;

}



.swiper-cp .swiper-slide .t_p {

  overflow: hidden;

  position: relative;

  height: 300px;

}



.swiper-cp .swiper-slide img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  z-index: 1;

}



.sy_cpfw .swiper-button-prev {

  width: 38px;

  height: 50px;

  left: 0px;

  font-size: 25px;

  margin-top: -25px;

}



.sy_cpfw .swiper-button-prev i {

  font-size: 30px;

  color: #fff;

}



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

  color: #01408f;

}



.sy_cpfw .swiper-button-next {

  width: 38px;

  height: 50px;

  margin-top: -25px;

  right: 0px;

}



.sy_cpfw .swiper-button-next i {

  font-size: 30px;

  color: #fff;

}



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

  color: #01408f;

}





.ny_ryzz {

  padding: 60px 0;

}



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

  -webkit-transform: scale(1);

  transform: scale(1);

  -o-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  z-index: 10;

}



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

  display: block;

  max-width: 100%;

  border: 1px solid #cccccc;

  padding: 8px;

  height: auto;

  margin: 0 auto;

  width: auto;

  box-sizing: border-box;

}



.honors-wraper {

  position: relative;

  padding: 0;

}



.honors-sw-hook {

  position: relative;

  overflow: hidden;

  padding: 20px 0 20px;

}



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

  -webkit-transition: all .7s ease;

  -o-transition: all .7s ease;

  -moz-transition: all .7s ease;

  transition: all .7s ease;

  width: 20%;

  -webkit-transition: transform 1.0s;

  -moz-transition: transform 1.0s;

  -ms-transition: transform 1.0s;

  -o-transition: transform 1.0s;

  text-align: center;

  box-sizing: border-box;

}



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

  color: #dd0303;

  font-weight: bold;

}



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

  padding-top: 10px;

  font-size: 16px;

}



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

  display: block;

  width: 100%;

  border: 1px solid #cccccc;

  padding: 8px;

}



.ny_ryzz .swiper-btn {

  display: block;

  width: 42px;

  height: 42px;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

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

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

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

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

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

  z-index: 99;

}



.ny_ryzz .honor-prev {

  left: 0;

  background-position: 0 0;

}



.ny_ryzz .honor-next {

  right: 0;

  background-position: right 0;

}



@media (min-width: 1024px) {

  .honors-wraper {

    margin-top: 25px;

  }



  .honors-sw-hook {

    padding: 45px 0;

  }



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

    -webkit-transform: scale(0.8);

    -ms-transform: scale(0.8);

    -o-transform: scale(0.8);

    transform: scale(0.8);

    -moz-transform: scale(0.8);

    margin-right: 25px;

  }



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

    -webkit-transform: scale(1.2);

    transform: scale(1.2);

    -o-transform: scale(1.2);

    -moz-transform: scale(1.2);

    -ms-transform: scale(1.2);

    z-index: 10;

  }



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

    -webkit-transform: scale(1.2);

    -ms-transform: scale(1.2);

    -o-transform: scale(1.2);

    transform: scale(1.2);

    -moz-transform: scale(1.2);

    padding-top: 18px;

  }



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

    -webkit-transform: scale(0.9);

    -ms-transform: scale(0.9);

    -o-transform: scale(0.9);

    transform: scale(0.9);

    -moz-transform: scale(0.9);

  }



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

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

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    z-index: 9;

    -moz-transform: scale(1);

    -o-transform: scale(1);

  }



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

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

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    transform: scale(1.1);

    z-index: 9;

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

  }



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

    right: 2%;

  }



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

    left: 2%;

  }



  .ny_ryzz .swiper-btn {

    display: block;

  }



  .ny_ryzz .honor-prev {

    left: -30px;

  }



  .ny_ryzz .honor-next {

    right: -30px;

  }



  .ny_ryzz .swiper-btn:hover {

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

  }

}





.ny_ryzz .swiper-pagination-bullet {

  width: 36px;

  height: 3px;

  display: inline-block;

  background: #ccc;

  opacity: 1;

}



.ny_ryzz .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #00833b;

  border: #00833b 1px solid;

}







.aboutc2 {

  padding: 60px 0 70px;

  overflow: hidden;

}



.aboutc2 .aboutclist {

  width: 46%;

  height: 380px;

  margin: 0 2%;

  border-radius: 2rem;

  position: relative;

  overflow: hidden;

}



.aboutc2 .aboutclist.l1 {

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

  transition: all 3s;

  -wbkit-transition: all 3s;

  -o-transition: all 3s;

  -moz-transition: all 3s;

}



.aboutc2 .aboutclist.l1:hover {

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

  transition: all 3s;

  -wbkit-transition: all 3s;

  -o-transition: all 3s;

  -moz-transition: all 3s;

}



.aboutc2 .aboutclist.l2 {

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

  transition: all 3s;

  -wbkit-transition: all 3s;

  -o-transition: all 3s;

  -moz-transition: all 3s;

}



.aboutc2 .aboutclist:hover.l2 {

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

  transition: all 3s;

  -wbkit-transition: all 3s;

  -o-transition: all 3s;

  -moz-transition: all 3s;

}



.aboutc2 .aboutclist .mb {

  padding: 40px 30px;

  box-sizing: border-box;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

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

}



.aboutc2 .aboutclist .icon {

  width: 90px;

  height: 90px;

  margin: 0 auto;

  line-height: 90px;

  text-align: center;

  border: #fff 1px solid;

  border-radius: 50%;

}



.aboutc2 .aboutclist .icon i {

  font-size: 50px;

  color: #fff;

}



.aboutc2 .aboutclist:hover .icon {

  -webkit-transform: rotateY(360deg);

  -moz-transform: rotateY(360deg);

  -o-transform: rotateY(360deg);

  -ms-transform: rotateY(360deg);

  transform: rotateY(360deg);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.aboutc2 .aboutclist .cntitle {

  color: #fff;

  font-size: 24px;

  text-align: center;

  margin-top: 25px

}



.aboutc2 .aboutclist .entitle {

  color: #fff;

  font-size: 16px;

  text-align: center;

  margin-top: 5px;

  font-family: din;

  font-weight: bold

}



.aboutc2 .aboutclist .line {

  width: 26px;

  height: 3px;

  background-color: #e93429;

  margin: 17px auto 0

}



.aboutc2 .aboutclist .text {

  color: #fff;

  font-size: 16px;

  text-align: center;

  margin-top: 40px;

  line-height: 1.8;

  letter-spacing: 1px;

}





.ny_cpp2 {

  background: #f2f2fe;

  padding: 60px 0;

  overflow: hidden;

}



.ny_cpp2 ul {

  margin-top: 50px;

  ;

  display: flex;

  justify-content: space-between;

  align-items: stretch;

}



.ny_cpp2 ul li {

  width: 16%;

  float: left;

  background: #fff;

  border-radius: 10px;

  overflow: hidden;

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

  text-align: center;

  padding: 15px;

  box-sizing: border-box;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.ny_cpp2 ul li:hover {

  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;

}



.ny_cpp2 ul li img {

  max-width: 100%;

  margin: 0 auto;

  display: block;

}



.ny_cpp2 ul li h3 {

  font-size: 20px;

  margin: 10px 0;

  text-align: center;

  color: #222;

  font-weight: bold;

}



.cpxq {

  padding: 0px 0 50px;

  margin: 0 auto;

}



.ny_lx {

  padding: 60px 0;

  overflow: hidden;

}



.ny_lx .xxpl {

  width: 50%;

}



.ny_lx .xxpl h3 {

  font-size: 20px;

  color: #654b2f;

  margin: 10px 0 5px;

  position: relative;

  padding-top: 10px;

  text-transform: uppercase;

}



.ny_lx .xxpl h4 {

  font-size: 28px;

  color: #333;

  margin-bottom: 50px;

}



.ny_lx .xxpl p {

  font-size: 18px;

  line-height: 1.8;

  color: #333;

  margin-bottom: 10px;

}



.ny_lx .xxpl p i {

  margin-right: 8px;

  font-size: 20px;

}



.ny_lx .zxly {

  width: 45%;

}



.ny_lx .zxly h3 {

  font-size: 20px;

  color: #654b2f;

  margin: 10px 0 5px;

  position: relative;

  padding-top: 10px;

  text-transform: uppercase;

}



.ny_lx .zxly h4 {

  font-size: 28px;

  color: #333;

  margin-bottom: 50px;

}



.ny_lx .zxly input.w_z {

  width: 48%;

  height: 40px;

  font-size: 14px;

  line-height: 40px;

  margin-right: 2%;

  margin-bottom: 10px;

  border: 1px solid #e7e7e7;

  padding: 0 5px;

  box-sizing: border-box;

  background: #fff;

}



.ny_lx .zxly input.w_z.no {

  margin-right: 0;

}



.ny_lx .zxly input.a_n {

  width: 120px;

  height: 40px;

  background-color: #283550;

  font-size: 14px;

  color: #fff;

  line-height: 40px;

  margin-right: 40px;

}



.ny_lx .zxly textarea {

  width: 100%;

  height: 66px;

  padding: 5px;

  border: 1px solid #e7e7e7;

  outline: none;

  resize: none;

  font-size: 14px;

  line-height: 28px;

  margin-bottom: 30px;

  box-sizing: border-box;

}



.sjbk1 {

  display: none

}



.page {



  padding: 30px 0 0;



  text-align: center;



}







.page a {



  display: inline-block;



  padding: 10px 12px;



  color: #333;



  font-size: 16px;



  margin: 0 5px;



}







.page a:hover,



.page .on {



  background: #333;



  color: #fff;



}



/*产品详情*/



.cpxq {



  padding: 60px 0;



  margin: 0 auto;



}







.cpxq .left {



  width: 47%;



  float: left;



}







.cpxqBox {







  width: 100%;







  overflow: hidden;







  position: relative;







}







.cpxq .right {



  width: 48%;



  float: right;



}







.cpxq .right h5 {



  font-size: 20px;



  color: #555;



  margin-bottom: 10px;



}







.cpxq .right h3 {



  font-size: 32px;



  color: #333;



  margin-bottom: 50px;



  font-weight: bold;



  margin-top: 10px;



}







.cpxq .right p {



  font-size: 16px;



  line-height: 1.8;



  color: #555;



  margin-bottom: 20px;



}







.cpxq .right h4 {



  font-size: 20px;



  font-weight: bold;



  color: #246744;



}







.cpxq .right .zxzx {



  width: 180px;



  height: 50px;



  border-radius: 6px;



  background: #246744;



  text-align: center;



  line-height: 50px;



  margin-top: 50px;



  transition: all 0.3s;



  -wbkit-transition: all 0.3s;



  -o-transition: all 0.3s;



  -moz-transition: all 0.3s;



}







.cpxq .right .zxzx a {



  color: #fff;



  font-size: 18px;



}







.cpxq .right .zxzx:hover {



  background: #af1314;



  transition: all 0.3s;



  -wbkit-transition: all 0.3s;



  -o-transition: all 0.3s;



  -moz-transition: all 0.3s;



}







.cpxq .cptd {



  padding-top: 50px;

  min-height: 400px;

  line-height: 2;



}







.cpxq .cptd p img {



  max-width: 100%;



}
.cpxq .cptd {overflow: auto;}
.cpxq .cptd table{
  border-collapse: collapse;
  display: table;
  max-width: 100%;
}
.cpxq .cptd table, th, td {
  padding: 5px 10px;
  border: 1px solid #DDD;
}






.cpxq .cptd .bt {



  font-size: 20px;



  color: #fff;



  margin-bottom: 40px;



  font-weight: bold;



  border-bottom: #eee 2px solid;



  line-height: 2.2;



}







.cpxq .cptd .bt i {



  font-size: 24px;



  margin-right: 10px;



  vertical-align: middle;



  font-weight: normal;



}







.cpxq .cptd h3 {



  font-size: 18px;



  color: #333;



  font-weight: bold;



  margin-bottom: 15px;



}







.cpxq .cptd .bt span {



  display: inline-block;



  padding: 0 30px;



  background: #1D1B1B;



  border-radius: 10px 10px 0 0

}







.cpxq .cptd p {



  font-size: 16px;



  /* line-height: 2; */



  /* color: #555; */



  /* margin-bottom: 15px; */



}



.cpxq .cptd h1,

.cpxq .cptd h2,

.cpxq .cptd h3,

.cpxq .cptd h4,

.cpxq .cptd h5,

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

}



.cpxq .cptd .list-paddingleft-2 {

  padding-left: 30px;

}



.cpxq .cptd .list-paddingleft-2 li {

  list-style: inherit;

}



.cpxq .cptd .list-paddingleft-2 li::marker {

  font-size: initial;

}





.gallery-top2 .swiper-slide {



  border: 1px solid #ccc;



  text-align: center;



}







.gallery-top2 .swiper-slide img {



  width: 60%;



}







.gallery-thumbs2 .swiper-slide {



  border: 1px solid #ccc;



  text-align: center;



}







.smallDiv {



  margin-top: 20px;



  position: relative;



}







.gallery-thumbs2 .swiper-slide img {



  width: 100%;



  height: 80px;



  object-fit: contain;



}







.gallery-thumbs2 .swiper-slide-thumb-active {



  border: 1px solid #1D1B1B;



}







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



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



  color: #e93429 !important;



  font-size: 40px;



}



.sy_news {



  margin: 80px auto 60px;



  overflow: hidden



}





.sy_news ul li {



  margin-bottom: 30px;



  overflow: hidden;

  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, .16), 0 0px 15px rgba(0, 0, 0, .16);



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

  transition: all 0.3s;







  -wbkit-transition: all 0.3s;







  -o-transition: all 0.3s;







  -moz-transition: all 0.3s;



}











.sy_news ul li:hover {



  background: #f6f6f6;







  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_news ul li .tp {



  width: 30%;



  float: left;



}







.sy_news ul li .tp img {



  width: 100%;



  display: block;



  max-height: 280px;



  object-fit: cover;



}







.sy_news ul li .wenz {



  width: 68%;



  float: right;



  padding: 15px;



  -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_news ul li .wenz h3 {



  font-size: 20px;



  margin-bottom: 15px;



  color: #333;



}







.sy_news ul li .wenz .sj {



  font-size: 14px;



  margin-bottom: 10px;



  color: #999;



}







.sy_news ul li .wenz p {



  font-size: 16px;



  line-height: 1.8;



  color: #666;



  display: -webkit-box;



  overflow: hidden;



  -webkit-box-orient: vertical;



  -webkit-line-clamp: 3;



}

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



  .sy_p1 ul li .box .w_z h2 {

    font-size: 36px;

    margin: 0 auto 6px;

  }



  .shou-2 {

    padding: 8vh 0;

    width: 94%;

    margin: 0 auto;

  }



  .shou-2-l {

    width: 40%;

    padding-top: 0

  }



  .shou-2-r {

    width: 55%;

  }



  .dzwz {

    width: 350px;

  }



  .sy_cpfw .swiper-button-prev {

    left: 0px;

    width: 30px;

    height: 30px;

    line-height: 30px;

  }



  .sy_cpfw .swiper-button-prev i {

    font-size: 20px;

  }



  .sy_cpfw .swiper-button-next {

    right: 0px;

    width: 30px;

    height: 30px;

    line-height: 30px;

  }



  .sy_cpfw .swiper-button-next i {

    font-size: 20px;

  }







}



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

  .tit h1 {

    font-size: 36px;

  }



  .sy_ys2 h4 {

    font-size: 23px;

  }



  .sy_fl ul li .wz h1 {

    font-size: 20px;

  }



  .sy_p3 ul li {

    padding: 30px 15px;

  }



  .product-number-info li b {

    font-size: 60px;

  }



  .sy_about2 {

    padding-bottom: 30%;

  }



  .tit h3 {

    margin: 20px auto 40px;

  }



  .tit {

    margin-bottom: 40px;

  }



  .footer .zuo3 ul li.ly {

    width: 300px;

  }



  .dzwz {

    width: 100%;

  }







}



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

  .sy_news {



    margin: 40px auto 30px;



  }

  .sy_news ul li .tp,.sy_news ul li .wenz{width: 100%;}

  .cpxq .left {



    width: 100%;



  }







  .cpxq .right {



    width: 100%;



    margin-top: 20px;



  }



  .header .right .yy .x_l {

    top: 60px;

  }



  .container {

    width: 94%;

    margin: 0 auto;

    -moz-box-sizing: border-box;

    /*Firefox3.5+*/

    -webkit-box-sizing: border-box;

    /*Safari3.2+*/

    -o-box-sizing: border-box;

    /*Opera9.6*/

    -ms-box-sizing: border-box;

    /*IE8*/

    box-sizing: border-box;

  }



  .gallery-top .swiper-slide {

    width: 100%;

    height: 22rem;

  }



  .gallery-top .swiper-slide .w_z h3 {

    font-size: 30px;

    line-height: 40px;

  }



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

    font-size: 20px;

  }



  .ban .swiper-slide .bg1 {

    height: 22rem;

  }



  .ban .swiper-slide {

    height: 22rem;

  }



  .ban .swiper-slide .word h3 {

    font-size: 32px;

    line-height: 30px;

  }



  .ban .swiper-slide .word h4 {

    font-size: 38px;

    line-height: 1.4;

    margin: 5px 0 15px 0;

  }



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

    font-size: 20px;

  }



  .sy_p1 ul li {

    width: 100%;

  }



  .ban .swiper-slide .word {

    left: 5%;

    margin-left: 0px;

    width: 90%;

    height: 180px;

    top: 50%;

    margin-top: -90px;

  }



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

    display: block;

    height: 40px;

    padding: 0 0px;

    line-height: 40px;

    bottom: 0px;

    margin-right: -80px;

  }



  .tit h1 {

    font-size: 30px;

  }



  .flex_ce {

    flex-wrap: wrap;

  }



  .sy_ys2 .w_z {

    width: 100%;

    margin-top: 25px;

  }



  .sy_ys2 .t_p {

    width: 100%;

    margin-top: 30px;

  }



  .sy_p3 ul {

    flex-wrap: wrap;

  }



  .sy_ys2 {

    padding: 40px 0;

  }



  .qylc {

    padding: 40px 0;

  }



  .qylc ul li h3 {

    font-size: 16px;

    height: 40px;

  }



  .product-number-info li b {

    font-size: 30px;

  }



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

    width: 90%;

    margin: 0 auto;

  }



  .index-contact {

    min-width: 100%;

    padding: 60px 0;

    background-attachment: inherit !important;

  }



  .ny_ryzz .swiper-btn {

    width: 32px;

    height: 32px;

    background: none

  }



  .ny_ryzz .honor-prev {

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

  }



  .ny_ryzz .honor-next {

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

  }



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

    padding: 4px;

  }



  .honors-sw-hook {

    padding: 0px 0 20px;

  }



  .shou-2 {

    padding: 4vh 0;

  }



  .shou-2-l {

    width: 100%;

  }



  .shou-2-l p {

    font-size: 32px;

    line-height: 40px;

  }



  .shou-2-l p span {

    font-size: 20px;

    padding-left: 80px;

  }



  .shou-2-l-z {

    padding-top: 0;

    font-size: 16px;

  }



  .shou-2-r {

    width: 100%;

    margin-top: 30px;

  }



  .sy_fl ul li {

    width: 100%;

  }



  .sy_fl ul {

    flex-wrap: wrap;

  }



  .sy_cpfw .swiper-button-prev {

    left: 0

  }



  .sy_cpfw .swiper-button-next {

    right: 0;

  }



  .hide {

    display: block !important;

    visibility: visible;

  }



  .show {

    display: none !important;

    visibility: hidden;

  }



  .tit h3 {

    font-size: 16px;

    margin-bottom: 30px;

  }



  .sy_about2 {

    padding-bottom: 41%;

  }



  .product-number-info li p {

    font-size: 14px;

  }



  .product-number-info li::after {

    width: 50px;

  }



  .product-number-info li {

    height: 90px;

  }



  .sy_about {

    padding: 30px 0;

  }



  .sy_about .container {

    flex-wrap: wrap;

  }



  .sy_about .tp {

    width: 100%;

    margin-right: 0;

  }



  .footer .zuo3 ul {

    flex-wrap: wrap

  }



  .footer_bg {

    padding: 15px 0 0px;

  }



  .footer .zuo3 ul li .tit1 {

    margin-bottom: 10px;

  }



  .footer .zuo3 ul li {

    width: 50%;

  }



  .footer .zuo3 ul li.lx {

    width: 50%;

  }



  .footer .zuo3 ul li.ly {

    width: 50%;

  }



  .copy {

    width: 90%;

    line-height: 1.4;

  }



  .header .right .lx {

    display: none

  }



  .header .right .yy {

    line-height: 60px;

    color: #333;

    padding: 0 5px;

  }



  .header .right {

    margin-left: 0;

    margin-right: 50px;

  }



  .header .right .ss {

    padding: 0 5px;

  }



  .ndbt {

    font-size: 25px;

    padding: 30px 0;

  }



  .nycon .left {

    width: 100%;

    position: relative;

  }



  .nycon .left .bt2 {

    display: block;

    position: relative;

    font-weight: bold;

  }



  .nycon .left .w_z {

    display: block;

    position: absolute;

    right: 5px;

    top: 0;

    padding: 0;

    width: 24px;

    height: 42px;

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

  }



  .subNavBox {

    display: none;

    position: absolute;

    left: 0;

    top: 42px;

    width: 100%;

    background: #fff;

  }



  .nycon .right {

    width: 100%;

    margin-top: 20px;

  }



  .nleft {

    width: 100%;

  }



  .nleft ul li .y_j {

    padding: 12px 0;

  }



  .nright {

    width: 100%;

    margin-top: 25px;

  }



  .nright .cp ul li {

    width: 46%;

    margin: 2%;

  }



  .nright .cp ul li .tp {

    height: 20rem;

  }



  .nright .cp {

    padding-bottom: 20px;

  }



  .cpxqban .left {

    width: 100%;

    margin-top: 20px;

  }



  .cpxqban .left h2 {

    font-size: 26px;

    line-height: 40px;

  }



  .cpxqban {

    height: 15rem;

  }



  .cpxqban .right {

    width: 100%;

    margin: 25px 0 0;

    height: 300px;

  }



  .sy_p1 {

    padding: 30px 15px;

  }



  .ny_cpp2 {

    padding: 30px 0;

  }



  .ny_cpp2 ul {

    margin-top: 30px;

    flex-wrap: wrap;

  }



  .ny_cpp2 ul li {

    width: 100%;

    margin-bottom: 20px;

  }



  .cpnr .tp {

    width: 100%;

    position: relative;

  }



  .cpnr .tp img {

    height: auto;

    width: 100%;

  }



  .cpnr .w_z {

    width: 100%;

    margin-top: 20px;

    height: auto;

  }





  .ny_jj {

    margin: 30px auto;

  }



  .ny_jj .w_z {

    width: 100%;

  }



  .ny_jj .tp {

    width: 100%;

    margin-top: 20px;

  }



  .ny_jj .w_z h3 {

    font-size: 26px;

    margin-bottom: 30px;

  }



  .sy_hzhb {

    padding: 30px 0;

  }



  .tit {

    margin-bottom: 30px;

  }



  .sy_hzhb ul li {

    width: 31.3333%;

    margin: 1% 1%;

  }



  .sy_p3 {

    padding: 3em 0;

  }



  .sy_p3 ul li {

    width: 100%;

    padding: 20px 20px;

    margin: 0 0 2%;

  }



  .sy_pro ul li .tp {

    width: 100%;

  }



  .sy_pro ul li .wenz {

    width: 100%;

    padding: 30px 6%;

    position: static;

    height: auto;

  }



  .nban {

    height: 16rem;

  }



  .nban .w_z {

    font-size: 25px;

  }



  .nban .w_z .line {

    margin: 5px auto 10px;

  }



  .nban .w_z h3 {

    font-size: 16px;

    margin-bottom: 30px;

  }



  .nban .w_z .a_n {

    line-height: 40px;

    padding: 0 10px;

    margin: 0px auto 0;

    height: 40px;

    font-size: 16px;

  }



  .ny_jj .w_z h4 {

    font-size: 20px;

  }



  .ny_jj .w_z .text {

    font-size: 18px;

  }



  .ny_jj2 {

    padding: 40px 0;

  }



  .subNav {

    font-size: 16px;

    line-height: 24px;

    padding-left: 10px;

  }



  .ny_cplb ul li {

    width: 48%;

    margin: 1% 1% 2%;

  }



  .ny_cplb ul li h3 {

    font-size: 18px;

  }



  .nycon {

    padding: 30px 0;

  }



  .ny_jj2 ul li {

    margin: 0 0 25px;

    flex-direction: column;

  }



  .ny_jj2 ul li .w_z {

    width: 100%;

  }



  .ny_jj3 {

    padding: 40px 0;

  }



  .sy_gy {

    padding: 40px 0;

  }



  .sy_cpfw {

    padding: 0px 0 20px;

  }



  .ny_ryzz {

    padding: 30px 0;

  }



  .ny_jr {

    padding: 30px 0;

  }



  .ny_jr ul li {

    width: 100%;

    margin: 2% 0;

  }



  .lxly {

    padding: 30px 0;

  }

}



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

  .s_jbk {

    display: none !important

  }



  .sjbk1 {

    display: block;

    padding: 30px 0;

    background: #f6f6f6;

  }



  .sjbk1 .w_z {

    font-size: 2.2rem;

    color: #222;

    font-weight: bold;

    text-align: center;

  }



  .sjbk1 .w_z .line {

    width: 60px;

    height: 4px;

    border-radius: 2px;

    background: #e93429;

    margin: 10px auto 20px;

  }



  .sjbk1 .w_z h3 {

    font-size: 16px;

    line-height: 1.6;

    color: #333;

  }



  .sjbk1 .w_z .a_n {

    line-height: 40px;

    display: inline-block;

    height: 40px;

    font-size: 14px;

    padding: 0 10px;

    margin: 20px auto 15px;

    background: #e93429;

    color: #fff;

    border-radius: 8px;

  }



  .sjbk1 .w_z .a_n a {

    color: #fff;

  }



  .gallery-top .swiper-slide .w_z h3 {

    font-size: 2.2rem;

    line-height: 40px;

  }



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

    font-size: 16px;

    margin-bottom: 0;

  }



  .gallery-top .swiper-slide .w_z .more {

    width: 160px;

    height: 45px;

    line-height: 45px;

    margin-top: 0px;

  }



  .shou-2-l p span {

    padding-left: 40px;

  }



  .sy_ys2 {

    padding: 10px 0 30px;

  }



  .sy_ys2 h4 {

    font-size: 20px;

  }



  .sy_p3 ul {

    flex-wrap: wrap;

  }



  .sy_ys2 .more {

    width: 140px;

    height: 45px;

    line-height: 45px;

    margin-right: 10px;

  }



  .sy_ys2 .more a {

    font-size: 14px;

  }



  .sy_ys2 .more a i {

    font-size: 20px;

  }



  .sy_cpfw .swiper-pagination-bullet {

    width: 10px;

  }



  .swiper-cp {

    padding-bottom: 30px;

  }



  .fh_top {

    width: 40px;

    height: 40px;

    right: 20px;

    bottom: 80px;

  }



  .tit {

    margin-bottom: 30px;

  }



  .tit h1 {

    font-size: 2.4rem;

  }



  .shou-5 .swi_Showoffice .swiper-slide {

    width: 100%;

  }



  .shou-5 .swi_Showoffice .swiper-slide .text p {

    display: none;

  }



  .shou-5 .swi_Showoffice .swiper-slide .text {

    width: auto;

  }



  .sy_about {

    padding-bottom: 2rem;

    padding-top: 40px

  }



  .shou-2 {

    width: 90%;

  }



  .sy_fl ul li .wz h1 {

    font-size: 20px;

  }



  .sy_fl ul li .wz a {

    font-size: 17px;

    margin-top: 10px;

  }



  .sy_fl ul li .wz a i {

    font-size: 16px;

    margin-right: 4px;

  }



  .sy_fl ul li .wz {

    padding: 40px 15px 20px;

  }



  .sy_ys2 .w_z li {

    font-size: 18px;

    line-height: 36px;

    padding-left: 45px;

  }



  .sy_ys2 .w_z li .t_b {

    width: 36px;

    height: 36px;

    line-height: 34px;

  }



  .sy_ys2 .w_z li i {

    font-size: 20px;

  }



  .qylc ul li {

    width: 100%;

  }



  .qylc ul li h3 {

    height: auto;

  }



  .tit h3 {

    margin-top: 10px;

    margin-bottom: 30px;

  }



  .sy_about .container {

    flex-wrap: wrap;

  }



  .sy_about .tp {

    width: 100%;

    margin-right: 0;

  }



  .sy_pro ul li .wenz h2 {

    font-size: 24px;

  }



  .sy_about .wenz {

    width: 100%;

    margin-top: 20px;

  }



  .sy_about2 {

    padding-bottom: 50rem;

  }



  .product-number-info li {

    width: 100%;

  }



  .product-number-info li::after {

    display: none;

  }



  .product-number-info ul {

    padding: 0px 0;

  }



  .index-contact h6 {

    font-size: 2.4rem;

    line-height: 1.4;

  }



  .index-contact p {

    line-height: 1.4;

    font-size: 18px;

  }



  .index-contact .btn {

    margin: 30px auto 0;

  }



  .index-contact .btn a {

    padding: 0 10px;

    margin: 0 6px 15px;

    border-radius: 8px;

    height: 45px;

    line-height: 45px;

    font-size: 14px;

  }



  .footer .zuo3 ul li {

    width: 100%;

    display: none;

  }



  .footer .zuo3 ul li.lx .tb {

    padding-top: 0px;

  }



  .footer .zuo3 ul li.ly input.w_z {

    width: 100%;

  }



  .footer .zuo3 ul li.lx {

    width: 100%;

    display: block;

  }



  .footer .zuo3 ul li.ly {

    width: 100%;

    display: block;

  }



  .dzwz p {

    font-size: 14px;

  }



  .dzwz {

    line-height: 1.8;

    width: 100%;

  }



  .copy p {

    font-size: 14px;

  }



  .nban {

    height: 20rem;

  }



  .nban .w_z h3 {

    font-size: 1.4rem;

    padding: 0;

    margin-bottom: 0;

    line-height: 1.5;

  }



  .nban .w_z .a_n {

    line-height: 35px;

    height: 35px;

    font-size: 14px;

  }



  .ndbt {

    font-size: 2rem;

    padding: 1.5rem 0;

  }



  .nleft ul li {

    font-size: 15px;

  }



  .ny_jj2 ul li {

    width: 100%;

  }



  .ny_jj2 ul li .t_p {

    margin-bottom: 15px;

  }



  /* .ny_jj3 ul {

    flex-wrap: wrap;

  } */



  .ny_jj3 ul li {

    width: 100%;

  }



  .nban .w_z {

    font-size: 2.2rem;

  }



  .subNavBox {

    height: auto;

  }



  .subNav {

    width: 100%;

    background-size: 8px;

  }



  .currentDt {

    background-size: 16px;

  }



  .sy_gy .tit h1 {

    line-height: 1.2;

  }



  .sy_gy .more {

    margin: 20px auto 0;

  }



  .sy_p3 ul li h3 {

    font-size: 20px;

  }



  .sy_p3 ul li .tb {

    margin-bottom: 15px;

  }



  .sy_p3 ul li p {

    max-width: 100%;

  }



  .cpxqban .left h2 {

    font-size: 1.8rem;

    line-height: 1.5;

  }



  .cpxqban .left p {

    font-size: 1.2rem;

    line-height: 20px;

  }



  .ny_jj .w_z h3 {

    font-size: 24px;

    margin-bottom: 20px;

  }



  .con {

    width: 90%;

  }



  .ctas li .icob {

    width: 50px;

    height: 50px;

    line-height: 50px !important;

    font-size: 20px !important;

  }



  .ctas li .ch0 {

    margin-top: 8px;

    font-size: 16px;

  }



  .ctas li .w_z {

    width: calc(100% - 70px);

  }



  .ny_zlxz ul li .tb {

    display: none

  }



  .ny_zlxz ul li .wenz {

    padding-left: 0px;

    width: 100%;

  }



  .aboutc2 {

    padding: 30px 0 40px;

  }



  .aboutc2 .aboutclist {

    width: 100%;

    height: 380px;

    margin: 2% 0;

  }



  .aboutc2 .aboutclist .text {

    margin-top: 20px;

    letter-spacing: 0;

  }



  .aboutc2 .aboutclist .icon {

    width: 70px;

    height: 70px;

    line-height: 70px;

  }



  .aboutc2 .aboutclist .icon i {

    font-size: 40px;

  }



















}

.detailP {



  margin: 70px auto 50px;



}







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



    margin: 40px auto 30px;



  }







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



}

.lxa .text p {

  line-height: 2;

  font-size: 16px;

  margin: 6px 0;

  color: black;

}



.lxa .text p i {

  display: inline-block;

  margin-right: 8px;

}



.lxa .tb {

  clear: both;

  margin-top: 20px;

}



.lxa .tb a {

  width: 30px;

  margin-right: 10px;

  position: relative;

  float: left;

}



.lxa .tb a i {

  font-size: 20px;

}



.lxa .tb a .wx {

  width: 120px;

  position: absolute;

  left: 50%;

  margin-left: -60px;

  background: #fff;

  top: -120px;

  display: none;

}



.lxa .tb a .wx img {

  width: 100%;

}



.lxa .tb a:hover .wx {

  display: block;

}