html,
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
  font: 14px/1.8 "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.wrap {
  margin: 0 auto;
  width: 96%;
  max-width: 1200px;
  overflow: hidden
}

.ny_wrap {
  margin: 0 auto;
  width: 80%;
  max-width: 1520px;
  overflow: hidden;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

img {
  max-width: 100%;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

.ovh {
  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: 3;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  *+height: 1%;
}

.row {
  margin-right: 0;
  margin-left: 0
}

dl,
ol,
ul,
p {
  margin-bottom: 0px
}

@font-face {
  font-family: "iconfont";
  /* Project id 3481188 */
  src: url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 4px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  background-color: #aaa;
  border-radius: 0px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background-color: #fff;
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: #fff;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

/**导航菜单**/

header {
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(.3rem);
  position: fixed;
}

header .top {
  background: rgba(45, 93, 93, 1);
  overflow: hidden;
  color: #FFF;
  height: 30px;
  line-height: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}

header .top a {
  color: #FFF;
}

header .top .top_name {
  float: left
}

header .top .top_lang {
  float: right
}

header .header_top {
  width: 100%;
  overflow: hidden
}

header .logo {
  float: left;
  width: 30%;
}

header .logo a {
  width: 100%;
  position: relative;
  z-index: 99;
}

header .logo img {
  margin-top: 15px;
  margin-left: -5px;
  max-width: 100%;
  height: 70px
}

header .rightDiv {
  float: right;
  width: 65%;
}

header .rightDiv .menu {
  position: relative;
}

header .rightDiv .menu ul {
  width: 100%;
}

header .rightDiv .menu ul li {
  float: left;
  width: 12.2%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  position: relative;
  cursor: pointer;
  position: relative;
}

header .rightDiv .menu ul li a {
  color: #222;
  font-size: 18px;
  font-weight: bold;
  z-index: 10;
  position: relative;
  display: block;
  width: 100%
}

header .rightDiv .menu ul li:after {
  content: "";
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: -39px;
  width: 0;
  height: 4px;
  background: #2d5d5d;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

header .rightDiv .menu ul li:hover a {
  color: #2d5d5d
}

header .rightDiv .menu ul li.cur:after {
  width: 100%;
  height: 5px;
  bottom: 0px;
}

header .rightDiv .menu ul li.cur a {
  color: #2d5d5d;
}

header .rightDiv .menu ul ul {
  position: absolute;
  text-align: left;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
  width: 100%;
  left: 0;
  top: 100px;
  opacity: 0;
  overflow: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}

header .rightDiv .menu li:hover ul {
  opacity: 1;
}

header .rightDiv .menu li:hover li {
  height: 40px;
  line-height: 40px;
}

header .rightDiv .menu ul ul li {
  width: 100%;
  height: 0px;
  line-height: 0px;
  display: inline-block;
  border-bottom: 1px dashed #e4e4e4;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}

header .rightDiv .menu ul ul li:last-child {
  border-bottom: none;
}

header .rightDiv .menu ul ul li:hover {
  background: #2d5d5d;
  border-bottom: none;
}

header .rightDiv .menu ul ul li:hover a {
  color: #fff !important
}

header .rightDiv .menu ul ul li a {
  font-size: 16px;
  color: #666
}

header .rightDiv .menu ul ul li a:hover,
header .rightDiv .menu ul li.cur ul li:hover a {
  color: #fff !important
}

header .rightDiv .menu ul ul li a,
header .rightDiv .menu ul li.cur ul li a {
  color: #666 !important
}

header .rightDiv .menu ul ul li a:after {
  display: none
}


header .search {
  float: right;
  width: 5%;
  text-align: center
}

header .search i {
  font-size: 22px;
  color: #333;
  line-height: 100px
}

header .mbtn {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/menu1.png) no-repeat center center;
  background-size: 22px auto;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

header.indexHeader .mbtn {
  background: url(../images/menu.png) no-repeat center center;
}

header .mbtn:active {
  opacity: .8;
}

body.on-menu header .mbtn {
  background: url(../images/menu-hide1.png) no-repeat center center;
  background-size: 22px auto;
}

.on-fixed header {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  transition: all 0.3s ease-out;
}

.on-fixed header .top {
  height: 0
}

@media (max-width:1540px) {
  header .rightDiv .menu ul ul li a {
    font-size: 12px;
    margin: 0 10px;
  }
}

@media (max-width:1380px) {
  .wrap {
    width: 96%;
  }

  .ny_wrap {
    width: 96%;
  }

  header .rightDiv .menu ul li a {
    margin: 0 10px;
  }
}

@media (max-width:1180px) {
  header .logo img {
    margin-top: 18px;
  }

  .on-fixed header .logo img {
    margin-top: 18px;
  }
}

@media (max-width:1024px) {
  header .logo img {
    margin-top: 16px;
    height: 55px !important
  }

  .on-fixed header .logo img {
    margin-top: 16px;
  }

  header .rightDiv .menu ul li a {
    font-size: 14px
  }

  .on-fixed header .logo img {
    height: 35px !important;
    margin-top: 5px !important
  }
}

@media (max-width:992px) {
  img {
    max-width: 100%;
    height: auto !important;
  }

  header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    transition: right 300ms;
    backdrop-filter: none
  }

  .on-fixed header {
    height: 60px;
  }

  header .mbtn {
    display: block;
  }

  header .logo {
    width: 100%;
  }

  header .logo img {
    margin-top: 5px;
  }

  header .mbtn {
    top: 22px;
  }

  .on-fixed header .logo img {
    margin-top: 8px;
  }

  .on-fixed header .mbtn {
    top: 0px;
  }

  .on-menu header {
    height: 60px;
  }

  .on-menu header .top {
    height: 0
  }

  .on-menu header .logo img {
    margin-top: 8px;
  }

  .on-menu header .mbtn {
    top: 0px;
  }

  header .rightDiv .menu ul li.en {
    background: url(../images/en.png) no-repeat 20px center;
  }

  header .rightDiv .menu ul li.en {
    padding-left: 30px
  }

  header .rightDiv .menu {
    float: right;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    background-color: rgba(255, 255, 255, 1);
    transition: right 300ms;
    right: -100%;
    padding: 0;
    overflow-y: auto;
  }

  header .rightDiv .menu ul {
    width: 100%;
    padding-top: 60px;
    display: block !important
  }

  header .rightDiv .menu ul li {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, .15);
    line-height: 40px
  }

  header .rightDiv .menu ul li a:after {
    display: none
  }

  header .rightDiv .menu ul li:last-child {
    border-bottom: 1px solid rgba(120, 120, 120, .15);
  }

  header .rightDiv .menu ul li:hover a {
    text-align: left;
    height: 40px;
    line-height: 40px;
    width: calc(100% - 50px);
    position: relative;
  }

  header .rightDiv .menu ul li a {
    display: block;
    color: #666;
    line-height: 40px;
    height: 40px;
    text-align: left;
    font-size: 16px;
    width: calc(100% - 50px);
    padding: 0 40px 0 20px;
    margin: 0;
  }


  header .rightDiv .menu ul li.cur a {
    height: 40px;
    line-height: 40px;
    text-align: left;
    width: calc(100% - 50px);
  }

  header .rightDiv .menu ul li.cur a {
    color: #666;
    position: relative
  }

  header .rightDiv .menu ul li.cur ul li a {
    color: #76b669;
  }

  header .rightDiv .menu ul li:after {
    display: none
  }

  header .rightDiv .menu>ul>li:hover,
  header .rightDiv .menu>ul>li:focus,
  header .rightDiv .menu>ul>li.active {
    background: none;
  }

  header .rightDiv .menu ul ul {
    top: 0;
    border: 0;
    opacity: 1;
    background: transparent;
    border-bottom: none;
    padding: 0;
    display: none !important
  }

  header .rightDiv .menu li ul.open {
    display: block !important
  }

  header .rightDiv .menu li:hover ul {
    width: 100%;
    display: none
  }

  header .rightDiv .menu ul li a span {
    display: none;
  }

  header .rightDiv .menu ul li a.on {
    background: none;
  }

  body.on-menu header .rightDiv .menu {
    right: 0;
  }

  body.on-menu .main {
    right: 0;
  }

  header.indexHeader .rightDiv .menu>ul>li.on>a {
    color: #fff;
  }

  header .rightDiv .menu>ul>li:hover>a {
    color: #333;
  }

  .menu ul ul {
    box-shadow: none;
  }

  header .rightDiv .menu .linkDiv {
    display: none;
  }

  header .rightDiv .menu>ul>li.has-sub {
    padding: 0;
  }

  header .rightDiv .menu>ul>li>a::before {
    display: none;
  }

  header .rightDiv .menu ul ul li {
    width: 100%;
    background: rgba(255, 255, 255, .4);
    height: 40px;
    line-height: 40px;
  }

  header .rightDiv .menu ul ul li a {
    font-size: 14px;
    color: #76b669;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
  }

  header .rightDiv .menu ul li.cur li a {
    height: 40px;
    line-height: 40px
  }


  header .rightDiv .menu>ul>li,
  header .rightDiv .menu.align-center>ul>li,
  header .rightDiv .menu.align-right>ul>li {
    float: none;
    display: block
  }

  header .rightDiv .menu ul ul ul li a {
    padding-left: 40px
  }

  header .rightDiv .menu ul ul,
  header .rightDiv .menu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0
  }

  header .rightDiv .menu>ul>li.has-sub>a::after,
  header .rightDiv .menu ul ul li.has-sub>a::after {
    display: none
  }

  header .rightDiv .menu li:hover>ul {
    left: auto;
    margin-left: auto;
  }

  #menu-line {
    display: none
  }

  .menu #menu-button {
    display: block;
    padding: 20px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase
  }

  .menu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff
  }

  .menu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
  }

  .menu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, .15);
    height: 40px;
    width: 45px;
    cursor: pointer
  }

  .menu .submenu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 22px;
    display: block;
    width: 1px;
    height: 11px;
    background: #333;
    z-index: 99
  }

  .menu .submenu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 17px;
    display: block;
    width: 11px;
    height: 1px;
    background: #333;
    z-index: 99
  }

  .menu .submenu-button.submenu-opened:after {
    display: none
  }

  .menu ul ul {
    background: transparent;
    border-bottom: none;
    padding: 0;
  }

  .menu ul ul ul {
    top: 0;
  }

  header .search {
    display: none
  }

  body.on-menu header .mbtn {
    z-index: 1;
  }
}

@media (max-width:820px) {
  header .logo img {
    margin-top: 4px;
  }

  .on-fixed header .logo img {
    margin-top: 10px;
  }
}

@media (max-width:780px) {
  header .logo img {
    margin-top: 5px;
    margin-bottom: 5px
  }

}

@media (max-width:540px) {

  .on-fixed header,
  .on-menu header {
    height: 45px;
  }

  header .mbtn {
    top: 30px;
    height: 65px
  }

  header .top {
    font-size: 12px
  }

  .on-fixed header .mbtn,
  .on-menu header .mbtn {
    height: 45px
  }

  .on-menu header .logo img {
    margin-top: 10px;
  }

  header .rightDiv .menu ul {
    padding-top: 45px;
  }
}

@media (max-width:420px) {}


/********************************* 首页 **********************************/


/*banner轮播*/
.index-banner {
  width: 100%;
  position: relative;
  z-index: 998;
}

.index-banner .swiper-slide {
  overflow: hidden;
  position: relative;
}

.index-banner .img {
  width: 100%;
  display: block;
  height: 940px;
  min-height: 940px;
  background: none no-repeat center;
  background-size: cover;
}

.index-banner .img a {
  display: block;
  width: 100%;
  height: 100%
}

.index-banner .swiper-pagination-bullets {
  width: 100%;
  bottom: 20px;
  z-index: 2;
  text-align: center;
}

.index-banner .swiper-pagination-bullet {
  width: 100px;
  height: 6px;
  border-radius: 0;
  opacity: .6;
  background: #fff;
  position: relative;
  margin: 0 3px
}

.index-banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  position: relative
}

.index-banner .text {
  position: absolute;
  top: 43%;
  left: 10%;
  color: #FFF;
}

.index-banner .text b {
  font-size: 50px;
  line-height: 50px;
  display: block;
  margin-bottom: 10px;
  color: #FFF;
}

.index-banner .text p {
  font-size: 40px;
}

.index-banner .text font {
  font-size: 14px;
  text-transform: uppercase
}

.index-banner .text span {
  font-size: 15px;
  display: block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 2px;
  margin-top: 60px;
  background: #fff;
  color: #2d5d5d;
}

.index-banner .swiper-pagination-bullets span:focus {
  border: none;
}

