@charset "utf-8";
* {
  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;
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.16rem;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1900px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.6rem;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  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-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 72.9%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.bg-color2 {
  background-color: #f4f4f4;
}
@-webkit-keyframes round1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes round1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes breathing {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes breathing {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 0.72rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 0.72rem;
  }
}
.font14 {
  font-size: 0.14rem;
}
.font16 {
  font-size: 0.16rem;
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
.font36 {
  font-size: 0.36rem;
}
.font40 {
  font-size: 0.4rem;
}
.font44 {
  font-size: 0.44rem;
}
.font48 {
  font-size: 0.48rem;
}
.font60 {
  font-size: 0.6rem;
}
.font72 {
  font-size: 0.72rem;
}
@media (max-width: 1900px) {
  .font14 {
    font-size: 14px;
  }
  .font16,
  .font18 {
    font-size: 16px;
  }
  .font20,
  .font22 {
    font-size: 20px;
  }
  .font24,
  .font26 {
    font-size: 22px;
  }
  .font28,
  .font30 {
    font-size: 24px;
  }
}
@media (max-width: 1580px) {
  .font16,
  .font18 {
    font-size: 14px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
  .font36,
  .font38 {
    font-size: 24px;
  }
  .font40,
  .font42 {
    font-size: 26px;
  }
  .font44,
  .font46 {
    font-size: 28px;
  }
  .font48,
  .font50 {
    font-size: 30px;
  }
  .font60 {
    font-size: 36px;
  }
  .font72 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.6rem;
  }
  .font16,
  .font18 {
    font-size: 0.7rem;
  }
  .font20,
  .font22 {
    font-size: 0.8rem;
  }
  .font24,
  .font26 {
    font-size: 0.9rem;
  }
  .font28,
  .font30 {
    font-size: 1rem;
  }
  .font36,
  .font38 {
    font-size: 1.1rem;
  }
  .font40,
  .font42 {
    font-size: 1.2rem;
  }
  .font44,
  .font46 {
    font-size: 1.2rem;
  }
  .font48,
  .font50 {
    font-size: 1.2rem;
  }
  .font60 {
    font-size: 1.3rem;
  }
  .font72 {
    font-size: 1.4rem;
  }
}
#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: #f4cc1e;
}
#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: #f4cc1e;
}
#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: #f4cc1e;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 116px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
.c-common-btn1,
.c-common-btn2,
.c-common-btn3 {
  display: inline-flex;
  align-items: center;
  padding: 0 0.5rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  background-color: #f4cc1e;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 1900px) {
  .c-common-btn1,
  .c-common-btn2,
  .c-common-btn3 {
    padding: 0 0.3rem;
  }
}
@media (max-width: 1580px) {
  .c-common-btn1,
  .c-common-btn2,
  .c-common-btn3 {
    padding: 0 20px;
    height: 44px;
    border-radius: 22px;
  }
}
@media (max-width: 767px) {
  .c-common-btn1,
  .c-common-btn2,
  .c-common-btn3 {
    padding: 0 1rem;
    height: 2rem;
    border-radius: 1rem;
  }
}
.c-common-btn1 img,
.c-common-btn2 img,
.c-common-btn3 img {
  width: 0.16rem;
  min-width: 16px;
  margin-left: 0.1rem;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .c-common-btn1 img,
  .c-common-btn2 img,
  .c-common-btn3 img {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .c-common-btn1 img,
  .c-common-btn2 img,
  .c-common-btn3 img {
    margin-left: 0.5rem;
    width: 0.7rem;
    min-width: auto;
  }
}
.c-common-btn1:hover img,
.c-common-btn2:hover img,
.c-common-btn3:hover img {
  transform: translateX(10px);
}
.c-common-btn2 {
  color: #fff;
  background-color: #333333;
}
.c-common-btn3 {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border: 2px solid #fff;
}
.text-center {
  text-align: center;
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
#c-header.c-head-move {
  top: -116px;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -80px;
  }
}
#c-header.c-style2 {
  color: #666;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header a {
  color: #fff;
  transition: all 0.5s;
}
#c-header.c-style2 a {
  color: #666;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    padding: 0 0.5rem;
    width: 100%;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #c-header .container {
    padding: 0 1rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
  height: 116px;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box {
    height: 60px;
  }
}
#c-header .c-logo .c-img-box img {
  height: 48px;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 26px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部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 {
  position: relative;
  margin-right: 30px;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f4cc1e;
  transition: 0.5s;
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 10px;
  }
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#c-header .c-nav li a i {
  margin-left: 8px;
  font-size: 20px;
}
#c-header .c-nav li.on > a::before,
#c-header .c-nav li:hover > a::before {
  width: 100%;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  width: 150px;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #666;
}
#c-header.c-style2 .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #f4cc1e;
}
/*顶部移动端导航*/
#c-header .c-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#c-header .c-nav2-box {
  position: fixed;
  top: 0;
  right: -3.6rem;
  z-index: 100;
  width: 3.6rem;
  height: 100%;
  line-height: 36px;
  padding: 116px 60px;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 1900px) {
  #c-header .c-nav2-box {
    right: -360px;
    width: 360px;
  }
}
@media (max-width: 1580px) {
  #c-header .c-nav2-box {
    padding: 70px 60px;
  }
}
@media (max-width: 767px) {
  #c-header .c-nav2-box {
    padding: 3rem 2rem;
    right: -300px;
    width: 300px;
    line-height: 1.5rem;
  }
}
#c-header .c-nav2-box .c-nav2 {
  width: 100%;
  padding-bottom: 60px;
}
@media (max-width: 1580px) {
  #c-header .c-nav2-box .c-nav2 {
    padding-bottom: 40px;
  }
}
#c-header .c-nav2-box .c-nav2 > li {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #c-header .c-nav2-box .c-nav2 > li {
    margin-bottom: 1rem;
  }
}
#c-header .c-nav2-box .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
}
#c-header .c-nav2-box .c-nav2 li .c-title-box.on i {
  transform: rotate(90deg);
}
#c-header .c-nav2-box .c-nav2 li a {
  color: #333;
  transition: all 0.5s;
}
#c-header .c-nav2-box .c-nav2 li a:hover,
#c-header .c-nav2-box .c-nav2 li.on > a {
  color: #f4cc1e;
}
#c-header .c-nav2-box .c-nav2 li i {
  margin-left: 25px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #c-header .c-nav2-box .c-nav2 li i {
    font-size: 1rem;
  }
}
#c-header .c-nav2-box .c-nav2 li i:hover {
  color: #f4cc1e;
}
#c-header .c-nav2-box .c-nav2 li ul {
  display: none;
}
#c-header .c-nav2-box .c-nav2 li ul li {
  padding-left: 10px;
}
#c-header .c-nav2-box .c-text {
  color: #999;
  line-height: 1.45;
}
.c-open #c-header .c-nav2-box {
  right: 0;
}
/*顶部导航开关*/
#c-header .c-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 20px;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #c-header .c-close {
    top: 20px;
    right: 20px;
  }
}
#c-header .c-close:hover {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  #c-header .c-close {
    display: block;
  }
}
#c-header .c-close i {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-close i:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#c-header .c-close i:nth-child(2) {
  bottom: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#c-header .c-switch-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-switch-box .c-switch {
  margin-left: 15px;
  width: 24px;
  height: 20px;
}
@media (max-width: 991px) {
  #c-header .c-switch-box .c-switch {
    margin-left: 5px;
    display: block;
  }
}
#c-header .c-switch-box .c-switch i {
  position: relative;
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-switch-box .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch-box .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch-box .c-switch i:nth-child(2) {
  width: 18px;
  margin: 6px 0;
}
#c-header.c-style2 .c-switch-box {
  color: #333;
  line-height: 1;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
