@font-face {
  font-family: 'Outfit-Black';
  src: url('../fonts/Outfit-Black.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit-Bold';
  src: url('../fonts/Outfit-Bold.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit-Light';
  src: url('../fonts/Outfit-Light.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit-Medium';
  src: url('../fonts/Outfit-Medium.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit-Regular';
  src: url('../fonts/Outfit-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ==================== é‡ç½®æ ·å¼ Start ==================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
}

html {
  font-size: 60px;
}

body::-webkit-scrollbar {
  width: 4px;
  background: #ececec;
}

body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #1fa55c;
}

video,
img {
  vertical-align: middle;
  max-width: 100%;
}

ul,
li {
  list-style: none;
}

input,
button {
  outline: 0 none;
  border: none;
  background-color: transparent;
}

button {
  cursor: pointer;
}

/* å›¾ç‰‡ç»Ÿä¸€åŠ¨ç”» */
.mxw-image {
  overflow: hidden;
}

.mxw-image img {
  transition: transform 0.8s;
  width: 100%;
}

.mxw-image:hover img {
  transform: scale(1.1);
}

main,
header,
footer,
.mxw-box,
section {
  font-size: 16px;
}

main {
  position: relative;
  z-index: 10;
  margin-top: 0;
}

section {
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1800px) {
  html {
    font-size: 53px;
  }
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 45px;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 44px;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 43px;
  }
}


@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .about-section1 .desc 
  {
      font-size: 1.3vw !important;
  }
  .about-section3 .item .desc 
  {
      font-size: 1.3vw !important;
  }
  .product-menu 
  {
      margin-left: -18px !important;
  }
  .product-menu p {
        font-size: 15px !important;
        padding: 0px 20px !important;
  }
  .foor_service .foot_item .fot_tit {
        font-size: 26px !important;
  }
  .product_r {
        width: calc(100% - 330px) !important;
  }
  .p1 {
        margin-left: 13px !important;
  }
  .product_details .details_right {
        width: 100% !important;
        margin: 0 0 0 20px !important;
        max-width: 386px !important;
  }
  .news-desc-section1 .info .date, .news-desc-section1 .info .view {
        font-size: 1.3vw !important;
  }
  .news-section1 .item .info .date {
        font-size: 1vw !important;
  }
  .news-section1 .item .info .view {
        font-size: 1vw !important;
  }
  .contact-section1 h2 {
        font-size: 1.2vw !important;
  }
  .contact-itembox .item .info .text1 {
        font-size: 1.3vw !important;
  }
  .contact-itembox .item .info .text2 {
        font-size: 1.2vw !important;
  }
  .contact-section1 form input, .contact-section1 form textarea {
        font-size: 1.2vw !important;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 42px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 39px;
  }
}

@media screen and (max-width: 1152px) {
  html {
    font-size: 35px;
  }
}

@media screen and (max-width: 1100px) {
  body {
    margin-top: 50px;
  }
}

/* ==================== é‡ç½®æ ·å¼ End ==================== */
/* ==================== é€šç”¨å®¹å™¨å¤§å° Start ==================== */
.mxw-box {
  width: 100%;
  max-width: 80.21vw;
  margin-left: auto;
  margin-right: auto;
}


.mxw-box h1
{
	font-family: "Outfit-Bold";
    font-size: 3.23vw;
    color: #333;
    line-height: 1.2;
    margin-bottom: 4.17vw;
	text-align: center;
}

@media screen and (max-width: 1100px) {
  .mxw-box {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ==================== é€šç”¨å®¹å™¨å¤§å° End ==================== */
/* ==================== é€šç”¨æ–­ç‚¹éšè— Start ==================== */
@media screen and (max-width: 1100px) {
  .m-hide {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .pc-hide {
    display: none !important;
  }
}

/* ==================== é€šç”¨æ–­ç‚¹éšè— End ==================== */
/* ==================== é€šç”¨å¸ƒå±€ start ==================== */
@media screen and (min-width: 1100px) {

  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .u-row-2>.u-col {
    width: 48%;
  }

  .u-row-2>.u-col:nth-child(2n) {
    margin-left: 4%;
  }

  .u-row-2>.u-col:nth-child(2)~.u-col {
    margin-top: 4%;
  }

  .u-row-3>.u-col {
    width: 32%;
  }

  .u-row-3>.u-col:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .u-row-3>.u-col:nth-child(3)~.u-col {
    margin-top: 2%;
  }

  .u-row-4>.u-col {
    width: 23.5%;
    margin-right: 2%;
  }

  .u-row-4>.u-col:nth-child(4n) {
    margin-right: 0%;
  }

  .u-row-4>.u-col:nth-child(4)~.u-col {
    margin-top: 2%;
  }

  .u-row-5>.u-col {
    width: 18%;
    margin-right: 2%;
  }

  .u-row-5>.u-col:nth-child(5n) {
    margin-right: 0%;
  }

  .u-row-5>.u-col:nth-child(5)~.u-col {
    margin-top: 2%;
  }

  .u-row-6>.u-col {
    width: 15%;
    margin-right: 2%;
  }

  .u-row-6>.u-col:nth-child(6n) {
    margin-right: 0%;
  }

  .u-row-6>.u-col:nth-child(6)~.u-col {
    margin-top: 2%;
  }
}

@media screen and (max-width: 1100px) {

  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .u-row-2 .u-col {
    width: 100%;
  }

  .u-row-2 .u-col:nth-child(1)~.u-col {
    margin-top: 2%;
  }

  .u-row-3>.u-col,
  .u-row-4>.u-col,
  .u-row-5>.u-col,
  .u-row-6>.u-col {
    width: 48%;
  }

  .u-row-3>.u-col:nth-child(2n),
  .u-row-4>.u-col:nth-child(2n),
  .u-row-5>.u-col:nth-child(2n),
  .u-row-6>.u-col:nth-child(2n) {
    margin-left: 4%;
  }

  .u-row-3>.u-col:nth-child(2)~.u-col,
  .u-row-4>.u-col:nth-child(2)~.u-col,
  .u-row-5>.u-col:nth-child(2)~.u-col,
  .u-row-6>.u-col:nth-child(2)~.u-col {
    margin-top: 4%;
  }
}

/* ==================== é€šç”¨å¸ƒå±€ end ==================== */
/* ==================== é€šç”¨æ–‡æœ¬è¡Œæ•°é™åˆ¶ start ==================== */
.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.u-line-2 {
  -webkit-line-clamp: 2;
}

.u-line-3 {
  -webkit-line-clamp: 3;
}

.u-line-4 {
  -webkit-line-clamp: 4;
}

.u-line-5 {
  -webkit-line-clamp: 5;
}

.u-line-6 {
  -webkit-line-clamp: 6;
}

.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5,
.u-line-6 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* ==================== é€šç”¨æ–‡æœ¬è¡Œæ•°é™åˆ¶ end ==================== */
/* ==================== å¤´éƒ¨å¯¼èˆªæ ·å¼ Start ==================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

header.fixed .pc-nav {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0;
}

header.fixed .pc-nav .logo img {
  transform: translateY(0);
}

header.fixed .pc-nav .navbar>li .head {
  color: #8f8d8e;
}

header.fixed .pc-nav .navbar>li>a:after {
  background-color: transparent;
}

header.bg .pc-nav {
  background-color: #fff;
}

header.bg .pc-nav>.mxw-box {
  padding-top: 0.52vw;
  padding-bottom: 0.52vw;
}

header.bg .pc-nav .logo img {
  transform: translateY(-50%);
}

header.bg .pc-nav .navbar>li .head {
  color: #404040;
}

header.bg .pc-nav .navbar>li .head.active,
header.bg .pc-nav .navbar>li .head:hover {
  color: #000;
  font-weight: bold;
}

header.bg .pc-nav .navbar>li>a:after {
  background-color: #000;
}

header .pc-nav {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  transition: transform 0.4s, background-color 0.4s;
  padding: 0 1.04vw;
}

header .pc-nav>.mxw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .pc-nav .logo {
  display: block;
  width: 9.38vw;
  overflow: hidden;
  flex-shrink: 0;
}

header .pc-nav .logo img {
  transform: translateY(0);
}

header .pc-nav .navbar {
  display: flex;
  align-items: center;
}

header .pc-nav .navbar>li {
  position: relative;
  margin-right: 3.65vw;
}

header .pc-nav .navbar>li.active .head,
header .pc-nav .navbar>li:hover .head {
  color: #1fa55c;
}

header .pc-nav .navbar>li:last-child {
  margin-right: 0;
}

header .pc-nav .navbar>li>a {
  display: block;
  position: relative;
  padding-top: 1.56vw;
  padding-bottom: 1.56vw;
}

header .pc-nav .navbar>li>a.active:after {
  opacity: 1;
  visibility: visible;
}

header .pc-nav .navbar>li>a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 6px solid #1fa55c;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

header .pc-nav .navbar>li .head {
  font-size: 1.04vw;
  display: block;
  color: #666;
  text-decoration: none;
  transition: background-color 0.4s, color 0.4s;
  position: relative;
  font-family: "Outfit-Medium";
}

header .pc-nav .sub-navbar2-box {
  display: none;
  position: absolute;
  width: 19vw;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 70;
  background-color: #1fa55c;
  border-radius: 4px;
}

header .pc-nav .sub-navbar2 {
  margin-left: auto;
  margin-right: auto;
  padding: 0.52vw;
}

header .pc-nav .sub-navbar2>li {
  position: relative;
}

header .pc-nav .sub-navbar2>li:last-child {
  border-bottom: 0;
}

header .pc-nav .sub-navbar2>li:hover a {
  color: #fff;
}

header .pc-nav .sub-navbar2>li a {
  display: block;
  font-size: 0.94vw;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Outfit-Medium";
  transition: color 0.4s;
  width: 100%;
  white-space: initial;
}

header .pc-nav .sub-navbar2>li .image img {
  max-width: 80%;
}

header .pc-nav .sub-navbar2>li .title {
  font-size: 0.88vw;
  padding: 0.52vw 0;
}

header .pc-nav .nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .pc-nav .tool {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 4.69vw;
}

header .pc-nav .search {
  width: 1.4vw;
  height: 1.4vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .pc-nav .search.active .search-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

header .pc-nav .search .search-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, .5);
  align-items: center;
  justify-content: center;
  transition: all .4s;
  visibility: hidden;
  opacity: 0;
}

header .pc-nav .search form {
  width: 39%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border: 1px solid #1fa55c;
  background-color: #fff;
  border-radius: 5px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.4s;
  margin-left: auto;
  margin-right: auto;
}

header .pc-nav .search form input {
  border-radius: 5px;
  padding: 8px 15px;
  border: 0;
  min-width: 0;
  flex-grow: 1;
  font-family: "Outfit-Regular";
  font-size: 18px;
  color: #333;
}

header .pc-nav .search form input::-webkit-input-placeholder {
  color: #999;
}

header .pc-nav .search form input::-moz-placeholder {
  color: #999;
}

header .pc-nav .search form input:-moz-placeholder {
  color: #999;
}

header .pc-nav .search form input:-ms-input-placeholder {
  color: #999;
}

header .pc-nav .search form button {
  width: 100px;
  flex-shrink: 0;
  padding: 5px;
  background-color: #1fa55c;
}

header .pc-nav .search form button:hover img {
  opacity: 1;
}

header .pc-nav .search form button img {
  filter: brightness(0) invert(1);
  width: 30px;
}

header .pc-nav .language {
  flex-shrink: 0;
  position: relative;
  margin-right: 1.04vw;
}

header .pc-nav .language .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

header .pc-nav .language .head .text {
  font-size: 1vw;
  color: #666;
  margin-left: 5px;
  display: flex;
  align-items: center;
  font-family: "Outfit-Medium";
}

header .pc-nav .language .head .text:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(135deg);
  margin-left: 10px;
  margin-top: -3px;
}

header .pc-nav .language .head .icon {
  width: 1.6vw;
  height: 1.6vw;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .pc-nav .language:hover .list-box {
  visibility: visible;
  opacity: 1;
}

header .pc-nav .language:hover .list-box:hover {
  visibility: visible;
  opacity: 1;
}

header .pc-nav .language .list-box {
  padding-top: 1.6vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  position: absolute;
  top: 100%;
  right: 50%;
  z-index: 99;
  transform: translate(45%, 0);
  width: 6.77vw;
}

header .pc-nav .language ul {
  background-color: #fff;
  border: 0.05vw solid #ebebeb;
  border-radius: 0.31vw;
  overflow: hidden;
}

header .pc-nav .language li {
  color: #cdcccc;
}

header .pc-nav .language li:hover a,
header .pc-nav .language li.active a {
  color: #000;
}

header .pc-nav .language li:hover {
  background-color: #f7f7f7;
}

header .pc-nav .language li:hover a {
  color: #1fa55c;
}

header .pc-nav .language li:last-child {
  margin-bottom: 0;
}

header .pc-nav .language li a {
  min-width: 6vw;
  display: block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.33vw 0.52vw;
  text-decoration: none;
  font-size: 0.75vw;
  color: #666;
  text-align: center;
  font-family: "Outfit-Medium";
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header .pc-nav .language li a img {
  width: 1.56vw;
  flex-shrink: 0;
  margin-right: 0.52vw;
}

header .pc-nav .language li a .text {
  flex-shrink: 0;
}

@media screen and (max-width: 1100px) {
  header {
    position: relative;
    z-index: 1111;
  }

  header.bg .head {
    background-color: #fff;
  }

  header.bg .logo img {
    transform: translateY(-50%);
  }

  header .head {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    transition: background-color 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    box-shadow: 0 6px 16px 0 rgba(25, 25, 25, 0.06);
    background-color: #fff;
  }

  header .search-btn {
    width: 26px;
    margin-right: 15px;
  }

  header .search {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 10px 20px;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
  }

  header .search.active {
    opacity: 1;
    visibility: visible;
  }

  header .search form {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }

  header .search form input {
    min-width: 0;
    flex-grow: 1;
    border: 1px solid #eee;
    padding: 8px 10px;
    font-size: 12px;
  }

  header .search form button img {
    filter: brightness(0) invert(1);
  }

  header .search form button {
    flex-shrink: 0;
    width: 30px;
    background: #014fa2;
    padding: 2px;
  }

  header .logo {
    display: block;
    width: 120px;
    height: 30px;
    overflow: hidden;
    flex-shrink: 0;
  }

  header .logo img {
    transform: translateY(0%);
  }

  header .tool {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  header .tool .search {
    width: 18px;
    height: 18px;
    overflow: hidden;
    font-size: 12px;
    margin-right: 14px;
  }

  header .tool .search img {
    vertical-align: middle;
  }

  header .tool .menu-btn {
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
  }

  header .tool .menu-btn>i {
    width: 50%;
    height: 1px;
    background-color: #333;
    display: block;
    margin-bottom: 4px;
  }

  header .tool .menu-btn>i:last-child {
    margin-bottom: 0;
  }

  header .popup-nav {
    position: fixed;
    background-color: rgba(25, 25, 25, 0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    transition: background-color 0.4s, opacity 0.4s, visibility 0.4s;
    visibility: hidden;
    pointer-events: none;
  }

  header .popup-nav.active {
    background-color: #191919;
    visibility: visible;
    pointer-events: inherit;
  }

  header .popup-nav.active .popup-box {
    transform: translateX(0);
  }

  header .popup-nav .popup-box {
    background-color: #fff;
    padding: 14px 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: flex-start;
    transform: translateX(100%);
    transition: transform 0.4s;
  }

  header .popup-nav .close {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
  }

  header .popup-nav .close .icon {
    width: 20px;
    height: 20px;
    position: relative;
    transform: rotate(45deg);
  }

  header .popup-nav .close .icon:before,
  header .popup-nav .close .icon:after {
    content: "";
    display: block;
    background-color: #333;
    position: absolute;
  }

  header .popup-nav .close .icon:before {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
  }

  header .popup-nav .close .icon:after {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
  }

  header .popup-nav .login {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 36px;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
  }

  header .popup-nav .login:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    bottom: -20px;
    left: 0;
  }

  header .popup-nav .login:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 16px;
    transform: translateY(-50%) rotate(45deg);
    right: 4px;
    border-color: rgba(25, 25, 25, 0.6);
  }

  header .popup-nav .login .avatar {
    background-color: #d1d1d1;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    overflow: hidden;
  }

  header .popup-nav .login .name {
    font-size: 12px;
    color: #333;
    line-height: 1.2;
    margin-left: 10px;
  }

  header .popup-nav .nav-box {
    flex-grow: 1;
    overflow: auto;
    padding-right: 10px;
  }

  header .popup-nav .nav-list.other-list {}

  header .popup-nav .nav-list.other-list .nav-item>.title {
    font-size: 14px;
  }

  header .popup-nav .nav-list.other-list .subnav-list>li>.title {
    font-size: 12px;
    padding: 4px 0;
  }

  header .popup-nav .nav-list .nav-item {
    border-bottom: 1px solid #eee;
  }

  header .popup-nav .nav-list .nav-item>.title {
    position: relative;
    display: block;
    padding: 10px 0;
    padding-right: 15px;
    font-size: 15px;
    color: #333;
    line-height: 1.2;
    font-weight: bold;
  }

  header .popup-nav .nav-list .nav-item>.title a {
    display: block;
    width: 100%;
    font-weight: bold;
  }

  header .popup-nav .nav-list .nav-item>.title .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0.8;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #1fa55c;
    transform: rotate(135deg);
    margin-top: -4px;
    margin-right: 4px;
    z-index: 99;
  }

  header .popup-nav .nav-list .nav-item>.title .icon.more-icon {
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border: 0;
    margin-top: 0;
    margin-right: 2px;
    z-index: 999;
  }

  header .popup-nav .nav-list .nav-item>.title .icon.more-icon:before,
  header .popup-nav .nav-list .nav-item>.title .icon.more-icon:after {
    content: "";
    display: block;
    background-color: #1fa55c;
    position: absolute;
  }

  header .popup-nav .nav-list .nav-item>.title .icon.more-icon:before {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
  }

  header .popup-nav .nav-list .nav-item>.title .icon.more-icon:after {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
  }

  header .popup-nav .subnav-list {
    display: none;
    padding-left: 10px;
  }

  header .popup-nav .subnav-list>li>.title {
    display: block;
    font-size: 13px;
    color: #898989;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  header .popup-nav .subnav-list>li:last-child>.title {
    border-bottom: 0;
  }

  header .popup-nav .subnav-list>li>.title:hover {
    color: #1fa55c;
  }

  header .popup-nav .subnav-list>li>.title img {
    width: 30px;
    flex-shrink: 0;
    margin-right: 10px;
  }
}

/* ==================== å¤´éƒ¨å¯¼èˆªæ ·å¼ End ==================== */
/* ==================== åº•éƒ¨æ ·å¼ Start ==================== */
footer {
  background-size: cover;
}

footer .logo {
  display: block;
  width: 9.38vw;
  flex-shrink: 0;
}

footer .foot-navbar .nav-item {
  display: block;
  font-size: 1.67vw;
  color: #666;
  line-height: 1.2;
  font-family: "Outfit-Regular";
  margin-bottom: 1.04vw;
  transition: all 0.4s;
}

footer .foot-navbar .nav-item:hover {
  color: #1fa55c;
}

footer .foot-navbar .nav-item:last-child {
  margin-bottom: 0;
}

footer .foot-share {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

footer .foot-share .share-item {
  position: relative;
  margin-right: 1.3vw;
}

footer .foot-share .share-item .icon {
  width: 1.04vw;
  height: 1.04vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}

footer .foot-share .share-item .icon img {
  width: 1.042vw;
}

footer .foot-share .share-item:last-child {
  margin-right: 0;
}

footer .foot-share .share-item:hover .qr {
  opacity: 1;
  visibility: visible;
}

footer .foot-share .share-item .qr {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 5.21vw;
  height: 5.21vw;
  z-index: 8;
  background: #fff;
  margin-bottom: 0.52vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

footer .foot-contact {
  padding-bottom: 1.82vw;
  border-bottom: 1px solid #dadcde;
}

footer .foot-contact .foot-itembox {
  width: 23.44vw;
}

footer .foot-contact .foot-item {
  margin-bottom: 1.04vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

footer .foot-contact .foot-item:last-child {
  margin-bottom: 0;
}

footer .foot-contact .foot-item img {
  margin-top: 0.21vw;
  width: 1.04vw;
  flex-shrink: 0;
  margin-right: 0.78vw;
}

footer .foot-contact .foot-item .text {
  font-size: 0.83vw;
  color: #666;
  line-height: 1.6;
  font-family: "Outfit-Light";
}

footer .foot-contact .foot-item .text a {
  color: inherit;
}

footer .foot-contact .foot-item .text a:hover {
  color: #1fa55c;
  text-decoration: underline;
}

footer .foot-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.56vw;
}

footer .foot-copyright .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.68vw;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  font-family: "Outfit-Light";
}

footer .foot-copyright .copyright {
  margin-right: 1.56vw;
  color: inherit;
  font-family: inherit;
}

footer .foot-copyright .support {
  color: inherit;
  font-family: inherit;
}

footer .foot-copyright .support a {
  color: inherit;
  font-family: inherit;
}

footer .foot-copyright .language {
  margin-left: 8.85vw;
  position: relative;
}

footer .foot-copyright .language .head {
  width: 6.56vw;
  height: 1.35vw;
  line-height: 1.25vw;
  border: 1px solid #dbdcdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.52vw;
  cursor: pointer;
  font-family: "Outfit-Light";
  font-size: 0.63vw;
}

footer .foot-copyright .language .head.active:after {
  transform: rotate(-45deg);
  margin-top: 0.16vw;
}

footer .foot-copyright .language .head .text {
  color: #666;
  line-height: 1.2;
}

footer .foot-copyright .language .head:after {
  content: "";
  display: block;
  width: 0.31vw;
  height: 0.31vw;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #666;
  transform: rotate(135deg);
  margin-top: -0.16vw;
}

footer .foot-copyright .language ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
}

footer .foot-copyright .language ul li {
  padding: 0 0.42vw;
  font-size: 0.63vw;
  line-height: 1.56vw;
  color: #888;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-family: "Outfit-Light";
}

footer .foot-copyright .language ul li a {
  color: inherit;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer .foot-copyright .language ul li a img {
  width: 1.56vw;
  flex-shrink: 0;
  margin-right: 0.52vw;
}

@media screen and (min-width: 1100px) {
  footer>.mxw-box {
    padding-top: 6.77vw;
    padding-bottom: 6.77vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  footer .foot-navbar .nav-item:hover {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 1100px) {
  footer {
    padding: 0px 0;
  }

  footer .logo {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  footer .foot-navbar {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }

  footer .foot-navbar .nav-item {
    font-size: 16px;
    margin-bottom: 0;
    padding: 8px 0;
  }

  footer .foot-navbar .nav-item:last-child {
    margin-bottom: 0;
  }

  footer .foot-contact {
    padding-bottom: 0;
    border-bottom: 0;
  }

  footer .foot-contact .foot-itembox {
    width: 100%;
  }

  footer .foot-contact .foot-item {
    margin-bottom: 10px;
  }

  footer .foot-contact .foot-item:last-child {
    margin-bottom: 0;
  }

  footer .foot-contact .foot-item img {
    width: 20px;
    margin-top: 0;
    margin-right: 10px;
  }

  footer .foot-contact .foot-item .text {
    font-size: 14px;
  }

  footer .foot-share {
    display: none;
  }

  footer .foot-copyright {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  footer .foot-copyright .left {
    width: 100%;
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
  }

  footer .foot-copyright .language {
    order: -1;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  footer .foot-copyright .language .head {
    width: 100%;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
  }

  footer .foot-copyright .language .head:after {
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    margin-top: -3px;
  }

  footer .foot-copyright .language ul {
    top: auto;
    bottom: 100%;
  }

  footer .foot-copyright .language ul li {
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
  }

  footer .foot-copyright .language ul li a img {
    width: 20px;
    margin-right: 10px;
  }

  footer .foot-copyright .copyright {
    margin-right: 0;
  }
}

/* ==================== åº•éƒ¨æ ·å¼ End ==================== */
/* ==================== 置顶按钮 Start ==================== */
.back-top {
  padding: 0.8vw 0.78vw;
  background-color: #f6f7f9;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cedceb;
  border-bottom: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  color: #1fa55c;
  border-radius: 0.21vw 0.21vw 0 0;
}

.back-top.show {
  opacity: 1;
  visibility: visible;
}

.back-top:before {
  content: "";
  display: block;
  width: 0.6vw;
  height: 0.6vw;
  transform: rotate(45deg);
  border-top: 2px solid #1fa55c;
  border-left: 2px solid #1fa55c;
  margin-right: 0.52vw;
  margin-top: 0.52vw;
}

.back-top .text {
  font-size: 1vw;
  font-family: "Outfit-Bold";
}

@media screen and (max-width: 1100px) {
  .back-top {
    padding: 8px 10px;
    border-radius: 4px 4px 0 0;
  }

  .back-top .text {
    font-size: 3.4vw;
  }

  .back-top:before {
    width: 6px;
    height: 6px;
    border-top-width: 1px;
    border-left-width: 1px;
    margin-right: 5px;
    margin-top: 6px;
  }
}

/* ==================== 置顶按钮 End ==================== */
/* ==================== å†…é¡µbanner Start ==================== */
.ny-banner {
  overflow: hidden;
  position: relative;
}

.ny-banner video {
  width: 100%;
  object-fit: cover;
}

.ny-banner iframe {
  display: block;
  width: 100%;
  height: 80vh;
}

.ny-banner .image img {
  width: 100%;
}

.ny-banner .text1,
.ny-banner .text2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.33vw;
  color: #ffffff;
  z-index: 10;
}

.ny-banner .text2 {
  padding-left: 190px;
  justify-content: flex-start;
}

@media screen and (min-width: 1903px) {
  .ny-banner {
    position: sticky;
    top: 0;
    left: 0;
  }

  .ny-banner.nosticky {
    position: static;
  }

  .ny-banner img {
    min-width: 1920px;
  }
}

@media screen and (min-width: 1100px) {
  .ny-banner.nosticky {
    height: 17.71vw;
  }
}

@media screen and (max-width: 1100px) {
  .ny-banner .image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 45px;
  }

  .ny-banner .image img {
    max-width: inherit;
    width: 120%;
  }

  .ny-banner .text1 {
    font-size: 24px;
  }

  .ny-banner .text2 {
    font-size: 24px;
    padding-left: 0;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
}

/* ==================== å†…é¡µbanner End ==================== */
/* ==================== å†…é¡µå¯¼èˆª  Start ==================== */
.ny-navbar {
  background-color: #fff;
  box-shadow: 0vw 0vw 0.521vw 0vw rgba(0, 0, 0, 0.11);
  position: relative;
  z-index: 20;
}

.ny-navbar>.mxw-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.ny-navbar .nav-item {
  padding: 1.302vw 0;
  text-align: center;
  font-size: 0.833vw;
  line-height: 1.2;
  color: #444343;
  position: relative;
  min-width: 0;
  flex-grow: 1;
}

.ny-navbar .nav-item:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #1fa55c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}

.ny-navbar .nav-item.active:after {
  width: 100%;
}

.ny-navbar .nav-item.active span:before,
.ny-navbar .nav-item.active span:after {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}

.ny-navbar .nav-item span {
  position: relative;
  display: block;
  padding-left: 0.521vw;
  padding-right: 0.521vw;
  font-family: "OPPOSANS-R";
}

.ny-navbar .nav-item span:before,
.ny-navbar .nav-item span:after {
  content: "";
  display: block;
  width: 0.417vw;
  height: 0.417vw;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transition: all 0.4s;
  background-color: #1fa55c;
  transform: scale(0) translateY(-50%);
  opacity: 0;
}

.ny-navbar .nav-item span:before {
  left: 0;
}

.ny-navbar .nav-item span:after {
  right: 0;
}

@media screen and (min-width: 1100px) {
  .ny-navbar .nav-item {
    width: 16.6666%;
  }
}

@media screen and (max-width: 1100px) {
  .ny-navbar {
    padding: 10px 0 0;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.11);
  }

  .ny-navbar .nav-item {
    width: 32%;
    padding: 12px 5px;
    font-size: 14px;
    flex-grow: inherit;
  }

  .ny-navbar .nav-item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .ny-navbar .nav-item span:before,
  .ny-navbar .nav-item span:after {
    width: 4px;
    height: 4px;
  }
}

/* ==================== å†…é¡µå¯¼èˆª  End ==================== */
/* ==================== é¢åŒ…å±‘ Start ==================== */
.bread-crumbs.style1 {
  background-color: #f9f9f9;
}

.bread-crumbs a {
  font-size: 0.73vw;
  color: #acacac;
  line-height: 1.2;
  font-family: "OPPOSANS-R";
}

.bread-crumbs a:last-child:after {
  display: none;
}

.bread-crumbs a:after {
  content: "/";
  color: #acacac !important;
  font-family: inherit;
  padding: 0 0.26vw;
}

.bread-crumbs a.active,
.bread-crumbs a:hover {
  color: #1fa55c;
}

@media screen and (min-width: 1100px) {
  .bread-crumbs {
    padding: 0 2.08vw;
  }

  .bread-crumbs.style1 {
    background-color: #f9f9f9;
  }

  .bread-crumbs.style1>.mxw-box {
    max-width: 83.33vw;
    padding: 0.83vw 0 0.52vw;
  }

  .bread-crumbs.style2>.mxw-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .bread-crumbs {
    padding: 10px 0;
  }

  .bread-crumbs a {
    font-size: 12px;
    word-break: break-all;
  }

  .bread-crumbs a:after {
    padding: 0 6px;
  }
}

/* ==================== é¢åŒ…å±‘ End ==================== */
/* ==================== é€šç”¨åˆ†é¡µ Start ==================== */
.pagination {
  margin-top: 3.91vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination>a {
  width: 2.08vw;
  height: 2.08vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit-Light";
  margin: 0.26vw;
  border-radius: 0.16vw;
  border: solid 0.05vw rgba(204, 204, 204, 0.5);
  color: #999;
  background-color: #fff;
}

.pagination>a.cur,
.pagination>a:hover {
  border-color: #1fa55c;
  background-color: #1fa55c;
  color: #fff;
}

.pagination>a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1100px) {
  .pagination {
    margin-top: 30px;
  }

  .pagination>a {
    font-size: 14px;
    margin: 2px;
    padding: 4px 10px;
    display: block;
    height: auto;
    line-height: inherit;
    width: auto;
  }

  .pagination>a:last-child {
    margin-right: 0;
  }
}

/* ==================== é€šç”¨åˆ†é¡µ End ==================== */
/* ==================== é¦–é¡µ - è½®æ’­å›¾ Start ==================== */
.index-banner {
  position: relative;
}

.index-banner video {
  width: 100%;
  object-fit: cover;
}

.index-banner .swiper-slide {
  position: relative;
}

.index-banner .swiper-slide img {
  width: 100%;
}

.index-banner .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-banner .info>.mxw-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}

.index-banner .info .text1 {
  font-size: 3.85vw;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 2.6vw;
  font-family: "Outfit-Bold";
}

.index-banner .info .more-btn {
  width: 10.42vw;
  height: 2.92vw;
  line-height: 2.92vw;
  border-radius: 5.21vw;
  font-size: 0.83vw;
  color: #fff;
  background-color: #1fa55c;
  display: block;
  text-align: center;
  font-family: "Outfit-Light";
  position: relative;
  transition: all 0.4s;
}

.index-banner .info .more-btn:hover {
  transform: translateX(0.26vw);
  box-shadow: 0 0 0.52vw -2px #1fa55c;
}

.index-banner .info .more-btn:after {
  content: "";
  display: inline-block;
  width: 0.31vw;
  height: 0.31vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 1.35vw;
  top: 50%;
}

.index-banner .tool {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  z-index: 9;
}

.index-banner .tool>.mxw-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.index-banner .tool .btn-group {
  display: flex;
  align-items: center;
  margin-right: 2.08vw;
}

.index-banner .tool .swiper-btn-prev,
.index-banner .tool .swiper-btn-next {
  width: 2.34vw;
  height: 2.34vw;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.index-banner .tool .swiper-btn-prev:after,
.index-banner .tool .swiper-btn-next:after {
  content: "";
  display: block;
  width: 0.52vw;
  height: 0.52vw;
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  transform: rotate(45deg);
  margin-left: -0.26vw;
}

.index-banner .tool .swiper-btn-prev {
  transform: rotateY(180deg);
  margin-right: 0.78vw;
}

.index-banner .tool .swiper-pagination {
  color: #fff;
  font-size: 0.73vw;
  font-family: "Outfit-Light";
}

@media screen and (min-width: 1903px) {
  .index-banner {
    overflow: hidden;
  }

  .index-banner img {
    min-width: 1920px;
  }
}

@media screen and (max-width: 1100px) {
  .index-banner .info {
    padding-bottom: 30px;
  }

  .index-banner .info .text1 {
    font-size: 20px;
  }

  .index-banner .info .more-btn {
    height: auto;
    width: auto;
    line-height: inherit;
    padding: 4px 30px;
    font-size: 12px;
  }

  .index-banner .info .more-btn:after {
    width: 4px;
    height: 4px;
    right: 15px;
  }

  .index-banner .tool {
    bottom: 10%;
  }

  .index-banner .tool .swiper-pagination {
    font-size: 14px;
    margin-left: 10px;
  }

  .index-banner .tool .swiper-btn-prev {
    margin-right: 6px;
  }

  .index-banner .tool .swiper-btn-next,
  .index-banner .tool .swiper-btn-prev {
    width: 30px;
    height: 30px;
  }

  .index-banner .tool .swiper-btn-next:after,
  .index-banner .tool .swiper-btn-prev:after {
    width: 6px;
    height: 6px;
  }
}

/* ==================== é¦–é¡µ - è½®æ’­å›¾ End ==================== */
/* ==================== é¦–é¡µ - æ¿å—ä¸€ Start ==================== */
.index-section1 {
  overflow: hidden;
  position: relative;
  background: url(../images/img103.jpg) no-repeat center top #fff;
  background-size: 100% auto;
}

.index-section1 .text1 {
  font-size: 3.23vw;
  color: #333;
  line-height: 1;
  font-family: "Outfit-Bold";
  margin-bottom: 5.73vw;
}

.index-section1 .text1 img {
  width: 2.81vw;
  height: 2.81vw;
}

.index-section1 .text2 {
  font-size: 1.35vw;
  color: #333;
  line-height: 1.6;
  font-family: "Outfit-Light";
  width: 30vw;
}

.index-section1 .itembox {
  background: url(../images/img001.png) no-repeat center;
  display: flex;
  align-items: center;
  margin-top: 4.17vw;
  background-size: 100%;
}

.index-section1 .item .number {
  font-size: 4.38vw;
  color: #1fa55c;
  line-height: 1;
  font-family: "Outfit-Black";
}

.index-section1 .item .text3 {
  font-size: 1.25vw;
  color: #666;
  line-height: 1.2;
  font-family: "Outfit-Regular";
}

.index-section1 .video {
  position: absolute;
  width: 31.77vw;
  top: 23.44vw;
  right: 18.75vw;
  border-radius: 1.04vw;
  overflow: hidden;
}

.index-section1 .video .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img003.png) no-repeat center;
  background-size: 2.6vw;
  cursor: pointer;
  z-index: 4;
}

.index-section1 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.04vw;
  overflow: hidden;
}

@media screen and (min-width: 1100px) {
  .index-section1 {
    padding: 8.85vw 0 6.77vw;
  }

  .index-section1 .itembox {
    margin-right: -1.04vw;
    margin-left: auto;
    width: 78.13vw;
    padding-left: 6.25vw;
    padding-right: 4.69vw;
    padding-bottom: 3.65vw;
    padding-top: 2.34vw;
    align-items: flex-start;
  }

  .index-section1 .item:nth-child(1) {
    margin-top: 19.79vw;
  }

  .index-section1 .item:nth-child(2) {
    margin-left: -2.6vw;
  }

  .index-section1 .item:nth-child(3) {
    margin-top: 13.54vw;
    margin-left: 8.85vw;
  }

  .index-section1 .item:nth-child(4) {
    margin-top: 19.79vw;
    margin-left: 10.42vw;
  }

  .index-section1 .item:nth-child(5) {
    margin-left: -2.6vw;
  }
}

@media screen and (max-width: 1100px) {
  .index-section1 {
    padding: 30px 0;
  }

  .index-section1 .video {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .index-section1 .video .play-btn {
    background-size: 40px;
  }

  .index-section1 .text1 {
    font-size: 20px;
    line-height: 1.2;
  }

  .index-section1 .text1 img {
    width: 20px;
    height: 20px;
  }

  .index-section1 .text2 {
    font-size: 14px;
    width: 100%;
  }

  .index-section1 .itembox {
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .index-section1 .item {
    width: 32%;
    text-align: center;
  }

  .index-section1 .item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .index-section1 .item:nth-child(3)~.item {
    margin-top: 15px;
  }

  .index-section1 .item .number {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .index-section1 .item .text3 {
    font-size: 12px;
    height: 2.6em;
    line-height: 1.3em;
  }
}

/* ==================== é¦–é¡µ - æ¿å—ä¸€ End ==================== */
/* ==================== é¦–é¡µ - é€šç”¨æ¨¡å— info Start ==================== */
.index-info {
  padding-left: 3.13vw;
}

.index-info .arrow {
  display: block;
  margin-top: 2.34vw;
  margin-left: 2.08vw;
  margin-bottom: 3.65vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.index-info .arrow .icon {
  margin-right: 0.52vw;
  width: 1.25vw;
  height: 0.63vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}

.index-info .arrow .text {
  font-size: 0.83vw;
  font-family: "Outfit-Light";
  color: #1fa55c;
}

.index-info .arrow .text:hover {
  text-decoration: underline;
}

.index-info .text1 {
  font-size: 2.29vw;
  color: #1fa55c;
  font-family: "Outfit-Bold";
}

.index-info .text2 {
  line-height: 1.2;
  font-family: "Outfit-Bold";
  font-size: 2.29vw;
  color: #cfad78;
  margin-top: 0.78vw;
}

.index-info .content {
  margin-top: 2.08vw;
}

.index-info .content p {
  margin-bottom: 1.04vw;
  font-size: 0.94vw;
  color: #666;
  line-height: 1.2;
  font-family: "Outfit-Light";
  position: relative;
  padding-left: 1.8vw;
}

.index-info .content p:last-child {
  margin-bottom: 0;
}

.index-info .content p img {
  margin-right: 1.04vw;
  width: 1.04vw;
  position: absolute;
  top: 0.1vw;
  left:  0;
}

@media screen and (max-width: 1100px) {
  .index-info {
    padding-left: 0;
    width: 100%;
  }

  .index-info .text1 {
    font-size: 18px;
  }

  .index-info .text2 {
    font-size: 14px;
    margin-top: 10px;
  }

  .index-info .content {
    margin-top: 20px;
  }

  .index-info .content p {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 24px;
  }

  .index-info .content p img {
    width: 14px;
    margin-right: 10px;
    top: 1px;
  }

  .index-info .arrow {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .index-info .arrow .icon {
    width: 26px;
    height: 13px;
    margin-right: 10px;
  }

  .index-info .arrow img {
    margin-top: 1px;
  }

  .index-info .arrow .text {
    font-size: 14px;
  }
}

/* ==================== é¦–é¡µ - é€šç”¨æ¨¡å— info End ==================== */
/* ==================== é¦–é¡µ - æ¿å—äºŒ Start ==================== */
.index-section2 {
  overflow: hidden;
}

.index-section2>.mxw-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.index-section2 .left-body {
  width: 37.5vw;
  flex-shrink: 0;
  margin-right: 3.13vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-section2 .left-body img {
  width: 100%;
}

.index-section2 .right-body .index-info {
  padding-left: 7.81vw;
}

.index-section2 .right-body .image {
  width: 24.32vw;
  margin-left: -5.94vw;
}

.index-section2 .image-group {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1100px) {
  .index-section2 {
    padding-top: 2.6vw;
    padding-bottom: 10.94vw;
  }
}

@media screen and (max-width: 1100px) {
  .index-section2 {
    padding: 30px 0;
  }

  .index-section2>.mxw-box {
    display: block;
  }

  .index-section2 .left-body {
    width: 58%;
    margin-right: 2%;
  }

  .index-section2 .right-body .index-info {
    padding-left: 0;
  }

  .index-section2 .right-body .image {
    width: 48%;
    margin-left: -8%;
  }

  .index-section2 .image-group {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

/* ==================== é¦–é¡µ - æ¿å—äºŒ End ==================== */
/* ==================== é¦–é¡µ - æ¿å—ä¸‰ Start ==================== */
.index-section3>.mxw-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.index-section3 .left-body {
  flex-shrink: 0;
  order: 2;
  text-align: center;
  position: relative;
}

.index-section3 .left-body img {
  position: relative;
  z-index: 9;
}

.index-section3 .right-body {
  z-index: 2;
  position: relative;
  min-width: 0;
  flex-grow: 1;
}

.index-section3 .right-body .image {
  text-align: right;
  margin-right: -5.21vw;
}

@media screen and (min-width: 1100px) {
  .index-section3 {
    padding-bottom: 13.02vw;
  }

  .index-section3 .left-body {
    width: 33.8vw;
    height: 34.58vw;
  }

  .index-section3 .left-body:after {
    content: "";
    display: block;
    width: 100%;
    height: 590px;
    background-color: #f4f8fb;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .index-section3 .left-body img {
    transform-origin: center bottom;
    transition: all 0.8s;
  }

  .index-section3 .left-body:hover img {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 1100px) {
  .index-section3 {
    padding: 30px 0;
  }

  .index-section3 .image-group {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }

  .index-section3 .left-body {
    width: 30%;
    margin-left: 2%;
    margin-top: -30%;
  }

  .index-section3 .right-body .index-info {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .index-section3 .right-body .image {
    z-index: 12;
    width: 67%;
    margin-right: -8%;
  }
}

/* ==================== é¦–é¡µ - æ¿å—ä¸‰ End ==================== */
/* ==================== é¦–é¡µ - æ¿å—å›› Start ==================== */
.index-section4 {
  overflow: hidden;
}

.index-section4>.mxw-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.index-section4 .left-body {
  width: 37.5vw;
  flex-shrink: 0;
  margin-right: 4.69vw;
}

.index-section4 .right-body {
  z-index: 2;
  position: relative;
  min-width: 0;
  flex-grow: 1;
}

.index-section4 .right-body .index-info {
  padding-left: 6.25vw;
}

.index-section4 .right-body .image {
  width: 19.69vw;
  margin-top: 4.17vw;
  margin-left: -8.85vw;
}

@media screen and (min-width: 1100px) {
  .index-section4 {
    padding-bottom: 3.13vw;
  }
}

@media screen and (max-width: 1100px) {
  .index-section4 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .index-section4 .right-body .index-info {
    padding-left: 0;
  }

  .index-section4 .image-group {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 30px;
  }

  .index-section4 .left-body {
    width: 66%;
    margin-right: 2%;
  }

  .index-section4 .right-body .index-info {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .index-section4 .right-body .image {
    z-index: 2;
    width: 40%;
    margin-left: -8%;
  }
}

/* ==================== é¦–é¡µ - æ¿å—å›› End ==================== */
/* ==================== é¦–é¡µ - æ¿å—äº” Start ==================== */
.index-section5 {
  overflow: hidden;
  position: relative;
}

.index-section5 .info {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 2.4vw;
  font-family: "Outfit-Bold";
  line-height: 1.2;
  background-color: #fff;
  padding: 4.17vw 4.17vw 2.08vw 4.17vw;
  color: #1fa55c;
}

.index-section5 .info .arrow {
  overflow: hidden;
  margin-top: 2.6vw;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.index-section5 .info .arrow .icon {
  width: 1.67vw;
  height: 0.83vw;
  flex-shrink: 0;
  margin-right: 0.52vw;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.index-section5 .info .arrow .text {
  font-size: 0.83vw;
  font-family: "Outfit-Light";
  color: #1fa55c;
}

@media screen and (min-width: 1100px) {
  .index-section5 {
    padding-bottom: 10.94vw;
  }

  .index-section5>.mxw-box {
    position: relative;
    width: 100%;
  }

  .index-section5 .info .arrow:hover {
    transform: translateX(0.26vw);
  }
}

@media screen and (max-width: 1100px) {
  .index-section5 {
    padding-bottom: 30px;
  }

  .index-section5 .info {
    position: static;
    width: 100%;
    padding: 15px 15px;
    font-size: 16px;
    text-align: left;
    border: 1px solid #eee;
    border-top: 0;
  }

  .index-section5 .info .arrow {
    margin-top: 20px;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-left: 0;
  }

  .index-section5 .info .arrow .icon {
    width: 26px;
    height: 13px;
    margin-top: 2px;
    margin-right: 10px;
  }

  .index-section5 .info .arrow .text {
    font-size: 14px;
  }

  .index-section5 .info .desc p {
    display: inline;
  }
}

/* ==================== é¦–é¡µ - æ¿å—äº” End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ - é€šç”¨æ ·å¼ Start ==================== */
.product-content {
  padding-left: 1.3vw;
  padding-right: 1.3vw;
}

.product-info {
  text-align: center;
}

.product-info .text1 {
  font-family: "Outfit-Bold";
  font-size: 2.29vw;
  color: #333;
  line-height: 1.3;
  margin-bottom: 1.04vw;
}

.product-info .text2 {
  font-family: "Outfit-Light";
  line-height: 1.6;
  font-size: 1.04vw;
  color: #666;
  max-height: 18em;
  overflow: auto;
}

.product-info .more-btn {
  margin-top: 3.13vw;
  font-size: 1.04vw;
  color: #1fa55c;
  font-family: "Outfit-Light";
  display: block;
}

.product-info .more-btn:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1100px) {
  .product-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-info .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .product-info .text1 p {
    display: inline;
  }

  .product-info .text2 {
    font-size: 12px;
  }

  .product-info .more-btn {
    margin-top: 20px;
    font-size: 14px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ - é€šç”¨æ ·å¼ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ - æ¿å—ä¸€ Start ==================== */
.product-section1 {
  overflow: hidden;
  background-color: #fff;
}

.product-section1 h1 {
  font-size: 2.19vw;
  color: #333;
  line-height: 1.2;
  text-align: center;
  font-family: "Outfit-Bold";
  margin-bottom: 3.65vw;
}

.product-section1 .product-info {
  width: 23.44vw;
  text-align: left;
}

.product-section1 .body {
  padding-top: 9.38vw;
  padding-bottom: 9.38vw;
  background-color: #f6f6f6;
}

.product-section1 .body>.mxw-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-section1 .body .image {
  width: 51.88vw;
}

@media screen and (min-width: 1100px) {
  .product-section1 {
    padding-top: 6.25vw;
    padding-bottom: 2.6vw;
  }

  .product-section1 .body {
    height: 36vw;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-section1 .product-info {
    margin-right: 1vw;
  }
}

@media screen and (max-width: 1100px) {
  .product-section1 {
    padding: 30px 0 20px;
  }

  .product-section1 h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .product-section1 .body {
    padding: 40px 0;
  }

  .product-section1 .body>.mxw-box {
    display: block;
  }

  .product-section1 .body .image {
    width: 100%;
    margin-top: 30px;
  }

  .product-section1 .product-info {
    width: 100%;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ - æ¿å—ä¸€ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ - æ¿å—äºŒ Start ==================== */
.product-section2 {
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 3.65vw;
}

.product-section2 .itembox {
  display: flex;
  align-items: stretch;
}

.product-section2 .item {
  width: 49%;
  margin-right: 2%;
  background-color: #f6f6f6;
  padding: 5.21vw 0;
}

.product-section2 .item:nth-child(2n) {
  margin-right: 0;
}

.product-section2 .item:nth-child(2)~.item {
  margin-top: 2%;
}

.product-section2 .item .image {
  margin-top: 3.13vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (min-width: 1100px) {
  .product-section2 .item:nth-child(1) .image {
    width: 29.84vw;
  }

  .product-section2 .item:nth-child(2) .image {
    width: 33.96vw;
  }
}

@media screen and (max-width: 1100px) {
  .product-section2 .itembox {
    display: block;
  }

  .product-section2 .item {
    width: 100%;
    margin-right: 0;
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .product-section2 .item .image {
    margin-top: 30px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ - æ¿å—äºŒ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ - æ¿å—ä¸‰ Start ==================== */
.product-section3 {
  background-color: #f4f8fb;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.product-section3>.mxw-box {
  display: flex;
  align-items: center;
}

.product-section3 .product-info {
  text-align: left;
}

.product-section3 .image {
  width: 57.29vw;
  flex-shrink: 0;
  margin-left: -5.21vw;
}

@media screen and (min-width: 1100px) {

  .product-section3>.mxw-box {
    min-height: 34vw;
    height: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .product-section3>.mxw-box {
    display: block;
  }

  .product-section3 .image {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ - æ¿å—ä¸‰ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ - æ¿å—å›› Start ==================== */
.product-section4 {
  background: #fff;
  padding-bottom: 6.25vw;
  padding-top: 6.04vw;
  position: relative;
  overflow: hidden;
}

.product-section4>.mxw-box {
  display: flex;
  align-items: center;
}

.product-section4 .image {
  width: 13.44vw;
  flex-shrink: 0;
  margin-right: 11.98vw;
}

.product-section4 .image2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 29.11vw;
  transform-origin: right top;
}

.product-section4 .product-info {
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .product-section4 {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .product-section4 .image {
    width: 70px;
    margin-right: 30px;
  }

  .product-section4 .image2 {
    width: 100px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ - æ¿å—å›› End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ - é€šç”¨ä¸‹ä¸€å± Start ==================== */
.product-down-btn {
  width: 240px;
  position: absolute;
  bottom: -29px;
  left: 4.69vw;
  z-index: 3;
  cursor: pointer;
  pointer-events: none;
}

@media screen and (max-width: 1100px) {
  .product-down-btn {
    display: none;
    width: 140px;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ==================== äº§å“ä¸­å¿ƒ - é€šç”¨ä¸‹ä¸€å± End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ2 - æ¿å—ä¸€ Start ==================== */
.product2-section1 {
  background-color: #f7f9fc;
  position: relative;
  z-index: 11;
}

.product2-section1 .image img {
  width: 100%;
}

.product2-section1 .text2 {
  font-size: 2.81vw;
  color: #666;
  line-height: 1;
  text-align: left;
  font-family: "Outfit-Bold";
  position: absolute;
  bottom: 10.94vw;
  left: 9.9vw;
}

@media screen and (min-width: 1903px) {
  .product2-section1 .image {
    overflow: hidden;
  }

  .product2-section1 .image img {
    min-width: 1920px;
  }
}

@media screen and (max-width: 1100px) {
  .product2-section1 {
    padding: 20px 0;
  }

  .product2-section1 .text2 {
    font-size: 14px;
    line-height: 1.2;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ2 - æ¿å—ä¸€ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ2 - æ¿å—äºŒ Start ==================== */
.product2-section2 {
  background-color: #fff;
}

.product2-section2 .text1,
.product2-section2 .text2 {
  text-align: center;
  color: #333;
}

.product2-section2 .text1 {
  font-size: 4.38vw;
  font-family: "Outfit-Bold";
  margin-bottom: 2.08vw;
  line-height: 1;
}

.product2-section2 .text2 {
  font-size: 1.77vw;
  font-family: "Outfit-Light";
  line-height: 1.4;
}

.product2-section2 .image {
  width: 52.08vw;
  margin-top: 6.25vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1100px) {
  .product2-section2 {
    padding-top: 8.85vw;
    padding-bottom: 8.33vw;
  }
}

@media screen and (max-width: 1100px) {
  .product2-section2 {
    padding: 40px 0;
  }

  .product2-section2 .text1 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .product2-section2 .text2 {
    font-size: 14px;
  }

  .product2-section2 .text2 p {
    display: inline;
  }

  .product2-section2 .text2 p br {
    display: none;
  }

  .product2-section2 .image {
    width: 70%;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ2 - æ¿å—äºŒ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ2 - æ¿å—ä¸‰ Start ==================== */
.product2-section3 {
  background-color: #f5f5f5;
}

.product2-section3 h1 {
  font-size: 4.38vw;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  margin-bottom: 5.21vw;
  text-align: center;
  font-family: "Outfit-Bold";
}

.product2-section3 .item {
  text-align: center;
}

.product2-section3 .item .image {
  width: 17.71vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.56vw;
}

.product2-section3 .item .text1 {
  font-size: 1.46vw;
  color: #333;
  line-height: 1.2;
  margin-bottom: 1.56vw;
  font-family: "Outfit-Bold";
}

.product2-section3 .item .text2 {
  font-size: 1.04vw;
  color: #333;
  line-height: 1.4;
  font-family: "Outfit-Regular";
}

@media screen and (min-width: 1100px) {
  .product2-section3 {
    padding-top: 7.81vw;
    padding-bottom: 9.38vw;
  }

  .product2-section3 .itembox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  .product2-section3 .item {
    width: 32%;
  }
}

@media screen and (max-width: 1100px) {
  .product2-section3 {
    padding: 40px 0;
  }

  .product2-section3 h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .product2-section3 .item {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
  }

  .product2-section3 .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .product2-section3 .item .image {
    width: 60%;
    margin-bottom: 20px;
  }

  .product2-section3 .item .text1 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .product2-section3 .item .text2 {
    font-size: 14px;
  }

  .product2-section3 .item .text2 p {
    display: inline;
  }

  .product2-section3 .item .text2 p br {
    display: none;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ2 - æ¿å—ä¸‰ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ2 - æ¿å—å›› Start ==================== */
.product2-section4 {
  background-color: #fff;
}

.product2-section4 .title {
  text-align: center;
  line-height: 1.2;
  font-size: 4.38vw;
  color: #333;
  font-family: "Outfit-Bold";
  margin-bottom: 5.21vw;
}

.product2-section4 .body {
  text-align: center;
}

.product2-section4 .body .image1 {
  margin-bottom: -8.33vw;
  position: relative;
  z-index: 2;
  width: 23.96vw;
  margin-left: auto;
  margin-right: auto;
}

.product2-section4 .body .image2 {
  width: 51.25vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1100px) {
  .product2-section4 {
    padding-top: 8.33vw;
  }
}

@media screen and (max-width: 1100px) {
  .product2-section4 {
    padding: 30px 0 0;
  }

  .product2-section4 .title {
    font-size: 22px;
  }

  .product2-section4 .body .image1 {
    margin-bottom: -40px;
    width: 200px;
  }

  .product2-section4 .body .image2 {
    width: 100%;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ2 - æ¿å—å›› End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ2 - æ¿å—äº” Start ==================== */
.product2-section5 {
  overflow: hidden;
  background-color: #f7f7f7;
}

.product2-section5 h1 {
  font-size: 4.38vw;
  color: #333;
  line-height: 1.2;
  text-align: center;
  font-family: "Outfit-Bold";
}

.product2-section5 .text2 {
  text-align: center;
  margin-top: 2.08vw;
  font-size: 1.77vw;
  line-height: 1.2;
  margin-bottom: 5.21vw;
  font-family: "Outfit-Light";
}

.product2-section5 .image1 {
  width: 55.21vw;
  margin-left: auto;
  margin-right: auto;
}

.product2-section5 .image2 {
  width: 24.48vw;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-7.29vw);
  margin-top: -8.33vw;
}

@media screen and (min-width: 1100px) {
  .product2-section5 {
    padding-top: 6.77vw;
    padding-bottom: 5.21vw;
  }

  .product2-section5 .image2 {
    padding: 2.6vw;
  }

  .product2-section5 .image2 img {
    transform-origin: left top;
  }
}

@media screen and (max-width: 1100px) {
  .product2-section5 {
    padding: 30px 0;
  }

  .product2-section5 h1 {
    font-size: 22px;
  }

  .product2-section5 .text2 {
    font-size: 14px;
    margin: 15px 0 30px;
  }

  .product2-section5 .image1 {
    width: 100%;
  }

  .product2-section5 .image2 {
    width: 150px;
    transform: translateX(-40px);
    margin-top: -50px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ2 - æ¿å—äº” End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ2 - æ¿å—å…­ Start ==================== */
.product2-section6 .head {
  background: url(../images/img044.jpg) no-repeat center;
  background-size: cover;
  padding-top: 3.13vw;
  padding-bottom: 3.13vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product2-section6 .head img {
  width: 2.08vw;
  margin-right: 0.52vw;
  margin-top: 1vw;
  animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
}

.product2-section6 .head .text {
  font-size: 1.46vw;
  color: #feffff;
  font-family: "Outfit-Regular";
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product2-section6 .head .text span {
  animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  margin-top: 0.8em;
  text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
}

@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
  }

  100% {
    transform: translate3d(0, -0.5em, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 0.8em 0.35em;
  }
}

.product2-section6 .body {
  background: url(../images/img046.jpg) no-repeat center top;
  background-size: cover;
}

.product2-section6 h1 {
  font-size: 1.77vw;
  color: #fff;
  margin-bottom: 2.08vw;
  line-height: 1.2;
  text-align: center;
  font-family: "Outfit-Bold";
}

.product2-section6 form {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3.13vw;
  width: 52.4vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product2-section6 form input,
.product2-section6 form textarea {
  font-size: 0.73vw;
  font-family: "Outfit-Regular";
}

.product2-section6 form input::-webkit-input-placeholder,
.product2-section6 form textarea::-webkit-input-placeholder {
  color: #999;
}

.product2-section6 form input::-moz-placeholder,
.product2-section6 form textarea::-moz-placeholder {
  color: #999;
}

.product2-section6 form input:-moz-placeholder,
.product2-section6 form textarea:-moz-placeholder {
  color: #999;
}

.product2-section6 form input:-ms-input-placeholder,
.product2-section6 form textarea:-ms-input-placeholder {
  color: #999;
}

.product2-section6 form button {
  width: 100%;
  height: 2.71vw;
  background-color: #1fa55c;
  font-size: 0.73vw;
  color: #fff;
  font-family: "Outfit-Regular";
  margin-top: 1.04vw;
}

.product2-section6 form textarea {
  margin-top: 0.52vw;
  height: 5.21vw;
  resize: none;
}

.product2-section6 form .layui-form-select .layui-edge {
  border-top: 0;
  width: 0.42vw;
  height: 0.42vw;
  border: 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(135deg);
  margin-top: -0.42vw;
}

.product2-section6 form .layui-form-select dl dd {
  font-size: 0.73vw;
}

.product2-section6 form .layui-form-select dl dd.layui-this {
  background-color: #1fa55c;
}

@media screen and (min-width: 1100px) {
  .product2-section6 .body {
    padding: 6.77vw 0 7.29vw;
    background-attachment: fixed;
  }
}

@media screen and (max-width: 1100px) {
  .product2-section6 .head {
    padding: 15px 0;
  }

  .product2-section6 .head img {
    width: 20px;
    margin-right: 10px;
    margin-top: 10px;
  }

  .product2-section6 .head .text {
    font-size: 14px;
  }

  .product2-section6 .body {
    padding: 40px 0;
  }

  .product2-section6 h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .product2-section6 form {
    width: 100%;
    padding: 20px;
  }

  .product2-section6 form .layui-form-select .layui-edge {
    width: 8px;
    height: 8px;
    margin-top: -8px;
  }

  .product2-section6 form .layui-row {
    margin-bottom: 0;
    margin-top: 0;
  }

  .product2-section6 form .layui-col-md4,
  .product2-section6 form .layui-col-md8 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .product2-section6 form textarea {
    margin-top: 0;
    height: 120px;
  }

  .product2-section6 form input,
  .product2-section6 form textarea {
    font-size: 12px;
  }

  .product2-section6 form button {
    font-size: 14px;
    height: auto;
    line-height: inherit;
    padding: 8px 10px;
    margin-top: 10px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ2 - æ¿å—å…­ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ2 - æ¿å—å…­å¼¹çª— Start ==================== */
.product2-popup {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  display: none;
  transition: all 0.4s;
}

.product2-popup.active {
  background-color: rgba(0, 0, 0, 0.4);
}

.product2-popup.active .popup-content {
  visibility: visible;
  opacity: 1;
}

.product2-popup .popup-content {
  width: 72vw;
  height: 80vh;
  background-color: #fff;
  border-radius: 1.04vw;
  position: relative;
  padding: 1.04vw 1.56vw 4.17vw;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.product2-popup .close {
  background: url(../images/img104.png) no-repeat center center;
  background-size: 100%;
  width: 1.35vw;
  height: 1.35vw;
  position: absolute;
  right: 1.04vw;
  top: 1.04vw;
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 99;
}

.product2-popup .close:hover {
  opacity: 1;
}

.product2-popup .popup-title {
  padding: 3.13vw 0 3.13vw;
  font-family: "Outfit-Bold";
  font-size: 2.19vw;
  color: #1fa55c;
  text-align: center;
  width: 100%;
  flex-shrink: 0;
}

.product2-popup .body {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-right: 1.35vw;
}

.product2-popup .body::-webkit-scrollbar {
  width: 4px;
  background: #ececec;
}

.product2-popup .body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #1fa55c;
}

.product2-popup table {
  width: 100%;
}

.product2-popup .table1 {
  width: 100%;
}

.product2-popup .table1 table {
  /* border-collapse: collapse; */
  border-collapse: initial;
  border-bottom: 1px solid #cccccc;
}

.product2-popup .table1 th {
  padding: 2.08vw 0;
  font-family: "Outfit-Regular";
  color: #333;
  font-size: 2.19vw;
  font-weight: 400;
  position: relative;
  line-height: 0.9;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.product2-popup .table1 th:last-child:after {
  display: none;
}

.product2-popup .table1 th:after {
  content: "";
  display: block;
  width: 1px;
  height: 1.82vw;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product2-popup .table1 tr:first-child {
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
}

.product2-popup .table1 tr:nth-child(2) td {
  padding-top: 3.13vw;
}

.product2-popup .table1 tr:last-child td {
  padding-bottom: 3.13vw;
}

.product2-popup .table1 tr td {
  padding: 1.56vw 0;
  text-align: center;
  font-family: "Outfit-Regular";
  line-height: 1.2;
  color: #666;
  font-size: 0.89vw;
}

.product2-popup .table-body {
  max-width: 100%;
  /* overflow: auto; */
}

.product2-popup .table1+.table2 table {

  margin-top: 2.6vw;
}

.product2-popup .table2 table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 2px;
}

.product2-popup .table2 th {
  background-color: #1fa55c;
  font-size: 0.94vw;
  color: #fff;
  font-family: "Outfit-Regular";
  font-weight: 400;
  padding: 1.3vw;
}

.product2-popup .table2 tr:first-child {
  position: sticky;
  top: 0;
  left: 0;
}

/* .product2-popup .table2 tr:nth-child(2n-1) {
  background-color: #f1f1f1;
} */

.product2-popup .table2 td {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  padding: 1.56vw;
  font-family: "Outfit-Light";
  font-size: 0.83vw;
  color: #666;
}

/* .product2-popup .table2 td:last-child{
  text-align: left;
  width: 6.77vw;
} */
.product2-popup .table2 .icon {
  width: 0.52vw;
  height: 0.52vw;
  border-radius: 100%;
  margin-right: 0.42vw;
  display: inline-block;
  border: 1px solid #e8e8e8;
  line-height: 0.4vw;
}

.product2-popup .product2-popup-swiper {
  width: 100%;
}

.product2-popup .tabs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.56vw;
}

.product2-popup .tabs .tab-item {
  color: #828f9f;
  padding: 0.73vw 1.04vw;
  border: 1px solid #c0c7cf;
  border-radius: 5.21vw;
  transition: all 0.4s;
  cursor: pointer;
  margin-right: 1.04vw;
  font-size: 1.04vw;
  font-family: "Outfit-Regular";
}

.product2-popup .tabs .tab-item.active,
.product2-popup .tabs .tab-item:hover {
  color: #1fa55c;
  border-color: #1fa55c;
}

@media screen and (max-width: 1100px) {
  .product2-popup .body {
    padding-right: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .product2-popup .popup-content {
    width: 90vw;
    padding: 20px;
    height: 84vh;
  }

  .product2-popup .popup-title {
    padding: 10px 0 25px;
    font-size: 20px;
  }

  .product2-popup .close {
    width: 22px;
    height: 22px;
    right: 10px;
    top: 10px;
  }

  .product2-popup .table1 th {
    font-size: 14px;
    padding: 10px 20px;
    min-width: 120px;
  }

  .product2-popup .table1 th:after {
    height: 10px;
  }

  .product2-popup .table1 tr td {
    font-size: 12px;
  }

  .product2-popup .table2 th {
    padding: 8px 10px;
    font-size: 14px;
    min-width: 100px;
  }

  .product2-popup .table2 td {
    font-size: 12px;
  }

  .product2-popup .touch-tip {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-Regular";
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
    display: none !important;
  }

  .product2-popup .touch-tip img {
    margin-right: 10px;
    width: 20px;
    flex-shrink: 0;
  }

  .product2-popup .tabs {
    margin-bottom: 20px;
  }

  .product2-popup .tabs .tab-item {
    min-width: 0;
    flex-grow: 1;
    padding: 4px 15px;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
  }

  .product2-popup .tabs .tab-item:last-child {
    margin-right: 0;
  }

  .product2-popup .product2-popup-swiper {
    flex-grow: 1;
  }

  .product2-popup .table2 .icon {
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin-left: 14px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ2 - æ¿å—å…­å¼¹çª— End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ3 - æ¿å—ä¸€ Start ==================== */
.product3-section1 {
  position: relative;
  z-index: 11;
}

.product3-section1 .image img {
  width: 100%;
}

.product3-section1 .info {
  position: absolute;
  bottom: 10.42vw;
  left: 9.9vw;
}

.product3-section1 .info .text1 {
  font-size: 2.81vw;
  color: #666;
  line-height: 1.1;
  font-family: "Outfit-Bold";
}

.product3-section1 .info .text2 {
  font-size: 2.81vw;
  color: #1fa55c;
  font-family: "Outfit-Bold";
}

@media screen and (min-width: 1903px) {
  .product3-section1 .image {
    max-width: 100%;
    overflow: hidden;
  }

  .product3-section1 .image img {
    min-width: 1920px;
  }
}

@media screen and (max-width: 1100px) {
  .product3-section1 .info {
    bottom: 10px;
    left: 20px;
  }

  .product3-section1 .info .text1 {
    font-size: 14px;
    line-height: 1.2;
  }

  .product3-section1 .info .text2 {
    font-size: 12px;
    margin-top: 5px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ3 - æ¿å—ä¸€ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ3 - æ¿å—äºŒ Start ==================== */
.product3-section2 h1 {
  text-align: center;
  font-size: 4.38vw;
  color: #333;
  font-family: "Outfit-Bold";
  margin-bottom: 9.9vw;
}

.product3-section2 h1 span {
  color: #1fa55c;
}

.product3-section2 .image {
  margin-left: auto;
  margin-right: auto;
  width: 69.79vw;
  margin-bottom: 10.42vw;
  text-align: center;
}

.product3-section2 .item {
  text-align: center;
}

.product3-section2 .item .text1 {
  font-size: 1.77vw;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.56vw;
  font-family: "Outfit-Bold";
}

.product3-section2 .item .text1 span {
  color: #1fa55c;
}

.product3-section2 .item .text2 {
  font-size: 1.14vw;
  color: #333;
  line-height: 1.4;
  font-family: "Outfit-Regular";
}

@media screen and (min-width: 1100px) {
  .product3-section2 {
    padding-top: 9.9vw;
    padding-bottom: 4.9vw;
  }

  .product3-section2 .itembox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1100px) {
  .product3-section2 {
    padding: 40px 0;
  }

  .product3-section2 h1 {
    font-size: 22px;
    margin-bottom: 50px;
  }

  .product3-section2 .image {
    width: 100%;
    margin-bottom: 60px;
  }

  .product3-section2 .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
  }

  .product3-section2 .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .product3-section2 .item .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .product3-section2 .item .text2 {
    font-size: 12px;
  }

  .product3-section2 .item .text2 p {
    display: inline;
  }

  .product3-section2 .item .text2 br {
    display: none;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ3 - æ¿å—äºŒ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ3 - æ¿å—ä¸‰ Start ==================== */
.product3-section3 {
  position: relative;
}

.product3-section3 .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 6.77vw;
  text-align: center;
}

.product3-section3 .info .text1 {
  font-size: 2.81vw;
  color: #333;
  font-family: "Outfit-Bold";
  line-height: 1.1;
  margin-bottom: 2.08vw;
}

.product3-section3 .info .text2 {
  font-size: 1.35vw;
  color: #333;
  line-height: 1.4;
  font-family: "Outfit-Light";
}

.product3-section3 .image img {
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .product3-section3 .info .text2 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1903px) {
  .product3-section3 .image {
    max-width: 100%;
    overflow: hidden;
  }

  .product3-section3 .image img {
    min-width: 1920px;
  }
}

@media screen and (max-width: 1100px) {
  .product3-section3 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 160px;
    background: #f1f1f1;
  }

  .product3-section3 .image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .product3-section3 .info {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 3;
  }

  .product3-section3 .info .text1 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .product3-section3 .info .text1 br {
    display: none;
  }

  .product3-section3 .info .text2 {
    font-size: 14px;
    line-height: 1.6em;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ3 - æ¿å—ä¸‰ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ3 - æ¿å—å›› Start ==================== */
.product3-section4 {
  position: relative;
  overflow: hidden;
}

.product3-section4 .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 13.54vw;
  padding-left: 10.21vw;
}

.product3-section4 .info .text1 {
  font-size: 4.38vw;
  color: #333;
  line-height: 1.1;
  font-family: "Outfit-Bold";
}

.product3-section4 .info .text2 {
  margin-top: 3.13vw;
  font-size: 1.77vw;
  color: #333;
  line-height: 1.2;
  font-family: "Outfit-Light";
}

.product3-section4 .image img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .product3-section4 {
    background-color: #fff;
  }

  .product3-section4 .image {
    margin-left: -50%;
  }

  .product3-section4 .info {
    padding-left: 20px;
    padding-top: 40px;
    position: static;
    padding: 40px 20px;
  }

  .product3-section4 .info .text1 {
    font-size: 18px;
  }

  .product3-section4 .info .text2 {
    max-width: 100%;
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.6;
  }

  .product3-section4 .info .text2 p {
    display: inline;
  }

  .product3-section4 .info .text1 br,
  .product3-section4 .info .text2 br {
    display: none;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ3 - æ¿å—å›› End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ3 - æ¿å—äº” Start ==================== */
.product3-section5 {
  background-color: #f5f5f5;
  position: relative;
}

.product3-section5 .info {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 6.77vw;
}

.product3-section5 .info h1 {
  font-size: 4.38vw;
  font-family: "Outfit-Bold";
  line-height: 1;
  text-align: center;
  color: #333;
  margin-bottom: 2.08vw;
}

.product3-section5 .info .desc {
  font-size: 1.77vw;
  color: #333;
  line-height: 1.2;
  font-family: "Outfit-Light";
}

@media screen and (min-width: 1903px) {
  .product3-section3 .image {
    max-width: 100%;
    overflow: hidden;
  }

  .product3-section3 .image img {
    min-width: 1920px;
  }
}

@media screen and (max-width: 1100px) {
  .product3-section5 .info {
    padding-top: 40px;
    position: static;
  }

  .product3-section5 .info h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .product3-section5 .info .desc {
    font-size: 14px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ3 - æ¿å—äº” End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ4 - æ¿å—ä¸€ Start ==================== */
.product4-section1 {
  z-index: 11;
  position: relative;
}

.product4-section1 .image img {
  width: 100%;
}

.product4-section1 .info {
  z-index: 4;
  position: absolute;
  bottom: 7.81vw;
  left: 9.9vw;
}

.product4-section1 .info .text1 {
  font-size: 2.81vw;
  color: #666;
  line-height: 1.1;
  font-family: "Outfit-Bold";
}

.product4-section1 .info .text2 {
  font-size: 2.81vw;
  color: #1fa55c;
  font-family: "Outfit-Bold";
  line-height: 1;
  margin-top: 0.52vw;
}

@media screen and (max-width: 1100px) {
  .product4-section1 .info {
    left: 20px;
    bottom: 20px;
  }

  .product4-section1 .info .text1 {
    font-size: 14px;
    line-height: 1.2;
  }

  .product4-section1 .info .text2 {
    font-size: 12px;
    margin-top: 10px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ4 - æ¿å—ä¸€ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ4 - æ¿å—äºŒ Start ==================== */
.product4-section2 {
  background-color: #fff;
}

.product4-section2 .info {
  text-align: center;
  margin-bottom: 5.21vw;
}

.product4-section2 .info .text1 {
  font-size: 4.38vw;
  color: #333;
  line-height: 1.2;
  font-family: "Outfit-Bold";
  margin-bottom: 2.08vw;
}

.product4-section2 .info .text2 {
  font-size: 1.77vw;
  color: #333;
  line-height: 1.4;
  font-family: "Outfit-Light";
}

.product4-section2 .image {
  width: 48.96vw;
  margin-left: auto;
  margin-right: auto;
}

.product4-section2 .image img {
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .product4-section2 {
    padding-top: 7.29vw;
    padding-bottom: 8.33vw;
  }
}

@media screen and (max-width: 1100px) {
  .product4-section2 {
    padding: 40px 0;
  }

  .product4-section2 .info {
    margin-bottom: 30px;
  }

  .product4-section2 .info .text1 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .product4-section2 .info .text2 {
    font-size: 14px;
    line-height: 1.6em;
  }

  .product4-section2 .info .text2 br {
    display: none;
  }

  .product4-section2 .image {
    width: 80%;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ4 - æ¿å—äºŒ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ4 - æ¿å—ä¸‰ Start ==================== */
.product4-section3 {
  overflow: hidden;
  background-color: #fafafa;
}

.product4-section3 .info {
  min-width: 0;
  flex-grow: 1;
  position: relative;
  z-index: 2;
}

.product4-section3 .info .text1 {
  font-size: 3.38vw;
  color: #333;
  line-height: 1.2;
  font-family: "Outfit-Bold";
  white-space: nowrap;
}

.product4-section3 .info .text1 sup {
  font-size: 1.04vw;
  vertical-align: 2.29vw;
  margin-left: 1.04vw;
  margin-right: 1.04vw;
}

.product4-section3 .info .text2 {
  margin-top: 1.56vw;
  font-size: 1.77vw;
  color: #333;
  line-height: 1.3;
  font-family: "Outfit-Light";
}

.product4-section3 .image {
  width: 48.96vw;
  flex-shrink: 0;
}

@media screen and (min-width: 1100px) {
  .product4-section3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 11.98vw;
  }
}

@media screen and (max-width: 1100px) {
  .product4-section3 {
    padding: 30px 20px;
  }

  .product4-section3 .image {
    width: 100%;
  }

  .product4-section3 .info {
    text-align: center;
    margin-bottom: 30px;
  }

  .product4-section3 .info .text1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .product4-section3 .info .text2 {
    font-size: 14px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ4 - æ¿å—ä¸‰ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ4 - æ¿å—å›› Start ==================== */
.product4-section4 .info {
  text-align: center;
}

.product4-section4 .info .text1 {
  font-size: 2.81vw;
  color: #333;
  line-height: 1;
  font-family: "Outfit-Bold";
  margin-bottom: 1.3vw;
}

.product4-section4 .info .text2 {
  font-size: 1.77vw;
  color: #333;
  line-height: 1.2;
  font-family: "Outfit-Light";
}

.product4-section4 .image {
  margin-left: auto;
  margin-right: auto;
  width: 69.27vw;
  margin-top: 2.6vw;
}

.product4-section4 .image img {
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .product4-section4 {
    padding-top: 8.33vw;
    padding-bottom: 8.85vw;
  }
}

@media screen and (max-width: 1100px) {
  .product4-section4 {
    padding: 40px 0;
  }

  .product4-section4 .info .text1 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .product4-section4 .info .text2 {
    font-size: 14px;
  }

  .product4-section4 .image {
    width: 90%;
    margin-top: 30px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ4 - æ¿å—å›› End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ5 - é€šç”¨æ ·å¼ Start ==================== */
.product5-info {
  text-align: center;
}

.product5-info .text1 {
  font-size: 3.4vw;
  color: #333;
  line-height: 1;
  font-family: "Outfit-Bold";
  margin-bottom: 1.04vw;
}

.product5-info .text2 {
  font-size: 1.77vw;
  color: #333;
  line-height: 1.2;
  font-family: "Outfit-Light";
}

@media screen and (max-width: 1100px) {
  .product5-info .text1 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .product5-info .text2 {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.6;
  }

  .product5-info .text2 br {
    display: none;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ5 - é€šç”¨æ ·å¼ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ5 - æ¿å—ä¸€ Start ==================== */
.product5-section1 {
  position: relative;
  z-index: 10;
}

.product5-section1 .image img {
  width: 100%;
}

.product5-section1 .info {
  position: absolute;
  z-index: 2;
  bottom: 11.46vw;
  left: 9.9vw;
}

.product5-section1 .info .text1 {
  font-size: 2.81vw;
  font-family: "Outfit-Bold";
  line-height: 1.1;
  color: #666;
}

@media screen and (max-width: 1100px) {
  .product5-section1 .info {
    bottom: 30px;
    left: 20px;
  }

  .product5-section1 .info .text1 {
    font-size: 14px;
    line-height: 1.4;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ5 - æ¿å—ä¸€ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ5 - æ¿å—äºŒ Start ==================== */
.product5-section2 {
  position: relative;
}

.product5-section2 .product5-info {
  position: absolute;
  width: 100%;
  top: 8.33vw;
  left: 50%;
  transform: translateX(-50%);
}

.product5-section2 .image img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .product5-section2 {
    padding-top: 40px;
    background: #fff;
  }

  .product5-section2 .product5-info {
    top: 40px;
    position: static;
    transform: translateX(0);
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ5 - æ¿å—äºŒ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ5 - æ¿å—ä¸‰ Start ==================== */
.product5-section3 {
  overflow: hidden;
}

.product5-section3 .product5-info {
  text-align: left;
  position: absolute;
  bottom: 10.42vw;
  left: 9.9vw;
}

.product5-section3 .product5-info .text2 {
  color: #333;
  margin-top: 2.6vw;
}

.product5-section3 .image img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .product5-section3 {
    padding-top: 40px;
    padding-bottom: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product5-section3 .image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160%;
  }

  .product5-section3 .product5-info {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    z-index: 3;
  }

  .product5-section3 .product5-info .text1 {
    font-size: 18px;
  }

  .product5-section3 .product5-info .text2 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.6;
  }

  .product5-section3 .product5-info .text2 p {
    display: inline;
  }

  .product5-section3 .product5-info .text1 br,
  .product5-section3 .product5-info .text2 br {
    display: none;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ5 - æ¿å—ä¸‰ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ5 - æ¿å—å›› Start ==================== */
.product5-section4 {
  overflow: hidden;
}

.product5-section4 .product5-info {
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding-right: 9.9vw;
  width: 46%;
}

.product5-section4 .product5-info .text2 {
  font-size: 1.24vw;
  margin-top: 3.13vw;
  font-family: "Outfit-Light";
  line-height: 1.4;
}

.product5-section4 .image img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .product5-section4 .image {
    position: relative;
    width: 520px;
    height: 160px;
    overflow: hidden;
  }

  .product5-section4 .image img {
    margin-top: -50px;
    width: 100%;
  }

  .product5-section4 .image .text1 {
    position: absolute;
    width: 50%;
    font-size: 18px;
    color: #333;
    line-height: 1.1;
    font-family: "Outfit-Bold";
    margin-bottom: 5px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .product5-section4 .product5-info {
    background-color: #f5f5f5;
    padding: 20px;
    position: static;
    transform: translate(0);
    width: 100%;
  }

  .product5-section4 .product5-info .text1 {
    margin-bottom: 20px;
  }

  .product5-section4 .product5-info .text1 br {
    display: none;
  }

  .product5-section4 .product5-info .text2 {
    width: 100%;
    font-size: 14px;
    margin-top: 0;
    line-height: 1.6;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ5 - æ¿å—å›› End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ6 - æ¿å—ä¸€ Start ==================== */
.product6-section1 {
  position: relative;
  z-index: 10;
}

.product6-section1 .image img {
  width: 100%;
}

.product6-section1 .text1 {
  position: absolute;
  font-size: 2.81vw;
  color: #666;
  line-height: 1.3;
  font-family: "Outfit-Bold";
  left: 9.9vw;
  bottom: 10.94vw;
}

@media screen and (max-width: 1100px) {
  .product6-section1 .text1 {
    left: 20px;
    bottom: 20px;
    font-size: 16px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ6 - æ¿å—ä¸€ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ6 - æ¿å—äºŒ Start ==================== */
.product6-section2 {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.product6-section2 .image {
  width: 67.71vw;
  position: absolute;
  right: 0;
  top: 0;
}

.product6-section2 .image img {
  width: 100%;
}

.product6-section2 .text1 {
  font-size: 4.38vw;
  color: #333;
  line-height: 1.2;
  font-family: "Outfit-Bold";
  padding-left: 9.38vw;
}

@media screen and (min-width: 1100px) {
  .product6-section2 {
    padding-top: 15.63vw;
    padding-bottom: 15.63vw;
  }
}

@media screen and (max-width: 1100px) {
  .product6-section2 {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .product6-section2 .image {
    width: 240px;
    position: static;
    margin-right: 0;
    margin-left: auto;
  }

  .product6-section2 .text1 {
    padding-left: 20px;
    font-size: 18px;
    margin-top: 30px;
    padding-right: 20px;
  }

  .product6-section2 .text1 br {
    display: none;
  }

  .product6-section2 .text2 {
    font-size: 14px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ6 - æ¿å—äºŒ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ6 - æ¿å—ä¸‰ Start ==================== */
.product6-section3 {
  background-color: #f8f8f8;
  position: relative;
}

.product6-section3 .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 47.5vw;
}

.product6-section3 .info {
  width: 47.4vw;
  margin-left: auto;
  margin-right: 0;
  padding-right: 9.9vw;
}

.product6-section3 .info .text1 {
  font-size: 4.38vw;
  color: #333;
  line-height: 1.1;
  font-family: "Outfit-Bold";
}

.product6-section3 .info .text2 {
  margin-top: 1.56vw;
  font-size: 1.77vw;
  color: #333;
  line-height: 1.4;
  font-family: "Outfit-Light";
}

@media screen and (min-width: 1100px) {
  .product6-section3 {
    min-height: 46vw;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 1100px) {
  .product6-section3 {
    padding: 40px 0;
    padding-top: 130px;
  }

  .product6-section3 .image {
    width: 130px;
  }

  .product6-section3 .info {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .product6-section3 .info br {
    display: none;
  }

  .product6-section3 .info .text1 {
    font-size: 18px;
  }

  .product6-section3 .info .text2 {
    font-size: 14px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ6 - æ¿å—ä¸‰ End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ6 - æ¿å—å›› Start ==================== */
.product6-section4 {
  overflow: hidden;
}

.product6-section4 .image {
  width: 46.35vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product6-section4 .image img {
  width: 100%;
}

.product6-section4 .info {
  padding-left: 9.9vw;
  width: 45.83vw;
}

.product6-section4 .info .text1 {
  font-family: "Outfit-Bold";
  font-size: 4.38vw;
  color: #333;
}

.product6-section4 .info .text2 {
  font-family: "Outfit-Light";
  font-size: 1.77vw;
  color: #333;
  margin-top: 1.56vw;
}

@media screen and (min-width: 1100px) {
  .product6-section4 {
    min-height: 36vw;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 1100px) {
  .product6-section4 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .product6-section4 .info {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .product6-section4 .info .text1 {
    font-size: 18px;
  }

  .product6-section4 .info .text2 {
    font-size: 14px;
  }

  .product6-section4 .image {
    width: 190px;
    position: static;
    margin-right: 0;
    margin-left: auto;
    transform: translateY(0);
    margin-bottom: 10px;
  }
}


/* ==================== äº§å“ä¸­å¿ƒ6 - æ¿å—å›› End ==================== */
/* ==================== äº§å“ä¸­å¿ƒ6 - æ¿å—äº” Start ==================== */
.product6-section5 {
  background-color: #f8f8f8;
}

.product6-section5 .info {
  text-align: center;
  margin-bottom: 3.13vw;
}

.product6-section5 .info .text1 {
  font-family: "Outfit-Bold";
  font-size: 4.38vw;
  color: #333;
}

.product6-section5 .info .text2 {
  font-family: "Outfit-Light";
  font-size: 1.77vw;
  color: #333;
  margin-top: 1.56vw;
}

.product6-section5 .image {
  margin-left: auto;
  margin-right: auto;
  width: 67.19vw;
}

.product6-section5 .image img {
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .product6-section5 {
    padding-top: 6.25vw;
    padding-bottom: 6.77vw;
  }
}

@media screen and (max-width: 1100px) {
  .product6-section5 {
    padding: 40px 0;
  }

  .product6-section5 .image {
    width: 280px;
    margin-top: 30px;
  }

  .product6-section5 .info .text1 {
    font-size: 18px;
  }

  .product6-section5 .info .text2 {
    font-size: 14px;
  }
}

/* ==================== äº§å“ä¸­å¿ƒ6 - æ¿å—äº” End ==================== */
/* ==================== æ–°é—»ä¸­å¿ƒ Start ==================== */
.news-section1 {
  background-color: #f7f9fc;
}

.news-section1 .item .info {
  padding-top: 1.04vw;
}

.news-section1 .item .info .text1 {
  font-family: "Outfit-Regular";
  font-size: 1.24vw;
  color: #333;
}

.news-section1 .item .info .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Outfit-Light";
  font-size: 0.73vw;
  color: #999;
  margin-top: 0.52vw;
}

.news-section1 .item .info .date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.news-section1 .item .info .date:before {
  content: "";
  display: block;
  width: 0.78vw;
  height: 0.78vw;
  margin-right: 0.26vw;
  background: url(../images/img075.png) no-repeat center;
  background-size: 100%;
}

.news-section1 .item .info .view {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 1.04vw;
}

.news-section1 .item .info .view:before {
  content: "";
  display: block;
  width: 0.78vw;
  height: 0.78vw;
  margin-right: 0.26vw;
  background: url(../images/img076.png) no-repeat center;
  background-size: 100%;
}

@media screen and (min-width: 1100px) {
  .news-section1 {
    padding: 50px 0 100px;
  }

  .news-section1 .item {
    width: 30.733%;
  }

  .news-section1 .item:nth-child(3n-1) {
    margin-left: 3.9%;
    margin-right: 3.9%;
  }

  .news-section1 .item:nth-child(3)~.item {
    margin-top: 70px;
  }
}

@media screen and (max-width: 1100px) {
  .news-section1 {
    padding: 40px 0;
  }

  .news-section1 .item:nth-child(2)~.item {
    margin-top: 30px;
  }

  .news-section1 .item .info {
    padding-top: 12px;
  }

  .news-section1 .item .info .text1 {
    font-size: 14px;
  }

  .news-section1 .item .info .bottom {
    margin-top: 10px;
    font-size: 12px;
  }

  .news-section1 .item .info .date:before,
  .news-section1 .item .info .view:before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }

  .news-section1 .item .info .date {
    margin-right: 10px;
  }
}

/* ==================== æ–°é—»ä¸­å¿ƒ End ==================== */
/* ==================== æ–°é—»ä¸­å¿ƒè¯¦æƒ… - æ¿å—ä¸€ Start ==================== */
.news-desc-section1 {
  background-color: #f7f9fc;
}

.news-desc-section1 .body {
  background-color: #fff;
  padding: 3.65vw 3.65vw 5.21vw;
}

.news-desc-section1 h1 {
  font-family: "Outfit-Bold";
  font-size: 1.98vw;
  color: #333;
  text-align: center;
  margin-bottom: 1.56vw;
}

.news-desc-section1 .info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.65vw;
}

.news-desc-section1 .info .date,
.news-desc-section1 .info .view {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Outfit-Light";
  font-size: 0.73vw;
  color: #999999;
}

.news-desc-section1 .info .date:before,
.news-desc-section1 .info .view:before {
  content: "";
  display: block;
  width: 0.78vw;
  height: 0.78vw;
  margin-right: 0.26vw;
}

.news-desc-section1 .info .date:before {
  background: url(../images/img075.png) no-repeat center;
  background-size: 100%;
}

.news-desc-section1 .info .view {
  margin-left: 1.04vw;
}

.news-desc-section1 .info .view:before {
  background: url(../images/img076.png) no-repeat center;
  background-size: 100%;
}

.news-desc-section1 .info .share {
  margin-left: 1.04vw;
  display: flex;
  align-items: center;
}

.news-desc-section1 .info .share .share-item {
  width: 1.04vw;
  flex-shrink: 0;
  margin-right: 0.52vw;
  transition: filter 0.4s;
}

.news-desc-section1 .info .share .share-item:hover {
  filter: brightness(0.5);
}

.news-desc-section1 .info .share .share-item:last-child {
  margin-right: 0;
}

.news-desc-section1 .content {
  font-family: "Outfit-Light";
  font-size: 1.2vw;
  color: #666666;
  line-height: 2em;
}

.news-desc-section1 .news-desc-swiper {
  margin-bottom: 2.08vw;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.news-desc-section1 .news-desc-swiper .swiper-slide img {
  width: 100%;
}

.news-desc-section1 .news-desc-swiper .swiper-pagination {
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
  z-index: 9;
}

.news-desc-section1 .news-desc-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0 5px;
  opacity: 0.5;
  cursor: pointer;
}

.news-desc-section1 .news-desc-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (min-width: 1100px) {
  .news-desc-section1 {
    padding-top: 4.69vw;
  }
}

@media screen and (max-width: 1100px) {
  .news-desc-section1 {
    padding: 30px 0 0;
  }

  .news-desc-section1 h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .news-desc-section1 .info .share {
    margin-left: 10px;
    display: none;
  }

  .news-desc-section1 .info .share .share-item {
    width: 20px;
  }

  .news-desc-section1 .info .date,
  .news-desc-section1 .info .view {
    font-size: 14px;
  }

  .news-desc-section1 .info .date:before,
  .news-desc-section1 .info .view:before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }

  .news-desc-section1 .info .date {
    margin-right: 10px;
  }

  .news-desc-section1 .body {
    padding: 20px 15px;
  }

  .news-desc-section1 .content {
    font-size: 13px;
  }
}

/* ==================== æ–°é—»ä¸­å¿ƒè¯¦æƒ… - æ¿å—ä¸€ End ==================== */
/* ==================== æ–°é—»ä¸­å¿ƒè¯¦æƒ… - æ¿å—äºŒ Start ==================== */
.news-desc-section2 {
  background-color: #f7f9fc;
}

.news-desc-section2 .head {
  font-size: 22px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: "Outfit-Light";
}

@media screen and (min-width: 1100px) {
  .news-desc-section2 {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .news-desc-section2 .item {
    width: 32.46%;
  }

  .news-desc-section2 .item:nth-child(3n-1) {
    margin-left: 1.3%;
    margin-right: 1.3%;
  }

  .news-desc-section2 .item:nth-child(3)~.item {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .news-desc-section2 {
    padding-top: 30px;
  }

  .news-desc-section2 .head {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .news-desc-section2 .itembox .item:nth-child(2)~.item {
    display: none;
  }
}

/* ==================== æ–°é—»ä¸­å¿ƒè¯¦æƒ… - æ¿å—äºŒ End ==================== */
/* ==================== å…³äºŽæˆ‘ä»¬ - æ¿å—ä¸€ Start ==================== */
.about-section1 {
  background-color: #f4f8fb;
}

.about-section1 .text1 {
  font-family: "Outfit-Bold";
  font-size: 3.75vw;
  line-height: 1.1;
  color: #333;
  margin-bottom: 2.08vw;
}

.about-section1 .desc {
  font-family: "Outfit-Light";
  font-size: 1vw;
  line-height: 1.6;
  color: #000000;
  text-align: justify;
}

@media screen and (min-width: 1100px) {
  .about-section1 {
    padding-top: 4.25vw;
    padding-bottom: 6.38vw;
  }
}

@media screen and (max-width: 1100px) {
  .about-section1 {
    padding: 30px 0;
  }

  .about-section1 .text1 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .about-section1 .desc {
    font-size: 14px;
  }
}

/* ==================== å…³äºŽæˆ‘ä»¬ - æ¿å—ä¸€ End ==================== */
/* ==================== å…³äºŽæˆ‘ä»¬ - æ¿å—äºŒ Start ==================== */
.about-section2 {
  overflow: hidden;
  background-color: #fff;
}

.about-section2:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 9.43vw;
  left: 0;
}

.about-section2 h1 {
  font-family: "Outfit-Bold";
  font-size: 3.23vw;
  color: #333;
  line-height: 1.2;
  margin-bottom: 2.95vw;
}

.about-section2 .about-section2-swiper {
  width: 65.1vw;
  margin-bottom: 4.69vw;
}

.about-section2 .about-section2-swiper .swiper-wrapper {
  padding-top: 3.13vw;
  padding-bottom: 3.13vw;
}

.about-section2 .about-section2-swiper .swiper-slide {
  cursor: pointer;
  transition: all 0.4s;
}

.about-section2 .about-section2-swiper .swiper-slide .info {
  background-color: #f5faff;
}

.about-section2 .about-section2-swiper .swiper-slide .info .year {
  color: #999;
}

.about-section2 .about-section2-swiper .swiper-slide .info .desc {
  color: #999;
}

.about-section2 .about-section2-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
  box-shadow: 0 0.17vw 1.68vw 0 rgba(0, 0, 0, 0.06);
  z-index: 2;
}

.about-section2 .about-section2-swiper .swiper-slide.swiper-slide-active .info {
  opacity: 1;
  background-color: #fff;
}

.about-section2 .about-section2-swiper .swiper-slide.swiper-slide-active .info .year {
  color: #1fa55c;
}

.about-section2 .about-section2-swiper .swiper-slide.swiper-slide-active .info .desc {
  color: #333;
}

.about-section2 .about-section2-swiper-min {
  width: 65.1vw;
}

.about-section2 .about-section2-swiper-min .swiper-slide {
  cursor: pointer;
  position: relative;
  padding-top: 3.65vw;
}

.about-section2 .about-section2-swiper-min .swiper-slide .icon {
  width: 0.94vw;
  height: 0.94vw;
  border-radius: 100%;
  border: 1px solid #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0.84vw;
  left: 50%;
  transform: translateX(-50%);
}

.about-section2 .about-section2-swiper-min .swiper-slide .icon:after {
  width: 0.63vw;
  height: 0.63vw;
  border-radius: 100%;
  background-color: #aaa;
  display: block;
  content: "";
}

.about-section2 .about-section2-swiper-min .swiper-slide .text {
  font-family: "Outfit-Regular";
  font-size: 0.73vw;
  color: #666666;
  text-align: center;
  height: 1.56vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.4s;
}

.about-section2 .about-section2-swiper-min .swiper-slide-thumb-active .icon {
  width: 0.94vw;
  height: 2.08vw;
  border: 0;
  margin-top: 0;
  top: 0.31vw;
}

.about-section2 .about-section2-swiper-min .swiper-slide-thumb-active .icon:before,
.about-section2 .about-section2-swiper-min .swiper-slide-thumb-active .icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.52vw solid transparent;
  border-right: 0.52vw solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border-radius: 0;
}

.about-section2 .about-section2-swiper-min .swiper-slide-thumb-active .icon:before {
  border-top: 0.42vw solid #1fa55c;
  top: 0;
}

.about-section2 .about-section2-swiper-min .swiper-slide-thumb-active .icon:after {
  border-bottom: 0.42vw solid #1fa55c;
  bottom: 0;
}

.about-section2 .about-section2-swiper-min .swiper-slide-thumb-active .text {
  font-size: 1.25vw;
  color: #1fa55c;
  transform: translateY(2px);
}

.about-section2 .info {
  opacity: 1;
  border-radius: 0.16vw;
  padding: 2.6vw;
  transition: background-color 0.4s;
}

.about-section2 .info .year {
  font-size: 1.82vw;
  font-family: "Outfit-Black";
  line-height: 1;
  margin-bottom: 1.56vw;
  transition: color 0.4s;
}

.about-section2 .info .desc {
  font-size: 0.88vw;
  font-family: "Outfit-Light";
  line-height: 1.8em;
  height: 5.4em;
  transition: color 0.4s;
}

.about-section2 .year-list {
  position: relative;
}

.about-section2 .swiper-btn-prev,
.about-section2 .swiper-btn-next {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.about-section2 .swiper-btn-prev:after,
.about-section2 .swiper-btn-next:after {
  content: "";
  display: block;
  width: 0.63vw;
  height: 0.63vw;
  border-top: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  margin-bottom: 0.16vw;
  z-index: 9;
}

.about-section2 .swiper-btn-prev:hover,
.about-section2 .swiper-btn-next:hover {
  border-color: #1ea5e0;
}

.about-section2 .swiper-btn-prev {
  left: 1.04vw;
  transform: rotate(-45deg);
}

.about-section2 .swiper-btn-next {
  right: 1.04vw;
  transform: rotate(135deg);
}

@media screen and (min-width: 1100px) {
  .about-section2 {
    padding-top: 3.81vw;
    padding-bottom: 5.57vw;
  }
}

@media screen and (max-width: 1100px) {
  .about-section2 {
    padding: 30px 0;
  }

  .about-section2:after {
    bottom: 71px;
  }

  .about-section2 h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .about-section2 .about-section2-swiper {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
  }

  .about-section2 .about-section2-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }

  .about-section2 .about-section2-swiper-min {
    width: 100%;
  }

  .about-section2 .about-section2-swiper-min .swiper-slide {
    padding-top: 40px;
  }

  .about-section2 .about-section2-swiper-min .swiper-slide .icon {
    width: 12px;
    height: 12px;
    top: 11px;
  }

  .about-section2 .about-section2-swiper-min .swiper-slide .icon:after {
    width: 6px;
    height: 6px;
  }

  .about-section2 .about-section2-swiper-min .swiper-slide .text {
    height: auto;
    font-size: 14px;
  }

  .about-section2 .about-section2-swiper-min .swiper-slide-thumb-active .icon {
    height: 30px;
    top: 0;
  }

  .about-section2 .about-section2-swiper-min .swiper-slide-thumb-active .icon:before,
  .about-section2 .about-section2-swiper-min .swiper-slide-thumb-active .icon:after {
    width: 0;
    height: 0;
    border-left-width: 4px;
    border-right-width: 4px;
  }

  .about-section2 .about-section2-swiper-min .swiper-slide-thumb-active .icon::before {
    border-top-width: 6px;
  }

  .about-section2 .about-section2-swiper-min .swiper-slide-thumb-active .icon::after {
    border-bottom-width: 6px;
  }

  .about-section2 .info {
    padding: 20px;
  }

  .about-section2 .info .year {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .about-section2 .info .desc {
    font-size: 14px;
  }

  .about-section2 .swiper-btn-prev,
  .about-section2 .swiper-btn-next {
    width: 20px;
    height: 20px;
    margin-bottom: 36px;
  }

  .about-section2 .swiper-btn-prev:hover:after,
  .about-section2 .swiper-btn-next:hover:after {
    border-color: #1fa55c;
  }

  .about-section2 .swiper-btn-prev:after,
  .about-section2 .swiper-btn-next:after {
    width: 10px;
    height: 10px;
  }

  .about-section2 .swiper-btn-prev {
    left: 20px;
  }

  .about-section2 .swiper-btn-next {
    right: 20px;
  }

  .about-section2 .year-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ==================== å…³äºŽæˆ‘ä»¬ - æ¿å—äºŒ End ==================== */
/* ==================== å…³äºŽæˆ‘ä»¬ - æ¿å—ä¸‰ Start ==================== */
.about-section3 {
  background-color: #fff;
}

.about-section3 h1 {
  font-family: "Outfit-Bold";
  font-size: 3.23vw;
  color: #333;
  margin-bottom: 4.17vw;
}

.about-section3 .item {
  padding: 5.21vw 0;
}

.about-section3 .item>.mxw-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.about-section3 .item:nth-child(2n-1) {
  background-color: #f4f8fb;
}

.about-section3 .item h2 {
  font-family: "Outfit-Bold";
  font-size: 1.98vw;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 2.08vw;
}

.about-section3 .item .desc {
  font-family: "Outfit-Light";
  font-size: 0.94vw;
  line-height: 1.6;
  color: #333333;
  text-align: justify;
}

.about-section3 .image img {
  width: 100%;
}

.about-section3 .about-section3-swiper {
  position: relative;
}

.about-section3 .about-section3-swiper .swiper-pagination {
  position: absolute;
  bottom: 1.04vw;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.about-section3 .about-section3-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.42vw;
  height: 0.42vw;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 0.26vw;
  cursor: pointer;
  opacity: 0.8;
}

.about-section3 .about-section3-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.63vw;
  height: 0.63vw;
  opacity: 1;
}

@media screen and (min-width: 1100px) {
  .about-section3 {
    padding-top: 4.25vw;
  }

  .about-section3 .about-section3-swiper {
    width: 34.9vw;
    flex-shrink: 0;
    margin-left: 9.9vw;
  }

  .about-section3 .item:nth-child(2n) .about-section3-swiper {
    order: -1;
    margin-right: 9.38vw;
    margin-left: 0;
  }
}

@media screen and (max-width: 1100px) {
  .about-section3 {
    padding-top: 30px;
  }

  .about-section3 .about-section3-swiper {
    width: 100%;
  }

  .about-section3 h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .about-section3 .item {
    padding: 30px 0;
  }

  .about-section3 .item h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }

  .about-section3 .item>.mxw-box {
    display: block;
  }

  .about-section3 .item .desc {
    font-size: 14px;
  }

  .about-section3 .image {
    margin-left: 0;
    margin-top: 20px;
  }

  .about-section3 .about-section3-swiper .swiper-pagination {
    bottom: 10px;
  }

  .about-section3 .about-section3-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }

  .about-section3 .about-section3-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}

/* ==================== å…³äºŽæˆ‘ä»¬ - æ¿å—ä¸‰ End ==================== */
/* ==================== å…³äºŽæˆ‘ä»¬ - æ¿å—å›› Start ==================== */
.about-section4 {
  background: url(../images/img088.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.about-section4 h1 {
  font-size: 3.23vw;
  line-height: 1;
  margin-bottom: 2.6vw;
  font-family: "Outfit-Bold";
  color: #ffffff;
}

.about-section4 .desc {
  font-size: 0.94vw;
  line-height: 1.8;
  width: 56.25vw;
  margin-left: auto;
  margin-right: auto;
  font-family: "Outfit-Light";
}

@media screen and (min-width: 1100px) {
  .about-section4 {
    padding-top: 3.65vw;
    padding-bottom: 3.65vw;
    background-attachment: fixed;
  }
}

@media screen and (max-width: 1100px) {
  .about-section4 {
    padding: 30px 0;
  }

  .about-section4 h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .about-section4 .desc {
    width: 100%;
    font-size: 13px;
  }
}

/* ==================== å…³äºŽæˆ‘ä»¬ - æ¿å—å›› End ==================== */
/* ==================== å…³äºŽæˆ‘ä»¬ - æ¿å—äº” Start ==================== */
.about-section5 {
  background-color: #ffffff;
}

.about-section5 h1 {
  font-size: 3.23vw;
  color: #333;
  font-family: "Outfit-Bold";
  margin-bottom: 4.17vw;
}

.about-section5>.mxw-box {
  width: 100%;
}

.about-section5 .tabs .tab-item {
  font-size: 0.94vw;
  color: #666;
  line-height: 1;
  transition: color 0.4s;
  margin-bottom: 1.04vw;
  cursor: pointer;
  position: relative;
}

.about-section5 .tabs .tab-item:last-child {
  margin-bottom: 0;
}

.about-section5 .tabs .tab-item.active {
  color: #1fa55c;
}

.about-section5 .tabs .tab-item.active:before {
  width: 1.04vw;
}

.about-section5 .tabs .tab-item:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #1fa55c;
  vertical-align: 0.26vw;
  margin-right: 0.52vw;
  transition: all 0.4s;
}

.about-section5 .swiper-text-box {
  overflow: hidden;
  height: 8.33vw;
}

.about-section5 .about-section5-text {
  height: 2.08vw;
  overflow: visible;
}

.about-section5 .about-section5-text .swiper-slide {
  height: 1.56vw;
  font-size: 0.94vw;
  color: #666;
  line-height: 1;
  transition: color 0.4s;
  cursor: pointer;
  position: relative;
}

.about-section5 .about-section5-text .swiper-slide:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #1fa55c;
  vertical-align: 0.26vw;
  margin-right: 0.52vw;
  transition: all 0.4s;
}

.about-section5 .about-section5-text .my-slide-thumb-active {
  color: #1fa55c;
}

.about-section5 .about-section5-text .my-slide-thumb-active:before {
  width: 1.04vw;
}

.about-section5 .about-section5-swiper {
  width: 51vw;
  flex-shrink: 0;
  margin: 0;
}

.about-section5 .about-section5-swiper .swiper-slide {
  width: 12.1vw;
}

.about-section5 .about-section5-swiper .swiper-slide-active .item {
  border-color: #1fa55c;
}

.about-section5 .about-section5-swiper .item {
  border: solid 2px transparent;
}

.about-section5 .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4.69vw;
}

.about-section5 .btn-group .swiper-btn-prev,
.about-section5 .btn-group .swiper-btn-next {
  width: 2.08vw;
  height: 2.08vw;
  border-radius: 100%;
  border: solid 0.05vw rgba(201, 201, 201, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.4s;
}

.about-section5 .btn-group .swiper-btn-prev:hover,
.about-section5 .btn-group .swiper-btn-next:hover {
  background-color: #1fa55c;
}

.about-section5 .btn-group .swiper-btn-prev:hover:after,
.about-section5 .btn-group .swiper-btn-next:hover:after {
  border-color: #fff;
}

.about-section5 .btn-group .swiper-btn-prev:after,
.about-section5 .btn-group .swiper-btn-next:after {
  content: "";
  display: block;
  width: 0.52vw;
  height: 0.52vw;
  border-top: 2px solid #aeb0b2;
  border-left: 2px solid #aeb0b2;
  transform: rotate(-45deg);
  margin-left: 0.26vw;
  transition: border-color 0.4s;
}

.about-section5 .btn-group .swiper-btn-prev {
  margin-right: 1.04vw;
}

.about-section5 .btn-group .swiper-btn-next {
  transform: rotateY(180deg);
}

@media screen and (min-width: 1100px) {
  .about-section5 {
    padding-top: 4.25vw;
    padding-bottom: 26.25vw;
  }
}

@media screen and (max-width: 1100px) {
  .about-section5 {
    padding: 30px 0;
  }

  .about-section5>.mxw-box {
    display: block;
  }

  .about-section5 h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .about-section5 .tabs {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .about-section5 .tabs .tab-item {
    width: 32%;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
  }

  .about-section5 .tabs .tab-item.active {
    font-weight: bold;
  }

  .about-section5 .tabs .tab-item.active:before {
    width: 100%;
  }

  .about-section5 .tabs .tab-item:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .about-section5 .tabs .tab-item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .about-section5 .about-section5-swiper {
    width: 100%;
  }

  .about-section5 .about-section5-swiper .swiper-slide {
    width: 44vw;
  }

  .about-section5 .swiper-text-box {
    height: auto;
  }

  .about-section5 .about-section5-text {
    margin-bottom: 20px;
    height: auto;
    width: 50%;
    margin-left: 0;
    margin-right: auto;
  }

  .about-section5 .about-section5-text .swiper-slide {
    width: 32%;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    height: auto;
  }

  .about-section5 .about-section5-text .swiper-slide:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .about-section5 .about-section5-text .swiper-slide-active {
    font-weight: bold;
  }

  .about-section5 .about-section5-text .swiper-slide-active:before {
    width: 100%;
  }

  .about-section5 .btn-group {
    justify-content: center;
  }

  .about-section5 .btn-group .swiper-btn-prev {
    margin-right: 10px;
  }

  .about-section5 .btn-group .swiper-btn-prev,
  .about-section5 .btn-group .swiper-btn-next {
    width: 30px;
    height: 30px;
  }

  .about-section5 .btn-group .swiper-btn-prev:after,
  .about-section5 .btn-group .swiper-btn-next:after {
    width: 6px;
    height: 6px;
  }
}

/* ==================== å…³äºŽæˆ‘ä»¬ - æ¿å—äº” End ==================== */
/* ==================== è”ç³»æˆ‘ä»¬ - é€šç”¨æ ·å¼ Start ==================== */
.contact-itembox .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2.08vw;
}

.contact-itembox .item:last-child {
  margin-bottom: 0;
}

.contact-itembox .item .icon {
  width: 3.44vw;
  margin-right: 1.04vw;
  flex-shrink: 0;
}

.contact-itembox .item .info {
  min-width: 0;
  flex-grow: 1;
}

.contact-itembox .item .info .text1 {
  font-size: 0.94vw;
  color: #1fa55c;
  margin-bottom: 0.52vw;
  font-family: "Outfit-Regular";
}

.contact-itembox .item .info .text2 {
  font-size: 0.93vw;
  color: #666;
  line-height: 1.6;
  font-family: "Outfit-Light";
}

.contact-itembox .item .info .text2 a {
  color: inherit;
}

.contact-itembox .item .info .text2 a:hover {
  color: #1fa55c;
  text-decoration: underline;
}

@media screen and (max-width: 1100px) {
  .contact-itembox {
    width: 100%;
  }

  .contact-itembox .item {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .contact-itembox .item:last-child {
    margin-bottom: 0;
  }

  .contact-itembox .item .icon {
    width: 40px;
    margin-right: 10px;
  }

  .contact-itembox .item .info .text1 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .contact-itembox .item .info .text2 {
    font-size: 14px;
  }
}

/* ==================== è”ç³»æˆ‘ä»¬ - é€šç”¨æ ·å¼ Start ==================== */
/* ==================== è”ç³»æˆ‘ä»¬ - æ¿å—ä¸€ Start ==================== */
.contact-section1 {
  overflow: hidden;
  background-color: #fff;
}

.contact-section1 h1 {
  font-size: 2.81vw;
  color: #333;
  font-family: "Outfit-Bold";
  line-height: 1;
  margin-bottom: 0.78vw;
}

.contact-section1 h2 {
  font-family: "Outfit-Light";
  line-height: 1.4;
  color: #666;
  font-size: 0.94vw;
}

.contact-section1 .right-body {
  background-color: #f4f8fb;
}

.contact-section1 form {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 3.13vw;
}

.contact-section1 form input,
.contact-section1 form textarea {
  font-size: 0.73vw;
  font-family: "Outfit-Regular";
}

.contact-section1 form input::-webkit-input-placeholder,
.contact-section1 form textarea::-webkit-input-placeholder {
  color: #999;
}

.contact-section1 form input::-moz-placeholder,
.contact-section1 form textarea::-moz-placeholder {
  color: #999;
}

.contact-section1 form input:-moz-placeholder,
.contact-section1 form textarea:-moz-placeholder {
  color: #999;
}

.contact-section1 form input:-ms-input-placeholder,
.contact-section1 form textarea:-ms-input-placeholder {
  color: #999;
}

.contact-section1 form button {
  width: 11.77vw;
  height: 2.71vw;
  background-color: #1fa55c;
  font-size: 0.73vw;
  color: #fff;
  font-family: "Outfit-Regular";
  margin-top: 1.04vw;
}

.contact-section1 form textarea {
  height: 5.21vw;
  resize: none;
}

.contact-section1 form .layui-form-select .layui-edge {
  border-top: 0;
  width: 0.42vw;
  height: 0.42vw;
  border: 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(135deg);
  margin-top: -0.22vw;
}

.contact-section1 form .layui-form-select dl dd {
  font-size: 0.73vw;
}

.contact-section1 form .layui-form-select dl dd.layui-this {
  background-color: #1fa55c;
}

@media screen and (min-width: 1100px) {
  .contact-section1>.mxw-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .contact-section1 .contact-itembox {
    width: 22.4vw;
  }

  .contact-section1 .left-body {
    flex-shrink: 0;
    padding-top: 6.25vw;
    padding-bottom: 4.25vw;
    padding-right: 5.21vw;
  }

  .contact-section1 .left-body .head {
    margin-bottom: 4.69vw;
  }

  .contact-section1 .right-body {
    padding-top: 6.25vw;
    padding-bottom: 10.77vw;
    min-width: 0;
    flex-grow: 1;
    padding-left: 9.38vw;
    padding-right: 9.9vw;
    margin-right: -9.9vw;
  }
}

@media screen and (max-width: 1100px) {
  .contact-section1 {
    padding: 30px 0 20px;
  }

  .contact-section1 .head {
    text-align: center;
    margin-bottom: 30px;
  }

  .contact-section1 h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .contact-section1 h2 {
    font-size: 14px;
  }

  .contact-section1 .right-body {
    padding: 30px 15px;
    margin-top: 30px;
  }

  .contact-section1 .right-body h1,
  .contact-section1 .right-body h2 {
    text-align: center;
  }

  .contact-section1 form {
    width: 100%;
  }

  .contact-section1 form .layui-form-select .layui-edge {
    width: 8px;
    height: 8px;
    margin-top: -8px;
  }

  .contact-section1 form .layui-row {
    margin-bottom: 0;
    margin-top: 0;
  }

  .contact-section1 form .layui-col-md4,
  .contact-section1 form .layui-col-md8 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .contact-section1 form textarea {
    margin-top: 0;
    height: 120px;
  }

  .contact-section1 form input,
  .contact-section1 form textarea {
    font-size: 12px;
  }

  .contact-section1 form button {
    width: 100%;
    font-size: 14px;
    height: auto;
    line-height: inherit;
    padding: 8px 10px;
    margin-top: 10px;
  }
}

/* ==================== è”ç³»æˆ‘ä»¬ - æ¿å—ä¸€ End ==================== */
/* ==================== è”ç³»æˆ‘ä»¬ - æ¿å—äºŒ Start ==================== */
.contact-section2 {
  background: url(../images/img096.jpg) no-repeat center bottom;
  background-color: #fff;
  background-size: cover;
}

.contact-section2 h1 {
  text-align: center;
  line-height: 1;
  font-family: "Outfit-Bold";
  font-size: 2.81vw;
  color: #333333;
  margin-bottom: 5.21vw;
}

.contact-section2 .body-item h2 {
  font-size: 1.77vw;
  color: #1fa55c;
  line-height: 1.2;
  margin-bottom: 3.13vw;
  font-family: "Outfit-Bold";
}

@media screen and (min-width: 1100px) {
  .contact-section2 {
    padding-top: 7.29vw;
    padding-bottom: 7.29vw;
  }

  .contact-section2 .body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .contact-section2 .body .body-item {
    max-width: 48%;
  }
}

@media screen and (max-width: 1100px) {
  .contact-section2 {
    padding: 0 0 50px;
  }

  .contact-section2 h1 {
    font-size: 20px;
  }

  .contact-section2 .body-item {
    margin-bottom: 30px;
  }

  .contact-section2 .body-item:last-child {
    margin-bottom: 0;
  }

  .contact-section2 .body-item h2 {
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
  }
}

/* ==================== è”ç³»æˆ‘ä»¬ - æ¿å—äºŒ End ==================== */
/* ==================== æœç´¢é¡µé¢ - é€šç”¨æ ·å¼ Start ==================== */
.search-title {
  font-size: 1.3vw;
  color: #333;
  line-height: 1.8;
  font-family: "Outfit-Regular";
  border-bottom: 0.05vw solid #e6e6e6;
  padding: 0.52vw 0;
  margin-bottom: 1.56vw;
}

.search-tip {
  text-align: center;
  padding: 2.6vw 0;
  font-size: 1.3vw;
  color: #333;
  line-height: 1.8;
  font-family: "Outfit-Regular";
}

@media screen and (max-width: 1100px) {
  .search-tip {
    font-size: 16px;
  }

  .search-title {
    font-size: 18px;
    padding: 6px 0;
    margin-bottom: 20px;
  }
}

/* ==================== æœç´¢é¡µé¢ - é€šç”¨æ ·å¼ End ==================== */
/* ==================== æœç´¢é¡µé¢ - æ¿å—ä¸€ Start ==================== */
.search-section1 {
  background-color: #f7f9fc;
  padding-top: 2.6vw;
  padding-bottom: 4vw;
}

.search-section1 form {
  max-width: 50%;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5.21vw;
  padding: 0.52vw 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
}

.search-section1 input {
  min-width: 0;
  flex-grow: 1;
  padding-left: 2.08vw;
  font-family: "Outfit-Regular";
  font-size: 0.83vw;
}

.search-section1 input::-webkit-input-placeholder {
  color: #ccc;
}

.search-section1 input::-moz-placeholder {
  color: #ccc;
}

.search-section1 input:-moz-placeholder {
  color: #ccc;
}

.search-section1 input:-ms-input-placeholder {
  color: #ccc;
}

.search-section1 button {
  width: 4.17vw;
  flex-shrink: 0;
  padding-left: 1.04vw;
  padding-right: 1.04vw;
}

@media screen and (max-width: 1100px) {
  .search-section1 {
    padding-top: 30px;
  }

  .search-section1 form {
    max-width: 100%;
    padding: 5px 0;
  }

  .search-section1 input {
    padding: 0 15px;
    font-size: 14px;
  }

  .search-section1 button {
    width: 40px;
    padding-left: 0;
    padding-right: 15px;
  }
}

/* ==================== æœç´¢é¡µé¢ - æ¿å—ä¸€ End ==================== */
/* ==================== æœç´¢é¡µé¢ - æ¿å—äºŒ Start ==================== */
.search-section2 {
  background-color: #f8f8f8;
}

@media screen and (max-width: 1100px) {
  .search-section2 {
    padding: 20px 0;
  }
}

/* ==================== æœç´¢é¡µé¢ - æ¿å—äºŒ End ==================== */
/* ==================== æœç´¢é¡µé¢ - æ¿å—ä¸‰ Start ==================== */
.search-section3 {
  background-color: #f8f8f8;
}

.search-section3 .body {
  padding-left: 0;
  padding-right: 0;
}

.search-section3 .itembox {
  flex-wrap: wrap;
}

@media screen and (min-width: 1100px) {
  .search-section3 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .search-section3 {
    padding-bottom: 40px;
  }
}

/* ==================== æœç´¢é¡µé¢ - æ¿å—ä¸‰ End ==================== */
/* ==================== ç•™è¨€ç»“æžœ Start ==================== */
.result-section1 {
  position: relative;
  z-index: 9;
  background-color: #f4f8fb;
  padding: 5.89vw 0;
}

.result-section1 .content {
  padding: 7.08vw 0;
  background-color: #fff;
  width: 55.99vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.result-section1 .icon {
  width: 3.23vw;
  flex-shrink: 0;
}

.result-section1 .tip {
  font-size: 1.14vw;
  color: #1b1b1f;
  line-height: 1.2;
  font-family: 'Outfit-Regular';
  margin-top: 1.56vw;
}

.result-section1 .back {
  font-size: 0.94vw;
  color: #1fa55c;
  width: 7.29vw;
  height: 2.08vw;
  border: 1px solid #1fa55c;
  border-radius: 0.21vw;
  text-align: center;
  line-height: 1.98vw;
  margin-top: 3.64vw;
  font-family: 'Outfit-Regular';
  transition: all 0.4s;
}

.result-section1 .back:hover {
  color: #fff;
  background-color: #1fa55c;
}

@media screen and (max-width: 1100px) {
  .result-section1 {
    padding: 50px 20px;
  }

  .result-section1 .icon {
    width: 31px;
  }

  .result-section1 .tip {
    margin-top: 20px;
    font-size: 18px;
  }

  .result-section1 .content {
    width: 100%;
    padding: 70px 0;
  }

  .result-section1 .back {
    width: 120px;
    line-height: 28px;
    height: 30px;
    border-radius: 2px;
    margin-top: 40px;
    font-size: 12px;
  }
}

/* ==================== ç•™è¨€ç»“æžœ End ==================== */


/* ==================== äº§å“ä¸“é¢˜é¡µè§†é¢‘ Start ==================== */
.product-video {
  position: relative;
  background-color: #fff;
  min-height: 100vh;
}

.product-video video {
  display: block;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .product-video {
    min-height: 50vh;
  }
}

/* ==================== äº§å“ä¸“é¢˜é¡µè§†é¢‘ End ==================== */
/* ==================== é€šç”¨ - ä¾§è¾¹æ‚¬æµ®èœå• Start ==================== */
.common-float-menu {
  position: fixed;
  right: 0.68vw;
  bottom: 10vh;
  z-index: 99;
}

.common-float-menu.active .menu-itembox {
  overflow: visible;
  width: 3.85vw;
}

.common-float-menu.active .arrow:after {
  transform: rotate(45deg);
  margin-left: -0.26vw;
  margin-right: 0;
}

.common-float-menu .menu-itembox {
  overflow: hidden;
  width: 0;
  transition: width 0.4s, opacity 0.4s;
}

.common-float-menu .menu-item {
  width: 3.85vw;
  height: 3.85vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 0.05vw rgba(204, 204, 204, 0.5);
  margin-bottom: -0.05vw;
  background-color: #fff;
  transition: background-color 0.4s;
  position: relative;
  cursor: pointer;
}

.common-float-menu .menu-item:first-child {
  border-radius: 0.21vw 0.21vw 0 0;
}

.common-float-menu .menu-item:last-child {
  border-radius: 0 0 0.21vw 0.21vw;
}

.common-float-menu .menu-item:hover {
  background-color: #1fa55c;
}

.common-float-menu .menu-item:hover .icon img {
  filter: brightness(0) invert(1);
}

.common-float-menu .menu-item:hover .qr {
  visibility: visible;
  transform: translateX(-0.52vw) translateY(-50%);
  opacity: 1;
}

.common-float-menu .menu-item:hover .phone {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.common-float-menu .menu-item:hover .triangle {
  border-bottom-color: #fff;
}

.common-float-menu .menu-item:last-child {
  margin-bottom: 0;
}

.common-float-menu .menu-item .icon {
  width: 2.08vw;
  height: 2.08vw;
  overflow: hidden;
}

.common-float-menu .menu-item .icon img {
  box-shadow: 0 0 0.52vw -0.26vw rgba(0, 0, 0, 0.4);
}

.common-float-menu .menu-item .qr {
  width: 7.29vw;
  height: 6.25vw;
  padding-right: 1.04vw;
  position: absolute;
  left: -6.25vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
}

.common-float-menu .menu-item .phone {
  position: absolute;
  top: 0;
  right: 110%;
  background-color: #fff;
  height: 100%;
  padding: 10px 20px;
  font-size: 21px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-family: "Outfit-Medium";
  z-index: 9;
  border-radius: 4px;
  color: #333;
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  transition: all 0.4s;
  border: 1px solid #eee;
}

.common-float-menu .menu-item .triangle {
  width: 0;
  height: 0;
  border-bottom: 16px solid #c2c2c2;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}

.common-float-menu .arrow {
  width: 1.88vw;
  height: 3.33vw;
  background-color: #fff;
  box-shadow: 0.1vw 0.05vw 0.52vw 0vw rgba(51, 51, 51, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -1.88vw;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.common-float-menu .arrow:after {
  content: "";
  width: 0.73vw;
  height: 0.73vw;
  border-top: 0.1vw solid #ccc;
  border-right: 0.1vw solid #ccc;
  display: block;
  transform: rotate(-135deg);
  margin-left: 0;
  margin-right: -0.26vw;
}

@media screen and (max-width: 1100px) {
  .common-float-menu {
    right: 5px;
  }

  .common-float-menu.active .menu-itembox {
    width: 50px;
  }

  .common-float-menu .menu-item {
    width: 50px;
    height: 50px;
  }

  .common-float-menu .menu-item .icon {
    width: 24px;
    height: 24px;
  }

  .common-float-menu .menu-item .phone {
    padding: 6px 10px;
    font-size: 17px;
  }

  .common-float-menu .menu-item .triangle {
    border-bottom-width: 12px;
    border-left-width: 12px;
    border-right-width: 12px;
  }

  .common-float-menu .arrow {
    width: 26px;
    height: 44px;
    left: -26px;
  }

  .common-float-menu .arrow:after {
    width: 8px;
    height: 8px;
  }
}

/* ==================== é€šç”¨ - ä¾§è¾¹æ‚¬æµ®èœå• End ==================== */
/* ==================== é€šç”¨è§†é¢‘å¼¹çª— Start ==================== */
.common-popup-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.common-popup-video.active {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.8);
}

.common-popup-video .video-main {
  position: relative;
}

.common-popup-video .close {
  width: 3.75vw;
  height: 3.75vw;
  background: url(../images/close.png) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: -3.75vw;
  margin-top: -2.59vw;
  right: -3.75vw;
  cursor: pointer;
  transition: transform 0.4s;
}

.common-popup-video .close:hover {
  transform: rotate(180deg);
}

.common-popup-video video,
.common-popup-video iframe {
  width: 48vw;
  height: 60vh;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .common-popup-video .video-main {
    text-align: center;
  }

  .common-popup-video video,
  .common-popup-video iframe {
    height: 40vh;
    width: 96%;
  }

  .common-popup-video .close {
    width: 30px;
    height: 30px;
    top: -40px;
    right: 10px;
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
  }
}

/* ==================== é€šç”¨è§†é¢‘å¼¹çª— End ==================== */
/* ==================== 悬浮留言菜单 Start ==================== */
.common-float-contact {
  position: fixed;
  right: 2.08vw;
  bottom: 20%;
  z-index: 99;
}

.common-float-contact .contact-btn {
  cursor: pointer;
}

.common-float-contact .contact-btn:before,
.common-float-contact .contact-btn:after {
  content: "";
  display: block;
  background-color: #c7e6f6;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  background-color: #127fc2;
}

.common-float-contact .contact-btn:before {
  width: 6vw;
  height: 6vw;
  z-index: 2;
  margin-left: -3vw;
  margin-top: -3vw;
  animation: float-animate 2s infinite cubic-bezier(0.2, 0.01, 0.2, 1);
}

.common-float-contact .contact-btn:after {
  width: 5vw;
  height: 5vw;
  margin-left: -2.5vw;
  margin-top: -2.5vw;
  z-index: 1;
  animation: float-animate 2s infinite cubic-bezier(0.2, 0.01, 0.2, 1);
}

.common-float-contact .contact-btn .icon {
  background-color: #1fa55c;
  position: relative;
  z-index: 4;
  width: 3.4vw;
  height: 3.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  border-radius: 100%;
  z-index: 3;
}

.common-float-contact .contact-btn .icon img {
  position: relative;
  z-index: 2;
  width: 40%;
}

.common-float-contact .contact-btn .icon .text {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-family: "Outfit-Light";
}

.common-float-contact .message-form {
  position: absolute;
  bottom: 0;
  right: 100%;
  margin-right: 1.56vw;
  width: 20.83vw;
  background-color: #fff;
  box-shadow: 0 0 0.52vw -0.26vw rgba(0, 0, 0, 0.5);
  border-radius: 0.26vw;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: all 0.4s;
}

.common-float-contact .message-form.active {
  visibility: visible;
  opacity: 1;
}

.common-float-contact .message-form .head {
  padding: 1.04vw;
  padding-bottom: 3.13vw;
  background-color: #1fa55c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.common-float-contact .message-form .head .head-text {
  min-width: 0;
  flex-grow: 1;
  margin-right: 1.04vw;
  font-size: 0.94vw;
}

.common-float-contact .message-form .head .close {
  flex-shrink: 0;
  width: 1.04vw;
  height: 1.04vw;
  position: relative;
  transition: all 0.4s;
  cursor: pointer;
  transform: rotate(45deg);
}

.common-float-contact .message-form .head .close:hover {
  transform: rotate(225deg);
}

.common-float-contact .message-form .head .close:before,
.common-float-contact .message-form .head .close:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
}

.common-float-contact .message-form .head .close:before {
  width: 100%;
  height: 0.1vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.common-float-contact .message-form .head .close:after {
  width: 0.1vw;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.common-float-contact .message-form .body {
  background-color: #fff;
  max-width: calc(100% - 2.08vw);
  margin-left: auto;
  margin-right: auto;
  margin-top: -2.08vw;
  padding: 1.04vw 0.78vw;
  border-radius: 0.31vw 0.31vw 0 0;
}

.common-float-contact .message-form .desc {
  font-size: 0.73vw;
  color: #888;
  line-height: 1.4;
  font-family: "Outfit-Light";
  padding-bottom: 0.78vw;
  border-bottom: 0.05vw solid #e5e5e5;
}

.common-float-contact .message-form input {
  height: 1.88vw;
  line-height: 1.88vw;
  padding: 0 0.52vw;
}

.common-float-contact .message-form input,
.common-float-contact .message-form textarea {
  border: 0.05vw solid #d3dbe0;
  background-color: #fff;
  font-family: "Outfit-Light";
  font-size: 0.73vw;
  display: block;
  width: 100%;
  border-radius: 0.21vw;
  resize: none;
  margin-top: 0.52vw;
}

.common-float-contact .message-form input::-webkit-input-placeholder,
.common-float-contact .message-form textarea::-webkit-input-placeholder {
  color: #9fa3a6;
}

.common-float-contact .message-form input::-moz-placeholder,
.common-float-contact .message-form textarea::-moz-placeholder {
  color: #9fa3a6;
}

.common-float-contact .message-form input:-moz-placeholder,
.common-float-contact .message-form textarea:-moz-placeholder {
  color: #9fa3a6;
}

.common-float-contact .message-form input:-ms-input-placeholder,
.common-float-contact .message-form textarea:-ms-input-placeholder {
  color: #9fa3a6;
}

.common-float-contact .message-form button {
  width: 100%;
  margin-top: 0.52vw;
  background-color: #1fa55c;
  font-size: 0.68vw;
  border-radius: 0.26vw;
}

@keyframes float-animate {
  0% {
    transform: scale(0.6);
    opacity: 0.2;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@media screen and (max-width: 1100px) {
  .common-float-contact .contact-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
  }

  .common-float-contact .contact-form.active {
    opacity: 1;
    visibility: visible;
  }

  .common-float-contact .contact-form.active .message-form {
    visibility: visible;
    opacity: 1;
  }

  .common-float-contact .contact-btn:before {
    width: 23vw;
    height: 23vw;
    margin-left: -11.5vw;
    margin-top: -11.5vw;
  }

  .common-float-contact .contact-btn:after {
    width: 27vw;
    height: 27vw;
    margin-left: -13.5vw;
    margin-top: -13.5vw;
  }

  .common-float-contact .contact-btn .icon {
    width: 16vw;
    height: 16vw;
  }

  .common-float-contact .contact-btn .icon .text {
    font-size: 3.2vw;
    zoom: 0.9;
  }

  .common-float-contact .message-form {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: none;
    border-radius: 0;
    z-index: 99;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .common-float-contact .message-form .head {
    width: 100%;
    padding: 4vw;
    position: relative;
    z-index: 2;
  }

  .common-float-contact .message-form .head .head-text {
    font-size: 4vw;
  }

  .common-float-contact .message-form .head .close {
    width: 5.33vw;
    height: 5.33vw;
  }

  .common-float-contact .message-form .head .close:before {
    height: 0.53vw;
  }

  .common-float-contact .message-form .head .close:after {
    width: 0.53vw;
  }

  .common-float-contact .message-form .body {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding: 4vw;
    box-shadow: 0 0 2.67vw -1.33vw rgba(0, 0, 0, 0.2);
    height: 100%;
    max-width: 100%;
    width: 100%;
    overflow: auto;
    min-width: 0;
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .common-float-contact .message-form .desc {
    font-size: 3.73vw;
    padding-bottom: 4vw;
    margin-bottom: 5.33vw;
  }

  .common-float-contact .message-form input {
    height: 8vw;
    line-height: 8vw;
    margin-top: 1.33vw;
    flex-shrink: 0;
  }

  .common-float-contact .message-form input,
  .common-float-contact .message-form textarea {
    border-width: 0.27vw;
    border-radius: 0.53vw;
    padding-left: 1.33vw;
    padding-right: 1.33vw;
    font-size: 3.73vw;
    width: 100%;
  }

  .common-float-contact .message-form textarea {
    margin-top: 1.33vw;
    border-width: 1px;
  }

  .common-float-contact .message-form button {
    flex-shrink: 0;
    margin-top: 1.33vw;
    border-radius: 1.07vw;
    font-size: 3.73vw;
    height: 10.13vw;
    line-height: 10.13vw;
  }
}


.containers{ 
    width: 1550px !important;
	padding: 0;
	max-width: 95%;
	margin: 0 auto;
}




/* ==================== 车间环境 End ==================== */
/* ==================== 车间环境 Start ==================== */
.workshop-section1 {
  background-color: #f7f9fc;
}

.workshop-section1 .item .info {
  padding-top: 1.04vw;
}

.workshop-section1 .item .info .text1 {
  font-family: "Outfit-Regular";
  font-size: 1.24vw;
  color: #333;
}

.workshop-section1 .item .info .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Outfit-Light";
  font-size: 0.73vw;
  color: #999;
  margin-top: 0.52vw;
  border-bottom: #999 solid 1px;
}

.workshop-section1 .item .info .date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.workshop-section1 .item .info .date:before {
  content: "";
  display: block;
  width: 0.78vw;
  height: 0.78vw;
  margin-right: 0.26vw;
  background: url(../images/img075.png) no-repeat center;
  background-size: 100%;
}

.workshop-section1 .item .info .view {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 1.04vw;
}

.workshop-section1 .item .info .view:before {
  content: "";
  display: block;
  width: 0.78vw;
  height: 0.78vw;
  margin-right: 0.26vw;
  background: url(../images/img076.png) no-repeat center;
  background-size: 100%;
}

@media screen and (min-width: 1100px) {
  .workshop-section1 {
    padding: 50px 0 100px;
  }

  .workshop-section1 .item {
    width: 30.733%;
  }

  .workshop-section1 .item:nth-child(3n-1) {
    margin-left: 3.9%;
    margin-right: 3.9%;
  }

  .workshop-section1 .item:nth-child(3)~.item {
    margin-top: 70px;
  }
}

@media screen and (max-width: 1100px) {
  .workshop-section1 {
    padding: 30px 0;
  }

  .workshop-section1 .item:nth-child(2)~.item {
    margin-top: 30px;
  }

  .workshop-section1 .item .info {
    padding-top: 12px;
  }

  .workshop-section1 .item .info .text1 {
    font-size: 14px;
  }

  .workshop-section1 .item .info .bottom {
    margin-top: 10px;
    font-size: 12px;
  }

  .workshop-section1 .item .info .date:before,
  .workshop-section1 .item .info .view:before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }

  .workshop-section1 .item .info .date {
    margin-right: 10px;
  }
}

.honor_list{ width:100%; float:left;}
.honor_list li{ width: 97%; float:left; margin:0 1.5%;}
.honor_list li img{ width:100%;}


.relevant_list{ width:100%; float:left;}
.relevant_list li{ width:17%; float:left; margin:0 1.5%;}
.relevant_list li img{ width:100%;}



.boxs {
    width: 73%;
    max-width: 500px;
    margin: auto;
    min-width: 500px;
}
.news_nav {
    text-align: center;
    padding: 0px 0 50px 0;
}

.news_nav a {
    width: calc(50% - 2px);
    float: left;
    border-left: 1px solid #dddddd;
    box-sizing: border-box;
    font-size: 20px;
    color: #222222;
}

.news_nav a:first-child {
    border-left: 0;
}

.news_nav a img {
    margin-right: 20px
}

.news_nav a img:last-child {
    display: none;
}

.news_nav a:hover img:first-child, .news_nav a.on img:first-child {
    display: none;
}

.news_nav a:hover img:last-child, .news_nav a.on img:last-child {
    display: inline-block;
}

.news_nav a:hover, .news_nav a.on {
    color: #1fa55c;
}

/* ==================== 悬浮留言菜单 End ==================== */