.index-banner .banpimg {
  z-index: 11;
  position: absolute;
  top: 30%;
  width: 50%;
  right: 4%;
}

.index-banner .banpimg img {
  width: 90%
}

.index-banner .text01 b {
  color: #2d5d5d;
}

.index-banner .text01 p {
  color: #333
}

.index-banner .text01 font {
  color: #999
}

.index-banner .text01 span {
  background: #2d5d5d;
  color: #fff;
}

.index-banner .banpimg02 {
  top: 35%;
  right: 10%;
}

.index-bannersj {
  display: none
}

@media (max-width:1780px) {
  .index-banner .img {
    height: 850px;
    min-height: 850px;
  }

  .index-banner .text b {
    font-size: 45px;
  }

  .index-banner .text p {
    font-size: 38px;
  }

  .index-banner .text font {
    font-size: 12px;
  }
}

@media (max-width:1680px) {
  .index-banner .img {
    height: 910px;
    min-height: 910px;
  }

  .index-banner .text b {
    font-size: 42px;
  }

  .index-banner .text p {
    font-size: 34px;
  }
}

@media (max-width:1600px) {
  .index-banner .img {
    height: 882px;
    min-height: 882px;
  }
}

@media (max-width:1440px) {
  .index-banner .img {
    height: 770px;
    min-height: 770px;
  }

  .index-banner .text {
    left: 6%;
  }

  .index-banner .text b {
    font-size: 45px;
    line-height: 45px;
  }

  .index-banner .text p {
    font-size: 32px;
  }

  .index-banner .text span {
    margin-top: 40px;
  }
}

@media (max-width:1380px) {
  .index-banner .text {
    left: 4%;
  }
}

@media (max-width:1180px) {
  .index-banner .text {
    width: 40%
  }

  .index-banner .text b {
    font-size: 38px;
    line-height: 38px;
  }

  .index-banner .text p {
    font-size: 28px;
  }

  .index-banner .text span {
    margin-top: 30px;
  }

  .index-banner .banpimg {
    top: 35%
  }

  .index-banner .banpimg02 {
    right: 8%;
  }

  .index-banner .banpimg02 img {
    width: 100%
  }
}

@media (max-width:1024px) {
  .index-banner .img {
    height: 650px;
    min-height: 650px;
  }

  .index-banner .text b {
    font-size: 32px;
    line-height: 32px;
  }

  .index-banner .text p {
    font-size: 24px;
  }

  .index-banner .banpimg02 {
    top: 40%
  }
}

@media (max-width:920px) {
  .index-banner .text {
    width: 100%;
    top: 20%;
    text-align: center;
    left: 0
  }

  .index-banner .text b {
    font-size: 30px;
  }

  .index-banner .text p {
    font-size: 20px;
  }

  .index-banner .text span {
    font-size: 14px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .index-banner .banpimg {
    width: 100%;
    top: 47%;
    text-align: center;
    right: 0
  }

  .index-banner .banpimg img {
    width: 55%;
  }

  .index-banner .banpimg02 {
    top: 50%;
  }

  .index-banner .banpimg02 img {
    width: 60%;
  }


  .index-bannersj {
    display: block
  }
}

@media (max-width:780px) {
  .index-banner .img {
    height: 600px;
    min-height: 600px;
  }
}

@media (max-width:540px) {
  .index-banner .img {
    height: 450px;
    min-height: 450px;
  }

  .index-banner .text b {
    font-size: 24px;
    line-height: 24px
  }

  .index-banner .text p {
    font-size: 16px;
  }

  .index-banner .text font {
    display: none
  }

  .index-banner .text span {
    font-size: 13px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
  }

  .index-banner .banpimg02 {
    top: 48%;
  }

  .index-banner .banpimg02 img {
    width: 70%;
  }

  .index-banner .swiper-pagination-bullets {
    bottom: 10px;
  }

  .index-banner .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
  }
}

@media (max-width:430px) {
  .on-menu .index-banner {
    margin-top: 0px
  }

  .index-banner {
    margin-top: 96px
  }

  .index-banner .text {
    top: 27%
  }

  .index-banner .img {
    height: 340px;
    min-height: 340px;
  }

  .index-banner .text b {
    font-size: 22px;
    line-height: 22px
  }

  .index-banner .text span {
    font-size: 12px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
  }

  .index-banner .banpimg {
    top: 41%;
  }

  .index-banner .banpimg img {
    width: 70%;
  }

  .index-banner .banpimg02 {
    top: 45%;
  }
}



.inner {
  max-width: 1900px;
  width: 80%;
  margin: 0 auto;
}

.tit_box_dh {
  visibility: visible;
  animation-name: fadeInDown;
  animation-duration: 1.5s;
  animation-delay: .1s;
}