#c-header .c-gn form {
  padding: 0 20px;
  position: relative;
}
@media (max-width: 991px) {
  #c-header .c-gn form {
    padding: 0 5px;
  }
}
#c-header .c-gn form .c-img {
  cursor: pointer;
  width: 22px;
  display: flex;
  align-items: center;
  height: 116px;
}
@media (max-width: 991px) {
  #c-header .c-gn form .c-img {
    width: 18px;
    height: 60px;
  }
}
#c-header .c-gn form .c-img img {
  width: 100%;
  vertical-align: middle;
}
#c-header .c-gn form .c-img img:nth-child(2) {
  display: none;
}
#c-header .c-gn form:hover > i {
  color: #f4cc1e;
}
#c-header .c-gn form > i {
  transition: 0.5s;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 50%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  #c-header .c-gn form .c-box {
    height: 44px;
  }
}
@media (max-width: 767px) {
  #c-header .c-gn form .c-box {
    position: fixed;
    top: 62px;
    right: 0;
    transform: translateY(0);
    right: 1rem;
    width: 280px;
  }
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 15px;
  width: -webkit-calc(38%);
  width: calc(100% - 62px);
  height: 50px;
  border: 1px solid #f4cc1e;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 991px) {
  #c-header .c-gn form .c-box input {
    height: 44px;
  }
}
@media (max-width: 767px) {
  #c-header .c-gn form .c-box input {
    background-color: #fff;
  }
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 62px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background: #f4cc1e url(../images/search1.png) no-repeat center / 22px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-gn form .c-box button {
    height: 44px;
  }
}
#c-header .c-gn .c-language {
  margin-right: 40px;
  padding: 0 20px;
}
@media (max-width: 991px) {
  #c-header .c-gn .c-language {
    margin-right: 10px;
    padding: 0 5px;
  }
}
#c-header .c-gn .c-language .c-img {
  width: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 116px;
}
@media (max-width: 991px) {
  #c-header .c-gn .c-language .c-img {
    width: 18px;
    height: 60px;
  }
}
#c-header .c-gn .c-language .c-img img {
  width: 100%;
  vertical-align: middle;
}
#c-header .c-gn .c-language .c-img img:nth-child(2) {
  display: none;
}
#c-header.c-style2 .c-gn form .c-img {
  height: 116px;
}
@media (max-width: 991px) {
  #c-header.c-style2 .c-gn form .c-img {
    height: 60px;
  }
}
#c-header.c-style2 .c-gn form .c-img img {
  display: none;
}
#c-header.c-style2 .c-gn form .c-img img:nth-child(2) {
  display: inline-block;
}
#c-header.c-style2 .c-gn .c-language .c-img {
  height: 116px;
}
@media (max-width: 991px) {
  #c-header.c-style2 .c-gn .c-language .c-img {
    height: 60px;
  }
}
#c-header.c-style2 .c-gn .c-language .c-img img {
  display: none;
}
#c-header.c-style2 .c-gn .c-language .c-img img:nth-child(2) {
  display: inline-block;
}
/*首页轮播图*/
@-webkit-keyframes scroll1 {
  from {
    top: -50%;
  }
  to {
    top: 100%;
  }
}
@keyframes scroll1 {
  from {
    top: -50%;
  }
  to {
    top: 100%;
  }
}
.c-banner1 .swiper-slide {
  overflow: hidden;
}
.c-banner1 .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bj.png) repeat top left / auto;
  z-index: 5;
}
.c-banner1 .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.c-banner1 .swiper-slide .c-mb1,
.c-banner1 .swiper-slide .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide .c-mb1,
  .c-banner1 .swiper-slide .c-mb2 {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide .c-pc1,
  .c-banner1 .swiper-slide .c-pc2 {
    display: none;
  }
}
.c-banner1 .swiper-slide .c-pc1,
.c-banner1 .swiper-slide .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-banner1 .swiper-slide .c-pc2,
.c-banner1 .swiper-slide .c-mb2 {
  position: relative;
  z-index: 2;
}
.c-banner1 .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .c-banner1 .swiper-slide video {
    display: none;
  }
}
.c-banner1 .swiper-slide .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.c-banner1 .swiper-slide .c-box .c-title {
  margin-bottom: 0.4rem;
  line-height: 1;
}
.c-banner1 .swiper-slide .c-box .c-play {
  margin: 0.4rem auto 0;
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: url(../images/play.png) no-repeat center / 0.18rem auto;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .c-banner1 .swiper-slide .c-box .c-play {
    width: 50px;
    height: 50px;
    background-size: 14px auto;
  }
}
@media (max-width: 767px) {
  .c-banner1 .swiper-slide .c-box .c-play {
    margin-top: 1rem;
    width: 2rem;
    height: 2rem;
    background-size: 0.7rem auto;
  }
}
.c-banner1 .swiper-slide .c-box .c-play:hover {
  background-color: #f4cc1e;
}
.c-banner1 .swiper-slide .c-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.c-banner1 .swiper-slide .c-scroll .c-line {
  margin: 10px auto 0;
  width: 2px;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-banner1 .swiper-slide .c-scroll .c-line {
    height: 2rem;
  }
}
.c-banner1 .swiper-slide .c-scroll .c-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  -webkit-animation: scroll1 1.5s linear infinite;
  animation: scroll1 1.5s linear infinite;
}
@media (max-width: 767px) {
  .c-banner1 .swiper-slide .c-scroll .c-line::before {
    height: 1rem;
  }
}
.c-banner1 .swiper-button-next {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  right: 0.6rem;
  background: url(../images/next.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-prev {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  left: 0.6rem;
  background: url(../images/prev.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-next:hover,
.c-banner1 .swiper-button-prev:hover {
  opacity: 1;
}
/* 底部 */
#c-footer {
  padding: 0.4rem 0;
  background-color: #191919;
  color: #666;
}
@media (max-width: 767px) {
  #c-footer {
    padding: 3rem 0;
  }
}
#c-footer a {
  color: #666;
  transition: all 0.5s;
}
#c-footer a:hover {
  color: #f4cc1e;
}
#c-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  #c-footer .container {
    flex-wrap: wrap;
  }
}
#c-footer .c-left {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-footer .c-left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-left {
    margin-bottom: 1rem;
  }
}
#c-footer .c-left .c-logo {
  display: block;
  width: 52px;
  margin-right: 0.54rem;
}
@media (max-width: 1580px) {
  #c-footer .c-left .c-logo {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  #c-footer .c-left .c-logo {
    margin-right: 1rem;
    width: 2rem;
  }
}
#c-footer .c-left .c-logo img {
  width: 100%;
}
#c-footer .c-left .c-list {
  display: flex;
  align-items: center;
}
#c-footer .c-left .c-list li {
  padding: 0 0.15rem;
  border-right: 1px solid #303030;
  line-height: 1;
}
@media (max-width: 1580px) {
  #c-footer .c-left .c-list li {
    padding: 0 10px;
  }
}
#c-footer .c-left .c-list li:first-child {
  padding-left: 0;
}
#c-footer .c-left .c-list li:last-child {
  padding-right: 0;
  border: 0;
}
#c-footer .c-right {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-footer .c-right {
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-right {
    margin-top: 1rem;
  }
}
#c-footer .c-right .c-weixin {
  position: relative;
  cursor: pointer;
}
#c-footer .c-right .c-weixin a {
  display: block;
  width: 26px;
  height: 26px;
}
#c-footer .c-right .c-weixin a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-footer .c-right .c-weixin .c-img {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 100px;
  height: 0;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.5s;
}
#c-footer .c-right .c-weixin .c-img img {
  margin: 5px;
  width: 90px;
}
#c-footer .c-right .c-weixin:hover .c-img {
  height: 100px;
}
#c-footer .c-right .c-phone {
  margin-left: 26px;
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 1580px) {
  #c-footer .c-right .c-phone {
    margin-left: 10px;
  }
}
#c-footer .c-right .c-phone > img {
  margin-right: 8px;
  width: 22px;
}
/* 公共banner */
#c-common-banner {
  position: relative;
  height: 5.85rem;
}
@media (max-width: 1260px) {
  #c-common-banner {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  #c-common-banner {
    height: 14rem;
  }
}
#c-common-banner.c-dt {
  height: 100vh;
}
#c-common-banner.c-dt::before {
  display: none;
}
#c-common-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: url(../images/bj3.png) repeat top left / auto;
}
#c-common-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-common-banner .c-mb1,
#c-common-banner .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  #c-common-banner .c-mb1,
  #c-common-banner .c-mb2 {
    display: block;
  }
}
@media (max-width: 991px) {
  #c-common-banner .c-pc1,
  #c-common-banner .c-pc2 {
    display: none;
  }
}
#c-common-banner .c-pc1,
#c-common-banner .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#c-common-banner .c-pc2,
#c-common-banner .c-mb2 {
  position: relative;
  z-index: 2;
}
#c-common-banner .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  color: #fff;
}
#c-common-banner .c-box .c-en-title {
  font-family: Montserrat,PingFang SC,Arial;
}
#c-common-banner .c-box .c-title {
  margin: 0.2rem 0 0.5rem;
}
@media (max-width: 767px) {
  #c-common-banner .c-box .c-title {
    margin: 0.5rem 0 1rem;
  }
}
#c-common-banner .c-box .c-line {
  width: 52px;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  #c-common-banner .c-box .c-line {
    width: 1.5rem;
  }
}
#c-common-banner .c-box .c-text {
  margin-top: 0.5rem;
  max-width: 400px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #c-common-banner .c-box .c-text {
    margin-top: 1rem;
  }
}
#c-common-banner .c-box2 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
#c-common-banner .c-box2 .c-text {
  margin-top: 0.15rem;
}
#c-common-banner .c-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#c-common-banner .c-scroll .c-text {
  opacity: 0.6;
}
#c-common-banner .c-scroll .c-line {
  margin: 10px auto 0;
  width: 2px;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-common-banner .c-scroll .c-line {
    height: 2rem;
  }
}
#c-common-banner .c-scroll .c-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  -webkit-animation: scroll1 1.5s linear infinite;
  animation: scroll1 1.5s linear infinite;
}
@media (max-width: 767px) {
  #c-common-banner .c-scroll .c-line::before {
    height: 1rem;
  }
}
#c-common-banner.c-search .c-box {
  text-align: center;
}
#c-common-banner.c-search .c-box .c-title {
  margin: 0 0 0.5rem;
}
@media (max-width: 767px) {
  #c-common-banner.c-search .c-box .c-title {
    margin-bottom: 1rem;
  }
}
#c-common-banner.c-search .c-box form {
  position: relative;
  display: flex;
  align-items: center;
  width: 42.85%;
  margin: 0 auto;
  color: #8e8e8e;
}
@media (max-width: 767px) {
  #c-common-banner.c-search .c-box form {
    width: 100%;
  }
}
#c-common-banner.c-search .c-box form input {
  padding: 0 0.3rem;
  width: 100%;
  height: 0.6rem;
  border-radius: 0.3rem;
  line-height: 0.6rem;
  background-color: #fff;
  color: #333;
}
@media (max-width: 1580px) {
  #c-common-banner.c-search .c-box form input {
    height: 44px;
    border-radius: 22px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  #c-common-banner.c-search .c-box form input {
    padding: 0 1rem;
    height: 2rem;
    border-radius: 1rem;
    line-height: 2rem;
  }
}
#c-common-banner.c-search .c-box form button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 0.8rem;
  height: 100%;
  border-radius: 0.3rem;
  background: #fff url(../images/search2.png) no-repeat center / 0.24rem auto;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-common-banner.c-search .c-box form button {
    width: 60px;
    border-radius: 22px;
    background-size: 16px auto;
  }
}
@media (max-width: 767px) {
  #c-common-banner.c-search .c-box form button {
    width: 2.5rem;
    border-radius: 1;
    background-size: 0.8rem auto;
  }
}
#c-common-banner.c-search .c-box form button:hover {
  width: 1.2rem;
  background-color: #f4cc1e;
  background-image: url(../images/search1.png);
}
@media (max-width: 1580px) {
  #c-common-banner.c-search .c-box form button:hover {
    width: 80px;
  }
}
@media (max-width: 767px) {
  #c-common-banner.c-search .c-box form button:hover {
    width: 3rem;
  }
}
.c-common-site .c-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  color: #666;
}
@media (max-width: 767px) {
  .c-common-site .c-box {
    padding: 1rem 0;
  }
}
.c-common-site .c-box a {
  color: #666;
  transition: all 0.5s;
}
.c-common-site .c-box a:hover {
  color: #f4cc1e;
}
.c-common-site .c-box span {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .c-common-site .c-box span {
    margin: 0 0.5rem;
  }
}
.c-common-site .c-box span:last-child {
  display: none;
}
/* 顶部菜单 */
#c-top-menu {
  background: #f7f7f7;
  border-bottom: 1px solid #fafafa;
}
#c-top-menu .c-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  margin-bottom: -1px;
}
#c-top-menu .c-list li {
  flex: none;
  margin-right: 0.4rem;
  line-height: 80px;
  width: 190px;
}
#c-top-menu .c-list li a {
  position: relative;
  display: block;
  color: #666;
  transition: 0.5s;
}
#c-top-menu .c-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 2px solid #f4cc1e;
  transition: 0.5s;
}
#c-top-menu .c-list li.on a,
#c-top-menu .c-list li a:hover {
  color: #f4cc1e;
}
#c-top-menu .c-list li.on a::before,
#c-top-menu .c-list li a:hover::before {
  width: 100%;
}
#c-top-menu.c-click-move .c-list li {
  width: 25%;
  margin: 0;
}
/* 地图 */
.c-map {
  width: 100%;
  height: 4.78rem;
  min-height: 400px;
  background: #f5f5f5;
}
@media (max-width: 991px) {
  .c-map {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .c-map {
    min-height: 14rem;
  }
}
.c-map .map-title {
  font-size: 14px;
  font-weight: bold;
  color: #f4cc1e;
}
.c-map .map-content {
  font-size: 12px;
  color: #222;
}
.c-map .anchorBL {
  display: none;
}
/* 分享 */
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;
}
/* 上下页 */
#c-prev-next {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-prev-next a {
  max-width: 46%;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  transition: 0.5s;
}
#c-prev-next a:hover {
  color: #f4cc1e;
}
#c-prev-next .prev i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
#c-prev-next .next i {
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #c-prevNext {
    margin: -5px 0;
  }
  #c-prevNext a {
    margin: 5px 0;
  }
  #c-prevNext .prev i {
    margin-right: 10px;
  }
  #c-prevNext .next i {
    margin-left: 10px;
  }
}
/* 公共分页 */
.c-common-page {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #666;
}
.c-common-page a {
  margin: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  min-height: 40px;
  min-width: 40px;
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #666;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .c-common-page a {
    font-size: 0.6rem;
    width: 2rem;
    height: 2rem;
  }
}
.c-common-page a.on,
.c-common-page a:hover {
  color: #333;
  background: #f4cc1e;
}
.c-common-page img {
  width: 0.06rem;
  min-width: 6px;
}
@media (max-width: 767px) {
  .c-common-page img {
    width: 0.25rem;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .c-page a {
    display: none;
  }
  .c-page .prev,
  .c-page .next {
    display: inline-block;
  }
}
/* 公共标题 */
.c-common-title .c-en-title {
  font-family: Montserrat,PingFang SC,Arial;
  font-weight: bold;
  color: #999;
  opacity: 0.5;
  line-height: 1;
}
.c-common-title .c-title {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .c-common-title .c-title {
    margin-top: 0.25rem;
  }
}
.c-common-title2 .c-title {
  font-weight: bold;
  line-height: 1.2;
}
#c-solution {
  padding: 1.66rem 0 3.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-solution {
    padding: 3rem 0;
  }
}
#c-solution .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-solution .c-left {
  position: relative;
  z-index: 5;
  width: 42.857%;
}
@media (max-width: 767px) {
  #c-solution .c-left {
    width: 100%;
  }
}
#c-solution .c-left .c-list {
  position: relative;
  height: 4rem;
}
@media (max-width: 1260px) {
  #c-solution .c-left .c-list {
    height: 260px;
  }
}
@media (max-width: 767px) {
  #c-solution .c-left .c-list {
    height: 10rem;
  }
}
#c-solution .c-left .c-list::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 1px solid #cbcbcb;
  width: 2.35rem;
}
@media (max-width: 991px) {
  #c-solution .c-left .c-list::before {
    right: -1rem;
  }
}
@media (max-width: 767px) {
  #c-solution .c-left .c-list::before {
    display: none;
  }
}
#c-solution .c-left .c-list li {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 3.3rem;
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  #c-solution .c-left .c-list li {
    width: 4.2rem;
  }
}
@media (max-width: 991px) {
  #c-solution .c-left .c-list li {
    width: 5rem;
  }
}
@media (max-width: 767px) {
  #c-solution .c-left .c-list li {
    width: 100%;
  }
}
#c-solution .c-left .c-list li.on {
  opacity: 1;
  z-index: 2;
}
#c-solution .c-left .c-list li .c-title {
  font-weight: bold;
  line-height: 1;
}
#c-solution .c-left .c-list li .c-text {
  margin: 0.3rem 0;
  line-height: 1.45;
  color: #666;
}
@media (max-width: 767px) {
  #c-solution .c-left .c-list li .c-text {
    margin: 0.5rem 0;
  }
}
#c-solution .c-left .c-list li .c-more {
  display: inline-block;
  border-bottom: 1px solid #333;
  color: #333;
  transition: all 0.5s;
}
#c-solution .c-left .c-list li .c-more:hover {
  color: #f4cc1e;
  border-color: #f4cc1e;
}
#c-solution .c-left .c-btn-box {
  display: flex;
  align-items: flex-start;
}
#c-solution .c-left .c-btn-box div {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-solution .c-left .c-btn-box div {
    width: 44px;
    height: 44px;
    background-size: 14px auto;
  }
}
@media (max-width: 767px) {
  #c-solution .c-left .c-btn-box div {
    width: 2rem;
    height: 2rem;
    background-size: 0.7rem auto;
  }
}
#c-solution .c-left .c-btn-box .c-prev {
  background: #f4f4f4 url(../images/jt1-2.png) no-repeat center / 14px auto;
}
#c-solution .c-left .c-btn-box .c-prev:hover {
  background-color: #f4cc1e;
  background-image: url(../images/jt1-1.png);
}
#c-solution .c-left .c-btn-box .c-next {
  margin-left: 0.2rem;
  background: #f4f4f4 url(../images/jt2-2.png) no-repeat center / 14px auto;
}
@media (max-width: 1260px) {
  #c-solution .c-left .c-btn-box .c-next {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  #c-solution .c-left .c-btn-box .c-next {
    margin-left: 0.5rem;
  }
}
#c-solution .c-left .c-btn-box .c-next:hover {
  background-color: #f4cc1e;
  background-image: url(../images/jt2-1.png);
}
@media (max-width: 767px) {
  #c-solution .c-right {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 4rem 0 3rem;
  }
}
#c-solution .c-right .c-main {
  position: relative;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
}
#c-solution .c-right .c-main.on::before {
  animation: breathing 1s;
}
#c-solution .c-right .c-main.on::after {
  animation: breathing 1s;
}
#c-solution .c-right .c-main.on .c-round {
  animation: breathing 1s;
}
#c-solution .c-right .c-main::before,
#c-solution .c-right .c-main::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 10.4rem;
  height: 10.4rem;
  margin: -5.2rem 0 0 -5.2rem;
  background-color: #f9f9f9;
  border-radius: 50%;
  box-sizing: border-box;
}
#c-solution .c-right .c-main::before {
  z-index: 1;
  width: 14rem;
  height: 14rem;
  margin: -7rem 0 0 -7rem;
  background-color: #fdfdfd;
}
#c-solution .c-right .c-main .c-round {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f2f2f2;
}
#c-solution .c-right .c-main .c-list1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 3.86rem;
  height: 3.86rem;
  transform: translate(-50%, -50%);
  background: #f4cc1e;
  background: -webkit-linear-gradient(left, #efc200, #f0db7e);
  background: linear-gradient(to right, #efc200, #f0db7e);
  border-radius: 50%;
}
#c-solution .c-right .c-main .c-list1 li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#c-solution .c-right .c-main .c-list1 li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-solution .c-right .c-main .c-list1 li.on {
  opacity: 1;
}
#c-solution .c-right .c-main .c-list2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.5s;
}
#c-solution .c-right .c-main .c-list2 li {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left top;
  transition: all 0.5s;
}
#c-solution .c-right .c-main .c-list2 li .c-wrap {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 0.6rem;
  height: 0.6rem;
}
@media (max-width: 1580px) {
  #c-solution .c-right .c-main .c-list2 li .c-wrap {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  #c-solution .c-right .c-main .c-list2 li .c-wrap {
    width: 2rem;
    height: 2rem;
  }
}
#c-solution .c-right .c-main .c-list2 li .c-wrap .c-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #cdcdcd;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
}
#c-solution .c-right .c-main .c-list2 li .c-wrap .c-img img {
  max-width: 0.34rem;
  max-height: 0.34rem;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-solution .c-right .c-main .c-list2 li .c-wrap .c-img img {
    max-width: 24px;
    max-height: 24px;
  }
}
@media (max-width: 767px) {
  #c-solution .c-right .c-main .c-list2 li .c-wrap .c-img img {
    max-width: 1.2rem;
  }
}
#c-solution .c-right .c-main .c-list2 li .c-wrap .c-img img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
#c-solution .c-right .c-main .c-list2 li .c-wrap::before,
#c-solution .c-right .c-main .c-list2 li .c-wrap::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #cecece;
  transform: scale(1.16);
  background-color: transparent;
}
#c-solution .c-right .c-main .c-list2 li .c-wrap::before {
  z-index: -2;
  background-color: transparent;
  transform: scale(1.5);
  border: 1px solid #e1e1e1;
}
#c-solution .c-right .c-main .c-list2 li.on .c-wrap .c-img {
  border-color: #fbdf65;
  background-color: #f4cc1e;
}
#c-solution .c-right .c-main .c-list2 li.on .c-wrap .c-img img:nth-child(2) {
  opacity: 1;
}
#c-solution .c-right .c-main .c-list2 li.on .c-wrap::before,
#c-solution .c-right .c-main .c-list2 li.on .c-wrap::after {
  border-color: #f4cc1e;
  background-color: #ffeb94;
}
#c-solution .c-right .c-main .c-list2 li.on .c-wrap::before {
  border-color: #fdf5d2;
  background-color: #fdf5d2;
}
#c-about {
  height: 350vh;
}
@media (max-width: 991px) {
  #c-about {
    height: auto;
  }
}
#c-about .c-main {
  position: relative;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  #c-about .c-main {
    height: 12rem;
  }
}
@media (max-width: 767px) {
  #c-about .c-main {
    height: 20rem;
  }
}
#c-about .c-main .c-box1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  transform: scale(1.01);
}
@media (max-width: 991px) {
  #c-about .c-main .c-box1 {
    display: none;
  }
}
#c-about .c-main .c-box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-about .c-main .c-box2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#c-about .c-main .c-box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-about .c-main .c-box3 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/bj2.png) repeat top left / auto;
}
@media (max-width: 991px) {
  #c-about .c-main .c-box3 {
    opacity: 1;
  }
}
#c-about .c-main .c-box3 .c-common-title {
  text-align: center;
}
#c-about .c-main .c-box3 .c-common-title .c-en-title {
  color: #fff;
  opacity: 0.3;
}
#c-about .c-main .c-box3 .c-common-title .c-title {
  color: #fff;
}
#c-about .c-main .c-box3 .c-text-box {
  padding: 0.4rem 0 0.8rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  #c-about .c-main .c-box3 .c-text-box {
    padding: 1.5rem 0;
  }
}
#c-about .c-main .c-box3 .c-text-box .c-title {
  line-height: 1;
}
#c-about .c-main .c-box3 .c-text-box .c-text {
  margin: 0.35rem auto 0;
  max-width: 650px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #c-about .c-main .c-box3 .c-text-box .c-text {
    margin-top: 0.5rem;
  }
}
#c-about .c-main .c-box3 .c-btn-box {
  text-align: center;
}
#c-product {
  overflow: hidden;
}
#c-product .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #c-product .container {
    flex-wrap: wrap;
  }
}
#c-product .c-left {
  padding: 1.9rem 0 2.7rem;
  width: 50%;
}
@media (max-width: 767px) {
  #c-product .c-left {
    padding: 3rem 0;
    width: 100%;
  }
}
#c-product .c-left .c-list {
  margin-top: 0.4rem;
  position: relative;
  height: 3.2rem;
}
@media (max-width: 1260px) {
  #c-product .c-left .c-list {
    margin-top: 0;
    height: 220px;
  }
}
@media (max-width: 767px) {
  #c-product .c-left .c-list {
    height: 7rem;
  }
}
#c-product .c-left .c-list li {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 4.2rem;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  #c-product .c-left .c-list li {
    width: 5rem;
  }
}
@media (max-width: 767px) {
  #c-product .c-left .c-list li {
    width: 100%;
  }
}
#c-product .c-left .c-list li.on {
  opacity: 1;
  z-index: 2;
}
#c-product .c-left .c-list li .c-title {
  font-family: Montserrat,PingFang SC,Arial;
  font-weight: bold;
  line-height: 1.1;
}
#c-product .c-left .c-list li .c-text {
  color: #666;
  line-height: 1.45;
}
#c-product .c-left .c-list li .c-more {
  margin-top: 0.2rem;
  display: inline-block;
  border-bottom: 1px solid #333;
  color: #333;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #c-product .c-left .c-list li .c-more {
    margin-top: 0.5rem;
  }
}
#c-product .c-left .c-list li .c-more:hover {
  color: #f4cc1e;
  border-color: #f4cc1e;
}
#c-product .c-left .c-list li .c-box {
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  #c-product .c-left .c-list li .c-box {
    margin-top: 0.5rem;
  }
}
#c-product .c-right {
  position: relative;
  top: -3.25rem;
  right: -3.58rem;
}
@media (max-width: 767px) {
  #c-product .c-right {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    top: 0;
    right: 0;
    width: 100%;
    padding: 1rem 0 5rem;
  }
}
#c-product .c-right .c-btn-box {
  position: absolute;
  z-index: 20;
  top: 73%;
  right: 4.3rem;
}
@media (max-width: 1580px) {
  #c-product .c-right .c-btn-box {
    right: 3.6rem;
  }
}
@media (max-width: 1260px) {
  #c-product .c-right .c-btn-box {
    top: 66%;
  }
}
@media (max-width: 767px) {
  #c-product .c-right .c-btn-box {
    display: flex;
    align-items: flex-start;
    top: -5rem;
    right: 0.6rem;
  }
}
#c-product .c-right .c-btn-box div {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-product .c-right .c-btn-box div {
    width: 44px;
    height: 44px;
    background-size: 14px auto;
  }
}
@media (max-width: 767px) {
  #c-product .c-right .c-btn-box div {
    width: 2rem;
    height: 2rem;
    background-size: 0.7rem auto;
  }
}
#c-product .c-right .c-btn-box .c-prev {
  background: #f4f4f4 url(../images/jt1-2.png) no-repeat center / 14px auto;
}
#c-product .c-right .c-btn-box .c-prev:hover {
  background-color: #f4cc1e;
  background-image: url(../images/jt1-1.png);
}
#c-product .c-right .c-btn-box .c-next {
  margin-top: 0.2rem;
  background: #f4f4f4 url(../images/jt2-2.png) no-repeat center / 14px auto;
}
@media (max-width: 1260px) {
  #c-product .c-right .c-btn-box .c-next {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #c-product .c-right .c-btn-box .c-next {
    margin: 0 0 0 0.5rem;
  }
}
#c-product .c-right .c-btn-box .c-next:hover {
  background-color: #f4cc1e;
  background-image: url(../images/jt2-1.png);
}
#c-product .c-right .c-main {
  position: relative;
  width: 11.4rem;
  height: 11.4rem;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
