﻿@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;
  max-width: 100%;
}

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: 1520px;
  max-width: 94%;
  margin: 0 auto;
}

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

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;
}

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

.header .container {
  position: relative;
}

.header .logo {
  float: left;
  margin: 10px auto;

  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: 70px;
  display: block;
}

.header .logo .img2 {
  display: none
}

.header.on .logo .img1 {
  display: none
}

.header.on .logo .img2 {
  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;
  text-align: left;
  margin-left: 30px;
}

.header .right .ss {
  line-height: 90px;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  color: #fff;
}

.header.on .right .ss {
  color: #333;
}

.header.on .right .ss::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  width: 1px;
  background: #999;
}

.header .right .ss::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  width: 1px;
  background: #fff;
}

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



.header .right .yy i {}

.header .right .yy .e_j {
  width: 100px;
  top: 90px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  background: #fff;
  line-height: 40px;
  display: none
}



.header .right .yy .e_j a {
  color: #333;
  display: block;
  font-size: 14px;
  text-align: center;
}

.header .right .yy .e_j a:hover {
  color: #bc3434;
}

.header .right i {
  font-size: 25px;
}

.header .right .wx {
  line-height: 90px;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  color: #fff;
}

.header .right .wx i {
  font-size: 22px;
}

.header.on .right .wx {
  color: #333;
}

.header .right .wx .w_x {
  width: 120px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 90px;
  display: none;
}

.header .right .wx:hover .w_x {
  display: block;
}

.header .right .wx .w_x img {
  width: 100%;
}

.header .right .wx a:hover {
  color: #bc3434
}





.search {
  width: 100%;
  padding: 30px 5%;
  background-color: #f7f7f7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  box-sizing: border-box;
}

.search .an_sj {
  width: 5%;
  line-height: 52px;
  color: #555;
  float: right;
  text-align: right;
}

.search input.w_z {
  width: 90%;
  height: 52px;
  border-radius: 0;
  font-size: 18px;
  line-height: 52px;
  color: #555;
  float: left;
  -webkit-appearance: none;
}

.search button.s_c {
  width: 5%;
  height: 52px;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
  float: left;
  -webkit-appearance: none;
  font-weight: bold;
}

.search i {
  font-size: 24px;
}



.header .nav {
  float: right;
}

.header .nav i {
  font-size: 12px;
  color: #aaa;
  line-height: 54px;
  text-align: right;
  position: absolute;
  width: 50%;
  height: 54px;
  right: 0px;
  top: 50%;
  display: none;

  transform: translate(0, -50%);

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

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

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

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

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

.header .nav ul li {
  line-height: 90px;
  float: left;
  position: relative;
  padding: 0 30px;

  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: #fff;
  text-transform: capitalize
}

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

.header .nav ul li span {
  width: 0;
  height: 2px;
  background-color: #bc3434;
  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: 170px;
  background-color: rgba(255, 255, 255, .9);
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -85px;
  display: none;
  z-index: 9999;
}

.header.on .nav .e_j {
  box-shadow: 0 2px 2px #aaa;
}

.header .nav ul li .e_j a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center
}

.header .nav .e_j a:hover {
  background-color: #bc3434;
  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: 90px;
    display: none;
  }

}



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

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

  .header {
    border: 0;
    height: 60px;
    background: #fff;
    width: 100%
  }

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

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

  .header.on .logo {
    margin: 5px auto;
  }

  .header .logo .img2 {

    display: block;

  }

  .header .logo .img1 {

    display: none;

  }

  .header .logo img {

    height: 50px;

  }

  .header .right {
    margin-right: 50px;

    margin-left: 0px;

  }

  .header .right .ss {

    line-height: 60px;
    color: #333;

  }

  .header .right .ss::after {

    background: #999;

  }

  .header .right .wx {

    line-height: 60px;
    color: #333;

  }

  .header .right .yy {

    line-height: 60px;
    color: #333;

    padding: 0 8px;

  }

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

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

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

  .header.on .nav {
    width: 100%
  }

  .header .nav {
    width: 100%;
    padding: 15px 5%;
    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;
    font-size: 16px;
    color: #222;
  }

  .header .nav ul li {
    line-height: 60px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    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.3);
    background: none;
    position: relative;
    display: none;
    top: auto;
    left: auto;
    margin: 0;
    padding-bottom: 10px;
  }

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

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

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

  .header .nav .e_j a {
    border-top: 0;
    font-size: 12px;
    color: #aaa;
    line-height: 32px;
  }

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

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

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

  .header.on .nav .e_j {

    box-shadow: 0 0 0 #aaa;

  }



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

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

}





.pc_ban {
  width: 100%;
  position: relative;
}

.pc_ban img {
  width: 100%;
  display: block;
  height: auto;
}

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

.pc_ban .mb {
  width: 80%;
  left: 10%;
  display: block;
  position: absolute;
  top: 35%;
  text-align: left;
  z-index: 999
}