.tit_box {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.tit_box .tit_en {
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(top, #2d5d5d, #1a4e4e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Source Han Sans SC', 'Noto Sans SC', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

.tit_box .tit_cn {
  font-size: 32px;
  color: #333;
}

.tit_box.white .tit_cn {
  color: #FFF;
}

.tit_box.white .tit_en {
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
}

.index_more {
  margin-top: 38px;
  position: relative;
  z-index: 99;
  width: 50%;
  visibility: visible;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: .3s;
}

.index_more .more {
  background: #2d5d5d;
  color: #fff;
  line-height: 1;
  display: inline-block;
  box-shadow: 0 5px 20px rgba(41, 94, 204, .2);
  font-size: 16px
}

.index_more span {
  letter-spacing: 1px;
  padding: 0 48px 0 28px;
}

.index_more_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_more_flex i {
  border-left: 1px solid rgb(255 255 255 / 0.18);
  padding: 14px 14px;
  background: #333;
}

@media (max-width:1880px) {
  .inner {
    width: 85%;
  }
}

@media (max-width:1580px) {
  .inner {
    width: 90%;
  }
}

@media (max-width:1380px) {
  .inner {
    width: 94%;
  }

  .tit_box {
    margin-bottom: 25px;
  }

  .tit_box .tit_en {
    font-size: 35px;
  }

  .tit_box .tit_cn {
    font-size: 28px;
  }

  .index_more {
    margin-top: 30px;
  }
}

@media (max-width:1024px) {
  .tit_box {
    margin-bottom: 20px;
  }

  .tit_box .tit_en {
    font-size: 30px;
  }

  .tit_box .tit_cn {
    font-size: 24px;
  }

  .index_more {
    margin-top: 25px;
  }

  .index_more .more {
    font-size: 14px
  }
}

@media (max-width:820px) {
  .index_more {
    margin-top: 15px;
  }
}

@media (max-width:540px) {
  .tit_box {
    margin-bottom: 10px;
  }

  .tit_box .tit_en {
    font-size: 28px;
  }

  .tit_box .tit_cn {
    font-size: 22px;
  }
}

@media (max-width:420px) {
  .tit_box .tit_en {
    font-size: 26px;
  }

  .tit_box .tit_cn {
    font-size: 20px;
  }

  .index_more {
    width: 100%
  }

  .index_more span {
    letter-spacing: 1px;
    padding: 0 35px 0 20px;
  }
}


/*首页我们的优势*/
.index_advantage {
  padding: 120px 0;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: url(../images/bg01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.advantage_tit {
  color: #2d5d5d;
  font-size: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  visibility: visible;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-delay: .4s;
}

.advantage_box {
  width: 100%;
  overflow: hidden;
  padding-top: 20px
}

.advantage_box li {
  float: left;
  width: 24%;
  margin-right: 1.3%;
  text-align: center;
  visibility: visible;
  animation-name: fadeInRight;
  animation-duration: 1s;
}

.advantage_box li:nth-child(4) {
  margin-right: 0;
  float: right;
}

.advantage_box li .box {
  top: 0px;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 10px;
  border-bottom: 4px solid #2d5d5d;
  cursor: pointer;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}

.advantage_box li img {
  width: 100%;
}

.advantage_box li .text {
  width: 100%;
  padding: 10px 0 20px
}

.advantage_box li .text .iconfont {
  font-size: 50px;
  color: #ccc;
  display: block
}

.advantage_box li .text b {
  font-size: 18px;
  color: #2d5d5d;
}

.advantage_box li .text p {
  font-size: 16px;
  color: #666;
}

.advantage_box li:hover .box {
  background: linear-gradient(0deg, #2d5d5d, #1a4e4e);
  background: -webkit-linear-gradient(-90deg #2d5d5d, #1a4e4e);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  z-index: 10;
  top: -20px;
}

.advantage_box li:hover .text .iconfont,
.advantage_box li:hover .text b,
.advantage_box li:hover .text p {
  color: #FFF
}

.advantage_box li:nth-child(2) {
  animation-delay: .4s;
}

.advantage_box li:nth-child(3) {
  animation-delay: .8s;
}

.advantage_box li:nth-child(4) {
  animation-delay: 1s;
}

@media (max-width:1380px) {
  .index_advantage {
    padding: 100px 0;
  }
}

@media (max-width:1280px) {
  .index_advantage {
    padding: 80px 0;
  }
}

@media (max-width:1024px) {
  .index_advantage {
    padding: 60px 0;
  }
}

@media (max-width:920px) {
  .advantage_tit {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
  }

  .advantage_box li .text {
    padding: 10px 0;
  }

  .advantage_box li .text b {
    font-size: 16px
  }

  .advantage_box li .text p {
    font-size: 14px
  }

  .advantage_box li {
    width: 49%;
    margin-right: 1.5%;
  }

  .advantage_box li:nth-child(1),
  .advantage_box li:nth-child(2) {
    margin-bottom: 10px
  }

  .advantage_box li:nth-child(2n) {
    margin-right: 0;
    float: right;
  }

  .advantage_box li:hover .box {
    top: 0px;
  }
}

@media (max-width:780px) {
  .advantage_box li .text .iconfont {
    font-size: 40px
  }

  .advantage_box li .text p {
    font-size: 13px
  }
}

@media (max-width:540px) {
  .index_advantage {
    padding: 40px 0;
  }

  .advantage_tit {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }

  .advantage_box {
    padding-top: 20px;
  }

  .advantage_box li .text .iconfont {
    font-size: 50px
  }

  .advantage_box li .text b {
    font-size: 18px
  }

  .advantage_box li .text p {
    font-size: 16px
  }
}

@media (max-width:420px) {
  .advantage_box li {
    width: 100%;
    margin-right: 0;
  }

  .advantage_box li:nth-child(3) {
    margin-bottom: 10px
  }

  .advantage_tit {
    font-size: 16px;
    height: 50px;
    line-height: 25px;
    width: 78%;
    margin: 0 auto
  }

  .advantage_box {
    padding-top: 10px;
  }

  .advantage_box li .text b {
    font-size: 17px
  }

  .advantage_box li .text p {
    font-size: 15px
  }
}

@media (max-width:390px) {
  .advantage_box li .text .iconfont {
    font-size: 40px
  }

  .advantage_box li .text p {
    font-size: 14px
  }
}

@media (max-width:380px) {
  .advantage_box li .text p {
    font-size: 13px
  }
}


/*首页产品中心*/
.index_product {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../images/c08a40ad98a94aff92925f09cd6c1c9e.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

.pc-slide {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.preview {
  width: 100%;
  position: relative;
  visibility: visible;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: .4s;
}

.preview .swiper-container-preview {
  width: 100%;
  height: 70px;
  overflow: hidden;
  float: left;
  z-index: 99
}

.preview .swiper-slide {
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  width: 25%;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  margin-right: 1px
}

.preview .arrow-left {
  width: 3.9%;
  height: 50px;
  background: #333;
  float: right;
  text-align: center;
  margin-right: 1px;
  z-index: 98
}

.preview .arrow-right {
  width: 3.9%;
  height: 50px;
  background: #333;
  float: right;
  text-align: center;
  z-index: 98
}

.preview .arrow-left i,
.preview .arrow-right i {
  color: #fff;
  line-height: 50px;
  font-size: 16px;
}

.preview .arrow-left:hover,
.preview .arrow-right:hover {
  background: #2d5d5d;
}

.preview img {
  padding: 1px;
}

.preview .active-nav {
  padding: 0;
  background: #2d5d5d;
  border: #002666;
  color: #fff;
}

.view {
  visibility: visible;
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-delay: .4s;
}

.view .swiper-slide dl {
  overflow: hidden;
  margin-top: 20px
}

.view .swiper-slide dl dd {
  width: 24%;
  margin-right: 1.3%;
  float: left;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
}

.view .swiper-slide dl dd:nth-child(4) {
  margin-right: 0;
  float: right;
}

.view .swiper-slide dl dd .pro_img {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.view .swiper-slide dl dd .pro_img .cnt {}

.view .swiper-slide dl dd .pro_img .cnt .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border-bottom: none
}

.view .swiper-slide dl dd .pro_img .cnt .img img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}

.view .swiper-slide dl dd .pro_name {
  text-align: center;
  border-top: 1px solid #eee;
  background: #eee;
  position: relative;
  padding: 10px
}

.view .swiper-slide dl dd .pro_name p {
  font-size: 16px;
  color: #111;
  position: relative;
  z-index: 10
}

.view .swiper-slide dl dd .pro_name span {
  font-size: 14px;
  color: #666;
  position: relative;
  z-index: 10
}

.view .swiper-slide dl dd .pro_name:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  background: #2d5d5d;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}

.view .swiper-slide dl dd:hover .pro_name:before {
  height: 50px;
}

.view .swiper-slide dl dd:hover .pro_img .img img {
  max-width: 100%;
  max-height: 100%;
}

.view .swiper-slide dl dd:hover .pro_name p,
.view .swiper-slide dl dd:hover .pro_name span {
  color: #fff;
}

@media (max-width:1380px) {
  .index_product {
    padding: 100px 0;
  }

  .view .swiper-slide dl dd .pro_img {
    height: 260px;
  }
}

@media (max-width:1280px) {
  .index_product {
    padding: 80px 0;
  }
}

@media (max-width:1180px) {
  .view .swiper-slide dl dd .pro_img {
    height: 220px;
  }
}

@media (max-width:1024px) {
  .index_product {
    padding: 60px 0;
  }

  .preview .arrow-left,
  .preview .arrow-right {
    width: 4.9%;
  }

  .view .swiper-slide dl dd .pro_img {
    height: 200px;
  }

  .view .swiper-slide dl dd .pro_name p {
    font-size: 14px
  }

  .view .swiper-slide dl dd .pro_name span {
    font-size: 12px
  }
}

@media (max-width:920px) {
  .preview .swiper-container-preview {
    height: 50px;
  }

  .preview .swiper-slide {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .preview .arrow-left,
  .preview .arrow-right {
    height: 40px;
  }

  .preview .arrow-left i,
  .preview .arrow-right i {
    line-height: 40px
  }

  .view .swiper-slide dl dd .pro_img {
    height: 180px;
  }
}

@media (max-width:820px) {
  .view .swiper-slide dl {
    margin-top: 10px;
  }

  .view .swiper-slide dl dd .pro_img {
    height: 160px;
  }
}

@media (max-width:780px) {
  .index_product {
    padding: 50px 0;
  }

  .view .swiper-slide dl dd .pro_name span {
    width: 95%;
    margin: 0 auto
  }
}

@media (max-width:540px) {
  .index_product {
    padding: 40px 0;
  }

  .preview .arrow-left,
  .preview .arrow-right {
    width: 7.9%;
  }

  .view .swiper-slide dl dd {
    width: 49%;
    margin-right: 1.5%;
  }

  .view .swiper-slide dl dd:nth-child(2n) {
    margin-right: 0;
  }

  .view .swiper-slide dl dd .pro_img {
    height: 180px;
  }
}

@media (max-width:420px) {
  .index_product {
    padding: 30px 0;
  }

  .preview .arrow-left,
  .preview .arrow-right {
    width: 9.8%;
  }

  .view .swiper-slide dl dd .pro_img {
    height: 160px;
  }
}


/*首页关于我们*/
.index_about {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  background-color: #2d5d5d;
  background-image: url(../images/bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.index_about_txt {
  max-width: 100%;
}

.index_about_wz {
  width: 50%;
  float: left;
  color: #fff;
  visibility: visible;
  animation-name: fadeInLeft;
  animation-duration: 1.5s;
  animation-delay: .2s;
}

.index_about_wz .bt {
  font-size: 35px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
  color: #fff
}

.index_about_wz .by {
  font-size: 24px;
  display: block;
  margin-bottom: 30px
}

.index_about_wz p {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 1px;
}

.index_about_img {
  width: 42%;
  float: right;
  overflow: hidden;
  visibility: visible;
  animation-name: fadeInRight;
  animation-duration: 1.5s;
  animation-delay: .3s;
  position: relative
}

.index_about_img i {
  text-align: center;
  position: absolute;
  color: #fff;
  display: block;
  width: 100%;
  line-height: 500px;
  font-size: 80px;
  opacity: .5
}

.index_about_img .img {
  width: 100%
}

.index_about .index_more .more {
  margin-top: 40px
}

@media (max-width:1920px) {
  .index_about_img i {
    line-height: 400px;
  }
}

@media (max-width:1680px) {
  .index_about_img i {
    line-height: 370px;
  }
}

@media (max-width:1600px) {
  .index_about_img i {
    line-height: 354px;
  }

  .index_about .index_more .more {
    margin-top: 20px
  }
}

@media (max-width:1480px) {
  .index_about .index_more .more {
    margin-top: 0px
  }

  .index_about_img i {
    line-height: 337px;
  }
}

@media (max-width:1380px) {
  .index_about {
    padding: 100px 0;
  }

  .index_about_wz .by {
    margin-bottom: 10px
  }

  .index_about_wz p {
    font-size: 14px;
    line-height: 30px;
  }

  .index_about .index_more .more {
    margin-top: 40px
  }
}

@media (max-width:1280px) {
  .index_about {
    padding: 80px 0;
  }

  .index_about_wz .bt {
    margin-bottom: 0
  }
}

@media (max-width:1180px) {
  .index_about_img i {
    line-height: 290px;
  }
}

@media (max-width:1024px) {
  .index_about {
    padding: 60px 0;
  }

  .index_about_wz .bt {
    font-size: 25px;
  }

  .index_about_wz .by {
    font-size: 18px;
  }

  .index_about_wz p {
    line-height: 25px;
  }

  .index_about .index_more .more {
    margin-top: 0px
  }

  .index_about_img i {
    line-height: 250px;
    font-size: 70px
  }
}

@media (max-width:992px) {
  .index_about_wz p {
    height: 80px;
    overflow: hidden
  }

  .index_about_img {
    width: 46%;
  }

}

@media (max-width:840px) {
  .index_about_img i {
    line-height: 220px;
    font-size: 60px
  }
}

@media (max-width:780px) {
  .index_about {
    padding: 50px 0;
  }
}

@media (max-width:540px) {
  .index_about {
    padding: 40px 0;
  }

  .index_about_wz,
  .index_about_img {
    width: 100%;
  }

  .index_about_wz {
    margin-top: 10px
  }

  .index_about_wz p {
    height: auto;
  }

  .index_about_wz .by {
    margin-bottom: 5px;
  }

  .index_about_img i {
    line-height: 320px;
    font-size: 70px
  }
}

@media (max-width:420px) {
  .index_about {
    padding: 30px 0;
  }

  .index_about_img i {
    line-height: 240px;
  }
}

@media (max-width:380px) {
  .index_about_img i {
    line-height: 220px;
  }
}

/*首页新闻资讯*/
.index_news {
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
  background-image: url(../images/bg03.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}

.index_news_box {
  width: 100%;
  overflow: hidden;
}

.index_news_box li {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 20px;
  width: 49.5%;
  float: left;
  margin-right: 1%;
  visibility: visible;
  animation-name: fadeInRight;
  animation-duration: 1.5s;
}

.index_news_box li:nth-child(2n) {
  margin-right: 0
}

.index_news_box li:last-child {
  margin-bottom: 0;
}

.index_news_box li a {
  display: block;
  overflow: hidden;
  padding: 17px 0;
}

.index_news_box li .dateDiv {
  width: 100px;
  text-align: center;
  color: #999999;
  border-right: 1px solid #eee;
  padding: 5px
}

.index_news_box li .dateDiv span {
  display: block;
  font-size: 38px;
  color: #666;
  line-height: 1;
  margin-bottom: 7px;
}

.index_news_box li .textDiv {
  width: calc(100% - 120px);
  float: right;
  padding-right: 20px
}

.index_news_box li .textDiv span {
  display: block;
  font-size: 16px;
  color: #333333;
  height: 30px;
  line-height: 30px;
  overflow: hidden
}

.index_news_box li .textDiv p {
  display: block;
  color: #999999;
  margin: 5px 0 0;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  font-size: 14px;
  margin-top: 0
}

.index_news_box li:hover {
  background: #2d5d5d;
}

.index_news_box li:hover .dateDiv,
.index_news_box li:hover .dateDiv span,
.index_news_box li:hover .textDiv p,
.index_news_box li:hover .textDiv span {
  color: #fff;
}

.index_news_box li:nth-child(1) {
  animation-delay: .2s;
}

.index_news_box li:nth-child(2) {
  animation-delay: .3s;
}

.index_news_box li:nth-child(3) {
  animation-delay: .4s;
}

.index_news_box li:nth-child(4) {
  animation-delay: .5s;
}

.index_news_box li:nth-child(5) {
  animation-delay: .6s;
  margin-bottom: 0;
}

.index_news_box li:nth-child(6) {
  animation-delay: .7s;
  margin-bottom: 0;
}

@media (max-width:1380px) {
  .index_news {
    padding: 100px 0;
  }
}

@media (max-width:1280px) {
  .index_news {
    padding: 80px 0;
  }
}

@media (max-width:1180px) {
  .index_news_box li {
    margin-bottom: 15px;
  }
}

@media (max-width:1024px) {
  .index_news {
    padding: 60px 0;
  }

  .index_news_box li {
    margin-bottom: 12px;
  }

  .index_news_box li a {
    padding: 10px 0;
  }
}

@media (max-width:780px) {
  .index_news {
    padding: 50px 0;
  }
}

@media (max-width:540px) {
  .index_news {
    padding: 40px 0;
  }

  .index_news_box li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .index_news_box li:nth-child(5) {
    margin-bottom: 10px;
  }
}

@media (max-width:420px) {
  .index_news {
    padding: 30px 0;
  }

  .index_news_box li .textDiv span {
    font-size: 15px
  }

  .index_news_box li .textDiv p {
    font-size: 13px
  }
}


.index_products_list {
  text-align: center;
  margin-bottom: 20px;
  visibility: visible;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: .3s;
}

.index_products_list li {
  text-align: center;
  background: #f5f5f5;
  color: #fff;
  display: inline-block;
  width: 33.1%;
  overflow: hidden;
  padding: 15px 0
}

.index_products_list li:nth-child(4) {
  background: #2d5d5d;
}

.index_products_list li:nth-child(4) p {
  color: #FFF;
}

.index_products_list li:hover {
  background: #2d5d5d;
}

.index_products_list li p {
  color: #333;
  display: block;
  padding: 0 10px
}

.index_products_list li:hover p {
  color: #fff;
}

.index_pro_box,
.index_rprod_box {
  visibility: visible;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: .2s;
  z-index: 99;
}

.index_pro_box .swiper-slide,
.index_rprod_box .swiper-slide {
  background: #f5f5f5
}

.index_pro_box .pro_img,
.index_rprod_box .pro_img {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  padding: 0;
  position: relative;
  border: 1px solid #eee;
  background-color: #fff;
}

.index_pro_box .pro_img .cnt .img,
.index_rprod_box .pro_img .cnt .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border-bottom: none
}

.index_pro_box .pro_img .cnt .img img,
.index_rprod_box .pro_img .cnt .img img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}

.index_pro_box .pro_name,
.index_rprod_box .pro_name {
  text-align: center;
  border-top: 1px solid #eee;
  background: #eee;
  position: relative;
  padding: 10px 0
}

.index_pro_box .pro_name p,
.index_rprod_box .pro_name p {
  font-size: 16px;
  color: #111;
  position: relative;
  z-index: 10
}

.index_pro_box .pro_name:before,
.index_rprod_box .pro_name:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  background: #2d5d5d;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}

.index_pro_box .swiper-slide:hover .pro_name:before,
.index_rprod_box .swiper-slide:hover .pro_name:before {
  height: 49.8px;
}

.index_pro_box .swiper-slide:hover .pro_img .img img,
.index_rprod_box .swiper-slide:hover .pro_img .img img {
  max-width: 100%;
  max-height: 100%;
}

.index_pro_box .swiper-slide:hover .pro_name p,
.index_pro_box .swiper-slide:hover .pro_name span,
.index_rprod_box .swiper-slide:hover .pro_name p,
.index_rprod_box .swiper-slide:hover .pro_name span {
  color: #fff;
}

.index_honor {
  padding: 120px 0 150px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: url(../images/3e7386b8558c4ecc99fd3590ec7f9be8.gif);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width:1380px) {

  .index_pro_box .pro_img,
  .index_rprod_box .pro_img {
    height: 260px;
  }

  .index_honor {
    padding: 100px 0;
  }
}

@media (max-width:1180px) {
  .index_products_list {
    margin-bottom: 10px;
  }

  .index_products_list li {
    width: 33%;
  }

  .index_pro_box .pro_img,
  .index_rprod_box .pro_img {
    height: 220px;
  }
}

@media (max-width:1024px) {

  .index_pro_box .pro_img,
  .index_rprod_box .pro_img {
    height: 200px;
  }

  .index_honor {
    padding: 60px 0;
  }
}

@media (max-width:920px) {

  .index_pro_box .pro_img,
  .index_rprod_box .pro_img {
    height: 220px;
  }
}

@media (max-width:820px) {
  .index_products_list li {
    width: 32.9%;
  }
}

@media (max-width:780px) {
  .index_honor {
    padding: 50px 0;
  }
}

@media (max-width:540px) {
  .index_products_list li {
    width: 32.7%;
  }

  .index_honor {
    padding: 40px 0;
  }
}

@media (max-width:420px) {
  .index_products_list li {
    width: 32.6%;
  }

  .index_pro_box .pro_img,
  .index_rprod_box .pro_img {
    height: 300px;
  }

  .index_honor {
    padding: 30px 0;
  }
}

@media (max-width:390px) {
  .index_products_list li {
    width: 32.5%;
  }
}




/**底部**/
.footer {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  background: #212529
}

.footer .foot_logo {
  width: 50%;
  margin-left: 6%
}

.footer .foot_name {
  width: 30%;
  float: left;
  color: #999;
}

.footer .foot_name h3 {
  font-size: 34px;
  height: 36px;
  margin: 5px 0;
  letter-spacing: 2.8px;
  color: #2d5d5d;
  font-weight: bold
}

.footer .foot_name p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer .foot_name span {
  font-size: 34px;
  color: #2d5d5d;
  letter-spacing: 1px;
}

.footer .foot_left {
  float: left;
  width: 23%;
  margin-left: 2%
}

.footer .foot_left .foot_nav {
  width: 100%;
  overflow: hidden;
  float: left
}

.footer .foot_left .foot_nav li {
  width: 50%;
  height: 35px;
  line-height: 35px;
  float: left
}

.footer .foot_left .foot_nav li a {
  font-size: 16px;
  color: #999
}

.footer .foot_cont {
  width: 30%;
  float: left;
  margin-left: 5%
}

.footer .foot_cont p {
  color: #999;
  font-size: 14px;
  line-height: 30px;
  display: block;
}

.footer .foot_cont a {
  color: #999
}


.footer .foot-right {
  width: 10%;
  float: right;
  text-align: center
}

.footer .foot-right img {
  width: 70%
}

.footer .foot-right p {
  color: #999;
  font-size: 12px;
  margin-top: 5px
}


.foot_box {
  width: 100%;
  overflow: hidden;
  background: #14171a;
  height: 50px;
  line-height: 50px;
  color: #939494;
  text-align: center;
  font-size: 12px
}

.foot_box a {
  color: #939494;
  font-size: 12px;
  margin-left: 10px
}

@media (max-width:1440px) {
  .footer .foot_logo {
    margin-left: 12%
  }
}

@media (max-width:1180px) {
  .footer .foot_name h3 {
    font-size: 26px;
  }

  .footer .foot_name p {
    font-size: 12px;
  }

  .footer .foot_left .foot_nav li a,
  .footer .foot_cont p {
    font-size: 14px;
  }
}

@media (max-width:1024px) {
  .footer .foot_name {
    width: 30%;
  }

  .footer .foot_logo {
    width: 60%;
    margin-left: 13%;
  }

  .footer .foot_name h3 {
    font-size: 25px;
    letter-spacing: 0px;
  }

  .footer .foot_name p {
    letter-spacing: 0px;
  }

  .footer .foot_name span {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .footer .foot_left {
    width: 25%;
    margin-left: 2%;
  }

  .footer .foot_cont {
    width: 29%;
    margin-left: 2%
  }

  .footer .foot-right {
    width: 10%;
  }
}

@media (max-width:992px) {
  .footer {
    padding: 30px 0;
  }

  .footer .foot_name {
    width: 35%;
  }

  .footer .foot_left {
    width: 25%;
  }

  .footer .foot_cont {
    width: 35%;
  }

  .footer .foot-right {
    display: none
  }
}

@media (max-width:820px) {
  .footer .foot_cont {
    margin-left: 0;
    width: 37%;
  }
}

@media (max-width:780px) {
  .footer .foot_logo {
    margin-left: 20%;
  }

  .footer .foot_left {
    width: 23%;
  }

  .footer .foot_cont {
    width: 39%;
  }
}

@media (max-width:540px) {
  .footer {
    padding: 30px 0 20px;
  }

  .footer .foot_name {
    width: 100%;
    text-align: center
  }

  .footer .foot_left {
    width: 100%;
    text-align: center
  }

  .footer .foot_left .foot_nav li {
    padding-right: 0px;
    width: 16.666%;
  }

  .footer .foot_cont {
    width: 100%;
    text-align: center
  }
}


/**nybanner**/
.ny-banner {
  width: 100%;
  position: relative;
  height: 600px;
  min-height: 600px;
  z-index: 98
}

@media (max-width:1380px) {
  .ny-banner {
    height: 550px;
    min-height: 550px;
  }
}

@media (max-width:1024px) {
  .ny-banner {
    height: 500px;
    min-height: 500px;
  }
}

@media (max-width:920px) {
  .ny-banner {
    height: 400px;
    min-height: 400px;
  }
}

@media (max-width:540px) {
  .ny-banner {
    height: 250px;
    min-height: 250px;
  }
}

@media (max-width:420px) {
  .ny-banner {
    height: 200px;
    min-height: 200px;
  }
}


/**内页**/
.ny_title {
  height: 70px;
  line-height: 70px;
  float: right;
  margin-right: 10%
}

.ny_title p {
  float: right;
  color: #999;
  font-size: 14px
}

.ny_title i {
  font-size: 18px;
  padding-right: 5px;
  color: #bbb
}

.ny_title span {
  color: #333
}

.ny_title a {
  color: #999
}

.ny_box {
  width: 100%;
  overflow: hidden;
  padding: 120px 0;
}

.ny_left {
  width: 14%;
  float: left
}

.ny_right {
  width: 84%;
  overflow: hidden;
  float: right
}

@media (max-width:1780px) {
  .ny_title {
    margin-right: 8%
  }
}

@media (max-width:1440px) {
  .ny_title {
    margin-right: 7%
  }
}

@media (max-width:1380px) {
  .ny_title {
    margin-right: 3%
  }

  .ny_box {
    padding: 100px 0;
  }

  .ny_left {
    width: 14%;
  }

  .ny_right {
    width: 85%;
  }
}

@media (max-width:1280px) {
  .ny_box {
    padding: 80px 0;
  }
}

@media (max-width:1024px) {
  .ny_box {
    padding: 60px 0;
  }
}

@media (max-width:920px) {
  .ny_title {
    display: none
  }
}

@media (max-width:780px) {
  .ny_box {
    padding: 50px 0;
  }
}

@media (max-width:540px) {
  .ny_box {
    padding: 40px 0;
  }

  .ny_left {
    width: 100%;
  }

  .ny_right {
    width: 100%;
  }
}

@media (max-width:420px) {
  .ny_box {
    padding: 30px 0;
  }
}


/**内页导航**/
.left_menu {
  background: #fff;
  width: 90%;
  float: right;
  margin-top: -35px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 99
}

.left_menu .categoryDiv {
  width: 60%;
  float: left
}

.left_menu .categoryDiv .hd {
  display: none
}

.left_menu .categoryDiv .bd {
  text-align: center;
  height: 70px;
  overflow: hidden
}

.left_menu .categoryDiv .bd ul {}

.left_menu .categoryDiv .bd li {
  width: 20%;
  height: 70px;
  line-height: 70px;
  position: relative;
  text-align: center;
  cursor: pointer;
  float: left;
  border-right: 1px solid #eee
}

.left_menu .categoryDiv .bd li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  width: 100%;
  height: 70px;
  background: #2d5d5d;
  transition: all 0.2s ease-out;
  z-index: 9
}

.left_menu .categoryDiv .bd li.active:after {
  bottom: 0px;
}

.left_menu .categoryDiv .bd li:hover:after {
  bottom: -65px;
}

.left_menu .categoryDiv .bd li a {
  display: block;
  color: #444;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  z-index: 10;
  text-align: center;
  width: 100%
}

.left_menu .categoryDiv .bd li.active {
  border-right: 1px solid #2d5d5d
}

.left_menu .categoryDiv .bd li.active a {
  color: #fff;
}

.left_menu .categoryDiv .bd li:hover a {
  color: #2d5d5d;
}

.left_menu .categoryDiv .bd li.active:hover:after {
  bottom: 0px;
}

.left_menu .categoryDiv .bd li.active:hover a {
  color: #fff;
}

.left_menu .categoryDiv .pro li:nth-child(1) {
  display: block
}

.left_menu .categoryDiv .pro li {
  display: none
}

.left_menu .categoryDiv.case {
  width: 75%;
}

.left_menu .categoryDiv.case .bd li {
  width: 12.5%;
}

.pro_menu {
  width: 100%
}

.pro_menu .categoryDiv .hd {
  background: #222;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
}

.pro_menu .categoryDiv .bd {
  border: 1px solid #eee;
}

.pro_menu .categoryDiv .bd li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding-left: 20px;
}

.pro_menu .categoryDiv .bd li:last-child {
  border-bottom: none;
}

.pro_menu .categoryDiv .bd li a {
  display: block;
  color: #666;
  font-size: 15px
}

.pro_menu .categoryDiv .bd li:hover a {
  color: #2d5d5d;
}

.pro_menu .categoryDiv .bd li.active {
  background: #f5f5f5
}

.pro_menu .categoryDiv .bd li.active a {
  color: #222;
}

.pro_menu .categoryDiv .bd li:hover {
  background: #f5f5f5
}

@media (max-width:1780px) {
  .left_menu {
    width: 94%;
  }
}

@media (max-width:1440px) {
  .left_menu {
    width: 96%;
  }
}

@media (max-width:1380px) {
  .left_menu {
    width: 97%;
  }
}

@media (max-width:1180px) {
  .left_menu .categoryDiv .bd li a {
    font-size: 14px
  }
}

@media (max-width:1024px) {
  .pro_menu .categoryDiv .hd {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 15px;
  }

  .pro_menu .categoryDiv .bd li {
    padding-left: 15px;
    height: 45px;
    line-height: 45px;
  }

  .pro_menu .categoryDiv .bd li a {
    font-size: 14px;
  }
}

@media (max-width:920px) {
  .pro_menu .categoryDiv .hd {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px
  }

  .pro_menu .categoryDiv .bd li {
    height: 40px;
    line-height: 40px;
    padding-left: 15px
  }

  .pro_menu .categoryDiv .bd li a {
    font-size: 14px
  }

  .left_menu .categoryDiv.case {
    width: 100%;
  }

  .left_menu .categoryDiv {
    width: 100%;
  }
}

@media (max-width:540px) {
  .left_menu {
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
    float: none
  }

  .left_menu .categoryDiv {
    width: 100%;
  }

  .left_menu .categoryDiv .pro li:nth-child(1) {
    display: none
  }

  .left_menu .categoryDiv .pro li {
    display: block
  }

  .pro_menu {
    display: none
  }

  .twoMenuDiv {
    position: relative
  }

  .twoMenuDiv .categoryDiv .hd {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    background: #2d5d5d;
    padding-left: 0
  }

  .twoMenuDiv .categoryDiv .hd i {
    font-family: "iconfont" !important;
    font-size: 15px;
    font-style: normal;
    margin-left: 10px
  }

  .twoMenuDiv .categoryDiv .bd {
    width: 100%;
    height: auto;
    display: none;
    position: absolute
  }

  .twoMenuDiv .categoryDiv .bd ul {
    width: 100%;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
  }

  .twoMenuDiv .categoryDiv .bd ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    background: #f5f5f5;
    text-align: center;
    padding-left: 0;
  }

  .twoMenuDiv .categoryDiv .bd ul li a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #eee;
    position: relative;
    color: #666;
  }

  .twoMenuDiv .categoryDiv .bd li:after {
    display: none
  }

  .twoMenuDiv .categoryDiv .bd li.active a,
  .twoMenuDiv .categoryDiv .bd li:hover a {
    color: #2d5d5d;
  }

  .twoMenuDiv .categoryDiv .bd li.active {
    border-right: none
  }

  .left_menu .categoryDiv.case .bd li {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}


/**公司介绍**/
.ny_aboutus_box {
  width: 100%;
  overflow: hidden;
}

.ny_aboutus_box img {
  float: left;
  width: 45%;
  margin-right: 30px
}

.ny_aboutus_box .bt {
  font-size: 35px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 0px;
  color: #e6302c
}

.ny_aboutus_box .by {
  font-size: 24px;
  display: block;
  margin-bottom: 20px
}

.ny_aboutus_box p {
  font-size: 16px;
  line-height: 35px;
  color: #444;
}

@media (max-width:1380px) {
  .ny_aboutus_box .bt {
    font-size: 30px;
  }

  .ny_aboutus_box .by {
    font-size: 20px;
    margin-bottom: 10px
  }
}

@media (max-width:1180px) {
  .ny_aboutus_box img {
    width: 40%;
  }
}

@media (max-width:1024px) {
  .ny_aboutus_box .bt {
    font-size: 26px;
  }

  .ny_aboutus_box .by {
    font-size: 18px;
  }

  .ny_aboutus_box p {
    font-size: 14px;
    line-height: 30px;
  }
}

@media (max-width:920px) {
  .ny_aboutus_box img {
    margin-right: 20px
  }

  .ny_aboutus_box .bt {
    font-size: 24px;
  }

  .ny_aboutus_box .by {
    font-size: 16px;
    margin-bottom: 0px
  }

  .ny_aboutus_box p {
    font-size: 14px;
    line-height: 25px;
  }
}

@media (max-width:780px) {
  .ny_aboutus_box img {
    width: 54%;
  }

  .ny_aboutus_box .bt {
    font-size: 22px;
  }
}

@media (max-width:540px) {
  .ny_aboutus_box img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px
  }

  .ny_aboutus_box .by {
    margin-bottom: 5px
  }
}


/**产品中心**/
.ny_products_box {
  width: 100%;
  overflow: hidden;
}

.ny_products_box li {
  width: 32%;
  float: left;
  margin-right: 1.3%;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border: 1px solid #eee;
}

.ny_products_box li:nth-child(3n) {
  margin-right: 0
}

.ny_products_box li .imgDiv {
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.ny_products_box li .imgDiv .pro {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  border-bottom: none
}

.ny_products_box li .imgDiv .pro img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}

.ny_products_box li .text {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 10px 0;
  position: relative;
  z-index: 10;
  border-top: 1px solid #eee;
  background: #eee;
}

.ny_products_box li .text:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  background: #2d5d5d;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}

.ny_products_box li .text p {
  font-size: 16px;
  color: #111;
  position: relative;
  z-index: 10
}

.ny_products_box li .text span {
  font-size: 14px;
  color: #666;
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto
}

.ny_products_box li:hover .text:before {
  height: 75px;
}

.ny_products_box li:hover .imgDiv .pro img {
  transform: scale(1.05);
}

.ny_products_box li:hover .text p,
.ny_products_box li:hover .text span {
  color: #fff;
}

.ny_products_box_ss li {
  width: 24%;
  margin-right: 1.3%;
}

.ny_products_box_ss li:nth-child(3n) {
  margin-right: 1.3%
}

.ny_products_box_ss li:nth-child(4n) {
  margin-right: 0
}

@media (max-width:1600px) {
  .ny_products_box li .imgDiv {
    height: 260px;
  }
}

@media (max-width:1380px) {
  .ny_products_box li {
    margin-bottom: 15px;
  }

  .ny_products_box li .imgDiv {
    height: 240px;
  }
}

@media (max-width:1280px) {
  .ny_products_box li .imgDiv {
    height: 230px;
  }
}

@media (max-width:1180px) {
  .ny_products_box li .imgDiv {
    height: 220px;
  }
}

@media (max-width:1024px) {
  .ny_products_box li .imgDiv {
    height: 180px;
  }

  .ny_products_box li .text p {
    font-size: 14px;
  }

  .ny_products_box li .text span {
    font-size: 12px;
  }
}

@media (max-width:992px) {
  .ny_products_box li .imgDiv {
    height: 150px;
  }
}

@media (max-width:540px) {
  .ny_products_box li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }

  .ny_products_box li:nth-child(2n) {
    margin-right: 0 !important
  }

  .ny_products_box li:nth-child(3n) {
    margin-right: 2%
  }

  .ny_products_box li .imgDiv {
    height: 220px;
  }
}

@media (max-width:420px) {
  .ny_products_box li .imgDiv {
    height: 180px;
  }
}

@media (max-width:390px) {
  .ny_products_box li .imgDiv {
    height: 170px;
  }
}

@media (max-width:380px) {
  .ny_products_box li .imgDiv {
    height: 160px;
  }
}

/**产品详情**/
.pro_detail_box {
  width: 100%;
  overflow: hidden;
}

.picture_box {
  width: 45%;
  float: left
}

.picture_box .gallery-top {
  border: 1px solid #eee;
  text-align: center;
  position: relative
}

.picture_box .swiper-container {
  width: 100%;
}

.picture_box .gallery-top .swiper-slide {
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.picture_box .gallery-top .swiper-slide .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  border-bottom: none
}

.picture_box .gallery-top .swiper-slide .img img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}

.picture_box .swiper-slide {
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center;
}

.picture_box .gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer
}

.picture_box .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
  border: 2px solid #eee;
}

.picture_box .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #2d5d5d;
}

.picture_box .swiper-button-next,
.picture_box .swiper-button-prev {
  top: 50%;
  bottom: 0px;
  background: rgba(0, 0, 0, .3);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute
}

.picture_box .swiper-button-prev {
  left: 0;
}

.picture_box .swiper-button-next {
  right: 0
}

.picture_box .swiper-button-next:hover,
.picture_box .swiper-button-prev:hover {
  background: rgba(4, 64, 152, 1);
}

.picture_box .swiper-button-next i,
.picture_box .swiper-button-prev i {
  color: #fff;
}

.picture_box .swiper-button-next:hover i,
.picture_box .swiper-button-prev:hover i {
  color: #fff;
}

.pro_detail_text {
  float: right;
  width: 52%;
  overflow: hidden
}

.pro_detail_text b {
  font-size: 38px;
  line-height: 38px;
  color: #2d5d5d;
  margin-bottom: 15px;
  font-weight: bold;
  display: block
}

.pro_detail_text span {
  font-size: 18px;
  color: #222
}

.pro_detail_text .txt {
  margin-top: 5px;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 35px
}

.pro_detail_text .txt p {
  font-size: 15px;
  line-height: 40px
}

.pro_detail_text .tel {
  width: 48%;
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
  background: #222;
  color: #FFF;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  float: left;
  cursor: pointer
}

.pro_detail_text .order {
  width: 48%;
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
  background: #2d5d5d;
  color: #FFF;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  float: right;
  cursor: pointer
}

.pro_detail_text .tel a,
.pro_detail_text .order a {
  color: #FFF;
}

.pro_detail_text i {
  margin-right: 10px
}

.red_pro_box {
  width: 100%;
  overflow: hidden;
  margin-top: 30px
}

.red_pro_box .bt {
  background: #f4f4f4;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  font-size: 20px;
  margin-bottom: 20px;
  border-left: 3px solid #2d5d5d;
  color: #2d5d5d;
  text-transform: uppercase;
  font-weight: bold
}

.product_details .video {
  width: 100%;
  height: 550px;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px
}

.product_details ul {
  border: 1px solid #eee;
  width: 100%
}

.product_details ul li {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #e4e4e4;
  line-height: 60px
}

.product_details ul li:last-child {
  border-bottom-width: 0
}

.product_details ul li .n-product-bot-l {
  padding: 0 2%;
  width: 23%;
  background-color: #f5f5f6;
  border-right: 1px solid #e4e4e4;
  box-sizing: border-box;
  font-size: 18px;
  color: #181818;
  font-weight: bold;
}

.product_details ul li .n-product-bot-r {
  padding: 0 2%;
  width: 77%;
  box-sizing: border-box;
  font-size: 14px;
  color: #181818
}

.red_pro_box .ny_products_box li {
  width: 24%
}

.red_pro_box .ny_products_box li:nth-child(3n) {
  margin-right: 1.3%
}

.red_pro_box .ny_products_box li:nth-child(4n) {
  margin-right: 0
}

@media (max-width:1380px) {
  .picture_box .gallery-thumbs {
    height: 80px;
  }

  .pro_detail_text b {
    font-size: 34px;
    line-height: 34px;
  }

  .pro_detail_text .txt p {
    line-height: 35px
  }
}

@media (max-width:1180px) {
  .pro_detail_text .txt p {
    font-size: 14px;
    line-height: 35px
  }

  .product_details ul li .n-product-bot-l {
    font-size: 16px
  }
}

@media (max-width:1024px) {
  .picture_box .gallery-top .swiper-slide {
    height: 320px;
  }

  .picture_box .gallery-thumbs {
    height: 70px;
    margin-top: 10px
  }

  .pro_detail_text b {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .pro_detail_text .txt {
    margin-top: 0;
    margin-bottom: 10px
  }

  .pro_detail_text .txt p {
    font-size: 12px;
    line-height: 25px
  }

  .red_pro_box .bt {
    height: 50px;
    line-height: 50px;
    font-size: 18px
  }

  .product_details .video {
    height: 450px;
  }

  .product_details ul li {
    line-height: 50px
  }

  .product_details ul li .n-product-bot-l {
    font-size: 14px;
  }
}

@media (max-width:992px) {
  .picture_box {
    width: 100%;
    margin-bottom: 20px
  }

  .picture_box .gallery-top .swiper-slide {
    height: 400px;
  }

  .picture_box .gallery-thumbs {
    height: 120px;
  }

  .pro_detail_text .txt p {
    font-size: 14px;
    line-height: 30px
  }

  .pro_detail_text {
    width: 100%
  }
}

@media (max-width:780px) {
  .picture_box .gallery-thumbs {
    height: 100px;
  }

  .product_details .video {
    height: 400px;
  }

  .red_pro_box .ny_products_box li {
    width: 49%;
    margin-right: 0 !important
  }

  .red_pro_box .ny_products_box li:nth-child(2n) {
    float: right
  }

  .pro_detail_text b {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}

@media (max-width:540px) {
  .picture_box .gallery-thumbs {
    height: 90px;
  }

  .pro_detail_text {
    margin-bottom: 10px
  }

  .product_details .video {
    height: 350px;
    margin-bottom: 10px
  }

  .red_pro_box {
    margin-top: 10px;
  }

  .red_pro_box .bt {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .product_details ul li {
    line-height: 25px
  }

  .product_details ul li .n-product-bot-l,
  .product_details ul li .n-product-bot-r {
    font-size: 13px;
    padding: 2%;
  }

  .pro_detail_text b {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width:420px) {
  .picture_box .gallery-top .swiper-slide {
    height: 320px;
  }

  .picture_box .gallery-thumbs {
    height: 70px;
  }

  .pro_detail_text .tel,
  .pro_detail_text .order {
    width: 49%;
    font-size: 16px
  }

  .product_details .video {
    height: 300px;
    margin-bottom: 10px
  }

  .product_details ul li {
    line-height: 20px;
  }

  .product_details ul li .n-product-bot-l,
  .product_details ul li .n-product-bot-r {
    font-size: 12px;
  }

  .pro_detail_text b {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width:390px) {

  .pro_detail_text .tel,
  .pro_detail_text .order {
    font-size: 14px
  }
}

/**新闻资讯**/
.news_box {
  overflow: hidden;
  width: 100%;
}

.news_box li {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
  padding: 2%;
  border: 1px solid #eee
}

.news_box li .imgDiv {
  width: 15%;
  height: 140px;
  overflow: hidden;
  float: left;
  padding: 0;
  display: block;
  position: relative;
  background: #fff
}

.news_box li .imgDiv .pro {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  border-bottom: none
}

.news_box li .imgDiv .pro img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}


.news_box li .textDiv {
  width: 70%;
  float: left;
  margin-left: 2%
}

.news_box li .textDiv .title {
  font-size: 22px;
  color: #666;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  margin: 10px 0
}

.news_box li .textDiv .p {
  font-size: 16px;
  color: #999;
  line-height: 35px
}

.news_box li .timeDiv {
  width: 11%;
  float: right;
  border-left: 1px solid rgba(0, 0, 0, .06);
  margin-top: 35px
}

.news_box li .timeDiv .sj {
  float: left;
  text-align: center;
  width: 70%;
  padding-left: 15%
}

.news_box li .timeDiv .sj p {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #666;
}

.news_box li .timeDiv .sj span {
  color: #999;
  font-size: 14px
}

.news_box li .timeDiv .more {
  float: right;
  text-align: right;
  display: block;
  width: 30%;
  color: #ddd;
  font-size: 35px
}

.news_box li:hover {
  background: #2d5d5d
}

.news_box li:hover .timeDiv {
  border-left: 1px solid #fff;
}

.news_box li:hover .title,
.news_box li:hover .p,
.news_box li:hover .timeDiv .sj,
.news_box li:hover .timeDiv .sj p,
.news_box li:hover .timeDiv .sj span,
.news_box li:hover .timeDiv .more {
  color: #fff;
}

.news_box li .timeDiv02 {
  display: none;
  color: #2d5d5d;
}

@media (max-width:1600px) {
  .news_box li .imgDiv {
    height: 130px;
  }

  .news_box li .textDiv .title {
    margin: 5px 0
  }

  .news_box li .timeDiv {
    margin-top: 25px
  }
}

@media (max-width:1380px) {
  .news_box li {
    padding: 1%;
  }

  .news_box li .imgDiv {
    height: 120px;
  }

  .news_box li .textDiv .title {
    font-size: 20px;
  }

  .news_box li .textDiv .p {
    font-size: 14px;
    line-height: 30px
  }

  .news_box li .timeDiv .more {
    font-size: 28px
  }
}

@media (max-width:1280px) {
  .news_box li .imgDiv {
    height: 110px;
  }
}

@media (max-width:1180px) {
  .news_box li .imgDiv {
    height: 100px;
  }

  .news_box li .timeDiv {
    margin-top: 20px
  }

  .news_box li .textDiv .title {
    font-size: 18px;
    margin: 0
  }
}

@media (max-width:1024px) {
  .news_box li .imgDiv {
    height: 85px;
  }

  .news_box li .textDiv .title {
    font-size: 16px;
  }

  .news_box li .textDiv .p {
    line-height: 25px
  }

  .news_box li .timeDiv {
    margin-top: 15px
  }

  .news_box li .timeDiv .sj p {
    font-size: 25px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}

@media (max-width:920px) {
  .news_box li .imgDiv {
    width: 20%;
    height: 100px;
  }

  .news_box li .textDiv {
    width: 60%;
  }

  .news_box li .timeDiv {
    width: 15%;
  }
}

@media (max-width:540px) {
  .news_box li {
    padding: 2%;
  }

  .news_box li .imgDiv {
    width: 100%;
    height: auto;
  }

  .news_box li .textDiv {
    width: 100%;
    margin-left: 0
  }

  .news_box li .timeDiv {
    display: none
  }

  .news_box li .timeDiv02 {
    display: block;
  }
}


/**新闻详情**/
.newsdetail {
  width: 100%;
  overflow: hidden;
  margin-top: 20px
}

.newsdetail .hddiv {
  text-align: center;
}

.newsdetail .hddiv .title {
  font-size: 24px;
  font-weight: bold;
  color: #222
}

.newsdetail .hddiv .title02 {
  overflow: hidden;
  margin: 10px 0 20px
}

.newsdetail .hddiv span {
  color: #999999;
  margin: 0 10px;
  font-size: 14px
}

.newsdetail .bddiv {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto
}

.newsdetail .bddiv p {
  margin: 0;
  width: 100% !important
}

.newsdetail .bddiv img {
  max-width: 800px;
  height: auto !important
}

.newsdetail .otherPage {
  padding: 20px 0 45px;
  color: #999
}

.newsdetail .otherPage span {
  font-size: 14px
}

.newsdetail .otherPage a {
  color: #333;
  margin-top: 10px;
  max-width: 50%;
}


@media (max-width:992px) {
  .newsdetail .bddiv img {
    max-width: 100%;
    width: 100% !important;
  }
}

@media (max-width:540px) {
  .newsdetail .hddiv .title {
    font-size: 20px;
  }

  .newsdetail {
    margin-top: 0px;
  }

  .newsdetail .fr {
    float: left;
  }
}

@media (max-width:420px) {
  .newsdetail .hddiv .title {
    font-size: 16px;
  }
}



/**案例展示**/
.case_box {
  width: 100%;
  overflow: hidden;
}

.case_box li {
  width: 24%;
  float: left;
  margin-right: 1.3%;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #eee;
}

.case_box li:nth-child(4n) {
  margin-right: 0
}

.case_box li .imgDiv {
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.case_box li .imgDiv .pro {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  border-bottom: none
}

.case_box li .imgDiv .pro img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}

.case_box li .text {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 10px 0;
  position: relative;
  z-index: 10;
  border-top: 1px solid #eee;
  background: #eee;
}

.case_box li .text:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  background: #2d5d5d;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}

.case_box li .text p {
  font-size: 16px;
  color: #111;
  position: relative;
  z-index: 10
}

.case_box li:hover .text:before {
  height: 75px;
}

.case_box li:hover .imgDiv .pro img {
  max-width: 100%;
  max-height: 100%;
}

.case_box li:hover .text p,
.case_box li:hover .text span {
  color: #fff;
}

@media (max-width:1180px) {
  .case_box li .imgDiv {
    height: 240px;
  }

  .case_box li .text p {
    font-size: 14px;
  }
}

@media (max-width:992px) {
  .case_box li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .case_box li:nth-child(2n) {
    float: right
  }

  .case_box li .imgDiv {
    height: 300px;
  }
}

@media (max-width:540px) {
  .case_box li .imgDiv {
    height: 230px;
  }
}

@media (max-width:420px) {
  .case_box li .imgDiv {
    height: 160px;
  }
}


/**车间**/
.workshop_box {
  width: 100%;
  overflow: hidden;
}

.workshop_box li {
  width: 24%;
  float: left;
  margin-right: 1.3%;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #eee;
}

.workshop_box li:nth-child(4n) {
  margin-right: 0
}

.workshop_box li .imgDiv {
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.workshop_box li .imgDiv .pro {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  border-bottom: none
}

.workshop_box li .imgDiv .pro img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}

.workshop_box li .text {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 10px 0;
  position: relative;
  z-index: 10;
  border-top: 1px solid #eee;
  background: #eee;
}

.workshop_box li .text:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  background: #2d5d5d;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}

.workshop_box li .text p {
  font-size: 16px;
  color: #111;
  position: relative;
  z-index: 10
}

.workshop_box li:hover .text:before {
  height: 75px;
}

.workshop_box li:hover .imgDiv .pro img {
  max-width: 100%;
  max-height: 100%;
}

.workshop_box li:hover .text p,
.case_box li:hover .text span {
  color: #fff;
}

@media (max-width:1380px) {
  .workshop_box li .imgDiv {
    height: 200px;
  }
}

@media (max-width:1180px) {
  .workshop_box li .imgDiv {
    height: 180px;
  }

  .workshop_box li .text p {
    font-size: 14px;
  }
}

@media (max-width:1024px) {
  .workshop_box li .imgDiv {
    height: 160px;
  }
}

@media (max-width:992px) {
  .workshop_box li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .workshop_box li:nth-child(2n) {
    float: right
  }

  .workshop_box li .imgDiv {
    height: 300px;
  }
}

@media (max-width:540px) {
  .workshop_box li .imgDiv {
    height: 230px;
  }
}

@media (max-width:420px) {
  .workshop_box li .imgDiv {
    height: 160px;
  }
}


/**荣誉**/
.honor_box {
  width: 100%;
  overflow: hidden;
}

.honor_box li {
  width: 24%;
  float: left;
  margin-right: 1.3%;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #eee;
}

.honor_box li:nth-child(4n) {
  margin-right: 0
}

.honor_box li .imgDiv {
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.honor_box li .imgDiv .pro {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  border-bottom: none
}

.honor_box li .imgDiv .pro img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  padding: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}

.honor_box li .text {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 10px 0;
  position: relative;
  z-index: 10;
  border-top: 1px solid #eee;
  background: #eee;
  display: none
}

.honor_box li .text:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  background: #2d5d5d;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}

.honor_box li .text p {
  font-size: 16px;
  color: #111;
  position: relative;
  z-index: 10
}

.honor_box li:hover .text:before {
  height: 75px;
}

.honor_box li:hover .imgDiv .pro img {
  max-width: 100%;
  max-height: 100%;
}

.honor_box li:hover .text p,
.case_box li:hover .text span {
  color: #fff;
}

@media (max-width:1180px) {
  .honor_box li .imgDiv {
    height: 200px;
  }

  .honor_box li .text p {
    font-size: 14px;
  }
}

@media (max-width:1024px) {
  .honor_box li .imgDiv {
    height: 180px;
  }
}

@media (max-width:992px) {
  .honor_box li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .honor_box li:nth-child(2n) {
    float: right
  }

  .honor_box li .imgDiv {
    height: 300px;
  }
}

@media (max-width:540px) {
  .honor_box li .imgDiv {
    height: 230px;
  }
}

@media (max-width:420px) {
  .honor_box li .imgDiv {
    height: 160px;
  }
}



/*人才招聘*/
.n-join {}

.n-join .n-join-tit {
  padding-left: 2.5%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s
}

.n-join .n-join-tit:first-child {
  margin-top: 0
}

.n-join .n-join-tit .n-join-tit__font {
  cursor: pointer;
  width: calc(100% - 120px);
  padding-top: 30px
}

.n-join .n-join-tit .n-join-tit__font .n-join-tit__font-top {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

.n-join .n-join-tit .n-join-tit__font .n-join-tit__font-top h2 {
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #181818
}

.n-join .n-join-tit .n-join-tit__font .n-join-tit__font-top .n-join-time {
  line-height: 18px;
  font-size: 14px;
  color: #5b5e64;
  padding-left: 10px;
  border-left: 1px solid #e4e4e4;
  margin-left: 10px
}

.n-join .n-join-tit .n-join-tit__font .n-join-tit__font-bot {
  margin-top: 15px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch
}

.n-join .n-join-tit .n-join-tit__font .n-join-tit__font-bot .n-join-item {
  padding-right: 40px;
  line-height: 28px;
  font-size: 14px;
  color: #5b5e64
}

.n-join .n-join-tit .n-join-btn {
  border-left: 1px solid #eee;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  cursor: pointer
}

.n-join .n-join-tit .n-join-btn i {
  color: #999
}

.n-join .n-join-tit.current {
  margin-bottom: 0;
  background-color: #2d5d5d;
  border: 1px solid #eee;
}

.n-join .n-join-tit.current h2,
.n-join .n-join-tit.current .n-join-time,
.n-join .n-join-tit.current .n-join-item {
  color: #fff !important
}

.n-join .n-join-tit.current i {
  color: #fff;
}

.n-join .n-join-tit.current .n-join-btn {
  border-left: none;
  border-bottom: 1px solid #563496;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.n-join .n-join-font {
  display: none;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  margin-bottom: 10px;
  border-top-width: 0;
  padding: 2.5%;
  line-height: 28px;
  font-size: 14px;
  color: #181818
}

.n-join .n-join-font .n-join-font-box {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch
}

.n-join .n-join-font .n-join-font-box .n-join-font-l {
  width: 65.77%;
  padding-right: 2.56%;
  box-sizing: border-box
}

.n-join .n-join-font .n-join-font-box .n-join-font-r {
  width: 34.23%;
  box-sizing: border-box;
  border-left: 1px solid #e4e4e4;
  padding-left: 2.56%
}

.n-join .n-join-font .n-join-font-box .n-join-font-r a {
  color: #2d5d5d;
  font-weight: bold
}

.n-join .n-join-font .n-join-font-box b {
  font-size: 16px
}

.n-join .n-join-font .n-join-font-box p {
  font-size: 14px
}

@media (max-width:1024px) {
  .n-join .n-join-tit .n-join-tit__font .n-join-tit__font-bot .n-join-item {
    padding-right: 30px;
  }
}

@media (max-width:992px) {
  .n-join .n-join-tit .n-join-tit__font .n-join-tit__font-bot .n-join-item {
    padding-right: 20px;
  }
}

@media (max-width:820px) {
  .n-join .n-join-tit .n-join-tit__font .n-join-tit__font-bot .n-join-item {
    padding-right: 10px;
  }
}

@media (max-width:780px) {
  .n-join .n-join-tit .n-join-tit__font {
    width: calc(100% - 80px);
    padding-top: 15px
  }

  .n-join .n-join-tit .n-join-tit__font .n-join-tit__font-bot {
    margin-top: 5px;
  }

  .n-join .n-join-tit .n-join-btn {
    width: 80px;
    width: 80px;
    height: 80px;
    line-height: 80px
  }

  .n-join .n-join-tit.current .n-join-tit__font {
    width: calc(100% - 80px);
  }

  .n-join .n-join-tit .n-join-tit__font .n-join-tit__font-top h2 {
    font-size: 16px
  }

  .n-join .n-join-tit .n-join-tit__font .n-join-tit__font-bot .n-join-item {
    font-size: 12px
  }
}

@media (max-width:540px) {
  .n-join .n-join-tit .n-join-tit__font {
    padding: 15px 0
  }

  .n-join .n-join-tit .n-join-tit__font .n-join-tit__font-bot {
    display: block
  }

  .n-join .n-join-tit .n-join-tit__font .n-join-tit__font-bot .n-join-item {
    width: 33.333%;
    float: left;
    padding-right: 0px;
  }

  .n-join .n-join-tit.current .n-join-btn {
    border-bottom: none
  }

  .n-join .n-join-tit .n-join-btn {
    border-left: none
  }

  .n-join .n-join-font .n-join-font-box {
    display: block
  }

  .n-join .n-join-font .n-join-font-box .n-join-font-l {
    width: 100%;
    padding-right: 0;
  }

  .n-join .n-join-font .n-join-font-box .n-join-font-r {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 10px
  }

  .n-join .n-join-font .n-join-font-box b {
    font-size: 14px
  }

  .n-join .n-join-tit .n-join-tit__font {
    width: calc(100% - 50px);
  }

  .n-join .n-join-tit .n-join-btn {
    width: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px
  }

  .n-join .n-join-tit.current .n-join-tit__font {
    width: calc(100% - 50px);
  }
}

@media (max-width:420px) {
  .n-join .n-join-tit .n-join-tit__font .n-join-tit__font-top {
    display: block;
    overflow: hidden
  }

  .n-join .n-join-tit .n-join-tit__font .n-join-tit__font-top h2 {
    width: 100%;
    display: block;
    margin-bottom: 10px
  }

  .n-join .n-join-tit .n-join-tit__font .n-join-tit__font-top .n-join-time {
    width: 100%;
    float: left;
    margin-left: 0px;
    margin-bottom: 10px
  }

  .n-join .n-join-tit .n-join-tit__font .n-join-tit__font-bot .n-join-item {
    width: 100%;
  }
}

/**联系我们**/
.contact_box {
  width: 100%;
  overflow: hidden;
}

.contact_box li {
  width: 24%;
  float: left;
  margin-right: 1.33%;
  padding: 2%;
  background: #f5f5f5;
  text-align: center;
  border: 1px solid #eee;
  margin-bottom: 20px
}

.contact_box li i {
  display: block;
  font-size: 60px;
  color: #2d5d5d;
}

.contact_box li b {
  font-size: 18px;
  color: #333;
  display: block;
}

.contact_box li p {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  height: 50px
}

.contact_box li:nth-child(4),
.contact_box li:nth-child(8) {
  margin-right: 0
}

.contact_box li a {
  color: #666
}

.contact-map {
  width: 100%;
  overflow: hidden;
  margin-top: 20px
}

#container {
  min-width: 100%;
  min-height: 540px;
  padding: 1%
}

#container .map_wz {
  font-size: 18px;
  color: #2d5d5d;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  margin-bottom: 1px;
  display: block
}

#container .map_wzz {
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
}

.contact_box02 {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  padding: 50px
}

.contact_tel {
  width: 60%;
  float: left
}

.contact_tel ul {
  float: left
}

.contact_tel .one {
  width: 55%;
}

.contact_tel .two {
  width: 45%;
}

.contact_tel h3 {
  font-size: 30px;
  color: #2d5d5d;
  margin-bottom: 20px;
  font-weight: bold;
  display: block
}

.contact_tel li {
  width: 100%;
  line-height: 45px;
  font-size: 16px;
  color: #333
}

.contact_tel li .tel a {
  color: #e6302c;
  font-size: 24px;
  font-weight: bold
}

.contact_tel li b,
.contact_tel li p {
  display: inline-block
}

.contact_tel li b {
  font-weight: normal
}

.contact_tel li p {
  margin-right: 20px;
}

.contact_tel li a {
  color: #333
}

.contact_ewm {
  width: 38%;
  float: right
}

.contact_ewm h4 {
  font-size: 20px;
  color: #222;
  margin-bottom: 20px;
  display: block
}

.contact_ewm img {
  width: 80%
}

@media (max-width:1600px) {
  .contact_tel .one {
    width: 60%;
  }

  .contact_tel .two {
    width: 40%;
  }

  .contact_ewm img {
    width: 100%
  }
}

@media (max-width:1380px) {
  .contact_box02 {
    padding: 30px
  }

  .contact_tel {
    width: 65%;
  }

  .contact_tel h3 {
    font-size: 26px;
  }

  .contact_ewm {
    width: 33%;
  }

  .contact_box li {
    padding: 1.5%
  }
}

@media (max-width:1280px) {
  .contact_box li i {
    font-size: 50px;
  }

  .contact_tel li {
    font-size: 15px;
  }
}

@media (max-width:1180px) {
  .contact_box li b {
    font-size: 16px;
  }

  .contact_box li p {
    font-size: 14px;
    height: 40px
  }
}

@media (max-width:1024px) {
  .contact_tel {
    width: 100%;
    margin-bottom: 20px
  }

  .contact_ewm {
    width: 100%;
    text-align: center
  }

  .contact_ewm img {
    width: 50%
  }

  .contact_box li {
    padding: 1%
  }

  .contact-map {
    margin-top: 15px
  }

  #container {
    min-height: 400px;
  }
}

@media (max-width:998px) {
  .contact_box li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }

  .contact_box li:nth-child(2n) {
    margin-right: 0
  }

  .contact-map {
    margin-top: 0
  }

  .contact_tel h3,
  .contact_ewm h4 {
    margin-bottom: 10px;
  }
}

@media (max-width:540px) {
  .contact_box li {
    margin-bottom: 10px;
  }

  .contact_box02 {
    padding: 10px
  }

  .contact_tel .one,
  .contact_tel .two {
    width: 100%;
  }

  .contact_tel li {
    font-size: 14px;
    line-height: 30px
  }

  .contact_ewm img {
    width: 100%
  }
}

@media (max-width:420px) {
  .contact_box li {
    width: 100%;
    margin-right: 0;
  }

  .contact_tel h3 {
    font-size: 20px;
  }

  .contact_tel h4 {
    font-size: 16px;
  }
}

/**在线留言**/
.feedback_form {
  width: 60%;
  overflow: hidden;
  float: left
}

.feedback_form ul li {
  margin-bottom: 10px;
  float: left;
  width: 49.5%;
  background: #f5f5f5;
  border: 1px solid #eee;
  position: relative;
  padding-left: 10px
}

.feedback_form ul li:nth-child(2n) {
  float: right;
}

.feedback_form ul li p {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #d36c00
}

.feedback_form ul li input {
  font-family: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  border: none;
  background: none;
  background-color: transparent;
  width: 100%;
  color: #000;
  font-size: 1.125em;
  height: 50px
}

.feedback_form ul li textarea {
  font-family: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  height: 300px;
  border: none;
  background: none;
  background-color: transparent;
  width: 100%;
  color: #000;
  font-size: 1.125em;
}

.feedback_form ul li .yzm_box {
  float: left;
  width: calc(100% - 180px);
}

.feedback_form ul li .yzm {
  float: right;
  margin-top: 12px;
  margin-right: 10px;
}

.feedback_form ul li:nth-child(5) {
  width: 100%
}

.feedback_form ul li:nth-child(6) {
  float: left;
}

.feedback_form .more-button {
  cursor: pointer;
  border: none;
  width: 25%;
  height: 50px;
  font-size: 14px;
  color: #fff;
  background: #4c4948 !important;
  float: left
}

.feedback_form .more-button:hover {
  background: #2d5d5d !important;
}

.feedback_wz {
  width: 36%;
  overflow: hidden;
  float: right;
  position: relative
}

.feedback_wz p {
  font-size: 16px;
  line-height: 35px;
  color: #444;
  text-indent: 2em;
}

.feedback_wz .feedback-tel {
  font-weight: bold;
  font-size: 40px;
  color: #2d5d5d;
  padding-bottom: 40px;
}

.feedback_wz .feedback-tel i {
  margin-right: 10px
}

.feedback_wz img {
  float: right
}

@media (max-width:1180px) {
  .feedback_wz .feedback-tel {
    font-size: 35px;
  }
}

@media (max-width:1024px) {
  .feedback_form .more-button {
    width: 40%;
  }

  .feedback_wz .feedback-tel {
    font-size: 30px;
  }
}

@media (max-width:920px) {
  .feedback_wz .feedback-tel {
    font-size: 26px;
  }
}

@media (max-width:840px) {
  .feedback_wz .feedback-tel {
    font-size: 24px;
  }
}

@media (max-width:540px) {
  .feedback_form {
    width: 100%;
  }

  .feedback_form .more-button {
    width: 100%;
  }

  .feedback_wz {
    width: 100%;
  }

  .feedback_wz .feedback-tel {
    font-size: 30px;
    padding-bottom: 20px;
  }

  .feedback_wz img {
    display: none
  }
}

@media (max-width:420px) {
  .feedback_form ul li {
    width: 100%;
  }
}




/*分页样式 开始*/
#fengye {
  clear: both;
  margin: auto 0;
  text-align: center;
  margin-top: 20px
}

div.digg {
  text-align: left;
  font-size: 16px;
  display: inline-block;
  height: 50px;
}

div.digg span.disabled {
  padding: 10px 16px;
  margin: 0 2px;
  color: #666;
  background: #f4f4f4
}

div.digg span.current {
  padding: 10px 16px;
  margin: 0 2px;
  color: #fff;
  background: #2d5d5d;
}

div.digg a {
  padding: 10px 16px;
  margin: 0 2px;
  color: #666;
  text-decoration: none;
  background: #f4f4f4
}

div.digg a:hover {
  background: #2d5d5d;
  color: #fff;
}

div.digg .keng {
  display: none
}


/**相册**/
.rebox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-filter: none !important;
  background: rgb(0, 0, 0);
  /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
}

.rebox * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.rebox-contents {
  position: absolute;
  top: 10%;
  left: 10%;
  text-align: center;
  width: 80%;
  height: 80%;
}

.rebox-contents .rebox-content {
  border: 5px solid #fff;
  border-radius: 1px;
  height: 100%;
}

.rebox-loading {
  width: 31px;
  height: 31px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 48%;
  left: 50%;
}

.rebox-caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}