#c-product .c-right .c-main::before {
  content: "";
  position: absolute;
  bottom: -0.9rem;
  left: -2.2rem;
  z-index: 1;
  width: 4.8rem;
  height: 4.3rem;
  background-color: #e0e0e0;
}
@media (max-width: 767px) {
  #c-product .c-right .c-main::before {
    bottom: 9.2rem;
    left: 3rem;
  }
}
#c-product .c-right .c-main .c-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
#c-product .c-right .c-main .c-list li {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left top;
  transition: all 0.5s;
}
#c-product .c-right .c-main .c-list li .c-box {
  transform: scale(0.5);
  transition: all 0.5s 0.5s;
}
#c-product .c-right .c-main .c-list li .c-wrap {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 5.9rem;
  height: 5.5rem;
}
#c-product .c-right .c-main .c-list li .c-wrap img {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-product .c-right .c-main .c-list li .c-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  transition: all 0.5s 0.5s;
}
#c-product .c-right .c-main .c-list li.on .c-box {
  transform: scale(1);
}
#c-product .c-right .c-main .c-list li.on .c-box .c-wrap::after {
  opacity: 0;
}
#c-news {
  padding: 1.7rem 0;
}
@media (max-width: 767px) {
  #c-news {
    padding: 3rem 0;
  }
}
#c-news .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #c-news .container {
    flex-wrap: wrap;
  }
}
#c-news .c-left {
  position: relative;
  position: sticky;
  top: 200px;
  width: 3.5rem;
}
@media (max-width: 1260px) {
  #c-news .c-left {
    width: 4.2rem;
  }
}
@media (max-width: 991px) {
  #c-news .c-left {
    width: 5rem;
  }
}
@media (max-width: 767px) {
  #c-news .c-left {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
#c-news .c-left .c-text {
  margin: 0.4rem 0 0.7rem;
  line-height: 1.45;
}
@media (max-width: 767px) {
  #c-news .c-left .c-text {
    margin: 0.5rem 0 1rem;
  }
}
#c-news .c-right {
  width: 66%;
}
@media (max-width: 767px) {
  #c-news .c-right {
    width: 100%;
  }
}
#c-news .c-right .c-list {
  margin: 0 -0.4rem -0.6rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  #c-news .c-right .c-list {
    margin: 0 -0.3rem -0.6rem;
  }
}
@media (max-width: 767px) {
  #c-news .c-right .c-list {
    margin: 0 -0.5rem -1.5rem;
  }
}
#c-news .c-right .c-list li {
  float: left;
  width: 50%;
  padding: 0 0.4rem 0.6rem;
}
@media (max-width: 991px) {
  #c-news .c-right .c-list li {
    padding: 0 0.3rem 0.6rem;
  }
}
@media (max-width: 767px) {
  #c-news .c-right .c-list li {
    padding: 0 0.5rem 1.5rem;
  }
}
#c-news .c-right .c-list li:nth-child(even) {
  float: right;
}
#c-news .c-right .c-list li:nth-child(2) {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  #c-news .c-right .c-list li:nth-child(2) {
    margin-top: 2rem;
  }
}
#c-news .c-right .c-list li .c-wrap {
  display: block;
  color: #333;
}
#c-news .c-right .c-list li .c-wrap .c-img-box {
  height: 4.24rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-news .c-right .c-list li .c-wrap .c-img-box {
    height: 8rem;
  }
}
#c-news .c-right .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-news .c-right .c-list li .c-wrap .c-text-box .c-title-wrap {
  margin: 0.25rem 0;
}
@media (max-width: 767px) {
  #c-news .c-right .c-list li .c-wrap .c-text-box .c-title-wrap {
    margin: 0.5rem 0;
  }
}
#c-news .c-right .c-list li .c-wrap .c-text-box .c-title {
  display: inline;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #f4cc1e 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