.pc_ban h1 {
  font-size: 56px;
  color: #bc3434;
  text-shadow:

    3px 3px 0 #fff,
    /* 右下 */

    -3px 3px 0 #fff,
    /* 左上 */

    3px -3px 0 #fff,
    /* 左下 */

    -3px -3px 0 #fff;
  /* 右上 */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
  transform: translateY(20px);

  filter: alpha(opacity=0);
  /* IE */

  -moz-opacity: 0;
  /* 老版Mozilla */

  -khtml-opacity: 0;
  /* 老版Safari */

  opacity: 0;
  /* 支持opacity的浏览器*/

  transition: all .2s linear .4s;

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

.pc_ban .swiper-slide.swiper-slide-active h1 {

  transform: translateY(0);

  filter: alpha(opacity=100);
  /* IE */

  -moz-opacity: 1;
  /* 老版Mozilla */

  -khtml-opacity: 1;
  /* 老版Safari */

  opacity: 1;
  /* 支持opacity的浏览器*/



}

.pc_ban h4 {
  font-size: 27px;
  color: #fff;
  transform: translateY(20px);

  filter: alpha(opacity=0);
  /* IE */

  -moz-opacity: 0;
  /* 老版Mozilla */

  -khtml-opacity: 0;
  /* 老版Safari */

  opacity: 0;
  /* 支持opacity的浏览器*/

  transition: all .2s linear .4s;

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

.pc_ban .swiper-slide.swiper-slide-active h4 {

  transform: translateY(0);

  filter: alpha(opacity=100);
  /* IE */

  -moz-opacity: 1;
  /* 老版Mozilla */

  -khtml-opacity: 1;
  /* 老版Safari */

  opacity: 1;
  /* 支持opacity的浏览器*/



}

.pc_ban .more {
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-top: 50px;
  position: relative;
  background: #e03d3d;
  transform: translateY(20px);

  filter: alpha(opacity=0);
  /* IE */

  -moz-opacity: 0;
  /* 老版Mozilla */

  -khtml-opacity: 0;
  /* 老版Safari */

  opacity: 0;
  /* 支持opacity的浏览器*/

  transition: all .2s linear .4s;

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

.pc_ban .swiper-slide.swiper-slide-active .more {

  transform: translateY(0);

  filter: alpha(opacity=100);
  /* IE */

  -moz-opacity: 1;
  /* 老版Mozilla */

  -khtml-opacity: 1;
  /* 老版Safari */

  opacity: 1;
  /* 支持opacity的浏览器*/



}

.pc_ban .more span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #bc3434;
  z-index: 1;
}



.pc_ban .more:hover span {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pc_ban .more:hover a {
  color: #fff;
}

.pc_ban .more a {
  font-size: 16px;
  color: #fff;
  z-index: 2;
  position: relative;
}

.pc_ban .swiper-pagination-bullet.swiper-pagination-bullet-active {

  opacity: 1;

  background: #bc3434;

}

.pc_ban .swiper-pagination-bullet {

  background: #222;

}

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





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











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

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

.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: #000
}





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

.title-1 .cn {
  margin-bottom: 5px;
  font-size: 36px;
  color: #222;
  font-weight: bold;
  line-height: 1.42857143;
}

.title-1 .en {
  margin-bottom: 5px;
  font-size: 0;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 1.42857143;
}

.title-1 .en span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  min-width: 160px;
  font-family: arial;
  font-size: 18px;
  color: #bc3434;
}

.title-1 .en span:before,
.title-1 .en span:after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 600px;
  height: 1px;
  background: #d2d2d2;
}

.title-1 .en span:before {
  right: 100%;
}

.title-1 .en span:after {
  left: 100%;
}

.title-1 .en span b {
  display: block;
  position: absolute;
  top: calc((100% - 7px) / 2);
  z-index: 2;
  width: 7px;
  height: 7px;
  background: #bc3434;
  transform: rotate(45deg);
}

.title-1 .en span b:first-child {
  right: 100%;
}

.title-1 .en span b:last-child {
  left: 100%;
}

.title-1 .icon {
  position: relative;
  margin: 0 auto;
  width: 21px;
  height: 13px;
  border-left: solid 2px #bc3434;
  border-right: solid 2px #bc3434;
}

.title-1 .icon:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  z-index: 1;
  width: 2px;
  height: 100%;
  background: #bc3434;
}





.index4 {
  padding: 80px 0;
  position: relative;
  /*background:url(../images/j18.jpg) center no-repeat; background-size:cover;*/
}

.index4 .text {
  width: 48%;
  float: left;
  padding: 0 0 35px 0;
}

.index4 .text .H4 {
  font-size: 36px;
  color: #ccc;
  text-transform: uppercase;
  font-weight: bolder;
  font-family: Arial;
}

.index4 .text .bold {
  font-weight: bold;
}

.index4 .text .thin {
  font-weight: normal;
}

.index4 .text .H5 {
  font-size: 36px;
  color: #313131;
  padding: 20px 0 20px 0;
  position: relative;
  font-weight: bold;
}

.index4 .text .H5::after {
  width: 40px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #666666;
  opacity: .3;
}

.index4 .text .p {
  font-size: 17px;
  color: #333;
  line-height: 2.5;
  margin: 30px 0;
  letter-spacing: 1px;
}

.more2 {
  display: block;
  width: 163px;
  height: 38px;
  line-height: 38px;
  background-color: #bc3434;
  border: 1px solid #bc3434;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.more2:hover {
  background-color: transparent;
  border: 1px solid #bc3434;
  color: #bc3434;
}

.index4Num {
  margin-top: 55px;
  padding-top: 45px;
  border-top: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
}

.index4Num .list {
  font-weight: bolder;
  float: left;
}

.index4Num .list:nth-child(2) {
  float: right;
}

.index4Num .big {
  font-size: 80px;
  color: #bc3434;
  font-family: Arial;
  font-weight: bolder;
  line-height: 58px;
  display: inline-block;
}

.index4Num .small {
  font-weight: normal;
  display: inline-block;
  font-size: 30px;
  color: #bc3434;
  font-family: Arial;
  line-height: 20px;
  margin: 0 20px 0 3px;
  vertical-align: bottom;
}

.index4Num .p2 {
  display: inline-block;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 20px;
  vertical-align: middle;
  font-weight: normal;
}