.rebox-caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.rebox-button {
  position: absolute;
  z-index: 9999;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgb(0, 0, 0);
  opacity: 0.4;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.rebox a:hover {
  color: #f08200
}

.rebox-button:hover,
.rebox-button:focus {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.rebox-close {
  right: 10px;
  top: 10px;
}

.rebox-next {
  right: 10px;
  top: 48%;
}

.rebox-prev {
  left: 10px;
  top: 48%;
}

.rebox-loading {
  left: 50%;
  top: 48%;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media (max-width:520px) {
  .rebox-contents {
    top: 18%
  }
}

.all_back {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  display: none;
  cursor: pointer;
  background: rgba(32, 60, 160, .7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  text-align: center;
}

.all_back i {
  color: #fff;
  display: block;
  font-style: normal;
  font-size: 24px
}

.all_back:hover {
  background: rgba(32, 60, 160, 1);
  border-radius: 50%;
}

.all_back:hover i {
  color: #fff;
}

@media (max-width:540px) {
  .all_back {
    right: 20px;
    bottom: 20px;
  }
}


/**搜索**/
#pop__search {
  display: none;
  margin-bottom: 0;
  position: relative
}

#pop__search .box {
  width: 680px;
  height: 52px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

#pop__search .box form {
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
  padding-right: 50px
}

#pop__search .box form .btn01 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  background: none;
  outline: 0;
  padding: 0 0 0 20px;
  font-size: 14px;
  color: #666
}

#pop__search .box form .btn01::-webkit-input-placeholder {
  color: #666;
  font-size: 14px
}

