﻿@charset "utf-8";

html {
  font-size: 62.5%;
}

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

* {
  padding: 0px;
  margin: 0px;
  -moz-box-sizing: border-box;
  /*Firefox3.5+*/
  -webkit-box-sizing: border-box;
  /*Safari3.2+*/
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box;
}

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

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

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

button {
  overflow: visible
}

img {
  border: none;
}

li {
  list-style: none;
}

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

a:hover {
  color: #005caf;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.con {
  margin: 0 8vw;
  padding: 0 2vw;
}

.container {
  margin: 0 8vw;
  padding: 0 2vw;
}

.header {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0 auto;
  width: calc(100% - 3vw);
  background-color: #FFFFFF;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  border-radius: 10rem;
}

.header.on {
  box-shadow: 0 0 10px #aaa;
  background: rgba(255, 255, 255, 0.95)
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px 10px 30px;
  margin: 0 auto
}

.header .logo {
  float: left;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.header .logo img {
  width: auto;
  height: 44px;
  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 .right {
  float: right;
  margin-left: 30px;
}

.header .right .yy {
  display: inline-block;
  padding: 0 10px;
  color: #333;
  position: relative;
  font-size: 14px;
}

.header .right .yy p {
  line-height: 30px;
  text-align: center;
}

.header .right .yy i {
  font-size: 24px;
  vertical-align: middle;
}

.header .right .yy .x_l {
  width: 100px;
  top: 45px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  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: #0072bb;
}

.header .right .lx {
  display: inline-block;
  padding: 0 20px;
  background: #971d3b;
  border-radius: 20px;
  line-height: 40px;
  margin-left: 20px;
}

.header .right .lx a {
  color: #fff;
  font-size: 16px;
}

.header .nav {
  float: left;
}

.header .nav i {
  font-size: 16px;
  color: #222;
  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: 45px;
  float: left;
  position: relative;
  padding: 0 18px;
  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;
  font-weight: bold;
  color: #222;
  text-transform: capitalize
}

.header .nav ul li span {
  width: 0;
  height: 4px;
  background-color: #971d3b;
  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: 240px;
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -100px;
  display: none;
  z-index: 9999;
  padding-top: 10px;
}

/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li .e_j a {
  display: block;
  font-size: 14px;
  background-color: rgba(255, 255, 255, .9);
  color: #222;
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  font-weight: normal;
}

.nav .e_j .ejy {
  position: relative
}

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

.header .nav .e_j a:hover {
  background-color: #971d3b;
  color: #fff;
}

@media (min-width:1024px) {

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

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

  .head_h {
    height: 68px;
    display: none
  }
}

@media (max-width:102px) {
  .header .nav ul li {
    margin: 0 15px;
  }

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

@media (max-width:1200px) {
  .header .nav ul li {
    margin: 0 20px;
  }

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

@media only screen and (max-width:1024px) {
  .head_h {
    height: 60px;
    display: block
  }

  .header {
    border: 0;
    height: 60px;
    width: 100%;
    border-radius: 0;
    top: 0;
  }

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

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

  .header .right {
    margin-left: 0px;
    margin-right: 40px;
    margin-top: 10px;
  }

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

  .header .an span {
    background-color: #999
  }

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

  .header .nav {
    width: 100%;
    padding: 15px 5%;
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 60px;
    right: -100%;
    z-index: 9999;
    overflow: auto;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    margin-top: 0
  }

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

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

  .header .nav i {
    display: block;
  }

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

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

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

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

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

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

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

  .header .nav .e_j a {
    border-top: 0;
    font-size: 16px;
    color: #333;
    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: 16px;
    color: #222;
  }

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

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


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

.gallery-top .swiper-slide {
  width: 100%;
  height: 100vh;
}

.gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-top .mb1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gallery-top .mb1 h1 {
  font-size: 46px;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  -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, 200px, 0);
  -ms-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
}

.gallery-top .mb1 h4 {
  font-size: 30px;
  color: #fff;
  text-align: left;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -webkit-transform: translate3d(0, 200px, 0);
  -ms-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
}

.gallery-top .swiper-slide-active h1 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

.gallery-top .swiper-slide-active h4 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}


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

.gallery-top .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  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: #971d3b
}


.pc_ban {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.pc_ban .swiper-slide {
  height: 100vh;
}

.pc_ban .mb {
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center
}

.pc_ban .mb h1 {
  font-size: 46px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 18%;
}

.pc_ban a h4 {
  font-size: 16px;
  color: #eee;
  text-align: center;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -webkit-transform: translate3d(0, 300px, 0);
  -ms-transform: translate3d(0, 300px, 0);
  transform: translate3d(0, 300px, 0);
}

.pc_ban .swiper-slide-active h1 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

.pc_ban .swiper-slide-active h4 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

.pc_ban .swiper-button-prev {
  background: url(../images/banner-l.png) no-repeat;
  width: 30px;
  height: 50px;
  margin-top: 0;
  left: 1%;
  background-size: 30px 50px;
  -webkit-background-size: 30px 50px;
  -moz-background-size: 30px 50px;
  -ms-background-size: 30px 50px;
  -o-background-size: 30px 50px;
}

.pc_ban .swiper-button-next {
  background: url(../images/banner-r.png) no-repeat;
  width: 30px;
  height: 50px;
  margin-top: 0;
  right: 1%;
  background-size: 30px 50px;
  -webkit-background-size: 30px 50px;
  -moz-background-size: 30px 50px;
  -ms-background-size: 30px 50px;
  -o-background-size: 30px 50px;
}

.sy_about {
  padding: 60px 0;
  overflow: hidden
}

.tit {
  margin-bottom: 50px;
  text-align: center
}

.tit h1 {
  font-size: 52px;
  font-weight: bold;
  color: #222;
  margin-bottom: 15px;
  position: relative
}

.tit h1::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 60px;
  margin-left: -30px;
  height: 0;
  border: 1px solid #971d3b;
}

.tit h3 {
  font-size: 20px;
  color: #666;
  margin-top: 25px;
}

.part1 {
  padding: 60px 0;
}

.xx21 li {
  float: left;
  margin: 0 15px;
  width: calc(20% - 30px);
  border-radius: 15px;
  overflow: hidden;
}

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

.xx21 li p {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #333
}

.content {
  overflow: hidden;
}

.sy_sp {
  padding-bottom: 60px;
  width: 960px;
  margin: 0 auto;
}
.sy_sp video{width: 100%;}
.in_about {
  padding: 100px 0;
  background: url(../images/bg_top_about.png) center / cover no-repeat;
  overflow: hidden;
  position: relative;
}

.in_about .con {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  padding: 200px 2vw 180px;
  overflow: hidden;
}

.in_about .con .w_z {
  width: 45%;
  float: left;
  font-size: 20px;
  color: #222;
  line-height: 1.8;
}

.in_about .con .w_z .more {
  line-height: 60px;
  border-radius: 6px;
  background: #971d3b;
  padding: 0 25px;
  width: 400px;
  margin-top: 40px;
  border: #971d3b 1px solid;
}

.in_about .con .w_z .more a {
  font-size: 18px;
  color: #fff;
}

.in_about .con .w_z .more:hover a {
  color: #971d3b;
}

.in_about .con .w_z .more:hover {
  background: #fff;
}

.in_about .con .w_z .more span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  color: #971d3b;
  display: inline-block;
  float: right;
  margin-top: 18px;
}

.in_about .con .w_z .more:hover span {
  background: #971d3b;
  color: #fff;
}

.d_bt {
  padding: 15px 3vw 15px 10vw;
  background: #971d3b;
  position: absolute;
  left: 0;
  top: 160px;
  z-index: 9;
}

.d_bt h1 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  line-height: 70px;
}