#c-news .c-right .c-list li .c-wrap .c-text-box .c-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
}
#c-news .c-right .c-list li .c-wrap:hover .c-text-box .c-title {
  background-size: 100% 100%;
}
#c-news .c-right .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1);
}
.c-common-list {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .c-common-list {
    padding-bottom: 3rem;
  }
}
.c-common-list .c-list1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.7rem 0;
  margin-bottom: -0.24rem;
}
@media (max-width: 767px) {
  .c-common-list .c-list1 {
    margin-bottom: -0.5rem;
    padding: 1.5rem 0;
  }
}
.c-common-list .c-list1 li {
  padding: 0 0.12rem 0.24rem;
}
@media (max-width: 767px) {
  .c-common-list .c-list1 li {
    padding: 0 0.25rem 0.5rem;
  }
}
.c-common-list .c-list1 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.76rem;
  height: 0.56rem;
  color: #666;
  background: #fff;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .c-common-list .c-list1 li a {
    width: 120px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .c-common-list .c-list1 li a {
    width: 5rem;
    height: 2rem;
    font-size: 0.7rem;
  }
}
.c-common-list .c-list1 li.on a,
.c-common-list .c-list1 li a:hover {
  color: #333;
  background: #f4cc1e;
}
.c-common-list .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.17rem 0.24rem;
}
@media (max-width: 767px) {
  .c-common-list .c-list2 {
    margin: 0 0 0.5rem;
  }
}
.c-common-list .c-list2 li {
  width: 33.333333%;
  padding: 0 0.17rem 0.34rem;
}
@media (max-width: 767px) {
  .c-common-list .c-list2 li {
    padding: 0 0 1rem;
    width: 100%;
  }
}
.c-common-list .c-list2 li .c-wrap {
  display: block;
  background-color: #fff;
}
.c-common-list .c-list2 li .c-wrap .c-img-box {
  height: 2.66rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .c-common-list .c-list2 li .c-wrap .c-img-box {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-common-list .c-list2 li .c-wrap .c-img-box {
    height: 10rem;
  }
}
.c-common-list .c-list2 li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.c-common-list .c-list2 li .c-wrap .c-text-box {
  padding: 0.2rem 0.35rem 0.25rem;
  color: #666;
}
@media (max-width: 767px) {
  .c-common-list .c-list2 li .c-wrap .c-text-box {
    padding: 1rem;
  }
}
.c-common-list .c-list2 li .c-wrap .c-text-box .c-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  transition: all 0.5s;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-common-list .c-list2 li .c-wrap .c-text-box .c-title {
    word-wrap: break-word;
    word-break: normal;
  }
}
.c-common-list .c-list2 li .c-wrap .c-text-box .c-text {
  margin-top: 0.05rem;
  height: 0.4rem;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 1900px) {
  .c-common-list .c-list2 li .c-wrap .c-text-box .c-text {
    line-height: 20px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .c-common-list .c-list2 li .c-wrap .c-text-box .c-text {
    line-height: 1rem;
    height: 2rem;
    margin-top: 0.25rem;
  }
}
.c-common-list .c-list2 li .c-wrap .c-text-box .c-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 0.1rem;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .c-common-list .c-list2 li .c-wrap .c-text-box .c-box {
    padding-top: 0.5rem;
    margin-top: 0.5rem;
  }
}
.c-common-list .c-list2 li .c-wrap .c-text-box .c-box::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  border-top: 1px solid #f4cc1e;
  transition: all 0.5s;
}
.c-common-list .c-list2 li .c-wrap:hover .c-img-box img {
  transform: scale(1.1);
}
.c-common-list .c-list2 li .c-wrap:hover .c-text-box .c-title {
  color: #f4cc1e;
}
.c-common-list .c-list2 li .c-wrap:hover .c-text-box .c-box::before {
  width: 100%;
}
.c-common-info {
  padding: 1rem 0 1.2rem;
}
@media (max-width: 767px) {
  .c-common-info {
    padding: 3rem 0;
  }
}
.c-common-info .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-common-info .container {
    flex-wrap: wrap;
  }
}
.c-common-info .c-left {
  width: 58.333333%;
}
@media (max-width: 767px) {
  .c-common-info .c-left {
    width: 100%;
  }
}
.c-common-info .c-left .c-time {
  margin-bottom: 0.1rem;
  color: #8e8e8e;
}
@media (max-width: 767px) {
  .c-common-info .c-left .c-time {
    margin-bottom: 0.25rem;
  }
}
.c-common-info .c-left .c-title {
  font-weight: bold;
}
.c-common-info .c-left .c-share {
  margin: 0.35rem 0 0.25rem;
}
@media (max-width: 767px) {
  .c-common-info .c-left .c-share {
    margin: 0.5rem 0 1.5rem;
  }
}
.c-common-info .c-left .c-share .bshare-custom.icon-medium {
  display: flex;
  align-items: center;
}
.c-common-info .c-left .c-share .c-text {
  margin-right: 20px;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #8e8e8e;
}
@media (max-width: 1900px) {
  .c-common-info .c-left .c-share .c-text {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .c-common-info .c-left .c-share .c-text {
    font-size: 14px;
  }
}
.c-common-info .c-left .c-text-box {
  color: #666;
  line-height: 1.8;
}
.c-common-info .c-left .c-text-box img {
  max-width: 100%;
  height: auto !important;
}
.c-common-info .c-left .c-link-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .c-common-info .c-left .c-link-box {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}
.c-common-info .c-left .c-link-box > div {
  flex-shrink: 1;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .c-common-info .c-left .c-link-box > div {
    padding-right: 20px;
  }
}
.c-common-info .c-left .c-link-box > div p:nth-child(2) {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .c-common-info .c-left .c-link-box > div p:nth-child(2) {
    margin-top: 0.5rem;
  }
}
.c-common-info .c-left .c-link-box > div a {
  color: #333;
  opacity: 0.5;
  transition: all 0.5s;
}
.c-common-info .c-left .c-link-box > div a:hover {
  opacity: 1;
}
.c-common-info .c-left .c-link-box > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.52rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  color: #333;
  background: #f4cc1e;
}
@media (max-width: 1580px) {
  .c-common-info .c-left .c-link-box > a {
    width: 130px;
    height: 44px;
    border-radius: 22px;
  }
}
@media (max-width: 767px) {
  .c-common-info .c-left .c-link-box > a {
    width: 5rem;
    height: 2rem;
  }
}
.c-common-info .c-left .c-link-box > a img {
  margin-left: 10px;
  width: 0.16rem;
  min-width: 16px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .c-common-info .c-left .c-link-box > a img {
    min-width: 0.6rem;
  }
}
.c-common-info .c-left .c-link-box > a:hover img {
  transform: translateX(10px);
}
.c-common-info .c-right {
  position: sticky;
  top: 100px;
  width: 33.333333%;
  padding-top: 0.4rem;
}
@media (max-width: 767px) {
  .c-common-info .c-right {
    width: 100%;
    position: relative;
    top: 0;
    padding-top: 3rem;
  }
}
.c-common-info .c-right .c-title {
  margin-bottom: 0.1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-common-info .c-right .c-title {
    margin-bottom: 0;
  }
}
.c-common-info .c-right .c-list li {
  padding: 0.25rem 0;
  border-bottom: 1px dotted #c5c5c5;
}
@media (max-width: 767px) {
  .c-common-info .c-right .c-list li {
    padding: 1rem 0;
  }
}
.c-common-info .c-right .c-list li .c-wrap {
  display: block;
}
.c-common-info .c-right .c-list li .c-wrap .c-time {
  color: #8e8e8e;
}
.c-common-info .c-right .c-list li .c-wrap .c-title2 {
  color: #333;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .c-common-info .c-right .c-list li .c-wrap .c-title2 {
    margin-top: 0.25rem;
  }
}
.c-common-info .c-right .c-list li .c-wrap:hover .c-title2 {
  color: #f4cc1e;
}
#c-contact1 {
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  #c-contact1 {
    padding: 3rem 0;
  }
}
#c-contact1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-contact1 .c-left {
  width: 32.857%;
}
@media (max-width: 1260px) {
  #c-contact1 .c-left {
    width: 35%;
  }
}
@media (max-width: 991px) {
  #c-contact1 .c-left {
    width: 46%;
  }
}
@media (max-width: 767px) {
  #c-contact1 .c-left {
    width: 100%;
  }
}
#c-contact1 .c-left .c-text {
  padding: 0.4rem 0 0.25rem;
}
@media (max-width: 767px) {
  #c-contact1 .c-left .c-text {
    padding: 0.5rem 0 1rem;
  }
}
#c-contact1 .c-left .c-text p {
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-contact1 .c-left .c-text p {
    margin-bottom: 0.25rem;
  }
}
#c-contact1 .c-left .c-text p:last-child {
  margin-bottom: 0;
}
#c-contact1 .c-left .c-code {
  margin-bottom: 0.6rem;
  width: 0.92rem;
  min-width: 92px;
  padding: 3px 3px 0;
  background-color: #f3f3f3;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  #c-contact1 .c-left .c-code {
    width: 5rem;
    margin-bottom: 1rem;
  }
}
#c-contact1 .c-left .c-code img {
  width: 100%;
}
#c-contact1 .c-right {
  width: 59.2857%;
}
@media (max-width: 991px) {
  #c-contact1 .c-right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #c-contact1 .c-right {
    padding-top: 1.5rem;
    width: 100%;
  }
}
#c-contact2 {
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  #c-contact2 {
    padding: 3rem 0;
  }
}
#c-contact2 form {
  padding: 0.6rem 2rem;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  #c-contact2 form {
    padding: 1.5rem;
  }
}
#c-contact2 form .c-title {
  font-weight: bold;
}
@media (max-width: 767px) {
  #c-contact2 form .c-title {
    margin-bottom: -20px;
  }
}
#c-contact2 form .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.8rem;
  text-align: left;
}
@media (max-width: 767px) {
  #c-contact2 form .c-list {
    padding-bottom: 1rem;
  }
}
#c-contact2 form .c-list li {
  position: relative;
  width: 2.9rem;
  padding-top: 0.28rem;
  color: #5b5b5b;
  border-bottom: 2px solid #ddd;
  line-height: 0.42rem;
}
@media (max-width: 1580px) {
  #c-contact2 form .c-list li {
    width: 3.6rem;
    padding-top: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  #c-contact2 form .c-list li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-contact2 form .c-list li:last-child {
    width: calc(100% - 110px);
  }
}
#c-contact2 form .c-list li:nth-child(4) {
  width: 100%;
}
#c-contact2 form .c-list li::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  border-top: 2px solid #f4cc1e;
  transition: all 0.5s;
}
#c-contact2 form .c-list li .c-text {
  position: absolute;
  bottom: 2px;
  transition: all 0.5s;
}
#c-contact2 form .c-list li input {
  height: 0.42rem;
  width: 100%;
  color: #2d2d2d;
}
@media (max-width: 1580px) {
  #c-contact2 form .c-list li input {
    font-size: 16px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  #c-contact2 form .c-list li input {
    font-size: 0.6rem;
  }
}
#c-contact2 form .c-list li .c-code {
  position: absolute;
  bottom: 0;
  right: -1.7rem;
  width: 1.3rem;
  height: 0.42rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-contact2 form .c-list li .c-code {
    right: -120px;
    width: 90px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  #c-contact2 form .c-list li .c-code {
    right: -110px;
  }
}
#c-contact2 form .c-list li .c-code img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-contact2 form .c-list li.on::before {
  width: 100%;
}
#c-contact2 form .c-list li.on .c-text {
  bottom: 0.3rem;
  font-size: 0.14rem;
}
@media (max-width: 1900px) {
  #c-contact2 form .c-list li.on .c-text {
    font-size: 14px;
  }
}
@media (max-width: 1580px) {
  #c-contact2 form .c-list li.on .c-text {
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  #c-contact2 form .c-list li.on .c-text {
    font-size: 0.6rem;
  }
}
#c-contact2 form .c-common-btn1 {
  cursor: pointer;
}
#c-solution1-1 {
  padding: 1rem 0 1.4rem;
}
@media (max-width: 767px) {
  #c-solution1-1 {
    padding: 3rem 0;
  }
}
#c-solution1-1 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.35rem -0.7rem;
}
@media (max-width: 767px) {
  #c-solution1-1 .c-list {
    margin: 0 0 -1rem;
  }
}
#c-solution1-1 .c-list li {
  display: flex;
  width: 33.333333%;
  padding: 0 0.35rem 0.7rem;
}
@media (max-width: 767px) {
  #c-solution1-1 .c-list li {
    width: 100%;
    padding: 0 0 1rem;
  }
}
#c-solution1-1 .c-list li .c-box-wrap {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
}
#c-solution1-1 .c-list li .c-box-wrap::before,
#c-solution1-1 .c-list li .c-box-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #c-solution1-1 .c-list li .c-box-wrap::before,
  #c-solution1-1 .c-list li .c-box-wrap::after {
    width: 8rem;
    height: 8rem;
  }
}
#c-solution1-1 .c-list li .c-box-wrap::after {
  width: 5.8rem;
  height: 5.8rem;
  border: 1px dashed #e2e2e2;
}
@media (max-width: 767px) {
  #c-solution1-1 .c-list li .c-box-wrap::after {
    width: 15rem;
    height: 15rem;
  }
}
#c-solution1-1 .c-list li .c-box-wrap .c-wrap {
  position: relative;
  z-index: 5;
  text-align: center;
  color: #333;
  padding: 0.9rem 0.6rem 1.2rem;
  transition: all 0.5s;
  height: 100%;
}
@media (max-width: 767px) {
  #c-solution1-1 .c-list li .c-box-wrap .c-wrap {
    padding: 1.5rem;
  }
}
#c-solution1-1 .c-list li .c-box-wrap .c-wrap .c-img {
  position: relative;
  height: 0.56rem;
}
@media (max-width: 1580px) {
  #c-solution1-1 .c-list li .c-box-wrap .c-wrap .c-img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  #c-solution1-1 .c-list li .c-box-wrap .c-wrap .c-img {
    height: 2rem;
  }
}
#c-solution1-1 .c-list li .c-box-wrap .c-wrap .c-img img {
  height: 100%;
  transition: all 0.5s;
}
#c-solution1-1 .c-list li .c-box-wrap .c-wrap .c-img img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#c-solution1-1 .c-list li .c-box-wrap .c-wrap .c-en-title {
  line-height: 1;
  margin: 0.35rem 0 0.1rem;
  font-family: Montserrat,PingFang SC,Arial;
}
@media (max-width: 767px) {
  #c-solution1-1 .c-list li .c-box-wrap .c-wrap .c-en-title {
    margin: 1rem 0 0.25rem;
  }
}
#c-solution1-1 .c-list li .c-box-wrap .c-wrap .c-title {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  #c-solution1-1 .c-list li .c-box-wrap .c-wrap .c-title {
    margin-bottom: 0.5rem;
  }
}
#c-solution1-1 .c-list li .c-box-wrap .c-wrap .c-text {
  color: #666;
  transition: all 0.5s;
}
#c-solution1-1 .c-list li .c-box-wrap .c-wrap .c-box {
  position: relative;
}
#c-solution1-1 .c-list li .c-box-wrap .c-wrap .c-box .c-common-btn2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
#c-solution1-1 .c-list li .c-box-wrap:hover .c-wrap {
  background-color: #f4cc1e;
}
#c-solution1-1 .c-list li .c-box-wrap:hover .c-wrap .c-img img:nth-child(2) {
  opacity: 1;
}
#c-solution1-1 .c-list li .c-box-wrap:hover .c-wrap .c-box .c-text {
  opacity: 0;
}
#c-solution1-1 .c-list li .c-box-wrap:hover .c-wrap .c-box .c-common-btn2 {
  opacity: 1;
}
#c-solution1-1.c-product .c-list li {
  width: 50%;
}
@media (max-width: 767px) {
  #c-solution1-1.c-product .c-list li {
    width: 100%;
  }
}
#c-solution1-2 .c-wrap {
  margin-top: 0.5rem;
  position: relative;
  height: 8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-solution1-2 .c-wrap {
    margin-top: 1.5rem;
    height: 14rem;
  }
}
#c-solution1-2 .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-solution1-2 .c-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  #c-solution1-2 .c-wrap video {
    display: none;
  }
}
#c-solution1-2 .c-wrap .c-play-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#c-solution1-2 .c-wrap .c-play-box .c-play {
  width: 0.76rem;
  height: 0.76rem;
  min-width: 40px;
  min-height: 40px;
  background: url(../images/play2.png) no-repeat center / 100%;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-solution1-2 .c-wrap .c-play-box .c-play {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  #c-solution1-2 .c-wrap .c-play-box .c-play {
    width: 2rem;
    height: 2rem;
  }
}
#c-solution1-2 .c-wrap .c-play-box .c-play:hover {
  transform: scale(1.2);
}
#c-solution1-3 {
  padding: 1.3rem 0;
}
@media (max-width: 767px) {
  #c-solution1-3 {
    padding: 3rem 0;
  }
}
#c-solution1-3 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0.5rem -0.1rem -0.2rem;
}
@media (max-width: 767px) {
  #c-solution1-3 .c-list {
    margin: 1.5rem 0 -1rem;
  }
}
#c-solution1-3 .c-list li {
  display: flex;
  width: 25%;
  padding: 0 0.1rem 0.2rem;
}
@media (max-width: 1260px) {
  #c-solution1-3 .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #c-solution1-3 .c-list li {
    padding: 0 0 1rem;
    width: 100%;
  }
}
#c-solution1-3 .c-list li .c-wrap {
  background-color: #fff;
  padding: 0.5rem 0.6rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  #c-solution1-3 .c-list li .c-wrap {
    padding: 1.5rem;
  }
}
#c-solution1-3 .c-list li .c-wrap .c-img-box {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 0.6rem;
  height: 0.6rem;
}
@media (max-width: 1580px) {
  #c-solution1-3 .c-list li .c-wrap .c-img-box {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  #c-solution1-3 .c-list li .c-wrap .c-img-box {
    width: 2rem;
    height: 2rem;
  }
}
#c-solution1-3 .c-list li .c-wrap .c-img-box .c-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #fbdf65;
  border-radius: 50%;
  background-color: #f4cc1e;
}
#c-solution1-3 .c-list li .c-wrap .c-img-box .c-img img {
  max-width: 0.34rem;
  max-height: 0.34rem;
}
@media (max-width: 1580px) {
  #c-solution1-3 .c-list li .c-wrap .c-img-box .c-img img {
    max-width: 24px;
    max-height: 24px;
  }
}
@media (max-width: 767px) {
  #c-solution1-3 .c-list li .c-wrap .c-img-box .c-img img {
    max-width: 1.2rem;
  }
}
#c-solution1-3 .c-list li .c-wrap .c-img-box::before,
#c-solution1-3 .c-list li .c-wrap .c-img-box::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #f4cc1e;
  transform: scale(1.16);
  background-color: #ffeb94;
}
#c-solution1-3 .c-list li .c-wrap .c-img-box::before {
  z-index: -2;
  background-color: #fdf5d2;
  transform: scale(1.5);
  border: 0;
}
#c-solution1-3 .c-list li .c-wrap .c-title {
  font-weight: bold;
  margin: 0.35rem 0 0.2rem;
}
@media (max-width: 767px) {
  #c-solution1-3 .c-list li .c-wrap .c-title {
    margin: 1rem 0 0.25rem;
  }
}
#c-solution1-3 .c-list li .c-wrap .c-text {
  opacity: 0.8;
  color: #666;
}
#c-solution2-1 {
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  #c-solution2-1 {
    padding: 3rem 0;
  }
}
#c-solution2-1 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0.5rem 0 -0.8rem;
}
@media (max-width: 767px) {
  #c-solution2-1 .c-list {
    margin: 1.5rem 0 -1.5rem;
  }
}
#c-solution2-1 .c-list li {
  padding: 0 0.2rem 0.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  #c-solution2-1 .c-list li {
    width: 50%;
    padding: 0 1rem 1.5rem;
  }
}
#c-solution2-1 .c-list li .c-img-box {
  position: relative;
  z-index: 5;
  margin: 0 auto 0.4rem;
  width: 0.6rem;
  height: 0.6rem;
}
@media (max-width: 1580px) {
  #c-solution2-1 .c-list li .c-img-box {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  #c-solution2-1 .c-list li .c-img-box {
    width: 2rem;
    height: 2rem;
    margin-bottom: 1rem;
  }
}
#c-solution2-1 .c-list li .c-img-box .c-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #fbdf65;
  border-radius: 50%;
  background-color: #f4cc1e;
}
#c-solution2-1 .c-list li .c-img-box .c-img img {
  max-width: 0.34rem;
  max-height: 0.34rem;
}
@media (max-width: 1580px) {
  #c-solution2-1 .c-list li .c-img-box .c-img img {
    max-width: 24px;
    max-height: 24px;
  }
}
@media (max-width: 767px) {
  #c-solution2-1 .c-list li .c-img-box .c-img img {
    max-width: 1.2rem;
  }
}
#c-solution2-1 .c-list li .c-img-box::before,
#c-solution2-1 .c-list li .c-img-box::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #f4cc1e;
  transform: scale(1.16);
  background-color: #ffeb94;
}
#c-solution2-1 .c-list li .c-img-box::before {
  z-index: -2;
  background-color: #fdf5d2;
  transform: scale(1.5);
  border: 0;
}
#c-solution2-1 .c-list li .c-title {
  padding: 0 0.4rem;
  font-weight: bold;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  background-color: #f7f7f7;
}
@media (max-width: 1580px) {
  #c-solution2-1 .c-list li .c-title {
    padding: 0 30px;
    height: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  #c-solution2-1 .c-list li .c-title {
    padding: 0 1rem;
    height: 2rem;
    border-radius: 1rem;
  }
}
#c-solution2-4 .c-list {
  display: flex;
  align-content: flex-start;
}
#c-solution2-4 .c-list li {
  display: flex;
  width: 50%;
}
#c-solution2-4 .c-list li .c-wrap {
  position: relative;
  width: 100%;
  height: 4.3rem;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-solution2-4 .c-list li .c-wrap {
    height: 6rem;
  }
}
#c-solution2-4 .c-list li .c-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-solution2-4 .c-list li .c-wrap .c-text-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1.6rem;
  color: #fff;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #c-solution2-4 .c-list li .c-wrap .c-text-box {
    padding: 0 1rem;
  }
}
#c-solution2-4 .c-list li .c-wrap .c-text-box .c-title {
  font-weight: bold;
  line-height: 1;
}
#c-solution2-4 .c-list li .c-wrap .c-text-box .c-text {
  padding: 0.35rem 0;
}
#c-solution2-4 .c-list li .c-wrap .c-text-box .c-box {
  display: none;
}
@media (max-width: 767px) {
  #c-solution2-4 .c-list li .c-wrap .c-text-box .c-box {
    display: none !important;
  }
}
#c-solution2-4 .c-list li .c-wrap:hover .c-text-box {
  background-color: rgba(0, 0, 0, 0.5);
}
.c-common-box1 {
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .c-common-box1 {
    padding: 3rem 0;
  }
}
.c-common-box1 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0.5rem -0.2rem -0.4rem;
}
@media (max-width: 767px) {
  .c-common-box1 .c-list {
    margin: 1.5rem 0 -1rem;
  }
}
.c-common-box1 .c-list li {
  display: flex;
  padding: 0 0.2rem 0.4rem;
  width: 33.333333%;
}
@media (max-width: 767px) {
  .c-common-box1 .c-list li {
    width: 100%;
    padding: 0 0 1rem;
  }
}
.c-common-box1 .c-list li .c-wrap {
  width: 100%;
  background-color: #fff;
  text-align: center;
  color: #333;
}
.c-common-box1 .c-list li .c-wrap .c-img-box {
  height: 2.84rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .c-common-box1 .c-list li .c-wrap .c-img-box {
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .c-common-box1 .c-list li .c-wrap .c-img-box {
    height: 11rem;
  }
}
.c-common-box1 .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.c-common-box1 .c-list li .c-wrap .c-title {
  padding: 0.3rem;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .c-common-box1 .c-list li .c-wrap .c-title {
    padding: 1rem;
  }
}
.c-common-box1.c-dt .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1);
}
.c-common-box1.c-dt .c-list li .c-wrap:hover .c-title {
  color: #f4cc1e;
}
.c-common-box2 {
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .c-common-box2 {
    padding: 3rem 0;
  }
}
.c-common-box2.c-dt .c-list li .c-wrap {
  background-color: #fff;
}
.c-common-box2 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0.5rem -0.3rem -0.6rem;
}
@media (max-width: 767px) {
  .c-common-box2 .c-list {
    margin: 1.5rem 0 -1rem;
  }
}
.c-common-box2 .c-list li {
  width: 33.333333%;
  display: flex;
  padding: 0 0.3rem 0.6rem;
}
@media (max-width: 767px) {
  .c-common-box2 .c-list li {
    width: 100%;
    padding: 0 0 1rem;
  }
}
.c-common-box2 .c-list li .c-wrap {
  width: 100%;
  background-color: #f6f6f6;
  text-align: center;
  color: #333;
}
.c-common-box2 .c-list li .c-wrap .c-text-box {
  padding: 0.4rem 0.4rem 0;
}
@media (max-width: 767px) {
  .c-common-box2 .c-list li .c-wrap .c-text-box {
    padding: 1rem 1rem 0;
  }
}
.c-common-box2 .c-list li .c-wrap .c-text-box .c-title {
  font-weight: bold;
  margin-bottom: 0.1rem;
  font-family: Montserrat,PingFang SC,Arial;
  transition: all 0.5s;
}
.c-common-box2 .c-list li .c-wrap .c-img-box {
  height: 4rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .c-common-box2 .c-list li .c-wrap .c-img-box {
    height: 4.7rem;
  }
}
@media (max-width: 767px) {
  .c-common-box2 .c-list li .c-wrap .c-img-box {
    height: 16rem;
  }
}
.c-common-box2 .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.c-common-box2 .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1);
}
.c-common-box2 .c-list li .c-wrap:hover .c-title {
  color: #f4cc1e;
}
.c-common-box3 {
  position: relative;
  padding: 0.8rem 0;
  text-align: center;
  overflow: hidden;
  background-color: #f4cc1e;
}
@media (max-width: 767px) {
  .c-common-box3 {
    padding: 3rem 0;
  }
}
.c-common-box3::before,
.c-common-box3::after,
.c-common-box3 .c-line {
  content: "";
  position: absolute;
  top: -1.8rem;
  left: 0.8rem;
  border: 1px solid #fff;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  opacity: 0.5;
}
.c-common-box3::after {
  width: 6rem;
  height: 6rem;
  border: 1px dashed #fff;
  top: -3.6rem;
  left: -0.9rem;
}
.c-common-box3 .c-line {
  width: 6rem;
  height: 6rem;
  border: 1px dashed #fff;
  top: 0.2rem;
  left: auto;
  right: -0.8rem;
}
@media (max-width: 767px) {
  .c-common-box3 .c-line {
    top: 60%;
  }
}
.c-common-box3 .container {
  position: relative;
  z-index: 5;
}
.c-common-box3 .c-title {
  line-height: 1.2;
}
.c-common-box3 .c-text {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .c-common-box3 .c-text {
    margin-top: 0.5rem;
  }
}
.c-common-box3 .c-common-btn2 {
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .c-common-box3 .c-common-btn2 {
    margin-top: 1rem;
  }
}
#c-product2-3 {
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  #c-product2-3 {
    padding: 3rem 0;
  }
}
#c-product2-3 .c-banner-wrap {
  padding: 0 1.6rem;
}
@media (max-width: 1260px) {
  #c-product2-3 .c-banner-wrap {
    padding: 0;
  }
}
#c-product2-3 .c-banner2-top {
  margin-top: 0.5rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  #c-product2-3 .c-banner2-top {
    margin-top: 1.5rem;
  }
}
#c-product2-3 .c-banner2-top .swiper-slide {
  position: relative;
  border: 4px solid transparent;
  padding: 0.3rem;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-product2-3 .c-banner2-top .swiper-slide {
    padding: 1rem;
  }
}
#c-product2-3 .c-banner2-top .swiper-slide.swiper-slide-thumb-active {
  border-color: #f4cc1e;
}
#c-product2-3 .c-banner2-top .swiper-slide.swiper-slide-thumb-active::before {
  display: none;
}
#c-product2-3 .c-banner2-top .swiper-slide:last-child::before {
  display: none;
}
#c-product2-3 .c-banner2-top .swiper-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  height: 60%;
  border-left: 2px solid #ececec;
  transform: translateY(-50%);
}
#c-product2-3 .c-banner2-top .swiper-slide .c-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.2rem;
}
@media (max-width: 767px) {
  #c-product2-3 .c-banner2-top .swiper-slide .c-img {
    height: 3rem;
  }
}
#c-product2-3 .c-banner2-top .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-product2-3 .c-banner2-top .swiper-slide .c-title {
  font-family: Montserrat,PingFang SC,Arial;
}
#c-product2-3 .c-banner2-bottom .c-title {
  font-family: Montserrat,PingFang SC,Arial;
  font-weight: bold;
  color: #fff;
  background-color: #626262;
  padding: 0.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  #c-product2-3 .c-banner2-bottom .c-title {
    padding: 0.5rem;
  }
}
#c-product2-3 .c-banner2-bottom .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#c-product2-3 .c-banner2-bottom .c-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  padding: 0.2rem;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  #c-product2-3 .c-banner2-bottom .c-list li {
    padding: 0.5rem 0.25rem;
  }
}
#c-product2-3 .c-banner2-bottom .c-list li p {
  width: 47%;
}
@media (max-width: 767px) {
  #c-product2-3 .c-banner2-bottom .c-list li p {
    width: 48%;
  }
}
#c-product2-3 .c-banner2-bottom .c-list li p:nth-child(1) {
  font-weight: bold;
  text-align: right;
}
@media (max-width: 767px) {
  #c-product2-3 .c-banner2-bottom .c-list li p:nth-child(1) {
    font-size: 0.6rem;
  }
}
#c-product2-3 .c-banner2-bottom .c-list li p:nth-child(2) {
  color: #666;
}
#c-product2-1 {
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  #c-product2-1 {
    padding: 3rem 0;
  }
}
#c-product2-1 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-product2-1 .c-left {
  position: relative;
  width: 50%;
}
@media (max-width: 991px) {
  #c-product2-1 .c-left {
    width: 100%;
  }
}
#c-product2-1 .c-left .c-banner3-top {
  background-color: #fff;
}
#c-product2-1 .c-left .c-banner3-top .swiper-slide {
  height: 5.8rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-product2-1 .c-left .c-banner3-top .swiper-slide {
    height: 6.2rem;
  }
}
@media (max-width: 991px) {
  #c-product2-1 .c-left .c-banner3-top .swiper-slide {
    height: 12.8rem;
  }
}
#c-product2-1 .c-left .c-banner3-top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-product2-1 .c-left .c-banner3-top .swiper-button-next,
#c-product2-1 .c-left .c-banner3-top .swiper-button-prev {
  opacity: 0.6;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #333;
  border-radius: 50%;
  margin-top: -0.3rem;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-product2-1 .c-left .c-banner3-top .swiper-button-next,
  #c-product2-1 .c-left .c-banner3-top .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  #c-product2-1 .c-left .c-banner3-top .swiper-button-next,
  #c-product2-1 .c-left .c-banner3-top .swiper-button-prev {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
  }
}
#c-product2-1 .c-left .c-banner3-top .swiper-button-next.swiper-button-disabled,
#c-product2-1 .c-left .c-banner3-top .swiper-button-prev.swiper-button-disabled {
  opacity: 0.05;
}
#c-product2-1 .c-left .c-banner3-top .swiper-button-prev {
  left: 0.25rem;
  background: url(../images/jt1-2.png) no-repeat center / 0.16rem auto;
}
@media (max-width: 991px) {
  #c-product2-1 .c-left .c-banner3-top .swiper-button-prev {
    background-size: 14px auto;
  }
}
@media (max-width: 767px) {
  #c-product2-1 .c-left .c-banner3-top .swiper-button-prev {
    left: 0.5rem;
  }
}
#c-product2-1 .c-left .c-banner3-top .swiper-button-prev:hover {
  opacity: 1;
  border-color: #f4cc1e;
  background-color: #f4cc1e;
  background-image: url(../images/jt1-1.png);
}
#c-product2-1 .c-left .c-banner3-top .swiper-button-next {
  right: 0.25rem;
  background: url(../images/jt2-2.png) no-repeat center / 0.16rem auto;
}
@media (max-width: 991px) {
  #c-product2-1 .c-left .c-banner3-top .swiper-button-next {
    background-size: 14px auto;
  }
}
@media (max-width: 767px) {
  #c-product2-1 .c-left .c-banner3-top .swiper-button-next {
    right: 0.5rem;
  }
}
#c-product2-1 .c-left .c-banner3-top .swiper-button-next:hover {
  opacity: 1;
  border-color: #f4cc1e;
  background-color: #f4cc1e;
  background-image: url(../images/jt2-1.png);
}
#c-product2-1 .c-left .c-banner3-bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #c-product2-1 .c-left .c-banner3-bottom {
    bottom: 10px;
  }
}
#c-product2-1 .c-left .c-banner3-bottom .swiper-slide {
  height: 1rem;
  overflow: hidden;
  border: 4px solid transparent;
  background-color: #f3f3f3;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-product2-1 .c-left .c-banner3-bottom .swiper-slide {
    height: 1.2rem;
  }
}
@media (max-width: 991px) {
  #c-product2-1 .c-left .c-banner3-bottom .swiper-slide {
    height: 2.4rem;
  }
}
#c-product2-1 .c-left .c-banner3-bottom .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-product2-1 .c-left .c-banner3-bottom .swiper-slide.swiper-slide-thumb-active {
  background-color: #fff;
  border-color: #f4cc1e;
}
#c-product2-1 .c-right {
  padding-left: 1.2rem;
  width: 50%;
}
@media (max-width: 991px) {
  #c-product2-1 .c-right {
    width: 100%;
    padding: 0.4rem 0 0;
  }
}
@media (max-width: 767px) {
  #c-product2-1 .c-right {
    padding-top: 1rem;
  }
}
#c-product2-1 .c-right .c-title {
  font-weight: bold;
}
#c-product2-1 .c-right .c-text {
  margin: 0.2rem 0 0.6rem;
}
@media (max-width: 767px) {
  #c-product2-1 .c-right .c-text {
    margin: 0.5rem 0 1rem;
  }
}
#c-product2-1 .c-right .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -0.1rem -0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  #c-product2-1 .c-right .c-list {
    margin: 0 -0.2rem -1rem;
  }
}
#c-product2-1 .c-right .c-list li {
  padding: 0 0.1rem 0.3rem;
}
@media (max-width: 767px) {
  #c-product2-1 .c-right .c-list li {
    width: 33.333333%;
    padding: 0 0.2rem 1rem;
  }
}
#c-product2-1 .c-right .c-list li .c-img {
  margin: 0 auto 0.15rem;
  width: 0.72rem;
  height: 0.72rem;
  border: 1px solid #333;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  #c-product2-1 .c-right .c-list li .c-img {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  #c-product2-1 .c-right .c-list li .c-img {
    width: 2rem;
    height: 2rem;
  }
}
#c-product2-1 .c-right .c-list li .c-img img {
  width: 100%;
  height: 100%;
}
#c-recruitment1 {
  padding: 1rem 0;
}
@media (max-width: 767px) {
  #c-recruitment1 {
    padding: 3rem 0;
  }
}
#c-recruitment1 .c-top .c-list {
  margin: 0.5rem 0 0.7rem;
}
@media (max-width: 767px) {
  #c-recruitment1 .c-top .c-list {
    margin: 1.5rem 0 0.5rem;
  }
}
#c-recruitment1 .c-top .c-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.2rem;
  line-height: 0.3rem;
}
@media (max-width: 1900px) {
  #c-recruitment1 .c-top .c-list li {
    line-height: 30px;
  }
}
@media (max-width: 1580px) {
  #c-recruitment1 .c-top .c-list li {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #c-recruitment1 .c-top .c-list li {
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
#c-recruitment1 .c-top .c-list li .c-title {
  min-width: 0.8rem;
  padding-right: 0.3rem;
  flex-shrink: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  #c-recruitment1 .c-top .c-list li .c-title {
    min-width: 2.5rem;
    padding-right: 0.5rem;
  }
}
#c-recruitment1 .c-top .c-list li .c-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -0.05rem;
}
@media (max-width: 767px) {
  #c-recruitment1 .c-top .c-list li .c-box {
    margin: 0 0 -0.2rem;
  }
}
#c-recruitment1 .c-top .c-list li .c-box a {
  margin: 0 0.3rem 0.05rem 0;
  display: flex;
  color: #666;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #c-recruitment1 .c-top .c-list li .c-box a {
    margin: 0 0.5rem 0.2rem;
  }
}
#c-recruitment1 .c-top .c-list li .c-box a.on,
#c-recruitment1 .c-top .c-list li .c-box a:hover {
  color: #f4cc1e;
}
#c-recruitment1 .c-bottom {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #c-recruitment1 .c-bottom {
    flex-wrap: wrap;
  }
}
#c-recruitment1 .c-bottom .c-left2 {
  width: 100%;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  #c-recruitment1 .c-bottom .c-left2 {
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
#c-recruitment1 .c-bottom .c-left2 .c-list {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  #c-recruitment1 .c-bottom .c-left2 .c-list {
    margin-bottom: 1.5rem;
  }
}
#c-recruitment1 .c-bottom .c-left2 .c-list li .c-wrap {
  position: relative;
  display: block;
  padding: 0.3rem 0;
  color: #666;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  #c-recruitment1 .c-bottom .c-left2 .c-list li .c-wrap {
    padding: 1rem 0;
  }
}
#c-recruitment1 .c-bottom .c-left2 .c-list li .c-wrap::before {
  content: "";
  position: absolute;
  bottom: -1px;
  border-top: 2px solid #f4cc1e;
  width: 0;
  transition: all 0.5s;
}
#c-recruitment1 .c-bottom .c-left2 .c-list li .c-wrap .c-box1 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-recruitment1 .c-bottom .c-left2 .c-list li .c-wrap .c-box1 {
    margin-bottom: 0.5rem;
  }
}
#c-recruitment1 .c-bottom .c-left2 .c-list li .c-wrap .c-box1 .c-title {
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  width: 100%;
  padding-right: 20px;
}
#c-recruitment1 .c-bottom .c-left2 .c-list li .c-wrap .c-box1 .c-more {
  flex-shrink: 0;
  width: 1.3rem;
  min-width: 130px;
  text-align: right;
}
@media (max-width: 767px) {
  #c-recruitment1 .c-bottom .c-left2 .c-list li .c-wrap .c-box1 .c-more {
    min-width: 5rem;
  }
}
#c-recruitment1 .c-bottom .c-left2 .c-list li .c-wrap .c-box2 {
  display: flex;
  align-items: flex-start;
}
#c-recruitment1 .c-bottom .c-left2 .c-list li .c-wrap .c-box2 .c-text {
  width: 100%;
  padding-right: 20px;
}
#c-recruitment1 .c-bottom .c-left2 .c-list li .c-wrap .c-box2 .c-time {
  flex-shrink: 0;
  width: 1.3rem;
  min-width: 130px;
  text-align: right;
}
@media (max-width: 767px) {
  #c-recruitment1 .c-bottom .c-left2 .c-list li .c-wrap .c-box2 .c-time {
    min-width: 5rem;
  }
}
#c-recruitment1 .c-bottom .c-left2 .c-list li .c-wrap:hover .c-box1 .c-title {
  color: #f4cc1e;
}
#c-recruitment1 .c-bottom .c-left2 .c-list li .c-wrap:hover::before {
  width: 50%;
}
#c-recruitment1 .c-bottom .c-right2 {
  position: sticky;
  top: 140px;
  flex-shrink: 0;
  width: 3.95rem;
  min-width: 300px;
  padding: 0 0.55rem;
  background-color: #f8f8f8;
}
@media (max-width: 991px) {
  #c-recruitment1 .c-bottom .c-right2 {
    min-width: 260px;
  }
}
@media (max-width: 767px) {
  #c-recruitment1 .c-bottom .c-right2 {
    width: 100%;
    padding: 1rem 1rem 0;
  }
}
#c-recruitment1 .c-bottom .c-right2 .c-title {
  font-weight: bold;
  padding: 0.4rem 0 0.2rem;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  #c-recruitment1 .c-bottom .c-right2 .c-title {
    padding: 0 0 1rem;
  }
}
#c-recruitment1 .c-bottom .c-right2 .c-list li {
  border-bottom: 1px dashed #dedede;
  padding: 0.2rem 0;
}
@media (max-width: 767px) {
  #c-recruitment1 .c-bottom .c-right2 .c-list li {
    padding: 0.5rem 0;
  }
}
#c-recruitment1 .c-bottom .c-right2 .c-list li:last-child {
  border: 0;
}
#c-recruitment1 .c-bottom .c-right2 .c-list li .c-wrap {
  display: flex;
  align-items: center;
  color: #666;
}
#c-recruitment1 .c-bottom .c-right2 .c-list li .c-wrap .c-title2 {
  width: 100%;
  padding-right: 20px;
  transition: all 0.5s;
}
#c-recruitment1 .c-bottom .c-right2 .c-list li .c-wrap .c-time {
  flex-shrink: 0;
  color: #8e8e8e;
  transition: all 0.5s;
}
#c-recruitment1 .c-bottom .c-right2 .c-list li .c-wrap:hover .c-title2,
#c-recruitment1 .c-bottom .c-right2 .c-list li .c-wrap:hover .c-time {
  color: #f4cc1e;
}
#c-recruitment2 {
  padding: 1rem 0;
}
@media (max-width: 767px) {
  #c-recruitment2 {
    padding: 3rem 0;
  }
}
#c-recruitment2 .c-top {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #c-recruitment2 .c-top {
    flex-wrap: wrap;
  }
}
#c-recruitment2 .c-top .c-left2 {
  padding-right: 1rem;
  width: 100%;
}
@media (max-width: 767px) {
  #c-recruitment2 .c-top .c-left2 {
    margin-bottom: 3rem;
    padding: 0;
  }
}
#c-recruitment2 .c-top .c-left2 .c-title-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dedede;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  #c-recruitment2 .c-top .c-left2 .c-title-box {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
#c-recruitment2 .c-top .c-left2 .c-title-box .c-box {
  width: 100%;
  padding-right: 20px;
}
#c-recruitment2 .c-top .c-left2 .c-title-box .c-box .c-title {
  font-weight: bold;
}
#c-recruitment2 .c-top .c-left2 .c-title-box .c-box .c-text {
  padding-top: 0.05rem;
  color: #5b5b5b;
}
@media (max-width: 767px) {
  #c-recruitment2 .c-top .c-left2 .c-title-box .c-box .c-text {
    padding-top: 0.5rem;
  }
}
#c-recruitment2 .c-top .c-left2 .c-title-box .c-common-btn1 {
  flex-shrink: 0;
}
#c-recruitment2 .c-top .c-left2 .c-text-box {
  color: #666;
  line-height: 2;
}
@media (max-width: 767px) {
  #c-recruitment2 .c-top .c-left2 .c-text-box {
    font-size: 0.6rem;
  }
}
#c-recruitment2 .c-top .c-right2 {
  position: sticky;
  top: 140px;
  flex-shrink: 0;
  width: 3.95rem;
  min-width: 300px;
  padding: 0 0.55rem;
  background-color: #f8f8f8;
}
@media (max-width: 991px) {
  #c-recruitment2 .c-top .c-right2 {
    min-width: 260px;
  }
}
@media (max-width: 767px) {
  #c-recruitment2 .c-top .c-right2 {
    width: 100%;
    padding: 1rem 1rem 0;
  }
}
#c-recruitment2 .c-top .c-right2 .c-title {
  font-weight: bold;
  padding: 0.4rem 0 0.2rem;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  #c-recruitment2 .c-top .c-right2 .c-title {
    padding: 0 0 1rem;
  }
}
#c-recruitment2 .c-top .c-right2 .c-list li {
  border-bottom: 1px dashed #dedede;
  padding: 0.2rem 0;
}
@media (max-width: 767px) {
  #c-recruitment2 .c-top .c-right2 .c-list li {
    padding: 0.5rem 0;
  }
}
#c-recruitment2 .c-top .c-right2 .c-list li:last-child {
  border: 0;
}
#c-recruitment2 .c-top .c-right2 .c-list li .c-wrap {
  display: flex;
  align-items: center;
  color: #666;
}
#c-recruitment2 .c-top .c-right2 .c-list li .c-wrap .c-title2 {
  width: 100%;
  padding-right: 20px;
  transition: all 0.5s;
}
#c-recruitment2 .c-top .c-right2 .c-list li .c-wrap .c-time {
  flex-shrink: 0;
  color: #8e8e8e;
  transition: all 0.5s;
}
#c-recruitment2 .c-top .c-right2 .c-list li .c-wrap:hover .c-title2,
#c-recruitment2 .c-top .c-right2 .c-list li .c-wrap:hover .c-time {
  color: #f4cc1e;
}
#c-recruitment2 .c-bottom {
  padding-top: 0.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  #c-recruitment2 .c-bottom {
    padding-top: 3rem;
  }
}
#c-recruitment3 {
  padding: 1rem 0;
}
@media (max-width: 767px) {
  #c-recruitment3 {
    padding: 3rem 0;
  }
}
#c-recruitment3 form {
  margin: 0 2rem;
  padding: 0.8rem 1.3rem 1.1rem;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 1260px) {
  #c-recruitment3 form {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #c-recruitment3 form {
    padding: 1.5rem;
  }
}
#c-recruitment3 form .c-title {
  font-weight: bold;
}
#c-recruitment3 form .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.4rem 0 0.7rem;
  text-align: left;
}
@media (max-width: 767px) {
  #c-recruitment3 form .c-list {
    margin: 0 0 1rem;
  }
}
#c-recruitment3 form .c-list li {
  position: relative;
  width: 100%;
  padding-top: 0.28rem;
  color: #5b5b5b;
  border-bottom: 2px solid #ddd;
  line-height: 0.42rem;
}
@media (max-width: 1580px) {
  #c-recruitment3 form .c-list li {
    padding-top: 30px;
    line-height: 30px;
  }
}
#c-recruitment3 form .c-list li:nth-child(1),
#c-recruitment3 form .c-list li:nth-child(2),
#c-recruitment3 form .c-list li:nth-child(3),
#c-recruitment3 form .c-list li:nth-child(4) {
  width: 2.9rem;
}
@media (max-width: 1580px) {
  #c-recruitment3 form .c-list li:nth-child(1),
  #c-recruitment3 form .c-list li:nth-child(2),
  #c-recruitment3 form .c-list li:nth-child(3),
  #c-recruitment3 form .c-list li:nth-child(4) {
    width: 3.6rem;
  }
}
@media (max-width: 1260px) {
  #c-recruitment3 form .c-list li:nth-child(1),
  #c-recruitment3 form .c-list li:nth-child(2),
  #c-recruitment3 form .c-list li:nth-child(3),
  #c-recruitment3 form .c-list li:nth-child(4) {
    width: 6rem;
  }
}
@media (max-width: 767px) {
  #c-recruitment3 form .c-list li:nth-child(1),
  #c-recruitment3 form .c-list li:nth-child(2),
  #c-recruitment3 form .c-list li:nth-child(3),
  #c-recruitment3 form .c-list li:nth-child(4) {
    width: 100%;
  }
}
#c-recruitment3 form .c-list li:nth-child(1)::before,
#c-recruitment3 form .c-list li:nth-child(2)::before,
#c-recruitment3 form .c-list li:nth-child(3)::before,
#c-recruitment3 form .c-list li:nth-child(4)::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  border-top: 2px solid #f4cc1e;
  transition: all 0.5s;
}
#c-recruitment3 form .c-list li:nth-child(1).on::before,
#c-recruitment3 form .c-list li:nth-child(2).on::before,
#c-recruitment3 form .c-list li:nth-child(3).on::before,
#c-recruitment3 form .c-list li:nth-child(4).on::before {
  width: 100%;
}
#c-recruitment3 form .c-list li:nth-child(1).on .c-title2,
#c-recruitment3 form .c-list li:nth-child(2).on .c-title2,
#c-recruitment3 form .c-list li:nth-child(3).on .c-title2,
#c-recruitment3 form .c-list li:nth-child(4).on .c-title2 {
  bottom: 0.3rem;
  font-size: 0.14rem;
}
@media (max-width: 1900px) {
  #c-recruitment3 form .c-list li:nth-child(1).on .c-title2,
  #c-recruitment3 form .c-list li:nth-child(2).on .c-title2,
  #c-recruitment3 form .c-list li:nth-child(3).on .c-title2,
  #c-recruitment3 form .c-list li:nth-child(4).on .c-title2 {
    font-size: 14px;
  }
}
@media (max-width: 1580px) {
  #c-recruitment3 form .c-list li:nth-child(1).on .c-title2,
  #c-recruitment3 form .c-list li:nth-child(2).on .c-title2,
  #c-recruitment3 form .c-list li:nth-child(3).on .c-title2,
  #c-recruitment3 form .c-list li:nth-child(4).on .c-title2 {
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  #c-recruitment3 form .c-list li:nth-child(1).on .c-title2,
  #c-recruitment3 form .c-list li:nth-child(2).on .c-title2,
  #c-recruitment3 form .c-list li:nth-child(3).on .c-title2,
  #c-recruitment3 form .c-list li:nth-child(4).on .c-title2 {
    font-size: 0.6rem;
  }
}
#c-recruitment3 form .c-list li .c-title2 {
  position: absolute;
  bottom: 2px;
  transition: all 0.5s;
  font-weight: bold;
}
#c-recruitment3 form .c-list li input {
  height: 0.42rem;
  width: 100%;
  color: #2d2d2d;
}
@media (max-width: 1580px) {
  #c-recruitment3 form .c-list li input {
    font-size: 16px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  #c-recruitment3 form .c-list li input {
    font-size: 0.6rem;
  }
}
#c-recruitment3 form .c-list li:nth-child(5),
#c-recruitment3 form .c-list li:nth-child(6),
#c-recruitment3 form .c-list li:nth-child(7) {
  display: flex;
  align-items: center;
}
#c-recruitment3 form .c-list li:nth-child(5) .c-title3,
#c-recruitment3 form .c-list li:nth-child(6) .c-title3,
#c-recruitment3 form .c-list li:nth-child(7) .c-title3 {
  flex-shrink: 0;
  padding-right: 0.6rem;
  font-weight: bold;
}
#c-recruitment3 form .c-list li:nth-child(5) .c-box,
#c-recruitment3 form .c-list li:nth-child(6) .c-box,
#c-recruitment3 form .c-list li:nth-child(7) .c-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#c-recruitment3 form .c-list li:nth-child(5) .c-box .c-text,
#c-recruitment3 form .c-list li:nth-child(6) .c-box .c-text,
#c-recruitment3 form .c-list li:nth-child(7) .c-box .c-text {
  width: 100%;
  color: #999;
  display: flex;
  align-items: center;
  height: 0.42rem;
  line-height: 1.1;
}
@media (max-width: 1900px) {
  #c-recruitment3 form .c-list li:nth-child(5) .c-box .c-text,
  #c-recruitment3 form .c-list li:nth-child(6) .c-box .c-text,
  #c-recruitment3 form .c-list li:nth-child(7) .c-box .c-text {
    font-size: 12px;
  }
}
@media (max-width: 1580px) {
  #c-recruitment3 form .c-list li:nth-child(5) .c-box .c-text,
  #c-recruitment3 form .c-list li:nth-child(6) .c-box .c-text,
  #c-recruitment3 form .c-list li:nth-child(7) .c-box .c-text {
    height: 30px;
  }
}
@media (max-width: 767px) {
  #c-recruitment3 form .c-list li:nth-child(5) .c-box .c-text,
  #c-recruitment3 form .c-list li:nth-child(6) .c-box .c-text,
  #c-recruitment3 form .c-list li:nth-child(7) .c-box .c-text {
    font-size: 0.6rem;
    height: 3rem;
  }
}
#c-recruitment3 form .c-list li:nth-child(5) .c-box .c-input-box,
#c-recruitment3 form .c-list li:nth-child(6) .c-box .c-input-box,
#c-recruitment3 form .c-list li:nth-child(7) .c-box .c-input-box {
  flex-shrink: 0;
  position: relative;
  width: 0.7rem;
  height: 0.32rem;
  min-width: 70px;
  min-height: 30px;
  margin: 0.1rem 0;
}
#c-recruitment3 form .c-list li:nth-child(5) .c-box .c-input-box .c-text2,
#c-recruitment3 form .c-list li:nth-child(6) .c-box .c-input-box .c-text2,
#c-recruitment3 form .c-list li:nth-child(7) .c-box .c-input-box .c-text2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #a1a1a1;
}
#c-recruitment3 form .c-list li:nth-child(5) .c-box .c-input-box .c-file,
#c-recruitment3 form .c-list li:nth-child(6) .c-box .c-input-box .c-file,
#c-recruitment3 form .c-list li:nth-child(7) .c-box .c-input-box .c-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#c-recruitment3 form .c-list li:nth-child(7) input {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #c-recruitment3 form .c-list li:nth-child(7) input {
    height: 3rem;
  }
}
#c-recruitment3 form .c-list li:nth-child(7) .c-box.on .c-text {
  opacity: 0;
}
#c-product3-1 {
  padding: 1.2rem 0 1.5rem;
}
@media (max-width: 767px) {
  #c-product3-1 {
    padding: 3rem 0;
  }
}
#c-product3-1 .c-common-title2 {
  margin: 0 auto;
  max-width: 7rem;
}
@media (max-width: 1580px) {
  #c-product3-1 .c-common-title2 {
    max-width: 470px;
  }
}
@media (max-width: 767px) {
  #c-product3-1 .c-common-title2 {
    max-width: 100%;
  }
}
#c-product3-1 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0.5rem -0.25rem -0.5rem;
}
@media (max-width: 767px) {
  #c-product3-1 .c-list {
    margin: 1.5rem 0 -1rem;
  }
}
#c-product3-1 .c-list li {
  display: flex;
  width: 20%;
  padding: 0 0.25rem 0.5rem;
}
@media (max-width: 1260px) {
  #c-product3-1 .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #c-product3-1 .c-list li {
    padding: 0 0 1rem;
    width: 100%;
  }
}
#c-product3-1 .c-list li .c-wrap {
  background-color: #fff;
  padding: 0.5rem 0.35rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  #c-product3-1 .c-list li .c-wrap {
    padding: 1.5rem;
  }
}
#c-product3-1 .c-list li .c-wrap .c-img-box {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 0.6rem;
  height: 0.6rem;
}
@media (max-width: 1580px) {
  #c-product3-1 .c-list li .c-wrap .c-img-box {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  #c-product3-1 .c-list li .c-wrap .c-img-box {
    width: 2rem;
    height: 2rem;
  }
}
#c-product3-1 .c-list li .c-wrap .c-img-box .c-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #fbdf65;
  border-radius: 50%;
  background-color: #f4cc1e;
}
#c-product3-1 .c-list li .c-wrap .c-img-box .c-img img {
  max-width: 0.34rem;
  max-height: 0.34rem;
}
@media (max-width: 1580px) {
  #c-product3-1 .c-list li .c-wrap .c-img-box .c-img img {
    max-width: 24px;
    max-height: 24px;
  }
}
@media (max-width: 767px) {
  #c-product3-1 .c-list li .c-wrap .c-img-box .c-img img {
    max-width: 1.2rem;
  }
}
#c-product3-1 .c-list li .c-wrap .c-img-box::before,
#c-product3-1 .c-list li .c-wrap .c-img-box::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #f4cc1e;
  transform: scale(1.16);
  background-color: #ffeb94;
}
#c-product3-1 .c-list li .c-wrap .c-img-box::before {
  z-index: -2;
  background-color: #fdf5d2;
  transform: scale(1.5);
  border: 0;
}
#c-product3-1 .c-list li .c-wrap .c-title {
  font-weight: bold;
  margin: 0.35rem 0 0.15rem;
}
@media (max-width: 767px) {
  #c-product3-1 .c-list li .c-wrap .c-title {
    margin: 1rem 0 0.25rem;
  }
}
#c-product3-1 .c-list li .c-wrap .c-text {
  opacity: 0.8;
  color: #666;
}
@keyframes product3-2 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.7);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
  }
}
#c-product3-2 {
  padding: 1.2rem 0 1.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-product3-2 {
    padding: 3rem 0;
  }
}
#c-product3-2 .c-common-title2 {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  max-width: 10.8rem;
}
@media (max-width: 1580px) {
  #c-product3-2 .c-common-title2 {
    max-width: 720px;
  }
}
#c-product3-2 .c-box-wrap {
  position: relative;
  z-index: 1;
  padding: 0.7rem 0;
  margin-top: 0.5rem;
}
#c-product3-2 .c-box-wrap .c-max-img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  width: 5.7rem;
  height: 5.7rem;
}
@media (max-width: 767px) {
  #c-product3-2 .c-box-wrap .c-max-img {
    position: relative;
    top: 0;
    transform: translate(-50%, 0);
    width: 10rem;
    height: 10rem;
    margin: 1.5rem 0;
  }
}
#c-product3-2 .c-box-wrap .c-max-img::before,
#c-product3-2 .c-box-wrap .c-max-img::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  background-color: #fefae8;
}
@media (max-width: 767px) {
  #c-product3-2 .c-box-wrap .c-max-img::before,
  #c-product3-2 .c-box-wrap .c-max-img::after {
    width: 13rem;
    height: 13rem;
  }
}
#c-product3-2 .c-box-wrap .c-max-img::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.35rem solid #fcf1c0;
  background-color: #fff;
}
#c-product3-2 .c-box-wrap .c-max-img .c-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
#c-product3-2 .c-box-wrap .c-max-img .c-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-product3-2 .c-box-wrap .c-list {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -0.6rem;
}
@media (max-width: 767px) {
  #c-product3-2 .c-box-wrap .c-list {
    margin: 0 -1rem -1rem;
  }
}
#c-product3-2 .c-box-wrap .c-list li {
  display: flex;
  align-items: center;
  width: 50%;
  position: relative;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  #c-product3-2 .c-box-wrap .c-list li {
    padding: 0 0.5rem;
    margin-bottom: 1rem;
    justify-content: center !important;
  }
}
#c-product3-2 .c-box-wrap .c-list li:nth-child(odd) {
  justify-content: flex-end;
}
#c-product3-2 .c-box-wrap .c-list li:nth-child(even) .c-wrap {
  flex-direction: row-reverse;
}
#c-product3-2 .c-box-wrap .c-list li:nth-child(even) .c-wrap::before {
  right: auto;
  left: 1.1rem;
}
#c-product3-2 .c-box-wrap .c-list li:nth-child(1) .c-wrap,
#c-product3-2 .c-box-wrap .c-list li:nth-child(5) .c-wrap {
  right: 3.15rem;
}
#c-product3-2 .c-box-wrap .c-list li:nth-child(2) .c-wrap,
#c-product3-2 .c-box-wrap .c-list li:nth-child(6) .c-wrap {
  left: 3.15rem;
}
#c-product3-2 .c-box-wrap .c-list li:nth-child(3) .c-wrap {
  right: 3.7rem;
}
#c-product3-2 .c-box-wrap .c-list li:nth-child(4) .c-wrap {
  left: 3.7rem;
}
#c-product3-2 .c-box-wrap .c-list li .c-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #c-product3-2 .c-box-wrap .c-list li .c-wrap {
    right: 0 !important;
    left: 0 !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #c-product3-2 .c-box-wrap .c-list li .c-wrap {
    width: 100%;
    flex-direction: column-reverse !important;
  }
}
#c-product3-2 .c-box-wrap .c-list li .c-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1.1rem;
  width: 0.76rem;
  height: 0.76rem;
  background-color: #f4cc1e;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  #c-product3-2 .c-box-wrap .c-list li .c-wrap::before {
    display: none;
  }
}
#c-product3-2 .c-box-wrap .c-list li .c-title {
  padding-top: 0.2rem;
  font-family: Montserrat,PingFang SC,Arial;
  font-weight: bold;
}
@media (max-width: 767px) {
  #c-product3-2 .c-box-wrap .c-list li .c-title {
    width: 100%;
    text-align: center;
  }
}
#c-product3-2 .c-box-wrap .c-list li .c-img-box {
  width: 1.6rem;
  height: 1.6rem;
}
@media (max-width: 767px) {
  #c-product3-2 .c-box-wrap .c-list li .c-img-box {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
  }
}
#c-product3-2 .c-box-wrap .c-list li .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-join1-1 {
  padding: 1.2rem 0 1.4rem;
}
@media (max-width: 767px) {
  #c-join1-1 {
    padding: 3rem 0;
  }
}
#c-join1-1 .c-banner4-wrap {
  margin: 0.2rem -30px 0;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-join1-1 .c-banner4-wrap {
    margin: 0.5rem -1rem 0;
    padding: 1rem;
  }
}
#c-join1-1 .c-banner4-wrap .c-banner4 {
  overflow: visible;
}
#c-join1-1 .c-banner4-wrap .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  #c-join1-1 .c-banner4-wrap .swiper-slide {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.06);
  }
}
#c-join1-1 .c-banner4-wrap .swiper-slide .c-img-box {
  width: 50%;
  height: 4.3rem;
}
@media (max-width: 1580px) {
  #c-join1-1 .c-banner4-wrap .swiper-slide .c-img-box {
    height: 5rem;
  }
}
@media (max-width: 1260px) {
  #c-join1-1 .c-banner4-wrap .swiper-slide .c-img-box {
    height: 6rem;
  }
}
@media (max-width: 991px) {
  #c-join1-1 .c-banner4-wrap .swiper-slide .c-img-box {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  #c-join1-1 .c-banner4-wrap .swiper-slide .c-img-box {
    width: 100%;
    height: 10rem;
  }
}
#c-join1-1 .c-banner4-wrap .swiper-slide .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-join1-1 .c-banner4-wrap .swiper-slide .c-text-box {
  width: 50%;
  padding: 0.8rem 2.2rem 1.6rem 1.5rem;
}
@media (max-width: 1900px) {
  #c-join1-1 .c-banner4-wrap .swiper-slide .c-text-box {
    padding: 0.8rem 0.8rem 1.6rem;
  }
}
@media (max-width: 767px) {
  #c-join1-1 .c-banner4-wrap .swiper-slide .c-text-box {
    width: 100%;
    padding: 1rem 1rem 3rem;
  }
}
#c-join1-1 .c-banner4-wrap .swiper-slide .c-text-box .c-title {
  font-weight: bold;
}
#c-join1-1 .c-banner4-wrap .swiper-slide .c-text-box .c-text {
  margin-top: 0.2rem;
  min-height: 1.3rem;
  color: #666;
}
@media (max-width: 1260px) {
  #c-join1-1 .c-banner4-wrap .swiper-slide .c-text-box .c-text {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 991px) {
  #c-join1-1 .c-banner4-wrap .swiper-slide .c-text-box .c-text {
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  #c-join1-1 .c-banner4-wrap .swiper-slide .c-text-box .c-text {
    margin-top: 0.5rem;
  }
}
#c-join1-1 .c-banner4-wrap .swiper-button-next,
#c-join1-1 .c-banner4-wrap .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  top: auto;
  bottom: 0.8rem;
  margin-top: 0;
  right: auto;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-join1-1 .c-banner4-wrap .swiper-button-next,
  #c-join1-1 .c-banner4-wrap .swiper-button-prev {
    width: 44px;
    height: 44px;
    background-size: 14px auto;
  }
}
@media (max-width: 767px) {
  #c-join1-1 .c-banner4-wrap .swiper-button-next,
  #c-join1-1 .c-banner4-wrap .swiper-button-prev {
    bottom: 1rem;
    width: 2rem;
    height: 2rem;
    background-size: 0.7rem auto;
  }
}
#c-join1-1 .c-banner4-wrap .swiper-button-prev {
  left: 60.7%;
  background: #f4f4f4 url(../images/jt1-2.png) no-repeat center / 14px auto;
}
@media (max-width: 1900px) {
  #c-join1-1 .c-banner4-wrap .swiper-button-prev {
    left: 55.7%;
  }
}
@media (max-width: 1580px) {
  #c-join1-1 .c-banner4-wrap .swiper-button-prev {
    left: 54.7%;
  }
}
@media (max-width: 767px) {
  #c-join1-1 .c-banner4-wrap .swiper-button-prev {
    left: 1rem;
  }
}
#c-join1-1 .c-banner4-wrap .swiper-button-prev:hover {
  background-color: #f4cc1e;
  background-image: url(../images/jt1-1.png);
}
#c-join1-1 .c-banner4-wrap .swiper-button-next {
  left: 66.785%;
  background: #f4f4f4 url(../images/jt2-2.png) no-repeat center / 14px auto;
}
@media (max-width: 1900px) {
  #c-join1-1 .c-banner4-wrap .swiper-button-next {
    left: 61.785%;
  }
}
@media (max-width: 1580px) {
  #c-join1-1 .c-banner4-wrap .swiper-button-next {
    left: 60.785%;
  }
}
@media (max-width: 767px) {
  #c-join1-1 .c-banner4-wrap .swiper-button-next {
    left: 3.5rem;
  }
}
#c-join1-1 .c-banner4-wrap .swiper-button-next:hover {
  background-color: #f4cc1e;
  background-image: url(../images/jt2-1.png);
}
#c-join1-2 {
  padding: 1.2rem 0 1.4rem;
}
@media (max-width: 767px) {
  #c-join1-2 {
    padding: 3rem 0;
  }
}
#c-join1-2 .c-banner5-wrap {
  overflow: hidden;
}
#c-join1-2 .c-banner5-box {
  margin: 0 -0.45rem;
  overflow: visible;
}
@media (max-width: 767px) {
  #c-join1-2 .c-banner5-box {
    margin: 1.5rem -0.5rem 0;
  }
}
#c-join1-2 .c-banner5 {
  overflow: visible;
}
#c-join1-2 .c-banner5 .swiper-slide {
  padding: 0.45rem;
}
@media (max-width: 767px) {
  #c-join1-2 .c-banner5 .swiper-slide {
    padding: 0 0.5rem;
  }
}
#c-join1-2 .c-banner5 .swiper-slide .c-wrap {
  overflow: hidden;
}
#c-join1-2 .c-banner5 .swiper-slide .c-img-box {
  position: relative;
  height: 4.3rem;
}
@media (max-width: 1580px) {
  #c-join1-2 .c-banner5 .swiper-slide .c-img-box {
    height: 4.7rem;
  }
}
@media (max-width: 767px) {
  #c-join1-2 .c-banner5 .swiper-slide .c-img-box {
    height: 7rem;
  }
}
#c-join1-2 .c-banner5 .swiper-slide .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-join1-2 .c-banner5 .swiper-slide .c-img-box .c-num {
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  font-family: Montserrat,PingFang SC,Arial;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  transform: translateY(50%);
  color: #f4cc1e;
}
@media (max-width: 767px) {
  #c-join1-2 .c-banner5 .swiper-slide .c-img-box .c-num {
    font-size: 2rem;
  }
}
#c-join1-2 .c-banner5 .swiper-slide .c-text-box {
  padding: 0.15rem 1.8rem;
  text-align: center;
}
@media (max-width: 1260px) {
  #c-join1-2 .c-banner5 .swiper-slide .c-text-box {
    padding: 0.15rem 1.4rem;
  }
}
@media (max-width: 767px) {
  #c-join1-2 .c-banner5 .swiper-slide .c-text-box {
    padding: 0.25rem 1.8rem;
  }
}
@media (max-width: 767px) {
  #c-join1-2 .c-banner5 .swiper-slide .c-text-box .c-title {
    font-size: 0.7rem;
  }
}
#c-join1-3 {
  padding: 1.2rem 0 1.4rem;
}
@media (max-width: 767px) {
  #c-join1-3 {
    padding: 3rem 0;
  }
}
#c-join1-3 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0.5rem -0.1rem -0.2rem;
}
@media (max-width: 767px) {
  #c-join1-3 .c-list {
    margin: 1.5rem 0 -1rem;
  }
}
#c-join1-3 .c-list li {
  padding: 0 0.1rem 0.2rem;
  width: 25%;
}
@media (max-width: 1260px) {
  #c-join1-3 .c-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #c-join1-3 .c-list li {
    padding: 0 0 1rem;
    width: 100%;
  }
}
#c-join1-3 .c-list li .c-wrap {
  display: block;
  position: relative;
  height: 4.62rem;
}
@media (max-width: 1580px) {
  #c-join1-3 .c-list li .c-wrap {
    height: 5.4rem;
  }
}
@media (max-width: 1260px) {
  #c-join1-3 .c-list li .c-wrap {
    height: 10rem;
  }
}
@media (max-width: 767px) {
  #c-join1-3 .c-list li .c-wrap {
    height: 20rem;
  }
}
#c-join1-3 .c-list li .c-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-join1-3 .c-list li .c-wrap .c-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  #c-join1-3 .c-list li .c-wrap .c-text-box {
    padding: 1rem;
  }
}
#c-join1-3 .c-list li .c-wrap .c-text-box .c-title {
  font-weight: bold;
  color: #fff;
}
#c-join1-3 .c-list li .c-wrap .c-text-box .c-text {
  margin-top: 0.1rem;
  color: #fff;
}
@media (max-width: 767px) {
  #c-join1-3 .c-list li .c-wrap .c-text-box .c-text {
    margin-top: 0.25rem;
  }
}
#c-join1-4 {
  padding: 1.2rem 0 1.4rem;
}
@media (max-width: 767px) {
  #c-join1-4 {
    padding: 3rem 0;
  }
}
#c-join1-4 .c-banner6 {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  #c-join1-4 .c-banner6 {
    margin-top: 1.5rem;
  }
}
#c-join1-4 .c-banner6 .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  height: 2px;
  background-color: #d1d1d1;
}
#c-join1-4 .c-banner6 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #f4cc1e;
}
#c-join1-4 .c-banner6 .swiper-slide {
  position: relative;
  padding: 0.6rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  #c-join1-4 .c-banner6 .swiper-slide {
    padding: 1.25rem 0 1rem;
  }
}
#c-join1-4 .c-banner6 .swiper-slide.swiper-slide-active .c-box1 {
  opacity: 0;
}
#c-join1-4 .c-banner6 .swiper-slide.swiper-slide-active .c-box2 {
  opacity: 1;
}
#c-join1-4 .c-banner6 .swiper-slide .c-img {
  margin: 0 auto 0.1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-join1-4 .c-banner6 .swiper-slide .c-img {
    margin-bottom: 0.5rem;
  }
}
#c-join1-4 .c-banner6 .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-join1-4 .c-banner6 .swiper-slide .c-job {
  color: #666;
}
#c-join1-4 .c-banner6 .swiper-slide .c-text {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  #c-join1-4 .c-banner6 .swiper-slide .c-text {
    margin-top: 0.5rem;
  }
}
#c-join1-4 .c-banner6 .swiper-slide .c-line {
  height: 1px;
  background-color: #fff;
}
#c-join1-4 .c-banner6 .swiper-slide .c-box1 {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  transition: 0.5s;
}
#c-join1-4 .c-banner6 .swiper-slide .c-box2 {
  opacity: 0;
  padding: 0 0.4rem 0.4rem;
  background-color: #fff;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #c-join1-4 .c-banner6 .swiper-slide .c-box2 {
    padding: 0 1.5rem 1.5rem;
  }
}
#c-join1-4 .c-banner6 .swiper-slide .c-box2 .c-img {
  width: 1.16rem;
  height: 1.16rem;
  margin-top: -0.58rem;
}
@media (max-width: 767px) {
  #c-join1-4 .c-banner6 .swiper-slide .c-box2 .c-img {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -1.25rem;
  }
}
#c-join1-5 {
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  #c-join1-5 {
    padding: 3rem 0;
  }
}
#c-join1-5 .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
@media (max-width: 767px) {
  #c-join1-5 .c-list {
    margin: 0 0 -1rem;
  }
}
#c-join1-5 .c-list li {
  display: flex;
  width: 50%;
  padding: 0 0.1rem;
}
@media (max-width: 767px) {
  #c-join1-5 .c-list li {
    width: 100%;
    padding: 0 0 1rem;
  }
}
#c-join1-5 .c-list li .c-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
  background-color: #3e3e3e;
}
#c-join1-5 .c-list li .c-wrap .c-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#c-join1-5 .c-list li .c-wrap .c-line div {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
}
#c-join1-5 .c-list li .c-wrap .c-line div:nth-child(1) {
  top: -2.25rem;
  left: -2.25rem;
  width: 4.25rem;
  height: 4.25rem;
  border: 1px solid #fff;
}
#c-join1-5 .c-list li .c-wrap .c-line div:nth-child(2) {
  top: -2.94rem;
  left: -2.94rem;
  width: 6.14rem;
  height: 6.14rem;
  border: 1px dashed #fff;
}
#c-join1-5 .c-list li .c-wrap .c-line div:nth-child(3) {
  bottom: -4.14rem;
  right: -2.64rem;
  width: 6.14rem;
  height: 6.14rem;
  border: 1px dashed #fff;
}
#c-join1-5 .c-list li .c-wrap .c-line div:nth-child(4) {
  bottom: -2.9rem;
  right: -1.64rem;
  width: 4.25rem;
  height: 4.25rem;
  border: 1px solid #fff;
}
#c-join1-5 .c-list li .c-wrap .c-box {
  position: relative;
  z-index: 5;
  padding: 0.9rem;
}
@media (max-width: 767px) {
  #c-join1-5 .c-list li .c-wrap .c-box {
    padding: 2rem;
  }
}
#c-join1-5 .c-list li .c-wrap .c-box .c-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-join1-5 .c-list li .c-wrap .c-box .c-img img {
  height: 0.64rem;
}
@media (max-width: 1580px) {
  #c-join1-5 .c-list li .c-wrap .c-box .c-img img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  #c-join1-5 .c-list li .c-wrap .c-box .c-img img {
    height: 2rem;
  }
}
#c-join1-5 .c-list li .c-wrap .c-box .c-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s;
}
#c-join1-5 .c-list li .c-wrap .c-box .c-en-title {
  font-family: Montserrat,PingFang SC,Arial;
  line-height: 1;
  margin: 0.35rem 0 0.1rem;
}
@media (max-width: 767px) {
  #c-join1-5 .c-list li .c-wrap .c-box .c-en-title {
    margin: 1rem 0 0.5rem;
  }
}
#c-join1-5 .c-list li .c-wrap .c-box .c-title {
  font-weight: bold;
  line-height: 1.2;
}
#c-join1-5 .c-list li .c-wrap .c-box .c-text {
  margin-top: 0.2rem;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #c-join1-5 .c-list li .c-wrap .c-box .c-text {
    margin-top: 0.25rem;
  }
}
#c-join1-5 .c-list li .c-wrap:hover {
  color: #333;
  background-color: #f4cc1e;
}
#c-join1-5 .c-list li .c-wrap:hover .c-line div {
  opacity: 0.5;
}
#c-join1-5 .c-list li .c-wrap:hover .c-img img:nth-child(2) {
  opacity: 1;
}
#c-join1-5 .c-list li .c-wrap:hover .c-box .c-text {
  color: #666;
}
#c-about1-1 {
  padding: 1.2rem 0;
  background: url(../images/about1-1-img1.png) no-repeat center / 6.83rem auto;
}
@media (max-width: 767px) {
  #c-about1-1 {
    padding: 3rem 0;
  }
}
#c-about1-1 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
}
#c-about1-1 .c-text-box {
  margin: 0.5rem auto 0;
  max-width: 8.6rem;
  text-align: center;
  color: #666;
}
@media (max-width: 1260px) {
  #c-about1-1 .c-text-box {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  #c-about1-1 .c-text-box {
    margin-top: 1rem;
    max-width: 100%;
  }
}
#c-about1-2 {
  padding: 1.2rem 0 1.5rem;
}
@media (max-width: 767px) {
  #c-about1-2 {
    padding: 3rem 0;
  }
}
#c-about1-2 .c-box-wrap {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #c-about1-2 .c-box-wrap {
    margin-top: 1.5rem;
  }
}
#c-about1-2 .c-box-wrap .c-img-box {
  width: 50%;
  height: 4.15rem;
}
@media (max-width: 1580px) {
  #c-about1-2 .c-box-wrap .c-img-box {
    height: 4.8rem;
  }
}
@media (max-width: 767px) {
  #c-about1-2 .c-box-wrap .c-img-box {
    width: 100%;
    height: 10rem;
  }
}
#c-about1-2 .c-box-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-about1-2 .c-box-wrap .c-text-box {
  padding-left: 1.5rem;
  width: 50%;
}
@media (max-width: 1260px) {
  #c-about1-2 .c-box-wrap .c-text-box {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  #c-about1-2 .c-box-wrap .c-text-box {
    padding: 1rem 0 0;
    width: 100%;
  }
}
#c-about1-2 .c-box-wrap .c-text-box .c-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  #c-about1-2 .c-box-wrap .c-text-box .c-list li {
    margin-bottom: 1rem;
  }
}
#c-about1-2 .c-box-wrap .c-text-box .c-list li:last-child {
  margin-bottom: 0;
}
#c-about1-2 .c-box-wrap .c-text-box .c-list li .c-num {
  flex-shrink: 0;
  font-family: Montserrat,PingFang SC,Arial;
  font-weight: bold;
  padding-right: 0.2rem;
  color: #f4cc1e;
  line-height: 1;
}
@media (max-width: 767px) {
  #c-about1-2 .c-box-wrap .c-text-box .c-list li .c-num {
    padding-right: 1rem;
    font-size: 2rem;
  }
}
#c-about1-2 .c-box-wrap .c-text-box .c-list li .c-box {
  width: 100%;
}
#c-about1-2 .c-box-wrap .c-text-box .c-list li .c-box .c-title {
  font-weight: bold;
}
#c-about1-2 .c-box-wrap .c-text-box .c-list li .c-box .c-text {
  color: #666;
}
#c-about1-3 {
  position: relative;
  padding: 1.4rem 0;
  background-color: #373737;
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-about1-3 {
    padding: 3rem 0;
  }
}
#c-about1-3 .c-round {
  position: absolute;
  bottom: -1rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 1260px) {
  #c-about1-3 .c-round {
    bottom: -1.5rem;
  }
}
@media (max-width: 991px) {
  #c-about1-3 .c-round {
    bottom: -2.4rem;
  }
}
@media (max-width: 991px) {
  #c-about1-3 .c-round {
    bottom: -4.5rem;
  }
}
#c-about1-3 .c-round div {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(149, 149, 149, 0.22);
}
#c-about1-3 .c-round div::before,
#c-about1-3 .c-round div::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
}
#c-about1-3 .c-round div:nth-child(1) {
  width: 7.1rem;
  height: 7.1rem;
  margin: -3.6rem 0 0 -3.6rem;
  animation: round1 60s linear infinite;
}
#c-about1-3 .c-round div:nth-child(1)::before {
  width: 18px;
  height: 18px;
  right: -9px;
  margin-top: -9px;
}
@media (max-width: 1260px) {
  #c-about1-3 .c-round div:nth-child(1)::before {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  #c-about1-3 .c-round div:nth-child(1)::before {
    width: 10px;
    height: 10px;
    right: -5px;
    margin-top: -5px;
  }
}
#c-about1-3 .c-round div:nth-child(1)::after {
  opacity: 0.2;
  width: 30px;
  height: 30px;
  left: -15px;
  margin-top: -15px;
}
@media (max-width: 767px) {
  #c-about1-3 .c-round div:nth-child(1)::after {
    width: 10px;
    height: 10px;
    left: -5px;
    margin-top: -5px;
  }
}
#c-about1-3 .c-round div:nth-child(2) {
  width: 10.5rem;
  height: 10.5rem;
  margin: -5.25rem 0 0 -5.25rem;
  animation: round1 90s linear infinite;
}
#c-about1-3 .c-round div:nth-child(2)::before {
  width: 36px;
  height: 36px;
  left: 50%;
  top: -18px;
  margin-left: -18px;
}
@media (max-width: 1260px) {
  #c-about1-3 .c-round div:nth-child(2)::before {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  #c-about1-3 .c-round div:nth-child(2)::before {
    width: 20px;
    height: 20px;
    top: -10px;
    margin-left: -10px;
  }
}
#c-about1-3 .c-round div:nth-child(2)::after {
  opacity: 0.2;
  width: 36px;
  height: 36px;
  left: 50%;
  top: auto;
  bottom: -18px;
  margin-left: -18px;
}
@media (max-width: 767px) {
  #c-about1-3 .c-round div:nth-child(2)::after {
    width: 20px;
    height: 20px;
    bottom: -10px;
    margin-left: -10px;
  }
}
#c-about1-3 .c-round div:nth-child(3) {
  width: 16rem;
  height: 16rem;
  margin: -8rem 0 0 -8rem;
  animation: round1 120s linear infinite;
}
#c-about1-3 .c-round div:nth-child(3)::before {
  width: 36px;
  height: 36px;
  right: -18px;
  margin-top: -18px;
}
@media (max-width: 1260px) {
  #c-about1-3 .c-round div:nth-child(3)::before {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  #c-about1-3 .c-round div:nth-child(3)::before {
    width: 20px;
    height: 20px;
    right: -10px;
    margin-top: -10px;
  }
}
#c-about1-3 .c-round div:nth-child(3)::after {
  opacity: 0.2;
  width: 36px;
  height: 36px;
  left: -18px;
  margin-top: -18px;
}
@media (max-width: 767px) {
  #c-about1-3 .c-round div:nth-child(3)::after {
    width: 20px;
    height: 20px;
    left: -10px;
    margin-top: -10px;
  }
}
#c-about1-3 .container {
  position: relative;
  z-index: 5;
}
#c-about1-3 .c-common-title {
  color: #fff;
}
#c-about1-3 .c-common-title .c-en-title {
  color: #fff;
  opacity: 0.5;
}
#c-about1-3 .c-banner7-top {
  position: relative;
  z-index: 5;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  #c-about1-3 .c-banner7-top {
    margin-top: 1.5rem;
  }
}
#c-about1-3 .c-banner7-top .swiper-slide {
  padding: 0 1.1rem;
  color: #fff;
}
@media (max-width: 767px) {
  #c-about1-3 .c-banner7-top .swiper-slide {
    padding: 0 0.5rem;
  }
}
#c-about1-3 .c-banner7-top .swiper-slide.swiper-slide-active .c-year {
  opacity: 1;
}
#c-about1-3 .c-banner7-top .swiper-slide.swiper-slide-active .c-text {
  opacity: 0.6;
}
#c-about1-3 .c-banner7-top .swiper-slide.swiper-slide-active .c-img {
  opacity: 1;
}
#c-about1-3 .c-banner7-top .swiper-slide .c-year {
  font-family: Montserrat,PingFang SC,Arial;
  opacity: 0.4;
  transition: all 0.5s;
  line-height: 1;
}
#c-about1-3 .c-banner7-top .swiper-slide .c-text {
  margin: 0.2rem 0 0.3rem;
  opacity: 0.4;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #c-about1-3 .c-banner7-top .swiper-slide .c-text {
    margin: 0.5rem 0;
  }
}
#c-about1-3 .c-banner7-top .swiper-slide .c-img {
  margin: 0 auto 2px;
  opacity: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #c-about1-3 .c-banner7-top .swiper-slide .c-img {
    width: 5rem;
    height: 5rem;
  }
}
#c-about1-3 .c-banner7-top .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-about1-3 .c-banner7-bottom {
  position: relative;
  z-index: 10;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  #c-about1-3 .c-banner7-bottom {
    margin-top: 1rem;
  }
}
#c-about1-3 .c-banner7-bottom::before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  border-top: 2px solid #cdcdcd;
}
@media (max-width: 767px) {
  #c-about1-3 .c-banner7-bottom::before {
    border-width: 1px;
    bottom: 12px;
  }
}
#c-about1-3 .c-banner7-bottom .swiper-slide {
  text-align: center;
  color: #fff;
  line-height: 1;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  #c-about1-3 .c-banner7-bottom .swiper-slide {
    padding-bottom: 5px;
  }
}
#c-about1-3 .c-banner7-bottom .swiper-slide.swiper-slide-thumb-active .c-dot div,
#c-about1-3 .c-banner7-bottom .swiper-slide.swiper-slide-thumb-active .c-dot::before {
  opacity: 1;
}
#c-about1-3 .c-banner7-bottom .swiper-slide.swiper-slide-thumb-active .c-dot::after {
  opacity: 0.5;
}
#c-about1-3 .c-banner7-bottom .swiper-slide .c-year {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  #c-about1-3 .c-banner7-bottom .swiper-slide .c-year {
    margin-bottom: 0.5rem;
  }
}
#c-about1-3 .c-banner7-bottom .swiper-slide .c-dot {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  #c-about1-3 .c-banner7-bottom .swiper-slide .c-dot {
    width: 10px;
    height: 10px;
  }
}
#c-about1-3 .c-banner7-bottom .swiper-slide .c-dot div {
  opacity: 0;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f4cc1e;
  border: 1px solid #fadc5a;
  transition: all 0.5s;
}
#c-about1-3 .c-banner7-bottom .swiper-slide .c-dot::before,
#c-about1-3 .c-banner7-bottom .swiper-slide .c-dot::after {
  opacity: 0;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 4;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffeb94;
  border: 1px solid #f4cc1e;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  #c-about1-3 .c-banner7-bottom .swiper-slide .c-dot::before,
  #c-about1-3 .c-banner7-bottom .swiper-slide .c-dot::after {
    width: 16px;
    height: 16px;
  }
}
#c-about1-3 .c-banner7-bottom .swiper-slide .c-dot::after {
  top: -6px;
  left: -6px;
  z-index: 3;
  width: 32px;
  height: 32px;
  background: rgba(244, 204, 30, 0.2);
  border: 0;
  opacity: 0;
}
@media (max-width: 767px) {
  #c-about1-3 .c-banner7-bottom .swiper-slide .c-dot::after {
    width: 22px;
    height: 22px;
  }
}
#c-about1-4 {
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  #c-about1-4 {
    padding: 3rem 0;
  }
}
#c-about1-4 .c-img-box {
  margin-top: 0.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  #c-about1-4 .c-img-box {
    margin-top: 1.5rem;
  }
}
#c-about1-4 .c-img-box img {
  max-width: 100%;
}
#c-about1-5 {
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  #c-about1-5 {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  #c-about1-5 .c-common-title {
    text-align: center;
  }
}
#c-about1-5 .c-banner9-top {
  margin-top: -1.1rem;
}
@media (max-width: 767px) {
  #c-about1-5 .c-banner9-top {
    margin-top: 1.5rem;
  }
}
#c-about1-5 .c-banner9-top .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-about1-5 .c-banner9-top .swiper-slide .c-text-box {
  padding: 1.8rem 0.3rem 1.8rem 0;
  width: 50%;
}
@media (max-width: 991px) {
  #c-about1-5 .c-banner9-top .swiper-slide .c-text-box {
    padding: 2.5rem 0;
  }
}
@media (max-width: 767px) {
  #c-about1-5 .c-banner9-top .swiper-slide .c-text-box {
    width: 100%;
    padding: 0;
  }
}
#c-about1-5 .c-banner9-top .swiper-slide .c-text-box .c-title {
  font-weight: bold;
}
#c-about1-5 .c-banner9-top .swiper-slide .c-text-box .c-text {
  margin-top: 0.25rem;
  color: #999;
}
@media (max-width: 767px) {
  #c-about1-5 .c-banner9-top .swiper-slide .c-text-box .c-text {
    margin-top: 0.5rem;
  }
}
#c-about1-5 .c-banner9-top .swiper-slide .c-img-box {
  position: relative;
  width: 50%;
  height: 6.5rem;
}
@media (max-width: 1580px) {
  #c-about1-5 .c-banner9-top .swiper-slide .c-img-box {
    height: 7.5rem;
  }
}
@media (max-width: 767px) {
  #c-about1-5 .c-banner9-top .swiper-slide .c-img-box {
    width: 100%;
    height: 16rem;
    margin-top: 1rem;
  }
}
#c-about1-5 .c-banner9-top .swiper-slide .c-img-box::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 4.52rem;
  height: 4.52rem;
  background-color: #f4cc1e;
  border-radius: 50%;
}
@media (max-width: 767px) {
  #c-about1-5 .c-banner9-top .swiper-slide .c-img-box::before {
    width: 12rem;
    height: 12rem;
  }
}
#c-about1-5 .c-banner9-top .swiper-slide .c-img-box img {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-about1-5 .c-banner9-top .swiper-button-next,
#c-about1-5 .c-banner9-top .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-top: 0;
  bottom: 0.8rem;
  top: auto;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-about1-5 .c-banner9-top .swiper-button-next,
  #c-about1-5 .c-banner9-top .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  #c-about1-5 .c-banner9-top .swiper-button-next,
  #c-about1-5 .c-banner9-top .swiper-button-prev {
    width: 2rem;
    height: 2rem;
    opacity: 0;
  }
}
#c-about1-5 .c-banner9-top .swiper-button-next.swiper-button-disabled,
#c-about1-5 .c-banner9-top .swiper-button-prev.swiper-button-disabled {
  opacity: 0.05;
}
#c-about1-5 .c-banner9-top .swiper-button-prev {
  left: 0;
  background: #f4f4f4 url(../images/jt1-2.png) no-repeat center / 0.16rem auto;
}
@media (max-width: 991px) {
  #c-about1-5 .c-banner9-top .swiper-button-prev {
    background-size: 14px auto;
  }
}
#c-about1-5 .c-banner9-top .swiper-button-prev:hover {
  background-color: #f4cc1e;
  background-image: url(../images/jt1-1.png);
}
#c-about1-5 .c-banner9-top .swiper-button-next {
  right: auto;
  left: 0.8rem;
  background: #f4f4f4 url(../images/jt2-2.png) no-repeat center / 0.16rem auto;
}
@media (max-width: 991px) {
  #c-about1-5 .c-banner9-top .swiper-button-next {
    left: 60px;
    background-size: 14px auto;
  }
}
#c-about1-5 .c-banner9-top .swiper-button-next:hover {
  background-color: #f4cc1e;
  background-image: url(../images/jt2-1.png);
}
#c-about1-5 .c-banner9-bottom {
  text-align: center;
  border-top: 2px solid #ccc;
}
#c-about1-5 .c-banner9-bottom .c-line {
  margin: 4px auto 10px;
  width: 1px;
  height: 16px;
  background-color: #ccc;
}
#c-about1-5 .c-banner9-bottom .c-title {
  opacity: 0.5;
  transition: all 0.5s;
}
#c-about1-5 .c-banner9-bottom .c-job {
  opacity: 0.5;
  color: #666;
  transition: all 0.5s;
}
#c-about1-5 .c-banner9-bottom .swiper-slide-thumb-active .c-line {
  background-color: #f4cc1e;
}
#c-about1-5 .c-banner9-bottom .swiper-slide-thumb-active .c-title,
#c-about1-5 .c-banner9-bottom .swiper-slide-thumb-active .c-job {
  opacity: 1;
}
#c-about1-6 {
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  #c-about1-6 {
    padding: 3rem 0;
  }
}
#c-about1-6 .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 0.5rem;
}
@media (max-width: 767px) {
  #c-about1-6 .c-btn-box {
    padding: 0 0 1rem;
  }
}
#c-about1-6 .c-btn-box .c-next,
#c-about1-6 .c-btn-box .c-prev {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-about1-6 .c-btn-box .c-next,
  #c-about1-6 .c-btn-box .c-prev {
    width: 44px;
    height: 44px;
    background-size: 14px auto;
  }
}
@media (max-width: 767px) {
  #c-about1-6 .c-btn-box .c-next,
  #c-about1-6 .c-btn-box .c-prev {
    bottom: 1rem;
    width: 2rem;
    height: 2rem;
    background-size: 0.7rem auto;
  }
}
#c-about1-6 .c-btn-box .c-prev {
  margin-right: 0.2rem;
  background: #fff url(../images/jt1-2.png) no-repeat center / 14px auto;
}
@media (max-width: 767px) {
  #c-about1-6 .c-btn-box .c-prev {
    margin-right: 0.5rem;
  }
}
#c-about1-6 .c-btn-box .c-prev:hover {
  background-color: #f4cc1e;
  background-image: url(../images/jt1-1.png);
}
#c-about1-6 .c-btn-box .c-next {
  background: #fff url(../images/jt2-2.png) no-repeat center / 14px auto;
}
#c-about1-6 .c-btn-box .c-next:hover {
  background-color: #f4cc1e;
  background-image: url(../images/jt2-1.png);
}
#c-about1-6 .c-banner8 {
  position: relative;
}
#c-about1-6 .c-banner8::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid #d7d7d7;
}
#c-about1-6 .c-banner8 .swiper-slide .c-wrap {
  position: relative;
}
#c-about1-6 .c-banner8 .swiper-slide .c-wrap .c-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  background-color: #ccc;
  border-radius: 50%;
}
#c-about1-6 .c-banner8 .swiper-slide .c-wrap .c-text-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 0.5rem;
  color: #666;
  text-align: center;
}
#c-about1-6 .c-banner8 .swiper-slide:nth-child(odd) .c-text-box {
  top: 50%;
  padding: 0.5rem 0 0;
}
#c-about1-6 .c-banner8 .swiper-slide:nth-child(even) .c-text-box {
  bottom: 50%;
  padding: 0 0 0.5rem;
}
#c-go-top {
  position: fixed;
  z-index: 890;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff url(../images/gotop2.png) no-repeat center / 50%;
  border: 2px solid rgba(221, 221, 221.9);
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #c-go-top {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}
#c-go-top:hover {
  background-image: url(../images/gotop.png);
  background-color: #efc200;
  border-color: #efc200;
}
.container3 {
  max-width: 900px;
}
/* 案例 */
.caseinfobanner {
  position: relative;
}
.caseinfobanner .bag {
  width: 100%;
  height: 4.08rem;
  position: relative;
}
.caseinfobanner .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.caseinfobanner .bag img:nth-child(2) {
  display: none;
}
.caseinfobanner .bag:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: #efc200;
  mix-blend-mode: multiply;
}
@media (max-width: 991px) {
  .caseinfobanner .bag {
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .caseinfobanner .bag {
    height: 28rem;
  }
  .caseinfobanner .bag img {
    display: none;
  }
  .caseinfobanner .bag img:nth-child(2) {
    display: block;
  }
}
.caseinfobanner .cont {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.caseinfobanner .cont .container3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.caseinfobanner .cont .container3 .font {
  max-width: calc(70% - 0.26rem);
}
@media (max-width: 767px) {
  .caseinfobanner .cont .container3 .font {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.caseinfobanner .cont .container3 .font .f_title {
  font-weight: bold;
  letter-spacing: -1px;
  color: #24252a;
  margin-bottom: 0.15rem;
}
@media (max-width: 991px) {
  .caseinfobanner .cont .container3 .font .f_title {
    margin-bottom: 0.46rem;
  }
}
.caseinfobanner .cont .container3 .font .text {
  color: #24252a;
}
.caseinfobanner .cont .container3 .font .text p {
  margin-bottom: 0.16rem;
}
@media (max-width: 767px) {
  .caseinfobanner .cont .container3 .font .text p {
    margin-bottom: 0.3rem;
  }
}
.caseinfobanner .cont .container3 .font .text p:last-child {
  margin-bottom: 0;
}
.caseinfobanner .cont .container3 .f_img {
  max-width: 2.16rem;
  margin-left: 0.26rem;
}
@media (max-width: 767px) {
  .caseinfobanner .cont .container3 .f_img {
    max-width: 100%;
    width: 100;
  }
}
.caseinfobanner .cont .container3 .f_img img {
  width: auto;
  max-width: 100%;
}
.caseinfo-sec1 {
  background-color: #000000;
  position: sticky;
  top: 0;
  z-index: 22;
}
.caseinfo-sec1 .cont {
  overflow: hidden;
  padding: 0.18rem 0;
}
@media (max-width: 991px) {
  .caseinfo-sec1 .cont {
    padding: 0.36rem 0;
  }
}
@media (max-width: 767px) {
  .caseinfo-sec1 .cont {
    padding: 0.6rem 0;
  }
}
.caseinfo-sec1 .cont .container3 {
  display: flex;
  justify-content: center;
}
.caseinfo-sec1 .cont .container3 .caseinfo1_cont {
  width: auto;
  margin: 0;
}
.caseinfo-sec1 .cont .container3 .caseinfo1_cont .swiper-slide {
  width: auto;
  margin: 0 0.25rem;
}
@media (max-width: 767px) {
  .caseinfo-sec1 .cont .container3 .caseinfo1_cont .swiper-slide {
    margin: 0 0.5rem;
  }
}
@media (max-width: 567px) {
  .caseinfo-sec1 .cont .container3 .caseinfo1_cont .swiper-slide {
    margin: 0 1rem;
  }
}
.caseinfo-sec1 .cont .container3 .caseinfo1_cont .swiper-slide .li {
  border: solid 2px #f4cc1e;
  padding: 4px 22px;
  color: #f4cc1e;
  transition: all 0.4s;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
@media (max-width: 1580px) {
  .caseinfo-sec1 .cont .container3 .caseinfo1_cont .swiper-slide .li {
    padding: 4px 18px;
  }
}
@media (max-width: 991px) {
  .caseinfo-sec1 .cont .container3 .caseinfo1_cont .swiper-slide .li {
    padding: 4px 14px;
    border-width: 1px;
  }
}
.caseinfo-sec1 .cont .container3 .caseinfo1_cont .on .li {
  background-color: #f4cc1e;
  color: #222;
}
.caseinfo-sec2 {
  padding-top: 60px;
}
.caseinfo-sec2 .cont {
  width: 100%;
  margin-bottom: 0.8rem;
}
.caseinfo-sec2 .cont:last-child {
  margin-bottom: 0;
}
.caseinfo-sec2 .cont .cse_make1 {
  padding-left: 18px;
}
@media (max-width: 1580px) {
  .caseinfo-sec2 .cont .cse_make1 {
    padding-left: 14px;
  }
}
.caseinfo-sec2 .cont .cse_make2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0.44rem 0 0.34rem;
  background-color: #000000;
  margin-top: 30px;
}
@media (max-width: 1580px) {
  .caseinfo-sec2 .cont .cse_make2 {
    margin-top: 26px;
  }
}
@media (max-width: 991px) {
  .caseinfo-sec2 .cont .cse_make2 {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .caseinfo-sec2 .cont .cse_make2 {
    padding: 0.88rem 0 0.4rem;
  }
}
@media (max-width: 567px) {
  .caseinfo-sec2 .cont .cse_make2 {
    padding: 1.6rem 0 1rem;
  }
}
.caseinfo-sec2 .cont .cse_make2 .item {
  color: #fff;
  width: 25%;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .caseinfo-sec2 .cont .cse_make2 .item {
    width: 50%;
    margin-bottom: 6px;
    margin-bottom: 1.2rem;
  }
}
.caseinfo-sec2 .cont .cse_make2 .item .shu {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: flex-end;
  line-height: 0.8;
  font-weight: bold;
}
.caseinfo-sec2 .cont .cse_make2 .item .shu span {
  color: #fcc900;
}
.caseinfo-sec2 .cont .cse_make2 .item .fz_title {
  font-weight: bold;
}
.caseinfo-sec2 .cont .cse_make3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .caseinfo-sec2 .cont .cse_make3 {
    margin-top: 0.6rem;
  }
}
@media (max-width: 567px) {
  .caseinfo-sec2 .cont .cse_make3 {
    margin-top: 1.2rem;
  }
}
.caseinfo-sec2 .cont .cse_make3 .item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0.55rem;
}
@media (max-width: 767px) {
  .caseinfo-sec2 .cont .cse_make3 .item {
    padding: 0 1rem;
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.caseinfo-sec2 .cont .cse_make3 .item .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.48rem;
  height: 0.48rem;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .caseinfo-sec2 .cont .cse_make3 .item .f_icon {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .caseinfo-sec2 .cont .cse_make3 .item .f_icon {
    width: 2rem;
    height: 2rem;
  }
}
.caseinfo-sec2 .cont .cse_make3 .item .f_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.caseinfo-sec2 .cont .cse_make3 .item .f_title {
  color: #24252a;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .caseinfo-sec2 .cont .cse_make3 .item .f_title {
    margin-bottom: 6px;
  }
}
.caseinfo-sec2 .cont .cse_make3 .item .fz_text {
  color: #24252a;
  line-height: 1.57142857;
}
.caseinfo-sec2 .cont .f_img {
  width: 100%;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .caseinfo-sec2 .cont .f_img {
    margin-top: 0.6rem;
  }
}
@media (max-width: 567px) {
  .caseinfo-sec2 .cont .f_img {
    margin-top: 1rem;
  }
}
.caseinfo-sec2 .cont .f_img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.caseinfo-sec2 .cont .f_tit {
  font-weight: bold;
  padding-left: 18px;
  position: relative;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .caseinfo-sec2 .cont .f_tit {
    margin-bottom: 8px;
    padding-left: 14px;
  }
}
.caseinfo-sec2 .cont .f_tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
  background-color: #f7d956;
  height: 24px;
  width: 8px;
}
@media (max-width: 1580px) {
  .caseinfo-sec2 .cont .f_tit:before {
    width: 6px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .caseinfo-sec2 .cont .f_tit:before {
    width: 4px;
    height: 16px;
  }
}
.caseinfo-sec2 .cont .text {
  color: #000000;
  line-height: 2.14285714;
}
.caseinfo-sec2 .cont .text img {
  max-width: 100%;
  width: auto;
}
.caseinfo-sec2 .cont .f_img {
  width: 100%;
}
/* End */
