﻿html {
  font-size: 62.5%;
}

body {
  margin: 0px;
  font-size: 12px;
  color: #91989f;
  font-family: 'Raleway', Arial, Helvetica, sans-serif, Microsoft YaHei;
  cursor: default;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', Arial, Helvetica, sans-serif, Microsoft YaHei;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  list-style: none;
  font-weight: normal;
  color: #555;
}

input,
select,
button {
  font-size: 12px;
  font-family: 'Raleway', Microsoft YaHei;
  border: 0;
  background: none;
  outline: none;
  vertical-align: middle;
}

button {
  overflow: visible
}

img {
  border: none;
}

li {
  list-style: none;
}

a {
  color: #91989f;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a:hover {
  color: #005caf;
}

.clear {
  overflow: hidden;
  clear: both;
  height: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.con {
  width: 1320px;
  margin: 0 auto;
  max-width: 94%;
}

.container {
  width: 1320px;
  margin: 0 auto;
  max-width: 94%;
}

.header-top-bar {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  background: #184c43;
}

.header-top-bar a {
  color: #fcffe6;
  padding: 0 10px;
  display: inline-block;
  float: left
}

.header-top-bar a.tb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
}

.header-top-bar a:hover {
  color: #fff;
  background-color: #a0b316;
}

.header-top-bar a:hover img {
  filter: brightness(300%);
  -webkit-filter: brightness(300%);
  -moz-filter: brightness(300%);
  -ms-filter: brightness(300%);
  -o-filter: brightness(300%);
}

.header-top-bar a.dl {
  color: #000;
  background-color: #e3cba9;
}

.header-top-bar a.dl:hover {
  color: #a0b316;
}

