@charset "utf-8";
/*字体*/
@font-face {
  font-weight: normal;
  font-family: "opensans-normal";
  src: url("/fonts/OPENSANS-REGULAR.TTF") format("truetype");
}
@font-face {
  font-weight: normal;
  font-family: "opensans-bold";
  src: url("/fonts/OPENSANS-BOLD.TTF") format("truetype");
}
@font-face {
  font-weight: normal;
  font-family: "opensans-bolder";
  src: url("/fonts/OPENSANS-SEMIBOLD.TTF") format("truetype");
}
@font-face {
  font-weight: normal;
  font-family: "DIN-Regular";
  src: url("/fonts/DIN-Regular.otf") format("opentype");
}
/*初始化*/
* {
  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: 'opensans-normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 16px;
  }
}
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,
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;
}
/* placeholder修改 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999 !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999 !important;
  opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999 !important;
}
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;
}
/*公共样式*/
.c-clear {
  zoom: 1;
}
.c-clear:after {
  content: '';
  display: block;
  clear: both;
}
.c-fl {
  float: left;
}
.c-fr {
  float: right;
}
.c-container {
  position: relative;
  margin: 0 auto;
  width: 83.333333%;
}
@media (max-width: 972px) {
  .c-container {
    padding: 0 20px;
    width: 100%;
  }
}
.c-container2 {
  position: relative;
  margin: 0 auto;
  width: 72.91666%;
}
@media (max-width: 972px) {
  .c-container2 {
    width: 100%;
    padding: 0 20px;
  }
}
.c-margin0 {
  margin: 0 !important;
}
.c-font-bold {
  font-family: "opensans-bold";
}
.c-font60 {
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 1580px) {
  .c-font60 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  .c-font60 {
    font-size: 30px;
    line-height: 40px;
  }
}
.c-font40 {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 1580px) {
  .c-font40 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 748px) {
  .c-font40 {
    font-size: 24px;
    line-height: 34px;
  }
}
.c-font30 {
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 1580px) {
  .c-font30 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 748px) {
  .c-font30 {
    font-size: 20px;
    line-height: 30px;
  }
}
.c-font24 {
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 1580px) {
  .c-font24 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 748px) {
  .c-font24 {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-bgColor1 {
  background: #F5F5F5;
}
.c-bgColor2 {
  background: #fff;
}
.c-ptb120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1580px) {
  .c-ptb120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 748px) {
  .c-ptb120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.c-pt120 {
  padding-top: 120px;
}
@media (max-width: 1580px) {
  .c-pt120 {
    padding-top: 80px;
  }
}
@media (max-width: 748px) {
  .c-pt120 {
    padding-top: 60px;
  }
}
.c-pb120 {
  padding-bottom: 120px;
}
@media (max-width: 1580px) {
  .c-pb120 {
    padding-bottom: 80px;
  }
}
@media (max-width: 748px) {
  .c-pb120 {
    padding-bottom: 60px;
  }
}
.c-common-btn1 {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 180px;
  height: 58px;
  border: 1px solid #333;
  border-radius: 3px;
  text-align: center;
  line-height: 56px;
  color: #333;
  transition: all 0.5s;
  overflow: hidden;
  cursor: pointer;
}
.c-common-btn1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  z-index: -1;
  height: 400%;
  background: #00A0E9;
  transition: 0.5s;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.c-common-btn1:hover {
  color: #fff;
  border-color: #00A0E9;
}
.c-common-btn1:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.c-common-btn1.c-dt:hover {
  color: #333;
  background: transparent;
  border-color: #333;
}
.c-common-btn1.c-dt:hover::before {
  width: 0;
}
@media (max-width: 1260px) {
  .c-common-btn1 {
    width: 110px;
    height: 46px;
    line-height: 44px;
  }
}
.c-common-btn2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 180px;
  height: 58px;
  border: 1px solid #00A0E9;
  border-radius: 3px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  transition: all 0.5s;
  overflow: hidden;
  background: #00A0E9;
  cursor: pointer;
}
.c-common-btn2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  z-index: -1;
  height: 400%;
  background: #00c3d2;
  transition: 0.5s;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.c-common-btn2:hover {
  border-color: #00c3d2;
}
.c-common-btn2:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 1260px) {
  .c-common-btn2 {
    width: 110px;
    height: 46px;
    line-height: 44px;
  }
}
.c-common-btn3 {
  display: inline-block;
  width: 180px;
  height: 58px;
  border: 1px solid #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  transition: all 0.5s;
  overflow: hidden;
}
.c-common-btn3hover {
  background: #00A0E9;
  border-color: #00A0E9;
}
.c-common-btn3.c-dt:hover {
  background: #fff;
  border-color: #fff;
}
@media (max-width: 1260px) {
  .c-common-btn3 {
    width: 110px;
    height: 46px;
    line-height: 44px;
  }
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 100px;
}
@media (max-width: 972px) {
  #c-placeholder {
    height: 60px;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #333;
  transition: all 0.5s;
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 972px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #333;
  transition: all 0.5s;
}
#c-header.c-style2 a {
  color: #333;
}
#c-header .c-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  width: 83%;
}
@media (max-width: 972px) {
  #c-header .c-container {
    height: 60px;
    width: 100%;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
/*顶部logo*/
#c-header .c-logo {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 26px;
}
@media (max-width: 972px) {
  #c-header .c-logo .c-img-box img {
    height: 26px;
  }
}
#c-header .c-logo .c-text {
  display: inline-block;
  margin-left: 20px;
  font-family: "opensans-bolder";
  transition: all 0.5s;
  line-height: 1;
  margin-top: 10px;
  color: #333;
}
#c-header .c-logo .c-text:hover {
  color: #00A0E9 !important;
}
@media (max-width: 1260px) {
  #c-header .c-logo .c-text {
    margin-left: 10px;
  }
}
@media (max-width: 748px) {
  #c-header .c-logo .c-text {
    display: none;
  }
}
#c-header.c-style3 .c-logo .c-text {
  color: #fff;
}
#c-header.c-style2 .c-logo .c-text {
  color: #333;
}
/*顶部pc导航*/
#c-header .c-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "opensans-bolder";
}
@media (max-width: 1260px) {
  #c-header .c-nav {
    padding-right: 120px;
    justify-content: flex-end;
  }
}
@media (max-width: 972px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 70px;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
@media (max-width: 1900px) {
  #c-header .c-nav > li {
    margin-right: 30px;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 15px;
  }
}
#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,
#c-header .c-nav li:hover > a {
  color: #00A0E9;
}
#c-header .c-nav ul {
  position: fixed;
  top: 100px;
  left: 0;
  display: none;
  width: 100%;
  line-height: 60px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #ddd;
}
#c-header .c-nav ul li {
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}
#c-header .c-nav ul li:last-child {
  margin-right: 0;
  border: 0;
}
#c-header .c-nav ul li a {
  color: #666;
}
#c-header .c-nav ul li a:hover {
  color: #00A0E9;
}
#c-header .c-nav .c-list-box {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  font-family: "opensans-normal";
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
#c-header .c-nav .c-list-box .c-container {
  height: auto;
}
#c-header .c-nav .c-list-box .c-item-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 0;
}
#c-header .c-nav .c-list-box .c-item-box .c-line2 {
  width: 100%;
  border-top: 1px solid #ddd;
}
#c-header .c-nav .c-list-box .c-item-box .c-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 50%;
  padding: 30px 0;
}
#c-header .c-nav .c-list-box .c-item-box .c-item .c-img-box a {
  display: block;
  width: 213px;
  height: 213px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-header .c-nav .c-list-box .c-item-box .c-item .c-img-box a {
    width: 150px;
    height: 150px;
  }
}
#c-header .c-nav .c-list-box .c-item-box .c-item .c-img-box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-header .c-nav .c-list-box .c-item-box .c-item .c-line {
  position: absolute;
  top: 30px;
  right: 0;
  height: -webkit-calc(40%);
  height: calc(100% - 60px);
  border-left: 1px solid #ddd;
}
#c-header .c-nav .c-list-box .c-item-box .c-item:nth-child(3n) .c-line {
  display: none;
}
#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box {
  width: -webkit-calc(-113%);
  width: calc(100% - 213px);
  text-align: left;
}
@media (max-width: 1580px) {
  #c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box {
    width: -webkit-calc(-50%);
    width: calc(100% - 150px);
  }
}
#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box a {
  line-height: 26px;
  color: #333;
  transition: all 0.5s;
}
#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box a:first-child {
  margin-bottom: 20px;
  font-family: "opensans-bold";
  font-size: 18px;
  line-height: 28px;
}
#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box a:last-child {
  color: #00A0E9;
}
#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box a:hover {
  color: #00A0E9;
}
#c-header.c-style3 .c-nav li > a {
  color: #fff;
}
#c-header.c-style2 .c-nav li > a {
  color: #333;
}
#c-header.c-style2 .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #00A0E9;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  font-size: 16px;
  line-height: 50px;
  background: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 20px;
  border-top: 1px solid #f1f1f1;
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a i {
  font-size: 20px;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #00A0E9;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 60px);
  height: -webkit-calc(40vh);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #00A0E9;
  border-radius: 3px;
}
@media (max-width: 972px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  display: block;
  left: 5px;
  height: 2px;
  width: 20px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 8px;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 8px;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-search {
  margin-right: 50px;
  width: 20px;
  height: 20px;
  background: url(/assets/search3.png) no-repeat center / auto 100%;
}
@media (max-width: 1580px) {
  #c-header .c-gn .c-search {
    margin-right: 20px;
  }
}
#c-header .c-gn .c-search:hover {
  background-image: url(/assets/search2.png);
}
#c-header .c-gn .c-shop-car {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 58px;
  color: #fff;
  background: #00A0E9;
  border-radius: 3px;
  font-family: "opensans-bolder";
  overflow: hidden;
}
#c-header .c-gn .c-shop-car::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  z-index: -1;
  height: 200px;
  background: #00c3d2;
  transition: 0.5s;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
#c-header .c-gn .c-shop-car:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#c-header .c-gn .c-shop-car i {
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/assets/gwc-ico.png) no-repeat center / 100%;
}
@media (max-width: 972px) {
  #c-header .c-gn .c-shop-car i {
    margin-right: 0;
  }
}
@media (max-width: 1260px) {
  #c-header .c-gn .c-shop-car {
    display: none;
    width: 110px;
    height: 46px;
  }
}
@media (max-width: 972px) {
  #c-header .c-gn .c-shop-car {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
  #c-header .c-gn .c-shop-car span {
    display: none;
  }
}
#c-header .c-gn form {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  padding: 14px 0;
  width: 100%;
  background: #f5f5f5;
  line-height: auto;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 972px) {
  #c-header .c-gn form {
    top: 60px;
  }
}
#c-header .c-gn form .c-container {
  height: 73px;
}
@media (max-width: 972px) {
  #c-header .c-gn form .c-container {
    height: 40px;
  }
}
#c-header .c-gn form .c-close {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(/assets/close4.png) no-repeat center / 100%;
  cursor: pointer;
}
@media (max-width: 972px) {
  #c-header .c-gn form .c-close {
    right: 20px;
  }
}
#c-header .c-gn form .c-box {
  display: flex;
  align-items: flex-start;
  height: 75px;
  margin: 0 auto;
  width: 70%;
  max-width: 1000px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 972px) {
  #c-header .c-gn form .c-box {
    margin: 0;
    height: 40px;
    width: -webkit-calc(60%);
    width: calc(100% - 40px);
  }
}
#c-header .c-gn form .c-box input {
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
  height: 100%;
  line-height: 100%;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 100%;
  font-size: 16px;
  line-height: 100%;
  color: #00A0E9;
  cursor: pointer;
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone i {
  margin: 0 10px 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 28px;
}
@media (max-width: 1900px) {
  #c-header .c-gn .c-phone i {
    margin: 0 5px 0 15px;
  }
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn .c-phone i {
  border: 1px solid rgba(222, 47, 9, 0.2);
}
#c-header.c-style2 .c-gn .c-phone {
  color: #00A0E9;
}
#c-header.c-style2 .c-search {
  background-image: url(/assets/search1.png);
}
/*首页轮播图*/
.c-banner1 .swiper-slide {
  overflow: hidden;
}
.c-banner1 .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 748px) {
  .c-banner1 .swiper-slide .c-pc {
    display: none;
  }
}
.c-banner1 .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 748px) {
  .c-banner1 .swiper-slide .c-mb {
    display: block;
  }
}
.c-banner1 .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 972px) {
  .c-banner1 .swiper-slide video {
    display: none;
  }
}
.c-banner1 .swiper-button-next:hover,
.c-banner1 .swiper-button-prev:hover {
  opacity: 1;
}
.c-banner1 .swiper-pagination {
  bottom: 40px;
}
.c-banner1 .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  margin: 0 !important;
  width: 150px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 0;
}
@media (max-width: 1580px) {
  .c-banner1 .swiper-pagination-bullet {
    width: 80px;
  }
}
@media (max-width: 972px) {
  .c-banner1 .swiper-pagination-bullet {
    width: 50px;
  }
}
.c-banner1 .swiper-pagination-bullet span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #00A0E9;
  transition: 0s;
}
.c-banner1 .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  width: 100%;
  transition: 5s linear;
  background: #00A0E9;
}
.c-banner1 .c-box {
  position: absolute;
  top: 3.5rem;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
}
@media (max-width: 972px) {

}
@media (max-width: 748px) {
  .c-banner1 .c-box {
    /* top: unset; */
  }
}
.c-banner1 .c-box .c-title {
  font-family: "opensans-bold";
  font-size: 54px;
  line-height: 88px;
}
@media (max-width: 1580px) {
  .c-banner1 .c-box .c-title {
    font-size: 54px;
    line-height: 88px;
  }
}
@media (max-width: 1024px) {
  .c-banner1 .c-box {
    top: 40%;
  }
  .c-banner1 .c-box .c-title {
    font-size: 39px;
    line-height: 66px;
  }
}
@media (max-width: 820px) {
  .c-banner1 .c-box .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 748px) {
  .c-banner1 .c-box .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.c-banner1 .c-box .c-text {
  padding: 30px 0 35px;
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 748px) {
  .c-banner1 .c-box .c-text {
    padding: 20px 0 25px;
    font-size: 20px;
    line-height: 30px;
  }
}
.c-banner1 .c-box .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-banner1 .c-box .c-btn-box a:first-child {
  margin-right: 20px;
}
.c-banner1 .c-box .c-btn-box a:last-child {
  margin-right: 0;
}
.c-banner1 .on {
  color: #fff;
}
.c-banner1 .on .c-common-btn1 {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.c-banner1 .on .c-common-btn1:hover {
  border-color: #00A0E9;
}
/* 底部 */
#c-footer {
  position: relative;
  z-index: 5;
  color: #fff;
  background: #1F1F1F;
}
#c-footer a {
  color: #7e7e7e;
  transition: 0.5s;
}
#c-footer a:hover {
  color: #00A0E9 !important;
}
#c-footer .c-logo {
  display: block;
}
@media (max-width: 972px) {
  #c-footer .c-logo {
    margin-bottom: 30px;
    width: 100%;
  }
}
#c-footer .c-logo img {
  height: 34px;
}
@media (max-width: 748px) {
  #c-footer .c-logo img {
    height: 30px;
  }
}
#c-footer .c-shop-car {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 58px;
  color: #fff;
  background: #00A0E9;
  border-radius: 3px;
  font-family: "opensans-bolder";
  overflow: hidden;
}
#c-footer .c-shop-car::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  z-index: -1;
  height: 200px;
  background: #00c3d2;
  transition: all 0.5s;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