#pop__search .box form .btn01::-moz-placeholder {
  color: #666;
  font-size: 14px
}

#pop__search .box form .btn01:-moz-placeholder {
  color: #666;
  font-size: 14px
}

#pop__search .box form .btn01:-ms-input-placeholder {
  color: #666;
  font-size: 14px
}

#pop__search .box form .btn02 {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: none;
  background: none;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0
}

#pop__search .box form .btn02 i {
  vertical-align: top;
  margin-top: 0px;
  color: #333;
  font-family: "iconfont" !important;
  font-size: 24px;
  font-style: normal;
}

#pop__search .box form .btn02:hover svg {
  color: #0000ff
}

/**漂浮**/
.online_q {
  position: fixed;
  right: 0px;
  bottom: 30%;
  z-index: 999
}

.online_q .btn2 {
  width: 73px;
  height: 73px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  transition: .3s
}

.online_q .btn2 span i {
  display: block;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
}

.online_q .btn2 span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 3px;
  position: relative;
  z-index: 999;
  overflow: hidden;
  transition: .3s;
  -webkit-transition: .3s;
  font-size: 12px;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #2d5d5d;
}

.online_q .btn2.btn-top span {
  background: #222;
  color: #fff;
}

.online_q .btn2.btn-top span p {
  font-weight: bold
}

