﻿@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 {
  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;
  background: rgba(255, 255, 255, 0.9);
  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;
}

.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 .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: #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: #999;
}

.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: #2d539c;
}

.header .right i {
  font-size: 25px;
}

.header .right .wx {
  line-height: 90px;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  color: #333;
}

.header .right .wx a {
  color: #333
}

.header .right .wx a:hover {
  color: #2d539c
}


.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: #333;
  text-transform: capitalize
}

.header .nav ul li span {
  width: 0;
  height: 2px;
  background-color: #2d539c;
  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%;
}

.header .nav ul li:hover a {
  color: #2d539c;
}

.header .nav ul li.on a {
  color: #2d539c;
}

.nav .y_j {
  position: relative;
}

.nav .e_j {
  width: 150px;
  background-color: rgba(255, 255, 255, .9);
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -75px;
  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: #2d539c;
  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 img {
    height: 50px;
  }

  .header .right {
    margin-right: 50px;
    margin-left: 0px;
  }

  .header .right .ss {
    line-height: 60px;
  }

  .header .right .yy {
    line-height: 60px;
    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;
  }
}


.ban {
  width: 100%;
  position: relative;
}

.ban .swiper-slide {
  width: 100%;
  height: 100vh;
}

.ban .swiper-pagination {
  bottom: 20px !important;
}

.ban .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: none;
  border: #fff 1px solid;
}

.ban .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2d539c;
  border: #2d539c 1px solid;
}

.ban .swiper-slide .bg1 {
  position: absolute;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  left: 0px !important;
  top: 0px;
  z-index: 5;
}

.ban .swiper-slide .bg1 img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 7.6s linear;
  -moz-transition: transform 7.6s linear;
  -o-transition: transform 7.6s linear;
  -ms-transition: transform 7.6s linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.ban .swiper-slide.swiper-slide-active .bg1 img {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -ms-transform: scale(1.0);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.ban .swiper-slide .word {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  height: 246px;
  top: 50%;
  margin-top: -103px;
  z-index: 10;
  text-align: center;
}

.ban .swiper-slide .word h4 {
  display: block;
  font-size: 22px;
  color: #fff;
  margin-top: 20px;
  transform: translateY(20px);
  filter: alpha(opacity=0);
  /* IE */
  -moz-opacity: 0;
  /* 老版Mozilla */
  -khtml-opacity: 0;
  /* 老版Safari */
  opacity: 0;
  /* 支持opacity的浏览器*/
  transition: all .2s linear .4s;
  -webkit-transition: all .2s linear .4s;
  text-shadow: 0 0 10px #333;
}

.ban .swiper-slide .word h3 {
  font-size: 42px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 60px;
  margin: 15px 0 15px 0;
  transform: translateY(20px);
  filter: alpha(opacity=0);
  /* IE */
  -moz-opacity: 0;
  /* 老版Mozilla */
  -khtml-opacity: 0;
  /* 老版Safari */
  opacity: 0;
  /* 支持opacity的浏览器*/
  transition: all .2s linear .2s;
  -webkit-transition: all .2s linear .2s;
  font-weight: bold;
  text-shadow: 0 0 20px #333;
}


.ban .swiper-slide .word a.xq {
  display: block;
  width: 200px;
  height: 50px;
  font-size: 16px;
  background: #2d539c;
  color: #fff;
  box-sizing: border-box;
  padding: 0 30px;
  line-height: 50px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -100px;
  transform: translateY(20px);
  filter: alpha(opacity=0);
  /* IE */
  -moz-opacity: 0;
  /* 老版Mozilla */
  -khtml-opacity: 0;
  /* 老版Safari */
  opacity: 0;
  /* 支持opacity的浏览器*/
  transition: all .2s linear .6s;
  -webkit-transition: all .2s linear .6s;
  border-radius: 30px;
}

.ban .swiper-slide .word.l1 a.xq {
  bottom: 0;
  left: 0%;
  margin-left: 0px;
}

.ban .swiper-slide .word a.xq:after {
  content: '';
  display: block;
  width: 15px;
  height: 14px;
  background: url(../images/rights.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
}


.ban .swiper-slide.swiper-slide-active .word h4 {
  transform: translateY(0);
  filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1;
  /* 老版Mozilla */
  -khtml-opacity: 1;
  /* 老版Safari */
  opacity: 1;
  /* 支持opacity的浏览器*/

}

.ban .swiper-slide.swiper-slide-active .word h3 {
  transform: translateY(0);
  filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1;
  /* 老版Mozilla */
  -khtml-opacity: 1;
  /* 老版Safari */
  opacity: 1;
  /* 支持opacity的浏览器*/
}

.ban .swiper-slide.swiper-slide-active .word a.xq {
  transform: translateY(0);
  filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1;
  /* 老版Mozilla */
  -khtml-opacity: 1;
  /* 老版Safari */
  opacity: 1;
  /* 支持opacity的浏览器*/
}




.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: #2d539c;
}

.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: #0658d6;
  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 #2d539c;
  border-right: solid 2px #2d539c;
}

