/** 清除内外边距 **/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */

dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */

pre,
/* text formatting elements 文本格式元素 */

form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */

th,
td
/* table elements 表格元素 */

  {
  margin: 0;
  padding: 0;
}

/** 设置默认字体 **/

body,
button,
input,
select,
textarea
/* for ie */

  {
  /* font: 14px/1.0 "Microsoft YaHei", "黑体", "宋体", sans-serif; */
  font: 14px/1.0 "PingFang SC", "Source Han Sans CN", "Microsoft YaHei UI Light", "Microsoft YaHei", "Microsoft JhengHei", "Helvetica Neue", Helvetica, "Heiti SC", Arial, sans-serif;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

/* 将斜体扶正 */

code,
kbd,
pre,
samp {
  /* font-family: courier new, courier, monospace; */
  font-family: "PingFang SC", "Source Han Sans CN", "Microsoft YaHei Light", "Microsoft YaHei", "Microsoft JhengHei", "Helvetica Neue", Helvetica, "Heiti SC", Arial, sans-serif;
}

/* 统一等宽字体 */

small {
  font-size: 12px;
}

/* 小于 12px 的中文很难阅读, 让 small 正常化 */
/** 重置列表元素 **/

ul,
li,
ol {
  list-style: none;
}

/** 重置文本格式元素 **/

a {
  text-decoration: none;
  -webkit-tap-highPingFang SC light-color: rgba(0, 0, 0, 0);
  color: #333;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

sup {
  vertical-align: text-top;
}

/* 重置, 减少对行高的影响 */

sub {
  vertical-align: text-bottom;
}

/** 重置表单元素 **/

legend {
  color: #000;
}

/* for ie6 */

fieldset,
img {
  border: 0;
}

/* img 搭车：让链接里的 img 无边框 */

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* 使得表单元素在 ie 下能继承字体大小 */

input::-ms-clear {
  display: none;
}

/*隐藏文本框叉子*/

input::-ms-reveal {
  display: none;
}

/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 HTML5 元素 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

a {
  display: inline-block;
}

/* @font-face {
  font-family: "PingFang SC Bold";
  src: url('/web/bocweb/web/font/PINGFANG%20BOLD_1.TTF');
  font-weight: normal;
  font-style: normal;
} */
/*

@font-face {
  font-family: "PingFang SC Bold";
  src: url('/web/bocweb/web/font/NotoSansHans-PingFang%20SC%20Bold.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PingFang SC Regular";
  src: url('/web/bocweb/web/font/NotoSansHans-Regular.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PingFang SC medium";
  src: url('/web/bocweb/web/font/NotoSansHans-Normal.OTF');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: "bebas";
  src: url('../font/BEBAS___.TTF');
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 640px) {
  html {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 20px;
  }
}

@media screen and (max-width: 380px) {
  html {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 16px;
  }
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

html {
  font-size: 20px;
  height: 100%;
  background: #fff;
}

.clear::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.cen {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content {
  width: 83%;
  margin: 0 auto;
}

.pic-box {
  overflow: hidden;
  z-index: 33;
  height: 100%;
  width: 100%;
}

.pic-box img {
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
}

.pic-box:hover img {
  transform: scale(1.1, 1.1);
}

.swiper-container {
  width: 100%;
  /* height: 100%; */
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
}

img {
  vertical-align: middle;
}

.swiper-slide a {
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.o {
  font-size: 0;
}

.half {
  display: inline-block;
  width: 50%;
}

@media screen and (max-width:500px) {}

.pic img {
  width: 100%;
  transition: 0.5s;
}

.pic {
  overflow: hidden;
}

.inline {
  display: inline-block;
}

.se1 .swiper-slide>img {
  width: 100%;
  height: 100%;
}

.se1 .swiper-slide {
  background-color: #1b314c;
}

.se-c {
  height: 100vh;
  width: 100%;
}

.se1 .swiper-container {
  height: 100%;

}

.se1 .swiper-pagination {
  color: #fff;
  text-align: right;
  font-size: 16px;
  color: #fff;
  font-family: 'PingFang SC light';
  padding: 0 3%;
  box-sizing: border-box;
  bottom: 7%;
}

.se1 .swiper-pagination span {
  margin: 0 8px;
  display: inline-block;
  vertical-align: middle;
}

.se1 .swiper-pagination-current {
  font-family: 'blod';
  font-size: 24px;
}

.se1 .font {
  position: absolute;
  top: 55%;
  left: 8.5%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.8s;
}

.se1 .font.act {
  top: 50%;
  opacity: 1;
}

.se1 .font .ti {
  line-height: 1.5;
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
  font-size: 50px;
  color: #fff;
}

.se1 .font .de {
  font-family: 'PingFang SC light';
  font-size: 50px;
  color: #fff;
}

.se1 .font .dede {
  font-family: 'PingFang SC light';
  font-size: 26px;
  color: #fff;
  margin: 10% 0;
}

.se1 .font .dede span {
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
}


.se1 .bot {
  cursor: pointer;
  position: absolute;
  bottom: 17%;
  left: 8.3%;
  z-index: 9;
  opacity: 0;
  transition: 0.8s 0.3s;
}

.se1 .bot.act {
  bottom: 7%;
  opacity: 1;
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  padding: 0 3%;
  box-sizing: border-box;
  z-index: 99999999999999999999999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}

.head .logo {
  width: 300px;
  height: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../image/logo.png');
  transition: 0.5s;
  background-size: 300px auto;
}

.head .right {
  height: 100%;
}

.head .right>div {
  display: inline-block;
  height: 100%;
  margin-left: 30px;
  cursor: pointer;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  transition: 0.5s;
}

.head .right>div.sea {
  background-image: url('../image/hi1.png');
}

.head .right>div.ewm {
  background-image: url('../image/hi2.png');
}

.header.act .right>div.sea {
  background-image: url('../image/hi1h.png');
}

.header.act .right>div.ewm {
  background-image: url('../image/hi2h.png');
}

.header.act .right .xian {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.header.act .right .menu i {
  background-color: #333333;
}

.header.act {
  background-color: #fff;
}

.head .right .xian {
  border-right: 1px solid #fff;
  height: 30px;
  vertical-align: middle;
  opacity: 0.5;
  width: auto;
}

.head .right .menu {
  width: 30px;
  height: 100px;
  position: relative;
  vertical-align: middle
}

.head .right .menu i {
  background-color: #fff;
  height: 3px;
  border-radius: 1px;
  display: block;
  width: 28px;
  transition: 0.5s;
}

.head .right .menu i:nth-child(2) {
  margin: 5px 0;
  width: 22px;
}

.sea-box {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999999999;
  /* opacity: 0; */
  display: none;
  /* transition: 0.5s; */
}

.sea-box .font {
  position: relative;
  border: 1px solid transparent;
  /* display: none; */
  box-sizing: border-box;
  /* opacity: 0; */
  top: -400px;
  -webkit-transition: all 1.5s cubic-bezier(.16, 1.08, .38, .98);
  transition: all 1.5s cubic-bezier(.16, 1.08, .38, .98);
  -o-transition: all 1.5s cubic-bezier(.16, 1.08, .38, .98);
  transition: all 1.5s cubic-bezier(.16, 1.08, .38, .98);
}

.sea-box .font.act {
  top: -1px;
}

.sea-box .font .head {
  position: relative;
  box-shadow: none;
}

.sea-box .bg {
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sea-box .search {
  margin: 6% auto;
  margin-bottom: 8%;
  padding-bottom: 30px;
  width: 57%;
  height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;

}

.sea-box .search .btn {
  padding: 0 15px;
  display: inline-block;
  visibility: middle;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 32px;
}

.sea-box .search .text {
  font-size: 18px;
  color: #fff;
  font-family: 'PingFang SC Regular';
  border: none;
  background-color: transparent;
  padding-left: 20px;
  box-sizing: border-box;
  width: 60%;
}

.sea-box .search .button {
  cursor: pointer;
  width: 25px;
  height: 7px;
  background-color: transparent;
  border: none;
  background-image: url('../image/jt1.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  bottom: 20px;
}

.sea-box .search .text::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.sea-box .search .text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}

.sea-box .search .text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.7);
}

.sea-box .search .text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.7);
}

.sea-box .font .cha {
  position: absolute;
  right: 10%;
  bottom: 0;
  transform: translateY(-30%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url('../image/jt3.png');
  background-position: center;
  opacity: 0;
  transition: 0.8s;
  cursor: pointer;
}

.sea-box .font .cha.act {
  transform: translateY(50%);
  opacity: 1;
}

.menu-box {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999999999;
  display: none;

}

.menu-link {
  position: absolute;
  right: -50%;
  top: 0;
  height: 100%;
  width: 21%;
  -webkit-transition: right 1.5s cubic-bezier(.16, 1.08, .38, .98);
  transition: right 1.5s cubic-bezier(.16, 1.08, .38, .98);
  -o-transition: right 1.5s cubic-bezier(.16, 1.08, .38, .98);
  transition: right 1.5s cubic-bezier(.16, 1.08, .38, .98);
}

.menu-link.act {
  right: 0;
}

.menu-link .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
}

.menu-link .bg2 {
  position: absolute;
  top: 14%;
  right: 0;
  width: 80%;
  /* height: 100%; */
  opacity: 0.95;
}

.menu-link .head {
  border-bottom: none;
}

.menu-link .head.active {
  box-shadow: none;
}

.menu-link .ul li>a {
  font-family: 'PingFang SC medium';
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
}

.menu-link .ul {
  position: absolute;
  left: 50%;
  top: 55%;
  opacity: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  transition: 0.5s ease-in-out 0.5s;
}

.menu-link .ul.act {
  top: 50%;
  opacity: 1;
}

.menu-link .ul li>a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 1px;
  background-color: #fff;
  opacity: .5;
  margin-right: 0px;
  width: 0;
  transition: 0.5s ease-in-out;
}

.menu-link .ul li.act>a {
  /* font-family: 'PingFang SC Bold,'; */
  opacity: 1;
}

.menu-link .ul li.act>a:before {
  margin-right: 15px;
  width: 25px;
}

.menu-link .ul li:hover>a:before {
  margin-right: 15px;
  width: 25px;
}

.menu-link .ul li {
  margin-bottom: 8%;
}

.menu-link .ul .link a {
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #666;
  display: block;
  margin-bottom: 30px;
  transition: 0.5s;
}

.menu-link .ul .link a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 1px;
  background-color: #244497;
  opacity: .5;
  margin-right: 0px;
  width: 0;
  transition: 0.5s ease-in-out;
}

.menu-link .ul .link a.act {
  color: #244497;
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
}

.menu-link .ul .link a:hover {
  color: #244497;
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
}

.menu-link .ul .link a.act:before {
  width: 15px;
  margin-right: 15px;
}

.menu-link .ul .link a:hover:before {
  width: 15px;
  margin-right: 15px;
}

.menu-link .ul .link {
  background-color: #fff;
  position: absolute;
  top: 20%;
  left: 0%;
  width: 160px;
  transform: translateX(-50%);
  padding: 70px 0;
  z-index: 2;
  display: none;
  -webkit-transition: top 0.8s cubic-bezier(.16, 1.08, .38, .98);
  transition: top 0.8s cubic-bezier(.16, 1.08, .38, .98);
  -o-transition: top 0.8s cubic-bezier(.16, 1.08, .38, .98);
  transition: top 0.8s cubic-bezier(.16, 1.08, .38, .98);
}

.menu-link .ul .link.act {
  top: 13%;
  z-index: 3;
}

.menu-box i:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}

.menu-box i:nth-of-type(2) {
  opacity: 0;
}

.menu-box i:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
  transform: rotate(-45deg) translate(4px, -5px);
}

.header.act .logo {
  background-image: url('../image/logo1.png');
}

.se-c.nei {
  padding-top: 100px;
  box-sizing: border-box;
}

.se2 .se-c .half {
  height: 100%;
}

.se2 .se-c .half>img {
  height: 100%;
  opacity: 0;
  transition: 1s;
}

.se2 .se-c .half>img.act {
  opacity: 1;
}

.se2 {
  background-color: #1b314c;
  position: relative;
}

.se2 .link {
  /* height: 140px; */
  width: 72%;

  position: absolute;
  bottom: -7%;
  left: 50%;
  opacity: 0;
  transition: 0.6s 0.6s;
  transform: translateX(-50%);
}

