.oxy-nav-menu .mb2-search input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
#mobile3 .m-search form input[type=submit]{
  background: url(../images/icon-search-white.png) center center no-repeat;
}
@font-face {
  font-family: "FuturaLT";
  src: url(../fonts/FuturaLT-Book.eot);
  src: url(../fonts/FuturaLT-Book.ttf) format("truetype"), url(../fonts/FuturaLT-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/FuturaLT-Book.woff) format("woff"), url(../fonts/FuturaLT-Book.woff2) format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "FuturaLT";
  src: url(../fonts/FuturaLT-Bold.eot);
  src: url(../fonts/FuturaLT-Bold.ttf) format("truetype"), url(../fonts/FuturaLT-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/FuturaLT-Bold.woff) format("woff"), url(../fonts/FuturaLT-Bold.woff2) format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.eot");
  src: url(../fonts/Poppins-Light.ttf) format("truetype"), url(../fonts/Poppins-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Poppins-Light.woff) format("woff"), url(../fonts/Poppins-Light.woff2) format("woff2");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url(../fonts/Poppins-Regular.ttf) format("truetype"), url(../fonts/Poppins-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Poppins-Regular.woff) format("woff"), url(../fonts/Poppins-Regular.woff2) format("woff2");
}
body {
  font-family: "FuturaLT";
  font-weight: 400;
  font-size: 18px;
  --color: #249a90;
  margin: 0 auto;
}
.container {
  width: 1648px;
}
.bigtt-zt,text-family {
  font-family: "FuturaLT";
  font-weight: bold;
}
.desc-zt {
  font-family: "Poppins-Regular";
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 15px -5px 28px 4px rgba(201, 201, 201, 0.3);
}
#header .nav {
  position: relative;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .nav .ui.menu {
  border-radius: 10px;
  width: 100%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 40%;
}
#header .nav .ui.menu .menu-box .menu-menu-container {
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
  margin: 0 20px;
  font-size: 16px;
  font-family: "Poppins-Regular";
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 100%;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: 0.5s;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .logo {
  width: 24%;
}
#header .nav .ui.menu .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 36%;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
}