.title-1 .icon:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  z-index: 1;
  width: 2px;
  height: 100%;
  background: #2d539c;
}


.index4 {
  padding: 100px 0;
  position: relative;
  background: url(../images/j18.jpg) center no-repeat;
  background-size: cover;
}

.index4 .text {
  width: 48%;
  float: left;
  padding: 25px 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: 25px 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: #2d539c;
  border: 1px solid #2d539c;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.more2:hover {
  background-color: transparent;
  border: 1px solid #2d539c;
  color: #2d539c;
}

.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: #2d539c;
  font-family: Arial;
  font-weight: bolder;
  line-height: 58px;
  display: inline-block;
}

.index4Num .small {
  font-weight: normal;
  display: inline-block;
  font-size: 30px;
  color: #2d539c;
  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 url(../images/xtb.png) right bottom / 60px no-repeat;
}

.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;
}

.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: #2d539c;
}

.sy_cpfw .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.sy_cpfw .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2d539c
}

.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: #2d539c;
}

.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: #2d539c;
}


.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: #2d539c;
}

.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;
}

.zxzx .more a {
  width: 150px;
  line-height: 36px;
  background: #2d539c;
  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: #2d539c;
}

.zxzx .left .more a {
  margin-top: 40px
}

.zxzx .right:hover .more a {
  background: #2d539c;
}

.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: #2d539c
}

.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
}





/* 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: #2d539c;
  -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: #0062a6;
  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: #2d539c;
  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: 580px;
  position: relative;
  margin: 0 auto
}

.nban .bt {
  width: 380px;
  padding: 20px;
  position: absolute;
  left: 10%;
  top: 50%;
  z-index: 5;
}

.nban .bt h2 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.nban .bt h3 {
  font-size: 44px;
  color: #fff;
  font-weight: bold;
}

.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: #2d539c;
  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: #2d539c;
  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: #2d539c;
  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: 320px;
  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: rgba(39, 85, 162, 0.8);
  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: #2755a2;
}

.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: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.6);
  width: 80%;
  margin: 0 auto
}

.sy_ys .five-part:hover .span-line {
  color: rgba(255, 255, 255, 0.8);
}



/*发展历程*/
.goleeIntroductory3 {
  padding-top: 80px;
  background: #f5f5f5;
  padding-bottom: 60px;
}

.goleeIntroductory3-con .ban1 .swiper-slide {
  position: relative;
  z-index: 6;
  background-color: #f5f5f5;
}

.goleeIntroductory3-con .ban1 .swiper-wrapper::before,
.goleeIntroductory3-con .ban1::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: Segoe UI;
  font-weight: 900;
  color: #2d539c;
  font-size: 42px;
}

.goleeIntroductory3-con .ban1 .swiper-wrapper::before {
  content: '2015';
  width: 10%;
  left: -33%;
}