#c-footer .c-shop-car:hover {
  color: #fff !important;
}
#c-footer .c-shop-car:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#c-footer .c-shop-car i {
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/assets/gwc-ico.png) no-repeat center / 100%;
}
@media (max-width: 972px) {
  #c-footer .c-shop-car i {
    margin-right: 0;
  }
}
@media (max-width: 1260px) {
  #c-footer .c-shop-car {
    width: 110px;
    height: 46px;
  }
}
@media (max-width: 1260px) {
  #c-footer .c-shop-car {
    display: none;
  }
}
#c-footer .c-top-box .c-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
#c-footer .c-title {
  display: inline-block;
  color: #fff;
  font-family: "opensans-bold";
  font-size: 20px;
  line-height: 1;
}
#c-footer .c-title-box a {
  color: #fff;
}
#c-footer .c-title-box a:hover {
  color: #00A0E9;
}
#c-footer .c-title-box i {
  display: none;
  transition: 0.5s;
}
#c-footer .c-list-box.on .c-title i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#c-footer .c-list-box .c-list li {
  padding-bottom: 20px;
  line-height: 24px;
}
#c-footer .c-list-box .c-list li:last-child {
  margin-bottom: 0;
}
#c-footer .c-text-box {
  line-height: 26px;
}
#c-footer .c-text-box p {
  padding-bottom: 10px;
}
#c-footer .c-code {
  padding: 15px;
  width: 132px;
  border-radius: 5px;
  background: #fff;
}
#c-footer .c-code img {
  width: 100%;
}
#c-footer .c-code .c-text {
  padding-top: 15px;
  line-height: 24px;
  text-align: center;
  color: #999;
}
#c-footer .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #33444f;
  transition: 0.5s;
}
#c-footer .c-ico a:hover {
  background: #00A0E9;
}
#c-footer .c-weixin {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-footer .c-weixin .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-footer .c-weixin .c-img-box img {
  width: 100%;
}
#c-footer .c-weixin .c-img-box .c-text {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #333;
}
#c-footer .c-bottom-box .c-box {
  padding: 20px 0;
  border-top: 1px solid #363636;
  line-height: 24px;
  color: #474747;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#c-footer .c-bottom-box a {
  color: #474747;
}
#c-footer .c-bottom-box .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
#c-footer .c-bottom-box .c-language {
  position: relative;
  transition: 0.5s;
}
#c-footer .c-bottom-box .c-language:hover {
  background: #fff;
}
#c-footer .c-bottom-box .c-language .c-text {
  padding: 0 10px;
  transition: 0.5s;
  line-height: 60px;
  cursor: pointer;
}
#c-footer .c-bottom-box .c-language .c-text svg {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
#c-footer .c-bottom-box .c-language .c-text svg path {
  transition: 0.5s;
}
#c-footer .c-bottom-box .c-language:hover .c-text svg path {
  fill: #00A0E9;
}
#c-footer .c-bottom-box .c-language:hover .c-text {
  color: #00A0E9;
}
#c-footer .c-bottom-box .c-language .c-list {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
}
#c-footer .c-bottom-box .c-language .c-list a {
  display: block;
  margin: 0 20px;
  line-height: 46px;
  border-bottom: 1px solid #ddd;
}
.wow {
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-footer .c-bottom-box .c-language .c-list {
    height: 141px;
    overflow-y: auto;
  }
  #c-footer .c-list-box {
    width: 100%;
  }
  #c-footer .c-list-box .c-title-box {
    padding: 10px 0;
    border-bottom: 1px solid #363636;
  }
  #c-footer .c-list-box .c-title-box i {
    display: inline-block;
  }
  #c-footer .c-list-box.on .c-title i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #c-footer .c-list-box .c-list {
    padding-top: 10px;
    display: none;
  }
  #c-footer .c-list-box .c-list li {
    padding-bottom: 5px;
  }
  #c-footer .c-wrap {
    padding-top: 40px;
  }
  #c-footer .c-wrap .c-title-box {
    padding-bottom: 10px;
  }
  #c-footer .c-text-box {
    line-height: 24px;
  }
  #c-footer .c-code {
    margin-top: 40px;
    width: 162px;
  }
  #c-footer .c-bottom-box .c-box {
    border-top: 0;
    padding: 0 0 35px;
  }
  #c-footer .c-title-box a {
    line-height: 30px;
  }
  #c-footer .c-bottom-box .c-language a {
    padding-left: 0;
  }
}
/* 顶部banner */
#c-top-banner {
  position: relative;
}
#c-top-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#c-top-banner img {
  width: 100%;
}
#c-top-banner .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-top-banner .c-box .c-title {
  font-size: 48px;
  line-height: 1.5;
  color: #fff;
}
#c-top-banner .c-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 顶部菜单 */
#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 #00A0E9;
  transition: 0.5s;
}
#c-top-menu .c-list li.on a,
#c-top-menu .c-list li a:hover {
  color: #00A0E9;
}
#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: 100%;
  background: #f5f5f5;
}
.c-map .map-title {
  font-size: 16px;
  font-weight: bold;
  color: #00A0E9;
}
.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: 16px;
  line-height: 24px;
  color: #666;
  transition: 0.5s;
}
#c-prev-next a:hover {
  color: #00A0E9;
}
#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: 748px) {
  #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-page {
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #666;
  font-size: 16px;
  line-height: 40px;
}
.c-page a {
  margin: 5px;
  display: block;
  width: 40px;
  text-align: center;
  background: #f9f9f9;
  color: #666;
  transition: 0.5s;
}
.c-page a:hover,
.c-page a .on {
  color: #fff;
  background: #00A0E9;
}
.c-page .prev,
.c-page .next {
  width: 100px;
}
@media (max-width: 748px) {
  .c-page a {
    display: none;
  }
  .c-page .prev,
  .c-page .next {
    display: inline-block;
  }
}
/* 公共标题 */
.c-common-title {
  text-align: center;
}
.c-common-title .c-title {
  margin-bottom: 60px;
  font-size: 60px;
  font-family: "opensans-bold";
  color: #1A1A1A;
  line-height: 70px;
}
@media (max-width: 1580px) {
  .c-common-title .c-title {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  .c-common-title .c-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }
}
#c-about {
  background: rgba(0, 173, 187, 0.05);
}
#c-about .c-list {
  margin: 0 -15px -30px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-about .c-list li {
  padding: 0 15px 30px;
  width: 25%;
}
@media (max-width: 1260px) {
  #c-about .c-list li {
    width: 50%;
  }
}
#c-about .c-list li .c-top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A0E9;
}
@media (max-width: 1580px) {
  #c-about .c-list li .c-top {
    margin-bottom: 10px;
  }
}
#c-about .c-list li .c-top .c-num-move {
  font-size: 80px;
  font-family: "opensans-bolder";
  line-height: 1;
}
@media (max-width: 1580px) {
  #c-about .c-list li .c-top .c-num-move {
    font-size: 50px;
  }
}
@media (max-width: 748px) {
  #c-about .c-list li .c-top .c-num-move {
    font-size: 36px;
  }
}
#c-about .c-list li .c-top .c-gt {
  margin-left: 20px;
}
@media (max-width: 1580px) {
  #c-about .c-list li .c-top .c-gt {
    margin-left: 10px;
  }
}
#c-about .c-list li .c-top .c-gt .c-t1 {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 1580px) {
  #c-about .c-list li .c-top .c-gt .c-t1 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 748px) {
  #c-about .c-list li .c-top .c-gt .c-t1 {
    font-size: 12px;
    line-height: 1.2;
  }
}
#c-about .c-list li .c-top .c-gt .c-t2 {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1580px) {
  #c-about .c-list li .c-top .c-gt .c-t2 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 748px) {
  #c-about .c-list li .c-top .c-gt .c-t2 {
    font-size: 12px;
    line-height: 1.2;
  }
}
#c-about .c-list li .c-text {
  text-align: center;
  max-width: 310px;
  margin: 0 auto;
  line-height: 26px;
}
@media (max-width: 748px) {
  #c-about .c-list li .c-text {
    font-size: 12px;
    line-height: 22px;
  }
}
#c-product .c-list {
  margin: 0 -2px -4px;
}
@media (max-width: 748px) {
  #c-product .c-list {
    margin: 0 0 -30px;
  }
}
#c-product .c-list li {
  float: left;
  padding: 0 2px 4px;
  width: 50%;
}
@media (max-width: 748px) {
  #c-product .c-list li {
    padding: 0 0 30px;
    width: 100%;
  }
}
#c-product .c-list li .c-wrap {
  position: relative;
  display: block;
  color: #333;
}
#c-product .c-list li .c-wrap .c-img-box {
  height: 4rem;
  overflow: hidden;
}
@media (max-width: 972px) {
  #c-product .c-list li .c-wrap .c-img-box {
    height: 6rem;
  }
}
@media (max-width: 748px) {
  #c-product .c-list li .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-product .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
#c-product .c-list li .c-wrap .c-text-box {
  position: absolute;
  top: 35%;
  left: 0;
  padding: 60px;
  width: 100%;
}
@media (max-width: 1580px) {
  #c-product .c-list li .c-wrap .c-text-box {
    padding: 30px;
  }
}
@media (max-width: 748px) {
  #c-product .c-list li .c-wrap .c-text-box {
    padding: 15px 0 0;
    /* position: relative; */
  }
}
#c-product .c-list li .c-wrap .c-text-box .c-title {
  font-family: "opensans-bolder";
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 1580px) {
  #c-product .c-list li .c-wrap .c-text-box .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 748px) {
  #c-product .c-list li .c-wrap .c-text-box .c-title {
    font-size: 24px;
    line-height: 34px;
  }
}
#c-product .c-list li .c-wrap .c-text-box .c-text {
  max-width: 370px;
  padding: 10px 0 25px;
  line-height: 26px;
}
@media (max-width: 748px) {
  #c-product .c-list li .c-wrap .c-text-box .c-text {
    padding: 0 0 10px;
  }
}
#c-product .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
}
#c-product .c-list li:nth-child() .c-wrap .c-img-box {
  height: -webkit-calc(12rem);
  height: calc(8rem + 4px);
}
@media (max-width: 972px) {
  #c-product .c-list li:nth-child() .c-wrap .c-img-box {
    height: -webkit-calc(16rem);
    height: calc(12rem + 4px);
  }
}
@media (max-width: 748px) {
  #c-product .c-list li:nth-child() .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-product .c-list li.on .c-wrap {
  color: #fff;
}
@media (max-width: 748px) {
  #c-product .c-list li.on .c-wrap {
    color: #333;
  }
}
#c-product .c-list li.on .c-wrap .c-common-btn1 {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 748px) {
  #c-product .c-list li.on .c-wrap .c-common-btn1 {
    border-color: #333;
    color: #333;
  }
}
#c-product .c-list li.on .c-wrap .c-common-btn1:hover {
  color: #fff;
  border-color: #00A0E9;
}
#c-product .c-list li.on .c-wrap .c-common-btn1:hover::before {
  width: 100%;
}
#c-expore .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -2px -4px;
}
#c-expore .c-list li {
  padding: 0 2px 4px;
  width: 25%;
}
@media (max-width: 1260px) {
  #c-expore .c-list li {
    width: 50%;
  }
}
#c-expore .c-list li .c-wrap {
  position: relative;
  display: block;
  height: 5rem;
  overflow: hidden;
}
@media (max-width: 1260px) {
  #c-expore .c-list li .c-wrap {
    /* height: 10rem; */
  }
}
@media (max-width: 1260px) {
  #c-expore .c-list li .c-wrap {
    /* height: 12rem; */
  }
}
#c-expore .c-list li .c-wrap img {
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
}
#c-expore .c-list li .c-wrap .c-text-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 80px 30px;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-expore .c-list li .c-wrap .c-text-box {
    padding: 30px;
  }
}
@media (max-width: 1260px) {
  #c-expore .c-list li .c-wrap .c-text-box {
    padding: 60px 30px;
  }
}
@media (max-width: 748px) {
  #c-expore .c-list li .c-wrap .c-text-box {
    padding: 20px;
  }
}
#c-expore .c-list li .c-wrap .c-text-box .c-title {
  margin-bottom: 25px;
  font-family: "opensans-bold";
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-expore .c-list li .c-wrap .c-text-box .c-title {
    font-size: 16px;
    line-height: 24px;
  }
}
#c-expore .c-list li .c-wrap .c-text-box .c-common-btn2 {
  opacity: 0;
  position: relative;
  top: 50px;
  display: block;
  margin: 0 auto;
}
#c-expore .c-list li .c-wrap:hover .c-text-box {
  background: rgba(0, 0, 0, 0.5);
}
#c-expore .c-list li .c-wrap:hover .c-text-box .c-title {
  color: #fff;
}
#c-expore .c-list li .c-wrap:hover .c-text-box .c-common-btn2 {
  opacity: 1;
  top: 0;
}
.c-banner2 {
  padding-bottom: 60px;
  text-align: center;
}
.c-banner2 .c-text {
  max-width: 950px;
  min-height: 250px;
  margin: 0 auto 30px;
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 1580px) {
  .c-banner2 .c-text {
    min-height: 100px;
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  .c-banner2 .c-text {
    font-size: 24px;
    line-height: 34px;
  }
}
.c-banner2 .c-box img {
  margin-bottom: 15px;
  height: 46px;
}
.c-banner2 .c-box .c-title {
  line-height: 26px;
  color: #666;
}
.c-banner2 .swiper-pagination-bullet {
  margin: 0 10px !important;
  width: 14px;
  height: 14px;
  border: 2px solid transparent;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.22);
  opacity: 1;
}
@media (max-width: 748px) {
  .c-banner2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
  }
}
.c-banner2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #00A0E9;
  background: transparent;
}
.c-banner2 .swiper-slide {
  padding: 0 40px;
}
@media (max-width: 748px) {
  .c-banner2 .swiper-slide {
    padding: 0;
  }
}
.c-banner2 .swiper-button-next,
.c-banner2 .swiper-button-prev {
  opacity: 0.2;
  right: 0;
  margin-top: -20px;
  width: 20px;
  height: 40px;
  background: url(/assets/next.png) no-repeat center / 100% auto;
  transition: 0.5s;
}
@media (max-width: 748px) {
  .c-banner2 .swiper-button-next,
  .c-banner2 .swiper-button-prev {
    display: none;
  }
}
.c-banner2 .swiper-button-next:hover,
.c-banner2 .swiper-button-prev:hover {
  opacity: 1;
}
.c-banner2 .swiper-button-prev {
  right: auto;
  left: 0;
  background-image: url(/assets/prev.png);
}
.c-common-box {
  position: relative;
}
.c-common-box video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  .c-common-box video {
    display: none;
  }
}
.c-common-box img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box img:nth-child(2) {
  display: block;
}
@media (max-width: 748px) {
  .c-common-box img:nth-child(2) {
    display: none;
  }
}
@media (max-width: 748px) {
  .c-common-box img {
    display: block;
  }
}
.c-common-box .c-text-box {
  padding: 280px 0;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1580px) {
  .c-common-box .c-text-box {
    padding: 120px 0;
  }
}
@media (max-width: 748px) {
  .c-common-box .c-text-box {
    padding: 60px 0;
  }
}
.c-common-box .c-text-box .c-title {
  font-family: "opensans-bold";
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 1580px) {
  .c-common-box .c-text-box .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  .c-common-box .c-text-box .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.c-common-box .c-text-box .c-text {
  margin: 20px 0 40px;
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 748px) {
  .c-common-box .c-text-box .c-text {
    margin: 10px 0 20px;
    font-size: 20px;
    line-height: 30px;
  }
}
.c-common-box .c-text-box .c-btn {
  margin: 0 auto;
  width: 72px;
  height: 72px;
  background: url(/assets/bf-ico.png) no-repeat center / 100%;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 748px) {
  .c-common-box .c-text-box .c-btn {
    width: 50px;
    height: 50px;
  }
}
.c-common-box .c-text-box .c-btn:hover {
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
}
.c-common-box .c-text-box .c-common-btn2 {
  margin-top: 40px;
}
.c-common-box.c-dt .c-text-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: -webkit-calc(0vh);
  height: calc(100vh - 100px);
}
@media (max-width: 972px) {
  .c-common-box.c-dt .c-text-box {
    height: -webkit-calc(40vh);
    height: calc(100vh - 60px);
  }
}
.c-common-box.c-dt .c-text-box .c-text2 {
  margin-bottom: 35px;
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1580px) {
  .c-common-box.c-dt .c-text-box .c-text2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 748px) {
  .c-common-box.c-dt .c-text-box .c-text2 {
    font-size: 20px;
    line-height: 30px;
  }
}
/* 视频弹窗 */
#hi-video-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-video-pop .hi-close:hover {
  background: #00A0E9;
}
#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
  background: #fff;
}
#hi-video-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-video-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-video-pop video {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 视频弹窗 */
#hi-iframe-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-iframe-video * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-iframe-video .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-iframe-video .hi-close:after,
#hi-iframe-video .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-iframe-video .hi-close:hover {
  background: #00A0E9;
}
#hi-iframe-video .hi-close:hover:after,
#hi-iframe-video .hi-close:hover:before {
  background: #fff;
}
#hi-iframe-video .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-iframe-video .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-iframe-video iframe {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100vh;
  height: 60vh;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 972px) {
  #hi-iframe-video iframe {
    width: 90vw;
    height: 60vw;
  }
}
#c-subscription {
  text-align: center;
}
#c-subscription .c-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 748px) {
  #c-subscription .c-container {
    flex-wrap: wrap;
  }
}
#c-subscription .c-container > div {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 748px) {
  #c-subscription .c-container > div {
    width: 100%;
  }
  #c-subscription .c-container > div:last-child {
    padding-top: 60px;
  }
}
#c-subscription .c-title {
  font-family: "opensans-bold";
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 748px) {
  #c-subscription .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
#c-subscription .c-text {
  padding: 10px 0 50px;
  line-height: 26px;
  color: #666;
}
@media (max-width: 748px) {
  #c-subscription .c-text {
    padding: 10px 0 25px;
    line-height: 24px;
  }
}
#c-subscription form {
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  height: 58px;
  border: 1px solid #00A0E9;
  border-radius: 3px;
  overflow: hidden;
}
#c-subscription form input {
  flex: 1;
  width: calc(100% - 100px);
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
  text-align: left;
}
@media (max-width: 748px) {
  #c-subscription form input {
    width: calc(100% - 70px);
  }
}
#c-subscription form button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex: 0 0 100px;
  height: 56px;
  background: #00A0E9;
  overflow: hidden;
}
@media (max-width: 748px) {
  #c-subscription form button {
    flex: 0 0 70px;
  }
}
#c-subscription form button::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(/assets/yx-ico.png) no-repeat center / 28px auto;
}
#c-subscription form button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  z-index: -1;
  height: 120px;
  background: #00c3d2;
  transition: 0.5s;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
#c-subscription form button:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#c-subscription .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -20px -20px;
  padding-top: 10px;
  min-height: 58px;
}
@media (max-width: 1260px) {
  #c-subscription .c-list {
    margin: 0 -10px -10px;
  }
}
@media (max-width: 748px) {
  #c-subscription .c-list {
    padding-top: 0;
  }
}
#c-subscription .c-list li {
  padding: 0 20px 20px;
}
@media (max-width: 1260px) {
  #c-subscription .c-list li {
    padding: 0 10px 10px;
  }
}
#c-subscription .c-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
}
#c-subscription .c-list li a img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
#c-subscription .c-list li a:hover img {
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
}
#c-top-site {
  position: relative;
  z-index: 10;
  padding: 30px 0;
}
#c-top-site .c-box {
  line-height: 24px;
  color: #999;
}
#c-top-site .c-box a {
  color: #999;
  transition: 0.5s;
}
#c-top-site .c-box a:hover {
  color: #00A0E9;
}
#c-top-site .c-box i {
  padding: 0 10px;
  font-style: normal;
}
#c-top-site .c-box i:last-child {
  display: none;
}
#c-top-site.c-dt .c-box {
  color: #fff;
}
#c-top-site.c-dt .c-box a {
  color: #fff;
}
#c-top-site.c-dt .c-box a:hover {
  color: #00A0E9;
}
#c-product-menu {
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
#c-product-menu .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-x: auto;
}
@media (max-width: 972px) {
  #c-product-menu .c-list {
    justify-content: flex-start;
  }
}
#c-product-menu .c-list li {
  flex: none;
  padding: 0 25px;
  font-family: "opensans-bold";
  line-height: 80px;
  font-size: 20px;
}
@media (max-width: 1580px) {
  #c-product-menu .c-list li {
    padding: 0 20px;
  }
}
@media (max-width: 972px) {
  #c-product-menu .c-list li {
    padding: 0 8px;
    font-size: 16px;
    line-height: 50px;
  }
}
#c-product-menu .c-list li p {
  display: inline-block;
  padding: 0 20px;
  color: #999;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 972px) {
  #c-product-menu .c-list li p {
    padding: 0;
  }
}
#c-product-menu .c-list li.on p,
#c-product-menu .c-list li p:hover {
  color: #00A0E9;
  border-color: #00A0E9;
}
#c-features li {
  position: relative;
}
#c-features li .c-container2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-features li .c-container2 .c-img-box {
  width: 52.8%;
  height: 5.4rem;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 972px) {
  #c-features li .c-container2 .c-img-box {
    width: 100%;
    height: 13rem;
  }
}
#c-features li .c-container2 .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-features li .c-container2 .c-text-box {
  width: 47.2%;
  padding-left: 120px;
}
@media (max-width: 1580px) {
  #c-features li .c-container2 .c-text-box {
    padding-left: 60px;
  }
}
@media (max-width: 972px) {
  #c-features li .c-container2 .c-text-box {
    width: 100%;
    padding: 15px 0 0;
  }
}
#c-features li .c-container2 .c-text-box .c-title {
  margin-bottom: 30px;
  font-family: "opensans-bold";
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 1900px) {
  #c-features li .c-container2 .c-text-box .c-title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1260px) {
  #c-features li .c-container2 .c-text-box .c-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 748px) {
  #c-features li .c-container2 .c-text-box .c-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
#c-features li .c-container2 .c-text-box .c-text {
  font-size: 18px;
  line-height: 1.5;
  color: #666;
}
@media (max-width: 1580px) {
  #c-features li .c-container2 .c-text-box .c-text {
    font-size: 16px;
  }
}
#c-features li .c-container2 .c-text-box .c-btn {
  margin: 20px auto 0;
  width: 72px;
  height: 72px;
  background: url(/assets/bf-ico.png) no-repeat center / 100%;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-features li .c-container2 .c-text-box .c-btn {
    width: 50px;
    height: 50px;
  }
}
#c-features li .c-container2 .c-text-box .c-btn:hover {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
#c-features li:nth-child(3n) .c-container2 {
  flex-direction: row-reverse;
}
#c-features li:nth-child(3n) .c-container2 .c-text-box {
  width: 47.2%;
  padding: 0 120px 0 0;
}
@media (max-width: 1580px) {
  #c-features li:nth-child(3n) .c-container2 .c-text-box {
    padding: 0 60px 0 0;
  }
}
@media (max-width: 972px) {
  #c-features li:nth-child(3n) .c-container2 .c-text-box {
    padding: 15px 0 0;
    width: 100%;
  }
}
#c-features li:nth-child() {
  margin-bottom: 120px;
  padding-bottom: 0;
}
@media (max-width: 1580px) {
  #c-features li:nth-child() {
    margin-bottom: 80px;
  }
}
@media (max-width: 972px) {
  #c-features li:nth-child() {
    margin-bottom: 60px;
  }
}
#c-features li:nth-child() .c-container2 {
  position: static;
}
#c-features li:nth-child() .c-container2 .c-img-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
#c-features li:nth-child() .c-container2 .c-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#c-features li:nth-child() .c-container2 .c-text-box {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  min-height: 8rem;
  padding: 120px 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 972px) {
  #c-features li:nth-child() .c-container2 .c-text-box {
    padding: 60px 0;
  }
}
@media (max-width: 748px) {
  #c-features li:nth-child() .c-container2 .c-text-box {
    min-height: 18rem;
    padding: 40px 0 60px;
  }
}
#c-features li:nth-child() .c-container2 .c-text-box .c-text {
  color: #fff;
  opacity: 0.7;
}
#c-features li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-common-box2 {
  position: relative;
  z-index: 5;
  background: #fff;
}
.c-common-box2 .c-title {
  margin-bottom: 70px;
  padding-bottom: 28px;
  border-bottom: 1px solid #999;
  font-family: "opensans-bold";
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 1580px) {
  .c-common-box2 .c-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 748px) {
  .c-common-box2 .c-title {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 40px;
  }
}
.c-common-box2 .c-box-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 972px) {
  .c-common-box2 .c-box-wrap {
    flex-direction: column-reverse;
  }
}
.c-common-box2 .c-box-wrap .c-text-box {
  width: 51%;
}
@media (max-width: 972px) {
  .c-common-box2 .c-box-wrap .c-text-box {
    width: 100%;
  }
}
.c-common-box2 .c-box-wrap .c-text-box .c-list li {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px 20px;
}
@media (max-width: 972px) {
  .c-common-box2 .c-box-wrap .c-text-box .c-list li {
    margin-bottom: 10px;
  }
}
.c-common-box2 .c-box-wrap .c-text-box .c-list li:last-child {
  margin-bottom: 30px;
}
@media (max-width: 972px) {
  .c-common-box2 .c-box-wrap .c-text-box .c-list li:last-child {
    margin-bottom: 20px;
  }
}
.c-common-box2 .c-box-wrap .c-text-box .c-list li p {
  width: 50%;
  padding: 0 10px;
  font-size: 18px;
  line-height: 28px;
  color: #222;
}
.c-common-box2 .c-box-wrap .c-text-box .c-list li p img {
  display: block;
  height: 20px;
}
@media (max-width: 972px) {
  .c-common-box2 .c-box-wrap .c-text-box .c-list li p {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-common-box2 .c-box-wrap .c-text-box .c-list li p:first-child {
  font-family: "opensans-bold";
}
.c-common-box2 .c-box-wrap .c-text-box .c-list li p a {
  color: #00A0E9;
}
.c-common-box2 .c-box-wrap .c-text-box .c-list li p a:hover {
  text-decoration: underline;
}
.c-common-box2 .c-box-wrap .c-text-box .c-text {
  font-size: 18px;
  line-height: 28px;
  color: #999;
}
@media (max-width: 972px) {
  .c-common-box2 .c-box-wrap .c-text-box .c-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-common-box2 .c-box-wrap .c-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 972px) {
  .c-common-box2 .c-box-wrap .c-img-box {
    width: 100%;
  }
}
@media (max-width: 972px) {
  .c-common-box2 .c-box-wrap .c-img-box {
    margin-top: 20px;
    height: 14rem;
  }
}
.c-common-box2 .c-box-wrap .c-img-box img {
  max-width: 100%;
  max-height: 100%;
}
#c-other-products .c-banner3-wrap {
  position: relative;
}
#c-other-products .c-banner3-wrap .c-wrap {
  display: block;
}
#c-other-products .c-banner3-wrap .c-wrap .c-img-box {
  margin-bottom: 15px;
  height: 4.53rem;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 972px) {
  #c-other-products .c-banner3-wrap .c-wrap .c-img-box {
    height: 6rem;
  }
}
@media (max-width: 748px) {
  #c-other-products .c-banner3-wrap .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-other-products .c-banner3-wrap .c-wrap .c-img-box img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
#c-other-products .c-banner3-wrap .c-wrap .c-title {
  font-size: 20px;
  line-height: 30px;
  color: #222;
  text-align: center;
  transition: 0.5s;
}
@media (max-width: 972px) {
  #c-other-products .c-banner3-wrap .c-wrap .c-title {
    font-size: 16px;
    line-height: 24px;
  }
}
#c-other-products .c-banner3-wrap .c-wrap:hover .c-img-box img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
}
#c-other-products .c-banner3-wrap .c-wrap:hover .c-title {
  color: #00A0E9;
}
#c-other-products .c-banner3-wrap .c-next,
#c-other-products .c-banner3-wrap .c-prev {
  position: absolute;
  top: 50%;
  opacity: 0.2;
  right: -1rem;
  margin-top: -20px;
  width: 20px;
  height: 40px;
  background: url(/assets/next.png) no-repeat center / 100% auto;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 972px) {
  #c-other-products .c-banner3-wrap .c-next,
  #c-other-products .c-banner3-wrap .c-prev {
    display: none;
  }
}
#c-other-products .c-banner3-wrap .c-next:hover,
#c-other-products .c-banner3-wrap .c-prev:hover {
  opacity: 1;
}
#c-other-products .c-banner3-wrap .c-prev {
  right: auto;
  left: -1rem;
  background-image: url(/assets/prev.png);
}
#c-product-introduction .c-container2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-product-introduction .c-left {
  width: 35.714%;
}
@media (max-width: 1580px) {
  #c-product-introduction .c-left {
    width: 40%;
  }
}
@media (max-width: 748px) {
  #c-product-introduction .c-left {
    width: 100%;
  }
}
#c-product-introduction .c-right {
  padding-top: 1rem;
  width: 51.4%;
}
@media (max-width: 1580px) {
  #c-product-introduction .c-right {
    padding-top: 0.5rem;
  }
}
@media (max-width: 748px) {
  #c-product-introduction .c-right {
    padding-top: 30px;
    width: 100%;
  }
}
#c-product-introduction .c-right .c-title {
  font-family: "opensans-bold";
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1580px) {
  #c-product-introduction .c-right .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
#c-product-introduction .c-right .c-subtitle {
  padding: 20px 0 35px;
  font-size: 24px;
  line-height: 34px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1580px) {
  #c-product-introduction .c-right .c-subtitle {
    padding: 10px 0 25px;
    font-size: 16px;
    line-height: 26px;
  }
}
#c-product-introduction .c-right .c-btn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 58px;
  color: #fff;
  background: #00A0E9;
  border-radius: 3px;
  font-family: "opensans-bolder";
  overflow: hidden;
}
#c-product-introduction .c-right .c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  z-index: -1;
  height: 200px;
  background: #00c3d2;
  transition: 0.5s;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