#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
#header .nav .ui.menu .right .h-language span img {
  margin-right: 5px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #60b242;
  display: none \9;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right .h-language:hover img {
  filter: none;
}
#header .nav .ui.menu .right .menu-btn {
  width: 27px;
  cursor: pointer;
}
#header .nav .ui.menu .right .menu-btn span {
  display: block;
  border-bottom: 1px solid #000000;
}
#header .nav .ui.menu .right .menu-btn span + span {
  margin-top: 7px;
}
#banner {
  margin-top: 76px;
  position: sticky;
  top: 0;
}
#banner .banner-content {
  height: calc(100vh - 76px);
  position: relative;
}
#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
}
#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 742px;
  line-height: 1.3;
}
#banner .banner-content .swiper-slide .txt-content .text2 {
  max-width: 720px;
}
#banner .banner-content .swiper-tool-box {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1;
}
#banner .banner-content .swiper-tool-box .swiper-tool {
  position: relative;
  width: auto;
  height: 20px;
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination {
  width: auto;
  position: static;
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  font-size: 20px;
  color: #c5c5c5;
  opacity: 1;
  transition: all 0.5s;
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: inline-block;
  width: 50px;
  border-bottom: 1px solid #c5c5c5;
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet:hover {
  color: var(--color);
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet:nth-child(1)::before {
  display: none;
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet-active {
  color: var(--color);
}
.baseBtn {
  display: inline-block;
  min-width: 200px;
  height: 42px;
  line-height: 42px;
  font-size: 0;
  background-color: #ffffff;
  text-align: center;
  transition: 0.5s ease;
  /*border:1px solid #2a2a2a;*/
}
.baseBtn:hover {
  color: #fff;
  background-color: #000;
}
.baseBtn:hover img {
  filter: brightness(0) invert(1);
}
.baseBtn span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15%;
}
.baseBtn img {
  display: inline-block;
  vertical-align: middle;
  transition: filter 0.5s ease;
}
.baseBtn.black {
  color: #ffffff;
  background-color: #000000;
}
.baseBtn.black img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.baseDots li {
  display: inline-block;
  color: #c5c5c5;
}
.baseDots li.slick-active {
  color: var(--color);
}
.baseDots li > div {
  cursor: pointer;
}
.baseDots li + li::before {
  content: "";
  display: inline-block;
  width: 50px;
  border-bottom: 1px solid #c5c5c5;
}
.baseDots li + li div {
  display: inline-block;
}
#index-body .init-1 {
  background-color: #ffffff;
  position: relative;
}
#index-body .init-1 .container {
  max-width: 1350px;
}
#index-body .init-1 .Tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  gap: 15px;
}
#index-body .init-1 .text {
  line-height: 30px;
  color: #777777;
  font-family: "Poppins-Regular";
}
@-webkit-keyframes rote {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rote {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rote {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.our-about {
  background-color: #f4f4f4;
  position: relative;
}
.our-about .box {
  margin-top: -150px;
}
.our-about .left {
  width: 35%;
}
.our-about .left > div {
  display: inline-block;
  position: relative;
}
.our-about .left .play {
  font-size: 0;
  width: 240px;
  height: 240px;
  line-height: 240px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -120px;
  bottom: -140px;
  cursor: pointer;
}
.our-about .left .play > div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background: url(../images/play-border.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: rote 5s linear infinite;
  -moz-animation: rote 5s linear infinite;
  animation: rote 5s linear infinite;
}
.our-about .left .play span {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.our-about .left .play img {
  vertical-align: middle;
}
.our-about .right {
  width: 65%;
  padding-left: 50px;
  margin-top: 140px;
}
.our-about .right .img {
  margin-top: 70px;
  padding-left: 150px;
}
.our-about .right .text {
  color: #565656;
  line-height: 1.7;
  font-family: "Poppins-Regular";
}
.our-about .Tit {
  line-height: 1.2;
  text-transform: uppercase;
  color: #111111;
}
.our-about .aboutBtn {
  color: var(--color);
}
.our-about .aboutBtn a {
  display: inline-flex;
  align-items: center;
}
.i-ohter {
  background-size: cover;
  min-height: 790px;
  padding-top: 270px;
  position: relative;
}
.i-ohter .Tit {
  color: #ffffff;
}
.i-ohter .text {
  color: #ffffff;
  font-family: "Poppins-Regular";
}
.bg {
  background-color: #f4f4f4;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.page_Design .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10vh 0 20vh;
  height: 126vh;
}
.page_Design .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 70%;
  background-color: #fff;
}
.page_Design .box .fk-tit {
  position: absolute;
  top: 10%;
  left: 20%;
  text-align: center;
}
.page_Design .box .fk-tit .Tit {
  font-size: 115px;
  line-height: 1;
  font-weight: bold;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0.75;
  color: #afafaf;
  margin-top: 60px;
}
.page_Design .box .left {
  width: 80%;
}
.page_Design .box .left > div {
  overflow: hidden;
}
.page_Design .box .right {
  width: 20%;
  text-align: center;
  padding: 0 40px;
}
.page_Design .box .right li {
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
}
.page_Design .box .right li::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 100%;
  width: 0;
  border-bottom: 1px solid var(--color);
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.page_Design .box .right li + li {
  margin-top: 40px;
}
.page_Design .box .right li a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  color: #111111;
}
.page_Design .box .right li.active::after {
  width: 400px;
}
.page_Design .box .right li.active a {
  color: var(--color);
  background-size: 100% 1px;
  font-weight: bold;
}
.page_Design .swiper .swiper-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page_Design .swiper .swiper-wrapper .swiper-slide {
  width: 85vw;
}
.page_Design .swiper .swiper-wrapper .swiper-slide:not(:last-child) {
  margin-right: 150px;
}
.page_Design .swiper .swiper-wrapper .swiper-slide .item {
  width: 100%;
}
.page_Design .swiper .swiper-wrapper .swiper-slide .item .item_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.page_Design .swiper .swiper-wrapper .swiper-slide .item .item_content .img + .img {
  margin-left: 150px;
}
.lpk_phone {
  display: none;
}
.i-category {
  padding: 60px 0;
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
.i-category .Tit {
  font-size: 32px;
  font-weight: bold;
}
.i-category .list ul {
  margin: -15px;
}
.i-category .list li {
  padding: 15px;
}
.hot-pro {
  position: relative;
  background-color: #f4f4f4;
}
.hot-pro ul li .img-box {
  background-color: #fff;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.hot-pro ul li .img-box:hover {
  border-color: var(--color);
}
.hot-pro .swiper-pagination {
  width: auto;
  position: static;
}
.hot-pro .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  font-size: 20px;
  color: #c5c5c5;
  opacity: 1;
  transition: all 0.5s;
}
.hot-pro .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: inline-block;
  width: 50px;
  border-bottom: 1px solid #c5c5c5;
}
.hot-pro .swiper-pagination .swiper-pagination-bullet:hover {
  color: var(--color);
}
.hot-pro .swiper-pagination .swiper-pagination-bullet:nth-child(1)::before {
  display: none;
}
.hot-pro .swiper-pagination .swiper-pagination-bullet-active {
  color: var(--color);
}
.our-news {
  background-color: #fff;
  position: relative;
}
.our-news .box {
  background-color: #ffffff;
}
.our-news .Tit {
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
}
.our-news .box > .text {
  color: #777777;
  font-family: "Poppins-Regular";
}
.our-news .list ul {
  margin: -22px;
}
.our-news .list li {
  padding: 22px;
}
.our-news .list .mml-text {
  border: 1px solid #000000;
  position: relative;
  padding: 50px;
  z-index: 1;
  transition: all 0.5s;
}
.our-news .list .mml-text .cate {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.our-news .list .mml-text .name {
  min-height: 4.7em;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  letter-spacing: 1px;
}
.our-news .list .mml-text .line {
  border-bottom: 1px solid #000000;
  opacity: 0.3;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.our-news .list .mml-text .date {
  line-height: 24px;
}
.our-news .list .mml-text .date img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.our-news .list .mml-text time {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: Poppins-Light;
  letter-spacing: 0;
}
.our-news .list .mml-text:hover {
  background-color: var(--color);
  border-color: var(--color);
}
.our-news .list .mml-text:hover .cate {
  color: #fff;
}
.our-news .list .mml-text:hover .name {
  color: #ffffff;
}
.our-news .list .mml-text:hover .line {
  border-color: #ffffff;
}
.our-news .list .mml-text:hover .date img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.our-news .list .mml-text:hover time {
  color: #ffffff;
}
.our-news .baseDots {
  margin-top: 50px;
}
#footer {
  position: relative;
  background-color: #fff;
}
#footer .footer-userinfo {
  border-bottom: 1px solid rgba(17, 17, 17, 0.33);
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  display: flex;
  flex-direction: column;
  max-width: 220px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list p {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 42px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 16px;
  font-family: "Poppins-Regular";
  color: #666666;
  margin-bottom: 24px;
  width: fit-content;
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .info {
  max-width: 365px;
}
#footer .footer-center .footer-t .footer-t-gird .info > span {
  position: relative;
  padding-left: 32px;
}
#footer .footer-center .footer-t .footer-t-gird .info > span em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
#footer .footer-center .footer-t .footer-t-gird .form {
  max-width: 306px;
}
#footer .footer-center .footer-t .footer-t-gird .form p {
  font-size: 24px;
  font-weight: bold;
}
#footer .footer-center .footer-t .footer-t-gird .form ul {
  margin: 0 -3px;
  font-family: "Poppins-Regular";
}
#footer .footer-center .footer-t .footer-t-gird .form ul li {
  width: 50%;
  padding: 0 3px;
  margin-bottom: 5px;
}
#footer .footer-center .footer-t .footer-t-gird .form ul li input {
  width: 100%;
  display: block;
  padding: 7px 15px;
  background-color: #eeeeee;
  border: 0;
}
#footer .footer-center .footer-t .footer-t-gird .form ul li input::placeholder {
  font-size: 14px;
  color: #767676;
}
#footer .footer-center .footer-t .footer-t-gird .form ul li textarea {
  width: 100%;
  display: block;
  padding: 7px 15px;
  height: 62px;
  background-color: #eeeeee;
  border: 0;
}
#footer .footer-center .footer-t .footer-t-gird .form ul li textarea::placeholder {
  font-size: 14px;
  color: #767676;
}
#footer .footer-center .footer-t .footer-t-gird .form ul li.wid-100 {
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .form ul li input[type="submit"] {
  display: block;
  background-color: var(--color);
  padding: 6px 0;
  width: 100%;
  text-align: center;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .form ul li:hover input[type="submit"] {
  background-color: #fff;
  border-color: var(--color);
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .link span:hover {
  color: var(--color);
}
#footer .footer-center .footer-b {
  background-color: #111111;
}
#footer .footer-center .footer-b p {
  color: rgba(255, 255, 255, 0.5);
  padding: 10px 0;
}
#footer .footer-center .footer-b p span {
  margin: 0 10px;
  font-size: 18px;
  font-family: "Poppins-Regular";
}
#footer .footer-center .footer-b p img {
  width: 220px;
  height: auto;
  padding-top: 5px;
  opacity: 0.4;
}
#footer .footer-center .footer-b p svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(255, 255, 255, 0.5);
  margin-top: 1px;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box {
    width: 50%;
  }
  .page_Design .box .right {
    padding: 0 15px;
  }
  .page_Design .box .right li {
    font-size: 22px;
  }
  .page_Design .box .fk-tit {
    top: 20%;
  }
  .page_Design .box .fk-tit .Tit {
    font-size: 80px;
  }
  .page_Design .box .right li.active::after {
    width: 200px;
  }
  .page_Design .swiper .swiper-wrapper .swiper-slide:not(:last-child) {
    margin-right: 100px;
  }
  .page_Design .swiper .swiper-wrapper .swiper-slide .item .item_content .img + .img {
    margin-left: 100px;
  }
  .our-news .Tit {
    font-size: 48px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .logo {
    width: 30%;
  }
  #header .nav .ui.menu .right {
    width: 25%;
  }
  .btn-go {
    zoom: 0.9;
  }
  #footer .footer-center .footer-t .footer-t-gird .form p {
    font-size: 22px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .our-about .box {
    margin-top: -110px;
  }
  .i-ohter {
    min-height: 600px;
  }
  .page_Design .swiper .swiper-wrapper .swiper-slide:not(:last-child) {
    margin-right: 50px;
  }
  .page_Design .swiper .swiper-wrapper .swiper-slide .item .item_content .img + .img {
    margin-left: 50px;
  }
  .page_Design .box {
    height: 110vh;
    padding: 10vh 0 10vh;
  }
  .page_Design .box .right li {
    font-size: 18px;
  }
  .page_Design .box .right li.active::after {
    width: 100px;
  }
  .page_Design .box .fk-tit {
    display: none;
  }
  .our-news .Tit {
    font-size: 36px;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list li {
    padding: 15px;
  }
}
@media screen and (max-width: 1250px) {
  body {
    font-size: 16px;
  }
  #banner {
    margin-top: 60px;
  }
  #banner .banner-content {
    height: 44vw;
  }
  #footer .footer-center .footer-t .footer-t-gird .form p {
    font-size: 20px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 20px;
    margin-bottom: 22px;
  }
    #footer .footer-center .footer-t .footer-t-gird .info {
      max-width: 278px;
  }
  #footer .footer-center .footer-t .footer-t-gird .form {
    max-width: 270px;
  }
  .our-about .left .play {
    zoom: 0.8;
  }
  .our-about .right .img {
    margin-top: 50px;
    padding-left: 100px;
  }
  .page_Design .box .left {
    width: 70%;
  }
  .page_Design .box .right {
    width: 30%;
  }
  .page_Design .swiper .swiper-wrapper .swiper-slide {
    width: 70vw;
  }
  .our-news .list .mml-text {
    padding: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 450px;
  }
  #banner .banner-content .swiper-tool-box {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.link {
    display: none;
  }
  .our-about .box {
    margin-top: 0;
  }
  .our-about .left {
    width: 100%;
    display: none;
  }
  .our-about .left .play {
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
  .our-about .right {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .our-about .right .img {
    margin-top: 40px;
    padding-left: 0;
  }
  .i-ohter {
    min-height: 400px;
    padding-top: 100px;
  }
  .lpk_pc {
    display: none;
  }
  .lpk_phone {
    display: block;
  }
  .our-news .Tit {
    font-size: 24px;
  }
  .our-news .list .mml-text .name {
    min-height: 6.4em;
  }

}
@media screen and (max-width: 700px) {
  #footer .footer-center .footer-t .footer-t-gird .info {
    max-width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .form {
    max-width: 100%;
    margin-top: 5%;
  }
  .i-ohter {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .i-ohter .text {
    margin-bottom: 20px;
  }
  .our-news .list .mml-text {
    padding: 15px;
  }
  .hot-pro .swiper-pagination .swiper-pagination-bullet {
    font-size: 14px;
  }
  .i-category .Tit {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .our-news .Tit {
    font-size: 22px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 18px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 18px;
  }
  #footer .footer-center .footer-t .footer-t-gird .form ul li {
    width: 100%;
  }
  .i-category .Tit {
    font-size: 22px;
  }
  #footer .footer-userinfo img{
    height: 37px;
    object-fit: contain;
  }
}


/*----- inner page -----*/

.inner-banner {
  -o-background-size: cover;
  background-size: cover;
  padding: 202px 0 100px 0;
  color: #fff;
  text-align: center;
}
.inner-banner .container .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: var(--color);
}
@media (max-width: 1000px) {
  .inner-banner {
    padding: 40px 0;
    background: #000 !important;
  }
}