.se2 .link.act {
  bottom: 7%;
  opacity: 1;
}

.se2 .link a {
  width: 16.6%;
  background-color: #fff;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  padding: 2% 0;
  box-sizing: border-box;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../image/w3h.jpg');
  background-size: 100% 102%;
}

.se2 .link a.act {
  padding: 3.5% 0;
  background-image: url('../image/w3.jpg');
}

.se2 .link .icon {
  height: 35px;
  position: relative;
  margin-bottom: 8px;
}

.se2 .link .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.5s;
}

.se2 .link .icon img.after {
  opacity: 0;
}

.se2 .link a.act .icon img.after {
  opacity: 1;
}

.se2 .link a.act .icon img.before {
  opacity: 0;
}

.se2 .link .ti {
  line-height: 1.5;
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
  font-size: 20px;
  color: #333;
  transition: 0.5s;
}

.se2 .link a.act .ti {
  line-height: 1.5;
  color: #fff;
}

.se2 .font .font-box {
  height: 78%;
  position: relative;
  /* text-align: left; */
  background-image: url('../image/w2.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}

.se2 .font .font-box .center {
  width: 100%;
  padding-right: 17%;
  padding-left: 6%;
  box-sizing: border-box;
  top: 65%;
  opacity: 0;
  transition: 0.8s;
}

.se2 .font .font-box .center.act {
  opacity: 1;
  top: 50%;
}

.wel-ti {
  font-family: 'PingFang SC medium';
  font-size: 40px;
  color: #fff;

}

.se2 .font .font-box .ti {
  line-height: 1.5;
  font-family: 'PingFang SC Regular';
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
  color: #fff;
}

.se2 .font .font-box .de {
  font-family: 'PingFang SC light';
  text-indent: 2em;
  font-size: 16px;
  color: #fff;
  margin-bottom: 35px;
}

.se3 {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../image/w4-1.jpg');
  background-size: 100% 100%;
}

.se3 ul {
  height: 100%;
  position: relative;
  padding-left: 25%;
  box-sizing: border-box;
}

.se3 ul li .bg {
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%,-50%);
}

.se3 ul li.act .bg {
  opacity: 1;
}

.se3 ul li {
  display: inline-block;
  width: 33.33%;
  overflow: hidden;
  height: 51%;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.8s;
  /* margin-bottom: 1px; */
}

.se3 ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.se3 ul li:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.se3 ul li.active {
  opacity: 1;
}

.se3 ul li:nth-child(4n) {
  border-right: none;
}
.se3 ul li{
  float: right;
}
.se3 ul li:first-child {
  width: 25%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  float: none;
  background-color: transparent;
}

.se3 ul li>img {
  width: 100%;
  height: 100%;
}

.se3 ul li .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../image/w6.png');
  background-size: 100% 100%;
  text-align: center;
  transition: 0.5s;
}

.se3 ul li .top .center {
  transition: 0.5s;
  /* padding-top: 0; */
}

.se3 ul li.act .top .center {
  padding-top: 60px;
}

.se3 ul li .top .center .jia {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);

  opacity: 0;
}

.se3 ul li.act .top .center .jia {
  top: 0;
  transition: 0.5s;
  opacity: 1;
}

.se3 ul li .top .ti {
  line-height: 1.5;
  font-family: 'PingFang SC medium';
  color: #fff;
  font-size: 30px;
  transition: 0.5s;
}

.se3 ul li.act .top {
  background-image: url('../image/w7.png');
}

.se4 {
  background-color: #1b314c;
}

.se4 .top {
  padding: 50px 0;

}

.se4 .top .link {
  margin-top: 30px;
}

.se4 .top .link a {
  font-family: 'PingFang SC Regular';
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
  transition: 0.5s;
  margin-left: 35px;

}

.se4 .top .link a:hover {
  opacity: 1;
}

.se4 .news .one {
  box-sizing: border-box;
  padding-right: 3%;
}

.se4 .news .one a {
  padding-bottom: 150px;
  position: relative;
  left: -50px;
  transition: 0.8s;
  opacity: 0;
  width: 100%;
  min-height: 282px;
}

.se4 .news .one a.act {
  left: 0;
  opacity: 1;
}

.se4 .news .one a .font {

  padding: 25px 4%;
  position: absolute;
  bottom: 0;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../image/w9.png');
}

.se4 .news a .ti {
  line-height: 1.5;
  font-family: 'PingFang SC medium';
  font-size: 22px;
  color: #fff;
}

.se4 .news a .time {
  font-family: 'PingFang SC medium';
  font-size: 14px;
  color: #fff;
  margin: 10px 0;
}

.se4 .news a .de {
  font-size: 14px;
  color: #fff;
  font-family: 'PingFang SC Regular';
  margin-bottom: 20px;
  line-height: 2;
}

.se4 .news a:hover .pic img {
  transform: scale(1.1);
}

.se4 .news {
  position: relative;
}

.se4 .news .three {
  position: absolute;
  top: 0%;
  height: 100%;
  width: 50%;
  right: 20%;
  opacity: 0;
  transition: 1.2s;
}

.se4 .news .three.act {
  right: 0;
  opacity: 1;
}

.se4 .news .three a {
  height: 30%;
  margin-bottom: 3.7%;
  display: block;
  /* background-color: #fff; */
  padding: 20px 6%;
  box-sizing: border-box;
  padding-right: 12%;
  background-image: url('../image/w11.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 102%;
  transition: 0.5s;
}

.se4 .news .three a:hover {
  background-image: url('../image/w10.png');
}

.se4 .news .three a:nth-child(3) {
  margin-bottom: 0;
}

.se4 .news .three a .ti {
  line-height: 1.5;
  font-family: 'PingFang SC medium';
  font-size: 22px;
  color: #333;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.se4 .news .three a .time {
  color: #666;
  transition: 0.5s;
}

.se4 .news .three a .de {
  color: #666;
  margin-bottom: 0;
  transition: 0.5s;
  height: 56px;
  overflow: hidden;
}

.se4 .news .three a:hover .ti,
.se4 .news .three a:hover .time,
.se4 .news .three a:hover .de {
  color: #fff;
}

.se4 .news .three a {
  position: relative;
  min-height: 160px;
}

.se4 .news .three a .bg {
  position: absolute;
  width: 35px;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  transition: 0.5s;
  opacity: 0;
}

.se4 .news .three a:hover .bg {
  right: 4%;
  opacity: 1;
}

.footer {
  padding: 0 3%;
  box-sizing: border-box;
  background-color: #222222;
  padding-top: 30px;

}

.footer .top {
  /* height: 500px !important; */
  margin-bottom: 20px;
}

.footer .logo {
  width: 300px;
  height: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../image/logo.png');
  transition: 0.5s;
  opacity: 0.6;
  background-size: 300px auto;
}

.footer .link {
  width: 300px;
  height: 50px;
  background-color: #3c3c3c;
  margin-top: 30px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  font-family: 'PingFang SC Regular';
  position: relative;
  z-index: 999;
}

.footer .link .link-top {
  line-height: 50px;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
}

.footer .link .link-top .me i {
  width: 16px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: 0.5s;
}

.footer .link .link-top .me i:nth-child(2) {
  margin: 3px 0;
}

.footer .link .link-top .me {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.footer .link .a {
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  display: none;
}

.footer .link.act .a {}

.footer .link .a a {
  font-size: 14px;
  color: #666;
  padding: 10px;
  padding-left: 40px;
  display: block;
  transition: 0.5s;
}

.footer .link .a a:hover {
  color: #244497;
}

.footer .link.act .link-top .me i:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(3px, 3px);
  transform: rotate(45deg) translate(3px, 3px);
}

.footer .link.act .link-top .me i:nth-of-type(2) {
  opacity: 0;
}

.footer .link.act .link-top .me i:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
}

.footer .con .nav a {
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #fff;
  opacity: 0.4;
  transition: 0.5s;
  white-space: nowrap;
}

.footer .con .nav a:hover {
  opacity: 1;
}

.footer .con .nav a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 4px;
  width: 4px;
  background-color: #7a7a7a;
  border-radius: 50%;
  margin: 0 20px;
}

.footer .con .nav a:last-child:after {
  display: none;
}

.footer .bdsharebuttonbox {
  margin-top: 50px;
}

.footer .bdsharebuttonbox span {
  font-size: 14px;
  color: #fff;
  opacity: 0.2;
  vertical-align: middle;
}

.footer .bdsharebuttonbox a {
  float: none;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: center;
  opacity: 0.4;
  margin: 0 5px;
}

.footer .bdsharebuttonbox a.bds_tsina {
  background-image: url('../image/fi1.png');
  background-size: 18px 14px;
}

.footer .bdsharebuttonbox a.bds_weixin {
  background-image: url('../image/fi2.png');
  background-size: 18px 14px;
}

.footer .bdsharebuttonbox a.popup_sqq {
  background-image: url('../image/fi3.png');
  background-size: 12px 14px;
}

.footer .con .add p {
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #fff;
  opacity: 0.4;
  margin-bottom: 15px;
}

.footer .con .ewm {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}

.footer .con {
  position: relative;
}

.footer .con .ewm .pp {
  font-size: 16px;
  color: #fff;
  font-family: 'PingFang SC Regular';
  margin-bottom: 15px;
  opacity: 0.4;
}

.footer .last {
  font-family: 'PingFang SC Regular';
  font-size: 14px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 45px;

  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .last div {
  opacity: 0.2;
}

.footer .last a {
  font-family: 'PingFang SC Regular';
  font-size: 14px;
  color: #fff;
  opacity: 0.2;
}

.menu-box .bdsharebuttonbox {
  position: absolute;
  width: 100%;
  bottom: 0%;
  opacity: 0;
  left: 0;
  text-align: center;
  transition: 0.5s ease-in-out 0.8s;
}

.menu-box .bdsharebuttonbox.act {
  bottom: 10%;
  opacity: 1;
}

.menu-box .bdsharebuttonbox span {
  font-size: 14px;
  color: #fff;
  /* opacity: 0.2; */
  vertical-align: middle;
}

.menu-box .bdsharebuttonbox a {
  float: none;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: center;
  opacity: 0.4;
  margin: 0 5px;
  transition: 0.5s;
}

.menu-box .bdsharebuttonbox a.bds_tsina {
  background-image: url('../image/fi1.png');
  background-size: 18px 14px;
}

.menu-box .bdsharebuttonbox a.bds_weixin {
  background-image: url('../image/fi2.png');
  background-size: 18px 14px;
}

.menu-box .bdsharebuttonbox a.popup_sqq {
  background-image: url('../image/fi3.png');
  background-size: 12px 14px;
}

.ban img {
  width: 100%;
}

.ban {
  /* margin-top: 100px; */
  position: relative;
}

.head.nei {
  /* position: relative; */
}

.head.active {
  /* position: fixed; */
  height: 80px;
  line-height: 80px;
  box-shadow: 1px 1px 10px #ccc;
}

.head {
  transition: 0.5s;
}

.head.active .right .menu,
.head.active .logo {
  height: 80px;
}

.ban .font {
  font-family: 'PingFang SC medium';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8.5%;
  font-size: 50px;
  color: #fff;
}

#luxy {
  padding-top: 100px;
}

.ban .bot {
  position: absolute;
  bottom: -109%;
  left: 0;
  width: auto;
}

.nei-nav .left {
  vertical-align: middle;
}

.nei-nav {
  background-color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}

.bgc {
  background-color: #fafafa;
  overflow: hidden;
}

#luxy {
  background-color: #222;
  overflow: hidden;
}

.title {
  font-size: 40px;
  color: #333;
  font-family: 'PingFang SC medium';
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}

.nei-nav a {
  font-family: 'PingFang SC medium';
  font-size: 16px;
  color: #666;
  margin: 0 10px;
  transition: 0.5s;
  vertical-align: middle
}

.nei-nav a:hover {
  color: #244497;
}

.nei-nav .link a {
  margin: 0;
  margin-left: 30px;

}

.nei-nav .link a.act {
  color: #244497;
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
}

.profile .half {
  vertical-align: top;
}

.profile .tit {
  line-height: 1.5;
  font-family: 'PingFang SC medium';
  font-size: 30px;
  color: #333;
  margin-bottom: 30px;
}

.profile .de p {
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}

