@charset "utf-8";
:root {
  --color: #7a24fd;
  --color2: #0086d1;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: 'Roboto-Bold';
}
* {
  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: var(--color);
}
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: #000;
  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: inherit;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
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;
}
svg path {
  fill: currentColor !important;
}
picture,
section,
main {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1440px;
}
@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;
  }
}
.font16 {
  font-size: 16px;
  line-height: 26px;
}
.font18 {
  font-size: 18px;
  line-height: 28px;
}
.font20 {
  font-size: 20px;
  line-height: 30px;
}
.font22 {
  font-size: 22px;
  line-height: 32px;
}
.font24 {
  font-size: 24px;
  line-height: 34px;
}
.font26 {
  font-size: 26px;
  line-height: 36px;
}
.font28 {
  font-size: 28px;
  line-height: 38px;
}
.font30 {
  font-size: 30px;
  line-height: 40px;
}
.font32 {
  font-size: 32px;
  line-height: 42px;
}
.font38 {
  font-size: 38px;
  line-height: 48px;
}
.font40 {
  font-size: 40px;
  line-height: 50px;
}
.font42 {
  font-size: 42px;
  line-height: 52px;
}
.font46 {
  font-size: 46px;
  line-height: 56px;
}
.font48 {
  font-size: 48px;
  line-height: 58px;
}
.font50 {
  font-size: 50px;
  line-height: 60px;
}
.font52 {
  font-size: 52px;
  line-height: 62px;
}
.font56 {
  font-size: 56px;
  line-height: 66px;
}
.font58 {
  font-size: 58px;
  line-height: 68px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
    line-height: 24px;
  }
  .font18 {
    font-size: 16px;
    line-height: 26px;
  }
  .font20,
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 18px;
    line-height: 28px;
  }
  .font30,
  .font32 {
    font-size: 20px;
    line-height: 30px;
  }
  .font38,
  .font40,
  .font42,
  .font46,
  .font48 {
    font-size: 30px;
    line-height: 40px;
  }
  .font50,
  .font52,
  .font56,
  .font58 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .font38,
  .font40,
  .font42,
  .font46,
  .font48 {
    font-size: 24px;
    line-height: 34px;
  }
  .font50,
  .font52,
  .font56,
  .font58 {
    font-size: 26px;
    line-height: 36px;
  }
}
.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: var(--color);
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  vertical-align: top;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
  height: 46px;
  padding: 0 0.15rem;
  border-radius: 23px;
  border: 1px solid var(--color);
  color: #ffff;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .public-btn {
    font-size: 14px;
    height: 40px;
    border-radius: 20px;
  }
}
.public-btn img,
.public-btn svg {
  margin-left: 0.1rem;
  width: 12px;
  height: 12px;
}
.public-btn:hover {
  color: #fff;
  background: var(--color);
}
.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.8s;
}
.public-content {
  color: #000;
  line-height: 1.5;
}
.public-content a {
  color: #000;
  transition: all 0.4s;
}
.public-content a:hover {
  color: var(--color);
}
.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 {
  margin: 10px 0;
  max-width: 100%;
  height: auto !important;
}
.public-title {
  text-align: center;
}
.public-title .c-title {
  font-weight: bold;
}
.public-title .c-text {
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .public-title .c-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.public-banner {
  position: relative;
  height: 5.5rem;
}
@media (max-width: 991px) {
  .public-banner {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .public-banner {
    height: 130vw;
  }
}
.public-banner .c-img {
  height: 100%;
}
.public-banner .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-banner .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
}
.public-banner .c-box .c-title {
  font-weight: bold;
}
.public-banner .c-box .c-text {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .public-banner .c-box .c-text br {
    display: none;
  }
}
.public-banner2 {
  position: relative;
  height: 8.5rem;
}
@media (max-width: 991px) {
  .public-banner2 {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .public-banner2 {
    height: 130vw;
  }
}
.public-banner2 .c-img {
  height: 100%;
}
.public-banner2 .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-banner2 .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
}
.public-banner2 .c-box .c-subtitle {
  font-family: 'Roboto-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.public-banner2 .c-box .c-title {
  font-weight: bold;
}
.public-banner2 .c-box .c-text {
  margin-top: 0.4rem;
  max-width: 570px;
}
@media (max-width: 991px) {
  .public-banner2 .c-box .c-text {
    font-size: 16px;
    line-height: 1.5;
  }
  .public-banner2 .c-box .c-text br {
    display: none;
  }
}
.public-banner2 .c-box .public-btn {
  margin-top: 0.55rem;
  border-color: var(--color);
}
.public-banner2 .c-box .public-btn:hover {
  background: var(--color);
}
.public-banner2.c-ecology .c-box .c-text,
.public-banner2.c-ecology .c-box .c-title {
  max-width: 550px;
}
.public-banner2.c-template {
  margin-bottom: 0 !important;
}
@media (max-width: 1580px) {
  .public-banner2.c-template {
    height: calc(850/1920*100vw);
  }
}
@media (max-width: 991px) {
  .public-banner2.c-template {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .public-banner2.c-template {
    height: 130vw;
  }
}
.public-banner2.c-template .c-img {
  position: relative;
}
.public-banner2.c-template .c-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.3);
}
.public-banner2.c-template .c-box {
  z-index: 6;
}
.public-banner2.c-template .c-box .c-text,
.public-banner2.c-template .c-box .c-title {
  max-width: 760px;
}
.public-banner2.c-template .c-box .public-btn {
  border-color: #0086d1;
}
.public-banner2.c-template .c-box .public-btn:hover {
  background: #0086d1;
}
.public-banner2.c-gr3 {
  height: 44.27vw;
}
@media (max-width: 991px) {
  .public-banner2.c-gr3 {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .public-banner2.c-gr3 {
    height: 130vw;
  }
}
.public-banner2.c-gr3 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-banner2.c-gr3 .c-box {
  height: 100%;
}
.public-banner2.c-gr3 .c-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  padding: 120px 0 0.7rem;
  height: 100%;
}
.public-banner2.c-gr3 .c-box .public-btn {
  margin-top: 0;
}
.public-banner2.c-gr3 .c-box .c-text-box {
  width: 100%;
}
.public-banner2.c-gr3 .c-box .c-title,
.public-banner2.c-gr3 .c-box .c-text {
  font-weight: bold;
  width: 100%;
  text-align: center;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
.public-banner2.c-gr3 .c-box .c-text {
  max-width: 100%;
  margin: 0.2rem 0 0.5rem;
  letter-spacing: 0.5em;
}
.public-banner2.c-gr3 .c-box .c-ico-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.public-banner2.c-gr3 .c-box .c-ico-box img {
  margin: 0 0.9rem;
  width: 0.76rem;
  height: 0.76rem;
  object-fit: contain;
}
.public-banner2.c-gr3 .c-box .c-ico-box img:nth-child(2) {
  margin-top: 0.4rem;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 80px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 80px;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #fff;
  transition: 0.4s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 60px;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -80px;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -60px;
  }
}
#c-header.c-style2 {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 32px;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 30px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
/*顶部pc导航*/
#c-header .c-nav {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.35rem;
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 0.25rem;
  }
}
#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.08rem;
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  transition: all 0.4s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--color);
  transition: 0.4s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  min-width: 1.2rem;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
  white-space: nowrap;
}
#c-header .c-nav ul li:last-child {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
#c-header .c-nav ul li a::before {
  display: none;
}
#c-header .c-nav ul li a {
  padding: 0 20px;
}
#c-header .c-nav ul li a:hover {
  color: #fff;
  background: var(--color);
}
#c-header .c-nav ul li:hover > a {
  color: #fff;
  background: var(--color);
}
#c-header .c-nav ul li:hover ul {
  display: block;
}
#c-header .c-nav ul ul {
  top: 0;
  left: 100%;
  transform: translateX(0);
}
#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: var(--color);
}
#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 {
  left: 0;
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg,
#c-header .c-nav li:hover > .c-title-box svg {
  color: var(--color);
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 60px;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  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.4s;
}
#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.4s;
  transition: all 0.4s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: var(--color);
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 60px);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 24px;
  height: 20px;
  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.4s;
}
#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 {
  background: #fff;
}
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: 991px) {
  #c-header .c-gn {
    margin-right: 20px;
  }
}
#c-header .c-gn .public-btn {
  height: 30px;
  border-radius: 15px;
  margin-right: 0.3rem;
}
@media (max-width: 991px) {
  #c-header .c-gn .public-btn {
    display: none;
  }
}
#c-header .c-gn .public-btn:hover {
  color: #fff;
}
#c-header .c-gn .c-language {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-language svg,
#c-header .c-gn .c-language img {
  margin-right: 0.06rem;
  width: 18px;
  height: 18px;
  transition: all 0.4s;
}
#c-header .c-gn .c-language a {
  transition: all 0.4s;
}
#c-header .c-gn .c-language a:last-child {
  font-size: 20px;
}
@media (max-width: 1580px) {
  #c-header .c-gn .c-language a:last-child {
    font-size: 18px;
  }
}
#c-header .c-gn .c-language a:hover {
  color: var(--color);
}
#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: var(--color);
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  color: #fff;
  transform: rotate(-90deg);
}
#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.4s;
  color: #333;
}
#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:hover {
  color: #fff;
  background-color: var(--color);
}
#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 {
  padding: 1.2rem 0 0.5rem;
  background: #e6e6e6;
}
#c-footer a {
  color: #000;
  transition: 0.4s;
}
#c-footer a:hover {
  color: var(--color);
}
#c-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#c-footer .container .c-left {
  padding-right: 1.6rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 1580px) {
  #c-footer .container .c-left {
    padding-right: 0.8rem;
  }
}
@media (max-width: 991px) {
  #c-footer .container .c-left {
    width: 30%;
    padding-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  #c-footer .container .c-left {
    width: 100%;
    padding: 0;
  }
}
#c-footer .container .c-left .c-logo {
  width: 100%;
}
#c-footer .container .c-left .c-logo a {
  vertical-align: top;
  display: inline-flex;
}
#c-footer .container .c-left .c-logo a img {
  height: 56px;
}
@media (max-width: 991px) {
  #c-footer .container .c-left .c-logo a img {
    height: 30px;
  }
}
#c-footer .container .c-left .c-bottom {
  width: 100%;
  margin-top: 0.8rem;
}
#c-footer .container .c-left .c-bottom .c-title {
  font-weight: bold;
  color: #4d4d4d;
}
#c-footer .container .c-left .c-bottom .c-text {
  margin: 0.1rem 0 0.2rem;
  color: #4d4d4d;
}
#c-footer .container .c-left .c-bottom .c-form {
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  background: #d7d7d7;
}
@media (max-width: 1580px) {
  #c-footer .container .c-left .c-bottom .c-form {
    height: 40px;
    line-height: 40px;
  }
}
#c-footer .container .c-left .c-bottom .c-form input {
  padding: 0 15px;
  width: 100%;
  height: 100%;
}
#c-footer .container .c-left .c-bottom .c-form button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 100%;
  color: #fff;
  background: var(--color);
  border-radius: 25px;
}
@media (max-width: 1580px) {
  #c-footer .container .c-left .c-bottom .c-form button {
    width: 70px;
  }
}
#c-footer .container .c-right {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 61.81%;
  padding-left: 1.6rem;
  border-left: 1px solid #b7b7b7;
}
@media (max-width: 1580px) {
  #c-footer .container .c-right {
    padding-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  #c-footer .container .c-right {
    width: 70%;
    padding-left: 0.4rem;
  }
}
@media (max-width: 767px) {
  #c-footer .container .c-right {
    width: 100%;
    border: 0;
    padding: 40px 0 0;
  }
}
#c-footer .container .c-right .c-list-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-footer .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.15rem;
}
@media (max-width: 767px) {
  #c-footer .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #ccc;
  }
}
#c-footer .container .c-title-box .c-title {
  font-weight: bold;
  color: var(--color);
}
#c-footer .container .c-title-box a {
  color: #fff;
}
#c-footer .container .c-title-box a:hover {
  color: var(--color);
}
#c-footer .container .c-title-box img,
#c-footer .container .c-title-box svg {
  display: none;
  transition: 0.4s;
  width: 0.3rem;
  height: 0.3rem;
}
@media (max-width: 767px) {
  #c-footer .container .c-title-box img,
  #c-footer .container .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
#c-footer .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .container .c-list-box.on .c-title-box img,
#c-footer .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .container .c-list-box.on .c-title-box img,
  #c-footer .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  width: 30px;
  height: 30px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  #c-footer .container .c-ico a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#c-footer .container .c-ico a img,
#c-footer .container .c-ico a svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-footer .container .c-copyright {
  margin-top: 0.8rem;
  word-wrap: break-word;
  word-break: break-all;
  color: #4d4d4d;
}
#c-footer .container .c-copyright a {
  color: #4d4d4d;
}
#c-footer .container .c-copyright a:hover {
  color: var(--color);
}
.public-box {
  padding: 0.25rem 0;
}
.public-box .c-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0.8rem -0.6rem -1.2rem;
}
@media (max-width: 1260px) {
  .public-box .c-list {
    margin: 0.8rem -0.2rem -0.4rem;
  }
}
.public-box .c-list li {
  padding: 0 0.6rem 1.2rem;
}
@media (max-width: 1260px) {
  .public-box .c-list li {
    padding: 0 0.2rem 0.4rem;
  }
}
.public-box .c-list li img {
  max-width: 144px;
  max-height: 70px;
}
@media (max-width: 767px) {
  .public-box .c-list li img {
    max-width: 144px;
    max-height: 50px;
  }
}
.public-box2 .c-list li {
  position: relative;
  margin-top: 0.5rem;
  background: #ebebeb;
  overflow: hidden;
}
@media (max-width: 991px) {
  .public-box2 .c-list li {
    overflow: hidden;
  }
}
.public-box2 .c-list li .c-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  transition: all 0.8s;
}
@media (min-width: 992px) {
  .public-box2 .c-list li .c-img:hover {
    transform: scale(1.05);
  }
}
@media (max-width: 991px) {
  .public-box2 .c-list li .c-img {
    position: static;
    height: auto;
    width: 130%;
    max-width: none;
    transform: translateX(-23%);
  }
}
.public-box2 .c-list li .container {
  position: relative;
  z-index: 2;
  display: flex;
  pointer-events: none;
}
.public-box2 .c-list li .container .c-box {
  display: flex;
  align-items: center;
  width: 40%;
  max-width: 520px;
  padding: 1.2rem 0;
  min-height: 7.5rem;
  pointer-events: auto;
}
.public-box2 .c-list li .container .c-box > div {
  width: 100%;
}
@media (max-width: 1260px) {
  .public-box2 .c-list li .container .c-box {
    min-height: 400px;
    padding: 1rem 0;
  }
}
@media (max-width: 991px) {
  .public-box2 .c-list li .container .c-box {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }
}
.public-box2 .c-list li .container .c-box .c-title {
  margin-bottom: 0.5rem;
  color: var(--color2);
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #767676;
  font-weight: bold;
}
@media (max-width: 767px) {
  .public-box2 .c-list li .container .c-box .c-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.public-box2 .c-list li .container .c-box .c-text {
  color: #4d4d4d;
}
@media (max-width: 767px) {
  .public-box2 .c-list li .container .c-box .c-text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.public-box2 .c-list li .container .c-box .public-btn {
  margin-top: 1rem;
  color: #4d4d4d;
  border-color: var(--color2);
}
.public-box2 .c-list li .container .c-box .public-btn:hover {
  color: #fff;
  background: var(--color2);
}
.public-box2 .c-list li .container .c-box .c-num-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.public-box2 .c-list li .container .c-box .c-num-box .c-item .c-num {
  display: flex;
  align-items: flex-end;
  font-family: 'Roboto-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: var(--color2);
}
.public-box2 .c-list li .container .c-box .c-num-box .c-item .c-num span {
  display: inline-block;
}
.public-box2 .c-list li .container .c-box .c-num-box .c-item .c-num .c-unit {
  margin-left: 0.1rem;
  font-weight: bold;
  line-height: 1.85;
  color: var(--color2);
}
@media (max-width: 1580px) {
  .public-box2 .c-list li .container .c-box .c-num-box .c-item .c-num .c-unit {
    line-height: 2;
  }
}
.public-box2 .c-list li .container .c-box .c-num-box .c-item .c-note {
  color: #808080;
}
.public-box2 .c-list li:nth-child(2n) .c-img {
  right: auto;
  left: 0;
}
.public-box2 .c-list li:nth-child(2n) .container {
  justify-content: flex-end;
}
.public-box2.c-style1 .c-list li {
  margin-top: 0;
  margin-bottom: 1rem;
}
.public-box2.c-style1 .c-list li .c-box .c-title {
  color: var(--color);
}
.public-box2.c-style1 .c-list li .c-box .c-text {
  color: #000;
}
.public-box2.c-style1 .c-list li .c-box .c-num-box .c-item .c-num {
  color: var(--color);
}
.public-box2.c-style1 .c-list li .c-box .c-num-box .c-item .c-num .c-unit {
  color: var(--color);
}
.public-box2.c-style1 .c-list li .c-box .public-btn {
  border-color: var(--color);
}
.public-box2.c-style1 .c-list li .c-box .public-btn:hover {
  background: var(--color);
}
.public-box2.c-style1 .c-list li:nth-child(2n-1) .c-img {
  right: auto;
  left: 0;
}
@media (max-width: 991px) {
  .public-box2.c-style1 .c-list li:nth-child(2n-1) .c-img {
    transform: translateX(0%);
  }
}
.public-box2.c-style1 .c-list li:nth-child(2n-1) .container {
  justify-content: flex-end;
}
.public-box2.c-style1 .c-list li:nth-child(2n) .c-img {
  right: 0;
  left: auto;
}
.public-box2.c-style1 .c-list li:nth-child(2n) .container {
  justify-content: flex-start;
}
.public-box2.c-style1.no-margin .c-list li {
  margin: 0;
}
.public-box2.c-style1.no-margin .c-list li .c-img {
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  .public-box2.c-style1.no-margin .c-list li .c-img {
    transform: translateX(-23%);
  }
}
.public-box2.c-style1.no-margin .c-list li .container {
  justify-content: flex-start;
}
.public-box3 {
  position: relative;
  padding: 1.5rem 0;
}
.public-box3 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-box3 .container {
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: center;
}
.public-box3 .container .c-subtitle {
  font-weight: bold;
  margin-top: 0.1rem;
}
.public-box4 .c-list li {
  position: relative;
  background: #f3f4f4;
  overflow: hidden;
}
.public-box4 .c-list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .public-box4 .c-list li img {
    position: static;
    width: 100%;
  }
}
.public-box4 .c-list li:hover > img {
  transform: scale(1.05);
}
.public-box4 .c-list li .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
.public-box4 .c-list li .container .c-box {
  display: flex;
  align-items: center;
  padding: 1.2rem 0 1.2rem 1.2rem;
  min-height: 5.5rem;
  width: 50%;
}
@media (max-width: 767px) {
  .public-box4 .c-list li .container .c-box {
    width: 100%;
    padding: 0.4rem 0 1rem !important;
    min-height: auto;
  }
}
.public-box4 .c-list li .container .c-box .c-num {
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid var(--color);
  margin-bottom: 0.4rem;
  font-family: 'Roboto-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: var(--color);
}
@media (max-width: 767px) {
  .public-box4 .c-list li .container .c-box .c-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.public-box4 .c-list li:nth-child(2n) img {
  left: auto;
  right: 0;
}
.public-box4 .c-list li:nth-child(2n) .container {
  justify-content: flex-start;
}
.public-box4 .c-list li:nth-child(2n) .container .c-box {
  padding: 1.2rem 1.2rem 1.2rem 0;
}
.public-box4.c-style2 .c-list li {
  background: #e6e6e6;
}
.public-box4.c-style2 .c-list li img {
  left: auto;
  right: 0;
}
.public-box4.c-style2 .c-list li .container {
  justify-content: flex-start;
}
.public-box4.c-style2 .c-list li .container .c-box {
  padding: 1.2rem 1.2rem 1.2rem 0;
}
.public-box4.c-style2 .c-list li:nth-child(2n) img {
  right: auto;
  left: 0;
}
.public-box4.c-style2 .c-list li:nth-child(2n) .container {
  justify-content: flex-end;
}
.public-box4.c-style2 .c-list li:nth-child(2n) .container .c-box {
  padding: 1.2rem 0 1.2rem 1.2rem;
}
.public-box5 {
  padding: 1.4rem 0 1.6rem;
}
.public-box5 .public-title .c-title {
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid var(--color);
}
.public-box5 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 1rem -0.5rem -1rem;
}
@media (max-width: 1260px) {
  .public-box5 .c-list {
    margin: 1rem -0.2rem -0.4rem;
  }
}
.public-box5 .c-list li {
  padding: 0 0.5rem 1rem;
  width: 25%;
  text-align: center;
}
@media (max-width: 1260px) {
  .public-box5 .c-list li {
    padding: 0 0.2rem 0.4rem;
  }
}
@media (max-width: 991px) {
  .public-box5 .c-list li {
    width: 50%;
  }
}
.public-box5 .c-list li .c-wrap .c-img {
  display: inline-flex;
  align-items: flex-end;
  margin-bottom: 0.3rem;
  height: 0.8rem;
}
@media (max-width: 1260px) {
  .public-box5 .c-list li .c-wrap .c-img {
    margin-bottom: 0.15rem;
  }
}
.public-box5 .c-list li .c-wrap .c-img img {
  max-width: 0.8rem;
  max-height: 0.8rem;
}
@media (max-width: 767px) {
  .public-box5 .c-list li .c-wrap .c-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
/*首页内容1*/
.c-home1 .swiper-slide {
  overflow: hidden;
  height: 44.27083333vw;
}
@media (max-width: 991px) {
  .c-home1 .swiper-slide {
    height: 70vw;
  }
}
@media (max-width: 767px) {
  .c-home1 .swiper-slide {
    height: 130vw;
  }
}
.c-home1 .swiper-slide .c-img {
  width: 100%;
  height: 100%;
}
.c-home1 .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-slide .c-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-slide .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
}
.c-home1 .swiper-slide .c-box .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .c-home1 .swiper-slide .c-box .container {
    justify-content: flex-start;
  }
}
.c-home1 .swiper-slide .c-box .container .c-ico {
  display: flex;
  align-items: center;
}
.c-home1 .swiper-slide .c-box .container .c-ico img {
  height: 30px;
}
@media (max-width: 1580px) {
  .c-home1 .swiper-slide .c-box .container .c-ico img {
    height: 20px;
  }
}
.c-home1 .swiper-slide .c-box .container .c-ico span {
  margin-left: 0.2rem;
  font-weight: bold;
  font-family: 'Roboto-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 46px;
  color: var(--color);
}
@media (max-width: 1580px) {
  .c-home1 .swiper-slide .c-box .container .c-ico span {
    font-size: 30px;
  }
}
.c-home1 .swiper-slide .c-box .container .c-title {
  font-weight: bold;
  margin: 0.25rem 0 0.15rem;
}
.c-home1 .swiper-slide .c-box .container .c-text {
  margin-bottom: 0.25rem;
}
.c-home1 .swiper-button-next,
.c-home1 .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.4s;
  right: 0.6rem;
  background: transparent;
}
@media (max-width: 991px) {
  .c-home1 .swiper-button-next,
  .c-home1 .swiper-button-prev {
    display: none;
  }
}
.c-home1 .swiper-button-next::after,
.c-home1 .swiper-button-prev::after {
  display: none;
}
.c-home1 .swiper-button-next img,
.c-home1 .swiper-button-prev img,
.c-home1 .swiper-button-next svg,
.c-home1 .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  color: #fff;
}
.c-home1 .swiper-button-prev {
  left: 0.6rem;
  transform: rotate(180deg);
}
.c-home1 .swiper-button-next:hover,
.c-home1 .swiper-button-prev:hover {
  opacity: 1;
}
.c-home1 .swiper-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 0.4rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-pagination {
    bottom: 0.6rem;
  }
}
.c-home1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  width: 0.6rem;
  height: 3px;
  vertical-align: top;
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 0.3rem;
  }
}
.c-home1 .swiper-pagination .swiper-pagination-bullet div {
  height: 100%;
  background: var(--color);
  width: 0;
  transition-timing-function: linear;
}
.c-home2 .public-title {
  position: relative;
  padding: 1.45rem 0;
}
.c-home2 .public-title img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.7rem;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.c-home2 .c-list li {
  position: relative;
  overflow: hidden;
}
.c-home2 .c-list li > img {
  width: 100%;
  /*height: 36.45833333vw;*/
  object-fit: cover;
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .c-home2 .c-list li > img {
    height: 50vw;
  }
}
.c-home2 .c-list li:hover > img {
  transform: scale(1.05);
}
.c-home2 .c-list li .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.c-home2 .c-list li .c-box .container {
  display: flex;
  align-items: center;
}
.c-home2 .c-list li .c-box .container .c-wrap {
  color: #fff;
  max-width: 50%;
}
@media (max-width: 991px) {
  .c-home2 .c-list li .c-box .container .c-wrap {
    max-width: 100%;
  }
}
.c-home2 .c-list li .c-box .container .c-wrap .c-title {
  font-family: 'Roboto-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-home2 .c-list li .c-box .container .c-wrap .c-text {
  margin: 0.1rem 0 0.25rem;
}
@media (max-width: 767px) {
  .c-home2 .c-list li .c-box {
    position: static;
    transform: translate(0, 0);
  }
  .c-home2 .c-list li .c-box .container .c-wrap {
    max-width: 100%;
    color: #000;
    padding: 15px 0 40px;
  }
  .c-home2 .c-list li .c-box .container .c-wrap .public-btn {
    color: #000;
  }
  .c-home2 .c-list li .c-box .container .c-wrap .public-btn:hover {
    color: #fff;
  }
}
.c-home2 .c-list li:nth-child(2n) .public-btn {
  border-color: var(--color2);
}
.c-home2 .c-list li:nth-child(2n) .public-btn:hover {
  background: var(--color2);
}
.c-home2 .c-list li:nth-child(2n-1) .c-box .container {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .c-home2 .c-list li:nth-child(2n-1) .c-box .container {
    justify-content: flex-start;
  }
}
.c-home4 {
  padding: 1.2rem 0 1.3rem;
  background: #f3f4f4;
}
.c-home4 .public-title .c-title {
  display: inline-block;
  border-bottom: 3px solid var(--color);
}
.c-home4 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem -0.08rem -0.16rem;
}
.c-home4 .c-list li {
  display: flex;
  padding: 0 0.08rem 0.16rem;
  width: 33.333%;
}
@media (max-width: 767px) {
  .c-home4 .c-list li {
    width: 100%;
  }
}
.c-home4 .c-list li .c-wrap {
  display: block;
  width: 100%;
  background: #fff;
}
.c-home4 .c-list li .c-wrap .public-img::before {
  padding-top: 111.91489362%;
}
.c-home4 .c-list li .c-wrap .c-box {
  padding: 0.35rem 0.45rem 0.4rem;
}
.c-home4 .c-list li .c-wrap .c-box .c-title {
  height: 2.8em;
  line-height: 1.4em;
  margin-bottom: 0.2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.c-home4 .c-list li .c-wrap .c-box .public-btn {
  color: #000;
}
.c-home4 .c-list li .c-wrap .c-box .public-btn:hover {
  color: #fff;
}
.c-home4 .c-list li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-home4 .c-list li .c-wrap:hover .public-btn {
  color: #fff;
  background: var(--color);
}
.c-home5 {
  position: relative;
  z-index: 2;
  padding: 1.2rem 0;
  text-align: center;
  color: #fff;
}
.c-home5 > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home5 .c-title {
  font-weight: bold;
}
.c-home5 .c-text {
  margin: 0.1rem 0 0.25rem;
}
.c-404 {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 80px);
}
@media (max-width: 767px) {
  .c-404 {
    min-height: calc(100vh - 60px);
  }
}
.c-404 > img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 60%;
  opacity: 0.8;
}
.c-404::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
}
.c-404 .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .c-404 .c-box {
    text-align: center;
  }
}
.c-404 .c-box .c-title {
  font-family: 'Roboto-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 90px;
  line-height: 100px;
  color: #333;
}
.c-404 .c-box .c-text {
  margin: 0.2rem 0 0.65rem;
}
.c-404 .c-box .public-btn {
  color: #000;
}
.c-404 .c-box .public-btn:hover {
  color: #fff;
}
.c-statement {
  padding: 1.5rem 0 2.5rem;
}
@media (max-width: 767px) {
  .c-statement .public-content {
    font-size: 14px;
  }
}
.c-galileo-main .public-banner2 .public-btn {
  border-color: var(--color2);
}
.c-galileo-main .public-banner2 .public-btn:hover {
  background: var(--color2);
}
.c-galileo2 {
  padding: 1.2rem 0 1.4rem;
}
.c-galileo2 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.08rem -0.15rem;
}
.c-galileo2 .c-list li {
  padding: 0 0.08rem 0.16rem;
  width: 33.333%;
}
@media (max-width: 767px) {
  .c-galileo2 .c-list li {
    width: 100% !important;
  }
}
.c-galileo2 .c-list li .c-wrap {
  position: relative;
  background: #ededee;
  border-radius: 15px;
  height: 2.75rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-galileo2 .c-list li .c-wrap {
    height: 50vw;
  }
}
.c-galileo2 .c-list li .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.c-galileo2 .c-list li .c-wrap:hover img {
  transform: scale(1.1);
}
.c-galileo2 .c-list li .c-wrap .c-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0.35rem;
  text-align: center;
}
.c-galileo2 .c-list li .c-wrap .c-box .c-title {
  font-weight: bold;
}
.c-galileo2 .c-list li .c-wrap .c-box .c-text {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .c-galileo2 .c-list li .c-wrap .c-box .c-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-galileo2 .c-list li:nth-child(1) {
  width: 53.43%;
}
@media (max-width: 767px) {
  .c-galileo2 .c-list li:nth-child(1) .c-wrap {
    height: 34vw;
  }
}
.c-galileo2 .c-list li:nth-child(1) .c-wrap .c-box {
  text-align: left;
}
.c-galileo2 .c-list li:nth-child(2),
.c-galileo2 .c-list li:nth-child(3) {
  width: 23.285%;
}
@media (max-width: 767px) {
  .c-galileo2 .c-list li:nth-child(2) .c-wrap,
  .c-galileo2 .c-list li:nth-child(3) .c-wrap {
    height: 70vw;
  }
}
.c-galileo2 .c-list li:nth-child(4) {
  width: 27.47%;
}
.c-galileo2 .c-list li:nth-child(4) .c-wrap {
  height: 3.66rem;
}
@media (max-width: 767px) {
  .c-galileo2 .c-list li:nth-child(4) .c-wrap {
    height: 80vw;
  }
}
.c-galileo2 .c-list li:nth-child(4) .c-wrap .c-box {
  top: 50%;
  transform: translateY(-50%);
}
.c-galileo2 .c-list li:nth-child(5) {
  width: 72.53%;
}
.c-galileo2 .c-list li:nth-child(5) .c-wrap {
  height: 3.66rem;
}
@media (max-width: 767px) {
  .c-galileo2 .c-list li:nth-child(5) .c-wrap {
    height: 38vw;
  }
}
.c-galileo3 {
  background: #ececec;
}
.c-galileo3 .public-title {
  padding: 1.6rem 0 1.7rem;
}
@media (max-width: 767px) {
  .c-galileo3 .public-title {
    padding: 1.4rem 0;
  }
}
.c-galileo3 .public-title .c-title {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid var(--color2);
  line-height: 1.5;
}
.c-galileo3 .swiper .public-img::before {
  padding-top: 44.27083333%;
}
@media (max-width: 767px) {
  .c-galileo3 .swiper .public-img::before {
    padding-top: 120%;
  }
}
.c-galileo3 .swiper .c-box {
  position: absolute;
  bottom: 0.95rem;
  left: 0;
  z-index: 5;
  width: 100%;
  color: #fff;
}
.c-galileo3 .swiper .c-box .c-title {
  font-weight: bold;
  max-width: 1040px;
}
.c-galileo3 .swiper .c-box .c-text {
  position: relative;
  margin-top: 0.4rem;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .c-galileo3 .swiper .c-box .c-text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.c-galileo3 .swiper .c-box .c-text::before {
  content: "";
  position: absolute;
  top: -0.21rem;
  left: 0;
  width: 30px;
  border-top: 3px solid #fff;
}
.c-galileo3 .swiper .swiper-button-prev,
.c-galileo3 .swiper .swiper-button-next {
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-galileo3 .swiper .swiper-button-prev,
  .c-galileo3 .swiper .swiper-button-next {
    display: none;
  }
}
.c-galileo3 .swiper .swiper-button-prev::after,
.c-galileo3 .swiper .swiper-button-next::after {
  display: none;
}
.c-galileo3 .swiper .swiper-button-prev:hover,
.c-galileo3 .swiper .swiper-button-next:hover {
  background: var(--color2);
}
.c-galileo3 .swiper .swiper-button-prev img,
.c-galileo3 .swiper .swiper-button-next img,
.c-galileo3 .swiper .swiper-button-prev svg,
.c-galileo3 .swiper .swiper-button-next svg {
  width: 20px;
  height: 20px;
}
.c-galileo3 .swiper .swiper-button-prev {
  border-radius: 0 10px 10px 0;
  left: 0;
}
.c-galileo3 .swiper .swiper-button-prev img,
.c-galileo3 .swiper .swiper-button-prev svg {
  transform: rotate(180deg);
}
.c-galileo3 .swiper .swiper-button-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.c-galileo3 .swiper .swiper-pagination {
  opacity: 0;
}
@media (max-width: 991px) {
  .c-galileo3 .swiper .swiper-pagination {
    opacity: 1;
  }
}
.c-galileo3 .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.c-galileo3 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color2);
}
.c-galileo4 {
  padding: 1.4rem 0;
}
.c-galileo4 .public-title .c-title {
  display: inline-block;
  max-width: 550px;
}
@media (max-width: 767px) {
  .c-galileo4 .public-title .c-title br {
    display: none;
  }
}
.c-galileo4 .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0.75rem -0.06rem -0.12rem;
}
.c-galileo4 .c-list li {
  display: flex;
  padding: 0 0.06rem 0.12rem;
  width: 25%;
}
@media (max-width: 991px) {
  .c-galileo4 .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-galileo4 .c-list li {
    width: 100%;
  }
}
.c-galileo4 .c-list li .c-wrap {
  width: 100%;
  background: #f2f2f2;
}
.c-galileo4 .c-list li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-galileo4 .c-list li .c-wrap .public-img::before {
  padding-top: 80%;
}
.c-galileo4 .c-list li .c-wrap .c-box {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.2rem;
  min-height: 120px;
  color: #4d4d4d;
  text-align: center;
}
.c-galileo4 .c-list li .c-wrap .c-box > div {
  width: 100%;
}
.c-galileo4 .c-list li .c-wrap .c-box .c-title {
  max-width: 220px;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .c-galileo4 .c-list li .c-wrap .c-box .c-title {
    max-width: 100%;
  }
}
.c-about4 {
  padding: 1.2rem 0 2.6rem;
}
@media (max-width: 767px) {
  .c-about4 {
    padding: 1.2rem 0 1.6rem;
  }
}
.c-about4 .public-title .c-title {
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid var(--color);
}
.c-about4 .swiper {
  margin-top: 0.7rem;
  text-align: center;
  color: #adadad;
}
.c-about4 .swiper::before {
  content: '';
  position: absolute;
  top: 99px;
  left: 0;
  width: 100%;
  border-top: 1px solid #acacac;
}
@media (max-width: 1580px) {
  .c-about4 .swiper::before {
    top: 72px;
  }
}
.c-about4 .swiper .c-num {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  font-family: 'Roboto-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .c-about4 .swiper .c-num {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .c-about4 .swiper .c-num {
    font-size: 30px;
    line-height: 1.5;
  }
}
.c-about4 .swiper .c-text {
  border-top: 7px solid transparent;
  padding-top: 0.25rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-about4 .swiper .c-text {
    font-size: 16px;
  }
}
.c-about4 .swiper .swiper-slide-active .c-num {
  font-size: 42px;
  color: var(--color);
}
@media (max-width: 1580px) {
  .c-about4 .swiper .swiper-slide-active .c-num {
    font-size: 30px;
  }
}
.c-about4 .swiper .swiper-slide-active .c-text {
  color: #000;
  border-color: var(--color);
}
.c-about5 .public-title .c-title {
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid var(--color);
}
.c-about5 .c-list {
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .c-about5 .c-list {
    font-size: 14px;
    line-height: 24px;
  }
}
.c-about5 .c-list li {
  border-bottom: 1px solid #c8c8c8;
}
.c-about5 .c-list li .c-wrap {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  transition: all 0.4s;
}
.c-about5 .c-list li .c-wrap .c-title {
  padding-right: 0.4rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-about5 .c-list li .c-wrap .c-title img,
.c-about5 .c-list li .c-wrap .c-title svg {
  margin: 0 0 0 -24px;
  width: 24px;
  height: 24px;
  transition: all 0.4s;
}
.c-about5 .c-list li .c-wrap .c-num {
  flex-shrink: 0;
}
.c-about5 .c-list li .c-wrap:hover {
  color: var(--color);
}
@media (min-width: 768px) {
  .c-about5 .c-list li .c-wrap:hover .c-title svg,
  .c-about5 .c-list li .c-wrap:hover .c-title img {
    margin: 0 0.15rem 0 0;
  }
}
.c-about6 {
  padding: 1.8rem 0 1.3rem;
}
.c-about6 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0.7rem -0.9rem -1.8rem;
}
@media (max-width: 1260px) {
  .c-about6 .c-list {
    margin: 0.7rem -0.2rem -0.4rem;
  }
}
.c-about6 .c-list li {
  padding: 0 0.9rem 1.8rem;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1260px) {
  .c-about6 .c-list li {
    padding: 0 0.2rem 0.4rem;
  }
}
.c-about6 .c-list li img {
  margin-top: 0.25rem;
  max-width: 1rem;
  max-height: 1rem;
}
@media (max-width: 1260px) {
  .c-about6 .c-list li img {
    margin-top: 0.15rem;
  }
}
.c-camp-main .public-banner2 .c-text,
.c-camp-main .public-banner2 .c-title {
  max-width: 920px;
}
@media (max-width: 1580px) {
  .c-camp-main .public-banner2 .c-text,
  .c-camp-main .public-banner2 .c-title {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .c-camp-main .public-banner2 .c-text,
  .c-camp-main .public-banner2 .c-title {
    max-width: 100%;
  }
}
.c-camp-main .public-banner2 .public-btn {
  border-color: #fff;
}
.c-camp-main .public-banner2 .public-btn:hover {
  border-color: var(--color);
}
.c-camp-main .public-box2.c-style1 .c-list li {
  margin: 1rem 0 0;
}
.c-camp3 {
  padding: 0 0 2.3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-camp3 {
    padding: 0 0 3rem;
  }
}
.c-camp3 .container {
  max-width: 1300px;
}
.c-camp3 .public-title .c-title {
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid var(--color);
}
.c-camp3 .swiper {
  overflow: visible;
  margin-top: 0.8rem;
  max-width: 800px;
}
.c-camp3 .swiper .public-img::before {
  padding-top: 56.15384615%;
}
.c-camp3 .swiper .public-img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-camp3 .swiper .c-title {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 0.55rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-camp3 .swiper .c-title {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 0.3rem;
  }
}
.c-camp3 .swiper .swiper-button-prev,
.c-camp3 .swiper .swiper-button-next {
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-camp3 .swiper .swiper-button-prev,
  .c-camp3 .swiper .swiper-button-next {
    display: none;
  }
}
.c-camp3 .swiper .swiper-button-prev::after,
.c-camp3 .swiper .swiper-button-next::after {
  display: none;
}
.c-camp3 .swiper .swiper-button-prev:hover,
.c-camp3 .swiper .swiper-button-next:hover {
  background: var(--color);
}
.c-camp3 .swiper .swiper-button-prev img,
.c-camp3 .swiper .swiper-button-next img,
.c-camp3 .swiper .swiper-button-prev svg,
.c-camp3 .swiper .swiper-button-next svg {
  width: 20px;
  height: 20px;
}
.c-camp3 .swiper .swiper-button-prev {
  border-radius: 0 10px 10px 0;
  left: 0;
}
.c-camp3 .swiper .swiper-button-prev img,
.c-camp3 .swiper .swiper-button-prev svg {
  transform: rotate(180deg);
}
.c-camp3 .swiper .swiper-button-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.c-camp3 .swiper .swiper-pagination {
  opacity: 0;
  z-index: -10;
}
@media (max-width: 991px) {
  .c-camp3 .swiper .swiper-pagination {
    z-index: 10;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .c-camp3 .swiper .swiper-pagination {
    bottom: -1.6rem;
  }
}
.c-camp3 .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}
.c-camp3 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color);
}
.c-technology2 .public-title {
  padding: 2rem 0;
  background: url(../images/technology2-bg.jpg) no-repeat center / cover;
}
@media (max-width: 767px) {
  .c-technology2 .public-title {
    padding: 1rem 0;
  }
}
.c-join-main .public-banner2 {
  margin-bottom: 1rem;
}
.c-join-main .public-banner2 .c-text,
.c-join-main .public-banner2 .c-title {
  max-width: 900px;
}
@media (max-width: 1580px) {
  .c-join-main .public-banner2 .c-text,
  .c-join-main .public-banner2 .c-title {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .c-join-main .public-banner2 .c-text,
  .c-join-main .public-banner2 .c-title {
    max-width: 100%;
  }
}
.c-join4 {
  position: relative;
  padding: 1.9rem 0 0.8rem;
}
.c-join4 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-join4 .container {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .c-join4 .container .c-title {
    font-size: 18px;
    line-height: 28px;
  }
}
.c-join4 .container .c-text {
  margin: 0.5rem 0 3rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .c-join4 .container .c-text2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.c-rehabilitation-main .public-banner2 .c-title {
  font-weight: bold;
}
.c-rehabilitation-main .public-banner2 .public-btn {
  border-color: var(--color2);
}
.c-rehabilitation-main .public-banner2 .public-btn:hover {
  background: var(--color2);
}
.c-rehabilitation1 {
  margin-top: 1rem;
  position: relative;
}
.c-rehabilitation1 > img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-rehabilitation1 > img {
    position: static;
    width: 100%;
    height: 60vw;
  }
}
.c-rehabilitation1 .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  color: #fff;
}
@media (max-width: 767px) {
  .c-rehabilitation1 .container {
    color: #000;
  }
}
.c-rehabilitation1 .container .c-box {
  display: flex;
  align-items: center;
  width: 40%;
  max-width: 520px;
  padding: 1.2rem 0;
  min-height: 7rem;
}
.c-rehabilitation1 .container .c-box > div {
  width: 100%;
}
@media (max-width: 1260px) {
  .c-rehabilitation1 .container .c-box {
    min-height: 400px;
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .c-rehabilitation1 .container .c-box {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .c-rehabilitation1 .container .c-box .c-text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.c-rehabilitation1 .container .c-box .c-num-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.c-rehabilitation1 .container .c-box .c-num-box .c-item .c-num {
  display: flex;
  align-items: flex-end;
  font-family: 'Roboto-Bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-rehabilitation1 .container .c-box .c-num-box .c-item .c-num span {
  display: inline-block;
}
.c-rehabilitation1 .container .c-box .c-num-box .c-item .c-num .c-unit {
  margin-left: 0.1rem;
  font-weight: bold;
  line-height: 1.85;
}
@media (max-width: 1580px) {
  .c-rehabilitation1 .container .c-box .c-num-box .c-item .c-num .c-unit {
    line-height: 2;
  }
}
.c-rehabilitation2 {
  padding: 1.3rem 0;
  background: #f3f4f4;
}
.c-rehabilitation2 .public-title .c-title {
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid var(--color2);
}
.c-rehabilitation2 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0.75rem -0.15rem -0.3rem;
}
.c-rehabilitation2 .c-list li {
  padding: 0 0.15rem 0.3rem;
  width: 20%;
}
@media (max-width: 767px) {
  .c-rehabilitation2 .c-list li {
    width: 50%;
  }
}
.c-rehabilitation2 .c-list li .c-wrap {
  background: #fff;
}
.c-rehabilitation2 .c-list li .c-wrap .public-img::before {
  padding-top: 113.6363%;
}
.c-rehabilitation2 .c-list li .c-wrap .c-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
}
.c-rehabilitation2 .c-list li .c-wrap .c-logo img {
  max-width: 70%;
  max-height: 60%;
}
.c-rehabilitation3 {
  padding: 1rem 0 0.9rem;
}
.c-rehabilitation3 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-rehabilitation3 .container .c-text-box {
  width: 38.8888%;
}
@media (max-width: 767px) {
  .c-rehabilitation3 .container .c-text-box {
    width: 100%;
  }
}
.c-rehabilitation3 .container .c-text-box .c-title {
  font-weight: bold;
}
.c-rehabilitation3 .container .c-text-box .c-text {
  margin: 0.2rem 0 0.4rem;
}
@media (max-width: 767px) {
  .c-rehabilitation3 .container .c-text-box .c-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-rehabilitation3 .container .c-text-box .public-btn {
  color: #000;
  border-color: var(--color2);
}
.c-rehabilitation3 .container .c-text-box .public-btn:hover {
  color: #fff;
  background-color: var(--color2);
}
.c-rehabilitation3 .container .public-img {
  width: 56.25%;
}
@media (max-width: 767px) {
  .c-rehabilitation3 .container .public-img {
    margin-top: 0.6rem;
    width: 100%;
  }
}
.c-rehabilitation3 .container .public-img::before {
  padding-top: 65.432%;
}
.c-rehabilitation3 .container .public-img img {
  object-fit: contain;
}
.c-rehabilitation4 {
  padding: 1.3rem 0 1.5rem;
  background: #f3f4f4;
}
.c-rehabilitation4 .public-title {
  max-width: 1400px;
  margin: 0 auto 1.5rem;
}
.c-rehabilitation4 .public-title .c-title {
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid var(--color2);
}
.c-rehabilitation4 .public-title .c-text {
  margin-top: 0.65rem;
}
@media (max-width: 767px) {
  .c-rehabilitation4 .public-title .c-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .c-rehabilitation4 .swiper {
    padding-bottom: 0.8rem;
  }
}
.c-rehabilitation4 .swiper .swiper-slide {
  z-index: 1;
  transition: all 0.8s;
  transform: scale(0.6) translateX(0);
}
.c-rehabilitation4 .swiper .swiper-slide .c-wrap {
  display: block;
  position: relative;
}
.c-rehabilitation4 .swiper .swiper-slide .c-wrap .public-img::before {
  padding-top: 66.666%;
}
.c-rehabilitation4 .swiper .swiper-slide .c-wrap .c-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: var(--color2);
  color: #fff;
  padding: 0.3rem;
  text-align: center;
  opacity: 0;
  transition: all 0.8s;
}
@media (max-width: 991px) {
  .c-rehabilitation4 .swiper .swiper-slide .c-wrap .c-title {
    font-size: 14px;
  }
}
.c-rehabilitation4 .swiper .swiper-slide-prev {
  transform: scale(0.8) translateX(50%);
}
.c-rehabilitation4 .swiper .swiper-slide-next {
  transform: scale(0.8) translateX(-50%);
}
.c-rehabilitation4 .swiper .swiper-slide-active {
  z-index: 5;
  transform: scale(1) translateX(0%);
}
.c-rehabilitation4 .swiper .swiper-slide-active .c-wrap:hover .c-title {
  opacity: 1;
}
.c-rehabilitation4 .swiper .swiper-button-prev,
.c-rehabilitation4 .swiper .swiper-button-next {
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-rehabilitation4 .swiper .swiper-button-prev,
  .c-rehabilitation4 .swiper .swiper-button-next {
    display: none;
  }
}
.c-rehabilitation4 .swiper .swiper-button-prev::after,
.c-rehabilitation4 .swiper .swiper-button-next::after {
  display: none;
}
.c-rehabilitation4 .swiper .swiper-button-prev:hover,
.c-rehabilitation4 .swiper .swiper-button-next:hover {
  background: var(--color2);
}
.c-rehabilitation4 .swiper .swiper-button-prev img,
.c-rehabilitation4 .swiper .swiper-button-next img,
.c-rehabilitation4 .swiper .swiper-button-prev svg,
.c-rehabilitation4 .swiper .swiper-button-next svg {
  width: 20px;
  height: 20px;
}
.c-rehabilitation4 .swiper .swiper-button-prev {
  border-radius: 0 10px 10px 0;
  left: 0;
}
.c-rehabilitation4 .swiper .swiper-button-prev img,
.c-rehabilitation4 .swiper .swiper-button-prev svg {
  transform: rotate(180deg);
}
.c-rehabilitation4 .swiper .swiper-button-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.c-rehabilitation4 .swiper .swiper-pagination {
  opacity: 0;
}
@media (max-width: 991px) {
  .c-rehabilitation4 .swiper .swiper-pagination {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .c-rehabilitation4 .swiper .swiper-pagination {
    bottom: 0;
  }
}
.c-rehabilitation4 .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}
.c-rehabilitation4 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color2);
}
.c-rehabilitation5 {
  background: #f3f4f4;
  padding-bottom: 1.3rem;
}
.c-rehabilitation5 .c-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  margin: 0 0 0.7rem;
}
.c-rehabilitation5 .c-list li:last-child {
  margin-bottom: 0;
}
.c-rehabilitation5 .c-list li .public-img {
  width: 59%;
}
.c-rehabilitation5 .c-list li .public-img::before {
  padding-top: 63.585%;
}
.c-rehabilitation5 .c-list li .public-img:hover img {
  transform: scale(1.05);
}
.c-rehabilitation5 .c-list li .c-box {
  width: 41%;
  padding: 0.6rem;
}
.c-rehabilitation5 .c-list li .c-box .c-title {
  font-weight: bold;
  padding-bottom: 0.35rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid #b0b0b0;
  color: var(--color2);
}
@media (max-width: 767px) {
  .c-rehabilitation5 .c-list li .c-box .c-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .c-rehabilitation5 .c-list li .public-img {
    width: 100%;
  }
  .c-rehabilitation5 .c-list li .c-box {
    width: 100%;
  }
}
.c-institution-main .public-box {
  background: #ececec;
}
.c-institution-main .public-title .c-title {
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid var(--color);
}
.c-institution1 {
  padding: 1.4rem 0;
}
.c-institution1 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.c-institution1 .c-list li {
  padding: 0 0.1rem 0.2rem;
  width: 33.33%;
}
@media (max-width: 767px) {
  .c-institution1 .c-list li {
    width: 100%;
  }
}
.c-institution1 .c-list li .c-wrap {
  position: relative;
  display: block;
}
.c-institution1 .c-list li .c-wrap .public-img::before {
  padding-top: 128.2%;
}
.c-institution1 .c-list li .c-wrap .c-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 0.6rem;
  text-align: center;
  color: #fff;
}
.c-institution1 .c-list li .c-wrap .c-box .c-title {
  font-weight: bold;
}
.c-institution1 .c-list li .c-wrap .c-box .c-en-title {
  margin: 0.05rem 0 0.3rem;
}
.c-institution1 .c-list li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-institution3 {
  padding: 1.4rem 0;
}
.c-institution3 .public-title .c-text {
  margin-top: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .c-institution3 .public-title .c-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-institution3 .c-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1rem auto -0.4rem;
  max-width: 1140px;
}
.c-institution3 .c-list li {
  padding: 0 0.2rem 0.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-institution3 .c-list li {
    min-width: 50%;
    font-size: 16px;
    line-height: 1.5;
  }
}
.c-institution3 .c-list li img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .c-institution3 .c-list li img {
    width: 40px;
    height: 40px;
  }
}
.c-contact-main .public-banner2 {
  height: 5.5rem;
}
@media (max-width: 767px) {
  .c-contact-main .public-banner2 {
    height: 130vw;
  }
}
.c-contact1 {
  padding: 0.9rem 0 0;
}
.c-contact1 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-contact1 .container .c-left {
  width: 64.5833%;
}
@media (max-width: 991px) {
  .c-contact1 .container .c-left {
    width: 100%;
  }
}
.c-contact1 .container .c-left .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0.5rem -0.25rem -0.25rem;
}
@media (max-width: 767px) {
  .c-contact1 .container .c-left .c-list {
    font-size: 14px;
  }
}
.c-contact1 .container .c-left .c-list li {
  width: 50%;
  padding: 0 0.25rem 0.25rem;
}
@media (max-width: 767px) {
  .c-contact1 .container .c-left .c-list li {
    width: 100%;
  }
}
.c-contact1 .container .c-left .c-list li input {
  width: 100%;
  border-radius: 5px;
  background: #ececec;
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .c-contact1 .container .c-left .c-list li input {
    height: 40px;
    padding: 0 10px;
  }
}
.c-contact1 .container .c-left .c-list li textarea {
  width: 100%;
  padding: 20px 30px;
  border-radius: 5px;
  background: #ececec;
}
@media (max-width: 767px) {
  .c-contact1 .container .c-left .c-list li textarea {
    padding: 10px;
  }
}
.c-contact1 .container .c-left .c-list li:last-child {
  width: 100%;
}
.c-contact1 .container .c-left .c-box {
  margin-top: 1.3rem;
}
@media (max-width: 991px) {
  .c-contact1 .container .c-left .c-box {
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .c-contact1 .container .c-left .c-box {
    font-size: 14px;
  }
  .c-contact1 .container .c-left .c-box > p {
    font-size: 14px;
  }
}
.c-contact1 .container .c-left .c-box .c-checkbox {
  display: inline-flex;
  align-items: center;
  margin: 0.1rem 0 0.6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-contact1 .container .c-left .c-box .c-checkbox .c-dot {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 3px;
  margin-right: 0.1rem;
}
.c-contact1 .container .c-left .c-box .c-checkbox.on .c-dot {
  background: var(--color) url(../images/ico-gou.svg) no-repeat center center / 100%;
  border-color: var(--color);
}
.c-contact1 .container .c-left .c-box .c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
  height: 50px;
  min-width: 1.9rem;
  color: #fff;
  border-radius: 3px;
  background: var(--color);
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-contact1 .container .c-left .c-box .c-btn {
    height: 40px;
  }
}
.c-contact1 .container .c-left .c-box .c-btn img,
.c-contact1 .container .c-left .c-box .c-btn svg {
  margin-left: 0.2rem;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .c-contact1 .container .c-left .c-box .c-btn img,
  .c-contact1 .container .c-left .c-box .c-btn svg {
    width: 16px;
    height: 16px;
  }
}
.c-contact1 .container .c-right {
  width: 31.9444%;
  text-align: center;
}
@media (max-width: 991px) {
  .c-contact1 .container .c-right {
    width: 100%;
    text-align: left;
    margin-top: 1.5rem;
  }
}
.c-contact1 .container .c-right .c-logo {
  display: inline-flex;
}
.c-contact1 .container .c-right .c-logo img {
  height: 50px;
}
@media (max-width: 767px) {
  .c-contact1 .container .c-right .c-logo img {
    height: 30px;
  }
}
.c-contact1 .container .c-right .c-list {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .c-contact1 .container .c-right .c-list {
    font-size: 14px;
    line-height: 20px;
  }
}
.c-contact1 .container .c-right .c-list li {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0.4rem;
}
.c-contact1 .container .c-right .c-list li:last-child {
  margin-bottom: 0.8rem;
}
.c-contact1 .container .c-right .c-list li img,
.c-contact1 .container .c-right .c-list li svg {
  display: inline-flex;
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 0.2rem;
  flex-shrink: 0;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .c-contact1 .container .c-right .c-list li img,
  .c-contact1 .container .c-right .c-list li svg {
    width: 16px;
    height: 16px;
    margin-top: 1px;
  }
}
.c-contact1 .container .c-right .c-list li span {
  flex-shrink: 0;
}
.c-contact1 .container .c-right .c-list2 {
  display: flex;
  justify-content: center;
  margin: 0 -0.35rem -0.7rem;
  text-align: center;
}
@media (max-width: 991px) {
  .c-contact1 .container .c-right .c-list2 {
    justify-content: flex-start;
    margin: 0 -0.2rem -0.7rem;
  }
}
@media (max-width: 767px) {
  .c-contact1 .container .c-right .c-list2 {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-contact1 .container .c-right .c-list2 li {
  max-width: 200px;
  padding: 0 0.35rem 0.7rem;
}
@media (max-width: 1260px) {
  .c-contact1 .container .c-right .c-list2 li {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .c-contact1 .container .c-right .c-list2 li {
    width: auto;
    padding: 0 0.2rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .c-contact1 .container .c-right .c-list2 li {
    max-width: 120px;
  }
}
.c-contact1 .container .c-right .c-list2 li img {
  margin-bottom: 0.15rem;
}
.c-contact2 {
  padding: 1.3rem 0;
}
.c-contact2 .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #e4e4e4;
}
.c-contact2 .container .c-left {
  padding: 0.4rem 0.5rem;
  width: 45%;
}
@media (max-width: 767px) {
  .c-contact2 .container .c-left {
    width: 100%;
    padding: 0.4rem;
  }
}
@media (max-width: 767px) {
  .c-contact2 .container .c-left .swiper1 {
    font-size: 16px;
  }
}
.c-contact2 .container .c-left .swiper1 .swiper-slide {
  width: auto;
  padding: 0.1rem 0;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.c-contact2 .container .c-left .swiper1 .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--color);
}
@media (max-width: 767px) {
  .c-contact2 .container .c-left .swiper2 {
    font-size: 14px;
    line-height: 20px;
  }
}
.c-contact2 .container .c-left .swiper2 .swiper-slide {
  display: flex;
  align-items: center;
  min-height: 3.5rem;
}
@media (max-width: 767px) {
  .c-contact2 .container .c-left .swiper2 .swiper-slide {
    min-height: 3rem;
  }
}
.c-contact2 .container .c-left .swiper2 .swiper-slide > div {
  width: 100%;
}
.c-contact2 .container .c-left .swiper2 .swiper-slide > div .c-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .c-contact2 .container .c-left .swiper2 .swiper-slide > div .c-item {
    margin-bottom: 0.4rem;
  }
}
.c-contact2 .container .c-left .swiper2 .swiper-slide > div .c-item:last-child {
  margin: 0;
}
.c-contact2 .container .c-left .swiper2 .swiper-slide > div .c-item img,
.c-contact2 .container .c-left .swiper2 .swiper-slide > div .c-item svg {
  margin-top: 2px;
  margin-right: 0.15rem;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .c-contact2 .container .c-left .swiper2 .swiper-slide > div .c-item img,
  .c-contact2 .container .c-left .swiper2 .swiper-slide > div .c-item svg {
    width: 16px;
    height: 16px;
  }
}
.c-contact2 .container .c-right {
  width: 55%;
}
@media (max-width: 767px) {
  .c-contact2 .container .c-right {
    width: 100%;
  }
}
.c-contact2 .container .c-right .swiper3 .swiper-slide {
  height: 4.9rem;
}
.c-contact2 .container .c-right .swiper3 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-download1 {
  padding: 1.4rem 0 2.4rem;
  background: #f6f7f7;
}
@media (max-width: 767px) {
  .c-download1 {
    padding: 1.4rem 0;
  }
}
.c-download1 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-download1 .container {
    flex-wrap: wrap;
  }
}
.c-download1 .container .c-left {
  position: sticky;
  top: 1.2rem;
  width: 220px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .c-download1 .container .c-left {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .c-download1 .container .c-left {
    position: static;
    width: 100%;
    font-size: 16px;
  }
}
.c-download1 .container .c-left .c-list {
  background: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-download1 .container .c-left .c-list {
    overflow-x: auto;
    text-align: center;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
  }
}
.c-download1 .container .c-left .c-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  min-height: 360px;
  color: #808080;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .c-download1 .container .c-left .c-list li {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .c-download1 .container .c-left .c-list li {
    display: inline-block;
    min-height: auto;
    margin-right: 15px;
    padding: 10px 0;
  }
  .c-download1 .container .c-left .c-list li:last-child {
    margin-right: 0;
  }
}
.c-download1 .container .c-left .c-list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18px;
  width: calc(100% - 36px);
  border-top: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .c-download1 .container .c-left .c-list li::before {
    width: 100%;
    left: 0;
    border: 0;
  }
}
.c-download1 .container .c-left .c-list li:last-child::before {
  display: none;
}
.c-download1 .container .c-left .c-list li.on {
  color: #000;
  font-weight: bold;
}
.c-download1 .container .c-right {
  margin-left: 15px;
  width: calc(100% - 205px);
}
@media (max-width: 991px) {
  .c-download1 .container .c-right {
    width: calc(100% - 145px);
  }
}
@media (max-width: 767px) {
  .c-download1 .container .c-right {
    margin: 20px 0 0;
    width: 100%;
  }
}
.c-download1 .container .c-right .c-list {
  padding: 0.45rem 0.3rem;
  background: #fff;
  min-height: 720px;
}
@media (max-width: 1580px) {
  .c-download1 .container .c-right .c-list {
    min-height: 600px;
  }
}
.c-download1 .container .c-right .c-list > li {
  display: none;
}
.c-download1 .container .c-right .c-list > li.on {
  display: block;
}
@media (max-width: 767px) {
  .c-download1 .container .c-right .c-list > li .c-list2 {
    font-size: 14px;
  }
}
.c-download1 .container .c-right .c-list > li .c-list2 li {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
  overflow: hidden;
  transition: all 0.4s;
  border-bottom: 1px solid #cbcbcb;
}
@media (max-width: 767px) {
  .c-download1 .container .c-right .c-list > li .c-list2 li {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.c-download1 .container .c-right .c-list > li .c-list2 li > img {
  margin: 0 0 0 -24px;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-download1 .container .c-right .c-list > li .c-list2 li > img {
    display: none;
  }
}
.c-download1 .container .c-right .c-list > li .c-list2 li .c-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.c-download1 .container .c-right .c-list > li .c-list2 li .c-time {
  margin: 0 2rem 0 0.8rem;
  flex-shrink: 0;
}
@media (max-width: 1260px) {
  .c-download1 .container .c-right .c-list > li .c-list2 li .c-time {
    margin: 0 0.8rem;
  }
}
@media (max-width: 767px) {
  .c-download1 .container .c-right .c-list > li .c-list2 li .c-time {
    margin: 0;
  }
}
.c-download1 .container .c-right .c-list > li .c-list2 li .c-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-download1 .container .c-right .c-list > li .c-list2 li .c-btn img,
.c-download1 .container .c-right .c-list > li .c-list2 li .c-btn svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .c-download1 .container .c-right .c-list > li .c-list2 li .c-btn img,
  .c-download1 .container .c-right .c-list > li .c-list2 li .c-btn svg {
    width: 18px;
    height: 18px;
  }
}
.c-download1 .container .c-right .c-list > li .c-list2 li:hover {
  color: var(--color);
}
.c-download1 .container .c-right .c-list > li .c-list2 li:hover > img {
  margin: 0 0.24rem 0 0;
}
.c-case-main .public-banner2 .public-btn {
  border-color: var(--color);
}
.c-case-main .public-banner2 .public-btn:hover {
  border-color: var(--color);
}
.c-case-main .public-banner2 .c-box .c-text {
  max-width: 480px;
}
.c-case1 .public-title {
  position: relative;
  padding: 1.45rem 0;
}
.c-case1 .public-title img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 1.7rem;
  transform: translate(-50%, -50%);
}
.c-case2 .c-list li {
  padding: 0.6rem 0;
}
.c-case2 .c-list li:nth-child(2n-1) {
  background: #ececec;
}
.c-case2 .c-list li:nth-child(2n-1) .container {
  flex-direction: inherit;
}
.c-case2 .c-list li:nth-child(2n-1) .container .c-box {
  padding: 0 0 0 0.6rem;
}
.c-case2 .c-list li .container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .c-case2 .c-list li .container {
    flex-wrap: wrap;
  }
}
.c-case2 .c-list li .container .c-box {
  width: 39%;
  padding: 0 0.6rem 0 0;
}
@media (max-width: 991px) {
  .c-case2 .c-list li .container .c-box {
    width: 50%;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .c-case2 .c-list li .container .c-box {
    padding: 20px 0 0 !important;
    width: 100%;
  }
}
.c-case2 .c-list li .container .c-video {
  width: 61%;
}
@media (max-width: 991px) {
  .c-case2 .c-list li .container .c-video {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-case2 .c-list li .container .c-video {
    width: 100%;
  }
}
.c-case2 .c-list li .container .c-video video {
  width: 100%;
}
.c-news1 .public-title {
  position: relative;
  padding: 1rem 0;
  background: #ececec;
}
.c-news1 .public-title .wow {
  position: relative;
  z-index: 2;
}
.c-news1 .public-title img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 1.7rem;
  transform: translate(-50%, -50%);
}
.c-news1 > .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.4rem 0 2.2rem;
}
@media (max-width: 767px) {
  .c-news1 > .container {
    flex-wrap: wrap;
  }
}
.c-news1 > .container .c-left {
  position: sticky;
  position: -webkit-sticky;
  top: 1.2rem;
  width: 250px;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .c-news1 > .container .c-left {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .c-news1 > .container .c-left {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .c-news1 > .container .c-left {
    width: 100%;
    position: static;
  }
}
.c-news1 > .container .c-left .c-title2 {
  margin: 0.2rem 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-news1 > .container .c-left .c-title2 img,
.c-news1 > .container .c-left .c-title2 svg {
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .c-news1 > .container .c-left .c-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
  }
}
.c-news1 > .container .c-left .c-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-news1 > .container .c-left .c-list li {
    margin: 0 10px 20px;
    font-size: 16px;
  }
}
.c-news1 > .container .c-left .c-list li .c-dot {
  margin-right: 0.15rem;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 3px;
}
.c-news1 > .container .c-left .c-list li.on .c-dot {
  background: var(--color);
  border-color: var(--color);
}
.c-news1 > .container .c-right {
  width: calc(100% - 300px);
  max-width: 980px;
}
@media (max-width: 1580px) {
  .c-news1 > .container .c-right {
    width: calc(100% - 250px);
  }
}
@media (max-width: 991px) {
  .c-news1 > .container .c-right {
    width: calc(100% - 180px);
  }
}
@media (max-width: 767px) {
  .c-news1 > .container .c-right {
    width: 100%;
  }
}
.c-news1 > .container .c-right .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
@media (max-width: 767px) {
  .c-news1 > .container .c-right .c-list {
    margin: 20px -10px 0;
  }
}
.c-news1 > .container .c-right .c-list li {
  padding: 0 0.3rem 0.9rem;
  width: 33.333%;
}
@media (max-width: 1260px) {
  .c-news1 > .container .c-right .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-news1 > .container .c-right .c-list li {
    padding: 0 10px 20px;
    width: 100%;
  }
}
.c-news1 > .container .c-right .c-list li .c-wrap {
  display: block;
  transition: all 0.4s;
}
.c-news1 > .container .c-right .c-list li .c-wrap .public-img {
  margin-bottom: 0.15rem;
}
.c-news1 > .container .c-right .c-list li .c-wrap .public-img::before {
  padding-top: 61.8%;
}
.c-news1 > .container .c-right .c-list li .c-wrap .public-img .c-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 6;
  height: 26px;
  border-radius: 13px;
  padding: 0 0.15rem;
  color: #fff;
  background: var(--color);
}
.c-news1 > .container .c-right .c-list li .c-wrap .c-title {
  font-size: 16px;
  line-height: 1.5;
}
.c-news1 > .container .c-right .c-list li .c-wrap:hover {
  color: var(--color);
}
.c-news1 > .container .c-right .c-list li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.public-paging {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.public-paging a {
  margin: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-width: 30px;
  border-radius: 3px;
  transition: all 0.4s;
}
.public-paging a.on {
  background: #e0e0e0;
}
.public-paging a img,
.public-paging a svg {
  width: 14px;
  height: 14px;
}
.public-paging a.c-prev {
  transform: rotate(180deg);
}
.public-paging a:hover {
  color: #fff;
  background: var(--color);
}
.c-news-info-main .public-banner2 {
  height: 5.5rem;
}
@media (max-width: 767px) {
  .c-news-info-main .public-banner2 {
    height: 80vw;
  }
}
.c-news-info-main .public-banner2 .c-box {
  top: auto;
  bottom: 1.3rem;
  transform: translateY(0);
}
@media (max-width: 1260px) {
  .c-news-info-main .public-banner2 .c-box {
    bottom: 20px;
  }
}
.c-news-info-main .public-banner2 .c-box .container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .c-news-info-main .public-banner2 .c-box .container {
    justify-content: center;
  }
}
@media (max-width: 1260px) {
  .c-news-info-main .public-banner2 .social-share {
    display: flex;
  }
}
.c-news-info-main .public-banner2 .social-share a {
  margin-bottom: 0.2rem;
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  border: 0 !important;
  background: transparent !important;
}
@media (max-width: 1260px) {
  .c-news-info-main .public-banner2 .social-share a {
    margin: 0 10px;
  }
}
.c-news-info-main .public-banner2 .social-share a:last-child {
  margin-bottom: 0;
}
.c-news-info-main .public-banner2 .social-share a::before {
  display: none;
}
.c-news-info-main .public-banner2 .social-share a img,
.c-news-info-main .public-banner2 .social-share a svg {
  width: 100%;
  height: 100%;
}
.share-banner {
  position: relative;
  z-index: 5;
}
.share-banner .c-box .container {
  position: relative;
}
@media (max-width: 767px) {
  .share-banner .c-box .container {
    text-align: center;
  }
}
.share-banner .c-box .container .c-title {
  max-width: 80%;
}
@media (max-width: 767px) {
  .share-banner .c-box .container .c-title {
    max-width: 100%;
  }
}
.share-banner .social-share {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .share-banner .social-share {
    display: flex;
  }
}
@media (max-width: 767px) {
  .share-banner .social-share {
    margin-top: 0.6rem;
    position: static;
    transform: translateY(0);
    justify-content: center;
  }
}
.share-banner .social-share a {
  margin-bottom: 0.2rem;
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  border: 0 !important;
  background: transparent !important;
}
@media (max-width: 1260px) {
  .share-banner .social-share a {
    margin: 0 10px;
  }
}
.share-banner .social-share a:last-child {
  margin-bottom: 0;
}
.share-banner .social-share a::before {
  display: none;
}
.share-banner .social-share a img,
.share-banner .social-share a svg {
  width: 100%;
  height: 100%;
}
.c-news-info1 {
  padding: 1.2rem 0;
}
.c-news-info1 .c-title {
  font-weight: bold;
}
.c-news-info1 .c-note {
  margin-top: 0.5rem;
  color: #4d4d4d;
}
.c-news-info1 .c-time {
  margin-top: 0.5rem;
  color: #808080;
}
.c-news-info1 .public-content {
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .c-news-info1 .public-content {
    font-size: 16px;
  }
}
.x-pro-gr6.c-GRx {
  padding: 1.3rem 0;
  background: #f3f4f4;
}
.x-pro-gr6.c-GRx .container .public-title .x-p {
  width: 100%;
  max-width: 800px;
}
.x-pro-gr6.c-GRx .container .swiper .swiper-button-prev:hover,
.x-pro-gr6.c-GRx .container .swiper .swiper-button-next:hover {
  background: var(--color);
}
.c-GRx1 {
  padding: 1.4rem 0;
}
.c-GRx1 .public-title {
  margin: 0 auto 1rem;
  max-width: 1200px;
}
@media (max-width: 1580px) {
  .c-GRx1 .public-title {
    max-width: 800px;
  }
}
.c-GRx1 .public-title .c-title {
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid var(--color);
}
.c-GRx1 .public-title .c-text {
  margin-top: 0.6rem;
}
.c-GRx1 .c-img {
  text-align: center;
}
.c-GRx2 .c-list li {
  margin-bottom: 1rem;
  background: #e6e6e6;
}
.c-GRx2 .c-list li:last-child {
  margin-bottom: 0;
}
.c-GRx2 .c-list li:nth-child(2n-1) .container {
  flex-direction: row-reverse;
}
.c-GRx2 .c-list li .container {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-GRx2 .c-list li .container .c-text-box {
  display: flex;
  align-items: center;
  width: calc(550/1440*100%);
}
@media (max-width: 991px) {
  .c-GRx2 .c-list li .container .c-text-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-GRx2 .c-list li .container .c-text-box {
    width: 100%;
  }
}
.c-GRx2 .c-list li .container .c-text-box .c-box {
  padding: 0.8rem 0;
  width: 100%;
}
@media (max-width: 767px) {
  .c-GRx2 .c-list li .container .c-text-box .c-box {
    padding: 0.4rem 0 1rem;
  }
}
.c-GRx2 .c-list li .container .c-text-box .c-box .c-title {
  font-weight: bold;
  color: var(--color);
}
.c-GRx2 .c-list li .container .c-text-box .c-box .c-subtitle {
  margin: 0.1rem 0 0.3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-GRx2 .c-list li .container .c-text-box .c-box .c-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-GRx2 .c-list li .container .c-text-box .c-box .public-btn {
  margin-top: 0.6rem;
  color: #000;
}
.c-GRx2 .c-list li .container .c-text-box .c-box .public-btn:hover {
  color: #fff;
}
.c-GRx2 .c-list li .container .c-img-box {
  width: 50%;
}
@media (max-width: 767px) {
  .c-GRx2 .c-list li .container .c-img-box {
    padding-top: 1rem;
    width: 100%;
  }
}
.c-GRx2 .c-list li .container .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-ecology1 {
  padding: 1.4rem 0;
}
.c-ecology1 .container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .c-ecology1 .container {
    flex-wrap: wrap;
  }
}
.c-ecology1 .container .c-left {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  width: 300px;
  flex-shrink: 0;
}
@media (max-width: 1260px) {
  .c-ecology1 .container .c-left {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .c-ecology1 .container .c-left {
    position: static;
    width: 100%;
  }
}
.c-ecology1 .container .c-left .c-title {
  font-weight: bold;
}
.c-ecology1 .container .c-left form {
  margin: 0.2rem 0 0.4rem;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
}
.c-ecology1 .container .c-left form input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
.c-ecology1 .container .c-left form button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 50px;
  color: var(--color);
  background: #ddd;
  transition: all 0.4s;
}
.c-ecology1 .container .c-left form button img,
.c-ecology1 .container .c-left form button svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.c-ecology1 .container .c-left form button:hover {
  background: var(--color);
  color: #fff;
}
@media (max-width: 991px) {
  .c-ecology1 .container .c-left .c-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.c-ecology1 .container .c-left .c-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 991px) {
  .c-ecology1 .container .c-left .c-list li {
    margin: 0 20px 20px 0;
  }
}
.c-ecology1 .container .c-left .c-list li:last-child {
  margin: 0;
}
.c-ecology1 .container .c-left .c-list li .c-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 0.15rem;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .c-ecology1 .container .c-left .c-list li .c-ico {
    width: 16px;
    height: 16px;
  }
}
.c-ecology1 .container .c-left .c-list li .c-ico img,
.c-ecology1 .container .c-left .c-list li .c-ico svg {
  width: 90%;
  height: 90%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .c-ecology1 .container .c-left .c-list li p {
    font-size: 14px;
  }
}
.c-ecology1 .container .c-left .c-list li.on .c-ico {
  background: var(--color);
  border-color: var(--color);
}
.c-ecology1 .container .c-right {
  padding-left: 1rem;
  width: calc(100% - 300px);
}
@media (max-width: 1260px) {
  .c-ecology1 .container .c-right {
    padding-left: 0.8rem;
    width: calc(100% - 250px);
  }
}
@media (max-width: 991px) {
  .c-ecology1 .container .c-right {
    width: 100%;
    padding: 0;
  }
}
.c-ecology1 .container .c-right .c-list > li {
  margin-bottom: 1rem;
}
.c-ecology1 .container .c-right .c-list > li:last-child {
  margin: 0;
}
.c-ecology1 .container .c-right .c-list > li .c-title-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #b3b3b3;
}
.c-ecology1 .container .c-right .c-list > li .c-title-box .c-title {
  font-weight: bold;
}
.c-ecology1 .container .c-right .c-list > li .c-title-box .swiper-pagination {
  position: static;
  width: auto;
}
.c-ecology1 .container .c-right .c-list > li .c-title-box .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color);
}
.c-ecology1 .container .c-right .c-list > li .c-title-box .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  transform: translateX(0);
}
.c-ecology1 .container .c-right .c-list > li .c-wrap {
  display: block;
}
.c-ecology1 .container .c-right .c-list > li .c-wrap .public-img {
  background: #dfdfdf;
}
.c-ecology1 .container .c-right .c-list > li .c-wrap .public-img::before {
  padding-top: calc(175/290*100%);
}
.c-ecology1 .container .c-right .c-list > li .c-wrap .public-img .c-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 26px;
  padding: 0 15px;
  border-radius: 13px;
  font-size: 12px;
  color: #fff;
  background: var(--color);
}
.c-ecology1 .container .c-right .c-list > li .c-wrap .c-title {
  margin-top: 0.15rem;
  height: 4.5em;
  line-height: 1.5;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.c-ecology1 .container .c-right .c-list > li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-ecology1 .container .c-right .c-list > li .c-swiper2 .c-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .c-ecology1 .container .c-right .c-list > li .c-swiper2 .c-wrap {
    flex-wrap: wrap;
  }
}
.c-ecology1 .container .c-right .c-list > li .c-swiper2 .c-wrap:last-child {
  margin: 0;
}
.c-ecology1 .container .c-right .c-list > li .c-swiper2 .c-wrap .public-img {
  flex-shrink: 0;
  width: 210px;
}
@media (max-width: 991px) {
  .c-ecology1 .container .c-right .c-list > li .c-swiper2 .c-wrap .public-img {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .c-ecology1 .container .c-right .c-list > li .c-swiper2 .c-wrap .public-img {
    width: 100%;
  }
}
.c-ecology1 .container .c-right .c-list > li .c-swiper2 .c-wrap .c-box {
  padding-left: 0.35rem;
  width: 100%;
}
@media (max-width: 767px) {
  .c-ecology1 .container .c-right .c-list > li .c-swiper2 .c-wrap .c-box {
    padding: 0.15rem 0 0;
  }
}
.c-ecology1 .container .c-right .c-list > li .c-swiper2 .c-wrap .c-box .c-title {
  margin: 0;
  height: 1.5em;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.c-ecology1 .container .c-right .c-list > li .c-swiper2 .c-wrap .c-box .c-text {
  margin-top: 0.1rem;
  height: 4.5em;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  color: #191919;
}
@media (max-width: 767px) {
  .c-ecology1 .container .c-right .c-list > li .c-swiper2 .c-wrap .c-box .c-text {
    font-size: 14px;
  }
}
.background-f5f6f6 {
  background-color: #f5f6f6;
}
.c-template1-1,
.c-template2-1 {
  padding: 1rem 0;
}
.c-template1-1 .container,
.c-template2-1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-template1-1 .container .c-left,
.c-template2-1 .container .c-left {
  width: calc(680/1440*100%);
}
@media (max-width: 767px) {
  .c-template1-1 .container .c-left,
  .c-template2-1 .container .c-left {
    width: 100%;
  }
}
.c-template1-1 .container .c-left .c-title,
.c-template2-1 .container .c-left .c-title {
  font-weight: bold;
}
.c-template1-1 .container .c-left .c-text,
.c-template2-1 .container .c-left .c-text {
  margin: 0.5rem 0;
}
@media (max-width: 991px) {
  .c-template1-1 .container .c-left .c-text,
  .c-template2-1 .container .c-left .c-text {
    margin: 0.2rem 0;
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-template1-1 .container .c-left .c-list,
.c-template2-1 .container .c-left .c-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.35rem;
}
@media (max-width: 991px) {
  .c-template1-1 .container .c-left .c-list,
  .c-template2-1 .container .c-left .c-list {
    margin-bottom: 0.2rem;
  }
}
.c-template1-1 .container .c-left .c-list li,
.c-template2-1 .container .c-left .c-list li {
  display: flex;
  align-items: center;
  margin: 0 0.65rem 0.65rem 0;
}
@media (max-width: 991px) {
  .c-template1-1 .container .c-left .c-list li,
  .c-template2-1 .container .c-left .c-list li {
    margin: 0 0.2rem 0.2rem 0;
  }
}
.c-template1-1 .container .c-left .c-list li img,
.c-template2-1 .container .c-left .c-list li img {
  max-width: 120px;
  max-height: 78px;
}
@media (max-width: 1580px) {
  .c-template1-1 .container .c-left .c-list li img,
  .c-template2-1 .container .c-left .c-list li img {
    max-height: 40px;
  }
}
@media (max-width: 991px) {
  .c-template1-1 .container .c-left .c-list li img,
  .c-template2-1 .container .c-left .c-list li img {
    max-width: 100px;
    max-height: 40px;
  }
}
.c-template1-1 .container .c-left .public-btn,
.c-template2-1 .container .c-left .public-btn {
  color: #000;
  border-color: #0086d1;
}
.c-template1-1 .container .c-left .public-btn:hover,
.c-template2-1 .container .c-left .public-btn:hover {
  color: #fff;
  background: #0086d1;
}
.c-template1-1 .container .c-right,
.c-template2-1 .container .c-right {
  width: calc(660/1440*100%);
}
@media (max-width: 767px) {
  .c-template1-1 .container .c-right,
  .c-template2-1 .container .c-right {
    width: 100%;
  }
}
.c-template1-1 .container .c-right img,
.c-template2-1 .container .c-right img {
  width: 100%;
}
.c-template2-1 {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .c-template2-1 {
    padding: 0.8rem 0;
  }
}
@media (max-width: 767px) {
  .c-template2-1 {
    padding: 1.2rem 0;
  }
}
.c-template2-1 .container {
  min-height: 5.8rem;
}
@media (max-width: 1260px) {
  .c-template2-1 .container {
    min-height: auto;
  }
}
.c-template2-1 .container .c-left {
  width: calc(580/1440*100%);
}
@media (max-width: 767px) {
  .c-template2-1 .container .c-left {
    width: 100%;
  }
}
.c-template2-1 .container .c-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: right;
}
@media (max-width: 767px) {
  .c-template2-1 .container .c-right {
    margin-top: 0.4rem;
    position: static;
  }
}
.c-template2-1 .container .c-right img {
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .c-template2-1 .container .c-right img {
    width: 100%;
    height: 64vw;
    object-fit: contain;
  }
}
.c-template1-2,
.c-template2-2 {
  background: #f3f4f4;
  padding: 1.6rem 0;
}
.c-template1-2 .c-list > li,
.c-template2-2 .c-list > li {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 0.7rem;
  background: #fff;
}
@media (max-width: 767px) {
  .c-template1-2 .c-list > li,
  .c-template2-2 .c-list > li {
    flex-wrap: wrap;
  }
}
.c-template1-2 .c-list > li:nth-child(2n),
.c-template2-2 .c-list > li:nth-child(2n) {
  flex-direction: row-reverse;
}
.c-template1-2 .c-list > li:last-child,
.c-template2-2 .c-list > li:last-child {
  margin: 0;
}
.c-template1-2 .c-list > li .c-img,
.c-template2-2 .c-list > li .c-img {
  width: 50%;
}
@media (max-width: 767px) {
  .c-template1-2 .c-list > li .c-img,
  .c-template2-2 .c-list > li .c-img {
    width: 100%;
  }
}
.c-template1-2 .c-list > li .c-img img,
.c-template2-2 .c-list > li .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-template1-2 .c-list > li .c-text-box,
.c-template2-2 .c-list > li .c-text-box {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .c-template1-2 .c-list > li .c-text-box,
  .c-template2-2 .c-list > li .c-text-box {
    width: 100%;
  }
}
.c-template1-2 .c-list > li .c-text-box > div,
.c-template2-2 .c-list > li .c-text-box > div {
  width: 100%;
}
.c-template1-2 .c-list > li .c-text-box > div > img,
.c-template2-2 .c-list > li .c-text-box > div > img {
  margin-top: 0.6rem;
}
.c-template1-2 .c-list > li .c-text-box .c-title,
.c-template2-2 .c-list > li .c-text-box .c-title {
  font-weight: bold;
  color: #0086d1;
}
@media (max-width: 991px) {
  .c-template1-2 .c-list > li .c-text-box .c-title,
  .c-template2-2 .c-list > li .c-text-box .c-title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.c-template1-2 .c-list > li .c-text-box .c-text,
.c-template2-2 .c-list > li .c-text-box .c-text {
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  .c-template1-2 .c-list > li .c-text-box .c-text,
  .c-template2-2 .c-list > li .c-text-box .c-text {
    margin-top: 0.1rem;
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-template1-2 .c-list > li .c-text-box .c-list2,
.c-template2-2 .c-list > li .c-text-box .c-list2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  margin: 0.9rem -0.15rem -0.4rem;
}
@media (max-width: 1260px) {
  .c-template1-2 .c-list > li .c-text-box .c-list2,
  .c-template2-2 .c-list > li .c-text-box .c-list2 {
    margin-top: 0.4rem;
  }
}
.c-template1-2 .c-list > li .c-text-box .c-list2 li,
.c-template2-2 .c-list > li .c-text-box .c-list2 li {
  padding: 0 0.15rem 0.4rem;
}
@media (max-width: 1580px) {
  .c-template1-2 .c-list > li .c-text-box .c-list2 li,
  .c-template2-2 .c-list > li .c-text-box .c-list2 li {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .c-template1-2 .c-list > li .c-text-box .c-list2 li,
  .c-template2-2 .c-list > li .c-text-box .c-list2 li {
    font-size: 12px;
  }
}
.c-template1-2 .c-list > li .c-text-box .c-list2 li img,
.c-template2-2 .c-list > li .c-text-box .c-list2 li img {
  margin-bottom: 0.2rem;
  width: 62px;
  height: 62px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .c-template1-2 .c-list > li .c-text-box .c-list2 li img,
  .c-template2-2 .c-list > li .c-text-box .c-list2 li img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .c-template1-2 .c-list > li .c-text-box .c-list2 li img,
  .c-template2-2 .c-list > li .c-text-box .c-list2 li img {
    width: 30px;
    height: 30px;
  }
}
.c-template1-2 .c-list > li .c-text-box .c-list2.on,
.c-template2-2 .c-list > li .c-text-box .c-list2.on {
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-template1-2 .c-list > li .c-text-box .c-list2.on li,
.c-template2-2 .c-list > li .c-text-box .c-list2.on li {
  flex-shrink: 0;
  width: 25%;
}
@media (max-width: 1260px) {
  .c-template1-2 .c-list > li .c-text-box .c-list2.on li,
  .c-template2-2 .c-list > li .c-text-box .c-list2.on li {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .c-template1-2 .c-list > li .c-text-box .c-list2.on li,
  .c-template2-2 .c-list > li .c-text-box .c-list2.on li {
    width: 50%;
  }
}
.c-template2-2 {
  padding-bottom: 1rem;
}
.c-template2-2 .c-list > li .c-text-box .c-list2 {
  margin-top: 0.45rem;
  flex-wrap: wrap;
}
.c-template2-2 .c-list > li .c-text-box .c-list2 li {
  width: 33.333%;
}
.c-template2-3 {
  padding: 0 0 1.6rem;
  background: #f3f4f4;
}
.c-template2-3 .c-main {
  background: #fff;
  padding: 1.2rem 1.6rem 1.3rem;
}
@media (max-width: 991px) {
  .c-template2-3 .c-main {
    padding: 0.8rem;
  }
}
@media (max-width: 767px) {
  .c-template2-3 .c-main {
    padding: 0.4rem;
  }
}
.c-template2-3 .c-main .c-title {
  margin-bottom: 0.6rem;
  font-weight: bold;
  color: #0086d1;
  text-align: center;
}
@media (max-width: 767px) {
  .c-template2-3 .c-main .c-title {
    margin-bottom: 0.1rem;
  }
}
.c-gr3-main {
  background: #faf9f8;
  --color: #542a13;
}
.c-gr3-1 {
  padding: 1rem 0 0;
}
.c-gr3-1 .c-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-gr3-1 .c-wrap {
    flex-direction: column-reverse;
  }
}
.c-gr3-1 .c-wrap .c-text-box {
  padding: 0.75rem;
  width: calc(750/1440*100%);
}
@media (max-width: 991px) {
  .c-gr3-1 .c-wrap .c-text-box {
    padding: 0.6rem;
  }
}
@media (max-width: 767px) {
  .c-gr3-1 .c-wrap .c-text-box {
    width: 100%;
  }
}
.c-gr3-1 .c-wrap .c-text-box .c-title {
  font-weight: bold;
  color: var(--color);
}
.c-gr3-1 .c-wrap .c-text-box .c-text {
  margin-top: 0.45rem;
  color: #000;
}
.c-gr3-1 .c-wrap .c-text-box .public-btn {
  margin-top: 0.45rem;
  color: var(--color);
}
.c-gr3-1 .c-wrap .c-text-box .public-btn:hover {
  color: #fff;
}
.c-gr3-1 .c-wrap .public-img {
  width: calc(680/1440*100%);
}
@media (max-width: 767px) {
  .c-gr3-1 .c-wrap .public-img {
    width: 100%;
  }
}
.c-gr3-1 .c-wrap .public-img::before {
  padding-top: calc(580/680*100%);
}
.c-gr3-1 .c-wrap .public-img:hover img {
  transform: scale(1.1);
}
.c-gr3-2 {
  padding: 1rem 0;
}
.c-gr3-2 .c-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 0.6rem;
}
.c-gr3-2 .c-list > li:last-child {
  padding: 0;
}
.c-gr3-2 .c-list > li:nth-child(even) {
  flex-direction: row-reverse;
}
.c-gr3-2 .c-list > li:nth-child(even) .c-text-box {
  padding: 0.9rem 0.9rem 0.9rem 0;
}
@media (max-width: 991px) {
  .c-gr3-2 .c-list > li:nth-child(even) .c-text-box {
    padding: 0.4rem 0.4rem 0.4rem 0;
  }
}
@media (max-width: 767px) {
  .c-gr3-2 .c-list > li:nth-child(even) .c-text-box {
    padding: 0.4rem 0;
  }
}
.c-gr3-2 .c-list > li .public-img {
  width: 52%;
  border-radius: 0.3rem;
  background: #ccb6a3;
}
@media (max-width: 991px) {
  .c-gr3-2 .c-list > li .public-img {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .c-gr3-2 .c-list > li .public-img {
    width: 100%;
  }
}
.c-gr3-2 .c-list > li .public-img::before {
  padding-top: calc(665/750*100%);
}
.c-gr3-2 .c-list > li .public-img:hover img {
  transform: scale(1.1);
}
.c-gr3-2 .c-list > li .c-text-box {
  padding: 0.9rem 0 0.9rem 0.9rem;
  width: 48%;
}
@media (max-width: 991px) {
  .c-gr3-2 .c-list > li .c-text-box {
    width: 55%;
    padding: 0.4rem 0 0.4rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .c-gr3-2 .c-list > li .c-text-box {
    padding: 0.4rem 0;
    width: 100%;
  }
}
.c-gr3-2 .c-list > li .c-text-box .c-title {
  font-weight: bold;
  color: var(--color);
}
.c-gr3-2 .c-list > li .c-text-box .c-text {
  margin-top: 0.45rem;
  color: #000;
}
@media (max-width: 991px) {
  .c-gr3-2 .c-list > li .c-text-box .c-text {
    margin-top: 0.2rem;
  }
}
.c-gr3-2 .c-list > li .c-text-box .c-list2 {
  margin: 0.8rem -0.1rem -0.2rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 991px) {
  .c-gr3-2 .c-list > li .c-text-box .c-list2 {
    margin-top: 0.4rem;
  }
}
.c-gr3-2 .c-list > li .c-text-box .c-list2 li {
  width: 25%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 767px) {
  .c-gr3-2 .c-list > li .c-text-box .c-list2 li {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-gr3-2 .c-list > li .c-text-box .c-list2 li .c-ico {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .c-gr3-2 .c-list > li .c-text-box .c-list2 li .c-ico {
    width: 40px;
    height: 40px;
  }
}
.c-gr3-2 .c-list > li .c-text-box .c-list2 li .c-ico img,
.c-gr3-2 .c-list > li .c-text-box .c-list2 li .c-ico svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-gr3-2 .c-list > li .c-text-box .c-list2 li .c-text {
  margin-top: 0.15rem;
  color: #000;
}
.c-gr3-2 .c-list > li .c-text-box .c-list2 li .c-text2 {
  color: var(--color);
  font-weight: bold;
}
.c-gr3-3 {
  padding: 1.3rem 0;
  text-align: center;
  background: #e9e4e1;
  color: #000;
}
.c-gr3-3 .c-title {
  position: relative;
  display: inline-block;
  padding-bottom: 0.1rem;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.c-gr3-3 .c-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid var(--color);
}
.c-gr3-4 {
  padding: 0 0 1.3rem;
}
.c-gr3-4 .c-list li {
  position: relative;
  margin-top: 0.6rem;
  padding: 1.3rem 0;
  background: #e9e4e1;
}
.c-gr3-4 .c-list li:nth-child(even) .c-img {
  right: auto;
  left: 0;
  border-radius: 0 0.3rem 0.3rem 0;
}
.c-gr3-4 .c-list li:nth-child(even) .container {
  justify-content: flex-end;
}
.c-gr3-4 .c-list li .c-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: calc(1080/1920*100%);
  height: 100%;
  border-radius: 0.3rem 0 0 0.3rem;
  overflow: hidden;
  background: #ccb6a3;
}
@media (max-width: 767px) {
  .c-gr3-4 .c-list li .c-img {
    position: relative;
    width: 100%;
    height: 70vw;
    border-radius: 0.3rem 0.3rem 0 0 !important;
    margin: 0 5%;
    width: 90%;
  }
}
.c-gr3-4 .c-list li .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.c-gr3-4 .c-list li .c-img:hover img {
  transform: scale(1.1);
}
.c-gr3-4 .c-list li .c-text-box {
  width: calc(750/1440*100%);
  padding: 0.9rem;
  border-radius: 0.3rem;
  background: #fff;
}
@media (max-width: 991px) {
  .c-gr3-4 .c-list li .c-text-box {
    padding: 0.6rem;
  }
}
@media (max-width: 767px) {
  .c-gr3-4 .c-list li .c-text-box {
    width: 100%;
    border-radius: 0 0 0.3rem 0.3rem !important;
  }
}
.c-gr3-4 .c-list li .c-text-box .c-title {
  margin-bottom: 0.4rem;
  padding-bottom: 0.4rem;
  font-weight: bold;
  color: var(--color);
  border-bottom: 1px solid #b0b0b0;
}
.c-gr3-4 .c-list li .c-text-box .c-text {
  color: #000;
}
.c-gr3-4 .c-list li .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