.m-page a,
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color);
  color: var(--color);
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 5px;
}
.m-page a.current,
.m-page span.current {
  background: var(--color);
  color: #fff;
}
.m-page a:hover {
  background: var(--color);
  color: #fff;
}

/* ------ product-page ------*/
.sider-box .sider-left {
    width: 26%;
    position: sticky;
    top: 100px;
}

.sider-box .sider-left h2 {
    padding-top: 8px;
    padding-left: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 30px;
    font-weight: bold;
}

.sider-box .sider-left h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 3px;
    background-color: var(--color);
}

.sider-box .sider-left .category {
    background-color: #ffffff;
    padding: 50px 30px;
    /*border-radius: 20px;*/
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .category .catelist {
    margin-top: 35px;
}

.sider-box .sider-left .category .catelist ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    border-radius: 50px;
    margin-bottom: 10px;

}

.sider-box .sider-left .category .catelist>ul>li>a {
    padding-left: 25px;
    padding-right: 35px;
    background: #f0f0f0;
    position: relative;
    /*padding-top: 3px;*/
    font-size: 16px;
}

.sider-box .sider-left .category .catelist>ul>li>a:hover,
.sider-box .sider-left .category .catelist>ul>li.active>a {
    color: #FFFFFF;
    background-color: var(--color);
    /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
    background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
    background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
    background-image: linear-gradient(to right, #92c35d, #73ad53);*/
}

.sider-box .sider-left .category .catelist>ul>li>a::after {
    content: ">";
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 24px;
    font-family: cursive;
}

.sider-box .sider-left .category .catelist>ul>li>ul {
    display: none;
}

.sider-box .sider-left .category .catelist>ul>li>ul>li>a {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #f0f0f0;
}

.sider-box .sider-left .category .catelist>ul>li>ul>li>a.active {
    color: #73ae53;
}

.sider-box .sider-left .category.news .catelist>ul>li>a::after {
    content: "\f0d7";
    font-family: FontAwesome;
}

.sider-box .sider-left .quote {
    background-color: #ffffff;
    padding: 50px 30px;
    /*border-radius: 20px;*/
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .quote .form {
    margin-top: 35px;
}

.sider-box .sider-left .quote .form form .submit {
    margin: 24px auto 0;
}

.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
}

.sider-box .sider-left .quote .form input[type='text'] {
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input[type='text'] {
    opacity: 0;
    margin: 0;
    border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer {
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    margin-bottom: 10px;
    background: url(/template/en/images/file_img.png) no-repeat center right 20px;
    background-size: 30px;
    position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
    height: 100px;
    border-radius: 10px;
    border: 2px solid #e5e5e5;
}

.sider-box .sider-left .quote .form .more {
    margin-top: 30px;
}

.sider-box .sider-left .quote .form button {
    margin-top: 30px;
    font-size: 20px;
    /*padding: 10px 50px;*/
    border: none;
    background: transparent;
    border-radius: 30px;
    color: #FFFFFF;
    background-color: var(--color);
    /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
    background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
    background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
    background-image: linear-gradient(to right, #92c35d, #73ad53);*/
    box-shadow: 0 0 20px rgba(3, 110, 184, .6);
}

.sider-box .sider-left .search-news {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .search-news form {
    margin-top: 35px;
    position: relative;
}

.sider-box .sider-left .search-news form input {
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: none;
    background-color: #f0f0f0;
    padding-left: 25px;
    padding-right: 115px;
    border-radius: 30px;
}

.sider-box .sider-left .search-news form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 115px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #82b566;
    background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
    background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
    background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
    background-image: linear-gradient(to right, #92c35d, #73ad53);
}

.sider-box .sider-left .hot-news {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .hot-news .list {
    margin-top: 35px;
}

.sider-box .sider-left .hot-news .list ul li+li {
    margin-top: 35px;
}

.sider-box .sider-left .hot-news .list .img {
    border-radius: 10px;
    overflow: hidden;
}

.sider-box .sider-left .hot-news .list time {
    color: #858585;
}

.sider-box .sider-left .news-date {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .news-date .datepicker {
    margin-top: 35px;
}
.sider-box .sider-right {
    width: 74%;
}

.product_list {
    background-color: #fafafa;
    /*border-radius: 20px;*/
    padding: 40px;
}

.product_list ul {
    margin: 0 -15px;
}

.product_list ul li {
    padding: 20px 15px;
}

.product_list .img {
    overflow: hidden;
    /*border-radius: 15px;*/
    margin-bottom: 10px;
    background: #fff;
}

.product_list .img a {
    display: block;
    padding: 2px;
}

.product_list .img span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: var(--color);
    /*background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
    background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
    background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
    background-image: linear-gradient(to right, #82b566, #9bc76b);*/
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.product_list .img:hover span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.product_list h3 {
    margin-top: 15px;
}

.product-page .init-1 {
    padding: 40px;
    background-color: #fafafa;
    /*border-radius: 20px;*/
}

.product-page .init-1 .tip_title {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-page .init-1 .des {
    margin-top: 10px;
    color: #000000;
    font-weight: 400;
    max-height: 210px;
    overflow-y: auto;
}
.submit {
    width: 195px;
    height: 50px;
    background: var(--color);
    border-radius: 35px;
    border: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    text-align: center;
}

.submit input[type="submit"] {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    line-height: 54px;
    position: relative;
    z-index: 2;
    background-color: transparent;
    border: none;
}

.submit::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.submit:hover::before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}


.product-2 .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(../images/h-quality01.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}

.product-2 .sidebar-info h5 {
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.product-2 .sidebar-info p {
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
}

.product-2 .sidebar-info .info-tel {
    font-size: 18px;
    line-height: 1.4;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
    display: flex;
    flex-direction: column;

}

.product-2 .sidebar-info .info-tel img {
    margin-right: 2rem;
}

.product-2 .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}

@media screen and (max-width: 1700px) {
  .sider-box .sider-left h2{
    font-size: 25px;
  }
  
}
@media (max-width: 1450px) {

    .product-2 .sidebar-info {
        padding: 6rem 1rem 6.5rem;
    }
    .product-page .init-1 .tip_title{
      font-size: 30px;
    }
    .sider-box .sider-left .category{
      padding: 30px 15px;
    }
    .sider-box .sider-left .category .catelist ul li a {
      padding-top: 11px;
      padding-bottom: 8px;
    }
    .sider-box .sider-left .quote{
      padding: 30px 15px;
    }
    .sider-box .sider-left h2{
      font-size: 23px;
    }
    .submit {
      zoom: 0.9;
    }
}

@media (max-width: 1250px) {
  .sider-box .sider-left{
    width: 30%;
  }
  .sider-box .sider-right {
    width: 70%;
}
    .product-2 .sidebar-info {
        padding: 5rem 1rem 5.5rem;
    }
    .product-page .init-1 .tip_title{
      font-size: 26px;
    }
    .sider-box .sider-left h2{
      font-size: 21px;
    }
    .product_list{
      padding: 20px;
    }
    .product_list ul li {
      padding:15px 8px;
    }
    .product-page .init-1 {
      padding: 20px;
    }
    .submit {
      zoom: 0.8;
    }

}

@media screen and (max-width: 1000px) {
    .sider-box .sider-left {
        display: none;
    }
    .sider-box .sider-right {
        width: 100%;
        padding: 0;
    }
    .product_list {
        padding: 30px;
    }
      .product-page .init-1 .container .des {
        width: 100%;
    }
    
    .product-page .init-1 .tip_title {
        font-size: 22px;
    }
    .sider-box .sider-left h2{
      font-size: 20px;
    }
    .submit {
      zoom: 0.7;
    }
}

@media screen and (max-width: 500px) {
      .product_list {
        padding: 15px;
    }
        .product-page .init-1 {
        padding: 10px 20px;
    }

    .product-page .init-1 .container .tip_title {
        font-size: 20px;
        line-height: 36px;
    }

    .product-page .init-1 .container .des {
        margin-top: 20px;
        display: none !important;
    }


}

/* ------ prodet-page ------*/

.product-page .pro_init_1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-page .pro_init_1 .container .left {
    width: 49%;
    /*overflow: hidden;*/
}

.product-page .pro_init_1 .container .left .smallImg {
    width: 22.6%;
    float: left;
}

.product-page .pro_init_1 .container .left .smallImg ul {
    margin: -10px;
}

.product-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}

.product-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}

.product-page .pro_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
}

.product-page .pro_init_1 .container .left .bigImg ul li {
    padding: 1px;

}

.product-page .pro_init_1 .container .left .bigImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.product-page .pro_init_1 .container .left .bigImg img {
    border: 1px solid #dcdcdc;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #efefef;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 0;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("/beijiexi/2025/09/17/banner-btn-l.png");
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("/beijiexi/2025/09/17/banner-btn-r.png");
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--color);
}

.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover:after {
    filter: none;
}

.product-page .pro_init_1 .container .left .smallImg .slick-arrow {
    font-size: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: #efefef;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .pro_init_1 .container .left .smallImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(90deg);
}

.product-page .pro_init_1 .container .left .smallImg .slick-prev {
    top: 0;
    transform: translate(-50%, -102%)
}

.product-page .pro_init_1 .container .left .smallImg .slick-next {
    bottom: 0;
    transform: translate(-50%, 102%);
}

.product-page .pro_init_1 .container .left .smallImg .slick-arrow.slick-prev:after {
    background-image: url("/beijiexi/2025/09/17/banner-btn-l.png");
}

.product-page .pro_init_1 .container .left .smallImg .slick-arrow.slick-next:after {
    background-image: url("/beijiexi/2025/09/17/banner-btn-r.png");
}

.product-page .pro_init_1 .container .left .smallImg .slick-arrow:hover {
    background: var(--color);
}

.product-page .pro_init_1 .container .left .smallImg .slick-arrow:hover:after {
    filter: none;
}

.product-page .pro_init_1 .container .left .big_img {
    width: 100%;
    display: block;
}

.product-page .pro_init_1 .container .left .big_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.product-page .pro_init_1 .container .right .share ul li {
    width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .pro_init_1 .container .right .share ul li a {
    display: block;
}

.product-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--primary);
}

.product-page .pro_init_1 .container .left .swiper {
    margin-top: 20px;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 115px;
    display: block;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-page .pro_init_1 .container .right {
    width: 46%;
}

.product-page .pro_init_1 .container .right .sub_img {
    width: 36px;
    margin-bottom: 15px;
}

.product-page .pro_init_1 .container .right .text_1 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 32px;
    color: #a8a8a8;
    font-weight: 500;
}

.product-page .pro_init_1 .container .right .text_2 {
    font-size: 36px;
    line-height: 1.4;
    color: #4a4a4a;
    font-weight: bold;
    text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .shangxia a {
    display: block;
}

.product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
}

.product-page .pro_init_1 .container .right .cont_list .list {
    position: relative;
}

.product-page .pro_init_1 .container .right .cont_list .list .title {
    font-size: 18px;
    padding: 25px 0;
    padding-right: 30px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .title span {
    color: #4a4a4a;
    font-weight: bold;
    text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .cont_list .list .title i {
    width: 20px;
    position: absolute;
    top: 22px;
    right: 0;
    font-size: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .content {
    /*padding: 40px 0 0;*/
    font-size: 16px;
    color: #3f3f3f;
    line-height: 2;
    /*display: none;*/
    max-height: 300px;
    overflow: auto;
    padding-right: 10px;
}

.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb {
    background: var(--primary);
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title {
    border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
    border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child {
    margin-bottom: 0;
}

.product-page .pro_init_1 .container .right .more {
    margin-top: 30px;
}

.product-page .pro_init_1 .container .right .more_cont {
    margin-top: 55px;
    border-color: #000;
    color: #000;
}
.product-page .pro_init_1 .container .left .smallImg .slick-track {
    flex-wrap: wrap;
}

.product-page .prodet-2 {
    padding: 90px 0 0;
}

.product-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}

.product-page .prodet-2 .options ul li {
    margin-right: 100px;
    font-size: 30px;
    text-transform: uppercase;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;

}

.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}

.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
    color: #373330;
}

.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
    width: 100%;
}

.product-page .prodet-2 .ret {
    margin-top: 50px;
}

.product-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}

.product-page .prodet-2 .ret .content table {
    float: none !important;
}

.product-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.product-page .prodet-2 .ret .content dl dd h4 {
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}

#index-body2 .product .product-content .product-title .title {
    text-transform: uppercase;
}

#index-body2 .product .product-content ul {
    margin: 50px -15px 0
}