.header-top-bar {
  color: #777;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

.searchIpt {
  width: 240px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 62px;
  display: none;
  z-index: 10;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
  margin-top: 20px;
}

.searchIpt .search_txt {
  width: 182px;
  padding: 0 0 0 10px;
  line-height: 30px;
  background: #eee;
  color: #333;
  border: 0;
  height: 30px;
  float: left;
}

.searchIpt .search_btn {
  width: 58px;
  background: #184c43;
  border: 0;
  float: right;
  color: #fff;
  height: 30px;
  cursor: pointer;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 10;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

.header .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.logo {
  float: left;
  margin: 11px 0
}

.logo img {
  width: auto;
  height: 60px;
  display: block;
}

.header .an {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 18px;
  width: 30px;
  display: none;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.header .an span {
  width: 30px;
  height: 2px;
  background-color: #555;
  display: block;
  position: absolute;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.header .an span.a1 {
  top: 0;
  left: 0;
}

.header .an span.a2 {
  top: 8px;
  left: 0;
}

.header .an span.a3 {
  top: 16px;
  left: 0;
}

.header .an.n span.a2 {
  display: none;
}

.header .an.n span.a1 {
  top: 8px;
  width: 30px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
  top: 8px;
  width: 30px;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.header .nav {}

.header .ss {
  float: right;
  height: 82px;
  position: relative;
  line-height: 82px;
  color: #184c43;
}

.header .ss i {
  font-size: 20px;
  color: #184c43;
}

.header .nav i {
  font-size: 12px;
  color: #aaa;
  line-height: 54px;
  text-align: right;
  position: absolute;
  width: 50%;
  height: 54px;
  right: 0px;
  top: 50%;
  display: none;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.header .nav ul li {
  line-height: 82px;
  float: left;
  padding: 0 15px;
  position: relative;
  height: 82px;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.header .nav ul li a {
  display: block;
  font-size: 16px;
  color: #184c43;
  text-transform: capitalize;
  font-weight: bold;
}

.header .nav ul li span {
  margin-left: 4px;
  font-size: 12px;
}

.header .nav ul li:hover a {
  color: #a0b316;
}

.header .nav ul li.on a {
  color: #a0b316;
}

.nav .y_j {
  position: relative;
}

.nav .e_j {
  width: 240px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 82px;
  left: 0;
  display: none;
  z-index: 9999;
}

/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li .e_j a {
  line-height: 40px;
  border-bottom: rgba(0, 0, 0, 0.15) 1px solid;
  color: #333 !important;
  font-size: 14px;
  padding-left: 15px;
}

.header .nav ul li:hover .e_j {
  display: block;
}

.header .nav ul li .e_j a:hover {
  background: #184c43;
  color: #fff !important;
}

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

@media (max-width:1441px) {

  .sy_news .left ul li .wenz p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }




}





@media (min-width:1024px) {

  .header .nav .e_j {
    display: none !important;
  }

  .header .nav ul li:hover .e_j {
    display: block !important;
  }

  .head_h {
    height: 122px;
    display: block;
  }
}

@media (max-width:1200px) {

  .header .nav ul li a {
    font-size: 16px;
  }
}

@media only screen and (max-width:1024px) {
  .top {
    padding-top: 20px;
    display: none
  }

  .top .tb {
    margin-right: 45px;
  }

  .header-top-bar {
    line-height: 30px;
    height: 30px;
  }

  .head_h {
    height: 90px;
    display: block
  }

  .header {
    border: 0;
    height: 90px;
    width: 100%
  }

  .header .container {
    padding: 0;
    width: 94%
  }

  .header .logo {
    margin: 10px 0;
  }

  .logo img {
    height: 40px;
  }

  .header .ss {
    height: 60px;
    line-height: 60px;
    margin-right: 50px;
  }

  .searchIpt {
    top: 60px;
    margin-top: 0px;
  }

  .header .an {
    display: block;
    right: 0px;
  }

  .header .an span {
    background-color: #184c43
  }

  .header .nav ul {
    width: 100%;
  }

  .header.on .nav {
    width: 100%;
    margin-top: 0
  }

  .header .nav {
    width: 100%;
    padding: 15px 5%;
    background-color: rgba(255, 255, 255, 0.95);
    height: 100%;
    position: fixed;
    top: 90px;
    left: -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;
  }

  .header .nav.on {
    left: 0;
  }

  .header.on .nav ul li a {
    font-size: 16px;
  }

  .header .nav i {
    display: block;
    color: #333;
    font-size: 16px;
  }

  .header .nav ul li {
    line-height: 60px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    float: none;
    margin: 0;
    padding: 0;
    height: auto;
  }

  .header .nav ul li::after {
    background: rgba(0, 0, 0, 0);
  }

  .header.on .nav ul li {
    line-height: 60px;
  }

  .header .nav ul li .e_j {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background: none;
    position: relative;
    display: none;
    top: auto;
    left: auto;
    margin: 0;
    padding-bottom: 10px;
    width: 100%;
    left: 0%
  }

  .header .nav ul li .e_j a {
    color: #333;
    font-size: 16px;
  }

  .header .nav ul li .e_j a:hover {
    color: #333
  }

  .header .nav .e_j a:hover {
    background: none;
  }

  .header .nav ul li:hover .e_j {
    display: none;
  }

  .header .nav ul li a {
    font-size: 16px;
    color: #222;
  }

  .header .nav ul li span {
    display: none;
  }

  .header .nav ul li .e_j a:last-child {
    border-bottom: 0;
  }

  .header .nav ul li:hover span {
    width: 0;
  }

  .header .nav ul li.on span {
    width: 0;
  }




}


.gallery-top {
  width: 100%;
  position: relative;
}

.gallery-top .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-top .swiper-slide .w_z {
  left: 50%;
  margin-left: -600px;
  top: 20%;
  padding: 25px;
  background: rgba(141, 26, 33, 0);
  position: absolute;
  letter-spacing: 2px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -webkit-transform: translate3d(0, 300px, 0);
  -ms-transform: translate3d(0, 300px, 0);
  transform: translate3d(0, 300px, 0);
}

.gallery-top .swiper-slide-active .w_z {
  -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-slide .w_z h1 {
  font-size: 50px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  font-family: Montserrat;
  text-transform: uppercase;
}

.gallery-top .swiper-slide .w_z h3 {
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.gallery-top .swiper-slide .w_z .more {
  width: 220px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 8px;
  background: #184c43;
  margin-top: 50px;
}

.gallery-top .swiper-slide .w_z .more:hover {
  background: #a0b316
}

.gallery-top .swiper-slide .w_z .more a {
  color: #fff;
}

.gallery-top .swiper-pagination {
  bottom: 10px !important;
}

.gallery-top .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #184c43
}


.section-title {
  position: relative;
  margin-bottom: 50px;
  margin-top: -5px;
}

.section-title.text-center {
  padding: 0 30px;
}

.section-title.text-center .divider {
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .section-title.text-center {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title .title-main {
  font-size: 46px;
  position: relative;
  z-index: 2;
  color: #111;
  line-height: 1.05em;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: 'Montserrat';
}

@media only screen and (max-width: 991px) {
  .section-title .title-main {
    margin-bottom: 15px;
    font-size: 42px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title .title-main {
    margin-bottom: 10px;
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .section-title .title-main {
    font-size: 32px;
  }
}

.section-title .title-text {
  line-height: 1.55em;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .section-title .title-text {
    font-size: 16px;
  }
}

.section-title .divider {
  width: 115px;
  height: 2px;
  background: #184c43;
}

.section-title.text-white .divider {
  background: #fff;
}

/*
.section-title .divider {
  width: 115px;
  height: 10px;
  overflow: hidden;
  position: relative;
}
*/
.section-title .divider:before {
  background-image: url("../images/divider.png");
  background-repeat: repeat-x;
  -webkit-animation: slide 4s linear infinite;
  animation: slide 4s linear infinite;
  position: absolute;
  background-position: center center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: none;
}

.section-title.text-white .divider:before {
  background-image: url("../images/divider-white.png");
}

.section-title.text-white .title-main {
  color: #fff
}

.section-title.style-two {
  margin-bottom: 30px;
}

.text-center {
  text-align: center !important;
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}


.about-bg-img1 {
  position: absolute;
  top: 14%;
  width: 20vw;
  left: 3%;
  animation: tilt 4s linear infinite;
  -webkit-animation: tilt 4s linear infinite;
}

@-webkit-keyframes tilt {
  0% {
    transform: skew(-10deg, 10deg);
    -webkit-transform: skew(-10deg, 10deg);
    -moz-transform: skew(-10deg, 10deg);
    -ms-transform: skew(-10deg, 10deg);
    -o-transform: skew(-10deg, 10deg);
  }

  50% {
    transform: skew(10deg, -10deg);
    -webkit-transform: skew(10deg, -10deg);
    -moz-transform: skew(10deg, -10deg);
    -ms-transform: skew(10deg, -10deg);
    -o-transform: skew(10deg, -10deg);
  }

  100% {
    transform: skew(-10deg, 10deg);
    -webkit-transform: skew(-10deg, 10deg);
    -moz-transform: skew(-10deg, 10deg);
    -ms-transform: skew(-10deg, 10deg);
    -o-transform: skew(-10deg, 10deg);
  }

}

.about-bg-img2 {
  position: absolute;
  top: 5%;
  left: 3%;
  width: 12vw;
  animation: Updown 4s linear infinite;
  -webkit-animation: Updown 4s linear infinite;
}

@-webkit-keyframes Updown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }

  25% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }

  75% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }

}

.fd1 {
  width: 13vw;
  position: absolute;
  right: 1%;
  bottom: 0%;
  background-repeat: no-repeat;
}

.fd1 img {
  width: 100%;
}

.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

.sy_zjfd {
  overflow: hidden;
  padding-bottom: 60px;
  padding-top: 80px;
  position: relative;
  background: url(../images/bj1.png) right bottom / 300px no-repeat;
}

.sy_zjfd .left {}

.sy_zjfd .left .w_z {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}

.sy_zjfd .left .w_z a {
  font-weight: bold;
  color: #184c43;
  padding-left: 15px;
}

.sy_zjfd .left .w_z a i {
  font-weight: normal;
  margin-right: 6px;
}

.sy_zjfd .left ul {
  padding: 20px 30px 20px 0;
  display: flex;
  /* justify-content: space-between; */
  align-items: stretch;
  flex-wrap: wrap;
}

.sy_zjfd .left ul li {
  cursor: pointer;
  padding: 25px 0 20px;
  height: 90px;
  position: relative;
  transition: all .3s ease-in-out;
  width: 25%;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sy_zjfd .left ul li .t_b {
  width: 40px;
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.sy_zjfd .left ul li:hover .t_b {
  width: 45px;
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.sy_zjfd .left ul li .t_b img {
  width: 100%;
}

.sy_zjfd .left ul li .zi {
  font-size: 20px;
  color: #222;
  margin-left: 15px;
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.sy_zjfd .left ul li:hover .zi {
  font-weight: bold;
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.sy_zjfd .right {
  width: 55%;
  float: right;
  position: relative;
}

.sy_zjfd .right .t_b {
  background-color: hsla(0, 0%, 100%, .37);
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 20px;
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 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%);
}

.sy_zjfd .right img {
  width: 100%;
}

.sy_xm {
  padding: 80px 0;
  overflow: hidden;
  background: url(../images/xmbj.png) center / cover no-repeat;
  background-attachment: fixed;
}

.sy_xm .con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.sy_xm .left {
  width: 55%;
  float: left;
}

.sy_xm .left li {
  width: 48%;
  float: left;
  padding-bottom: 35%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.sy_xm .left ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sy_xm .left 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;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.sy_xm .left ul li .wz {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 60px 20px 20px;
  z-index: 3;
  width: 100%;
  box-sizing: border-box;
}

.sy_xm .left ul li .wz h1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bolder;
}

.sy_xm .left ul li .wz a {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}

.sy_xm .left ul li .wz a i {
  font-size: 18px;
  color: #a0b316;
  margin-right: 6px;
  vertical-align: middle;
}

.sy_xm .left ul li .wz h3 {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  height: 0;
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.sy_xm .left ul li:hover h3 {
  height: 22px;
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 1;
}

.sy_xm .left ul li:hover .mb {
  background-image: linear-gradient(to top, #000, transparent);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sy_xm .left 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_xm .left ul li .mb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}

.sy_xm .right {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.sy_xm .right .w_z {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.sy_xm .right .more {
  width: 200px;
  position: relative;
  height: 55px;
  margin-top: 35px;
  line-height: 55px;
  text-align: center;
  border: #a0b316 1px solid;
}

.sy_xm .right .more a {
  font-size: 18px;
  color: #a0b316;
  position: relative;
  z-index: 5;
  text-transform: capitalize;
}

.sy_xm .right .more span {
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background: #a0b316;
  left: 0;
  top: 0
}

.sy_xm .right .more:hover span {
  width: 100%;
}

.sy_xm .right .more:hover a {
  color: #fff;
}



.swiper-hy {
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 10px;
  position: relative;
}

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

.sy_hyyy .swiper-button-prev {
  background: url(../images/jtdls.png) center / 135% no-repeat;
  width: 39px;
  height: 39px;
  margin-top: -20px;
  left: 0px;
}

.sy_hyyy .swiper-button-next {
  background: url(../images/jtdrs.png) center / 135% no-repeat;
  width: 39px;
  height: 39px;
  margin-top: -20px;
  right: 0px;
}

.sy_hyyy .swiper-button-prev:hover {
  background: url(../images/jtdl.png) center / 135% no-repeat;
}

.sy_hyyy .swiper-button-next:hover {
  background: url(../images/jtdr.png) center / 135% no-repeat;
}

.sy_hyyy .con {
  position: relative;
}

.sy_hyyy {
  padding: 0px 0 80px;
  overflow: hidden;
}

.swiper-hy .swiper-slide img {
  width: 100%;
  display: block;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.swiper-hy .swiper-slide .sign {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  margin-left: -200px;
  height: 100%;
  background: url(../images/hybj.png) no-repeat center top;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 999
}

.swiper-hy .swiper-slide .sign .tb {
  width: 70px;
  height: 52px;
  margin: 0 auto;
}

.swiper-hy .swiper-slide .sign .tb i {
  font-size: 65px;
  color: #fff;
}

.swiper-hy .swiper-slide .sign span {
  font-size: 19px;
  font-weight: bold;
}

.swiper-hy .swiper-slide .sign .line {
  width: 50px;
  height: 2px;
  background: #fff;
  margin: 10px auto 15px;
}

.swiper-hy .swiper-slide .n_r {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.swiper-hy .swiper-slide:hover .n_r {
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  display: block;
}

.swiper-hy .swiper-slide:hover img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.swiper-hy .swiper-slide:hover .sign {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  top: 40%;
  background: none;
}

.swiper-hy .swiper-slide .bg {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: url(../images/bg_shadow06.png) center / 80% 100% no-repeat;
  position: absolute;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  z-index: 998
}

.swiper-hy .swiper-slide:hover .bg {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
}

.sy_mzsy {
  background: #184c43;
  overflow: hidden;
  position: relative;
}

.sy_mzsy .tup {
  position: absolute;
  width: 50%;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  background: url(../images/symz.jpg) center / cover no-repeat;
}

.sy_mzsy .w_z {
  width: 45%;
  float: left;
  padding: 60px 0;
}

.sy_mzsy .w_z .zi {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
}


.sy_news {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

.sy_news ul {
  display: flex;
  justify-content: space-between;
}

.sy_news ul li {
  width: 31.3333%;
  position: relative;
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.sy_news ul li .t_p {
  width: 100%;
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
}

.sy_news ul li .t_p img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sy_news ul li:hover .t_p img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sy_news ul li .w_z {
  padding: 15px 0;
}

.sy_news ul li .s_j {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}

.sy_news ul li h3 {
  font-size: 20px;
  color: #111;
  margin-bottom: 20px;
  font-weight: bold;
}

.sy_news ul li:hover h3 {
  color: #184c43;
}

.sy_news ul li p {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sy_news ul li .more1 {
  display: inline-block;
}

.sy_news ul li .more1 a {
  color: #222;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}

.sy_news ul li:hover .more1 a {
  color: #184c43;
}

.sy_news ul li:hover {
  transform: translateY(-5px);
  -wbkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}


/* start footer */
.footer_bg {
  width: 100%;
  padding: 35px 0 0px;
  background: #184c43;
}

.footer {
  margin: 0 auto;
}

.footer .zuo3 ul {
  display: flex;
  justify-content: space-between;
}

.footer .zuo3 ul li .lo_b {
  width: 140px;
}

.footer .zuo3 ul li {
  float: left;
}

.footer .zuo3 ul li.lx {
  float: left;
  width: 280px;
}

.footer .zuo3 ul li.lx i {
  display: inline-block;
  margin-right: 8px;
}

.footer .zuo3 ul li.ly {
  float: right;
  margin-right: 0;
  width: auto;
}

.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: #a0b316;
  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.ly .tb {
  padding-top: 20px
}

.footer .zuo3 ul li.ly .tb a {
  width: 30px;
  margin-right: 10px;
  position: relative;
  float: left;
}

.footer .zuo3 ul li.ly .tb a i {
  font-size: 20px;
}

.footer .zuo3 ul li.ly .tb a .wx {
  width: 120px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  background: #fff;
  top: -120px;
  display: none;
}

.footer .zuo3 ul li.ly .tb a:hover .wx {
  display: block;
}

.footer .zuo3 ul li.ly .tb a img {
  width: 100%;
}

.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: #a0b316;
  -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: 14px;
  color: #fff;
}

.footer .zuo3 ul li a:hover {
  color: #a0b316;
}

.dzwz {
  line-height: 30px;
  width: 360px;
}

.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: 15px 0;
  border-top: rgba(255, 255, 255, 0.35) 1px solid;
  margin-top: 10px;
  background: #184c43;
}

.copy {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}

.copy p {
  font-size: 16px;
  color: #fff;
}

.copy p a {
  color: #fff;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

.copy .zs {
  text-align: center;
  margin-top: 10px;
}

.copy .zs li {
  display: inline-block;
  margin: 0 8px;
}

.copy .zs li img {
  height: 36px;
}

.nban {
  min-height: 420px;
  width: 100%;
  position: relative;
}

.nban img {
  width: 100%;
  display: block;
}

/*关于我们start*/
.ny_box {
  padding: 50px 0 35px;
  overflow: hidden;
}

.ny_box h1 {
  font-size: 28px;
  color: #184c43;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: 'Montserrat';
  text-align: center;
}

.ny_box .list {
  width: 300px;
  float: left;
  background: #fff;
  border-bottom: #ccc 1px solid;
}

.ny_box .list .b_t {
  font-size: 22px;
  font-family: 'Montserrat';
  color: #184c43;
  line-height: 60px;
  padding: 0 10px;
}

.ny_box .list ul li {
  line-height: 45px;
  padding: 0 10px;
  border-bottom: #ccc 1px dashed;
}

.ny_box .list ul li a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  display: block;
}

.ny_box .list ul li:hover {
  background-color: #f5f5f5;
}

.ny_box .list ul li:hover a {
  color: #a0b316;
}

.ny_box .list ul li:last-child {
  border: none
}

.ny_box .list ul li.on {
  background-color: #f5f5f5;
}

.ny_box .list ul li.on a {
  color: #a0b316;
}

.ny_box .line {
  margin: 20px 0;
  height: 1px;
  background: #ccc;
}

.ny_box .right {
  width: calc(100% - 330px);
  float: right;
  box-sizing: border-box;
}

.ny_box .right .box {
  overflow: hidden;
}

.ny_jyjx {
  background: #fff;
  padding: 0 20px 0 30px;
  overflow: hidden;
  margin-bottom: 50px;
  border-left: #eee 1px solid;
}

.ny_jyjx .nr {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

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

/* .ny_jyjx .line {
  margin: 25px 0;
  height: 1px;
  background: #ccc;
} */
.ny_jyjx .nr hr{
  height: 1px;
  border: none;
  background: #ccc;
}

.sy_ys {
  padding: 40px 0;
  background: #f5f5f5;
}

.sy_ys .five-part {
  width: 100%;
  margin: 0 0 20px;
  border: #fff 1px solid;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border-right: 0;
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.sy_ys .five-part:hover {
  box-shadow: 0px 5px 20px 0px rgba(169, 180, 190, 0.2);
  background: #184c43;
  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_ys .t_b {
  width: 80px;
  text-align: center;
}

.sy_ys .level2-text {
  width: calc(100% - 110px)
}

.sy_ys .five-value-img i {
  font-size: 60px;
  color: #184c43;
}

.sy_ys .five-part:hover .five-value-img i {
  color: #fff;
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.five-part:nth-child(4) {
  border-right: #fff 1px solid
}

.five-part .five-font-sty {
  font-size: 25px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}

.sy_ys .five-part:hover .five-font-sty {
  color: rgba(255, 255, 255, 1);
}

.sy_ys .span-line {

  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.6);

}

.sy_ys .five-part:hover .span-line {
  color: rgba(255, 255, 255, 0.8);
}



.ny_kc {
  padding: 0 20px 50px 30px;
  overflow: hidden;
}

.ny_kc ul li {
  width: 100%;
  margin: 0.5% 0;
  float: left;
  background: #184c43;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ny_kc ul li:hover {
  transform: translateY(-5px);
  -wbkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.ny_kc ul li .tp {
  width: 35%;
  float: left;
}

.ny_kc ul li .tp img {
  width: 100%;
  display: block;
}

.ny_kc ul li .wenz {
  padding: 20px;
  float: right;
  width: 64%;
  box-sizing: border-box;
}

.ny_kc ul li .wenz h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

.ny_kc ul li .wenz p {
  font-size: 14px;
  color: #fff;
  opacity: 0.9;
  line-height: 1.8;
  /* display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
}

.ny_kc ul li .wenz .more a {
  width: 120px;
  line-height: 30px;
  margin-top: 25px;
  text-align: center;
  background: #a0b316;
  font-size: 14px;
  display: block;
  color: #fff;
  border-radius: 5px;
}

.ny_kc ul li:nth-child(2n) {
  background: #a0b316
}

.ny_kc ul li:nth-child(2n) .wenz .more a {
  background: #184c43;
}

.xx_hd {
  padding: 20px 0 0;
  overflow: hidden;
  text-align: left;
}

.xx_hd h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #184c43;
  font-weight: bold;
  font-family: 'Montserrat';
}
.xx_hd ul{display: flex;flex-wrap: wrap;}
.xx_hd ul li {
  width: 23%;
  margin: 1%;
  /* float: left; */
}

.xx_hd ul li img {
  width: 100%;
  display: block;
}

.xx_hd ul li h3 {
  color: #184c43;
  font-family: 'Montserrat';
  font-size: 18px;
  margin: 10px 0
}

.ny_jzzy ul li {
  position: relative;
  display: block;
  padding: 20px 80px 20px 0;
  border-bottom: #ccc 1px solid;
  overflow: hidden;
}

.ny_jzzy ul li h3 {
  font-family: 'Montserrat';
  font-size: 20px;
  max-width: 640px;
  color: #184c43;
}

.ny_jzzy ul li p {
  font-size: 14px;
  line-height: 1.5;
  color: #474747;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ny_jzzy ul li .xzan {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.ny_jzzy ul li .xzan i {
  font-size: 30px;
  color: #333;
}

.ny_jzzy ul li .xzan:hover i {
  color: #184c43;
}

.ny_xyhd {
  width: 1240px;
  margin: 50px auto 40px;
  overflow: hidden;
}

.ny_xyhd h1 {
  font-size: 28px;
  color: #184c43;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: 'Montserrat';
}

.ny_xyhd ul li {
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: #eee 1px solid;
}

.ny_xyhd ul li .tp {
  width: 30%;
  float: left;
  height: 200px;
}

.ny_xyhd ul li .tp img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ny_xyhd ul li .wz {
  width: 70%;
  padding: 20px 30px;
  box-sizing: border-box;
  float: right;
}

.ny_xyhd ul li .wz h3 {
  font-size: 20px;
  color: #111;
  margin-bottom: 10px;
  font-weight: bold;
}

.ny_xyhd ul li .wz .time {
  font-size: 14px;
  color: #888;
  margin-bottom: 18px;
}

.ny_xyhd ul li .wz p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ny_xyhd ul li:hover {
  background: #184c43;
}

.ny_xyhd ul li:hover h3 {
  color: #fff;
}

.ny_xyhd ul li:hover p {
  color: #fff;
}

.ny_xyhd ul li:hover .time {
  color: #ccc;
}


.ny_contact {
  background: #f7f9fc;
  overflow: hidden;
  padding: 60px 0;
}

.ny_contact .lxfs {
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
  padding: 35px 40px;
  margin-bottom: 40px;
}

.ny_contact .lxfs .left {
  width: 45%;
  float: left;
}

.ny_contact .lxfs .left h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 40px;
  padding-left: 20px;
  position: relative;
}

.ny_contact .lxfs .left h3::before {
  width: 4px;
  content: "";
  height: 16px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: #184c43;
  position: absolute;
}

.ny_contact .lxfs .left p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
  line-height: 1.5;
}

.ny_contact .lxfs .left p i {
  font-size: 22px;
  margin-right: 16px;
  color: #184c43;
}

.ny_contact .lxfs .left .t_b {
  margin-top: 25px;
}

.ny_contact .lxfs .left .t_b a {
  background: #184c43;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  margin: 0 4px
}

.ny_contact .lxfs .left .t_b a i {
  font-size: 20px;
}

.ny_contact .lxfs .ewm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
}

.ny_contact .lxfs .ewm img {
  width: 113px;
  float: left;
  margin-right: 17px;
}

.ny_contact .lxfs .ewm .wz {
  float: left;
  font-size: 16px;
  color: #999;
  line-height: 1.8;
}

.ny_contact .l_y {
  width: 50%;
  float: right;
  padding-left: 40px;
  border-left: #eee 1px solid;
}

.ny_contact .l_y h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 37px;
  padding-left: 20px;
  position: relative;
}

.ny_contact .l_y h3::before {
  width: 4px;
  content: "";
  height: 16px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: #184c43;
  position: absolute;
}

.ny_contact .l_y .box {
  width: 49%;
  height: 40px;
  position: relative;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}

.ny_contact .l_y input.w_z {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  border: 1px solid #e6e6e6;
  padding: 0 22px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

.ny_contact .l_y .wz {
  color: #ff0000;
  left: 14px;
  top: 12px;
  position: absolute;
  font-size: 18px;
  z-index: 9;
}

.ny_contact .l_y .box.no {
  margin-right: 0;
}

.ny_contact .l_y input.a_n {
  width: 160px;
  height: 40px;
  background-color: #184c43;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  border-radius: 4px;
}

.ny_contact .l_y textarea {
  width: 100%;
  height: 168px;
  padding: 5px 18px;
  border: 1px solid #e6e6e6;
  outline: none;
  resize: none;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.ny_contact .d_t {}

.ny_contact .d_t img {
  width: 100%
}





/*关于我们start*/
.ny h1 {
  font-size: 28px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}

.ny_xysz {
  width: 1240px;
  margin: 20px auto 40px;
  overflow: hidden;
}

.ny_xysz h1 {
  font-size: 28px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}

.ny_xysz .nr {
  padding: 20px 25px;
  background: #fff;
  overflow: hidden;
}

.ny_xysz .tp {
  width: 45%;
  float: right;
}

.ny_xysz .tp img {
  width: 100%;
  display: block
}

.ny_xysz .wenz {
  width: 50%;
  float: left;
  -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;
}

.ny_xysz .wenz p {
  font-size: 16px;
  color: #333;
  line-height: 2;
  color: #444
}

.ny_xysz .wenz h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.ldlist {}

.ldlist ul li {
  padding-bottom: 20px;
  overflow: hidden;
  width: 266px;
  float: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-right: 30px;
  margin-bottom: 30px;
  background: #fff;
}

.ldlist ul li:nth-child(3n) {
  margin-right: 0;
}

.ldlist ul li .tp {}

.ldlist ul li .tp img {
  width: 100%;
}

.ldlist ul li .w_z {
  padding: 15px 15px 0;
  height: 100px;
}

.ldlist ul li .w_z h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.ldlist ul li .w_z p {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}

.ny_xysm {
  background: #fff;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  overflow: hidden;
}

.ny_xysm .left {
  width: 55%;
  float: left;
}

.ny_xysm .left h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}

.ny_xysm .left p {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}

.ny_xysm .right {
  float: right;
  width: 40%;
}

.ny_xysm .right img {
  width: 100%;
}

.ny_jrwm {
  background: #fff;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  min-height: 500px;
}

.ny_jrwm h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}

.ny_jrwm p {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}

.ny_jrwm .more {
  width: 200px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 8px;
  background: #184c43;
  margin-top: 50px;
}

.ny_jrwm .more a {
  color: #fff;
}

.ny_xwxq {
  padding: 20px 30px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}

.ny_xwxq h2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.ny_xwxq h4 {
  text-align: center;
  font-size: 14px;
  color: #888;
  padding-bottom: 20px;
  border-bottom: #ccc 1px solid;
  margin-top: 25px
}

.ny_xwxq h4 span {
  margin: 0 15px;
}

.ny_xwxq .nr {
  min-height: 300px;
  margin: 25px 0;
  font-size: 16px;
  line-height: 28px;
  text-indent: 28px;
  color: #3E3E3E;
}

.wzxx .w_z {
  display: none;
}



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

  .gallery-top .swiper-slide .w_z {
    left: 0;
    margin-left: 0px;
    top: 20%;
    padding: 0 25px;
    letter-spacing: 0;
  }

  .gallery-top .swiper-slide .w_z h1 {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  .gallery-top .swiper-slide .w_z h3 {
    font-size: 20px;
  }

  .gallery-top .swiper-slide .w_z .more {
    width: 180px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin-top: 20px;
  }

  .sy_zjfd {
    padding-bottom: 30px;
    padding-top: 40px;
    background: url(../images/bj1.png) right bottom / 10rem no-repeat;
  }

  .section-title .title-main {
    font-size: 32px;
    margin-bottom: 10px
  }

  .about-bg-img2 {
    top: 2%;
  }

  .sy_zjfd .left ul {
    padding: 10px 0px 10px 0;
  }

  .sy_zjfd .left ul li .zi {
    font-size: 16px;
    margin-left: 10px;
  }

  .sy_zjfd .left ul li {
    padding: 10px 0 10px;
    height: 60px;
    width: 50%;
  }

  .sy_xm {
    padding: 40px 0;
    background-attachment: inherit;
  }

  .sy_xm .left {
    width: 100%;
  }

  .sy_xm .con {
    flex-wrap: wrap;
  }

  .sy_xm .right {
    width: 100%;
    margin-top: 10px;
  }

  .sy_xm .right .more {
    width: 160px;
    height: 35px;
    margin-top: 25px;
    line-height: 35px;
  }

  .sy_xm .right .more a {
    font-size: 16px;
  }

  .sy_xm .left ul li .wz {
    padding: 20px 10px 8px;
  }

  .sy_xm .left ul li .wz h1 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .sy_hyyy {
    padding: 40px 0 40px;
  }

  .container {
    width: 94%;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
    box-sizing: border-box;
  }

  .sy_mzsy .w_z {
    width: 100%;
    padding: 30px 0;
  }

  .sy_mzsy {
    padding-bottom: 50%;
  }

  .sy_mzsy .tup {
    width: 100%;
    content: "";
    right: 0;
    top: auto;
    bottom: 0;
    height: 50%;
    
  }

  .sy_cpgs {
    height: 18rem;
  }

  .sy_cpgs .nr {
    width: 90%;
  }

  .sy_news {
    width: 94%;
    margin: 0 auto 10px;
    padding: 30px 0
  }

  .sy_news ul {
    flex-wrap: wrap
  }

  .sy_news ul li {
    width: 100%;
    margin-bottom: 20px
  }

  .sy_news ul li .t_p {
    padding-bottom: 50%;
  }

  .sy_news ul li p {
    margin-bottom: 20px;
  }

  .footer .zuo3 ul li {
    display: none;
  }

  .footer .zuo3 ul li.lx {
    width: 100%;
    margin-bottom: 10px;
    display: block
  }

  .footer .zuo3 ul li.ly {
    width: 100%;
    display: block;
  }

  .footer .zuo3 ul {
    flex-wrap: wrap;
  }

  .dzwz {
    width: 100%;
  }

  .copy {
    width: 90%;
    margin: 0 auto;
  }

  .copy .zs li img {
    height: 25px;
  }

  .copy .zs li {
    margin: 0 3px;
  }

  .nban {
    height: 12rem;
  }

  .nban img {
    height: 100%;
    object-fit: cover;
  }

  .ny_box {
    padding: 30px 0 30px;
  }

  .ny_box .list {
    width: 100%;
    position: relative;
  }

  .pc {
    display: none !important;
    opacity: 0;
  }

  .ny_box .list .b_t {
    font-size: 20px;
    line-height: 50px;
    padding: 0 0px;
    position: relative;
  }

  .ny_box .list .b_t .w_z {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    padding: 0;
    width: 20px;
    height: 50px;
    background: url(../images/nyej.png) center / 100% no-repeat;
  }

  .ny_box .list ul.wap {
    position: absolute;
    width: 100%;
    display: none;
    left: 0;
    top: 51px;
    background: #fff;
  }

  .ny_box .right {
    width: 100%;
  }

  .ny_jyjx {
    padding: 20px 0px 0 0px;
    margin-bottom: 30px;
    border-left: 0;
  }

  .ny_contact {
    padding: 30px 0;
  }

  .ny_contact .lxfs {
    padding: 25px 20px;
    margin-bottom: 30px;
  }

  .ny_contact .lxfs .left {
    width: 100%;
  }

  .ny_contact .l_y {
    width: 100%;
    margin-top: 25px;
    padding-left: 0px;
    border-left: 0;
  }

  .ny_contact .lxfs .left p {
    margin-bottom: 10px;
  }

  .ny_contact .l_y h3 {
    margin-bottom: 15px;
    padding-left: 10px;
  }

  .ny_contact .lxfs .left h3 {
    margin-bottom: 15px;
    padding-left: 10px;
  }

  .ny_xyhd {
    width: 94%;
    margin: 30px auto 20px;
  }

  .ny_xyhd h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .ny_xyhd ul li .tp {
    width: 40%;
  }

  .ny_xyhd ul li .wz {
    width: 60%;
    padding: 15px 0 15px 20px;
  }

  .ny_kc {
    padding: 0 0px 10px 0px;
  }

  .ny_kc ul li .tp {
    width: 40%;
  }

  .ny_kc ul li .wenz {
    padding: 15px;
    width: 60%;
  }

  .xx_hd ul li {
    width: 48%;
  }

  /* .ny_jyjx .line {
    margin: 20px 0;
  } */

  .ny_box h1 {
    font-size: 24px;
  }

  .sy_ys {
    padding: 20px 0;
  }








}

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


  .section-title .title-main {
    font-size: 2.4rem;
  }

  .sy_zjfd .left ul li .zi {
    font-size: 14px;
  }

  .sy_xm .left li {
    padding-bottom: 30%;
    margin-bottom: 10px;
  }

  .sy_xm .left ul li .wz h1 {
    font-size: 1.3rem;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .swiper-hy .swiper-slide .sign span {
    font-size: 16px;
  }

  .sy_mzsy {
    padding-bottom: 20rem;
  }

  .sy_mzsy .tup {
    bottom: 0;
    height: 20rem;
  }

  .sy_news ul li h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .copy {
    line-height: 1.4;
  }

  .copy .zs li img {
    height: 20px;
  }

  .footer .zuo3 ul li .tit1 {
    margin-bottom: 10px;
  }

  .dzwz p {
    line-height: 1.6;
  }

  .sy_xm .left ul li .wz a {
    font-size: 1.2rem;
  }

  .gallery-top .swiper-slide .w_z h1 {
    font-size: 2rem;
    margin-bottom: 6px;
  }

  .gallery-top .swiper-slide .w_z {
    top: 10%;
    padding: 0 10px;
  }

  .gallery-top .swiper-slide .w_z h3 {
    font-size: 1.4rem;
  }

  .gallery-top .swiper-slide img {
    width: 140%;
    margin-left: -20%;
  }

  .gallery-top .swiper-slide {
    overflow: hidden;
  }

  .gallery-top .swiper-slide .w_z .more {
    width: 160px;
    font-size: 1.4rem;
  }

  .footer button {
    height: 40px;
    line-height: 40px;
  }

  .ny_jzzy ul li {
    padding: 20px 40px 20px 0;
  }

  .ny_box h1 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .ny_jzzy ul li h3 {
    font-size: 18px;
  }

  .ny_jyjx {
    margin-bottom: 10px;
  }

  .ny_box {
    padding: 20px 0 30px;
  }

  .ny_contact .lxfs .left h3 {
    font-size: 20px;
  }

  .ny_contact .lxfs .left p {
    font-size: 16px;
  }

  .ny_contact .lxfs .left p i {
    font-size: 18px;
    margin-right: 8px;
  }

  .ny_contact .lxfs .left .t_b a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .ny_contact .l_y .box {
    width: 100%;
    height: 35px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .ny_contact .l_y input.w_z {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }

  .ny_contact .l_y .wz {
    left: 6px;
  }

  .ny_contact .l_y textarea {
    height: 105px;
    padding: 5px 15px;
  }

  .ny_contact .l_y h3 {
    font-size: 20px;
  }

  .con {
    max-width: 90%;
  }

  .header-top-bar a {
    padding: 0 6px;
  }

  .ny_xyhd h1 {
    font-size: 2rem;
  }

  .ny_xyhd ul li .wz {
    width: 100%;
    padding: 0 0 15px 0px;
  }

  .ny_xyhd ul li .wz h3 {
    font-size: 18px;
  }

  .ny_xyhd ul li .wz .time {
    margin-bottom: 14px;
  }

  .ny_xyhd ul li .tp {
    width: 100%;
  }

  .ny_kc ul li {
    flex-wrap: wrap;
  }

  .ny_kc ul li .tp {
    width: 100%;
  }

  .ny_kc ul li .wenz {
    padding: 15px;
    width: 100%;
  }

  .ny_kc ul li .wenz h3 {
    font-size: 18px;
  }

  .xx_hd ul li h3 {
    font-size: 14px;
  }

  /* .ny_jyjx .line {
    margin: 10px 0;
  } */

  .sy_ys .five-part {
    flex-direction: column;
    padding: 20px;
  }

  .sy_ys .level2-text {
    width: 100%;
  }
}

/*分页样式*/

.xiaocms-page {
text-align: center;
font-size: 14px;
font-family: 'Montserrat';
}

.xiaocms-page a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #333;
  padding: 0 12px;
  margin-left: 1px;
  
}

.xiaocms-page a:hover {
  background: #184c43;
  color: #fff;
  text-decoration: none;
}

.xiaocms-page span {
  display: inline-block;
  height: 30px;
  padding: 0 12px;
  line-height: 30px;
  background: #184c43;
  border: 1px solid #184c43;
  color: #fff;
  text-align: center;
  margin-left: 1px;
  font-family: 'Montserrat';
}
 /* 遮罩层样式 */
 .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);  /* 半透明背景 */
  z-index: 999;
}

/* 弹出框容器 */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  z-index: 1000;
  max-width: 80%;
}

/* 关闭按钮 */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.close-btn:hover {
  background: #bbb;
}

.close-btn::before,
.close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 2px;
  background: #333;
}

.close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* 图片样式 */
.popup-img {
  max-width: 100%;
  max-height: 90vh;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width:600px) {
  .popup{width: 80%;}
}