#c-product-introduction .c-right .c-btn:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#c-product-introduction .c-right .c-btn i {
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/assets/gwc-ico.png) no-repeat center / 100%;
}
@media (max-width: 972px) {
  #c-product-introduction .c-right .c-btn i {
    margin-right: 0;
  }
}
@media (max-width: 1260px) {
  #c-product-introduction .c-right .c-btn {
    width: 110px;
    height: 46px;
  }
}
#c-product-introduction .c-banner4-top {
  margin-bottom: 10px;
}
#c-product-introduction .c-banner4-top .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
}
@media (max-width: 1580px) {
  #c-product-introduction .c-banner4-top .swiper-slide {
    height: 5.2rem;
  }
}
@media (max-width: 748px) {
  #c-product-introduction .c-banner4-top .swiper-slide {
    height: 14rem;
  }
}
#c-product-introduction .c-banner4-top .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
#c-product-introduction .c-banner4-bottom {
  padding: 0 35px;
}
#c-product-introduction .c-banner4-bottom .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  width: 1rem;
  border: 1px solid transparent;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-product-introduction .c-banner4-bottom .swiper-slide {
    width: 66px;
    height: 66px;
  }
}
#c-product-introduction .c-banner4-bottom .swiper-slide.swiper-slide-thumb-active {
  border-color: #00A0E9;
}
#c-product-introduction .c-banner4-bottom .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
#c-product-introduction .c-banner4-bottom .c-prev,
#c-product-introduction .c-banner4-bottom .c-next {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 25px;
  height: 100%;
  background: #F5F5F5;
  cursor: pointer;
}
#c-product-introduction .c-banner4-bottom .c-prev {
  transition: all 0.5s;
}
#c-product-introduction .c-banner4-bottom .c-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  border-right: 12px solid #999;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: all 0.5s;
}
#c-product-introduction .c-banner4-bottom .c-prev:hover {
  background: #00A0E9;
}
#c-product-introduction .c-banner4-bottom .c-prev:hover::before {
  border-right: 12px solid #fff;
}
#c-product-introduction .c-banner4-bottom .c-next {
  left: auto;
  right: 0;
  transition: all 0.5s;
}
#c-product-introduction .c-banner4-bottom .c-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  border-left: 12px solid #999;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: all 0.5s;
}
#c-product-introduction .c-banner4-bottom .c-next:hover {
  background: #00A0E9;
}
#c-product-introduction .c-banner4-bottom .c-next:hover::before {
  border-left: 12px solid #fff;
}
#c-product-introduction .c-banner5 {
  margin: 50px 0 60px;
  height: 136px;
  font-size: 18px;
  line-height: 1.5;
  color: #666;
}
@media (max-width: 1580px) {
  #c-product-introduction .c-banner5 {
    font-size: 16px;
    margin: 25px 0;
    height: 98px;
  }
}
#c-product-introduction .c-banner5 .swiper-slide {
  padding-right: 130px;
  height: auto;
  padding-right: 60px;
}
@media (max-width: 1580px) {
  #c-product-introduction .c-banner5 .swiper-slide {
    padding-right: 60px;
  }
}
@media (max-width: 748px) {
  #c-product-introduction .c-banner5 .swiper-slide {
    padding-right: 30px;
  }
}
#c-product-introduction .c-banner5 .swiper-scrollbar-drag {
  background: #00A0E9;
}
#c-special-box {
  position: relative;
}
#c-special1-wrap {
  height: 100vh;
  position: relative;
}
#c-special1 {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
#c-special1 .c-container {
  margin: 0;
}
#c-special1 .c-text-box {
  position: relative;
  z-index: 5;
  height: 100vh;
}
#c-special2 {
  position: relative;
  z-index: 5;
  background: #fff;
}
#c-special2 .c-container2 {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 748px) {
  #c-special2 .c-container2 {
    flex-direction: column-reverse;
  }
}
#c-special2 .c-list1 {
  position: relative;
  width: 48.57%;
  padding: 60px 0;
}
@media (max-width: 748px) {
  #c-special2 .c-list1 {
    margin-top: -30px;
    padding: 0 0 30px 0;
    width: 100%;
  }
}
#c-special2 .c-list1 li {
  display: flex;
  align-items: center;
  padding: 60px 0;
}
@media (max-width: 748px) {
  #c-special2 .c-list1 li {
    padding: 30px 0;
  }
}
#c-special2 .c-list1 li .c-img-box {
  width: 100%;
  height: 6.8rem;
  overflow: hidden;
  border-radius: 30px;
  transition: 0.5s;
}
@media (max-width: 972px) {
  #c-special2 .c-list1 li .c-img-box {
    height: 8rem;
  }
}
@media (max-width: 748px) {
  #c-special2 .c-list1 li .c-img-box {
    height: 14rem;
  }
}
#c-special2 .c-list1 li .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-special2 .c-list-wrap {
  position: relative;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 46%;
  height: 100vh;
  background: #fff;
}
@media (max-width: 748px) {
  #c-special2 .c-list-wrap {
    padding: 60px 0;
    height: auto;
    width: 100%;
  }
}
#c-special2 .c-list-wrap .c-list2 {
  position: relative;
  width: 100%;
}
#c-special2 .c-list-wrap .c-list2 li {
  opacity: 0;
  position: absolute;
  z-index: 1;
}
#c-special2 .c-list-wrap .c-list2 li:last-child {
  margin-bottom: 0;
}
#c-special2 .c-list-wrap .c-list2 li .c-title {
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 58px;
  color: #ddd;
  transition: 0.5s;
}
@media (max-width: 1580px) {
  #c-special2 .c-list-wrap .c-list2 li .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-special2 .c-list-wrap .c-list2 li .c-title {
    padding: 0;
    font-size: 20px;
    line-height: 30px;
  }
}
#c-special2 .c-list-wrap .c-list2 li .c-text {
  padding-top: 10px;
  opacity: 0;
  font-size: 18px;
  line-height: 28px;
  transition: 0.5s;
}
@media (max-width: 748px) {
  #c-special2 .c-list-wrap .c-list2 li .c-text {
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
#c-special2 .c-list-wrap .c-list2 li.on {
  position: relative;
  z-index: 2;
  opacity: 1;
}
#c-special2 .c-list-wrap .c-list2 li.on .c-title {
  color: #333;
}
#c-special2 .c-list-wrap .c-list2 li.on .c-text {
  opacity: 1;
}
#c-special2 .c-list-wrap .c-list3 {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  padding-top: 60px;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 748px) {
  #c-special2 .c-list-wrap .c-list3 {
    padding-top: 20px;
  }
}
#c-special2 .c-list-wrap .c-list3 li {
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.5s;
  color: #999;
}
#c-special2 .c-list-wrap .c-list3 li:last-child {
  margin-right: 0;
}
#c-special2 .c-list-wrap .c-list3 li.on {
  color: #00A0E9;
}
#c-special3 {
  position: relative;
  z-index: 1;
  background: #01090e;
  overflow: hidden;
}
#c-special3 video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  #c-special3 video {
    display: none;
  }
}
#c-special3 img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  #c-special3 img {
    display: block;
  }
}
#c-special3 .c-main-wrap {
  position: relative;
  z-index: 2;
  height: 9.5rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 748px) {
  #c-special3 .c-main-wrap {
    height: 30rem;
  }
}
#c-special3 .c-main-wrap .c-title {
  margin-bottom: 10px;
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1580px) {
  #c-special3 .c-main-wrap .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-special3 .c-main-wrap .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
#c-special3 .c-main-wrap .c-text {
  font-size: 30px;
  line-height: 40px;
  color: #00A0E9;
}
@media (max-width: 1580px) {
  #c-special3 .c-main-wrap .c-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 748px) {
  #c-special3 .c-main-wrap .c-text {
    font-size: 16px;
    line-height: 24px;
  }
}
#c-special4 {
  position: relative;
  z-index: 5;
  overflow: hidden;
  background: #101213;
}
#c-special4 video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  #c-special4 video {
    display: none;
  }
}
#c-special4 > img {
  display: none;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -60px;
  margin-bottom: 20px;
}
@media (max-width: 748px) {
  #c-special4 > img {
    display: block;
  }
}
#c-special4 .c-main-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.5rem;
  color: #fff;
}
@media (max-width: 972px) {
  #c-special4 .c-main-wrap {
    height: 12rem;
  }
}
@media (max-width: 748px) {
  #c-special4 .c-main-wrap {
    height: auto;
  }
}
#c-special4 .c-main-wrap .c-container2 {
  margin: 0;
}
#c-special4 .c-main-wrap .c-text-box {
  width: 50%;
  max-width: 700px;
}
@media (max-width: 748px) {
  #c-special4 .c-main-wrap .c-text-box {
    width: 100%;
  }
}
#c-special4 .c-main-wrap .c-text-box .c-title {
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1580px) {
  #c-special4 .c-main-wrap .c-text-box .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-special4 .c-main-wrap .c-text-box .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
#c-special4 .c-main-wrap .c-text-box .c-text {
  padding: 20px 0 100px;
  font-size: 30px;
  line-height: 40px;
  color: #00A0E9;
}
@media (max-width: 1580px) {
  #c-special4 .c-main-wrap .c-text-box .c-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 748px) {
  #c-special4 .c-main-wrap .c-text-box .c-text {
    padding: 10px 0 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
#c-special4 .c-main-wrap .c-text-box .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -30px -20px;
}
#c-special4 .c-main-wrap .c-text-box .c-list li {
  padding: 0 30px 20px;
}
#c-special4 .c-main-wrap .c-text-box .c-list li img {
  margin-bottom: 10px;
  height: 55px;
}
@media (max-width: 1580px) {
  #c-special4 .c-main-wrap .c-text-box .c-list li img {
    height: 40px;
  }
}
@media (max-width: 748px) {
  #c-special4 .c-main-wrap .c-text-box .c-list li img {
    height: 30px;
  }
}
#c-special4 .c-main-wrap .c-text-box .c-list li .c-text2 {
  opacity: 0.7;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1580px) {
  #c-special4 .c-main-wrap .c-text-box .c-list li .c-text2 {
    font-size: 16px;
    line-height: 24px;
  }
}
#c-special5 .c-main-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#c-special5 .c-main-wrap > div {
  width: 100%;
}
#c-special5 .c-main-wrap .c-text-box {
  max-width: 950px;
  margin: 0 auto;
}
#c-special5 .c-main-wrap .c-text-box .c-title {
  margin-bottom: 20px;
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1580px) {
  #c-special5 .c-main-wrap .c-text-box .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-special5 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }
}
#c-special5 .c-main-wrap .c-text-box .c-text {
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
@media (max-width: 1580px) {
  #c-special5 .c-main-wrap .c-text-box .c-text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 748px) {
  #c-special5 .c-main-wrap .c-text-box .c-text {
    margin-bottom: 30px;
  }
}
#c-special5 .c-main-wrap .c-video {
  position: relative;
  margin: 0 2.6rem;
  height: 100vh;
  transition: 1s;
  overflow: hidden;
}
@media (max-width: 748px) {
  #c-special5 .c-main-wrap .c-video {
    display: none;
  }
}
#c-special5 .c-main-wrap .c-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-bottom: -5px;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-special5 .c-main-wrap img {
  width: 100%;
  object-fit: cover;
  display: none;
}
@media (max-width: 748px) {
  #c-special5 .c-main-wrap img {
    display: block;
  }
}
#c-special5.on .c-main-wrap .c-video {
  margin: 0;
}
#c-special6 {
  position: relative;
}
#c-special6 .c-main-wrap {
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
}
#c-special6 .c-main-wrap .c-list1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#c-special6 .c-main-wrap .c-list1 li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
}
#c-special6 .c-main-wrap .c-list1 li video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  #c-special6 .c-main-wrap .c-list1 li video {
    display: none;
  }
}
#c-special6 .c-main-wrap .c-list1 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
@media (max-width: 748px) {
  #c-special6 .c-main-wrap .c-list1 li img {
    display: block;
  }
}
#c-special6 .c-main-wrap .c-list1 li.on {
  opacity: 1;
  z-index: 2;
}
#c-special6 .c-main-wrap .c-list2-box {
  position: relative;
  z-index: 2;
  float: right;
  background: rgba(0, 0, 0, 0.5);
  padding-right: 2.6rem;
  width: 41.666%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}