#index-body2 .product .product-content ul li {
    padding: 0 15px;
    position: relative
}

#index-body2 .product .product-content ul li:hover .box .img_box img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.04)
}

#index-body2 .product .product-content ul li:hover .box h4 {
    color: var(--color);
}

#index-body2 .product .product-content ul li .box .img_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

#index-body2 .product .product-content ul li .box .img_box img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

#index-body2 .product .product-content ul li .box .title {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    display: block
}

#index-body2 .product .product-content ul li .box .title h4 {
    font-size: 20px;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s;
    line-height: 36px;
    margin-top: 20px;
    text-align: center
}

#index-body2 .product .product-content ul li .box .title h4:hover {
    color: var(--color)
}

#index-body2 .product .product-content ul li .box .btn {
    position: absolute;
    left: 50%;
    bottom: -20%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0
}

.product-page .init-4 {
    padding: 120px 0;
    background-image: url(/hypapercup/2023/03/13/p212.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.product-page .init-4 .container {
    text-align: center;
}

.product-page .init-4 .container .tip_title {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
}

.product-page .init-4 .container .des {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 20px;
}

.product-page .init-4 .container .more {
    margin: auto;
    margin-top: 70px;
    border: 1px solid #fff;
    color: var(--white);
}

.product-page .init-4 .container .more::after {
    width: 1px;
    height: 50px;
    left: 95px;
    top: -43px;
}

@media screen and (max-width: 1500px) {
    .product-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
    .product-page .prodet-2 {
        padding: 80px 0 0;
    }

    .product-page .prodet-2 .options ul li {
        font-size: 20px;margin-right: 50px;

    }
    .product-page .pro_init_1 .container .right .text_2{
      font-size: 30px;
    }
    .product-page .prodet-2 .ret .content dl dd h4 {
      font-size: 28px;
    }
    .product-page .init-4 .container .tip_title {
      font-size: 40px;
    }
}
@media screen and (max-width: 1250px) {
    .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2.5%;
    }
    .product-page .pro_init_1 .container .right .text_2 {
      font-size: 26px;
    }
    .product-page .prodet-2 .ret .content dl dd h4 {
      font-size: 24px;
    }
    .product-page .prodet-2 .ret .content dl dd .con{
      font-size: 16px;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 16px;
    }
    .product-page .init-4 .container .tip_title {
      font-size: 32px;
    }
}
@media screen and (max-width: 1000px) {
    .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 4%;
    }

    .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
    }

    .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }

    .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
    }
    .product-page .pro_init_1 .container .left {
        width: 100%;
    }

    .product-page .pro_init_1 .container .right {
        width: 100%;
        margin-top: 30px;
    }

    .product-page .pro_init_1 .container .right {
        /*text-align: center;*/
    }

    .product-page .pro_init_1 .container .right .sub_img {
        display: block;
        margin: auto;
    }

    .product-page .pro_init_1 .container .right .more {
        margin: auto;
        margin-top: 40px;
    }

    .product-page .prodet-2 .options ul li {
        margin-right: 25px;
    }

    .product-page .prodet-2 .options {
        display: none;
    }
    .product-page .prodet-2 .ret {
      margin-top: 0;
  }
    .product-page .prodet-2 .ret .slide {
        display: block;
    }

    .product-page .prodet-2 {
        padding-top: 0;
        padding: 30px 0 0;
    }


    .product-page .prodet-2 .ret .det {
        overflow-x: auto;
    }

    .product-page .prodet-2 .ret .det table {
        table-layout: auto;
    }

    .product-page .prodet-2 .ret .det table td {
        min-width: 200px;
        width: auto;
        font-size: 14px;
        line-height: 28px;

    }

    .product-page .prodet-2 .ret .content dl dd h4 {
        font-size: 22px;
    }
    .product-page .pro_init_1 .container .right .text_2 {
      font-size: 22px;
    }
    #index-body2 .product .product-content .product-title .title br{
      display: none;
    }
    #index-body2 .product .product-content .product-title .title{
      margin-bottom: 5%;
    }
    #index-body2 .product .product-content ul li .box .title h4{
      font-size: 18px;
    }
    .product-page .init-4 .container .tip_title {
      font-size: 26px;
    }
}
@media screen and (max-width: 500px) {

    .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
        height: 90vw;
    }

    .product-page .pro_init_1 .container .right .text_1 {
        margin-top: 10px;
        font-size: 16px;
    }

    .product-page .pro_init_1 .container .right .text_2 {
        line-height: 30px;
        margin-top: 10px;
    }

    .product-page .pro_init_1 .container .right .cont_list {
        margin-top: 20px;
    }

    .product-page .pro_init_1 .container .right .cont_list .list .title {
        padding: 15px 0;
        font-size: 18px;
        padding-right: 25px;
        padding-bottom: 5px;
    }

    .product-page .pro_init_1 .container .right .cont_list .list .title i {
        top: 16px;
        font-size: 24px;
    }

    .product-page .pro_init_1 .container .right .cont_list .list .content {
        padding: 20px 0;
    }

    .product-page .prodet-2 .ret {
        margin-top: 0;
    }

    .product-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }

    .product-page .prodet-2 .ret .content dl dd .con {
        font-size: 16px;
    }

    .product-page .prodet-2 .ret .content dl dd h4 {
        font-size: 20px;
    }
    .product-page .prodet-2 .ret .content dl dd .con{
      font-size: 14px;
    }
    .product-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .product-page .init-4 {
        padding: 60px 0;
    }

    .product-page .init-4 .container .tip_title {
        font-size: 22px;
        line-height: 36px;
    }
  }

