﻿@charset "utf-8";



html {

  font-size: 62.5%;

}



body {

  margin: 0px;

  font-size: 12px;

  color: #333333;

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

  cursor: default;

}



* {

  padding: 0px;

  margin: 0px;

  -moz-box-sizing: border-box;

  /*Firefox3.5+*/

  -webkit-box-sizing: border-box;

  /*Safari3.2+*/

  -o-box-sizing: border-box;

  /*Opera9.6*/

  -ms-box-sizing: border-box;

  /*IE8*/

  box-sizing: border-box;

}



body,

ul,

ol,

dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6,

p,

i,

b,

em,

span,

form,

fieldset,

legend,

input,

textarea,

select,

button,

th,

td {

  margin: 0;

  padding: 0;

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

}



h1,

h2,

h3,

h4,

h5,

h6 {

  list-style: none;

  font-weight: normal;

  color: #555;

}



input,

select,

button {

  font-size: 12px;

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

  border: 0;

  background: none;

  outline: none;

  vertical-align: middle;

}



button {

  overflow: visible

}



img {

  border: none;

}



li {

  list-style: none;

}



a {

  color: #333;

  text-decoration: none;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -ms-transition: all .3s;

  -o-transition: all .3s;

  transition: all .3s;

}



a:hover {

  color: #006ab7;

}



.clear {

  overflow: hidden;

  clear: both;

  height: 0px;

}



.fl {

  float: left;

}



.fr {

  float: right;

}



.con {

  width: 1520px;

  margin: 0 auto;

  max-width: 94%;

}



.container {

  width: 1520px;

  margin: 0 auto;

  max-width: 94%;

}



.header {

  width: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1000;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

  padding: 20px 40px;

}



.header.on {

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

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

}



.header .container {

  position: relative;

}



.header .logo {

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .logo img {

  width: auto;

  height: 50px;

  display: block;

}



.pc {

  display: block

}



.wap {

  display: none

}



.header .an {

  position: absolute;

  top: 50%;

  right: 15px;

  height: 18px;

  width: 30px;

  display: none;

  transform: translate(0, -50%);

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

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

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

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

}



.header .an span {

  width: 30px;

  height: 2px;

  background-color: #555;

  display: block;

  position: absolute;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .an span.a1 {

  top: 0;

  left: 0;

}



.header .an span.a2 {

  top: 8px;

  left: 0;

}



.header .an span.a3 {

  top: 16px;

  left: 0;

}



.header .an.n span.a2 {

  display: none;

}



.header .an.n span.a1 {

  top: 8px;

  width: 30px;

  transform: rotate(45deg);

  -o-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

}



.header .an.n span.a3 {

  top: 8px;

  width: 30px;

  transform: rotate(135deg);

  -o-transform: rotate(135deg);

  -ms-transform: rotate(135deg);

  -moz-transform: rotate(135deg);

  -webkit-transform: rotate(135deg);

}



.header .right {

  float: right;

  line-height: 60px;

}



.header .right .lx {

  width: 42px;

  font-size: 16px;

  color: #fff;

  margin-right: 20px;

  text-transform: capitalize;

  text-align: center;

  margin-left: 20px;

}



.header .right .lx i {

  font-size: 22px;

}



.header .right .yy {

  color: #fff;

  position: relative;

  font-size: 18px;

  border-radius: 25px;

  text-align: center;

}



.header .right .yy i {

  font-size: 22px;

  margin-right: 8px;

}



.header .right .yy .x_l {

  width: 100%;

  top: 63px;

  position: absolute;

  left: 0;

  background: #fff;

  line-height: 40px;

  display: none

}



.header .right .yy .x_l a {

  color: #333;

  display: block;

  font-size: 14px;

  text-align: center;

}



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

  color: #3090bc;

}



.header .right .zxbj {

  width: 95px;

  line-height: 32px;

  text-align: center;

  background: #fff;

  margin-right: 50px;

  font-size: 15px;

  font-weight: bold;

  display: inline-block;

  border-radius: 16px;

}



.header .right .zxbj a {

  color: #3090bc;

}



.search {

  width: 100%;

  padding: 30px 5%;

  background-color: #f7f7f7;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 9;

  display: none;

  box-sizing: border-box;

}



.search .an_sj {

  width: 5%;

  line-height: 52px;

  color: #555;

  float: right;

  text-align: right;

}



.search input.w_z {

  width: 90%;

  height: 52px;

  border-radius: 0;

  font-size: 18px;

  line-height: 52px;

  color: #555;

  float: left;

  -webkit-appearance: none;

}



.search button.s_c {

  width: 5%;

  height: 52px;

  font-size: 18px;

  line-height: 52px;

  text-align: center;

  float: left;

  -webkit-appearance: none;

  font-weight: bold;

}



.search i {

  font-size: 18px;

}



.header .nav {

  text-align: center;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .nav i {

  font-size: 18px;

  color: #aaa;

  line-height: 54px;

  text-align: right;

  position: absolute;

  width: 50%;

  height: 54px;

  right: 0px;

  top: 50%;

  display: none;

  transform: translate(0, -50%);

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

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

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

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

}



.header .nav ul {

  display: flex;

  flex-direction: row;

  justify-content: space-between;

  flex-wrap: wrap;

  align-content: space-around;

  align-items: center;

}



.header .nav ul li {

  margin: 0 2px;

  line-height: 45px;

  display: inline-block;

  position: relative;

  padding: 0 20px;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header.on .nav ul li {

  line-height: 45px;

}



.header .nav ul li a {

  display: block;

  font-size: 16px;

  color: #fff;

  text-transform: uppercase;

}



.header .nav ul li {

  font-size: 16px;

  color: #fff;

  text-transform: uppercase;

}



.header .yy .x_l {

  width: 100%;

  top: 63px;

  position: absolute;

  left: 0;

  background: #fff;

  line-height: 40px;

  display: none

}



.header .yy .x_l a {

  color: #333;

  display: block;

  font-size: 14px;

  text-align: center;

}



.header .yy .x_l a:hover {

  color: #3090bc;

}



.header .nav ul li span {

  width: 0;

  height: 1px;

  background-color: #fff;

  position: absolute;

  left: 50%;

  bottom: 0;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

  transform: translate(-50%, 0);

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

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

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

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

}



.header .nav ul li:hover span {

  width: 100%;

}



.header .nav ul li.on span {

  width: 100%;

}



.nav .y_j {

  position: relative;

}



.nav .e_j {

  width: 150px;

  position: absolute;

  top: 45px;

  left: 50%;

  margin-left: -75px;

  display: none;

  z-index: 9999;

  padding-top: 20px;

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

  padding-bottom: 20px;

}



.header.on .nav .e_j {

  padding-top: 16px;

}



.header .nav ul li .e_j a {

  display: block;

  font-size: 14px;

  color: #333;

  line-height: 40px;

  text-align: center;

  text-transform: capitalize;

}



.nav .e_j .ejy {

  position: relative

}



.nav .e_j .s_j {

  width: 150px;

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

  position: absolute;

  top: 0px;

  left: 150px;

  display: none;

  z-index: 9999;

}



.header .nav .e_j a:hover {

  color: #666;

}



@media (min-width:1024px) {



  .header .nav .e_j {

    display: none !important;

  }



  .header .nav ul li:hover .e_j {

    display: block !important;

  }



  .head_h {

    height: 68px;

    display: none

  }



  .head_hny {

    height: 141px;

  }

}





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



.b_fl {

  position: absolute;

  width: 100%;

  left: 0;

  bottom: 50px;

  z-index: 99;

  height: 120px;

}



.b_fl .con {

  display: flex;

  justify-content: center;

}



.b_fl li {

  width: 16.6666%;

  text-align: center;

  float: left;

  margin-top: 10px;

}



.b_fl li .t_b {

  width: 75px;

  margin: 0 auto;

}



.b_fl li .t_b img {

  width: 100%;

  display: block;

}



.b_fl li h3 {

  font-size: 14px;

  color: #fff;

}



.ban {

  width: 100%;

  position: relative;

}



.ban .swiper-slide {

  width: 100%;

  height: 100vh;

}



.ban .swiper-pagination {

  bottom: 20px !important;

}



.ban .swiper-pagination-bullet {

  width: 10px;

  height: 10px;

  display: inline-block;

  border-radius: 0;

  opacity: 1;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

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

}



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

  background: #fff;

  border: #fff 1px solid;

}



.ban .swiper-slide .bg1 {

  position: absolute;

  height: 100vh;

  overflow: hidden;

  width: 100%;

  left: 0px !important;

  top: 0px;

  z-index: 5;

}



.ban .swiper-slide .bg1 img,.ban .swiper-slide .bg1 video {

  display: block;

  width: 100%;

  height: 100%;

   /* object-fit: cover;

 -webkit-transition: transform 7.6s linear;

  -moz-transition: transform 7.6s linear;

  -o-transition: transform 7.6s linear;

  -ms-transition: transform 7.6s linear;

  -webkit-transform: scale(1.2);

  -moz-transform: scale(1.2);

  -o-transform: scale(1.2);

  -ms-transform: scale(1.2); */

}
.ban .swiper-slide .bg1 video{
  object-fit: cover;
}


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

  -webkit-transform: scale(1.0);

  -moz-transform: scale(1.0);

  -o-transform: scale(1.0);

  -ms-transform: scale(1.0);

  filter: alpha(opacity=100);

  -moz-opacity: 1;

  -khtml-opacity: 1;

  opacity: 1;

}



.ban .swiper-slide .word {

  position: absolute;

  min-width: 1200px;

  left: 50%;

  top: 50%;

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

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

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

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

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

  z-index: 10;

  text-align: center;

}



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

  text-align: left;

}



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

  text-align: left;

}



