.top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top > div {
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
}
.top-title {
  position: relative;
  top: 5px;
  font-size: 1rem;
}
.top-right span {
  margin-left: 60px;
  font-size: 1rem;
}
.navbar .logo img {
  width: 60px;
  height: 60px;
}

.about-content-text .subtitle {
  color: #5e9631;
  font-size: 1rem;
  margin-bottom: 10px;
}
.about-content-text .intro {
  font-size: 0.9rem;
}
.about-content-text h1 {
  font-size: 3.2rem;
  max-width: 35%;
  margin: 25px auto 45px;
  color:#fff;
}
.about-content-text h2 {
  font-size: 2.6rem;
}

.about-banner {
  height: 930px;
  background: url(../../../../themes/sytech/assets/img/about-banner.jpg) no-repeat bottom;
  background-size: cover;
  padding-top: 130px;
}
.about-banner .about-content-text {
  text-align: center;
}
.about-banner .about-content-text .intro {
  max-width: 35%;
  margin: 0 auto;
  line-height: 1.875rem;
  color:#fff;
}

.serve {
  background-color: #eff1ec;
}
.serve > div {
  display: flex;
  justify-content: space-between;
}
.serve .serve-left {
  width: 40%;
  border-right: 1px solid #5e9730;
  padding: 110px 0 145px;
}
.serve .serve-left h2 {
  margin: 20px 0 50px;
}
.serve ul .whychooseus-img {
  width: 68px;
  height: 68px;
  border-radius: 3px;
  background-color: #5e9631;
  margin-right: 25px;
  position: relative;
}
.serve ul .whychooseus-img img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
  max-width: 53px;
  max-height: 53px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.serve ul li {
  position: relative;
  left: 3px;
  display: block;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 46px 0;
  cursor: pointer;
  border-right: 5px solid transparent;
}
.serve ul li.active{
  border-right: 5px solid #5e9631;
}
.serve ul li .whychooseus {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.serve ul li .whychooseus h3 {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.serve .serve-right {
  width: 60%;
  padding: 250px 0 0 140px;
}
.serve .serve-right h4 {
  font-size: 2.1rem;
  line-height: 3rem;
  margin-bottom: 20px;
}
.serve .serve-right p {
  line-height: 1.875rem;
  font-size: 1rem;
}

.contact-button {
  padding: 16px 50px;
  background-color: #5e9631;
  font-size: 1.1rem;
  border-radius: 3px;
  color: #fff;
  transition: all .3s;
}
.contact-button:hover {
  background-color: #598c2f;
}

.brief {
  padding: 150px 0 140px;
  background-color: #374b3f;
  position: relative;
}
.brief h2 {
  color: #fff;
  margin: 20px 0 65px;
}
.brief ul {
  padding-left: 15px;
  list-style: disc;
  max-width: 45%;
  line-height: 1.875rem;
  color: #fff;
}
.brief ul li {
  list-style: disc;
  padding-left: 5px;
}
.brief .contact-button {
  display: inline-block;
  margin-top: 50px;
}
.brief-img {
  width: 865px;
  height: 780px;
  position: absolute;
  left: 54.5%;
  bottom: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.brief-img:hover img {
    transform: scale(1.05);
}
.brief-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}


.team {
  padding-bottom: 180px;
}
.team .team-top {
  height: 260px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.team .team-top .about-content-text {
  width: 50%;
}
.team .team-top h2 {
  max-width: 80%;
  margin-top: 20px;
}
.team .team-top .intro {
  width: 50%;
  padding-left: 65px;
  line-height: 1.875rem;
  color: #666;
}
.team-main {
  display: flex;
  justify-content: space-between;
  margin-top: 85px;
}

.team .team-left .team-left-img {
  width: 585px;
  height: 465px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.team .team-right .team-right-img {
  width: 585px;
  height: 650px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.team-left-img:hover img {
    transform: scale(1.05);
}
.team img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.team .team-right:hover img {
    transform: scale(1.05);
}
.team .team-right h3,
.team .team-left h3 {
  margin: 25px 0;
  font-size: 22px;
}
.team .team-left {
  position: relative;
}
.team .team-left .contactus-button {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 230px;
  height: 55px;
  line-height: 55px;
}


.serviceandinnovation {
  height: 810px;
  background-color: #f5f7f2;
  padding-top: 120px;
  position: relative;
}
.serviceandinnovation .about-content-text {
  max-width: 50%;
}
.serviceandinnovation h2 {
  margin: 25px 0;
  line-height: 4rem;
}
.serviceandinnovation .intro {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #666;
  max-width: 80%;
}
.serviceandinnovation ul {
  margin-top: 70px;
  padding-left: 15px;
  color: #63aa34;
}
.serviceandinnovation ul li {
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 5px;
}
.serviceandinnovation ul li span {
  color: #333;
}
.serviceandinnovation-img {
  width: 855px;
  height: 720px;
  position: absolute;
  top: -10px;
  left: 55%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.serviceandinnovation-img:hover img {
    transform: scale(1.05);
}
.serviceandinnovation-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:all 0.3s ease;
}


.show {
  padding-top: 120px;
  overflow: hidden;
}
.show .about-content-text {
  text-align: center;
}
.swiper-show {
  height: 450px;
  max-width: 570px;
  margin: 0 auto;
  padding: 70px 10px 30px;
}
.show-swiper-box .swiper-slide {
  min-width: 550px;
  height: 340px;
  transition: all .3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
.show-swiper-box .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show-swiper-box .swiper-slide-active {
  height: 360px;
  margin-top: -10px;
}
.show-swiper-box .swiper-slide div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.toexplore {
  padding: 110px 0 80px;
}
.toexplore .about-content-text {
  text-align: center;
}
.toexplore ul {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.toexplore ul li {
  width: 48.5%;
  text-align: center;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 80px;
}
.toexplore ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.toexplore ul li div {
  width: 100%;
  height: 335px;
  overflow: hidden;
  border-radius: 6px;
}
.toexplore ul li div:hover img {
    transform: scale(1.05);
}
.toexplore ul li div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.toexplore ul li h3 {
  font-size: 1.4rem;
  margin-top: 45px;
}
.toexplore ul li p {
  color: #666;
  margin: 20px 0 40px;
}
.toexplore ul li .contact-button {
  background-color: #eaeaea;
  color: #333;
}
.toexplore ul li:hover .contact-button {
  background-color: #63aa34;
  color: #fff;
}