.videoR {
  width: 48%;
  padding: 0 0 32px 5%;
  background: url(../images/p13.png) left bottom no-repeat;
  background-size: 93% 91.58%;
  float: right;
  box-sizing: border-box;
}

.videoR .pic {
  height: auto;
  overflow: hidden;
}

.videoR .playBtn {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 37.98%;
  left: 11.11%;
  cursor: pointer;
}

.videoBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.videoBox2 {
  width: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  display: none;

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

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

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

.videoBox2 .aboutVideo {
  display: block;
  width: 100%;
  min-height: 10px;
  background: #000;
}

.videoBox2 .close3 {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -15px;
  right: -15px;
}



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

  .index4Num .big {
    font-size: 60px;
  }

}

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

  .index4 {
    padding: 60px 0;
  }

  .index4Num .big {
    font-size: 50px;
  }

  .index4Num .p2 {
    display: block;
  }

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

  .videoR .playBtn {
    width: 60px;
    height: 60px;
    left: 0px;
  }

  .index4Num {
    margin-top: 30px;
    padding-top: 30px;
  }

  .index4 .text .H4 {
    font-size: 28px;
  }

  .index4 .text .H5 {
    font-size: 22px;
  }

  .videoBox2 {
    width: 90%;
  }

}

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

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

  .index4 .text {
    padding: 0;
    width: 100%;
  }

  .videoR {
    position: relative;
  }

  .index4 .text .H4 {
    font-size: 20px;
  }

  .index4 .text .H5 {
    font-size: 16px;
    padding: 10px 0;
  }

  .index4 .text .p {
    font-size: 13px;
    line-height: 22px;
    height: 110px;
    margin: 15px 0;
  }

  .more2 {
    width: 120px;
    font-size: 12px;
  }

  .index4Num {
    margin-top: 20px;
    padding-top: 20px;
  }

  .index4Num .big {
    font-size: 30px;
    line-height: 30px;
  }

  .index4Num .p2 {
    font-size: 13px;
    margin-top: 5px;
  }

  .videoR {
    width: 100%;
    top: auto;
    margin-top: 20px;
    padding: 0 0 20px 20px;
  }

  .videoR .pic {
    background: none !important;
    height: auto;
  }

  .videoR .playBtn {
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 5px;
  }



}



.sy_cpfw {
  padding: 5vw 0 5vw;
  position: relative;
  background: url(../images/probj.jpg) center / cover no-repeat;
}

.sy_cpfw .con {
  position: relative;
  z-index: 9;
}

.swiper-cp {
  margin: 0 auto;
  padding-bottom: 50px;
}

.swiper-cp .swiper-slide {
  position: relative;
  background: #fff;
}

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

.swiper-cp .swiper-slide .t_p .mb {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0) url(../images/jh.png) center / 30px no-repeat;
  opacity: 0;
}

.swiper-cp .swiper-slide:hover .t_p .mb {
  background: rgba(0, 0, 0, 0.6) url(../images/jh.png) center / 30px no-repeat;
  opacity: 1;
}

.swiper-cp .swiper-slide .t_p .hr {
  position: absolute;
  width: 100px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
}

.swiper-cp .swiper-slide .t_p .hr img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transform: all 0.5s ease;
}

.swiper-cp .swiper-slide:hover .hr img {
  opacity: 1;
}



.swiper-cp .swiper-slide:hover .hr img {
  -webkit-transform: rotate(360deg);
  animation: rotation 10s linear infinite;
  -moz-animation: rotation 10s linear infinite;
  -webkit-animation: rotation 10s linear infinite;
  -o-animation: rotation 10s linear infinite;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.swiper-cp .swiper-slide img {
  /*width: 100%;*/
  height: 18.5vw;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  margin: auto;
}

.swiper-cp .swiper-slide: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;
}

.swiper-cp .swiper-slide .t_p .mb {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.swiper-cp .swiper-slide:hover .t_p .mb {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.swiper-cp .swiper-slide h3 {
  font-size: 16px;
  color: #333;
  margin: 10px 0 25px;
  text-align: center;
  line-height: 1.8;
}

.swiper-cp .swiper-slide:hover h3 {
  color: #bc3434;
}



.sy_cpfw .swiper-pagination-bullet {

  background: #fff;
  opacity: 1;

}

.sy_cpfw .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bc3434
}

.sy_cpfw .swiper-button-prev {
  width: 38px;
  height: 50px;
  left: -50px;
  font-size: 25px;
  margin-top: -25px;
}

.sy_cpfw .swiper-button-prev i {
  font-size: 30px;
  color: #333;
}

.sy_cpfw .swiper-button-prev:hover i {
  color: #bc3434;
}

.sy_cpfw .swiper-button-next {
  width: 38px;
  height: 50px;
  margin-top: -25px;
  right: -50px;
}

.sy_cpfw .swiper-button-next i {
  font-size: 30px;
  color: #333;
}

.sy_cpfw .swiper-button-next:hover i {
  color: #bc3434;
}





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

.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: -50px;
}

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

.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: 60px 0;
  overflow: hidden;
  background: #f5f5f5;
}



.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: 40%;
  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 span {
  font-size: 19px;
}

.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: 50%;
  background: none;
}

.swiper-hy .swiper-slide .bg {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 240px;
  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;
}





.imNav {
  height: 204px;
  border-top: 1px solid #DFDFDF;
  background: rgba(255, 255, 255, 0.8);
}

.imNav .container {
  display: flex;
  justify-content: space-between;
}

.imNav_aBox {
  width: 25%;
  float: left;
  text-align: center;
  padding-top: 127px;
  height: 203px;
  position: relative;
  line-height: 36px;
  font-size: 26px;
  color: #333;
}