.profile .de p span {
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.profile .pic {
  margin-left: 50%;
}

.profile .zi {
  padding-right: 4%;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.relative {
  position: relative;
}

.profile .zi ul {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.profile .zi ul li {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  text-align: center;
  width: 17.5%;
  padding: 30px 0;
  box-shadow: 1px 1px 10px #eee;
  margin-right: 5%;
}

.profile .zi ul li .p {
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

.profile .zi ul li .icon {
  height: 35px;
  margin-bottom: 8px;
}

.profile {
  padding-bottom: 100px;
}

.ban .bot {
  animation: bounce-down1 1s linear infinite;
  cursor: pointer;
}

@keyframes bounce-down1 {
  25% {
    transform: translateY(-3px);
  }

  50%,
  100% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(3px);
  }
}

.develop .num {
  font-family: 'bebas';
  font-size: 32px;
  color: #244497;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  transition: 0.5s;
}

.develop .swi .swiper-container {
  padding: 10px;
  box-sizing: border-box;
}

.develop .font {
  background-color: #fff;
  padding: 0 10%;
  overflow: hidden;
  height: 360px;
  margin-bottom: 90px;
  box-sizing: border-box;
  box-shadow: 1px 1px 10px #ccc;
}

.develop .swiper-slide {
  padding-right: 2.5%;
  box-sizing: border-box;

}

.develop .de {
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #666;
  height: 175px;
  transition: 0.5s;
}

.develop .swi {
  box-sizing: border-box;
  padding-right: 14%;
  position: relative;
}

.develop .swi .img {
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translateX(-50%);
  /* width: 95.095%;
  margin-left: -10px; */
  width: 94.6%;
  margin-left: -17px;
}

.content .snext,
.content .sprev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #dedede;
  background-size: 20px 8px;
  margin: 0;
  transition: 0.5s;
}

.content .snext:hover,
.content .sprev:hover {
  background-color: #244497;
}

.content .snext {
  background-image: url('../image/r.png');
}

.content .sprev {
  background-image: url('../image/l.png');
}

.develop {
  padding-bottom: 80px;
}

.develop .snext {
  top: 145px;
}

.develop .sprev {
  top: 210px;
}

.develop .snext,
.develop .sprev {
  left: auto;
  right: 8%;
}

.develop .p {
  font-family: 'PingFang SC medium';
  font-size: 18px;
  color: #666;
  position: relative;
  transition: 0.5s;
}

.develop .p:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #244497;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 4%;
  opacity: 0;
  transition: 0.5s;
}

.develop .font {
  position: relative;
}

.develop .font .zi {
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
  font-size: 20px;
  color: #333;
  position: absolute;
  left: 10%;
  bottom: 25px;
  transition: 0.5s;
}

.develop .de {
  padding-right: 10px !important;
}

.develop .zl-scrollBar.zl-verticalBar,
.develop .zl-scrollBarBox {
  width: 3px !important;
}

.develop .swiper-slide .font {
  background-image: url('../image/a4.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transition: 0.5s;
  cursor: pointer;
}

.develop .swiper-slide.act .font {
  background-image: url('../image/a3.png');
}

.develop .swiper-slide.act .font .num {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.develop .swiper-slide.act .font .de p,
.develop .swiper-slide.act .font .zi {
  color: #fff;
}

.develop .swiper-slide.act .p:after {
  opacity: 1;
}

.develop .swiper-slide.act .p {
  color: #244497;
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
}

.culture .box {
  background-image: url('../image/a5.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 40px;
}

.culture ul li {
  /* background-color: #fff; */
  display: inline-block;
  vertical-align: top;
  width: 18%;
  padding-bottom: 16%;
  position: relative;
  text-align: center;
  background-image: url('../image/a6.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 105% 105%;
  transition: 0.5s;
  cursor: pointer;
  margin-right: 2%;
  margin-bottom: 40px;
  box-shadow: 1px 1px 20px #999;
}

.culture ul li.act {
  background-image: url('../image/a7.png');
  box-shadow: none;
}

.culture ul li>.center {
  width: 100%;
  margin-top: 22px;
}

.culture ul li .icon .after {
  opacity: 0;
}

.culture ul li .icon img {
  transition: 0.5s;
}

.culture ul li .ti {
  line-height: 1.5;
  font-family: 'PingFang SC medium';
  font-size: 24px;
  color: #333;
  transition: 0.5s;
  margin: 15px 0;
}

.culture ul li.act .ti {
  line-height: 1.5;
  color: #fff;
}

.culture ul li .de {
  min-height: 64px;
}

.culture ul li .de p {
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #666;
  transition: 0.5s;
  text-align: center;
  line-height: 2;
}

.culture ul li.act .de p {
  color: #fff;
}

.culture ul li .icon {
  height: 36px;
  position: relative;
}

.culture ul li.act .icon .after {
  opacity: 1;
}

.culture ul li.act .icon .before {
  opacity: 0;
}

.leader .ti {
  line-height: 1.5;
  font-size: 40px;
  color: #244497;
  font-family: 'PingFang SC medium';
}

.leader .swi {
  position: relative;
  text-align: center;
}

.leader .swi .swiper-slide .img {
  border: 15px solid #fff;
  z-index: 99;
}

.leader .swi .swiper-slide {
  transform: scale(0.6);
  transition: 0.5s;
  padding-bottom: 0px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.leader .swi .swiper-slide.act {
  transform: scale(1);
  padding-bottom: 300px;
  overflow: visible
}

.leader .swi {
  padding: 0 5%;
  box-sizing: border-box;
  height: 700px;
  overflow: hidden;
}

.leader .swi .swiper-container {
  overflow: visible;
}

.leader .swi .img img {
  width: 100%;
}

.leader .swi .img {
  border-radius: 50%;
  overflow: hidden;
  position: relative;

  /* padding-bottom: 100%; */
  box-sizing: border-box;
}

.leader .swi .img img {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
}

.leader .swi .swiper-slide.act .img {
  border: 30px solid #fff;
}

.leader .swi .tit {
  line-height: 1.5;
  font-family: 'PingFang SC Regular';
  font-size: 24px;
  color: #333;
  margin: 20px 0;

}

.leader .swi .de {
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #666;
  text-align: center;
}

.leader .swi .font {
  position: absolute;
  top: 45%;
  width: 500%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s;
}

.leader .swi .swiper-slide.act .font {
  opacity: 1;
}

.leader {
  background-image: url('../image/a14.png');
  background-repeat: no-repeat;
  background-position: center 85%;
  background-size: 100%;
}

.leader .swiper-slide>.ti {
  z-index: 99;
  line-height: 1.5;
  font-family: 'PingFang SC medium';
  color: #333;
  font-size: 34px;
  margin-top: 20px;
  opacity: 1;
  transition: 0.5s;
}

.leader .swi .swiper-slide.act>.ti {
  line-height: 1.5;
  opacity: 0;
}

.leader .swiper-button-next,
.leader .swiper-button-prev {
  top: 24%;
}

.naver a {
  box-shadow: 1px 1px 20px #eee;
  font-size: 24px;
  font-family: 'PingFang SC medium';
  width: 240px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  margin: 0 20px;
  transition: 0.5s;
}

.naver a.act {
  background-color: #244497;
  color: #fff;
  box-shadow: none;
}

.naver a:hover {
  background-color: #244497;
  box-shadow: none;
  color: #fff;
}

.naver {
  text-align: center;
  margin-bottom: 70px;
}

.gove {
  background-image: url('../image/g1.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

.gove .o {
  margin-bottom: 150px;
}

.gove .o li {
  box-shadow: 1px 1px 10px #eee;
  display: inline-block;
  vertical-align: top;
  background-image: url('../image/a4.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: 0.5s;
  width: 18%;
  margin-right: 2.5%;
  text-align: center;
  padding: 0 2%;
  box-sizing: border-box;
  cursor: pointer;
}

.gove .o li:nth-child(5n) {
  margin-right: 0;
}

.gove .o li.act {
  background-image: url('../image/a3.png');
}

.gove li .icon {
  height: 50px;
  position: relative;
  margin-bottom: 20px;
}

.gove li .icon img {
  transition: 0.5s;
}

.gove li .icon img.after {
  opacity: 0;
}

.gove li.act .icon img.before {
  opacity: 1;
}

.gove .o li.act .icon img.after {
  opacity: 1;
}

.gove .o li.act .icon img.before {
  opacity: 0;
}

.gove li .top .ti {
  line-height: 1.5;
  font-size: 22px;
  color: #333;
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
  transition: 0.5s;
}

.gove .o li.act .top .ti {
  line-height: 1.5;
  color: #fff;
}

.gove li .top {
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}

.gove li .de {
  height: 180px;
}

.gove li .de p {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 2;
  transition: 0.5s;
}

.gove .o li.act .de p {
  color: #fff;
}

.gove .img img {
  max-width: 100%;
}

.gove .img {
  text-align: center;
  margin-top: -70px;
}

.busi .box>img {
  width: 100%;
}

.busi .box {
  position: relative;
}

.busi .box .font {
  position: absolute;
  left: 8.5%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.busi .box .font>div {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.7% 3%;
  box-sizing: border-box;
  width: 44.5%;
}

.busi .box .font img {
  display: block;
}

.color {
  background-image: url('../image/bg1.jpg');
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.busi .box .font .ti {
  line-height: 1.5;
  display: inline-block;
  font-family: 'PingFang SC medium';
  font-size: 36px;
  background-image: url('../image/bg1.jpg');
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 30px;
  margin-bottom: 20px;
}

.busi .box .font .de {
  font-family: 'PingFang SC Regular';
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}

.pro .tit {
  line-height: 1.5;
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #666;
  width: 71%;
}

.pro .tit span {
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
  color: #333;
}

.pro .top .sel {
  width: 300px;
  background-color: #fff;
  display: inline-block;
  margin-right: 40px;
}

.pro .top .sel select {
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  color: #999;
  font-family: 'PingFang SC Regular';
  height: 60px;
  border: none;
  cursor: pointer;
  background-image: url('../image/xia.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  padding: 0 25px;
  box-sizing: border-box;
  box-shadow: 1px 1px 10px #eee;
}

.pro .top .sel select option {
  height: 45px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 45px;
  background: #eee;
  border: none;
  display: block;
}

.pro .top {
  margin-top: 50px;
  margin-bottom: 60px;
}

.pro .top .right {
  width: 33%;
  /* line-height: 60px; */
  height: 60px;
  box-shadow: 1px 1px 10px #eee;
}

.pro .top .right .button {
  cursor: pointer;
  line-height: 60px;
  width: 120px;
  background-color: #244497;
  text-align: center;
  border: none;
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #fff;
}

.pro .top .right .button img {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 8px;
}

.pro .top .right .text {
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  border: none;
  font-size: 16px;
  font-family: 'PingFang SC Regular';
  color: #333;
  padding: 0 25px;
  box-sizing: border-box;
}

.pro-de a {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  padding-bottom: 130px;
  position: relative;
  background-color: #fff;
  line-height: 1.8;
  margin-bottom: 40px;
  box-shadow: 1px 1px 20px #eee;
}

.pro-de a:nth-child(3n) {
  margin-right: 0;
}

.pro-de a:hover .pic img {
  transform: scale(1.1);
}

.pro-de a .font {
  height: 130px;
  position: absolute;
  bottom: 0;
  padding: 6% 5%;
  transition: 0.5s;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
}

.pro-de a .font:after {
  content: '';
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-image: url('../image/w3.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: -1;
}

.pro-de a .font .more {
  position: absolute;
  bottom: 0%;
  left: 5%;
  transition: 0.5s;
  opacity: 0;
}

.pro-de a:hover .font .more {
  bottom: 12%;
  opacity: 1;
}

.pro-de a:hover .font:after {
  opacity: 0.85;
  /* background-image: url('../image/w3.jpg'); */
}

.pro-de a:hover .font {
  height: 200px;
  /* opacity: 0.8; */

}

.pro-de a .ti {
  line-height: 1.5;
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
  font-size: 22px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
}

.pro-de a .de {
  overflow: hidden;
  transition: 0.5s;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666;
  font-family: 'PingFang SC Regular';
}

.pro-de a:hover .ti,
.pro-de a:hover .de {
  color: #fff;
}

.pro-de a .cover {
  display: none;
}

.swi-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.swi-cover .swiper-slide {
  position: relative;
}

.swi-cover .de {
  font-family: 'PingFang SC medium';
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-image: url('../image/bg1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.swi-cover .swiper-container {
  width: 52%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swi-cover .snext,
.swi-cover .sprev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #dedede;
  background-size: 20px 8px;
  margin: 0;
  transition: 0.5s;
  transform: translateY(-50%);
}

.swi-cover .snext:hover,
.swi-cover .sprev:hover {
  background-color: #244497;
}

.swi-cover .snext {
  background-image: url('../image/r.png');
}

.swi-cover .sprev {
  background-image: url('../image/l.png');
}

.swi-cover img {
  width: 100%;
}

.pro-de {
  margin-bottom: 60px;
}

.map {
  height: 795px;
}

.anchorBL {
  display: none;
}

.map-box {
  position: relative;
}

.map-box .font {
  width: 52%;
  right: 8.5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}

.map-box .font>div {
  background-image: url('../image/map.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 5% 5%;

}

.map-box .font .ti {
  line-height: 1.5;
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.map-box .font .zi .p {
  display: inline-block;
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  margin-left: 30px;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  font-family: 'PingFang SC Regular';
  line-height: 1.8;
}

.map-box .font .zi {
  margin-top: 30px;
}

.map-box .bg {
  position: absolute;
  bottom: 16%;
  right: 6%;
  width: 63%;
}

.map-box .ewm {
  position: absolute;
  bottom: 16%;
  right: 12%;
  text-align: center;
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #fff;
}

.map-box .ewm .p {
  margin-top: 15px;
}

.search .tit {
  line-height: 1.5;
  font-size: 23px;
  color: #333;
  font-weight: PingFang SC Bold;
  margin-top: 60px;
  margin-bottom: 45px;
}

.search ul {
  margin-bottom: 80px;
}

.search ul li a {
  display: block;
  width: 820px;
  transition: all 0.3s ease;
}

.search ul li .ti {
  line-height: 1.5;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  line-height: 25px;
}

.search ul li .de {
  font-size: 16px;
  color: #666;
  line-height: 25px;
}

.search ul li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: left;
  padding-right: 30%;
  box-sizing: border-box;
  padding-left: 0;
}

.search ul li a:hover {
  padding-left: 20px;
}

@media screen and (max-width:1200px) {
  .search ul li {
    padding: 0;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }

  .search ul {
    width: 100%;
  }

  .search ul li a {
    width: 100%;
  }
}

.info_box {
  margin-top: 60px;
  margin-bottom: 100px;
}

.info_box .title_div {
  font-size: 14px;
  color: #999;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.info_box .title_div h3 {
  font-size: 32px;
  /* line-height: 1.2; */
  color: #333;
  margin-bottom: 24px;
}

.info_box .title_div strong {
  font-weight: normal;
  display: inline-block;
  line-height: 18px;
  height: 18px;
  border-right: 1px solid #999;
  padding-right: 20px;
  margin-right: 18px;
}

.info_box .title_div span {
  display: inline-block;
  line-height: 18px;
  height: 18px;
  margin-right: 18px;
}

.info_box .title_div em {
  display: inline-block;
  line-height: 18px;
  height: 18px;
  background: url(../image/share.png) no-repeat left center;
  padding-left: 20px;
  vertical-align: top;
}

.info_box .title_div em a {
  background-image: none;
  padding-left: 0;
  font-size: 14px;
  color: #999;
  margin: 0;
  line-height: 18px;
  height: 18px;
}

.info_box .content_div {}

.info_box .content_div p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  /* margin-bottom: 30px; */
}

.info_box .content_div p img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.info_box .page_div {
  height: 50px;
  background: #f2f2f2;
  padding: 0 20px;
  line-height: 50px;
  position: relative;
  margin-top: 60px;
}

.info_box .page_div a {
  font-size: 16px;
  color: #999;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.info_box .page_div a.return_a {
  position: absolute;
  color: #244497;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.info_box .page_div a.previous_a {
  float: left;
  max-width: calc(50% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.info_box .page_div a.next_a {
  float: right;
  max-width: calc(50% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}



.info_box .page_div a:hover {
  color: #244497;
}

@media screen and (max-width:1600px) {
  .info_box .title_div h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:1400px) {

  .info_box .title_div h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .menu-link .ul li>a {
    font-size: 16px;
  }

  .menu-link .ul .link {
    padding: 50px 0;
  }

  .menu-link .ul .link a {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:750px) {
  .gove .img {
    margin-top: 0;
  }

  .info_box {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .info_box .title_div h3 {
    font-size: 20px;
  }

  .info_box .title_div {
    margin-bottom: 20px;
  }

  .info_box .content_div p {
    font-size: 16px;
  }

  .info_box .page_div {
    margin-top: 30px;
  }

  .info_box .page_div a.previous_a,
  .info_box .page_div a.next_a {
    float: none;
    width: 100%;
    max-width: 100%;

  }

  .info_box .page_div {
    height: auto;
    line-height: 1.8;
    padding: 10px;
  }

  .info_box .page_div a.return_a {
    position: static;
    transform: none;
  }

  .info_box .title_div strong {
    display: block;
    border-right: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
  }

  .info_box .title_div h3 {
    margin-bottom: 15px;
  }
}

.pro-de a .pic {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}

.pro-de a .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  /* height: 100%; */
}

.pro-de a:hover .pic img {
  transform: translate(-50%, -50%) scale(1.1);
}

.pro-de a .pic:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.5s;
}

.pro-de a:hover .pic:after {
  opacity: 1;
}

.new .time {
  font-family: 'PingFang SC medium';
  font-size: 14px;
  color: #333;
  transition: 0.5s;
  margin: 5px 0;
}

.new .pro-de a .de {
  overflow: initial;
  white-space: normal;
  height: 75px;
  overflow: hidden;
  font-size: 14px;
}

.new .pro-de a .de p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.new .pro-de a .font {
  height: 200px;
}

.new .pro-de a {
  padding-bottom: 200px;
}

.new .pro-de a:hover .font {
  height: 285px;
}

.new .pro-de a:hover .time {
  color: #fff;
  margin-bottom: 10px;
}

.pagination {
  background-image: url('../image/bg1.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 100px;
}

.pagination a {
  color: #333;
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  background-color: #fff;
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  padding: 0 10px;
  min-width: 40px;
  box-sizing: border-box;
  margin: 0 8px;
  transition: 0.5s;
}

.pagination a.active {
  color: #fff;
  background-color: #244497;
}

.pagination a:hover {
  color: #fff;
  background-color: #244497;
}

.team-one {
  background-image: url('../image/te1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.team-one .ti {
  line-height: 1.5;
  font-size: 30px;
  color: #fff;
  font-family: 'PingFang SC medium';
  margin-bottom: 20px;
}

.team-one .ti span {
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  margin-left: 30px;
}

.team-one .font {
  padding-top: 100px;
}

.team-one .de {
  font-size: 22px;
  color: #fff;
  font-family: 'PingFang SC medium';
  margin-bottom: 30px;
}

.team-one .p {
  font-family: 'PingFang SC Regular';
  font-size: 20px;
  color: #fff;
}

.team-one .p .ti {
  line-height: 1.5;
  font-size: 22px;
}

.team-one .zi {
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #fff;
  /* text-indent: 2em; */
  opacity: 0.7;
  margin-top: 20px;
  line-height: 1.7;
  opacity: 0.9 !important;
}

.team-one .swi {
  padding-left: 6%;
  box-sizing: border-box;
  vertical-align: middle;
  /* overflow: hidden; */
}

/* .team-one .swi .swiper-slide img {
  width: 100%;
}

.team-one .swi .swiper-slide {
  opacity: 0;
  transition: 0.5s;
}

.team-one .swi .swiper-slide-active {
  opacity: 1;
}

.team-one .swi .swiper-container {
  overflow: visible;
}



.team-one .swiper-wrapper {
  align-items: flex-end;
}

.team-one .swi .swiper-slide-prev {
  opacity: 1;
  transform: scale(0.6) translateX(100%);
} */
.team-one .half {
  margin-bottom: 100px;
  /* vertical-align: bottom; */
}

.team-one .swi {
  position: relative;
}

.team-one .half .swi-prev {
  position: absolute;
  top: -32%;
  left: -14%;
  width: 100%;
  transform: scale(0.6);
  opacity: 0.5;
  z-index: 3;
  transition: 0.5s;
}

.team-one .half .swi-next {
  position: absolute;
  top: -46%;
  left: -28%;
  width: 100%;
  transform: scale(0.4);
  opacity: 0.5;
  z-index: 2;
  transition: 0.5s;
}

.team-one .half .swi-prev2 {
	position: absolute;
	top: -60%;
	left: -42%;
	width: 100%;
	transform: scale(0.2);
	opacity: 0.5;
	z-index: 1;
	transition: 0.5s;
}

.team-one .half .swi-prev img {
  width: 100%;
}

.team-one .swiper-container {
  z-index: 9;
}

.team-one .half .swi-prev.act,
.team-one .half .swi-next.act,
.team-one .half .swi-prev2.act {
  opacity: 0;
}

.team-two img {
  width: 100%;
}

.team-two {
  position: relative;
}

.team-two .content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  top: 0;
}

.team-two .qq {
  position: absolute;
  top: 50%;
  width: 57%;
  transform: translateY(-50%);
}

.qq {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  position: relative;
  padding: 55px 2.5%;
  box-sizing: border-box;
}

.qq .zl-scrollContentDiv p {
  padding-right: 15px !important;
  box-sizing: border-box;
}

.qq .de {
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #333;
  text-indent: 2em;
  margin-bottom: 30px;
  height: 150px;
}

.qq .peo {
  text-align: right;
  font-family: 'PingFang SC Regular';
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}

.qq .peo img {
  width: 52px;
  margin-right: 10px;
}

.qq .san {
  position: absolute;
  bottom: 0;
  right: 4%;
  width: auto;
  opacity: 0.9;
  transform: translateY(100%);
}

.team-three {
  position: relative;
}

.team-three>img {
  width: 100%;
}

.team-three .font {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.team-three .font .ti {
  line-height: 1.5;
  font-family: 'PingFang SC medium';
  font-size: 40px;
  color: #fff;
}

.team-three .font .de {
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #fff;
  width: 50%;
  margin-top: 50px;
  margin-bottom: 90px;
  opacity: 0.9 !important;
}

.team-three .font .liti {
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
  font-size: 22px;
  color: #333;
}

.team-three .font li {
  width: 19%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 2%;
  padding: 40px 0;
}

.team-three .font .icon {
  height: 40px;
  margin-bottom: 20px;
}

.br-one {
  position: relative;
}

.br-one img {
  width: 100%;
}

.bg-con {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  top: 0;
}

.br-one .bg-con {
  padding-top: 120px;
  box-sizing: border-box;
}

.br-one .ti {
  line-height: 1.5;
  font-family: 'PingFang SC medium';
  color: #fff;
  margin-bottom: 50px;
  font-size: 40px;

}

.br-one .img {
  padding-left: 3.5%;
  box-sizing: border-box;
}

.br-one .half {
  vertical-align: top;
}

.br-one .p {
  font-family: 'PingFang SC medium';
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

.br-one .qq .de {
  margin-bottom: 0;
}

.br-one .qq {
  padding-bottom: 30px;
  padding: 30px 6%;
}

.br-one .qq .san {
  right: 1px;
  transform: translateX(100%);
  top: 20%;
}

.br-two .qq {
  left: 12.5%;
  padding-bottom: 20px;
}

.br-two .qq .san {
  right: 11%;
}

.br-two .qq .de {
  margin-bottom: 0;
}

.br-three {
  background-image: url('../image/te12.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
}

.br-three .bg {
  position: absolute;
  left: 0;
  bottom: 6%;
  width: 100%;
}

.br-three .tit {
  line-height: 1.5;
  font-family: 'PingFang SC medium';
  font-size: 40px;
  margin-top: 9%;
}

.br-three .ti {
  line-height: 1.5;
  font-family: 'PingFang SC Regular';
  font-size: 24px;
  color: #333;
}

.br-three .ti .color {
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
}

.br-three .ti .num {
  font-family: 'bebas';
  font-size: 60px;
}

.br-three .mar {
  margin: 25px 0;
  margin-top: 35px;
}

.br-three {
  padding-top: 120px;
  padding-bottom: 60px;
}

.br-three .half {
  vertical-align: top;
}

.br-three li .liti {
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
  font-size: 22px;
  position: relative;
  margin: 15px 0;
}

.br-three ul {
  z-index: 1;
}

.br-three li .liti:after {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-image: url('../image/te13.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -35px;
  /* transform: translateX(50%); */
  top: 50%;
  z-index: 2 !important;
  transform: translate(-50%, -50%);
}

.br-three li .de p {
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 1.7;
}

.br-three li .de p:after {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #2b9ba7;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  transform: translateX(-50%);
  top: 11px;
  z-index: 2;
}

.br-three ul {
  position: relative;
}

.br-three .half:nth-child(2) {
  position: relative;
}

.br-three .half:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  height: 85%;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  border-left: 1px solid #c5c6ca;
  box-sizing: border-box;
  margin-top: 30px;
  /* padding-left: 35px; */

}

.abi .ti {
  line-height: 1.5;
  font-family: 'PingFang SC medium';
  font-size: 36px;
}

.abi .box .font {


  width: 100%;
}

.abi .box .font>div {
  width: 36.5%;
  background-color: #fff;
  padding: 3%;
}

.abi .box .font .ti {
  line-height: 1.5;
  margin-top: 0;
}

.abi .snext,
.abi .sprev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #dedede;
  background-size: 20px 8px;
  margin: 0;
  transition: 0.5s;
  position: static;
  display: inline-block;
  margin-top: 10px;
}

.abi .snext:hover,
.abi .sprev:hover {
  background-color: #244497;
}

.abi .snext {
  background-image: url('../image/r.png');
  margin-left: 30px;
}

.abi .sprev {
  background-image: url('../image/l.png');
}

.abi .p p {
  font-family: 'PingFang SC Regular';
  font-size: 20px;
  color: #333;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
  line-height: 1.8;
}

.abi .p p:after {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #2f9ba8;
  left: 0px;
  top: 11px;
}

.lev-one {
  background-image: url('../image/te17.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.lev-one .img {
  text-align: center;
  margin: 50px auto;
}

.lev-one .img img {
  max-width: 100%;
}

.lev-one .img .tit {
  line-height: 1.5;
  font-size: 36px;
  font-family: 'PingFang SC medium';
  color: #fff;
  padding-left: 6%;
  box-sizing: border-box;
  text-align: left;
}

.lev-one.lev-two {
  background-image: url('../image/te19.jpg');
}

.res-box {
  background-image: url('../image/re1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.res-box .ti {
  line-height: 1.5;
  font-family: 'PingFang SC medium';
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin-top: 80px;
  margin-bottom: 20px;
}

.res-box .de {
  opacity: 0.9 !important;
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}

.res-box .img {
  text-align: center;
  margin-bottom: 30px;
}

.res-box .img img {
  max-width: 100%;
}

.life {
  position: relative;
  background-color: #222;
}

.life .content {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.life .font .ti {
  line-height: 1.5;
  font-family: 'PingFang SC medium';
  font-size: 36px;
  color: #fff;
  margin-bottom: 45px;
}

.life .font .de {
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  opacity: 0.9 !important;
}

.life .font {
  width: 37%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.life .d1 {
  position: absolute;
  top: 30%;
  left: 40%;
  width: 6.35%;
}

.life .d2 {
  position: absolute;
  top: 56%;
  left: 54%;
  width: 9.5%;
}

.life .d3 {
  position: absolute;
  top: 42%;
  left: 69%;
  width: 7.6%;
}

.life .d4 {
  position: absolute;
  top: 56%;
  left: 84%;
  width: 9.5%;
}

.life .d5 {
  position: absolute;
  top: 18%;
  left: 91%;
  width: 5.1%;
}

.more {
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background-color: #ffffff;
}

.more:hover {
  color: #244497;
}

.more span {
  position: relative;
  z-index: 3;
}

/*
.more span {
  width: 25px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../image/jt.png');
  transition: 0.5s;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  position: relative;
} */

/* .more span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/jt2.png');
  transition: 0.5s;
}

.more:hover span:after {
  width: 100%;
} */

.more {
  position: relative;
}

.more img {
  width: 25px;
  transition: 0.5s;
}

.more:hover img {
  margin-left: 5px;

}

.more:hover span {
  color: #fff;
}

.more:after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 105%;
  background-color: #244497;
  transition: 0.2s;
  animation: cmnbtnAnim01 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000) forwards;
}

.more span {
  transition: 0.5s;
}

.more:hover span {
  letter-spacing: 0.2rem;
}

.more:hover:after {
  animation: cmnbtnAnim01-ro 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000) forwards;
}

@keyframes cmnbtnAnim01-ro {
  0% {
    transform-origin: left top;
    transform: scaleX(0.0);
  }

  100% {
    transform-origin: left top;
    transform: scaleX(1.0);
  }
}

@keyframes cmnbtnAnim01 {
  0% {
    transform-origin: right top;
    transform: scaleX(1.0);
  }

  100% {
    transform-origin: right top;
    transform: scaleX(0.0);
  }
}

.head .ewm {
  position: relative;
}

.head .ewm-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 110px;
  padding: 5px;
  background-color: #fff;
  box-sizing: border-box;
  display: none;
  box-shadow: 1px 1px 10px #ccc;
  /* opacity: 0; */
  /* transition: 0.5s; */
}

.head .ewm .ewm-box.act {
  opacity: 1;
  top: 110px;
}

.head.active .ewm .ewm-box {
  top: 90px;
}

.head .ewm-box img {
  width: 100px;
  height: 100px;
}

.ewm .btn {
  height: 100%;
  padding: 0;
  background-color: transparent;
  z-index: 9;
  display: block;
  box-shadow: none;
  height: 100%;
}

@keyframes bounce-down1 {
  25% {
    transform: translateY(-3px);
  }

  50%,
  100% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(3px);
  }
}

.se1 .bot {

  animation: bounce-down1 1.3s ease-in-out infinite;
}

.se3 a {
  display: block;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 1600px) {
  .footer .con .nav a:after {
    margin: 0 10px;
  }

  .se4 .top {
    padding: 40px 0;
  }

  .se4 .news .three a .ti {
    line-height: 1.5;
    font-size: 20px;
  }

  .se4 .news .one a .ti {
    height: 60px;
    overflow: hidden;
  }

  .se4 .news a .ti {
    line-height: 1.5;
    font-size: 20px;

  }

  .se4 .news a .time {
    margin: 5px 0;
  }

  .se4 .news .three a {
    position: relative;
    min-height: 140px;
  }

  .se1 .font .ti,
  .se1 .font .de {
    font-size: 46px;
  }

  .se4 .news .one a {
    padding-bottom: 130px;
  }

  .se1 .font .dede {
    font-size: 22px;
  }

  .wel-ti {
    font-size: 36px;
  }

  .se2 .font .font-box .ti {
    line-height: 1.5;
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .se2 .link .ti {
    line-height: 1.5;
    font-size: 18px;
  }

  .se3 ul li .top .ti {
    line-height: 1.5;
    font-size: 26px;
  }

  .abi .p p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1500px) {
  .culture ul li{
    width: 20%;
    padding-bottom: 18%;
  }
  .abi .p p {
    font-size: 16px;
  }

  .se4 .news .three a {
    margin-bottom: 2%;
  }

  .se4 .top {
    padding: 30px 0;
  }

  .se4 .news .three a {
    height: 31.6%;
  }

  .se2 .link .icon {
    margin-bottom: 0;
  }

  .se4 .news .three a .ti {
    line-height: 1.5;
    font-size: 18px;
  }

  .se3 ul li .top .ti {
    line-height: 1.5;
    font-size: 24px;
  }

  .se2 .link .ti {
    line-height: 1.5;
    font-size: 16px;
  }

  .se1 .font .ti,
  .se1 .font .de {
    font-size: 42px;
  }

  .wel-ti {
    font-size: 32px;
  }

  .se1 .font .dede {
    font-size: 20px;
  }

  .se2 .font .font-box .ti {
    line-height: 1.5;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .se2 .font .font-box .de {
    font-size: 14px;
  }
}

@media screen and (max-width: 1400px) {
  .se4 .news .three a .de {
    line-height: 1.5;
    height: 42px;
  }

  .qq .de {
    height: 140px;
  }

  .wel-ti {
    font-size: 28px;
  }

  .se2 .link .ti {
    line-height: 1.5;
    font-size: 14px;
  }

  .se3 ul li .top .ti {
    line-height: 1.5;
    font-size: 22px;
  }

  .se2 .font .font-box .ti {
    line-height: 1.5;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .se2 .link a.act {
    padding: 2.5% 0;
  }

  .se2 .link a {
    padding: 1.5% 0;
  }
}

@media screen and (max-width: 1300px) {
  .footer .con .nav a:after {
    margin: 0 5px;
  }

  .footer .con .nav a,
  .footer .con .add p {
    font-size: 14px;
  }

}

@media screen and (max-width: 1200px) {

  .se1 .font .ti,
  .se1 .font .de {
    font-size: 36px;
  }

  .se1 .font .dede {
    font-size: 18px;
  }

  .se1 .font .dede {
    margin: 7% 0;
  }
}

@media screen and (max-width: 750px) {
  .footer {
    padding-top: 2%;
  }

  .qq .de {
    height: auto;
  }
  .qq .zl-scrollContentDiv p{
    padding: 0!important;
  }
  .footer .logo {
    width: 150px;
    height: 60px;
    background-size: 100%;
    float: none;
  }

  .footer .link {
    height: 40px;
  }

  .footer .con .add p {
    margin-bottom: 5px;
  }

  .footer .con .ewm .p {
    margin-bottom: 10px;
  }

  .footer .last {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .half {
    width: 100%;
  }

  .footer .bdsharebuttonbox {
    margin: 10px 0;
  }

  .footer .con .ewm {
    position: static;
  }

  .footer .link .link-top {
    line-height: 40px;
    padding-left: 20px;
  }

  .footer .link {
    margin-top: 0;
    float: none;
    width: 100%;
  }

  .se3 {
    background-size: cover;
  }

  .se4 .news .one {
    width: 100%;
  }

  .se4 .news .three a .bg {
    display: none;
  }

  .se4 .news .three a {
    padding: 5px 3%;
  }

  .se4 .news .one {
    padding-right: 0;
  }

  .se4 .news a .de {
    margin-bottom: 0;
  }

  .se4 .news a .ti {
    line-height: 1.5;
    font-size: 16px;
  }

  .se4 .news .three a .ti {
    line-height: 1.5;
    font-size: 16px;
  }

  .se4 .news .more {
    display: none;
  }

  .se4 .news .three a:last-child {
    display: none;
  }

  .se4 .news .three a .de {
    /* font-size: 12px;
    height: 37px; */
  }

  .se4 .news .one a {
    padding-bottom: 0px;
    margin-bottom: 5px;
  }

  .se4 .news .three a {
    margin-bottom: 5px;
    min-height: auto;
  }

  .se4 .news a .time {
    margin: 0px 0;
    font-size: 12px;
  }

  .se4 .top .wel-ti {
    float: none;
  }

  .se4 .news .one a .font {
    padding: 15px 4%;
  }

  .se4 .top .link {
    text-align: center;
    margin-top: 5px;
    float: none;
    display: block;
  }

  .se4 .news .one a .ti {
    height: auto;
  }

  .se4 .news a .ti {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

  }

  .se4 .news a .de {
    height: 42px;
    overflow: hidden;
    line-height: 1.5;
  }

  .se4 .news .three a .de {
    font-size: 12px;
    height: 38px;
  }

  .se4 .top .link a {
    margin: 0;
    width: 25%;
  }

  .se4 .news .three {
    position: static;
    width: 100%;
  }

  .content {
    width: 94%;
  }

  .se2 .se-c .half {
    width: 100%;
  }

  .se4 .top {
    padding: 15px 0;
  }

  .se3 ul li {
    width: 50%;
    height: 25%;
  }

  .se2 .font .font-box .de {
    margin-bottom: 20px;
  }

  .se-c.nei {
    padding-top: 60px;
  }

  .more {
    width: 120px;
    height: 35px;
    line-height: 35px;
  }

  .se3 ul li .top .ti {
    line-height: 1.5;
    font-size: 18px;
  }

  .wel-ti {
    font-size: 22px;
    white-space: nowrap;
  }

  .se2 .link a.act {
    padding: 1.5% 0;
  }

  .se4 .top {
    padding-bottom: 5px;
  }

  .se2 .font .font-box .ti {
    line-height: 1.5;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .se2 .font .font-box .de {
    font-size: 12px;
  }

  .se2 .link .ti {
    line-height: 1.5;
    font-size: 12px;
  }

  .se2 .link .icon img {
    width: 20px;
  }

  .se2 .link.act {
    bottom: 3%;
    opacity: 1;
  }

  .se2 .link a {
    width: 33.33%;
  }

  .se2 .link .icon {
    height: 30px;
  }

  .se2 .font .font-box .center {
    position: static;
    transform: none;
  }

  .se2 .se-c .half.pic {
    display: none;
  }

  .se2 .link {
    width: 90%;
    /* display: none; */
  }

  .se2 .font .font-box .center {
    padding: 0 3%;
    margin-top: 10%;
  }

  .se2 .se-c .half>img {
    height: auto;
  }

  .se2 .se-c .half {
    height: auto;
  }

  .se1 .swiper-slide>img {
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .se1 .font {
    width: 100%;
    left: 0;
    padding: 0 9%;
    box-sizing: border-box;
  }

  .se1 .font .dede {
    width: 77%;
  }

  .se1 .font .ti,
  .se1 .font .de {
    font-size: 28px;
  }

  .se1 .font .dede {
    font-size: 16px;
  }

  .head .logo {
    width: 150px;
    background-size: 100%;
    height: 60px;
  }

  .head {
    height: 60px;
    line-height: 60px;
  }

  .head .right .menu {
    height: 60px;
  }

  .head .right>div {
    margin-left: 10px;
  }

  .sea-box .search {
    width: 82%;
  }

  .sea-box .search .text {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .sea-box .font .cha {
    width: 35px;
    height: 35px;
    background-size: 45%;
    z-index: 99;
  }

  .se1 .swiper-slide {
    overflow: hidden;
  }

  .se1 .font.act {
    top: 50%;
  }

  .sea-box .bg {
    left: -2px;
    width: 102%;
  }

  .head .ewm .ewm-box.act {
    top: 70px;
  }

  .sea-box .search {
    margin-bottom: 35%;
    margin-top: 10%;
  }

  .menu-link {
    width: 100%;
  }

  .menu-link .ul .link {
    /* display: block; */
    transform: none;
    width: 120px;
    padding: 30px 0;
  }

  .menu-link .ul .link a {
    margin-bottom: 15px;
  }

  .menu-link .ul li {
    margin-bottom: 6%;
  }
}

.menu-link .ul .link a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1679px) {
  .profile .tit {
    line-height: 1.5;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .profile .zi ul li .p {
    font-size: 18px;
  }

  .profile .zi ul li {
    padding: 25px 0;
  }

  .profile .de p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1600px) {
  .map-box .font .ti {
    line-height: 1.5;
    font-size: 26px;
    padding-bottom: 25px;
  }

  .pro-de {
    margin-bottom: 35px;
  }

  .pagination {
    padding: 25px 0;
    margin-bottom: 70px;
  }

  .pro .top .sel {
    width: 260px;
  }

  .pro .top .right {
    width: 30%;
  }

  .pro-de a .ti {
    line-height: 1.5;
    font-size: 20px;
  }

  .pro .top {
    margin-top: 40px;
    margin-bottom: 45px;
  }

  .gove li .top .ti {
    line-height: 1.5;
    font-size: 20px;
  }

  .naver a {
    font-size: 22px;
  }

  .gove li .icon {
    margin-bottom: 15px;
  }

  .gove li .top {
    padding-top: 45px;
    padding-bottom: 25px;
  }

  .busi .box .font .ti {
    line-height: 1.5;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .culture ul li .ti {
    line-height: 1.5;
    font-size: 22px;
    margin: 5px 0;
  }

  .culture .box {
    padding-top: 115px;
  }

  .culture ul li .de p {
    line-height: 1.5;
  }

  .profile .zi ul li {
    padding: 20px 0;
  }

  .profile .de p {
    margin-bottom: 10px;
  }

  .profile .zi ul li .p {
    font-size: 16px;
  }

  .profile .zi ul li .icon {
    margin-bottom: 0px;
  }

  .develop .num {
    font-size: 28px;
    margin-top: 30px;
  }

  .ban .font {
    font-size: 46px;
  }

  .title {
    font-size: 36px;
  }

  .develop .de {
    height: 185px;
  }

  .develop .swi .img {
    transform: translateX(-49.5%);
  }

  /* .leader .swi .swiper-slide.swiper-slide-active {
    padding-bottom: 240px;
  } */

  .leader .ti {
    line-height: 1.5;
    font-size: 36px;
  }
}

@media screen and (max-width: 1500px) {
  .map-box .font .zi {
    margin-top: 25px;
  }

  .naver {
    text-align: center;
    margin-bottom: 50px;
  }

  .gove li .de p {
    line-height: 1.8;
  }

  .gove li .top {
    padding-top: 35px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  .busi .box .font .ti {
    line-height: 1.5;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .culture ul li .ti {
    line-height: 1.5;
    font-size: 20px;
    margin: 5px 0;
  }

  .culture ul li>.center {
    width: 100%;
    margin-top: 15px;
  }

  .profile .tit {
    line-height: 1.5;
    font-size: 26px;
    margin-bottom: 15px;
  }

  .profile .zi ul li {
    width: 20%;
  }

  .relative {
    font-size: 0;
  }

  .profile .pic {
    margin-left: 0;
  }

  .profile .zi {
    position: static;
    vertical-align: bottom;
  }

  .profile .half {
    vertical-align: top;
  }

  .profile .zi ul {
    position: static;
  }

  .ban .font {
    font-size: 42px;
  }

  .leader .swi .tit {
    line-height: 1.5;
    font-size: 22px;
    margin: 15px 0;
  }

  .leader .ti {
    line-height: 1.5;
    font-size: 32px;
  }

  /* .leader .swi .swiper-slide.swiper-slide-active {
    padding-bottom: 190px;
  } */

  .culture ul li .de {
    padding: 0 10px;
    box-sizing: border-box;
  }
}


.team-one .swi img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .map-box .font .ti {
    line-height: 1.5;
    font-size: 22px;
    padding-bottom: 15px;
  }

  .map {
    height: 650px;
  }

  .map-box .font .zi {
    margin-top: 15px;
  }

  .map-box .font .zi .p {
    margin-left: 20px;
    box-sizing: border-box;
    padding-right: 23%;
    font-size: 14px;
  }

  .map-box .ewm {
    right: 5%;
  }

  .swi-cover .de {
    font-size: 18px;
    padding: 10px 0;
  }

  .pro .top .sel {
    width: 230px;
    margin-right: 25px;
  }

  .pro .top .sel select {
    height: 50px;
  }

  .pro-de a .ti {
    line-height: 1.5;
    font-size: 18px;
  }

  .pro .top .right .text,
  .pro .top .right .button,
  .pro .top .right {
    height: 50px;
    line-height: 50px;
  }

  .gove li .top .ti {
    line-height: 1.5;
    font-size: 18px;
  }

  .gove li .de {
    height: 160px;
  }

  .culture ul li .de p {
    font-size: 14px;
  }

  .naver a {
    font-size: 18px;
    width: 190px;
    height: 50px;
    line-height: 50px;
    margin: 0 15px;
  }

  .title {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .ban .font {
    font-size: 38px;
  }

  .leader .swi .tit {
    line-height: 1.5;
    font-size: 20px;
    margin: 10px 0;
  }

  .busi .box .font .ti {
    line-height: 1.5;
    font-size: 24px;

  }
}

@media screen and (max-width: 1300px) {
  .title {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .ban .font {
    font-size: 34px;
  }
}

.mm {
  display: none;
}

@media screen and (max-width: 750px) {
  .map {
    height: 350px;
  }

  .map-box .font {
    position: static;
    transform: none;
    width: 100%;
  }

  .map-box .font .ti {
    line-height: 1.5;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pagination {
    padding: 15px 0;
    /* margin: 0 3px; */
    margin-bottom: 55px;
  }

  .map-box .ewm {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .map-box .font .zi .p {
    padding-right: 0;
  }

  .pro-de {
    margin-bottom: 30px;
  }

  .pagination a {
    line-height: 35px;
    height: 35px;
    min-width: 35px;
    margin: 0 2px;
    font-size: 14px;
    padding: 0px 6px;
  }

  .pro .tit {
    line-height: 1.5;
    width: 100%;
  }

  .swi-cover .swiper-container {
    width: 90%;
  }

  .swi-cover .de {
    font-size: 16px;
  }

  .swi-cover .de {
    position: static;
  }

  .pro .top .sel {
    width: 49%;
    margin-right: 2%;
  }

  .pro .top {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .pro-de a:hover .font {
    height: 150px;
    opacity: 0.8;
    background-image: url(../image/w3.jpg);
  }

  .pro-de {
    /* margin-bottom: 45px; */
  }

  .pro-de a .de {
    font-size: 14px;
  }

  .pro-de a .font {
    padding: 4% 3%;
  }

  .new .pro-de a .font {
    height: 170px;
  }

  .new .pro-de a {
    padding-bottom: 170px;
  }

  .pro .top .sel:nth-child(2) {
    margin-right: 0;
  }

  .pro-de a {
    padding-bottom: 100px;
  }

  .pro-de a .font {
    height: 100px;
  }

  .pro-de a {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0%;
  }

  .pro-de a:nth-child(3n) {
    margin-right: 0%;
  }

  .pro-de a:nth-child(2n) {
    margin-right: 0%;
  }

  .pro .top .right {}

  .pro .top .right {
    float: none;
    width: 100%;
    margin-top: 10px;
  }

  .gove .o li {
    width: 100%;
    margin-right: 0;
  }

  .naver {
    text-align: center;
    margin-bottom: 30px;
  }

  .gove .swiper-pagination {
    position: static;
    margin-top: 20px;
  }

  .gove .o {
    margin-bottom: 45px;
    width: 70%;
  }

  .mm {
    display: block;
  }

  .pc {
    display: none;
  }

  .busi .box .font {
    position: static;
    transform: none;
  }

  .naver a {
    font-size: 16px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
  }

  .nei-nav a {
    margin: 0 5px;
  }

  .busi .box .font>div {
    width: 100%;
  }

  .busi .box .font img {
    width: 35px;
  }

  .busi .box .font>div {
    padding: 6% 3%;
  }

  .busi .box .font .ti {
    line-height: 1.5;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .culture ul li {
    width: 49%;
    padding-bottom: 0;
    margin-right: 2%;
  }

  .culture .box {
    padding-top: 45px;
    background-size: 100%;
    padding-top: 47%;
    background-position: top;
    background-color: #fff;
  }

  .culture ul li .de {
    min-height: 50px;
  }

  .culture ul li .ti {
    line-height: 1.5;
    font-size: 18px;
    margin: 5px 0;
  }

  .culture ul li:nth-child(2n) {
    margin-right: 0;
  }

  .culture ul li {
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px #ccc;
  }

  .culture ul li.act .icon .after {
    opacity: 0;
  }

  .culture ul li.act .de p {
    color: #666;
  }

  .culture ul li .icon img {
    width: 30px;
  }

  .develop .swiper-slide.act .font {
    background-image: url(../image/a4.png);
  }

  .develop .swiper-slide.act .font .num {
    color: #244497;
    border-bottom: 1px solid #dbdbdb;
  }

  .develop .swiper-slide.act .p {
    color: #666;
    font-weight: bold;
  }

  .develop .swiper-slide.act .p:after {
    opacity: 0;
  }

  .develop .swiper-slide.act .font .de p,
  .develop .swiper-slide.act .font .zi {
    color: #666;
  }

  .culture ul li.act .ti {
    line-height: 1.5;
    color: #333;
  }

  .content .snext:hover,
  .content .sprev:hover {
    background-color: #dedede;
  }

  .culture ul li.act .icon .before {
    opacity: 1;
  }

  .culture ul li.act {
    background-image: none;
    box-shadow: 1px 1px 5px #ccc;
    /* box-shadow: none; */
  }

  .culture ul li>.center {
    width: 100%;
    margin-top: 20px;
  }

  .culture ul li>.center {
    position: static;
    transform: none;
  }

  .ban {
    height: 250px;
    position: relative;
  }

  .profile {
    padding-bottom: 60px;
  }

  .profile .tit {
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .profile .zi ul li .p {
    font-size: 14px;
  }

  .profile .zi ul li {
    padding: 15px 0;
  }

  .profile .zi ul {
    margin-bottom: 20px;
  }

  .profile .zi ul li {
    margin-right: 2%;
    width: 23.5%;
  }

  .profile .zi {
    padding-right: 0;
  }

  .profile .zi ul li:nth-child(4) {
    margin-right: 0;
  }

  /* .leader .swi .swiper-slide.swiper-slide-active {
    padding-bottom: 200px;
  } */

  .leader .swi .font {
    top: 60%;
  }

  .leader .ti {
    line-height: 1.5;
    font-size: 26px;
  }

  .leader .swi .tit {
    line-height: 1.5;
    font-size: 18px;
    margin: 5px 0;
  }

  .leader .swi {
    height: auto;
  }

  .leader .swi .font {
    width: 100%;
  }

  .leader .swi {
    padding: 0;
  }

  .leader .swi .swiper-slide.swiper-slide-active {
    /* padding-bottom: 250px; */
  }

  .nei-nav .left {
    /* text-align: center; */
    float: none;
  }

  .nei-nav a {
    font-size: 14px;
  }

  .nei-nav .link a {
    margin: 0;

    line-height: 45px;
    font-size: 16px;
  }

  .nei-nav .link.four a {
    width: 25%;
  }

  .nei-nav .link.three a {
    width: 33.33%;
  }

  .nei-nav .link.six a {
    width: 16.66%;
    font-size: 12px;
  }

  .nei-nav .content {
    width: 100%;
  }

  .nei-nav .left {
    padding: 0 3%;
    box-sizing: border-box;
  }

  .nei-nav .link {
    border-top: 1px solid #dedede;
    float: none;
    text-align: center;
    width: 100%;
    font-size: 0;
    margin-top: 10px;
  }

  .nei-nav {
    padding-bottom: 0;
    padding-top: 10px;
  }

  #luxy {
    padding-top: 60px;
  }

  .ban>img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    width: auto;
  }

  .title {
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .ban .font {
    font-size: 30px;
  }

  .develop .swi .img {
    transform: translateX(-58%);
    width: 300%;
  }

  .develop {
    padding-bottom: 40px;
  }

  .develop .font {
    padding: 0 5%;
  }

  .head.active {
    height: 60px;
    line-height: 60px;
  }

  .head.active .right .menu,
  .head.active .logo {
    height: 60px;
  }
}

@media screen and (max-width: 1600px) {
  .team-three .font .ti {
    line-height: 1.5;
    font-size: 36px;
  }

  .lev-one .img .tit {
    line-height: 1.5;
    font-size: 32px;
  }

  .team-three .font .de {
    margin-top: 40px;
    margin-bottom: 75px;
  }

  .team-three .font .liti {
    font-size: 20px;
  }

  .team-one .zi {
    /* margin-top: 50px; */
  }

  .team-one .de {
    font-size: 20px;
    /* margin-bottom: 35px; */
  }

  .team-one .p .ti {
    line-height: 1.5;
    font-size: 20px;
  }

  .team-one .p {
    font-size: 18px;
  }

  .team-one .ti {
    line-height: 1.5;
    font-size: 26px;
  }

  .team-one .ti span {
    font-size: 36px;
    margin-left: 20px;
  }

  .res-box .ti {
    line-height: 1.5;
    margin-top: 70px;
    font-size: 32px;
  }

  .br-three {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .br-three .tit {
    line-height: 1.5;
    font-size: 36px;
  }

  .br-three .ti .num {
    font-size: 56px;
  }

  .br-three .ti {
    line-height: 1.5;
    font-size: 22px;
  }

  .br-one .ti {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 32px;
  }

  .br-one .p {
    font-size: 26px;
  }

  .life .font .ti {
    line-height: 1.5;
    font-size: 32px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1500px) {
  .team-three .font .ti {
    line-height: 1.5;
    font-size: 32px;
  }

  .team-three .font .liti {
    font-size: 18px;
  }

  .team-three .font .de {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .team-one .ti {
    line-height: 1.5;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .team-one .p {
    font-size: 16px;
  }

  .team-one .font {
    padding-top: 80px;
  }

  .team-one .zi {
    /* margin-top: 35px; */
  }

  .team-one .half {
    margin-bottom: 80px;
    vertical-align: bottom;
  }

  .team-one .ti span {
    font-size: 34px;
    margin-left: 15px;
  }

  .team-one .de {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .br-one .ti {
    line-height: 1.5;
    /* margin-bottom: 50px;
    font-size: 32px; */
  }

  .br-three {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .br-three .tit {
    line-height: 1.5;
    font-size: 32px;
  }

  .br-three .ti .num {
    font-size: 52px;
  }

  .br-one .p {
    font-size: 24px;
  }

  .br-one .qq {
    padding: 35px 6%;
  }

  .br-one .bg-con {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .team-three .font .ti {
    line-height: 1.5;
    font-size: 28px;

  }

  .team-three .font .icon {
    margin-bottom: 12px;
  }

  .team-three .font .liti {
    font-size: 16px;
  }

  .team-three .font li {
    padding: 30px 0;
  }

  .team-three .font .de {
    margin-top: 10px;
    margin-bottom: 35px;
  }

  .team-one .half {
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .team-one .half .swi-prev {
    top: -14%;
  }

  .team-one .de {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .team-one .half .swi-next {
    top: -30%;
  }
	
	.team-one .half .swi-prev2 {
		top: -46%;
	}

  .team-one .zi {
    margin-top: 25px;
  }

  .team-one .ti span {
    font-size: 30px;
    margin-left: 10px;
  }

  .team-one .ti {
    line-height: 1.5;
    font-size: 22px;
  }

  .br-three .tit {
    line-height: 1.5;
    font-size: 28px;
  }

  .res-box .ti {
    line-height: 1.5;
    margin-top: 50px;
    font-size: 28px;
  }

  .life .font .ti {
    line-height: 1.5;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .lev-one .img .tit {
    line-height: 1.5;
    font-size: 28px;
  }

  .br-three {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .br-one .ti {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 28px;
  }

  .br-one .qq {
    padding: 25px 4%;
  }

  .qq {
    padding: 25px 4%;
  }

  .br-one .p {
    margin-top: 15px;
    font-size: 22px;
  }

  .br-three li .liti {
    font-size: 20px
  }


}

@media screen and (max-width: 1300px) {
  .br-one .bg-con {
    padding-top: 70px;
    padding-bottom: 50px;
  }

}

.br-three .half:nth-child(1) {
  padding-right: 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .lev-one .img .tit {
    line-height: 1.5;
    font-size: 24px;
  }
}

.life>img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .br-one .ti {
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: 26px;
  }
}

@media screen and (max-width: 750px) {
  .search .tit {
    line-height: 1.5;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .team-three .font {
    position: static;
    transform: none;
  }

  .search ul li .ti {
    line-height: 1.5;
    font-size: 18px;
  }

  .search ul li .de {
    font-size: 14px;
  }

  .team-one .ti {
    line-height: 1.5;
    font-size: 18px;
  }

  .team-three .font .ti {
    line-height: 1.5;
    color: #333;
    margin-top: 20px;
    font-size: 20px;
  }

  .team-three .font .de {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .team-three .font .de {
    width: 100%;
    color: #666;
  }

  .team-three {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .team-three .font li {
    width: 49%;
    margin-bottom: 10px;
    margin-right: 2%;
  }

  .team-three .font li:nth-child(2n) {
    margin-right: 0;
  }

  .team-one {
    margin-bottom: 20px;
  }

  .team-one .half .swi-prev {
    left: -17%;
  }

  .team-one .half .swi-next {
    left: -30%;
  }

  .team-one .half {
    margin-bottom: 30px;
    padding-top: 35px;
  }

  .team-one .de {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .team-one .p .ti {
    line-height: 1.5;
    font-size: 18px;
  }

  .res-box .ti {
    line-height: 1.5;
    margin-top: 35px;
    font-size: 20px;
  }

  .team-one .ti span {
    font-size: 22px;
    margin-left: 0px;
  }

  .res-box .de {
    font-size: 14px;
  }

  .life .font {
    position: static;
    transform: none;
    width: 100%;
    margin: 20px 0;
  }

  .life {
    margin-bottom: 30px;
  }

  .life .font .ti {
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .life .font .ti {
    line-height: 1.5;
    color: #333;
  }

  .life .font .de {
    color: #666;
  }

  .life .content img {
    display: none;
  }

  .life .content {
    position: static;
    transform: none;
  }

  .lev-one .img {
    text-align: center;
    margin: 35px auto;
  }

  .lev-one .img .tit {
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .abi .box .font>div {
    padding: 3%;
  }

  .br-three .half:nth-child(2) {
    padding-left: 20px;
    box-sizing: border-box;
  }

  .br-three {
    background-size: cover;
    margin-top: 20px;
  }

  .br-three li .liti:after,
  .br-three li .de p:after,
  .br-three ul:after {
    left: -15px;
  }

  .br-three {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .br-three .tit {
    line-height: 1.5;
    font-size: 24px;
  }

  .br-three .mar {
    margin: 0px 0;
    margin-top: 10px;
  }

  .br-three li .liti {
    font-size: 18px
  }

  .br-three .ti {
    line-height: 1.5;
    font-size: 16px;
  }

  .br-three .ti .num {
    font-size: 32px;
  }

  .br-three .half:nth-child(1) {
    padding-right: 0;
  }

  .bg-con {
    position: static;
    transform: none;
  }

  .br-one {
    position: relative;
  }

  .br-one>img {
    display: none;
  }

  .br-one .bg-con {
    padding: 0;
  }

  .br-one .ti {
    line-height: 1.5;
    color: #333;
  }

  .br-one .p {
    color: #333;
    margin-bottom: 20px;
  }

  .team-two img {
    margin-bottom: 10px;
  }

  .br-three {
    /* padding-bottom: 0; */
  }

  .br-one .ti {
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .br-one .qq {
    margin-bottom: 10px;
  }

  .br-one .qq .san {
    display: none;
  }

  .br-one .img {
    padding: 0;
  }

  .team-two .qq {
    position: static;
    transform: none;
    width: 100%;
  }

  .team-two .content {
    position: static;
    transform: none;
  }
}

.black {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999999999999999999999999999999;
  /* transition: all 0.6s ease-in-out; */
  opacity: 1;
  /* display: none; */
}

.black.ti {
  line-height: 1.5;
  opacity: 0;
  height: 0%;
  transition: all 0.8s cubic-bezier(.16, 1.08, .38, .98);
  display: block !important;
}

.fff {
  background-color: #fff;
  overflow: hidden;
}

.black.ti.act {
  height: 100%;
  opacity: 1;
}

.more i {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 7px;
  background-image: url('../image/jt.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.5s;
  margin-left: 12px;
  margin-top: -2px;
}

.more:hover i {
  background-image: url('../image/jt1.png');
}

/* 11.27 */
/* 11.27 */
/* 11.27 */
/* 11.27 */
/* 11.27 */
/* 11.27 */
/* 11.27 */
/* 11.27 */
.staff .zi {
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #666;
  margin-bottom: 85px;
  line-height: 1.8;
}

.staff .zi span {
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
  color: #333;
}

.staff ul {
  position: relative;
  font-size: 0;
}

.staff ul .te13 {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.staff ul:after {
  content: '';
  z-index: 2;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  height: 100%;
  border-right: 1px solid rgba(153, 153, 153, 0.5)
}

.staff ul li {
  background-color: #fff;
  width: 48%;
  margin-bottom: 0px;
  box-shadow: 1px 1px 10px #eee;
  padding: 1.8%;
  box-sizing: border-box;
  position: relative;
  top: -50px;
}

.staff ul li:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 50px;
  left: -4.1%;
  transform: translateX(-50%);
  background-color: #2b9ba7;
  z-index: 3;
}

.staff ul li:nth-child(odd) {
  margin-left: 52%;
}

.staff ul li:nth-child(even) .ti {
  line-height: 1.5;
  text-align: right;
}

.staff ul li:nth-child(even):after {
  right: -4.1%;
  left: auto;
  transform: translateX(50%);
}

.staff ul li .ti span {
  background-image: url('../image/bg1.jpg');
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 20px;
}

.staff ul li .de {
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.staff {
  background-image: url('../image/z1.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

.active .p {
  font-size: 22px;
  color: #333;
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 20px 0;
}

.active .pro-de a {
  padding: 0 !important;
}

.active .pro-de {
  margin-bottom: 20px;
}

.join {
  font-size: 0;
}

.join .box {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-right: 1.3%;
  background-color: #fff;
  margin-bottom: 40px;
}

.join .box:nth-child(4n) {
  margin-right: 0;
}

.join .box .ti {
  font-weight: bold;
  line-height: 1.5;
  font-size: 20px;
  color: #fff;
  background-image: url('../image/w3.jpg');
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 20px 10%;
  box-sizing: border-box;
  font-family: 'PingFang SC medium';
  border-bottom: 1px solid #dedede;
  transition: 0.5s;
}

.join .box .font p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #999;
  font-family: 'PingFang SC Regular';
}

.join .box .font p:last-child {
  margin-bottom: 0;
}

.join .box .font span {
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
  color: #333;
}

.join .box .de {
  padding: 40px 10%;
  box-sizing: border-box;
}

.join .box .btn {
  width: 100%;
  display: block;
  background-color: #fff;
  box-shadow: none;
  font-size: 0;
  padding: 0 10%;
  box-sizing: border-box;
  margin-bottom: 35px;
}

.join .box .btn .a {
  display: inline-block;
  width: 46%;
  margin-right: 8%;
  font-family: 'PingFang SC Regular';
  font-size: 14px;
  color: #666;
  border: 1px solid #dedede;
  box-sizing: border-box;
  text-align: center;
  line-height: 45px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}

.join .box:hover .ti {
  line-height: 1.5;
  background-image: url('../image/a7.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #fff;
}

.join .box .btn .a:hover {
  background-color: #244497;
  border: 1px solid #244497;
  color: #fff;
}

.join .box .btn .a.file input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.join .box .btn .a:nth-child(2) {
  margin-right: 0;
}

.join-detail .top {
  background-size: 100% 100%;
  background-image: url('../image/bg1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  padding: 20px 1.8%;
  box-sizing: border-box;
}

.join-detail .top span {
  font-family: 'PingFang SC medium';
  display: inline-block;
  color: #fff;
  font-size: 20px;
  width: 25%;
  vertical-align: middle;
}

.join-detail .font .zi h6 {
  display: inline-block;
  /* font-family: 'PingFang SC B'; */
  font-weight: bold;
  background-image: url('../image/w3.jpg');
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
  position: relative;
  padding: 0 1.5%;
  box-sizing: border-box;
}

.join-detail .font .zi h6:after {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../image/te13.png');
  left: 0;
  top: 0;
  transform: translate(-50%, 50%);
  z-index: 2;
}

.join-detail .font .zi h6:first-child {
  margin-top: 0;
}

.join-detail .font {
  padding: 0 3%;
  margin-top: 50px;
  margin-bottom: 50px;
  box-sizing: border-box;
  position: relative;
}

.join-detail .det {
  background-color: #fff;
  overflow: hidden;
}

.join-detail .font:after {
  content: '';
  position: absolute;
  left: 3%;
  height: 95%;
  border-right: 1px solid #ccc;
  top: 12px;
  z-index: 1;
}

.join-detail .font .zi p {
  font-family: 'PingFang SC Regular';
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  padding: 0 1.5%;
  position: relative;
  box-sizing: border-box;
}

.join-detail .font .zi p:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  background-color: #2b9ba7;
  left: 0;
  top: 12px;
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 50%;
}

.join-detail .btn .a.file input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.join-detail .btn {
  padding: 0 3%;
  box-sizing: border-box;
  margin-bottom: 60px;
  /* padding: 0; */
  background-color: transparent;
  box-shadow: none;
}

.join-detail .btn .a {
  display: inline-block;
  width: 140px;
  margin-right: 15px;
  font-family: 'PingFang SC Regular';
  font-size: 14px;
  color: #666;
  border: 1px solid #dedede;
  box-sizing: border-box;
  text-align: center;
  line-height: 45px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}

.join-detail .btn .a:hover {
  background-color: #244497;
  border: 1px solid #244497;
  color: #fff;
}

.join-detail {
  padding-bottom: 100px;
}

@media screen and (max-width: 1600px) {
  .active .p {
    font-size: 20px;
  }

  .join-detail .top span,
  .join-detail .font .zi h6 {
    font-size: 18px;
  }

  .join-detail .font .zi h6 {
    margin-bottom: 15px;
  }

  .join-detail .font {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .join-detail .font .zi h6 {
    margin-top: 30px;
  }

  .join .box .ti {
    line-height: 1.5;
    font-size: 18px;
  }

  .join .box .de {
    padding: 35px 10%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .join .box .de {
    padding: 30px 10%;
    box-sizing: border-box;
  }

  .staff ul li .ti span {
    font-size: 20px;
  }

  .active .p {
    font-size: 18px;
    padding: 15px 0;
  }

  .join .box .btn {
    margin-bottom: 30px;
  }

  .join .box .font p {
    margin-bottom: 10px;
  }

  .join .box .btn .a {
    line-height: 40px;
  }

  .join-detail .font .zi h6 {
    margin-top: 20px;
  }

  .join-detail .btn {
    margin-bottom: 40px;
  }

  .join-detail {
    padding-bottom: 60px;
  }

  .join-detail .btn .a {
    width: 125px;
    height: 40px;
    line-height: 40px;
  }

  .join-detail .font .zi p {
    font-size: 14px;
  }

  .join-detail .top span,
  .join-detail .font .zi h6 {
    font-size: 16px;
  }

  .join-detail .font {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .join-detail .font .zi h6 {
    margin-bottom: 10px;
  }

  .join-detail .top {
    padding: 15px 1.8%;
  }

  .staff ul li .ti span {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 750px) {
	.team-one .half .swi-prev2 {
		left: -43%;
	}
	
  .staff ul li:nth-child(odd) {
    margin-left: 0;
  }

  .staff ul li:nth-child(even) .ti {
    line-height: 1.5;
    text-align: left;
  }

  .staff ul {
    padding-left: 5%;
    box-sizing: border-box;
    margin-bottom: 40px;
  }

  .staff ul .te13 {
    left: 0;
  }

  .staff ul:after {
    left: 0;
  }

  .staff ul li .ti span {
    font-size: 18px;
  }

  .staff ul li:after {
    top: 0;
    left: -5.3% !important;
    transform: translateX(-50%) !important;
    /* transform: translateX(-100%); */
  }

  .staff ul li {
    width: 100%;
    margin-bottom: 10px;
    top: 0;
  }

  .active .p {
    font-size: 16px;
    padding: 10px 0;
  }

  .join .box {
    width: 100%;
    margin-right: 0;
  }

  .join .box .btn {
    padding: 0 4%;
  }

  .join .box .ti {
    line-height: 1.5;
    padding: 15px 4%;
  }

  .join .box .de {
    padding: 20px 4%;
  }

  .join .box {
    margin-bottom: 10px;
  }

  .join-detail .top span {
    width: 100%;
  }

  .join-detail .btn .a {
    width: 100px;
    margin-top: 10px;
  }

  .join-detail {
    padding-bottom: 40px;
  }

  .join-detail .font {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .leader .swi .swiper-slide {
    transition: 0s;
  }

  .join-detail .font .zi h6,
  .join-detail .font .zi p {
    padding: 0 3%;
  }

  .leader .swiper-button-next,
  .leader .swiper-button-prev {
    /* top: 32%; */
    top: 5rem;
  }

  .leader .swiper-button-next {
    right: 0;
  }

  .leader .swiper-button-prev {
    left: 0;
  }

  /* .leader .swi .swiper-slide.swiper-slide-active {
    padding-bottom: 0;
  } */

  .leader .swi .font {
    position: static;
    transform: none;
    margin-top: -40px;
  }

  .life .d2 {
    position: absolute;
    top: 19%;
  }

  .se2 .font .font-box .center.act {
    overflow: hidden;
  }

  .se2 .font .font-box .wel-ti {
    margin-top: 20px;
  }

  .se2 .font .font-box .center {
    margin-top: 0;
  }

  .footer .link .a {
    top: 40px;
  }

  .more:hover span {
    letter-spacing: 0rem;
  }

  .more:after {
    display: none;
  }

  .more:hover span {
    color: #333;
  }

  .more:hover i {
    background-image: url(../image/jt.png);
  }

  .more:hover {
    color: #fff;
  }

  .pro-ban.ban>img {
    left: 92%
  }

  .nei-nav .left img:nth-child(1) {
    width: 20px;
  }

  .footer .last a {
    display: block;
    float: none;
    text-align: center;
  }

  .footer .last .left {
    float: none;
    text-align: center;
  }

  .abi .snext {
    background-image: url(../image/r.png);
    margin-left: 10px;
  }

  .life .d1 {
    position: absolute;
    top: 9%;
  }

  .life .d5 {
    position: absolute;
    top: 5%;
  }

  .life .d3 {
    position: absolute;
    top: 7%;
  }

  .life .d4 {
    position: absolute;
    top: 21%;
  }

  .life {
    background-color: #fff;
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .life .content img {
    display: block;
  }

  .team-three .font li {
    box-shadow: 1px 1px 10px #ccc;
  }

  .team-three .font .icon img {
    width: 30px;
  }

  .team-three {
    background-color: #fff;
  }

  .qq .san {
    opacity: 0;
  }

  .nei-nav .link.pro-link {
    text-align: center;
  }

  .nei-nav .link.pro-link a {
    width: 25%;
  }
}

.join-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.join-cover .box {
  background-color: #fff;
  width: 600px;
  height: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.join-cover .box .tit {
  font-size: 30px;
  color: #333;
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: 'PingFang SC medium';
}

.join-cover .box .file-b {
  border: 1px solid #dedede;
  width: 500px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  color: #777;
  text-align: left;
  cursor: pointer;
  margin-bottom: 50px;
}

.join-cover .btn {
  background-color: transparent;
  display: block;
  box-shadow: none;
}

.join-cover .box .file-b .file {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
}

.join-cover .box .file-b img {
  margin: 0 20px;
}

.join-cover .box .file-b .inp {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.join-cover .sub,
.join-cover .bt {
  width: 160px;
  height: 45px;
  background-color: #244497;
  font-size: 14px;
  color: #fff;
  border: none;
  margin: 0 auto;

  line-height: 50px;
  cursor: pointer;
}

.join-cover .box .yes .tit {
  margin-top: 20px;
  margin-bottom: 30px;
}

.join-cover .box .yes {
  display: none;
}

.join-cover .zi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.join-cover .form-horizontal .controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin-left: 0;
  padding: 0;
}

.js-img-list-f .img-list {
  background-color: #fff;
  position: absolute;
  background-color: #fff;
  z-index: 9;
  padding: 0 10px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-pnotify .ui-pnotify-shadow {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 9999999999999999999999999999;
}

.img-list-action {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.img-list-action a {
  color: red;
  font-size: 16px;
}

.img-list-action a:after {
  content: '删除';
  color: red;
  font-size: 16px;
  display: inline;
}

.search {
  /* background-color: #fff; */
}

.big-qu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  /* background-color: rgba(0, 0, 0, .9); */
  background-color: #1f3672;
  top: 0;
  left: 0;
  display: none;
}

.pinch-zoom-container {
  overflow: auto !important;
  position: static !important;
  /* margin-top: 5rem; */
}

.pinch-zoom {
  width: 100%;
  height: 100%;
}

.big-qu img {
  width: 45%;
  top: 50% !important;
  left: 50% !important;
}

@media screen and (max-width:750px) {
  .big-qu img {
    width: 90%;
  }

  .leader .swi .swiper-slide .img {
    width: 65%;
    border: 15px solid #fff;
    margin: 0 auto;
  }

  .leader .swi .swiper-slide>.ti {
    line-height: 1.5;
    opacity: 0;
  }

  .leader .swi .swiper-slide .font {
    opacity: 1;
  }

  .leader .swi .swiper-slide {
    transform: scale(1);
    padding-bottom: 300px;
  }

  .leader .swi .swiper-slide.act .img {
    border: 15px solid #fff;
  }

  .leader .swi .swiper-slide {
    transform: scale(1);
    padding-bottom: 40px;
  }

}
.se4 .news .one .pic img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.se4 .news .one:hover .pic img{
  transform: translate(-50%, -50%) scale(1.1);
}
.se4 .news .one .pic{
  position: relative;
    padding-bottom: 62%;
    overflow: hidden;
}