* {
  padding: 0;
  margin: 0;
}
div {
  box-sizing: border-box;
}
ul,li {
  text-decoration: none;
  list-style: none;
}
a {
  text-decoration: none;
}
body{
  overflow-x: hidden;
}

.time-1s{visibility: visible;animation-duration:0.2s;-webkit-animation-duration:0.2s;animation-delay:0.1s;-webkit-animation-delay:0.1s;}
.time-2s{visibility: visible;animation-duration:0.3s;-webkit-animation-duration:0.3s;animation-delay:0.2s;-webkit-animation-delay:0.2s;}
.time-3s{visibility: visible;animation-duration:0.4s;-webkit-animation-duration:0.4s;animation-delay:0.3s;-webkit-animation-delay:0.3s;}
.time-4s{visibility: visible;animation-duration:0.5s;-webkit-animation-duration:0.5s;animation-delay:0.4s;-webkit-animation-delay:0.4s;}
.time-5s{visibility: visible;animation-duration:0.6s;-webkit-animation-duration:0.6s;animation-delay:0.5s;-webkit-animation-delay:0.5s;}
.time-6s{visibility: visible;animation-duration:0.7s;-webkit-animation-duration:0.7s;animation-delay:0.6s;-webkit-animation-delay:0.6s;}
.time-7s{visibility: visible;animation-duration:0.8s;-webkit-animation-duration:0.8s;animation-delay:0.7s;-webkit-animation-delay:0.7s;}

.time-8s{visibility: visible;animation-duration:0.9s;-webkit-animation-duration:0.9s;animation-delay:0.8s;-webkit-animation-delay:0.8s;}
.time-9s{visibility: visible;animation-duration:1s;-webkit-animation-duration:1s;animation-delay:0.9s;-webkit-animation-delay:0.9s;}
.time-10s{visibility: visible;animation-duration:1.1s;-webkit-animation-duration:1.1s;animation-delay:1s;-webkit-animation-delay:1s;}
.time-11s{visibility: visible;animation-duration:1.2s;-webkit-animation-duration:1.2s;animation-delay:1.1s;-webkit-animation-delay:1.1s;}
.time-12s{visibility: visible;animation-duration:1.3s;-webkit-animation-duration:1.3s;animation-delay:1.2s;-webkit-animation-delay:1.2s;}
.time-13s{visibility: visible;animation-duration:1.4s;-webkit-animation-duration:1.4s;animation-delay:1.3s;-webkit-animation-delay:1.3s;}
.time-14s{visibility: visible;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-delay:1.4s;-webkit-animation-delay:1.4s;}
.time-15s{visibility: visible;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-delay:1.5s;-webkit-animation-delay:1.5s;}
.time-16s{visibility: visible;animation-duration:1.7s;-webkit-animation-duration:1.7s;animation-delay:1.6s;-webkit-animation-delay:1.6s;}

.time-17s{visibility: visible;animation-duration:1.8s;-webkit-animation-duration:1.8s;animation-delay:1.7s;-webkit-animation-delay:1.7s;}
.time-18s{visibility: visible;animation-duration:1.9s;-webkit-animation-duration:1.9s;animation-delay:1.8s;-webkit-animation-delay:1.8s;}