.imNav_aBox:hover,
.imNav_aBox.on {
  color: #bc3434;
}

.imNav_aBox img {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 38px;
  transition: all 0.5s ease-in-out;
}

.imNav_aBox img.opacity {
  opacity: 0;
}

.imNav_aBox p {
  transition: all 0.5s ease-in-out;
}

.imNav_aBox:hover img,
.imNav_aBox.on img {
  opacity: 0;
}

.imNav_aBox:hover img.opacity,
.imNav_aBox.on img.opacity {
  opacity: 1;
}



.imNav_aBox:hover img {

  -moz-animation: icon-bounce 0.5s alternate;

  -o-animation: icon-bounce 0.5s alternate;

  -webkit-animation: icon-bounce 0.5s alternate;

  animation: icon-bounce 0.5s alternate;

}



.m2menu_a:hover img {

  -moz-animation: icon-bounce 0.5s alternate;

  -o-animation: icon-bounce 0.5s alternate;

  -webkit-animation: icon-bounce 0.5s alternate;

  animation: icon-bounce 0.5s alternate;

}



.imgBgAnimation {
  -webkit-animation-name: imgBgAnimation;
  animation-name: imgBgAnimation
}

@keyframes icon-bounce {

  0%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
  }

  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  85% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

}

@-webkit-keyframes icon-bounce {

  0%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
  }

  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  85% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

}



.imNavFixed {
  background: #FFF;
  height: 65px;
  width: 100%;
  border-top: 1px solid #BBBABA;
  border-bottom: 1px solid #BBBABA;
  position: fixed;
  z-index: 60;
  left: 0px;
  top: 0px;
}

.imNavFixed .container {
  display: flex;
  justify-content: space-between;
}

.imNavFixed a {
  font-size: 20px;
  line-height: 63px;
  display: block;
}

.imNavFixed a:hover,
.imNavFixed a.on {
  color: #ed8a2a;
}

.imNavFixed a span {
  display: inline-block;
  height: 38px;
  width: 38px;
  margin-right: 10px;
  position: relative;
}

.imNavFixed a span,
.imNavFixed a text {
  vertical-align: middle;
}

.imNavFixed a img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}

.imNavFixed a:hover img,
.imNavFixed a.on img {
  opacity: 0;
}

.imNavFixed a:hover img.opacity,
.imNavFixed a.on img.opacity {
  opacity: 1;
}

.imNav {
  height: 160px;
}

.imNav_aBox {
  font-size: 20px;
  padding-top: 100px;
  height: 159px;
  line-height: 30px;
  box-sizing: border-box;
}

.imNav_aBox img {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  top: 28px;
}





.zxzx {
  padding: 70px 0;
  overflow: hidden;
}

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

.zxzx .left img {
  width: 100%;
  display: block;
}

.zxzx h4 {
  font-size: 14px;
  color: #888;
  margin: 15px 0;
}

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

.zxzx p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  display: -webkit-box;

  overflow: hidden;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;
}

.zxzx .more a {
  width: 150px;
  line-height: 36px;
  background: #bc3434;
  display: block;
  color: #fff;
  margin-top: 25px;
  font-size: 16px;
  text-align: center;
}

.zxzx .more a i {
  margin-left: 15px;
}

.zxzx .left:hover .more a {
  background: #bc3434;
}

.zxzx .left .more a {
  margin-top: 40px
}

.zxzx .right:hover .more a {
  background: #bc3434;
}

.zxzx .right {
  width: 56%;
  float: right;
  position: relative;
  border-top: #ccc 1px solid;
}

.zxzx .right ul li {
  padding: 45px 0;
  border-bottom: #ccc 1px solid;
  overflow: hidden
}

.zxzx .right ul li:hover .nr h3 {
  color: #bc3434
}

.zxzx .right ul li .dian {
  width: 36px;
  height: 18px;
  background: url(../images/dian.png) center center no-repeat;
  float: left
}

.zxzx .right ul li .nr {
  width: calc(100% - 160px);
  float: left
}

.zxzx .right ul li .nr h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

.zxzx .right ul li .nr p {
  font-size: 15px;
  line-height: 26px;
  color: #444;
  margin-top: 10px;
  display: -webkit-box;

  overflow: hidden;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;
}

.zxzx .right ul li .ri {
  height: 72px;
  width: 90px;
  float: right;
  background: url(../images/jt.png) right bottom no-repeat;
  font-size: 30px;
  color: #999;
  text-align: right;
}

.zxzx .right ul li:hover .ri {
  background: url(../images/jth.png) right bottom no-repeat
}



.sy_hzhb {
  padding: 60px 0 70px;
  text-align: center;
  background: #f5f5f5;
}

.sy_hzhb ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sy_hzhb ul li {
  width: 11.5%;
  display: inline-block;
  border: #eee 1px solid;
  margin: 0 0.5% 1%;
  transition: all 0.3s;



  -wbkit-transition: all 0.3s;



  -o-transition: all 0.3s;



  -moz-transition: all 0.3s;
}

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

.sy_hzhb ul li:hover {
  box-shadow: 0 0 10px #ccc;
  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 {
  background: #333;
  width: 100%;
  padding: 35px 0 0;
}

.footer {}

.footer .zuo3 {}

.footer .zuo3 ul li {
  float: left;
  padding-right: 80px;
  min-width: 50px;
}

.footer .zuo3 ul li:last-child {
  padding: 0;
}

.footer .zuo3 ul li .tit1 a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  display: block
}

.footer .zuo3 ul li .line {
  margin-bottom: 20px;
  height: 2px;
  margin-top: 10px
}