@media (max-width: 748px) {
  #c-special6 .c-main-wrap .c-list2-box div {
    width: 100%;
  }
}
@media (max-width: 972px) {
  #c-special6 .c-main-wrap .c-list2-box {
    padding-right: 20px;
  }
}
@media (max-width: 748px) {
  #c-special6 .c-main-wrap .c-list2-box {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
#c-special6 .c-main-wrap .c-list2-box .c-title {
  margin-bottom: 50px;
  padding-left: 60px;
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1580px) {
  #c-special6 .c-main-wrap .c-list2-box .c-title {
    margin-bottom: 30px;
    padding-left: 30px;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 972px) {
  #c-special6 .c-main-wrap .c-list2-box .c-title {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 748px) {
  #c-special6 .c-main-wrap .c-list2-box .c-title {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
#c-special6 .c-main-wrap .c-list2-box .c-list2 li {
  padding: 35px 1.7rem 35px 60px;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-special6 .c-main-wrap .c-list2-box .c-list2 li {
    padding: 30px;
  }
}
@media (max-width: 972px) {
  #c-special6 .c-main-wrap .c-list2-box .c-list2 li {
    padding: 20px;
  }
}
@media (max-width: 748px) {
  #c-special6 .c-main-wrap .c-list2-box .c-list2 li {
    padding: 10px;
  }
}
#c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-title2 {
  margin-bottom: 10px;
  font-family: "opensans-bold";
  font-size: 30px;
  line-height: 40px;
  transition: 0.5s;
}
@media (max-width: 1580px) {
  #c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-title2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 748px) {
  #c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-title2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
#c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-text {
  font-size: 18px;
  line-height: 28px;
  opacity: 0.5;
  transition: 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  #c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 748px) {
  #c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-text {
    display: none;
  }
}
#c-special6 .c-main-wrap .c-list2-box .c-list2 li.on {
  background: #00A0E9;
}
#c-special6 .c-main-wrap .c-list2-box .c-list2 li.on .c-text {
  opacity: 1;
}
#c-special7 {
  position: relative;
  overflow: hidden;
}
#c-special7 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-special7 .c-main-wrap {
  position: relative;
  z-index: 2;
  height: 9.5rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 748px) {
  #c-special7 .c-main-wrap {
    height: 100vh;
  }
}
#c-special7 .c-main-wrap .c-title {
  margin-bottom: 30px;
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1580px) {
  #c-special7 .c-main-wrap .c-title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-special7 .c-main-wrap .c-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }
}
#c-special7 .c-main-wrap .c-text {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1580px) {
  #c-special7 .c-main-wrap .c-text {
    font-size: 16px;
    line-height: 24px;
  }
}
#c-special8 {
  position: relative;
  overflow: hidden;
  background: #1d1c21;
}
#c-special8 .c-img-list {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 748px) {
  #c-special8 .c-img-list {
    position: relative;
    height: 14rem;
    margin-top: -4rem;
  }
}
#c-special8 .c-img-list img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  height: 100%;
  transition: 2s;
}
@media (min-width: 769px) {
  #c-special8 .c-img-list img {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media (max-width: 748px) {
  #c-special8 .c-img-list img {
    -webkit-transform: translate(-70%, 0);
    transform: translate(-70%, 0);
  }
}
@media (min-width: 769px) {
  #c-special8.on .c-img-list img:nth-child(2) {
    -webkit-transform: translate(-50%, -1.68rem);
    transform: translate(-50%, -1.68rem);
  }
}
@media (max-width: 748px) {
  #c-special8.on .c-img-list img:nth-child(2) {
    -webkit-transform: translate(-70%, -1.68rem);
    transform: translate(-70%, -1.68rem);
  }
}
#c-special8 .c-main-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.5rem;
  color: #fff;
}
@media (max-width: 748px) {
  #c-special8 .c-main-wrap {
    height: auto;
  }
}
#c-special8 .c-main-wrap .c-container2 {
  margin: 0;
}
#c-special8 .c-main-wrap .c-text-box {
  width: 47%;
  max-width: 700px;
}
@media (max-width: 1260px) {
  #c-special8 .c-main-wrap .c-text-box {
    width: 60%;
  }
}
@media (max-width: 748px) {
  #c-special8 .c-main-wrap .c-text-box {
    width: 100%;
  }
}
#c-special8 .c-main-wrap .c-text-box .c-title {
  margin-bottom: 10px;
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1580px) {
  #c-special8 .c-main-wrap .c-text-box .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-special8 .c-main-wrap .c-text-box .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
#c-special8 .c-main-wrap .c-text-box .c-text {
  padding: 20px 0 100px;
  font-size: 30px;
  line-height: 40px;
  color: #00A0E9;
}
@media (max-width: 1580px) {
  #c-special8 .c-main-wrap .c-text-box .c-text {
    padding: 10px 0 40px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 748px) {
  #c-special8 .c-main-wrap .c-text-box .c-text {
    font-size: 16px;
    line-height: 24px;
  }
}
#c-special8 .c-main-wrap .c-text-box .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -30px -20px;
}
#c-special8 .c-main-wrap .c-text-box .c-list li {
  padding: 0 30px 20px;
}
@media (max-width: 1260px) {
  #c-special8 .c-main-wrap .c-text-box .c-list li {
    width: 50%;
  }
}
#c-special8 .c-main-wrap .c-text-box .c-list li .c-num-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  line-height: 1;
  color: #00A0E9;
}
#c-special8 .c-main-wrap .c-text-box .c-list li .c-num-box .c-t1 {
  position: relative;
  color: #2b72de;
  font-size: 70px;
}
@media (max-width: 1580px) {
  #c-special8 .c-main-wrap .c-text-box .c-list li .c-num-box .c-t1 {
    font-size: 50px;
  }
}
@media (max-width: 748px) {
  #c-special8 .c-main-wrap .c-text-box .c-list li .c-num-box .c-t1 {
    font-size: 30px;
  }
}
#c-special8 .c-main-wrap .c-text-box .c-list li .c-num-box .c-t1 em {
  content: attr(data-text);
  position: absolute;
  z-index: 10;
  color: #2cd0d2;
  -webkit-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  -moz-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  -ms-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  -o-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  left: 0;
  right: 0;
  top: 0;
  font-style: normal;
  font-weight: normal;
}
#c-special8 .c-main-wrap .c-text-box .c-list li .c-text2 {
  opacity: 0.7;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1580px) {
  #c-special8 .c-main-wrap .c-text-box .c-list li .c-text2 {
    font-size: 16px;
    line-height: 24px;
  }
}
#c-special9 {
  position: relative;
}
#c-special9 .c-main-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.5rem;
}
@media (max-width: 1580px) {
  #c-special9 .c-main-wrap {
    height: auto;
  }
}
#c-special9 .c-main-wrap .c-container2 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 748px) {
  #c-special9 .c-main-wrap .c-container2 {
    flex-wrap: wrap;
  }
}
#c-special9 .c-main-wrap .c-img-box {
  width: 60%;
  height: 6rem;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 972px) {
  #c-special9 .c-main-wrap .c-img-box {
    height: 8rem;
  }
}
@media (max-width: 748px) {
  #c-special9 .c-main-wrap .c-img-box {
    width: 100%;
    height: 13rem;
  }
}
#c-special9 .c-main-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-special9 .c-main-wrap .c-text-box {
  padding-left: 130px;
  width: 40%;
}
@media (max-width: 1580px) {
  #c-special9 .c-main-wrap .c-text-box {
    padding-left: 40px;
  }
}
@media (max-width: 748px) {
  #c-special9 .c-main-wrap .c-text-box {
    padding: 15px 0 0;
    width: 100%;
  }
}
#c-special9 .c-main-wrap .c-text-box .c-title {
  margin-bottom: 20px;
  font-family: "opensans-bold";
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 748px) {
  #c-special9 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }
}
#c-special9 .c-main-wrap .c-text-box .c-text {
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
@media (max-width: 1580px) {
  #c-special9 .c-main-wrap .c-text-box .c-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@-webkit-keyframes fade1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#c-special10 {
  position: relative;
  overflow: hidden;
}
#c-special10::before {
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.5s;
}
#c-special10.on::before {
  opacity: 0;
}
#c-special10 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  #c-special10 .c-pc {
    display: none;
  }
}
#c-special10 .c-mb {
  display: none;
}
@media (max-width: 748px) {
  #c-special10 .c-mb {
    display: block;
  }
}
#c-special10 .c-main-wrap {
  position: relative;
  z-index: 3;
  height: 9.5rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 972px) {
  #c-special10 .c-main-wrap {
    height: auto;
  }
}
@media (max-width: 748px) {
  #c-special10 .c-main-wrap {
    height: 100vh;
  }
}
#c-special10 .c-main-wrap .c-title {
  max-width: 480px;
  margin: 0 auto 30px;
  font-family: "opensans-bold";
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 972px) {
  #c-special10 .c-main-wrap .c-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }
}
#c-special10 .c-main-wrap .c-text {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 972px) {
  #c-special10 .c-main-wrap .c-text {
    font-size: 16px;
    line-height: 24px;
  }
}
#c-special11 {
  position: relative;
}
#c-special11 .c-main-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.5rem;
}
@media (max-width: 1580px) {
  #c-special11 .c-main-wrap {
    height: auto;
  }
}
#c-special11 .c-main-wrap .c-container2 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
@media (max-width: 748px) {
  #c-special11 .c-main-wrap .c-container2 {
    flex-wrap: wrap;
  }
}
#c-special11 .c-main-wrap .c-img-box {
  width: 60%;
  height: 6rem;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 972px) {
  #c-special11 .c-main-wrap .c-img-box {
    height: 8rem;
  }
}
@media (max-width: 748px) {
  #c-special11 .c-main-wrap .c-img-box {
    width: 100%;
    height: 13rem;
  }
}
#c-special11 .c-main-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-special11 .c-main-wrap .c-text-box {
  padding-right: 130px;
  width: 40%;
}
@media (max-width: 1580px) {
  #c-special11 .c-main-wrap .c-text-box {
    padding-right: 40px;
  }
}
@media (max-width: 748px) {
  #c-special11 .c-main-wrap .c-text-box {
    padding: 15px 0 0;
    width: 100%;
  }
}
#c-special11 .c-main-wrap .c-text-box .c-title {
  margin-bottom: 20px;
  font-family: "opensans-bold";
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 748px) {
  #c-special11 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }
}
#c-special11 .c-main-wrap .c-text-box .c-text {
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
@media (max-width: 1580px) {
  #c-special11 .c-main-wrap .c-text-box .c-text {
    font-size: 16px;
    line-height: 24px;
  }
}
#c-special12 {
  position: relative;
}
#c-special12 .c-main-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.5rem;
  background: #101010;
}
@media (max-width: 1580px) {
  #c-special12 .c-main-wrap {
    height: auto;
  }
}
#c-special12 .c-main-wrap .c-container2 {
  margin: 0;
  text-align: center;
  color: #fff;
}
#c-special12 .c-main-wrap .c-title-box {
  margin-bottom: 70px;
}
@media (max-width: 1580px) {
  #c-special12 .c-main-wrap .c-title-box {
    margin-bottom: 40px;
  }
}
#c-special12 .c-main-wrap .c-title-box .c-title {
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1580px) {
  #c-special12 .c-main-wrap .c-title-box .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-special12 .c-main-wrap .c-title-box .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
#c-special12 .c-main-wrap .c-list {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px -30px;
}
@media (max-width: 972px) {
  #c-special12 .c-main-wrap .c-list {
    flex-wrap: wrap;
  }
}
#c-special12 .c-main-wrap .c-list li {
  width: 25%;
  padding: 0 10px 30px;
  transition: all 0.5s;
}
@media (max-width: 972px) {
  #c-special12 .c-main-wrap .c-list li {
    width: 50%;
  }
}
@media (max-width: 748px) {
  #c-special12 .c-main-wrap .c-list li {
    width: 100%;
  }
}
#c-special12 .c-main-wrap .c-list li .c-img-box {
  height: 3rem;
  overflow: hidden;
}
@media (max-width: 972px) {
  #c-special12 .c-main-wrap .c-list li .c-img-box {
    height: 8rem;
  }
}
@media (max-width: 748px) {
  #c-special12 .c-main-wrap .c-list li .c-img-box {
    height: 14rem;
  }
}
#c-special12 .c-main-wrap .c-list li .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#c-special12 .c-main-wrap .c-list li .c-text-box .c-title {
  padding: 25px 0 20px;
  font-family: "opensans-bold";
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1580px) {
  #c-special12 .c-main-wrap .c-list li .c-text-box .c-title {
    padding: 15px 0 10px;
  }
}
#c-special12 .c-main-wrap .c-list li .c-text-box .c-text {
  font-size: 18px;
  line-height: 28px;
  opacity: 0.5;
}
@media (max-width: 1580px) {
  #c-special12 .c-main-wrap .c-list li .c-text-box .c-text {
    font-size: 16px;
    line-height: 24px;
  }
}
#c-special12 .c-main-wrap .c-list li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
#c-special12 .c-main-wrap .c-list li:hover .c-img-box img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
}
#c-special13 {
  position: relative;
  overflow: hidden;
}
#c-special13 .c-main-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.5rem;
}
@media (max-width: 972px) {
  #c-special13 .c-main-wrap {
    height: auto;
  }
}
#c-special13 .c-main-wrap .c-container2 {
  margin: 0;
  position: static;
}
#c-special13 .c-main-wrap .c-text-box {
  position: relative;
  z-index: 2;
  width: 41.4%;
  max-width: 580px;
}
@media (max-width: 748px) {
  #c-special13 .c-main-wrap .c-text-box {
    width: 100%;
    max-width: 100%;
  }
}
#c-special13 .c-main-wrap .c-text-box .c-title {
  margin-bottom: 30px;
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1580px) {
  #c-special13 .c-main-wrap .c-text-box .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-special13 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }
}
#c-special13 .c-main-wrap .c-text-box .c-text {
  font-size: 30px;
  line-height: 40px;
  color: #00A0E9;
}
@media (max-width: 1580px) {
  #c-special13 .c-main-wrap .c-text-box .c-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 748px) {
  #c-special13 .c-main-wrap .c-text-box .c-text {
    font-size: 16px;
    line-height: 24px;
  }
}
#c-special13 .c-main-wrap .c-list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 53.6%;
  height: 100%;
}
@media (max-width: 748px) {
  #c-special13 .c-main-wrap .c-list {
    position: relative;
    width: auto;
    margin: 0 -20px;
  }
}
#c-special13 .c-main-wrap .c-list li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
#c-special13 .c-main-wrap .c-list li img {
  width: 90%;
}
#c-special14 {
  padding: 80px 0;
  background: #00A0E9 url(/assets/zt-more-bj.jpg) no-repeat center / cover;
}
@media (max-width: 748px) {
  #c-special14 {
    padding: 60px 0;
  }
}
#c-special14 .c-title {
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1580px) {
  #c-special14 .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-special14 .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.c-banner6-wrap {
  position: relative;
}
.c-banner6-wrap .c-next,
.c-banner6-wrap .c-prev {
  position: absolute;
  top: 50%;
  opacity: 0.2;
  right: -1rem;
  margin-top: -20px;
  width: 20px;
  height: 40px;
  background: url(/assets/next.png) no-repeat center / 100% auto;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 972px) {
  .c-banner6-wrap .c-next,
  .c-banner6-wrap .c-prev {
    display: none;
  }
}
.c-banner6-wrap .c-next:hover,
.c-banner6-wrap .c-prev:hover {
  opacity: 1;
}
.c-banner6-wrap .c-prev {
  right: auto;
  left: -1rem;
  background-image: url(/assets/prev.png);
}
.c-banner6-wrap .c-banner6 {
  padding-bottom: 60px;
}
@media (max-width: 1580px) {
  .c-banner6-wrap .c-banner6 {
    padding-bottom: 30px;
  }
}
.c-banner6-wrap .c-banner6 .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
}
.c-banner6-wrap .c-banner6 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #00A0E9;
}
.c-banner6-wrap .c-banner6 .c-wrap {
  background: #fff;
}
.c-banner6-wrap .c-banner6 .c-wrap .c-text-box {
  position: relative;
  padding: 50px 50px 150px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .c-banner6-wrap .c-banner6 .c-wrap .c-text-box {
    padding: 30px 30px 80px;
  }
}
.c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-title {
  margin-bottom: 10px;
  font-family: "opensans-bold";
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 1580px) {
  .c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-text {
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
@media (max-width: 1580px) {
  .c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-num {
  position: absolute;
  left: 50px;
  bottom: -60px;
  opacity: 0.2;
  font-family: "DIN-Regular";
  font-size: 200px;
  line-height: 1;
  color: #ddd;
}
@media (max-width: 1580px) {
  .c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-num {
    left: 30px;
    bottom: -30px;
    font-size: 100px;
  }
}
.c-banner6-wrap .c-banner6 .c-wrap .c-img-box {
  overflow: hidden;
  height: 3.4rem;
  background: #f5f5f5;
}
@media (max-width: 972px) {
  .c-banner6-wrap .c-banner6 .c-wrap .c-img-box {
    height: 5rem;
  }
}
@media (max-width: 748px) {
  .c-banner6-wrap .c-banner6 .c-wrap .c-img-box {
    height: 9rem;
  }
}
.c-banner6-wrap .c-banner6 .c-wrap .c-img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#c-about2-1 {
  position: relative;
  z-index: 5;
  margin-top: -184px;
  height: 300vh;
}
@media (max-width: 972px) {
  #c-about2-1 {
    margin-top: -144px;
  }
}
#c-about2-1 .c-main-wrap {
  position: sticky;
  top: 0;
  padding: 184px 2.6rem;
  height: 100vh;
}
@media (max-width: 972px) {
  #c-about2-1 .c-main-wrap {
    padding: 144px 2rem;
  }
}
#c-about2-1 .c-main-wrap .c-box-wrap {
  position: relative;
  height: 100%;
}
#c-about2-1 .c-main-wrap .c-box-wrap .c-img-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#c-about2-1 .c-main-wrap .c-box-wrap .c-img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#c-about2-1 .c-main-wrap .c-box-wrap .c-img-box video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100vw;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}
@media (max-width: 972px) {
  #c-about2-1 .c-main-wrap .c-box-wrap .c-img-box video {
    display: none;
  }
}
#c-about2-1 .c-main-wrap .c-box-wrap .c-text-box {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 5;
  width: 100%;
  color: #fff;
}
#c-about2-1 .c-main-wrap .c-box-wrap .c-text-box .c-title {
  margin: 0 auto;
  padding: 0 60px;
  max-width: 1010px;
  font-family: "opensans-bold";
  font-size: 60px;
  line-height: 100px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-about2-1 .c-main-wrap .c-box-wrap .c-text-box .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-about2-1 .c-main-wrap .c-box-wrap .c-text-box .c-title {
    padding: 20px;
    font-size: 30px;
    line-height: 40px;
  }
}
#c-about2-2 {
  position: relative;
  z-index: 10;
  margin-top: -100vh;
}
#c-about2-2 .c-text-box {
  margin: 0 auto 120px;
  max-width: 920px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-about2-2 .c-text-box {
    margin-bottom: 80px;
  }
}
@media (max-width: 748px) {
  #c-about2-2 .c-text-box {
    margin-bottom: 60px;
  }
}
#c-about2-2 .c-list {
  margin: 0 -15px -30px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-about2-2 .c-list li {
  padding: 0 15px 30px;
  width: 25%;
}
@media (max-width: 1260px) {
  #c-about2-2 .c-list li {
    width: 50%;
  }
}
#c-about2-2 .c-list li .c-top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A0E9;
}
@media (max-width: 1580px) {
  #c-about2-2 .c-list li .c-top {
    margin-bottom: 10px;
  }
}
#c-about2-2 .c-list li .c-top .c-num-move {
  font-size: 100px;
  font-family: "opensans-bolder";
  line-height: 1;
}
@media (max-width: 1580px) {
  #c-about2-2 .c-list li .c-top .c-num-move {
    font-size: 50px;
  }
}
@media (max-width: 748px) {
  #c-about2-2 .c-list li .c-top .c-num-move {
    font-size: 36px;
  }
}
#c-about2-2 .c-list li .c-top .c-gt {
  margin-left: 20px;
}
@media (max-width: 748px) {
  #c-about2-2 .c-list li .c-top .c-gt {
    margin-left: 10px;
  }
}
#c-about2-2 .c-list li .c-top .c-gt .c-t1 {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 1580px) {
  #c-about2-2 .c-list li .c-top .c-gt .c-t1 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 748px) {
  #c-about2-2 .c-list li .c-top .c-gt .c-t1 {
    font-size: 12px;
    line-height: 1.2;
  }
}
#c-about2-2 .c-list li .c-top .c-gt .c-t2 {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1580px) {
  #c-about2-2 .c-list li .c-top .c-gt .c-t2 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 748px) {
  #c-about2-2 .c-list li .c-top .c-gt .c-t2 {
    font-size: 12px;
    line-height: 1.2;
  }
}
#c-about2-2 .c-list li .c-text {
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
  line-height: 26px;
}
@media (max-width: 748px) {
  #c-about2-2 .c-list li .c-text {
    font-size: 12px;
    line-height: 22px;
  }
}
#c-about2-3 {
  position: relative;
  z-index: 10;
}
#c-about2-3 .c-img-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#c-about2-3 .c-img-box img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 972px) {
  #c-about2-3 .c-img-box img {
    display: block;
  }
}
#c-about2-3 .c-img-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 972px) {
  #c-about2-3 .c-img-box video {
    display: none;
  }
}
#c-about2-3 .c-img-box .c-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#c-about2-3 .c-text-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
#c-about2-3 .c-text-box img {
  height: 64px;
}
@media (max-width: 1580px) {
  #c-about2-3 .c-text-box img {
    height: 40px;
  }
}
@media (max-width: 748px) {
  #c-about2-3 .c-text-box img {
    height: 40px;
  }
}
#c-about2-3 .c-text-box .c-title {
  margin: 30px 0 10px;
  font-family: "opensans-bold";
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 1580px) {
  #c-about2-3 .c-text-box .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-about2-3 .c-text-box .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
#c-about2-3 .c-text-box .c-text {
  margin-bottom: 55px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-about2-3 .c-text-box .c-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 748px) {
  #c-about2-3 .c-text-box .c-text {
    margin-bottom: 30px;
  }
}
.c-parallax-box {
  position: relative;
  z-index: 1;
  background: #fff;
}
.c-parallax-box .c-parallax-img {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-parallax-box.on .c-parallax-img {
  position: fixed !important;
}
#c-about2-5 {
  position: relative;
  z-index: 5;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 972px) {
  #c-about2-5 {
    height: auto;
  }
}
#c-about2-5 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-about2-5 .c-list li {
  position: relative;
  width: 50%;
}
@media (max-width: 748px) {
  #c-about2-5 .c-list li {
    margin-bottom: 30px;
    width: 100%;
  }
  #c-about2-5 .c-list li:last-child {
    margin-bottom: 0;
  }
}
#c-about2-5 .c-list li .c-wrap {
  display: block;
  color: #222;
}
#c-about2-5 .c-list li .c-wrap .c-img-box {
  height: 4rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-about2-5 .c-list li .c-wrap .c-img-box {
    height: 5rem;
  }
}
@media (max-width: 748px) {
  #c-about2-5 .c-list li .c-wrap .c-img-box {
    height: 10rem;
  }
}
#c-about2-5 .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-about2-5 .c-list li .c-wrap .c-text-box {
  padding-right: 1.2rem;
}
#c-about2-5 .c-list li .c-wrap .c-text-box .c-title {
  margin: 35px 0 20px;
  font-family: "opensans-bold";
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 748px) {
  #c-about2-5 .c-list li .c-wrap .c-text-box .c-title {
    margin: 20px 0 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
#c-about2-5 .c-list li .c-wrap .c-text-box .c-text {
  line-height: 26px;
  color: #666;
}
#c-about2-6 {
  position: relative;
}
@media (max-width: 972px) {
  #c-about2-6 {
    padding: 80px 0;
  }
}
#c-about2-6 img {
  position: absolute;
}
#c-about2-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#c-about2-6 .c-container2 {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
}
@media (max-width: 972px) {
  #c-about2-6 .c-container2 {
    height: auto;
  }
}
#c-about2-6 .c-text-box {
  max-width: 910px;
  color: #fff;
}
#c-about2-6 .c-text-box .c-title {
  margin-bottom: 40px;
  font-family: "opensans-bold";
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 1580px) {
  #c-about2-6 .c-text-box .c-title {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-about2-6 .c-text-box .c-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }
}
#c-about2-6 .c-text-box .c-text {
  line-height: 2;
}
.c-banner7-top {
  margin-bottom: 60px;
}
@media (max-width: 1580px) {
  .c-banner7-top {
    margin-bottom: 40px;
  }
}
.c-banner7-top::before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  border-top: 1px solid #E6E6E6;
}
.c-banner7-top .swiper-slide {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100px;
}
@media (max-width: 748px) {
  .c-banner7-top .swiper-slide {
    height: 72px;
  }
}
.c-banner7-top .swiper-slide > div {
  cursor: pointer;
}
.c-banner7-top .swiper-slide .c-title {
  margin-bottom: 20px;
  font-family: "opensans-bold";
  font-size: 22px;
  line-height: 32px;
  color: #ccc;
  transition: all 0.3s;
}
@media (max-width: 748px) {
  .c-banner7-top .swiper-slide .c-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
.c-banner7-top .swiper-slide .c-dot {
  position: relative;
  margin: 0 auto;
  width: 32px;
  height: 32px;
}
.c-banner7-top .swiper-slide .c-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(179, 179, 179, 0.5);
  background: rgba(204, 204, 204, 0.4);
  box-sizing: border-box;
  transition: all 0.3s;
}
.c-banner7-top .swiper-slide .c-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
  box-sizing: border-box;
  transition: all 0.3s;
}
.c-banner7-top .swiper-slide.swiper-slide-thumb-active .c-title {
  font-size: 40px;
  line-height: 50px;
  color: #00A0E9;
}
@media (max-width: 1580px) {
  .c-banner7-top .swiper-slide.swiper-slide-thumb-active .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 748px) {
  .c-banner7-top .swiper-slide.swiper-slide-thumb-active .c-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.c-banner7-top .swiper-slide.swiper-slide-thumb-active .c-dot::after {
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  border-color: rgba(0, 173, 187, 0.5);
  background: rgba(0, 173, 187, 0.5);
}
.c-banner7-top .swiper-slide.swiper-slide-thumb-active .c-dot::before {
  margin: -4px 0 0 -4px;
  width: 8px;
  height: 8px;
  background: #00A0E9;
}
.c-banner7-bottom-wrap {
  position: relative;
}
.c-banner7-bottom-wrap .c-prev,
.c-banner7-bottom-wrap .c-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  opacity: 0.4;
  transition: 0.5s;
}
@media (max-width: 972px) {
  .c-banner7-bottom-wrap .c-prev,
  .c-banner7-bottom-wrap .c-next {
    display: none;
  }
}
.c-banner7-bottom-wrap .c-prev:hover,
.c-banner7-bottom-wrap .c-next:hover {
  opacity: 1;
}
.c-banner7-bottom-wrap .c-prev.swiper-button-disabled,
.c-banner7-bottom-wrap .c-next.swiper-button-disabled {
  display: none;
}
.c-banner7-bottom-wrap .c-prev {
  left: -100px;
  background: url(/assets/prev.png) no-repeat center / 100%;
}
.c-banner7-bottom-wrap .c-next {
  right: -100px;
  background: url(/assets/next.png) no-repeat center / 100%;
}
.c-banner7-bottom-wrap .c-banner7-bottom .c-swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-banner7-bottom-wrap .c-banner7-bottom .c-swiper-slide .c-img-box {
  width: 42.857%;
  height: 4.2rem;
  overflow: hidden;
}
@media (max-width: 748px) {
  .c-banner7-bottom-wrap .c-banner7-bottom .c-swiper-slide .c-img-box {
    width: 100%;
    height: 12rem;
  }
}
.c-banner7-bottom-wrap .c-banner7-bottom .c-swiper-slide .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-banner7-bottom-wrap .c-banner7-bottom .c-swiper-slide .c-text-box {
  display: flex;
  align-items: center;
  width: 57.143%;
}
@media (max-width: 748px) {
  .c-banner7-bottom-wrap .c-banner7-bottom .c-swiper-slide .c-text-box {
    width: 100%;
  }
}
.c-banner8 {
  width: 100%;
  padding: 0 130px 0 60px;
  height: 260px;
}
@media (max-width: 1580px) {
  .c-banner8 {
    padding: 0 60px;
  }
}
@media (max-width: 748px) {
  .c-banner8 {
    margin-top: 20px;
    padding: 0 20px 0 0;
  }
}
.c-banner8 .swiper-scrollbar {
  right: 0;
}
.c-banner8 .swiper-scrollbar-drag {
  background: #00A0E9;
}
.c-banner8 .swiper-slide {
  height: auto;
}
.c-banner8 .swiper-slide .c-list li {
  margin-bottom: 30px;
}
@media (max-width: 748px) {
  .c-banner8 .swiper-slide .c-list li {
    margin-bottom: 20px;
  }
}
.c-banner8 .swiper-slide .c-list li:last-child {
  margin-bottom: 0;
}
.c-banner8 .swiper-slide .c-list li .c-title {
  margin-bottom: 10px;
  font-family: "opensans-bold";
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 748px) {
  .c-banner8 .swiper-slide .c-list li .c-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.c-banner8 .swiper-slide .c-list li .c-text {
  line-height: 2;
  color: #666;
}
#c-5g1 {
  position: relative;
  z-index: 1;
  margin-top: -184px;
  height: 450vh;
}
@media (max-width: 972px) {
  #c-5g1 {
    margin-top: -144px;
  }
}
#c-5g1 .c-main-wrap {
  position: sticky;
  top: 0;
  height: 100vh;
  color: #fff;
  overflow: hidden;
}
#c-5g1 .c-main-wrap .c-img1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  transform: scale(0.5, 0.5);
}
#c-5g1 .c-main-wrap .c-mask1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 51vh;
  background: #fff;
}
#c-5g1 .c-main-wrap .c-mask2 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 51vh;
  background: #fff;
}
#c-5g1 .c-main-wrap .c-mask3 {
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #000;
}
#c-5g1 .c-main-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  #c-5g1 .c-main-wrap video {
    display: none;
  }
}
#c-5g1 .c-main-wrap .c-img3 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  #c-5g1 .c-main-wrap .c-img3 {
    display: block;
  }
}
#c-5g1 .c-main-wrap .c-text-box1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
#c-5g1 .c-main-wrap .c-text-box1 .c-title {
  margin-bottom: 10px;
  font-family: "opensans-bold";
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 1580px) {
  #c-5g1 .c-main-wrap .c-text-box1 .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-5g1 .c-main-wrap .c-text-box1 .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
#c-5g1 .c-main-wrap .c-text-box1 .c-text {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 1580px) {
  #c-5g1 .c-main-wrap .c-text-box1 .c-text {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 748px) {
  #c-5g1 .c-main-wrap .c-text-box1 .c-text {
    font-size: 24px;
    line-height: 34px;
  }
}
#c-5g1 .c-main-wrap .c-text-box2 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 2;
}
@media (max-width: 1580px) {
  #c-5g1 .c-main-wrap .c-text-box2 {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  #c-5g1 .c-main-wrap .c-text-box2 {
    font-size: 16px;
  }
}
#c-5g1 .c-main-wrap .c-text-box2 .c-text {
  margin: 0 auto;
  max-width: 1000px;
}
#c-5g2 {
  position: relative;
  z-index: 5;
}
#c-5g2 .c-common-title {
  margin: 0 auto 60px;
  max-width: 940px;
}
@media (max-width: 1580px) {
  #c-5g2 .c-common-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 748px) {
  #c-5g2 .c-common-title {
    margin-bottom: 30px;
  }
}
#c-5g2 .c-common-title .c-title {
  margin-bottom: 30px;
}
@media (max-width: 1580px) {
  #c-5g2 .c-common-title .c-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 748px) {
  #c-5g2 .c-common-title .c-title {
    margin-bottom: 10px;
  }
}
#c-5g2 .c-img-box {
  position: relative;
}
#c-5g2 .c-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#c-5g2 .c-img-box img {
  width: 100%;
}
#c-5g2 .c-img-box .c-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin: -36px 0 0 -36px;
  width: 72px;
  height: 72px;
  background: url(/assets/bf-ico.png) no-repeat center / 100%;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 748px) {
  #c-5g2 .c-img-box .c-play {
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
  }
}
#c-5g2 .c-img-box .c-play:hover {
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
}
.c-common-box3 {
  position: relative;
  z-index: 1;
  color: #fff;
}
.c-common-box3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.c-common-box3 .c-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-box3 .c-container2 {
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 8rem;
}
@media (max-width: 972px) {
  .c-common-box3 .c-container2 {
    padding: 60px 20px;
    height: auto;
    min-height: 60vh;
  }
}
.c-common-box3 .c-text-box {
  margin: 0 auto;
  max-width: 1200px;
}
.c-common-box3 .c-text-box .c-title {
  margin-bottom: 20px;
  font-family: "opensans-bold";
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 1580px) {
  .c-common-box3 .c-text-box .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  .c-common-box3 .c-text-box .c-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }
}
.c-common-box3 .c-text-box .c-text {
  line-height: 26px;
}
@media (max-width: 1580px) {
  .c-common-box3 .c-text-box .c-text {
    line-height: 24px;
  }
}
.c-common-box3.c-dt .c-img {
  display: none;
}
@media (max-width: 972px) {
  .c-common-box3.c-dt .c-img {
    display: block;
  }
}
.c-common-box3.c-dt video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 972px) {
  .c-common-box3.c-dt video {
    display: none;
  }
}
#c-5g4 {
  position: relative;
  z-index: 5;
  background: #000000;
  overflow: hidden;
}
@media (max-width: 1260px) {
  #c-5g4 {
    padding: 80px 0;
  }
}
@media (max-width: 748px) {
  #c-5g4 {
    padding: 0 0 60px;
  }
}
#c-5g4 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  #c-5g4 > img {
    position: relative;
    height: 14rem;
  }
}
#c-5g4 > img.c-mb {
  display: none;
}
@media (max-width: 748px) {
  #c-5g4 > img.c-mb {
    display: block;
  }
}
@media (max-width: 748px) {
  #c-5g4 > img.c-pc {
    display: none;
  }
}
#c-5g4 .c-container2 {
  display: flex;
  align-items: center;
  height: 8rem;
}
@media (max-width: 1260px) {
  #c-5g4 .c-container2 {
    height: auto;
  }
}
#c-5g4 .c-text-box {
  width: 50%;
  color: #fff;
}
@media (max-width: 748px) {
  #c-5g4 .c-text-box {
    width: 100%;
  }
}
#c-5g4 .c-text-box .c-xwz {
  display: flex;
  align-items: flex-start;
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 64px;
}
@media (max-width: 1580px) {
  #c-5g4 .c-text-box .c-xwz {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 748px) {
  #c-5g4 .c-text-box .c-xwz {
    font-size: 20px;
    line-height: 30px;
  }
}
#c-5g4 .c-text-box .c-xwz img {
  height: 64px;
}
@media (max-width: 1580px) {
  #c-5g4 .c-text-box .c-xwz img {
    height: 40px;
  }
}
@media (max-width: 748px) {
  #c-5g4 .c-text-box .c-xwz img {
    height: 30px;
  }
}
#c-5g4 .c-text-box .c-title {
  margin: 30px 0 60px;
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 1.5;
}
@media (max-width: 1580px) {
  #c-5g4 .c-text-box .c-title {
    margin: 20px 0 40px;
    font-size: 40px;
  }
}
@media (max-width: 748px) {
  #c-5g4 .c-text-box .c-title {
    font-size: 28px;
    margin: 10px 0 20px;
  }
}
#c-5g4 .c-text-box .c-list {
  display: flex;
  align-items: flex-start;
}
#c-5g4 .c-text-box .c-list li {
  padding-right: 60px;
}
@media (max-width: 748px) {
  #c-5g4 .c-text-box .c-list li {
    margin-right: 30px;
  }
}
#c-5g4 .c-text-box .c-list li:last-child {
  margin-right: 0;
}
#c-5g4 .c-text-box .c-list li:last-child .c-tbox .c-t2 {
  font-size: 24px;
}
#c-5g4 .c-text-box .c-list li .c-tbox {
  display: flex;
  align-items: flex-end;
}
#c-5g4 .c-text-box .c-list li .c-tbox .c-t1 {
  position: relative;
  color: #2b72de;
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 1580px) {
  #c-5g4 .c-text-box .c-list li .c-tbox .c-t1 {
    font-size: 50px;
  }
}
@media (max-width: 748px) {
  #c-5g4 .c-text-box .c-list li .c-tbox .c-t1 {
    font-size: 30px;
  }
}
#c-5g4 .c-text-box .c-list li .c-tbox .c-t1 em {
  content: attr(data-text);
  position: absolute;
  z-index: 10;
  color: #2cd0d2;
  -webkit-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  -moz-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  -ms-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  -o-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  left: 0;
  right: 0;
  top: 0;
  font-style: normal;
  font-weight: normal;
}
#c-5g4 .c-text-box .c-list li .c-tbox .c-t2 {
  line-height: 1;
  color: #00A0E9;
}
#c-5g4 .c-text-box .c-list li .c-t3 {
  opacity: 0.7;
}
#c-5g5 {
  position: relative;
  z-index: 5;
  background: #000000;
}
@media (max-width: 1260px) {
  #c-5g5 {
    padding: 80px 0;
  }
}
@media (max-width: 748px) {
  #c-5g5 {
    padding: 0 0 60px;
  }
}
#c-5g5 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  #c-5g5 > img {
    position: relative;
    height: 14rem;
  }
}
#c-5g5 > img.c-mb {
  display: none;
}
@media (max-width: 748px) {
  #c-5g5 > img.c-mb {
    display: block;
  }
}
@media (max-width: 748px) {
  #c-5g5 > img.c-pc {
    display: none;
  }
}
#c-5g5 .c-container2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 8rem;
}
@media (max-width: 1260px) {
  #c-5g5 .c-container2 {
    height: auto;
  }
}
#c-5g5 .c-text-box {
  width: 50%;
  color: #fff;
}
@media (max-width: 748px) {
  #c-5g5 .c-text-box {
    margin-top: 20px;
    width: 100%;
  }
}
#c-5g5 .c-text-box .c-xwz {
  display: flex;
  align-items: flex-start;
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 64px;
}
@media (max-width: 1580px) {
  #c-5g5 .c-text-box .c-xwz {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 748px) {
  #c-5g5 .c-text-box .c-xwz {
    font-size: 20px;
    line-height: 30px;
  }
}
#c-5g5 .c-text-box .c-xwz img {
  height: 64px;
}
@media (max-width: 1580px) {
  #c-5g5 .c-text-box .c-xwz img {
    height: 40px;
  }
}
@media (max-width: 748px) {
  #c-5g5 .c-text-box .c-xwz img {
    height: 30px;
  }
}
#c-5g5 .c-text-box .c-title {
  margin: 30px 0 50px;
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1580px) {
  #c-5g5 .c-text-box .c-title {
    margin: 20px 0 20px;
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-5g5 .c-text-box .c-title {
    font-size: 30px;
    line-height: 40px;
    margin: 10px 0 10px;
  }
}
#c-5g5 .c-text-box .c-title img {
  height: 60px;
  vertical-align: middle;
}
@media (max-width: 1580px) {
  #c-5g5 .c-text-box .c-title img {
    height: 40px;
  }
}
@media (max-width: 748px) {
  #c-5g5 .c-text-box .c-title img {
    height: 30px;
  }
}
#c-5g5 .c-text-box .c-text {
  margin-bottom: 60px;
  font-family: "opensans-bold";
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 1580px) {
  #c-5g5 .c-text-box .c-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 748px) {
  #c-5g5 .c-text-box .c-text {
    margin-bottom: 20px;
  }
}
#c-5g5 .c-text-box .c-list {
  display: flex;
  align-items: flex-start;
}
#c-5g5 .c-text-box .c-list li {
  margin-right: 20px;
  padding: 30px;
  font-family: "opensans-bold";
  border: 2px solid #00A0E9;
  border-radius: 3px;
}
@media (max-width: 1580px) {
  #c-5g5 .c-text-box .c-list li {
    padding: 20px;
  }
}
#c-5g5 .c-text-box .c-list li:last-child {
  margin-right: 0;
}
#c-5g5 .c-text-box .c-list li > div {
  position: relative;
}
#c-5g5 .c-text-box .c-list li > div p:first-child {
  color: #2b72de;
}
#c-5g5 .c-text-box .c-list li > div p:last-child {
  content: attr(data-text);
  position: absolute;
  z-index: 10;
  color: #2cd0d2;
  -webkit-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  -moz-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  -ms-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  -o-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  left: 0;
  right: 0;
  top: 0;
  font-style: normal;
  font-weight: normal;
}
@-webkit-keyframes roll1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes roll1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#c-5g6 {
  position: relative;
  z-index: 5;
  background: #000;
  overflow: hidden;
}
@media (max-width: 1260px) {
  #c-5g6 {
    padding: 80px 0;
  }
}
@media (max-width: 748px) {
  #c-5g6 {
    padding: 0 0 60px;
  }
}
#c-5g6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(/assets/5g-yy.png) repeat-y left top / 100% auto;
}
#c-5g6 .c-img-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  animation: roll1 80s linear infinite;
  -webkit-animation: roll1 80s linear infinite;
}
@media (max-width: 1260px) {
  #c-5g6 .c-img-box {
    top: 50%;
    margin-top: -4rem;
  }
}
@media (max-width: 748px) {
  #c-5g6 .c-img-box {
    margin-top: -150px;
  }
}
#c-5g6 .c-img-box img {
  width: auto;
  height: 8rem;
  flex: none;
}
@media (max-width: 1260px) {
  #c-5g6 .c-img-box img {
    height: 300px;
  }
}
#c-5g6 .c-container2 {
  z-index: 5;
  display: flex;
  align-items: center;
  height: 8rem;
}
@media (max-width: 1260px) {
  #c-5g6 .c-container2 {
    height: auto;
    min-height: 16rem;
  }
}
#c-5g6 .c-text-box {
  color: #fff;
}
#c-5g6 .c-text-box .c-text1 {
  font-size: 30px;
  line-height: 40px;
  color: #00A0E9;
}
@media (max-width: 1580px) {
  #c-5g6 .c-text-box .c-text1 {
    font-size: 20px;
    line-height: 30px;
  }
}
#c-5g6 .c-text-box .c-title {
  margin: 40px 0 60px;
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1580px) {
  #c-5g6 .c-text-box .c-title {
    margin: 20px 0 40px;
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-5g6 .c-text-box .c-title {
    margin: 10px 0 20px;
    font-size: 30px;
    line-height: 40px;
  }
}
#c-5g6 .c-text-box .c-text2 {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1580px) {
  #c-5g6 .c-text-box .c-text2 {
    font-size: 16px;
    line-height: 26px;
  }
}
#c-5g6 .c-text-box .c-text2 i {
  font-style: normal;
  color: #00A0E9;
}
#c-UV1 {
  position: relative;
  height: 220vh;
}
#c-UV1 .c-main-wrap {
  position: sticky;
  top: 0;
  height: 100vh;
}
#c-UV1 .c-main-wrap .c-common-box {
  height: 100%;
}
#c-UV1 .c-main-wrap .c-common-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#c-UV1 .c-main-wrap .c-common-box .c-text-box {
  z-index: 5;
  height: 100%;
  background: transparent;
}
#c-UV1 .c-main-wrap .c-common-box .c-text-box .c-container {
  margin-top: 50px;
}
#c-UV1 .c-main-wrap .c-common-box .c-text-box2 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
#c-UV1 .c-main-wrap .c-common-box .c-text-box2 .c-title {
  margin: 0 auto 35px;
  font-family: "opensans-bold";
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 1580px) {
  #c-UV1 .c-main-wrap .c-common-box .c-text-box2 .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-UV1 .c-main-wrap .c-common-box .c-text-box2 .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
#c-UV1 .c-main-wrap .c-common-box .c-text-box2 .c-text {
  margin: 0 auto;
  max-width: 800px;
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 748px) {
  #c-UV1 .c-main-wrap .c-common-box .c-text-box2 .c-text {
    font-size: 20px;
    line-height: 30px;
  }
}
#c-UV2 {
  position: relative;
  height: 200vh;
  background: #131519;
}
#c-UV2 .c-main-wrap {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
#c-UV2 .c-main-wrap .c-box-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 972px) {
  #c-UV2 .c-main-wrap .c-box-wrap {
    align-content: center;
  }
}
#c-UV2 .c-main-wrap .c-box-wrap .c-img-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
}
@media (max-width: 972px) {
  #c-UV2 .c-main-wrap .c-box-wrap .c-img-box {
    width: 100%;
    height: 16rem;
  }
}
#c-UV2 .c-main-wrap .c-box-wrap .c-img-box img {
  width: 100%;
}
@media (max-width: 972px) {
  #c-UV2 .c-main-wrap .c-box-wrap .c-img-box img {
    width: auto;
    height: 100%;
  }
}
#c-UV2 .c-main-wrap .c-box-wrap .c-text-box {
  position: relative;
  padding-right: 2.6rem;
  width: 50%;
}
@media (max-width: 972px) {
  #c-UV2 .c-main-wrap .c-box-wrap .c-text-box {
    padding: 0 20px;
    width: 100%;
  }
}
#c-UV2 .c-main-wrap .c-box-wrap .c-text-box .c-title {
  margin-bottom: 30px;
}
#c-UV2 .c-main-wrap .c-item1 {
  background: #deecf9;
}
#c-UV2 .c-main-wrap .c-item2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #131519;
  color: #fff;
}
#c-UV3 .c-main-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#c-UV3 .c-main-wrap > div {
  width: 100%;
}
#c-UV3 .c-main-wrap .c-text-box {
  max-width: 950px;
  margin: 0 auto;
}
#c-UV3 .c-main-wrap .c-text-box .c-title {
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1580px) {
  #c-UV3 .c-main-wrap .c-text-box .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-UV3 .c-main-wrap .c-text-box .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
#c-UV3 .c-main-wrap .c-text-box .c-text {
  margin: 40px 0 80px;
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
@media (max-width: 1580px) {
  #c-UV3 .c-main-wrap .c-text-box .c-text {
    margin: 20px 0 40px;
    font-size: 16px;
    line-height: 24px;
  }
}
#c-UV3 .c-main-wrap .c-video {
  position: relative;
  margin: 0 2.6rem;
  height: 9.5rem;
  transition: 1s;
  overflow: hidden;
}
@media (max-width: 748px) {
  #c-UV3 .c-main-wrap .c-video {
    display: none;
  }
}
#c-UV3 .c-main-wrap .c-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-bottom: -5px;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-UV3 .c-main-wrap img {
  width: 100%;
  object-fit: cover;
  display: none;
}
@media (max-width: 748px) {
  #c-UV3 .c-main-wrap img {
    margin-bottom: 60px;
    height: 16rem;
    display: block;
  }
}
#c-UV3.on .c-main-wrap .c-video {
  margin: 0;
}
#c-UV4 {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-UV4 .c-img-box {
  width: 50%;
  height: 9.5rem;
}
@media (max-width: 972px) {
  #c-UV4 .c-img-box {
    width: 100%;
    height: 14rem;
  }
}
#c-UV4 .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-UV4 .c-text-box {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 80px 2.6rem 80px 100px;
}
@media (max-width: 1580px) {
  #c-UV4 .c-text-box {
    padding: 60px 2.6rem 60px 60px;
  }
}
@media (max-width: 972px) {
  #c-UV4 .c-text-box {
    padding: 80px 20px;
    width: 100%;
  }
}
@media (max-width: 748px) {
  #c-UV4 .c-text-box {
    padding: 60px 20px;
    width: 100%;
  }
}
@media (max-width: 748px) {
  #c-UV4 .c-text-box .c-title {
    margin-bottom: 10px;
  }
}
#c-UV4 .c-text-box .c-text {
  padding: 20px 0 70px;
  opacity: 0.7;
}
@media (max-width: 1580px) {
  #c-UV4 .c-text-box .c-text {
    padding: 20px 0 40px;
  }
}
@media (max-width: 748px) {
  #c-UV4 .c-text-box .c-text {
    padding: 10px 0 30px;
  }
}
#c-UV4 .c-text-box .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
}
#c-UV4 .c-text-box .c-list li {
  max-width: 160px;
}
#c-UV4 .c-text-box .c-list .c-tbox {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#c-UV4 .c-text-box .c-list .c-tbox .c-t1 {
  position: relative;
  font-size: 72px;
  line-height: 82px;
  color: #2b72de;
}
@media (max-width: 1580px) {
  #c-UV4 .c-text-box .c-list .c-tbox .c-t1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 748px) {
  #c-UV4 .c-text-box .c-list .c-tbox .c-t1 {
    font-size: 40px;
    line-height: 50px;
  }
}
#c-UV4 .c-text-box .c-list .c-tbox .c-t1 em {
  content: attr(data-text);
  position: absolute;
  z-index: 10;
  color: #2cd0d2;
  -webkit-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  -moz-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  -ms-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  -o-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  left: 0;
  right: 0;
  top: 0;
  font-style: normal;
  font-weight: normal;
}
#c-UV4 .c-text-box .c-list .c-tbox .c-t2 {
  margin-left: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #00A0E9;
}
@media (max-width: 1580px) {
  #c-UV4 .c-text-box .c-list .c-tbox .c-t2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 748px) {
  #c-UV4 .c-text-box .c-list .c-tbox .c-t2 {
    font-size: 16px;
    line-height: 24px;
  }
}
#c-UV4 .c-text-box .c-list .c-t3 {
  font-size: 18px;
  line-height: 28px;
  opacity: 0.7;
}
@media (max-width: 1580px) {
  #c-UV4 .c-text-box .c-list .c-t3 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 748px) {
  #c-UV4 .c-text-box .c-list .c-t3 {
    font-size: 16px;
    line-height: 24px;
  }
}
@-webkit-keyframes flicker1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flicker1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#c-UV5 {
  position: relative;
  z-index: 5;
  background: #DEECF9;
  overflow: hidden;
}
#c-UV5 .c-title-box {
  text-align: center;
}
#c-UV5 .c-title-box .c-text {
  margin: 40px 0 80px;
}
@media (max-width: 1580px) {
  #c-UV5 .c-title-box .c-text {
    margin: 20px 0 40px;
  }
}
#c-UV5 .c-img-box {
  position: relative;
  margin: 0 auto;
  max-width: 5.2rem;
}
@media (max-width: 1580px) {
  #c-UV5 .c-img-box {
    max-width: 6rem;
  }
}
@media (max-width: 972px) {
  #c-UV5 .c-img-box {
    max-width: 10rem;
  }
}
@media (max-width: 748px) {
  #c-UV5 .c-img-box {
    max-width: 8rem;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
}
#c-UV5 .c-img-box img {
  width: 100%;
}
#c-UV5 .c-img-box img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
#c-UV5 .c-img-box .c-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
#c-UV5 .c-img-box .c-list li {
  position: absolute;
  left: 69.92337%;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-UV5 .c-img-box .c-list li:nth-child(1) {
  top: 23.62068%;
}
#c-UV5 .c-img-box .c-list li:nth-child(2) {
  top: 34.739%;
}
#c-UV5 .c-img-box .c-list li:nth-child(3) {
  top: 45.234%;
}
#c-UV5 .c-img-box .c-list li .c-dot {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(0, 173, 187, 0.3);
  transition: all 0s;
}
#c-UV5 .c-img-box .c-list li .c-dot::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #00A0E9;
  border-radius: 50%;
}
#c-UV5 .c-img-box .c-list li .c-line {
  position: relative;
  margin: 0 30px 0 -4px;
  width: 200px;
  height: 2px;
}
@media (max-width: 972px) {
  #c-UV5 .c-img-box .c-list li .c-line {
    width: 100px;
  }
}
@media (max-width: 748px) {
  #c-UV5 .c-img-box .c-list li .c-line {
    margin-right: 20px;
    width: 50px;
  }
}
#c-UV5 .c-img-box .c-list li .c-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #00A0E9;
  transition: all 0s;
}
#c-UV5 .c-img-box .c-list li .c-text {
  opacity: 0;
  white-space: nowrap;
  transition: all 0s;
  font-family: "opensans-bold";
}
@media (max-width: 1580px) {
  #c-UV5 .c-img-box .c-list li .c-text {
    font-size: 12px;
  }
}
#c-UV5.on .c-img-box img:nth-child(2) {
  animation: flicker1 1s 1.7s linear infinite;
  -webkit-animation: flicker1 1s 1.7s linear infinite;
}
#c-UV5.on .c-img-box .c-list li .c-dot {
  opacity: 1;
  transition: all 0.5s;
}
#c-UV5.on .c-img-box .c-list li .c-line::before {
  width: 100%;
  transition: all 1s 0.5s;
}
#c-UV5.on .c-img-box .c-list li .c-text {
  opacity: 1;
  transition: all 0.5s 1.2s;
}
#c-UV6 {
  position: relative;
  color: #fff;
  text-align: center;
}
#c-UV6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#c-UV6 > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  #c-UV6 > video {
    display: none;
  }
}
#c-UV6 > img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 748px) {
  #c-UV6 > img {
    display: block;
  }
}
#c-UV6 .c-container2 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.1rem;
}
@media (max-width: 748px) {
  #c-UV6 .c-container2 {
    min-height: 50vh;
  }
}
#c-UV6 .c-text-box {
  width: 100%;
  max-width: 1200px;
}
#c-UV7 {
  position: relative;
  z-index: 5;
  background: #e5e5e5;
  overflow: hidden;
}
#c-UV7 .c-title-box {
  text-align: center;
}
#c-UV7 .c-title-box .c-text {
  margin: 40px 0 80px;
}
@media (max-width: 1580px) {
  #c-UV7 .c-title-box .c-text {
    margin: 20px 0 40px;
  }
}
#c-UV7 .c-img-box {
  margin: 0 auto;
  width: 10.52rem;
  max-width: 1052px;
}
@media (max-width: 748px) {
  #c-UV7 .c-img-box {
    width: 100%;
    max-width: 100%;
  }
}
#c-UV7 .c-img-box img {
  margin: 0 -25%;
  width: 150%;
  -webkit-transform: translatex(1.5%);
  transform: translatex(1.5%);
}
#c-UV7 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -1.8rem -15px -30px;
}
@media (max-width: 748px) {
  #c-UV7 .c-list {
    margin: -3rem -15px -20px;
  }
}
#c-UV7 .c-list li {
  padding: 0 15px 30px;
  width: 33.333333%;
}
@media (max-width: 748px) {
  #c-UV7 .c-list li {
    padding: 0 15px 20px;
    width: 100%;
  }
}
#c-UV7 .c-list li .c-wrap {
  position: relative;
  height: 4.75rem;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-UV7 .c-list li .c-wrap {
    height: 14rem;
  }
}
#c-UV7 .c-list li .c-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-UV7 .c-list li .c-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-UV7 .c-list li .c-wrap .c-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 35px 20px;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1260px) {
  #c-UV7 .c-list li .c-wrap .c-text-box {
    padding: 20px;
  }
}
@media (max-width: 1260px) {
  #c-UV7 .c-list li .c-wrap .c-text-box .c-title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 972px) {
  #c-UV7 .c-list li .c-wrap .c-text-box .c-title {
    font-size: 16px;
    line-height: 24px;
  }
}
#c-UV7 .c-list li .c-wrap .c-text-box .c-text {
  margin-top: 5px;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1580px) {
  #c-UV7 .c-list li .c-wrap .c-text-box .c-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 972px) {
  #c-UV7 .c-list li .c-wrap .c-text-box .c-text {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (min-width: 993px) {
  #c-UV7 .c-list li .c-wrap:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}
@-webkit-keyframes showUv8img {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes showUv8img {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
#c-UV8 {
  position: relative;
  z-index: 5;
  background: #1d1d1d;
  height: 350vh;
}
#c-UV8 .c-list {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
#c-UV8 .c-list > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background: #1d1d1d;
}
#c-UV8 .c-list .c-item1 {
  position: relative;
}
#c-UV8 .c-list .c-item1 .c-img-box {
  position: relative;
  height: 100%;
}
@media (max-width: 972px) {
  #c-UV8 .c-list .c-item1 .c-img-box {
    height: 10rem;
  }
}
@media (max-width: 748px) {
  #c-UV8 .c-list .c-item1 .c-img-box {
    height: 14rem;
  }
}
#c-UV8 .c-list .c-item1 .c-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url(/assets/uv8-yy.png) no-repeat top left / cover;
}
#c-UV8 .c-list .c-item1 .c-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-UV8 .c-list .c-item1 .c-img-box img:nth-child(2) {
  opacity: 0;
  transition: 0.5s;
}
#c-UV8 .c-list .c-item1 .c-text-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 120px;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media (max-width: 1580px) {
  #c-UV8 .c-list .c-item1 .c-text-box {
    padding-top: 80px;
  }
}
@media (max-width: 972px) {
  #c-UV8 .c-list .c-item1 .c-text-box {
    top: 14rem;
  }
}
#c-UV8 .c-list .c-item1 .c-text-box .c-list2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
  max-width: 960px;
  margin: 80px auto 0;
}
@media (max-width: 1580px) {
  #c-UV8 .c-list .c-item1 .c-text-box .c-list2 {
    margin-top: 40px;
  }
}
@media (max-width: 748px) {
  #c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-box {
    width: 30%;
    max-width: auto;
  }
}
#c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-tbox {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-tbox .c-t1 {
  position: relative;
  font-size: 72px;
  line-height: 82px;
  color: #2B72DE;
}
@media (max-width: 1580px) {
  #c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-tbox .c-t1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 748px) {
  #c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-tbox .c-t1 {
    font-size: 30px;
    line-height: 40px;
  }
}
#c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-tbox .c-t1 em {
  content: attr(data-text);
  position: absolute;
  z-index: 10;
  color: #2cd0d2;
  -webkit-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  -moz-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  -ms-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  -o-mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  mask: linear-gradient(-108deg, #2cd0d2 16%, transparent);
  left: 0;
  right: 0;
  top: 0;
  font-style: normal;
  font-weight: normal;
}
#c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-tbox .c-t2 {
  font-size: 18px;
  line-height: 28px;
  color: #00A0E9;
}
@media (max-width: 748px) {
  #c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-tbox .c-t2 {
    font-size: 16px;
    line-height: 24px;
  }
}
#c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-t3 {
  font-size: 18px;
  line-height: 28px;
  opacity: 0.7;
}
@media (max-width: 748px) {
  #c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-t3 {
    font-size: 12px;
    line-height: 22px;
  }
}
#c-UV8 .c-list .c-item1.on .c-img-box img:nth-child(2) {
  opacity: 1;
}
#c-UV8 .c-list .c-item2 {
  opacity: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  color: #fff;
  background: #1d1d1d;
}
#c-UV8 .c-list .c-item2 .c-text-box {
  position: relative;
  z-index: 2;
  padding-left: 2.6rem;
  width: 60%;
}
@media (max-width: 972px) {
  #c-UV8 .c-list .c-item2 .c-text-box {
    margin-top: 10rem;
    padding: 0 20px;
    width: 100%;
  }
}
#c-UV8 .c-list .c-item2 .c-text-box .c-text {
  max-width: 560px;
  margin-top: 50px;
  opacity: 0.7;
}
@media (max-width: 1580px) {
  #c-UV8 .c-list .c-item2 .c-text-box .c-text {
    margin-top: 40px;
  }
}
@media (max-width: 972px) {
  #c-UV8 .c-list .c-item2 .c-text-box .c-text {
    max-width: 100%;
  }
}
#c-UV8 .c-list .c-item2 .c-img-box {
  position: absolute;
  width: 50%;
  z-index: 1;
  top: 0;
  right: 0;
}
@media (max-width: 972px) {
  #c-UV8 .c-list .c-item2 .c-img-box {
    width: 70%;
  }
}
@media (max-width: 748px) {
  #c-UV8 .c-list .c-item2 .c-img-box {
    width: 90%;
  }
}
#c-UV8 .c-list .c-item2 .c-img-box img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#c-UV8 .c-list .c-item2 .c-img-box img:first-child {
  position: relative;
}
#c-UV8 .c-list .c-item2 .c-img-box img:nth-child(1) {
  transition: 0s 0.7s;
}
#c-UV8 .c-list .c-item2 .c-img-box img:nth-child(2) {
  transition: 0s 0.6s;
}
#c-UV8 .c-list .c-item2 .c-img-box img:nth-child(3) {
  transition: 0s 0.5s;
}
#c-UV8 .c-list .c-item2 .c-img-box img:nth-child(4) {
  transition: 0s 0.4s;
}
#c-UV8 .c-list .c-item2 .c-img-box img:nth-child(5) {
  transition: 0s 0.3s;
}
#c-UV8 .c-list .c-item2 .c-img-box img:nth-child(6) {
  transition: 0s 0.2s;
}
#c-UV8 .c-list .c-item2 .c-img-box img:nth-child(7) {
  transition: 0s 0.1s;
}
#c-UV8 .c-list .c-item2.on {
  opacity: 1;
  z-index: 5;
}
#c-UV8 .c-list .c-item2.on img:nth-child(1) {
  transition: 0s 0.1s;
  opacity: 1;
}
#c-UV8 .c-list .c-item2.on img:nth-child(2) {
  transition: 0s 0.2s;
  opacity: 1;
}
#c-UV8 .c-list .c-item2.on img:nth-child(3) {
  transition: 0s 0.3s;
  opacity: 1;
}
#c-UV8 .c-list .c-item2.on img:nth-child(4) {
  transition: 0s 0.4s;
  opacity: 1;
}
#c-UV8 .c-list .c-item2.on img:nth-child(5) {
  transition: 0s 0.5s;
  opacity: 1;
}
#c-UV8 .c-list .c-item2.on img:nth-child(6) {
  transition: 0s 0.6s;
  opacity: 1;
}
#c-UV8 .c-list .c-item2.on img:nth-child(7) {
  transition: 0s 0.7s;
  opacity: 1;
}
#c-UV8 .c-list .c-item3 {
  opacity: 0;
  z-index: -1;
  color: #fff;
  background: #1d1d1d;
}
#c-UV8 .c-list .c-item3 .c-text-box {
  position: relative;
  z-index: 2;
  padding: 120px 2.6rem 0;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-UV8 .c-list .c-item3 .c-text-box {
    padding-top: 80px;
  }
}
@media (max-width: 972px) {
  #c-UV8 .c-list .c-item3 .c-text-box {
    padding: 0 20px;
    margin-top: 8rem;
  }
}
#c-UV8 .c-list .c-item3 .c-text-box .c-text {
  margin-top: 50px;
  opacity: 0.7;
}
@media (max-width: 1580px) {
  #c-UV8 .c-list .c-item3 .c-text-box .c-text {
    margin-top: 40px;
  }
}
#c-UV8 .c-list .c-item3 .c-img-box {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
#c-UV8 .c-list .c-item3 .c-img-box img {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 748px) {
  #c-UV8 .c-list .c-item3 .c-img-box img {
    left: -50%;
    width: 200%;
  }
}
#c-UV8 .c-list .c-item3 .c-img-box img:nth-child(1) {
  transition: 0s 0.7s;
}
#c-UV8 .c-list .c-item3 .c-img-box img:nth-child(2) {
  transition: 0s 0.6s;
}
#c-UV8 .c-list .c-item3 .c-img-box img:nth-child(3) {
  transition: 0s 0.5s;
}
#c-UV8 .c-list .c-item3 .c-img-box img:nth-child(4) {
  transition: 0s 0.4s;
}
#c-UV8 .c-list .c-item3 .c-img-box img:nth-child(5) {
  transition: 0s 0.3s;
}
#c-UV8 .c-list .c-item3 .c-img-box img:nth-child(6) {
  transition: 0s 0.2s;
}
#c-UV8 .c-list .c-item3 .c-img-box img:nth-child(7) {
  transition: 0s 0.1s;
}
#c-UV8 .c-list .c-item3.on {
  opacity: 1;
  z-index: 5;
}
#c-UV8 .c-list .c-item3.on img:nth-child(1) {
  transition: 0s 0.1s;
  opacity: 1;
}
#c-UV8 .c-list .c-item3.on img:nth-child(2) {
  transition: 0s 0.2s;
  opacity: 1;
}
#c-UV8 .c-list .c-item3.on img:nth-child(3) {
  transition: 0s 0.3s;
  opacity: 1;
}
#c-UV8 .c-list .c-item3.on img:nth-child(4) {
  transition: 0s 0.4s;
  opacity: 1;
}
#c-UV8 .c-list .c-item3.on img:nth-child(5) {
  transition: 0s 0.5s;
  opacity: 1;
}
#c-UV8 .c-list .c-item3.on img:nth-child(6) {
  transition: 0s 0.6s;
  opacity: 1;
}
#c-UV8 .c-list .c-item3.on img:nth-child(7) {
  transition: 0s 0.7s;
  opacity: 1;
}
#c-UV9 {
  position: relative;
  height: 550vh;
}
@media (max-width: 972px) {
  #c-UV9 {
    height: 300vh;
  }
}
#c-UV9 .c-box1 {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#c-UV9 .c-box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-UV9 .c-box1 .c-text-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
#c-UV9 .c-box1 .c-text-box > div {
  margin-top: -4rem;
}
@media (max-width: 748px) {
  #c-UV9 .c-box1 .c-text-box > div {
    margin-top: -10rem;
  }
}
#c-UV9 .c-box1 .c-text-box .c-text {
  margin-top: 30px;
  opacity: 0.7;
}
#c-UV9 .c-box2 {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #1d1d1d;
  height: 100vh;
}
#c-UV9 .c-box2 .c-mask {
  position: absolute;
  top: -99%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(/assets/uv9-yy.png) no-repeat bottom left / cover;
}
#c-UV9 .c-box2 .c-list-box {
  display: flex;
  align-items: center;
  padding-left: 2.6rem;
  width: 62%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 972px) {
  #c-UV9 .c-box2 .c-list-box {
    padding: 0 20px;
    width: 100%;
    align-items: flex-start;
  }
}
#c-UV9 .c-box2 .c-list-box .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.3rem -0.8rem;
}
@media (max-width: 972px) {
  #c-UV9 .c-box2 .c-list-box .c-list {
    margin: 3rem -15px -5px;
  }
}
#c-UV9 .c-box2 .c-list-box .c-list li {
  position: relative;
  padding: 0 0.3rem 0.8rem;
  width: 33.333333%;
}
@media (max-width: 972px) {
  #c-UV9 .c-box2 .c-list-box .c-list li {
    padding: 5px 20px;
    width: 50%;
  }
}
#c-UV9 .c-box2 .c-list-box .c-list li img {
  max-width: 100%;
}
@media (max-width: 972px) {
  #c-UV9 .c-box2 .c-list-box .c-list li img {
    width: 60%;
  }
}
#c-UV9 .c-box2 .c-list-box .c-list li .c-text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 972px) {
  #c-UV9 .c-box2 .c-list-box .c-list li .c-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 748px) {
  #c-UV9 .c-box2 .c-list-box .c-list li .c-text {
    font-size: 12px;
    line-height: 22px;
  }
}
#c-UV9 .c-box2 .c-gt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38%;
}
@media (max-width: 748px) {
  #c-UV9 .c-box2 .c-gt {
    right: 50%;
    width: 46%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
#c-UV9 .c-box2 .c-gt img {
  width: 100%;
}
#c-UV11 .c-main-title {
  text-align: center;
}
.c-banner9-top {
  margin: 50px auto 60px;
  max-width: 800px;
}
@media (max-width: 1580px) {
  .c-banner9-top {
    margin: 30px auto 40px;
  }
}
.c-banner9-top .c-text {
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  border-bottom: 2px solid #ccc;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .c-banner9-top .c-text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 748px) {
  .c-banner9-top .c-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-banner9-top .swiper-slide-thumb-active .c-text {
  color: #00A0E9;
  border-color: #00A0E9;
  font-weight: bold;
}
.c-banner9-bottom-wrap {
  position: relative;
}
.c-banner9-bottom-wrap .c-next,
.c-banner9-bottom-wrap .c-prev {
  position: absolute;
  top: 50%;
  opacity: 0.2;
  right: -1rem;
  margin-top: -20px;
  width: 20px;
  height: 40px;
  background: url(/assets/next.png) no-repeat center / 100% auto;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 972px) {
  .c-banner9-bottom-wrap .c-next,
  .c-banner9-bottom-wrap .c-prev {
    display: none;
  }
}
.c-banner9-bottom-wrap .c-next:hover,
.c-banner9-bottom-wrap .c-prev:hover {
  opacity: 1;
}
.c-banner9-bottom-wrap .c-prev {
  right: auto;
  left: -1rem;
  background-image: url(/assets/prev.png);
}
.c-banner9-bottom .c-wrap {
  display: flex;
  align-items: center;
  background: #deecf9;
  flex-wrap: wrap;
}
.c-banner9-bottom .c-wrap .c-text-box {
  padding: 0 130px 0 90px;
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .c-banner9-bottom .c-wrap .c-text-box {
    padding: 0 80px;
  }
}
@media (max-width: 1260px) {
  .c-banner9-bottom .c-wrap .c-text-box {
    padding: 40px;
  }
}
@media (max-width: 748px) {
  .c-banner9-bottom .c-wrap .c-text-box {
    padding: 20px;
    width: 100%;
  }
}
.c-banner9-bottom .c-wrap .c-text-box .c-text1 {
  margin-bottom: 10px;
  font-family: "opensans-bold";
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 1580px) {
  .c-banner9-bottom .c-wrap .c-text-box .c-text1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 748px) {
  .c-banner9-bottom .c-wrap .c-text-box .c-text1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.c-banner9-bottom .c-wrap .c-text-box .c-text2 {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1580px) {
  .c-banner9-bottom .c-wrap .c-text-box .c-text2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 748px) {
  .c-banner9-bottom .c-wrap .c-text-box .c-text2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-banner9-bottom .c-wrap .c-img-box {
  width: 50%;
}
@media (max-width: 748px) {
  .c-banner9-bottom .c-wrap .c-img-box {
    width: 100%;
  }
}
.c-banner9-bottom .c-wrap .c-img-box img {
  width: 100%;
}
#c-UV10 {
  position: relative;
  height: 9.5rem;
}
@media (max-width: 972px) {
  #c-UV10 {
    height: 14rem;
  }
}
#c-UV10 .pro_alt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 180px;
  height: 180px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(47, 47, 47, 0.2);
  border-radius: 3px;
  padding: 80px 40px;
  display: none;
}
@media (max-width: 1580px) {
  #c-UV10 .pro_alt {
    padding: 40px 30px;
    width: 150px;
    height: 100px;
  }
}
#c-UV10 .pro_alt .xian {
  width: 100%;
  height: 2px;
  background-color: #dddddd;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  #c-UV10 .pro_alt .xian {
    margin-bottom: 12px;
  }
}
#c-UV10 .pro_alt .xian img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  -webkit-animation: rit 5s linear infinite;
  animation: rit 5s linear infinite;
}
@media (max-width: 1580px) {
  #c-UV10 .pro_alt .xian img {
    width: 12px;
  }
}
#c-UV10 .pro_alt p {
  text-align: center;
  font-size: 16px;
  color: #00A0E9;
  line-height: 1.1;
}
@media (max-width: 1580px) {
  #c-UV10 .pro_alt p {
    font-size: 14px;
  }
}
#c-UV10 .c-mask {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#c-UV10 .c-mask.on {
  cursor: grab;
}
#c-UV10 .c-bj {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-UV10 .c-img-box {
  margin: 0 auto;
  position: relative;
  width: 9.5rem;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 972px) {
  #c-UV10 .c-img-box {
    width: 14rem;
  }
}
#c-UV10 .c-img-box img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#c-UV10 .c-img-box img.on {
  opacity: 1;
}
/* 首页提示 */
#c-home-tips {
  display: none;
  position: fixed;
  z-index: 890;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