.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.container-xl {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  max-width: 100%;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  max-width: 100%;
}
.banner {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 0px;
}
.banner h2 {
  font-size: 60px;
  line-height: 1;
}
.banner h3 {
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
}
.banner .a-more {
  margin-top: 58px;
  width: 444px;
  height: 72px;
  background: #e12726;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1;
  max-width: 100%;
}
.homeico {
  position: absolute;
  width: 30px;
  height: 49px;
  left: 50%;
  bottom: 76px;
  z-index: 2;
  transform: translateX(-50%);
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 80px 0;
}
.headbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headbox .logo {
  width: 227px;
}
.navright-box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbox {
  flex: 1;
}
.mobile-navbg,
.nav-close {
  display: none;
}
.mobile-menu {
  display: none;
}
.navli {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navli > li {
  padding: 0px 5px;
}
.header-white .navli > li:hover  a {
  background: none;
  color: #e12726;

  border-bottom: 2px solid #e12726;
  border-radius: 0;}
.navli > li.active > a{
  background-color: #e12726;
  color: #fff;
}
.navli > li > a {
  padding: 0 15px;
  border-radius: 10px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s;
}
.navli > li > a:hover {
  color: #fff;
}
.r-contact {
  margin-left: auto;
  display: flex;
}

.r-contact a.a2 {
  margin-left: 24px;
  background-color: #fff;
  color: #333;
  width: 156px;
}
.r-contact a:hover {
  border-color: #fff;
  opacity: 0.8;
}

.footer {
  min-height: 384px;
  background-color: #253241;
}
.footer-into {
  padding: 26px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #A3A8AF;
}
.footer-into .container {
  display: flex;
  justify-content: space-between;
  line-height: 1.8em;
}
.right-into {
  margin-top: auto;
}
.footer-links {
  padding-bottom: 62px;
}
.footer-links .container {
  display: flex;
}
.footer-links .link-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.footer-links .link-item h3 {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  padding-bottom: 20px;
  border-bottom: 1px solid #A3A8AF;
  width: 70%;
  margin-bottom: 16px;
}
.footer-links .link-item p {
  font-size: 16px;
  color: #858C96;
  padding: 4px 0;
}
.footer-links .link-item p a {
  color: #858C96;
  transition: all 0.3s;
}
.footer-links .link-item p a:hover {
  color: #fff;
}
.footer-links .link-item:last-of-type {
  max-width: 120px;
  min-width: 120px;
}
.footer-links .link-item:last-of-type h3 {
  width: 100%;
}
.foot-qrcode {
  width: 96%;
}

.title {
  text-align: center;
  padding: 60px 0;
}
.title h2 {
  font-size: 36px;
  color: #333333;
  position: relative;
}
.title h2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #f8f8f8;
}
.title span {
  background-color: #fff;
  padding: 0 12px;
  position: relative;
  z-index: 3;
  font-weight: normal;
}
.title span b {
  font-weight: bold;
}
.title p {
  font-size: 21px;
  color: #8C8F94;
  margin-top: 10px;
}
.pin-box {
  position: relative;
  width: 31%;
  margin: 0px 1%;
  
  border-radius: 20px;
  overflow: hidden;
}
.pin-bg{
  transition: all .8s;
}
.pin-bg:hover{ transform:scale(1.03)}