.footer .zuo3 ul li .line span {
  width: 15px;
  height: 1px;
  background: #bc3434;
  -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: 28px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}

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

.footer .zuo3 ul li.lx {
  width: 380px;
  padding-right: 0
}

.dzwz {
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  float: left;
}

.dzwz p {
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.dzwz p i {

  color: #bc3434;

  text-align: center;

  margin-right: 10px;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border-radius: 20px;
  display: inline-block;

}

.dzwz p:hover i {
  background: #bc3434;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .zuo3 ul li.yx {
  width: 120px;
  padding-right: 0;
  float: right;
}



.footer .weix {
  width: 120px;
  float: right;
  text-align: center;
  line-height: 30px;
}

.footer .weix img {
  width: 100%;
}

.footer_btm {
  margin: 30px auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}

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

.copy p {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

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



.mgt50 {
  margin-top: 35px;
}



.nban {
  width: 100%;
  height: 480px;
  position: relative;
  margin: 0 auto
}



.nban .bt {
  width: 380px;
  padding: 20px;
  position: absolute;
  left: 10%;
  top: 40%;
  z-index: 5;
}

.nban .bt h2 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6)
}

.nban .bt h3 {
  font-size: 44px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6)
}



.wzxx {
  float: left;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}

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



.ntit {
  background: rgba(255, 255, 255, 0.6);
  border-bottom: #eee 1px solid;
  padding: 15px 0;
  overflow: hidden;
}

.ntit ul {
  text-align: center;
  text-align: right;
}

.ntit ul li {
  line-height: 38px;
  margin-right: 10px;
  position: relative;
  background: #eee;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}

.ntit ul li a {
  color: #000;
  font-size: 16px;
  display: block;
  padding: 0 15px;
}

.ntit ul li .e_j {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  background: rgba(255, 255, 255, 0.8);
}

.ntit ul li .e_j a {
  padding: 0;
  text-align: center;
  border-bottom: #eee 1px solid;
}

.ntit ul li:hover .e_j {
  display: block;
}

.ntit ul li a:hover {
  background: #bc3434;
  color: #fff;
  -webkit-transition: all 0.4s linear -1ms;



  -moz-transition: all 0.4s linear -1ms;



  -ms-transition: all 0.4s linear -1ms;



  -o-transition: all 0.4s linear -1ms;



  transition: all 0.4s linear -1ms;
}

.ntit ul li.on a {
  background: #bc3434;
  color: #fff
}



.ny_jj {
  margin: 60px auto;
}

.ny_jj .w_z {
  width: 55%;
  font-size: 18px;
  color: #222;
  line-height: 2;
}

.ny_jj .w_z h3 {
  position: relative;
  font-size: 28px;
  color: #333;
  margin-bottom: 40px;
  font-weight: bold;
}

.ny_jj .w_z h3::after {
  content: "";
  width: 60px;
  bottom: -15px;
  height: 4px;
  background: #bc3434;
  position: absolute;
  left: 0;
}

.ny_jj .tp {
  width: 40%;
  position: relative;
}

.ny_jj .tp .box {
  position: absolute;
  left: -25px;
  width: 100%;
  height: 100%;
  border: #ccc 10px solid;
  bottom: -25px;
  box-sizing: border-box;
  z-index: 1;
}

.ny_jj .tp img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
}





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

.sy_ys .five-part {

  width: 31.3333%;
  margin: 0 1%;

  height: 280px;

  float: left;
  text-align: center;
  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;

}



.sy_ys .five-part:hover {

  box-shadow: 0px 5px 20px 0px rgba(169, 180, 190, 0.2);
  background: #bc3434;
  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 .five-value-img {

  width: 86px;
  font-size: 80px;

  margin: 40px auto 20px;
  text-align: center;

}

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

.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: 20px;
  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);
  margin: 0 auto;
  padding: 0 25px;



}

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







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

.ny_cpbox .nleft {

  width: 280px;

  float: left;

  background: #f5f5f5;

  padding-bottom: 15px;

}

.ny_cpbox .nleft ul li {
  line-height: 50px;
  font-size: 16px;
  color: #222;
  position: relative;
}

.ny_cpbox .nleft li i {
  position: absolute;
  width: 30%;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 50px;
  font-size: 16px;
  text-align: right;
}

.ny_cpbox .nleft li a {
  color: #222;
  padding: 0 10px;
}

.ny_cpbox .nleft li:hover a {
  color: #bc3434;
}



.ny_cpbox .nleft .b_t {

  line-height: 65px;

  font-size: 20px;

  color: #fff;

  font-weight: bold;

  padding: 0 20px;

  background: #bc3434;

}

.ny_cpbox .nleft .on .y_j a {

  color: #bc3434;

}

.ny_cpbox .nleft li .y_j {

  border-bottom: #ccc 1px solid;

  position: relative;

  width: 90%;

  margin: 0 auto;

}

.ny_cpbox .nright {
  width: calc(100% - 310px);
  float: right;
}



.ny_cp {
  overflow: hidden;
  padding-top: 8px;
}



.ny_cp ul li {
  width: calc((100% - 90px) / 3);
  float: left;
  margin: 0 15px 35px;
}

.ny_cp ul li .tp {
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0px 0px 3.08149px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  height: 14vw;
  /*display: flex;justify-content: center;align-items: center;*/
}