.ban .swiper-slide .word h4 {

  display: block;

  font-size: 24px;

  color: #fff;

  margin-top: 20px;

  transform: translateY(20px);

  filter: alpha(opacity=0);

  /* IE */

  -moz-opacity: 0;

  /* 老版Mozilla */

  -khtml-opacity: 0;

  /* 老版Safari */

  opacity: 0;

  /* 支持opacity的浏览器*/

  transition: all .2s linear .4s;

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

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

}



.ban .swiper-slide .word h3 {

  font-size: 52px;

  font-weight: bold;

  font-family: 'Yanone Kaffeesatz';

  color: #fff;

  line-height: 62px;

  text-transform: uppercase;

  margin: 15px 0 15px 0;

  transform: translateY(20px);

  filter: alpha(opacity=0);

  /* IE */

  -moz-opacity: 0;

  /* 老版Mozilla */

  -khtml-opacity: 0;

  /* 老版Safari */

  opacity: 0;

  /* 支持opacity的浏览器*/

  transition: all .2s linear .2s;

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

  font-weight: bold;

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

}





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

  display: block;

  width: 200px;

  height: 50px;

  font-size: 16px;

  background: -webkit-linear-gradient(top, #205dab, #4bc0e9);

  background: -o-linear-gradient(top, #205dab, #4bc0e9);

  background: -moz-linear-gradient(top, #205dab, #4bc0e9);

  background: linear-gradient(to top, #205dab, #4bc0e9);

  color: #fff;

  box-sizing: border-box;

  padding: 0 30px;

  line-height: 50px;

  position: absolute;

  bottom: 20px;

  right: 50%;

  margin-right: -100px;

  transform: translateY(20px);

  filter: alpha(opacity=0);

  /* IE */

  -moz-opacity: 0;

  /* 老版Mozilla */

  -khtml-opacity: 0;

  /* 老版Safari */

  opacity: 0;

  /* 支持opacity的浏览器*/

  transition: all .2s linear .6s;

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

  border-radius: 30px;

  text-align: center;

}



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

  bottom: 0;

  left: 0%;

  margin-left: 0px;

}



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

  content: '';

  display: block;

  width: 15px;

  height: 14px;

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

  position: absolute;

  right: 30px;

  top: 50%;

  margin-top: -7px;

}





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

  transform: translateY(0);

  filter: alpha(opacity=100);

  /* IE */

  -moz-opacity: 1;

  /* 老版Mozilla */

  -khtml-opacity: 1;

  /* 老版Safari */

  opacity: 1;

  /* 支持opacity的浏览器*/



}



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

  transform: translateY(0);

  filter: alpha(opacity=100);

  /* IE */

  -moz-opacity: 1;

  /* 老版Mozilla */

  -khtml-opacity: 1;

  /* 老版Safari */

  opacity: 1;

  /* 支持opacity的浏览器*/

}



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

  transform: translateY(0);

  filter: alpha(opacity=100);

  /* IE */

  -moz-opacity: 1;

  /* 老版Mozilla */

  -khtml-opacity: 1;

  /* 老版Safari */

  opacity: 1;

  /* 支持opacity的浏览器*/

}





.main-spacing {

  margin-top: 80px;

  margin-bottom: 80px;

}







.sy_fl {

  padding: 80px 0 0;

  background: #fff;

}



.sy_fl ul {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

}



.sy_fl ul li {

  width: 31.3333%;

  position: relative;

  overflow: hidden;

  margin: 1% 1% 10px;

}



.sy_fl ul li .t_p {

  overflow: hidden;

  position: relative;

}



.sy_fl ul li img {

  width: 100%;

  display: block;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.sy_fl ul li .wz {

  padding: 10px 0px 20px;

}



.sy_fl ul li .wz h1 {

  font-size: 35px;

  color: #fff;

  margin-bottom: 10px;

}



.sy_fl ul li .wz h3 {

  font-size: 20px;

  color: #222;

  line-height: 1.8;

  margin: 15px 0;

  text-align: center;

}



.sy_fl ul li:hover img {

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.sy_fl ul li .mb {

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  opacity: 0;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  z-index: 5;

}



.sy_fl ul li:hover .mb {

  opacity: 1;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



/* Zoom In #1 */

.sy_cpfl {

  padding: 0px 0 60px;

}



.sy_cpfl ul li {

  width: 48%;

}



.sy_cpfl ul li:first-child {

  width: 100%;

  margin-bottom: 60px;

}



.sy_cpfl ul li img {

  width: 100%;

  display: block;

}



.sy_cpfl ul li .wenz {

  top: 0px;

  width: 100%;

  position: absolute;

  height: 100%;

  box-sizing: border-box;

  padding: 20px;

  left: 0;

  z-index: 99;

}



.sy_cpfl ul li .wenz h3 {

  font-size: 30px;

  color: #fff;

  margin-bottom: 20px;

}



.sy_cpfl ul li .wenz .more {

  position: relative;

  font-size: 16px;

  color: #fff;

  float: left;

  font-weight: 200;

}



.sy_cpfl ul li .wenz .more::after {

  position: absolute;

  width: 0%;

  height: 1px;

  background: #fff;

  left: 0;

  bottom: -8px;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

  content: ""

}



.sy_cpfl ul li:hover .wenz .more::after {

  width: 100%;

}





.gallery-top {

  width: 100%;

  position: relative;

  height: 35rem;

  overflow: hidden

}



.gallery-top .swiper-slide {

  width: 100%;

  height: 35rem;

}



.gallery-top .swiper-slide .box {

  height: 35rem;

  position: relative;

}



.gallery-top .swiper-slide .left {

  width: 50%;

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  float: left;

  background-color: #14120e;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  flex-direction: column;

  -webkit-box-align: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



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

  font-size: 30px;

  color: #fff;

  position: relative;

  padding-bottom: 16px;

  margin-bottom: 40px;

}



.gallery-top .swiper-slide .left h3::after {

  width: 24px;

  height: 2px;

  background: #fff;

  content: "";

  position: absolute;

  left: 50%;

  margin-left: -12px;

  bottom: 0;

}



.gallery-top .swiper-slide .left .text {

  font-size: 16px;

  line-height: 32px;

  color: #fff;

  max-width: 480px;

}



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

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

  color: #fff;

  margin-top: 30px;

  width: 160px;

  height: 50px;

  line-height: 50px;

  border-radius: 20px 0 20px 0;

  -webkit-transition: 0.3s;

  -moz-transition: 0.3s;

  transition: 0.3s;

  display: -webkit-inline-box;

  display: -moz-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-pack: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  font-size: 16px;

}



.gallery-top .swiper-slide .left .more i {

  font-size: 16px;

  margin-left: 8px;

}



.gallery-top .swiper-slide .left .more:hover {

  background: #fff;

  color: #000

}



.gallery-top .swiper-slide .right {

  width: 50%;

  position: absolute;

  right: 0;

  top: 0;

  overflow: hidden;

  height: 100%;

}



.gallery-top .swiper-slide .right img {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  object-fit: contain;

}



.gallery-top .nav-box {

  position: absolute;

  width: 50%;

  display: flex;

  justify-content: center;

  bottom: 10%;

  left: 0%;

  z-index: 10;

}



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

  .gallery-top .swiper-slide .left .nav-box {

    top: auto;

    bottom: 50px;

    right: 50%;

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

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

    transform: translate(50%, 0);

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex

  }

}



.gallery-top .nav-box .nav-btn {

  width: 48px;

  height: 48px;

  margin: 0 5px 0;

  border-radius: 50%;

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

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  color: #fff;

  -webkit-transition: 0.3s;

  -moz-transition: 0.3s;

  transition: 0.3s;

  cursor: pointer;

}



.gallery-top .nav-box .nav-btn:hover {

  background: #fff;

  color: #111;

}



.gallery-top .nav-box .nav-btn i {

  font-size: 20px;

}



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

  .gallery-top .swiper-slide .left .nav-box .nav-btn {

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

    -moz-transform: rotate(-90deg);

    transform: rotate(-90deg);

    font-size: 16px

  }

}