.goleeIntroductory3-con .ban1::after {
  content: '2024';
  right: 0;
}

.goleeIntroductory3 h2,
.goleeIntroductory4 h2 {
  padding: 120px 0 60px;
}

.goleeIntroductory3-t {
  display: none;
  margin-bottom: 60px;
  color: #666666;
  text-align: center;
}

.goleeIntroductory3-con {
  background: #f5f5f5;
  background-size: 100% auto;
  padding: 0px 7% 35px;
}

.goleeIntroductory3-con .ban1 {
  position: relative;
  overflow: hidden;
}

.goleeIntroductory3-con .ban1 .swiper-wrapper {
  display: flex;
  align-items: center;
}

.goleeIntroductory3-con .ban1 .swiper-slide {
  text-align: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.goleeIntroductory3-con .ban1 .swiper-slide .year {
  font-weight: 900;
  color: #2d539c;
  font-size: 42px;
  width: 100%;
  font-family: Segoe UI;
  font-style: italic;
}

.goleeIntroductory3-con .ban1 .swiper-slide .ms {
  color: #333333;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  height: 164px;
  text-align: center;
  display: none;
  width: 90%;
  overflow: hidden;
}

.goleeIntroductory3-con .ban1 .swiper-slide .ot {
  position: relative;
  font-size: 16px;
  text-align: center;
  width: 100%;
  color: #333;
  font-weight: bold;
  display: none;
}

.goleeIntroductory3-con .ban1 .swiper-slide .ot p.en {
  font-size: 12px;
  color: #999999;
  margin-bottom: 12px;
}

.goleeIntroductory3-con .ban1 .swiper-slide .ot p.cn {
  color: #999;
  font-size: 14px;
  font-weight: bold;
}

.goleeIntroductory3-con .ban1 .swiper-slide-next {
  text-align: right;
}

.goleeIntroductory3-con .ban1 .swiper-slide-active {
  position: relative;
  border-radius: 50%;
  text-align: center;
  padding: 120px 0;
  background: url(../images/lcybj.png) transparent center center no-repeat;
  background-size: 100% auto !important;
}

.goleeIntroductory3-con .ban1 .swiper-slide-active .year {
  font-size: 86px;
}

.goleeIntroductory3-con .ban1 .swiper-slide-active .ms {
  display: block;
  margin-top: 30px;
}

.goleeIntroductory3-con .ban1 .swiper-slide-active .ot {
  display: block;
  justify-content: center;
  align-items: center;
}

.goleeIntroductory3-con .ban1 .prev {
  position: absolute;
  top: 50%;
  margin-top: -6.5px;
  left: 20%;
  cursor: pointer;
  z-index: 5;
  transition: all .3s
}

.goleeIntroductory3-con .ban1 .next {
  position: absolute;
  top: 50%;
  margin-top: -6.5px;
  right: 20%;
  cursor: pointer;
  z-index: 5;
  transition: all .3s
}

.goleeIntroductory3-con .ban1 .next:hover {
  transform: translateX(-10px)
}

.goleeIntroductory3-con .ban2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 60px auto 0;
  padding-bottom: 30px;
  background-size: 100% auto !important;
  background: url(../images/lc.png) left bottom no-repeat;
}

.goleeIntroductory3-con .ban2 .swiper-slide {
  text-align: center;
  font-weight: 700;
  color: #333333;
  font-size: 18px;
  width: 75px;
  height: 50px;
  line-height: 50px;
  margin: 0 !important;
  cursor: pointer;
}

.goleeIntroductory3-con .ban2 .active-nav {
  background-image: url(../images/lcbj_hov.png);
  background-size: 100% 100%;
  color: #fff;
}

@media screen and (max-width:1024px) {}




.ny_cp {
  padding: 50px 0;
  overflow: hidden;
}

.ny_cp ul li {
  width: calc((100% - 120px) / 4);
  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: 13vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ny_cp ul li .tp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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(45, 83, 156, 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: #2d539c;
  text-align: center;
  line-height: 40px;
}

.ny_cp ul li .mb .more a {
  color: #2d539c;
}

.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: #2d539c;
}