.ny_cp ul li .tp img {
  /*width: 100%;*/
  height: 100%;
  /*object-fit: cover;*/
  margin: auto;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

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

.ny_cp ul li .mb {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(188, 52, 52, 0.33);
  opacity: 0;
  z-index: -1;
}

.ny_cp ul li .mb .more {
  width: 144px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  font-size: 13px;
  color: #bc3434;
  text-align: center;
  line-height: 40px;
}

.ny_cp ul li .mb .more a {
  color: #bc3434;
}

.ny_cp ul li:hover .mb {
  opacity: 1;
  z-index: 2;
}

.ny_cp ul li h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  text-align: center;
}

.ny_cp ul li:hover h3 {
  color: #bc3434;
}





.xiaocms-page {
  padding: 0px 0 25px;
  text-align: center;
}



.xiaocms-page a,
.xiaocms-page span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  color: #333;
  font-size: 16px;
  margin: 0 5px;
  background: #eee;
}



.xiaocms-page a:hover {
  background: #bc3434;
  color: #fff;
}



.xiaocms-page span {
  background: #bc3434;
  color: #fff;
}



.cpxq {
  padding: 0px 0 50px;
  margin: 0 auto;
}

.cpxq .left {
  width: 47%;
  float: left;
}

.cpxqlb {
  width: 100%;
  position: relative;
}

.cpxqlb .swiper-slide img {
  /*width:100%; */
  height: 18.5vw;
  margin: auto;
  display: block;
}

.cpxqlb .swiper-pagination {
  bottom: 10px !important;
  width: 100%;
  height: 10px;
  text-align: center;
}

.cpxqlb .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: #1f69a3 1px solid;
  background: none
}

.cpxqlb .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1f69a3;
}

.cpxqlb .swiper-button-prev {
  background: url(../images/banner-l.png) no-repeat;
  width: 30px;
  height: 50px;
  margin-top: 0;
  left: 0px;

  background-size: 30px 50px;

  -webkit-background-size: 30px 50px;

  -moz-background-size: 30px 50px;

  -ms-background-size: 30px 50px;

  -o-background-size: 30px 50px;
}

.cpxqlb .swiper-button-next {
  background: url(../images/banner-r.png) no-repeat;
  width: 30px;
  height: 50px;
  margin-top: 0;
  right: 0px;

  background-size: 30px 50px;

  -webkit-background-size: 30px 50px;

  -moz-background-size: 30px 50px;

  -ms-background-size: 30px 50px;

  -o-background-size: 30px 50px;
}

.cpxq .right {
  width: 48%;
  float: right;
}

.cpxq .right h3 {
  font-size: 25px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.cpxq .right h4 {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  font-weight: bold;
}

.cpxq .right p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.cpxq .cptd {
  padding-top: 50px;
}

.cpxq .cptd .bt {
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: bold;
  background: #eee;
  line-height: 2.5;
}

.cpxq .cptd h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}

.cpxq .cptd .bt span {
  display: inline-block;
  padding: 0 15px;
  background: #bc3434;
}

.cpxq .cptd .nr {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 15px;
}



.ny_tjcp {
  padding: 0px 0 60px;
  position: relative;
}

.swiper-yyly {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px !important;
}

.swiper-yyly .swiper-slide {
  position: relative;
}

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

.swiper-yyly .swiper-slide .w_z {
  width: 100%;
  padding: 10px 5%;
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #fff;

  transition: all .5s;

  -webkit-transition: all .5s;

  -moz-transition: all .5s;

  -ms-transition: all .5s;

  -o-transition: all .5s;
}

.swiper-yyly .swiper-slide .w_z h3 {
  font-size: 14px;
  color: #fff;
  position: relative;
  text-align: center;
}

.swiper-yyly .swiper-slide:hover .w_z {
  background-color: rgba(188, 52, 52, .9);
  bottom: 10px;
}

.sy_cp .swiper-pagination-bullet {

  background: #ccc;
  border: #333 1px solid;

}

.sy_cp .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bc3434;
  border: #bc3434 1px solid;
}

.sy_cp {
  padding-bottom: 60px;
}

.htit h3 {
  font-size: 26px;
  color: #333;
  margin-bottom: 25px;
  font-weight: bold;
}







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

.ny_hyyy ul {
  margin: 0 auto;
}

.ny_hyyy ul li {
  width: 30.3333%;
  float: left;
  margin: 0 1.5% 30px;
  position: relative;
  overflow: hidden;
}

.ny_hyyy ul li img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.ny_hyyy ul li .sign {
  position: absolute;
  left: 50%;
  top: 35%;
  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
}

.ny_hyyy ul li .sign .tb {
  width: 70px;
  height: 52px;
  margin: 0 auto;
}

.ny_hyyy ul li .sign span {
  font-size: 19px;
}

.ny_hyyy ul li: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%);
}

.ny_hyyy ul li:hover .sign {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  top: 45%;
  background: none;
}

.ny_hyyy ul li .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
}

.ny_hyyy ul li:hover .bg {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
}







/*新闻*/

.ny_xw {
  margin: 30px auto 40px;
}

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



.Activsbf1_lb dl {
  width: 100%;
  background: #f6f6f6;
  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;
  border-radius: 20px;
  overflow: hidden;
}



.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;
  padding: 25px 25px 25px 0;
}



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



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



.Activsbf1_lb dd .newNrjs {
  width: 100%;
  margin-top: 10px;
  line-height: 1.8;
  color: #666;
  font-size: 16px;
  letter-spacing: 1px;
  display: -webkit-box;

  overflow: hidden;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 4;
  min-height: 101px;
}



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

.Activsbf1_lb dd .more1 a {
  width: 120px;
  line-height: 36px;
  border: #bc3434 2px solid;
  display: block;
  text-align: center;
  color: #bc3434;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 20px;
  font-size: 14px;
}

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

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





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

.Activsbf1_lb dl:hover dt img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}