.gallery-top .swiper-slide .left .nav-box .nav-btn:hover {

  background-color: #e6b141

}



.gallery-top .swiper-slide .left .nav-box .nav-btn:not(:last-child) {

  margin-bottom: 10px

}



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

  .gallery-top .swiper-slide .left .nav-box .nav-btn:not(:last-child) {

    margin-bottom: 0;

    margin-right: 10px

  }

}







.gallery-top .mb {

  width: 100%;

  position: absolute;

  left: 0;

  bottom: 100px;

  text-align: center;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  opacity: 0;

  -webkit-opacity: 0;

  -moz-opacity: 0;

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

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

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

}



.gallery-top .mb h1 {

  font-size: 66px;

  color: #fff;

  font-family: zidingyi;

  margin-bottom: 10px;

  text-transform: uppercase;

}



.gallery-top h4 {

  font-size: 16px;

  margin-bottom: 20px;

  color: #fff;

}



.gallery-top .mb h2 {

  font-size: 66px;

  color: #fff;

  margin-bottom: 20px;

  margin-top: 18%;

  text-align: right;

  text-transform: uppercase;

  padding-right: 60%;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  opacity: 0;

  -webkit-opacity: 0;

  -moz-opacity: 0;

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

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

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

}



.gallery-top h5 {

  font-size: 14px;

  color: #fff;

  text-align: right;

  padding-right: 60%;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  opacity: 0;

  -webkit-opacity: 0;

  -moz-opacity: 0;

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

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

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

}



.gallery-top .mb span {

  font-size: 16px;

  color: #fff;

  border-bottom: #fff 1px solid;

  padding-bottom: 5px;

}



.gallery-top .swiper-slide-active .mb {

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

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

  transform: translate3d(0, 0, 0);

  opacity: 1;

  -webkit-opacity: 1;

  -moz-opacity: 1;

}



.gallery-top .swiper-pagination {

  bottom: 20px !important;

}



.gallery-top .swiper-pagination-bullet {

  width: 10px;

  height: 10px;

  display: inline-block;

  border-radius: 0;

  opacity: 1;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

  border: #000 1px solid;

  background: none;

}



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

  background: #000

}



.sy_fwxm {

  padding: 80px 0 60px;

  overflow: hidden;

}



.sy_fwxm ul {

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

}



.sy_fwxm ul li {

  width: 32%;

  position: relative;

  margin-bottom: 2%

}



.sy_fwxm ul li img {

  width: 100%;

  height: 284px;

  display: block;

  object-fit: cover;

}



/* .sy_fwxm ul li:first-child,

.sy_fwxm ul li:nth-child(2) {

  width: 49%;

} */



.sy_fwxm ul li .mb {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

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

  z-index: 1;

  opacity: 0;

  transition: all .5s;

  -webkit-transition: all .5s;

  -moz-transition: all .5s;

  -ms-transition: all .5s;

  -o-transition: all .5s;

}



.sy_fwxm ul li:hover .mb {

  opacity: 1;

}



.sy_fwxm ul li .w_z {

  width: 100%;

  padding: 20px 5%;

  position: absolute;

  bottom: 0;

  left: 0;

  color: #fff;

  transition: all .5s;

  -webkit-transition: all .5s;

  -moz-transition: all .5s;

  -ms-transition: all .5s;

  -o-transition: all .5s;

  z-index: 2;
  padding-bottom: 0;

}



.sy_fwxm ul li .w_z h3 {

  font-size: 18px;

  font-weight: bold;

  color: #fff;

  position: relative;

  /* padding-bottom: 10px; */

  text-align: center;

  margin-bottom: 10px;

}



.sy_fwxm ul li .w_z p {

  font-size: 14px;

  padding: 10px;

  color: #fff;

  line-height: 1.8;

  display: none;

}



.sy_fwxm ul li .w_z .tb {

  margin: 0 auto 10px;

  text-align: center;

}



.sy_fwxm ul li .w_z .tb img {

  width: auto;

  height: 52px;

  margin: 0 auto

}



/* .sy_fwxm ul li .w_z h3::before {

  width: 50px;

  background: #fff;

  content: "";

  position: absolute;

  left: 50%;

  margin-left: -25px;

  height: 2px;

  bottom: 0;

} */



.sy_fwxm ul li:hover .w_z {

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

  bottom: 40%;

}



.sy_fwxm ul li:hover .w_z p {

  display: block;

}









.hover01 a img {

  -webkit-transform: scale(1);

  cursor: pointer;

  transform: scale(1);

  -webkit-transition: .3s ease-in-out;

  transition: .8s ease-in-out;

}



.hover01 a:hover img {

  -webkit-transform: scale(1.07);

  transform: scale(1.07);

}



.card-img-overlay a:hover img {

  cursor: pointer;

  -webkit-transform: scale(1.07);

  transform: scale(1.07);

}



.banner a {

  display: block;

  position: relative;

  overflow: hidden;

}



.banner:hover a::before {

  right: 50%;

  left: 50%;

  width: 0;

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

}



.banner a::before,

.banner a::after {

  position: absolute;

  content: '';

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 1;

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

  transition: all 0.7s ease-in-out;

}



.banner:hover a::after {

  height: 0;

  top: 50%;

  bottom: 50%;

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

}



.sy_zxcp {

  padding: 80px 0 60px;

  position: relative;

  overflow: hidden;

  margin-bottom: 30px;

}



.current {

  background-color: #22a7f0;

}



.sy_zxcp .swiper-container {

  margin: 20px auto;

  overflow: visible;

}



.sy_zxcp .swiper-slide {

  text-align: center;

  font-size: 18px;

  background: #fff;



  /* Center slide text vertically */

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  -webkit-justify-content: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  align-items: center;

}



.sy_zxcp .swiper-slide .tp {

  overflow: hidden;

  position: relative;

}