/*----- contact-page -----*/

.contact-page .init-1 {
  margin-top: 120px;
}

.contact-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page .init-1 .container .left {
  width: 41%;
}

.contact-page .init-1 .container .left .title {
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
}

.contact-page .init-1 .container .left .des {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  margin-top: 10px;
  line-height: 2;
}

.contact-page .init-1 .container .left img {
  margin-top: 50px;
  width: 100%;
}

.contact-page .init-1 .container .right {
  margin-top: 65px;
  width: 53%;
}

.contact-page .init-1 .container .right .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page .init-1 .container .right .cont .s_right {
  width: 395px;
}

.contact-page .init-1 .container .right .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-page .init-1 .container .right .cont .list .img {
  margin-top: 8px;
  min-width: 22px;
}

.contact-page .init-1 .container .right .cont .list .img img {
  max-width: 100%;
}

.contact-page .init-1 .container .right .cont .list .text {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #5d5d5d;
  line-height: 2;
}

.contact-page .init-1 .container .right form {
  margin-top: 30px;
}

.contact-page .init-1 .container .right form .list {
  margin-top: 20px;
}

.contact-page .init-1 .container .right form .list .tip {
  font-size: 18px;
}

.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
  background-color: #f7f7f7;
  margin-top: 5px;
  padding: 15px;
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #b0b0b0;
}