/*新闻详情*/

.xw_xq {
  padding: 50px 0;
}

.xw_xq h1 {

  font-size: 28px;

  line-height: 50px;

  text-align: center;

  color: #000000;
  margin-bottom: 15px;

}

.xw_xq h4 {

  font-size: 14px;

  line-height: 24px;

  text-align: center;

  color: #000000;
}

.xw_xq h4 span {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 1px;
  background: #000;
}

.xw_xq h4 i {
  font-size: 22px;
  margin-right: 5px;
}

.xw_xq .xian {
  background: rgba(0, 0, 0, 0.21);
  height: 1px;
  margin-bottom: 35px;
  margin-top: 20px
}

.xw_xq .nr {

  font-size: 16px;

  line-height: 1.8;

  color: #222;
}

.xw_xq .nr p {
  text-indent: 2em;
}

.xw_xq .tp {
  padding: 30px 0;
  text-align: center;
}

.xw_xq .tp img {
  max-width: 100%;
}





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

.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: #bc3434;
  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: #bc3434;
  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%
}



























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

  .index4 .text {

    padding: 0px 0 35px 0;

  }

  .index4 .text .H5 {

    padding: 10px 0 20px 0;

  }

  .index4 .text .p {

    font-size: 16px;

    line-height: 2;

  }

  .ny_jj .w_z {

    font-size: 16px;

  }

  .ny_jj .w_z h3 {
    line-height: 1;

    margin-bottom: 30px;

  }

  .sy_hyyy .swiper-button-prev {
    left: 5px !important;
  }

  .sy_hyyy .swiper-button-next {
    right: 5px !important;
  }

  .sy_cpfw .swiper-button-prev {
    left: 5px;
  }



  .sy_cpfw .swiper-button-next {
    right: 5px;
  }





}





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

  .sy_cpfw .swiper-button-next {

    right: 0px;

  }

  .sy_cpfw .swiper-button-prev {

    left: 0px;

  }

  .sy_cpfw .swiper-button-prev i {

    color: #222;

  }

  .sy_cpfw .swiper-button-next i {

    color: #222;

  }



  .nban {

    height: 440px;

  }















}



























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



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

  .pc_ban .swiper-slide {
    width: 100%;
    height: 20rem;
  }

  .pc_ban h1 {

    font-size: 32px;

    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;

    margin-bottom: 10px;

  }

  .pc_ban .more {

    width: 160px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin-top: 35px;

  }

  .pc_ban h4 {

    font-size: 20px;

  }

  .ban .swiper-slide .bg1 {

    height: 24rem;

  }

  .ban .swiper-slide {

    height: 24rem;

  }

  .ban .swiper-slide .word h3 {

    font-size: 30px;

    letter-spacing: 1px;

    line-height: 40px;

  }

  .index4 .text {

    width: 100%;

  }

  .videoR {

    width: 100%;

    padding: 0 0 32px 5%;

  }

  .swiper-cp .swiper-slide img {

    height: 18rem;

  }



  .sy_hzhb ul li {

    width: 24%;

    margin: 0 0.5% 1%;

  }

  .sy_hzhb {

    padding: 30px 0 30px;

  }

  .footer .zuo3 ul li {
    display: none;

  }

  .copy {

    width: 90%;

  }

  .footer .zuo3 ul li.lx {

    display: block;

  }

  .footer .zuo3 ul li.yx {

    width: 120px;
    display: block;

  }

  .ban .swiper-slide .word {

    left: 5%;

    margin-left: 0px;

    width: 90%;

  }

  .nban {

    height: 10rem;

  }

  .nban .bt {

    width: 90%;

    padding: 10px;

    left: 5%;

    top: 20%;

  }

  .nban .bt h3 {

    font-size: 28px;

  }

  .nban .bt h2 {

    font-size: 24px;

    margin-bottom: 0px;

  }

  .ny_jj {

    margin: 30px auto;

  }

  .ny_jj .w_z {

    width: 100%;

    font-size: 16px;

    line-height: 1.8;

  }

  .ny_jj .tp {

    width: 100%;
    margin-top: 20px;

  }

  .sy_ys {

    padding: 30px 0;

  }

  .sy_ys .five-part {

    width: 31.3333%;

    margin: 0 1%;

    height: 320px;

  }

  .sy_ys .five-value-img {

    font-size: 60px;

    margin: 20px auto 15px;

  }

  .five-part .five-font-sty {

    margin-bottom: 10px;

  }

  .ny_cpbox {

    padding: 30px 0;

  }

  .ny_cpbox .nleft {

    width: 100%;

    padding-bottom: 10px;

  }

  .ny_cpbox .nleft .b_t {

    line-height: 50px;

    font-size: 18px;

  }

  .ny_cpbox .nleft ul li {

    line-height: 35px;

  }

  .ny_cpbox .nright {

    width: 100%;
    margin-top: 20px;

  }





  .ny_cp ul li {

    width: calc((100% - 60px) / 2);

  }

  .ny_cp ul li .tp {

    height: 12rem;

  }

  .ny_cp ul li h3 {

    font-size: 14px;

  }

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

  }

  .xw_xq {

    padding: 30px 0 40px;

  }

  .ny_cpbox .nleft li i {

    line-height: 35px;

  }

  .ny_hyyy {

    padding: 30px 0;

  }

  .ny_hyyy ul li {

    width: 48%;

    margin: 0 1% 20px;

  }

















}





