.sy_zxcp .swiper-slide .tp img {

  width: 100%;

  display: block;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.sy_zxcp .swiper-slide:hover .tp img {

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.sy_zxcp .swiper-slide .tp .mb {

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  opacity: 0;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.sy_zxcp .swiper-slide:hover .tp .mb {

  opacity: 1;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.sy_zxcp .swiper-slide .wenz {

  padding: 10px;

}



.sy_zxcp .swiper-slide .wenz h3 {

  font-size: 16px;

  color: #333;

  font-weight: 300;

  text-align: left;

}



.sy_zxcp .swiper-slide .wenz h4 {

  font-size: 14px;

  color: #666;

  line-height: 1.8;

  height: 28px;

  text-align: left;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

}



.sy_zxcp .swiper-slide .wenz h4 span {

  font-size: 14px;

  color: #cc0a0a;

}



.sy_zxcp .swiper-button-prev {

  font-size: 20px;

  color: #333;

  width: 44px;

  line-height: 44px;

  border-radius: 50%;

  text-align: center;

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

  height: 44px;

}



.sy_zxcp .swiper-button-prev i {

  font-size: 24px;

  line-height: 44px;

}



.sy_zxcp .swiper-button-next {

  font-size: 20px;

  color: #333;

  width: 44px;

  line-height: 44px;

  border-radius: 50%;

  text-align: center;

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

  height: 44px;

}



.sy_zxcp .swiper-button-next i {

  font-size: 24px;

  line-height: 44px;

}



.sy_zxcp .swiper-pagination {

  bottom: 30px;

  width: 100%;

  text-align: center;

}



.sy_zxcp .swiper-pagination-bullet {

  background: #ccc;

  display: inline-block;

  border-radius: 0;

  opacity: 1;

  margin: 0 5px;

}



.sy_zxcp .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #000

}



.sy_wz {

  width: 1000px;

  margin: 0 auto;

  padding: 60px 0 20px;

}



.sy_wz p {

  font-size: 16px;

  color: #333;

  line-height: 1.8;

  text-align: center;

}



.main-spacing {

  margin-top: 80px;

  margin-bottom: 80px;

  padding-bottom: 60px;

}



.sy_jj {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.sy_jj .left {

  -ms-flex: 0 0 58.333333%;

  flex: 0 0 58.333333%;

  max-width: 58.333333%;

}



.sy_jj .right {

  -ms-flex: 0 0 41.666667%;

  flex: 0 0 41.666667%;

  max-width: 41.666667%;

}



.cms-banner {

  position: relative;

}



.cms-banner::before {

  content: '';

  position: absolute;

  width: 680px;

  height: 460px;

  left: 0;

  top: 30px;

  border: 1px solid #b1d3c8;

  z-index: -1;

}



.all-news {

  position: relative;

}



.heading {

  font-family: 'Work Sans', sans-serif;

  font-size: 30px;

  font-weight: bold;

  margin-top: 25px;

  margin-bottom: 20px;

}



.fashion-pera {

  overflow: hidden;

  -o-text-overflow: ellipsis;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  font-weight: 400;

  color: #6e6e6e;

  font-size: 16px;

  line-height: 1.8;

}



.shop-now-btn2 {

  text-decoration: none;

  color: white;

  display: inline-block;

  background: #000;

  border: 1px solid #519f87;

  font-weight: 500;

  position: relative;

  transition: all 1s;

  overflow: hidden;

  top: 50px;

  font-size: 14px;

  padding: 10px 30px 10px 30px;

  cursor: pointer;

}



.justify-content-center {

  -ms-flex-pack: center !important;

  justify-content: center !important;

}



.d-flex {

  display: -ms-flexbox !important;

  display: flex !important;

}



.heading2 {

  font-family: 'Work Sans', sans-serif;

  font-size: 40px;

  margin-left: -35px;

  margin-bottom: 20px;

  text-transform: capitalize;

}



.cms-banner2 {

  position: relative;

}



.cms-banner2::before {

  content: '';

  position: absolute;

  width: 545px;

  height: 660px;

  right: 30px;

  top: 30px;

  border: 1px solid #b1d3c8;

  z-index: -1;

}



.cms-banner2 img {

  padding-left: 0px;

  padding-bottom: 0px;

}



.img-fluid {

  max-width: 100%;

  width: 100%;

  height: auto;

}



.cms-banner img {

  padding-left: 30px;

  padding-bottom: 30px;

}



.sy_al {

  padding: 0px 0 80px;

  background: #fff;

  position: relative;

  z-index: 9;

}



.sy_al ul {

  display: flex;

  justify-content: center;

  align-items: stretch;

}



.sy_al ul li {

  width: 580px;

  margin: 0 15px;

  height: 370px;

  transition: box-shadow .5s ease;

  position: relative;

  overflow: hidden;

}



.sy_al ul li img {

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  transition: all .5s;

}



.sy_al ul li:hover img {

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -o-transform: scale(1.07);

  -ms-transform: scale(1.07);

  transform: scale(1.07);

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



.sy_al ul li .mb {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

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

  z-index: 2

}



.sy_al ul li .w_z {

  bottom: 32px;

  left: 31px;

  position: absolute;

  z-index: 3;

  right: 31px;

}



.sy_al ul li .w_z h3 {

  font-size: 20px;

  color: #fff;

  letter-spacing: 2px;

}



.sy_al ul li .w_z p {

  font-size: 14px;

  line-height: 24px;

  margin: 10px 0 25px;

  letter-spacing: 1px;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  color: #fff;

  opacity: 0.7;

}



.sy_al ul li .w_z .more {

  text-align: center;

  width: 130px;

  line-height: 32px;

  position: relative;

  color: #fff;

  letter-spacing: 1px;

}



.sy_al ul li .more a {

  color: #fff;

}



.sy_al ul li .more i {

  margin-left: 5px;

}



.sy_al ul li .more span {

  width: 0;

  height: 1px;

  background: #fff;

  position: absolute;

  left: 0;

  bottom: 0;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}



.sy_al ul li:hover .more span {

  width: 100%;

}





.sy_gy {

  padding: 80px 0;

  overflow: hidden;

}



.sy_gy .n_r {

  font-size: 16px;

  color: #fff;

  line-height: 1.8;

}



.sy_gy .tit {

  text-align: center;

}



.sy_gy .tit h1::after {

  left: 50%;

  margin-left: -30px

}



.sy_gy .tit h1 {

  color: #fff;

  line-height: 1.2;

}



.sy_gy .zi {

  margin: 40px 0 60px;

  line-height: 2;

  font-size: 16px;

  color: #fff;

}



.sy_gy .more {

  display: block;

  text-align: center;

  width: 200px;

  height: 50px;

  font-size: 16px;

  background: #fff;

  color: #000;

  box-sizing: border-box;

  padding: 0 30px;

  line-height: 50px;

  border-radius: 30px;

  position: relative;

  overflow: hidden;

  margin: 50px auto 0;

}



.sy_gy .more a {

  color: #000;

  position: relative;

  z-index: 8

}



.sy_gy .more i {

  font-size: 20px;

  margin-left: 10px;

}



.sy_gy .more span {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 0;

  height: 100%;

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

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.sy_gy .more:hover span {

  width: 100%;

  transition: all .3s;

  -o-transition: all .3s;

  -ms-transition: all .3s;

  -moz-transition: all .3s;

  -webkit-transition: all .3s;

}



.sy_gy .more::after {

  content: '';

  display: block;

  width: 15px;

  height: 14px;

  position: absolute;

  right: 30px;

  top: 50%;

  margin-top: -7px;

}





.sy_news {

  margin: 80px auto 60px;

  overflow: hidden

}



.sy_news .left {

  width: 70%;

  float: left;

}



.sy_news .flex {

  align-items: stretch;

}



.sy_news .left ul li {

  margin-bottom: 30px;

  overflow: hidden;

  transition: all 0.3s;



  -wbkit-transition: all 0.3s;



  -o-transition: all 0.3s;



  -moz-transition: all 0.3s;

}



.sy_news .left ul li:last-child {

  margin-bottom: 0;

}



.sy_news .left ul li:hover {

  background: #f6f6f6;

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

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

  transform: translateY(-5px);

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

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

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

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.sy_news .left ul li .tp {

  width: 40%;

  float: left;

}



.sy_news .left ul li .tp img {

  width: 100%;

  display: block;

  max-height: 350px;

  object-fit: cover;

}



.sy_news .left ul li .wenz {

  width: 56%;

  float: right;

  padding: 15px;

  -moz-box-sizing: border-box;

  /*Firefox3.5+*/

  -webkit-box-sizing: border-box;

  /*Safari3.2+*/

  -o-box-sizing: border-box;

  /*Opera9.6*/

  -ms-box-sizing: border-box;

  /*IE8*/

  box-sizing: border-box;

}



.sy_news .left ul li .wenz h3 {

  font-size: 20px;

  margin-bottom: 15px;

  color: #333;

}



.sy_news .left ul li .wenz .sj {

  font-size: 14px;

  margin-bottom: 10px;

  color: #999;

}



.sy_news .left ul li .wenz p {

  font-size: 16px;

  line-height: 1.8;

  color: #666;

  display: -webkit-box;

  overflow: hidden;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

}



.sy_news .right {

  width: 26%;

  float: right;

  position: relative;

  overflow: hidden

}



.sy_news .right img {

  width: 100%;

  position: absolute;

  height: 100%;

  object-fit: cover;

  display: block;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -o-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

  -webkit-transition: all 1s;

  -moz-transition: all 1s;

  transition: all 1s;

}



.sy_news .right:hover img {

  -webkit-transform: scale(1.2);

  -moz-transform: scale(1.2);

  -o-transform: scale(1.2);

  -ms-transform: scale(1.2);

  transform: scale(1.2);

  -webkit-transition: all 1s;

  -moz-transition: all 1s;

  transition: all 1s;

}



.sy_news .right .mb {

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

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

}



.sy_news .right .mb .wz {

  width: 100%;

  padding: 20px;

  bottom: 0;

  left: 0;

  -moz-box-sizing: border-box;

  /*Firefox3.5+*/

  -webkit-box-sizing: border-box;

  /*Safari3.2+*/

  -o-box-sizing: border-box;

  /*Opera9.6*/

  -ms-box-sizing: border-box;

  /*IE8*/

  box-sizing: border-box;

  position: absolute

}



.sy_news .right .mb .wz h3 {

  font-size: 20px;

  margin: 0 0 10px;

  color: #fff;

}



.sy_news .right .mb .wz p {

  font-size: 16px;

  color: #fff;

  line-height: 1.5;

}













.tit {

  margin-bottom: 50px;

}



.tit h1 {

  font-size: 44px;

  color: #231816;

  position: relative;

  text-transform: capitalize;

}



.tit h1::after {

  content: " ";

  position: absolute;

  left: 0%;

  bottom: -10px;

  width: 60px;

  height: 2px;

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

}



.tit h1 span {

  float: right;

  font-size: 20px;

  color: #555;

  line-height: 43px;

}



.tit h3 {

  font-size: 14px;

  color: #666;

  margin-top: 25px;

}



.tit2 {

  margin-bottom: 40px;

  text-align: center

}



.tit2 h1 {

  font-size: 45px;

  color: #323232;

  position: relative;

  letter-spacing: 1px;

  font-weight: 400;

}



.tit2 .line {

  height: 2px;

  width: 4em;

  background-color: #009999;

  margin: 1.85em auto;

}



.tit2 h3 {

  font-size: 14px;

  color: #666;

  margin-top: 25px;

}



/* start footer */

.footer_bg {

  width: 100%;

  padding: 35px 0 0px;

  background: #14120e;

}



.footer {

  margin: 0 auto;

  padding: 20px 0;

}



.footer .zuo3 ul {

  display: flex;

  justify-content: space-between;

}



.footer .zuo3 ul li {

  float: left;

}



.footer .zuo3 ul li.lx {

  float: left;

  width: 450px;

}



.footer .zuo3 ul li.lx i {

  display: inline-block;

  margin-right: 8px;

}



.footer .zuo3 ul li.lx .tb {

  padding-top: 20px

}



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

  width: 30px;

  margin-right: 10px;

  position: relative;

  float: left;

}



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

  font-size: 20px;

}



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

  width: 120px;

  position: absolute;

  left: 50%;

  margin-left: -60px;

  background: #fff;

  top: -120px;

  display: none;

}



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

  display: block;

}



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

  width: 100%;

}



.footer .zuo3 ul li.ly {

  float: right;

  margin-right: 0;

  width: 400px;

}



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

  width: 48%;

  height: 40px;

  font-size: 14px;

  line-height: 40px;

  margin-bottom: 10px;

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

  padding: 0 5px;

  box-sizing: border-box;

  background: #333;

  color: #fff;

}



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

  width: 100%;

}



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

  width: 150px;

  height: 40px;

  background-color: #fff;

  font-size: 14px;

  color: #000;

  line-height: 40px;

}