.online_q .btn2 .open.tel a {
  color: #fff
}

.online_q .btn2 .open.pic {
  position: absolute;
  background: #2d5d5d;
  width: 100px;
  height: 100px;
  right: 100px;
  top: 50%;
  margin-top: -50px;
  text-align: right;
  opacity: 0;
  transition: .6s;
  -webkit-transition: .6s;
  visibility: hidden
}

.online_q .btn2 .open.pic:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #2d5d5d;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -10px
}

.online_q .btn2 .open.pic img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-right: 10px
}

.online_q .btn2 .open.tel {
  position: absolute;
  background: #2d5d5d;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  font-family: arial;
  text-align: center;
  line-height: 50px;
  right: 100px;
  top: 50%;
  margin-top: -25px;
  opacity: 0;
  transition: .6s;
  -webkit-transition: .6s;
  visibility: hidden
}

.online_q .btn2 .open.tel:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #2d5d5d;
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -10px
}

.online_q .btn2:hover .open.pic {
  opacity: 1;
  right: 90px;
  visibility: visible
}

.online_q .btn2:hover .open.tel {
  opacity: 1;
  right: 90px;
  visibility: visible
}

.online_q #gotop {
  transition: .5s;
  overflow: hidden;
  height: 73px
}

.online_q #gotop.hide {
  height: 0
}

