h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
i {
  font-style: normal;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl,
dt,
dd {
  margin-bottom: 0;
}
@font-face {
  font-family: MiSansNormal;
  src: url("https://cdn.ucyber.cn/amber_gw/MiSans-Normal.ttf");
}
@font-face {
  font-family: MiSansRegular;
  src: url("https://cdn.ucyber.cn/amber_gw/MiSans-Regular.ttf");
}
@font-face {
  font-family: MiSansMedium;
  src: url("https://cdn.ucyber.cn/amber_gw/MiSans-Medium.ttf");
}
@font-face {
  font-family: MiSansDemibold;
  src: url("https://cdn.ucyber.cn/amber_gw/MiSans-Demibold.ttf");
}
body {
  min-width: 1400px;
  color: #333333;
  margin: 0;
  font-family: MiSansNormal;
}
.rows {
  width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
span[data-lang] {
  display: none;
}
html[data-lang="zh"] span[data-lang="zh"] {
  display: inline;
}
html[data-lang="en"] span[data-lang="en"] {
  display: inline;
}
.comm-btn {
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.2);
  font-family: "MiSansRegular";
  font-size: 16px;
  border: 1px solid #ffffff;
  border-radius: 34px;
  white-space: nowrap;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
  display: block;
}
.comm-btn::before {
  content: " ";
  width: 100%;
  height: 100%;
  border-radius: 34px;
  background-color: #e3a11c;
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.comm-btn:hover {
  color: #ffffff !important;
  border-color: #e3a11c;
}
.comm-btn:hover::before {
  left: 0;
}
.comm-btn span {
  position: relative;
  z-index: 2;
}
.comm-btn.orange {
  border-color: #e3a11c;
  color: #e3a11c;
}
.comm-bread-crumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0 0;
}
.comm-bread-crumb a,
.comm-bread-crumb i,
.comm-bread-crumb span {
  font-size: 14px;
  color: #333333;
  font-family: "MiSansRegular";
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.comm-bread-crumb i {
  margin: 0 2px;
}
.comm-bread-crumb a:hover {
  color: #e3a11c;
}
.comm-tabs .comm-tabs__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #efefef;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
}
.comm-tabs .comm-tabs__btn li {
  line-height: 22px;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
  margin: 0 34px;
}
.comm-tabs .comm-tabs__btn li a {
  display: block;
  color: #333333;
  padding: 20px 0;
  font-size: 16px;
  font-family: "MiSansRegular";
}
.comm-tabs .comm-tabs__btn li::before {
  content: " ";
  height: 3px;
  background-color: #e3a11c;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: none;
}
.comm-tabs .comm-tabs__btn li.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.comm-tabs .comm-tabs__btn li.active a {
  color: #e3a11c;
}
.comm-tabs .comm-tabs__btn li.active::before {
  display: block;
}
.comm-tabs .comm-tabs__con > .con-item {
  display: none;
}
.comm-tabs .comm-tabs__con > .active {
  display: inline;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes goLeftFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes goLeftFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
  }
}
.header {
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.header .rows {
  width: 1400px;
}
.header.white-bg .header-nav > a.active {
  color: #e3a11c !important;
}
.header.white-bg .header-nav > a.active::before {
  display: block;
}
.header .rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header .rows .logo {
  width: 107px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../imgs/logo.png");
  display: block;
  background-size: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.header .rows .logo h1 {
  display: none;
}
.header .rows .header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 230px;
}
.header .rows .header-nav > a {
  font-size: 16px;
  font-family: "MiSansRegular";
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 34px;
  padding: 0 5px;
  font-weight: 400;
  height: 60px;
  position: relative;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  white-space: nowrap;
}
.header .rows .header-nav > a:hover {
  color: #e3a11c !important;
}
.header .rows .header-nav > a:hover::before {
  display: block;
}
.header .rows .header-nav > a::before {
  content: "";
  position: absolute;
  display: none;
  height: 4px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #e3a11c;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}
.header .rows .i18n-icon {
  width: 30px;
  height: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../imgs/i18n-white.png");
  background-size: 70%;
  margin-left: auto;
  position: relative;
  padding-bottom: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 40px;
}
.header .rows .i18n-icon .cur-lang {
  cursor: pointer;
  position: absolute;
  left: 35px;
  top: 18px;
  color: #fff;
  font-size: 14px;
  font-family: "MiSansRegular";
  line-height: 16px;
  white-space: nowrap;
}
.header .rows .i18n-icon ul {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  min-width: 50px;
  border-radius: 2px;
  padding: 5px 0;
}
.header .rows .i18n-icon ul li {
  color: #fff;
  width: 100%;
  display: block;
  font-size: 12px;
  font-family: "MiSansRegular";
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.header .rows .i18n-icon ul li.active {
  color: #e3a11c;
}
.header .rows .i18n-icon:hover ul {
  display: block;
}
.header .child-nav {
  font-size: 14px;
  font-family: "MiSansRegular";
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #efefef;
  display: none;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 100%;
}
.header .child-nav.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.header .child-nav ul {
  display: none;
}
.header .child-nav ul.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .child-nav ul li {
  padding: 0 5px;
  margin: 0 24px;
  height: 46px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.header .child-nav ul li a {
  color: #000;
  padding: 12px 0;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.header .child-nav ul li::before {
  content: " ";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e3a11c;
  display: none;
}
.header .child-nav ul li:hover a,
.header .child-nav ul li.active a {
  color: #e3a11c;
}
.header .child-nav ul li:hover::before,
.header .child-nav ul li.active::before {
  display: block;
}
.header[data-bg="white"],
.header.white-bg {
  background-color: #fff;
}
.header[data-bg="white"] .rows .logo,
.header.white-bg .rows .logo {
  background-position: 0 100%;
}
.header[data-bg="white"] .rows .header-nav > a,
.header.white-bg .rows .header-nav > a {
  color: #333333;
}
.header[data-bg="white"] .rows .i18n-icon,
.header.white-bg .rows .i18n-icon {
  background-image: url("../imgs/i18n-black.png");
}
.header[data-bg="white"] .rows .i18n-icon .cur-lang,
.header.white-bg .rows .i18n-icon .cur-lang {
  color: #333333 !important;
}
.header.white-bg {
  border-bottom: 1px solid #efefef;
}
.header[data-bg="yellow"],
.header.yellow-bg {
  background-color: #fff;
}
.header[data-bg="yellow"] .rows .logo,
.header.yellow-bg .rows .logo {
  background-position: 0 100%;
}
.header[data-bg="yellow"] .rows .header-nav > a,
.header.yellow-bg .rows .header-nav > a {
  color: #333333;
}
.header[data-bg="yellow"] .rows .i18n-icon,
.header.yellow-bg .rows .i18n-icon {
  background-image: url("../imgs/i18n-yellow.png");
}
.header[data-bg="yellow"] .rows .i18n-icon .cur-lang,
.header.yellow-bg .rows .i18n-icon .cur-lang {
  color: #e3a11c !important;
}
.header.yellow-bg {
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 1400px) {
  .header .rows {
    width: auto;
  }
  .header .rows .header-nav {
    margin: 0 auto;
  }
}
.footer {
  height: 260px;
  background-color: #1d1710;
  color: #fff;
}
.footer .rows {
  width: 1400px;
}
.footer a {
  color: #fff;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.footer a:hover {
  color: #e3a11c;
}
.footer .footer-msgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 0;
}
.footer .footer-msgs .footer-msgs__left {
  width: 202px;
  position: relative;
}
.footer .footer-msgs .footer-msgs__left .logo {
  width: 202px;
  height: 90px;
  display: block;
  background: url("../imgs/logo-white.png") no-repeat center;
  background-size: 100%;
  position: relative;
  top: -15px;
}
.footer .footer-msgs .footer-msgs__left .text {
  font-family: "MiSansRegular";
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #fff;
}
.footer .footer-msgs .footer-msgs__left .text:hover {
  color: #fff;
}
.footer .footer-msgs .footer-msgs__right .footer-right__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
.footer .footer-msgs .footer-msgs__right .footer-right__link a {
  display: block;
  margin-left: 60px;
  font-size: 14px;
}
.footer .footer-msgs .footer-msgs__right .footer-right__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer .footer-msgs .footer-msgs__right .footer-right__contact > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 88px;
  font-size: 14px;
}
.footer .footer-msgs .footer-msgs__right .footer-right__contact i {
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 10px;
}
.footer .footer-msgs .footer-msgs__right .footer-right__contact .phone i {
  background-image: url("../imgs/phone.png");
}
.footer .footer-msgs .footer-msgs__right .footer-right__contact .email i {
  background-image: url("../imgs/email.png");
}
.footer .footer-cr {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 100;
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-cr a {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-cr i {
  margin-right: 5px;
}
.go-top {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #f1f1f1;
  border-radius: 2px;
  right: 30px;
  bottom: 90px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  z-index: 9;
  display: none;
}
.go-top i {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../imgs/go-top-black.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.go-top:hover {
  background-color: #e3a11c;
}
.go-top:hover i {
  background-image: url("../imgs/go-top-white.png") !important;
}
.chat-server {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
}
.chat-server a {
  width: 50px;
  height: 50px;
  background-color: #f1f1f1;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chat-server a i {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../imgs/chat-black.png");
  background-size: 100%;
  font-size: 14px;
}
.chat-server a p {
  font-size: 12px;
  text-align: center;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  color: #666;
}
.chat-server a:hover {
  background-color: #e3a11c;
}
.chat-server a:hover i {
  background-image: url("../imgs/chat-white.png");
}
.chat-server a:hover i,
.chat-server a:hover p {
  color: #ffffff;
}
.page_home #go_top {
  display: none !important;
}
.page_home .rows {
  width: 1400px;
}
.page_home .section {
  height: 960px;
}
.page_home .swiper-banner {
  background-color: #00366f;
  color: #ffffff;
  width: 100%;
  overflow-x: hidden;
}
.page_home .swiper-banner .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page_home .swiper-banner .swiper-wrapper .swiper-slide.b1 {
  background-image: url("../imgs/home/banner01.jpg?v=1");
}
.page_home .swiper-banner .swiper-wrapper .swiper-slide.b2 {
  background-image: url("../imgs/home/banner02.jpg?v=1");
}
.page_home .swiper-banner .swiper-wrapper .swiper-slide.b3 {
  background-image: url("../imgs/home/banner03.jpg?v=1");
}
.page_home .swiper-banner .swiper-wrapper .swiper-slide .rows {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_home .swiper-banner .swiper-wrapper .swiper-slide .rows > h2 {
  font-family: "MiSansDemibold";
  font-size: 60px;
  line-height: 80px;
  margin-top: 290px;
}
.page_home .swiper-banner .swiper-wrapper .swiper-slide .rows > p {
  font-size: 16px;
  line-height: 54px;
  margin-bottom: 48px;
}
.page_home .swiper-banner .swiper-wrapper .swiper-slide .rows .comm-btn {
  width: 240px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
}
.page_home .swiper-banner .swiper-pagination {
  bottom: 20px;
}
.page_home .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  margin: 0 5px;
  height: 6px;
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.page_home .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.page_home .home-product .rows,
.page_home .home-about-us .rows {
  height: 100%;
}
.page_home .home-product .rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.page_home .home-product .rows img {
  display: block;
  position: relative;
}
.page_home .home-product .rows .desc {
  width: 590px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page_home .home-product .rows .desc h5 {
  font-size: 40px;
  line-height: 40px;
  font-family: "MiSansDemibold";
  margin-bottom: 48px;
}
.page_home .home-product .rows .desc p {
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 48px;
  font-family: "MiSansMedium";
}
.page_home .home-product .rows .desc .comm-btn {
  width: 160px;
  height: 40px;
}
.page_home .home-product_01 img {
  width: 902px;
  margin-left: -159px;
  margin-right: 36px;
}
.page_home .home-product_02 {
  background-color: #f9f9f9;
}
.page_home .home-product_02 .rows {
  min-height: 700px;
}
.page_home .home-product_02 img {
  width: 665px;
  top: 30px;
  margin-left: 100px;
}
.page_home .home-product_03 img {
  width: 985px;
  top: 100px;
  margin-left: -163px;
}
.page_home .home-about-us {
  background: url("../imgs/home/about-bg.jpg") no-repeat center;
  background-size: cover;
}
.page_home .home-about-us .rows {
  min-height: 650px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_home .home-about-us .rows .home-about-us__desc {
  width: 510px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 123px;
}
.page_home .home-about-us .rows .home-about-us__desc h5 {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 24px;
  font-family: "MiSansDemibold";
}
.page_home .home-about-us .rows .home-about-us__desc h6 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 76px;
}
.page_home .home-about-us .rows .home-about-us__desc p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 70px;
  text-align: justify;
  font-family: "MiSansMedium";
}
.page_home .home-about-us .rows .home-about-us__desc .comm-btn {
  width: 160px;
}
.page_home .home-about-us .rows .home-about-us__sum {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 217px;
}
.page_home .home-about-us .rows .home-about-us__sum li {
  width: 33.33%;
  font-size: 48px;
  font-family: "MiSansDemibold";
  margin-bottom: 48px;
}
.page_home .home-about-us .rows .home-about-us__sum li:nth-child(2),
.page_home .home-about-us .rows .home-about-us__sum li:nth-child(5) {
  padding-left: 70px;
}
.page_home .home-about-us .rows .home-about-us__sum li:nth-child(3),
.page_home .home-about-us .rows .home-about-us__sum li:nth-child(6) {
  padding-left: 80px;
}
.page_home .home-about-us .rows .home-about-us__sum li #sum_0 {
  margin-right: 8px;
}
.page_home .home-about-us .rows .home-about-us__sum li i.unit {
  font-size: 16px;
  font-weight: normal;
}
.page_home .home-about-us .rows .home-about-us__sum li p {
  font-size: 16px;
  font-weight: normal;
  font-family: "MiSansNormal";
}
.page_home .home-news {
  background-color: #f7f8fa;
}
.page_home .home-news .rows {
  width: 1600px;
  background-color: #ffffff;
}
.page_home .home-news .rows .home-news__header {
  padding: 60px 100px;
  border-bottom: 1px solid #efefef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_home .home-news .rows .home-news__header h5 {
  font-size: 40px;
  font-family: "MiSansDemibold";
}
.page_home .home-news .rows .home-news__header .comm-btn {
  width: 160px;
}
.page_home .home-news .rows .home-news__content {
  padding: 0 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_home .home-news .rows .home-news__content .home-news__item {
  width: 33.33%;
  border-right: 1px solid #efefef;
  padding: 30px 30px;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.page_home .home-news .rows .home-news__content .home-news__item:hover {
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
}
.page_home .home-news .rows .home-news__content .home-news__item:hover .home-news__item-in {
  border-color: #e3a11c;
}
.page_home .home-news .rows .home-news__content .home-news__item:last-child {
  border-right: none;
}
.page_home .home-news .rows .home-news__content .home-news__item .home-news__item-in {
  border-bottom: 1px solid #efefef;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.page_home .home-news .rows .home-news__content .home-news__item .home-news__item-in > .date {
  color: #999999;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 116px;
  white-space: nowrap;
  overflow: hidden;
}
.page_home .home-news .rows .home-news__content .home-news__item .home-news__item-in > .date::before {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../imgs/date.png") no-repeat center;
  background-size: 100%;
  margin-right: 8px;
}
.page_home .home-news .rows .home-news__content .home-news__item .home-news__item-in > .title {
  font-size: 22px;
  font-family: "MiSansDemibold";
  line-height: 33px;
  margin-bottom: 40px;
  height: 98px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page_home .home-news .rows .home-news__content .home-news__item .home-news__item-in > .comm-btn {
  margin-bottom: 48px;
  width: 130px;
}
.page_home .home-news .rows .home-news__content .home-news__item .home-news__item-in img {
  width: 100%;
  display: block;
  height: 225px;
  margin-bottom: 30px;
}
.page_home .home-news .footer .rows {
  background-color: transparent !important;
}
.page_home div[data-block="0"] h2,
.page_home div[data-block="0"] p,
.page_home div[data-block="0"] .comm-btn {
  opacity: 0;
}
.page_home div[data-block="1"] h5,
.page_home div[data-block="2"] h5,
.page_home div[data-block="3"] h5,
.page_home div[data-block="4"] h5,
.page_home div[data-block="1"] h6,
.page_home div[data-block="2"] h6,
.page_home div[data-block="3"] h6,
.page_home div[data-block="4"] h6,
.page_home div[data-block="1"] .home-about-us__desc p,
.page_home div[data-block="2"] .home-about-us__desc p,
.page_home div[data-block="3"] .home-about-us__desc p,
.page_home div[data-block="4"] .home-about-us__desc p,
.page_home div[data-block="1"] .comm-btn,
.page_home div[data-block="2"] .comm-btn,
.page_home div[data-block="3"] .comm-btn,
.page_home div[data-block="4"] .comm-btn {
  opacity: 0;
}
.page_home div[data-block="0"] .swiper-slide-active h2,
.page_home div[data-block="0"] .swiper-slide-active p {
  -webkit-animation: goLeftFadeIn 1s 0s both;
          animation: goLeftFadeIn 1s 0s both;
}
.page_home div[data-block="0"] .swiper-slide-active .comm-btn {
  -webkit-animation: goLeftFadeIn 1s 0.5s both;
          animation: goLeftFadeIn 1s 0.5s both;
}
.page_home div[data-block="1"].animate h5,
.page_home div[data-block="2"].animate h5,
.page_home div[data-block="3"].animate h5,
.page_home div[data-block="1"].animate p,
.page_home div[data-block="2"].animate p,
.page_home div[data-block="3"].animate p {
  -webkit-animation: goLeftFadeIn 1s 0s both;
          animation: goLeftFadeIn 1s 0s both;
}
.page_home div[data-block="1"].animate .comm-btn,
.page_home div[data-block="2"].animate .comm-btn,
.page_home div[data-block="3"].animate .comm-btn {
  -webkit-animation: goLeftFadeIn 1s 0.5s both;
          animation: goLeftFadeIn 1s 0.5s both;
}
.page_home div[data-block="4"].animate h5,
.page_home div[data-block="4"].animate h6,
.page_home div[data-block="4"].animate .home-about-us__desc p {
  -webkit-animation: goLeftFadeIn 1s 0s both;
          animation: goLeftFadeIn 1s 0s both;
}
.page_home div[data-block="4"].animate .comm-btn {
  -webkit-animation: goLeftFadeIn 1s 0.5s both;
          animation: goLeftFadeIn 1s 0.5s both;
}
@media screen and (max-height: 800px) {
  .page_home .swiper-wrapper .rows {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_home .swiper-wrapper .rows h2 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1400px) {
  html[data-page="home-body"] {
    overflow-x: auto !important;
  }
  html[data-page="home-body"] .page_home,
  html[data-page="home-body"] .page_home .home-news .rows {
    width: 1400px !important;
  }
}
.page_product-center .rows {
  padding: 0;
}
.page_product-center .product-center-banner {
  height: 640px;
  background: url("../imgs/product-center/banner.jpg?v=1") no-repeat center;
  background-size: cover;
}
.page_product-center .product-center-banner .rows {
  color: #ffffff;
}
.page_product-center .product-center-banner .rows h2 {
  font-size: 60px;
  line-height: 62px;
  font-family: "MiSansDemibold";
  padding-top: 292px;
  margin-bottom: 30px;
}
.page_product-center .product-center-banner .rows p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
.page_product-center .comm-tabs {
  position: relative;
}
.page_product-center .comm-tabs .tabs-anchor-point {
  position: absolute;
  top: -128px;
}
.page_product-center .comm-tabs .comm-tabs__btn {
  margin-bottom: 60px;
}
.page_product-center .comm-tabs .border-tit {
  border-bottom: 1px solid #efefef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-top: 80px;
}
.page_product-center .comm-tabs .border-tit span {
  font-size: 36px;
  font-family: "MiSansDemibold";
  color: #333333;
  padding: 20px 5px;
  position: relative;
}
.page_product-center .comm-tabs .border-tit span::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #e3a11c;
  height: 2px;
}
.page_product-center .comm-tabs .comm__row1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
  margin-bottom: 80px;
  height: 529px;
  overflow: hidden;
}
.page_product-center .comm-tabs .comm__row1 .descs {
  width: 456px;
  padding: 0 60px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_product-center .comm-tabs .comm__row1 .descs .title {
  font-family: "MiSansDemibold";
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 24px;
  font-size: 32px;
}
.page_product-center .comm-tabs .comm__row1 .descs p {
  font-size: 14px;
  line-height: 28px;
}
.page_product-center .comm-tabs .comm__row1 img {
  display: block;
  width: 748px;
}
.page_product-center .comm-tabs .comm__row4 .cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_product-center .comm-tabs .comm__row4 .cards .card-item {
  width: 582px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
  padding: 48px 40px 20px;
  position: relative;
}
.page_product-center .comm-tabs .comm__row4 .cards .card-item::before {
  content: " ";
  display: block;
  height: 8px;
  background-color: #e3a11c;
  left: 0px;
  right: 0px;
  top: 0px;
  position: absolute;
}
.page_product-center .comm-tabs .comm__row4 .cards .card-item h6 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "MiSansDemibold";
}
.page_product-center .comm-tabs .comm__row4 .cards .card-item .desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_product-center .comm-tabs .comm__row4 .cards .card-item .desc img {
  display: block;
  width: 100%;
}
.page_product-center .comm-tabs .comm__row4 .cards .card-item .desc dl {
  margin-top: 20px;
}
.page_product-center .comm-tabs .comm__row4 .cards .card-item .desc dl dt {
  font-size: 9px;
  line-height: 14px;
  margin-bottom: 9px;
  font-family: "MiSansDemibold";
}
.page_product-center .comm-tabs .comm__row4 .cards .card-item .desc dl dd {
  font-size: 10px;
  line-height: 16px;
  color: #666666;
  font-family: "MiSansRegular";
}
.page_product-center .comm-tabs .comm__imgs-v .imgs img {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.page_product-center .comm-tabs .comm__imgs-v .imgs img:last-child {
  margin-bottom: 0;
}
.page_product-center .comm-tabs .comm__imgs-h .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_product-center .comm-tabs .comm__imgs-h .imgs img {
  display: block;
  width: 582px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
}
.page_product-center .comm-tabs .comm__row7 .descs {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_product-center .comm-tabs .comm__row7 .descs img {
  width: 370px;
  height: 342px;
  display: block;
  margin-right: 80px;
  position: relative;
  top: 10px;
}
.page_product-center .comm-tabs .comm__row7 .descs .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 750px;
}
.page_product-center .comm-tabs .comm__row7 .descs .list dl {
  margin-bottom: 50px;
  width: 50%;
}
.page_product-center .comm-tabs .comm__row7 .descs .list dl dt {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 20px;
  font-family: "MiSansDemibold";
}
.page_product-center .comm-tabs .comm__row7 .descs .list dl dd {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  font-family: "MiSansRegular";
}
.page_product-center .comm-tabs .comm__row7 .descs .list dl dd:last-child {
  margin-bottom: 0;
}
.page_product-center .comm-tabs .comm__row7 .descs .list dl dd::before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #e3a11c;
  margin-right: 22px;
  border-radius: 50%;
}
.page_product-center .comm-tabs .comm__row7 .descs .list .tips {
  color: #666666;
  font-size: 12px;
  line-height: 32px;
  position: relative;
  top: -25px;
  font-family: "MiSansRegular";
}
.page_product-center .comm-tabs .tab1__row7 .list {
  padding-left: 50px;
}
.page_product-center .comm-tabs .tab1__row7 .list dl:nth-child(2),
.page_product-center .comm-tabs .tab1__row7 .list dl:nth-child(4) {
  padding-left: 40px;
}
.page_product-center .comm-tabs .tab2__row7 .list {
  padding-left: 40px;
}
.page_product-center .comm-tabs .tab2__row7 .list dl:nth-child(2),
.page_product-center .comm-tabs .tab2__row7 .list dl:nth-child(4) {
  padding-left: 40px;
}
.page_product-center .comm-tabs .comm__row8 {
  margin-bottom: 60px;
}
.page_product-center .comm-tabs .comm__row8 .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_product-center .comm-tabs .comm__row8 .lists li {
  width: 588px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  background: #f8f8f8;
  font-family: "MiSansRegular";
}
.page_product-center .comm-tabs .tab1__row2 .border-tit {
  margin-top: 40px;
}
.page_product-center .comm-tabs .tab1__row2 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_product-center .comm-tabs .tab1__row2 .list li {
  width: 360px;
  margin-bottom: 30px;
}
.page_product-center .comm-tabs .tab1__row2 .list li:nth-child(1) .r1::before {
  background-image: url("../imgs/product-center/tab1__row2-01.jpg");
}
.page_product-center .comm-tabs .tab1__row2 .list li:nth-child(2) .r1::before {
  background-image: url("../imgs/product-center/tab1__row2-02.jpg");
}
.page_product-center .comm-tabs .tab1__row2 .list li:nth-child(3) {
  margin-right: 0;
}
.page_product-center .comm-tabs .tab1__row2 .list li:nth-child(3) .r1::before {
  background-image: url("../imgs/product-center/tab1__row2-03.jpg");
}
.page_product-center .comm-tabs .tab1__row2 .list li:nth-child(4) .r1::before {
  background-image: url("../imgs/product-center/tab1__row2-04.jpg");
}
.page_product-center .comm-tabs .tab1__row2 .list li:nth-child(5) .r1::before {
  background-image: url("../imgs/product-center/tab1__row2-05.jpg");
}
.page_product-center .comm-tabs .tab1__row2 .list li:nth-child(6) .r1::before {
  background-image: url("../imgs/product-center/tab1__row2-06.jpg");
}
.page_product-center .comm-tabs .tab1__row2 .list li .r1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efefef;
  font-size: 24px;
  line-height: 34px;
  font-family: "MiSansDemibold";
  padding: 16px 0;
}
.page_product-center .comm-tabs .tab1__row2 .list li .r1::before {
  content: " ";
  width: 48px;
  height: 48px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 20px;
}
.page_product-center .comm-tabs .tab1__row2 .list li .r2 {
  font-size: 14px;
  line-height: 22px;
  padding: 16px 0;
  font-family: "MiSansRegular";
  color: #666666;
}
.page_product-center .comm-tabs .tab1__row3 .border-tit {
  margin-top: 40px;
}
.page_product-center .comm-tabs .tab1__row3 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1200px;
}
.page_product-center .comm-tabs .tab1__row3 .list li {
  width: 240px;
  height: 280px;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.page_product-center .comm-tabs .tab1__row3 .list li:nth-child(1) i {
  background-image: url("../imgs/product-center/tab1__row3-01.jpg");
}
.page_product-center .comm-tabs .tab1__row3 .list li:nth-child(2) i {
  background-image: url("../imgs/product-center/tab1__row3-02.jpg");
}
.page_product-center .comm-tabs .tab1__row3 .list li:nth-child(3) i {
  background-image: url("../imgs/product-center/tab1__row3-03.jpg");
}
.page_product-center .comm-tabs .tab1__row3 .list li:nth-child(4) i {
  background-image: url("../imgs/product-center/tab1__row3-04.jpg");
}
.page_product-center .comm-tabs .tab1__row3 .list li:nth-child(5) {
  border-right: none;
}
.page_product-center .comm-tabs .tab1__row3 .list li:nth-child(5) i {
  background-image: url("../imgs/product-center/tab1__row3-05.jpg");
}
.page_product-center .comm-tabs .tab1__row3 .list li:nth-child(6) {
  border-bottom: none;
}
.page_product-center .comm-tabs .tab1__row3 .list li:nth-child(6) i {
  background-image: url("../imgs/product-center/tab1__row3-06.jpg");
}
.page_product-center .comm-tabs .tab1__row3 .list li:nth-child(7) {
  border-bottom: none;
}
.page_product-center .comm-tabs .tab1__row3 .list li:nth-child(7) i {
  background-image: url("../imgs/product-center/tab1__row3-07.jpg");
}
.page_product-center .comm-tabs .tab1__row3 .list li:nth-child(8) {
  border-bottom: none;
}
.page_product-center .comm-tabs .tab1__row3 .list li:nth-child(8) i {
  background-image: url("../imgs/product-center/tab1__row3-08.jpg");
}
.page_product-center .comm-tabs .tab1__row3 .list li:nth-child(9) {
  border-bottom: none;
}
.page_product-center .comm-tabs .tab1__row3 .list li:nth-child(9) i {
  background-image: url("../imgs/product-center/tab1__row3-09.jpg");
}
.page_product-center .comm-tabs .tab1__row3 .list li i {
  margin: 48px auto 24px;
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.page_product-center .comm-tabs .tab1__row3 .list li h6 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 16px;
  font-family: "MiSansDemibold";
}
.page_product-center .comm-tabs .tab1__row3 .list li p {
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-family: "MiSansRegular";
}
.page_product-center .comm-tabs .tab2__row2 .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_product-center .comm-tabs .tab2__row2 .lists li {
  width: 375px;
  height: 254px;
  margin-bottom: 37px;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
}
.page_product-center .comm-tabs .tab2__row2 .lists li i {
  width: 64px;
  height: 64px;
  display: block;
  margin-bottom: 43px;
  background-repeat: no-repeat;
  background-position: center;
}
.page_product-center .comm-tabs .tab2__row2 .lists li:nth-child(1) i {
  background-image: url("../imgs/product-center/tab2__row2-01.png");
}
.page_product-center .comm-tabs .tab2__row2 .lists li:nth-child(2) i {
  background-image: url("../imgs/product-center/tab2__row2-02.png");
}
.page_product-center .comm-tabs .tab2__row2 .lists li:nth-child(3) i {
  background-image: url("../imgs/product-center/tab2__row2-03.png");
}
.page_product-center .comm-tabs .tab2__row2 .lists li:nth-child(4) i {
  background-image: url("../imgs/product-center/tab2__row2-04.png");
}
.page_product-center .comm-tabs .tab2__row2 .lists li:nth-child(5) i {
  background-image: url("../imgs/product-center/tab2__row2-05.png");
}
.page_product-center .comm-tabs .tab2__row2 .lists li:nth-child(6) i {
  background-image: url("../imgs/product-center/tab2__row2-06.png");
}
.page_product-center .comm-tabs .tab2__row2 .lists li p {
  font-size: 22px;
  line-height: 30px;
  font-family: "MiSansMedium";
}
.page_product-center .comm-tabs .tab2__row3 .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page_product-center .comm-tabs .tab2__row3 .lists li {
  width: 300px;
  height: 295px;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_product-center .comm-tabs .tab2__row3 .lists li i {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px;
}
.page_product-center .comm-tabs .tab2__row3 .lists li h5 {
  font-size: 22px;
  line-height: 26px;
  font-family: "MiSansDemibold";
  margin-bottom: 16px;
}
.page_product-center .comm-tabs .tab2__row3 .lists li p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-family: "MiSansRegular";
}
.page_product-center .comm-tabs .tab2__row3 .lists li:nth-child(1) i {
  background-image: url("../imgs/product-center/tab2__row3-01.jpg");
}
.page_product-center .comm-tabs .tab2__row3 .lists li:nth-child(2) i {
  background-image: url("../imgs/product-center/tab2__row3-02.jpg");
}
.page_product-center .comm-tabs .tab2__row3 .lists li:nth-child(3) i {
  background-image: url("../imgs/product-center/tab2__row3-03.jpg");
}
.page_product-center .comm-tabs .tab2__row3 .lists li:nth-child(4) {
  border-right: none;
}
.page_product-center .comm-tabs .tab2__row3 .lists li:nth-child(4) i {
  background-image: url("../imgs/product-center/tab2__row3-04.jpg");
}
.page_product-center .comm-tabs .tab2__row3 .lists li:nth-child(5) {
  border-bottom: none;
}
.page_product-center .comm-tabs .tab2__row3 .lists li:nth-child(5) i {
  background-image: url("../imgs/product-center/tab2__row3-05.jpg");
}
.page_product-center .comm-tabs .tab2__row3 .lists li:nth-child(6) {
  border-bottom: none;
}
.page_product-center .comm-tabs .tab2__row3 .lists li:nth-child(6) i {
  background-image: url("../imgs/product-center/tab2__row3-06.jpg");
}
.page_product-center .comm-tabs .tab2__row3 .lists li:nth-child(7) {
  border-bottom: none;
}
.page_product-center .comm-tabs .tab2__row3 .lists li:nth-child(7) i {
  background-image: url("../imgs/product-center/tab2__row3-07.jpg");
}
.page_product-center .comm-tabs .tab2__row3 .lists li:nth-child(8) {
  border-right: none;
  border-bottom: none;
}
.page_product-center .comm-tabs .tab2__row3 .lists li:nth-child(8) i {
  background-image: url("../imgs/product-center/tab2__row3-08.jpg");
}
.page_product-center .comm-tabs .tab2__row7 {
  margin-bottom: 50px;
}
.page_product-center div[data-block="0"].animate h2 {
  -webkit-animation: goLeftFadeIn 1s 0s both;
          animation: goLeftFadeIn 1s 0s both;
}
.page_product-center div[data-block="0"].animate p {
  -webkit-animation: goLeftFadeIn 1s 0.5s both;
          animation: goLeftFadeIn 1s 0.5s both;
}