.footer .zuo3 ul li.ly textarea {

  width: 100%;

  height: 90px;

  padding: 5px;

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

  outline: none;

  resize: none;

  font-size: 14px;

  line-height: 30px;

  margin-bottom: 30px;

  box-sizing: border-box;

  background: #333;

  color: #fff;

}



.flex {

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

}



.footer .zuo3 ul li.ly p {

  font-size: 16px;

  line-height: 2;

  margin-bottom: 10px;

  color: #fff;

  opacity: 0.65;

}



.footer input {

  width: 100%;

  height: 32px;

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

  padding: 0 5px;

  display: block;

  font-size: 14px;

  line-height: 32px;

  color: #333;

  margin-bottom: 8px;

  box-sizing: border-box;

}



.footer button {

  width: 150px;

  height: 48px;

  background-color: #006ab7;

  font-size: 16px;

  margin-bottom: 5px;

  line-height: 48px;

  color: #fff;

  text-align: center;

  text-transform: uppercase;

  border-radius: 6px;

  cursor: pointer;

}





.footer .zuo3 ul li .tit1 {

  width: 100%;

  overflow: hidden;

  margin-bottom: 20px;

}



.footer .zuo3 ul li .tit1 a {

  font-size: 20px;

  font-weight: bold;

  color: #FFF;

  line-height: 36px;

  display: block;

  text-transform: uppercase;

  width: 100%;

  margin: 0;

}



.footer .zuo3 ul li .line {

  margin-bottom: 20px;

  height: 2px;

  margin-top: 10px;

  display: none

}



.footer .zuo3 ul li .line span {

  width: 15px;

  height: 1px;

  background: #006ab7;

  -webkit-transition: all 1s;

  -moz-transition: all 1s;

  -o-transition: all 1s;

  transition: all 1s;

  display: block

}



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

  width: 50px;

  height: 1px;

}



.footer .zuo3 ul li a {

  width: 100%;

  display: block;

  line-height: 2;

  font-size: 16px;

  color: #fff;

  margin: 6px 0;

}



.footer .zuo3 ul li a:hover {

  color: #006ab7;

}



.dzwz {

  line-height: 30px;

  width: 450px;

}



.dzwz p {

  line-height: 2;

  color: #fff;

  font-size: 16px;

  margin: 6px 0;

}



.footer .you3 {

  width: 350px;

  float: right;

}



.footer .you3 .weixin {

  width: 100px;

  padding-top: 20px;

  float: right;

  line-height: 30px;

  color: #fff;

  text-align: center

}



.footer .you3 .dian {

  width: 230px;

  float: left;

}



.footer .you3 .dian h2 {

  font-size: 20px;

  line-height: 50px;

  color: #fff;

  padding-top: 20px;

}



.footer .you3 .dian p {

  line-height: 30px;

  font-size: 14px;

  color: #fff;

  text-align: left

}



.footer_btm {

  padding: 20px 0;

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

  margin-top: 10px;

  position: relative;

}



.footer_btm::before {

  position: absolute;

  content: "";

  left: 50%;

  top: -3px;

  width: 60px;

  height: 2px;

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

  margin-left: -30px;

}



.copy {

  width: 1200px;

  margin: 0 auto;

  text-align: center;

  line-height: 30px;

}



.copy p {

  font-size: 14px;

  text-transform: uppercase;

  color: #fff;

}



.copy p a {

  color: #fff;

  -webkit-transition: 0.9s;

  -moz-transition: 0.9s;

  -o-transition: 0.9s;

  transition: 0.9s;

}



.banq {

  line-height: 60px;

  font-size: 14px;

  color: #ccc;

  margin-top: 20px;

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

}



.nban {

  height: 100vh;

  width: 100%;

  position: relative;

}



.nban .w_z {

  height: 100%;

  width: 100%;

  position: absolute;

  left: 0;

  top: 0;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  color: #fff;

  font-size: 50px;

  font-weight: bold;

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

}



.nban .w_z .line {

  width: 60px;

  height: 3px;

  border-radius: 2px;

  background: #fff;

  margin: 10px auto 25px;

}



.nban .w_z h3 {

  font-size: 20px;

  line-height: 1.5;

  max-width: 1200px;

  color: #fff;

}



.nban .w_z h3 a {

  color: #fff;

}



.ntit {

  text-align: center;

}



.ntit ul li {

  display: inline-block;

  line-height: 45px;

  border: #ccc 1px solid;

  border-radius: 5px;

  font-size: 16px;

  position: relative;

  min-width: 110px;

  margin: 0 12px;

}



.ntit ul li .y_j {

  position: relative;

  padding: 0 35px 0 10px;

}



.ntit ul li a {

  color: #333;

}



.ntit ul li .e_j {

  position: absolute;

  width: 160px;

  box-sizing: border-box;

  border: #ccc 1px solid;

  top: 45px;

  left: 0;

  display: none;

  z-index: 99;

  background: #fff;

}



.ntit ul li .e_j a {

  line-height: 35px;

  color: #333;

  display: block;

}



.ntit ul li .e_j a:hover {

  background: #f6f6f6;

}



.ntit ul li i {

  width: 30%;

  position: absolute;

  right: 0;

  top: 0;

  line-height: 45px;

  text-align: center;

}



.h60 {

  height: 60px;

}



.nycon {

  padding: 50px 0 80px;

}



.nycon .left {

  width: 300px;

  float: left;

  border: #eee 1px solid;

}



.nycon .left .bt {

  line-height: 42px;

  font-size: 20px;

  color: #333;

  text-transform: capitalize

}



.nycon .left .bt2 {

  background: #14120e;

  color: #fff;

  line-height: 70px;

  font-size: 18px;

  text-transform: capitalize;

  padding-left: 30px;

}



.subNavBox {

  width: 100%;

  margin: 0px auto;

  padding: 5px 0 0;

  box-sizing: border-box;

}



.subNav {

  border-bottom: solid 1px #e5e3da;

  cursor: pointer;

  font-size: 16px;

  color: #666;

  line-height: 60px;

  padding: 0 10px 0 20px;

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

  background-position: 95% 50%;

  background-size: 6px;

}



.nycon .currentDd {

  color: #fff

}



.nycon .currentDt {

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

  background-size: 14px;

  background-color: #14120e;

}



.nycon .currentDt a {

  color: #fff;

}



.nycon .navContent {

  display: none;

  border-bottom: solid 1px #e5e3da;

}



.nycon .navContent li a {

  display: block;

  height: 50px;

  text-align: left;

  font-size: 16px;

  line-height: 50px;

  color: #666;

  padding-left: 20px;

  text-transform: capitalize;

}