@media only screen and (max-width:600px) {
  .cpxqlb .swiper-slide img{height: 30rem;}
  .header .logo img {

    height: 45px;

  }

  .header .right .wx {
    display: none;

  }

  .header .an {

    right: 0px;

  }

  .header .right {

    margin-right: 40px;

  }

  .pc_ban h1 {

    font-size: 2rem;
    margin-bottom: 0
  }

  .pc_ban h4 {

    font-size: 1.2rem;

  }

  .pc_ban .mb {

    top: 26%;

  }

  .pc_ban .more {

    width: 100px;

    height: 30px;

    line-height: 30px;

    margin-top: 25px;

  }

  .pc_ban .more a {

    font-size: 14px;

  }

  .pc_ban .swiper-button-next {

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

    width: 20px;

  }

  .pc_ban .swiper-button-prev {

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

    width: 20px;

  }

  .index4 .text .p {

    line-height: 1.8;
    height: auto;

  }

  .index4Num .p2 {

    font-size: 1.2rem;

  }

  .index4Num .big {

    font-size: 2.4rem;

  }

  .index4Num .small {

    font-size: 20px;

    margin: 0 10px 0 3px;

  }

  .title-1 .cn {

    font-size: 2.4rem;

  }

  .title-1 .en span {

    font-size: 16px;

  }

  .swiper-cp .swiper-slide img {

    height: 30rem;

  }

  .swiper-cp .swiper-slide h3 {

    margin: 10px 0 10px;

  }

  .sy_cpfw .swiper-pagination-bullet {
    width: 20px;

  }

  .sy_hyyy {

    padding: 30px 0;

  }

  .title-1 {

    margin-bottom: 30px;

  }

  .ntit {

    padding: 10px 0;

  }

  .wzxx {

    font-size: 14px;
    line-height: 34px;

  }

  .wzxx a {

    font-size: 14px;

  }

  .imNav_aBox {

    width: 50%;

    padding-top: 100px;

    height: 140px;

    line-height: 30px;

    font-size: 16px;

  }

  .imNav {

    height: auto;
    overflow: hidden;

  }

  .footer .zuo3 ul li.lx {

    width: 100%;

  }

  .footer .zuo3 ul li.yx {

    width: 100%;
    margin-top: 20px;

  }

  .footer .weix {

    float: none;
    margin: 0 auto;

  }

  .copy {

    line-height: 1.5;
    padding: 10px;

  }

  .search button.s_c {

    width: 10%;

    font-size: 16px;

  }

  .search input.w_z {

    width: 80%;

  }

  .search .an_sj {

    width: 10%;

  }

  .header .right .yy .e_j {

    top: 60px;

  }

  .swiper-hy .swiper-slide .sign span {

    font-size: 16px;

  }

  .sy_ys .five-part {

    width: 100%;

    margin: 1% 0;

    height: auto;
    padding-bottom: 20px;

  }



  .wzxx {
    width: 100%;
    text-align: left;

  }

  .ntit ul li {

    line-height: 30px;
    width: 30.3333%;
    margin: 1.5%;
    float: left;

  }

  .ntit ul li a {

    font-size: 14px;

    padding: 0 0px;

  }

  .ny_jj .w_z h3 {

    font-size: 20px;

  }

  .nban {

    height: 15rem;

  }

  .page a {

    width: 30px;

    height: 30px;

    line-height: 30px;

    font-size: 14px;

    margin: 0 3px;

  }

  .ny_cp ul li {

    width: 100%;
    margin: 0 0 30px;

  }

  .ny_cp ul li .tp {

    height: 24rem;

  }

  .nban .bt h2 {

    font-size: 16px;

  }

  .nban .bt h3 {

    font-size: 24px;

  }

  .cpxq .left {

    width: 100%;

  }

  .cpxq .right {

    width: 100%;
    margin-top: 20px;

  }

  .cpxq .right h3 {

    font-size: 20px;

    margin-bottom: 15px;

  }

  .cpxq .right h4 {

    margin-bottom: 15px;

  }

  .cpxq .right p {

    margin-bottom: 15px;

  }

  .cpxq .cptd {

    padding-top: 30px;

  }

  .cpxq .cptd .bt {

    font-size: 16px;

    margin-bottom: 20px;

    line-height: 2.4;

  }

  .cpxq .cptd .nr {

    font-size: 14px;

    line-height: 1.8;

  }

  .cpxq {

    padding: 30px 0 30px;

  }

  .sy_cp .swiper-pagination-bullet {

    width: 24px;

  }

  .swiper-yyly {

    padding-bottom: 30px !important;

  }

  .sy_cp {

    padding-bottom: 40px;

  }

  .ny_contact .lxfs {

    padding: 25px 20px;

  }

  .ny_contact .lxfs .left h3 {

    font-size: 20px;

  }

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

  }

  .ny_contact .lxfs .left p i {

    margin-right: 10px;

  }

  .ny_contact .l_y .box {

    width: 100%;

    margin-right: 0;

  }

  .Activsbf1_lb dl {

    border-radius: 10px;

    flex-wrap: wrap;

  }

  .Activsbf1_lb dt {

    width: 100%;

  }

  .Activsbf1_lb dd {

    width: 100%;

    padding: 15px 10px;

  }

  .Activsbf1_lb dd .more1 a {

    line-height: 32px;

  }

  .Activsbf1_lb dd .newNrjs {

    font-size: 14px;

  }

  .Activsbf1_lb dd .newNrtit a {

    font-size: 18px;

  }

  .xw_xq h1 {

    font-size: 20px;

    line-height: 30px;

    margin-bottom: 10px;

  }

  .xw_xq .xian {

    margin-bottom: 25px;

    margin-top: 10px;

  }

  .ny_hyyy ul li {

    width: 100%;

    margin: 0 0 20px;

  }





























































}