#c-home-tips .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 35px 0;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 748px) {
  #c-home-tips .c-wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 0;
  }
}
#c-home-tips .c-wrap p {
  margin-right: 30px;
}
@media (max-width: 748px) {
  #c-home-tips .c-wrap p {
    width: 100%;
  }
}
#c-home-tips .c-wrap .c-common-btn2 {
  margin-right: 30px;
  flex-shrink: 0;
}
@media (max-width: 748px) {
  #c-home-tips .c-wrap .c-common-btn2 {
    margin-right: 0;
    margin-top: 10px;
    flex-shrink: 1;
  }
}
#c-home-tips .c-wrap a {
  color: #00A0E9;
}
#c-home-tips .c-wrap a:hover {
  text-decoration: underline;
}
#c-home-tips .c-wrap .c-close {
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(/assets/close3.png) no-repeat center / 18px;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-home-tips .c-wrap .c-close {
    top: 20px;
    right: -10px;
  }
}
#c-partner-title {
  text-align: center;
}
#c-partner-title .c-title-box img {
  height: 55px;
}
@media (max-width: 1580px) {
  #c-partner-title .c-title-box img {
    height: 50px;
  }
}
@media (max-width: 1260px) {
  #c-partner-title .c-title-box img {
    height: 40px;
  }
}
@media (max-width: 972px) {
  #c-partner-title .c-title-box img {
    height: 36px;
  }
}
#c-partner-title .c-title-box .c-text {
  margin: 20px auto 0;
  max-width: 700px;
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 1580px) {
  #c-partner-title .c-title-box .c-text {
    font-size: 16px;
    line-height: 2;
  }
}
#c-sitemap .c-main-title {
  padding: 80px 0 40px;
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1580px) {
  #c-sitemap .c-main-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-sitemap .c-main-title {
    padding: 60px 0 30px;
    font-size: 30px;
    line-height: 40px;
  }
}
#c-sitemap .c-list > li {
  padding-bottom: 80px;
}
#c-sitemap .c-list > li:last-child {
  padding-bottom: 0;
}
@media (max-width: 1580px) {
  #c-sitemap .c-list > li {
    padding-bottom: 40px;
  }
}
@media (max-width: 748px) {
  #c-sitemap .c-list > li {
    padding-bottom: 30px;
  }
}
#c-sitemap .c-list > li a {
  color: #333;
  transition: 0.5s;
}
#c-sitemap .c-list > li a:hover {
  color: #00A0E9;
}
#c-sitemap .c-list > li .c-title-box {
  position: relative;
  line-height: 54px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-sitemap .c-list > li .c-title-box {
    line-height: 40px;
  }
}
#c-sitemap .c-list > li .c-title-box::before {
  content: "";
  position: absolute;
  bottom: -1px;
  border-top: 1px solid #00A0E9;
  width: 110px;
}
#c-sitemap .c-list > li .c-title-box a {
  font-family: "opensans-bold";
  font-size: 24px;
}
@media (max-width: 748px) {
  #c-sitemap .c-list > li .c-title-box a {
    font-size: 20px;
  }
}
#c-sitemap .c-list > li ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 20px -25px -20px;
}
@media (max-width: 972px) {
  #c-sitemap .c-list > li ul {
    margin: 10px -10px -10px;
  }
}
#c-sitemap .c-list > li ul li {
  padding: 0 25px 20px;
}
@media (max-width: 972px) {
  #c-sitemap .c-list > li ul li {
    padding: 0 10px 10px;
  }
}
#c-sitemap .c-list > li ul li a {
  color: #666;
}
#c-sitemap .c-list > li > ul > li.c-dt {
  width: 100%;
}
#c-sitemap .c-list > li > ul > li > a {
  font-weight: bold;
  color: #333;
}
#c-sitemap .c-list > li > ul > li > ul > li {
  font-size: 16px;
}
#c-sitemap .c-list > li > ul > li > ul > li.c-dt {
  width: 100%;
}
#c-sitemap .c-list > li > ul > li > ul > li > a {
  color: #666;
}
#c-sitemap .c-list > li > ul > li > ul > li > ul > li > a {
  color: #999;
}
#c-news .c-main-title {
  margin-bottom: 75px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-news .c-main-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 748px) {
  #c-news .c-main-title {
    margin-bottom: 30px;
  }
}
#c-news .c-list1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 20px 0 60px;
  overflow-x: auto;
}
@media (max-width: 1580px) {
  #c-news .c-list1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 748px) {
  #c-news .c-list1 {
    margin-bottom: 30px;
    justify-content: flex-start;
  }
}
#c-news .c-list1 li {
  flex: 0;
  margin-right: 20px;
}
#c-news .c-list1 li:last-child {
  margin-right: 0;
}
#c-news .c-list1 li a {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  width: 180px;
  height: 58px;
  border: 1px solid #333;
  border-radius: 3px;
  text-align: center;
  line-height: 56px;
  color: #333;
  transition: all 0.5s;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1260px) {
  #c-news .c-list1 li a {
    width: 140px;
    height: 46px;
    line-height: 44px;
  }
}
#c-news .c-list1 li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  z-index: -1;
  height: 400%;
  background: #00A0E9;
  transition: 0.5s;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