.contact-page .init-1 .container .right form .list .upload_cont {
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  background-color: #f7f7f7;
  color: #b0b0b0;
  margin-top: 5px;
}

.contact-page .init-1 .container .right form .list .upload_cont input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}

.contact-page .init-1 .container .right form .form_des {
  font-size: 18px;
  line-height: 32px;
  color: #b0b0b0;
  font-weight: 500;
  font-weight: bold;
  margin-top: 20px;
}

.contact-page .init-1 .container .right form .submit_btn {
  /*background-color: #000;
  border-color: #000;*/
  border-radius: 5px;
  cursor: pointer;
  /*width: 180px;
  height: 50px;*/
  overflow: hidden;
  margin-top: 50px;
}

.contact-page .init-1 .container .right {
  position: relative;
}

.contact-page .init-1 .container .right #ewm {
  width: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
}

.contact-page .init-1 .container .right #ewm img,
.contact-page .init-1 .container .right canvas {
  display: block;
  width: 100%;
}

.contact-page .init-2 {
  margin-top: 185px;
  position: relative;
  z-index: 2;
}

.contact-page .init-2 .container {
  padding: 0;
  width: 100%;
}
@media (max-width:1250px) {
  .contact-page .init-1 {
    margin-top: 70px;
  }
  .contact-page .init-1 .container .right .cont .s_right {
    width: 100%;
}
}
@media (max-width:1000px) {
    .contact-page .init-1 {
    margin-top: 50px;
  }
  .contact-page .init-1 .container .left {
    display: none;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
  }
}
@media (max-width:700px) {
  .contact-page .init-2 {
    margin-top: 30px;
  }

  .contact-page .init-1 {
    margin-top: 30px;
  }

  .contact-page .init-1 .container .right form .form_des {
    text-align: center;
  }

  .contact-page .init-1 .container .right form .submit_btn {
    margin: auto;
    margin-top: 30px;
  }

  .contact-page .init-1 .container .right #ewm {
    position: relative;
    margin: auto;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .contact-page .init-1 {
    margin-top: 40px;
  }

  .contact-page .init-1 .container .right .cont .s_left {
    width: 100%;
  }

  .contact-page .init-1 .container .right .cont .s_right {
    width: 100%;
  }

  .contact-page .init-2 {
    margin-top: 40px;
  }

}

/*----- about-page -----*/

.about-page .about-1 {
  position: relative;
}

.about-page .about-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 235px;
  width: 100%;
  height: 615px;
  background-color: #f6f6f6;
  z-index: -1;
}

.about-page .about-1 .container .left {

  width: 49%;
}

.about-page .about-1 .container .left h3 {
  line-height: 1.2;
  font-weight: bold;
}

.about-page .about-1 .container .left>img {
  margin-top: 80px;
}

.about-page .about-1 .container .right {
  width: 49%;
}

.about-page .about-1 .container .right p {
  max-width: 540px;
}

.about-page .about-1 .container .right img {
  margin-top: 80px;
}

.about-page .about-1 .text {
  margin-top: 80px;
  padding-bottom: 80px;
}

.about-page .about-1 .text p {
  padding: 0 60px;
}

.about-page .about-1 ul {
  margin-bottom: 180px;
}

.about-page .about-1 ul li {
  width: 34%;
  height: 235px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-page .about-1 ul li .left {
  margin-right: 35px;
}

.about-page .about-1 ul li .left h4 {
  font-size: 60px;
  line-height: 1;
  color: var(--color);
  font-weight: bold;
}

.about-page .about-1 ul li .left p {
  font-size: 16px;
  line-height: 30px;
}

.about-page .about-1 ul li .right {
  font-size: 16px;
  line-height: 30px;
}

.about-page .about-1 ul li:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 65px;
}

.about-page .about-1 ul li:nth-child(2) {
  width: 32%;
}

.about-page .about-1 ul li:last-child {
  border-right: 1px solid transparent;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 50px;
}

.about-page .about-2 {
  padding: 0 70px;
}

.about-page .about-2 .bg {
  position: absolute;
  right: 0;
  top: -90px;
}

.about-page .about-2 .line {
  width: 100%;
  height: 10px;
  background-color: var(--color);
}

.about-page .about-2 .content {
  background-color: var(--color);
  height: 675px;
  padding-top: 90px;
  position: relative;
}
.about-page .about-2 .content>img{
  max-width: 49%;
  object-fit: cover;
}

.about-page .about-2 .content .title {
  color: white;
  text-align: left;
}

.about-page .about-2 .content .title p {
  max-width: 650px;
}

.about-page .about-2 .content ul {
  margin: 90px -28px 0;
}

.about-page .about-2 .content ul li {
  width: 25%;
  padding: 0 28px;
  color: white;
}

