
/*字体*/
@font-face {
  font-family: "HarmonyOS";
  src: url("../font/HarmonyOS.ttf") format("truetype");
}
* {
  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;
}
@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: 14px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 84%;
  max-width: 1280px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.pt120 {
  padding-top: 1.2rem;
}
.pb120 {
  padding-bottom: 1.2rem;
}
.ptb80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .ptb80 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt80 {
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .pt80 {
    padding-top: 1.2rem;
  }
}
.pb80 {
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .pb80 {
    padding-bottom: 1.2rem;
  }
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font36 {
  font-size: 0.36rem;
}
.font40 {
  font-size: 0.4rem;
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font12 {
    font-size: 0.26rem;
  }
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18 {
    font-size: 0.3rem;
  }
  .font20 {
    font-size: 0.32rem;
  }
  .font22 {
    font-size: 0.34rem;
  }
  .font24 {
    font-size: 0.36rem;
  }
  .font28 {
    font-size: 0.38rem;
  }
  .font30 {
    font-size: 0.4rem;
  }
  .font36,
  .font40 {
    font-size: 0.48rem;
  }
}
@keyframes solution2Info5 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.public-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 120px;
  padding: 0 20px;
  color: #fff;
  border: 1px solid #de1d2e;
  background-color: #de1d2e;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-btn {
    padding: 0 0.3rem;
    height: 0.8rem;
    min-width: 2rem;
  }
}
.public-btn:hover {
  background-color: #bd0b1d;
  border-color: #bd0b1d;
}
.public-btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 120px;
  padding: 0 20px;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-btn2 {
    padding: 0 0.3rem;
    height: 0.8rem;
    min-width: 2rem;
  }
}
.public-btn2:hover {
  background-color: #de1d2e;
  border-color: #de1d2e;
}
.public-btn3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 160px;
  padding: 0 20px;
  color: #333;
  border: 1px solid #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-btn3 {
    padding: 0 0.3rem;
    height: 0.8rem;
    min-width: 2rem;
  }
}
.public-btn3:hover {
  background-color: #de1d2e;
  border-color: #de1d2e;
  color: #fff;
}
.public-btn4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 160px;
  padding: 0 20px;
  color: #fff;
  border: 1px solid #de1d2e;
  background-color: #de1d2e;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-btn4 {
    padding: 0 0.3rem;
    height: 0.8rem;
    min-width: 2rem;
  }
}
.public-btn4:hover {
  background-color: #bd0b1d;
  border-color: #bd0b1d;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.public-title {
  margin-bottom: 0.4rem;
  text-align: center;
}
.public-title.c-dt {
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .public-title.c-dt {
    margin: 0 auto 0.6rem;
    width: 80%;
  }
}
.public-title.c-dt .c-title {
  font-weight: bold;
}
@media (max-width: 767px) {
  .public-title {
    margin: 0 auto 0.6rem;
    width: 80%;
  }
}
.public-title .c-title {
  line-height: 1.2;
}
.public-menu {
  position: relative;
  text-align: center;
  overflow-x: auto;
  border-bottom: 1px solid #ddd;
}
.public-menu .c-list {
  display: inline-flex;
  align-items: flex-start;
}
.public-menu .c-list li {
  flex-shrink: 0;
  padding: 0 0.5rem;
}
@media (max-width: 767px) {
  .public-menu .c-list li {
    padding: 0 0.4rem;
  }
}
.public-menu .c-list li a {
  display: block;
  line-height: 60px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  color: #333;
}
@media (max-width: 767px) {
  .public-menu .c-list li a {
    line-height: 1rem;
  }
}
.public-menu .c-list li:last-child {
  margin: 0;
}
.public-menu .c-list li.on a {
  color: #de1d2e;
  border-color: #de1d2e;
}
.public-page {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.public-page a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  min-width: 45px;
  height: 45px;
  border: 1px solid #f1f1f1;
  color: #999;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-page a {
    margin: 0.06rem;
    min-width: 0.7rem;
    height: 0.7rem;
  }
}
.public-page a svg,
.public-page a img {
  width: 14px;
  height: 14px;
}
.public-page a svg path,
.public-page a img path {
  fill: #999;
}
.public-page a.c-prev img,
.public-page a.c-prev svg {
  transform: rotate(180deg);
}
.public-page a:hover,
.public-page a.on {
  color: #fff;
  background-color: #de1d2e;
  border-color: #de1d2e;
}
.public-page a:hover svg path,
.public-page a.on svg path {
  fill: #fff;
}
.public-box-shadow1 {
  background-image: linear-gradient(-45deg, #fff, #f6f5f5);
  border: 2px solid #fff;
  box-shadow: 0px 8px 20px 0 rgba(0, 0, 0, 0.05), 0px 0px 2px 0 #fff;
}
.public-box-shadow2 {
  background-image: linear-gradient(0deg, #fff, #f6f5f5);
  border: 2px solid #fff;
  box-shadow: 0px 8px 20px 0 rgba(0, 0, 0, 0.05), 0px 0px 2px 0 #fff;
}
.public-box {
  position: relative;
}
.public-box.c-dt .c-text-box {
  color: #fff;
}
.public-box .public-btn {
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .public-box .public-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .public-box .public-img .c-pc {
    display: none;
  }
}
.public-box .public-img .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .public-box .public-img .c-mb {
    display: block;
  }
}
.public-box .public-img::before {
  padding-top: 25%;
}
@media (max-width: 991px) {
  .public-box .public-img::before {
    padding-top: 50%;
  }
}
.public-box .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
  color: #161616;
}
.public-box .c-text-box .c-text {
  margin-top: 0.1rem;
  line-height: 1.2;
}
.public-box .c-text-box .c-text2 {
  max-width: 40%;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .public-box .c-text-box .c-text2 {
    max-width: 100%;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #de1d2e;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #de1d2e;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #de1d2e;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../image/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../image/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../image/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../image/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../image/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../image/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 60px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 60px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  background-color: #000;
}
#c-header.c-head-move {
  top: -60px;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .public-btn {
    display: none;
  }
}
/*顶部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,
#c-header .c-logo .c-img-box svg {
  height: 42px;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img,
  #c-header .c-logo .c-img-box svg {
    height: 0.6rem;
  }
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  margin-right: 0.65rem;
}
#c-header .c-nav > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #de1d2e;
  transition: 0.3s;
}
#c-header .c-nav > li > a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav > li.on > a::before,
#c-header .c-nav > li:hover > a::before {
  left: 0;
  width: 100%;
}
#c-header .c-list-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff url(../image/nav-bj2.png) no-repeat right bottom / auto 50%;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}
#c-header .c-list-box .c-bj {
  position: absolute;
  top: 0;
  left: 0;
  width: 34.375%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1900px) {
  #c-header .c-list-box .c-bj {
    width: 30%;
  }
}
#c-header .c-list-box .container {
  position: relative;
  z-index: 10;
}
#c-header .c-list-box .c-list {
  width: 100%;
}
#c-header .c-list-box .c-list > li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
}
#c-header .c-list-box .c-list > li:last-child {
  border-bottom: none;
}
#c-header .c-list-box .c-list > li .c-left {
  padding: 0.4rem 0.7rem 0.4rem 0;
  width: 26.5625%;
}
#c-header .c-list-box .c-list > li .c-left .c-title {
  font-weight: bold;
}
#c-header .c-list-box .c-list > li .c-left .c-text {
  margin: 0.1rem 0 0.15rem;
  color: #666;
}
#c-header .c-list-box .c-list > li .c-left .public-btn3 {
  height: 36px;
  min-width: 120px;
  color: #333;
}
#c-header .c-list-box .c-list > li .c-left .public-btn3:hover {
  color: #fff;
}
#c-header .c-list-box .c-list > li .c-right {
  width: 73.4375%;
}
#c-header .c-list-box .c-list > li .c-right .c-list2 {
  display: flex;
  align-items: flex-start;
  margin: 0 -0.1rem;
  padding: 0.4rem;
}
#c-header .c-list-box .c-list > li .c-right .c-list2.c-dt > li {
  width: 50%;
}
#c-header .c-list-box .c-list > li .c-right .c-list2.c-dt > li .c-list3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
#c-header .c-list-box .c-list > li .c-right .c-list2.c-dt > li .c-list3 li {
  width: 50%;
  padding: 0.1rem 0.1rem 0;
}
#c-header .c-list-box .c-list > li .c-right .c-list2 > li {
  padding: 0 0.1rem;
  width: 25%;
}
#c-header .c-list-box .c-list > li .c-right .c-list2 > li .c-title {
  padding-bottom: 0.1rem;
  color: #de1d2e;
  border-bottom: 1px solid #ecece6;
}
#c-header .c-list-box .c-list > li .c-right .c-list2 > li .c-title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #de1d2e;
}
#c-header .c-list-box .c-list > li .c-right .c-list2 > li .c-title a img,
#c-header .c-list-box .c-list > li .c-right .c-list2 > li .c-title a svg {
  margin-left: 20px;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  transition: all 0.3s;
}
#c-header .c-list-box .c-list > li .c-right .c-list2 > li .c-title a img path,
#c-header .c-list-box .c-list > li .c-right .c-list2 > li .c-title a svg path {
  fill: #de1d2e;
}
#c-header .c-list-box .c-list > li .c-right .c-list2 > li .c-title a:hover svg,
#c-header .c-list-box .c-list > li .c-right .c-list2 > li .c-title a:hover img {
  margin-right: 10px;
}
#c-header .c-list-box .c-list > li .c-right .c-list2 > li .c-list3 li {
  padding-top: 0.1rem;
}
#c-header .c-list-box .c-list > li .c-right .c-list2 > li .c-list3 li a {
  color: #333;
}
#c-header .c-list-box .c-list > li .c-right .c-list2 > li .c-list3 li a:hover {
  color: #de1d2e;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #fff;
  background: #000;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #222;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #222;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.4rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.3s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #fff;
}
#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: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #de1d2e;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
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);
}
/*首页轮播图*/
@media (max-width: 991px) {
  .c-home1-banner {
    margin-top: 1.2rem;
  }
}
.c-home1-banner .swiper-slide {
  position: relative;
  overflow: hidden;
  min-width: 1896px!important;
  height: 100vh;
}
.c-home1-banner .swiper-slide img,
.c-home1-banner .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1-banner .swiper-slide video {
  z-index: 5;
}
@media (max-width: 991px) {
  .c-home1-banner .swiper-slide {
    height: 12rem;
  }
  .c-home1-banner .swiper-slide video {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-home1-banner .swiper-slide {
    height: 8.28rem;
  }
}
@media (max-width: 991px) {
  .c-home1-banner .swiper-slide .c-pc-video {
    display: none;
  }
}
.c-home1-banner .swiper-slide .c-mb-video {
  display: none;
}
@media (max-width: 991px) {
  .c-home1-banner .swiper-slide .c-mb-video {
    display: block;
  }
}
.c-home1-banner .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home1-banner .swiper-slide .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home1-banner .swiper-slide .c-pc {
    display: none;
  }
}
.c-home1-banner .swiper-slide .c-pc,
.c-home1-banner .swiper-slide .c-mb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-home1-banner .swiper-slide .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
.c-home1-banner .swiper-slide .c-text-box .c-title {
  margin-bottom: 0.3rem;
  font-weight: bold;
  line-height: 1.2;
}
@keyframes home1 {
  from {
    transform: translate(-50%, -50%) scale(0.3);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.c-home1-banner .swiper-slide .c-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  width: 0;
  height: 0;
}
.c-home1-banner .swiper-slide .c-btn .c-more {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
}
.c-home1-banner .swiper-slide .c-btn .c-more .c-dot {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(216, 41, 47, 0.8);
}
.c-home1-banner .swiper-slide .c-btn .c-more .c-dot:nth-child(1) {
  animation: home1 3s infinite;
}
.c-home1-banner .swiper-slide .c-btn .c-more .c-dot:nth-child(2) {
  animation: home1 3s 1s infinite;
}
.c-home1-banner .swiper-slide .c-btn .c-more .c-dot:nth-child(3) {
  animation: home1 3s 2s infinite;
}
.c-home1-banner .swiper-slide .c-btn .c-more .c-add {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #de1d2e url(../images/ico-add.svg) no-repeat center / 50%;
}
.c-home1-banner .swiper-slide .c-btn .c-text {
  position: relative;
  display: flex;
  align-items: center;
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.25rem;
  height: 56px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-home1-banner .swiper-slide .c-btn .c-text {
    height: 0.8rem;
    left: 50%;
    top: 0;
    transform: translate(-50%, 50%);
  }
}
.c-home1-banner .swiper-slide .c-btn .c-text span {
  opacity: 0;
}
.c-home1-banner .swiper-slide .c-btn .c-text img,
.c-home1-banner .swiper-slide .c-btn .c-text svg {
  opacity: 0;
  margin-left: 0.1rem;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .c-home1-banner .swiper-slide .c-btn .c-text img,
  .c-home1-banner .swiper-slide .c-btn .c-text svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-home1-banner .swiper-slide .c-btn .c-text img path,
.c-home1-banner .swiper-slide .c-btn .c-text svg path {
  fill: #fff;
}
.c-home1-banner .swiper-slide .c-btn .c-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 0;
  height: 100%;
  border-radius: 28px;
  background-color: rgba(216, 41, 47, 0.9);
}
.c-home1-banner .swiper-slide .c-btn:hover .c-text span,
.c-home1-banner .swiper-slide .c-btn:hover .c-text svg {
  opacity: 1;
  transition: all 0.3s 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
}
.c-home1-banner .swiper-slide .c-btn:hover .c-text::before {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
}
.c-home1-banner .swiper-slide .c-btn1 {
  top: 28%;
  left: 86%;
}
@media (max-width: 767px) {
  .c-home1-banner .swiper-slide .c-btn1 {
    top: 28%;
    left: 86%;
  }
}
.c-home1-banner .swiper-slide .c-btn2 {
  top: 35%;
  left: 86%;
}
@media (max-width: 767px) {
  .c-home1-banner .swiper-slide .c-btn2 {
    top: 35%;
    left: 86%;
  }
}
.c-home1-banner .swiper-slide .c-btn3 {
  top: 32%;
  left: 60%;
}
@media (max-width: 767px) {
  .c-home1-banner .swiper-slide .c-btn3 {
    top: 32%;
    left: 60%;
  }
}
.c-home1-banner .swiper-slide .c-btn4 {
  top: 21%;
  left: 43%;
}
@media (max-width: 767px) {
  .c-home1-banner .swiper-slide .c-btn4 {
    top: 21%;
    left: 43%;
  }
}
.c-home1-banner .swiper-slide .c-btn5 {
  top: 29%;
  left: 43%;
}
@media (max-width: 767px) {
  .c-home1-banner .swiper-slide .c-btn5 {
    top: 29%;
    left: 43%;
  }
}
.c-home1-banner .swiper-slide .c-btn6 {
  top: 37%;
  left: 43%;
}
@media (max-width: 767px) {
  .c-home1-banner .swiper-slide .c-btn6 {
    top: 37%;
    left: 43%;
  }
}
.c-home1-banner .swiper-slide .c-btn7 {
  top: 31%;
  left: 19%;
}
@media (max-width: 767px) {
  .c-home1-banner .swiper-slide .c-btn7 {
    top: 31%;
    left: 19%;
  }
}
.c-home1-banner .swiper-slide .c-btn8 {
  top: 52%;
  left: 11%;
}
@media (max-width: 767px) {
  .c-home1-banner .swiper-slide .c-btn8 {
    top: 52%;
    left: 11%;
  }
}
.c-home1-banner .swiper-button-next {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  right: 0.6rem;
  background: transparent;
}
.c-home1-banner .swiper-button-next.swiper-button-disabled {
  display: none;
}
@media (max-width: 991px) {
  .c-home1-banner .swiper-button-next {
    display: none;
  }
}
.c-home1-banner .swiper-button-next::after {
  display: none;
}
.c-home1-banner .swiper-button-next img,
.c-home1-banner .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.c-home1-banner .swiper-button-next img path,
.c-home1-banner .swiper-button-next svg path {
  fill: #fff;
}
.c-home1-banner .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  left: 0.6rem;
  transform: rotate(180deg);
  background: transparent;
}
.c-home1-banner .swiper-button-prev.swiper-button-disabled {
  display: none;
}
@media (max-width: 991px) {
  .c-home1-banner .swiper-button-prev {
    display: none;
  }
}
.c-home1-banner .swiper-button-prev::after {
  display: none;
}
.c-home1-banner .swiper-button-prev img,
.c-home1-banner .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.c-home1-banner .swiper-button-prev img path,
.c-home1-banner .swiper-button-prev svg path {
  fill: #fff;
}
.c-home1-banner .swiper-button-next:hover,
.c-home1-banner .swiper-button-prev:hover {
  opacity: 1;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #de1d2e;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/* 底部 */
#c-footer {
  color: #fff;
  background-color: #25292a;
}
#c-footer a {
  color: #fff;
  transition: all 0.3s;
}
#c-footer a:hover {
  color: #de1d2e !important;
}
#c-footer .c-top-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1rem;
}
@media (max-width: 991px) {
  #c-footer .c-top-box {
    padding-top: 0.6rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding-top: 1rem;
  }
}
#c-footer .c-top-box .c-left {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  flex-shrink: 0;
  width: 60%;
  min-height: 2.3rem;
}
@media (max-width: 1900px) {
  #c-footer .c-top-box .c-left {
    width: 62%;
  }
}
@media (max-width: 1580px) {
  #c-footer .c-top-box .c-left {
    width: 60%;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .c-left {
    width: 100%;
    min-height: auto;
  }
}
#c-footer .c-top-box .c-left .c-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0.3rem;
}
@media (max-width: 1260px) {
  #c-footer .c-top-box .c-left .c-top {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .c-left .c-top {
    margin-bottom: 0;
  }
}
#c-footer .c-top-box .c-left .c-top .c-logo {
  display: block;
  flex-shrink: 0;
  margin-right: 0.4rem;
}
#c-footer .c-top-box .c-left .c-top .c-logo img,
#c-footer .c-top-box .c-left .c-top .c-logo svg {
  height: 50px;
}
#c-footer .c-top-box .c-left .c-top .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  #c-footer .c-top-box .c-left .c-top .c-list {
    margin: 0.1rem 0 0.2rem;
    width: 100%;
    line-height: 2;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .c-left .c-top .c-list {
    display: none;
  }
}
#c-footer .c-top-box .c-left .c-top .c-list > li {
  position: relative;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-left .c-top .c-list > li {
    margin-right: 0.3rem;
  }
}
#c-footer .c-top-box .c-left .c-top .c-list > li a {
  color: #fff;
}
#c-footer .c-top-box .c-left .c-top .c-list > li ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.8;
}
#c-footer .c-top-box .c-left .c-bottom .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .c-left .c-bottom .c-list {
    display: none;
  }
}
#c-footer .c-top-box .c-left .c-bottom .c-list li {
  margin-right: 0.2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-left .c-bottom .c-list li {
    margin-right: 0.3rem;
  }
}
#c-footer .c-top-box .c-left .c-bottom .c-list li a {
  color: #aaabab;
}
#c-footer .c-top-box .c-right {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  min-height: 2.3rem;
  width: 40%;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .c-right {
    min-height: auto;
    align-items: flex-start;
    flex-direction: row-reverse;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-right {
    margin-top: 0.6rem;
    width: 100%;
  }
}
#c-footer .c-top-box .c-right .c-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 50px;
  width: 100%;
  margin-bottom: 0.3rem;
}
@media (max-width: 1260px) {
  #c-footer .c-top-box .c-right .c-top {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .c-right .c-top {
    justify-content: flex-start;
    width: 50%;
    margin-top: 0.25rem;
    padding-left: 0.4rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-right .c-top {
    margin: 0;
    width: 100%;
    justify-content: flex-start;
    padding: 0;
  }
}
#c-footer .c-top-box .c-right .c-top .c-text {
  margin-right: 0.2rem;
  text-align: right;
}
@media (max-width: 1260px) {
  #c-footer .c-top-box .c-right .c-top .c-text {
    margin: 0 0 0.1rem;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .c-right .c-top .c-text {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-right .c-top .c-text {
    text-align: left;
  }
}
#c-footer .c-top-box .c-right .c-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1260px) {
  #c-footer .c-top-box .c-right .c-bottom {
    margin-top: 0.25rem;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .c-right .c-bottom {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-right .c-bottom {
    margin-top: 0.5rem;
    width: 100%;
  }
}
#c-footer .c-top-box .c-right .c-bottom .c-text {
  color: #aaabab;
  line-height: 20px;
  text-align: right;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .c-right .c-bottom .c-text {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-right .c-bottom .c-text {
    text-align: left;
  }
}
#c-footer .c-top-box .c-right .c-bottom .c-text p {
  padding: 4px 0;
}
#c-footer .c-top-box .c-right .c-bottom .c-code {
  margin-left: 0.2rem;
  color: #aaabab;
  text-align: center;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .c-right .c-bottom .c-code {
    display: none;
    flex-shrink: 0;
  }
}
#c-footer .c-top-box .c-right .c-bottom .c-code img {
  margin-bottom: 0.1rem;
  width: 88px;
}
#c-footer .c-bottom-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.25rem;
  padding: 0.25rem 0;
  border-top: 1px solid #676969;
  color: #676969;
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box {
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    margin-top: 0.9rem;
    padding: 0.6rem 0;
  }
}
#c-footer .c-bottom-box a {
  color: #676969;
}
#c-footer .c-bottom-box .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
@keyframes icoMove1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -1932px;
  }
}
@keyframes icoMove12 {
  0% {
    background-position: 0 -1932px;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes icoMove2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -27.6rem;
  }
}
@keyframes icoMove22 {
  0% {
    background-position: 0 -27.6rem;
  }
  100% {
    background-position: 0 0;
  }
}
.c-home2 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin: 0 -0.2rem -0.4rem;
}
.c-home2 .c-list li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0.2rem 0.4rem;
  width: 20%;
}
@media (max-width: 991px) {
  .c-home2 .c-list li {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .c-home2 .c-list li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .c-home2 .c-list li > div:hover .public-img {
    animation: icoMove1 0.6s steps(23) forwards;
  }
}
@media (max-width: 767px) {
  .c-home2 .c-list li > div:hover .public-img {
    animation: icoMove2 0.6s steps(23) forwards;
  }
}
.c-home2 .c-list li .public-img {
  margin: 0 auto;
  width: 84px;
  background-size: 100% auto;
  background-position: 0 0;
}
@media (min-width: 768px) {
  .c-home2 .c-list li .public-img {
    animation: icoMove12 0.6s steps(23) forwards;
  }
}
@media (max-width: 767px) {
  .c-home2 .c-list li .public-img {
    width: 1.2rem;
    animation: icoMove22 0.6s steps(23) forwards;
  }
}
.c-home2 .c-list li .public-img img {
  object-fit: contain;
}
.c-home2 .c-list li .c-title {
  margin: 0.25rem 0 0.1rem;
}
@media (max-width: 991px) {
  .c-home2 .c-list li .c-title {
    margin-top: 0.2rem;
  }
}
.c-home2 .c-list li .c-text {
  max-width: 220px;
  margin: 0 auto;
  color: #666;
}
@media (max-width: 767px) {
  .c-home2 .c-list li .c-text {
    max-width: 100%;
  }
}
.c-home3 {
  background-color: #f9fafa;
}
.c-home3 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-home3 .c-list {
    flex-wrap: wrap;
    margin-bottom: -0.4rem;
  }
}
.c-home3 .c-list li {
  position: relative;
  width: 20%;
}
@media (max-width: 991px) {
  .c-home3 .c-list li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .c-home3 .c-list li {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.c-home3 .c-list li .c-box1 {
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .c-home3 .c-list li .c-box1 {
    width: 100%;
    background-color: #fff;
  }
}
.c-home3 .c-list li .c-box1::before {
  content: "";
  display: block;
  padding-top: 200%;
}
@media (max-width: 767px) {
  .c-home3 .c-list li .c-box1::before {
    display: none;
    padding-top: 70%;
  }
}
.c-home3 .c-list li .c-box1 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home3 .c-list li .c-box1 img:nth-child(2) {
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-home3 .c-list li .c-box1 img {
    display: none;
  }
}
.c-home3 .c-list li .c-box1 .c-text-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 0.4rem 0.3rem;
  width: 100%;
  color: #fff;
}
@media (max-width: 1260px) {
  .c-home3 .c-list li .c-box1 .c-text-box {
    position: relative;
    padding: 0.3rem;
  }
}
@media (max-width: 767px) {
  .c-home3 .c-list li .c-box1 .c-text-box {
    padding: 0.5rem 0.3rem;
    color: #333;
  }
}
.c-home3 .c-list li .c-box1 .c-text-box .c-title {
  position: relative;
  line-height: 1.4;
  margin: 0 -0.3rem;
  padding: 0 0.3rem;
}
.c-home3 .c-list li .c-box1 .c-text-box .c-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  box-sizing: border-box;
  border: 8px solid transparent;
  border-left: 8px solid #242829;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-home3 .c-list li .c-box1 .c-text-box .c-title::before {
    display: none;
  }
}
.c-home3 .c-list li .c-box1 .c-text-box .c-text {
  padding: 0.2rem 0 0.35rem;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .c-home3 .c-list li .c-box1 .c-text-box .public-btn2 {
    border-color: #333;
    color: #333;
  }
  .c-home3 .c-list li .c-box1 .c-text-box .public-btn2:hover {
    border-color: #de1d2e;
    color: #de1d2e;
  }
}
.c-home3 .c-list li .c-box2 {
  position: absolute;
  top: 0;
  left: -200%;
  z-index: 1;
  width: 300%;
  height: 100%;
  border-right: 3px solid transparent;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .c-home3 .c-list li .c-box2 {
    left: -200%;
    width: 200%;
  }
}
@media (max-width: 767px) {
  .c-home3 .c-list li .c-box2 {
    position: relative;
    left: 0;
    width: 100%;
    height: 4rem;
    border: 0;
  }
}
.c-home3 .c-list li .c-box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home3 .c-list li .c-box2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home3 .c-list li:nth-child(2) .c-box1 .c-text-box .c-title::before {
  top: 50%;
  right: auto;
  left: 0;
  transform: rotate(180deg);
}
.c-home3 .c-list li:nth-child(2) .c-box2 {
  left: auto;
  right: -300%;
  border: 0;
  border-left: 3px solid transparent;
}
@media (max-width: 767px) {
  .c-home3 .c-list li:nth-child(2) .c-box2 {
    right: 0;
    border: 0;
  }
}
.c-home3 .c-list li.on .c-box1 img:nth-child(2) {
  opacity: 1;
}
@media (min-width: 768px) {
  .c-home3 .c-list li.on:nth-child(1) .c-box1 .c-text-box .c-title::before {
    right: -16px;
  }
  .c-home3 .c-list li.on:nth-child(1) .c-box2 {
    left: 100%;
  }
  .c-home3 .c-list li.on:nth-child(2) .c-box1 .c-text-box .c-title::before {
    left: -16px;
  }
  .c-home3 .c-list li.on:nth-child(2) .c-box2 {
    right: 100%;
  }
}
.c-home4 .c-text {
  color: #999;
  margin-top: 0.3rem;
  text-align: center;
}
.c-home4-banner {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.c-home4-banner .c-text {
  color: #999;
  margin-top: 0.3rem;
  text-align: center;
}
.c-home4-banner .c-list-wrap {
  display: flex;
  flex-shrink: 0;
  width: 100%;
}
.c-home4-banner .c-list-wrap .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin: 0 -0.1rem -0.2rem;
  width: 100%;
}
.c-home4-banner .c-list-wrap .c-list li {
  padding: 0 0.1rem 0.2rem;
  flex-shrink: 0;
  width: 16.666666%;
}
@media (max-width: 767px) {
  .c-home4-banner .c-list-wrap .c-list li {
    width: 33.333333%;
  }
}
.c-home4-banner .c-list-wrap .c-list li .public-img img {
  object-fit: contain;
}
.c-home4-banner .c-list-wrap .c-list li .public-img::before {
  padding-top: 53.5%;
}
.c-statement {
  min-height: 70vh;
}
.c-statement .c-title {
  margin-bottom: 0.3rem;
  line-height: 1.2;
  text-align: center;
}
.c-statement .c-text {
  padding: 0.3rem 0.6rem 0;
  border-top: 1px solid #f0f0f0;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-statement .c-text {
    padding: 0.3rem 0.3rem 0;
  }
}
.c-contact .container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .c-contact .container {
    flex-wrap: wrap;
  }
}
.c-contact .c-left {
  width: 50%;
  padding-right: 0.6rem;
}
@media (max-width: 991px) {
  .c-contact .c-left {
    padding: 0 0 0.6rem;
    width: 100%;
  }
}
.c-contact .c-left .c-list > li {
  display: flex;
  align-items: flex-start;
  padding: 0.3rem 0;
  border-bottom: 1px solid #ddd;
}
.c-contact .c-left .c-list > li:first-child {
  padding-top: 0;
}
.c-contact .c-left .c-list > li:last-child {
  border: 0;
  padding-bottom: 0;
}
.c-contact .c-left .c-list > li .c-ico {
  flex-shrink: 0;
  margin: 2px 0.1rem 2px 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .c-contact .c-left .c-list > li .c-ico {
    margin: 0 0.1rem 0 0;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.c-contact .c-left .c-list > li .c-ico img,
.c-contact .c-left .c-list > li .c-ico svg {
  width: 100%;
  height: 100%;
}
.c-contact .c-left .c-list > li .c-ico img path,
.c-contact .c-left .c-list > li .c-ico svg path {
  fill: #de1d2e;
}
.c-contact .c-left .c-list > li .c-box {
  width: 100%;
}
.c-contact .c-left .c-list > li .c-box .c-title {
  line-height: 24px;
}
@media (max-width: 767px) {
  .c-contact .c-left .c-list > li .c-box .c-title {
    line-height: 0.5rem;
  }
}
.c-contact .c-left .c-list > li .c-box .c-text {
  margin-top: 0.05rem;
}
.c-contact .c-left .c-list > li .c-box .c-navigation {
  display: inline-flex;
  align-items: center;
  margin-top: 0.1rem;
  color: #de1d2e;
}
.c-contact .c-left .c-list > li .c-box .c-navigation svg,
.c-contact .c-left .c-list > li .c-box .c-navigation img {
  margin-right: 0.06rem;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .c-contact .c-left .c-list > li .c-box .c-navigation svg,
  .c-contact .c-left .c-list > li .c-box .c-navigation img {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-contact .c-left .c-list > li .c-box .c-navigation svg path,
.c-contact .c-left .c-list > li .c-box .c-navigation img path {
  fill: #de1d2e;
}
.c-contact .c-left .c-list > li .c-box .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0.15rem -0.1rem -0.2rem;
}
.c-contact .c-left .c-list > li .c-box .c-list2 li {
  width: 25%;
  max-width: 120px;
  padding: 0 0.1rem 0.2rem;
  color: #666;
  text-align: center;
}
@media (max-width: 1260px) {
  .c-contact .c-left .c-list > li .c-box .c-list2 li {
    width: 33.333333%;
  }
}
.c-contact .c-left .c-list > li .c-box .c-list2 li .public-img {
  margin-bottom: 0.05rem;
}
.c-contact .c-left .c-list > li .c-box .c-list2 li .public-img img {
  object-fit: contain;
}
.c-contact .c-right {
  width: 50%;
}
@media (max-width: 991px) {
  .c-contact .c-right {
    width: 100%;
  }
}
.c-contact .c-right .c-map {
  position: relative;
}
.c-contact .c-right .c-map::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-contact .c-right .c-map #c-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-contact .c-right .c-map-content {
  padding: 10px;
  color: #de1d2e;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.c-contact .c-right .c-map-content::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
.c-news-list .c-list {
  margin-bottom: 0.6rem;
}
.c-news-list .c-list li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #ddd;
}
.c-news-list .c-list li .c-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #333;
}
@media (max-width: 767px) {
  .c-news-list .c-list li .c-wrap {
    flex-direction: column-reverse;
  }
}
.c-news-list .c-list li .c-wrap .c-left {
  padding-right: 0.8rem;
  width: 60%;
}
@media (max-width: 767px) {
  .c-news-list .c-list li .c-wrap .c-left {
    width: 100%;
  }
}
.c-news-list .c-list li .c-wrap .c-left .c-time-box {
  display: flex;
  align-items: center;
  font-family: 'HarmonyOS', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1580px) {
  .c-news-list .c-list li .c-wrap .c-left .c-time-box {
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .c-news-list .c-list li .c-wrap .c-left .c-time-box {
    font-size: 0.26rem;
  }
}
.c-news-list .c-list li .c-wrap .c-left .c-time-box .c-time1 {
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .c-news-list .c-list li .c-wrap .c-left .c-time-box .c-time1 {
    font-size: 0.8rem;
  }
}
.c-news-list .c-list li .c-wrap .c-left .c-time-box .c-time3 {
  color: #666;
}
.c-news-list .c-list li .c-wrap .c-left .c-text-box {
  padding: 0.2rem 0 0.3rem;
}
@media (max-width: 991px) {
  .c-news-list .c-list li .c-wrap .c-left .c-text-box {
    padding: 0.2rem 0 0.3rem;
  }
}
.c-news-list .c-list li .c-wrap .c-left .c-text-box .c-text1 {
  color: #de1d2e;
}
.c-news-list .c-list li .c-wrap .c-left .c-text-box .c-title {
  margin: 0.1rem 0 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-news-list .c-list li .c-wrap .c-left .c-text-box .c-text2 {
  color: #666;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.c-news-list .c-list li .c-wrap .c-right {
  width: 40%;
}
@media (max-width: 767px) {
  .c-news-list .c-list li .c-wrap .c-right {
    margin-bottom: 0.2rem;
    width: 100%;
  }
}
.c-news-list .c-list li .c-wrap .c-right .public-img {
  border-radius: 10px;
}
.c-news-list .c-list li .c-wrap .c-right .public-img::before {
  padding-top: 65.66666667%;
}
.c-news-list .c-list li .c-wrap .c-right .public-img:hover img {
  transform: scale(1.1);
}
.c-news-info .c-top {
  background-color: #f8f8f8;
}
.c-news-info .c-top .c-title {
  margin: 0.1rem 0 0.6rem;
  line-height: 1.2;
}
.c-news-info .c-top .c-text2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 0.25rem;
  color: #666;
}
.c-news-info .c-top .c-text2 p {
  margin-right: 0.4rem;
}
.c-news-info .c-bottom {
  padding-top: 0.8rem;
}
.c-news-info .c-bottom .container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .c-news-info .c-bottom .container {
    flex-wrap: wrap;
  }
}
.c-news-info .c-bottom .c-left {
  width: 100%;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .c-news-info .c-bottom .c-left {
    padding: 0;
  }
}
.c-news-info .c-bottom .c-left .c-content {
  line-height: 1.8;
}
.c-news-info .c-bottom .c-left .c-content img {
  max-width: 100%;
  height: auto !important;
}
.c-news-info .c-bottom .c-right {
  position: sticky;
  top: 80px;
  width: 260px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .c-news-info .c-bottom .c-right {
    margin-top: 0.6rem;
    width: 100%;
  }
}
.c-news-info .c-bottom .c-right .c-bottom2 {
  margin-top: 0.4rem;
  padding-top: 0.35rem;
  border-top: 1px solid #ddd;
}
.c-news-info .c-bottom .c-right .c-bottom2 .c-text1 {
  color: #999;
}
.c-news-info .c-bottom .c-right .c-bottom2 .c-next {
  display: inline-block;
  margin: 0.1rem 0 0.3rem;
  color: #333;
  transition: all 0.3s;
}
.c-news-info .c-bottom .c-right .c-bottom2 .c-next:hover {
  color: #de1d2e;
}
.c-news-info .c-bottom .c-right .c-bottom2 .c-return {
  display: inline-flex;
  align-items: center;
  color: #de1d2e;
}
.c-news-info .c-bottom .c-right .c-bottom2 .c-return img,
.c-news-info .c-bottom .c-right .c-bottom2 .c-return svg {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}
.c-news-info .c-bottom .c-right .c-bottom2 .c-return img path,
.c-news-info .c-bottom .c-right .c-bottom2 .c-return svg path {
  fill: #de1d2e;
}
/* 分享 */
div.bsLogoLink,
#bsBox .bsTop,
#bsBox #bsMorePanel {
  width: 100% !important;
}
.bFind-wrapper-top {
  height: 26px !important;
}
#bsBox #bsMorePanel {
  height: 373px !important;
}
.bsPlatDiv {
  height: 312px !important;
}
.bFind {
  width: 204px !important;
}
#bsBox {
  height: 408px !important;
  width: 276px !important;
  margin-left: -138px !important;
}
.bsTop {
  width: 208px !important;
}
.bsFrameDiv div {
  width: 208px !important;
  height: 208px !important;
}
.bsFrameDiv img {
  width: 166px !important;
  height: 166px !important;
}
.bshare-custom {
  color: #666;
}
.bshare-custom a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  width: 36px !important;
  height: 36px !important;
  background: #f5f5f5 !important;
  transition: all 0.3s;
  border-radius: 50%;
}
.bshare-custom a img,
.bshare-custom a svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.bshare-custom a img path,
.bshare-custom a svg path {
  fill: #838383;
  transition: all 0.3s;
}
.bshare-custom a:hover {
  opacity: 1;
  background: #de1d2e !important;
}
.bshare-custom a:hover svg path {
  fill: #fff;
}
.c-join {
  padding-top: 0.8rem;
  overflow: hidden;
  min-height: 50vh;
}
.c-join .c-form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-join .c-form {
    flex-wrap: wrap;
  }
}
.c-join .c-form .c-left {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .c-join .c-form .c-left {
    width: 100%;
    justify-content: space-between;
  }
}
.c-join .c-form .c-left select {
  position: relative;
  padding: 0 50px 0 20px;
  margin-right: 0.2rem;
  width: 180px;
  height: 50px;
  border: 1px solid #333;
  line-height: 48px;
  background: url(../image/ico-arrow2.svg) no-repeat right 20px center / 10px;
}
@media (max-width: 767px) {
  .c-join .c-form .c-left select {
    margin: 0 0 0.4rem;
    width: 48%;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.6rem 0 0.2rem;
    background: url(../image/ico-arrow2.svg) no-repeat right 0.2rem center / 0.2rem;
  }
}
.c-join .c-form .c-right {
  display: flex;
  align-items: flex-start;
  width: 48%;
  height: 50px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .c-join .c-form .c-right {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.c-join .c-form .c-right input {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  border-right: 0;
}
@media (max-width: 767px) {
  .c-join .c-form .c-right input {
    padding: 0 0.2rem;
  }
}
.c-join .c-form .c-right button {
  width: 130px;
  height: 100%;
  background-color: #333;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-join .c-form .c-right button {
    width: 2rem;
  }
}
.c-join .c-form .c-right button:hover {
  background-color: #de1d2e;
}
.c-join .c-list {
  margin: 0.4rem 0 0.6rem;
}
.c-join .c-list > li {
  margin-bottom: 0.2rem;
  box-shadow: 0 0.1rem 0.65rem rgba(0, 0, 0, 0.05);
}
.c-join .c-list > li:last-child {
  margin: 0;
}
.c-join .c-list > li.on .c-top .c-title-box .c-btn::before {
  width: 0;
}
.c-join .c-list > li .c-top {
  padding: 0.4rem;
  cursor: pointer;
}
.c-join .c-list > li .c-top .c-title-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.c-join .c-list > li .c-top .c-title-box .c-title {
  padding-right: 0.4rem;
  line-height: 30px;
}
.c-join .c-list > li .c-top .c-title-box .c-btn {
  position: relative;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .c-join .c-list > li .c-top .c-title-box .c-btn {
    width: 0.48rem;
    height: 0.48rem;
  }
}
.c-join .c-list > li .c-top .c-title-box .c-btn::before,
.c-join .c-list > li .c-top .c-title-box .c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #333;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-join .c-list > li .c-top .c-title-box .c-btn::before,
  .c-join .c-list > li .c-top .c-title-box .c-btn::after {
    width: 0.3rem;
  }
}
.c-join .c-list > li .c-top .c-title-box .c-btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-join .c-list > li .c-top .c-list2 {
  display: flex;
  align-items: flex-start;
  margin: 0.2rem -0.2rem 0;
}
@media (max-width: 767px) {
  .c-join .c-list > li .c-top .c-list2 {
    margin: 0.2rem 0 -0.2rem;
    flex-wrap: wrap;
  }
}
.c-join .c-list > li .c-top .c-list2 li {
  display: flex;
  align-items: center;
  width: 20%;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .c-join .c-list > li .c-top .c-list2 li {
    padding: 0 0 0.2rem;
    width: 100%;
  }
}
.c-join .c-list > li .c-top .c-list2 li img,
.c-join .c-list > li .c-top .c-list2 li svg {
  margin-right: 0.1rem;
  width: 20px;
  height: 20px;
}
.c-join .c-list > li .c-top .c-list2 li img path,
.c-join .c-list > li .c-top .c-list2 li svg path {
  fill: #de1d2e;
}
.c-join .c-list > li .c-top .c-list2 li .c-text {
  color: #666;
}
.c-join .c-list > li .c-bottom {
  display: none;
  padding: 0 0.4rem 0.6rem;
}
.c-join .c-list > li .c-bottom .c-content {
  padding: 0.4rem 0;
  border-top: 1px solid #ddd;
  color: #666;
  line-height: 1.8;
}
.c-job-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.c-job-pop .c-form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.c-job-pop .c-form .c-title-box {
  display: flex;
  align-items: center;
  line-height: 30px;
  justify-content: space-between;
  padding: 0.3rem;
  box-shadow: 0 0.1rem 0.65rem rgba(0, 0, 0, 0.05);
}
.c-job-pop .c-form .c-title-box .c-title span:nth-child(1) {
  color: #de1d2e;
}
.c-job-pop .c-form .c-title-box .c-close {
  margin-left: 0.2rem;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  flex-shrink: 0;
}
.c-job-pop .c-form .c-title-box .c-close::before,
.c-job-pop .c-form .c-title-box .c-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #333;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s;
}
.c-job-pop .c-form .c-title-box .c-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-job-pop .c-form .c-title-box .c-close:hover::before,
.c-job-pop .c-form .c-title-box .c-close:hover::after {
  background-color: #de1d2e;
}
.c-job-pop .c-form .c-bottom {
  position: relative;
  z-index: 10;
  padding: 0.3rem 0.3rem 0.5rem;
}
.c-job-pop .c-form .c-bottom .c-list li {
  position: relative;
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
  line-height: 54px;
}
@media (max-width: 767px) {
  .c-job-pop .c-form .c-bottom .c-list li {
    line-height: 0.8rem;
  }
}
.c-job-pop .c-form .c-bottom .c-list li:nth-child(1)::before,
.c-job-pop .c-form .c-bottom .c-list li:nth-child(2)::before,
.c-job-pop .c-form .c-bottom .c-list li:nth-child(3)::before,
.c-job-pop .c-form .c-bottom .c-list li:nth-child(4)::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "*";
  color: #999;
}
.c-job-pop .c-form .c-bottom .c-list li input {
  width: 100%;
  height: 54px;
}
@media (max-width: 767px) {
  .c-job-pop .c-form .c-bottom .c-list li input {
    height: 0.8rem;
  }
}
.c-job-pop .c-form .c-bottom .c-list li #code {
  position: absolute;
  top: 0;
  left: 15px;
  width: 40%;
  height: 54px;
  background: url(../image/ico-arrow2.svg) no-repeat right center / 10px;
}
@media (max-width: 767px) {
  .c-job-pop .c-form .c-bottom .c-list li #code {
    width: 50%;
    height: 0.8rem;
  }
}
.c-job-pop .c-form .c-bottom .c-list li #phone {
  width: 50%;
  margin-left: 50%;
}
@media (max-width: 767px) {
  .c-job-pop .c-form .c-bottom .c-list li #phone {
    margin-left: 60%;
    width: 40%;
  }
}
.c-job-pop .c-form .c-bottom .c-list li .c-text2 {
  margin-top: -0.1rem;
  padding-bottom: 0.2rem;
  line-height: 1.5;
}
.c-job-pop .c-form .c-bottom .c-list li .c-text3 {
  padding-top: 0.2rem;
  line-height: 1.5;
}
.c-job-pop .c-form .c-bottom .c-list li .c-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 36px;
  margin: 0.2rem 0;
  color: #999;
}
@media (max-width: 767px) {
  .c-job-pop .c-form .c-bottom .c-list li .c-box {
    line-height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .c-job-pop .c-form .c-bottom .c-list li .c-box .c-text1 {
    line-height: 0.4rem;
  }
}
.c-job-pop .c-form .c-bottom .c-list li .c-box .c-file-wrap {
  position: relative;
  width: 116px;
  height: 36px;
  background-color: #999;
  transition: all 0.5s;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-job-pop .c-form .c-bottom .c-list li .c-box .c-file-wrap {
    width: 1.6rem;
    height: 0.8rem;
  }
}
.c-job-pop .c-form .c-bottom .c-list li .c-box .c-file-wrap:hover {
  background-color: #de1d2e;
}
.c-job-pop .c-form .c-bottom .c-list li .c-box .c-file-wrap input {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  vertical-align: top;
}
.c-job-pop .c-form .c-bottom .c-list li .c-box .c-file-wrap .c-file-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.c-job-pop .c-form .c-bottom .public-btn4 {
  margin-top: 0.4rem;
}
.c-about1 .c-top .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-about1 .c-top .container .c-left {
  width: 51%;
}
@media (max-width: 767px) {
  .c-about1 .c-top .container .c-left {
    width: 100%;
  }
}
.c-about1 .c-top .container .c-left .c-title {
  line-height: 1.2;
}
.c-about1 .c-top .container .c-left .c-text {
  margin-top: 0.2rem;
  color: #666;
  line-height: 1.8;
  text-align: left;
}
.c-about1 .c-top .container .c-right {
  padding-left: 1.2rem;
  width: 49%;
}
@media (max-width: 1260px) {
  .c-about1 .c-top .container .c-right {
    padding-left: 0.6rem;
  }
}
@media (max-width: 767px) {
  .c-about1 .c-top .container .c-right {
    width: 100%;
    padding: 0.4rem 0 0 0;
  }
}
.c-about1 .c-top .container .c-right .public-img::before {
  padding-top: 108%;
}
.c-about1 .c-bottom {
  background-color: #f8f8f8;
}
.c-solution3-list.c-about1 .c-bottom {
  background-color: #fff;
}
.c-about1 .c-bottom .c-list {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -0.2rem;
}
.c-about1 .c-bottom .c-list li {
  display: flex;
  flex-wrap: wrap;
  width: 32%;
  margin-bottom: 0.2rem;
  padding: 0.6rem;
  border-radius: 10px;
  text-align: center;
}
.c-solution3-list.c-about1 .c-bottom .c-list li {
  flex: auto;
  width: 0;
  margin: 0 12px;
  justify-content: center;
}
.c-solution3-list.c-about1 .c-bottom .c-list li:first-child {
  margin-left: 0;
}
.c-solution3-list.c-about1 .c-bottom .c-list li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .c-about1 .c-bottom .c-list li {
    width: 100%;
  }
  .c-solution3-list.c-about1 .c-bottom .c-list li {
    width: 100%;
  }
}
.c-about1 .c-bottom .c-list li .c-ico {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
}
@media (max-width: 1580px) {
  .c-about1 .c-bottom .c-list li .c-ico {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-about1 .c-bottom .c-list li .c-title {
  margin: 0.25rem 0 0.1rem;
}
.c-about1 .c-bottom .c-list li .c-text {
  line-height: 1.8;
  color: #666;
}
.c-about2 .c-list-box {
  position: relative;
  border-radius: 0;
}
.c-solution3-list.c-about2 {
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .c-about2 .c-list-box {
    background: transparent;
    border: 0;
    box-shadow: none;
  }
}
.c-about2 .c-list-box .c-list1 {
  position: relative;
  padding-top: 42.1875%;
}
@media (max-width: 767px) {
  .c-about2 .c-list-box .c-list1 {
    display: none;
  }
}
.c-about2 .c-list-box .c-list1 li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.c-about2 .c-list-box .c-list1 li.on {
  opacity: 1;
}
.c-about2 .c-list-box .c-list1 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-about2 .c-list-box .c-list2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: flex-start;
}
@media (max-width: 767px) {
  .c-about2 .c-list-box .c-list2 {
    position: relative;
    flex-wrap: wrap;
  }
}
.c-about2 .c-list-box .c-list2 li {
  position: relative;
  width: 33.333333%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.c-solution3-list.c-about2 .c-list-box .c-list2 li {
  width: 50%;
}
.c-solution3-list.c-about2 .c-list-box .c-list2 li a {
  cursor: pointer;
}
.c-about2 .c-list-box .c-list2 li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .c-about2 .c-list-box .c-list2 li {
    width: 100%;
    height: 8rem;
    background-image: linear-gradient(0deg, #fff, #f6f5f5);
    border: 2px solid #fff !important;
    box-shadow: 0px 8px 20px 0 rgba(0, 0, 0, 0.05), 0px 0px 2px 0 #fff;
  }
  .c-solution3-list.c-about2 .c-list-box .c-list2 li {
    width: 100%;
  }
  .c-solution3-list.c-about2 .c-list-box .c-list2 li .c-text-box {
    padding: 0.8rem 0.6rem;
  }
}
.c-about2 .c-list-box .c-list2 li:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .c-about2 .c-list-box .c-list2 li:nth-child(2) {
    margin: 0.4rem 0;
    border: 0;
  }
}
.c-about2 .c-list-box .c-list2 li.on::before {
  background-color: rgba(222, 30, 47, 0.8);
}
.c-about2 .c-list-box .c-list2 li img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
@media (max-width: 767px) {
  .c-about2 .c-list-box .c-list2 li img {
    opacity: 1;
  }
}
.c-about2 .c-list-box .c-list2 li .c-text-box {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0.6rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .c-about2 .c-list-box .c-list2 li .c-text-box {
    padding: 0.8rem;
  }
}
.c-about2 .c-list-box .c-list2 li .c-text-box .c-text {
  display: none;
  padding-top: 0.1rem;
}
@media (max-width: 767px) {
  .c-about2 .c-list-box .c-list2 li .c-text-box .c-text {
    display: block;
  }
}
.c-solution-list1 .public-title {
  width: 100%;
}
.c-solution-list1 .c-text {
  margin: 0.2rem auto 0;
  max-width: 1000px;
  line-height: 1.8;
}
.c-solution-list1 .c-img img {
  max-width: 100%;
}
.c-solution-list2 {
  background: url(../image/solution2-bj.jpg) no-repeat center / cover;
}
.c-solution-list2 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
  text-align: center;
}
.c-solution-list2 .c-list > li {
  display: flex;
  padding: 0 0.1rem 0.2rem;
  width: 33.333333%;
}
@media (max-width: 767px) {
  .c-solution-list2 .c-list > li {
    width: 100%;
  }
}
.c-solution-list2 .c-list > li .c-wrap {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.c-solution-list2 .c-list > li .c-wrap .public-img::before {
  padding-top: 39%;
}
.c-solution-list2 .c-list > li .c-wrap .c-text-box {
  padding: 0.25rem;
  min-height: 2.2rem;
}
.c-solution-list2 .c-list > li .c-wrap .c-text-box .c-title {
  margin-bottom: 0.2rem;
}
.c-solution-list2 .c-list > li .c-wrap .c-text-box .c-list2 li {
  margin-bottom: 0.1rem;
}
.c-solution-list2 .c-list > li .c-wrap .c-text-box .c-list2 li:last-child {
  margin: 0;
}
.c-solution-list2 .c-list > li .c-wrap .c-text-box .c-list2 li a {
  color: #666;
  transition: all 0.3s;
}
.c-solution-list2 .c-list > li .c-wrap .c-text-box .c-list2 li a:hover {
  color: #de1d2e;
}
.c-solution-list3 .c-img {
  display: block;
  text-align: center;
}
.c-solution-list3 .c-img img {
  max-width: 100%;
  max-height: 720px;
  object-fit: contain;
}
.c-solution-list3 .c-tips {
  display: none;
}
@media (max-width: 767px) {
  .c-solution-list3 .c-tips {
    display: block;
    margin-top: 0.4rem;
    color: #999;
    text-align: center;
  }
}
.public-solution-info1 .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.public-solution-info1 .c-left {
  padding-right: 0.9rem;
  width: 50%;
}
@media (max-width: 767px) {
  .public-solution-info1 .c-left {
    padding: 0;
    width: 100%;
  }
}
.public-solution-info1 .c-left .c-title {
  line-height: 1.2;
}
.public-solution-info1 .c-left .c-text1 {
  margin: 0.2rem 0 0.3rem;
  color: #666;
}
@media (max-width: 767px) {
  .public-solution-info1 .c-left .c-text1 {
    margin-bottom: 0.4rem;
  }
}
.public-solution-info1 .c-left .c-title2 {
  margin-bottom: 0.25rem;
}
.public-solution-info1 .c-left .c-text4 {
  padding-top: 0.2rem;
  border-top: 1px solid #ddd;
  color: #666;
}
.public-solution-info1 .c-left .c-list li {
  display: flex;
  align-items: flex-start;
  padding: 0.2rem 0;
  border-top: 1px solid #ddd;
}
.public-solution-info1 .c-left .c-list li .c-text2 {
  flex-shrink: 0;
  padding-right: 0.2rem;
  min-width: 1.2rem;
}
@media (max-width: 767px) {
  .public-solution-info1 .c-left .c-list li .c-text2 {
    padding: 0;
    flex-shrink: 1;
  }
}
.public-solution-info1 .c-left .c-list li .c-text3 {
  color: #666;
}
.public-solution-info1 .c-right {
  width: 50%;
}
@media (max-width: 767px) {
  .public-solution-info1 .c-right {
    margin-top: 0.6rem;
    width: 100%;
  }
}
.public-solution-info1 .c-right .public-img {
  border-radius: 5px;
  overflow: hidden;
}
.public-solution-info1 .c-right .public-img::before {
  padding-top: 65.625%;
}
.public-solution-info2 {
  background-color: #f8f8f8;
}
.public-solution-info2 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.public-solution-info2 .c-list.on li {
  width: 25%;
}
@media (max-width: 1260px) {
  .public-solution-info2 .c-list.on li {
    width: 50%;
  }
}
@media (max-width: 1260px) {
  .public-solution-info2 .c-list.on li {
    width: 100%;
  }
}
.public-solution-info2 .c-list li {
  display: flex;
  padding: 0 0.1rem 0.2rem;
  width: 33.333333%;
}
@media (max-width: 767px) {
  .public-solution-info2 .c-list li {
    width: 100%;
  }
}
.public-solution-info2 .c-list.c-list-auto li {
  flex: auto;
  width: 0;
}
@media (max-width: 767px) {
  .public-solution-info2 .c-list.c-list-auto li {
    width: 50%;
  }
}
@media (max-width: 1260px) {
  .public-solution-info2 .c-list.c-list-auto li {
    width: 100%;
  }
}
.public-solution-info2 .c-list li .c-wrap {
  width: 100%;
  border-radius: 5px;
  padding: 0.4rem;
}
.public-solution-info2 .c-list li .c-wrap .c-ico {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .public-solution-info2 .c-list li .c-wrap .c-ico {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .public-solution-info2 .c-list li .c-wrap .c-ico {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.public-solution-info2 .c-list li .c-wrap .c-title {
  margin: 0.2rem 0 0.1rem;
}
.public-solution-info2 .c-list li .c-wrap .c-text {
  color: #666;
}
.public-solution-info3 .c-list-box {
  position: relative;
}
@media (max-width: 767px) {
  .public-solution-info3 .c-list-box {
    background: transparent;
    border: 0;
    box-shadow: none;
  }
}
.public-solution-info3 .c-list-box .c-list1 {
  position: relative;
  padding-top: 35.9375%;
}
@media (max-width: 767px) {
  .public-solution-info3 .c-list-box .c-list1 {
    display: none;
  }
}
.public-solution-info3 .c-list-box .c-list1 li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.public-solution-info3 .c-list-box .c-list1 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-solution-info3 .c-list-box .c-list1 li.on {
  opacity: 1;
}
.public-solution-info3 .c-list-box .c-list2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .public-solution-info3 .c-list-box .c-list2 {
    position: relative;
    flex-wrap: wrap;
  }
}
.public-solution-info3 .c-list-box .c-list2 li {
  position: relative;
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .public-solution-info3 .c-list-box .c-list2 li {
    height: 8rem;
    width: 100%;
    flex: auto;
    margin-bottom: 0.4rem;
    background-image: linear-gradient(0deg, #fff, #f6f5f5);
    border: 2px solid #fff !important;
    box-shadow: 0px 8px 20px 0 rgba(0, 0, 0, 0.05), 0px 0px 2px 0 #fff;
  }
  .public-solution-info3 .c-list-box .c-list2 li:last-child {
    margin: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .public-solution-info3 .c-list-box .c-list2 li {
    height: 4rem;
  }
}
.public-solution-info3 .c-list-box .c-list2 li:last-child {
  border: 0;
}
.public-solution-info3 .c-list-box .c-list2 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
@media (max-width: 767px) {
  .public-solution-info3 .c-list-box .c-list2 li img {
    opacity: 1;
  }
}
.public-solution-info3 .c-list-box .c-list2 li .c-title0 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 0.35rem;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-solution-info3 .c-list-box .c-list2 li .c-title0 {
    opacity: 0;
  }
}
.public-solution-info3 .c-list-box .c-list2 li .c-text-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.15rem;
  background-color: rgba(222, 30, 47, 0.8);
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-solution-info3 .c-list-box .c-list2 li .c-text-box {
    opacity: 1;
    background-color: transparent;
  }
}
.public-solution-info3 .c-list-box .c-list2 li .c-text-box .c-title {
  margin-bottom: 0.1rem;
}
.public-solution-info3 .c-list-box .c-list2 li.on .c-title0 {
  opacity: 0;
}
.public-solution-info3 .c-list-box .c-list2 li.on .c-text-box {
  opacity: 1;
}
.public-solution-info3.solution3-info1 .c-list-box .c-list2 li .c-text-box .c-text {
  max-width: 360px;
  margin: auto;
}
.public-solution-info3.solution3-info2 .c-list-box ul li .c-text-box .c-text {
  word-break: keep-all;
}
.public-solution-info4 .c-img {
  display: block;
  text-align: center;
}
.public-solution-info4 .c-img img {
  max-width: 100%;
  max-height: 720px;
  object-fit: contain;
}
.public-solution-info4 .c-tips {
  display: none;
}
@media (max-width: 767px) {
  .public-solution-info4 .c-tips {
    display: block;
    margin-top: 0.4rem;
    color: #999;
    text-align: center;
  }
}
.solution2-info5 {
  position: relative;
  z-index: 10;
  overflow: visible;
}
.solution2-info5 .public-title {
  position: relative;
  z-index: 10;
}
.solution2-info5 .c-box {
  position: relative;
}
.solution2-info5 .c-box .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
}
.solution2-info5 .c-box .c-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.solution2-info5 .c-box .c-img-box img:nth-child(2) {
  animation: solution2Info5 4s infinite;
}
.solution2-info5 .c-box .c-img-box img:nth-child(3) {
  animation: solution2Info5 4s 2s infinite;
}
.solution2-info5 .c-box .c-list {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.15rem -0.2rem;
  min-height: 2.5rem;
}
.solution2-info5 .c-box .c-list li {
  padding: 0 0.15rem 0.2rem;
  width: 16.666666%;
}
@media (max-width: 991px) {
  .solution2-info5 .c-box .c-list li {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .solution2-info5 .c-box .c-list li {
    width: 35%;
  }
}
.solution2-info5 .c-box .c-list li:nth-child(4n-1) {
  margin-left: 33.333333%;
}
@media (max-width: 991px) {
  .solution2-info5 .c-box .c-list li:nth-child(4n-1) {
    margin-left: 20%;
  }
}
@media (max-width: 767px) {
  .solution2-info5 .c-box .c-list li:nth-child(4n-1) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .solution2-info5 .c-box .c-list li:nth-child(2n) {
    margin-left: 30%;
  }
}
.solution2-info5 .c-box .c-list li p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.1rem;
  height: 60px;
}
@media (max-width: 767px) {
  .solution2-info5 .c-box .c-list li p {
    height: 1.2rem;
  }
}
.solution2-info6 {
  position: relative;
  padding: 0.5rem 0;
  overflow: hidden;
}
.solution2-info6 > img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .solution2-info6 > img {
    right: -95%;
    max-width: inherit;
    width: auto;
    object-fit: inherit;
  }
}
.solution2-info6 .container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .solution2-info6 .container {
    justify-content: center;
  }
}
.solution2-info6 .c-title {
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .solution2-info6 .c-title {
    margin: 0 0 0.2rem;
  }
}
.c-solution2-list1 .c-top {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .c-solution2-list1 .c-top {
    flex-wrap: wrap;
  }
}
.c-solution2-list1 .c-top .c-title {
  line-height: 1.2;
  width: 50%;
}
@media (max-width: 767px) {
  .c-solution2-list1 .c-top .c-title {
    margin-bottom: 0.4rem;
    width: 100%;
    text-align: center;
  }
}
.c-solution2-list1 .c-top .c-text {
  color: #666;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-solution2-list1 .c-top .c-text {
    line-height: 1.5;
  }
}
.c-solution2-list1 .c-bottom .c-list-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-solution2-list1 .c-bottom .c-list-box .c-list1 {
  position: relative;
  width: 39%;
  padding-right: 0.4rem;
}
@media (max-width: 1900px) {
  .c-solution2-list1 .c-bottom .c-list-box .c-list1 {
    width: 46%;
  }
}
@media (max-width: 991px) {
  .c-solution2-list1 .c-bottom .c-list-box .c-list1 {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    padding: 0 0 0.4rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-solution2-list1 .c-bottom .c-list-box .c-list1 {
    overflow-x: auto;
  }
}
.c-solution2-list1 .c-bottom .c-list-box .c-list1 li {
  margin-bottom: 0.2rem;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .c-solution2-list1 .c-bottom .c-list-box .c-list1 li {
    display: flex;
    width: 32%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .c-solution2-list1 .c-bottom .c-list-box .c-list1 li {
    flex-shrink: 0;
    width: 80%;
    margin-left: 0.2rem;
  }
}
.c-solution2-list1 .c-bottom .c-list-box .c-list1 li .c-wrap {
  padding: 0.3rem;
  transition: all 0.3s;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-solution2-list1 .c-bottom .c-list-box .c-list1 li .c-wrap {
    width: 100%;
  }
}
.c-solution2-list1 .c-bottom .c-list-box .c-list1 li:last-child {
  margin-bottom: 0;
}
.c-solution2-list1 .c-bottom .c-list-box .c-list1 li .c-text {
  margin-top: 0.1rem;
  line-height: 2;
  color: #666;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-solution2-list1 .c-bottom .c-list-box .c-list1 li .c-text {
    line-height: 1.5;
  }
}
.c-solution2-list1 .c-bottom .c-list-box .c-list1 li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .c-solution2-list1 .c-bottom .c-list-box .c-list1 li::before {
    top: auto;
    right: 50%;
    bottom: -20px;
    margin-right: -10px;
    transform: rotate(90deg);
  }
}
.c-solution2-list1 .c-bottom .c-list-box .c-list1 li.on .c-wrap {
  color: #fff;
  background-color: #de1d2e;
}
.c-solution2-list1 .c-bottom .c-list-box .c-list1 li.on::before {
  border-left: 10px solid #de1d2e;
}
.c-solution2-list1 .c-bottom .c-list-box .c-list1 li.on .c-text {
  color: #fff;
}
.c-solution2-list1 .c-bottom .c-list-box .c-list2 {
  position: relative;
  width: 61%;
}
@media (max-width: 1900px) {
  .c-solution2-list1 .c-bottom .c-list-box .c-list2 {
    width: 54%;
  }
}
@media (max-width: 991px) {
  .c-solution2-list1 .c-bottom .c-list-box .c-list2 {
    width: 100%;
  }
}
.c-solution2-list1 .c-bottom .c-list-box .c-list2 li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.2rem;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.5s;
}
.c-solution2-list1 .c-bottom .c-list-box .c-list2 li.on {
  position: relative;
  opacity: 1;
}
.c-solution2-list1 .c-bottom .c-list-box .c-list2 li .public-img::before {
  padding-top: 64%;
}
.c-solution2-list2 {
  background-color: #f8f8f8;
}
.c-solution3-list.c-solution2-list2 {
  background-color: #fff;
}
.c-solution3-list.c-solution2-list2 .c-top .c-list li {
  flex: auto;
  width: 0;
}
.c-solution2-list2 .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.c-solution2-list2 .c-title-box .c-left .c-title {
  line-height: 1.2;
}
.c-solution2-list2 .c-title-box .c-left .c-text {
  color: #666;
  margin-top: 0.1rem;
}
.c-solution2-list2 .c-title-box .c-right {
  margin-left: 0.4rem;
  flex-shrink: 0;
}
.c-solution2-list2 .c-top {
  padding-bottom: 0.4rem;
}
.c-solution2-list2 .c-top .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
}
.c-solution2-list2 .c-top .c-list li {
  width: 25%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 991px) {
  .c-solution2-list2 .c-top .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-solution2-list2 .c-top .c-list li {
    width: 100%;
  }
  .c-solution3-list.c-solution2-list2 .c-top .c-list li {
    width: 100%;
  }
}
.c-solution2-list2 .c-top .c-list li .c-wrap {
  position: relative;
  display: block;
}
.c-solution2-list2 .c-top .c-list li .c-wrap .public-img {
  background-color: #000;
}
.c-solution2-list2 .c-top .c-list li .c-wrap .public-img::before {
  padding-top: 65.333333%;
}
.c-solution2-list2 .c-top .c-list li .c-wrap .public-img img {
  opacity: 0.7;
}
.c-solution2-list2 .c-top .c-list li .c-wrap .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  padding: 0.4rem;
  width: 100%;
  text-align: center;
  color: #fff;
  transform: translateY(-50%);
}
.c-solution2-list2 .c-top .c-list li .c-wrap .c-text {
  height: 0;
  margin-top: 0;
  line-height: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .c-solution2-list2 .c-top .c-list li .c-wrap .c-text {
    line-height: 0.3rem;
  }
}
.c-solution2-list2 .c-top .c-list li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-solution2-list2 .c-top .c-list li .c-wrap:hover .c-text {
  margin-top: 0.05rem;
  height: 20px;
}
@media (max-width: 767px) {
  .c-solution2-list2 .c-top .c-list li .c-wrap:hover .c-text {
    height: 0.3rem;
  }
}
.c-solution2-list2 .c-bottom .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.3rem -0.3rem;
}
@media (max-width: 991px) {
  .c-solution2-list2 .c-bottom .c-list {
    margin: 0 -0.1rem -0.2rem;
  }
}
.c-solution2-list2 .c-bottom .c-list li {
  position: relative;
  display: flex;
  padding: 0 0.3rem 0.3rem;
  width: 25%;
}
@media (max-width: 991px) {
  .c-solution2-list2 .c-bottom .c-list li {
    padding: 0 0.1rem 0.2rem;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-solution2-list2 .c-bottom .c-list li {
    width: 100%;
  }
}
.c-solution2-list2 .c-bottom .c-list li:nth-child(4n) .c-wrap .c-title::before {
  display: none;
}
.c-solution2-list2 .c-bottom .c-list li .c-wrap {
  width: 100%;
}
.c-solution2-list2 .c-bottom .c-list li .c-wrap .c-title {
  position: relative;
  padding: 0.2rem 0.3rem;
  border-bottom: 1px solid #ddd;
}
.c-solution2-list2 .c-bottom .c-list li .c-wrap .c-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: -0.6rem;
  width: 0.6rem;
  height: 100%;
  background: url(../image/ico-arrow3.svg) no-repeat center / 12px;
}
@media (max-width: 991px) {
  .c-solution2-list2 .c-bottom .c-list li .c-wrap .c-title::before {
    display: none;
  }
}
.c-solution2-list2 .c-bottom .c-list li .c-wrap .c-text {
  padding: 0.3rem;
  color: #666;
  min-height: 1.2rem;
  word-wrap: break-word;
  word-break: normal;
}
@media (max-width: 767px) {
  .c-solution2-list2 .c-bottom .c-list li .c-wrap .c-text {
    min-height: 2rem;
  }
}
.c-solution2-list4 .public-title .c-text {
  margin-top: 0.1rem;
  color: #666;
}
.c-solution2-list4 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.2rem;
  text-align: center;
}
.c-solution2-list4 .c-list > li {
  display: flex;
  padding: 0 0.1rem 0.2rem;
  width: 20%;
}
@media (max-width: 991px) {
  .c-solution2-list4 .c-list > li {
    width: 50%;
  }
}
.c-solution2-list4 .c-list > li .c-wrap {
  width: 100%;
}
.c-solution2-list4 .c-list > li .c-wrap .c-text {
  padding: 0.4rem 0.2rem;
  border-top: 2px solid #fff;
  transition: all 0.3s;
}
.c-solution2-list4 .c-list > li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-solution2-list4 .c-list > li .c-wrap:hover .c-text {
  background-color: #de1d2e;
  color: #fff;
}
#c-solution-pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
#c-solution-pop .c-main {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 90%;
  max-width: 800px;
  transform: translate(-50%, -50%);
}
#c-solution-pop .c-main .c-close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#c-solution-pop .c-main .c-close .c-ico {
  width: 100%;
  height: 100%;
}
#c-solution-pop .c-main .c-close .c-ico path {
  fill: #999;
  transition: all 0.3s;
}
#c-solution-pop .c-main .c-close:hover .c-ico path {
  fill: #de1d2e;
}
#c-solution-pop .c-main .c-wrap {
  display: flex;
  align-content: flex-start;
}
@media (max-width: 767px) {
  #c-solution-pop .c-main .c-wrap {
    flex-wrap: wrap;
  }
}
#c-solution-pop .c-main .c-wrap .c-left {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 42.5%;
  padding: 0.4rem;
  background-color: #000;
  color: #fff;
}
@media (max-width: 767px) {
  #c-solution-pop .c-main .c-wrap .c-left {
    width: 100%;
  }
}
#c-solution-pop .c-main .c-wrap .c-left .c-logo {
  display: inline-block;
  height: 42px;
}
@media (max-width: 767px) {
  #c-solution-pop .c-main .c-wrap .c-left .c-logo {
    height: 0.8rem;
  }
}
#c-solution-pop .c-main .c-wrap .c-left .c-logo img,
#c-solution-pop .c-main .c-wrap .c-left .c-logo svg {
  height: 100%;
}
#c-solution-pop .c-main .c-wrap .c-left .c-title {
  margin: 0.15rem 0 0.2rem;
}
#c-solution-pop .c-main .c-wrap .c-left .c-text {
  opacity: 0.7;
}
#c-solution-pop .c-main .c-wrap .c-left .c-link {
  width: 100%;
  color: rgba(255, 255, 255, 0.3);
}
#c-solution-pop .c-main .c-wrap .c-left .c-link a {
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}
#c-solution-pop .c-main .c-wrap .c-left .c-link a:hover {
  color: #de1d2e;
}
#c-solution-pop .c-main .c-wrap .c-right {
  width: 57.5%;
  padding: 0.4rem 0.7rem 0.4rem 0.7rem;
}
@media (max-width: 767px) {
  #c-solution-pop .c-main .c-wrap .c-right {
    padding: 0.4rem;
    width: 100%;
  }
}
#c-solution-pop .c-main .c-wrap .c-right .c-title {
  line-height: 1.2;
}
#c-solution-pop .c-main .c-wrap .c-right .c-text {
  margin: 0.2rem 0 0.3rem;
  color: #999;
}
#c-solution-pop .c-main .c-wrap .c-right img {
  width: 110px;
}
@media (max-width: 767px) {
  #c-solution-pop .c-main .c-wrap .c-right img {
    width: 1.6rem;
  }
}
#c-solution-pop .c-main .c-wrap .c-right .c-text2 {
  margin-top: 0.3rem;
}
#c-solution-pop .c-main .c-wrap .c-right .c-text2 span {
  color: #de1d2e;
}
#c-go-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #de1d2e;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    bottom: 0.2rem;
    right: 0.2rem;
    width: 0.7rem;
    height: 0.7rem;
  }
}
#c-go-top .c-ico {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: all 0.3s;
}
#c-go-top .c-ico path {
  fill: #fff;
}
#c-go-top:hover {
  background-color: #bd0b1d;
}
#c-notice-pop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
  background: #fff;
}
@media (max-width: 767px) {
  #c-notice-pop {
    max-width: 100%;
  }
}
#c-notice-pop .c-top {
  position: relative;
  padding: 0 20px;
  height: 50px;
  background-color: #de1d2e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #c-notice-pop .c-top {
    padding: 0 0.4rem;
    height: 1rem;
  }
}
#c-notice-pop .c-top .c-title {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  #c-notice-pop .c-top .c-title {
    font-size: 0.32rem;
  }
}
#c-notice-pop .c-top .c-close {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-notice-pop .c-top .c-close {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-notice-pop .c-top .c-close img,
#c-notice-pop .c-top .c-close svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#c-notice-pop .c-top .c-close img path,
#c-notice-pop .c-top .c-close svg path {
  fill: #fff;
}
#c-notice-pop .c-content {
  padding: 20px;
  color: #666;
}
@media (max-width: 767px) {
  #c-notice-pop .c-content {
    padding: 0.4rem;
  }
}