.nycon .navContent li a:hover {

  color: #299cc7;

}



.nycon .right {

  width: calc(100% - 340px);

  float: right

}



.nycon .right h1 {

  font-size: 20px;

  color: #333;

  margin-bottom: 20px;

}



.ny_cplb ul {

  display: flex;

  flex-wrap: wrap;

}



.ny_cplb ul li {

  width: 31.3333%;

  /* float: left; */

  margin: 0 1% 30px;

  background: #fff;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  border: #eee 1px solid;

  box-sizing: border-box;

}



.ny_cplb ul li:hover {

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

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

  transform: translateY(-6px);

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

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

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

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.ny_cplb ul li img {

  width: 100%

}



.ny_cplb ul li h3 {

  font-size: 16px;

  margin: 20px;

  text-align: center;

  color: #333;

}



.ny_cplb ul li.last {

  margin-right: 0

}







.page {

  padding: 30px 0 0;

  text-align: center;

}



.page a {

  display: inline-block;

  padding: 10px 12px;

  color: #333;

  font-size: 16px;

  margin: 0 5px;

}



.page a:hover,

.page .on {

  background: #333;

  color: #fff;

}





.ny_jj {

  padding: 70px 0 80px;

}



.ny_jj .con {

  display: flex;

  align-items: center;

}



.ny_jj .t_p {

  width: 50%;

  padding-top: 30%;

  position: relative;

}



.ny_jj .t_p img {

  width: 100%;

  display: block;

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  object-fit: cover;

}



.ny_jj .w_z {

  width: 50%;

  padding: 0 50px;

}



.ny_jj .w_z h4 {

  font-size: 20px;

  color: #333;

  margin-bottom: 15px;

  text-transform: uppercase;

}



.ny_jj .w_z .text {

  font-size: 16px;

  line-height: 1.8;

  color: #111;

}



.ny_jj .more {

  display: inline-block;

  padding: 0 20px;

  border: #111 1px solid;

  border-radius: 25px;

  line-height: 40px;

  position: relative;

  margin-top: 30px;

}



.ny_jj .more a {

  color: #111;

  font-size: 16px;

  position: relative;

}



.ny_jj .more a:after {

  left: 100%;

  position: absolute;

  bottom: -1px;

  content: " ";

  width: 0;

  border-bottom: 1px solid #000;

  -webkit-transition: .3s;

  transition: .3s;

}



.ny_jj .more a:hover:after {

  width: 100%;

  left: 0;

  transition: width 0.3s;

  -webkit-transition: width 0.3s;

}



.jj_p2 {

  padding: 80px 0;

}



.jj_p2 .con {

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

  backdrop-filter: blur(16px);

  transition: all .2s;

  padding: 100px 60px;

  display: flex;

  justify-content: space-between;

  align-items: stretch;

  border-radius: 10px;

}



.jj_p2 .left {

  width: 48%;

}



.jj_p2 .left .tit h1 {

  color: #fff;

}



.jj_p2 .left .text {

  font-size: 18px;

  line-height: 1.8;

  color: #fff;

}



.jj_p2 .right {

  width: 48%;

}



.subNavBox2 {

  overflow-y: auto !important;

  height: 370px;

}



.subNav2 {

  cursor: pointer;

  font-size: 26px;

  color: #fff;

  line-height: 30px;

  padding: 20px 0 20px 70px;

  position: relative;

}



.subNav2::before {

  border: #fff 1px solid;

  border-radius: 26px;

  content: "";

  position: absolute;

  width: 50px;

  height: 50px;

  left: 0;

  top: 50%;

  margin-top: -25px;

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

}



.subNav2.currentDd {}



.subNav2.currentDt::before {

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

}



.navContent2 {

  display: none;

  font-size: 16px;

  line-height: 28px;

  color: #fff;

  padding: 25px;

}



.navContent2 li a {

  font-size: 16px;

  line-height: 28px;

  color: #fff;

}



.jj_p2 .more {

  position: relative;

  margin-top: 30px;

}



.jj_p2 .more a {

  color: #fff;

  font-size: 16px;

  position: relative;

  display: inline-block;

  padding: 0 20px;

  border: #fff 1px solid;

  border-radius: 25px;

  line-height: 40px;

}



.jj_p2 .more a i {

  font-size: 20px;

}



.jj_p2 .more a:after {

  left: 100%;

  position: absolute;

  bottom: -1px;

  content: " ";

  width: 0;

  border-bottom: 1px solid #fff;

  -webkit-transition: .3s;

  transition: .3s;

}



.jj_p2 .more a:hover:after {

  width: 100%;

  left: 0;

  transition: width 0.3s;

  -webkit-transition: width 0.3s;

}



.jj_p3 {

  position: relative;

}



.jj_p3 img {

  width: 100%;

  display: block;

  max-height: 100vh;

  object-fit: cover;

}



/*产品详情*/

.cpxq {

  padding: 60px 0;

  margin: 0 auto;

}



.cpxq .left {

  width: 47%;

  float: left;

}



.cpxqBox {



  width: 100%;



  overflow: hidden;



  position: relative;



}



.cpxq .right {

  width: 48%;

  float: right;

}



.cpxq .right h5 {

  font-size: 20px;

  color: #555;

  margin-bottom: 10px;

}



.cpxq .right h3 {

  font-size: 32px;

  color: #333;

  margin-bottom: 50px;

  font-weight: bold;

  margin-top: 10px;

}



.cpxq .right p {

  font-size: 16px;

  line-height: 1.8;

  color: #555;

  margin-bottom: 20px;

}



.cpxq .right h4 {

  font-size: 20px;

  font-weight: bold;

  color: #246744;

}



.cpxq .right .zxzx {

  width: 180px;

  height: 50px;

  border-radius: 6px;

  background: #246744;

  text-align: center;

  line-height: 50px;

  margin-top: 50px;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.cpxq .right .zxzx a {

  color: #fff;

  font-size: 18px;

}



.cpxq .right .zxzx:hover {

  background: #af1314;

  transition: all 0.3s;

  -wbkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.cpxq .cptd {

  padding-top: 50px;

}



.cpxq .cptd p img {

  max-width: 100%;

}



.cpxq .cptd .bt {

  font-size: 20px;

  color: #fff;

  margin-bottom: 40px;

  font-weight: bold;

  border-bottom: #eee 2px solid;

  line-height: 2.2;

}



.cpxq .cptd .bt i {

  font-size: 24px;

  margin-right: 10px;

  vertical-align: middle;

  font-weight: normal;

}



.cpxq .cptd h3 {

  font-size: 18px;

  color: #333;

  font-weight: bold;

  margin-bottom: 15px;

}



.cpxq .cptd .bt span {

  display: inline-block;

  padding: 0 30px;

  background: #14120e;

  border-radius: 10px 10px 0 0

}



.cpxq .cptd p ,.cpxq .cptd div{

  font-size: 16px;

  line-height: 2;

  color: #555;

  /* margin-bottom: 15px; */

}





.gallery-top2 .swiper-slide {

  border: 1px solid #ccc;

  text-align: center;

}



.gallery-top2 .swiper-slide img {

  width: 60%;

}



.gallery-thumbs2 .swiper-slide {

  border: 1px solid #ccc;

  text-align: center;

}



.smallDiv {

  margin-top: 20px;

  position: relative;

}



.gallery-thumbs2 .swiper-slide img {

  width: 100%;

  height: 80px;

  object-fit: contain;

}



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

  border: 1px solid #14120e;

}



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

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

  color: #14120e !important;

  font-size: 30px;

}



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



  .sy_led .left ul li {

    margin-bottom: 20px;

  }



  .sy_led .left ul li .wenz h3 {

    margin-bottom: 15px;

  }



  .gallery-top {

    height: 30rem;

  }



  .gallery-top .swiper-slide {

    height: 30rem;

  }



  .gallery-top .swiper-slide .box {

    height: 30rem;

  }



  .header .logo {

    margin: 0px 0 0 30px;

  }



  .header .right {

    margin-left: 0px;

  }



  .header .right .lx {

    margin-left: 0px;

  }



  .sy_zxcp .swiper-button-prev {

    left: 0;

  }



  .sy_zxcp .swiper-button-next {

    right: 0;

  }



}



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



  .gallery-top {

    height: 24rem;

  }



  .gallery-top .swiper-slide {

    height: 24rem;

  }



  .gallery-top .swiper-slide .box {

    height: 24rem;

  }



}



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

  .cpxq .left {

    width: 100%;

  }



  .cpxq .right {

    width: 100%;

    margin-top: 20px;

  }



  .pc {

    display: none

  }



  .wap {

    display: block

  }



  .header {

    border: 0;

    height: 60px;

    width: 100%;

    display: block;

    padding: 0px 0;

    position: fixed;

  }



  .header.on {

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

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

  }



  .header .container {

    padding: 0;

    width: 94%;

    height: 60px;

  }



  .header .logo {

    float: left;

    margin: 10px 0;

  }



  .header.on .logo {}



  .header .logo img {

    height: 40px;

  }



  .header .an {

    display: block;

    right: 0px;

  }



  .header .an span {

    background-color: #fff

  }



  .header .right {

    margin-top: 0px;

    margin-right: 60px;

  }



  .header .nav ul {

    width: 100%;

  }



  .header .nav ul div {

    width: 100%;

  }



  .header.on .nav {

    width: 100%

  }



  .header .nav {

    width: 100%;

    padding: 15px 5%;

    background-color: #14120e;

    height: 100%;

    position: fixed;

    top: 60px;

    right: -100%;

    z-index: 9999;

    overflow: auto;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

    margin-top: 0;

    margin-left: 0;

    left: auto;

  }



  .header .nav.on {

    right: 0;

  }



  .header.on .nav ul li a {

    color: #fff;

  }



  .header .nav i {

    display: block;

  }



  .header .nav ul li {

    line-height: 60px;

    text-align: left;

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

    float: none;

    margin: 0;

    padding: 0;

    width: 100%;

  }



  .header .nav ul li.yy {

    display: none

  }



  .header .nav ul li::after {

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

  }



  .header.on .nav ul li {

    line-height: 60px;

  }



  .header .nav .e_j {

    width: 100%;

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

    background: none;

    position: relative;

    display: none;

    top: auto;

    left: auto;

    margin: 0;

    padding-bottom: 10px;

    padding-top: 0;

  }



  .header .nav ul li .e_j a {

    color: #aaa;

    text-align: left;

  }



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

    color: #fff

  }



  .header .nav .e_j a {

    border-top: 0;

    font-size: 12px;

    color: #aaa;

    line-height: 32px;

  }



  .header .nav .e_j a:hover {

    background: none;

  }



  .header .nav ul li:hover .e_j {

    display: none;

  }



  .header .nav ul li a {

    font-size: 15px;

    color: #fff;

  }



  .header .nav ul li:hover span {

    width: 0;

  }



  .header .nav ul li.on span {

    width: 0;

  }



  .con {

    width: 90%;

  }



  .header .con {

    display: block;

    height: 60px;

  }



  .container {

    width: 94%;

    margin: 0 auto;

    -moz-box-sizing: border-box;

    /*Firefox3.5+*/

    -webkit-box-sizing: border-box;

    /*Safari3.2+*/

    -o-box-sizing: border-box;

    /*Opera9.6*/

    -ms-box-sizing: border-box;

    /*IE8*/

    box-sizing: border-box;

  }



  .ban .swiper-pagination {

    bottom: 10px !important;

  }



  .ban .swiper-slide .bg1 {

    height: 22rem;

  }



  .ban .swiper-slide {

    height: 22rem;

  }



  .b_fl li .t_b {

    width: 50px;

  }



  .b_fl li h3 {

    font-size: 12px;

  }



  .b_fl {

    bottom: 30px;

    height: 70px;

  }



  .gallery-top .swiper-slide .left {

    width: 100%;

    position: relative;

    height: auto;

    padding: 50px 0;

  }



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

    margin-bottom: 30px;

  }



  .gallery-top .swiper-slide .left .text {

    line-height: 28px;

  }



  .gallery-top .swiper-slide .right {

    width: 100%;

    position: relative;

    height: auto;

  }



  .gallery-top .swiper-slide {

    height: auto;

  }



  .gallery-top .swiper-slide .box {

    height: auto;

  }



  .gallery-top {

    height: auto;

  }



  .gallery-top .swiper-slide .right .t_p {

    height: 20rem;

  }



  .sy_fwxm {

    padding: 40px 0 30px;

  }



  .sy_gy {

    padding: 40px 0;

  }



  .sy_news {

    margin: 40px auto 30px;

  }



  .sy_news .left {

    width: 100%;

  }



  .sy_news .left ul li .tp {

    height: 11rem;

  }



  .sy_news .left ul li .tp img {

    height: 100%;

    object-fit: cover;

  }



  .sy_news .right {

    width: 100%;

    padding-top: 60%;

    margin-top: 30px;

  }



  .sy_news .right img {

    top: 0;

    left: 0;

  }



  .tit2 {

    margin-bottom: 30px;

  }



  .tit2 h1 {

    font-size: 30px;

  }



  .sy_cpfl ul li:first-child {

    margin-bottom: 30px;

  }



  .gallery-top .nav-box {

    bottom: 10px;

    width: 100%

  }



  .gallery-top .nav-box .nav-btn {

    width: 30px;

    height: 30px;

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

    color: #222;

    background: rgba(255, 255, 255, 0.5)

  }



  .footer .l1 {

    flex: 0 0 0;

    max-width: 100%;

  }



  .footer .zuo3 ul {

    flex-wrap: wrap;

  }



  .dzwz {

    width: 100%;

  }



  .footer .zuo3 ul li {

    display: none

  }



  .footer .zuo3 ul li.lx {

    display: block;

    width: 100%;

  }



  .footer .zuo3 ul li.ly {

    display: block;

    width: 100%;

    margin-top: 20px;

  }



  .footer .zuo3 ul li.lx .tb {

    padding-top: 0px;

  }



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

    width: 100%;

  }



  .copy {

    width: 90%;

    line-height: 1.2;

  }



  .footer_btm {

    padding: 15px 0;

  }



  .footer {

    display: block;

  }



  .banq .fl {

    width: 100%;

    text-align: center;

  }



  .banq .fr {

    width: 100%;

    text-align: center;

  }



  .banq .fr img {

    max-width: 100%;

  }



  .ny_new ul li {

    width: 46%;

    margin: 2%;

  }



  .h60 {

    height: 90px;

  }



  .about {

    max-width: 90%;

  }



  .ny_lx {

    max-width: 90%;

  }



  .sy_zxcp {

    padding: 40px 0;

  }



  .tit h1 {

    font-size: 30px;

  }



  .tit h1 span {

    font-size: 18px;

  }



  .tit {

    margin-bottom: 30px;

  }



  .sy_fl {

    padding: 40px 0 0;

  }



  .sy_fl ul li {

    width: 48%;

  }



  .sy_cpfl {

    padding: 0px 0 30px;

  }



  .sy_led .left {

    width: 100%;

  }



  .sy_led .right {

    width: 100%;

  }



  .footer li.yx {

    width: 100%;

    margin-top: 20px;

  }



  .nycon .left .bt2 {

    line-height: 40px;

    font-size: 16px;

    position: relative;

    padding-left: 15px;

  }



  .subNavBox {

    width: 100%;

    display: none;

    position: absolute;

    left: 0;

    top: 40px;

    background: #fff;

  }



  .nycon .right {

    width: 100%;

    margin-top: 25px;

  }



  .ny_cplb {

    width: 100%;

  }



  .page a {

    padding: 8px 10px;

  }



  .nycon .right h1 {

    font-size: 18px;

    margin-bottom: 15px;

  }



  .ny_cplb ul li {

    width: 46%;

    margin: 2%;

  }



  .ny_cplb ul li h3 {

    margin: 10px;

  }



  .ny_cplb ul li.last {

    margin-right: 2%;

  }



  .nycon .left .bt2 .w_z {

    display: block;

    position: absolute;

    right: 15px;

    top: 0;

    padding: 0;

    width: 20px;

    height: 40px;

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

  }



  .nycon {

    width: 90%;

    margin: 0px auto;

  }



  .nycon {

    padding: 30px 0 40px;

  }



  .nycon .left {

    width: 100%;

    position: relative;

  }



  .h60 {

    height: 90px;

  }



  .ny_jj .w_z {

    width: 100%;

    padding: 0;

    margin-bottom: 25px;

  }



  .ny_jj .tp {

    width: 100%;

  }



  .ny_jj {

    padding: 40px 0 30px;

  }



  .nban {

    height: 20rem;

  }



  .nban .w_z {

    font-size: 30px;

  }



  .nban .w_z .line {

    margin: 6px auto 15px;

  }



  .ny_jj .con {

    flex-wrap: wrap

  }



  .ny_jj:nth-child(2n-1) .con {

    flex-direction: column-reverse;

  }



  .ny_jj .t_p {

    width: 100%;

    padding-top: 60%;

  }



  .ny_jj .w_z h4 {

    font-size: 16px;

  }



  .jj_p2 {

    padding: 40px 0;

  }



  .jj_p2 .con {

    padding: 30px 15px;

    flex-wrap: wrap;

  }



  .jj_p2 .left {

    width: 100%;

  }



  .jj_p2 .right {

    width: 100%;

    margin-top: 20px;

  }



  .subNav2 {

    font-size: 20px;

    line-height: 24px;

    padding: 15px 0 15px 40px;

  }



  .subNav2::before {

    width: 30px;

    height: 30px;

    margin-top: -15px;

    background: url(../images/sjt.png) center / 15px no-repeat;

  }



  .subNav2.currentDt::before {

    background: url(../images/xjt.png) center / 15px no-repeat;

  }



  .navContent2 {

    padding: 15px;

  }



  .sjdp .con {

    flex-direction: column !important;

  }







}



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

  .gallery-top2 .swiper-slide img {

    width: 80%;

  }



  .gallery-thumbs2 .swiper-slide img {

    height: 50px;

  }



  .tit2 h1 {

    font-size: 2.5rem;

    letter-spacing: 0;

  }



  .header .right {

    margin-right: 50px;

  }



  .header .right a {

    padding: 0 5px;

    margin-right: 2px;

    font-size: 16px;

    display: inline-block;

    float: none;

  }



  .header .right .yy {

    font-size: 16px;

  }



  .header .logo img {

    height: 36px;

  }



  .header .logo {

    margin: 12px 0;

  }



  .ban .b_fl {

    display: none;

  }



  .b_fl {

    bottom: 30px;

    position: static;

    margin-top: 20px;

    height: auto;

  }



  .b_fl li {

    width: 33.3333%;

  }



  .b_fl li h3 {

    color: #222;

    font-size: 1.2rem;

  }



  .b_fl li img {

    filter: brightness(50%);

  }



  .b_fl .con {

    flex-wrap: wrap;

  }



  .sy_fl ul li .wz h3 {

    font-size: 16px;

    line-height: 1.4;

    margin: 5px 0;

  }



  .gallery-top .swiper-slide .left {

    padding: 30px 15px;

  }



  .tit h1 span {

    display: none;

  }



  .tit {

    margin-bottom: 30px;

  }



  .tit h1 {

    font-size: 2.3rem;

  }



  .sy_fwxm ul li:first-child,

  .sy_fwxm ul li:nth-child(2) {

    width: 100%;

  }



  .sy_fwxm ul li img {

    height: auto;

  }



  .sy_fwxm ul li .w_z {

    /* width: 90%; */

    padding: 20px 5%;

    /* top: 60%; */
    padding-bottom: 0;

  }



  .sy_fwxm ul li:hover .w_z {

    top: 10%;

  }



  .sy_fwxm ul li .w_z p {

    padding: 0 10px;

    line-height: 1.5;

  }



  .sy_fwxm ul li {

    width: 100%;

  }



  .sy_cpfl {

    padding: 1rem 0 2rem;

  }



  .sy_cpfl ul li:first-child {

    margin-bottom: 2rem;

  }



  .sy_cpfl ul li .wenz h3 {

    font-size: 2rem;

  }



  .sy_cpfl ul li .wenz .more {

    position: relative;

    font-size: 1.4rem;

  }



  .sy_cpfl ul li .wenz {

    padding: 1.5rem;

  }



  .sy_news .left ul li .tp {

    height: 16rem;

    width: 100%

  }



  .sy_news .left ul li .wenz {

    width: 100%;

    padding: 15px;

  }



  .sy_news .left ul li .wenz p {

    line-height: 1.5;

  }



  .sy_news .right {

    padding-top: 80%;

  }



  .container {

    width: 90%;

  }



  .sy_led .left ul li .wenz h3 {

    font-size: 20px;

  }



  .sy_led .right .mb {

    width: 100%;

  }



  .sy_led .right .mb .wz {

    padding: 10px 10px;

  }



  .sy_led .right .mb .wz h3 {

    font-size: 1.8rem;

    margin-top: 10px;

  }



  .sy_led .right .mb .wz p {

    font-size: 1.2rem;

    line-height: 1.6;

    margin: 5px 0;

  }



  .sy_cpfl ul li {

    width: 100%;

    margin-bottom: 2rem

  }



  .sy_fl ul li:nth-child(n+5) {

    width: 48%;

  }



  .sy_fl ul li:last-child {

    width: 100%;

  }



  .dzwz p {

    line-height: 1.4;

    margin: 6px 0;

  }



  .dzwz p a {

    width: auto;

    display: inline-block;

    line-height: 1.4;

    margin: 0;

  }



  .banq {

    line-height: 1.5;

    margin-top: 3rem

  }



  .banq .fl {

    padding: 10px 0;

  }



  .footer_bg {

    padding: 5px 0;

  }



  .ny_new {

    padding: 2rem 0 4rem;

  }



  .page a {

    padding: 8px 10px;

    font-size: 14px;

    margin: 0 3px;

  }



  .ntit ul li {

    width: 90%;

    margin: 0 auto 5px;

    line-height: 40px;

  }



  .ntit ul li .e_j {

    width: 100%;

    top: 40px;

  }



  .subNavBox2 {

    height: 300px;

  }



  .nban .w_z h3 {

    font-size: 16px;

    line-height: 1.3;

  }



  .nban .w_z {

    font-size: 2.2rem;

    padding-top: 50px;

  }



  .ny_cplb ul li h3 {

    font-size: 14px;

  }

}



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

  .ny_new ul li {

    width: 96%;

    margin: 2%;

  }

}