.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: #2d539c;
  color: #fff;
}

.xiaocms-page span {
  background: #2d539c;
  color: #fff;
}

.cpxq {
  padding: 30px 0 50px;
  margin: 0 auto;
}

.cpxq .left {
  width: 47%;
  float: left;
}

.cpxqlb {
  width: 100%;
  position: relative;
}

.cpxqlb .swiper-slide img {
  width: 100%;
  height: 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-l.png) no-repeat;
  width: 30px;
  height: 50px;
  margin-top: 0;
  right: 0px;
  transform: rotate(180deg);
  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: #2d539c;
}

.cpxq .cptd .nr {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 15px;
  min-height: 400px;
}
.xw_xq .nr img,.cpxq .cptd .nr video,.xw_xq .nr img,.xw_xq .nr video{max-width: 100%;}
.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(31, 105, 163, .9);
  bottom: 10px;
}

.sy_cp .swiper-pagination-bullet {
  background: #ccc;
  border: #333 1px solid;
}

.sy_cp .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1f69a3;
  border: #1f69a3 1px solid;
}

.sy_cp {
  padding-bottom: 60px;
}

.htit h3 {
  font-size: 26px;
  color: #333;
  margin-bottom: 25px;
  font-weight: bold;
}


/*新闻*/
.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;
}

.Activsbf1_lb dd .more1 a {
  width: 120px;
  line-height: 36px;
  border: #2d539c 2px solid;
  display: block;
  text-align: center;
  color: #2d539c;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 20px;
  font-size: 14px;
}

.Activsbf1_lb dd:hover .more1 a {
  background: #2d539c;
  color: #fff
}

.Activsbf1_lb dl:hover dd .newNrtit a {
  color: #2d539c;
}


.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;
  min-height: 400px;
}