.d_bt h1 span {
  font-size: 20px;
  margin-left: 10px;
}

.in_about img {
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.in_ys {
  padding: 80px 0;
  overflow: hidden;
  background: url(../images/ysbj.jpg) center / cover no-repeat;
}

.in_ys ul {
  background-color: #fef4f6;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.in_ys ul li {
  width: 30%;
  padding: 30px;
  text-align: center;
}

.in_ys ul li img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

.in_ys ul li h3 {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  margin-bottom: 15px;
  margin-top: 20px;
}

.in_ys ul li p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.sy_jjfa {
  padding: 60px 0;
  overflow: hidden;
}

.sy_jjfa ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.sy_jjfa ul li {
  width: 23%;
  transition: all .2s ease-in-out;
  background: #f7f7f7;
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.sy_jjfa ul li:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, .12), 0 12px 12px rgba(0, 0, 0, .12);
  transition: all .2s ease-in-out;
  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_jjfa ul li .tp {
  overflow: hidden;
}

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

.sy_jjfa ul li .wenz {
  padding: 20px 15px;
  box-sizing: border-box;
}

.sy_jjfa ul li .wenz h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  margin-bottom: 15px;
}

.sy_jjfa ul li .wenz p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 8px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sy_jjfa ul li .wenz .more {
  margin-top: 20px;
  width: 130px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #971d3b;
  color: #fff;
  border-radius: 6px;
}

.in_hd {
  padding: 100px 0;
  background: url(../images/bg_top_about.png) center / cover no-repeat;
  overflow: hidden;
  position: relative;
}

.in_hd .con {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  padding: 200px 2vw 0;
  overflow: hidden;
}

.in_hd .left {
  width: 40%;
  float: left
}

.in_hd .left ul li {
  padding: 12px;
  line-height: 32px;
  border-bottom: #ccc 1px solid;
}

.in_hd .left ul li a {
  font-size: 18px;
  color: #971d3b;
  font-weight: bold;
}

.in_hd .left ul li i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  background: #971d3b;
  float: right;
  text-align: center;
  color: #fff;
}

.in_hd .left ul li:hover a {
  opacity: 0.8;
}

.in_hd .left ul li:hover {
  border-bottom: #971d3b 1px solid;
}

.in_hd .left .more {
  line-height: 60px;
  border-radius: 6px;
  background: #971d3b;
  padding: 0 25px;
  width: 100%;
  margin-top: 40px;
  border: #971d3b 1px solid;
}

.in_hd .left .more a {
  font-size: 18px;
  color: #fff;
}

.in_hd .left .more:hover a {
  color: #971d3b;
}

.in_hd .left .more:hover {
  background: #fff;
}

.in_hd .left .more span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  color: #971d3b;
  display: inline-block;
  float: right;
  margin-top: 18px;
}

.in_hd .left .more:hover span {
  background: #971d3b;
  color: #fff;
}

.in_hd .right {
  width: 50%;
  float: right;
  margin-top: -150px;
  overflow: hidden;
  height: 680px;
}