@media (max-width:540px) {
  .online_q .btn2 {
    width: 40px;
    height: 40px;
  }

  .online_q .btn2 span i {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
  }

  .online_q .btn2 p {
    display: none
  }

  .online_q #gotop.hide {
    height: 40px !important;
  }

  .online_q .btn2:hover .open.tel,
  .online_q .btn2:hover .open.pic {
    right: 50px
  }
}

/**搜索**/
.search_tit {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px
}

.search_tit strong {
  color: #2d5d5d;
  font-size: 20px;
}

@media (max-width:540px) {
  .search_tit {
    margin-bottom: 10px;
    font-size: 14px
  }

  .search_tit strong {
    font-size: 16px;
  }
}


/*产品详情*/
.index_product_lb_two {
  width: 100%;
  overflow: hidden;
  margin-top: 30px
}

.index_product_lb_two li {
  width: 33.33333%;
  height: 70px;
  float: left;
  color: #666;
  background: #fff;
  text-align: center;
  border: 1px solid #CCC;
  border-left: none;
  cursor: pointer;
}

.index_product_lb_two li h1 {
  font-size: 16px;
  line-height: 70px;
  letter-spacing: 1px;
}

.index_product_lb_two li.active {
  background: #2d5d5d;
  border: 1px solid #2d5d5d;
  color: #fff;
}

