body {
  font-family: 'Roboto', sans-serif;
}
.banner {
  margin-top: 0;
  overflow: hidden;
}
.swiper-content {
  overflow: hidden;
}
.banner li {
  height: 965px;
  padding-top: 11rem;
  background: url(../../../../themes/sytech/assets/img/home-banner.jpg) no-repeat center;
}
.swiper-banner {
  position: relative;
  text-align: start;
}
.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-button-next {
  position: absolute;
  top: -500px;
  width: 30px;
  height: 30px;
  background-size: cover;
}
.swiper-banner .content {
  position: relative;
}
.swiper-banner .swiper-button-prev {
  left: -280px;
  background: url(../../../../themes/sytech/assets/img/arrow-left.png) no-repeat center;
}
.swiper-banner .swiper-button-next {
  right: -280px;
  background: url(../../../../themes/sytech/assets/img/arrow-right.png) no-repeat center;
}
.swiper-banner .swiper-dots {
  position: relative;
  z-index: 99;
  text-align: center;
  position: relative;
  top: -140px;
}
.swiper-banner .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background-color: #999999;
  border-radius: 3px;
}
.swiper-banner .swiper-pagination-bullet-active {
  background-color: #62A734;
}
.subtitle {
  font-size: 1.2rem;
  color: #62A734;
}
.banner .subtitle {
  font-size: 1.2rem;
}
.banner p {
  max-width: 50%;
  line-height: 2rem;
  color: #666;
}
.banner h1 {
  font-size: 4rem;
  line-height: 5rem;
  margin: 2rem 0;
  color: rgba(0,0,0,0.8);
}
.banner h1 strong {
  color: #62A734;
}
.learnmore-button {
  display: block;
  width: 186px;
  height: 52px;
  background-color: #62A734;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  margin-top: 2.6rem;
  transition: all .2s;
}
.learnmore-button:hover {
  background-color: #538d2c;
}

section {
  margin-top: 9rem;
  text-align: center;
}
.head p {
  color: #62A734;
  line-height: 2rem;
  max-width: 40rem;
  margin: 0 auto;
}
.head p.intro {
  color: #666;
  line-height: 30px;
}
.head h2 {
  font-size: 2.8rem;
  color: #333;
  margin: 1.6rem 0;
  text-transform: capitalize;
}

.categories .container {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.categories .container > div {
  width: 600px;
  height: 600px;
  position: relative;
}
.categories .container .left {
  background-color: #f5f5f5;
  padding: 3rem;
  border-radius: 5px;
}
.categories .container .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.categories .container img {
  position: absolute;
  right: -10%;
  bottom: -10%;
  transition: all 0.3s ease;
}
.categories .container div:hover img {
  transform: scale(1.1);
}
.categories .container .right div {
  height: 290px;
  background-color: #f5f5f5;
  padding: 3rem;
  position: relative;
  border-radius: 5px;
}
.categories .container .right div:first-child {
  margin-bottom: 1rem;
}
.categories .container h3 {
  font-weight: normal;
  font-size: 1.8rem;
  max-width: 60%;
  line-height: 2.6rem;
}
.categories .container p {
  margin: 15px 0 25px;
  color: #999;
  font-size: 20px;
  max-width: 60%;
}
.categories .container span {
  color: #62A734;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #62A734;
  position: relative;
  padding-right: 35px;
}
.categories .container span::after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../../../../themes/sytech/assets/img//home-right-green.svg) no-repeat center;
}
.categories .container .left,
.categories .container .right div {
  transition: all .2s;
  overflow: hidden;
}
.categories .container .left:hover,
.categories .container .right div:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}


.products {
  margin-top: 180px;
}
.products .content {
  position: relative;
}
.products-select {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.products-select span {
  display: inline-block;
  position: relative;
  margin: 0 25px;
  font-size: 1.2rem;
  cursor: pointer;
}
.products-select span::after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  background-color: #62A734;
  transform: translateX(-50%);
  transition: all .2s;
}
.products-select span.active:after,
.products-select span:hover:after {
  width: 100%;
}

