@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "content-title";
  src: url("../fonts/POPPINS-MEDIUM.TTF") format("truetype");
}
@font-face {
  font-family: "content-txt";
  src: url("../fonts/POPPINS-REGULAR.TTF") format("truetype");
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #1fc676;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: "content-txt", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 85%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 50px;
  }
  .font56 {
    font-size: 52px;
  }
  .font60,
  .font80 {
    font-size: 56px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34 {
    font-size: 28px;
  }
  .font36,
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font52,
  .font54,
  .font56 {
    font-size: 38px;
  }
  .font60,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font20 {
    font-size: 0.3rem;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 0.32rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.34rem;
  }
  .font36,
  .font40 {
    font-size: 0.4rem;
  }
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font52,
  .font54,
  .font56,
  .font60,
  .font80 {
    font-size: 0.48rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 3px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #1fc676;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.3rem;
  min-width: 1.7rem;
  height: 0.56rem;
  border-radius: 0.28rem;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-btn {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.public-btn:hover {
  color: #fff;
  background: #1fc676;
  border: 1px solid #1fc676;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #1fc676;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #1fc676;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #1fc676;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
.placeholder {
  height: 1rem;
  background: #000;
}
@media (max-width: 991px) {
  .placeholder {
    height: 1.2rem;
  }
}
.header {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  transition: all 0.4s;
}
.header.header-bg {
  background: #000;
}
.header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header > .container .logo {
  width: 76px;
}
@media (max-width: 767px) {
  .header > .container .logo {
    width: auto;
    height: 0.76rem;
  }
}
.header > .container .logo a {
  width: 100%;
  height: 100%;
  display: flex;
}
.header > .container .close {
  width: 34px;
  height: 1rem;
  display: none;
}
@media (max-width: 991px) {
  .header > .container .close {
    height: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
.header > .container .close span {
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 4px 0;
  transition: all ease-out 0.3s;
}
.header > .container .close span:nth-child(2) {
  width: 60%;
}
.header > .container .close.on span {
  margin: 5px 0;
}
.header > .container .close.on span:nth-child(1) {
  transform: rotateZ(45deg);
  transform-origin: left center;
}
.header > .container .close.on span:nth-child(2) {
  opacity: 0;
}
.header > .container .close.on span:nth-child(3) {
  transform-origin: left center;
  transform: rotateZ(-45deg);
}
@media (max-width: 991px) {
  .header > .container .menu {
    width: 100%;
    height: calc(100vh - 1.2rem);
    position: absolute;
    top: 100%;
    left: 0;
    background: #000;
    padding: 0.2rem 5%;
    overflow-y: auto;
    display: none;
  }
}
.header > .container .menu > ul {
  display: flex;
}
@media (max-width: 991px) {
  .header > .container .menu > ul {
    flex-wrap: wrap;
  }
}
.header > .container .menu > ul > li {
  position: relative;
  margin-right: 0.53rem;
}
.header > .container .menu > ul > li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .header > .container .menu > ul > li {
    width: 100%;
    margin-right: 0;
  }
}
.header > .container .menu > ul > li .m-link {
  display: flex;
  align-items: baseline;
}
@media (max-width: 991px) {
  .header > .container .menu > ul > li .m-link {
    justify-content: space-between;
  }
}
.header > .container .menu > ul > li .m-link .a-link {
  height: 1rem;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.4s;
  font-size: 18px;
}
.header > .container .menu > ul > li .m-link i {
  width: 10px;
  height: 100%;
  margin-left: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .header > .container .menu > ul > li .m-link i {
    width: 0.5rem;
  }
}
.header > .container .menu > ul > li .m-link i svg {
  transition: all 0.4s;
}
.header > .container .menu > ul > li .m-link i svg path {
  fill: #fff;
  transition: all 0.4s;
}
.header > .container .menu > ul > li .s-menu {
  display: none;
}
.header > .container .menu > ul > li .s-menu.p-menu {
  position: fixed;
  left: 0;
  top: 1rem;
  width: 100vw;
  height: calc(100vh - 1rem);
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .header > .container .menu > ul > li .s-menu.p-menu {
    position: relative;
    left: initial;
    top: initial;
    width: 100%;
    height: auto;
    background: none;
  }
}
.header > .container .menu > ul > li .s-menu.p-menu .box {
  width: 100%;
  background: #fff;
  padding: 0.4rem 0 0.3rem;
}
@media (max-width: 991px) {
  .header > .container .menu > ul > li .s-menu.p-menu .box {
    background: none;
  }
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header > .container .menu > ul > li .s-menu.p-menu .box > .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header > .container .menu > ul > li .s-menu.p-menu .box > .container {
    flex-wrap: wrap;
  }
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu {
  min-width: 214px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  .header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu > ul {
  min-width: 160px;
  margin-left: -0.2rem;
}
@media (max-width: 991px) {
  .header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu > ul {
    margin-left: 0;
  }
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu > ul > li {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
  padding: 0 0.2rem;
  transition: all 0.4s;
  border-radius: 20px;
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu > ul > li:last-child {
  margin-bottom: 0;
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu > ul > li i {
  width: 20px;
  height: 20px;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu > ul > li i svg {
  width: 100%;
  height: 100%;
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu > ul > li i svg path {
  fill: #000;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu > ul > li i svg path {
    fill: #fff;
  }
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu > ul > li span {
  color: #000;
  line-height: 1.625em;
  transition: all 0.4s;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu > ul > li span {
    color: #fff;
  }
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu > ul > li:hover,
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu > ul > li.on {
  background: #1fc676;
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu > ul > li:hover i path,
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu > ul > li.on i path {
  fill: #fff;
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu > ul > li:hover span,
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-menu > ul > li.on span {
  color: #fff;
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list {
  width: 100%;
  margin-left: 0.8rem;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list {
    width: 100%;
    margin-top: 0.3rem;
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li {
  width: 100%;
  display: none;
  overflow-x: auto;
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li.on {
  display: flex;
  flex-wrap: wrap;
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li .lboxs {
  display: flex;
  flex-shrink: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li .lboxs {
    width: 100%;
    flex-wrap: wrap;
  }
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li .lboxs a {
  width: 4.3rem;
  display: block;
  margin-bottom: 0.2rem;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li .lboxs a {
    width: calc(100% / 3);
  }
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li .lboxs a .public-img {
  width: 100%;
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li .lboxs a .public-img::before {
  padding-top: 60%;
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li .lboxs a .txt {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li .lboxs a .txt span {
  color: #000;
  line-height: 1.625em;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li .lboxs a .txt span {
    color: #fff;
  }
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li .lboxs a .txt i {
  width: 10px;
  height: 10px;
  margin-left: 0.1rem;
  display: flex;
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li .lboxs a .txt i svg {
  width: 100%;
  height: 100%;
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li .lboxs a .txt i svg path {
  fill: #000;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li .lboxs a .txt i svg path {
    fill: #fff;
  }
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li .lboxs a:hover .txt span {
  color: #1fc676;
}
.header > .container .menu > ul > li .s-menu.p-menu .box > .container .sl-list ul li .lboxs a:hover .txt i svg path {
  fill: #1fc676;
}
.header > .container .menu > ul > li .s-menu.pb-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 120px;
  background: #fff;
  border-radius: 0.05rem;
  padding: 0.2rem 0.1rem 0.1rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .header > .container .menu > ul > li .s-menu.pb-menu {
    position: relative;
    top: initial;
    left: initial;
    transform: translateX(0);
    min-width: 100%;
    background: none;
    box-shadow: none;
    padding: 0 0.2rem;
  }
}
.header > .container .menu > ul > li .s-menu.pb-menu > ul > li {
  display: flex;
  margin-bottom: 10px;
}
.header > .container .menu > ul > li .s-menu.pb-menu > ul > li a {
  width: 100%;
  color: #000;
  text-align: center;
  line-height: 1.625em;
  transition: all 0.4s;
  border-radius: 3px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .header > .container .menu > ul > li .s-menu.pb-menu > ul > li a {
    color: #fff;
    text-align: left;
  }
}
.header > .container .menu > ul > li .s-menu.pb-menu > ul > li:hover a {
  color: #1fc676;
  background: rgba(31, 198, 118, 0.1);
}
.header > .container .menu > ul > li:hover .m-link .a-link,
.header > .container .menu > ul > li.on .m-link .a-link {
  color: #1fc676;
}
.header > .container .menu > ul > li:hover .m-link i svg,
.header > .container .menu > ul > li.on .m-link i svg {
  transform: rotateZ(90deg);
}
.header > .container .menu > ul > li:hover .m-link i svg path,
.header > .container .menu > ul > li.on .m-link i svg path {
  fill: #1fc676;
}
.header.hstyle2 {
  background: #000;
}
.header.head-move {
  top: -1rem;
}
@media (max-width: 991px) {
  .header.head-move {
    top: -1.2rem;
  }
}
.footer {
  width: 100%;
  background: #000;
  padding: 0.8rem 0 0.48rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  position: relative;
  z-index: 2;
  margin-top: -1rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 1.2rem 0 0.6rem;
  }
}
.footer .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 0.38rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .container .top .logo {
  width: 76px;
  display: flex;
}
@media (max-width: 767px) {
  .footer .container .top .logo {
    width: auto;
    height: 0.76rem;
  }
}
.footer .container .top .logo a {
  width: 100%;
  height: 100%;
  display: flex;
}
.footer .container .center {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.46rem 0 0.84rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .container .center .left {
  width: 350px;
}
@media (max-width: 1336px) {
  .footer .container .center .left {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .footer .container .center .left {
    width: 100%;
  }
}
.footer .container .center .left .ts {
  width: 100%;
  margin-bottom: 0.28rem;
}
.footer .container .center .left .ts p {
  color: #fff;
  line-height: 1.44444444em;
}
.footer .container .center .left .ts span {
  line-height: 1.625em;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.06rem;
  display: block;
}
.footer .container .center .left .focus .txt {
  color: #fff;
  line-height: 1.44444444em;
}
.footer .container .center .left .focus ul {
  display: flex;
  margin-top: 0.12rem;
}
.footer .container .center .left .focus ul li {
  margin-right: 0.18rem;
}
.footer .container .center .left .focus ul li:last-child {
  margin-right: 0;
}
.footer .container .center .left .focus ul li a {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #22211f;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer .container .center .left .focus ul li a {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.footer .container .center .left .focus ul li a img {
  width: 40%;
  height: 40%;
}
.footer .container .center .left .focus ul li a:hover {
  background: #1fc676;
}
@media (max-width: 991px) {
  .footer .container .center .right {
    display: none;
  }
}
.footer .container .center .right .menu ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .container .center .right .menu ul li {
  margin-right: 0.45rem;
  transition: all 0.4s;
}
.footer .container .center .right .menu ul li:last-child {
  margin-right: 0;
}
.footer .container .center .right .menu ul li .m1 a {
  color: #fff;
  transition: all 0.4s;
  line-height: 1.44444444em;
}
.footer .container .center .right .menu ul li .a-link {
  margin-top: 0.33rem;
}
.footer .container .center .right .menu ul li .a-link a {
  display: block;
  line-height: 1.625em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.2rem;
  transition: all 0.4s;
}
.footer .container .center .right .menu ul li .a-link a:last-child {
  margin-bottom: 0;
}
.footer .container .center .right .menu ul li .a-link a:hover {
  color: #fff;
}
.footer .container .down {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}
.footer .container .down .copyright {
  color: #666;
}
@media (max-width: 991px) {
  .footer .container .down .copyright {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer .container .down .right {
    width: 100%;
    margin-top: 0.1rem;
  }
}
.footer .container .down .right ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .container .down .right ul {
    justify-content: center;
  }
}
.footer .container .down .right ul li {
  margin-right: 0.45rem;
}
@media (max-width: 991px) {
  .footer .container .down .right ul li {
    margin-right: 0.2rem;
  }
}
.footer .container .down .right ul li:last-child {
  margin-right: 0;
}
.footer .container .down .right ul li a {
  color: #666;
  transition: all 0.4s;
}
.footer .container .down .right ul li a:hover {
  color: #fff;
}
.cookie-box {
  width: 100%;
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: 0;
  background: #000;
  display: none;
}
.cookie-box .container {
  padding: 0.23rem 0 0.27rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cookie-box .container {
    padding: 0.5rem 0 0.3rem;
  }
}
.cookie-box .container .tbox {
  width: 62.5%;
}
@media (max-width: 767px) {
  .cookie-box .container .tbox {
    width: 100%;
  }
}
.cookie-box .container .tbox .t1 {
  font-weight: bold;
  color: #fff;
  line-height: 1.41666667em;
}
.cookie-box .container .tbox .t2 {
  color: #fff;
  line-height: 1.625em;
  margin-top: 0.13rem;
}
.cookie-box .container .tbox .t2 a {
  color: #1fc676;
  text-decoration: underline;
}
.cookie-box .container .close {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 0.3rem;
  display: flex;
}
.cookie-box .container .close svg {
  width: 100%;
  height: auto;
}
.cookie-box .container .close svg path {
  fill: #999;
  transition: all 0.4s;
}
.cookie-box .container .ck-box {
  display: flex;
  margin-top: 0.47rem;
}
@media (max-width: 767px) {
  .cookie-box .container .ck-box {
    width: 100%;
    justify-content: center;
  }
}
.cookie-box .container .ck-box .btn {
  min-width: 1.2rem;
  padding: 0 0.2rem;
  height: 0.58rem;
  border-radius: 0.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #999;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cookie-box .container .ck-box .btn {
    width: 2rem;
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.cookie-box .container .ck-box .btn.btn2 {
  background: #1fc676;
  border: 1px solid #1fc676;
  margin-left: 0.2rem;
}
.joy-tc {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.joy-tc .box {
  width: 690px;
  max-width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f5f5f7;
  border-radius: 0.2rem;
}
.joy-tc .box .close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 100%;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
@media (max-width: 767px) {
  .joy-tc .box .close {
    width: 0.8rem;
    height: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1rem;
    border: 1px solid #fff;
  }
}
.joy-tc .box .close svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .joy-tc .box .close svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.joy-tc .box .close svg path {
  fill: #fff;
}
.joy-tc .box .title {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/joy-tc-bg.png) center center no-repeat;
  background-size: cover;
  border-radius: 0.2rem 0.2rem 0 0;
  color: #fff;
  line-height: 1.27777778em;
  text-transform: uppercase;
  font-family: "content-title";
}
.joy-tc .box .tboxs {
  width: 100%;
  padding: 0.2rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.joy-tc .box .tboxs .t1 {
  width: 100%;
  color: #000;
  font-family: "content-title";
  line-height: 1.1em;
}
.joy-tc .box .tboxs .t2 {
  width: 100%;
  color: #666;
  line-height: 1.375em;
  margin-top: 0.12rem;
  margin-bottom: 0.2rem;
}
.joy-tc .box .tboxs .ts {
  position: relative;
  margin-bottom: 0.2rem;
}
.joy-tc .box .tboxs .ts.ts1 {
  width: 48.36065574%;
}
@media (max-width: 767px) {
  .joy-tc .box .tboxs .ts.ts1 {
    width: 100%;
  }
}
.joy-tc .box .tboxs .ts.ts2 {
  width: 100%;
}
.joy-tc .box .tboxs .ts .txt {
  width: 100%;
  height: 0.6rem;
  border-radius: 0.1rem;
  background: #fff;
  border: 1px solid #fff;
  transition: all 0.4s;
  padding: 0 0.2rem;
}
.joy-tc .box .tboxs .ts .txt::placeholder {
  color: #999;
}
.joy-tc .box .tboxs .ts .txt:focus {
  border: 1px solid #1fc676;
}
@media (max-width: 767px) {
  .joy-tc .box .tboxs .ts .txt {
    height: 0.8rem;
  }
}
.joy-tc .box .tboxs .ts .text {
  width: 100%;
  height: 1.6rem;
  border-radius: 0.1rem;
  background: #fff;
  border: 1px solid #fff;
  transition: all 0.4s;
  padding: 0.1rem 0.2rem;
}
.joy-tc .box .tboxs .ts .text::placeholder {
  color: #999;
}
.joy-tc .box .tboxs .ts .text:focus {
  border: 1px solid #1fc676;
}
.joy-tc .box .tboxs .ts span {
  color: #dd3434;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  line-height: 1;
  width: 7px;
  height: 7px;
}
.joy-tc .box .tboxs select {
  width: 100%;
  height: 0.6rem;
  border-radius: 0.1rem;
  background: #fff url(../images/joy-tc-arrow.svg) 97% center no-repeat;
  color: #666;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .joy-tc .box .tboxs select {
    height: 0.8rem;
  }
}
.joy-tc .box .tboxs select:hover {
  border: 1px solid #1fc676;
}
.joy-tc .box .tboxs .code {
  width: 100%;
  position: relative;
}
.joy-tc .box .tboxs .code .codeVal {
  width: 100%;
  height: 0.6rem;
  border-radius: 0.1rem;
  background: #fff;
  border: 1px solid #fff;
  transition: all 0.4s;
  padding: 0 0.2rem;
}
.joy-tc .box .tboxs .code .codeVal::placeholder {
  color: #999;
}
.joy-tc .box .tboxs .code .codeVal:focus {
  border: 1px solid #1fc676;
}
@media (max-width: 767px) {
  .joy-tc .box .tboxs .code .codeVal {
    height: 0.8rem;
  }
}
.joy-tc .box .tboxs .code .code-img {
  width: 106px;
  height: 46px;
  max-height: 100%;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .joy-tc .box .tboxs .code .code-img {
    width: auto;
    right: 0.1rem;
  }
}
.joy-tc .box .tboxs .code .code-img img {
  max-height: 100%;
}
.joy-tc .box .tboxs .tips {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .joy-tc .box .tboxs .tips {
    align-items: flex-start;
  }
}
.joy-tc .box .tboxs .tips .ck {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #1fc676;
  margin-right: 0.1rem;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.joy-tc .box .tboxs .tips .ck.on::before {
  content: '';
  width: 8px;
  height: 4px;
  border-bottom: 1px solid #1fc676;
  border-left: 1px solid #1fc676;
  position: absolute;
  left: 50%;
  top: 3px;
  transform: translateX(-50%) rotateZ(-45deg);
  transform-origin: center center;
}
.joy-tc .box .tboxs .tips span {
  color: #666;
  line-height: 1.375em;
}
.joy-tc .box .tboxs .tips span a {
  color: #1fc676;
}
.joy-tc .box .tboxs .sub {
  margin-top: 0.2rem;
  border: 1px solid #333;
  color: #333;
}
@media (max-width: 767px) {
  .joy-tc .box .tboxs .sub {
    margin: 0.36rem auto 0;
  }
}
.joy-tc .box .tboxs .sub:hover {
  border: 1px solid #1fc676;
  background: #1fc676;
  color: #fff;
}
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper-container .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper-container .swiper-slide .img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/banner-img-zz.png);
}
.banner .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .banner .swiper-container .swiper-slide .img img:nth-child(1) {
    display: none;
  }
}
.banner .swiper-container .swiper-slide .img img:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .banner .swiper-container .swiper-slide .img img:nth-child(2) {
    display: block;
  }
}
.banner .swiper-container .swiper-slide .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner .swiper-container .swiper-slide .container .t1 {
  color: #fff;
  line-height: 1.44;
}
.banner .swiper-container .swiper-slide .container .t2 {
  line-height: 1.03571429em;
  color: #fff;
  margin-top: 0.13rem;
  font-family: "content-title";
}
.banner .swiper-container .swiper-slide .container .more {
  margin-top: 0.46rem;
}
.banner .swiper-container .swiper-pagination {
  width: 100%;
  font-size: 0;
  bottom: 0.5rem;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 0.1rem;
  border-radius: 0.05rem;
  opacity: 1;
  transition: all 0.4s;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.22rem;
  background: #1fc676;
}
.index-box1 {
  width: 100%;
  background: #000;
  position: relative;
}
.index-box1 .box {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
}
.index-box1 .box .container .t1 {
  color: #fff;
  text-align: center;
  line-height: 1.44;
}
.index-box1 .box .container .t2 {
  line-height: 1.17857143em;
  text-align: center;
  color: #fff;
  margin-top: 0.07rem;
  font-family: "content-title";
}
.index-box1 .box .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.42rem;
}
.index-box1 .img {
  width: 100%;
  height: 170vh;
  margin-top: -100vh;
  position: relative;
}
.index-box1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box1 .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.index-box2 {
  width: 100%;
  background: #000;
  padding: 0.42rem 0 0.92rem;
}
.index-box2 .container .top {
  width: 100%;
  text-align: center;
}
.index-box2 .container .top .t1 {
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 0.34rem;
}
.index-box2 .container .top .t2 {
  line-height: 1.20833333em;
  color: #fff;
  margin-top: 0.12rem;
  font-family: "content-title";
}
.index-box2 .container .list {
  width: 100%;
  margin-top: 0.63rem;
  padding-top: 16vh;
}
.index-box2 .container .list .list-slide {
  width: 100%;
  height: 6rem;
  position: relative;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.2);
  position: sticky;
  position: -webkit-sticky;
}
@media (max-width: 767px) {
  .index-box2 .container .list .list-slide {
    height: auto;
  }
}
.index-box2 .container .list .list-slide .bg-img {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.index-box2 .container .list .list-slide .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-box2 .container .list .list-slide .bg-img img:nth-child(1) {
    display: none;
  }
}
.index-box2 .container .list .list-slide .bg-img img:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .index-box2 .container .list .list-slide .bg-img img:nth-child(2) {
    display: block;
  }
}
.index-box2 .container .list .list-slide .box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0 1.2rem;
}
@media (max-width: 991px) {
  .index-box2 .container .list .list-slide .box {
    padding: 0 0.8rem;
    top: 0.5rem;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .index-box2 .container .list .list-slide .box {
    padding: 0 5%;
  }
}
.index-box2 .container .list .list-slide .box .t1 {
  line-height: 1.20833333em;
  color: #fff;
  font-family: "content-title";
}
.index-box2 .container .list .list-slide .box .t2 {
  line-height: 1.55;
  color: #fff;
}
@media (max-width: 1260px) {
  .index-box2 .container .list .list-slide .box .t2 {
    font-size: 16px;
  }
}
.index-box2 .container .list .list-slide .box .more {
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .index-box2 .container .list .list-slide .box .more {
    margin-top: 0.3rem;
  }
}
.index-box2 .container .list .list-slide .num {
  position: absolute;
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.38rem;
  left: 0.4rem;
  bottom: 0.22rem;
}
.index-box2 .container .list .list-slide.slide1 {
  bottom: 21vh;
  margin-top: -16vh;
  z-index: 3;
  margin-bottom: 10vh;
}
.index-box2 .container .list .list-slide.slide2 {
  bottom: 13vh;
  z-index: 2;
  margin-top: -8vh;
  margin-bottom: 2vh;
}
.index-box2 .container .list .list-slide.slide3 {
  bottom: 5vh;
}
.index-box2 .container .mores {
  display: flex;
  justify-content: center;
  margin-top: 0.7rem;
}
.index-box2 .container .mores a {
  padding: 0 0.3rem;
  height: 0.56rem;
  border: 1px solid #fff;
  border-radius: 0.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .index-box2 .container .mores a {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.index-box2 .container .mores a:hover {
  border: 1px solid #1fc676;
  background: #1fc676;
}
.index-box3 {
  width: 100%;
  background: #000;
  padding: 1rem 0;
}
.index-box3 .container .title {
  line-height: 1.17857143em;
  text-align: center;
  color: #fff;
  font-family: "content-title";
}
.index-box3 .container .list {
  width: 100%;
  margin-top: 0.9rem;
}
.index-box3 .container .list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.index-box3 .container .list ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
.index-box3 .container .list ul li:last-child {
  margin-bottom: 0;
}
.index-box3 .container .list ul li .public-img {
  width: 48.125%;
  border-radius: 0.2rem;
}
@media (max-width: 767px) {
  .index-box3 .container .list ul li .public-img {
    width: 100%;
  }
}
.index-box3 .container .list ul li .public-img::before {
  padding-top: 106.49%;
}
.index-box3 .container .list ul li .public-img::after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(31, 198, 118, 0), rgba(31, 198, 118, 0.6));
}
.index-box3 .container .list ul li .tbox {
  width: 44.5%;
}
@media (max-width: 767px) {
  .index-box3 .container .list ul li .tbox {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.index-box3 .container .list ul li .tbox .t1 {
  line-height: 1.17857143em;
  background-color: #1fc676;
  background-image: linear-gradient(45deg, #1fc676, #a6f9e9, rgba(64, 223, 163, 0));
  background-size: 150% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "content-title";
}
.index-box3 .container .list ul li .tbox .t2 {
  line-height: 1.44;
  color: #666;
  margin-top: 0.26rem;
}
.index-box3 .container .list ul li .tbox .t2 span {
  color: #fff;
}
.index-box3 .container .list ul li .tbox .more {
  margin-top: 0.5rem;
}
.index-box3 .container .list ul li.on .tbox .t1 {
  animation: intro-gradient 1.2s cubic-bezier(0.85, 0.26, 0.89, 0.93);
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
  animation-delay: 0.4s;
}
@keyframes intro-gradient {
  from {
    background-position: 300% 100%;
  }
  to {
    background-position: 0% 100%;
  }
}
.index-box4 {
  width: 100%;
  background: #000;
  padding: 0.92rem 0 0;
}
.index-box4 .container .title {
  line-height: 1.17857143em;
  text-align: center;
  color: #fff;
  font-family: "content-title";
}
.index-box4 .container .list {
  width: 1220px;
  max-width: 100%;
  margin: 0.98rem auto 0;
}
.index-box4 .container .list .swiper-container {
  margin-bottom: 0.3rem;
}
.index-box4 .container .list .swiper-container:last-child {
  margin-bottom: 0;
}
.index-box4 .container .list .swiper-container .swiper-slide {
  position: relative;
  border-radius: 50%;
  padding: 0.14rem;
  z-index: 1;
}
.index-box4 .container .list .swiper-container .swiper-slide i {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: ibox4run 2s infinite;
}
.index-box4 .container .list .swiper-container .swiper-slide .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  display: block;
  z-index: 1;
}
.index-box4 .container .list .swiper-container .swiper-slide .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  object-fit: contain;
}
@media (max-width: 767px) {
  .index-box4 .container .list .swiper-container .swiper-slide .img img {
    max-width: 60%;
    max-height: 60%;
  }
}
@keyframes ibox4run {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, -50%) scale(0.97);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.index-box5 {
  width: 100%;
  background: #000;
  position: relative;
  padding: 3.3rem 0 1.4rem;
  overflow: hidden;
}
.index-box5 .bg {
  width: 100%;
  height: calc(100% - 1.2rem);
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-box5 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-box5 .bg img:nth-child(1) {
    display: none;
  }
}
.index-box5 .bg img:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .index-box5 .bg img:nth-child(2) {
    display: block;
  }
}
.index-box5 .container {
  position: relative;
  z-index: 2;
}
.index-box5 .container .round {
  width: 8rem;
  height: 8rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.8s;
  opacity: 0;
}
@media (max-width: 767px) {
  .index-box5 .container .round {
    width: 6rem;
    height: 6rem;
  }
}
.index-box5 .container .round::before {
  content: '';
  width: calc(100% + 1.25rem);
  height: calc(100% + 1.25rem);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.16);
}
.index-box5 .container .round::after {
  content: '';
  width: calc(100% + 2.25rem);
  height: calc(100% + 2.25rem);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.08);
}
.index-box5 .container .round.on {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.index-box5 .container .tbox {
  width: 100%;
  height: 8rem;
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.index-box5 .container .tbox .t1 {
  width: 100%;
  line-height: 1.17857143em;
  text-align: center;
  color: #fff;
  font-family: "content-title";
}
@media (max-width: 991px) {
  .index-box5 .container .tbox .t1 br {
    display: none;
  }
}
.index-box5 .container .tbox .arrow {
  margin: 0.62rem auto 0;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.index-box5 .container .tbox .arrow svg path {
  fill: #fff;
  transition: all 0.4s;
}
.index-box5 .container .tbox .arrow:hover {
  background: #fff;
}
.index-box5 .container .tbox .arrow:hover svg path {
  fill: #1fc676;
}
.index-box5 .container .icon {
  position: absolute !important;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}
.index-box5 .container .icon.icon1 {
  width: 1rem;
  height: 1rem;
  left: 66.5% !important;
  top: -0.35rem !important;
  background: rgba(255, 255, 255, 0.1);
}
.index-box5 .container .icon.icon2 {
  width: 1.6rem;
  height: 1.6rem;
  left: 76.43% !important;
  top: 4.1rem !important;
  background: rgba(255, 255, 255, 0.47);
}
@media (max-width: 991px) {
  .index-box5 .container .icon.icon2 {
    top: 80% !important;
  }
}
.index-box5 .container .icon.icon3 {
  width: 2.1rem;
  height: 2.1rem;
  left: 0.57rem !important;
  top: initial !important;
  bottom: 0.44rem !important;
}
@media (max-width: 767px) {
  .index-box5 .container .icon.icon3 {
    left: 0 !important;
    bottom: 0 !important;
  }
}
.index-box5 .container .icon.icon4 {
  width: 3.5rem;
  height: 3.5rem;
  left: initial !important;
  top: 1.92rem !important;
  right: -0.33rem !important;
}
@media (max-width: 991px) {
  .index-box5 .container .icon.icon4 {
    top: 40% !important;
  }
}
@media (max-width: 767px) {
  .index-box5 .container .icon.icon4 {
    display: none !important;
  }
}
.index-box5 .container .icon.icon4::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes ibox5round1 {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: calc(100% + 1.25rem);
    height: calc(100% + 1.25rem);
    opacity: 0;
  }
}
@keyframes ibox5round2 {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: calc(100% + 2.25rem);
    height: calc(100% + 2.25rem);
    opacity: 0;
  }
}
.contact {
  width: 100%;
  padding: 1.5rem 0 0;
}
.contact .container {
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contact .container .left {
  width: 50%;
}
@media (max-width: 991px) {
  .contact .container .left {
    width: 100%;
  }
}
.contact .container .left .title {
  line-height: 1.03571429em;
  color: #333;
  font-family: "content-title";
}
.contact .container .left .list {
  width: 100%;
  margin-top: 1.54rem;
}
@media (max-width: 991px) {
  .contact .container .left .list {
    margin-top: 0.8rem;
  }
}
.contact .container .left .list ul li {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.66rem;
}
.contact .container .left .list ul li:last-child {
  margin-bottom: 0;
}
.contact .container .left .list ul li .icon {
  width: 0.9rem;
  height: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #1fc676;
}
.contact .container .left .list ul li .tbox {
  margin-left: 0.65rem;
}
.contact .container .left .list ul li .tbox .ts {
  width: 100%;
  margin-bottom: 0.56rem;
}
.contact .container .left .list ul li .tbox .ts:last-child {
  margin-bottom: 0;
}
.contact .container .left .list ul li .tbox .ts .t1 {
  line-height: 1.16;
  color: #333;
  font-family: "content-title";
}
.contact .container .left .list ul li .tbox .ts .t2 {
  color: #999;
  margin-top: 5px;
  font-family: "content-title";
}
.contact .container .left .list ul li:nth-child(1) {
  align-items: flex-start;
  margin-bottom: 0.75rem;
}
.contact .container .left .list ul li:nth-child(1) .tbox {
  padding-top: 0.3rem;
}
.contact .container .right {
  width: 47.625%;
}
@media (max-width: 991px) {
  .contact .container .right {
    width: 100%;
    margin-top: 1.2rem;
  }
}
.contact .container .right .title {
  line-height: 1.22222222em;
  color: #333;
  font-family: "content-title";
}
.contact .container .right .lbox {
  width: 100%;
  margin-top: 1.1rem;
}
.contact .container .right .lbox .txt {
  width: 100%;
  height: 0.66rem;
  background: rgba(245, 245, 245, 0.8);
  border-radius: 6px;
  padding: 0 0.3rem;
  color: #000;
  margin-bottom: 0.28rem;
  border: 1px solid rgba(245, 245, 245, 0.8);
  transition: all 0.4s;
}
.contact .container .right .lbox .txt::placeholder {
  color: #999;
}
.contact .container .right .lbox .txt:focus {
  border: 1px solid #1fc676;
}
@media (max-width: 767px) {
  .contact .container .right .lbox .txt {
    height: 0.8rem;
  }
}
.contact .container .right .lbox .text {
  width: 100%;
  height: 3.1rem;
  background: rgba(245, 245, 245, 0.8);
  border-radius: 6px;
  padding: 0.2rem 0.3rem;
  color: #000;
  border: 1px solid rgba(245, 245, 245, 0.8);
  transition: all 0.4s;
}
.contact .container .right .lbox .text::placeholder {
  color: #999;
}
.contact .container .right .lbox .text:focus {
  border: 1px solid #1fc676;
}
.contact .container .right .lbox .tips {
  line-height: 1.44;
  color: #666;
  margin-top: 0.2rem;
  opacity: 0.4;
}
.contact .container .right .lbox .tips a {
  color: #1fc676;
  text-decoration: underline;
}
.contact .container .right .lbox .btn {
  margin-top: 0.5rem;
}
.contact .container .right .lbox .btn .public-btn {
  border: 1px solid #333;
  color: #333;
}
.contact .container .right .lbox .btn .public-btn:hover {
  border: 1px solid #fff;
  color: #fff;
}
.contact .map {
  width: 100%;
  position: relative;
  margin-top: 1.2rem;
}
.contact .map .img {
  width: 100%;
}
.contact .map .img img {
  width: 100%;
}
.contact .map .dian-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact .map .dian-box .dian {
  position: absolute;
  display: flex;
  align-items: center;
}
.contact .map .dian-box .dian i {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #1fc676;
  position: relative;
}
.contact .map .dian-box .dian i::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(31, 199, 119, 0.5);
  animation: dianRun 3s linear infinite;
}
.contact .map .dian-box .dian i::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(31, 199, 119, 0.5);
  animation: dianRun 3s 1.5s linear infinite;
}
.contact .map .dian-box .dian span {
  line-height: 1.16;
  color: #333;
  margin-left: 0.25rem;
  font-family: "content-title";
}
.contact .map .dian-box .dian1 {
  top: 31.69%;
  left: 75.36%;
}
@keyframes dianRun {
  form {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
.info-banner {
  width: 100%;
  position: relative;
}
.info-banner .img {
  width: 100%;
  height: 7rem;
  position: relative;
}
.info-banner .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/info-banner-zz.png) center center no-repeat;
  background-size: cover;
}
.info-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .info-banner .img img:nth-child(1) {
    display: none;
  }
}
.info-banner .img img:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .info-banner .img img:nth-child(2) {
    display: block;
  }
}
.info-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.info-banner .container .txt {
  color: #fff;
  text-align: center;
  line-height: 1.22222222em;
  margin-bottom: 0.1rem;
}
.info-banner .container .title {
  line-height: 1.25em;
  color: #fff;
  text-align: center;
  font-family: "content-title";
}
@media (max-width: 767px) {
  .info-banner .container .title br {
    display: none;
  }
}
.info-banner.service-customized-banner .container .title {
  line-height: 1.10714286em;
}
.info-banner.service-customized-banner .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.38rem;
}
.info-banner.service-customized-banner .container .more .public-btn {
  border: 1px solid #fff;
  color: #fff;
}
.info-banner.service-customized-banner .container .more .public-btn:hover {
  border: 1px solid #1fc676;
}
.info-banner.cooperation-banner .container .title {
  line-height: 1.07142857em;
  text-shadow: 0 0 0.27rem 0 rgba(0, 0, 0, 0.31);
}
.info-banner.cooperation-banner .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.info-banner.cooperation-banner .container .more .public-btn {
  border: 1px solid #fff;
  color: #fff;
}
.info-banner.cooperation-banner .container .more .public-btn:hover {
  border: 1px solid #1fc676;
}
.info-banner.about-banner .play {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0.3rem auto 0;
}
.info-banner.about-banner .play svg {
  width: 0.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .info-banner.about-banner .play svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.info-banner.about-banner .play svg path {
  fill: #1fc676;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .info-banner.about-banner .play {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.info-banner.about-banner .play:hover {
  background: #1fc676;
}
.info-banner.about-banner .play:hover svg path {
  fill: #fff;
}
.news {
  width: 100%;
  padding: 1rem 0 2.4rem;
  background: #f5f5f7;
}
@media (max-width: 767px) {
  .news {
    padding: 1.2rem 0 2.4rem;
  }
}
.news .container {
  max-width: 1240px;
}
.news .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .news .container .top .menu {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news .container .top .menu {
    overflow-x: auto;
    padding-bottom: 0.1rem;
  }
}
.news .container .top .menu ul {
  display: flex;
}
@media (max-width: 991px) {
  .news .container .top .menu ul {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .news .container .top .menu ul {
    justify-content: flex-start;
  }
}
.news .container .top .menu ul li {
  margin-right: 0.26rem;
}
.news .container .top .menu ul li:last-child {
  margin-right: 0;
}
.news .container .top .menu ul li a {
  min-width: 1.2rem;
  height: 0.56rem;
  border-radius: 0.28rem;
  padding: 0 0.3rem;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  background: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .news .container .top .menu ul li a {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.news .container .top .menu ul li:hover a,
.news .container .top .menu ul li.on a {
  color: #fff;
  background: #1fc676;
}
.news .container .top .search {
  width: 3.72rem;
  height: 0.56rem;
  border-radius: 0.28rem;
  display: flex;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 991px) {
  .news .container .top .search {
    width: 100%;
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .news .container .top .search {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.news .container .top .search .txt {
  width: calc(100% - 0.62rem);
  height: 100%;
  padding-left: 0.28rem;
  color: #000;
}
@media (max-width: 767px) {
  .news .container .top .search .txt {
    width: calc(100% - 0.8rem);
  }
}
.news .container .top .search .txt::placeholder {
  color: #999;
}
.news .container .top .search .btn {
  width: 0.62rem;
  height: 100%;
  background: url(../images/search.svg) center center no-repeat;
}
@media (max-width: 767px) {
  .news .container .top .search .btn {
    width: 0.8rem;
  }
}
.news .container .list {
  width: 100%;
  margin-top: 0.6rem;
}
.news .container .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.news .container .list ul li {
  width: calc(50% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news .container .list ul li {
    width: calc(100% - 0.4rem);
  }
}
.news .container .list ul li a {
  display: block;
}
.news .container .list ul li a .public-img {
  width: 100%;
}
.news .container .list ul li a .public-img::before {
  padding-top: 67%;
}
.news .container .list ul li a .public-img img {
  transition: all 0.8s;
}
.news .container .list ul li a .tbox {
  width: 100%;
  padding: 0.35rem 0.4rem 0.63rem;
}
.news .container .list ul li a .tbox .title {
  line-height: 1.41666667em;
  height: 2.83333333em;
  color: #333;
  transition: all 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .container .list ul li a .tbox .time {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.38rem;
}
.news .container .list ul li a .tbox .time span {
  color: #999;
}
.news .container .list ul li:hover a .public-img img {
  transform: scale(1.1);
}
.news .container .list ul li:hover a .tbox .title {
  color: #1fc676;
}
.news .container .list ul li:hover a .tbox .time .icon {
  opacity: 1;
}
.news .container .page-list {
  margin-top: 0.2rem;
}
.news-info {
  width: 100%;
}
.news-info .container {
  max-width: 1240px;
}
.news-info .container .Breadcrumbs {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.71428571em;
  padding: 0.24rem 0;
}
.news-info .container .Breadcrumbs a {
  color: #999;
  transition: all 0.4s;
  display: flex;
}
.news-info .container .Breadcrumbs a svg path {
  fill: #999;
  transition: all 0.4s;
}
.news-info .container .Breadcrumbs a:hover {
  color: #1fc676;
}
.news-info .container .Breadcrumbs a:hover svg path {
  fill: #1fc676;
}
.news-info .container .Breadcrumbs i {
  width: 14px;
  height: 14px;
  display: flex;
  margin: 0 0.15rem;
}
.news-info .container .Breadcrumbs i svg {
  width: 14px;
  height: auto;
}
.news-info .container .Breadcrumbs i svg path {
  fill: #999;
}
.news-info .container .Breadcrumbs span {
  color: #000;
  max-width: 3.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-info .container .content {
  width: 100%;
  padding: 0.63rem 0 2.5rem;
}
.news-info .container .content .top .time {
  color: #797878;
  text-align: center;
  line-height: 1.71428571em;
}
.news-info .container .content .top .title {
  line-height: 1.2173913em;
  text-align: center;
  color: #211f1e;
  margin-top: 0.2rem;
}
.news-info .container .content .top .txt {
  color: #666;
  line-height: 1.33333333em;
  margin-top: 0.64rem;
}
.news-info .container .content .ck-box {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.97rem;
  padding: 0.44rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-info .container .content .ck-box .share {
  display: flex;
  align-items: center;
  color: #211f1e;
  line-height: 1.71428571em;
}
.news-info .container .content .ck-box .share a {
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.22rem;
}
.news-info .container .content .ck-box .share a svg path {
  fill: #999;
  transition: all 0.4s;
}
.news-info .container .content .ck-box .share a:hover svg path {
  fill: #1fc676;
}
.news-info .container .content .ck-box .back a {
  color: #797878;
  line-height: 1.625em;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.news-info .container .content .ck-box .back a svg {
  margin-left: 0.1rem;
}
.news-info .container .content .ck-box .back a svg path {
  fill: #999;
  transition: all 0.4s;
}
.news-info .container .content .ck-box .back a:hover {
  color: #1fc676;
}
.news-info .container .content .ck-box .back a:hover svg path {
  fill: #1fc676;
}
.news-info .container .content .other-news {
  width: 100%;
  margin-top: 0.9rem;
}
.news-info .container .content .other-news .title {
  line-height: 1.17857143em;
  text-align: center;
  color: #000;
  font-family: "content-title";
}
.news-info .container .content .other-news .list {
  width: 100%;
  margin-top: 0.42rem;
}
.news-info .container .content .other-news .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.news-info .container .content .other-news .list ul li {
  width: calc(33.33% - 0.4rem);
  margin: 0 0.2rem 0;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-info .container .content .other-news .list ul li {
    width: calc(100% - 0.4rem);
    margin: 0 0.2rem 0.4rem;
  }
  .news-info .container .content .other-news .list ul li:last-child {
    margin: 0 0.2rem 0;
  }
}
.news-info .container .content .other-news .list ul li a {
  display: block;
}
.news-info .container .content .other-news .list ul li a .public-img {
  width: 100%;
  border-radius: 0.2rem 0.2rem 0 0;
}
.news-info .container .content .other-news .list ul li a .public-img::before {
  padding-top: 67.0984456%;
}
.news-info .container .content .other-news .list ul li a .tbox {
  width: 100%;
  padding: 0.36rem 0.4rem;
}
@media (max-width: 991px) {
  .news-info .container .content .other-news .list ul li a .tbox {
    padding: 0.36rem 0.3rem;
  }
}
.news-info .container .content .other-news .list ul li a .tbox .t1 {
  color: #000;
  line-height: 1.41666667em;
  font-family: "content-title";
  transition: all 0.4s;
}
.news-info .container .content .other-news .list ul li a .tbox .time {
  color: #999;
  line-height: 1.33333333em;
  margin-top: 0.2rem;
}
.news-info .container .content .other-news .list ul li a:hover .public-img img {
  transform: scale(1.1);
}
.news-info .container .content .other-news .list ul li a:hover .tbox .t1 {
  color: #1fc676;
}
.page-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-list a {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  background: #f5f5f5;
  font-family: "content-title";
  margin: 0 0.05rem;
  transition: all 0.4s;
  line-height: 1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-list a {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .page-list a svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.page-list a svg path {
  transition: all 0.4s;
  fill: #333;
}
.page-list a:hover,
.page-list a.on {
  color: #fff;
  background: #1fc676;
}
.page-list a:hover svg path,
.page-list a.on svg path {
  fill: #fff;
}
.page-list a.more:hover,
.page-list a.prev:hover,
.page-list a.next:hover {
  color: #fff;
  background: #1fc676;
}
.product-center {
  width: 100%;
  padding: 1rem 0 1.23rem;
}
@media (max-width: 767px) {
  .product-center {
    padding: 1.2rem 0 0.8rem;
  }
}
.product-center .container .menu {
  width: 100%;
}
.product-center .container .menu ul {
  display: flex;
  justify-content: center;
}
.product-center .container .menu ul li {
  margin-right: 0.26rem;
}
.product-center .container .menu ul li:last-child {
  margin-right: 0;
}
.product-center .container .menu ul li a {
  min-width: 2rem;
  height: 0.56rem;
  border-radius: 0.28rem;
  padding: 0 0.3rem;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .product-center .container .menu ul li a {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.product-center .container .menu ul li:hover a,
.product-center .container .menu ul li.on a {
  color: #fff;
  background: #1fc676;
}
.product-center .container .content {
  width: 100%;
  margin-top: 0.93rem;
}
.product-center .container .content .box {
  width: 100%;
  margin-bottom: 1.16rem;
}
.product-center .container .content .box:last-child {
  margin-bottom: 0;
}
.product-center .container .content .box .title {
  line-height: 1.17857143em;
  text-align: center;
  color: #333;
  font-family: "content-title";
}
.product-center .container .content .box .list {
  width: 100%;
  margin-top: 0.4rem;
}
.product-center .container .content .box .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.product-center .container .content .box .list ul li {
  width: calc(50% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .product-center .container .content .box .list ul li {
    width: calc(100% - 0.4rem);
  }
}
.product-center .container .content .box .list ul li.w100 {
  width: calc(100% - 0.4rem);
  background: url(../images/product-center-list-bg.png);
  background-size: cover;
}
.product-center .container .content .box .list ul li.w100 .public-img {
  width: 43.75%;
}
@media (max-width: 767px) {
  .product-center .container .content .box .list ul li.w100 .public-img {
    width: 100%;
  }
}
.product-center .container .content .box .list ul li.w100 .tbox {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0.8rem 1rem;
}
@media (max-width: 991px) {
  .product-center .container .content .box .list ul li.w100 .tbox {
    padding: 0.3rem;
  }
}
@media (max-width: 767px) {
  .product-center .container .content .box .list ul li.w100 .tbox {
    width: 100%;
    position: absolute;
    align-content: flex-start;
  }
}
.product-center .container .content .box .list ul li.w100 .tbox .t2 {
  margin-top: 5px;
}
.product-center .container .content .box .list ul li a {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.product-center .container .content .box .list ul li a .public-img {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.product-center .container .content .box .list ul li a .public-img::before {
  padding-top: 92%;
}
.product-center .container .content .box .list ul li a .tbox {
  width: 100%;
  height: 100%;
  padding: 0.8rem 0.6rem;
  position: absolute;
  left: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .product-center .container .content .box .list ul li a .tbox {
    padding: 0.3rem;
  }
}
.product-center .container .content .box .list ul li a .tbox .t1 {
  width: 100%;
  line-height: 1;
  color: #333;
  font-family: "content-title";
}
@media (max-width: 991px) {
  .product-center .container .content .box .list ul li a .tbox .t1 {
    font-size: 0.4rem;
  }
}
.product-center .container .content .box .list ul li a .tbox .t2 {
  width: 100%;
  color: #666;
}
.product-center .container .content .box .list ul li a .tbox .public-btn {
  margin-top: 0.6rem;
}
.product-list-banner {
  width: 100%;
  position: relative;
}
.product-list-banner .img {
  width: 100%;
  height: 7rem;
}
.product-list-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .product-list-banner .img img:nth-child(1) {
    display: none;
  }
}
.product-list-banner .img img:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .product-list-banner .img img:nth-child(2) {
    display: block;
  }
}
.product-list-banner .container {
  position: absolute;
  z-index: 2;
  top: 0.9rem;
  left: 50%;
  transform: translateX(-50%);
}
.product-list-banner .container .tbox {
  width: 100%;
}
.product-list-banner .container .tbox .title {
  line-height: 1.17857143em;
  color: #fff;
  font-family: "content-title";
  text-align: center;
  text-shadow: 0 0 0.18rem 0 rgba(3, 27, 47, 0.13);
}
.product-list-banner .container .tbox .txt {
  max-width: 620px;
  line-height: 1.55555556em;
  color: #fff;
  margin: 7px auto 0;
  text-align: center;
  text-shadow: 0 0 0.18rem 0 rgba(3, 27, 47, 0.13);
}
.product {
  width: 100%;
  padding: 1.13rem 0 2.3rem;
  background: #f6f6f6;
}
.product .container {
  max-width: 1600px;
}
.product .container .menu {
  width: 100%;
}
.product .container .menu ul {
  display: flex;
  justify-content: space-between;
}
.product .container .menu ul li {
  width: 140px;
}
.product .container .menu ul li a {
  display: block;
}
.product .container .menu ul li a .icon {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.product .container .menu ul li a .txt {
  text-align: center;
  color: #000;
  line-height: 1.22222222em;
  margin-top: 0.1rem;
  transition: all 0.4s;
}
.product .container .menu ul li:hover a .txt,
.product .container .menu ul li.on a .txt {
  color: #1fc676;
}
.product .container .menu .swiper-container {
  padding-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .product .container .menu .swiper-container {
    padding-bottom: 0.3rem;
  }
}
.product .container .menu .swiper-container .swiper-slide a {
  display: block;
}
.product .container .menu .swiper-container .swiper-slide a .icon {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.product .container .menu .swiper-container .swiper-slide a .icon svg {
  max-width: 100%;
  max-height: 100%;
}
.product .container .menu .swiper-container .swiper-slide a .txt {
  text-align: center;
  color: #000;
  line-height: 1.22222222em;
  margin-top: 0.1rem;
  transition: all 0.4s;
}
.product .container .menu .swiper-container .swiper-slide:hover a .txt,
.product .container .menu .swiper-container .swiper-slide.active a .txt {
  color: #1fc676;
}
.product .container .menu .swiper-container .swiper-pagination {
  display: none;
  bottom: 0;
  font-size: 0;
}
@media (max-width: 991px) {
  .product .container .menu .swiper-container .swiper-pagination {
    display: block;
  }
}
.product .container .menu .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #1fc676;
}
.product .container .menu2 {
  width: 100%;
  margin-top: 0.52rem;
  display: flex;
}
.product .container .menu2 .all {
  margin-right: 0.3rem;
}
.product .container .menu2 .all .public-btn {
  padding: 0 0.35rem;
  white-space: nowrap;
  border: 1px solid #333;
  color: #333;
}
.product .container .menu2 .all:hover .public-btn,
.product .container .menu2 .all.active .public-btn {
  border: 1px solid #1fc676;
  color: #fff;
  background: #1fc676;
}
.product .container .menu2 .swiper-container {
  margin: 0;
}
@media (max-width: 991px) {
  .product .container .menu2 .swiper-container {
    padding-bottom: 2px;
  }
}
.product .container .menu2 .swiper-container .swiper-slide {
  width: auto;
}
.product .container .menu2 .swiper-container .swiper-slide .public-btn {
  padding: 0 0.35rem;
  white-space: nowrap;
  color: #666;
  background: #ededed;
}
.product .container .menu2 .swiper-container .swiper-slide:hover .public-btn,
.product .container .menu2 .swiper-container .swiper-slide.active .public-btn {
  color: #fff;
  background: #1fc676;
}
.product .container .list {
  width: 100%;
  margin-top: 0.6rem;
}
.product .container .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.product .container .list ul li {
  width: calc(33.33% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
  position: relative;
  background: #fff;
  border-radius: 0.2rem;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product .container .list ul li {
    width: calc(50% - 0.4rem);
  }
}
@media (max-width: 767px) {
  .product .container .list ul li {
    width: calc(100% - 0.4rem);
  }
}
.product .container .list ul li .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
.product .container .list ul li .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .container .list ul li .tbox {
  width: 100%;
  padding: 0.94rem 0.3rem 0.25rem;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.product .container .list ul li .tbox .t1 {
  color: #333;
  font-family: "content-title";
  line-height: 1.27777778em;
  text-align: center;
}
.product .container .list ul li .tbox .txt {
  text-align: center;
  color: #666;
  line-height: 1.22222222em;
  margin-top: 0.1rem;
}
.product .container .list ul li .tbox .public-img {
  margin: 0.38rem auto 0;
  width: 55.92%;
}
.product .container .list ul li .tbox .public-img::before {
  padding-top: 88%;
}
.product .container .list ul li .tbox .more {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
  transition: all 0.4s;
  opacity: 0;
}
.product .container .list ul li:hover {
  border-radius: 0.4rem;
}
.product .container .list ul li:hover .bg {
  opacity: 1;
}
.product .container .list ul li:hover .tbox {
  padding: 0.64rem 0.3rem 0.55rem;
}
.product .container .list ul li:hover .tbox .more {
  opacity: 1;
}
.product .container .page-list {
  margin-top: 0.2rem;
}
.product-info {
  width: 100%;
}
.product-info .box1 {
  width: 100%;
  height: calc(100vh - 1rem);
  position: relative;
}
.product-info .box1 .img {
  width: 100%;
  height: 100%;
}
.product-info .box1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .box1 .container {
  position: absolute;
  top: 1.68rem;
  left: 50%;
  transform: translateX(-50%);
}
.product-info .box1 .container .title {
  line-height: 1.17857143em;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 0.18rem 0 rgba(3, 27, 47, 0.13);
  font-family: "content-title";
}
.product-info .box1 .container .txt {
  max-width: 600px;
  line-height: 1.55555556em;
  text-align: center;
  color: #fff;
  margin: 7px auto 0;
}
.product-info .box1 .container .ckbox {
  margin-top: 0.38rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product-info .box1 .container .ckbox .public-btn {
  min-width: 2.61rem;
  margin: 0 0.15rem;
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 767px) {
  .product-info .box1 .container .ckbox .public-btn {
    width: 4rem;
    margin: 0 0.15rem 0.2rem;
  }
}
.product-info .box1 .container .ckbox .public-btn:hover {
  border: 1px solid #1fc676;
}
.product-info .boxs {
  width: 100%;
  padding-bottom: 3rem;
  background: #000;
}
.product-info .boxs .flex-menu {
  width: 100%;
  background: #121212;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .product-info .boxs .flex-menu {
    padding: 0.3rem 0;
  }
}
.product-info .boxs .flex-menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .product-info .boxs .flex-menu .container {
    flex-wrap: wrap;
  }
}
.product-info .boxs .flex-menu .container .title {
  color: #fff;
  font-family: "content-title";
  height: 0.8rem;
  display: flex;
  align-items: center;
  line-height: 1.55555556em;
}
@media (max-width: 991px) {
  .product-info .boxs .flex-menu .container .title {
    height: auto;
  }
}
.product-info .boxs .flex-menu .container .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .product-info .boxs .flex-menu .container .right {
    width: 100%;
    flex-wrap: wrap;
  }
}
.product-info .boxs .flex-menu .container .right ul {
  display: flex;
  margin-right: 0.6rem;
}
@media (max-width: 1280px) {
  .product-info .boxs .flex-menu .container .right ul {
    margin-right: 0.2rem;
  }
}
@media (max-width: 991px) {
  .product-info .boxs .flex-menu .container .right ul {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }
}
.product-info .boxs .flex-menu .container .right ul li {
  margin-right: 0.34rem;
}
@media (max-width: 1280px) {
  .product-info .boxs .flex-menu .container .right ul li {
    margin-right: 0.2rem;
  }
}
.product-info .boxs .flex-menu .container .right ul li:last-child {
  margin-right: 0;
}
.product-info .boxs .flex-menu .container .right ul li a {
  color: #afaeae;
  font-family: "content-title";
  height: 0.8rem;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
.product-info .boxs .flex-menu .container .right ul li:hover a {
  color: #1fc676;
}
.product-info .boxs .flex-menu .container .right ul li.on a {
  color: #1fc676;
  border-bottom: 2px solid #1fc676;
}
@media (max-width: 991px) {
  .product-info .boxs .flex-menu .container .right .more {
    margin-top: 0.3rem;
  }
}
.product-info .boxs .flex-menu .container .right .more .public-btn {
  border: 1px solid #fff;
  color: #fff;
}
.product-info .boxs .flex-menu .container .right .more .public-btn:hover {
  border: 1px solid #1fc676;
}
.product-info .boxs > .list > ul > li {
  display: none;
}
.product-info .boxs > .list > ul > li.on {
  display: block;
}
.product-info .boxs > .list > ul > li.on .xy-fadeInUp {
  animation: fadeInUp 1s forwards;
}
.product-info .boxs .box2 {
  width: 100%;
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .product-info .boxs .box2 {
    padding: 1.2rem 0;
  }
}
.product-info .boxs .box2 .container {
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product-info .boxs .box2 .container .left {
  width: 55.24193548%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .product-info .boxs .box2 .container .left {
    width: 100%;
  }
}
.product-info .boxs .box2 .container .left .sbox1 {
  width: 100%;
  position: relative;
  margin-bottom: 0.3rem;
}
.product-info .boxs .box2 .container .left .sbox1 .public-img {
  width: 100%;
  border-radius: 0.2rem;
}
.product-info .boxs .box2 .container .left .sbox1 .public-img::before {
  padding-top: 46.71532847%;
}
.product-info .boxs .box2 .container .left .sbox1 .ts {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
}
.product-info .boxs .box2 .container .left .sbox1 .ts .ts1 span {
  background-color: #1fc676;
  background-image: linear-gradient(45deg, #1fc676, #a6f9e9, rgba(64, 223, 163, 0));
  background-size: 150% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "content-title";
  line-height: 1;
}
.product-info .boxs .box2 .container .left .sbox1 .ts .ts2 {
  font-family: "content-title";
  color: #fff;
  line-height: 1.0625em;
  margin-top: 7px;
}
.product-info .boxs .box2 .container .left .sleft {
  width: 47.73722628%;
}
@media (max-width: 767px) {
  .product-info .boxs .box2 .container .left .sleft {
    width: 100%;
  }
}
.product-info .boxs .box2 .container .left .sleft .sbox3 {
  width: 100%;
  position: relative;
}
.product-info .boxs .box2 .container .left .sleft .sbox3 .public-img {
  width: 100%;
  border-radius: 0.2rem;
}
.product-info .boxs .box2 .container .left .sleft .sbox3 .public-img::before {
  padding-top: 48.92966361%;
}
.product-info .boxs .box2 .container .left .sleft .sbox3 .txt {
  color: #fff;
  line-height: 1.08333333em;
  text-align: center;
  font-family: "content-title";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.product-info .boxs .box2 .container .left .sleft .sbox4 {
  width: 100%;
  position: relative;
  margin-top: 0.3rem;
}
.product-info .boxs .box2 .container .left .sleft .sbox4 .public-img {
  width: 100%;
  border-radius: 0.2rem;
}
.product-info .boxs .box2 .container .left .sleft .sbox4 .public-img::before {
  padding-top: 48.92966361%;
}
.product-info .boxs .box2 .container .left .sleft .sbox4 .txt {
  width: 67.27828746%;
  color: #fff;
  line-height: 1.27272727em;
  font-family: "content-title";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.product-info .boxs .box2 .container .left .sbox2 {
  width: 47.73722628%;
  position: relative;
}
@media (max-width: 767px) {
  .product-info .boxs .box2 .container .left .sbox2 {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.product-info .boxs .box2 .container .left .sbox2 .public-img {
  width: 100%;
  border-radius: 0.2rem;
}
.product-info .boxs .box2 .container .left .sbox2 .public-img::before {
  padding-top: 107.03363914%;
}
.product-info .boxs .box2 .container .left .sbox2 .txt {
  position: absolute;
  color: #fff;
  font-family: "content-title";
  z-index: 2;
  top: 0;
  left: 0;
  padding: 0.4rem 0.2rem;
  line-height: 1.0625em;
  text-align: center;
}
.product-info .boxs .box2 .container .right {
  width: 42.74193548%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .product-info .boxs .box2 .container .right {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.product-info .boxs .box2 .container .right .sbox1 {
  width: 100%;
  position: relative;
  margin-bottom: 0.3rem;
}
.product-info .boxs .box2 .container .right .sbox1 .public-img {
  width: 100%;
  border-radius: 0.2rem;
}
.product-info .boxs .box2 .container .right .sbox1 .public-img::before {
  padding-top: 49.05660377%;
}
.product-info .boxs .box2 .container .right .sbox1 .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #1fc676;
  line-height: 1.0625em;
  font-family: "content-title";
}
.product-info .boxs .box2 .container .right .sbox1 .txt span {
  color: #333;
}
.product-info .boxs .box2 .container .right .sbox2 {
  width: 100%;
  position: relative;
  margin-bottom: 0.3rem;
}
.product-info .boxs .box2 .container .right .sbox2 .public-img {
  width: 100%;
  border-radius: 0.2rem;
}
.product-info .boxs .box2 .container .right .sbox2 .public-img::before {
  padding-top: 39.62264151%;
}
.product-info .boxs .box2 .container .right .sbox2 .txt {
  width: 100%;
  position: absolute;
  top: 0.47rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  line-height: 1.0625em;
  font-family: "content-title";
  text-align: center;
}
.product-info .boxs .box2 .container .right .sbox3 {
  width: 47.16981132%;
  position: relative;
}
.product-info .boxs .box2 .container .right .sbox3 .public-img {
  width: 100%;
  border-radius: 0.2rem;
}
.product-info .boxs .box2 .container .right .sbox3 .public-img::before {
  padding-top: 68%;
}
.product-info .boxs .box2 .container .right .sbox3 .txt {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  line-height: 1.27272727em;
  font-family: "content-title";
  text-align: center;
}
.product-info .boxs .box3 {
  width: 100%;
  padding: 1.3rem 0;
}
@media (max-width: 767px) {
  .product-info .boxs .box3 {
    padding: 0;
  }
}
.product-info .boxs .box3 .container {
  max-width: 1240px;
}
.product-info .boxs .box3 .container .menu {
  width: 100%;
}
@media (max-width: 991px) {
  .product-info .boxs .box3 .container .menu {
    overflow-x: auto;
    padding-bottom: 0.1rem;
  }
}
.product-info .boxs .box3 .container .menu ul {
  display: flex;
}
.product-info .boxs .box3 .container .menu ul li {
  line-height: 1.20833333em;
  height: 1.25em;
}
.product-info .boxs .box3 .container .menu ul li span {
  font-family: "content-title";
  color: rgba(255, 255, 255, 0.33);
  transition: all 0.4s;
  cursor: pointer;
}
.product-info .boxs .box3 .container .menu ul li i {
  margin: 0 0.1rem;
}
.product-info .boxs .box3 .container .menu ul li:hover span,
.product-info .boxs .box3 .container .menu ul li.on span {
  color: #fff;
}
.product-info .boxs .box3 .container .list {
  width: 100%;
  margin-top: 0.46rem;
}
.product-info .boxs .box3 .container .list > ul > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}
.product-info .boxs .box3 .container .list > ul > li.on {
  display: flex;
}
.product-info .boxs .box3 .container .list > ul > li .tbox {
  width: 60.48387097%;
}
@media (max-width: 991px) {
  .product-info .boxs .box3 .container .list > ul > li .tbox {
    width: 100%;
  }
}
.product-info .boxs .box3 .container .list > ul > li .tbox .txt {
  max-width: 675px;
  line-height: 1.44444444em;
  color: #666;
}
.product-info .boxs .box3 .container .list > ul > li .tbox .txt span {
  color: #fff;
}
.product-info .boxs .box3 .container .list > ul > li .tbox > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.67rem;
}
.product-info .boxs .box3 .container .list > ul > li .tbox > ul > li {
  width: 20%;
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box3 .container .list > ul > li .tbox > ul > li {
    width: 33.33%;
  }
}
.product-info .boxs .box3 .container .list > ul > li .tbox > ul > li .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
}
.product-info .boxs .box3 .container .list > ul > li .tbox > ul > li .icon img {
  max-width: 100%;
  max-height: 100%;
}
.product-info .boxs .box3 .container .list > ul > li .tbox > ul > li .ts1 {
  line-height: 1.44444444em;
  color: #fff;
  font-family: "content-title";
  margin-top: 0.13rem;
}
.product-info .boxs .box3 .container .list > ul > li .tbox > ul > li .ts2 {
  line-height: 1.44444444em;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}
.product-info .boxs .box3 .container .list > ul > li .public-img {
  width: 35.64516129%;
}
@media (max-width: 991px) {
  .product-info .boxs .box3 .container .list > ul > li .public-img {
    width: 80%;
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .product-info .boxs .box3 .container .list > ul > li .public-img {
    width: 100%;
  }
}
.product-info .boxs .box3 .container .list > ul > li .public-img::before {
  padding-top: 117.42081448%;
}
.product-info .boxs .box4 {
  width: 100%;
  margin-top: 1.44rem;
  position: relative;
}
@media (max-width: 991px) {
  .product-info .boxs .box4 {
    margin-top: 1.2rem;
  }
}
.product-info .boxs .box4 .img {
  width: 100%;
  height: 100vh;
}
.product-info .boxs .box4 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .boxs .box4 .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/product-info-box4-zz.png) top center no-repeat;
}
.product-info .boxs .box4 .container {
  max-width: 1240px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product-info .boxs .box4 .container .txt {
  max-width: 980px;
  color: #666;
  font-family: "content-title";
  line-height: 1.2173913em;
  margin-top: 1.41rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box4 .container .txt {
    margin-top: 0;
  }
}
.product-info .boxs .box4 .container .txt span {
  transition: all 0.4s;
}
.product-info .boxs .box4 .container .txt span.on {
  color: #fff;
}
.product-info .boxs .box5 {
  width: 100%;
  padding: 2.15rem 0 0;
}
@media (max-width: 767px) {
  .product-info .boxs .box5 {
    padding: 1.2rem 0 0;
  }
}
.product-info .boxs .box5 .container {
  max-width: 1240px;
}
.product-info .boxs .box5 .container .title {
  line-height: 1.20833333em;
  color: #fff;
  font-family: "content-title";
}
.product-info .boxs .box5 .container .txt {
  max-width: 790px;
  line-height: 1.41666667em;
  color: #fff;
  font-family: "content-title";
  margin-top: 0.32rem;
}
.product-info .boxs .box5 .container .img {
  width: 100%;
  margin-top: 0.5rem;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.product-info .boxs .box5 .container .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(31, 198, 118, 0), rgba(31, 198, 118, 0.6));
}
.product-info .boxs .box6 {
  width: 100%;
  padding: 1.2rem 0 0;
}
.product-info .boxs .box6 .container {
  max-width: 1240px;
}
.product-info .boxs .box6 .container .title {
  line-height: 1.20833333em;
  text-align: center;
  color: #fff;
  font-family: "content-title";
}
.product-info .boxs .box6 .container .list {
  width: 100%;
  margin-top: 0.56rem;
}
.product-info .boxs .box6 .container .list ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.product-info .boxs .box6 .container .list ul li {
  width: calc(33.33% - 0.2rem);
  margin: 0 0.1rem 0.2rem;
  padding: 0.4rem 0.5rem 0.35rem;
  background: #111;
  border-radius: 0.2rem;
}
@media (max-width: 991px) {
  .product-info .boxs .box6 .container .list ul li {
    width: calc(50% - 0.2rem);
  }
}
@media (max-width: 767px) {
  .product-info .boxs .box6 .container .list ul li {
    width: calc(100% - 0.2rem);
  }
}
.product-info .boxs .box6 .container .list ul li .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.product-info .boxs .box6 .container .list ul li .icon img {
  max-width: 100%;
  max-height: 100%;
}
.product-info .boxs .box6 .container .list ul li .t1 {
  line-height: 1.5em;
  color: #fff;
  font-family: "content-title";
  margin-bottom: 0.12rem;
}
.product-info .boxs .box6 .container .list ul li .t2 {
  line-height: 1.2em;
  color: #fff;
  font-family: "content-title";
  margin-bottom: 0.23rem;
}
.product-info .boxs .box6 .container .list ul li .t3 {
  line-height: 1.55555556em;
  color: rgba(255, 255, 255, 0.5);
}
.product-info .boxs .box7 {
  width: 100%;
  padding: 2.2rem 0 0;
}
@media (max-width: 767px) {
  .product-info .boxs .box7 {
    padding: 1.2rem 0 0;
  }
}
.product-info .boxs .box7 .container {
  max-width: 1240px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-info .boxs .box7 .container .list {
  width: 42.74193548%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .product-info .boxs .box7 .container .list {
    width: 100%;
  }
}
.product-info .boxs .box7 .container .list ul li {
  width: 100%;
  height: 6.8rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box7 .container .list ul li {
    height: auto;
    margin-bottom: 0.8rem;
  }
  .product-info .boxs .box7 .container .list ul li:last-child {
    margin-bottom: 0;
  }
}
.product-info .boxs .box7 .container .list ul li .public-img {
  width: 100%;
  border-radius: 0.2rem;
  display: none;
}
@media (max-width: 767px) {
  .product-info .boxs .box7 .container .list ul li .public-img {
    display: block;
  }
}
.product-info .boxs .box7 .container .list ul li .public-img::before {
  padding-top: 77.27272727%;
}
.product-info .boxs .box7 .container .list ul li .tbox {
  width: 100%;
  padding-top: 1.7rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box7 .container .list ul li .tbox {
    padding: 0.3rem 0 0;
  }
}
.product-info .boxs .box7 .container .list ul li .tbox .t1 {
  line-height: 1.20833333em;
  color: #fff;
  font-family: "content-title";
}
.product-info .boxs .box7 .container .list ul li .tbox .txt {
  line-height: 1.55555556em;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.36rem;
}
.product-info .boxs .box7 .container .img-list {
  width: 70.96774194%;
  flex-shrink: 0;
  margin-left: 0.58rem;
  position: sticky;
  position: -webkit-sticky;
  top: 2.2rem;
}
@media (max-width: 1700px) {
  .product-info .boxs .box7 .container .img-list {
    width: 57.25806452%;
  }
}
@media (max-width: 991px) {
  .product-info .boxs .box7 .container .img-list {
    top: 4.2rem;
  }
}
@media (max-width: 767px) {
  .product-info .boxs .box7 .container .img-list {
    display: none;
  }
}
.product-info .boxs .box7 .container .img-list ul {
  position: relative;
}
.product-info .boxs .box7 .container .img-list ul li {
  width: 100%;
  position: absolute;
  top: 0;
  transition: all 0.4s;
}
.product-info .boxs .box7 .container .img-list ul li:nth-child(1) {
  position: relative;
}
.product-info .boxs .box7 .container .img-list ul li.on {
  z-index: 33;
}
.product-info .boxs .box7 .container .img-list ul li .public-img {
  width: 100%;
  border-radius: 0.2rem;
}
.product-info .boxs .box7 .container .img-list ul li .public-img::before {
  padding-top: 77.27272727%;
}
.product-info .boxs .box8 {
  width: 100%;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box8 {
    margin-top: 1.2rem;
  }
}
.product-info .boxs .box8 .container {
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-info .boxs .box8 .container .item {
  width: 48.70967742%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0.2rem;
  background: #111;
  margin-bottom: 0.3rem;
  padding: 0.66rem 0 0.58rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box8 .container .item {
    width: 100%;
  }
  .product-info .boxs .box8 .container .item:last-child {
    margin-bottom: 0;
  }
}
.product-info .boxs .box8 .container .item .tbox {
  width: 100%;
  padding: 0 0.6rem;
}
.product-info .boxs .box8 .container .item .tbox .t1 {
  line-height: 1.20833333em;
  color: #fff;
  height: 2.41666667em;
  font-family: "content-title";
}
.product-info .boxs .box8 .container .item .tbox .t2 {
  line-height: 1.55555556em;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.2rem;
}
.product-info .boxs .box8 .container .item .img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.43rem;
}
.product-info .boxs .box8 .container .item .img img {
  max-width: 100%;
}
.product-info .boxs .box8 .container .item:nth-child(1) {
  width: 100%;
  padding: 0.85rem 0 0.85rem 0.6rem;
}
.product-info .boxs .box8 .container .item:nth-child(1) .tbox {
  width: 40.6779661%;
  padding: 0;
}
@media (max-width: 767px) {
  .product-info .boxs .box8 .container .item:nth-child(1) .tbox {
    width: 100%;
  }
}
.product-info .boxs .box8 .container .item:nth-child(1) .img {
  width: 56.44067797%;
  display: flex;
  margin-top: 0;
}
@media (max-width: 767px) {
  .product-info .boxs .box8 .container .item:nth-child(1) .img {
    width: 100%;
  }
}
.product-info .boxs .box9 {
  width: 100%;
  margin-top: 2.03rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box9 {
    margin-top: 1.2rem;
  }
}
.product-info .boxs .box9 .container {
  max-width: 1240px;
}
.product-info .boxs .box9 .container .title {
  line-height: 1.20833333em;
  text-align: center;
  color: #fff;
  font-family: "content-title";
}
.product-info .boxs .box9 .container .list {
  width: 100%;
  margin-top: 0.56rem;
  background: #111;
  border-radius: 0.4rem;
  padding: 0.42rem 0.6rem 0.12rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box9 .container .list {
    padding: 0.3rem;
  }
}
.product-info .boxs .box9 .container .list ul {
  width: 100%;
}
.product-info .boxs .box9 .container .list ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product-info .boxs .box9 .container .list ul li .txt {
  width: 100%;
  padding: 0.14rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.product-info .boxs .box9 .container .list ul li .txt span {
  font-family: "content-title";
  line-height: 1.38461538em;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
}
.product-info .boxs .box9 .container .list ul li .txt i {
  width: 55px;
  height: 32px;
  border-radius: 16px;
  font-family: "content-title";
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-style: initial;
  line-height: 1;
  transition: all 0.4s;
  flex-shrink: 0;
}
.product-info .boxs .box9 .container .list ul li .img {
  width: 100%;
  display: none;
}
.product-info .boxs .box9 .container .list ul li:nth-child(1) .img {
  display: block;
}
.product-info .boxs .box9 .container .list ul li.on .txt span {
  color: #fff;
}
.product-info .boxs .box9 .container .list ul li.on .txt i {
  color: #fff;
}
.product-info .boxs .box10 {
  width: 100%;
  margin-top: 1.2rem;
}
.product-info .boxs .box10 .container {
  max-width: 1240px;
}
.product-info .boxs .box10 .container .title {
  color: #fff;
  text-align: center;
  line-height: 1.20833333em;
  font-family: "content-title";
}
.product-info .boxs .box10 .container .list {
  width: 100%;
  margin-top: 1.16rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box10 .container .list {
    margin-top: 0.5rem;
  }
}
.product-info .boxs .box10 .container .list > ul > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0.4rem;
}
.product-info .boxs .box10 .container .list > ul > li:nth-child(1) {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #000;
}
.product-info .boxs .box10 .container .list > ul > li:last-child {
  border-bottom: none;
}
.product-info .boxs .box10 .container .list > ul > li .left {
  width: 16.53225806%;
  line-height: 1.08333333em;
  color: #fff;
  font-family: "content-title";
  padding-top: 0.1rem;
}
@media (max-width: 991px) {
  .product-info .boxs .box10 .container .list > ul > li .left {
    width: 100%;
  }
}
.product-info .boxs .box10 .container .list > ul > li .right {
  width: 71.77419355%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .product-info .boxs .box10 .container .list > ul > li .right {
    width: 100%;
  }
}
.product-info .boxs .box10 .container .list > ul > li .right .sbox1 {
  width: 50%;
  padding-bottom: 0.6rem;
}
.product-info .boxs .box10 .container .list > ul > li .right .sbox1 .img {
  width: 100%;
  height: 2.3rem;
  display: flex;
  justify-content: center;
}
.product-info .boxs .box10 .container .list > ul > li .right .sbox1 .img img {
  max-width: 100%;
  max-height: 100%;
}
.product-info .boxs .box10 .container .list > ul > li .right .sbox1 .txt {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.35714286em;
  font-family: "content-title";
  margin-top: 0.43rem;
}
.product-info .boxs .box10 .container .list > ul > li .right > ul {
  width: 100%;
}
@media (max-width: 991px) {
  .product-info .boxs .box10 .container .list > ul > li .right > ul {
    margin-top: 0.3rem;
  }
}
.product-info .boxs .box10 .container .list > ul > li .right > ul > li {
  width: 100%;
  padding: 0.08rem 0;
  border-radius: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.34rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box10 .container .list > ul > li .right > ul > li {
    margin-bottom: 0;
  }
}
.product-info .boxs .box10 .container .list > ul > li .right > ul > li .ts {
  width: 50%;
  padding-left: 1.1rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box10 .container .list > ul > li .right > ul > li .ts {
    width: 100%;
    padding-left: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
.product-info .boxs .box10 .container .list > ul > li .right > ul > li .ts .t1 {
  line-height: 1.44444444em;
  color: #fff;
  font-family: "content-title";
}
.product-info .boxs .box10 .container .list > ul > li .right > ul > li .ts .t2 {
  line-height: 1.44444444em;
  color: rgba(255, 255, 255, 0.5);
}
.product-info .boxs .box10 .container .list > ul > li .right > ul > li:hover {
  background: rgba(255, 255, 255, 0.06);
}
.product-info .boxs .box10 .container table {
  width: 100%;
}
.product-info .boxs .box10 .container table tr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-info .boxs .box10 .container table tr td {
  padding-bottom: 0.4rem;
}
.product-info .boxs .box10 .container table tr td:nth-child(1) {
  width: 16.53225806%;
}
@media (max-width: 991px) {
  .product-info .boxs .box10 .container table tr td:nth-child(1) {
    width: 100%;
  }
}
.product-info .boxs .box10 .container table tr td:nth-child(2),
.product-info .boxs .box10 .container table tr td:nth-child(3) {
  width: 35.88709677%;
}
@media (max-width: 991px) {
  .product-info .boxs .box10 .container table tr td:nth-child(2),
  .product-info .boxs .box10 .container table tr td:nth-child(3) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-info .boxs .box10 .container table tr td:nth-child(2),
  .product-info .boxs .box10 .container table tr td:nth-child(3) {
    width: 100%;
  }
}
.product-info .boxs .box10 .container table .tleft {
  line-height: 1.08333333em;
  color: #fff;
  font-family: "content-title";
  padding-top: 0.1rem;
}
.product-info .boxs .box10 .container table .tts {
  padding-left: 1.1rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box10 .container table .tts {
    width: 100%;
    padding-left: 0.3rem;
  }
}
.product-info .boxs .box10 .container table .tts .t1 {
  line-height: 1.44444444em;
  color: #fff;
  font-family: "content-title";
}
.product-info .boxs .box10 .container table .tts .t2 {
  line-height: 1.44444444em;
  color: rgba(255, 255, 255, 0.5);
}
.product-info .boxs .box11 {
  width: 100%;
  margin-top: 1.83rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box11 {
    margin-top: 1.2rem;
  }
}
.product-info .boxs .box11 .container .t1 {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "content-title";
  line-height: 1.55555556em;
}
.product-info .boxs .box11 .container .title {
  line-height: 1.20833333em;
  font-family: "content-title";
  text-align: center;
  color: #fff;
  margin-top: 0.12rem;
}
.product-info .boxs .box11 .container .title span {
  color: #1fc676;
}
.product-info .boxs .box11 .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.56rem;
}
.product-info .boxs .box12 {
  width: 100%;
  margin-top: 1.2rem;
}
.product-info .boxs .box12 .container {
  max-width: 1240px;
  border-radius: 0.4rem;
  background: #111;
  padding: 0.93rem 0.6rem 0.83rem;
}
.product-info .boxs .box12 .container .title {
  font-family: "content-title";
  color: #fff;
  text-align: center;
  line-height: 1.20833333em;
}
.product-info .boxs .box12 .container .content {
  width: 100%;
  margin-top: 0.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
}
.product-info .boxs .box12 .container .content .menu {
  width: 31.51785714%;
  padding-top: 0.38rem;
  padding-right: 0.5rem;
}
@media (max-width: 991px) {
  .product-info .boxs .box12 .container .content .menu {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .product-info .boxs .box12 .container .content .menu > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.product-info .boxs .box12 .container .content .menu > ul > li {
  width: 100%;
  margin-bottom: 0.26rem;
  position: relative;
}
@media (max-width: 991px) {
  .product-info .boxs .box12 .container .content .menu > ul > li {
    width: 50%;
    padding: 0 0.25rem;
  }
}
@media (max-width: 767px) {
  .product-info .boxs .box12 .container .content .menu > ul > li {
    width: 100%;
  }
}
.product-info .boxs .box12 .container .content .menu > ul > li .m1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.product-info .boxs .box12 .container .content .menu > ul > li .m1 a {
  color: #fff;
  line-height: 1.44444444em;
}
.product-info .boxs .box12 .container .content .menu > ul > li .m1 i {
  width: 0.15rem;
  height: 0.15rem;
  display: flex;
}
@media (max-width: 991px) {
  .product-info .boxs .box12 .container .content .menu > ul > li .m1 i {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.product-info .boxs .box12 .container .content .menu > ul > li .m1 i svg {
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
.product-info .boxs .box12 .container .content .menu > ul > li .m1 i svg path {
  fill: #fff;
}
.product-info .boxs .box12 .container .content .menu > ul > li > ul {
  width: 100%;
  padding: 0.27rem 0 0.15rem;
  display: none;
}
@media (max-width: 991px) {
  .product-info .boxs .box12 .container .content .menu > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
}
.product-info .boxs .box12 .container .content .menu > ul > li > ul > li {
  width: 100%;
  margin-bottom: 0.2rem;
  padding: 0 0.3rem;
  display: flex;
}
.product-info .boxs .box12 .container .content .menu > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.product-info .boxs .box12 .container .content .menu > ul > li > ul > li a {
  color: #666;
  transition: all 0.4s;
  line-height: 1.625em;
}
.product-info .boxs .box12 .container .content .menu > ul > li > ul > li:hover a,
.product-info .boxs .box12 .container .content .menu > ul > li > ul > li.on a {
  color: #1fc676;
}
.product-info .boxs .box12 .container .content .menu > ul > li.on .m1 i svg {
  transform: rotateZ(-90deg);
}
.product-info .boxs .box12 .container .content .right {
  width: 68.48214286%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 0.5rem;
  padding-top: 0.1rem;
}
@media (max-width: 991px) {
  .product-info .boxs .box12 .container .content .right {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
.product-info .boxs .box12 .container .content .right .list {
  width: 100%;
}
.product-info .boxs .box12 .container .content .right .list ul li {
  display: flex;
  padding: 0.26rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .product-info .boxs .box12 .container .content .right .list ul li {
    flex-wrap: wrap;
  }
}
.product-info .boxs .box12 .container .content .right .list ul li .icon {
  width: 0.23rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .product-info .boxs .box12 .container .content .right .list ul li .icon {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.product-info .boxs .box12 .container .content .right .list ul li .icon svg {
  width: 100%;
}
.product-info .boxs .box12 .container .content .right .list ul li .icon svg path {
  fill: #fff;
}
.product-info .boxs .box12 .container .content .right .list ul li .ts {
  width: 100%;
  margin: 0 0.28rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box12 .container .content .right .list ul li .ts {
    width: calc(100% - 0.5rem);
    margin: 0 0 0 auto;
  }
}
.product-info .boxs .box12 .container .content .right .list ul li .ts .t1 {
  line-height: 1.44444444em;
  color: #fff;
}
.product-info .boxs .box12 .container .content .right .list ul li .ts .time {
  color: #666;
  line-height: 1.85714286em;
  margin-top: 4px;
}
.product-info .boxs .box12 .container .content .right .list ul li .load {
  min-width: 1rem;
  border: 1px solid #1fc676;
  height: 0.4rem;
  border-radius: 0.2rem;
  padding: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .product-info .boxs .box12 .container .content .right .list ul li .load {
    min-width: 1.6rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    margin-top: 0.15rem;
  }
}
.product-info .boxs .box12 .container .content .right .list ul li .load i {
  width: 0.18rem;
  display: flex;
  margin-right: 0.1rem;
}
@media (max-width: 991px) {
  .product-info .boxs .box12 .container .content .right .list ul li .load i {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.product-info .boxs .box12 .container .content .right .list ul li .load i svg {
  width: 100%;
  height: auto;
}
.product-info .boxs .box12 .container .content .right .list ul li .load i svg path {
  fill: #1fc676;
  transition: all 0.4s;
}
.product-info .boxs .box12 .container .content .right .list ul li .load span {
  color: #fff;
  transition: all 0.4s;
}
.product-info .boxs .box12 .container .content .right .list ul li .load:hover {
  background: #1fc676;
}
.product-info .boxs .box12 .container .content .right .list ul li .load:hover i svg path {
  fill: #fff;
}
.product-info .boxs .box12 .container .content .right .list ul li .load:hover span {
  color: #fff;
}
.product-info .boxs .box12 .container .content .right .page-list {
  margin-top: 0.6rem;
}
.product-info .boxs .box13 {
  width: 100%;
  margin-top: 1.37rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box13 {
    margin-top: 1.2rem;
  }
}
.product-info .boxs .box13 .title {
  text-align: center;
  font-family: "content-title";
  line-height: 1.20833333em;
  color: #fff;
}
.product-info .boxs .box13 .list {
  width: 100%;
  margin-top: 0.42rem;
}
.product-info .boxs .box13 .list .swiper-container {
  padding-bottom: 0.8rem;
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #111;
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 0.15rem 0;
  opacity: 0.4;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .product-info .boxs .box13 .list .swiper-container .swiper-slide {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox {
  width: 50%;
  padding: 0.38rem 0.6rem;
}
@media (max-width: 991px) {
  .product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox {
    width: 100%;
  }
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox .t1 {
  line-height: 1.27777778em;
  color: #fff;
  font-family: "content-title";
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox .t2 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox .t2 .ts {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox .t2 .ts {
    width: 100%;
  }
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox .t2 .ts i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1fc676;
  margin-right: 0.07rem;
  flex-shrink: 0;
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox .t2 .ts span {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.625em;
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox .more {
  margin-top: 0.9rem;
  display: flex;
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox .more a {
  display: flex;
  align-items: center;
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox .more a span {
  color: #1fc676;
  line-height: 1.625em;
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox .more a i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1fc676;
  margin-left: 0.13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox .more a i {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox .more a i svg {
  width: 12px;
  height: auto;
}
@media (max-width: 767px) {
  .product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox .more a i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox .more a i svg path {
  fill: #fff;
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .tbox .more a:hover i {
  margin-left: 0.2rem;
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .public-img {
  width: 3.5rem;
}
@media (max-width: 767px) {
  .product-info .boxs .box13 .list .swiper-container .swiper-slide .public-img {
    width: 100%;
  }
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .public-img::before {
  padding-top: 100%;
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .public-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide .bgs {
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.02;
  font-size: 2.5rem;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  font-family: "content-title";
}
@media (max-width: 767px) {
  .product-info .boxs .box13 .list .swiper-container .swiper-slide .bgs {
    left: 0;
  }
}
.product-info .boxs .box13 .list .swiper-container .swiper-slide-active {
  opacity: 1;
}
.product-info .boxs .box13 .list .swiper-container .swiper-pagination {
  bottom: 0.1rem;
}
.product-info .boxs .box13 .list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background: #d8d8da;
  position: relative;
  margin: 0 0.18rem;
}
.product-info .boxs .box13 .list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #1fc676;
}
.product-info .boxs .box13 .list .swiper-container .swiper-pagination .swiper-pagination-bullet-active::before {
  content: '';
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  border: 1px solid #1fc676;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.technical {
  width: 100%;
  overflow: hidden;
}
.technical .box1 {
  width: 100%;
  background: #fff;
  padding: 1.16rem 0 1.34rem;
}
.technical .box1 .container .title {
  color: #000;
  font-weight: bold;
  font-family: "content-title";
  line-height: 1.20833333em;
  text-align: center;
}
.technical .box1 .container .txt {
  max-width: 1250px;
  color: #666;
  line-height: 1.55555556em;
  text-align: center;
  margin: 0.3rem auto 0;
}
.technical .list {
  width: 100%;
  background: #f5f5f7;
  padding: 1.2rem 0 2.4rem;
}
.technical .list ul li {
  width: 100%;
  padding: 0 1.6rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 1.3rem;
}
@media (max-width: 991px) {
  .technical .list ul li {
    flex-wrap: wrap;
    padding: 0 5%;
  }
}
.technical .list ul li:nth-child(2n) {
  flex-direction: row;
}
.technical .list ul li:nth-child(2n) .public-img {
  border-radius: 0.2rem 0 0 0.2rem;
}
@media (max-width: 991px) {
  .technical .list ul li:nth-child(2n) .public-img {
    border-radius: 0.2rem 0.2rem 0 0;
  }
}
.technical .list ul li:nth-child(2n) .tbox {
  margin: 0 -1.6rem 0 0;
  padding: 0 1.6rem 0 1rem;
}
@media (max-width: 991px) {
  .technical .list ul li:nth-child(2n) .tbox {
    width: 100%;
    margin: 0;
    padding: 0.5rem;
  }
}
.technical .list ul li:last-child {
  margin-bottom: 0;
}
.technical .list ul li .public-img {
  width: 50%;
  flex-shrink: 0;
  border-radius: 0 0.2rem 0.2rem 0;
}
@media (max-width: 991px) {
  .technical .list ul li .public-img {
    width: 100%;
    border-radius: 0.2rem 0.2rem 0 0;
  }
}
.technical .list ul li .public-img::before {
  padding-top: 75%;
}
.technical .list ul li .tbox {
  width: calc(50% + 1.6rem);
  margin: 0 0 0 -1.6rem;
  padding: 0 1rem 0 1.6rem;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 991px) {
  .technical .list ul li .tbox {
    width: 100%;
    margin: 0;
    padding: 0.5rem;
  }
}
.technical .list ul li .tbox .t1 {
  width: 100%;
  color: #000;
  font-weight: bold;
  font-family: "content-title";
  line-height: 1.04166667em;
}
.technical .list ul li .tbox .txt {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #666;
  line-height: 1.55555556em;
  margin-top: 0.28rem;
  padding-top: 0.35rem;
}
.brand {
  width: 100%;
  padding: 1.34rem 0 2.6rem;
}
@media (max-width: 767px) {
  .brand {
    padding: 1.2rem 0 2rem;
  }
}
.brand .container .box1 {
  width: 100%;
}
.brand .container .box1 .title {
  line-height: 1.17857143em;
  text-align: center;
  color: #333;
}
.brand .container .box1 .txt {
  width: 720px;
  max-width: 100%;
  line-height: 1.44444444em;
  text-align: center;
  color: #666;
  margin: 0.17rem auto 0;
}
.brand .container .box1 .more {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.brand .container .box1 .more .public-btn {
  border: 1px solid #333;
  color: #333;
}
.brand .container .box1 .more .public-btn:hover {
  border: 1px solid #1fc676;
  color: #fff;
}
.brand .container .list {
  max-width: 1240px;
  margin: 1.2rem auto 0;
}
.brand .container .list ul {
  width: 100%;
}
.brand .container .list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .brand .container .list ul li {
    margin-bottom: 0.7rem;
  }
}
.brand .container .list ul li:last-child {
  margin-bottom: 0;
}
.brand .container .list ul li .public-img {
  width: 50%;
  border-radius: 0.2rem;
}
@media (max-width: 991px) {
  .brand .container .list ul li .public-img {
    width: 100%;
  }
}
.brand .container .list ul li .public-img::before {
  padding-top: 84.83870968%;
}
.brand .container .list ul li .tbox {
  width: 43.54%;
}
@media (max-width: 991px) {
  .brand .container .list ul li .tbox {
    width: 100%;
    padding: 0.5rem 0.3rem;
  }
}
.brand .container .list ul li .tbox .title {
  line-height: 1.20833333em;
  color: #333;
  font-family: "content-title";
}
.brand .container .list ul li .tbox .txt {
  line-height: 1.44;
  color: #666;
  margin-top: 0.32rem;
}
.brand .container .list ul li .tbox .more {
  margin-top: 0.46rem;
}
.brand .container .list ul li .tbox .more .public-btn {
  border: 1px solid #333;
  color: #333;
}
.brand .container .list ul li .tbox .more .public-btn:hover {
  border: 1px solid #1fc676;
  color: #fff;
}
.service {
  width: 100%;
}
.service .top {
  width: 100%;
  padding: 1.06rem 0 0.6rem;
}
.service .top .container {
  max-width: 1200px;
}
.service .top .container ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.service .top .container ul li {
  width: 25%;
}
@media (max-width: 767px) {
  .service .top .container ul li {
    width: 50%;
    margin-bottom: 0.4rem;
  }
}
.service .top .container ul li .icon {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 2px solid #1fc676;
}
@media (max-width: 767px) {
  .service .top .container ul li .icon svg {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.service .top .container ul li .icon svg path {
  fill: #1fc676;
}
.service .top .container ul li .txt {
  color: #000;
  text-align: center;
  line-height: 1.11111111em;
  margin-top: 0.15rem;
}
.service .list {
  width: 100%;
  background: #f5f5f7;
  padding: 1.3rem 0 2.4rem;
}
.service .list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .service .list ul li {
    margin-bottom: 0.8rem;
  }
}
.service .list ul li:nth-child(2n) {
  flex-direction: row;
}
.service .list ul li:nth-child(2n) .tbox {
  padding: 0 1.6rem 0 1rem;
}
@media (max-width: 991px) {
  .service .list ul li:nth-child(2n) .tbox {
    padding: 0.5rem;
  }
}
.service .list ul li:last-child {
  margin-bottom: 0;
}
.service .list ul li .public-img {
  width: 50%;
}
@media (max-width: 991px) {
  .service .list ul li .public-img {
    width: 100%;
  }
}
.service .list ul li .public-img::before {
  padding-top: 48.75%;
}
.service .list ul li .tbox {
  width: 50%;
  padding: 0 1rem 0 1.6rem;
}
@media (max-width: 991px) {
  .service .list ul li .tbox {
    width: 100%;
    padding: 0.5rem;
  }
}
.service .list ul li .tbox .t1 {
  line-height: 1.04166667em;
  color: #000;
  font-family: "content-title";
}
.service .list ul li .tbox .t2 {
  color: #666;
  line-height: 1.55555556em;
  margin-top: 0.27rem;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.download {
  width: 100%;
  background: #f5f5f7;
  padding: 1.2rem 0 2.4rem;
}
.download .container {
  max-width: 1240px;
  background: #fff;
  border-radius: 0.4rem;
  padding: 0.93rem 0.6rem 0.83rem;
}
@media (max-width: 767px) {
  .download .container {
    padding: 0.93rem 0.5rem 1.2rem;
  }
}
.download .container .title {
  font-family: "content-title";
  color: #000;
  text-align: center;
  line-height: 1.20833333em;
}
.download .container .center {
  width: 100%;
  margin-top: 0.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
}
.download .container .center .left {
  width: 31.6%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.38rem 0.5rem 0 0;
}
@media (max-width: 991px) {
  .download .container .center .left {
    width: 100%;
    border-right: none;
    padding: 0.38rem 0 0;
  }
}
.download .container .center .left .search {
  width: 100%;
  height: 0.56rem;
  display: flex;
  border-radius: 0.28rem;
  overflow: hidden;
  background: #f5f5f7;
}
@media (max-width: 767px) {
  .download .container .center .left .search {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.download .container .center .left .search .t1 {
  width: 100%;
  height: 100%;
  padding-left: 0.28rem;
}
.download .container .center .left .search .t1::placeholder {
  color: #999;
}
.download .container .center .left .search .btn {
  width: 0.82rem;
  height: 100%;
  background: url(../images/search.svg) center center no-repeat;
}
.download .container .center .left .menu {
  width: 100%;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .download .container .center .left .menu > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.download .container .center .left .menu > ul > li {
  width: 100%;
  margin-bottom: 0.28rem;
  position: relative;
}
@media (max-width: 991px) {
  .download .container .center .left .menu > ul > li {
    width: 50%;
    padding: 0 0.25rem;
  }
}
@media (max-width: 767px) {
  .download .container .center .left .menu > ul > li {
    width: 100%;
  }
}
.download .container .center .left .menu > ul > li .m1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.download .container .center .left .menu > ul > li .m1 a {
  color: #000;
  line-height: 1.44444444em;
}
.download .container .center .left .menu > ul > li .m1 i {
  width: 0.15rem;
  height: 0.15rem;
  display: flex;
}
@media (max-width: 991px) {
  .download .container .center .left .menu > ul > li .m1 i {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.download .container .center .left .menu > ul > li .m1 i svg {
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
.download .container .center .left .menu > ul > li .m1 i svg path {
  fill: #000;
}
.download .container .center .left .menu > ul > li > ul {
  width: 100%;
  padding: 0.27rem 0 0.15rem;
  display: none;
}
@media (max-width: 991px) {
  .download .container .center .left .menu > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
}
.download .container .center .left .menu > ul > li > ul > li {
  width: 100%;
  margin-bottom: 0.2rem;
  padding: 0 0.3rem;
  display: flex;
}
.download .container .center .left .menu > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.download .container .center .left .menu > ul > li > ul > li a {
  color: #666;
  transition: all 0.4s;
  line-height: 1.625em;
}
.download .container .center .left .menu > ul > li > ul > li:hover a,
.download .container .center .left .menu > ul > li > ul > li.on a {
  color: #1fc676;
}
.download .container .center .left .menu > ul > li.on .m1 i svg {
  transform: rotateZ(-90deg);
}
.download .container .center .right {
  width: 68.4%;
  padding-top: 0.1rem;
  padding-left: 0.5rem;
}
@media (max-width: 991px) {
  .download .container .center .right {
    width: 100%;
    padding-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.download .container .center .right ul li {
  display: flex;
  padding: 0.26rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .download .container .center .right ul li {
    flex-wrap: wrap;
  }
}
.download .container .center .right ul li .icon {
  width: 0.23rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .download .container .center .right ul li .icon {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.download .container .center .right ul li .icon img {
  width: 100%;
}
.download .container .center .right ul li .ts {
  width: 100%;
  margin: 0 0.28rem;
}
@media (max-width: 767px) {
  .download .container .center .right ul li .ts {
    width: calc(100% - 0.5rem);
    margin: 0 0 0 auto;
  }
}
.download .container .center .right ul li .ts .t1 {
  line-height: 1.44444444em;
  color: #000;
}
.download .container .center .right ul li .ts .time {
  color: #666;
  line-height: 1.85714286em;
  margin-top: 4px;
}
.download .container .center .right ul li .load {
  min-width: 1rem;
  border: 1px solid #1fc676;
  height: 0.4rem;
  border-radius: 0.2rem;
  padding: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .download .container .center .right ul li .load {
    min-width: 1.6rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    margin-top: 0.15rem;
  }
}
.download .container .center .right ul li .load i {
  width: 0.18rem;
  display: flex;
  margin-right: 0.1rem;
}
@media (max-width: 991px) {
  .download .container .center .right ul li .load i {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.download .container .center .right ul li .load i svg {
  width: 100%;
  height: auto;
}
.download .container .center .right ul li .load i svg path {
  fill: #1fc676;
  transition: all 0.4s;
}
.download .container .center .right ul li .load span {
  color: #1fc676;
  transition: all 0.4s;
}
.download .container .center .right ul li .load:hover {
  background: #1fc676;
}
.download .container .center .right ul li .load:hover i svg path {
  fill: #fff;
}
.download .container .center .right ul li .load:hover span {
  color: #fff;
}
.download .container .center .right .page-list {
  margin-top: 0.57rem;
}
.service-customized {
  width: 100%;
}
.service-customized .box1 {
  width: 100%;
  padding: 1.16rem 0 1.1rem;
}
.service-customized .box1 .container {
  max-width: 1240px;
}
.service-customized .box1 .container .title {
  font-family: "content-title";
  text-align: center;
  color: #000;
  line-height: 1.20833333em;
}
.service-customized .box1 .container .txt {
  color: #666;
  text-align: center;
  line-height: 1.55555556em;
  margin-top: 0.3rem;
}
.service-customized .box1 .container .more {
  margin-top: 0.45rem;
  display: flex;
  justify-content: center;
}
.service-customized .box1 .container .more .public-btn {
  border: 1px solid #333;
  color: #333;
}
.service-customized .box1 .container .more .public-btn svg {
  margin-right: 0.1rem;
}
.service-customized .box1 .container .more .public-btn svg path {
  fill: #333;
  transition: all 0.4s;
}
.service-customized .box1 .container .more .public-btn:hover {
  border: 1px solid #fff;
  color: #fff;
}
.service-customized .box1 .container .more .public-btn:hover svg path {
  fill: #fff;
}
.service-customized .box2 {
  width: 100%;
  padding: 1.06rem 0 0.95rem;
  background: #f5f5f7;
}
.service-customized .box2 .container {
  max-width: 1200px;
}
.service-customized .box2 .container ul {
  display: flex;
  flex-wrap: wrap;
}
.service-customized .box2 .container ul li {
  width: 25%;
}
@media (max-width: 767px) {
  .service-customized .box2 .container ul li {
    width: 50%;
    padding: 0.3rem 0;
  }
}
.service-customized .box2 .container ul li .icons {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  border: 2px solid #1fc676;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.service-customized .box2 .container ul li .icons svg {
  max-width: 60%;
  max-height: 60%;
}
.service-customized .box2 .container ul li .icons svg path {
  fill: #1fc676;
}
.service-customized .box2 .container ul li .txt {
  color: #000;
  text-align: center;
  line-height: 1.55555556em;
  margin-top: 0.11rem;
}
.service-customized .box3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.service-customized .box3 .img-box {
  width: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .service-customized .box3 .img-box {
    width: 100%;
  }
}
.service-customized .box3 .img-box .img1 {
  width: 100%;
  height: 100%;
}
.service-customized .box3 .img-box .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-customized .box3 .img-box .public-img {
  width: 73.95833333%;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.2rem;
}
@media (max-width: 1260px) {
  .service-customized .box3 .img-box .public-img {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.service-customized .box3 .img-box .public-img::before {
  padding-top: 56.33802817%;
}
.service-customized .box3 .img-box .public-img .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.service-customized .box3 .img-box .public-img .bg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.service-customized .box3 .img-box .public-img .bg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(31, 198, 118, 0), rgba(31, 198, 118, 0.6));
}
.service-customized .box3 .img-box .public-img .play {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.service-customized .box3 .img-box .public-img .play svg {
  width: 0.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .service-customized .box3 .img-box .public-img .play svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.service-customized .box3 .img-box .public-img .play svg path {
  fill: #1fc676;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service-customized .box3 .img-box .public-img .play {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.service-customized .box3 .img-box .public-img .play:hover {
  background: #1fc676;
}
.service-customized .box3 .img-box .public-img .play:hover svg path {
  fill: #fff;
}
.service-customized .box3 .tbox {
  width: 50%;
  padding: 0.67rem 1.6rem 0.66rem 1.05rem;
}
@media (max-width: 1260px) {
  .service-customized .box3 .tbox {
    padding: 0.7rem 5%;
  }
}
@media (max-width: 991px) {
  .service-customized .box3 .tbox {
    width: 100%;
    padding: 0.7rem 5% 1.2rem;
  }
}
.service-customized .box3 .tbox .title {
  line-height: 1.04166667em;
  color: #000;
  font-family: "content-title";
}
.service-customized .box3 .tbox .ts {
  width: 100%;
  margin-top: 0.27rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.35rem;
}
.service-customized .box3 .tbox .ts span {
  line-height: 1.55555556em;
  margin-bottom: 2px;
  position: relative;
  padding-left: 0.28rem;
  display: block;
}
.service-customized .box3 .tbox .ts span:last-child {
  margin-bottom: 0;
}
.service-customized .box3 .tbox .ts span::before {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #1fc676;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.service-customized .box3 .tbox .more {
  margin-top: 0.3rem;
}
.service-customized .box3 .tbox .more .public-btn {
  border: 1px solid #333;
  color: #333;
}
.service-customized .box3 .tbox .more .public-btn:hover {
  border: 1px solid #1fc676;
  color: #fff;
}
.service-customized .box4 {
  width: 100%;
  padding: 1.2rem 0 1.4rem;
}
.service-customized .box4 .container {
  max-width: 1240px;
}
.service-customized .box4 .container .title {
  color: #000;
  text-align: center;
  line-height: 1.04166667em;
  font-family: "content-title";
}
.service-customized .box4 .container .txt {
  color: #666;
  text-align: center;
  line-height: 1.55555556em;
  margin-top: 0.35rem;
}
.service-customized .box4 .container .public-img {
  width: 57.25806452%;
  position: relative;
  border-radius: 0.2rem;
  margin: 0.45rem auto 0;
}
@media (max-width: 991px) {
  .service-customized .box4 .container .public-img {
    width: 100%;
  }
}
.service-customized .box4 .container .public-img::before {
  padding-top: 56.33802817%;
}
.service-customized .box4 .container .public-img .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.service-customized .box4 .container .public-img .bg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.service-customized .box4 .container .public-img .bg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(31, 198, 118, 0), rgba(31, 198, 118, 0.6));
}
.service-customized .box4 .container .public-img .play {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.service-customized .box4 .container .public-img .play svg {
  width: 0.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .service-customized .box4 .container .public-img .play svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.service-customized .box4 .container .public-img .play svg path {
  fill: #1fc676;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service-customized .box4 .container .public-img .play {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.service-customized .box4 .container .public-img .play:hover {
  background: #1fc676;
}
.service-customized .box4 .container .public-img .play:hover svg path {
  fill: #fff;
}
.service-customized .box5 {
  width: 100%;
  background: #f5f5f7;
}
.service-customized .box5 ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.service-customized .box5 ul li:nth-child(2n) {
  flex-direction: row;
}
.service-customized .box5 ul li:nth-child(2n) .tbox {
  padding: 0.7rem 1.6rem 0.7rem 1rem;
}
@media (max-width: 1260px) {
  .service-customized .box5 ul li:nth-child(2n) .tbox {
    padding: 0.7rem 5%;
  }
}
@media (max-width: 991px) {
  .service-customized .box5 ul li:nth-child(2n) .tbox {
    padding: 0.7rem 5% 1.2rem;
  }
}
.service-customized .box5 ul li:nth-child(7) {
  background: #fff;
}
.service-customized .box5 ul li:nth-child(7) .tbox {
  padding: 0.7rem 0 0.7rem 1.6rem;
}
@media (max-width: 1260px) {
  .service-customized .box5 ul li:nth-child(7) .tbox {
    padding: 0.7rem 5%;
  }
}
@media (max-width: 991px) {
  .service-customized .box5 ul li:nth-child(7) .tbox {
    padding: 0.7rem 5% 1.2rem;
  }
}
.service-customized .box5 ul li:nth-child(7) .img {
  padding: 0.72rem 0 0.72rem 1rem;
}
@media (max-width: 991px) {
  .service-customized .box5 ul li:nth-child(7) .img {
    padding: 0;
  }
}
.service-customized .box5 ul li .img {
  width: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .service-customized .box5 ul li .img {
    width: 100%;
  }
}
.service-customized .box5 ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-customized .box5 ul li .img .public-img {
  width: 73.95833333%;
  border-radius: 0.2rem;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .service-customized .box5 ul li .img .public-img {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.service-customized .box5 ul li .img .public-img::before {
  padding-top: 56.33802817%;
}
.service-customized .box5 ul li .img .public-img .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.service-customized .box5 ul li .img .public-img .bg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.service-customized .box5 ul li .img .public-img .bg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(31, 198, 118, 0), rgba(31, 198, 118, 0.6));
}
.service-customized .box5 ul li .img .public-img .play {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.service-customized .box5 ul li .img .public-img .play svg {
  width: 0.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .service-customized .box5 ul li .img .public-img .play svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.service-customized .box5 ul li .img .public-img .play svg path {
  fill: #1fc676;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .service-customized .box5 ul li .img .public-img .play {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.service-customized .box5 ul li .img .public-img .play:hover {
  background: #1fc676;
}
.service-customized .box5 ul li .img .public-img .play:hover svg path {
  fill: #fff;
}
.service-customized .box5 ul li .tbox {
  width: 50%;
  padding: 0.7rem 1rem 0.7rem 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 1260px) {
  .service-customized .box5 ul li .tbox {
    padding: 0.7rem 5%;
  }
}
@media (max-width: 991px) {
  .service-customized .box5 ul li .tbox {
    width: 100%;
    padding: 0.7rem 5% 1.2rem;
  }
}
.service-customized .box5 ul li .tbox .t1 {
  font-family: "content-title";
  line-height: 1.04166667em;
  color: #000;
}
.service-customized .box5 ul li .tbox .txt {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.27rem;
  padding-top: 0.35rem;
  color: #666;
  line-height: 1.55555556em;
}
.service-customized .box5 ul li .tbox .more {
  margin-top: 0.35rem;
}
.service-customized .box5 ul li .tbox .more .public-btn {
  border: 1px solid #333;
  color: #333;
}
.service-customized .box5 ul li .tbox .more .public-btn:hover {
  border: 1px solid #fff;
  color: #fff;
}
.service-customized .box6 {
  width: 100%;
  background: #000;
  padding: 1.12rem 0 1.15rem;
}
.service-customized .box6 .container {
  max-width: 1240px;
}
.service-customized .box6 .container .title {
  line-height: 1.20833333em;
  text-align: center;
  background-color: #1fc676;
  background-image: linear-gradient(45deg, #1fc676, #a6f9e9, rgba(64, 223, 163, 0));
  background-size: 150% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "content-title";
}
.service-customized .box6 .container .txt {
  text-align: center;
  color: #fff;
  line-height: 1.55555556em;
  margin-top: 0.3rem;
}
.service-customized .box6 .container .more {
  display: flex;
  justify-content: center;
  margin-top: 0.55rem;
}
.service-customized .box6 .container .more .public-btn {
  border: 1px solid #fff;
  color: #fff;
}
.service-customized .box6 .container .more .public-btn:hover {
  border: 1px solid #1fc676;
}
.service-customized .box7 {
  width: 100%;
  position: relative;
}
.service-customized .box7 .img {
  width: 100%;
  height: 7.78rem;
  display: flex;
}
.service-customized .box7 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-customized .box7 .container {
  position: absolute;
  top: 1.86rem;
  left: 50%;
  transform: translateX(-50%);
}
.service-customized .box7 .container .t1 {
  color: #666;
  text-align: center;
  line-height: 1.55555556em;
  font-family: "content-title";
}
.service-customized .box7 .container .title {
  line-height: 1.20833333em;
  color: #000;
  text-align: center;
  font-family: "content-title";
  margin-top: 0.12rem;
}
.service-customized .box7 .container .title span {
  color: #1fc676;
}
.service-customized .box7 .container .more {
  margin-top: 0.56rem;
  display: flex;
  justify-content: center;
}
.service-customized .box7 .container .more .public-btn {
  border: 1px solid #333;
  color: #333;
}
.service-customized .box7 .container .more .public-btn:hover {
  border: 1px solid #1fc676;
  color: #fff;
}
.household {
  width: 100%;
  padding: 1.2rem 0 0;
}
.household .box1 {
  width: 100%;
}
.household .box1 .container {
  max-width: 1240px;
  padding-top: 0.97rem;
  background: #f5f5f7;
  border-radius: 0.2rem;
  overflow: hidden;
}
.household .box1 .container .title {
  text-align: center;
  color: #000;
  line-height: 1.20833333em;
  font-family: "content-title";
}
.household .box1 .container .txt {
  width: 800px;
  max-width: 90%;
  margin: 0.3rem auto 0;
  color: #666;
  line-height: 1.55555556em;
  text-align: center;
}
.household .box1 .container .img {
  width: 100%;
  margin-top: 0.6rem;
}
.household .box2 {
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .household .box2 {
    margin-top: 1.2rem;
  }
}
.household .box2 .container {
  max-width: 1240px;
  padding: 0.96rem 0 1rem;
  border-radius: 0.2rem;
  background: #f5f5f7;
}
.household .box2 .container .title {
  color: #000;
  font-family: "content-title";
  line-height: 1.20833333em;
  text-align: center;
}
.household .box2 .container .list {
  width: 100%;
  margin-top: 0.56rem;
}
.household .box2 .container .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.household .box2 .container .list ul li {
  width: 25%;
}
@media (max-width: 767px) {
  .household .box2 .container .list ul li {
    width: 50%;
    margin-top: 0.3rem;
    padding: 0.1rem;
  }
}
.household .box2 .container .list ul li:nth-child(1) .icon {
  transition: all 0.8s 0.1s;
}
.household .box2 .container .list ul li:nth-child(2) .icon {
  transition: all 0.8s 0.3s;
}
.household .box2 .container .list ul li:nth-child(3) .icon {
  transition: all 0.8s 0.5s;
}
.household .box2 .container .list ul li:nth-child(4) .icon {
  transition: all 0.8s 0.7s;
}
.household .box2 .container .list ul li .icon {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transform: rotateY(180deg);
}
.household .box2 .container .list ul li .icon.on {
  transform: rotateY(0);
}
.household .box2 .container .list ul li .txt {
  margin: 0.2rem auto 0;
  max-width: 200px;
  text-align: center;
  line-height: 1.09090909em;
  color: #000;
  font-family: "content-title";
  transition: all 0.4s;
}
.household .box2 .container .list ul li.on .txt {
  color: #1fc676;
}
.household .box2 .container .becomePartner-div {
  width: 100%;
  margin-top: 0.56rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.household .box2 .container .becomePartner-div .becomePartner_item {
  width: 25%;
  height: 450px;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100%;
}
@media (max-width: 991px) {
  .household .box2 .container .becomePartner-div .becomePartner_item {
    width: 50%;
  }
}
.household .box2 .container .becomePartner-div .becomePartner_item .img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.household .box2 .container .becomePartner-div .becomePartner_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .household .box2 .container .becomePartner-div .becomePartner_item .img img.bg-pc {
    display: none;
  }
}
.household .box2 .container .becomePartner-div .becomePartner_item .img img.bg-mobile {
  display: none;
}
@media (max-width: 991px) {
  .household .box2 .container .becomePartner-div .becomePartner_item .img img.bg-mobile {
    display: block;
  }
}
.household .box2 .container .becomePartner-div .becomePartner_item .becomePartner_card {
  padding: 0.3rem;
  width: 100%;
  min-height: 1.7rem;
  background: #fff;
  color: #000;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: clip-path 0.5s;
  -webkit-transition: clip-path 0.5s;
  clip-path: inset(0 0 calc(100% - 1.7rem) 0);
}
@media (max-width: 1580px) {
  .household .box2 .container .becomePartner-div .becomePartner_item .becomePartner_card {
    min-height: 2rem;
    clip-path: inset(0 0 calc(100% - 2rem) 0);
  }
}
.household .box2 .container .becomePartner-div .becomePartner_item .becomePartner_card:hover {
  min-height: 320px;
  clip-path: inset(0 0 0 0);
}
.household .box2 .container .becomePartner-div .becomePartner_item .becomePartner_card .becomePartner_card_icon {
  width: 0.5rem;
  height: 0.5rem;
}
.household .box2 .container .becomePartner-div .becomePartner_item .becomePartner_card .becomePartner_card_title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 0.15rem;
  min-height: 68px;
}
.household .box2 .container .becomePartner-div .becomePartner_item .becomePartner_card .becomePartner_card_text {
  font-size: 16px;
  margin-bottom: 0.1rem;
  line-height: 1.1875em;
  margin-top: 0.1rem;
}
.household .box2 .container .becomePartner-div .becomePartner_item .becomePartner_card .becomePartner_card_join {
  font-size: 16px;
  color: #007dff;
}
.household .box2 .container .becomePartner-div .becomePartner_item .becomePartner_card .becomePartner_card_join span {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/Assets/Solar/v4/img/Partners/PartnerIntroduction/ic_arrow_R.png");
  position: relative;
  bottom: -4px;
}
.household .box2 .container .becomePartner-div .becomePartner_item .becomePartner_card .becomePartner_card_copy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0.25rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.household .box2 .container .becomePartner-div .becomePartner_item .becomePartner_card .becomePartner_card_copy span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("/Assets/Solar/v4/img/Partners/PartnerIntroduction/ic_information.png") center no-repeat;
}
.household .box2 .container .becomePartner-div .becomePartner_item .becomePartner_card.black {
  background: #000;
  color: #fff;
  position: absolute;
  min-height: 1.7rem;
  transform: translateY(calc(100% - 1.7rem));
  bottom: 0;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  clip-path: inset(0 0 0 0);
}
@media (max-width: 1580px) {
  .household .box2 .container .becomePartner-div .becomePartner_item .becomePartner_card.black {
    min-height: 2rem;
    transform: translateY(calc(100% - 2rem));
  }
}
.household .box2 .container .becomePartner-div .becomePartner_item .becomePartner_card.black:hover {
  transform: translateY(0);
  min-height: 280px;
}
.household .box2 .container .becomePartner-div .becomePartner_item .becomePartner_card.black .becomePartner_card_copy {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.household .box2 .container .becomePartner-div .becomePartner_item .becomePartner_card.black .becomePartner_card_copy span {
  background: url("/Assets/Solar/v4/img/Partners/PartnerIntroduction/ic_information_w.png") center no-repeat;
}
.household .box3 {
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .household .box3 {
    margin-top: 1.2rem;
  }
}
.household .box3 .container {
  max-width: 1240px;
  background: #f6f6ee;
  border-radius: 0.2rem;
  padding: 0.96rem 0 0;
  overflow: hidden;
}
.household .box3 .container .title {
  color: #000;
  font-family: "content-title";
  line-height: 1.20833333em;
  text-align: center;
}
.household .box3 .container .box {
  width: 100%;
  margin-top: 0.46rem;
  position: relative;
}
.household .box3 .container .box .img {
  width: 100%;
}
.household .box3 .container .box .img img {
  width: 100%;
}
.household .box3 .container .box .dian-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.household .box3 .container .box .dian-box .dian {
  position: absolute;
  width: 30px;
  height: 30px;
}
.household .box3 .container .box .dian-box .dian a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #1fc676;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
  font-family: none;
}
.household .box3 .container .box .dian-box .dian::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(31, 198, 118, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: dianRun2 2s linear infinite;
}
.household .box3 .container .box .dian-box .dian1 {
  left: 27.25806452%;
  top: 25.67567568%;
}
@media (max-width: 991px) {
  .household .box3 .container .box .dian-box .dian1 {
    left: 26.4516129%;
    top: 22.97297297%;
  }
}
@media (max-width: 767px) {
  .household .box3 .container .box .dian-box .dian1 {
    left: 24.19354839%;
    top: 20.27027027%;
  }
}
.household .box3 .container .box .dian-box .dian2 {
  left: 9.67741935%;
  top: 51.08108108%;
}
@media (max-width: 991px) {
  .household .box3 .container .box .dian-box .dian2 {
    left: 8.87096774%;
    top: 48.37837838%;
  }
}
@media (max-width: 767px) {
  .household .box3 .container .box .dian-box .dian2 {
    left: 6.85483871%;
    top: 45.94594595%;
  }
}
.household .box3 .container .box .dian-box .dian3 {
  left: 27.41935484%;
  top: 66.89189189%;
}
@media (max-width: 991px) {
  .household .box3 .container .box .dian-box .dian3 {
    left: 26.61290323%;
    top: 64.18918919%;
  }
}
@media (max-width: 767px) {
  .household .box3 .container .box .dian-box .dian3 {
    left: 24.59677419%;
    top: 60.81081081%;
  }
}
.household .box3 .container .box .dian-box .dian4 {
  left: 69.59677419%;
  top: 66.89189189%;
}
@media (max-width: 991px) {
  .household .box3 .container .box .dian-box .dian4 {
    left: 68.79032258%;
    top: 64.18918919%;
  }
}
@media (max-width: 767px) {
  .household .box3 .container .box .dian-box .dian4 {
    left: 66.77419355%;
    top: 60.81081081%;
  }
}
.household .box3 .container .box .dian-box .dian5 {
  left: 49.03225806%;
  top: 66.89189189%;
}
@media (max-width: 991px) {
  .household .box3 .container .box .dian-box .dian5 {
    left: 48.22580645%;
    top: 64.18918919%;
  }
}
@media (max-width: 767px) {
  .household .box3 .container .box .dian-box .dian5 {
    left: 45.80645161%;
    top: 60.81081081%;
  }
}
.household .box3 .container .box .dian-box .dian6 {
  left: 87.09677419%;
  top: 25.67567568%;
}
@media (max-width: 991px) {
  .household .box3 .container .box .dian-box .dian6 {
    left: 85.48387097%;
    top: 22.97297297%;
  }
}
@media (max-width: 767px) {
  .household .box3 .container .box .dian-box .dian6 {
    left: 83.87096774%;
    top: 20.27027027%;
  }
}
.household .box4 {
  width: 100%;
  margin-top: 1.4rem;
  padding: 1.33rem 0 1.4rem;
  background: #f5f5f7;
}
@media (max-width: 767px) {
  .household .box4 {
    margin-top: 1.2rem;
    padding: 1.2rem 0;
  }
}
.household .box4 .title {
  text-align: center;
  font-family: "content-title";
  line-height: 1.20833333em;
  color: #000;
}
.household .box4 .list {
  width: 100%;
  margin-top: 0.42rem;
}
.household .box4 .list .swiper-container {
  padding-bottom: 0.8rem;
}
.household .box4 .list .swiper-container .swiper-slide {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 0.15rem 0;
  opacity: 0.4;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .household .box4 .list .swiper-container .swiper-slide {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.household .box4 .list .swiper-container .swiper-slide .tbox {
  width: 50%;
  padding: 0.38rem 0.6rem;
}
@media (max-width: 991px) {
  .household .box4 .list .swiper-container .swiper-slide .tbox {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .household .box4 .list .swiper-container .swiper-slide .tbox {
    width: 100%;
  }
}
.household .box4 .list .swiper-container .swiper-slide .tbox .t1 {
  line-height: 1.27777778em;
  color: #000;
  font-family: "content-title";
}
.household .box4 .list .swiper-container .swiper-slide .tbox .t2 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
.household .box4 .list .swiper-container .swiper-slide .tbox .t2 .ts {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .household .box4 .list .swiper-container .swiper-slide .tbox .t2 .ts {
    width: 100%;
  }
}
.household .box4 .list .swiper-container .swiper-slide .tbox .t2 .ts i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1fc676;
  margin-right: 0.07rem;
  flex-shrink: 0;
}
.household .box4 .list .swiper-container .swiper-slide .tbox .t2 .ts span {
  color: #666;
  line-height: 1.625em;
}
.household .box4 .list .swiper-container .swiper-slide .tbox .more {
  margin-top: 0.9rem;
  display: flex;
}
.household .box4 .list .swiper-container .swiper-slide .tbox .more a {
  display: flex;
  align-items: center;
}
.household .box4 .list .swiper-container .swiper-slide .tbox .more a span {
  color: #1fc676;
  line-height: 1.625em;
}
.household .box4 .list .swiper-container .swiper-slide .tbox .more a i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1fc676;
  margin-left: 0.13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .household .box4 .list .swiper-container .swiper-slide .tbox .more a i {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.household .box4 .list .swiper-container .swiper-slide .tbox .more a i svg {
  width: 12px;
  height: auto;
}
@media (max-width: 767px) {
  .household .box4 .list .swiper-container .swiper-slide .tbox .more a i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.household .box4 .list .swiper-container .swiper-slide .tbox .more a i svg path {
  fill: #fff;
}
.household .box4 .list .swiper-container .swiper-slide .tbox .more a:hover i {
  margin-left: 0.2rem;
}
.household .box4 .list .swiper-container .swiper-slide .public-img {
  width: 3.5rem;
}
@media (max-width: 767px) {
  .household .box4 .list .swiper-container .swiper-slide .public-img {
    width: 100%;
  }
}
.household .box4 .list .swiper-container .swiper-slide .public-img::before {
  padding-top: 100%;
}
.household .box4 .list .swiper-container .swiper-slide .public-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.household .box4 .list .swiper-container .swiper-slide .bgs {
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.04;
  font-size: 2.5rem;
  line-height: 1;
  white-space: nowrap;
  color: #000;
  text-transform: uppercase;
  font-family: "content-title";
}
@media (max-width: 767px) {
  .household .box4 .list .swiper-container .swiper-slide .bgs {
    left: 0;
  }
}
.household .box4 .list .swiper-container .swiper-slide-active {
  opacity: 1;
}
.household .box4 .list .swiper-container .swiper-pagination {
  bottom: 0.1rem;
}
.household .box4 .list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background: #d8d8da;
  position: relative;
  margin: 0 0.18rem;
}
.household .box4 .list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #1fc676;
}
.household .box4 .list .swiper-container .swiper-pagination .swiper-pagination-bullet-active::before {
  content: '';
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  border: 1px solid #1fc676;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.household .box4 .mores {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}
.household .box4 .mores .public-btn {
  border: 1px solid #333;
}
.household .box4 .mores .public-btn span {
  color: #333;
}
.household .box4 .mores .public-btn:hover {
  border: 1px solid #1fc676;
}
.household .box4 .mores .public-btn:hover span {
  color: #fff;
}
.household .box5 {
  width: 100%;
  position: relative;
  padding: 1.35rem 0 2.6rem;
  background: url(../images/household-box5-bg.png) center 3.5rem no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .household .box5 {
    padding: 1.2rem 0 2.2rem;
    background: url(../images/household-box5-bg.png) center 160% no-repeat;
  }
}
.household .box5 .container {
  max-width: 1240px;
}
.household .box5 .container .title {
  text-align: center;
  font-family: "content-title";
  line-height: 1.20833333em;
  color: #000;
}
.household .box5 .container .list {
  width: 100%;
  margin-top: 0.56rem;
}
.household .box5 .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.household .box5 .container .list ul li {
  width: calc(33.33% - 0.3rem);
  margin: 0 0.15rem 0.3rem;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #f5f5f7;
}
@media (max-width: 767px) {
  .household .box5 .container .list ul li {
    width: calc(100% - 0.3rem);
  }
}
.household .box5 .container .list ul li .public-img {
  width: 100%;
}
.household .box5 .container .list ul li .public-img::before {
  padding-top: 71.24681934%;
}
.household .box5 .container .list ul li .tbox {
  width: 100%;
  padding: 0.44rem 0.5rem 0.6rem;
}
.household .box5 .container .list ul li .tbox .t1 {
  line-height: 1.5em;
  color: #000;
  font-family: "content-title";
  text-align: center;
}
.household .box5 .container .list ul li .tbox .more {
  margin-top: 0.1rem;
  display: flex;
  justify-content: center;
}
.household .box5 .container .list ul li .tbox .more a {
  display: flex;
  align-items: center;
}
.household .box5 .container .list ul li .tbox .more a span {
  color: #1fc676;
  line-height: 1.625em;
}
.household .box5 .container .list ul li .tbox .more a i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1fc676;
  margin-left: 0.13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .household .box5 .container .list ul li .tbox .more a i {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.household .box5 .container .list ul li .tbox .more a i svg {
  width: 12px;
  height: auto;
}
@media (max-width: 767px) {
  .household .box5 .container .list ul li .tbox .more a i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.household .box5 .container .list ul li .tbox .more a i svg path {
  fill: #fff;
}
.household .box5 .container .list ul li .tbox .more a:hover i {
  margin-left: 0.2rem;
}
.household .box5 .container .boxs {
  width: 100%;
  margin-top: 2.05rem;
}
@media (max-width: 767px) {
  .household .box5 .container .boxs {
    margin-top: 1.2rem;
  }
}
.household .box5 .container .boxs .t1 {
  color: #666;
  text-align: center;
  line-height: 1.55555556em;
  font-family: "content-title";
}
.household .box5 .container .boxs .title {
  line-height: 1.20833333em;
  color: #000;
  text-align: center;
  font-family: "content-title";
  margin-top: 0.12rem;
}
.household .box5 .container .boxs .title span {
  color: #1fc676;
}
.household .box5 .container .boxs .more {
  margin-top: 0.56rem;
  display: flex;
  justify-content: center;
}
.household .box5 .container .boxs .more .public-btn {
  border: 1px solid #333;
  color: #333;
}
.household .box5 .container .boxs .more .public-btn:hover {
  border: 1px solid #1fc676;
  color: #fff;
}
@keyframes dianRun2 {
  form {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
#hi-video-pop .hi-close:hover {
  background: #1fc676;
}
.cooperation {
  width: 100%;
}
.cooperation .box1 {
  width: 100%;
  padding: 0.97rem 0 1.55rem;
  background: url(../images/cooperation-box1-bg.png) center top no-repeat;
}
@media (max-width: 767px) {
  .cooperation .box1 {
    padding: 1.2rem 0;
  }
}
.cooperation .box1 .container {
  max-width: 1240px;
}
.cooperation .box1 .container .title {
  max-width: 1010px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  line-height: 1.04166667em;
  font-family: "content-title";
}
.cooperation .box1 .container .txt {
  color: #666;
  text-align: center;
  line-height: 1.44444444em;
  margin-top: 0.36rem;
}
.cooperation .box1 .container .list {
  width: 100%;
  margin-top: 0.76rem;
}
.cooperation .box1 .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.cooperation .box1 .container .list ul li {
  width: calc(33.33% - 0.3rem);
  margin: 0 0.15rem 0.3rem;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #fafbf9;
}
@media (max-width: 767px) {
  .cooperation .box1 .container .list ul li {
    width: calc(100% - 0.3rem);
  }
}
.cooperation .box1 .container .list ul li .public-img {
  width: 100%;
}
.cooperation .box1 .container .list ul li .public-img::before {
  padding-top: 59.54198473%;
}
.cooperation .box1 .container .list ul li .tbox {
  width: 100%;
  padding: 0.4rem 0.2rem 0.78rem;
}
.cooperation .box1 .container .list ul li .tbox .t1 {
  font-family: "content-title";
  line-height: 1.16666667em;
  text-align: center;
  color: #000;
}
.cooperation .box1 .container .list ul li .tbox .t2 {
  text-align: center;
  line-height: 1.55555556em;
  margin-top: 0.18rem;
  color: #666;
}
.cooperation .box2 {
  width: 100%;
  background: #f5f5f7;
  position: relative;
  padding: 6px 0 0.8rem;
}
@media (max-width: 767px) {
  .cooperation .box2 {
    padding: 0 0 1.2rem;
  }
}
.cooperation .box2::before {
  content: '';
  width: 1234px;
  max-width: 100%;
  height: 1.59rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff, #ffffff);
  position: absolute;
  top: -0.62rem;
  left: 50%;
  transform: translateX(-50%);
}
.cooperation .box2 .container {
  max-width: 1430px;
}
.cooperation .box2 .container .public-img {
  width: 1.9rem;
  margin: 0 auto;
}
.cooperation .box2 .container .public-img::before {
  padding-top: 85.86387435%;
}
.cooperation .box2 .container .title {
  text-align: center;
  font-family: "content-title";
  line-height: 1.20833333em;
  color: #000;
  margin-top: 0.56rem;
}
.cooperation .box2 .container .list {
  width: 100%;
  margin-top: 0.57rem;
}
.cooperation .box2 .container .list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cooperation .box2 .container .list ul li {
  width: 33.33%;
  margin-bottom: 0.42rem;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .cooperation .box2 .container .list ul li {
    width: 100%;
  }
}
.cooperation .box2 .container .list ul li .icon {
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.cooperation .box2 .container .list ul li .icon img {
  max-width: 100%;
  max-height: 100%;
}
.cooperation .box2 .container .list ul li .t1 {
  line-height: 1.41666667em;
  text-align: center;
  color: #000;
  font-family: "content-title";
  margin-top: 0.25rem;
}
.cooperation .box2 .container .list ul li .t2 {
  max-width: 280px;
  line-height: 1.44444444em;
  color: #666;
  text-align: center;
  margin: 0.1rem auto 0;
}
.cooperation .box3 {
  width: 100%;
  padding: 1.46rem 0 2.7rem;
  background: #f5f5f7 url(../images/cooperation-box3-bg.png) center 4.07rem no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .cooperation .box3 {
    padding: 0 0 2.2rem;
    background: #f5f5f7 url(../images/cooperation-box3-bg.png) center 117% no-repeat;
  }
}
.cooperation .box3 .container {
  max-width: 1240px;
}
.cooperation .box3 .container .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cooperation .box3 .container .top .title {
  width: 40.32258065%;
  line-height: 1.20833333em;
  color: #000;
  font-family: "content-title";
}
@media (max-width: 991px) {
  .cooperation .box3 .container .top .title {
    width: 100%;
  }
}
.cooperation .box3 .container .top .txt {
  width: 50.40322581%;
  line-height: 1.44444444em;
  color: #999;
}
.cooperation .box3 .container .top .txt span {
  color: #333;
}
@media (max-width: 991px) {
  .cooperation .box3 .container .top .txt {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.cooperation .box3 .container .list {
  width: 100%;
  margin-top: 0.43rem;
}
.cooperation .box3 .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.cooperation .box3 .container .list ul li {
  width: calc(33.33% - 0.3rem);
  margin: 0 0.15rem 0.3rem;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cooperation .box3 .container .list ul li {
    width: calc(100% - 0.3rem);
  }
}
.cooperation .box3 .container .list ul li .public-img {
  width: 100%;
}
.cooperation .box3 .container .list ul li .public-img::before {
  padding-top: 102.55102041%;
}
.cooperation .box3 .container .list ul li .public-img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.cooperation .box3 .container .list ul li .txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.45rem;
  padding: 0 0.5rem;
  font-family: "content-title";
  color: #fff;
  line-height: 1.08333333em;
  z-index: 2;
}
.cooperation .box3 .container .boxs {
  width: 100%;
  margin-top: 1.8rem;
}
.cooperation .box3 .container .boxs .t1 {
  color: #666;
  text-align: center;
  line-height: 1.55555556em;
  font-family: "content-title";
}
.cooperation .box3 .container .boxs .title {
  line-height: 1.20833333em;
  color: #000;
  text-align: center;
  font-family: "content-title";
  margin-top: 0.12rem;
}
.cooperation .box3 .container .boxs .title span {
  color: #1fc676;
}
.cooperation .box3 .container .boxs .more {
  margin-top: 0.56rem;
  display: flex;
  justify-content: center;
}
.cooperation .box3 .container .boxs .more .public-btn {
  border: 1px solid #333;
  color: #333;
}
.cooperation .box3 .container .boxs .more .public-btn:hover {
  border: 1px solid #1fc676;
  color: #fff;
}
.about {
  width: 100%;
}
.about .box1 {
  width: 100%;
  background: #f5f5f7;
  padding: 1.05rem 0 1.6rem;
}
@media (max-width: 767px) {
  .about .box1 {
    padding: 1.2rem 0;
  }
}
.about .box1 .container {
  max-width: 1240px;
}
.about .box1 .container .title {
  line-height: 1.20833333em;
  text-align: center;
  color: #000;
  font-family: "content-title";
}
.about .box1 .container .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-top: 0.44rem;
}
.about .box1 .container .box .public-img {
  width: 50%;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .about .box1 .container .box .public-img {
    width: 100%;
    border-radius: 0;
  }
}
.about .box1 .container .box .public-img::before {
  padding-top: 74.19354839%;
}
.about .box1 .container .box .tbox {
  width: 50%;
  background: #fff;
  border-radius: 0.1rem;
  margin-top: 0.4rem;
  margin-bottom: -0.4rem;
  padding: 0.78rem 0.6rem 0.95rem;
}
@media (max-width: 991px) {
  .about .box1 .container .box .tbox {
    width: 100%;
    border-radius: 0;
    margin: 0;
  }
}
.about .box1 .container .box .tbox .txt {
  color: #666;
  line-height: 1.55555556em;
}
.about .box1 .container .box .tbox .more {
  margin-top: 0.35rem;
}
.about .box1 .container .box .tbox .more .public-btn {
  border: 1px solid #333;
  color: #333;
}
.about .box1 .container .box .tbox .more .public-btn i {
  margin-right: 0.1rem;
  display: flex;
}
.about .box1 .container .box .tbox .more .public-btn i svg {
  width: 0.26rem;
  height: 0.26rem;
}
@media (max-width: 767px) {
  .about .box1 .container .box .tbox .more .public-btn i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.about .box1 .container .box .tbox .more .public-btn i svg path {
  fill: #333;
  transition: all 0.4s;
}
.about .box1 .container .box .tbox .more .public-btn:hover {
  border: 1px solid #1fc676;
  color: #fff;
}
.about .box1 .container .box .tbox .more .public-btn:hover i svg path {
  fill: #fff;
}
.about .box2 {
  width: 100%;
  position: relative;
}
.about .box2 .img {
  width: 100%;
  height: 7.8rem;
}
.about .box2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .box2 .container {
  max-width: 1240px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about .box2 .container .tbox {
  max-width: 610px;
}
.about .box2 .container .tbox .title {
  color: #fff;
  line-height: 1.08333333em;
  font-family: "content-title";
}
.about .box2 .container .tbox .txt {
  line-height: 1.55555556em;
  color: #fff;
  margin-top: 0.2rem;
}
.about .box3 {
  width: 100%;
  background: #f5f5f7;
  padding: 1.4rem 0;
}
@media (max-width: 767px) {
  .about .box3 {
    padding: 1.2rem 0;
  }
}
.about .box3 ul {
  width: 100%;
}
.about .box3 ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.36rem;
}
.about .box3 ul li .public-img {
  width: 50%;
  border-radius: 0 0.2rem 0.2rem 0;
}
@media (max-width: 991px) {
  .about .box3 ul li .public-img {
    width: 100%;
    border-radius: 0;
  }
}
.about .box3 ul li .public-img::before {
  padding-top: 60.41666667%;
}
.about .box3 ul li .tbox {
  width: 50%;
  padding: 0 3.4rem 0 0.8rem;
}
@media (max-width: 1260px) {
  .about .box3 ul li .tbox {
    padding: 0 5%;
  }
}
@media (max-width: 991px) {
  .about .box3 ul li .tbox {
    width: 100%;
    padding: 0.5rem 5% 0;
  }
}
.about .box3 ul li .tbox .title {
  color: #000;
  line-height: 1.08333333em;
  font-family: "content-title";
}
.about .box3 ul li .tbox .txt {
  margin-top: 0.35rem;
  line-height: 1.55555556em;
  color: #666;
}
.about .box3 ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
.about .box3 ul li:nth-child(2n) .public-img {
  border-radius: 0.2rem 0 0 0.2rem;
}
@media (max-width: 991px) {
  .about .box3 ul li:nth-child(2n) .public-img {
    border-radius: 0;
  }
}
.about .box3 ul li:nth-child(2n) .tbox {
  padding: 0 0.8rem 0 3.4rem;
}
@media (max-width: 1260px) {
  .about .box3 ul li:nth-child(2n) .tbox {
    padding: 0 5%;
  }
}
@media (max-width: 991px) {
  .about .box3 ul li:nth-child(2n) .tbox {
    width: 100%;
    padding: 0.5rem 5% 0;
  }
}
.about .box3 ul li:last-child {
  margin-bottom: 0;
}
.about .box4 {
  width: 100%;
  background: url(../images/about-box4-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 1.13rem 0 0.7rem;
}
@media (max-width: 767px) {
  .about .box4 {
    padding: 1.2rem 0;
  }
}
.about .box4 .container .title {
  color: #000;
  text-align: center;
  font-family: "content-title";
  line-height: 1.08333333em;
}
.about .box4 .container .img {
  width: 100%;
  margin-top: 0.9rem;
  display: flex;
  justify-content: center;
}
.about .box5 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}
.about .box5 .public-img {
  width: 50%;
}
@media (max-width: 991px) {
  .about .box5 .public-img {
    width: 100%;
  }
}
.about .box5 .public-img::before {
  padding-top: 66.66666667%;
}
.about .box5 .tbox {
  width: 50%;
  padding: 0 1rem 1rem 3.4rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 1260px) {
  .about .box5 .tbox {
    padding: 0 5% 1rem;
  }
}
@media (max-width: 991px) {
  .about .box5 .tbox {
    width: 100%;
    padding: 0.5rem 5% 2.2rem;
  }
}
.about .box5 .tbox .title {
  width: 100%;
  line-height: 1.08333333em;
  color: #000;
  font-family: "content-title";
}
.about .box5 .tbox .txt {
  width: 100%;
  color: #666;
  line-height: 1.55555556em;
  margin-top: 0.35rem;
}
.webmap {
  width: 100%;
}
.webmap .container {
  max-width: 1240px;
}
.webmap .container .Breadcrumbs {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.71428571em;
  padding: 0.24rem 0;
}
.webmap .container .Breadcrumbs a {
  color: #999;
  transition: all 0.4s;
  display: flex;
}
.webmap .container .Breadcrumbs a svg path {
  fill: #999;
  transition: all 0.4s;
}
.webmap .container .Breadcrumbs a:hover {
  color: #1fc676;
}
.webmap .container .Breadcrumbs a:hover svg path {
  fill: #1fc676;
}
.webmap .container .Breadcrumbs i {
  width: 14px;
  height: 14px;
  display: flex;
  margin: 0 0.15rem;
}
.webmap .container .Breadcrumbs i svg {
  width: 14px;
  height: auto;
}
.webmap .container .Breadcrumbs i svg path {
  fill: #999;
}
.webmap .container .Breadcrumbs span {
  color: #000;
  max-width: 3.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.webmap .container .box {
  width: 100%;
  padding: 0.63rem 0 2.78rem;
}
.webmap .container .box .title {
  line-height: 1.2173913em;
  text-align: center;
  font-family: "content-title";
  color: #000;
}
.webmap .container .box .list {
  width: 100%;
  margin-top: 0.56rem;
  border-top: 2px solid #ccc;
  padding-top: 0.56rem;
}
.webmap .container .box .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .webmap .container .box .list ul {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .webmap .container .box .list ul li {
    width: 33.33%;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 767px) {
  .webmap .container .box .list ul li {
    width: 100%;
  }
}
.webmap .container .box .list ul li .a-link {
  color: #000;
  line-height: 1.5em;
  font-family: "content-title";
  margin-bottom: 0.3rem;
  transition: all 0.4s;
  display: block;
}
.webmap .container .box .list ul li .a-link:hover {
  color: #1fc676;
}
.webmap .container .box .list ul li .s-link {
  color: #999;
  line-height: 1.625em;
  margin-bottom: 0.2rem;
  transition: all 0.4s;
  display: block;
}
.webmap .container .box .list ul li .s-link:hover {
  color: #1fc676;
}
.layui-layer-dialog .layui-layer-padding {
  display: flex;
  justify-content: center;
  align-items: center;
}
.layui-layer-dialog .layui-layer-content .layui-layer-ico {
  top: 50% !important;
  transform: translateY(-50%);
}
.side-popover {
  position: fixed;
  right: 0.2rem;
  bottom: 1rem;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.36rem;
  padding: 0.1rem 0.08rem;
}
.side-popover ul li {
  margin-bottom: 0.15rem;
  position: relative;
}
.side-popover ul li:last-child {
  margin-bottom: 0;
}
.side-popover ul li a .icon {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.4s;
}
.side-popover ul li a .icon svg {
  max-width: 62.5%;
  max-height: 62.5%;
}
.side-popover ul li a .icon svg path {
  fill: #333;
  transition: all 0.4s;
}
.side-popover ul li a .txt {
  font-weight: bold;
  color: #666;
  text-align: center;
  line-height: 1.71428571em;
}
.side-popover ul li .s-box {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 0.3rem;
  display: none;
}
.side-popover ul li .s-box .boxs {
  background: #fff;
  box-shadow: 0 0 0.24rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  position: relative;
  text-align: center;
  padding: 0.16rem 0.15rem;
  white-space: nowrap;
}
.side-popover ul li .s-box .boxs::before {
  content: '';
  border-left: 0.1rem solid #fff;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.side-popover ul li .s-box .boxs .tel {
  color: #1fc676;
  line-height: 1.11111111em;
}
.side-popover ul li .s-box .boxs .txt {
  color: #666;
  line-height: 1.42857143em;
}
.side-popover ul li:hover a .icon {
  background: rgba(3, 100, 221, 0.1);
}
.side-popover ul li:hover a .icon svg path {
  fill: #1fc676;
}
.side-popover ul li:hover .s-box {
  display: block;
}