.in_hd .right .box {
  width: 100%;
  float: left;
  margin: 0 1%;
  
}

.picMarquee-top {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.picMarquee-top .bd {
  padding: 10px;
}

.picMarquee-top .bd ul {
  overflow: hidden;
  /* zoom: 1; */
  clear: both;
}
.picMarquee-top .bd .tempWrap{height: 100vh;overflow: hidden;}
.picMarquee-top .bd ul li {
  /* zoom: 1;
  height: auto!important; */
  margin-bottom: 25px;
  width: 48%;
  float: left;
}
.picMarquee-top .bd ul li:nth-child(2n){
float: right;
}
.picMarquee-top .bd ul li .pic {
  text-align: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.picMarquee-top .bd ul li .pic img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.picMarquee-top .bd ul li .title {
  background: rgba(255, 255, 255, 0.85);
  padding: 15px;
  font-size: 16px;
  color: #222;
  line-height: 1.4;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-sizing: border-box;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  z-index: 5;
}

.picMarquee-top .bd ul li .title a {
  color: #1d1d1f;
}

.picMarquee-top .bd ul li:hover .title {
  opacity: 1;
}

.picMarquee-top .bd ul li .w_z {
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  align-items: center;
  margin-top: 15px;
}

.picMarquee-top .bd ul li .w_z h3 {
  font-size: 14px;
  font-weight: 600;
  color: #323233;
}

.picMarquee-top .bd ul li .w_z p {
  font-size: 12px;
  margin-top: 4px;
  line-height: 16px;
}

.picMarquee-top2 {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.picMarquee-top2 .bd {
  padding: 10px;
}

.picMarquee-top2 .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picMarquee-top2 .bd ul li {
  zoom: 1;
  height: auto;
  margin-bottom: 25px;
}

.picMarquee-top2 .bd ul li .pic {
  text-align: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.picMarquee-top2 .bd ul li .pic img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.picMarquee-top2 .bd ul li .title {
  background: rgba(255, 255, 255, 0.65);
  padding: 15px;
  font-size: 16px;
  color: #222;
  line-height: 1.4;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-sizing: border-box;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  z-index: 5;
}

.picMarquee-top2 .bd ul li .title a {
  color: #1d1d1f;
}

.picMarquee-top2 .bd ul li:hover .title {
  opacity: 1;
}

.picMarquee-top2 .bd ul li .w_z {
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 15px;
}

.picMarquee-top2 .bd ul li .w_z h3 {
  font-size: 14px;
  font-weight: 600;
  color: #323233;
}

.picMarquee-top2 .bd ul li .w_z p {
  font-size: 12px;
  margin-top: 4px;
  line-height: 16px;
}

.in_xw {
  padding: 80px 0;
  position: relative;
}

.in_xw .d_bt {
  top: 80px;
}

.in_xw .list {
  width: 989px;
  float: right;
  max-width: 70%;
}

.in_xw .list ul li {
  padding: 20px 0;
  font-size: 16px;
  color: #222;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.in_xw .list ul li .time {
  margin-right: 20px;
}

.in_xw .list ul li .lb {
  display: inline-block;
  background: #971d3b;
  padding: 4px 8px;
  color: #fff;
  font-size: 14px;
}

.in_xw .list ul li a {
  margin-left: 30px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.in_xw .list ul li i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  background: #971d3b;
  float: right;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 30px;
}

.in_xw .po {
  position: relative;
  height: 50px;
}

.in_xw .biji-oth {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 20px auto 0;
  color: #222;
  font-size: 16px;
}

.in_xw .biji-oth button {
  overflow: visible;
  line-height: 50px;
  font-size: 16px;
  color: #222;
  width: 180px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -90px;
  background: url(../images/xjt.png) 150px center / 18px no-repeat;
}

.in_xw .biji-oth button.n {
  left: 50%;
  margin-left: -90px;
  background: url(../images/sjt.png) 150px center / 18px no-repeat;
}

.in_hz {
  padding: 260px 0 80px;
  background-color: #F4F4F4;
  position: relative;
}

.in_hz .d_bt {
  top: 80px;
}

.in_hz .con {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
}

.in_hz ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.in_hz li {
  width: 20%;
  padding: 10px 50px;
  text-align: center;
  margin-bottom: 20px;
}

.in_hz li img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}





/* start footer */
.footer_bg {
  background: #fff;
  width: 100%;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.footer {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}

.footer .logo {}

.footer .logo img {
  height: 90px
}

.footer .right {}

.footer .right li {
  padding-left: 60px;
  float: left;
}

.footer .right li .bt {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer .right li .bt a {
  color: #222;
}

.footer .right li .e_j {
  line-height: 40px;
  font-size: 16px;
}

.footer .right li .e_j a {
  display: block;
  color: #333;
}

.footer .right li .e_j a:hover {
  color: #971d3b;
}

.footer .right li .dz {
  line-height: 40px;
  font-size: 16px;
  color: #333;
}

.copy {
  padding-top: 20px;
  border-top: #ccc 1px solid;
  font-size: 16px;
  color: #333;
  position: relative;
  z-index: 3;
}

.footer_bg .zi {
  position: absolute;
  width: 100%;
  font-size: 200px;
  left: 0;
  bottom: -60px;
  display: flex;
  justify-content: space-around;
  color: #fddde5;
  text-transform: uppercase;
  font-weight: bolder;
  opacity: 0.5;
  text-align: center;
  z-index: 1
}

.nban {
  height: 37.6vh;
  position: relative;
  display: flex;
  align-items: stretch;
}

.nban .w_z {
  width: 40%;
  background: #971d3b;
  display: flex;
  align-items: flex-end;
}

.nban .w_z .zi {
  padding: 15px 3vw 35px 10vw;
}

.nban .w_z h1 {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.nban .w_z h3 {
  font-size: 20px;
  color: #fff;
}

.nban .t_p {
  width: 60%;
}

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

.wzxx {
  line-height: 60px;
  border-bottom: #ccc 1px solid;
}

.wzxx a {
  color: #333;
  font-size: 16px;
}


.nfwbox {
  padding: 50px 0;
  position: relative;
}

.nfwbox .right {
  width: calc(100% - 380px);
  float: right;
}

.ntit {
  width: 320px;
  position: sticky;
  left: 0;
  top: 90px;
  float: left;
  background: #971d3b;
}

.ntit ul li {
  margin: 0 10px;
  padding: 20px 20px;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}

.ntit ul li a {
  line-height: 35px;
  font-size: 20px;
  color: #fff;
  display: block;
  opacity: 0.85;
}

.ntit ul li a:hover {
  opacity: 1
}

.ntit ul li a.on {
  opacity: 1;
  font-weight: bold;
}


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

.nfwbox .b_t {
  padding: 15px 0;
  border-bottom: #eee 1px solid;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #222;
  clear: both;
}

.nfwbox .xz {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}

.nfwbox .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.ny_ccfw .w_z {
  width: 55%;
  padding: 20px 30px;
}

.ny_ccfw .w_z .xb_t {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  line-height: 1.8;
  padding-bottom: 15px;
}

.ny_ccfw .w_z .xb_t span {
  width: 27px;
  height: 27px;
  line-height: 27px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  background: #971d3b;
  border-radius: 14px;
  color: #fff;
}

.ny_ccfw .w_z .xb_t span i {}

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

.ny_ccfw .w_z.w2 {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0;
}

.ny_ccfw .w_z.w2 em {
  color: #971d3b;
  display: block;
}

.ny_ccfw .w_z li {
  width: 31.3333%;
  margin: 1% 1% 25px;
  float: left;
}

.ny_ccfw .t_p {
  width: 40%;
  border-radius: 20px;
  overflow: hidden;
}

.ny_ccfw .t_p img {
  width: 100%;
  display: block;
}

.ny_ccys {
  padding: 30px 0;
  border-top: #eee 1px solid;
  border-bottom: #eee 1px solid;
}

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

.ny_ccys ul li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 25px;
  align-items: center;
  background-color: rgb(248, 249, 250);
  width: 48%;
  padding: 35px;
  box-sizing: border-box;
}

.ny_ccys ul li .t_p {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #971d3b;
  text-align: center;
  line-height: 50px;
  color: #FFF;
}

.ny_ccys ul li .t_p i {
  font-size: 30px;
}

.ny_ccys ul li .w_z {
  width: calc(100% - 70px);
}

.ny_ccys ul li .w_z h3 {
  font-size: 20px;
  color: #222;
  margin-bottom: 15px;
}

.ny_ccys ul li .w_z p {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
}

.ny_cc2 {
  padding: 80px 0;
  background: url(../images/bg_top_about.png) center / cover no-repeat;
  overflow: hidden;
  position: relative;
}

.ny_cc2 .d_bt {
  top: 140px;
}

.ny_cc2 .con {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  padding: 200px 2vw 80px;
  overflow: hidden;
}

.qylc {}

.qylc ul li {
  width: 20%;
  float: left;
  text-align: center
}

.qylc ul li img {
  width: 70px;
  margin: 0 auto;
}

.qylc ul li h3 {
  font-size: 18px;
  color: #000;
  margin: 15px 0;
  font-weight: bold;
}

.qylc ul li p {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 10px;
  padding: 0 20px;
  height: 101px
}

.qylc ul li .bd {
  height: 26px;
  background: url(../images/AD0Ipb_BBhAEGAAgoMH3wwUoy9TasQEwrQk4Gg.png) center center no-repeat
}

.qylc ul li span {
  font-size: 30px;
  color: #971d3b
}

.ny_cc3 {
  padding: 30px 0 60px;
  overflow: hidden;
}

.ny_cc3 ul {
  background-color: #fef4f6;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ny_cc3 ul li {
  width: 32%;
  padding: 20px;
  text-align: center;
}

.ny_cc3 ul li img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

.ny_cc3 ul li h3 {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  margin-bottom: 15px;
  margin-top: 20px;
}

.ny_cc3 ul li p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  text-align: left;
}

.ny_fl1 {
  padding: 0 0 60px;
}

.ny_fl1 ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.ny_fl1 li {
  width: 32%;
}

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

.ny_fl1 li h3 {
  text-align: center;
  margin: 15px 0;
  font-size: 16px;
  color: #222;
}

.ny_ccys {
  padding: 30px 0;
  border-top: #eee 1px solid;
  border-bottom: #eee 1px solid;
}

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

.ny_ccys ul li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 25px;
  align-items: center;
  background-color: rgb(248, 249, 250);
  width: 49%;
  padding: 25px;
  box-sizing: border-box;
}

.ny_ccys ul li .t_p {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #971d3b;
  text-align: center;
  line-height: 60px;
  color: #FFF;
}

.ny_ccys ul li .t_p i {
  font-size: 30px;
}

.ny_ccys ul li .w_z {
  width: calc(100% - 80px);
}

.ny_ccys ul li .w_z h3 {
  font-size: 20px;
  color: #971d3b;
  margin-bottom: 15px;
  font-weight: bold;
}

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


.sy_td {}

.sy_td ul li {
  width: 32%;
  float: left;
  margin: 0 2% 35px 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 30px 30px;
  border-radius: 10px;
  box-sizing: border-box;
}

.sy_td ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sy_td ul li .tu {
  margin: 30px auto 20px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 70px;
  border-radius: 40px;
  overflow: hidden;
  background: #971d3b;
}

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

.sy_td ul li .tu img {
  width: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sy_td ul li:hover .tu img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.sy_td ul li h3 {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333
}

.sy_td ul li p {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 101px;
}


.ny_ds3 {
  padding: 50px 0;
}

.ny_ds3 li {
  padding-bottom: 20px;
  border-bottom: #ccc 1px solid;
  padding-top: 20px;
  overflow: hidden;
}

.ny_ds3 li .t_p {
  width: 273px;
  float: left;
}

.ny_ds3 li .t_p img {
  width: 100%;
}

.ny_ds3 li .w_z {
  width: calc(100% - 310px);
  float: right;
}

.ny_ds3 li .w_z h3 {
  font-size: 20px;
  color: #971d3b;
  margin-bottom: 20px;
  font-weight: bold;
}

.ny_ds3 li .w_z p {
  font-size: 16px;
  color: #222;
  line-height: 32px;
}



.ny_xw {
  padding: 50px 0
}

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

.Activsbf1_lb dl {
  width: 100%;
  background: #f6f6f6;
  padding: 10px;
  margin: 0 0 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.Activsbf1_lb dt {
  width: 28%;
  float: left;
  overflow: hidden;
}

.Activsbf1_lb dt a {}

.Activsbf1_lb dt img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Activsbf1_lb dd {
  width: 68%;
  float: right;
  margin-top: 15px;
  margin-right: 0.5%
}

.Activsbf1_lb dd .newNrtit {
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.Activsbf1_lb dd .newNrtit a {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.Activsbf1_lb dd .newNrjs {
  width: 100%;
  margin-top: 10px;
  line-height: 1.8;
  color: #666;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 60px;
}

.Activsbf1_lb dd .Acdltj_time {
  width: 100%;
  margin: 15px 0 0;
  color: #999;
  font-size: 14px;
}

.Activsbf1_lb dd .more1 a {
  width: 150px;
  line-height: 42px;
  background: #971d3b;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  border-radius: 25px;
}

.Activsbf1_lb dd:hover .more1 a {
  background: #c01014;
  color: #fff
}

.Activsbf1_lb dl:hover dd .newNrtit a {
  color: #971d3b;
}


.Activsbf1_lb dl:hover dt img {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: transform 1s ease 0s;
  -webkit-transform-origin: center;
  transform-origin: center;
}


.ny_contact {
  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: #971d3b;
  position: absolute;
}

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

.ny_contact .lxfs .left p i {
  font-size: 20px;
  margin-right: 16px;
  color: #971d3b
}

.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: #971d3b;
  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: #971d3b;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  border-radius: 4px;
}

.ny_contact .l_y textarea {
  width: 100%;
  height: 120px;
  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%
}

.ny_jj {}

.ny_jj .con {
  max-width: 1200px;
  margin: 0 auto
}

.ny_jj .container {
  max-width: 1200px;
  margin: 0 auto
}

.ny_gy {
  padding: 50px 0;
  border-bottom: #ccc 1px solid;
}

.ny_jj .b_t {
  padding: 15px 0;
  border-bottom: #eee 1px solid;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #222;
  clear: both;
}

.ny_gy .text {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 25px;
}

.nylc {
  padding: 50px 0;
  overflow: hidden;
}

.nylc li {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  line-height: 1.6;
  font-size: 16px;
  color: #222;
  margin-bottom: 20px;
}

.nylc li span {
  width: 132px;
  color: #666;
}

.nylc li p {
  width: calc(100% - 140px);
}

.ny_zcjy {
  padding: 50px 0;
}

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

.ny_zcjy .con .left {
  width: calc(100% - 350px);
}

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

.ny_zcjy .t_p {
  width: 300px;
}

.ny_zcjy .t_p img {
  width: 100%;
}

.ny_zcjy .t_p h3 {
  font-size: 20px;
  color: #222;
  font-weight: bold;
  margin: 15px 0;
}



.list-unstyled h3 {
  font-size: 20px;
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.list-unstyled p {
  color: #fff;
  line-height: 1.8;
  padding: 10px 20px;
  font-size: 15px;
}

.carousel-indicators li {
  width: 50px;
  height: 4px;
  border-radius: 1px;
  padding: 10px 3px;
  box-sizing: content-box;
  background-clip: padding-box;
}

.carousel-indicators .active {
  width: 50px;
  height: 4px;
  position: relative;
  top: -1px;
}

.second li {
  height: 280px;
  text-align: center;
  background: rgba(0, 0, 0, 0.35);
  width: 31.3333%;
  float: left;
  margin: 10px 1% 30px;
  padding-top: 40px;
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  font-size: 14px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.second li.l1 {
  background: url(../images/bg_culture3.jpg) left center / cover no-repeat;
  transition: all 3s;
  -wbkit-transition: all 3s;
  -o-transition: all 3s;
  -moz-transition: all 3s;
}

.second li:hover.l1 {
  background: url(../images/bg_culture3.jpg) right center / cover no-repeat;
  transition: all 3s;
  -wbkit-transition: all 3s;
  -o-transition: all 3s;
  -moz-transition: all 3s;
}

.second li.l2 {
  background: url(../images/bg_culture1.jpg) left center / cover no-repeat;
  transition: all 3s;
  -wbkit-transition: all 3s;
  -o-transition: all 3s;
  -moz-transition: all 3s;
}

.second li:hover.l2 {
  background: url(../images/bg_culture1.jpg) right center / cover no-repeat;
  transition: all 3s;
  -wbkit-transition: all 3s;
  -o-transition: all 3s;
  -moz-transition: all 3s;
}

.second li.l3 {
  background: url(../images/bg_culture2.jpg) left center / cover no-repeat;
  transition: all 3s;
  -wbkit-transition: all 3s;
  -o-transition: all 3s;
  -moz-transition: all 3s;
}

.second li:hover.l3 {
  background: url(../images/bg_culture2.jpg) right center / cover no-repeat;
  transition: all 3s;
  -wbkit-transition: all 3s;
  -o-transition: all 3s;
  -moz-transition: all 3s;
}


.second li .mb {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  left: 0;
  top: 0;
}

.second li:hover .mb {
  background: rgba(151, 29, 59, 0.65);
}

.second li:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
  transform: translateY(-5px);
  -wbkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  background: rgba(151, 29, 59, 0.65);
  transition: all 0.3s;
  -wbkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.second {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
  padding-bottom: 50px;
}

.second li .tb {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  width: 60px;
  height: 60px;
  margin: 60px auto 35px
}

.second li .tb.t1 {
  background: url(../images/ys01.png) center top / 60px no-repeat;
}

.second li:hover .tb.t1 {
  background: url(../images/ys01.png) center bottom / 60px no-repeat;
}

.second li .tb.t2 {
  background: url(../images/ys02.png) center top / 60px no-repeat;
}

.second li:hover .tb.t2 {
  background: url(../images/ys02.png) center bottom / 60px no-repeat;
}

.second li .tb.t3 {
  background: url(../images/ys03.png) center top / 60px no-repeat;
}

.second li:hover .tb.t3 {
  background: url(../images/ys03.png) center bottom / 60px no-repeat;
}



















@media only screen and (max-width:1440px) {
  .con {
    margin: 0 3vw;
    padding: 0 1.5vw;
  }

  .d_bt {
    padding: 15px 3vw 15px 4.5vw;
  }

  .in_xw .list {
    width: 780px;
  }

}

@media only screen and (max-width:1366px) {
  .d_bt h1 {
    font-size: 40px;
    line-height: 60px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .footer .right li .e_j {
    line-height: 35px;
    font-size: 14px;
  }

  .footer .right li .bt {
    font-size: 16px;
  }

  .tit h1 {
    font-size: 42px;
  }

  .in_about .con {
    padding: 200px 2vw 120px;
  }

  .in_hz {
    padding: 220px 0 80px;
  }

}


@media only screen and (max-width:1100px) {
  .gallery-top .swiper-slide {
    width: 100%;
    height: 20rem;
  }

  .gallery-top .mb1 h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .gallery-top .mb1 h4 {
    font-size: 20px;
  }

  .gallery-top .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

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

  .part1 {
    padding: 40px 0;
  }

  .tit h1 {
    font-size: 32px;
  }

  .tit h3 {
    font-size: 16px;
    margin-top: 20px;
  }

  .tit {
    margin-bottom: 30px;
  }

  .xx21 li {
    margin: 0 10px;
    width: calc(33.3333% - 20px);
    border-radius: 15px;
  }

  .sy_sp {
    padding-bottom: 40px;
    width: 90%;
  }

  .in_about .con .w_z {
    font-size: 16px;
  }

  .in_about .con .w_z .more {
    width: 300px;
  }

  .sy_jjfa {
    padding: 40px 0;
  }

  .sy_jjfa ul li {
    width: 48%;
    margin-bottom: 20px;
  }

  .sy_jjfa ul {
    flex-wrap: wrap;
  }

  .in_hd {
    padding: 50px 0;
  }

  .d_bt {
    top: 90px;
  }

  .d_bt h1 {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .picMarquee-top .bd ul li .w_z {
    padding: 12px;
    margin-top: 10px;
  }

  .picMarquee-top2 .bd ul li .w_z {
    padding: 12px;
    margin-top: 10px;
  }

  .picMarquee-top2 .bd ul li .pic img {
    height: 120px;
  }

  .picMarquee-top .bd ul li .pic img {
    height: 120px;
  }

  .in_hd .con {
    padding: 140px 2vw 0;
  }

  .d_bt h1 span {
    font-size: 16px;
  }

  .in_xw .list ul li a {
    margin-left: 10px;
  }

  .in_xw {
    padding: 50px 0;
  }

  .in_xw .list {
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
  }

  .in_xw .d_bt {
    top: 80px;
    position: static;
    display: inline-block
  }

  .in_hz {
    padding: 140px 0 40px;
  }

  .in_hz .d_bt {
    top: 40px;
  }

  .in_hz .con {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .in_hz li {
    width: 33.3333%;
    padding: 10px 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer .logo img {
    height: 40px;
  }

  .footer .right li {
    padding-left: 30px;
  }

  .footer_bg {
    padding: 40px 0 30px;
  }

  .nban {
    height: 25vh;
  }

  .nban .w_z .zi {
    padding: 15px 2vw 20px 5vw;
  }

  .nban .w_z h1 {
    font-size: 30px;
  }

  .wzxx {
    line-height: 40px;
    margin-bottom: 20px;
  }

  .ny_gy {
    padding: 30px 0;
  }

  .ny_jj .b_t {
    padding: 12px 0;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .ny_gy .text {
    margin-bottom: 5px;
  }

  .nylc {
    padding: 30px 0;
  }

  .ny_zcjy {
    padding: 30px 0;
    border-top: #eee 1px solid;
  }

  .ny_zcjy .con {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .ny_zcjy .con .left {
    width: 100%;
  }

  .ny_jj .con {
    margin: 0 3vw;
  }

  .ny_zcjy .t_p {
    margin-top: 20px;
  }

  .ny_contact {
    padding: 30px 0;
  }

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

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

  .ny_contact .lxfs .left h3 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-left: 15px;
  }

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

  .ny_contact .lxfs .ewm {
    margin-top: 20px;
  }

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

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

  .ny_contact .l_y .box {
    margin-bottom: 10px;
  }

  .ny_contact .l_y textarea {
    height: 120px;
  }

  .Activsbf1_lb dt {
    width: 40%;
  }

  .Activsbf1_lb dd {
    width: 57%;
    margin-top: 0;
    padding: 15px 15px 15px 0;
  }

  .Activsbf1_lb dd .newNrjs {
    font-size: 16px;
    -webkit-line-clamp: 2;
    min-height: 40px;
  }

  .ny_xw {
    padding: 30px 0;
  }

  .ntit {
    width: 100%;
    position: sticky;
    top: 60px;
    padding-top: 3px;
  }

  .ntit ul li {
    float: left;
    width: 48%;
    margin: 1%;
    text-align: center;
    padding: 0;
  }

  .ntit ul li a {
    line-height: 30px;
    font-size: 16px;
  }

  .nfwbox .right {
    width: 100%;
    padding-top: 20px;
  }

  .nfwbox .b_t {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .nfwbox .box {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .ny_ccfw .t_p {
    width: 100%;
  }

  .ny_ccfw .w_z {
    width: 100%;
    padding: 15px 20px;
  }

  .nfwbox .box:nth-child(2n) {
    flex-direction: column-reverse
  }

  .ny_ccfw .w_z li {
    width: 48%;
    margin: 1% 1% 20px;
  }

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

  .ny_cc3 {
    padding: 30px 0 40px;
  }

  .ny_cc2 {
    padding: 40px 0;
  }

  .ny_cc2 .d_bt {
    top: 70px;
  }

  .ny_cc2 .con {
    padding: 130px 2vw 40px;
  }

  .qylc ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .ny_ccys ul li {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }










}





@media only screen and (max-width:600px) {
  .header .right .lx {
    display: none
  }

  .header .right {
    margin-top: 20px;
  }

  .tit {
    margin-bottom: 30px;
  }

  .tit h1 {
    font-size: 2.2rem;
  }

  .gallery-top .mb1 h1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .gallery-top .mb1 h4 {
    font-size: 18px;
  }

  .xx21 li {
    margin: 0 5px;
    width: calc(50% - 10px);
  }

  .in_about {
    padding: 10px 0 20px;
  }

  .in_about img {
    width: 100%;
    height: 100%;
    position: static;
  }

  .in_about .d_bt {
    top: 0px;
  }

  .in_about .con {
    padding: 100px 2vw 40px;
  }

  .in_about .con .w_z {
    width: 100%;
  }

  .in_about .con .w_z .more {
    width: 220px;
    line-height: 40px;
  }

  .in_about .con .w_z .more a {
    font-size: 16px;
  }

  .in_about .con .w_z .more span {
    margin-top: 8px;
  }

  .d_bt h1 {
    font-size: 2.5rem;
  }

  .d_bt h1 span {
    margin-left: 0;
    display: block;
  }

  .d_bt {
    padding: 12px 3rem 12px 4.5vw;
  }

  .in_ys {
    padding: 40px 0;
  }

  .in_ys ul li {
    width: 100%;
    padding: 20px;
  }

  .sy_jjfa ul li {
    width: 100%;
  }

  .in_hd {
    padding: 10px 0 50;
  }

  .d_bt {
    top: 40px;
  }

  .in_hd .left {
    width: 100%;
    float: none;
  }

  .in_hd .con {
    padding: 90px 2vw 0;
  }

  .in_hd .right {
    width: 100%;
    float: right;
    margin-top: 20px;
    height: 40rem;
  }

  .in_hd .left .more a {
    font-size: 16px;
  }

  .in_hd .left .more {
    line-height: 40px;
    margin-top: 25px;
  }

  .in_hd .left .more span {
    margin-top: 8px;
  }

  .picMarquee-top2 .bd {
    padding: 10px 0;
  }

  .picMarquee-top .bd {
    padding: 10px 0;
  }

  .picMarquee-top .bd ul li .w_z {
    padding: 8px;
  }

  .picMarquee-top2 .bd ul li .pic img {
    height: 12rem;
  }

  .picMarquee-top .bd ul li .pic img {
    height: 12rem;
  }

  .picMarquee-top2 .bd ul li .w_z {
    padding: 8px;
  }

  .in_xw {
    padding: 30px 0;
  }

  .in_xw .list ul li .time {
    margin-right: 10px;
    font-size: 14px;
  }

  .in_xw .list ul li {
    padding: 15px 0;
    flex-wrap: wrap;
    align-items: center;
  }

  .in_xw .list ul li a {
    margin-left: 0px;
    margin-top: 10px;
    display: block;
    width: calc(100% - 30px)
  }

  .in_xw .list ul li i {
    position: static;
    margin-left: 6px;
    margin-top: 10px
  }

  .in_hz li {
    width: 50%;
  }

  .footer .right {
    width: 100%;
  }

  .footer {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .footer .right li .e_j {
    display: none;
  }

  .footer .right li {
    padding-left: 0px;
    width: 100%;
    margin: 10px 0 10px;
  }

  .footer .right li .bt {
    margin-bottom: 0
  }

  .footer .logo {
    margin: 0 auto 10px;
  }

  .footer .right li .dz {
    line-height: 30px;
    margin-top: 15px;
  }

  .footer_bg .zi {
    font-size: 70px;
    bottom: -20px;
  }

  .nban .w_z h1 {
    font-size: 1.8rem;
  }

  .ny_jj .b_t {
    padding: 10px 0;
    font-size: 2rem;
  }

  .nban .w_z {
    width: 45%;
  }

  .nban .t_p {
    width: 55%;
  }

  .nban {
    height: 18vh;
  }

  .nylc li span {
    width: 80px;
    font-size: 14px;
  }

  .nylc li p {
    width: calc(100% - 100px);
  }

  .nylc li {
    margin-bottom: 15px;
  }

  .second li {
    height: 20rem;
    width: 100%;
    float: left;
    margin: 0px 0 20px;
    padding-top: 20px;
  }

  .second li .tb {
    margin: 30px auto 25px;
  }

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

  .ny_contact .l_y h3 {
    font-size: 2rem;
    margin-bottom: 25px;
  }

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

  .Activsbf1_lb dt {
    width: 100%;
  }

  .Activsbf1_lb dl {
    width: 100%;
    padding: 0px;
    margin: 0 0 20px;
    flex-wrap: wrap;
  }

  .Activsbf1_lb dd {
    width: 100%;
    padding: 15px 15px;
  }

  .wzxx a {
    font-size: 14px;
  }

  .ntit ul li a {
    line-height: 24px;
    font-size: 1.2rem;
  }

  .nfwbox .b_t {
    font-size: 1.8rem;
  }

  .ny_ccfw .w_z .xb_t {
    font-size: 16px;
  }

  .ny_ccfw .w_z .xb_t span {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .ny_ccfw .w_z {
    padding: 15px 12px;
  }

  .ny_ccfw .w_z li {
    width: 100%;
    margin: 1% 0 20px;
  }

  .ny_ccfw {
    padding: 0px;
  }

  .ny_cc3 ul li {
    width: 100%;
    padding: 20px;
  }

  .ny_cc2 .d_bt {
    top: 40px;
  }

  .qylc ul li {
    width: 100%;
  }

  .qylc ul li p {
    padding: 0 15px;
    height: auto;
  }

  .ny_cc2 .con {
    padding: 130px 2vw 0px;
  }

  .ny_fl1 ul {
    flex-wrap: wrap
  }

  .ny_fl1 li {
    width: 100%;
  }

  .ny_fl1 {
    padding: 0 0 30px;
  }

  .ny_ccys ul li .w_z {
    width: 100%;
  }

  .ny_ccys ul li {
    flex-direction: column;
  }

  .ny_ccys ul li .w_z h3 {
    font-size: 16px;
    margin-top: 20px;
  }

  .sy_td ul li {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 20px 20px;
  }

  .ny_ds3 {
    padding: 30px 0;
  }

  .ny_ds3 li {
    padding-bottom: 20px;
    padding-top: 10px;
  }

  .ny_ds3 li .t_p {
    margin: 0 auto;
    float: none;
  }

  .ny_ds3 li .w_z {
    width: 100%;
    margin-top: 15px;
  }

  .ny_ds3 li .w_z h3 {
    text-align: center;
    margin-bottom: 15px;
  }
}

.pageDiv {
  text-align: center;
  margin-bottom: 20px;
}

.pageDiv a,
.pageDiv span {
  display: inline-block;
  line-height: 54px;
  margin: 0 10px;
  color: #333333;
  width: 54px;
  border-radius: 50%;
  box-shadow: 0px 0px 16px rgba(51, 51, 51, .25);
  font-size: 16px;
}

.pageDiv span,
.pageDiv a:hover {
  background: #971d3b;
  color: #fff;
  border-color: #971d3b;
}

.detailP {}

.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: rgb(102, 102, 102);
  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;
}

.detailP .pageNr img,
.detailP .pageNr iframe,
.detailP .pageNr video {
  max-width: 100%;
}

.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: #971d3b;
}

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

  .pageDiv a,
  .pageDiv span {
    width: 40px;
    line-height: 38px;
    margin: 0 5px;
  }

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