.about-page .about-2 .content ul li .icon {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-page .about-2 .content ul li .icon h4 {
  font-weight: bold;
  margin-bottom: -10px;
}

.about-page .about-2 .content ul li p {
  font-size: 16px;
  line-height: 30px;
}


.about-page .about-3 .left {
  width: 32%;
}

.about-page .about-3 .right {
  width: 67%;
}

.about-page .about-3 .right .text {
  padding-left: 50px;
}

.about-page .about-3 .right .text .img_box {
  margin-left: 200px;
  margin-top: -110px;
}

.about-page .about-3 .right .box {
  margin-top: 85px;
}

.about-page .about-3 .right .box .box-l {
  width: 50%;
  background-color: #151515;
  color: white;
  padding-left: 50px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-page .about-3 .right .box .box-r {
  width: 50%;
}

.about-page .about-4 h2 {
  margin-top: 95px;
  line-height: 1.8;
}

.about-page .about-4 h2 span {
  border-bottom: 2px solid var(--color);
}
.text-color {
  color: var(--color);
}
@media (max-width: 1600px) {

  .about-page .about-2 {
    padding: 0;
  }

  .about-page .about-3 .right .text .img_box {
    display: none;
  }

  .about-page .about-3 .right {
    width: 55%;
  }

  .about-page .about-3 .right .box .box-r {
    display: none;
  }

  .about-page .about-3 .right .box .box-l {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 1450px) {

  .about-page .about-1 ul li .left {
    margin-right: 35px;
  }

  .about-page .about-1 ul li .left h4 {
    font-size: 48px;
  }

  .about-page .about-1 ul li .left p {
    font-size: 14px;
  }

  .about-page .about-1 ul li .right {
    font-size: 14px;
  }

  .about-page .about-2 .content .title p {
    max-width: 50%;
  }

  .about-page .about-2 .content ul {
    margin: 60px -15px 0;
  }

  .about-page .about-2 .content ul li {
    padding: 0 15px;
  }

  .about-page .about-3 .left {
    width: 45%;
  }

  .about-page .about-3 .right {
    padding-left: 50px;
  }

}
@media (max-width: 1250px) {

  .about-page .about-1 .container .left h3,
  .about-page .about-1 .container .left span,
  .about-page .about-1 .container .left .an {
    margin-left: 0;
  }

  .about-page .about-1 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .about-page .about-1 ul li .left {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .about-page .about-2 .bg {
    top: -35px;
}
  .about-page .about-1 ul {
    margin-bottom: 90px;
}
  .about-page .about-3 .right .text {
    padding-left: 0;
  }

  .about-page .about-3 .right .text .text-l h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }

  .about-page .about-3 .right .box {
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  
  .about-page .about-1 .container .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .about-page .about-1 .container .left>img {
    margin-top: 40px;
  }
  .about-page .about-1 .container .left h3 br{
    display: none;
  }
  .about-page .about-1 .container .right {
    width: 100%;
    max-width: 100%;
  }
  .about-page .about-1 .container .right img {
    margin-top: 40px;
}

  .about-page .about-1 .container .right p {
    max-width: 100%;
  }

  .about-page .about-2 .content .title p {
    max-width: 100%;
  }

  .about-page .about-2 .content ul li {
    width: 48%;
    margin: 20px 0;
  }

  .about-page .about-2 .content {
    height: auto;
    padding-bottom: 90px;
   
  }
  .about-page .about-2 .content>img{
    display: none;
  }

  .about-page .about-3 .left {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 15px;
  }

  .about-page .about-3 .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about-page .about-3 .right {
    width: 100%;
    padding: 0 15px;
  }

  .about-page .about-3 .right .box .box-r {
    display: block;
    width: 100%;
    margin-top: 60px;
  }

  .about-page .about-3 .right .box .box-r img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 700px) {

  .about-page .about-1 .text {
    margin-top: 30px;
    padding-bottom: 30px;
  }
    .about-page .about-1 .text p {
    padding: 0;
  }
  .about-page .about-1 ul li {
    width: 100% !important;
    border-right: 1px solid transparent;
    text-align: center;
    height: auto;
    padding: 20px 0!important;
  }

  .about-page .about-1:before {
    height: 705px;
    bottom: 0;
  }
  .about-page .about-1 ul li .right br{
    display: none;
  }
  .about-page .about-2 .bg {
    display: none;
  }

  .about-page .about-1 ul {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .container .left>img {
    margin-top: 50px;
  }

  .about-page .about-2 .content ul li {
    width: 100%;
  }

  .about-page .about-2 .content {
    padding-bottom: 40px; padding-top: 40px;
  }

  .about-page .about-2 .content ul {
    margin: 50px -15px 0;
  }

  .about-page .about-3 .right .box .box-l {
    padding: 50px 15px;
  }

  .about-page .about-4 p {
    padding: 0;
  }

  .about-page .about-4 h2 {
    margin-top: 40px;
  } 
  .about-page .about-1 .container .left h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.flex-box{
    display: flex;
}
.al-center{
    align-items: center;
}
.al-end{
    align-items: flex-end;
}
.jc-center{
    justify-content: center;
}
.jc-space-between{
    justify-content: space-between;
}
.flex-wrap{
    flex-wrap: wrap;
}

/*----- quality-page -----*/

.quality-page .init-1 .container {
  overflow: unset;
}

.quality-page .init-1 .container .left {
  width: 40%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.quality-page .init-1 .container .left .tips {
  color: var(--color);
}

.quality-page .init-1 .container .left .tipsTitle {
  max-width: 470px;
}

.quality-page .init-1 .container .right {
  width: 60%;
}

.quality-page .init-1 .container .right ul li .box {
  position: relative;
  z-index: 2;
}

.quality-page .init-1 .container .right ul li .box .line {
  z-index: -1;
  width: 1px;
  position: absolute;
  height: 200%;
  top: 0;
  left: 35px;
  background-color: var(--color);
}

.quality-page .init-1 .container .right ul li .box .imgC {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--color);
}

.quality-page .init-1 .container .right ul li .box .imgC img {
  max-width: 70%;
}

.quality-page .init-1 .container .right ul li .box .textC {
  width: -webkit-calc(30%);
  width: -moz-calc(30%);
  width: calc(100% - 70px);
  padding-left: 40px;
}

.quality-page .init-1 .container .right ul li .box .textC .title {
  margin-top: 10px;
}

.quality-page .init-1 .container .right ul li .box .textC .des {
  margin-top: 10px;
}

.quality-page .init-2 .container {
  width: 1620px;
}

.quality-page .init-2 .container .content {
  background-color: #151515;
  position: relative;
}

.quality-page .init-2 .container .content .sub2 {
  position: absolute;
  width: 100%;
  height: 12px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
}

.quality-page .init-2 .container .content .left {
  position: relative;
  top: -100px;
  width: 50%;
}

.quality-page .init-2 .container .content .left img {
  width: 100%;
}

.quality-page .init-2 .container .content .right {
  width: 50%;
  padding: 70px 80px;
  color: #fff;
}

.quality-page .init-2 .container .content .right .tips {
  color: var(--color);
}

.quality-page .init-2 .container .content .right .tipsTitle {
  margin-top: 10px;
}

.quality-page .init-2 .container .content .right .listC ul li .box {
  cursor: pointer;
  position: relative;
}

.quality-page .init-2 .container .content .right .listC ul li .box .sub {
  position: absolute;
  width: 28px;
  height: 6px;
  top: 14px;
  left: 0;
  background: #fff;
  opacity: 0;
}

.quality-page .init-2 .container .content .right .listC ul li .box span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  display: inline-block;
  line-height: 1.2;
}

.quality-page .init-2 .container .content .right .listC ul li.active .box {
  padding-left: 40px;
}

.quality-page .init-2 .container .content .right .listC ul li.active .box .sub {
  opacity: 1;
}

.quality-page .init-2 .container .content .right .listC ul li.active .box span {
  border-bottom: 1px solid #fff;
}

.quality-page .init-3 .container .tips {
  text-align: center;
  color: var(--color);
}

.quality-page .init-3 .container .tipsTitle {
  max-width: 640px;
  text-align: center;
  margin: 10px auto 0;
}

.quality-page .init-3 .container .tipsDes {
  max-width: 1320px;
  margin: 30px auto 0;
}

.quality-page .init-3 .container .content .left {
  width: 50%;
}

.quality-page .init-3 .container .content .left img {
  width: 100%;
}

.quality-page .init-3 .container .content .right {
  width: 50%;
  padding: 20px 70px;
}

.quality-page .init-3 .container .content .right .title2 {
  color: var(--color);
}

.quality-page .init-4 {
  background-color: #fafafa;
  text-align: center;
}

.quality-page .init-4 .container .tips {
  color: var(--color);
}
@media (max-width: 1250px){
  .quality-page .init-2 .container .content .right {
    padding: 70px 50px;
  }
}
@media (max-width: 1000px) {
  .quality-page .init-1 .container .left {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
  }

  .quality-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
  }

  .quality-page .init-2 .container .content .left {
    width: 100%;
    padding-bottom: 20px;
    top: 0;

  }

  .quality-page .init-2 .container .content .right {
    width: 100%;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    padding: 20px 10px;
  }


  .quality-page .init-3 .container .content .left {
    width: 100%;
  }

  .quality-page .init-3 .container .content .right {
    width: 100%;
    padding: 20px 0;
  }

}

@media (max-width: 500px) {
  .quality-page .init-1 .container .right ul li .box .textC {
    padding-left: 20px;
  }

  .quality-page .init-2 .container .content {
    padding: 20px 10px;
  }
}

/*----- news-page -----*/

.news-page {
  padding: 110px 0;
}

.news-page .news-box .news-left {
  width: 65%;
}

.news-page .news-box .news-left h1 {
  font-weight: bold;
}

.news-page .news-box .news-left ul li {
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  /*border-radius: 10px;*/
  margin-bottom: 50px;
}

.news-page .news-box .news-left ul li:last-child {
  margin-bottom: 0;
}

.news-page .news-box .news-left ul li .box-t {
  height: 85px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.news-page .news-box .news-left ul li .box-t span {
  margin-bottom: -12px;
}

.news-page .news-box .news-left ul li .box-b {
  padding: 35px 45px 55px 40px;
}

.news-page .news-box .news-left ul li .box-b h4 {
  font-weight: bold;
}

.news-page .news-box .news-right {
  width: 35%;
  padding-left: 65px;
}

.news-page .news-box .news-right .line {
  width: 60px;
  height: 2px;
  background-color: var(--color);
}

.news-page .news-box .news-right .news-category {
  padding: 50px 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  /*border-radius: 10px;*/
}

.news-page .news-box .news-right .news-category h2 {
  font-weight: bold;
}

.news-page .news-box .news-right .news-category ul li {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}

.news-page .news-box .news-right .news-category ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.news-page .news-box .news-right .news-category ul li a {}

.news-page .news-box .news-right .news-media {
  padding: 50px 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  /*border-radius: 10px;*/
}

.news-page .news-box .news-right .news-media h2 {
  font-weight: bold;
}

.news-page .news-box .news-right .news-media ul li {
  margin-right: 25px;
}

.news-page .news-box .news-right .news-media ul li:last-child {
  margin-right: 0;
}

.news-page .news-box .news-right .news-media ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color);
}

.news-page .news-box .news-right .news-media ul li a i {
  font-size: 20px;
  color: white;
}

.news-page .news-box .news-right .box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.news-page .news-box .news-right .box .box-b {
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 100px);
}

.news-page .news-box .news-right .box .box-b h4 {
  color: white;
  text-align: center;
}

.news-page .news-box .news-right .box .box-b .text {
  background-color: white;
  padding: 15px 0;
  border-radius: 5px;
}

.news-page .news-box .news-right .box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1250px) {
  .news-page .news-box .news-right .box .box-b .text {
    padding: 15px;
  }
}
@media (max-width: 1000px) {
  
  .news-page .news-box .news-right {
    display: none;
  }

  .news-page .news-box .news-left {
    width: 100%;
  }

  .news-page .news-box .news-left ul li .box-b {
    padding: 35px 40px;
  }

  .news-page .news-box .news-left ul li .box-b p {
    margin-bottom: 30px;
  }

  .news-page {
    padding: 80px 0;
  }
}
@media (max-width: 500px) {
  .news-page .news-box .news-left ul li .box-b {
    padding: 20px 10px;
  }
  .news-page {
    padding: 40px 0;
  }
}

/*----- newdet-page -----*/
.newdet-page .news-box .news-left .line {
  width: 60px;
  height: 2px;
  background-color: var(--color);
}

.newdet-page .news-box .news-left .content {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.newdet-page .news-box .news-left .n-link {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.newdet-page .news-box .news-left .n-link a {
  display: block;
  font-size: 16px;
  line-height: 30px;
}

.newdet-page .news-box .news-left .n-link a span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px solid transparent;
}

.newdet-page .news-box .news-left .n-link a:hover span {
  color: var(--color);
  border-bottom: 2px solid var(--color);
}

.newdet-page .news-box .news-left .form h2 {
  font-weight: bold;
}

.newdet-page .news-box .news-left .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newdet-page .news-box .news-left .form form input[type='text'] {
  width: 100%;
  height: 65px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 15px;
  font-size: 16px;
  margin-bottom: 40px;
  width: 48%;
  border-radius: 8px;
}

.newdet-page .news-box .news-left .form form input[name='content'] {
  width: 100%;
}

.newdet-page .news-box .news-left .form form input::-webkit-input-placeholder {
  color: #999;
}
@media (max-width: 1000px){
  .newdet-page .news-box .news-left .form form input[type='text']{
    margin-bottom: 18px;
  }
}
@media (max-width: 500px){
  .newdet-page .news-box .news-left .form form input[type='text']{
    width: 100%;
  }
}



.factory-page .factory-1 {
  padding: 110px 0 110px;
  position: relative;
}

.factory-page .factory-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 68%;
  background-color: #ffffff;
  z-index: -1;
}

.factory-page .factory-1 .container .left {
  max-width: 785px;
}

.factory-page .factory-1 .container .left h3 {
  line-height: 1.2;
  font-weight: bold;
}

.factory-page .factory-1 .container .left img {
  margin-top: 80px;
}

.factory-page .factory-1 .container .right {
  max-width: 600px;
}

.factory-page .factory-1 .container .right p {
  max-width: 540px;
}

.factory-page .factory-1 .container .right img {
  margin-top: 80px;
}

.factory-page .factory-1 .text {
  margin-top: 80px;
  padding-bottom: 130px;
}

.factory-page .factory-1 .text p {
  padding: 0 60px;
}

.factory-page .factory-1 ul {
  margin: 0px -15px 0;
}

.factory-page .factory-1 ul li {
  margin: 25px 0;
  padding: 0 15px;
}
@media (max-width: 1250px) {
    .factory-page .factory-1 .container .right {
    max-width: 100%;
  }

  .factory-page .factory-1 .container .right p {
    max-width: 100%;
    margin-top: 0;
  }

  .factory-page .factory-1 .container .left span {
    margin-left: 0;
  }

  .factory-page .factory-1 .container .left h3 {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1000px){
  .factory-page .factory-1 {
    padding: 40px 0;
  }
}


.service .service-2 {
  padding: 110px 0 110px;
}

.service .service-2 .container {
  padding: 0 50px;
}
.service .service-2 .container .left{
  max-width: 40%;
}
.service .service-2 .container .right {
  width: 50%;
}

.service .service-2 .container .right ul li.active .title {
  margin-bottom: 0;
  background-color: var(--color);
  color: white;
}

.service .service-2 .container .right ul li.active .title span {
  background-color: #42b7ad;
}

.service .service-2 .container .right ul li.active .title span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.service .service-2 .container .right ul li.active p {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 30px 135px 30px 25px;
}

.service .service-2 .container .right ul li {
  width: 100%;
}

.service .service-2 .container .right ul li .title {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid var(--color);
  padding: 15px 20px 10px 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.service .service-2 .container .right ul li .title h4 {
  width: 90%;
}

.service .service-2 .container .right ul li .title:last-child {
  margin-bottom: 0;
}

.service .service-2 .container .right ul li .title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.service .service-2 .container .right ul li .title span::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
}

.service .service-2 .container .right ul li .title span::after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.service .service-2 .container .right ul li p {
  padding: 0 135px 0 25px;
  max-height: 0;
  overflow: hidden;
}
@media (max-width: 1450px) {
    .service .service-2 .container .right ul li.active p {
    padding: 30px 90px 30px 25px;
  }
}
@media (max-width: 1250px) {
    .service .service-2 {
    padding: 70px 0;
  }

  .service .service-2 .container {
    padding: 0 15px;
  }

  .service .service-2 .container .right {
    width: 60%;
  }
}

@media (max-width: 1000px) {
  .service .service-2 .container .left {
    max-width: 100%;
  }

  .service .service-2 .container .left br {
    display: none;
  }

  .service .service-2 .container .left .btn-go {
    margin-top: 20px;
  }

  .service .service-2 .container .right {
    width: 100%;
    margin-top: 5%;
  }
  .service .service-2 .container .left h3 br{
    display: none;
  }
}
@media (max-width: 700px) {
  .service .service-2 .container .right ul li.active p {
    padding: 30px;
  }
}

@media (max-width: 1250px) {
  #innerMobileBanner {
    margin-top: 60px;
  }
}
#mobile3 .m-logo img{
  filter: brightness(0) invert(1);
}