.index_product_lb_two li.active:hover {
  color: #fff;
}

.index_product_lb_two li:hover {
  color: #2d5d5d;
  border: 1px solid #2d5d5d;
}

.index_product_lb_two li:hover:nth-child(1) {
  border: 1px solid #2d5d5d;
}

.index_product_lb_two li.active:nth-child(1) {
  border-left: 1px solid #2d5d5d;
}

.index_ppro .boxbox dl {
  display: none
}

.pro_details_js {
  margin-top: 30px
}

.pro_details_js table {
  width: 920px
}

.pro_details_js table td {
  border: 1px solid #CCC;
}

@media (max-width:1024px) {
  .index_product_lb_two li {
    height: 60px;
  }

  .index_product_lb_two li h1 {
    font-size: 14px;
    line-height: 60px;
  }
}

@media (max-width:920px) {
  .pro_details_js table {
    width: 96%;
    margin: 0 auto
  }
}

@media (max-width:540px) {
  .index_product_lb_two {
    margin-top: 10px;
  }

  .index_product_lb_two li {
    height: 50px;
  }

  .index_product_lb_two li h1 {
    font-size: 14px;
    line-height: 50px;
  }

  .pro_details_js {
    margin-top: 10px
  }
}






.video_box {
  max-width: 100%;
  overflow: hidden;
}

.video_box li {
  width: 24%;
  float: left;
  margin-right: 1.3%;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #eee;
  background: #f5f5f5;
  padding: 1% 1% 0;
  position: relative
}

.video_box li:nth-child(4n) {
  margin-right: 0
}

.video_box li .img {
  width: 100%;
  height: 225px;
  overflow: hidden
}

.video_box li .img img {
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.video_box li .wz {
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 40px
}

.video_box li .video-show {
  position: absolute;
  z-index: 3;
  left: 49%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  width: 100%;
}

.video_box li .videoicon {
  display: block;
  width: 75px;
  height: 75px;
  background: url(../images/sp.png) no-repeat center center;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s, -moz-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.video_box li:hover .videoicon {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.video_box li:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.video_show {
  padding: 0 0;
}

.video_show li {
  width: 50%;
  float: none;
  margin: 0 auto;
}

.video_show li .img {
  width: 100%;
  height: 400px;
  overflow: hidden
}

@media screen and (max-width:1400px) {
  .video_box li .img {
    height: 165px
  }
}

@media screen and (max-width:1024px) {
  .video_box li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .video_box li:nth-of-type(even) {
    float: right
  }

  .video_box li .img {
    height: 240px
  }
}

@media screen and (max-width:780px) {
  .video_box li .img {
    height: 190px
  }
}

@media screen and (max-width:480px) {
  .video_box li {
    width: 100%;
  }

  .video_box li .img {
    height: 210px
  }
}

@media screen and (max-width:380px) {
  .video_box li .img {
    height: 190px
  }
}



.environment_box {
  position: relative;
  width: 100%;
  margin: 0 auto
}

.environment_box .swiper-container {
  margin-top: 30px;
}

.environment_box .swiper-slide {
  width: 800px;
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.environment_box .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.environment_box .swiper-pagination-bullets {
  bottom: 0px;
  margin: 0 auto;
  width: 800px;
  position: relative;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.environment_box .swiper-pagination-bullet {
  width: 100%;
  height: 3px;
  opacity: 1;
  background: #d1d1d1;
  position: relative;
  border-radius: 0;
}

.environment_box .swiper-pagination-bullet-active {
  opacity: 1;
  background: #2d5d5d;
}

@media (max-width:540px) {
  .environment_box .swiper-slide {
    width: 100%;
    height: 400px;
  }

  .environment_box .swiper-container {
    margin-top: 20px
  }
}

@media (max-width:420px) {
  .environment_box .swiper-container {
    margin-top: 10px
  }

  .environment_box .swiper-slide {
    width: 100%;
    height: 320px;
  }
}


.culture_box {
  width: 100%;
  overflow: hidden
}

.culture_box .bt {
  font-size: 24px;
  color: #333;
  text-align: center;
  display: block;
  width: 100%
}

.cul_box {
  width: 100%;
  overflow: hidden
}

.cul_box li {
  float: left;
  width: 32.666%;
  text-align: center;
  overflow: hidden;
  margin-right: 1%;
  border: 1px solid #eee;
  margin-top: 20px;
  padding-bottom: 20px
}

.cul_box li:nth-child(3n) {
  margin-right: 0
}

.cul_box li .img {
  width: 100%;
  padding-bottom: 20px
}

.cul_box li b {
  width: 100%;
  display: block;
  font-size: 18px;
  color: #2d5d5d;
}

.cul_box li .text {
  font-size: 16px;
  height: 60px;
  line-height: 30px;
  padding: 0 20px;
  color: #666;
}


.index_link {
  width: 100%;
  overflow: hidden;
  padding: 50px 0
}

.jk_title {
  width: 100%;
  height: 48px;
  overflow: hidden;
  margin: 0 auto 30px;
  padding: 0;
  position: relative;
}

.jk_title p {
  height: 36px;
  line-height: 36px;
  color: #2d5d5d;
  font-size: 24px;
  margin: 0;
  padding: 0;
  float: left;
}

.jk_title p span {
  display: inline-block;
  color: #999;
  font-family: "Arial";
  font-size: 18px;
  font-style: italic;
  margin: 0 0 0 14px;
}

.jk_title a {
  display: block;
  width: 118px;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  color: #2d5d5d;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 1px solid #dfdfdf;
  float: right;
}

.jk_title a:hover {
  border: 1px solid #2d5d5d;
}

.jk_title em {
  display: block;
  width: 45px;
  height: 2px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #2d5d5d;
  position: absolute;
  left: 0;
  top: 46px;
}

.index_link li {
  float: left;
  margin: 0 5px;
}

.index_link li a {
  color: #999
}

@media screen and (max-width:1480px) {
  .cul_box li .text {
    font-size: 14px;
    height: 60px;
    line-height: 30px;
    padding: 0 20px;
  }
}

@media screen and (max-width:1180px) {
  .culture_box .bt {
    font-size: 20px;
  }

  .cul_box li {
    width: 49%;
    margin-right: 0;
  }

  .cul_box li:nth-child(2n) {
    float: right
  }

  .cul_box li .img img {
    width: 100%
  }
}

@media screen and (max-width:1024px) {
  .index_link {
    padding: 30px 0
  }

  .jk_title {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width:540px) {
  .cul_box li {
    width: 100%;
  }

  .culture_box .bt {
    font-size: 18px;
  }

  .cul_box li .text {
    height: auto;
    line-height: 25px
  }

  .jk_title {
    margin: 0 auto 10px;
  }

}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%
}

.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}

.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}

.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.pagination .st {
  font-family: SimSun, "Songti SC", "Noto Serif SC", serif;
}

.text-secondary {
  text-align: center;
  padding: 20px 0
}

.adminbuy_cn img {
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
}

.adminbuy_cn p {
  text-wrap: inherit !important;
}

.adminbuy_cn p span {
  text-wrap: inherit !important;
}

/* ==================== 首页产品中心修复样式 ==================== */

/* 1. 分类导航栏样式 */
.index_products_nav {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  /* 按钮之间的间距 */
}

.index_products_nav li {
  display: inline-block;
}

.index_products_nav li a {
  display: block;
  padding: 10px 25px;
  font-size: 16px;
  color: #333;
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.index_products_nav li a:hover,
.index_products_nav li.active a {
  background: #2d5d5d;
  color: #fff;
  border-color: #2d5d5d;
}

/* 2. 产品展示网格布局 (修复核心问题) */
.index_products_box {
  width: 100%;
  overflow: hidden;
  display: grid;
  /* 默认4列布局，可根据需要调整 */
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  /* 卡片之间的间距 */
  margin-bottom: 30px;
}

.index_products_box li {
  width: 100%;
  /* 配合 grid 布局 */
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  overflow: hidden;
}

.index_products_box li:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

/* 产品图片容器 */
.index_products_box li .imgDiv {
  width: 100%;
  height: 250px;
  /* 固定高度，保持整齐 */
  overflow: hidden;
  position: relative;
  background: #fff;
}

/* 产品图片本体 */
.index_products_box li .imgDiv .pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 保证图片填充且不变形 */
  transition: transform 0.5s ease;
}

.index_products_box li:hover .imgDiv .pro img {
  transform: scale(1.05);
  /* 悬停放大效果 */
}

/* 产品名称文字 */
.index_products_box li .text {
  width: 100%;
  padding: 15px 10px;
  text-align: center;
  background: #f9f9f9;
  border-top: 1px solid #eee;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.index_products_box li .text p {
  font-size: 15px;
  color: #333;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 标题过长省略号 */
}

.index_products_box li:hover .text {
  background: #2d5d5d;
}

.index_products_box li:hover .text p {
  color: #fff;
}

/* 3. 更多按钮修复 (调整位置到居中) */
.index_product .index_more {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.index_product .index_more .more {
  display: inline-block;
}

/* ==================== 响应式适配 ==================== */

@media (max-width: 1200px) {
  .index_products_box {
    grid-template-columns: repeat(3, 1fr);
    /* 平板显示3列 */
  }
}

@media (max-width: 820px) {
  .index_products_box {
    grid-template-columns: repeat(2, 1fr);
    /* 小屏平板显示2列 */
  }

  .index_products_box li .imgDiv {
    height: 200px;
  }
}

@media (max-width: 540px) {
  .index_products_nav li a {
    padding: 8px 15px;
    font-size: 14px;
  }

  .index_products_box {
    grid-template-columns: repeat(2, 1fr);
    /* 手机端也显示2列，或者可改 1fr */
    gap: 10px;
  }

  .index_products_box li .imgDiv {
    height: 150px;
  }

  .index_products_box li .text p {
    font-size: 13px;
  }
}