@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
.color-000 {
  color: #000;
}
.color-222 {
  color: #222;
}
.color-666 {
  color: #666;
}
/*字体*/
@font-face {
  font-family: "stc";
  src: url("../font/stc.ttf") format("ttf");
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ccc;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font17 {
  font-size: 17px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font36 {
  font-size: 0.36rem;
}
.font36 {
  font-size: 0.36rem;
}
.font38 {
  font-size: 38px;
}
.font48 {
  font-size: 0.48rem;
}
.font46 {
  font-size: 0.46rem;
}
.font44 {
  font-size: 0.44rem;
}
.font60 {
  font-size: 0.6rem;
}
.font52 {
  font-size: 0.52rem;
}
.font34 {
  font-size: 34px;
}
.font22 {
  font-size: 22px;
}
.font32 {
  font-size: 32px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18,
  .font17 {
    font-size: 16px;
  }
  .font24,
  .font22 {
    font-size: 18px;
  }
  .font20 {
    font-size: 16px;
  }
  .font30,
  .font28,
  .font26 {
    font-size: 24px;
  }
  .font36,
  .font34,
  .font32 {
    font-size: 26px;
  }
  .font48,
  .font44,
  .font46,
  .font38,
  .font52 {
    font-size: 32px;
  }
}
@media (max-width: 1260px) {
  .font20 {
    font-size: 16px;
  }
  .font44,
  .font38 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.28rem;
  }
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font17 {
    font-size: 0.28rem;
  }
  .font20,
  .font24 {
    font-size: 0.32rem;
  }
  .font20 {
    font-size: 0.28rem;
  }
  .font30,
  .font28,
  .font26 {
    font-size: 0.36rem;
  }
  .font36,
  .font36 {
    font-size: 0.36rem;
  }
  .font48 {
    font-size: 0.48rem;
  }
  .font44,
  .font38 {
    font-size: 0.4rem;
  }
  .font46,
  .font45 {
    font-size: 0.44rem;
  }
  .font60,
  .font52 {
    font-size: 0.48rem;
  }
  .font34,
  .font32 {
    font-size: 0.32rem;
  }
  .font22 {
    font-size: 0.32rem;
  }
}
.font50 {
  font-size: 0.5rem;
}
.font40 {
  font-size: 0.4rem;
}
.font45 {
  font-size: 0.45rem;
}
@media (max-width: 1580px) {
  .font40 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .font50,
  .font45 {
    font-size: 0.48rem;
  }
  .font40 {
    font-size: 0.4rem;
  }
}
.font72 {
  font-size: 0.72rem;
}
/* 复选框和单选框 */
.xc-radio:checked,
.xc-radio.xc-checked,
.xc-checkbox:checked,
.xc-checkbox.xc-checked {
  background-color: #0e3ea2;
  border: 1px solid #0e3ea2;
  text-align: center;
  background-clip: padding-box;
  transition: all 0.3s;
}
.xc-radio,
.xc-checkbox {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  font-size: 8px;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: background-color ease 0.1s;
  transition: background-color ease 0.1s;
}
@media (max-width: 767px) {
  .xc-radio,
  .xc-checkbox {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.xc-radio:checked:before,
.xc-radio.xc-checked:before,
.xc-checkbox:checked:before,
.xc-checkbox.xc-checked:before,
.xc-radio:checked:after,
.xc-radio.xc-checked:after,
.xc-checkbox:checked:after,
.xc-checkbox.xc-checked:after {
  content: '';
  width: 8px;
  height: 4px;
  position: absolute;
  top: 20%;
  left: 20%;
  background: transparent;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  z-index: 2;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .xc-radio:checked:before,
  .xc-radio.xc-checked:before,
  .xc-checkbox:checked:before,
  .xc-checkbox.xc-checked:before,
  .xc-radio:checked:after,
  .xc-radio.xc-checked:after,
  .xc-checkbox:checked:after,
  .xc-checkbox.xc-checked:after {
    width: 0.15rem;
    height: 0.08rem;
    top: 30%;
    left: 25%;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #005CE6;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
#c-header.pro-head a {
  color: #222;
}
#c-header.pro-head .c-nav > li > .c-title-box img path,
#c-header.pro-head .c-nav > li > .c-title-box svg path {
  fill: #222;
}
#c-header.pro-head .c-gn form svg path {
  fill: #222;
}
#c-header.pro-head .c-a span {
  color: #fff;
}
#c-header.pro-head .c-tiyan::before {
  background: #222;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: unset;
  width: unset;
  padding-left: 0.8rem;
  padding-right: 0.5rem;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
  flex: 7.5;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .c-right-box {
    flex: unset;
  }
}
#c-header.c-head-move {
  top: -1rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #333;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
  flex: 2.55;
}
@media (max-width: 991px) {
  #c-header .c-logo {
    flex: unset;
  }
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
  width: 1.8rem;
  min-width: 140px;
}
@media (max-width: 767px) {
  #c-header .c-logo .c-img-box {
    width: 2.4rem;
    min-width: unset;
  }
}
#c-header .c-logo .c-img-box img path,
#c-header .c-logo .c-img-box svg path {
  fill: #fff;
  opacity: 1;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
#c-header .c-logo .c-img-box img:nth-child(2),
#c-header .c-logo .c-img-box svg:nth-child(2) {
  display: none;
}
#c-header .c-logo .c-img-box img:nth-child(2) path,
#c-header .c-logo .c-img-box svg:nth-child(2) path {
  fill: #0e3ea2;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1),
#c-header.c-style2 .c-logo .c-img-box svg:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2),
#c-header.c-style2 .c-logo .c-img-box svg:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
  width: 70%;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0;
  transition: all 0.5s;
  flex: 1;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
  transition: all 0.3s;
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.3s;
}
#c-header .c-nav > li a:before {
  content: unset;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #005CE6;
  transition: 0.3s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #333;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #0e3ea2;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  width: 100%;
}
#c-header .c-nav li:hover .c-title-box svg {
  transform: rotate(270deg);
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #0e3ea2 !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.3s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #005CE6;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i,
#c-header.pro-head.c-style2 .c-switch i {
  background: #333;
}
#c-header:hover .c-logo {
  flex: 1.22;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn form {
  padding-left: 0.6rem;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn form img,
#c-header .c-gn form svg {
  width: 16px;
  height: 16px;
  transition: 0.3s;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #c-header .c-gn form img,
  #c-header .c-gn form svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn form img path,
#c-header .c-gn form svg path {
  fill: #fff;
}
#c-header .c-gn form:hover > svg path {
  fill: #005CE6 !important;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 106%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 0.15rem;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  color: #fff;
  background: #005CE6;
  cursor: pointer;
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone img,
#c-header .c-gn .c-phone svg {
  margin: 0 0.1rem 0 0.3rem;
  width: 20px;
  height: 20px;
  fill: #fff;
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header .c-tiyan {
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
}
#c-header .c-tiyan::before {
  content: unset;
  position: absolute;
  height: 13px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#c-header .c-tiyan .c-a {
  min-width: 130px;
  height: 40px;
  min-height: 40px;
}
#c-header:hover .c-nav {
  width: 70%;
}
#c-header:hover .c-nav li:nth-of-type(1) .c-title-box a {
  transform: translateX(0.6rem);
}
#c-header.c-style2 .c-nav {
  width: 70%;
}
#c-header.c-style2 .c-gn form > svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #005CE6;
}
#c-header.c-style2 .c-tiyan a {
  color: #fff;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #005CE6;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  transform: rotate(-90deg);
}
#c-go-top img path,
#c-go-top svg path {
  fill: #ffff;
}
/*首页轮播图*/
.c-home-banner .swiper-slide {
  overflow: hidden;
}
.c-home-banner .swiper-slide .c-pc,
.c-home-banner .swiper-slide .c-mb {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.c-home-banner .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-pc {
    display: none;
  }
}
.c-home-banner .swiper-button-next {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  right: 0.6rem;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-next {
    display: none;
  }
}
.c-home-banner .swiper-button-next::after {
  display: none;
}
.c-home-banner .swiper-button-next img,
.c-home-banner .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-next img path,
.c-home-banner .swiper-button-next svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  left: 0.6rem;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-prev {
    display: none;
  }
}
.c-home-banner .swiper-button-prev::after {
  display: none;
}
.c-home-banner .swiper-button-prev img,
.c-home-banner .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-prev img path,
.c-home-banner .swiper-button-prev svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-next:hover,
.c-home-banner .swiper-button-prev:hover {
  opacity: 1;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #005CE6;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/* 底部 */
#c-footer {
  color: #fff;
}
#c-footer .ft-logo-box .zz-left a {
  display: flex;
  width: 2.27rem;
  min-width: 120px;
}
#c-footer .ft-logo-box .zz-left a svg path {
  fill: #fff;
  opacity: 1;
}
#c-footer a {
  color: #a9a9a9;
  transition: 0.3s;
}
#c-footer a:hover {
  color: #248211;
}
#c-footer .ft-bg {
  background: #121c3b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  #c-footer .ft-bg {
    padding-top: 1.2rem;
  }
  #c-footer .ft-bg .zz-left img {
    width: 3rem;
  }
}
#c-footer .c-top-box {
  padding: 0.95rem 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 0.5rem 0 0.5rem;
  }
}
#c-footer .c-top-box .zz_w1400 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .zz_w1400 .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.15rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid rgba(160, 160, 160, 0.39);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1400 .c-title-box {
    padding: 0.3rem 0;
    margin-bottom: 0;
  }
}
#c-footer .c-top-box .zz_w1400 .c-title-box:hover {
  border-color: #fff;
}
#c-footer .c-top-box .zz_w1400 .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .zz_w1400 .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .zz_w1400 .c-title-box img,
#c-footer .c-top-box .zz_w1400 .c-title-box svg {
  display: none;
  transition: 0.3s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .zz_w1400 .c-title-box img path,
#c-footer .c-top-box .zz_w1400 .c-title-box svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1400 .c-title-box img,
  #c-footer .c-top-box .zz_w1400 .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1400 .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1400 .c-list-box .c-list {
    padding-top: 0.3rem;
    display: none;
  }
}
#c-footer .c-top-box .zz_w1400 .c-list-box .c-list li {
  padding-bottom: 0.15rem;
}
#c-footer .c-top-box .zz_w1400 .c-list-box .c-list li a {
  color: #f4f7ff;
  position: relative;
}
#c-footer .c-top-box .zz_w1400 .c-list-box .c-list li a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
  opacity: 0;
}
#c-footer .c-top-box .zz_w1400 .c-list-box .c-list li a:hover::before {
  opacity: 1;
}
#c-footer .c-top-box .zz_w1400 .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1400 .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1400 .c-list-box .c-list li {
    padding-bottom: 0.3rem;
  }
}
#c-footer .c-top-box .zz_w1400 .c-list-box.on .c-title-box img,
#c-footer .c-top-box .zz_w1400 .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1400 .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .zz_w1400 .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1400 .c-text-box {
    padding-top: 0.2rem;
  }
}
#c-footer .c-top-box .zz_w1400 .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1400 .c-text-box p {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1400 .c-text-wrap {
    width: 100%;
    padding-top: 0.7rem;
  }
}
#c-footer .c-top-box .zz_w1400 .c-text-title {
  margin-bottom: 10px;
}
#c-footer .c-top-box .zz_w1400 .c-text-title p:nth-of-type(1) {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1400 .c-text-title p:nth-of-type(1) {
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .zz_w1400 .c-text-title p:nth-of-type(2) {
    font-size: 0.4rem;
  }
}
#c-footer .c-top-box .c-ul-box {
  display: flex;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-ul-box {
    flex-direction: column;
    width: 100%;
  }
}
#c-footer .c-top-box .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.22rem;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .c-title-box {
    margin-right: 35px;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-title-box {
    margin-right: 0;
    padding: 0.3rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .c-title-box a:hover {
  color: #fff;
}
#c-footer .c-top-box .c-title-box img,
#c-footer .c-top-box .c-title-box svg {
  display: none;
  transition: 0.3s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .c-title-box img path,
#c-footer .c-top-box .c-title-box svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-title-box img,
  #c-footer .c-top-box .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-top-box .c-list-box {
  margin-right: 0.95rem;
}
@media (max-width: 1200px) {
  #c-footer .c-top-box .c-list-box {
    margin-right: 0.75rem;
  }
}
#c-footer .c-top-box .c-list-box:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-list-box {
    width: 100%;
    margin-right: 0;
  }
}
#c-footer .c-top-box .c-list-box .c-ulBox {
  display: flex;
}
#c-footer .c-top-box .c-list-box .c-ulBox .c-list:nth-of-type(1) {
  margin-right: 0.35rem;
}
#c-footer .c-top-box .c-list-box .c-list {
  font-size: 14px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