.lxa .text p {

  line-height: 2;

  font-size: 16px;

  margin: 6px 0;

}



.lxa .text p i {

  display: inline-block;

  margin-right: 8px;

}



.lxa .tb {

  clear: both;

  margin-top: 20px;

}



.lxa .tb a {

  width: 30px;

  margin-right: 10px;

  position: relative;

  float: left;

}



.lxa .tb a i {

  font-size: 20px;

}



.lxa .tb a .wx {

  width: 120px;

  position: absolute;

  left: 50%;

  margin-left: -60px;

  background: #fff;

  top: -120px;

  display: none;

}



.lxa .tb a .wx img {

  width: 100%;

}



.lxa .tb a:hover .wx {

  display: block;

}



.detailP {

  margin: 70px auto 50px;

}



.detailP .pageTitle {

  font-size: 36px;

  color: rgb(51, 51, 51);

  font-weight: bold;

  text-align: center;

}



.detailP .pageTime {

  font-size: 16px;

  color: rgb(102, 102, 102);

  margin-top: 20px;

  text-align: center;

}



.detailP .pageNr {

  font-size: 16px;

  color: #222;

  line-height: 1.875;

  border-top: 1px solid rgba(0, 0, 0, 0.1);

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

  margin-top: 32px;

  padding: 24px 0;

  margin-bottom: 24px;

  min-height: 400px;

}