.products .container {
  margin-top: 5rem;
  margin-bottom: 20px;
}
.products .container li {
  overflow: hidden;
  border-radius: 5px;
  transition: all .2s;
}
.products .container .products-item-img {
  height: 360px;
  background-color: #F4F6F1;
}
.products .container .products-item-content {
  padding: 20px 25px;
}
.products .container li h3 {
  font-weight: 500;
  font-size: 23px;
  line-height: 2rem;
  color: #333;
}
.products .container li p {
  color: #999;
  margin: 2rem 0;
}
.products .container li span {
  margin: 0 auto;
  display: block;
  width: 330px;
  height: 50px;
  border-radius: 5px;
  background-color: #62A734;
  color: #fff;
  line-height: 50px;
  opacity: 0;
  transition: all .2s;
}
.products .container li:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.products .container li:hover img {
    transform: scale(1.05);
}
.products .container li:hover span {
  opacity: 1;
}
.products-item-img {
  position: relative;
  overflow: hidden;
}
.products-item-img img {
  /*position: absolute;*/
  /*top: 60%;*/
  /*left: 50%;*/
  /*transform: translate(-50%,-50%);*/
  transition: all 0.3s ease;
}
.products .swiper-content {
  position: relative;
}
.swiper-products {
  overflow: hidden;
  padding: 1rem 0;
}
.products .swiper-button-prev {
  left: -6rem;
  background: url(../../../../themes/sytech/assets/img/arrow-left.png) no-repeat center;
  z-index: 99;
}
.products .swiper-button-next {
  right: -6rem;
  background: url(../../../../themes/sytech/assets/img/arrow-right.png) no-repeat center;
  z-index: 99;
}
a.viewmore{
  width: 214px;
  height: 54px;
  border-radius: 5px;
  display: inline-block;
  line-height: 54px;
  border: 1px solid #d1d1d1;
  margin: 0 auto;
  cursor: pointer;
  font-size: 1rem;
  background-color: #fff;
  transition: all 0.3s;
}
section.products a.viewmore:hover{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}
.products button,
.app button {
  width: 214px;
  height: 54px;
  border-radius: 5px;
  display: block;
  border: 1px solid #d1d1d1;
  margin: 0 auto;
  cursor: pointer;
  font-size: 1rem;
  transition: all .2s;
  background-color: #fff;
}
.app button {
  background-color: #f6f8f3;
}
.products button:hover,
.app button:hover {
  background-color: #62A734;
  color: #fff;
}
.products button {
  margin-top: 15px;
}


.advantage {
  height: 72rem;
  background-color: #F4F6F1;
  padding-top: 8rem;
  margin-bottom: 0;
}
.advantage .content {
  position: relative;
  height: 100%;
}
.advantage .intro {
  font-size: 1.1rem;
  max-width: 55%;
}
.advantage .content > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.advantage-left,
.advantage-right {
  margin-top: 6rem;
  width: 29%;
  word-break: break-all;
  transition: all 1s;
}
.advantage-left {
  text-align: end;
  padding-right: 6rem;
}
.advantage-right {
  text-align: start;
  padding-left: 50px;
}
.advantage .advantage-left div::after {
  content: '';
  display: block;
  width: 76px;
  height: 76px;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -8rem;
  transform: translateX(-50%);
}
.advantage .advantage-left div:first-child:after {
  background: url(../../../../themes/sytech/assets/img/home-proof.png) no-repeat center;
}
.advantage .advantage-left div:last-child:after {
  background: url(../../../../themes/sytech/assets/img/home-dura.png) no-repeat center;
}
.advantage .advantage-right div::after {
  content: '';
  display: block;
  width: 76px;
  height: 76px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -4rem;
  transform: translateX(-50%);
}
.advantage .advantage-right div:first-child:after {
  background: url(../../../../themes/sytech/assets/img/home-fsc.png) no-repeat center;
}
.advantage .advantage-right div:last-child:after {
  background: url(../../../../themes/sytech/assets/img/home-eco.png) no-repeat center;
}
.advantage-left > div,
.advantage-right > div {
  margin-top: 6rem;
  position: relative;
}
.advantage .container h3 {
  font-size: 1.6rem;
  color: #2F524B;
  margin-bottom: 1rem;
}
.advantage .container p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #666;
}