/* .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: #2d539c;
  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: #2d539c
}

.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: #2d539c;
  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: 10px;
  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: #2d539c;
  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;
  }

  .goleeIntroductory3-con {
    padding: 0px 3% 35px;
  }

  .goleeIntroductory3-con .ban1 .swiper-slide-active {
    padding: 80px 0 100px;
  }

  .goleeIntroductory3-con .ban1 .swiper-slide-active .year {
    font-size: 38px;
  }

  .goleeIntroductory3-con .ban1 .swiper-slide .ms {
    font-size: 16px;
    line-height: 32px;
    height: 72px;
  }



}


@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: #fff;
  }

  .sy_cpfw .swiper-button-next i {
    color: #fff;
  }

  .sy_hyyy .swiper-button-prev {
    left: 0px;
  }

  .sy_hyyy .swiper-button-next {
    right: 0px;
  }

  .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;
  }

  .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;
  }

  .zxzx {
    padding: 40px 0;
  }

  .zxzx .left {
    width: 100%;
  }

  .zxzx .left .more a {
    margin-top: 20px;
  }

  .zxzx .right {
    width: 100%;
    margin-top: 30px;
  }

  .zxzx .right ul li {
    padding: 15px 0;
  }

  .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;
  }

  .goleeIntroductory5-pic,
  .goleeIntroductory5-pic1,
  .goleeIntroductory2-pic.pc {
    display: none;
  }

  .goleeIntroductory5-pic.ph,
  .goleeIntroductory41-ampt,
  .goleeIntroductory2-pic.ph,
  .goleeIntroductory2-box {
    display: block;
  }


  .goleeIntroductory1 {
    width: 92%;
    display: block;
    position: relative;
    padding: 235px 0 0 0;
    background-size: 100% auto !important;
    background: url(../images/page1_r.png)right 150px no-repeat;
  }

  .goleeIntroductory12 h2 {
    text-align: center;
    position: absolute;
    top: 60px;
    width: 100%;
  }

  .goleeIntroductory12-t {
    font-size: 20px;
    position: absolute;
    top: 120px;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .goleeIntroductory1-single::after {
    display: none;
  }

  .goleeIntroductory11 {
    display: flex;
    justify-content: space-between;
  }

  .goleeIntroductory1-single {
    padding: 0;
    width: 30%;
    margin: 0 0 35px !important;
  }

  .goleeIntroductory11-t strong {
    font-size: 32px;
    margin-right: 5px;
  }

  .goleeIntroductory11-t1 {
    font-size: 12px;
  }

  .goleeIntroductory12 {
    width: 100%;
  }

  .goleeIntroductory12-t1 {
    height: 350px;
    overflow-y: scroll;
  }


  .goleeIntroductory2-single {
    width: 48%;
    display: inline-block;
    margin: 0.6%;
  }

  .goleeIntroductory2-top {
    width: 145px;
    height: 145px;
  }

  .goleeIntroductory2-safe.golee-position {
    padding: 0;
    background-color: transparent;
    border: none;
  }

  .goleeIntroductory2-bot {
    margin: 20px 0 30px;
    text-align: center;
    padding: 0 5%;
  }

  .goleeIntroductory2-single:last-child {
    width: 100%;
    align-items: center;
    display: flex;
  }

  .goleeIntroductory2-single:last-child .goleeIntroductory2-bot {
    flex: 1;
  }

  .goleeIntroductory3-t {
    margin-bottom: 30px;
    padding: 0 3%;
  }

  .goleeIntroductory3-con .ban1 .swiper-slide .ot p.en {
    font-weight: 300;
    margin: 10px 0 5px;
  }

  .goleeIntroductory3-con .ban1 .swiper-slide .ot p.cn {
    color: #999;
    font-size: 12px;
    font-weight: normal;
  }

  .goleeIntroductory3-con .ban1 .swiper-slide .ms {
    font-size: 14px;
    width: 80%;
    line-height: 24px;
  }

  .goleeIntroductory3-con .ban1 .prev img,
  .goleeIntroductory3-con .ban1 .next img {
    display: none;
  }

  .goleeIntroductory3-con {
    background: url(../images/a_3_bg.png) 15% bottom no-repeat;
    background-size: 250% 80%;
    padding: 0 0 35px;
  }

  .goleeIntroductory3-con .ban1.swiper-container-initialized {
    padding: 0 6.25%;
  }

  .goleeIntroductory3-con .ban2 {
    padding-bottom: 15px;
    background-size: 210% 15% !important;
  }

  .goleeIntroductory3-con .ban2 .swiper-slide {
    width: 44px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }

  .goleeIntroductory3-con .ban1 .swiper-slide-active {
    padding: 90px 0;
  }

  .goleeIntroductory3-con .ban1 .swiper-wrapper::before,
  .goleeIntroductory3-con .ban1::after {
    display: none;
  }

  .goleeIntroductory3-con .ban1 .next:hover {
    transform: translateX(0)
  }

  .goleeIntroductory3-con .ban1 .prev {
    left: 0%;
  }

  .goleeIntroductory3-con .ban1 .next {
    right: 4%;
  }

  .goleeIntroductory3-con .ban1 .next::after,
  .goleeIntroductory3-con .ban1 .prev::after {
    position: absolute;
    content: '>';
    color: #999;
    font-size: 22px;
  }

  .goleeIntroductory3-con .ban1 .prev::after {
    content: '<' !important;
  }


  .goleeIntroductory4-con {
    padding-bottom: 180px;
  }

  .goleeIntroductory4-pic.golee-pic img {
    height: 100%;
  }

  .goleeIntroductory4-pic.golee-pic {
    height: 450px;
  }

  .goleeIntroductory4-safe {
    padding: 0;
    width: 100%;
    background-color: transparent;
    top: 30px;
    transform: translateX(-50%) translateY(0);
  }

  .goleeIntroductory41-t2::after {
    width: 70px;
    left: 130px;
  }

  .goleeIntroductory41-safe {
    margin-top: 50px;
  }

  .goleeIntroductory41-pic {
    width: 75%;
  }

  .goleeIntroductory4-safe:after {
    display: none;
  }

  .goleeIntroductory41 .goleeIntroductory4-btn {
    bottom: -80px;
    left: 70px;
  }

  .goleeIntroductory41 .goleeIntroductory4-rigbtn {
    left: unset;
    right: 70px;
  }

  .goleeIntroductory41-span {
    font-size: 20px;
    text-align: center;
  }

  .goleeIntroductory41 {
    padding: 30px 25px 50px 25px;
    width: 92%;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #fff;
  }

  .goleeIntroductory42 {
    height: 200px;
    width: 100%;
    margin-top: -30px;
    position: unset;
    transform: translateX(0);
  }

  .goleeIntroductory42 .swiper-container {
    display: none;
  }

  .goleeIntroductory42 .goleeIntroductory4-btn {
    display: none;
  }

  .goleeIntroductory41-safe {
    overflow: auto;
    overflow-x: hidden;
  }

  .goleeIntroductory41-span {
    display: none;
  }

  .goleeIntroductory41-single.active .goleeIntroductory41-span {
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: absolute;
    bottom: -85px;
    font-size: 22px;
    color: rgba(207, 207, 207, 1);
  }

  .goleeIntroductory41-single.active .goleeIntroductory41-span span {
    color: #fff;
    font-size: 40px;
  }

  .goleeIntroductory41-ampt {
    margin-top: 20px;
    font-size: 16px;
    font-family: HarmonyOS Sans SC-Bold;
  }

  .goleeIntroductory42-line {
    display: none;
  }

  .goleeIntroductory41-line {
    background: rgba(255, 255, 255, 0.51);
    position: absolute;
    display: block;
    top: unset;
    bottom: -33%;
    height: 2px;
    width: 92%;
    right: 50%;
    transform: translateX(50%);
  }

  .goleeIntroductory41-line .swiper-pagination-progressbar-fill {
    height: 3px;
    background: #fff;
  }

  .goleeIntroductory5 {
    margin-top: 0;
  }

  .goleeIntroductory5-con {
    height: 100%;
  }

  .goleeIntroductory5-rig {
    width: 100%;
  }

  .goleeIntroductory5-rig {
    width: 100%;
    height: 308px;
    overflow: scroll;
    padding: 0;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
  }

  .goleeIntroductory5-safe {
    padding: 0 3.8%;
    position: unset;
  }

  .goleeIntroductory5-rigBot {
    right: 5%;
    bottom: 50px;
  }

  .goleeIntroductory5 h2 {
    padding: 60px 0 30px;
  }


  .goleeIntroductory3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ny_cp {
    padding: 30px 0;
  }

  .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;
  }









}




@media (min-width:500px) and (max-width:1024px) {

  .goleeIntroductory2-pic.ph.golee-pic {
    height: 800px;
    overflow: hidden;
  }

  .goleeIntroductory2-single:last-child {
    width: 48%;
    display: block;
  }

  .goleeIntroductory3-con .ban1.swiper-container-initialized {
    padding: 0 11%;
  }

  .goleeIntroductory3-con .ban1 .swiper-slide-active {
    padding: 50px 0;
  }

  .goleeIntroductory3-con .ban2 .swiper-slide {
    height: 36px;
    font-size: 14px;
    line-height: 34px;
  }


}







@media only screen and (max-width:600px) {
  .ban .swiper-slide .word h3 {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 3rem;
  }

  .ban .swiper-slide.swiper-slide-active .word a.xq {
    display: none;
  }

  .ban .swiper-slide .word {
    height: 140px;
    margin-top: -70px;
  }

  .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;
  }

  .zxzx .right ul li .ri {
    height: 72px;
    width: 70px;
    font-size: 20px;
  }

  .zxzx .right ul li .dian {
    width: 20px;
  }

  .zxzx .right ul li .nr {
    width: calc(100% - 100px);
  }

  .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: 20px;
  }

  .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;
  }






























}