.detailP .pageNr h1,

.detailP .pageNr h2,

.detailP .pageNr h3,

.detailP .pageNr h4,

.detailP .pageNr h5,

.detailP .pageNr h6 {

  font-weight: revert;

  color: revert;

  margin: 10px 0;

}



.detailP .list-paddingleft-2 {

  padding-left: 30px;

}



.detailP .list-paddingleft-2 li {

  list-style: inherit;

}



.detailP .pageNr img,

.detailP .pageNr video,

.detailP .pageNr iframe {

  max-width: 100%;

  height: auto;

}



.detailP .pageNum {}



.detailP .pageNum a {

  font-size: 16px;

  color: rgb(102, 102, 102);

  margin-top: 8px;

}



.detailP .pageNum a:first-child {

  margin-top: 0;

}



.detailP .pageNum a:hover {

  color: #000;

}



@media (max-width:1432px) {

  .detailP .pageTitle {

    font-size: 32px;

  }

}



@media (max-width:1232px) {

  .detailP .pageTitle {

    font-size: 28px;

  }

}



@media (max-width:1024px) {

  .detailP .pageTitle {

    font-size: 24px;

  }



}



@media (max-width:800px) {

  .detailP {

    margin: 40px auto 30px;

  }



  .detailP .pageTime {

    font-size: 14px;

    margin-top: 8px;

  }



  .detailP .pageNr {

    font-size: 14px;

    line-height: 1.6;

    margin-top: 16px;

    padding: 16px 0;

  }



  .detailP .pageNum a {

    font-size: 14px;

  }

}



.ovh1 {

  display: block;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

}



.ovh2 {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}



.ovh3 {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden;

}



.ovh4 {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 4;

  overflow: hidden;

}