@font-face {
  font-family: "Semi-Bold";
  src: url("../fonts/Montserrat-Semi-Bold.otf");
}
@font-face {
  font-family: "Light";
  src: url("../fonts/Montserrat-Light.otf");
}
@font-face {
  font-family: "Regular";
  src: url("../fonts/Montserrat-Regular.otf");
}
@font-face {
  font-family: "Medium";
  src: url("../fonts/Montserrat-Medium.otf");
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
html, body {
  scroll-behavior: smooth;
}
.out-header {
  height: 100px;
  width: 100%;
}
.container {
  max-width: 1520px;
  width: 85%;
  margin: 0 auto;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #101a39;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2), 0 10px 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
  transition: all 0.5s;
}
header .header {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header .header-blank {
  height: 0;
  width: 35.26316%;
}
header .header .logo {
  width: 87px;
}
header .header .logo img {
  max-height: 100%;
}
header .header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
}
header .header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header .header .lv1 > li a {
  font-size: 16px;
  color: #fff;
  font-family: 'Medium';
  text-transform: uppercase;
  transition: all 0.5s;
}
header .header .lv1 > li a:hover {
  color: #f3ce26;
}
header .header .lv1 .active > a {
  color: #f3ce26;
}
header .header .lv1 .search {
  position: relative;
}
header .header .lv1 .search input {
  outline: none;
  width: 156px;
  height: 28px;
  padding: 0 20px 0 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 14px;
  font-family: 'Light';
}
header .header .lv1 .search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
header .header .lv1 .search button {
  position: absolute;
  right: 0;
  top: 35%;
  transform: translate(0, -50%);
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
header .header .lv2 {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  padding: 5px 28px 8px 27px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
header .header .lv2 p {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}
header .header .lv2 p a {
  color: #101a39;
  font-family: Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  text-transform: capitalize;
}
header .header .lv2 p:last-of-type {
  margin-bottom: 0;
}
header .header .lv2 .act a {
  color: #58b530;
}
header .header .lv1 > li:hover .lv2 {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.banner {
  position: relative;
}
.banner > img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 150px;
}
.index-banner .container {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: 'Arial';
}
.index-banner .container h5 {
  position: relative;
  font-size: 16px;
  color: #fd060f;
  font-weight: 700;
  top: -100px;
  opacity: 0;
  transition-delay: 0.6s;
}
.index-banner .container h5 em {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #fd060f;
}
.index-banner .container h1 {
  position: relative;
  font-size: 100px;
  color: #161f3a;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  top: -100px;
  opacity: 0;
  transition-delay: 0.4s;
}
.index-banner .container h4 {
  position: relative;
  font-size: 26px;
  color: #161f3a;
  font-weight: 700;
  line-height: 1;
  top: -100px;
  opacity: 0;
  transition-delay: 0.2s;
}
.index-banner .container a {
  position: relative;
  display: block;
  width: 175px;
  line-height: 49px;
  background-color: #fff;
  text-align: center;
  color: #333;
  margin-top: 9.21053%;
  bottom: -100px;
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.6s;
}
.index-banner .swiper-slide > img {
  min-height: 210px;
  object-fit: cover;
  display: block;
  width: 100%;
}
.index-banner .swiper-slide-active h5 {
  top: 0;
  opacity: 1;
}
.index-banner .swiper-slide-active h1 {
  top: 0;
  opacity: 1;
}
.index-banner .swiper-slide-active h4 {
  top: 0;
  opacity: 1;
}
.index-banner .swiper-slide-active a {
  bottom: 0;
  opacity: 1;
}
.index-title {
  position: relative;
  margin-bottom: 5.72368421%;
  z-index: 1;
}
.index-title h2 {
  position: relative;
  font-size: 58px;
  color: #101a39;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Oswald';
  line-height: 1;
  display: inline-block;
}
.index-title h2::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 75px;
  height: 0;
  border: 15px solid transparent;
  border-top: 11px solid #f3ce26;
  border-radius: 50%;
  transform: translateY(50%);
  z-index: -1;
}
.index-title h2::after {
  position: relative;
  display: inline-block;
  content: "";
  width: 11px;
  height: 11px;
  background-color: #d60051;
  border-radius: 50%;
}
.index-title p {
  font-size: 16px;
  color: #101a39;
  margin-top: 10px;
}
.index-prod {
  margin: 6.25% 0 6.51041667%;
}
.index-prod .prod-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-prod .prod-wrapper .block {
  width: 32.1053%;
  margin-bottom: 1.9079%;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
}
.index-prod .prod-wrapper .block .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 82.17213115%;
  overflow: hidden;
}
.index-prod .prod-wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: all 0.5s;
}
.index-prod .prod-wrapper .block .pic img:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.index-prod .prod-wrapper .block .pic h3 {
  position: relative;
  font-size: 46px;
  color: #fff;
  font-family: 'Abhaya Libre';
  font-weight: 700;
  line-height: 1;
  margin: 55px 0 0 61px;
  z-index: 1;
  transition: all .5s;
}
.index-prod .prod-wrapper .block .pic span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  line-height: 1;
  margin: 28px 0 0 61px;
  padding: 8px 16px 8px;
  margin-top: 20px;
  z-index: 1;
  transition: all .5s;
}
.index-prod .prod-wrapper .block .pic span::before,
.index-prod .prod-wrapper .block .pic span::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.index-prod .prod-wrapper .block .pic span::before {
  top: 0;
}
.index-prod .prod-wrapper .block .pic span::after {
  bottom: 0;
}
.index-prod .prod-wrapper .block:nth-child(-n+2) {
  width: 49.21053%;
}
.index-prod .prod-wrapper .block:nth-child(-n+2) .pic {
  padding-bottom: 68.04813%;
}
.index-prod .prod-wrapper .block:hover .pic img:first-child {
  opacity: 0;
  visibility: hidden;
}
.index-prod .prod-wrapper .block:hover .pic img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.index-prod .prod-wrapper .block:hover .pic h3 {
  color: #101a39;
}
.index-prod .prod-wrapper .block:hover .pic span {
  color: #101a39;
}
.index-prod .prod-wrapper .block:hover .pic span::before,
.index-prod .prod-wrapper .block:hover .pic span::after {
  background-color: rgba(0, 0, 0, 0.6);
}
.index-prod .prod-wrapper .block:hover .pic img {
  transform: scale(1.05);
}
.index-prod .prod-wrapper .block:hover .pic span::before,
.index-prod .prod-wrapper .block:hover .pic span::after {
  width: 80%;
}
.index-about {
  background: url('../images/index-about-bg.png') no-repeat;
  background-position: center;
  margin-bottom: 5.4166667%;
}
.index-about .index-title {
  text-align: center;
  margin-bottom: 3.09211%;
}
.index-about .index-about-content {
  max-width: 1310px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.index-about .more {
  display: block;
  margin: 2.763158% auto 7.894737%;
  font-size: 14px;
  color: #fff;
  width: 171px;
  line-height: 40px;
  text-align: center;
  background-color: #77c356;
  border-radius: 6px;
  font-family: 'Noto Sans SC';
}
.index-about ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.index-about ul li h6 {
  font-size: 12px;
  line-height: 1;
  color: #77c356;
}
.index-about ul li h6 span {
  font-size: 52px;
  font-family: 'Abel';
  font-weight: 700;
  vertical-align: top;
}
.index-about ul li h5 {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  margin-top: 5px;
}
.play-btn {
  position: absolute;
  top: -100%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 1s;
  cursor: pointer;
}
.play-btn p {
  color: #fdfdfd;
  font-size: 14px;
  margin-top: 15px;
}
.index-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 43.17708333%;
  overflow: hidden;
}
.index-video video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-video:hover .play-btn {
  opacity: 1;
  top: 50%;
}
.index-partner {
  padding: 5.5208333% 0 6.25%;
  background: url('../images/index-partner-bg.jpg') no-repeat;
  background-size: cover;
}
.index-partner .index-title {
  text-align: center;
}
.index-partner .partner-swiper .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 46.7857143%;
  background-color: #f1f3f6;
}
.index-partner .partner-swiper .pic img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 90%;
}
.index-partner .partner-swiper .partner-swiper-pagination {
  position: relative;
  bottom: 0;
  font-family: 'Barlow Condensed';
  font-weight: 600;
  font-size: 14px;
  color: #b5c2d7;
  margin-top: 5.263158%;
}
.index-partner .partner-swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 20px;
  height: auto;
  margin: 0 10px;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid #b5c2d7;
  outline: none;
}
.index-partner .partner-swiper .swiper-pagination-bullet-active {
  color: #e87819;
  border-color: #e87819;
}
.index-application {
  margin-top: 6.25%;
}
.index-application .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100.41667%;
  overflow: hidden;
}
.index-application .pic > img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-application .pic .mask {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #101a39;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.index-application .pic .mask p {
  font-size: 16px;
  color: #fff;
  width: 90%;
  max-width: 272px;
  text-align: center;
  line-height: 1.6;
  margin: 9.7916667% 0 11.0416667%;
}
.index-application .pic .mask a {
  display: block;
  width: 121px;
  text-align: center;
  line-height: 36px;
  background-color: #fff;
  color: #101a39;
  font-size: 14px;
}
.index-application .pic:hover .mask {
  opacity: 1;
  visibility: visible;
}
.index-application .swiper-button-prev {
  width: 53px;
  height: 53px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url('../images/swiper-arrow.png');
  background-repeat: no-repeat;
  background-position: 17px center;
  left: 7.65625%;
}
.index-application .swiper-button-next {
  width: 53px;
  height: 53px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url('../images/swiper-arrow.png');
  background-repeat: no-repeat;
  background-position: -64px center;
  right: 7.65625%;
}
.index-application .swiper-button-prev::after,
.index-application .swiper-button-next::after {
  display: none;
}
.index-application .swiper-button-disabled {
  opacity: 0.8;
}
.index-application .side-slide .pic > img {
  opacity: 0.32;
}
.index-news {
  background: url('../images/index-news-bg.jpg') no-repeat;
  background-size: cover;
  padding: 6.51041667% 0 5.72916667%;
  margin-bottom: 4.1667%;
}
.index-news .index-title {
  text-align: center;
}
.index-news .news-swiper .news-swiper-pagination {
  position: relative;
  bottom: 0;
  font-family: 'Barlow Condensed';
  font-weight: 600;
  font-size: 14px;
  color: #b5c2d7;
  margin-top: 3.2894737%;
}
.index-news .news-swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 20px;
  height: auto;
  margin: 0 10px;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid #b5c2d7;
  outline: none;
}
.index-news .news-swiper .swiper-pagination-bullet-active {
  color: #e87819;
  border-color: #e87819;
}
.index-news .news-swiper .block {
  position: relative;
  height: 333px;
  background-color: #fff;
  padding: 145px 48px 40px;
}
.index-news .news-swiper .block img {
  visibility: hidden;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
  opacity: 0;
}
.index-news .news-swiper .block .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 148px;
  height: 159px;
  padding: 28px 0 0 49px;
  z-index: 2;
}
.index-news .news-swiper .block .date h3 {
  font-size: 42px;
  font-family: 'Barlow Condensed';
  font-weight: 600;
  color: #101a39;
  line-height: 1.2;
}
.index-news .news-swiper .block .date h5 {
  font-size: 14px;
  color: #999;
}
.index-news .news-swiper .block h4 {
  font-size: 18px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  border-bottom: 1px solid #e8ebf2;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.index-news .news-swiper .block p {
  font-size: 14px;
  color: #999;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .news-swiper .block span {
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin-top: 34px;
  transition: all 0.5s;
}
.index-news .news-swiper .block:hover img {
  opacity: 0.8;
  visibility: visible;
  transition: all .5s;
}
.index-news .news-swiper .block:hover .date {
  background-color: rgba(255, 255, 255, 0.7);
  transition: all .3s;
}
.index-news .news-swiper .block:hover h4 {
  opacity: 0;
}
.index-news .news-swiper .block:hover p {
  opacity: 0;
}
.index-news .news-swiper .block:hover span {
  opacity: 0;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 3% auto 3.20833333%;
  width: 90%;
}
footer .footer-top h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Oswald';
  color: #101a39;
  margin-bottom: 30px;
}
footer .footer-top .lt {
  width: 45.72368421%;
}
footer .footer-top .lt form .row {
  position: relative;
  width: 100%;
  margin-bottom: 5.3407%;
}
footer .footer-top .lt form .row input {
  width: 100%;
  height: 53px;
  outline: none;
  padding: 0 30px 0 16px;
  border: 1px solid #101a39;
  font-size: 14px;
  color: #101a39;
}
footer .footer-top .lt form .row p{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
}
footer .footer-top .lt form .row textarea {
  width: 100%;
  height: 170px;
  border: 1px solid #101a39;
  outline: none;
  padding: 20px 16px;
  font-size: 14px;
  color: #101a39;
}
footer .footer-top .lt form .row input::placeholder,
footer .footer-top .lt form .row textarea::placeholder {
  color: #101a39;
  opacity: 0.5;
}
footer .footer-top .lt form .row:last-of-type {
  margin-bottom: 3.86740331%;
}
footer .footer-top .lt form .required::after {
  position: absolute;
  top: 72%;
  right: 20px;
  transform: translateY(-50%);
  content: "*";
  font-size: 14px;
  color: #cb1f25;
  line-height: 1;
}
footer .footer-top .lt form button {
  display: block;
  outline: none;
  width: 201px;
  height: 53px;
  background-color: #101a39;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
footer .footer-top .rt {
  width: 45.157895%;
}
footer .footer-top .rt p {
  font-size: 16px;
  color: #101a39;
  line-height: 1;
}
footer .footer-top .rt ul {
  margin-top: 23px;
}
footer .footer-top .rt ul li {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
footer .footer-top .rt ul li .icon {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #101a39;
  transform: rotate(45deg);
  margin-right: 18px;
}
footer .footer-top .rt ul li .icon i {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../images/index-contact-icon1.png');
  background-repeat: no-repeat;
  background-position: center 0;
  transform: rotate(-45deg);
}
footer .footer-top .rt ul li .icon .icon1 {
  background-position-y: 6px;
}
footer .footer-top .rt ul li .icon .icon2 {
  background-position-y: -56px;
}
footer .footer-top .rt ul li .icon .icon3 {
  background-position-y: -121px;
}
footer .footer-top .rt ul li .icon .icon4 {
  background-position-y: -187px;
}
footer .footer-top .rt ul li span {
  font-size: 14px;
  color: #101a39;
}
footer .footer-top .rt ul li span a {
  color: inherit;
}
footer .footer-top .rt ul li span a:hover {
  text-decoration: underline !important;
}
footer .footer-bt {
  position: relative;
  background-color: #101a39;
  padding: 2.86458333% 0 1.5625%;
}
footer .footer-bt .back-top {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 35px solid transparent;
  border-bottom: 35px solid #101a39;
  cursor: pointer;
}
footer .footer-bt .back-top::after {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 18px;
  background: url('../images/back-top.png') no-repeat;
  left: 50%;
  top: 0;
  transform: translate(-50%, 100%);
  transition: all 0.5s;
}
footer .footer-bt .back-top:hover::after {
  transform: translate(-50%, 85%);
}
footer .footer-bt .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer-bt .container p {
  margin-top: 3.2894737%;
  line-height: 1.5;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
footer .footer-bt .container p a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
}
footer .footer-bt .container p a:hover {
  color: #fff;
}
.inner-banner .container {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inner-banner .container h3 {
  font-size: 38px;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  text-transform: uppercase;
}
.inner-banner .container h5 {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}
.bread-crumb {
  background-color: #eceff4;
}
.bread-crumb .container {
  height: 56px;
  display: flex;
  align-items: center;
}
.bread-crumb .container span {
  display: inline-block;
  color: #101a39;
  font-weight: 700;
  font-size: 16px;
  vertical-align: middle;
  margin: 0 5px 0 7px;
}
.bread-crumb .container a {
  display: inline-block;
  color: #101a39;
  font-size: 16px;
  vertical-align: middle;
}
.about-title {
  margin-bottom: 1.513158%;
}
.about-title h3 {
  font-size: 40px;
  color: #333;
  font-weight: 700;
}
.company-profile {
  margin: 2.86458333% 0 0;
}
.company-profile .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 52.63158%;
  overflow: hidden;
}
.company-profile .video video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-profile .video .video-text {
  position: absolute;
  width: 59.34211%;
  font-size: 32px;
  font-family: 'Light';
  color: #fff;
  top: 50%;
  left: 60px;
  transform: translate(0, -50%);
  line-height: 1.6;
  text-align: justify;
}
.company-profile .video .play-btn {
  opacity: 1;
  top: 50%;
  right: 10.526316%;
  left: auto;
  transform: translate(0, -50%);
}
.company-profile article {
  font-size: 16px;
  color: #333;
  line-height: 1.9;
  margin-top: 1.44737%;
  text-align: justify;
}
.factory-image {
  margin-top: 1.3020833%;
  background-color: #eceff4;
  padding: 5.2083333% 0 1.25%;
}
.factory-image .image-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.factory-image .image-wrapper img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.factory-image .image-wrapper .mask {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: rgba(16, 26, 57, 0.6);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  width: 100%;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.factory-image .image-wrapper .lt {
  width: 48.684211%;
}
.factory-image .image-wrapper .lt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 84.1891892%;
  overflow: hidden;
}
.factory-image .image-wrapper .rt {
  width: 48.684211%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
.factory-image .image-wrapper .rt .pic {
  position: relative;
  width: 48.513514%;
  height: 0;
  padding-bottom: 38.783784%;
}
.factory-image .image-wrapper .rt .pic:first-child {
  width: 100%;
  padding-bottom: 41.3513514%;
}
.certificate {
  margin: 5.46875% 0 4.1666667%;
}
.certificate .cert-swiper {
  position: relative;
}
.certificate .cert-swiper .swiper-slide {
  background-color: #eceff4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 41px 38px 0 38px;
}
.certificate .cert-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  line-height: 1;
  margin-top: 2.763158%;
}
.certificate .cert-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #101a39;
  opacity: 0.3;
  margin: 0 10px;
}
.certificate .cert-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.certificate .cert-swiper .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 141.12903226%;
  overflow: hidden;
}
.certificate .cert-swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.certificate .cert-swiper p {
  font-size: 20px;
  color: #333;
  margin: 20px 0 17px;
}
.contact {
  display: flex;
  flex-wrap: wrap;
  margin: 5% 0 6.7708333%;
}
.contact .lt {
  width: 33.33333333%;
  background: url('../images/contact-bg.jpg') no-repeat;
  background-size: cover;
  /* padding: 6.875% 0 9.375% 6.3020833%; */
  padding: 2.875% 0 3.375% 3.302083%;
}
.contact .lt .logo {
  width: 87px;
  margin-bottom: 50px;
}
.contact .lt ul li {
  margin-bottom: 25px;
}
.contact .lt ul li h5 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  font-family: 'Noto Serif';
}
.contact .lt ul li h4 {
  font-size: 16px;
  color: #fff;
  font-family: 'Noto Serif';
}
.contact .lt ul li h4 a {
  color: inherit;
}
.contact .lt ul li h4 a:hover {
  text-decoration: underline !important;
}
.contact .rt {
  width: 100%;
  box-shadow: 0 0 8px rgba(89, 89, 89, 0.2);
  padding: 1.40625% 11.0416667% 2.44791667% 8.59375%;
}
.contact .rt h3 {
  font-size: 32px;
  font-weight: 700;
  color: #101a39;
  margin-bottom: 12px;
}
.contact .rt form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.contact .rt form .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.contact .rt form .col {
  width: 47.81106%;
}
.contact .rt form h5 {
  font-size: 14px;
  color: #999;
  padding-left: 22px;
  margin-bottom: 4px;
}
.contact .rt form h5 span {
  color: #ff001e;
}
.contact .rt form input {
  width: 100%;
  background-color: #eceff4;
  height: 53px;
  border-radius: 26.5px;
  padding: 0 22px;
  outline: none;
  font-size: 14px;
  color: #333;
}
.contact .rt form textarea {
  width: 100%;
  height: 123px;
  background-color: #eceff4;
  outline: none;
  font-size: 14px;
  color: #333;
  border-radius: 4.5px;
  padding: 21px 22px;
}
.contact .rt form input::placeholder,
.contact .rt form textarea::placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.contact .rt form button {
  display: block;
  width: 201px;
  height: 53px;
  color: #fff;
  background-color: #101a39;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  border-radius: 26.5px;
  margin: 14px auto 0;
}
.faq {
  margin: 4.166667% 0;
}
.faq .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 167px;
  border-radius: 20px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.11);
  margin-bottom: 2.763158%;
  padding: 2% 2.5%;
}
.faq .block h4 {
  font-size: 18px;
  color: #58b530;
  font-family: 'Regular';
  line-height: 1.5;
  margin-bottom: 1.44737%;
}
.faq .block p {
  font-size: 16px;
  color: #666;
  font-family: 'Light';
  line-height: 1.5;
}
.faq .block:last-child {
  margin-bottom: 0;
}
.news-list {
  margin-top: 4.166667%;
}
.news-list .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list .block {
  position: relative;
  width: 30.5921053%;
  transition: all 0.5s;
  margin-bottom: 4.07895%;
}
.news-list .block .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.05376344%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.news-list .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list .block .news-title {
  padding: 6.451613% 12.903226% 9.03226% 9.03226%;
  box-shadow: 0 0 24px rgba(53, 53, 53, 0.21);
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.news-list .block .news-title h4 {
  font-size: 20px;
  font-family: 'Regular';
  color: #000;
  line-height: 1.5;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
}
.news-list .block .news-title p {
  font-size: 14px;
  color: #666;
  font-family: 'Light';
  line-height: 1.8;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.6em;
}
.news-list .block .news-title span {
  font-size: 14px;
  color: #666;
  transition: all 0.5s;
}
.news-list .block:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}
.news-list .block:hover .news-title h4 {
  color: #429b33;
}
.news-list .block:hover .news-title span {
  color: #56a449;
}
.news-detail {
  margin: 3.54166667% 0 3.28125%;
}
.news-detail .news-detail-title {
  text-align: center;
  margin-bottom: 3.75%;
}
.news-detail .news-detail-title h3 {
  font-size: 34px;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 9px;
}
.news-detail .news-detail-title h5 {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.news-detail .news-detail-title h5 .release-time {
  margin-right: 24px;
}
.news-detail article {
  font-size: 15.86px;
  color: #333;
  text-align: justify;
}
.news-detail article img {
  margin: 1.44737% 0 2.5%;
}
.news-detail .article-tab {
  border-top: 1px solid #eaeaea;
  margin-top: 2.63158%;
  padding-top: 1.44737%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-detail .article-tab p {
  font-size: 14px;
  color: #666;
  max-width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-detail .article-tab p a {
  color: #666;
  transition: all 0.5s;
}
.news-detail .article-tab p a:hover {
  color: #56a449;
}
.prod-banner {
  padding: 2.1875% 0 2.60416667%;
}
.prod-banner .container {
  position: relative;
  top: auto;
  left: auto;
  transform: translate(0, 0);
}
.prod-banner .container h3 {
  color: #000;
}
.prod-banner .container h5 {
  color: #333;
}
.product-list {
  padding: 3.125% 0 2.60416667%;
  background-color: #eceff4;
  margin-bottom: 3.6458333%;
}
.product-list .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product-list .container aside {
  width: 19.07895%;
  background-color: #fff;
  padding: 30px 1.7763158% 70px;
}
.product-list .container aside h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
.product-list .container aside ul li {
  position: relative;
  margin-bottom: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  padding-right: 15px;
}
.product-list .container aside ul li > a {
  font-size: 16px;
  color: #333;
  transition: all 0.5s;
}
.product-list .container aside ul li a:hover {
  color: #58b530;
}
.product-list .container aside ul li i {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
  right: 3px;
  top: 10px;
  transform: rotate(-45deg);
  transition: all .5s;
  cursor: pointer;
}
.product-list .container aside ul .active {
  color: #58b530;
}
.product-list .container aside ul .active > a {
  color: #58b530;
  font-weight: 700;
}
.product-list .container aside ul .on i {
  transform: rotate(45deg);
  border-color: #58b530;
}
.product-list .container aside ul li .son-aside {
  display: none;
}
.product-list .container aside ul li .son-aside li {
  padding-left: 10px;
}
.product-list .container aside ul li .son-aside li a {
  color: #666;
  font-size: 14px;
}
.product-list .container aside ul li .son-aside .s-active a {
  color: #58b530;
}
.product-list .container main {
  width: 78.421053%;
}
.product-list .container main .prod-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-list .container main .prod-wrapper .block {
  position: relative;
  width: 23.49%;
  background-color: #fff;
  padding-bottom: 3.3557047%;
  overflow: hidden;
  margin-bottom: 2.013423%;
}
.product-list .container main .prod-wrapper .block .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 89.2857143%;
  background-color: #fff;
}
.product-list .container main .prod-wrapper .block .pic img {
  position: absolute;
  display: block;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  mix-blend-mode: multiply;
}
.product-list .container main .prod-wrapper .block h4 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.product-list .container main .prod-wrapper .block p {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.product-list .container main .prod-wrapper .block .mask {
  position: absolute;
  background: -webkit-linear-gradient(top, transparent 15%, #5cb526);
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
}
.product-list .container main .prod-wrapper .block .mask h4 {
  position: absolute;
  color: #fff;
  bottom: -100%;
  margin-bottom: 0;
  max-width: 100%;
  left: 14px;
  transition: all 0.6s;
}
.product-list .container main .prod-wrapper .block .mask p {
  position: absolute;
  color: #fff;
  bottom: -100%;
  max-width: calc(100% - 28px);
  left: 14px;
  transition: all 0.8s;
}
.product-list .container main .prod-wrapper .block .mask em {
  position: absolute;
  display: block;
  width: 27px;
  height: 16px;
  background-color: #fff;
  color: #5eb629;
  bottom: -100%;
  text-align: center;
  line-height: 15px;
  font-size: 24px;
  font-weight: 300;
  left: 24px;
  transition: all 1s;
}
.product-list .container main .prod-wrapper .block .mask em::before,
.product-list .container main .prod-wrapper .block .mask em::after {
  content: "";
  position: absolute;
  display: block;
  border-top: 8px solid transparent;
  border-right: 13.5px solid transparent;
  border-left: 13.5px solid transparent;
  border-bottom: 8px solid #fff;
  top: 0;
  transform: translate(0, -100%);
  transition: all 0.5s;
}
.product-list .container main .prod-wrapper .block .mask em::after {
  transform: translate(0, 100%) rotate(180deg);
}
.product-list .container main .prod-wrapper .block .mask::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.product-list .container main .prod-wrapper .block:hover h4 {
  opacity: 0;
}
.product-list .container main .prod-wrapper .block:hover p {
  opacity: 0;
}
.product-list .container main .prod-wrapper .block:hover .mask {
  bottom: 0;
  opacity: 1;
}
.product-list .container main .prod-wrapper .block:hover .mask h4 {
  opacity: 1;
  bottom: 80px;
  transition-delay: 0.1s;
}
.product-list .container main .prod-wrapper .block:hover .mask p {
  opacity: 1;
  bottom: 54px;
  transition-delay: 0.2s;
}
.product-list .container main .prod-wrapper .block:hover .mask em {
  bottom: 23px;
  transform: rotate(1080deg);
  transition-delay: 0.3s;
}
.product-list .container main .prod-wrapper .block:hover .mask::after {
  border-color: #7e7f82;
  transition: all 0.5s;
  transition-delay: 1s;
}
.product-list .container main .expand-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.product-list .container main .expand-more .load-more {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-list .container main .expand-more .load-more img {
  margin-left: 12px;
  transition: all 1s;
}
.product-list .container main .expand-more .load-more:hover img {
  transform: rotate(360deg);
}
.prod-detail {
  background-color: #fff;
  padding: 48px 32px 0;
}
.prod-detail .prod-brief {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 18px 0 16px;
  margin-bottom: 5.0531915%;
}
.prod-detail .prod-brief .lt {
  position: relative;
  width: 46.8011%;
}
.prod-detail .prod-brief .lt .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 101.172%;
  overflow: hidden;
}
.prod-detail .prod-brief .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod-detail .prod-brief .lt .pic video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-detail .prod-brief .lt .thumb-pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 95.45455%;
  background-color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  transition: all 0.5s;
}
.prod-detail .prod-brief .lt .thumb-pic img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  mix-blend-mode: multiply;
}
.prod-detail .prod-brief .lt .thumb-pic video {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.prod-detail .prod-brief .lt .swiper-box {
  display: none;
  position: absolute;
  visibility: hidden;
  left: 100%;
  width: 100%;
}
.prod-detail .prod-brief .lt .swiper-box .swiper-button-next::after, .prod-detail .prod-brief .lt .swiper-box .swiper-button-prev::after {
  color: #58b530;
  font-size: 30px;
  font-weight: 700;
}
.prod-detail .prod-brief .lt .swiper-box .swiper-pagination {
  transition: all .5s;
}
.prod-detail .prod-brief .lt .swiper-pagination-bullet-active {
  background-color: #58b530;
}
.prod-detail .prod-brief .lt .thumbSwiper {
  position: absolute;
  width: 78.3203125%;
  bottom: -100%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all .8s;
}
.prod-detail .prod-brief .lt .swiper-box:hover .thumbSwiper {
  bottom: 65px;
  opacity: 1;
}
.prod-detail .prod-brief .lt .swiper-box:hover .swiper-pagination {
  opacity: 0;
  visibility: hidden;
}
.prod-detail .prod-brief .lt .thumbSwiper .swiper-slide-thumb-active .thumb-pic {
  background-color: #fff;
}
.prod-detail .prod-brief .lt .swiper-box-container {
  position: relative;
  overflow: hidden;
}
.prod-detail .prod-brief .lt .box-show {
  position: relative;
  visibility: visible;
  z-index: 1;
  left: 0;
  display: block;
}
.prod-detail .prod-brief .lt .box-tab {
  display: flex;
  justify-content: center;
  margin-top: 19px;
}
.prod-detail .prod-brief .lt .box-tab li {
  margin: 0 15px;
  cursor: pointer;
  font-size: 16px;
  color: #101a39;
  width: 108px;
  border-radius: 19.5px;
  height: 39px;
  border: 1px solid #101a39;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-detail .prod-brief .lt .box-tab li em {
  display: inline-block;
  width: 19px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center top;
  vertical-align: middle;
}
.prod-detail .prod-brief .lt .box-tab li .icon1 {
  background-image: url('../images/image-icon.png');
  margin-right: 10px;
}
.prod-detail .prod-brief .lt .box-tab li .icon2 {
  background-image: url('../images/video-icon.png');
  margin-right: 8px;
}
.prod-detail .prod-brief .lt .box-tab .active {
  background-color: #101a39;
  color: #fff;
}
.prod-detail .prod-brief .lt .box-tab .active em {
  background-position: center bottom;
}
.prod-detail .prod-brief .rt {
  width: 48.70849%;
}
.prod-detail .prod-brief .rt .name {
  border-bottom: 1px solid #e6e7eb;
  padding-bottom: 28px;
  margin-top: 15px;
}
.prod-detail .prod-brief .rt .name h4 {
  color: #58b530;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.prod-detail .prod-brief .rt .name p {
  font-size: 16px;
  color: #333;
}
.prod-detail .prod-brief .rt .params {
  border-bottom: 1px solid #e6e7eb;
}
.prod-detail .prod-brief .rt .params ul {
  padding: 30px 0;
}
.prod-detail .prod-brief .rt .params ul li {
  line-height: 1.6;
  margin-bottom: 30px;
}
.prod-detail .prod-brief .rt .params ul li span:first-child {
  display: inline-block;
  font-size: 14px;
  color: #666;
  width: 108px;
  vertical-align: top;
  margin-right: 40px;
}
.prod-detail .prod-brief .rt .params ul li span:last-child {
  color: #333;
  font-weight: 700;
}
.prod-detail .prod-brief .rt .params ul li:last-child {
  margin-bottom: 0;
}
.prod-detail .prod-brief .rt .color {
  padding: 25px 0;
  display: flex;
  border-bottom: 1px solid #e6e7eb;
}
.prod-detail .prod-brief .rt .color span {
  display: inline-block;
  width: 108px;
  font-size: 14px;
  color: #666;
  margin-right: 40px;
}
.prod-detail .prod-brief .rt .color .color-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.prod-detail .prod-brief .rt .color .color-wrapper em {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.18);
  margin: 8px;
  cursor: pointer;
}
.prod-detail .prod-brief .rt .color .color-wrapper em::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  border: 1px solid #ccc;
  border-radius: 2px;
  z-index: -1;
}
.prod-detail .prod-brief .rt .quotationRequest {
  display: block;
  width: 185px;
  line-height: 45px;
  border-radius: 22.5px;
  text-align: center;
  background-color: #58b530;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
}
.prod-detail .title {
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #58b530;
  padding: 0 2.6595745%;
  margin-bottom: 26px;
}
.prod-detail .prod-specification {
  margin-bottom: 44px;
}
.prod-detail .prod-specification .table-container {
  overflow: auto;
}
.prod-detail .prod-specification .table-container table {
  border-collapse: collapse;
}
.prod-detail .prod-specification .table-container table tr td {
  color: #333;
  font-size: 16px;
  border: 1px solid #101a39;
  line-height: 1.6;
  padding: 17px 0;
}
.prod-detail .prod-specification .table-container table tr td:nth-child(1) {
  width: 154px;
  padding-left: 28px;
  font-weight: 700;
}
.prod-detail .prod-specification .table-container table tr td:nth-child(2) {
  width: 309px;
  padding-left: 41px;
}
.prod-detail .prod-specification .table-container table tr td:nth-child(3) {
  width: 285px;
  padding-left: 71px;
  font-weight: 700;
}
.prod-detail .prod-specification .table-container table tr td:nth-child(4) {
  width: 367px;
  padding-left: 58px;
}
.prod-detail .prod-image .prod-image-wrapper {
  padding: 5.31915% 0 7.9787234%;
  text-align: center;
}
.prod-detail .prod-tech {
  margin-bottom: 1.77304965%;
}
.prod-detail .prod-tech .prod-tech-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-detail .prod-tech .prod-tech-wrapper .block {
  width: 31.69643%;
  margin-bottom: 2.2163121%;
}
.prod-detail .prod-tech .prod-tech-wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 74.92958%;
}
.prod-detail .prod-tech .prod-tech-wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod-detail .prod-tech .prod-tech-wrapper .block .pic .mask {
  position: absolute;
  width: 100%;
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  bottom: 18px;
}
.prod-detail .prod-cert {
  margin-bottom: 3.989362%;
}
.prod-detail .prod-cert .prod-cert-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-detail .prod-cert .prod-cert-wrapper .block {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.5461% 0;
  border: 1px solid #b7bac3;
}
.prod-detail .prod-cert .prod-cert-wrapper .block .pic {
  position: relative;
  width: 70.40359%;
  height: 0;
  padding-bottom: 99.55157%;
  box-shadow: 0 0 9px rgba(113, 113, 113, 0.16);
}
.prod-detail .prod-cert .prod-cert-wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-detail .choose-us .choose-us-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.prod-detail .choose-us .choose-us-wrapper .block {
  width: 36.879433%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6.0283688%;
}
.prod-detail .choose-us .choose-us-wrapper .block em {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 137px;
  background-color: #58b530;
  border-radius: 50%;
  margin-bottom: 20px;
}
.prod-detail .choose-us .choose-us-wrapper .block h3 {
  text-align: center;
  font-size: 24px;
  color: #010000;
  font-weight: 700;
  font-family: 'Arial';
  line-height: 1.5;
  margin-bottom: 10px;
}
.prod-detail .choose-us .choose-us-wrapper .block p {
  font-size: 16px;
  color: #010000;
  font-family: 'Light';
  text-align: justify;
  text-align-last: center;
  line-height: 1.5;
}
.modal-mask {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.modal-mask .modal {
  display: none;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 795px;
  width: 94%;
  max-height: 90vh;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background-color: #fff;
}
.modal-mask .modal-title {
  width: 100%;
  padding: 0 40px;
  position: relative;
  background-color: #101a39;
}
.modal-mask .modal-title h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 62px;
}
.modal-mask .modal-title em {
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1;
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  cursor: pointer;
}
.modal-mask .modal::-webkit-scrollbar {
  display: none;
}
.modal-mask .req-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 40px 46px;
}
.modal-mask form input {
  width: 100%;
  height: 40px;
  outline: none;
  border: 1px solid #101a39;
  padding: 0 30px 0 20px;
}
.modal-mask form p{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 3px;
}
.modal-mask form textarea {
  width: 100%;
  height: 164px;
  outline: none;
  border: 1px solid #101a39;
  padding: 13px 20px;
}
.modal-mask form input::placeholder,
.modal-mask form textarea::placeholder {
  font-size: 14px;
  color: rgba(16, 26, 57, 0.5);
}
.modal-mask form button {
  display: block;
  margin: 0 auto;
  width: 201px;
  height: 53px;
  background-color: #101a39;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.modal-mask form .reset {
  display: none !important;
}
.modal-mask .row {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4.0559441%;
}
.modal-mask .row:nth-last-of-type(1) {
  margin-bottom: 3.4965035%;
}
.modal-mask .col {
  position: relative;
  width: 48.0392157%;
}
.modal-mask .required::after {
  position: absolute;
  content: "*";
  font-size: 14px;
  color: #cb1f25;
  right: 12px;
  top: 76%;
  transform: translate(0, -50%);
}
.anchor-fix {
  position: relative;
  height: 0;
  top: -150px;
}
.ui-autocomplete {
	position: absolute;
	z-index: 9999;
}
.sidebar {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 10;
}
.sidebar ul li {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
.sidebar ul li em {
  display: block;
  width: 41px;
  height: 41px;
  background: url('../images/sidebar-icon.png') no-repeat;
  background-position: center 0;
}
.sidebar ul li .icon1 {
  background-position-y: 5px;
}
.sidebar ul li .icon2 {
  background-position-y: -65px;
}
.sidebar ul li .icon3 {
  background-position-y: -136px;
}
.sidebar ul li .content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
  min-height: 100%;
  padding: 10px;
  width: auto;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  font-family: 'Noto Sans SC';
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  white-space: nowrap;
  line-height: 1.2;
}
.sidebar ul li .content img {
  max-width: 100px;
  max-height: 100px;
}
.sidebar ul li:hover .content {
  right: 100%;
  transform: translate(0, -50%);
}
.sidebar ul .contact-bar {
  line-height: 1.2;
  background-color: #101a39 !important;
  text-align: center;
}
.sidebar ul .contact-bar a {
  color: #fff;
}
.sidebar ul .backtop {
  position: relative;
  background-color: #101a39 !important;
  height: 23px;
}
.sidebar ul .backtop::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: 10px;
}
.modal-mask .contact-modal {
  max-width: 1000px;
  width: 94%;
}
.cookieBanner {
    display: none;
    position: fixed;
    z-index: 10;
    width: 94%;
    max-width: 385px;
    padding: 1em 2em 1em 1em;
    background-color: rgba(18, 18, 20, .95);
    border-radius: 8px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #d3d1cd;
    bottom: 1em;
    left: 1em;
}
.cookieBanner p {
    line-height: 1.4;
    margin-bottom: 1em;
}
.cookieBanner a {
    color: #fff;
    font-weight: 700;
}
.cookieBanner .btn-row {
    display: flex;
}
.cookieBanner .btn-row button {
    flex: 1;
    line-height: 2.5;
    outline: none;
    cursor: pointer;
}
.cookieBanner .btn-row .accept {
    background-color: #fff;
    border-radius: 8px;
    margin-right: 1em;
}
.cookieBanner .btn-row .refuse {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 8px;
}