#c-footer .c-top-box .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .c-list-box.on .c-title-box img,
#c-footer .c-top-box .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-code-listBox .zz_w1400 {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #c-footer .c-code-listBox .zz_w1400 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#c-footer .c-code-listBox .zz_w1400 .codeBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0.25rem;
}
@media (max-width: 767px) {
  #c-footer .c-code-listBox .zz_w1400 .codeBox {
    width: 50%;
    margin-left: 0;
    align-items: flex-start;
    margin-bottom: 0.6rem;
  }
}
#c-footer .c-code-listBox .zz_w1400 .codeBox .c-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#c-footer .c-code-listBox .zz_w1400 .imgBox {
  width: 0.95rem;
  height: 0.95rem;
  min-width: 60px;
  min-height: 60px;
  margin-bottom: 10px;
}
#c-footer .c-code-listBox .zz_w1400 .imgBox img {
  width: 100%;
  height: 100%;
}
#c-footer .c-code-listBox .zz_w1400 .c-text {
  text-align: center;
}
@media (max-width: 767px) {
  #c-footer .c-code-listBox .zz_w1400 .c-text {
    font-size: 0.26rem;
  }
}
#c-footer .c-bottom-box {
  padding: 0.55rem 0;
  border-top: 1px solid rgba(160, 160, 160, 0.39);
  color: #7f7f7f;
  background: #121c3b;
  margin-top: 0.45rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.55rem 0 1rem;
    margin-top: 0rem;
  }
}
#c-footer .c-bottom-box .zz_w1400 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .zz_w1400 a {
  color: #7f7f7f;
}
#c-footer .c-bottom-box .zz_w1400 a:hover {
  color: #005CE6;
}
#c-footer .c-bottom-box .zz_w1400 .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
#c-footer .c-bottom-box .c-link {
  display: flex;
}
#c-footer .c-bottom-box .c-ico {
  width: 0.25rem;
  min-width: 15px;
  height: 0.25rem;
  min-height: 15px;
  margin-right: 0.25rem;
  display: flex;
}
#c-footer .c-bottom-box .c-ico:nth-of-type(1) {
  margin-left: 5px;
}
#c-footer .c-bottom-box .c-ico:last-child {
  margin-right: 0;
}
#c-footer .c-bottom-box .c-ico a {
  width: 100%;
  display: flex;
}
#c-footer .c-bottom-box .c-ico a img,
#c-footer .c-bottom-box .c-ico a svg {
  width: 100%;
}
#c-footer .c-bottom-box .c-ico a img path,
#c-footer .c-bottom-box .c-ico a svg path {
  fill: #757a82;
  transition: all 0.3s;
}
#c-footer .c-bottom-box .c-ico a:hover img path,
#c-footer .c-bottom-box .c-ico a:hover svg path {
  fill: #248211;
}
#c-footer .c-bottom-box .c-support {
  display: flex;
  align-items: center;
  color: #f4f7ff;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .c-support {
    color: rgba(244, 247, 255, 0.5);
    margin-top: 0.3rem;
    font-size: 0.26rem;
  }
  #c-footer .c-bottom-box .c-support div {
    font-size: 0.26rem;
  }
}
#c-footer .c-bottom-box .c-copyright {
  display: flex;
}
#c-footer .c-bottom-box .c-copyright p,
#c-footer .c-bottom-box .c-copyright span,
#c-footer .c-bottom-box .c-copyright a {
  color: #f4f7ff;
  display: inline-flex;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .c-copyright p,
  #c-footer .c-bottom-box .c-copyright span,
  #c-footer .c-bottom-box .c-copyright a {
    word-break: break-all;
    white-space: normal;
    box-sizing: border-box;
    width: 100%;
    display: unset;
    color: rgba(244, 247, 255, 0.5);
    font-size: 0.26rem;
  }
}
#c-footer .c-bottom-box .c-copyright span {
  margin: 0 10px;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .c-copyright span {
    margin: 0 0.1rem;
  }
}
#c-footer .c-bottom-box .c-copyright a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .c-copyright a {
    display: unset;
  }
}
#c-footer .c-bottom-box .c-copyright a:hover {
  color: #248211;
}
.pc {
  display: block;
}
.wap {
  display: none;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
}
.text_b {
  font-weight: bold;
}
.zz_w1400 {
  margin: 0 auto;
  width: 75%;
  max-width: 1400px;
}
@media (max-width: 1520px) {
  .zz_w1400 {
    width: 90%;
  }
}
.zz_w950 {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
}
@media (max-width: 1200px) {
  .zz_w950 {
    width: 90%;
  }
}
.hi-btn8 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  min-width: 180px;
  height: 0.6rem;
  min-height: 45px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  background-color: #0e3ea2;
}
@media (max-width: 1580px) {
  .hi-btn8 {
    min-width: 125px;
  }
}
@media (max-width: 767px) {
  .hi-btn8 {
    padding-left: 0.2rem;
    min-width: 2.3rem;
    height: 0.8rem;
    min-height: 0.8rem;
  }
}
.hi-btn8 .hi-text {
  position: relative;
  z-index: 5;
}
@media (max-width: 1580px) {
  .hi-btn8 .hi-text {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .hi-btn8 .hi-text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .hi-btn8 .hi-text {
    font-size: 0.28rem;
  }
}
.hi-btn8 .hi-ico {
  position: relative;
  z-index: 4;
  margin-left: -14px;
  width: 14px;
  height: 14px;
  pointer-events: none;
  transition: all 0.3s ease-out;
  opacity: 0;
}
@media (max-width: 767px) {
  .hi-btn8 .hi-ico {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.hi-btn8 .hi-ico path {
  fill: #fff;
}
.hi-btn8.hi-btn8-2 {
  background: transparent;
  border: 1px solid #fff;
}
.hi-btn8:hover .hi-ico {
  opacity: 1;
  margin-left: 0.2rem;
}
.hi-btn8:hover::before {
  width: 100%;
}
.hi-btn8.hi-btn8-more {
  min-width: 200px;
}
@media (max-width: 1580px) {
  .hi-btn8.hi-btn8-more {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .hi-btn8.hi-btn8-more {
    min-width: 2.6rem;
  }
}
.hi-btn8.hi-btn8-3 {
  background: #fff;
  transition: all 0.3s;
}
.hi-btn8.hi-btn8-3 .hi-text {
  color: #222;
}
.hi-btn8.hi-btn8-3 .hi-ico {
  opacity: 1;
  margin-left: 0.1rem;
  width: 20px;
  height: 20px;
}
.hi-btn8.hi-btn8-3 .hi-ico path {
  fill: #0e3ea2;
}
.hi-btn8.hi-btn8-3:hover {
  background: #0e3ea2;
}
.hi-btn8.hi-btn8-3:hover .hi-text {
  color: #fff;
}
.hi-btn8.hi-btn8-3:hover .hi-ico path {
  fill: #fff;
}
.hi-btn8.hi-btn8-4 {
  background: #fff;
  transition: all 0.3s;
  min-width: 180px;
}
.hi-btn8.hi-btn8-4 .hi-text {
  color: #222;
}
.hi-btn8.hi-btn8-4 .hi-ico path {
  fill: #0e3ea2;
}
.hi-btn8.hi-btn8-4:hover {
  background: #0e3ea2;
}
.hi-btn8.hi-btn8-4:hover .hi-text {
  color: #fff;
}
.hi-btn8.hi-btn8-4:hover .hi-ico path {
  fill: #fff;
}
.hi-btn12 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.7rem;
  height: 0.7rem;
  min-width: 50px;
  min-height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  background: #fff;
}
@media (max-width: 767px) {
  .hi-btn12 {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.hi-btn12::after {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  content: '';
  box-sizing: border-box;
  transition: all 0.3s;
}
.hi-btn12 .hi-ico {
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .hi-btn12 .hi-ico {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.hi-btn12 .hi-ico path {
  fill: #000;
  transition: all 0.3s;
}
.hi-btn12:hover {
  background-color: #fff;
}
.hi-btn12:hover::after {
  opacity: 1;
  transform: scale(1.4);
}
.hi-btn12:hover .hi-ico path {
  fill: #fff;
}
.fd {
  overflow: hidden;
}
.fd img {
  transition: all 0.4s;
}
.fd:hover img {
  transform: scale(1.05);
}
.public-title-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .public-title-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .public-title-box .c-btn {
    margin-top: 0.4rem;
  }
}
.public-title .c-tips {
  color: #666;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .public-title .c-tips {
    margin-bottom: 0.2rem;
  }
}
.public-title .h2 {
  color: #222;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .public-title .h2 {
    line-height: 1.4;
  }
}
.public-title .c-text {
  color: #666;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .public-title .c-text {
    margin-top: 0.3rem;
  }
}
.public-title.public-title2 .c-tips,
.public-title.public-title2 .h2,
.public-title.public-title2 .c-text,
.public-title.public-title2 .c-tips2 {
  text-align: center;
}
.public-title.public-title2 .c-tips2 {
  color: #0e3ea2;
  margin-top: 0.2rem;
}
.public-title.public-title2 .btnBox {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.public-title.public-title2 .btnBox a {
  color: #2a388e;
  display: flex;
  align-items: center;
}
.public-title.public-title2 .btnBox a:hover img,
.public-title.public-title2 .btnBox a:hover svg {
  transform: translateX(10px);
}
.public-title.public-title2 .btnBox a img,
.public-title.public-title2 .btnBox a svg {
  margin-left: 25px;
  transition: all 0.3s;
}
.public-title3 {
  padding-top: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .public-title3 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }
}
.public-title3 .h2 {
  padding-bottom: 20px;
  position: relative;
  flex: 1;
}
.public-title3 .h2::before {
  content: '';
  position: absolute;
  width: 0.45rem;
  min-width: 30px;
  height: 3px;
  background: #0e3ea2;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .public-title3 .h2::before {
    height: 2px;
  }
}
@media (max-width: 767px) {
  .public-title3 .h2 {
    order: 1;
    padding-bottom: 0.4rem;
    margin-bottom: 0.3rem;
  }
}
.public-title3 .c-text {
  color: #333;
}
@media (max-width: 767px) {
  .public-title3 .c-text {
    order: 2;
  }
}
@media (max-width: 767px) {
  .public-title3 > .zz-right {
    order: 0;
    margin-bottom: 0.6rem;
  }
}
.public-title3 > .zz-right a,
.public-title3 > .zz-right span {
  color: #666;
}
.public-title3 a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition: all 0.3s;
}
.public-title3 a:hover {
  color: #0e3ea2;
}
.public-title3 > .zz-right span {
  margin: 0 10px;
}
.public-title3 > .zz-right span:nth-last-child(1) {
  display: none;
}
@media (max-width: 767px) {
  .public-title3 > .zz-right span {
    margin: 0 0.2rem;
  }
}
.public-titleTips {
  color: #333;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .public-titleTips {
    margin-top: 0.25rem;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes jump {
    50% {
      transform: translateY(10px);
    }
  }
  @keyframes jump {
    50% {
      transform: translateY(10px);
    }
  }
}
@-webkit-keyframes bgimgzoom2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bgimgzoom2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.scaleDraw {
  -webkit-animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@-webkit-keyframes bookRotate {
  0% {
    transform: rotateY(0) translateX(-18.2px);
  }
  100% {
    transform: rotateY(360deg) translateX(-18.2px);
  }
}
@keyframes bookRotate {
  0% {
    transform: rotateY(0) translateX(-18.2px);
  }
  100% {
    transform: rotateY(360deg) translateX(-18.2px);
  }
}
.bookRotate {
  -webkit-animation: bookRotate 20s infinite linear;
  animation: bookRotate 20s infinite linear;
}
@keyframes ripple {
  0% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    -ms-transform: translate(-50%, -50%) scale(0.1);
    -o-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes hideShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tds-keyframe--bounce2 {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes tds-keyframe--bounce2 {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.tcl-animate-chevron2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: tds-keyframe--bounce2;
  animation-name: tds-keyframe--bounce2;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.sybn-box {
  overflow: hidden;
  position: relative;
}
.sybn-box .imgbox {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.sybn-box .imgbox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
  .sybn-box .imgbox {
    width: 100%;
    padding-bottom: 65%;
    position: relative;
    right: unset;
    bottom: unset;
    margin-top: 0.5rem;
    height: 0;
  }
  .sybn-box .imgbox img {
    position: absolute;
  }
}
.public-bnImgbox {
  position: relative;
  width: 54.68%;
  height: 0;
  padding-bottom: 26.5%;
  position: absolute;
  right: 7.03%;
  top: 22.5%;
  z-index: 1;
}
.public-bnImgbox > .img,
.public-bnImgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.public-bnImgbox img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1580px) {
  .public-bnImgbox {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1024px) {
  .public-bnImgbox {
    right: 3%;
  }
}
@media (max-width: 767px) {
  .public-bnImgbox {
    position: relative;
    top: unset;
    transform: unset;
    right: unset;
    width: 95%;
    padding-bottom: 56%;
    height: auto;
    margin-top: 1.6rem;
  }
}
.public-bnImgbox .c-li {
  position: absolute;
  display: flex;
  flex-direction: column;
}
.public-bnImgbox .c-li img {
  width: 100%;
}
.public-bnImgbox .c-li span {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  white-space: nowrap;
}
.public-bnImgbox .c-li1 {
  top: -0.5%;
  left: 11.5%;
  width: 15.23%;
  animation: jump 4s ease-out infinite;
  -webkit-animation: jump 4s ease-out infinite;
}
.public-bnImgbox .c-li1 span {
  left: 42%;
}
.public-bnImgbox .c-li2 {
  top: 1%;
  left: 84.6%;
  width: 7.62%;
  animation: jump 4.5s ease-out infinite;
  -webkit-animation: jump 4.5s ease-out infinite;
}
.public-bnImgbox .c-li2 span {
  top: -40px;
}
@media (max-width: 767px) {
  .public-bnImgbox .c-li2 span {
    top: -25px;
  }
}
.public-bnImgbox .c-li3 {
  top: 55.5%;
  left: 14.5%;
  width: 7.23%;
  animation: jump 5.5s ease-out infinite;
  -webkit-animation: jump 5.5s ease-out infinite;
}
.public-bnImgbox .c-li3 span {
  top: -30px;
}
@media (max-width: 767px) {
  .public-bnImgbox .c-li3 span {
    top: -25px;
  }
}
.public-bnImgbox .c-li4 {
  top: 57%;
  left: 84.5%;
  width: 7.23%;
  animation: jump 5s ease-out infinite;
  -webkit-animation: jump 5s ease-out infinite;
}
.public-bnImgbox .c-li4 span {
  top: -40px;
}
@media (max-width: 767px) {
  .public-bnImgbox .c-li4 span {
    top: -25px;
  }
}
.public-bnImgbox .c-li5 {
  top: 3%;
  left: 42%;
  animation: jump 3.5s ease-out infinite;
  -webkit-animation: jump 3.5s ease-out infinite;
  width: 20.09%;
}
@media (max-width: 767px) {
  .public-bnImgbox .c-li5 {
    top: 8%;
  }
}
.public-bnImgbox .canvas_lizi2 {
  position: absolute;
  top: -20%;
  left: 37%;
  width: 33%;
  height: 60%;
  z-index: -1;
  overflow: hidden;
}
.public-bnImgbox .c-mask {
  position: absolute;
  top: -10%;
  left: 25%;
  width: 58%;
  height: 60%;
  z-index: -2;
}
.sybnSwp {
  position: relative;
}
@media (max-width: 767px) {
  .sybnSwp {
    padding-top: 1.2rem;
  }
}
.sybnSwp .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
}
.sybnSwp .swiper-slide {
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .sybnSwp .swiper-slide {
    height: auto;
  }
}
.sybnSwp .swiper-slide .c-box {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sybnSwp .swiper-slide .c-box {
    position: relative;
    top: unset;
    transform: unset;
  }
}
.sybnSwp .swiper-slide .c-box .c-icon {
  width: 1.65rem;
  min-width: 120px;
}
.sybnSwp .swiper-slide .c-box .h2 {
  color: #fff;
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .sybnSwp .swiper-slide .c-box .h2 {
    margin-top: 0.8rem;
  }
}
.sybnSwp .swiper-slide .c-box .c-text {
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 1580px) {
  .sybnSwp .swiper-slide .c-box .c-text {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .sybnSwp .swiper-slide .c-box .c-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sybnSwp .swiper-slide .c-box .c-text {
    font-size: 0.32rem;
  }
}
.sybnSwp .swiper-slide .c-box .c-text .c-p2 {
  color: #468cff;
  margin-top: 10px;
}
.sybnSwp .swiper-slide .c-box .btnbox {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .sybnSwp .swiper-slide .c-box .btnbox {
    margin-top: 0.8rem;
  }
}
.sybnSwp .swiper-slide .c-box .btnbox .c-a:nth-of-type(2) {
  margin-left: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  transition: all 0.3s;
}
.sybnSwp .swiper-slide .c-box .btnbox .c-a:nth-of-type(2):hover {
  background: #0e3ea2;
  border-color: #0e3ea2;
}
.sybnSwp .bnul {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .sybnSwp .bnul {
    position: unset;
    bottom: unset;
    left: unset;
    width: 90%;
    margin-left: 5%;
    display: flex;
    margin-top: 1.6rem;
    padding-bottom: 0.8rem;
  }
}
.sybnSwp .bnul .c-ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  width: 100%;
}
.sybnSwp .bnul .c-ul li {
  width: 25%;
  display: flex;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  transition: all 0.3s;
}
.sybnSwp .bnul .c-ul li:nth-of-type(1) {
  border-left: 0;
}
.sybnSwp .bnul .c-ul li:hover .bgimg {
  opacity: 1;
}
.sybnSwp .bnul .c-ul li:hover .c-p {
  color: #fff;
}
@media (max-width: 767px) {
  .sybnSwp .bnul .c-ul li {
    width: 100%;
  }
}
.sybnSwp .bnul .c-ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0.45rem 0 0.5rem;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .sybnSwp .bnul .c-ul li a {
    padding: 0.6rem 0 0.5rem;
    border: 1px solid rgba(160, 160, 160, 0.39);
    border-radius: 5px;
    margin-bottom: 0.4rem;
    align-items: center;
  }
}
.sybnSwp .bnul .c-ul li .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
}
.sybnSwp .bnul .c-ul li .h3 {
  color: #fff;
}
@media (max-width: 1260px) {
  .sybnSwp .bnul .c-ul li .h3 {
    font-size: 16px;
  }
}
.sybnSwp .bnul .c-ul li .c-p {
  color: #93afeb;
  margin-top: 5px;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .sybnSwp .bnul .c-ul li .c-p {
    margin-top: 10px;
  }
}
.sybnSwp .bnul .c-ul li .zz-left {
  width: 46.59%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1580px) {
  .sybnSwp .bnul .c-ul li .zz-left {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .sybnSwp .bnul .c-ul li .zz-left {
    width: 60%;
  }
}
.sybnSwp .bnul .c-ul li .zz-right {
  margin-left: 0.8rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1260px) {
  .sybnSwp .bnul .c-ul li .zz-right {
    margin-left: 0.6rem;
  }
}
@media (max-width: 767px) {
  .sybnSwp .bnul .c-ul li .zz-right {
    margin-left: 0.8rem;
  }
}
.sybnSwp .bnul .c-ul li .zz-right img,
.sybnSwp .bnul .c-ul li .zz-right svg {
  width: 0.35rem;
  min-width: 25px;
  margin-top: 10px;
}
.sybnSwp .swiper-pagination {
  bottom: unset;
  top: 72%;
}
@media (max-width: 767px) {
  .sybnSwp .swiper-pagination {
    top: 32%;
  }
}
.sybnSwp .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.sybnSwp .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 767px) {
  .sybnSwp .swiper-slide .bgimg {
    height: 100vh;
  }
}
.sysec1 {
  position: relative;
  padding: 0.85rem 0 1rem;
}
@media (max-width: 767px) {
  .sysec1 {
    padding-bottom: 1.2rem;
  }
}
.sysec1 .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.sysec1 .c-btn {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .sysec1 .c-btn {
    margin-top: 0.6rem;
  }
}
.sysec1 .c-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .sysec1 .c-box {
    flex-direction: column;
  }
}
.sysec1 .public-title {
  width: 47.5%;
}
@media (max-width: 1200px) {
  .sysec1 .public-title {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .sysec1 .public-title {
    width: 100%;
  }
}
.sysec1 .c-ul {
  display: flex;
  flex-wrap: wrap;
  width: 32%;
  margin-top: 0.45rem;
  justify-content: flex-end;
}
@media (max-width: 1580px) {
  .sysec1 .c-ul {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  .sysec1 .c-ul {
    width: 90%;
    margin-left: 5%;
    justify-content: flex-start;
    margin-top: 0.8rem;
    margin-top: 0;
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .sysec1 .c-ul {
    width: 100%;
    margin-left: 0;
    padding-top: 0.2rem;
  }
}
.sysec1 .c-ul li {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  transform: translateX(-0.8rem);
}
.sysec1 .c-ul li:nth-of-type(2n+2) {
  transform: translateX(0);
}
@media (max-width: 1580px) {
  .sysec1 .c-ul li {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .sysec1 .c-ul li {
    width: 35%;
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .sysec1 .c-ul li {
    width: 50%;
    transform: unset;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.7rem;
  }
}
.sysec1 .c-ul li .zz-c1 {
  margin-top: 8px;
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .sysec1 .c-ul li .zz-c1 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .sysec1 .c-ul li .zz-c1 {
    margin-bottom: 0.25rem;
  }
}
.sysec1 .c-ul li .zz-c1 img,
.sysec1 .c-ul li .zz-c1 svg {
  max-width: 100%;
  max-height: 100%;
}
.sysec1 .c-ul li .zz-c2 {
  margin-left: 0.35rem;
  flex: 1;
}
@media (max-width: 767px) {
  .sysec1 .c-ul li .zz-c2 {
    margin-left: 0rem;
  }
}
.sysec1 .c-ul li .zz-c2 .c-p1 {
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1580px) {
  .sysec1 .c-ul li .zz-c2 .c-p1 {
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .sysec1 .c-ul li .zz-c2 .c-p1 {
    margin-bottom: 0.1rem;
  }
}
.sysec1 .c-ul li .zz-c2 .c-p1 .num {
  font-family: 'stc';
}
.sysec1 .c-ul li .zz-c2 .c-p1 .syb {
  margin-top: 6px;
  margin-left: 5px;
}
.sysec1 .c-ul li .zz-c2 .c-p2 {
  color: #666;
}
.sysec1 .c-video {
  cursor: pointer;
  overflow: hidden;
  margin-top: 0.55rem;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 29.64%;
}
.sysec1 .c-video > .img,
.sysec1 .c-video > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sysec1 .c-video {
    padding-bottom: 65%;
  }
}
.sysec1 .c-video .vimg {
  transition: all 0.3s;
  object-fit: cover;
}
.sysec1 .c-video:hover .vimg {
  transform: scale(1.05);
}
.sysec1 .c-video:hover .hi-btn12 {
  background-color: #fff;
}
.sysec1 .c-video:hover .hi-btn12::after {
  opacity: 1;
  transform: scale(1.4);
}
.sysec1 .c-video:hover .hi-btn12 .hi-ico path {
  fill: #fff;
}
.sysec1 .c-video .btnbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sysec1 .c-video .hi-btn12 {
  border-radius: 1000px;
}
.sysec1 .c-video .hi-btn12 svg {
  width: 0.15rem;
  min-width: 10px;
}
.sysec1 .c-video .hi-btn12::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  box-shadow: 17px 4px 109px #454545;
}
.sysec2 {
  background-size: cover;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sysec2 {
    flex-direction: column;
  }
}
.sysec2 .public-title .c-tips {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .sysec2 .public-title .c-tips {
    margin-bottom: 0.3rem;
  }
}
.sysec2 .public-title .h2 {
  color: #fff;
}
.sysec2 .public-title .c-text {
  color: #fff;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .sysec2 .public-title .c-text {
    margin-top: 0.4rem;
  }
}
.sysec2 .public-title .c-syb {
  display: flex;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .sysec2 .public-title .c-syb {
    margin-top: 0.4rem;
  }
}
.sysec2 .zz-left {
  width: 64.06%;
  padding: 0.8rem 0 1.15rem;
}
@media (max-width: 767px) {
  .sysec2 .zz-left {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.sysec2 .zz-right {
  width: 35.93%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .sysec2 .zz-right {
    position: unset;
    width: 100%;
    top: unset;
    right: unset;
    height: auto;
  }
}
.sysec2 .zz-right ul {
  width: 100%;
  height: 100%;
}
.sysec2 .zz-right ul li {
  width: 100%;
  height: 25%;
  display: flex;
  background: #141f66;
  border-bottom: 2px solid rgba(0, 0, 0, 0.6);
  position: relative;
}
@media (max-width: 767px) {
  .sysec2 .zz-right ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  }
}
.sysec2 .zz-right ul li:hover::before,
.sysec2 .zz-right ul li.on::before {
  opacity: 1;
}
.sysec2 .zz-right ul li:hover .zz-c1 .c-icon .c-img1 path,
.sysec2 .zz-right ul li.on .zz-c1 .c-icon .c-img1 path {
  fill: #0b72fd !important;
}
.sysec2 .zz-right ul li:hover .zz-c1 .c-icon .c-img2,
.sysec2 .zz-right ul li.on .zz-c1 .c-icon .c-img2 {
  opacity: 0;
}
.sysec2 .zz-right ul li:hover .zz-c1 .c-icon .h3,
.sysec2 .zz-right ul li.on .zz-c1 .c-icon .h3 {
  color: #fff;
}
.sysec2 .zz-right ul li::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 103%;
  top: 0;
  left: -3%;
  opacity: 0;
  transition: all 0.3s;
  background: #0059d3;
}
.sysec2 .zz-right ul li a {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sysec2 .zz-right ul li a {
    padding: 0.6rem 0;
  }
}
.sysec2 .zz-right ul li .zz-c1 {
  width: 36.95%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid rgba(0, 0, 0, 0.6);
  height: 100%;
}
@media (max-width: 767px) {
  .sysec2 .zz-right ul li .zz-c1 {
    border-right: 1px solid rgba(0, 0, 0, 0.6);
  }
}
.sysec2 .zz-right ul li .zz-c1 .c-icon {
  width: 0.8rem;
  height: 0.9rem;
  min-width: 60px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sysec2 .zz-right ul li .zz-c1 .c-icon .c-img1,
.sysec2 .zz-right ul li .zz-c1 .c-icon .c-img2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.sysec2 .zz-right ul li .zz-c1 .c-icon .c-img1 path {
  fill: #15388f;
  transition: all 0.3s;
}
.sysec2 .zz-right ul li .zz-c1 .c-icon .c-img2 {
  height: 110%;
  width: 110%;
  top: -5%;
  left: -5%;
  transition: all 0.3s;
}
.sysec2 .zz-right ul li .zz-c1 .c-icon .h3 {
  position: relative;
  z-index: 2;
  color: #388cff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sysec2 .zz-right ul li .zz-c1 .c-icon .h3 {
    color: #fff;
  }
}
.sysec2 .zz-right ul li .zz-c2 {
  width: 63.05%;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
}
@media (max-width: 1260px) {
  .sysec2 .zz-right ul li .zz-c2 {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .sysec2 .zz-right ul li .zz-c2 {
    padding: 0 0.7rem;
  }
}
.sysec2 .video-box {
  position: relative;
  width: 83.5%;
  height: 0;
  padding-bottom: 57.89%;
}
.sysec2 .video-box > .img,
.sysec2 .video-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sysec2 .video-box {
    width: 100%;
    padding-bottom: 70%;
    margin-top: 0.8rem;
    margin-bottom: 2rem;
  }
}
.sysec2 .video-box img {
  transform: translateX(0.2rem);
}
.sysec2 .video-box .c-a {
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}
@media (max-width: 767px) {
  .sysec2 .video-box .c-a {
    bottom: -1.8rem;
  }
}
.sysec3 {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  padding: 0.8rem 0 0.95rem;
}
.sysec3 .title-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .sysec3 .title-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .sysec3 .title-box .c-btn {
    margin-top: 0.4rem;
  }
}
.yd-staffLegal .zz-ul {
  display: flex;
  width: 100%;
  margin-top: 0.45rem;
  justify-content: space-between;
}
.yd-staffLegal .zz-ul .c-liBox {
  width: 24.28%;
  position: relative;
}
.yd-staffLegal .zz-ul .c-liBox:nth-of-type(1) .zz-li {
  padding-bottom: 186%;
}
@media (max-width: 1200px) {
  .yd-staffLegal .zz-ul .c-liBox:nth-of-type(1) .zz-li {
    padding-bottom: 200%;
  }
}
.yd-staffLegal .zz-ul .c-liBox:nth-of-type(2) {
  width: 49.28%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.yd-staffLegal .zz-ul .c-liBox:nth-of-type(2) .zz-liBox {
  width: 48.55%;
}
.yd-staffLegal .zz-ul .c-liBox:nth-of-type(2) .zz-liBox:nth-of-type(1) {
  width: 100%;
}
.yd-staffLegal .zz-ul .c-liBox:nth-of-type(2) .zz-liBox:nth-of-type(1) .zz-li {
  padding-bottom: 44.5%;
}
@media (max-width: 1200px) {
  .yd-staffLegal .zz-ul .c-liBox:nth-of-type(2) .zz-liBox:nth-of-type(1) .zz-li {
    padding-bottom: 48%;
  }
}
.yd-staffLegal .zz-ul .c-liBox:nth-of-type(2) .zz-liBox:nth-of-type(2) {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.yd-staffLegal .zz-ul .c-liBox:nth-of-type(2) .zz-liBox:nth-of-type(2) .zz-li {
  width: 48.8%;
  padding-bottom: 44.5%;
}
@media (max-width: 1200px) {
  .yd-staffLegal .zz-ul .c-liBox:nth-of-type(2) .zz-liBox:nth-of-type(2) .zz-li {
    padding-bottom: 48%;
  }
}
.yd-staffLegal .zz-ul .c-liBox:nth-of-type(3) .zz-liBox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.yd-staffLegal .zz-ul .c-liBox:nth-of-type(3) .zz-li {
  padding-bottom: 90.06%;
}
@media (max-width: 1200px) {
  .yd-staffLegal .zz-ul .c-liBox:nth-of-type(3) .zz-li {
    padding-bottom: 97%;
  }
}
.yd-staffLegal .zz-ul .zz-li {
  width: 100%;
  position: relative;
  background-size: cover;
  height: 0;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  overflow: hidden;
}
.yd-staffLegal .zz-ul .zz-li .zz-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.8s;
}
.yd-staffLegal .zz-ul .zz-li .zz-mask2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 0;
  transition: all 0.8s;
}
.yd-staffLegal .zz-ul .zz-li .zz-div1 {
  width: 100%;
  height: 100%;
  display: inline-flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 0 0.6rem;
  font-weight: bold;
  transition: all 0.3s;
  opacity: 1;
  z-index: 2;
}
.yd-staffLegal .zz-ul .zz-li .zz-div1 img,
.yd-staffLegal .zz-ul .zz-li .zz-div1 svg {
  width: 0.6rem;
  min-width: 40px;
  margin-bottom: 0.25rem;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 {
  transition: all 0.5s;
  position: absolute;
  z-index: 2;
  padding: 0 0.5rem;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-icon svg {
  width: 0.55rem;
  height: 0.55rem;
  min-width: 40px;
  min-height: 40px;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div1 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 {
    font-size: 15px;
  }
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll {
  max-height: 120px;
}
@media (max-width: 1580px) {
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll {
    max-height: 180px;
  }
}
@media (max-width: 1260px) {
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll {
    max-height: 235px;
  }
}
.yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div3 .c-a {
  min-width: 1.6rem;
  margin-top: 0.3rem;
}
.yd-staffLegal .zz-ul .zz-li:hover .zz-div1,
.yd-staffLegal .zz-ul .zz-li.on .zz-div1 {
  opacity: 0;
}
.yd-staffLegal .zz-ul .zz-li:hover .zz-div2,
.yd-staffLegal .zz-ul .zz-li.on .zz-div2 {
  opacity: 1;
}
@media (max-width: 1260px) {
  .yd-staffLegal .zz-ul .zz-li {
    padding-bottom: 44%;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box {
    width: 100%;
  }
  .yd-staffLegal .zz-ul .zz-li {
    width: 100%;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div1 {
    padding: 0 0.4rem;
  }
}
@media (max-width: 991px) {
  .yd-staffLegal .zz-ul .zz-li {
    padding-bottom: 55%;
  }
}
@media (max-width: 767px) {
  .yd-staffLegal .zz-ul .c-liBox {
    width: 100%;
  }
  .yd-staffLegal {
    padding: 1.15rem 0 0.8rem;
  }
  .yd-staffLegal .zz-ul {
    flex-direction: column;
    margin-top: 0.8rem;
  }
  .yd-staffLegal .zz-ul .zz-li {
    width: 100%;
    padding-bottom: 80%;
    margin-bottom: 0.4rem;
  }
  .yd-staffLegal .zz-ul .zz-li:hover,
  .yd-staffLegal .zz-ul .zz-li:hover,
  .yd-staffLegal .zz-ul .zz-li.on {
    width: 100%;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 {
    padding: 0 0.5rem;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box {
    width: calc(100% - 1rem);
  }
  .yd-staffLegal .zz-ul .zz-li {
    border-radius: 5px;
    background-image: unset !important;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box,
  .yd-staffLegal .zz-ul .zz-li .zz-div2,
  .yd-staffLegal .zz-ul .zz-li .zz-div1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .yd-staffLegal .zz-ul .zz-li:hover,
  .yd-staffLegal .zz-ul .zz-li {
    height: auto;
    padding-bottom: unset;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-mask,
  .yd-staffLegal .zz-ul .zz-li .zz-mask2,
  .yd-staffLegal .zz-ul .zz-li .zz-div1 {
    display: none;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 {
    padding: 0;
    opacity: 1;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box {
    width: 100%;
    border-top: 0;
    padding: 0.4rem 0.6rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll {
    height: auto;
    padding-right: 0rem;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div2 {
    margin-bottom: 0;
    font-size: 0.28rem;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div1 {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div3 .c-a {
    margin-top: 0.65rem;
    min-width: 2.3rem;
  }
  .yd-staffLegal .zz-ul .c-liBox .zz-li .wap img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .yd-staffLegal .zz-ul .c-liBox:nth-of-type(1) .zz-li {
    padding-bottom: 75%;
    height: 0;
  }
  .yd-staffLegal .zz-ul .c-liBox:nth-of-type(1) .zz-li .wap img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .yd-staffLegal .zz-ul .c-liBox:nth-of-type(2) {
    width: 100%;
  }
  .yd-staffLegal .zz-ul .c-liBox:nth-of-type(2) .zz-liBox:nth-of-type(1) .zz-li {
    padding-bottom: 75%;
    height: 0;
  }
  .yd-staffLegal .zz-ul .c-liBox:nth-of-type(3) .zz-li {
    padding-bottom: 75%;
  }
  .yd-staffLegal .zz-ul .c-liBox:nth-of-type(2) .zz-liBox:nth-of-type(2) .zz-li {
    width: 100%;
    padding-bottom: 75%;
  }
  .yd-staffLegal .zz-ul .c-liBox:nth-of-type(2) .zz-liBox:nth-of-type(2) {
    flex-direction: column;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div1,
  .yd-staffLegal .zz-ul .zz-li:hover .zz-div1,
  .yd-staffLegal .zz-ul .zz-li.on .zz-div1 {
    display: flex;
    opacity: 1;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2,
  .yd-staffLegal .zz-ul .zz-li:hover .zz-div2,
  .yd-staffLegal .zz-ul .zz-li.on .zz-div2 {
    opacity: 0;
  }
  .yd-staffLegal .zz-ul .zz-li .zz-div2 .c-box .c-div3 .c-a {
    margin-top: 0;
    min-width: unset;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
}
.sysec4 {
  padding: 0.85rem 0 1.4rem;
}
.yd-staffLegal2 .zz-ul {
  display: flex;
  width: 100%;
  margin-top: 0.4rem;
}
.yd-staffLegal2 .zz-ul .zz-li {
  width: 25%;
  position: relative;
  padding-bottom: 35%;
  height: 0;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s;
  overflow: hidden;
  background-size: cover;
}
.yd-staffLegal2 .zz-ul .zz-li:nth-of-type(3n+3) {
  margin-right: 0;
}
.yd-staffLegal2 .zz-ul .zz-li .zz-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.8s;
}
.yd-staffLegal2 .zz-ul .zz-li .zz-mask2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 0;
  transition: all 0.8s;
}
.yd-staffLegal2 .zz-ul .zz-li .zz-div1 {
  width: 100%;
  height: 100%;
  display: inline-flex;
  position: absolute;
  justify-content: flex-start;
  align-items: flex-end;
  color: #fff;
  padding: 0 0.7rem;
  transition: all 0.3s;
  opacity: 1;
  z-index: 2;
  padding-bottom: 0.4rem;
}
.yd-staffLegal2 .zz-ul .zz-li .zz-div2 {
  transition: all 0.5s;
  position: absolute;
  z-index: 2;
  align-items: flex-start;
  padding: 0 0.7rem;
  width: 100%;
  height: 100%;
  top: -10%;
  opacity: 0;
}
.yd-staffLegal2 .zz-ul .zz-li .zz-div2 .c-box {
  padding: 0.85rem 0rem 0;
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 0;
}
.yd-staffLegal2 .zz-ul .zz-li .zz-div2 .c-box .c-icon svg {
  width: 0.55rem;
  height: 0.55rem;
  min-width: 40px;
  min-height: 40px;
}
.yd-staffLegal2 .zz-ul .zz-li .zz-div2 .c-box .c-div1 {
  color: #fff;
  font-weight: bold;
}
.yd-staffLegal2 .zz-ul .zz-li .zz-div2 .c-box .c-div2 {
  color: #fff;
  margin: 0.15rem 0 0.4rem;
}
.yd-staffLegal2 .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.yd-staffLegal2 .zz-ul .zz-li .zz-div2 .c-box .c-div3 {
  color: #fff;
}
.yd-staffLegal2 .zz-ul .zz-li:hover,
.yd-staffLegal2 .zz-ul .zz-li.on {
  width: 50%;
}
.yd-staffLegal2 .zz-ul .zz-li:hover .zz-div1,
.yd-staffLegal2 .zz-ul .zz-li.on .zz-div1 {
  opacity: 0;
}
.yd-staffLegal2 .zz-ul .zz-li:hover .zz-div2,
.yd-staffLegal2 .zz-ul .zz-li.on .zz-div2 {
  opacity: 1;
  top: 0;
}
@media (max-width: 1260px) {
  .yd-staffLegal2 .zz-ul .zz-li {
    padding-bottom: 44%;
  }
  .yd-staffLegal2 .zz-ul .zz-li .zz-div2 .c-box {
    width: 80%;
  }
  .yd-staffLegal2 .zz-ul .zz-li {
    width: 25%;
  }
  .yd-staffLegal2 .zz-ul .zz-li .zz-div1 {
    padding: 0 0.4rem 0.4rem;
  }
}
@media (max-width: 991px) {
  .yd-staffLegal2 .zz-ul .zz-li {
    padding-bottom: 55%;
  }
}
@media (max-width: 767px) {
  .yd-staffLegal2 {
    padding: 1.1rem 0 0.9rem;
  }
  .yd-staffLegal2 .zz-ul {
    flex-direction: column;
    margin-top: 0.7rem;
  }
  .yd-staffLegal2 .zz-ul .zz-li {
    width: 100%;
    padding-bottom: 80%;
    margin-bottom: 0.4rem;
  }
  .yd-staffLegal2 .zz-ul .zz-li:hover,
  .yd-staffLegal2 .zz-ul .zz-li:hover,
  .yd-staffLegal2 .zz-ul .zz-li.on {
    width: 100%;
  }
  .yd-staffLegal2 .zz-ul .zz-li .zz-div2 {
    padding: 0 0.5rem;
  }
  .yd-staffLegal2 .zz-ul .zz-li .zz-div2 .c-box {
    width: calc(100% - 1rem);
  }
  .yd-staffLegal2 .zz-ul .zz-li {
    border-radius: 5px;
    background-image: unset !important;
  }
  .yd-staffLegal2 .zz-ul .zz-li .wap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
  }
  .yd-staffLegal2 .zz-ul .zz-li .wap > .img,
  .yd-staffLegal2 .zz-ul .zz-li .wap > img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .yd-staffLegal2 .zz-ul .zz-li .wap img {
    object-fit: cover;
  }
  .yd-staffLegal2 .zz-ul .zz-li .zz-div2 .c-box,
  .yd-staffLegal2 .zz-ul .zz-li .zz-div2,
  .yd-staffLegal2 .zz-ul .zz-li .zz-div1 {
    position: unset;
    top: unset;
    transform: unset;
  }
  .yd-staffLegal2 .zz-ul .zz-li .zz-div2 .c-box:hover,
  .yd-staffLegal2 .zz-ul .zz-li .zz-div2:hover,
  .yd-staffLegal2 .zz-ul .zz-li .zz-div1:hover {
    position: unset;
    top: unset;
    transform: unset;
  }
  .yd-staffLegal2 .zz-ul .zz-li:hover,
  .yd-staffLegal2 .zz-ul .zz-li {
    height: auto;
    padding-bottom: unset;
  }
  .yd-staffLegal2 .zz-ul .zz-li .zz-mask,
  .yd-staffLegal2 .zz-ul .zz-li .zz-mask2,
  .yd-staffLegal2 .zz-ul .zz-li .zz-div1 {
    display: none;
  }
  .yd-staffLegal2 .zz-ul .zz-li .zz-div2 {
    padding: 0;
    opacity: 1;
  }
  .yd-staffLegal2 .zz-ul .zz-li .zz-div2 .c-box {
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0.5rem 0.4rem 0.55rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .yd-staffLegal2 .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll {
    height: auto;
    padding-right: 0;
    margin-bottom: 0.45rem;
  }
  .yd-staffLegal2 .zz-ul .zz-li .zz-div2 .c-box .c-div2 {
    margin-bottom: 0;
    color: #666;
    margin-top: 0.25rem;
  }
  .yd-staffLegal2 .zz-ul .zz-li .zz-div2 .c-box .c-div1 {
    color: #666;
    font-size: 0.32rem;
  }
  .yd-staffLegal2 .zz-ul .zz-li .zz-div2 .c-box .c-icon svg {
    border: 1px solid #ddd;
    border-radius: 1000px;
  }
  .yd-staffLegal2 .zz-ul .zz-li .zz-div2 .c-box .c-div3 .c-a {
    background: #0e3ea2;
    border-color: #0e3ea2;
  }
}
.sysec5 {
  position: relative;
  width: 100%;
  padding: 0.9rem 0 1.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sysec5 {
    background: #e3e8eb;
  }
}
.sysec5 .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  display: none;
}
.sysec5 .bgimg:nth-of-type(1) {
  display: block;
}
.sysec5 .zz_w1400 {
  position: relative;
  z-index: 1;
}
.sysec5 .public-title .c-tips {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
}
.sysec5 .public-title .h2 {
  color: #fff;
}
@media (max-width: 767px) {
}
.sysec5 .public-title .c-text {
  color: #fff;
}
@media (max-width: 767px) {
}
.sysec5 .public-title .c-btn {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .sysec5 .public-title .c-btn {
    margin-top: 0.45rem;
  }
  .sysec5 .public-title .c-btn .c-a {
    background: #0e3ea2;
  }
}
.sysec5 .btnBox {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 0.4rem;
  display: flex;
  flex-direction: column;
}
.sysec5 .btnBox .c-a {
  margin-bottom: 0.2rem;
  min-width: 220px;
  transition: all 0.3s;
}
.sysec5 .btnBox .c-a.on {
  background: #0e3ea2;
  border-color: #0e3ea2;
}
.sysec5 .btnBox .c-a:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sysec5 .btnBox {
    display: none;
  }
}
.yd-staffLegal3 .cont-list {
  display: none;
}
.yd-staffLegal3 .cont-list:nth-of-type(1) {
  display: block;
}
.yd-staffLegal3 .zz-ul {
  display: flex;
  width: 100%;
  margin-top: 2.45rem;
}
.yd-staffLegal3 .zz-ul .zz-li {
  width: 11.07%;
  position: relative;
  margin-right: 1.146%;
  transition: all 0.6s;
  overflow: hidden;
  height: 1.5rem;
  min-height: 140px;
}
.yd-staffLegal3 .zz-ul .zz-li:last-child {
  margin-right: 0;
}
.yd-staffLegal3 .zz-ul .zz-li .zz-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.8s;
}
.yd-staffLegal3 .zz-ul .zz-li .zz-mask2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 0;
  transition: all 0.8s;
}
.yd-staffLegal3 .zz-ul .zz-li .zz-div1 {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  padding: 0.2rem 0.25rem;
  transition: all 0.3s;
  opacity: 1;
  z-index: 2;
  background: #1a2551;
  flex-direction: column;
}
.yd-staffLegal3 .zz-ul .zz-li .zz-div1 .h3 {
  color: #fff;
}
.yd-staffLegal3 .zz-ul .zz-li .zz-div1 .c-icon {
  width: 0.3rem;
  height: 0.3rem;
  min-width: 25px;
  min-height: 25px;
  margin-top: 0.35rem;
  border: 1px solid #fff;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yd-staffLegal3 .zz-ul .zz-li .zz-div2 {
  transition: all 0.5s;
  position: absolute;
  z-index: 2;
  align-items: flex-start;
  padding: 0 0.3rem;
  width: 100%;
  height: 100%;
  background: #0e3ea2;
  opacity: 0;
}
.yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  padding: 0 0.3rem;
}
@media (max-width: 1024px) {
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box .c-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box .c-icon {
    display: block;
  }
}
.yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box .c-icon img,
.yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box .c-icon svg {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 30px;
  min-height: 30px;
}
.yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box .c-text {
  display: flex;
  flex-direction: column;
  margin-left: 0.3rem;
}
.yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box .c-div1 {
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box .c-div2 {
  color: #fff;
  margin-top: 5px;
}
.yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box .c-div3 {
  color: #fff;
}
.yd-staffLegal3 .zz-ul .zz-li:hover,
.yd-staffLegal3 .zz-ul .zz-li.on {
  width: 38.92%;
}
.yd-staffLegal3 .zz-ul .zz-li:hover .zz-div1,
.yd-staffLegal3 .zz-ul .zz-li.on .zz-div1 {
  opacity: 0;
}
.yd-staffLegal3 .zz-ul .zz-li:hover .zz-div2,
.yd-staffLegal3 .zz-ul .zz-li.on .zz-div2 {
  opacity: 1;
  top: 0;
}
@media (max-width: 1260px) {
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box {
    width: 100%;
  }
  .yd-staffLegal3 .zz-ul .zz-li {
    width: 25%;
  }
  .yd-staffLegal3 .zz-ul .zz-li .zz-div1 {
    padding: 0 0.4rem;
  }
  .yd-staffLegal3 .zz-ul .zz-li:hover,
  .yd-staffLegal3 .zz-ul .zz-li.on {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .yd-staffLegal3 .zz-ul {
    flex-wrap: wrap;
  }
  .yd-staffLegal3 .zz-ul .zz-li:hover,
  .yd-staffLegal3 .zz-ul .zz-li.on,
  .yd-staffLegal3 .zz-ul .zz-li {
    width: 32.33%;
    margin-right: 1.505%;
    margin-bottom: 0.2rem;
  }
  .yd-staffLegal3 .zz-ul .zz-li:hover:nth-of-type(3n+3),
  .yd-staffLegal3 .zz-ul .zz-li.on:nth-of-type(3n+3),
  .yd-staffLegal3 .zz-ul .zz-li:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .yd-staffLegal3 .zz-ul .zz-li:hover .zz-div1,
  .yd-staffLegal3 .zz-ul .zz-li.on .zz-div1,
  .yd-staffLegal3 .zz-ul .zz-li .zz-div1 {
    opacity: 0;
  }
  .yd-staffLegal3 .zz-ul .zz-li:hover .zz-div2,
  .yd-staffLegal3 .zz-ul .zz-li.on .zz-div2,
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 {
    opacity: 1;
    top: 0;
    padding: 0 0.3rem;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .yd-staffLegal3 .zz-ul .zz-li:hover .zz-div2,
  .yd-staffLegal3 .zz-ul .zz-li.on .zz-div2,
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 {
    padding: 0;
  }
  .yd-staffLegal3 .zz-ul .zz-li:hover .zz-div2 .imgbox,
  .yd-staffLegal3 .zz-ul .zz-li.on .zz-div2 .imgbox,
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 .imgbox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
  }
  .yd-staffLegal3 .zz-ul .zz-li:hover .zz-div2 .imgbox > .img,
  .yd-staffLegal3 .zz-ul .zz-li.on .zz-div2 .imgbox > .img,
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 .imgbox > .img,
  .yd-staffLegal3 .zz-ul .zz-li:hover .zz-div2 .imgbox > img,
  .yd-staffLegal3 .zz-ul .zz-li.on .zz-div2 .imgbox > img,
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 .imgbox > img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .yd-staffLegal3 .zz-ul .zz-li:hover .zz-div2 .imgbox img,
  .yd-staffLegal3 .zz-ul .zz-li.on .zz-div2 .imgbox img,
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 .imgbox img {
    object-fit: cover;
  }
  .yd-staffLegal3 {
    padding: 1.1rem 0 0.9rem;
  }
  .yd-staffLegal3 .zz-ul {
    flex-direction: column;
    margin-top: 0.8rem;
  }
  .yd-staffLegal3 .zz-ul .zz-li {
    width: 100%;
    padding-bottom: 80%;
  }
  .yd-staffLegal3 .zz-ul .zz-li:hover,
  .yd-staffLegal3 .zz-ul .zz-li:hover,
  .yd-staffLegal3 .zz-ul .zz-li.on {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 {
    padding: 0 0.5rem;
  }
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box {
    width: calc(100% - 1rem);
  }
  .yd-staffLegal3 .zz-ul .zz-li {
    border-radius: 5px;
    background-image: unset !important;
  }
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box,
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2,
  .yd-staffLegal3 .zz-ul .zz-li .zz-div1 {
    position: unset;
    top: unset;
    transform: unset;
    flex-direction: column;
    align-items: flex-start;
  }
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box:hover,
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2:hover,
  .yd-staffLegal3 .zz-ul .zz-li .zz-div1:hover {
    position: unset;
    top: unset;
    transform: unset;
  }
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box .c-text {
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .yd-staffLegal3 .zz-ul .zz-li:hover,
  .yd-staffLegal3 .zz-ul .zz-li {
    height: auto;
    padding-bottom: unset;
    margin-bottom: 0.4rem;
  }
  .yd-staffLegal3 .zz-ul .zz-li .zz-mask,
  .yd-staffLegal3 .zz-ul .zz-li .zz-mask2,
  .yd-staffLegal3 .zz-ul .zz-li .zz-div1 {
    display: none;
  }
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 {
    padding: 0;
  }
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box {
    width: 100%;
    border: 1px solid #0e3ea2;
    border-top: 0;
    padding: 0.55rem 0.4rem 0.5rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box .c-div2 .scroll {
    height: auto;
    padding-right: 0rem;
    -webkit-line-clamp: unset;
  }
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box .c-div2 {
    margin-bottom: 0;
  }
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box .c-div1 {
    font-size: 0.28rem;
  }
  .yd-staffLegal3 .zz-ul .zz-li .zz-div2 .c-box .c-icon svg {
    border: 1px solid #ddd;
    border-radius: 1000px;
  }
}
.sysec6 {
  padding: 1.05rem 0 0.8rem;
  background: #f4f4f4;
}
.sysec6 .partnerSwp {
  margin-top: 0.45rem;
}
.sysec6 .partnerSwp .swiper-slide {
  overflow: hidden;
  border: 1px solid #ebebeb;
  transition: all 0.3s;
  margin-top: 20px !important;
  position: relative;
  height: 0;
  padding-bottom: 4.9%;
  background: #fff;
}
@media (max-width: 767px) {
  .sysec6 .partnerSwp .swiper-slide {
    margin-top: 0.3rem !important;
  }
}
.sysec6 .partnerSwp .swiper-slide img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}
.sysec6 .partnerSwp .swiper-slide:hover {
  border-color: #005CE6;
}
.sysec6 .partnerSwp .swiper-wrapper {
  padding-bottom: 0.85rem;
}
@media (max-width: 767px) {
  .sysec6 .partnerSwp .swiper-wrapper {
    padding-bottom: 1.2rem;
  }
}
.sysec6 .partnerSwp .swiper-pagination-bullet {
  margin: 0 0.1rem;
  background: #9c9d9e;
  opacity: 1;
}
.sysec6 .partnerSwp .swiper-pagination-bullet-active {
  background: #0e3ea2;
}
.sysec7 {
  padding: 0.8rem 0 1.3rem;
}
@media (max-width: 767px) {
  .sysec7 {
    padding: 1.15rem 0 0.9rem;
  }
}
.sysec7 .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sysec7 .cbox1 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .sysec7 .cbox1 {
    flex-direction: column;
    margin-top: 0.8rem;
  }
}
.sysec7 .synew-swp {
  width: 65.71%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sysec7 .synew-swp {
    width: 100%;
  }
}
.sysec7 .synew-swp .swiper-slide {
  overflow: hidden;
}
.sysec7 .synew-swp .swiper-slide:hover img {
  transform: scale(1.05);
}
.sysec7 .synew-swp .swiper-slide a {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 38.04%;
  display: flex;
  overflow: hidden;
}
.sysec7 .synew-swp .swiper-slide a > .img,
.sysec7 .synew-swp .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sysec7 .synew-swp .swiper-slide a {
    padding-bottom: 60%;
  }
}
.sysec7 .synew-swp .swiper-slide a .imgbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sysec7 .synew-swp .swiper-slide a .imgbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.sysec7 .synew-swp .swiper-slide a .imgbox img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.sysec7 .synew-swp .swiper-slide a .c-text {
  position: absolute;
  width: 100%;
  width: 94%;
  display: flex;
  flex-direction: column;
  bottom: 0;
  left: 0;
  z-index: 1;
  justify-content: center;
  padding: 0 0.8rem;
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .sysec7 .synew-swp .swiper-slide a .c-text {
    width: 90%;
    padding: 0 0.4rem 0.4rem;
  }
}
.sysec7 .synew-swp .swiper-slide a h3 {
  line-height: 1.15;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sysec7 .synew-swp .swiper-slide a h3 {
    font-size: 0.36rem;
  }
}
.sysec7 .synew-swp .swiper-slide a span {
  color: #fff;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sysec7 .synew-swp .swiper-slide a span {
    margin-top: 0.5rem;
    margin-top: 0.2rem;
  }
}
.sysec7 .synew-swp .swiper-pagination {
  width: auto;
  left: unset;
  right: 30px;
  bottom: 20px;
}
@media (max-width: 767px) {
  .sysec7 .synew-swp .swiper-pagination {
    right: 0.3rem;
    bottom: 0.2rem;
  }
}
.sysec7 .synew-swp .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  margin: 0 5px;
}
.sysec7 .synew-swp .swiper-pagination-bullet-active {
  background: #fff;
}
.sysec7 .public-synews {
  background-size: cover;
  background-repeat: no-repeat;
  width: 31.42%;
}
@media (max-width: 767px) {
  .sysec7 .public-synews {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.sysec7 .public-synews a {
  height: 33.33%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0.45rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sysec7 .public-synews a {
    height: 1.4rem;
    display: inline-flex;
    align-items: center;
  }
}
.sysec7 .public-synews a:last-child {
  border-bottom: 0;
}
.sysec7 .public-synews a h4 {
  color: #fff;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sysec7 .public-synews a .c-div2 img,
.sysec7 .public-synews a .c-div2 svg {
  transform: translateX(-20px);
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sysec7 .public-synews a .c-div2 img,
  .sysec7 .public-synews a .c-div2 svg {
    opacity: 1;
    transform: translateX(0px);
  }
}
.sysec7 .public-synews a:hover .c-div2 img,
.sysec7 .public-synews a:hover .c-div2 svg {
  transform: translateX(0);
  opacity: 1;
}
.sysec7 .public-synews2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 35px;
}
@media (max-width: 1260px) {
  .sysec7 .public-synews2 {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .sysec7 .public-synews2 {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .sysec7 .public-synews2 {
    margin-top: 0.4rem;
  }
}
.sysec7 .public-synews2 a {
  display: inline-flex;
  width: 31.42%;
  margin-right: 2.87%;
  border: 1px solid #ddd;
  padding: 0.35rem 0.25rem 0.2rem;
  justify-content: space-between;
  flex-direction: column;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sysec7 .public-synews2 a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
    padding: 0.5rem 0.4rem;
  }
}
.sysec7 .public-synews2 a:hover {
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.1);
  transform: translate3d(0, -5px, 0);
}
.sysec7 .public-synews2 a:hover .c-div2 img,
.sysec7 .public-synews2 a:hover .c-div2 svg {
  margin-left: 25px;
}
.sysec7 .public-synews2 a:nth-of-type(3n+3) {
  margin-right: 0;
}
.sysec7 .public-synews2 a .h4 {
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sysec7 .public-synews2 a .c-date {
  background: #999;
  display: inline-flex;
  color: #fff;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .sysec7 .public-synews2 a .c-date {
    margin-bottom: 0.4rem;
  }
}
.sysec7 .public-synews2 a .c-date .c-p1 {
  padding: 2px 5px 2px 15px;
}
.sysec7 .public-synews2 a .c-date .c-p2 {
  position: relative;
  display: inline-flex;
  z-index: 2;
  padding: 2px 10px 2px 15px;
}
.sysec7 .public-synews2 a .c-date .c-p2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../images/abr-82.png') no-repeat;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}
.sysec7 .public-synews2 a .c-div2 {
  margin-top: 0.45rem;
  border-top: 1px solid #ddd;
  padding: 0.15rem 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .sysec7 .public-synews2 a .c-div2 {
    padding-top: 0.4rem;
  }
}
.sysec7 .public-synews2 a .c-div2 span {
  color: #333;
}
.sysec7 .public-synews2 a .c-div2 img,
.sysec7 .public-synews2 a .c-div2 svg {
  margin-left: 15px;
  transition: all 0.3s;
}
.sysec7 .public-synews2 a .c-div2 img path,
.sysec7 .public-synews2 a .c-div2 svg path {
  fill: #003686;
  opacity: 1;
}
@-webkit-keyframes tds-keyframe--bounce-left {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}
@keyframes tds-keyframe--bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}
@-webkit-keyframes tds-keyframe--bounce-right {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateX(0) rotate(180deg);
    transform: translateX(0) rotate(180deg);
  }
  40% {
    -webkit-transform: translateX(-5px) rotate(180deg);
    transform: translateX(-5px) rotate(180deg);
  }
  60% {
    -webkit-transform: translateX(-3px) rotate(180deg);
    transform: translateX(-3px) rotate(180deg);
  }
}
@keyframes tds-keyframe--bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateX(0) rotate(180deg);
    transform: translateX(0) rotate(180deg);
  }
  40% {
    -webkit-transform: translateX(-5px) rotate(180deg);
    transform: translateX(-5px) rotate(180deg);
  }
  60% {
    -webkit-transform: translateX(-3px) rotate(180deg);
    transform: translateX(-3px) rotate(180deg);
  }
}
.public-ftbn {
  display: flex;
}
@media (max-width: 767px) {
  .public-ftbn {
    flex-direction: column;
  }
}
.public-ftbn .zz-left,
.public-ftbn .zz-right {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
  padding-bottom: 10.42%;
}
@media (max-width: 767px) {
  .public-ftbn .zz-left,
  .public-ftbn .zz-right {
    width: 100%;
    height: 2.6rem;
  }
}
.public-ftbn .zz-left a,
.public-ftbn .zz-right a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.public-ftbn .zz-left .imgbox,
.public-ftbn .zz-right .imgbox {
  transition: all 0.5s;
}
.public-ftbn .zz-left .imgbox img,
.public-ftbn .zz-right .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: unset;
}
@media (max-width: 767px) {
  .public-ftbn .zz-left .imgbox img,
  .public-ftbn .zz-right .imgbox img {
    object-fit: unset;
  }
}
.public-ftbn .zz-left .c-text,
.public-ftbn .zz-right .c-text {
  display: flex;
  align-items: center;
}
.public-ftbn .zz-left .c-text p,
.public-ftbn .zz-right .c-text p {
  display: flex;
  flex-direction: column;
  margin-right: 1.35rem;
  line-height: 1.25;
  color: #0b1e46;
}
@media (max-width: 1900px) {
  .public-ftbn .zz-left .c-text p,
  .public-ftbn .zz-right .c-text p {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .public-ftbn .zz-left .c-text p,
  .public-ftbn .zz-right .c-text p {
    margin-right: 0.4rem;
    line-height: 1.4;
  }
}
.public-ftbn .zz-left .c-text img,
.public-ftbn .zz-right .c-text img,
.public-ftbn .zz-left .c-text svg,
.public-ftbn .zz-right .c-text svg {
  width: 0.28rem;
  min-width: 18px;
}
.public-ftbn .zz-left .c-text img path,
.public-ftbn .zz-right .c-text img path,
.public-ftbn .zz-left .c-text svg path,
.public-ftbn .zz-right .c-text svg path {
  transition: all 0.3s;
  fill: #373b3d;
}
.public-ftbn .zz-left:hover .imgbox,
.public-ftbn .zz-right:hover .imgbox {
  transform: translateY(-10px);
}
.public-ftbn .zz-left:hover .c-text img,
.public-ftbn .zz-right:hover .c-text img,
.public-ftbn .zz-left:hover .c-text svg,
.public-ftbn .zz-right:hover .c-text svg {
  animation: tds-keyframe--bounce-left 0.3s linear infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: tds-keyframe--bounce-left;
  animation-name: tds-keyframe--bounce-left;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.public-ftbn .zz-left:hover .c-text img path,
.public-ftbn .zz-right:hover .c-text img path,
.public-ftbn .zz-left:hover .c-text svg path,
.public-ftbn .zz-right:hover .c-text svg path {
  fill: #0e3ea2;
}
.public-ftbn .zz-left {
  position: relative;
}
.public-ftbn .zz-left .imgbox {
  position: absolute;
  width: 55%;
  left: 14%;
  top: -13%;
  height: auto;
}
@media (max-width: 767px) {
  .public-ftbn .zz-left .imgbox {
    margin-right: 0.4rem;
    margin-left: 0.4rem;
    width: 65%;
    left: -10%;
    top: 12%;
  }
}
.public-ftbn .zz-left .imgbox img {
  transform: translateY(0);
  width: 100%;
}
.public-ftbn .zz-left a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.public-ftbn .zz-left .c-text {
  margin-right: 9.375%;
}
@media (max-width: 1580px) {
}
@media (max-width: 1200px) {
  .public-ftbn .zz-left .c-text {
    margin-right: 5.3%;
  }
}
@media (max-width: 991px) {
  .public-ftbn .zz-left .c-text {
    padding-left: 2.8rem;
  }
}
@media (max-width: 767px) {
  .public-ftbn .zz-left .c-text {
    padding-left: 0;
    display: flex;
    align-items: center;
    padding-right: 0;
    justify-content: flex-end;
    flex: 1;
  }
  .public-ftbn .zz-left .c-text p {
    order: 1;
    margin-left: 0.4rem;
  }
  .public-ftbn .zz-left .c-text svg {
    order: 0;
    transform: rotate(180deg);
    animation: tds-keyframe--bounce-right 0.3s linear infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: tds-keyframe--bounce-right;
    animation-name: tds-keyframe--bounce-right;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  .public-ftbn .zz-left .c-text:hover img,
  .public-ftbn .zz-left .c-text:hover svg {
    animation: tds-keyframe--bounce-right 0.3s linear infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: tds-keyframe--bounce-right;
    animation-name: tds-keyframe--bounce-right;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
}
.public-ftbn .zz-right {
  position: relative;
}
.public-ftbn .zz-right a {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .public-ftbn .zz-right a {
    justify-content: space-between;
    overflow: hidden;
  }
}
.public-ftbn .zz-right .imgbox {
  transform: translateX(-0.6rem);
  position: absolute;
  transform: translateX(0);
  margin-top: 0;
  width: 54%;
  left: -4%;
  top: 2%;
  height: auto;
}
@media (max-width: 767px) {
  .public-ftbn .zz-right .imgbox {
    order: 1;
    transform: translateX(0rem);
    width: 60%;
    left: unset;
    right: -5%;
    top: 5%;
    transform: translateY(-35%);
    top: 50%;
  }
}
.public-ftbn .zz-right .c-text {
  margin-right: 28.12%;
}
@media (max-width: 1200px) {
  .public-ftbn .zz-right .c-text {
    margin-right: 12.12%;
  }
}
@media (max-width: 767px) {
  .public-ftbn .zz-right .c-text {
    order: 0;
    transform: translateX(0rem);
    margin-left: 0.4rem;
  }
}
.public-ftbn .zz-right .c-text p {
  margin-right: 1.15rem;
}
@media (max-width: 767px) {
  .public-ftbn .zz-right .c-text p {
    margin-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .public-ftbn .zz-right .c-text svg {
    animation: tds-keyframe--bounce-left 0.3s linear infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: tds-keyframe--bounce-left;
    animation-name: tds-keyframe--bounce-left;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
}
.public-nybn {
  width: 100%;
  height: 0;
  padding-bottom: 45.31%;
  position: relative;
}
.public-nybn > .img,
.public-nybn > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.public-nybn .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.public-nybn .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-nybn .c-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.public-nybn .bn-title {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
}
.public-nybn .bn-title .c-tips {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.public-nybn .bn-title .h2 {
  color: #fff;
  text-align: center;
}
@media (max-width: 1580px) {
  .public-nybn .bn-title .h2 {
    margin-bottom: 5px;
  }
}
.public-nybn.public-nybn2 {
  padding-bottom: 26.04%;
}
.public-nybn.case-nybn .c-tips {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .public-nybn.case-nybn .c-tips {
    margin-top: 0;
  }
}
.public-bn-ulBox {
  width: 100%;
  z-index: 5;
}
.public-bn-ulBox > .zz_w1400 {
  position: relative;
}
@media (max-width: 767px) {
  .public-bn-ulBox > .zz_w1400 {
    width: 100%;
  }
}
.public-bn-ulBox .bn-ul {
  background: #fff;
  display: flex;
  box-shadow: 17px 0 84px rgba(72, 72, 72, 0.17);
  position: absolute;
  width: 100%;
  bottom: -0.6rem;
}
@media (max-width: 767px) {
  .public-bn-ulBox .bn-ul {
    position: unset;
    bottom: unset;
    display: -webkit-box;
    overflow-x: auto;
  }
}
.public-bn-ulBox .bn-ul .bn-li {
  flex: 1;
  border-left: 1px solid #e2e2e2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-bn-ulBox .bn-ul .bn-li {
    flex: unset;
  }
}
.public-bn-ulBox .bn-ul .bn-li:nth-of-type(1) {
  border-left: 0;
}
.public-bn-ulBox .bn-ul .bn-li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.33rem 0.2rem;
  height: 100%;
  min-height: 45px;
}
@media (max-width: 767px) {
  .public-bn-ulBox .bn-ul .bn-li a {
    padding: 0.1rem 0.36rem;
  }
}
.public-bn-ulBox .bn-ul .bn-li .c-div1 {
  display: flex;
}
.public-bn-ulBox .bn-ul .bn-li img,
.public-bn-ulBox .bn-ul .bn-li svg {
  width: 0.35rem;
  min-width: 20px;
  margin-right: 0.25rem;
}
.public-bn-ulBox .bn-ul .bn-li img path,
.public-bn-ulBox .bn-ul .bn-li svg path {
  transition: all 0.3s;
  fill: #333;
}
.public-bn-ulBox .bn-ul .bn-li .h3 {
  transition: all 0.3s;
  color: #333;
}
.public-bn-ulBox .bn-ul .bn-li:hover,
.public-bn-ulBox .bn-ul .bn-li.on {
  background: #0e3ea2;
}
.public-bn-ulBox .bn-ul .bn-li:hover svg path,
.public-bn-ulBox .bn-ul .bn-li.on svg path {
  fill: #fff;
}
.public-bn-ulBox .bn-ul .bn-li:hover .h3,
.public-bn-ulBox .bn-ul .bn-li.on .h3 {
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1580px) {
  .public-nybn .bn-box .r-ul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .public-nybn .bn-box {
    height: auto;
  }
}
@media (max-width: 767px) {
  .public-nybn {
    padding-bottom: 70%;
  }
  .public-nybn .bn-box .l-ul li {
    padding: 0.3rem 0 0.3rem;
  }
  .public-nybn .bn-box .r-ul {
    display: none;
  }
  .public-nybn .bn-title .h2 {
    font-size: 0.4rem;
    margin-top: 0;
    margin-bottom: 0.25rem;
  }
  .public-nybn .bn-title .c-tips {
    font-size: 0.28rem;
  }
}
.public-search {
  height: 45px;
  border: 1px solid #9c9c9c;
}
.public-search .c-search {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .public-search .c-search {
    justify-content: space-between;
  }
}
.public-search .c-div {
  height: 100%;
}
.public-search .c-div button {
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.public-search input {
  height: 100%;
  width: 2.7rem;
  min-width: 200px;
  padding-left: 20px;
  color: #000;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
@media (max-width: 767px) {
  .public-search input {
    flex: 1;
  }
}
.public-search input::-webkit-input-placeholder {
  color: #000;
}
.public-search input:-moz-placeholder {
  color: #000;
}
.public-search input::-moz-placeholder {
  color: #000;
}
.public-search input:-ms-input-placeholder {
  color: #000;
}
.case {
  padding-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .case {
    padding-bottom: 1.6rem;
  }
}
.case .navBox {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 11px 16px 62px rgba(0, 0, 0, 0.06);
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .case .navBox {
    margin-top: 0.7rem;
  }
}
.case .navBox .navLi {
  width: 50%;
  transition: all 0.3s;
}
.case .navBox .navLi a {
  color: #555;
  padding: 0.3rem 0.2rem;
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .case .navBox .navLi a {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .case .navBox .navLi a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .case .navBox .navLi a {
    font-size: 0.3rem;
    padding: 0.25rem;
  }
}
.case .navBox .navLi:hover,
.case .navBox .navLi.on {
  background: #0e3ea2;
}
.case .navBox .navLi:hover a,
.case .navBox .navLi.on a {
  color: #fff;
}
.case .search-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.35rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .case .search-box {
    flex-direction: column;
    margin: 0.5rem 0 0.6rem;
  }
}
.case .search-box .zz-left {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .case .search-box .zz-left {
    flex-direction: column;
  }
}
.case .search-box .zz-left .select-box {
  position: relative;
  border: 1px solid #9e9e9e;
  width: 2.25rem;
  min-width: 200px;
  height: 45px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .case .search-box .zz-left .select-box {
    width: 100%;
    min-width: unset;
    margin-right: 0;
    margin-bottom: 0.3rem;
    height: 0.9rem;
  }
}
.case .search-box .zz-left .select-box img,
.case .search-box .zz-left .select-box svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: -1;
}
.case .search-box .zz-left .select-box select {
  padding: 0 20px;
  height: 100%;
  width: 100%;
  color: #000;
  cursor: pointer;
}
.case .search-box .zz-right {
  margin-right: 0.25rem;
}
@media (max-width: 767px) {
  .case .search-box .zz-right {
    margin-right: 0;
  }
}
.case .public-articleUl {
  padding-bottom: 0.5rem;
}
.case_detail_bn {
  background: #f3f3f3;
  padding-bottom: 0.75rem;
}
.case_detail_bn .case-brief {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-items: center;
}
@media (max-width: 767px) {
  .case_detail_bn .case-brief {
    flex-direction: column;
  }
}
.case_detail_bn .case-brief .zz-left {
  width: 51.42%;
}
@media (max-width: 767px) {
  .case_detail_bn .case-brief .zz-left {
    width: 100%;
  }
}
.case_detail_bn .case-brief .zz-left .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.94%;
  overflow: hidden;
}
.case_detail_bn .case-brief .zz-left .imgbox > .img,
.case_detail_bn .case-brief .zz-left .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.case_detail_bn .case-brief .zz-left .imgbox img {
  transition: all 0.4s;
}
.case_detail_bn .case-brief .zz-left .imgbox:hover img {
  transform: scale(1.05);
}
.case_detail_bn .case-brief .zz-right {
  width: 42.85%;
}
@media (max-width: 767px) {
  .case_detail_bn .case-brief .zz-right {
    width: 100%;
  }
}
.case_detail_bn .case-brief .zz-right .c-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #222;
}
@media (max-width: 1200px) {
  .case_detail_bn .case-brief .zz-right .c-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .case_detail_bn .case-brief .zz-right .c-title {
    font-size: 0.34rem;
    margin-top: 0.4rem;
  }
}
.case_detail_bn .case-brief .zz-right .c-cont {
  margin-top: 0.15rem;
  max-height: 86px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.case_detail_bn .case-brief .zz-right .c-cont::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.case_detail_bn .case-brief .zz-right .c-cont::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.case_detail_bn .case-brief .zz-right .c-cont::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #0e3ea2;
}
@media (max-width: 1260px) {
  .case_detail_bn .case-brief .zz-right .c-cont {
    max-height: 76px;
    margin-top: 0.25rem;
  }
}
.case_detail_bn .btnBox {
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .case_detail_bn .btnBox {
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .case_detail_bn .btnBox {
    margin-top: 0.6rem;
    display: flex;
  }
}
.case_detail_bn .btnBox .c-a {
  min-width: 160px;
}
.case_detail_bn .btnBox .c-a:nth-of-type(2) {
  border: 1px solid #b9b9b9;
  background: transparent;
  min-width: 170px;
  transition: all 0.3s;
  margin-left: 0.2rem;
}
.case_detail_bn .btnBox .c-a:nth-of-type(2) span {
  color: #222;
}
.case_detail_bn .btnBox .c-a:nth-of-type(2) .hi-ico {
  opacity: 1;
  margin-left: 0.2rem;
  width: 20px;
  height: 20px;
}
.case_detail_bn .btnBox .c-a:nth-of-type(2) .hi-ico path {
  fill: #0e3ea2;
}
.case_detail_bn .btnBox .c-a:nth-of-type(2):hover {
  border-color: #0e3ea2;
  background: #0e3ea2;
}
.case_detail_bn .btnBox .c-a:nth-of-type(2):hover span {
  color: #fff;
}
.case_detail_bn .btnBox .c-a:nth-of-type(2):hover .hi-ico path {
  fill: #fff;
}
.case_detail_bn .share {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .case_detail_bn .share {
    margin-top: 0.4rem;
  }
}
.case_detail_bn .share .social-share {
  display: flex;
}
.case_detail_bn .share .social-share .social-share-icon {
  border-color: transparent;
  color: #999;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.case_detail_bn .share .social-share .social-share-icon:hover {
  color: #0e3ea2;
  background: transparent;
}
.case_detail_bn.brand_detail_bn {
  background: #f1f1f1;
}
@media (max-width: 767px) {
  .case_detail_bn.brand_detail_bn {
    padding-bottom: 1.2rem;
  }
}
.case_detail_bn.brand_detail_bn .case-brief {
  background: #fff;
}
.case_detail_bn.brand_detail_bn .zz-left {
  width: 55.71%;
}
@media (max-width: 767px) {
  .case_detail_bn.brand_detail_bn .zz-left {
    width: 100%;
  }
}
.case_detail_bn.brand_detail_bn .zz-left .imgbox {
  padding-bottom: 62.82%;
}
.case_detail_bn.brand_detail_bn .zz-left .imgbox img {
  object-fit: cover;
}
.case_detail_bn.brand_detail_bn .zz-right {
  background: #fff;
  width: 44.28%;
  padding: 0.5rem 0.4rem 0.5rem 0.6rem;
}
@media (max-width: 767px) {
  .case_detail_bn.brand_detail_bn .zz-right {
    width: 100%;
    padding: 0.4rem 0.4rem 0.6rem;
  }
}
.case_detail_bn.brand_detail_bn .zz-right .c-date {
  color: #666;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .case_detail_bn.brand_detail_bn .zz-right .c-date {
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .case_detail_bn.brand_detail_bn .zz-right .c-title {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .case_detail_bn.brand_detail_bn .zz-right .c-cont {
    max-height: 105px;
  }
}
@media (max-width: 767px) {
  .case_detail_bn.brand_detail_bn .case-brief .btnBox {
    margin-top: 0.4rem;
  }
}
.case_detail_bn.brand_detail_bn .case-brief .btnBox .c-a {
  min-width: 3.5rem;
}
@media (max-width: 1580px) {
  .case_detail_bn.brand_detail_bn .case-brief .btnBox .c-a {
    min-width: 4.2rem;
  }
}
.case_detail_bn.news_bn .zz-left {
  width: 49.64%;
}
@media (max-width: 767px) {
  .case_detail_bn.news_bn .zz-left {
    width: 100%;
  }
}
.case_detail_bn.news_bn .zz-left .imgbox {
  padding-bottom: 65.46%;
}
.case_detail_bn.news_bn .zz-right {
  width: 50.36%;
  padding: 0.4rem 0.75rem 0.4rem 0.6rem;
  background: #fff;
}
@media (max-width: 767px) {
  .case_detail_bn.news_bn .zz-right {
    width: 100%;
    padding: 0.5rem 0.4rem 0.6rem;
  }
}
.case_detail_bn.news_bn .zz-right .c-cont {
  max-height: unset;
  overflow-y: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.2rem;
  color: #333;
}
@media (max-width: 767px) {
  .case_detail_bn.news_bn .zz-right .c-cont {
    margin-top: 0.35rem;
  }
}
.case_detail_bn.news_bn .zz-right .c-date {
  display: flex;
}
@media (max-width: 767px) {
  .case_detail_bn.news_bn .zz-right .c-date {
    margin-top: 0.3rem;
  }
}
.case_detail_bn.news_bn .zz-right .c-date p:nth-of-type(1) {
  margin-right: 0.35rem;
}
@media (max-width: 767px) {
  .case_detail_bn.news_bn .zz-right .c-date {
    flex-direction: column;
  }
  .case_detail_bn.news_bn .zz-right .c-date p:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
}
@media (max-width: 767px) {
  .case_detail_bn.news_bn .case-brief .btnBox {
    margin-top: 0.5rem;
  }
}
.case_detail_bn.news_bn .case-brief .btnBox .c-a {
  min-width: 160px;
}
.case_detail_bn.news_bn .btnBox {
  margin-top: 0.65rem;
}
.case_dt1 {
  padding-bottom: 1.45rem;
}
.case_dt1 .nav {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .case_dt1 .nav {
    margin-top: 0.8rem;
  }
}
.case_dt1 .nav ul {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 16px 11px 62px rgba(0, 0, 0, 0.06);
  padding: 0.15rem 0;
}
@media (max-width: 767px) {
  .case_dt1 .nav ul {
    padding: 0.3rem 0;
  }
}
.case_dt1 .nav li {
  padding: 0.15rem 0.45rem;
  position: relative;
  color: #121c3b;
}
@media (max-width: 767px) {
  .case_dt1 .nav li:nth-of-type(2n+2)::before {
    content: unset;
  }
}
.case_dt1 .nav li::before {
  content: '';
  position: absolute;
  height: 15px;
  width: 1px;
  background: #d0d2d8;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.case_dt1 .nav li:last-child::before {
  content: unset;
}
.case_dt1 .detail {
  display: flex;
  justify-content: space-between;
  margin-top: 0.55rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .case_dt1 .detail {
    flex-direction: column;
    margin-top: 0.8rem;
  }
}
.case_dt1 .zz-left {
  width: 66.42%;
}
@media (max-width: 767px) {
  .case_dt1 .zz-left {
    width: 100%;
  }
}
.case_dt1 .zz-left .c-title-box {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .case_dt1 .zz-left .c-title-box {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .case_dt1 .zz-left .c-title-box .h1 {
    font-size: 0.44rem;
  }
}
.case_dt1 .zz-left .c-content p,
.case_dt1 .zz-left .c-content span {
  color: #333;
}
.case_dt1 .zz-left .pageBtn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #f0f0f0;
  padding-top: 0.25rem;
}
@media (max-width: 767px) {
  .case_dt1 .zz-left .pageBtn {
    align-items: center;
    padding-top: 0.5rem;
  }
}
.case_dt1 .zz-left .pageBtn .p-left {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.case_dt1 .zz-left .pageBtn .p-left a {
  color: #666;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.case_dt1 .zz-left .pageBtn .p-left a:hover {
  color: #0e3ea2;
}
.case_dt1 .zz-left .pageBtn .p-left .c-next {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .case_dt1 .zz-left .pageBtn .p-right {
    display: none;
  }
}
.case_dt1 .zz-left .pageBtn .p-right span {
  color: #0e3ea2;
  margin-right: 10px;
}
.case_dt1 .zz-left .pageBtn .p-right .c-a {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.case_dt1 .zz-left .pageBtn .p-right .c-a:hover img,
.case_dt1 .zz-left .pageBtn .p-right .c-a:hover svg {
  transform: rotate(90deg);
}
.case_dt1 .zz-left .pageBtn .p-right .c-a img,
.case_dt1 .zz-left .pageBtn .p-right .c-a svg {
  transition: all 0.3s;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.case_dt1 .zz-left .pageBtn .p-right .c-a img path,
.case_dt1 .zz-left .pageBtn .p-right .c-a svg path {
  fill: #0e3ea2;
}
.case_dt1 .zz-right {
  width: 28.21%;
  position: sticky;
  top: 1.2rem;
}
@media (max-width: 767px) {
  .case_dt1 .zz-right {
    width: 100%;
    position: unset;
    top: unset;
    margin-top: 0.8rem;
  }
}
.case_dt1 .zz-right .c-info {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .case_dt1 .zz-right .c-info {
    margin-bottom: 0.6rem;
  }
}
.case_dt1 .zz-right .c-info .c-title {
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .case_dt1 .zz-right .c-info .c-title {
    margin-bottom: 0.3rem;
  }
}
.case_dt1 .zz-right .c-info ul li {
  display: flex;
  color: #000;
}
@media (max-width: 1580px) {
  .case_dt1 .zz-right .c-info ul li {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .case_dt1 .zz-right .c-info ul li {
    margin-bottom: 0.1rem;
  }
}
.case_dt1 .zz-right .c-info ul li .c-div1 {
  width: max-content;
}
.case_dt1 .zz-right .c-info ul li .c-div2 {
  color: #666;
}
.case_dt1 .zz-right .c-lbox .c-title {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .case_dt1 .zz-right .c-lbox .c-title {
    margin-bottom: 0.4rem;
  }
}
.case_dt1 .zz-right .c-lbox .c-li {
  border-top: 1px solid #eaeaea;
  padding-top: 0.2rem;
  margin-top: 0.2rem;
}
.case_dt1 .zz-right .c-lbox .c-li:nth-of-type(1) {
  border-top: 0;
  padding-top: 0rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .case_dt1 .zz-right .c-lbox .c-li {
    margin-top: 0.4rem;
    padding-top: 0.4rem;
  }
}
.case_dt1 .zz-right .c-lbox .c-li:hover .imgbox img {
  transform: scale(1.05);
}
.case_dt1 .zz-right .c-lbox .c-li:hover .c-title {
  color: #0e3ea2;
}
.case_dt1 .zz-right .c-lbox .c-a {
  display: flex;
  align-items: center;
}
.case_dt1 .zz-right .c-lbox .c-a .imgbox {
  position: relative;
  width: 39.24%;
  height: 0;
  padding-bottom: 24.05%;
  overflow: hidden;
  margin-right: 0.25rem;
}
.case_dt1 .zz-right .c-lbox .c-a .imgbox > .img,
.case_dt1 .zz-right .c-lbox .c-a .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.case_dt1 .zz-right .c-lbox .c-a .imgbox img {
  object-fit: cover;
  transition: all 0.3s;
}
.case_dt1 .zz-right .c-lbox .c-a .c-box {
  flex: 1;
  padding-right: 0.2rem;
}
.case_dt1 .zz-right .c-lbox .c-a .c-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
  line-height: 1.22;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .case_dt1 .zz-right .c-lbox .c-a .c-title {
    margin-bottom: 0;
  }
}
.case_dt1 .zz-right .c-lbox .c-a .c-label {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .case_dt1 .zz-right .c-lbox .c-a .c-label {
    display: none;
  }
}
@media (max-width: 767px) {
  .case_dt1 .zz-right .c-lbox .c-a .c-label {
    display: flex;
    margin-top: 0.2rem;
  }
}
.case_dt1 .zz-right .c-lbox .c-a .c-label .label-li {
  color: #666;
  margin-left: 0.2rem;
}
.case_dt1 .zz-right .c-lbox .c-a .c-label .label-li:nth-of-type(1) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .case_dt1 .zz-right .c-lbox .c-a .c-label .label-li {
    font-size: 0.24rem;
  }
}
.case_dt1.news_dt {
  padding-bottom: 1.9rem;
}
.case_dt1.news_dt .detail {
  margin-top: 0.25rem;
}
.case_dt1.news_dt .c-title-box {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0.2rem;
}
.case_dt1.news_dt .c-title-box .c-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .case_dt1.news_dt .c-title-box .c-box {
    flex-direction: column;
    margin-top: 0.4rem;
  }
}
.case_dt1.news_dt .c-title-box .c-box .zz-left {
  display: flex;
  align-items: center;
  width: auto;
}
.case_dt1.news_dt .c-title-box .c-box .zz-left .c-date {
  margin-right: 0.6rem;
}
.case_dt1.news_dt .c-title-box .c-box .zz-left .c-date span {
  letter-spacing: 2px;
}
.case_dt1.news_dt .c-title-box .share {
  display: flex;
  align-items: center;
}
.case_dt1.news_dt .c-title-box .share .social-share-icon {
  background: transparent;
  border-color: transparent;
  margin-left: 5px;
}
.case_dt1.news_dt .c-title-box .share .social-share-icon::before {
  color: #999;
  font-size: 20px;
  transition: all 0.3s;
}
@media (max-width: 1260px) {
  .case_dt1.news_dt .c-title-box .share .social-share-icon::before {
    font-size: 16px;
  }
}
.case_dt1.news_dt .c-title-box .share .social-share-icon:hover::before {
  color: #0e3ea2;
}
.case_dt1.news_dt .newsNavBox .zz-title {
  color: #0e3ea2;
}
@media (max-width: 767px) {
  .case_dt1.news_dt .newsNavBox .zz-title {
    font-size: 0.4rem;
  }
}
.case_dt1.news_dt .newsNavBox ul li {
  padding: 0.2rem 0 0.25rem;
  border-bottom: 1px solid #eaeaea;
}
.case_dt1.news_dt .newsNavBox ul li:nth-of-type(1) {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .case_dt1.news_dt .newsNavBox ul li {
    padding: 0.4rem 0;
  }
  .case_dt1.news_dt .newsNavBox ul li:nth-of-type(1) {
    padding-top: 0.4rem;
  }
}
.case_dt1.news_dt .newsNavBox ul li .zz-t {
  color: #000;
  transition: all 0.3s;
  margin-bottom: 0.15rem;
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .case_dt1.news_dt .newsNavBox ul li .zz-t {
    margin-bottom: 0.3rem;
  }
}
.case_dt1.news_dt .newsNavBox ul li .zz-t:hover {
  color: #0e3ea2;
}
@media (max-width: 767px) {
  .case_dt1.news_dt .newsNavBox ul li .zz-date {
    font-size: 0.24rem;
  }
}
.case_dt1.college_dt .detail > .zz-left {
  width: 100%;
}
.case_dt1.college_dt .c-title-box {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .case_dt1.college_dt .c-title-box {
    padding-bottom: 0.3rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .case_dt1.college_dt .c-title-box .share {
    margin-top: 0.2rem;
  }
}
.public-articleUl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.public-articleUl.public-articleUl1 {
  margin-top: 0.45rem;
}
@media (max-width: 767px) {
  .public-articleUl.public-articleUl1 {
    margin-top: 0.6rem;
  }
}
.public-articleUl.public-articleUl1 .c-li {
  width: 32.14%;
  margin-right: 1.78%;
  border-radius: 5px;
}
.public-articleUl.public-articleUl1 .c-li:nth-of-type(3n+3) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .public-articleUl.public-articleUl1 .c-li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 0.4rem;
  }
  .public-articleUl.public-articleUl1 .c-li:nth-of-type(4n+4) {
    margin-right: 0;
  }
  .public-articleUl.public-articleUl1 .c-li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .public-articleUl.public-articleUl1 .c-li:nth-of-type(2n+1) {
    margin-right: 3%;
  }
}
@media (max-width: 767px) {
  .public-articleUl.public-articleUl1 .c-li {
    width: 100%;
    margin-right: 0;
  }
  .public-articleUl.public-articleUl1 .c-li:nth-of-type(2n+1) {
    margin-right: 0%;
  }
}
.public-articleUl.public-articleUl1 .c-li .imgbox {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.public-articleUl.public-articleUl1 .c-li .c-box {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.public-articleUl .c-li {
  margin-bottom: 0.25rem;
  height: auto;
  transition: all 0.3s;
}
.public-articleUl .c-li:hover {
  box-shadow: 5px 14px 46px rgba(0, 0, 0, 0.14);
}
.public-articleUl .c-li:hover .c-title {
  color: #003686;
}
.public-articleUl .c-li:hover .imgbox img {
  transform: scale(1.05);
}
.public-articleUl .c-li:hover .c-box {
  background: #fff;
}
.public-articleUl .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.66%;
  overflow: hidden;
}
.public-articleUl .imgbox > .img,
.public-articleUl .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .public-articleUl .imgbox {
    padding-bottom: 70%;
  }
}
.public-articleUl .imgbox img {
  object-fit: cover;
  transition: all 0.3s;
}
.public-articleUl .c-box {
  background: #f6f6f6;
  padding: 0.3rem 0.4rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-articleUl .c-box {
    padding: 0.5rem 0.4rem;
  }
}
.public-articleUl .c-title {
  color: #000;
  margin-bottom: 0.12rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-articleUl .c-title {
    margin-bottom: 0.2rem;
  }
}
.public-articleUl .c-cont {
  color: #666;
  height: 56px display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;;
}
@media (max-width: 1580px) {
  .public-articleUl .c-cont {
    height: 50px;
  }
}
@media (max-width: 1260px) {
  .public-articleUl .c-cont {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .public-articleUl .c-cont {
    height: auto;
  }
}
.public-articleUl .c-label {
  border-top: 1px solid #cbcbcb;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .public-articleUl .c-label {
    margin-top: 0.35rem;
    padding-top: 0.4rem;
  }
}
.public-articleUl .label-li {
  color: #555;
  margin-right: 0.25rem;
}
@media (max-width: 1200px) {
  .public-articleUl .label-li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .public-articleUl .label-li {
    font-size: 0.28rem;
  }
}
.public-articleUl .label-li:last-child {
  margin-right: 0;
}
.public-page {
  display: flex;
  width: 100%;
  justify-content: center;
}
.public-page.public-page2 .p-prev,
.public-page.public-page2 .p-num a,
.public-page.public-page2 .p-next {
  background: #fff;
}
.public-page .c-box {
  display: flex;
}
.public-page .p-prev,
.public-page .p-num a,
.public-page .p-next {
  width: 0.75rem;
  height: 0.75rem;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
  font-weight: bold;
  margin: 0 3px;
  transition: all 0.3s;
  background: #f7f7f7;
}
.public-page .p-prev svg,
.public-page .p-num a svg,
.public-page .p-next svg {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 15px;
  min-height: 15px;
}
.public-page .p-prev svg path,
.public-page .p-num a svg path,
.public-page .p-next svg path {
  fill: #271c19;
}
.public-page .p-prev:hover,
.public-page .p-num a:hover,
.public-page .p-next:hover,
.public-page .p-prev.on,
.public-page .p-num a.on,
.public-page .p-next.on {
  background: #003686;
  color: #fff;
}
.public-page .p-prev:hover svg path,
.public-page .p-num a:hover svg path,
.public-page .p-next:hover svg path,
.public-page .p-prev.on svg path,
.public-page .p-num a.on svg path,
.public-page .p-next.on svg path {
  fill: #fff;
}
.public-page .p-prev a,
.public-page .p-next a {
  display: flex;
}
.public-page .p-prev svg {
  transform: rotate(180deg);
}
.public-page .p-num {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .public-page .p-num {
    flex-wrap: wrap;
  }
}
.public-page .p-num span {
  color: #333;
  margin: 0 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .public-page .p-prev,
  .public-page .p-num a,
  .public-page .p-next {
    margin: 0 0.15rem;
    min-width: 0.6rem;
    min-height: 0.6rem;
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .public-page .p-prev svg,
  .public-page .p-num a svg,
  .public-page .p-next svg {
    width: 0.2rem;
  }
  .public-page {
    flex-direction: column;
    align-items: center;
  }
  .public-page .p-prev {
    margin-left: 0;
  }
  .public-page .p-next {
    margin-right: 0;
  }
  .public-page .p-num span {
    margin: 0 0.3rem;
  }
  .public-page .c-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.public-crumbs > .zz_w1400 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.public-crumbs > .zz_w1400 .zz-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.public-crumbs > .zz_w1400 a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.public-crumbs > .zz_w1400 a,
.public-crumbs > .zz_w1400 span {
  color: #666;
}
.public-crumbs > .zz_w1400 span {
  margin: 0 10px;
}
.public-crumbs > .zz_w1400 span:nth-last-child(1) {
  display: none;
}
@media (max-width: 767px) {
  .public-crumbs > .zz_w1400 span {
    margin: 0 0.2rem;
  }
}
.public-crumbs > .container .on {
  color: #222;
}
.public-crumbs.public-crumbs2 {
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 767px) {
  .public-crumbs > .zz_w1400 a {
    padding: 0;
    line-height: 1.8;
  }
  .public-crumbs .c-back {
    display: none;
  }
  .public-crumbs {
    padding: 0.5rem 0;
  }
  .public-crumbs.public-crumbs2 {
    padding-top: 0.3rem;
    padding-bottom: 0;
  }
  .public-crumbs.public-crumbs2 .zz-left {
    margin-bottom: 0.25rem;
  }
  .public-crumbs.public-crumbs2 .zz_w1400 .zz-right {
    margin-top: 0;
  }
  .public-crumbs.public-crumbs2 .zz_w1400 .zz-right a {
    padding-bottom: 0.25rem;
  }
  .public-crumbs.public-crumbs3 {
    padding-bottom: 0;
  }
}
.brand1 {
  background: #f1f1f1;
  padding: 0.6rem 0 0.85rem;
}
@media (max-width: 767px) {
  .brand1 {
    padding: 0.9rem 0 1.2rem;
  }
}
.brand1 .imgbox {
  margin-top: 0.35rem;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 34.64%;
  overflow: hidden;
}
.brand1 .imgbox > .img,
.brand1 .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.brand1 .imgbox img {
  transition: all 0.4s;
}
.brand1 .imgbox:hover img {
  transform: scale(1.05);
}
.brand1 .imgbox img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .brand1 .imgbox {
    margin-top: 0.6rem;
    padding-bottom: 65%;
  }
}
.brand2 {
  padding: 0.7rem 0 1.8rem;
}
@media (max-width: 767px) {
  .brand2 {
    padding: 1.2rem 0 1.2rem;
  }
}
.public-brandUl {
  display: flex;
  flex-wrap: wrap;
}
.public-brandUl .li {
  width: 32.14%;
  margin-right: 1.78%;
  margin-bottom: 0.3rem;
}
.public-brandUl .li:nth-of-type(3n+3) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .public-brandUl .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.public-brandUl .li:hover .imgbox img {
  transform: scale(1.05);
}
.public-brandUl .li:hover .c-box {
  background: #0e3ea2;
  color: #fff;
}
.public-brandUl .li:hover .c-box .c-tips {
  color: #fff;
}
.public-brandUl .li:hover .c-box svg path {
  fill: #fff;
}
.public-brandUl .li .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 61.11%;
  overflow: hidden;
}
.public-brandUl .li .imgbox > .img,
.public-brandUl .li .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.public-brandUl .li .imgbox img {
  object-fit: cover;
  transition: all 0.3s;
}
.public-brandUl .li .c-box {
  background: #f6f6f6;
  padding: 0.4rem 0.35rem 0.5rem;
  color: #222;
  transition: all 0.3s;
}
.public-brandUl .li .c-box .c-tips {
  color: #555;
  margin-bottom: 0.1rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-brandUl .li .c-box .c-tips {
    margin-bottom: 0.2rem;
  }
}
.public-brandUl .li .c-box .c-title {
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .public-brandUl .li .c-box .c-title {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .public-brandUl .li .c-box .c-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .public-brandUl .li .c-box .c-title {
    font-size: 0.32rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.public-brandUl .li .c-box .c-title img,
.public-brandUl .li .c-box .c-title svg {
  margin-left: 0.2rem;
  width: 0.2rem;
  height: 0.2rem;
  min-width: 15px;
  min-height: 15px;
  vertical-align: middle;
}
.public-brandUl .li .c-box .c-title img path,
.public-brandUl .li .c-box .c-title svg path {
  transition: all 0.3s;
}
.public-brandUl.public-brandUlSwp {
  display: flex;
  flex-wrap: unset;
  width: 100%;
}
.public-brandUl.public-brandUlSwp .swiper-container {
  width: 100%;
}
.public-brandUl.public-brandUlSwp .swiper-slide {
  height: auto;
}
.public-brandUl.public-brandUlSwp .li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.public-brandUl.public-brandUlSwp .li .c-box {
  padding: 0.35rem 0.4rem 0.65rem;
}
@media (max-width: 767px) {
  .public-brandUl.public-brandUlSwp .li .c-box {
    padding: 0.5rem 0.4rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .public-brandUl.public-brandUlSwp .li .c-box .c-tips {
    margin-bottom: 0.25rem;
  }
}
.public-brandUl.public-brandUlSwp .li .c-box .c-title {
  min-height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .public-brandUl.public-brandUlSwp .li .c-box .c-title {
    min-height: 50px;
  }
}
.public-swpBtnBox {
  position: relative;
  display: flex;
}
.public-swpBtn {
  width: 0.45rem;
  height: 0.45rem;
  min-width: 40px;
  min-height: 40px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  opacity: 1;
  overflow: hidden;
  position: unset;
  top: unset;
  left: unset;
  border-radius: 5px;
  margin-top: 0;
}
.public-swpBtn svg {
  width: 0.2rem;
  min-width: 12px;
}
@media (max-width: 767px) {
  .public-swpBtn svg {
    width: 0.12rem;
    min-width: 6px;
  }
}
.public-swpBtn svg path {
  fill: #666;
}
.public-swpBtn:hover {
  background: #0e3ea2;
}
.public-swpBtn:hover svg path {
  fill: #fff;
}
.public-swpBtn.public-swp-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .public-swpBtn.public-swp-prev {
    margin-right: 0.2rem;
  }
}
.public-swpBtn.public-swpBtn2 {
  border-radius: 1000px;
  background: transparent;
  width: 0.65rem;
  height: 0.65rem;
  border: 1px solid #b5b5b5;
}
.public-swpBtn.public-swpBtn2 svg path {
  fill: #4e4e4e;
}
.public-swpBtn.public-swpBtn2:hover {
  background: #0e3ea2;
  border-color: #0e3ea2;
}
.public-swpBtn.public-swpBtn2:hover svg path {
  fill: #fff;
}
.brand_dt1 {
  padding: 0.85rem 0 0.75rem;
}
@media (max-width: 767px) {
  .brand_dt1 {
    padding: 1.1rem 0 1.2rem;
  }
}
.brand_dt1 .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .brand_dt1 .title-box {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .brand_dt1 .title-box .h2 {
    font-size: 0.4rem;
  }
}
.video-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.video-list li {
  width: 22.85%;
  margin-right: 2.85%;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.video-list li:nth-of-type(4n+4) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .video-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.7rem;
  }
}
.video-list li:hover .c-video .btnbox {
  border-color: #0e3ea2;
  background: #0e3ea2;
}
.video-list li:hover .c-video .btnbox svg path {
  fill: #fff;
}
.video-list li:hover .c-video > img {
  transform: scale(1.05);
}
.video-list li:hover .c-text {
  color: #0e3ea2;
}
.video-list li .c-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67.18%;
  overflow: hidden;
}
.video-list li .c-video > .img,
.video-list li .c-video > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .video-list li .c-video {
    padding-bottom: 60%;
  }
}
.video-list li .c-video > img {
  object-fit: cover;
  transition: all 0.3s;
}
.video-list li .c-video .btnbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #fff;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.video-list li .c-video .btnbox svg {
  width: 0.15rem;
  height: 0.15rem;
  min-width: 10px;
  min-height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-list li .c-video .btnbox svg path {
  fill: #fff;
}
.video-list li .c-text {
  margin-top: 10px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .video-list li .c-text {
    font-size: 0.3rem;
    margin-top: 0.3rem;
  }
}
.video-list.video-list2 li {
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .video-list.video-list2 li {
    width: 48%;
    margin-right: 4%;
  }
  .video-list.video-list2 li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .video-list.video-list2 li .c-video {
    padding-bottom: 70%;
  }
}
.brand_dt2 {
  padding-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .brand_dt2 {
    padding-bottom: 1.6rem;
  }
}
.brand_dt2 .h2 {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .brand_dt2 .h2 {
    font-size: 0.4rem;
    margin-bottom: 0.6rem;
  }
}
.brand_dt2 .btnbox {
  display: flex;
  justify-content: center;
  padding-top: 0.45rem;
}
.yd-map {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}
.yd-map .c-box {
  width: 100%;
  margin: 0 auto;
}
.yd-map .map-ul .map-li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #dedede;
  padding: 0.45rem 0 0;
}
.yd-map .map-ul .map-li .zz-left {
  width: 9.28%;
  padding-bottom: 0.5rem;
}
@media (max-width: 1260px) {
  .yd-map .map-ul .map-li .zz-left {
    width: 11.28%;
  }
}
@media (max-width: 1200px) {
  .yd-map .map-ul .map-li .zz-left {
    width: 14.28%;
  }
}
.yd-map .map-ul .map-li .zz-left a {
  color: #333;
  padding-right: 20px;
  transition: all 0.3s;
}
.yd-map .map-ul .map-li .zz-right {
  width: 90.72%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
  padding-left: 0.25rem;
}
.yd-map .map-ul .map-li .zz-right li {
  margin-bottom: 0.4rem;
  padding-right: 0.35rem;
}
@media (max-width: 767px) {
}
.yd-map .map-ul .map-li .zz-right a {
  transition: all 0.3s;
  color: #444;
}
.yd-map .map-ul .map-li .zz-left a:hover,
.yd-map .map-ul .map-li .zz-right a:hover {
  color: #0e3ea2;
}
.yd-map .map-ul .map-li.map-li2 {
  padding-bottom: 0.35rem;
}
.yd-map .map-ul .map-li.map-li2 .zz-right {
  padding-left: 0;
}
.yd-map .map-ul .map-li.map-li2 .c-liBox {
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 0.25rem;
  padding-top: 0.15rem;
}
@media (max-width: 767px) {
  .yd-map .map-ul .map-li.map-li2 .c-liBox {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
  }
}
.yd-map .map-ul .map-li.map-li2 .c-liBox:nth-of-type(1) {
  padding-top: 0;
}
.yd-map .map-ul .map-li.map-li2 .c-liBox:last-child {
  border-bottom: 0;
}
.yd-map .map-ul .map-li.map-li2 .c-liBox:last-child li {
  border-bottom: 0;
}
.yd-map .map-ul .map-li.map-li2 .c-title {
  margin-top: 2px;
  margin-bottom: 0.15rem;
  min-width: 10%;
}
@media (max-width: 1260px) {
  .yd-map .map-ul .map-li.map-li2 .c-title {
    min-width: 12%;
  }
}
@media (max-width: 1200px) {
  .yd-map .map-ul .map-li.map-li2 .c-title {
    min-width: 14%;
  }
}
@media (max-width: 767px) {
  .yd-map .map-ul .map-li.map-li2 .c-title {
    margin-bottom: 0.3rem;
  }
}
.yd-map .map-ul .map-li.map-li2 .c-title a {
  color: #222;
  transition: all 0.3s;
}
.yd-map .map-ul .map-li.map-li2 .c-title:hover a {
  color: #0e3ea2;
}
.yd-map .map-ul .map-li.map-li2 li {
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .yd-map .map-ul .map-li.map-li2 li {
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 767px) {
  .yd-map .map-ul {
    margin-top: 0.2rem;
  }
  .yd-map .c-box {
    width: 100%;
  }
  .yd-map .map-ul .map-li {
    flex-direction: column;
    padding-bottom: 0.2rem;
  }
  .yd-map .map-ul .map-li .zz-left {
    width: 100%;
    padding-bottom: 0.4rem;
  }
}
.yd-mzsm {
  padding: 0.55rem 0 1.75rem;
}
.yd-mzsm .c-cont {
  line-height: 1.7;
  color: #333;
}
.yd-errors {
  width: 100%;
  padding: 1.3rem 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.yd-errors .bgimg {
  width: 34.63%;
  object-fit: cover;
}
.yd-errors .c-text {
  margin-top: 1.05rem;
}
.yd-errors .c-text p {
  text-align: center;
  color: #2d2d2d;
}
.yd-errors .btn-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1260px) {
  .yd-errors .bgimg {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .yd-errors {
    padding: 1.2rem 0;
  }
  .yd-errors .bgimg {
    width: 70%;
  }
  .yd-errors .c-text {
    margin-top: 0.6rem;
  }
}
.about1 {
  padding: 0rem 0 1.55rem;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .about1 {
    padding-bottom: 1.1rem;
  }
}
.about1 .c-cont {
  color: #333;
  margin-top: 0.3rem;
}
.about2 {
  margin-top: 0.55rem;
}
.about2 .map-box {
  display: flex;
}
@media (max-width: 767px) {
  .about2 .map-box {
    flex-direction: column;
  }
}
.about2 .map-box .c-ul2 {
  display: none;
  padding-top: 0.55rem;
  margin-bottom: 1.3rem;
}
@media (max-width: 1580px) {
  .about2 .map-box .c-ul2 {
    display: block;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .about2 .map-box .c-ul2 {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0.5rem;
  }
}
.about2 .map-box .c-ul2 .c-li {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .about2 .map-box .c-ul2 .c-li {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .about2 .map-box .c-ul2 .c-li {
    margin-bottom: 0.6rem;
  }
}
.about2 .map-box .c-ul2 .c-li .c-p1 {
  margin-bottom: 5px;
  color: #000;
}
@media (max-width: 767px) {
  .about2 .map-box .c-ul2 .c-li .c-p1 {
    font-size: 0.32rem;
  }
}
@media (max-width: 767px) {
  .about2 .map-box .c-ul2 .c-li .c-p1 {
    margin-bottom: 0.2rem;
  }
}
.about2 .map-box .c-ul2 .c-li .c-p2 {
  color: #666;
}
@media (max-width: 1024px) {
  .about2 .map-box .c-ul2 .c-li .c-p2 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .about2 .map-box .c-ul2 .c-li .c-p2 {
    font-size: 0.28rem;
  }
}
.about3 {
  background: #f4f4f4;
  padding: 0rem 0 0.9rem;
}
@media (max-width: 767px) {
  .about3 {
    padding: 1.1rem 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .about3 .public-title3 .h2 {
    margin-bottom: 0.5rem;
  }
}
.about3 .public-title3 .c-text {
  width: 60%;
}
@media (max-width: 1200px) {
  .about3 .public-title3 .c-text {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .about3 .public-title3 .c-text {
    width: 100%;
  }
}
.about3 .info-ul {
  padding: 0 0.3rem 0 0.7rem;
  transform: translateY(-0.4rem);
}
@media (max-width: 767px) {
  .about3 .info-ul {
    padding: 0;
    transform: unset;
  }
}
.about3 .info-ul .c-li {
  display: flex;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1580px) {
  .about3 .info-ul .c-li {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .about3 .info-ul .c-li {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.8rem;
    padding-bottom: 0.7rem;
  }
}
.about3 .info-ul .c-li .imgbox {
  margin: 0 0.8rem 0 0.6rem;
  position: relative;
  width: 15.5%;
  height: 0;
  padding-bottom: 20.46%;
}
.about3 .info-ul .c-li .imgbox > .img,
.about3 .info-ul .c-li .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.about3 .info-ul .c-li .imgbox img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .about3 .info-ul .c-li .imgbox {
    margin: 0 0 0.5rem;
  }
}
.about3 .info-ul .c-li .c-box {
  margin-top: 0.4rem;
  width: 58%;
}
@media (max-width: 1580px) {
  .about3 .info-ul .c-li .c-box {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about3 .info-ul .c-li .c-box {
    width: 100%;
  }
}
@media (max-width: 1580px) {
  .about3 .info-ul .c-li .c-box .c-title {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .about3 .info-ul .c-li .c-box .c-title {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .about3 .info-ul .c-li .c-box .c-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about3 .info-ul .c-li .c-box .c-title {
    font-size: 0.32rem;
  }
}
.about3 .info-ul .c-li .c-box .c-scroll {
  max-height: 1.5rem;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.about3 .info-ul .c-li .c-box .c-scroll::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.about3 .info-ul .c-li .c-box .c-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.about3 .info-ul .c-li .c-box .c-scroll::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #0e3ea2;
}
@media (max-width: 767px) {
  .about3 .info-ul .c-li .c-box .c-scroll {
    max-height: 2.7rem;
  }
}
.about3 .info-ul .c-li .c-box .c-label,
.about3 .info-ul .c-li .c-box .c-cont {
  color: #333;
}
.about3 .info-ul .c-li .c-box .c-label {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .about3 .info-ul .c-li .c-box .c-label {
    margin-top: 0.2rem;
  }
}
.about3 .info-ul .c-li .c-box .c-cont {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .about3 .info-ul .c-li .c-box .c-cont {
    margin-top: 0.4rem;
  }
}
.wl-box {
  position: relative;
  width: 62.5%;
  margin-left: 2.85%;
  height: 0;
  padding-bottom: 47.5%;
  margin-top: 0.55rem;
  margin-bottom: 1.3rem;
}
.wl-box .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wl-box .c-li {
  position: absolute;
  cursor: pointer;
}
.wl-box .c-li .sign {
  position: absolute;
}
@media (max-width: 1580px) {
  .wl-box .c-li .sign {
    display: none;
  }
}
.wl-box .c-li .sign img {
  width: 100%;
  height: 100%;
}
.wl-box .c-li .c-text {
  position: absolute;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .wl-box .c-li .c-text {
    display: none;
  }
}
.wl-box .c-li .c-text .c-p1 {
  color: #000;
}
.wl-box .c-li .c-text .c-p2 {
  color: #666;
  margin-top: 5px;
}
.wl-box .c-li .c-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #555;
  white-space: nowrap;
  bottom: -0.45rem;
}
.wl-box .c-li .dian {
  width: 6px;
  height: 6px;
  border-radius: 1000px;
  background: #2953aa;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wl-box .c-li .dian .span1 {
  display: block;
  width: 20px;
  height: 6px;
  background: transparent;
  opacity: 0.4;
  border-radius: 100%;
  position: absolute;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wl-box .c-li .dian .span1::after,
.wl-box .c-li .dian .span1::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 20px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  background: #0e3ea2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}
.wl-box .c-li .dian .span1::before {
  animation: ripple 3s ease-out 0s infinite;
}
.wl-box .c-li .dian .span1::after {
  animation: ripple 3s ease-out 1.5s infinite;
}
.wl-box .c-li .c-box {
  position: relative;
}
.wl-box .c-li1 {
  top: 38.5%;
  left: 70%;
}
.wl-box .c-li1 .sign {
  width: 12.23vw;
  height: 12.5vw;
  bottom: 100%;
  left: -1px;
}
.wl-box .c-li1 .c-text {
  left: 114%;
  bottom: 79%;
}
.wl-box .c-li1 .dian {
  background: #fff;
}
.wl-box .c-li1 .dian::before {
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  min-width: 15px;
  min-height: 15px;
  background: #0e3ea2;
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.wl-box .c-li1 .dian::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 1000px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.wl-box .c-li2 {
  top: 30.5%;
  left: 86.5%;
}
.wl-box .c-li2 .sign {
  width: 4.58vw;
  height: 4.58vw;
  bottom: 100%;
  left: -1px;
}
.wl-box .c-li2 .c-text {
  left: 135.5%;
  bottom: 45%;
}
.wl-box .c-li3 {
  top: 54.5%;
  left: 57.5%;
}
.wl-box .c-li3 .sign {
  width: 17.8vw;
  height: 8vw;
  bottom: 100%;
  left: -1px;
}
.wl-box .c-li3 .c-text {
  left: 109%;
  bottom: 64%;
}
.wl-box .c-li4 {
  top: 56%;
  left: 75%;
}
.wl-box .c-li4 .sign {
  width: 9.5vw;
  height: 2.96vw;
  bottom: 100%;
  left: -1px;
}
.wl-box .c-li4 .c-text {
  left: 119%;
  bottom: 13%;
}
.wl-box .c-li4 .c-area {
  bottom: -12px;
  transform: translateX(-160%);
}
@media (max-width: 767px) {
  .wl-box .c-li4 .c-area {
    bottom: -11px;
    transform: translateX(25%);
  }
}
.wl-box .c-li5 {
  top: 62%;
  left: 77%;
}
.wl-box .c-li5 .sign {
  width: 8.33vw;
  height: 2px;
  bottom: 100%;
  left: -1px;
}
.wl-box .c-li5 .c-text {
  left: 122%;
  transform: translateY(-55%);
}
.wl-box .c-li5 .c-area {
  bottom: -12px;
  transform: translateX(-160%);
}
.wl-box .c-li6 {
  top: 70%;
  left: 76%;
}
.wl-box .c-li6 .sign {
  width: 8.81vw;
  height: 2.6vw;
  left: -1px;
  bottom: unset;
  top: 100%;
}
.wl-box .c-li6 .c-text {
  left: 120%;
  transform: translateY(-27%);
}
.wl-box .c-li6 .c-area {
  bottom: -12px;
  transform: translateX(55%);
}
.wl-box .c-li7 {
  top: 54%;
  left: 67.5%;
}
.wl-box .c-li7 .sign {
  width: 12.8vw;
  height: 13.2vw;
  left: -1px;
  bottom: unset;
  top: 100%;
}
.wl-box .c-li7 .c-text {
  left: 112%;
  transform: translateY(-50%);
}
.wl-box .c-li7 .c-area {
  bottom: -13px;
  transform: translateX(-135%);
}
@media (max-width: 767px) {
  .wl-box .c-li7 .c-area {
    bottom: -1px;
    transform: translateX(-48%);
  }
}
.wl-box.wl-box2 {
  width: 93.57%;
  padding-bottom: 38.57%;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.wl-box.wl-box2 .c-li {
  display: flex;
  align-items: center;
}
.wl-box.wl-box2 .c-li .c-text {
  margin-left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.wl-box.wl-box2 .c-li .c-text .c-p3 {
  color: #555;
}
.wl-box.wl-box2 .c-li8 {
  top: 25.92%;
  left: 46.18%;
}
.wl-box.wl-box2 .c-li9 {
  top: 32.4%;
  left: 43.89%;
}
.wl-box.wl-box2 .c-li10 {
  top: 58.33%;
  left: 74.42%;
}
.wl-box.wl-box2 .c-li10 .c-text {
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .wl-box {
    width: 100%;
    padding: 0;
    padding-bottom: 75%;
    margin-top: 0.7rem;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .wl-box .c-li .sign {
    display: none;
  }
  .wl-box .c-li .dian {
    min-width: 4px;
    min-height: 4px;
  }
  .wl-box.wl-box2 {
    width: 100%;
    padding-bottom: 45%;
    margin: 0.8rem 0;
  }
}
.history {
  margin-top: 0.55rem;
}
.history .c-tips {
  color: #333;
  margin-top: 0.5rem;
}
.history_swp {
  margin-top: 0.3rem;
  box-shadow: 16px 11px 62px rgba(0, 0, 0, 0.06);
  position: relative;
}
@media (max-width: 767px) {
  .history_swp {
    margin-top: 0.8rem;
    display: none;
  }
}
.history_swp .swiper-slide a {
  color: #222;
  transition: all 0.3s;
}
.history_swp .swiper-slide .c-years {
  padding: 0 10px;
  height: 0.75rem;
  min-height: 45px;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history_swp .swiper-slide .c-years::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -1px;
  width: 1px;
  height: 60%;
  transform: translateY(-50%);
  background: #d6d6d6;
}
.history_swp .swiper-slide .c-years span {
  color: #888;
  margin-left: 10px;
  font-weight: 400;
  transition: all 0.3s;
}
.history_swp .swiper-slide.on {
  background: #1353b9;
}
.history_swp .swiper-slide.on a {
  color: #fff;
}
.history_swp .swiper-slide.on .c-years span {
  color: #fff;
}
.history_swp .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.85rem;
}
@media (max-width: 1024px) {
  .history_swp .swiper-button-prev {
    width: 0.45rem;
    height: 0.45rem;
    left: -0.7rem;
  }
}
.history_swp .swiper-button-next {
  position: absolute;
  top: 50%;
  right: -0.9rem;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .history_swp .swiper-button-next {
    width: 0.45rem;
    height: 0.45rem;
    right: -0.8rem;
  }
}
.history-listBox {
  margin-top: 0.8rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .history-listBox {
    margin-top: 0rem;
    margin-bottom: 1.2rem;
  }
}
.history-listBox .c-li {
  margin-top: -50px;
  padding-top: 50px;
}
.history-listBox .c-li:nth-of-type(1) .zz-left {
  transform: translateY(-0.2rem);
}
@media (max-width: 767px) {
  .history-listBox .c-li:nth-of-type(1) .zz-left {
    transform: unset;
  }
}
.history-listBox .c-li:nth-of-type(1) .zz-right .c-list:nth-of-type(1) .c-years {
  transform: translateY(-0.2rem);
}
.history-listBox .c-li:nth-of-type(1) .zz-right .c-list:nth-of-type(1) .c-years::before {
  height: calc(100% - 0.2rem);
  top: 0.4rem;
}
@media (max-width: 767px) {
  .history-listBox .c-li:nth-of-type(1) .zz-right .c-list:nth-of-type(1) .c-years {
    transform: unset;
  }
}
.history-listBox .c-li .c-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .history-listBox .c-li .c-box {
    flex-direction: column;
  }
}
.history-listBox .c-li .zz-left {
  width: 20.71%;
  padding-top: 0.25rem;
}
@media (max-width: 767px) {
  .history-listBox .c-li .zz-left {
    width: 100%;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.history-listBox .c-li .zz-left .c-text {
  margin-top: 1.05rem;
  position: relative;
}
@media (max-width: 767px) {
  .history-listBox .c-li .zz-left .c-text {
    margin-top: 1.25rem;
    padding-top: 0.2rem;
    margin-top: 0.4rem;
    padding-top: 0.4rem;
  }
}
.history-listBox .c-li .zz-left .c-text::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0.75rem;
  background: #666;
  left: 5px;
  top: -0.95rem;
}
@media (max-width: 767px) {
  .history-listBox .c-li .zz-left .c-text::before {
    left: 0;
    top: 0;
    width: 30px;
    height: 1px;
  }
}
.history-listBox .c-li .zz-right {
  width: 72.14%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .history-listBox .c-li .zz-right {
    width: 100%;
  }
}
.history-listBox .c-li .zz-right .c-list {
  display: flex;
}
.history-listBox .c-li .zz-right .c-list:last-child .c-years {
  padding-bottom: 1.2rem;
}
.history-listBox .c-li .zz-right .c-years {
  color: #0e3ea2;
  margin-right: 0.25rem;
  position: relative;
  padding-top: 0.25rem;
  width: 9%;
}
.history-listBox .c-li .zz-right .c-years::before {
  content: '';
  position: absolute;
  right: -0.25rem;
  width: 1px;
  height: 100%;
  background: #cbcbcb;
  top: 0;
}
@media (max-width: 767px) {
  .history-listBox .c-li .zz-right .c-years::before {
    right: unset;
    left: 5px;
  }
}
.history-listBox .c-li .zz-right .c-years .c-num {
  position: relative;
}
@media (max-width: 767px) {
  .history-listBox .c-li .zz-right .c-years .c-num {
    padding-left: 0.4rem;
    font-size: 0.32rem;
  }
}
.history-listBox .c-li .zz-right .c-years .c-num::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.3rem;
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  background: #0e3ea2;
}
@media (max-width: 767px) {
  .history-listBox .c-li .zz-right .c-years .c-num::before {
    right: unset;
    left: 1px;
  }
}
.history-listBox .c-li .zz-right .c-cont {
  display: flex;
  margin-left: 0.6rem;
  flex: 1;
}
@media (max-width: 767px) {
  .history-listBox .c-li .zz-right .c-cont {
    flex-direction: column;
    margin-bottom: 0.4rem;
  }
}
.history-listBox .c-li .zz-right .c-cont .imgbox {
  position: relative;
  width: 30.6%;
  height: 0;
  padding-bottom: 19%;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
}
.history-listBox .c-li .zz-right .c-cont .imgbox > .img,
.history-listBox .c-li .zz-right .c-cont .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.history-listBox .c-li .zz-right .c-cont .imgbox img {
  transition: all 0.4s;
}
.history-listBox .c-li .zz-right .c-cont .imgbox:hover img {
  transform: scale(1.05);
}
.history-listBox .c-li .zz-right .c-cont .imgbox img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .history-listBox .c-li .zz-right .c-cont .imgbox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .history-listBox .c-li .zz-right .c-cont .imgbox > .img,
  .history-listBox .c-li .zz-right .c-cont .imgbox > img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.history-listBox .c-li .zz-right .c-cont .c-div {
  flex: 1;
  padding-top: 0.3rem;
}
@media (max-width: 767px) {
  .history-listBox .c-li .zz-right .c-cont .c-div .c-title {
    margin-bottom: 0.2rem;
  }
}
.history-listBox .c-li .zz-right .c-cont .c-div .c-text {
  color: #666;
}
@media (max-width: 767px) {
}
.honor1 {
  padding-bottom: 0.6rem;
  margin-top: 0.55rem;
}
.honor1 .c-ul {
  display: flex;
  flex-direction: row;
  writing-mode: vertical-lr;
  flex-wrap: wrap;
  margin-top: 0.45rem;
  min-height: 800px;
  width: 100%;
  align-content: space-between;
}
@media (max-width: 767px) {
  .honor1 .c-ul {
    flex-direction: column;
    flex-wrap: unset;
    writing-mode: unset;
  }
}
.honor1 .c-ul .c-li {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  writing-mode: horizontal-tb;
  display: flex;
  width: 46.92%;
  margin-bottom: 20px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .honor1 .c-ul .c-li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.honor1 .c-ul .c-li .c-num {
  width: 25px;
  height: 25px;
  background: #0e3ea2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  margin-top: 3px;
}
@media (max-width: 1580px) {
  .honor1 .c-ul .c-li .c-num {
    margin-top: 0;
  }
}
.honor1 .c-ul .c-li .c-text {
  color: #444;
  flex: 1;
}
@media (max-width: 767px) {
  .honor1 .c-ul .c-li .c-text {
    margin-top: 3px;
  }
}
.honor2 {
  padding-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .honor2 {
    padding-bottom: 1.2rem;
  }
}
.honor2 .c-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .honor2 .c-ul {
    margin-top: 0;
  }
}
.honor2 .c-ul .c-li {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
  width: 29.28%;
  margin-right: 6.08%;
  cursor: pointer;
}
.honor2 .c-ul .c-li:nth-of-type(3n+3) {
  margin-right: 0;
}
@media (max-width: 1260px) {
  .honor2 .c-ul .c-li {
    width: 30%;
    margin-right: 5%;
    padding: 15px 0;
  }
}
@media (max-width: 1200px) {
  .honor2 .c-ul .c-li {
    width: 46%;
    margin-right: 4%;
  }
  .honor2 .c-ul .c-li:nth-of-type(3n+3) {
    margin-right: 4%;
  }
  .honor2 .c-ul .c-li:nth-of-type(2n+2) {
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  .honor2 .c-ul .c-li {
    width: 100%;
    margin-right: 0;
  }
}
.honor2 .c-ul .c-li:hover .syb::before {
  background: #0e3ea2;
}
.honor2 .c-ul .c-li:hover .c-text {
  color: #0e3ea2;
  font-weight: bold;
}
.honor2 .c-ul .c-li .syb {
  width: 25px;
  height: 25px;
  position: relative;
  margin-top: 3px;
}
@media (max-width: 1260px) {
  .honor2 .c-ul .c-li .syb {
    margin-top: 0;
  }
}
.honor2 .c-ul .c-li .syb::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 1000px;
  background: #9c9c9c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.honor2 .c-ul .c-li .c-text {
  transition: all 0.3s;
  color: #333;
  flex: 1;
}
@media (max-width: 767px) {
  .honor2 .c-ul .c-li .c-text {
    margin-top: 2px;
  }
}
.public-norm {
  display: flex;
  align-items: center;
  padding: 0.3rem 0 0.55rem;
}
@media (max-width: 767px) {
  .public-norm {
    flex-direction: column;
    padding: 0.65rem 0 0.65rem;
  }
}
.public-norm .c-li {
  width: 33.33%;
  display: flex;
}
.public-norm .c-li:nth-of-type(1) {
  justify-content: flex-start;
}
.public-norm .c-li:nth-of-type(1) .zz-c2 p {
  text-align: left;
}
.public-norm .c-li:nth-of-type(2) {
  justify-content: center;
}
.public-norm .c-li:nth-of-type(3) {
  justify-content: flex-end;
}
.public-norm .c-li:nth-of-type(3) .zz-c1::before {
  content: unset;
}
@media (max-width: 767px) {
  .public-norm .c-li {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .public-norm .c-li:nth-of-type(2),
  .public-norm .c-li:nth-of-type(3) {
    justify-content: flex-start;
  }
}
.public-norm .c-li .c-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .public-norm .c-li .c-box {
    width: 100%;
    flex-direction: unset;
    align-items: center;
    justify-content: flex-start;
  }
}
.public-norm .c-li .zz-c1 {
  background: #fff;
  border-radius: 1000px;
  width: 195px;
  height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1580px) {
  .public-norm .c-li .zz-c1 {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 1260px) {
  .public-norm .c-li .zz-c1 {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1200px) {
  .public-norm .c-li .zz-c1 {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .public-norm .c-li .zz-c1 {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.public-norm .c-li .zz-c1::before {
  content: '';
  position: absolute;
  width: 205px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../images/abr-180.svg') 100% no-repeat;
  left: 150%;
  animation: tds-keyframe--bounce-left 0.3s linear infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: tds-keyframe--bounce-left;
  animation-name: tds-keyframe--bounce-left;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@media (max-width: 1580px) {
  .public-norm .c-li .zz-c1::before {
    left: 135%;
  }
}
@media (max-width: 1200px) {
  .public-norm .c-li .zz-c1::before {
    left: 125%;
    width: 150px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .public-norm .c-li .zz-c1::before {
    content: unset;
  }
}
.public-norm .c-li .zz-c1 img,
.public-norm .c-li .zz-c1 svg {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 30px;
  min-height: 30px;
}
.public-norm .c-li .zz-c1 p {
  margin-top: 0.15rem;
  text-align: center;
}
.public-norm .c-li .zz-c2 {
  margin-top: 0.3rem;
  color: #666;
  text-align: center;
  flex: 1;
}
@media (max-width: 767px) {
  .public-norm .c-li .zz-c2 {
    margin-left: 0.4rem;
    text-align: left;
    margin-top: 0;
  }
  .public-norm .c-li .zz-c2 .c-p2 {
    margin-bottom: 0.15rem;
    font-size: 0.32rem;
  }
}
.public-norm.public-norm2 .c-li .zz-c1::before {
  left: 130%;
}
@media (max-width: 1580px) {
  .public-norm.public-norm2 .c-li .zz-c1::before {
    left: 125%;
  }
}
.culture1 {
  background: #f4f4f4;
  padding-top: 0.55rem;
}
.culture1 .zz_w1400 > .c-box {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .culture1 .zz_w1400 > .c-box {
    margin-top: 0.4rem;
  }
}
.culture1 .zz_w1400 > .c-box:hover .imgbox img {
  transform: scale(1.05);
}
.culture1 .zz_w1400 > .c-box .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40.57%;
  overflow: hidden;
}
.culture1 .zz_w1400 > .c-box .imgbox > .img,
.culture1 .zz_w1400 > .c-box .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .culture1 .zz_w1400 > .c-box .imgbox {
    padding-bottom: 45.57%;
  }
}
@media (max-width: 767px) {
  .culture1 .zz_w1400 > .c-box .imgbox {
    padding-bottom: 115%;
  }
}
.culture1 .zz_w1400 > .c-box .imgbox img {
  object-fit: cover;
  transition: all 0.3s;
}
.culture1 .zz_w1400 > .c-box .c-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 0.8rem;
  color: #fff;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  .culture1 .zz_w1400 > .c-box .c-cont {
    padding: 0.6rem 0.4rem;
  }
}
.culture1 .zz_w1400 > .c-box .c-cont .c-li {
  margin-bottom: 0.55rem;
}
.culture1 .zz_w1400 > .c-box .c-cont .c-li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1580px) {
  .culture1 .zz_w1400 > .c-box .c-cont .c-li .c-title {
    margin-bottom: 5px;
  }
}
.culture2 {
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .culture2 {
    padding: 1.1rem 0 0.8rem;
  }
}
.culture2 .c-ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .culture2 .c-ul {
    margin-top: 0.3rem;
    flex-direction: column;
  }
}
.culture2 .c-ul .c-li {
  width: 100%;
}
.culture2 .c-ul .c-li .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 21.42%;
  width: 65%;
  margin: 0 auto;
}
.culture2 .c-ul .c-li .imgbox > .img,
.culture2 .c-ul .c-li .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .culture2 .c-ul .c-li .imgbox {
    width: 100%;
  }
}
.culture2 .c-ul .c-li .imgbox img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .culture2 .c-ul .c-li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .culture2 .c-ul .c-li .imgbox {
    padding-bottom: 40%;
  }
}
.culture2 .c-cont {
  margin-top: 0.25rem;
}
.culture2 .c-cont .c-div {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .culture2 .c-cont .c-div {
    margin-bottom: 0.5rem;
  }
}
.culture2 .c-cont .c-div .c-text {
  margin-top: 10px;
  color: #333;
}
.culture2 .c-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .culture2 .c-box {
    flex-direction: column;
  }
}
.culture2 .c-box .imgbox {
  width: 44.28%;
}
.culture2 .c-box .imgbox:nth-of-type(2) {
  width: 53.21%;
}
.culture2 .c-box .imgbox img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .culture2 .c-box .imgbox {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .culture2 .c-box .imgbox:nth-of-type(2) {
    width: 100%;
  }
}
.public-videoBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #fff;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.public-videoBtn svg {
  width: 0.15rem;
  height: 0.15rem;
  min-width: 10px;
  min-height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.public-videoBtn svg path {
  fill: #fff;
}
.culture3 {
  background: #f4f4f4;
  padding: 0.6rem 0 0.4rem;
}
@media (max-width: 767px) {
  .culture3 {
    padding: 1.1rem 0 0.8rem;
  }
}
.culture3 .public-title3 {
  padding-top: 0;
}
.culture3 .c-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .culture3 .c-box {
    flex-direction: column;
  }
}
.culture3 .c-box .zz-left {
  width: 50%;
}
@media (max-width: 767px) {
  .culture3 .c-box .zz-left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.culture3 .c-box .zz-left .c-text {
  margin-top: 20px;
  color: #333;
  max-height: 2.7rem;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.culture3 .c-box .zz-left .c-text::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.culture3 .c-box .zz-left .c-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.culture3 .c-box .zz-left .c-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #0e3ea2;
}
@media (max-width: 1580px) {
  .culture3 .c-box .zz-left .c-text {
    height: 3.5rem;
  }
}
@media (max-width: 1260px) {
  .culture3 .c-box .zz-left .c-text {
    max-height: 3.3rem;
  }
}
@media (max-width: 1200px) {
  .culture3 .c-box .zz-left .c-text {
    max-height: 2.2rem;
  }
}
@media (max-width: 767px) {
  .culture3 .c-box .zz-left .c-text {
    margin-top: 0.2rem;
    max-height: 2.55rem;
    padding-right: 10px;
  }
}
.culture3 .c-box .c-video {
  height: auto;
  width: 42.85%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.culture3 .c-box .c-video img {
  transition: all 0.4s;
}
.culture3 .c-box .c-video:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .culture3 .c-box .c-video {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
  }
}
.culture3 .c-box .c-video .vimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .culture3 .c-box .c-video .vimg {
    position: absolute;
  }
}
.culture3 .c-box .c-video:hover .public-videoBtn {
  background: #0e3ea2;
  border-color: #0e3ea2;
}
.culture3 .c-box .c-video:hover .public-videoBtn svg path {
  fill: #fff;
}
.culture3 .c-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .culture3 .c-ul {
    margin-top: 0.4rem;
  }
}
.culture3 .c-ul .c-li {
  width: 23.92%;
  margin-bottom: 0.2rem;
  margin-right: 1.44%;
}
.culture3 .c-ul .c-li:nth-of-type(4n+4) {
  margin-right: 0;
}
.culture3 .c-ul .c-li .imgbox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67.16%;
}
.culture3 .c-ul .c-li .imgbox img {
  transition: all 0.4s;
}
.culture3 .c-ul .c-li .imgbox:hover img {
  transform: scale(1.05);
}
.culture3 .c-ul .c-li .imgbox > .img,
.culture3 .c-ul .c-li .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .culture3 .c-ul .c-li {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 0.4rem;
  }
  .culture3 .c-ul .c-li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.public-sybBtn {
  position: relative;
  border: 1px solid #0e3ea2;
  width: 0.3rem;
  height: 0.3rem;
  min-width: 20px;
  min-height: 20px;
  border-radius: 1000px;
  z-index: 2;
}
.public-sybBtn::before,
.public-sybBtn::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background: #0e3ea2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-sybBtn::before,
  .public-sybBtn::after {
    height: 1px;
    width: 10px;
  }
}
.public-sybBtn::after {
  opacity: 1;
  width: 2px;
  height: 12px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-sybBtn::after {
    width: 1px;
    height: 10px;
  }
}
.public-sybBtn.on {
  z-index: 4;
}
.public-sybBtn.on::after {
  opacity: 0;
}
.culture4 {
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .culture4 {
    padding: 1.1rem 0 1.2rem;
  }
}
.culture4 .c-nav {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .culture4 .c-nav {
    margin-top: 0.3rem;
  }
}
.culture4 .c-nav .c-li {
  padding: 0.2rem 0.3rem;
  background: #f4f4f4;
  border-radius: 5px;
  margin-right: 0.25rem;
  transition: all 0.3s;
  cursor: pointer;
}
.culture4 .c-nav .c-li span {
  color: #333;
}
.culture4 .c-nav .c-li:hover,
.culture4 .c-nav .c-li.on {
  background: #0e3ea2;
}
.culture4 .c-nav .c-li:hover span,
.culture4 .c-nav .c-li.on span {
  color: #fff;
}
.culture4 .c-poetry .c-ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .culture4 .c-poetry .c-ul {
    padding-top: 0.2rem;
  }
}
.culture4 .c-poetry .c-ul .c-li {
  position: relative;
  width: 31.92%;
  margin-right: 1.4%;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .culture4 .c-poetry .c-ul .c-li {
    width: 100%;
    margin-right: 0;
    margin-top: 0.4rem;
    box-shadow: 7px 13px 38px rgba(22, 50, 126, 0.1);
  }
}
.culture4 .c-poetry .c-ul .c-li:hover {
  box-shadow: 7px 13px 38px rgba(22, 50, 126, 0.1);
}
.culture4 .c-poetry .c-ul .c-li:hover::before {
  opacity: 0;
}
.culture4 .c-poetry .c-ul .c-li:nth-of-type(3n+3) {
  margin-right: 0;
}
.culture4 .c-poetry .c-ul .c-li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d3d3d3;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .culture4 .c-poetry .c-ul .c-li::before {
    content: unset;
  }
}
.culture4 .c-poetry .c-ul .c-li .c-title {
  color: #333;
}
@media (max-width: 767px) {
  .culture4 .c-poetry .c-ul .c-li .c-title {
    font-size: 0.32rem;
  }
}
.culture4 .c-poetry .c-ul .c-li .c-text {
  color: #666;
  margin-top: 10px;
}
.culture4 .c-poetry .c-ul .c-li .c-text p {
  margin-top: 5px;
}
.culture4 .c-poetry .c-ul .c-li .public-sybBtn {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
}
@media (max-width: 767px) {
  .culture4 .c-poetry .c-ul .c-li .public-sybBtn {
    display: none;
  }
}
.culture4 .c-poetry .c-ul .c-li .c-div1 {
  padding: 0.25rem 0.3rem;
}
@media (max-width: 767px) {
  .culture4 .c-poetry .c-ul .c-li .c-div1 {
    display: none;
  }
}
.culture4 .c-poetry .c-ul .c-li .c-div2 {
  padding: 0.25rem 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: #fff;
  width: 100%;
  z-index: 3;
  box-shadow: 7px 13px 38px rgba(22, 50, 126, 0.1);
}
@media (max-width: 767px) {
  .culture4 .c-poetry .c-ul .c-li .c-div2 {
    display: block;
    position: unset;
    box-shadow: unset;
    padding: 0.4rem;
  }
}
.culture4 .c-prose {
  display: none;
}
.culture4 .c-prose .c-ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .culture4 .c-prose .c-ul {
    padding-top: 0.2rem;
  }
}
.culture4 .c-prose .c-ul .c-li {
  width: 49.13%;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 7px 13px 38px rgba(22, 50, 126, 0.1);
  margin-right: 1.74%;
  margin-top: 25px;
  cursor: pointer;
}
.culture4 .c-prose .c-ul .c-li:nth-of-type(2n+2) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .culture4 .c-prose .c-ul .c-li {
    width: 100%;
    margin-right: 0;
    margin-top: 0.4rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.culture4 .c-prose .c-ul .c-li:hover .imgbox img {
  transform: scale(1.05);
}
.culture4 .c-prose .c-ul .c-li:hover .zz-right .c-title {
  color: #0e3ea2;
}
.culture4 .c-prose .c-ul .c-li .public-sybBtn {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
}
@media (max-width: 767px) {
  .culture4 .c-prose .c-ul .c-li .public-sybBtn {
    display: none;
  }
}
.culture4 .c-prose .c-ul .c-li .imgbox {
  position: relative;
  width: 50%;
  height: 0;
  padding-bottom: 30%;
  overflow: hidden;
}
.culture4 .c-prose .c-ul .c-li .imgbox > .img,
.culture4 .c-prose .c-ul .c-li .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.culture4 .c-prose .c-ul .c-li .imgbox img {
  object-fit: cover;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .culture4 .c-prose .c-ul .c-li .imgbox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
  }
  .culture4 .c-prose .c-ul .c-li .imgbox > .img,
  .culture4 .c-prose .c-ul .c-li .imgbox > img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.culture4 .c-prose .c-ul .c-li .zz-right {
  padding: 0 0.3rem;
  flex: 1;
}
.culture4 .c-prose .c-ul .c-li .zz-right .c-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.3s;
}
.culture4 .c-prose .c-ul .c-li .zz-right .c-text {
  color: #666;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 50px;
}
@media (max-width: 1580px) {
  .culture4 .c-prose .c-ul .c-li .zz-right .c-text {
    min-height: 45px;
  }
}
@media (min-width: 770px) {
  .culture4 .c-prose .c-ul .c-li .zz-right .c-a {
    display: none;
  }
}
@media (max-width: 767px) {
  .culture4 .c-prose .c-ul .c-li .zz-right {
    padding: 0.4rem 0.4rem 0.5rem;
  }
  .culture4 .c-prose .c-ul .c-li .zz-right .c-title {
    font-size: 0.32rem;
  }
  .culture4 .c-prose .c-ul .c-li .zz-right .c-text {
    margin-top: 0.25rem;
  }
  .culture4 .c-prose .c-ul .c-li .zz-right .c-a {
    margin-top: 0.35rem;
  }
}
.culture4 .btnBox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .culture4 .btnBox {
    margin-top: 0.8rem;
  }
}
.public-mask {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  display: none;
}
.public-mask.active {
  display: block;
}
.xc-window-middle {
  width: 30%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  display: none;
}
.xc-window-middle.active {
  display: block;
  animation: hideShow 0.3s;
  max-height: 95vh;
}
.sanwen-tc {
  width: 52.08%;
  max-height: 90vh;
  padding: 0.4rem 0.5rem;
}
@media (max-width: 1260px) {
  .sanwen-tc {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .sanwen-tc {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .sanwen-tc {
    width: 90%;
  }
}
.sanwen-tc .zz-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 0.8rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sanwen-tc .zz-close {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.sanwen-tc .zz-close:hover img {
  transform: rotate(90deg);
}
.sanwen-tc .zz-close img {
  width: 0.2rem;
  min-width: 15px;
  height: 0.2rem;
  min-height: 15px;
  transition: all 0.3s;
}
.sanwen-tc .title-box {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .sanwen-tc .title-box {
    padding-bottom: 0.35rem;
  }
}
.sanwen-tc .title-box .c-title {
  text-align: center;
}
.sanwen-tc .title-box .c-box {
  display: flex;
  justify-content: center;
  color: #666;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .sanwen-tc .title-box .c-box {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0.25rem;
  }
}
.sanwen-tc .title-box .c-box .c-name {
  margin-left: 0.4rem;
}
@media (max-width: 767px) {
  .sanwen-tc .title-box .c-box .c-name {
    margin-left: 0rem;
    margin-top: 0.1rem;
  }
}
.sanwen-tc .c-cont {
  color: #333;
  margin-top: 0.4rem;
  max-height: 515px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  padding-right: 10px;
}
.sanwen-tc .c-cont::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.sanwen-tc .c-cont::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.sanwen-tc .c-cont::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #0e3ea2;
}
@media (max-width: 767px) {
  .sanwen-tc .c-cont {
    max-height: 60vh;
  }
}
.join-tc {
  width: 100%;
  height: 100vh;
  max-height: 100vh !important;
  border-radius: 0;
  background: #f4f4f4;
  top: -100%;
  transition: all 0.5s;
  display: block;
  animation: unset;
  transform: unset;
  left: 0;
}
.join-tc.active {
  top: 0%;
}
.join-tc .public-title3 {
  padding-top: 0;
  margin-bottom: 0.55rem;
}
@media (max-width: 767px) {
  .join-tc .public-title3 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin-bottom: 0.3rem;
    padding-top: 0.6rem;
  }
}
.join-tc .c-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-tc .c-box .form-box {
  width: 705px;
  position: relative;
}
@media (max-width: 767px) {
  .join-tc .c-box .form-box {
    width: 100%;
    padding-bottom: 0.8rem;
  }
}
.join-tc .c-box .form-box .zz-close {
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 767px) {
  .join-tc .c-box .form-box .zz-close {
    right: 0.4rem;
    top: 0.55rem;
  }
}
.join-tc .c-box .form-box .zz-close:hover img,
.join-tc .c-box .form-box .zz-close:hover svg {
  transform: rotate(90deg);
}
.join-tc .c-box .form-box .zz-close img,
.join-tc .c-box .form-box .zz-close svg {
  transition: all 0.3s;
}
.join-tc .c-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dde1e5;
}
@media (max-width: 767px) {
  .join-tc .c-title {
    padding-bottom: 0.3rem;
  }
}
.join-tc .c-inputBox2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .join-tc .c-inputBox2 {
    margin-bottom: 0.6rem;
  }
}
.join-tc .c-inputBox2 .c-div1 {
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .join-tc .c-inputBox2 .c-div1 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
.join-tc .c-inputBox2 .c-div1 span {
  color: #ff0000;
}
.join-tc .c-inputBox2 .c-div2 {
  display: flex;
}
.join-tc .c-inputBox2 .c-div2 .c-a {
  width: 2.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .join-tc .c-inputBox2 .c-div2 .c-a {
    height: 0.9rem;
    min-height: 0.9rem;
  }
}
.join-tc .c-inputBox2 .c-div2 .c-a .c-file {
  position: absolute;
  width: 2.7rem;
  min-width: 230px;
  height: 0.6rem;
  min-height: 45px;
  z-index: 5;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (max-width: 767px) {
  .join-tc .c-inputBox2 .c-div2 .c-a .c-file {
    width: 2.7rem;
    min-width: 2.3rem;
    height: 0.9rem;
    min-height: 0.9rem;
  }
}
.join-tc .c-inputBox2 .c-div2 .c-jlBox {
  width: auto;
  width: 195px;
  height: 0.6rem;
  min-height: 45px;
  border: 1px solid #dedede;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-left: 20px;
}
.join-tc .c-inputBox2 .c-div2 .c-jlBox .c-jl {
  background: #ededed;
  border-radius: 5px;
  height: 75%;
  padding: 0 35px 0 20px ;
  width: 98%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-tc .c-inputBox2 .c-div2 .c-jlBox .c-jl img {
  position: absolute;
  right: -5px;
  top: -2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.join-tc .c-inputBox2 .c-div2 .c-jlBox .c-jl .c-text {
  color: #222;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.join-tc .c-inputBox2 .c-div3 {
  color: #666;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .join-tc .c-inputBox2 .c-div3 {
    margin-top: 0.3rem;
  }
}
.join-tc .tc-box2 .c-title {
  margin-top: 25px;
  margin-bottom: 20px;
}
.join-tc .c-inputBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.join-tc .c-inputBox .c-input {
  width: 335px;
  margin-bottom: 25px;
}
.join-tc .c-inputBox .c-input .c-div1 {
  margin-bottom: 10px;
}
.join-tc .c-inputBox .c-input .c-div1 span {
  color: #ff0000;
}
.join-tc .c-inputBox .c-input .c-div2 {
  display: flex;
}
.join-tc .c-inputBox .c-input .c-div2 input {
  padding: 0 15px;
  height: 45px;
  width: 100%;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  background: #fff;
}
.join-tc .c-inputBox .c-input .c-div2 input::-webkit-input-placeholder {
  color: #666;
}
.join-tc .c-inputBox .c-input .c-div2 input:-moz-placeholder {
  color: #666;
}
.join-tc .c-inputBox .c-input .c-div2 input::-moz-placeholder {
  color: #666;
}
.join-tc .c-inputBox .c-input .c-div2 input:-ms-input-placeholder {
  color: #666;
}
.join-tc .c-inputBox .c-input:nth-of-type(2) .c-div2 input {
  width: 215px;
}
.join-tc .c-inputBox .c-input .c-select .c-box {
  width: 120px;
  position: relative;
}
.join-tc .c-inputBox .c-input .c-select .c-box::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 8px;
  background: url('../images/abr-271.svg') no-repeat 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.join-tc .c-inputBox .c-input .c-select .c-box select {
  background: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  height: 45px;
  width: 100%;
  color: #666;
  padding: 0 15px;
  margin-right: 5px;
}
.join-tc .btnBox {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .join-tc .btnBox {
    padding-top: 0.2rem;
  }
}
.join-tc .c-scroll {
  max-height: 80vh;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.join-tc .c-scroll::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.join-tc .c-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.join-tc .c-scroll::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #0e3ea2;
}
@media (max-width: 767px) {
  .join-tc .c-scroll {
    padding: 0 0.4rem;
  }
}
.tiyan-tc {
  width: 36.97%;
  padding: 0.35rem 0.45rem 0.5rem;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  border-radius: 5px;
}
.tiyan-tc #form_apply {
  margin-top: 0.4rem;
}
.tiyan-tc .zz-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 0.8rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .tiyan-tc .zz-close {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.tiyan-tc .zz-close:hover img {
  transform: rotate(90deg);
}
.tiyan-tc .zz-close img {
  width: 0.2rem;
  min-width: 15px;
  height: 0.2rem;
  min-height: 15px;
  transition: all 0.3s;
}
.tiyan-tc::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.tiyan-tc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.tiyan-tc::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #0e3ea2;
}
@media (max-width: 1260px) {
  .tiyan-tc {
    width: 45%;
  }
}
@media (max-width: 1200px) {
  .tiyan-tc {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .tiyan-tc {
    width: 90%;
    padding: 0.6rem 0.4rem;
  }
}
.tiyan-tc .c-t,
.tiyan-tc .c-tips {
  text-align: center;
}
.tiyan-tc .c-tips {
  color: #666;
  width: 68%;
  margin-left: 16%;
}
@media (max-width: 767px) {
  .tiyan-tc .c-tips {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }
}
.tiyan-tc > .c-form > .c-div {
  margin-top: 0.4rem;
}
.tiyan-tc .public-input {
  padding-left: 0;
}
.tiyan-tc .public-select {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tiyan-tc .public-select {
    margin-bottom: 0;
  }
}
.tiyan-tc .public-select2 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .tiyan-tc .public-select2 {
    margin-bottom: 0.2rem;
  }
}
.tiyan-tc .distpicker {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tiyan-tc .c-area {
  display: flex;
  justify-content: space-between;
}
.tiyan-tc .c-area .public-select {
  width: 31.14%;
}
.tiyan-tc .c-area .public-select .c-box {
  margin-top: 0;
}
.tiyan-tc .public-clause a {
  color: #666;
  text-decoration: none;
}
.tiyan-tc .public-clause {
  padding-top: 0.1rem;
}
@media (max-width: 767px) {
  .tiyan-tc .public-clause {
    margin-top: 0.3rem;
    padding-top: 0;
  }
}
.tiyan-tc .btnBox {
  margin-top: 0.55rem;
  display: flex;
  justify-content: center;
}
.tiyan-tc .btnBox .c-a:nth-of-type(1) {
  background: #e9e9e9;
  margin-right: 0.25rem;
  transition: all 0.3s;
}
.tiyan-tc .btnBox .c-a:nth-of-type(1) .hi-text {
  color: #222;
}
.tiyan-tc .btnBox .c-a:nth-of-type(1):hover {
  background: #0e3ea2;
}
.tiyan-tc .btnBox .c-a:nth-of-type(1):hover .hi-text {
  color: #fff;
}
.tiyan-tc.tiyan-tc2 > .c-form > .c-div {
  margin-top: 0.2rem;
}
.tiyan-tc.tiyan-tc4 .c-t {
  margin-bottom: 0.2rem;
}
.culture5 {
  padding-bottom: 0.6rem;
  background: #f4f4f4;
}
@media (max-width: 767px) {
  .culture5 {
    padding: 1.1rem 0 1.2rem;
  }
}
.culture5 .c-text {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .culture5 .c-text {
    margin-top: 0;
  }
}
.culture5 .c-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .culture5 .c-box {
    margin-top: 0.3rem;
    flex-direction: column;
  }
}
.culture5 .c-box .zz-left {
  position: relative;
  width: 68.57%;
  height: 0;
  padding-bottom: 32%;
}
.culture5 .c-box .zz-left > .img,
.culture5 .c-box .zz-left > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .culture5 .c-box .zz-left {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    margin-bottom: 0.4rem;
  }
  .culture5 .c-box .zz-left > .img,
  .culture5 .c-box .zz-left > img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.culture5 .c-box .zz-left video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.culture5 .c-box .zz-right {
  width: 26.42%;
  height: auto;
  margin-right: 0.2rem;
  box-shadow: 0 16px 27px rgba(3, 0, 0, 0.09);
}
@media (max-width: 767px) {
  .culture5 .c-box .zz-right {
    width: 100%;
  }
}
.culture5 .c-box .zz-right .imgbox {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 121%;
}
.culture5 .c-box .zz-right .imgbox img {
  transition: all 0.4s;
}
.culture5 .c-box .zz-right .imgbox:hover img {
  transform: scale(1.05);
}
.culture5 .c-box .zz-right .imgbox > .img,
.culture5 .c-box .zz-right .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.culture6 {
  padding-bottom: 1.15rem;
}
@media (max-width: 767px) {
  .culture6 {
    padding: 1.1rem 0 1.2rem;
  }
}
.culture6 .c-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .culture6 .c-ul {
    margin-top: 0.3rem;
  }
}
.culture6 .c-ul .c-li {
  margin-bottom: 0.55rem;
  width: 75%;
  margin-left: 12.5%;
  margin-right: 0;
}
.culture6 .c-ul .c-li:hover .imgbox img {
  transform: scale(1.05);
}
.culture6 .c-ul .c-li:hover .c-text {
  color: #0e3ea2;
}
@media (max-width: 767px) {
  .culture6 .c-ul .c-li {
    width: 100%;
    margin-left: 0;
  }
}
.culture6 .c-ul .c-li .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 73.07%;
  overflow: hidden;
}
.culture6 .c-ul .c-li .imgbox > .img,
.culture6 .c-ul .c-li .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .culture6 .c-ul .c-li .imgbox {
    padding-bottom: 70%;
  }
}
.culture6 .c-ul .c-li .imgbox img {
  object-fit: cover;
  transition: all 0.3s;
}
.culture6 .c-ul .c-li .c-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 15px;
  text-align: center;
  color: #000;
  transition: all 0.3s;
}
.public-valueUl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 0.4rem;
}
.public-valueUl .c-li {
  background: #f4f4f4;
  padding: 0.4rem 0;
  min-height: 1.6rem;
  width: 31.92%;
  margin-right: 2.1%;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 0.35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 767px) {
  .public-valueUl .c-li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
    padding: 0.6rem 0;
  }
}
.public-valueUl .c-li::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #0e3ea2;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.public-valueUl .c-li:nth-of-type(3n+3) {
  margin-right: 0;
}
.public-valueUl .c-li:hover {
  box-shadow: 7px 13px 38px rgba(22, 50, 126, 0.16);
  background: #fff;
}
.public-valueUl .c-li:hover::before {
  opacity: 1;
}
.public-valueUl .c-li:hover .c-title p {
  color: #fff;
}
.public-valueUl .c-li:hover .c-title .bgimg {
  opacity: 1;
}
.public-valueUl .c-li:hover .c-num {
  color: #0e3ea2;
}
.public-valueUl .c-li .title-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.public-valueUl .c-li .c-title {
  color: #333;
  padding: 4px 0.25rem 4px 0.4rem;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .public-valueUl .c-li .c-title {
    font-size: 0.32rem;
  }
}
.public-valueUl .c-li .c-title p {
  position: relative;
  z-index: 2;
}
.public-valueUl .c-li .c-title .bgimg {
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.public-valueUl .c-li .c-num {
  padding-right: 0.4rem;
  margin-top: 4px;
  transition: all 0.3s;
}
.public-valueUl .c-li .c-num,
.public-valueUl .c-li .c-text {
  color: #666;
}
.public-valueUl .c-li .c-text {
  margin-top: 0.15rem;
  padding: 0 0.4rem;
}
@media (max-width: 767px) {
  .public-valueUl .c-li .c-text {
    margin-top: 0.3rem;
  }
}
.public-valueUl.public-valueUl2 .c-li {
  background: #fff;
  margin-bottom: 0.3rem;
}
.public-valueUl.public-valueUl2 .c-li .c-title {
  padding: 0 0.7rem 0 0.45rem;
  min-height: 60px;
}
.public-valueUl.public-valueUl2 .c-li .c-title p {
  color: #333;
}
.public-valueUl.public-valueUl2 .c-li .c-text {
  margin-top: 0.2rem;
  padding: 0 0.45rem;
}
.public-valueUl.public-valueUl2 .c-li:hover .c-title p {
  color: #0e3ea2;
}
.value1 {
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .value1 .public-valueUl {
    margin-top: 0.6rem;
  }
}
.value2 {
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .value2 {
    padding: 0.7rem 0 0.8rem;
  }
}
.value2 .public-titleTips {
  margin-top: 0.35rem;
}
.value2 .c-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.65rem;
}
.value2 .c-ul .c-li {
  width: 15%;
  margin-right: 6.25%;
  margin-bottom: 0.75rem;
  cursor: pointer;
}
.value2 .c-ul .c-li:nth-of-type(5n+5) {
  margin-right: 0;
}
.value2 .c-ul .c-li .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 145.23%;
  overflow: hidden;
}
.value2 .c-ul .c-li .imgbox > .img,
.value2 .c-ul .c-li .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.value2 .c-ul .c-li .imgbox img {
  object-fit: cover;
}
.value2 .c-ul .c-li .imgbox img {
  transition: all 0.4s;
}
.value2 .c-ul .c-li .imgbox:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .value2 .c-ul .c-li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.4rem;
  }
  .value2 .c-ul .c-li:nth-of-type(5n+5) {
    margin-right: 4%;
  }
  .value2 .c-ul .c-li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.value3 {
  background: #f4f4f4;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .value3 {
    padding: 1.1rem 0 1.2rem;
  }
}
.value3 .public-valueUl2 {
  padding-bottom: 0.5rem;
}
.join1 {
  background: #f6f7fa;
  padding-top: 0.55rem;
}
.join1 .cont-box1 {
  margin-top: 0.5rem;
  padding-bottom: 0.65rem;
  margin-bottom: 0.55rem;
  border-bottom: 1px solid #e5e6e8;
}
@media (max-width: 767px) {
  .join1 .cont-box1 {
    padding-bottom: 0;
    margin-bottom: 0.7rem;
  }
}
.join1 .cont-box1 .cont-title {
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .join1 .cont-box1 .cont-title {
    margin-bottom: 0.5rem;
  }
}
.join1 .cont-box1 .public-norm2 {
  padding: 0rem;
}
.join1 .cont-box2 {
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .join1 .cont-box2 {
    margin-bottom: 0.7rem;
  }
}
.join1 .cont-box2 .cont-title {
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .join1 .cont-box2 .cont-title {
    margin-bottom: 0.45rem;
  }
}
.join1 .cont-box2 .c-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: 1px solid #e5e6e8;
}
.join1 .cont-box2 .c-ul .c-li {
  width: 31.42%;
  margin-right: 2.85%;
  margin-bottom: 0.55rem;
}
.join1 .cont-box2 .c-ul .c-li:nth-of-type(3n+3) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .join1 .cont-box2 .c-ul .c-li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.7rem;
  }
}
.join1 .cont-box2 .c-ul .c-li:hover .imgbox img {
  transform: scale(1.05);
}
.join1 .cont-box2 .c-ul .c-li:hover .c-title {
  color: #0e3ea2;
}
.join1 .cont-box2 .c-ul .c-li .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 53.4%;
  overflow: hidden;
}
.join1 .cont-box2 .c-ul .c-li .imgbox > .img,
.join1 .cont-box2 .c-ul .c-li .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.join1 .cont-box2 .c-ul .c-li .imgbox img {
  object-fit: cover;
  transition: all 0.3s;
}
.join1 .cont-box2 .c-ul .c-li .c-cont {
  padding: 0 0.35rem 0 0.2rem;
}
@media (max-width: 767px) {
  .join1 .cont-box2 .c-ul .c-li .c-cont {
    padding: 0 0.4rem;
  }
}
.join1 .cont-box2 .c-ul .c-li .c-title {
  margin-top: 0.25rem;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .join1 .cont-box2 .c-ul .c-li .c-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .join1 .cont-box2 .c-ul .c-li .c-title {
    font-size: 0.32rem;
    margin-top: 0.4rem;
  }
}
.join1 .cont-box2 .c-ul .c-li .c-text {
  margin-top: 0.15rem;
  color: #666;
  max-height: 120px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.join1 .cont-box2 .c-ul .c-li .c-text::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.join1 .cont-box2 .c-ul .c-li .c-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.join1 .cont-box2 .c-ul .c-li .c-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #0e3ea2;
}
@media (max-width: 1580px) {
  .join1 .cont-box2 .c-ul .c-li .c-text {
    max-height: 100px;
  }
}
@media (max-width: 1260px) {
  .join1 .cont-box2 .c-ul .c-li .c-text {
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .join1 .cont-box2 .c-ul .c-li .c-text {
    margin-top: 0.25rem;
    max-height: 85px;
  }
}
.join1 .cont-box3 {
  padding-bottom: 1.1rem;
}
.join1 .cont-box3 .cont-title {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .join1 .cont-box3 .cont-title {
    margin-bottom: 0.5rem;
  }
}
.join1 .cont-box3 .c-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .join1 .cont-box3 .c-box {
    flex-direction: column;
  }
}
.join1 .cont-box3 .c-box img {
  object-fit: cover;
}
.join1 .cont-box3 .c-box .swiper-pagination-bullet {
  background: #fff;
}
.join1 .cont-box3 .c-box .swiper-pagination-bullet-active {
  background: #005CE6;
}
.join1 .cont-box3 .c-box .zz-left {
  width: 49.28%;
}
@media (max-width: 767px) {
  .join1 .cont-box3 .c-box .zz-left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.join1 .cont-box3 .c-box .zz-left .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 79.71%;
  overflow: hidden;
}
.join1 .cont-box3 .c-box .zz-left .imgbox > .img,
.join1 .cont-box3 .c-box .zz-left .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.join1 .cont-box3 .c-box .zz-left .imgbox img {
  transition: all 0.4s;
}
.join1 .cont-box3 .c-box .zz-left .imgbox:hover img {
  transform: scale(1.05);
}
.join1 .cont-box3 .c-box .zz-right {
  width: 49.28%;
}
@media (max-width: 767px) {
  .join1 .cont-box3 .c-box .zz-right {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.join1 .cont-box3 .c-box .zz-right .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 79.71%;
  overflow: hidden;
}
.join1 .cont-box3 .c-box .zz-right .imgbox > .img,
.join1 .cont-box3 .c-box .zz-right .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.join1 .cont-box3 .c-box .zz-right .imgbox img {
  transition: all 0.4s;
}
.join1 .cont-box3 .c-box .zz-right .imgbox:hover img {
  transform: scale(1.05);
}
.join1 .cont-box3 .c-box .zz-right .c-topBox {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .join1 .cont-box3 .c-box .zz-right .c-topBox {
    margin-bottom: 0.4rem;
  }
}
.join1 .cont-box3 .c-box .zz-right .c-topBox .imgbox {
  position: relative;
  width: 48.2%;
  height: 0;
  padding-bottom: 37.68%;
  overflow: hidden;
}
.join1 .cont-box3 .c-box .zz-right .c-topBox .imgbox > .img,
.join1 .cont-box3 .c-box .zz-right .c-topBox .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.join1 .cont-box3 .c-box .zz-right .c-topBox .imgbox img {
  transition: all 0.4s;
}
.join1 .cont-box3 .c-box .zz-right .c-topBox .imgbox:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .join1 .cont-box3 .c-box .zz-right .c-topBox .imgbox {
    padding-bottom: 40%;
  }
}
.join1 .cont-box3 .c-box .zz-right .c-bottomBox {
  width: 100%;
}
.join1 .cont-box3 .c-box .zz-right .c-bottomBox .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 37.68%;
  overflow: hidden;
}
.join1 .cont-box3 .c-box .zz-right .c-bottomBox .imgbox > .img,
.join1 .cont-box3 .c-box .zz-right .c-bottomBox .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.join1 .cont-box3 .c-box .zz-right .c-bottomBox .imgbox img {
  transition: all 0.4s;
}
.join1 .cont-box3 .c-box .zz-right .c-bottomBox .imgbox:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .join1 .cont-box3 .c-box .zz-right .c-bottomBox .imgbox {
    padding-bottom: 60%;
  }
}
.join2 {
  padding-bottom: 1.55rem;
}
@media (max-width: 767px) {
  .join2 {
    padding: 1.1rem 0 1.2rem;
  }
}
.join2 .c-ul {
  background: #f1f1f1;
  border-top-right-radius: 10px;
}
.join2 .c-ul .c-li {
  border-top-right-radius: 10px;
}
.join2 .c-ul,
.join2 .c-ul1 {
  width: 100%;
  display: flex;
}
.join2 .c-ul .c-li,
.join2 .c-ul1 .c-li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #efefef, #e7e7e7);
}
@media (max-width: 767px) {
  .join2 .c-ul .c-li,
  .join2 .c-ul1 .c-li {
    background: #efefef;
  }
}
.join2 .c-ul .c-li1,
.join2 .c-ul1 .c-li1 {
  width: 19.07%;
}
@media (max-width: 767px) {
  .join2 .c-ul .c-li1,
  .join2 .c-ul1 .c-li1 {
    width: 70%;
  }
}
.join2 .c-ul .c-li2,
.join2 .c-ul1 .c-li2 {
  width: 21.42%;
}
.join2 .c-ul .c-li3,
.join2 .c-ul1 .c-li3 {
  width: 20%;
}
.join2 .c-ul .c-li4,
.join2 .c-ul1 .c-li4 {
  width: 19.5%;
}
.join2 .c-ul .c-li5,
.join2 .c-ul1 .c-li5 {
  width: 20.01%;
  color: #0e3ea2;
}
@media (max-width: 767px) {
  .join2 .c-ul .c-li5,
  .join2 .c-ul1 .c-li5 {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .join2 .c-ul .c-li2,
  .join2 .c-ul1 .c-li2,
  .join2 .c-ul .c-li3,
  .join2 .c-ul1 .c-li3,
  .join2 .c-ul .c-li4,
  .join2 .c-ul1 .c-li4 {
    display: none;
  }
}
.join2 .job-nav {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .join2 .job-nav {
    margin-top: 0.3rem;
  }
}
.join2 .job-nav .c-ul .c-li {
  padding: 0.35rem 0.2rem;
  min-height: 60px;
}
.join2 .job-ul .job-li {
  transition: all 0.3s;
  position: relative;
}
.join2 .job-ul .job-li .c-title-box {
  cursor: pointer;
}
.join2 .job-ul .job-li:nth-of-type(odd) .c-li {
  background-image: linear-gradient(to right, #fbfbfb, #f2f2f2);
}
@media (max-width: 767px) {
  .join2 .job-ul .job-li:nth-of-type(odd) .c-li {
    background: #fbfbfb;
  }
}
.join2 .job-ul .job-li:nth-of-type(even) .c-li {
  background-image: linear-gradient(to right, #f3f4f5, #ecebed);
}
@media (max-width: 767px) {
  .join2 .job-ul .job-li:nth-of-type(even) .c-li {
    background: #f3f4f5;
  }
}
.join2 .job-ul .job-li .c-ul1 {
  display: flex;
}
.join2 .job-ul .job-li .c-ul1 .c-li {
  padding: 0.2rem 0.2rem;
  color: #666;
  transition: all 0.5s;
  position: relative;
  min-height: 55px;
}
.join2 .job-ul .job-li .c-ul1 .c-li::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e2e2e2;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s;
  opacity: 0;
}
.join2 .job-ul .job-li .c-ul1 .c-li1 {
  overflow: hidden;
}
.join2 .job-ul .job-li .c-ul1 .c-li1::before {
  width: calc(100% - 0.25rem);
  left: 0.25rem;
}
.join2 .job-ul .job-li .c-ul1 .c-li1 .c-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  height: 35px;
  width: 35px;
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
}
.join2 .job-ul .job-li .c-ul1 .c-li5::before {
  width: calc(100% - 0.45rem);
}
.join2 .job-ul .job-li .c-cont {
  display: none;
  position: relative;
  z-index: 2;
  padding-bottom: 0.75rem;
  width: 78%;
  padding-left: 1.15rem;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .join2 .job-ul .job-li .c-cont {
    padding: 0.6rem 0.5rem 0.7rem;
    width: 100%;
  }
}
.join2 .job-ul .job-li .c-cont .c-text {
  color: #666;
}
.join2 .job-ul .job-li .c-cont .c-text p,
.join2 .job-ul .job-li .c-cont .c-text span {
  color: #666;
}
.join2 .job-ul .job-li .c-cont .c-a {
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .join2 .job-ul .job-li .c-cont .c-a {
    margin-top: 0.5rem;
  }
}
.join2 .job-ul .job-li.active {
  box-shadow: 0 11px 73px rgba(0, 0, 0, 0.11);
  z-index: 2;
}
.join2 .job-ul .job-li.active .c-ul1 .c-li {
  padding: 0.3rem 0.2rem;
  background: #fff;
  color: #222;
}
.join2 .job-ul .job-li.active .c-ul1 .c-li::before {
  opacity: 1;
}
.join2 .job-ul .job-li.active .c-ul1 .c-li .c-icon {
  opacity: 1;
  bottom: -18px;
}
@media (max-width: 767px) {
  .join2 .job-ul .job-li.active .c-ul1 .c-li .c-icon {
    bottom: -28px;
  }
}
.news1 {
  background: #f1f1f1;
  padding-top: 0.55rem;
}
.news1 .public-title3 {
  margin-bottom: 0.45rem;
}
.news2 {
  padding: 0.6rem 0 2.1rem;
}
@media (max-width: 767px) {
  .news2 {
    padding: 1.2rem 0 1.2rem;
  }
}
.news2 .navBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .news2 .navBox {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .news2 .navBox .c-navBox {
    margin-bottom: 0.6rem;
  }
}
.news2 .navBox .c-nav {
  display: flex;
}
.news2 .navBox .c-nav .c-li {
  padding: 0.2rem 0.4rem;
  background: #f7f6fb;
  border-radius: 5px;
  margin-right: 5px;
  transition: all 0.3s;
  cursor: pointer;
}
.news2 .navBox .c-nav .c-li span {
  color: #333;
}
.news2 .navBox .c-nav .c-li:hover,
.news2 .navBox .c-nav .c-li.on {
  background: #0e3ea2;
}
.news2 .navBox .c-nav .c-li:hover span,
.news2 .navBox .c-nav .c-li.on span {
  color: #fff;
}
.news2 .c-ul {
  margin-bottom: 0.8rem;
}
.news2 .c-ul .c-li {
  border-bottom: 2px solid #e5e5e5;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .news2 .c-ul .c-li {
    padding: 0.7rem 0 0.6rem;
  }
}
.news2 .c-ul .c-li .c-a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .news2 .c-ul .c-li .c-a {
    flex-direction: column;
  }
}
.news2 .c-ul .c-li .c-a:hover .zz-left .imgbox img {
  transform: scale(1.05);
}
.news2 .c-ul .c-li .c-a:hover .zz-right .c-title {
  color: #0e3ea2;
}
.news2 .c-ul .c-li .c-a .zz-left {
  width: 25.71%;
}
@media (max-width: 767px) {
  .news2 .c-ul .c-li .c-a .zz-left {
    width: 100%;
  }
}
.news2 .c-ul .c-li .c-a .zz-left .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
}
.news2 .c-ul .c-li .c-a .zz-left .imgbox > .img,
.news2 .c-ul .c-li .c-a .zz-left .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.news2 .c-ul .c-li .c-a .zz-left .imgbox img {
  object-fit: cover;
  transition: all 0.3s;
}
.news2 .c-ul .c-li .c-a .zz-right {
  width: 69.5%;
  padding: 0.2rem 0;
}
@media (max-width: 767px) {
  .news2 .c-ul .c-li .c-a .zz-right {
    width: 100%;
    padding: 0.4rem 0.4rem 0rem;
  }
}
.news2 .c-ul .c-li .c-a .zz-right .c-date {
  color: #666;
  margin-top: 0.15rem;
  display: flex;
  transition: all 0.3s;
}
.news2 .c-ul .c-li .c-a .zz-right .c-date p:nth-of-type(1) {
  margin-right: 0.35rem;
}
@media (max-width: 767px) {
  .news2 .c-ul .c-li .c-a .zz-right .c-date p:nth-of-type(1) {
    margin-bottom: 0.1rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .news2 .c-ul .c-li .c-a .zz-right .c-date {
    margin-top: 0.3rem;
    flex-direction: column;
  }
}
.news2 .c-ul .c-li .c-a .zz-right .c-title {
  color: #222;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news2 .c-ul .c-li .c-a .zz-right .c-title {
    margin-top: 0;
  }
}
.news2 .c-ul .c-li .c-a .zz-right .c-cont {
  margin-top: 0.3rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.3s;
}
.video1 {
  padding-top: 0.55rem;
  padding-bottom: 0.4rem;
}
.video1 .public-title3 {
  margin-bottom: 0.45rem;
}
@media (max-width: 767px) {
  .video1 .public-title3 {
    margin-bottom: 0.3rem;
  }
}
.video1 .c-btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0 1.15rem;
}
.video2 {
  padding-bottom: 2.1rem;
}
@media (max-width: 767px) {
  .video2 {
    padding-bottom: 1.2rem;
  }
}
.video2 .c-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video2 .c-ul .c-li {
  width: 45.5%;
  padding: 0.4rem 0;
  border-bottom: 1px solid #cecece;
}
@media (max-width: 1260px) {
  .video2 .c-ul .c-li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .video2 .c-ul .c-li {
    width: 100%;
    padding: 0.65rem 0;
  }
}
.video2 .c-ul .c-li:hover .imgbox img {
  transform: scale(1.05);
}
.video2 .c-ul .c-li:hover .c-a .c-box .c-title {
  color: #0e3ea2;
}
.video2 .c-ul .c-li:nth-of-type(1),
.video2 .c-ul .c-li:nth-of-type(2) {
  border-top: 1px solid #cecece;
}
@media (max-width: 767px) {
  .video2 .c-ul .c-li:nth-of-type(2) {
    border-top: 0;
  }
}
.video2 .c-ul .c-li .c-a {
  padding: 0 0.2rem 0 0.15rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .video2 .c-ul .c-li .c-a {
    padding: 0;
  }
}
.video2 .c-ul .c-li .c-a .imgbox {
  position: relative;
  width: 43.3%;
  height: 0;
  padding-bottom: 21%;
  overflow: hidden;
}
.video2 .c-ul .c-li .c-a .imgbox > .img,
.video2 .c-ul .c-li .c-a .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 1260px) {
  .video2 .c-ul .c-li .c-a .imgbox {
    position: relative;
    width: 50%;
    height: 0;
    padding-bottom: 25%;
  }
  .video2 .c-ul .c-li .c-a .imgbox > .img,
  .video2 .c-ul .c-li .c-a .imgbox > img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .video2 .c-ul .c-li .c-a .imgbox {
    position: relative;
    width: 45%;
    height: 0;
    padding-bottom: 25%;
  }
  .video2 .c-ul .c-li .c-a .imgbox > .img,
  .video2 .c-ul .c-li .c-a .imgbox > img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.video2 .c-ul .c-li .c-a .imgbox img {
  object-fit: cover;
  transition: all 0.3s;
}
.video2 .c-ul .c-li .c-a .c-box {
  flex: 1;
  padding-left: 0.2rem;
}
@media (max-width: 767px) {
  .video2 .c-ul .c-li .c-a .c-box {
    padding-left: 0.3rem;
  }
}
.video2 .c-ul .c-li .c-a .c-box .c-title {
  color: #0f0f0f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 60px;
  transition: all 0.3s;
}
@media (max-width: 1580px) {
  .video2 .c-ul .c-li .c-a .c-box .c-title {
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .video2 .c-ul .c-li .c-a .c-box .c-title {
    min-height: 40px;
  }
}
.video2 .c-ul .c-li .c-a .c-box .c-date {
  color: #666;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .video2 .c-ul .c-li .c-a .c-box .c-date {
    font-size: 0.24rem;
  }
}
.video2 .public-page {
  margin-top: 1.15rem;
}
@media (max-width: 767px) {
  .video2 .public-page {
    margin-top: 0.8rem;
  }
}
.building1 {
  background: #f4f4f4;
  padding-top: 0.55rem;
  padding-bottom: 0.95rem;
}
@media (max-width: 767px) {
  .building1 {
    padding-bottom: 0.8rem;
  }
}
.building1 .cont-box1 {
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .building1 .cont-box1 {
    margin-bottom: 0.6rem;
  }
}
.building1 .cont-box1 .c-ul .c-li {
  padding: 0.25rem 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .building1 .cont-box1 .c-ul .c-li {
    padding: 0.4rem 0rem 0.4rem 0.3rem;
  }
}
.building1 .cont-box1 .c-ul .c-li .imgbox {
  width: 1rem;
  height: 1.32rem;
  min-width: 80px;
  min-height: 112px;
  margin-right: 0.6rem;
}
@media (max-width: 767px) {
  .building1 .cont-box1 .c-ul .c-li .imgbox {
    min-width: 85px;
    min-height: 125px;
    margin-right: 0.4rem;
  }
}
.building1 .cont-box1 .c-ul .c-li .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.building1 .cont-box1 .c-ul .c-li .c-cont .c-text {
  color: #333;
}
.building1 .cont-box1 .c-ul .c-li .c-cont .c-text .c-p {
  margin-top: 10px;
}
.building1 .cont-box2 .c-tips {
  color: #333;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .building1 .cont-box2 .c-tips {
    margin-top: 0.3rem;
  }
}
.building1 .cont-box2 .c-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}
.building1 .cont-box2 .c-ul .c-li {
  width: 31.07%;
  margin-right: 3.39%;
}
.building1 .cont-box2 .c-ul .c-li:nth-of-type(3n+3) {
  margin-right: 0;
}
.building1 .cont-box2 .c-ul .c-li .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  overflow: hidden;
}
.building1 .cont-box2 .c-ul .c-li .imgbox > .img,
.building1 .cont-box2 .c-ul .c-li .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.building1 .cont-box2 .c-ul .c-li .imgbox img {
  transition: all 0.4s;
}
.building1 .cont-box2 .c-ul .c-li .imgbox:hover img {
  transform: scale(1.05);
}
.building1 .cont-box2 .c-ul .c-li .imgbox img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .building1 .cont-box2 .c-ul .c-li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .building2 {
    padding: 1.1rem 0 1.2rem;
  }
}
.building2 .cont-box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.6rem;
  margin-bottom: 0.65rem;
}
@media (max-width: 767px) {
  .building2 .cont-box1 {
    flex-direction: column;
    margin-top: 0.3rem;
    margin-bottom: 0.8rem;
  }
}
.building2 .cont-box1 .build-swp {
  width: 58.21%;
}
@media (max-width: 767px) {
  .building2 .cont-box1 .build-swp {
    width: 100%;
  }
}
.building2 .cont-box1 .build-swp .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 59.5%;
  overflow: hidden;
}
.building2 .cont-box1 .build-swp .imgbox > .img,
.building2 .cont-box1 .build-swp .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.building2 .cont-box1 .build-swp .imgbox img {
  transition: all 0.4s;
}
.building2 .cont-box1 .build-swp .imgbox:hover img {
  transform: scale(1.05);
}
.building2 .cont-box1 .build-swp .imgbox img {
  object-fit: cover;
}
.building2 .cont-box1 .build-news {
  width: 35.35%;
}
@media (max-width: 767px) {
  .building2 .cont-box1 .build-news {
    width: 100%;
    padding-top: 0.4rem;
  }
}
.building2 .cont-box1 .build-news .c-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.building2 .cont-box1 .build-news .c-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #333;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .building2 .cont-box1 .build-news .c-text {
    margin-top: 0.3rem;
  }
}
.building2 .cont-box1 .build-news .c-div2 {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .building2 .cont-box1 .build-news .c-div2 {
    margin-top: 0.5rem;
  }
}
.building2 .cont-box2 {
  padding-bottom: 1.65rem;
}
@media (max-width: 767px) {
  .building2 .cont-box2 {
    padding-bottom: 0rem;
  }
}
.building2 .cont-box2 .c-ul {
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .building2 .cont-box2 .c-ul {
    margin-bottom: 0.8rem;
  }
}
.building2 .cont-box2 .c-ul .c-li {
  display: flex;
  border-bottom: 1px solid #dbdbdb;
}
.building2 .cont-box2 .c-ul .c-li:nth-of-type(1) {
  border-top: 1px solid #dbdbdb;
}
.building2 .cont-box2 .c-ul .c-li .c-a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.3rem 0;
}
@media (max-width: 767px) {
  .building2 .cont-box2 .c-ul .c-li .c-a {
    flex-direction: column;
    padding: 0.5rem 0;
  }
}
.building2 .cont-box2 .c-ul .c-li .c-a:hover .syb::before {
  background: #0e3ea2;
}
.building2 .cont-box2 .c-ul .c-li .c-a:hover .c-text {
  color: #0e3ea2;
}
.building2 .cont-box2 .c-ul .c-li .zz-left {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.building2 .cont-box2 .c-ul .c-li .zz-right {
  color: #666;
}
@media (max-width: 767px) {
  .building2 .cont-box2 .c-ul .c-li .zz-right {
    padding-left: 0.5rem;
    margin-top: 0.25rem;
  }
}
.building2 .cont-box2 .c-ul .c-li .syb {
  width: 25px;
  height: 25px;
  position: relative;
  margin-top: 3px;
}
@media (max-width: 1580px) {
  .building2 .cont-box2 .c-ul .c-li .syb {
    margin-top: 0;
  }
}
.building2 .cont-box2 .c-ul .c-li .syb::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 1000px;
  background: #9c9c9c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.building2 .cont-box2 .c-ul .c-li .c-text {
  transition: all 0.3s;
  color: #333;
  flex: 1;
  padding-right: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.duty1 {
  padding-top: 0.55rem;
  padding-bottom: 1.75rem;
}
@media (max-width: 767px) {
  .duty1 {
    padding-bottom: 1.2rem;
  }
}
.duty1 .cont-box1 {
  margin-top: 0.95rem;
}
@media (max-width: 767px) {
  .duty1 .cont-box1 {
    margin-top: 0.7rem;
  }
}
.duty1 .c-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.duty1 .c-ul .c-li {
  width: 45.35%;
  padding: 0.3rem 0.2rem;
  display: flex;
  align-items: flex-start;
  color: #353535;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
  .duty1 .c-ul .c-li {
    width: 100%;
    padding: 0.4rem 0.2rem;
  }
}
.duty1 .c-ul .c-li .c-date {
  margin-right: 0.3rem;
}
@media (max-width: 1260px) {
  .duty1 .c-ul .c-li .c-date {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .duty1 .c-ul .c-li .c-date {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .duty1 .c-ul .c-li .c-date {
    font-size: 0.32rem;
  }
}
.duty1 .c-ul .c-li .c-title {
  margin-top: 4px;
}
@media (max-width: 1200px) {
  .duty1 .c-ul .c-li .c-title {
    font-size: 16px;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  .duty1 .c-ul .c-li .c-title {
    margin-top: 0px;
    font-size: 0.32rem;
  }
}
.duty1 .imgbox {
  width: 100%;
  margin-top: 1.3rem;
}
@media (max-width: 767px) {
  .duty1 .imgbox {
    margin-top: 1rem;
  }
}
.rate1 {
  padding-top: 0.55rem;
  background: #f4f4f4;
  padding-bottom: 0.8rem;
}
.rate1 .public-titleTips {
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .rate1 .public-titleTips {
    margin-top: 0.25rem;
  }
}
.rate1 .cont-box1 {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .rate1 .cont-box1 {
    margin-top: 0.5rem;
  }
}
.rate1 .cont-box1 .cont-title {
  margin-bottom: 0.35rem;
}
.rate1 .c-nav {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  .rate1 .c-nav {
    flex-wrap: unset;
    display: -webkit-box;
    overflow-x: auto;
  }
}
.rate1 .c-nav::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #dedede;
  bottom: 0;
  left: 0;
}
.rate1 .c-nav .c-li {
  padding: 0.2rem 0.4rem;
  position: relative;
  display: inline-flex;
  min-width: 170px;
  cursor: pointer;
  justify-content: center;
  transition: all 0.3s;
  min-height: 40px;
}
@media (max-width: 767px) {
  .rate1 .c-nav .c-li {
    display: block;
    text-align: center;
    min-width: 125px;
  }
}
.rate1 .c-nav .c-li:last-child::before {
  opacity: 0;
}
.rate1 .c-nav .c-li::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #e4e4e4;
  transition: all 0.3s;
}
.rate1 .c-nav .c-li span {
  color: #666;
}
.rate1 .c-nav .c-li:hover,
.rate1 .c-nav .c-li.on {
  background: #0e3ea2;
}
.rate1 .c-nav .c-li:hover::before,
.rate1 .c-nav .c-li.on::before {
  opacity: 0;
}
.rate1 .c-nav .c-li:hover span,
.rate1 .c-nav .c-li.on span {
  color: #fff;
}
.rate1 .linkBox {
  margin-top: 0.6rem;
}
.rate1 .linkBox .link-list {
  display: none;
}
.rate1 .linkBox .link-list:nth-of-type(1) {
  display: block;
}
.rate1 .linkBox .c-ul {
  display: flex;
  flex-wrap: wrap;
}
.rate1 .linkBox .c-ul .c-li {
  width: 18.92%;
  border: 1px solid #e1e0e0;
  margin-right: 1.35%;
  margin-bottom: 0.2rem;
  transition: all 0.3s;
}
.rate1 .linkBox .c-ul .c-li:hover {
  border-color: #0e3ea2;
}
.rate1 .linkBox .c-ul .c-li:nth-of-type(5n+5) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .rate1 .linkBox .c-ul .c-li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.3rem;
  }
  .rate1 .linkBox .c-ul .c-li:nth-of-type(5n+5) {
    margin-right: 4%;
  }
  .rate1 .linkBox .c-ul .c-li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.rate1 .linkBox .c-ul .c-li .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 41.5%;
}
.rate1 .linkBox .c-ul .c-li .imgbox > .img,
.rate1 .linkBox .c-ul .c-li .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.rate1 .linkBox .c-ul .c-li .imgbox img {
  object-fit: cover;
}
.public-textList {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: 1px solid #e5e6e8;
  padding-bottom: 0.55rem;
}
@media (max-width: 767px) {
  .public-textList {
    padding-bottom: 0.7rem;
  }
}
.public-textList .c-li {
  width: 31.78%;
  margin-right: 2.33%;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .public-textList .c-li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.7rem;
  }
  .public-textList .c-li:last-child {
    margin-bottom: 0;
  }
}
.public-textList .c-li:nth-of-type(3n+3) {
  margin-right: 0;
}
.public-textList .c-li:hover .imgbox img {
  transform: scale(1.05);
}
.public-textList .c-li:hover .c-title {
  color: #0e3ea2;
}
.public-textList .c-li .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 58.42%;
  overflow: hidden;
  border: 2px solid #efefef;
}
.public-textList .c-li .imgbox > .img,
.public-textList .c-li .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.public-textList .c-li .imgbox img {
  object-fit: cover;
  transition: all 0.3s;
}
.public-textList .c-li .c-cont {
  line-height: 1.65;
}
.public-textList .c-li .c-title {
  margin-top: 0.3rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-textList .c-li .c-title {
    font-size: 0.32rem;
  }
}
.public-textList .c-li .c-text {
  color: #666;
  max-height: 130px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.public-textList .c-li .c-text::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.public-textList .c-li .c-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.public-textList .c-li .c-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #0e3ea2;
}
@media (max-width: 1580px) {
  .public-textList .c-li .c-text {
    margin-top: 5px;
    max-height: 105px;
  }
}
@media (max-width: 767px) {
  .public-textList .c-li .c-text {
    max-height: 95px;
    margin-top: 0.2rem;
  }
}
.public-textList.public-textList2 {
  border-bottom: 0;
  padding-bottom: 0.75rem;
}
@media screen {
  .public-textList.public-textList2 {
    padding-bottom: 1.1rem;
  }
}
.public-textList.public-textList2 .c-li {
  width: 32.14%;
  margin-right: 1.79%;
}
.public-textList.public-textList2 .c-li:nth-of-type(3n+3) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .public-textList.public-textList2 .c-li {
    width: 100%;
    margin-right: 0;
  }
}
.public-textList.public-textList2 .c-li .c-title {
  margin-top: 0.25rem;
}
@media (max-width: 1580px) {
  .public-textList.public-textList2 .c-li .c-title {
    font-size: 22px;
  }
}
@media (max-width: 1366px) {
  .public-textList.public-textList2 .c-li .c-title {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .public-textList.public-textList2 .c-li .c-title {
    font-size: 18px;
  }
}
.public-textList.public-textList2 .c-li .imgbox {
  padding-bottom: 53%;
}
.public-textList.public-textList2 .c-li .imgbox img {
  object-fit: unset;
}
.public-textList.public-textList2 .c-li .c-cont {
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .public-textList.public-textList2 .c-li .c-cont {
    padding: 0 0.4rem;
  }
}
.public-textList.public-textList2 .c-li .c-text {
  margin-top: 5px;
}
.rate2 {
  padding: 0.65rem 0 1.55rem;
}
@media (max-width: 767px) {
  .rate2 {
    padding: 1.1rem 0 1.2rem;
  }
}
.rate2 .cont-box1 {
  padding-bottom: 0.25rem;
}
.rate2 .cont-box1 .cont-title {
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .rate2 .cont-box1 .cont-title {
    font-size: 0.48rem;
    margin-bottom: 0.5rem;
  }
}
.rate2 .cont-box1 .c-btnBox {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0.3rem 0 0.5rem;
}
@media (max-width: 767px) {
  .rate2 .cont-box1 .c-btnBox {
    margin: 0rem 0 0.6rem;
  }
}
.rate2 .cont-box2 .cont-title {
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .rate2 .cont-box2 .cont-title {
    margin-bottom: 0.5rem;
  }
}
.rate2 .cont-box2 .c-ul2 {
  display: flex;
  flex-wrap: wrap;
}
.rate2 .cont-box2 .c-ul2 .c-li {
  border-bottom: 1px solid #eaeaea;
  padding: 0.4rem 10px 0.5rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 1.65;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .rate2 .cont-box2 .c-ul2 .c-li {
    flex-direction: column;
    padding: 0.6rem 0;
  }
}
.rate2 .cont-box2 .c-ul2 .c-li .zz-left {
  width: 58%;
  color: #333;
}
@media (max-width: 1200px) {
  .rate2 .cont-box2 .c-ul2 .c-li .zz-left {
    width: 67%;
  }
}
@media (max-width: 767px) {
  .rate2 .cont-box2 .c-ul2 .c-li .zz-left {
    width: 100%;
  }
}
.rate2 .cont-box2 .c-ul2 .c-li .zz-right {
  width: 31.3%;
  color: #666;
}
@media (max-width: 767px) {
  .rate2 .cont-box2 .c-ul2 .c-li .zz-right {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.rate2 .cont-box2 .c-btnBox {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .rate2 .cont-box2 .c-btnBox {
    margin-top: 0.8rem;
  }
}
.contact {
  width: 100%;
  height: 0;
  padding-bottom: 46.61%;
  position: relative;
  margin-bottom: 5.4rem;
}
.contact > .img,
.contact > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 1580px) {
  .contact {
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 1400px) {
  .contact {
    margin-bottom: 8rem;
  }
}
@media (max-width: 1200px) {
  .contact {
    margin-bottom: 9.6rem;
  }
}
@media (max-width: 767px) {
  .contact {
    margin-bottom: 0.8rem;
    padding-bottom: 70%;
  }
}
.contact .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .c-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding-top: 2.65rem;
}
@media (max-width: 767px) {
  .contact .c-box {
    padding-top: 0;
    justify-content: center;
  }
}
.contact .bn-title {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
}
.contact .bn-title .h2 {
  color: #fff;
  text-align: center;
}
.public-input {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .public-input {
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
.public-input .inputTips {
  color: #666;
}
.public-input span {
  color: #ff0000;
}
.public-input input {
  height: 45px;
  color: #666;
  flex: 1;
  padding: 0 15px;
}
.public-select {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .public-select {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .public-select .c-text {
    font-size: 0.32rem;
  }
}
.public-select .c-box {
  flex: 1;
  position: relative;
}
@media (max-width: 767px) {
  .public-select .c-box {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.public-select .c-box::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 8px;
  background: url('../images/abr-271.svg') no-repeat 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.public-select .c-box select {
  border: 1px solid #e3e3e3;
  height: 45px;
  width: 100%;
  color: #666;
  padding: 0 0.4rem 0 0.2rem;
}
.public-select.public-select2 .c-box select {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-left: 0;
  height: 55px;
}
@media (max-width: 767px) {
  .public-select.public-select2 .c-box select {
    height: 45px;
  }
}
.public-code {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .public-code {
    border-bottom: 1px solid #e3e3e3;
    padding-top: 0.15rem;
    padding-bottom: 0.2rem;
  }
}
.public-code .formCode {
  border-bottom: 1px solid #e3e3e3;
  padding-left: 15px;
  height: 45px;
}
@media (max-width: 767px) {
  .public-code .formCode {
    border-bottom: 0;
  }
}
.public-code .imgbox {
  height: 40px;
  width: 1.5rem;
  margin-left: 20px;
}
.public-code .imgbox .getCode {
  height: 100%;
}
.public-code .imgbox img {
  width: 120px;
  height: 100%;
}
@media (max-width: 767px) {
  .public-code .imgbox {
    width: auto;
    margin-left: 0.2rem;
  }
  .public-code .imgbox img {
    width: 100%;
  }
}
.public-textarea {
  width: 100%;
  height: 95px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .public-textarea {
    padding-left: 15px;
    margin-bottom: 0.6rem;
  }
}
.public-textarea textarea {
  width: 100%;
  height: 100%;
}
.public-clause {
  display: flex;
  align-items: center;
}
.public-clause .c-div {
  margin-left: 10px;
  color: #666;
}
.public-clause a {
  color: #0e3ea2;
  text-decoration: underline;
}
.contact2 {
  position: absolute;
  z-index: 1;
  transform: translateY(-10.3rem);
  width: 100%;
}
@media (max-width: 1580px) {
  .contact2 {
    transform: translateY(-12.8rem);
  }
}
@media (max-width: 767px) {
  .contact2 {
    transform: unset;
    position: unset;
    margin-bottom: 1.2rem;
  }
}
.contact2 .contact-box {
  display: flex;
  box-shadow: 9px 10px 101px rgba(143, 143, 143, 0.36);
}
@media (max-width: 767px) {
  .contact2 .contact-box {
    flex-direction: column;
  }
}
.contact2 .zz-left {
  background: #fff;
  padding: 0.45rem 1.85rem 0.8rem 0.7rem;
  width: 65.71%;
}
@media (max-width: 1200px) {
  .contact2 .zz-left {
    padding-right: 1.2rem;
  }
}
@media (max-width: 767px) {
  .contact2 .zz-left {
    width: 100%;
    padding: 0.6rem 0.5rem;
    padding-bottom: 1rem;
  }
}
.contact2 .zz-left .c-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contact2 .zz-left .c-title {
    margin-bottom: 0.5rem;
  }
}
.contact2 .zz-left .c-form .c-t {
  margin-top: 0.2rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact2 .zz-left .c-form .c-t {
    margin-top: 0.6rem;
    font-size: 0.32rem;
  }
}
.contact2 .zz-left .c-form .btnBox {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .contact2 .zz-left .c-form .btnBox {
    margin-top: 0.8rem;
  }
}
.contact2 .zz-right {
  width: 34.28%;
  background: #0e3ea2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.4rem 0.95rem 0.95rem 0.65rem;
  color: #fff;
  justify-content: center;
}
@media (max-width: 1200px) {
  .contact2 .zz-right {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .contact2 .zz-right {
    width: 100%;
    padding: 0.6rem 0.5rem;
  }
}
.contact2 .zz-right .c-text-title {
  margin-bottom: 0.25rem;
}
.contact2 .zz-right .c-text-box p {
  margin-bottom: 10px;
}
.contact2 .zz-right .c-code-listBox {
  display: flex;
  margin-top: 1.95rem;
  align-items: stretch;
}
@media (max-width: 767px) {
  .contact2 .zz-right .c-code-listBox {
    margin-top: 0.6rem;
  }
}
.contact2 .zz-right .c-code-listBox .codeBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0.6rem;
  justify-content: flex-start;
}
.contact2 .zz-right .c-code-listBox .codeBox:nth-of-type(1) {
  margin-left: 0;
}
.contact2 .zz-right .c-code-listBox .codeBox .imgBox {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 90px;
  min-height: 90px;
}
@media (max-width: 767px) {
  .contact2 .zz-right .c-code-listBox .codeBox .imgBox {
    width: 1.2rem;
    height: 1.2rem;
    min-width: 1.2rem;
    min-height: 1.2rem;
  }
}
.contact2 .zz-right .c-code-listBox .codeBox .c-text {
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .contact2 .zz-right .c-code-listBox .codeBox .c-text {
    margin-top: 0.3rem;
  }
}
.x-zbl {
  position: fixed;
  right: 10px;
  bottom: 20%;
  z-index: 500;
}
.x-zbl .x-con {
  display: flex;
  flex-direction: column;
}
.x-zbl .x-con .x-conLi {
  border-radius: 5px;
  padding: 15px 10px 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0e3ea2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 2px;
  transition: all 0.3s;
  position: relative;
}
.x-zbl .x-con .x-conLi a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.x-zbl .x-con .x-conLi a span {
  color: #fff;
}
.x-zbl .x-con .x-conLi:hover {
  background: #0e3ea2;
}
.x-zbl .x-con .x-conLi img,
.x-zbl .x-con .x-conLi svg {
  margin-bottom: 5px;
  width: 0.2rem;
  min-width: 15px;
}
.x-zbl .x-con .x-conLi:nth-of-type(3) img,
.x-zbl .x-con .x-conLi:nth-of-type(3) svg {
  width: 0.16rem;
}
.x-zbl .x-con .x-conLi:nth-of-type(4) img,
.x-zbl .x-con .x-conLi:nth-of-type(4) svg {
  width: 0.25rem;
}
.x-zbl .x-con .x-conLi:nth-of-type(5) img,
.x-zbl .x-con .x-conLi:nth-of-type(5) svg {
  width: 0.25rem;
}
.x-zbl .x-con .x-conLi .c-wrap {
  display: none;
  position: absolute;
  top: 50%;
  right: 125%;
  white-space: nowrap;
  transform: translateY(-50%);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 169, 133, 0.1);
  background-color: #fff;
  padding: 0.15rem 0.2rem;
  color: #666;
}
.x-zbl .x-con .x-conLi .c-wrap .c-phone a {
  color: #0e3ea2;
}
.x-zbl .x-con .x-conLi .c-wrap::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .x-zbl .x-con .x-conLi span {
    display: none;
  }
  .x-zbl .x-con .x-conLi {
    padding: 0.24rem;
  }
  .x-zbl .x-con .x-conLi img,
  .x-zbl .x-con .x-conLi svg {
    margin-bottom: 0;
  }
  .x-zbl {
    bottom: 20%;
  }
}
/*# sourceMappingURL=./style.css.map */