.pin-bg {
  width: 100%;
 
  z-index: 0;
  display: block;
  position: relative;
  object-fit: cover;
}
.pin-info {

  width: 100%;
  height: 100%;
 
  padding-top: 20px;
  
  z-index: 3;
  text-align: center;
  flex-direction: column;
}
.pin-info h5 {
  font-size: 34px;
  line-height: 50px;
  font-weight: bold;
  color: #000;

}
.pin-info p {
  font-size: 24px;
  line-height: 40px;
  color: #000;
  font-weight: normal;
}
.ain-more {
  width: 156px;
  margin:15px auto 40px;
  height: 54px;
  background-color: #000;
  border-radius: 27px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.ain-more:hover {
  background: #e12726;
  border-color: #e12726;
}

.ain-more2 {
  width: 256px;
  margin-top: 30px;
  height: 54px;
  border: 2px solid #fff;
  border-radius: 27px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.ain-more2:hover {
  background: #e12726;
  border-color: #e12726;
}
.mt60 {
  margin-top: 60px;
}
.product-case {
  padding-bottom: 70px;
}
.pin-box2 {
  width: 444px;
  height: 420px;
  border-radius: 20px;
  position: relative;
  margin-left: auto;
  overflow: hidden;
}
.pin-box2 h6 {
  font-size: 38px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
}
.pin-box3 {
  width: 100%;
  height: 420px;
  border-radius: 20px;
  margin-top: 32px;
  overflow: hidden;
  position: relative;
}
.pin-box3 .pin-info {
  align-items: flex-end;
  padding-right: 55px;
}
.pin-box3 h6 {
  font-size: 50px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
}
.morebox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.morebox a {
  width: 286px;
  height: 60px;
  background: #e12726;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
}
.morebox a:hover {
  background: #e12726;
}
.contact-us {
  background: url('../images/us1.png') no-repeat right center #F0ECDD;
  height: 432px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us h2 {
  font-size: 50px;
  color: #222328;
  font-weight: normal;
}
.contact-us h2 small {
  font-size: 0.8em;
  margin-left: 0.2em;
  text-transform: uppercase;
}
.lookmore {
  margin-top: 30px;
  width: 288px;
  height: 60px;
  border: 2px solid #000000;
  border-radius: 100px;
  font-size: 16px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s;
}
.lookmore:hover {
  background-color: #000000;
  color: #fff;
}
.developbox {
  overflow: hidden;
}
.max-box {
  background-color: #253241;
  position: relative;
}
.max-box {
  width: 1920px;
  display: flex;
  position: relative;
  margin-left: -280px;
}
.mx-item {
  width: 50%;
  flex: 1;
  box-sizing: border-box;
  position: relative;
}
.mx-img {
  width: 100%;
}
.iteminfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  box-sizing: border-box;
  padding-left: 200px;
  padding-top: 130px;
  padding-right: 200px;
  display: flex;
  flex-direction: column;
}
.iteminfo h6 {
  font-size: 17px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 29px;
  opacity: 0.5;
  text-transform: uppercase;
}
.iteminfo h5 {
  font-size: 50px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 62px;
  margin: 20px 0;
}
.iteminfo p {
  font-size: 17px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 29px;
  opacity: 0.5;
}
.iteminfo .ain-more {
  margin-top: 50px;
}
.news-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsleft {
  display: flex;
}
.newsleft h6 {
  font-size: 50px;
  font-weight: 400;
  color: #6BC30D;
  line-height: 1;
}
.mintext {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mintext span {
  font-size: 18px;
  font-weight: 400;
  color: #A2A2A2;
  line-height: 1;
  text-transform: uppercase;
}
.mintext strong {
  font-size: 18px;
  font-weight: 400;
  color: #3F3F3F;
  line-height: 1;
  margin-top: 4px;
}
.news-box {
  background-color: #EEF4F5;
}
.newsright {
  position: relative;
}
.newsright a {
  padding-right: 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.moreimg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 37px;
  height: 37px;
}
.newsright span {
  font-size: 18px;
  font-weight: 400;
  color: #A2A2A2;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.newsright strong {
  font-size: 14px;
  font-weight: 400;
  color: #3F3F3F;
  line-height: 1;
  margin-top: 4px;
}
.news-box {
  padding-top: 110px;
  padding-bottom: 46px;
  box-sizing: border-box;
}
.SwiperNews {
  margin-top: 44px;
}
.news-ainbox {
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 100%;
  height: 264px;
  background-color: #fff;
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
}
.news-ainbox h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding: 4px 0 20px;
}
.news-ainbox p {
  font-size: 12px;
  color: #787878;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
}
.news-ainbox span {
  font-size: 12px;
  color: #787878;
}
.line {
  height: 1px;
  background-color: #D7D7D7;
  margin: 20px 0;
}
.news-ainbox .timetext {
  margin-top: 36px;
}
.SwiperNews {
  overflow: hidden;
  padding-bottom: 44px;
}
.SwiperNews .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D7D7D7;
  border: 1px solid #BABABA;
  border-radius: 50%;
  opacity: 1;
}
.SwiperNews .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  border: 1px solid #e12726;
  background-color: #fff;
  padding: 3px;
  margin-bottom: -2px !important;
  box-sizing: border-box;
  position: relative;
}
.SwiperNews .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #e12726;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.header-white {
  background-color: #fff;
  padding: 60px 0;
  position: inherit;
}
.header-white .navli > li > a {
  color: #333;
  border-bottom: 2px solid #fff;
}
.header-white .navli > li.active > a {
  background: none;
  color: #e12726;
  border-bottom: 2px solid #e12726;
  border-radius: 0;
}
.r-search {
  position: relative;
  border-radius: 100px;
  border: 1px solid #EBEBEB;
  display: flex;
  overflow: hidden;
}
.searchinput {
  flex: 1;
  padding-left: 14px;
  font-size: 14px;
  color: #333;
  outline: none;
  border: 0;
  height: 40px;
}
.searchbtn {
  height: 40px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6CA477;
  width: 58px;
  border: 0;
  outline: none;
}
.inbanner {
  height: 435px;
  box-sizing: border-box;
  padding-top: 144px;
  background-repeat: no-repeat;
  background-position: right center;
}
.inbanner h2 {
  font-size: 48px;
  color: #F7F7F8;
  font-weight: normal;
}
.inbanner p {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
.inflex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 34px;
}
.in-left-nav {
  width: 262px;
  min-width: 262px;
  background-color: #F1F5FA;
  padding-bottom: 20px;
}
.in-left-nav h3 {
  font-size: 21px;
  color: #fff;
  height: 64px;
  background-color: #253241;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leftnavlist {
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px;
}
.leftnavlist li {
  margin-top: 10px;
  height: 44px;
  border: 1px solid #E5E7EA;
  box-sizing: border-box;
  background-color: #fff;
}
.leftnavlist li a {
  font-size: 14px;
  color: #3D3E3E;
  padding: 10px;
  display: flex;
  align-items: center;
}
.leftnavlist li.active {
  background-color: #3AAE51;
  border-color: #3AAE51;
}
.leftnavlist li.active a {
  color: #fff;
}
.in-right-list {
  margin-left: 12px;
}
.in-right-list li {
  display: flex;
  margin-bottom: 30px;
}
.in-right-list .inimg {
  width: 330px;
  min-width: 330px;
  height: 220px;
  object-fit: cover;
}
.newsright-info .climore {
  width: 166px;
  height: 50px;
  background-color: #e12726;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
}
.newsright-info {
  flex: 1;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
}
.newsright-info h3 {
  font-size: 20px;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsright-info span {
  display: block;
  font-size: 14px;
  color: #253241;
  margin-top: 10px;
}
.newsright-info p {
  margin-top: 20px;
  font-size: 14px;
  color: #455260;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pagination {
  padding: 80px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a:nth-child(1){
  background: none;
  box-shadow:none;
}
.pagination a {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(202,202,202,0.75);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000000;
  margin: 0 6px;
}
.pagination b {
  font-size: 14px;
  width: 50px;
  min-width: 50px;
  height: 32px;
  background: #3AAE51;
  color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
}
.pagination span {
  font-size: 14px;
  line-height: 32px;
  margin: 0 10px;
  position: relative;
  top: -4px;
}
.pagination .arrlic {
  position: relative;
}
.news-details-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.news-details-top h2 {
  font-size: 24px;
  color: #4D4D4D;
  position: relative;
  padding-left: 16px;
  font-weight: normal;
}
.news-details-top h2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #4D4D4D;
  margin-top: -4px;
  border-radius: 50%;
}
.switch-page {
  position: relative;
  display: flex;
}
.switch-page span {
  margin: 0px 3px;
  height: 30px;
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #A0A0A0;
 overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.switch-page a {
     width: 120px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    background: #fff;
    border-right: none;
    color: #A0A0A0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.switch-page span.active {
  background-color: #3AAE51;
  color: #fff;
  border-color: #3AAE51;
}
.news-info {
  padding: 50px 0;
}
.newsinfotitle {
  text-align: center;
}
.newsinfotitle h3 {
  font-size: 24px;
  font-weight: 400;
  color: #231F20;
}
.newsinfotitle span {
  font-size: 14px;
  color: #A4A4A4;
  margin-top: 16px;
}
.newsinfocont {
  margin-top: 50px;
}
.newsinfocont p {
    line-height: 28px;
  font-size: 14px;
  color: #858585;
}
.newcontimg {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.newcontimg img {
  max-width: 49%;
}
.cinfotitle {
  text-align: center;
  padding: 78px 0;
  font-size: 42px;
  text-transform: uppercase;
}
.contact-grid {
  display: flex;
  padding-bottom: 30px;
}
.grid-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.contact-grid .gico {
  width: 122px;
  height: 122px;
}
.contact-grid h6 {
  font-size: 18px;
  color: #000000;
  margin-top: 60px;
  text-align: center;
}
.contact-grid p {
  font-size: 14px;
  color: #000000;
  text-align: center;
  height: 50px;
  margin-top: 10px;
}
.form-contract {
  background: url(../images/contract-bg.png) no-repeat center;
  background-size: cover;
  height: 800px;
}
.form-title {
  position: relative;
  text-align: center;
  padding: 70px 0 0;
  text-transform: uppercase;
}
.form-title h3 {
  font-size: 42px;
  color: #fff;
}
.form-title h3 span {
  color: #3AAE51;
}
.form-title p {
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  line-height: 1.5em;
}
.form-box {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  color: #fff;
}
.form-cell {
  display: flex;
  margin-top: 15px;
}
.formtext {
  width: 130px;
  min-width: 130px;
  text-align: left;
  line-height: 48px;
  display: block;
}
.form-write,
.form-textarea {
  border: 0;
  outline: none;
  font-size: 18px;
  width: 515px;
  max-width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 0 16px;
  resize: none;
  line-height: 48px;
}
.form-textarea {
  height: 200px;
  width: 100%;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
.redtext {
  line-height: 48px;
  color: #E13484;
  margin-left: 10px;
}
.form-btn {
  width: 180px;
  height: 48px;
  background-color: #3AAE51;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 50px;
}
.now-title {
  position: relative;
  text-align: center;
  padding: 100px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.now-title h3 {
  font-size: 16px;
  font-weight: 400;
  color: #010101;
  line-height: 1.5em;
}
.now-title h4 {
  font-size: 46px;
  font-weight: 400;
  color: #262626;
  margin: 20px 0;
}
.now-title p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5em;
}
.now-title a {
  font-size: 16px;
  font-weight: 400;
  color: #3AAE51;
  margin-top: 10px;
}
.product-box {
  background-color: #ECECEC;
}
.nowtop-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0 80px;
}
.tabstitle {
  display: flex;
  flex-direction: column;
}
.tabstitle h5 {
  font-size: 17px;
  font-weight: 400;
  color: #191919;
  line-height: 1.5em;
  text-transform: uppercase;
}
.tabstitle h6 {
  font-size: 48px;
  font-weight: 400;
  color: #191919;
}
.r-tabs {
  display: flex;
  align-self: center;
}
.r-tabs a {
  font-size: 17px;
  font-weight: 400;
  color: #151212;
  min-width: 120px;
  padding: 0 20px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  box-sizing: border-box;
}
.r-tabs a.active {
  background: #3AAE51;
  box-shadow: 0px 6px 24px 0px rgba(58,174,81,0.5);
  color: #fff;
}
.pboxint {
  overflow: hidden;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.product-list li {
  width: 373px;
  height: 366px;
  position: relative;
  margin-right: 20px;
}
.vfixbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 246px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #3AAE51, #40E661);
  opacity: 0;
  transition: all 0.3s;
}
.vfixbox a {
  margin: 0 6px;
}
.vfixbox img {
  width: 40px;
  height: 40px;
}
.product-list li  h5 {
  font-size: 18px;
  color: #222222;
  margin-top: 20px;
}
.product-list li p {
  font-size: 16px;
  color: #8C8C8C;
  margin-top: 4px;
}
.product-list li .img {
  width: 100%;
  height: 246px;
  object-fit: cover;
}
.product-list li:hover .vfixbox {
  opacity: 1;
}
.pboxint .pagination {
  padding-top: 50px;
}
.us-title {
  text-align: center;
  padding: 78px 0 38px;
}
.us-title h4 {
  font-size: 18px;
  font-weight: bold;
  color: #B4B4B4;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.5;
}
.us-title h3 {
  font-size: 36px;
  font-weight: 500;
  color: #4D4D4D;
  margin: 10px 0;
}
.us-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.us-tabs a {
  width: 266px;
  height: 52px;
  border: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0;
  font-size: 18px;
  color: #606060;
  transition: all 0.3s;
}
.us-tabs a:last-child {
  border-right: 1px solid #DCDCDC
}
.us-tabs a.active,
.us-tabs a:hover {
  background: #e12726;
  border-color: #e12726;
  color: #fff;
}
.auimgbox {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.auimgbox img {
  width: 49%;
}
.about-info {
  margin-top: 40px;
  padding-bottom: 60px;
}
.about-info p {
  font-size: 16px;
  color: #5F5F5F;
  line-height: 1.5em;
}
.business-box {
  background-color: #F5F5F5;
}
.SwiperArea {
  padding-bottom: 30px;
  overflow: hidden;
}
.SwiperArea .areaimg {
  width: 100%;
  height: 224px;
  object-fit: cover;
}
.SwiperArea h5 {
  font-size: 20px;
  font-weight: normal;
  padding: 16px 0 10px;
  text-align: center;
  color: #333;
}
.SwiperArea p {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.busbox {
  position: relative;
  padding-bottom: 50px;
}
.SwiperArea a:hover h5 {
  color: #e12726;
}
.busbox .swiper-button-next,.busbox .swiper-button-prev {
  margin-top: -100px;
}
.busbox .swiper-button-next {
  right: -50px;
}
.busbox .swiper-button-prev {
  left: -50px;
}
.surroundings-box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.sinbox {
  width: 32%;
  margin-right: 2%;
  height: 300px;
}
.sinbox:nth-child(3n) {
  margin-right: 0;
}
.sinbox img {
  width: 100%;
  transition: all .8s;
}

.sinbox img:hover{
  transform: scale(1.05);
}
.sinbox h6 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin-top: 15px;
}

.previous{
  opacity: 0;
}
.next{
  opacity: 0;
}