#c-news .c-list1 li a:hover {
  color: #fff;
  border-color: #00A0E9;
}
#c-news .c-list1 li a:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#c-news .c-list1 li.on a {
  color: #fff;
  border-color: #00A0E9;
}
#c-news .c-list1 li.on a::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#c-news .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px -80px;
}
@media (max-width: 1580px) {
  #c-news .c-list2 {
    margin: 0 -15px -40px;
  }
}
@media (max-width: 748px) {
  #c-news .c-list2 {
    margin: 0 -15px -30px;
  }
}
#c-news .c-list2 li {
  width: 33.333333%;
  padding: 0 15px 80px;
}
@media (max-width: 1580px) {
  #c-news .c-list2 li {
    padding: 0 15px 40px;
  }
}
@media (max-width: 748px) {
  #c-news .c-list2 li {
    width: 100%;
    padding: 0 15px 30px;
  }
}
#c-news .c-list2 li .c-wrap {
  color: #333;
}
#c-news .c-list2 li .c-wrap .c-img-box {
  height: 2.84rem;
  overflow: hidden;
}
@media (max-width: 972px) {
  #c-news .c-list2 li .c-wrap .c-img-box {
    height: 3.84rem;
  }
}
@media (max-width: 748px) {
  #c-news .c-list2 li .c-wrap .c-img-box {
    height: 12rem;
  }
}
#c-news .c-list2 li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#c-news .c-list2 li .c-wrap .c-text-box .c-text {
  margin: 35px 0 10px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