.whoweare {
  height: 842px;
  background: url(../../../../themes/sytech/assets/img/home-banner2.jpg) no-repeat center;
  margin-top: 0;
  text-align: start;
  padding-top: 150px;
  color: #fff;
}
.whoweare .content {
  position: relative;
}
.whoweare .content > img {
  position: absolute;
  right: -338px;
  top: -180px;
  width: 911px;
  height: 766px;
  border-radius: 6px;
}
.whoweare .content h2,
.certification .content h2 {
  font-size: 2.6rem;
  margin: 0 0 20px;
  line-height: 4rem;
}
.whoweare .content h2 strong {
  color: #62A734;
}
.whoweare .content p {
  max-width: 40%;
  line-height: 2rem;
  color: rgba(255,255,255,0.8);
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.whoweare-box {
  width: 50%;
  margin-top: 20px;
}
.whoweare-box > div {
  width: 12rem;
}
.whoweare .whoweare-box div strong {
  color: #62A734;
  font-weight: normal;
  font-size: 2rem;
}
.whoweare .whoweare-box div strong span {
  font-size: 3rem;
}
.whoweare .whoweare-box div p {
  max-width: 100%;
  color: rgba(255,255,255,0.8);
  margin-top: 1rem;
}

.ruarantee .container {
  margin-top: 5rem;
}
.ruarantee > div {
  max-width: 1240px;
}
.ruarantee .swiper-ruarantee {
  padding: 10px;
}
.ruarantee-item {
  display: block;
  /* width: 380px; */
  height: 415px;
  background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 12rem 2rem 0;
  transition: all .2s;
}
.ruarantee-item:hover {
  background-color: #293F33;
  color: #fff;
}
.ruarantee-item:hover p {
  color: #fff;
}
.ruarantee-item h3 {
  font-weight: normal;
  font-size: 22px;
}
.ruarantee-item p {
  margin: 1rem;
  line-height: 25px;
  color: #888888;
  transition: all .3s
}
.ruarantee-item span {
  display: inline-block;
  color: #62A734;
  position: relative;
  margin-top: 1rem;
}
.ruarantee-item span::after {
  display: block;
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 52%;
  right: -1.7rem;
  transform: translate(-50%, -50%);
  background: url(../../../../themes/sytech/assets/img/rightg.svg) no-repeat center;
  background-size: cover;
}
.sqc,
.oems,
.ass {
  position: relative;
}
.sqc::after,
.oems::after,
.ass::after {
  display: block;
  content: '';
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
}
.sqc::after {
  background: url(../../../../themes/sytech/assets/img/home-control.png) no-repeat center;
}
.oems::after {
  background: url(../../../../themes/sytech/assets/img/home-oem.png) no-repeat center;
}
.ass::after {
  background: url(../../../../themes/sytech/assets/img/home-aftersale.png) no-repeat center;
}

.certification {
  margin-top: 200px;
  height: 1019px;
  text-align: start;
  background: url(../../../../themes/sytech/assets/img/home-banner3.jpg) no-repeat center;
  position: relative;
  overflow: hidden;
}
.certification .content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.certification p {
  max-width: 30%;
  color: #999;
  line-height: 2rem;
}
.certification .container {
  width: 1220px;
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translateY(-50%);
  overflow: hidden;
}
.certification .container li {
  width: 436px;
  height: 587px;
  background: url(../../../../themes/sytech/assets/img/home-certification2.jpg) no-repeat center;
}
.swiper-certification {
  position: relative;
}
.certification .swiper-button-next,
.certification .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  border-radius: 5px;
  background-image: none;
  top: 70%;
  left: 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.certification .swiper-button-prev {
  background-color: #dfdfdf;
}
.certification .swiper-button-prev::after,
.certification .swiper-button-next::after {
  display: block;
  content: '';
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.certification .swiper-button-next {
  background-color: #62A734;
  left: 6rem;
}
.certification .swiper-button-prev::after {
  background: url(../../../../themes/sytech/assets/img/home-left.svg) no-repeat center/90%;
}
.certification .swiper-button-next::after {
  background: url(../../../../themes/sytech/assets/img/home-right.svg) no-repeat center/90%;
}

.ability {
  margin-top: 0;
  height: 885px;
  overflow: hidden;
}
.ability .content {
  position: relative;

}
.ability .content > img {
  position: absolute;
  top: 0;
  left: -450px;
  height: 765px;
}
.ability .focus {
  position: absolute;
  left: 696px;
  top: 0;
  text-align: end;
  background-color: rgb(99, 170, 52);
  width: 875px;
  height: 140px;
  padding-right: 350px;
  padding-top: 2rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.ability-box {
  position: absolute;
  left: 556px;
  top: 140px;
  width: 1000px;
  height: 765px;
  background-color: #262626;
  color: #fff;
  text-align: start;
  padding: 125px 0 0 85px;
}
.ability-box .subtitle{
  color: var(--primary-color);
  margin-bottom: 0;
}
.ability-box h2 {
  font-weight: 500;
  max-width: 60%;
  font-size: 2.8rem;
  line-height: 4rem;
  margin: 20px 0 20px;
}
.ability-box .intro {
  max-width: 58%;
  line-height: 1.875rem;
  color: #bcbcbc;
}
.ability-box ul {
  margin-top: 45px;
  max-width: 60%;
}
.ability-box ul li {
  height: 50px;
  margin-bottom: 40px;
}
.ability-box ul li p {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  color: #bcbcbc;
  margin-bottom: 18px;
}
.ability-box div.bar{
  position:relative;
  width:100%;
  height:.6875rem;
  background:white;
  border-radius:16px;
}
.ability-box div.bar .bar-btn{
  transition:all 2s ease-out;
  position:absolute;
  top:-0.3125rem;
  left:0;
  width:1.1875rem;
  height:1.1875rem;
  background-color:white;
  border:.1875rem solid #62a734;
  border-radius:.9375rem;
}
.ability-box div.bar span{
  display:block;
  width:0%;
  height:100%;
  background-color: #62a734;
  position:relative;
  border-radius:16px;
  transition:2s all ease-out;
}
.ability-box .bar span::before{
  width:1.25rem;
  position:absolute;
  top:-0.3125rem;
  right:0rem;
} 


.app {
  margin-top: -140px;
  padding-top: 140px;
  padding-bottom: 8rem;
  background-color: #F6F8F3;
}
.app p:first-child {
  margin-top: 9rem;
}
.app h2 {
  font-size: 2.6rem;
  margin: 10px 0 30px;
}
.app .intro {
  color: #666;
  line-height: 1.8rem;
}
.app .app-item {
  width: 290px;
  height: 480px;
  background-color: #fff;
  border-radius: 5px;
  transition: all .2s;
  position: relative;
  background: url(../../../../themes/sytech/assets/img/home-img7.jpg) no-repeat center;
}
.app .app-item:nth-child(1) {
  background-image: url(../../../../themes/sytech/assets/img/home-img8.jpg);
}
.app .app-item:nth-child(3) {
  background-image: url(../../../../themes/sytech/assets/img/home-img9.jpg);
}
.app .app-item:nth-child(4) {
  background-image: url(../../../../themes/sytech/assets/img/home-img10.jpg);
}
.app .app-item.app-item-top {
  background-position: top;
  transition: all 1s;
}
.app .app-item.app-item-bottom {
  background-position: center;
}
.app .content {
  margin: 6rem auto;
}
.app .app-item p {
  width: 100%;
  line-height: 52px;
  background: url(../../../../themes/sytech/assets/img/home-app-bg.png) no-repeat left;
  text-align: left;
  font-size: 1.25rem;
  color: #fff;
  padding-left: 20px;
  position: absolute;
  left: -1px;
}
.app .app-item.app-item-top p {
  bottom: 35px;
}
.app .app-item.app-item-bottom p {
  bottom: 5px;
}

section.blog .products-item-content {
  text-align: start;
}
section.blog .products-item-content p:first-child {
  margin: 0 0 1rem 0;
}
section.blog .products-item-content strong {
  color: #62A734;
  font-weight: normal;
}
section.blog .products-item-content span {
  width: 50%;
  margin: 0;
  text-align: center;
}
section.blog .container .products-item-img {
  height: 16rem;
  border-radius: 5px;
}
section.blog .container .products-item-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog > div {
  max-width: 1240px;
}
.blog .swiper-products {
  padding: 10px;
}
.blog .swiper-button-prev,
.blog .swiper-button-next {
  top: 60%;
}
.blog .container .swiper-slide .products-item-img {
  height: 275px;
  border-radius: 10px;
  overflow: hidden;
}
.blog .container .swiper-slide .products-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: -30px;
}
.blog .container .swiper-slide p {
  margin: 20px 0 0;
  line-height: 1.875rem;
}
.blog .container .swiper-slide a {
  min-height: 590px;
  display: block;
  position: relative;
}
.blog .container .swiper-slide a span {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.blog .container li {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.blog .container li span {
  opacity: 1;
  background-color: #eff0f2;
  color: #333;
}
.blog .container li:hover span {
  opacity: 1;
  background-color: #5dac2e;
  color: #fff;
}
.blog .container {
  margin-bottom: 80px;
}