@media (max-width: 1580px) {
  #c-news .c-list2 li .c-wrap .c-text-box .c-text {
    margin: 15px 0 10px;
  }
}
#c-news .c-list2 li .c-wrap .c-text-box .c-title {
  font-family: "opensans-bold";
  font-size: 18px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
#c-news .c-list2 li .c-wrap .c-text-box .c-bottom {
  position: relative;
  margin-top: 35px;
  padding-top: 15px;
  border-top: 1px solid #333;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
@media (max-width: 1580px) {
  #c-news .c-list2 li .c-wrap .c-text-box .c-bottom {
    margin-top: 15px;
  }
}
#c-news .c-list2 li .c-wrap .c-text-box .c-bottom::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  border-top: 1px solid #00A0E9;
  transition: 0.5s;
}
#c-news .c-list2 li .c-wrap .c-text-box .c-bottom .c-more {
  color: #333;
  transition: 0.5s;
}
#c-news .c-list2 li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-news .c-list2 li .c-wrap:hover .c-text-box .c-bottom::before {
  width: 100%;
}
#c-news .c-list2 li .c-wrap:hover .c-text-box .c-bottom .c-more {
  color: #00A0E9;
}
#c-news .basepage {
  padding-top: 80px;
}
@media (max-width: 1580px) {
  #c-news .basepage {
    padding-top: 50px;
  }
}
@media (max-width: 748px) {
  #c-news .basepage {
    padding-top: 40px;
  }
}
#c-news2 .c-main {
  margin: 0 auto;
  max-width: 1160px;
}
#c-news2 .c-main .c-title-box {
  margin-bottom: 50px;
  padding: 40px 0 45px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-news2 .c-main .c-title-box {
    margin-bottom: 30px;
    padding: 30px 0;
  }
}
#c-news2 .c-main .c-title-box .c-title {
  margin-bottom: 15px;
  font-family: "opensans-bold";
  font-size: 44px;
  line-height: 54px;
}
@media (max-width: 1580px) {
  #c-news2 .c-main .c-title-box .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-news2 .c-main .c-title-box .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
#c-news2 .c-main .c-title-box .c-text {
  line-height: 26px;
  color: #666;
}
#c-news2 .c-main .c-text-box {
  line-height: 1.8;
}
#c-news2 .c-main .c-text-box img {
  max-width: 100%;
  height: auto !important;
}
#c-news2 .c-main .c-share {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  padding: 60px 0 30px;
  border-bottom: 1px solid #ddd;
}
#c-news2 .c-main .c-share .c-text {
  margin-right: 20px;
}
#c-news2 .c-main .c-share a {
  margin-right: 15px;
}
@media (max-width: 748px) {
  #c-news2 .c-main .c-share a {
    margin-right: 10px;
  }
}
#c-news2 .c-main .c-share a .a2a_svg {
  width: 24px;
  height: 24px;
  line-height: 24px;
  transition: 0.5s;
}
#c-news2 .c-main .c-share a:hover .a2a_svg {
  opacity: 1;
  background: #00A0E9 !important;
}
#c-news2 .c-main .c-pnBox p {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
#c-news2 .c-main .c-pnBox p:first-child {
  margin-top: 0;
}
#c-news2 .c-main .c-pnBox p span {
  flex-shrink: 0;
  display: inline-block;
  width: 150px;
}
@media (max-width: 748px) {
  #c-news2 .c-main .c-pnBox p span {
    width: 90px;
  }
}
#c-news2 .c-main .c-pnBox p a {
  color: #666;
  transition: 0.5s;
}
#c-news2 .c-main .c-pnBox p a:hover {
  color: #00A0E9;
}
#c-video {
  padding-top: 40px;
}
@media (max-width: 748px) {
  #c-video {
    padding-top: 30px;
  }
}
#c-video .c-container2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
#c-video .c-left {
  position: sticky;
  top: 120px;
  width: 21.42857%;
}
@media (max-width: 972px) {
  #c-video .c-left {
    top: 80px;
    width: 27%;
  }
}
@media (max-width: 748px) {
  #c-video .c-left {
    position: relative;
    top: 0;
    width: 100%;
  }
}
#c-video .c-left .c-list li {
  margin-bottom: 20px;
  line-height: 28px;
}
@media (max-width: 748px) {
  #c-video .c-left .c-list li {
    margin-bottom: 10px;
  }
}
#c-video .c-left .c-list li a {
  color: #333;
  transition: 0.5s;
}
#c-video .c-left .c-list li a:hover {
  color: #00A0E9;
}
#c-video .c-left .c-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-video .c-left .c-list li:last-child {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
#c-video .c-left .c-list li.on a {
  font-family: "opensans-bold";
  color: #00A0E9;
}
#c-video .c-right {
  width: 75%;
}
@media (max-width: 972px) {
  #c-video .c-right {
    width: 70%;
  }
}
@media (max-width: 748px) {
  #c-video .c-right {
    width: 100%;
  }
}
#c-video .c-right .c-main-title {
  margin-bottom: 35px;
  font-family: "opensans-bold";
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 748px) {
  #c-video .c-right .c-main-title {
    margin-bottom: 20px;
  }
}
#c-video .c-right .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px -60px;
}
@media (max-width: 1580px) {
  #c-video .c-right .c-list {
    margin: 0 -20px -40px;
  }
}
@media (max-width: 972px) {
  #c-video .c-right .c-list {
    margin: 0 -10px -40px;
  }
}
@media (max-width: 748px) {
  #c-video .c-right .c-list {
    margin: 0 -10px -30px;
  }
}
#c-video .c-right .c-list li {
  padding: 0 20px 60px;
  width: 50%;
}
@media (max-width: 1580px) {
  #c-video .c-right .c-list li {
    padding: 0 20px 40px;
  }
}
@media (max-width: 972px) {
  #c-video .c-right .c-list li {
    padding: 0 10px 40px;
  }
}
@media (max-width: 748px) {
  #c-video .c-right .c-list li {
    padding: 0 10px 30px;
    width: 100%;
  }
}
#c-video .c-right .c-list li .c-wrap .c-img-box {
  position: relative;
  height: 3.2rem;
  overflow: hidden;
}
@media (max-width: 972px) {
  #c-video .c-right .c-list li .c-wrap .c-img-box {
    height: 4.2rem;
  }
}
@media (max-width: 748px) {
  #c-video .c-right .c-list li .c-wrap .c-img-box {
    height: 12rem;
  }
}
#c-video .c-right .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-video .c-right .c-list li .c-wrap .c-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
#c-video .c-right .c-list li .c-wrap .c-img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin: -36px 0 0 -36px;
  width: 72px;
  height: 72px;
  background: url(/assets/bf-ico.png) no-repeat center / 100%;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-video .c-right .c-list li .c-wrap .c-img-box::after {
    width: 50px;
    height: 50px;
  }
}
#c-video .c-right .c-list li .c-wrap .c-text-box {
  line-height: 26px;
}
#c-video .c-right .c-list li .c-wrap .c-text-box .c-title {
  margin: 25px 0 15px;
  transition: 0.5s;
}
@media (max-width: 748px) {
  #c-video .c-right .c-list li .c-wrap .c-text-box .c-title {
    margin: 15px 0 10px;
  }
}
#c-video .c-right .c-list li .c-wrap .c-text-box .c-text {
  color: #999;
}
#c-video .c-right .c-list li .c-wrap:hover .c-img-box::after {
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
}
#c-video .c-right .c-list li .c-wrap:hover .c-text-box .c-title {
  font-family: "opensans-bold";
  color: #00A0E9;
}
#c-video .c-right .basepage {
  padding-top: 80px;
}
@media (max-width: 1580px) {
  #c-video .c-right .basepage {
    padding-top: 50px;
  }
}
#c-video.c-dt .c-right {
  width: 100%;
}
#c-video.c-dt .c-right .c-list li {
  width: 33.33333%;
}
@media (max-width: 1260px) {
  #c-video.c-dt .c-right .c-list li {
    width: 50%;
  }
}
@media (max-width: 748px) {
  #c-video.c-dt .c-right .c-list li {
    width: 100%;
  }
}
#c-video.c-dt .c-right .c-list li .c-wrap .c-img-box {
  height: 2.8rem;
}
@media (max-width: 1260px) {
  #c-video.c-dt .c-right .c-list li .c-wrap .c-img-box {
    height: 4.4rem;
  }
}
@media (max-width: 748px) {
  #c-video.c-dt .c-right .c-list li .c-wrap .c-img-box {
    height: 12rem;
  }
}
#c-downloads {
  padding-top: 40px;
}
@media (max-width: 748px) {
  #c-downloads {
    padding-top: 30px;
  }
}
#c-downloads .c-container2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
#c-downloads .c-left {
  position: sticky;
  top: 120px;
  width: 21.42857%;
}
@media (max-width: 972px) {
  #c-downloads .c-left {
    top: 80px;
    width: 27%;
  }
}
@media (max-width: 748px) {
  #c-downloads .c-left {
    position: relative;
    top: 0;
    width: 100%;
  }
}
#c-downloads .c-left .c-list li {
  margin-bottom: 20px;
  line-height: 28px;
}
@media (max-width: 748px) {
  #c-downloads .c-left .c-list li {
    margin-bottom: 10px;
  }
}
#c-downloads .c-left .c-list li a {
  color: #333;
  transition: 0.5s;
}
#c-downloads .c-left .c-list li a:hover {
  color: #00A0E9;
}
#c-downloads .c-left .c-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-downloads .c-left .c-list li:last-child {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
#c-downloads .c-left .c-list li.on a {
  font-family: "opensans-bold";
  color: #00A0E9;
}
#c-downloads .c-right {
  width: 75%;
}
@media (max-width: 972px) {
  #c-downloads .c-right {
    width: 70%;
  }
}
@media (max-width: 748px) {
  #c-downloads .c-right {
    width: 100%;
  }
}
#c-downloads .c-right .c-main-title {
  font-family: "opensans-bold";
  font-size: 30px;
  line-height: 40px;
}
#c-downloads .c-right .c-list li {
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-downloads .c-right .c-list li {
    padding: 20px 0;
  }
}
#c-downloads .c-right .c-list li .c-title-box {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 748px) {
  #c-downloads .c-right .c-list li .c-title-box {
    margin-bottom: 10px;
  }
}
#c-downloads .c-right .c-list li .c-title-box .c-lbox {
  width: calc(100% - 360px);
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  #c-downloads .c-right .c-list li .c-title-box .c-lbox {
    width: calc(100% - 230px);
  }
}
@media (max-width: 748px) {
  #c-downloads .c-right .c-list li .c-title-box .c-lbox {
    width: calc(100% - 130px);
  }
}
#c-downloads .c-right .c-list li .c-title-box .c-lbox a {
  display: flex;
  align-items: center;
}
#c-downloads .c-right .c-list li .c-title-box .c-lbox a .c-gs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid #00A0E9;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #00A0E9;
  transition: all 0.5s;
  flex-shrink: 0;
}
@media (max-width: 748px) {
  #c-downloads .c-right .c-list li .c-title-box .c-lbox a .c-gs {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}
#c-downloads .c-right .c-list li .c-title-box .c-lbox a .c-title {
  padding-left: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  transition: all 0.5s;
}
@media (max-width: 748px) {
  #c-downloads .c-right .c-list li .c-title-box .c-lbox a .c-title {
    padding-left: 10px;
  }
}
#c-downloads .c-right .c-list li .c-title-box .c-lbox a:hover .c-gs {
  color: #fff;
  background: #00A0E9;
}
#c-downloads .c-right .c-list li .c-title-box .c-lbox a:hover .c-title {
  color: #00A0E9;
}
#c-downloads .c-right .c-list li .c-title-box .c-cbox {
  width: 220px;
  padding: 0 30px;
  line-height: 26px;
}
@media (max-width: 1260px) {
  #c-downloads .c-right .c-list li .c-title-box .c-cbox {
    width: 150px;
  }
}
@media (max-width: 748px) {
  #c-downloads .c-right .c-list li .c-title-box .c-cbox {
    width: 100px;
    padding: 0 20px;
  }
}
#c-downloads .c-right .c-list li .c-title-box .c-rbox {
  width: 140px;
  padding-right: 30px;
}
@media (max-width: 748px) {
  #c-downloads .c-right .c-list li .c-title-box .c-rbox {
    width: 30px;
    padding-right: 0;
  }
}
#c-downloads .c-right .c-list li .c-title-box .c-rbox a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 26px;
  color: #333;
  transition: 0.5s;
}
#c-downloads .c-right .c-list li .c-title-box .c-rbox a i {
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/assets/xz-ico.png) no-repeat center / 100%;
}
@media (max-width: 748px) {
  #c-downloads .c-right .c-list li .c-title-box .c-rbox a i {
    margin-right: 4px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 748px) {
  #c-downloads .c-right .c-list li .c-title-box .c-rbox a span {
    display: none;
  }
}
#c-downloads .c-right .c-list li .c-title-box .c-rbox a:hover {
  color: #00A0E9;
}
#c-downloads .c-right .c-list li .c-text-box {
  color: #999;
}
#c-downloads .c-right .basepage {
  padding-top: 80px;
}
@media (max-width: 1580px) {
  #c-downloads .c-right .basepage {
    padding-top: 50px;
  }
}
#c-search .c-top {
  padding-top: 80px;
  background: #f5f5f5;
}
@media (max-width: 748px) {
  #c-search .c-top {
    padding-top: 60px;
  }
}
#c-search .c-top .c-title {
  font-family: "opensans-bold";
  font-size: 48px;
  line-height: 58px;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-search .c-top .c-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 748px) {
  #c-search .c-top .c-title {
    font-size: 30px;
    line-height: 40px;
  }
}
#c-search .c-top form {
  display: flex;
  align-items: flex-start;
  max-width: 600px;
  height: 60px;
  margin: 35px auto 90px;
  background: #fff;
}
@media (max-width: 1580px) {
  #c-search .c-top form {
    margin: 35px auto 60px;
  }
}
@media (max-width: 748px) {
  #c-search .c-top form {
    margin: 20px 0;
  }
}
#c-search .c-top form input {
  padding: 0 30px;
  width: -webkit-calc(20%);
  width: calc(100% - 80px);
  line-height: 60px;
}
#c-search .c-top form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100%;
}
#c-search .c-top form button img {
  width: 20px;
}
#c-search .c-top .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-x: auto;
  padding: 30px 0;
}
@media (max-width: 748px) {
  #c-search .c-top .c-list {
    padding: 20px 0;
    justify-content: flex-start;
  }
}
#c-search .c-top .c-list li {
  margin-right: 90px;
  font-size: 20px;
  line-height: 30px;
  flex: none;
}
@media (max-width: 748px) {
  #c-search .c-top .c-list li {
    margin-right: 20px;
    font-size: 16px;
    line-height: 26px;
  }
}
#c-search .c-top .c-list li .c-wrap {
  cursor: pointer;
}
#c-search .c-top .c-list li:last-child {
  margin-right: 0;
}
#c-search .c-top .c-list li.on {
  font-family: "opensans-bold";
  color: #00A0E9;
}
#c-search .c-bottom > div {
  display: none;
}
#c-search .c-bottom > div.on {
  display: block;
}
#c-search .c-bottom #c-news {
  padding-top: 80px;
}
@media (max-width: 748px) {
  #c-search .c-bottom #c-news {
    padding-top: 40px;
  }
}
#c-search .c-bottom .faqbox-sec1 .c-container2 {
  padding-top: 60px;
}
#c-search .c-bottom .faqbox-sec1 .c-container2 .cont {
  justify-content: center;
}
#c-products {
  padding-top: 80px;
  background: #f5f5f5;
}
@media (max-width: 748px) {
  #c-products {
    padding-top: 20px;
  }
}
#c-products .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -40px;
}
@media (max-width: 748px) {
  #c-products .c-list {
    margin: 0 -10px -30px;
  }
}
#c-products .c-list li {
  width: 33.333333%;
  padding: 0 10px 40px;
}
@media (max-width: 748px) {
  #c-products .c-list li {
    padding: 0 10px 30px;
    width: 100%;
  }
}
#c-products .c-list li .c-wrap {
  display: block;
}
#c-products .c-list li .c-wrap .c-img-box {
  margin-bottom: 15px;
  height: 4.53rem;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 972px) {
  #c-products .c-list li .c-wrap .c-img-box {
    height: 6rem;
  }
}
@media (max-width: 748px) {
  #c-products .c-list li .c-wrap .c-img-box {
    height: 16rem;
  }
}
#c-products .c-list li .c-wrap .c-img-box img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
#c-products .c-list li .c-wrap .c-title {
  font-size: 20px;
  line-height: 30px;
  color: #222;
  text-align: center;
  transition: 0.5s;
}
@media (max-width: 972px) {
  #c-products .c-list li .c-wrap .c-title {
    font-size: 16px;
    line-height: 24px;
  }
}
#c-products .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
}
#c-products .c-list li .c-wrap:hover .c-title {
  color: #00A0E9;
}
#pro_alt {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 180px;
  height: 180px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(47, 47, 47, 0.2);
  border-radius: 3px;
  padding: 80px 40px;
  display: none;
}
@media (max-width: 1580px) {
  #pro_alt {
    padding: 40px 30px;
    width: 150px;
    height: 100px;
  }
}
#pro_alt .xian {
  width: 100%;
  height: 2px;
  background-color: #dddddd;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  #pro_alt .xian {
    margin-bottom: 12px;
  }
}
#pro_alt .xian img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  -webkit-animation: rit 5s linear infinite;
  animation: rit 5s linear infinite;
}
@media (max-width: 1580px) {
  #pro_alt .xian img {
    width: 12px;
  }
}
#pro_alt p {
  text-align: center;
  font-size: 16px;
  color: #00A0E9;
  line-height: 1.1;
}
@media (max-width: 1580px) {
  #pro_alt p {
    font-size: 14px;
  }
}
#c-comparison {
  padding-top: 20px;
}
#c-comparison .c-container2 {
  display: flex;
  align-items: flex-start;
}
#c-comparison .c-container2 .c-box0 {
  position: sticky;
  top: 100px;
  z-index: 10;
  padding: 0 15px;
  background: #fff;
}
@media (max-width: 972px) {
  #c-comparison .c-container2 .c-box0 {
    top: 60px;
  }
}
#c-comparison .c-container2 .c-box0 .c-hide {
  display: flex;
  align-items: center;
  height: 61px;
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box0 .c-hide {
    font-size: 12px;
    line-height: 16px;
  }
}
#c-comparison .c-container2 .c-box0 .c-hide .c-dot {
  flex-shrink: 0;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  cursor: pointer;
}
#c-comparison .c-container2 .c-box0 .c-hide .c-dot.on {
  background: #00A0E9;
}
#c-comparison .c-container2 .c-box0 .c-tbox {
  position: relative;
  z-index: 5;
}
#c-comparison .c-container2 .c-box0 .c-tbox .c-title {
  display: flex;
  align-items: center;
  height: 61px;
  font-family: "opensans-bold";
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box0 .c-tbox .c-title {
    font-size: 14px;
  }
}
#c-comparison .c-container2 .c-box0 .c-tbox .c-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(/assets/jt.png) no-repeat center / 100% auto;
}
#c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 480px;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: 28px;
}
@media (max-width: 1580px) {
  #c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap {
    width: 400px;
  }
}
@media (max-width: 1260px) {
  #c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap {
    padding: 15px;
    width: 100%;
  }
}
#c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap .c-list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
  overflow-y: auto;
  height: 528px;
}
@media (max-width: 1580px) {
  #c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap .c-list {
    height: 352px;
  }
}
@media (max-width: 1260px) {
  #c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap .c-list {
    height: 328px;
  }
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap .c-list {
    height: 264px;
  }
}
#c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap .c-list li {
  padding: 0 5px 10px;
  width: 33.333333%;
  text-align: center;
}
@media (max-width: 1580px) {
  #c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap .c-list li {
    width: 50%;
  }
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap .c-list li {
    width: 100%;
  }
}
#c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap .c-list li .c-wrap {
  border: 1px solid #ddd;
  cursor: pointer;
}
#c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap .c-list li .c-img {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1260px) {
  #c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap .c-list li .c-img {
    height: 100px;
  }
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap .c-list li .c-img {
    height: 80px;
  }
}
#c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap .c-list li .c-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
#c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap .c-list li .c-text {
  height: 52px;
  line-height: 26px;
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap .c-list li .c-text {
    height: 40px;
    font-size: 12px;
    line-height: 20px;
  }
}
#c-comparison .c-container2 .c-box0 .c-tbox .c-list-wrap .c-list li.on .c-wrap {
  border-color: #00A0E9;
}
#c-comparison .c-container2 .c-box1 {
  padding: 0 15px;
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box1 {
    padding: 0 10px;
  }
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box1 .c-common-btn2 {
    font-size: 14px;
  }
}
#c-comparison .c-container2 .c-box1 .c-cbox {
  position: relative;
  z-index: 1;
  border-top: 1px solid #ddd;
}
#c-comparison .c-container2 .c-box1 .c-cbox .c-list1 {
  position: relative;
  height: 2.9rem;
  overflow: hidden;
}
@media (max-width: 972px) {
  #c-comparison .c-container2 .c-box1 .c-cbox .c-list1 {
    height: 5rem;
  }
}
#c-comparison .c-container2 .c-box1 .c-cbox .c-list1 li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5;
}
#c-comparison .c-container2 .c-box1 .c-cbox .c-list1 li img {
  max-width: 100%;
  max-height: 100%;
}
#c-comparison .c-container2 .c-box1 .c-cbox .c-list1 li.on {
  opacity: 1;
  z-index: 5;
}
#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li {
  flex: none;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li {
    padding: 0 5px;
  }
}
#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-dot-box {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-dot-box {
    width: 20px;
    height: 20px;
  }
}
#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-dot-box .c-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-dot-box .c-dot {
    width: 14px;
    height: 14px;
  }
}
#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-text {
  margin-top: 10px;
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-text {
    margin-top: 0;
    font-size: 12px;
    line-height: 22px;
  }
}
#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li.on .c-dot-box {
  border-color: #00A0E9;
}
#c-comparison .c-container2 .c-box1 .c-bbox {
  margin-top: 30px;
  padding: 40px 0 70px 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box1 .c-bbox {
    margin-top: 20px;
    padding: 20px 0 30px;
  }
}
#c-comparison .c-container2 .c-box2 {
  padding: 50px 0;
  border-top: 1px solid #ddd;
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box2 {
    padding: 20px 0;
  }
}
#c-comparison .c-container2 .c-box2:last-child {
  padding-bottom: 0;
}
#c-comparison .c-container2 .c-box2:nth-child(3) ul li:nth-child(8) {
  height: 104px;
}
#c-comparison .c-container2 .c-box2 .c-title {
  display: flex;
  align-items: center;
  height: 72px;
  font-family: "opensans-bold";
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 1580px) {
  #c-comparison .c-container2 .c-box2 .c-title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box2 .c-title {
    display: none;
    font-size: 20px;
    line-height: 30px;
  }
}
#c-comparison .c-container2 .c-box2 ul li {
  display: flex;
  align-items: center;
  height: 72px;
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box2 ul li {
    font-size: 12px;
    line-height: 16px;
  }
}
#c-comparison .c-container2 .c-box2 ul li img {
  display: block;
  height: 20px;
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-box2 ul li img {
    height: 16px;
  }
}
#c-comparison .c-container2 .c-left {
  width: 25%;
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-left {
    display: none;
    width: 40%;
  }
}
#c-comparison .c-container2 .c-left .c-box1,
#c-comparison .c-container2 .c-left .c-box0 {
  padding: 0;
}
#c-comparison .c-container2 .c-left .c-box2 li {
  font-family: "opensans-bold";
}
#c-comparison .c-container2 .c-right {
  width: 75%;
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-right {
    width: 100%;
  }
}
#c-comparison .c-container2 .c-right .c-box2 ul li {
  flex-wrap: wrap;
  padding: 0 15px;
  border-top: 1px solid #ddd;
}
#c-comparison .c-container2 .c-right .c-box2 ul li:first-child {
  border-top: 0;
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-right .c-box2 ul li {
    align-content: center;
    padding: 10px;
  }
}
#c-comparison .c-container2 .c-right .c-box2 ul li p:first-child {
  display: none;
  width: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 748px) {
  #c-comparison .c-container2 .c-right .c-box2 ul li p:first-child {
    display: block;
  }
}
#c-comparison .c-container2 .c-right .swiper-slide:last-child .c-box1 .c-tbox .c-list-wrap {
  left: auto;
  right: 0;
}
.c-banner10 {
  overflow: visible;
}
@media (max-width: 1260px) {
  .c-banner10 .swiper-slide:last-child {
    display: none;
  }
}
