.wrapper {
  width: 100%;
  padding: 0 20px;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header {
  height: 60px;
  /* ONE */
}
header .logo {
  height: 30px;
}
header .navbar {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: fit-content;
  background-color: #fff;
  padding: 0 20px;
  border-top: 1px solid var(--main-color);
}
header .navbar li {
  margin-left: 0;
  border-bottom: 1px solid #eee;
}
header .navbar li a {
  height: 60px;
  font-size: 15px;
  justify-content: center;
}
header .hamburger {
  display: block;
}
header .hamburger .line {
  width: 25px;
  height: 3px;
  background-color: var(--main-color);
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .hamburger:hover {
  cursor: pointer;
}
header #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
header #hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
header #hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}
.swiper-slide img {
  height: 245px;
}
.banner-wrapper img {
  height: 160px;
}
.banner-wrapper .wrapper {
  font-size: 24px;
}
.field-wrapper {
  padding: 20px 0 0;
}
.field-wrapper p {
  margin-bottom: 30px;
}
.field-wrapper ul {
  flex-wrap: wrap;
}
.field-wrapper ul li {
  width: 50%;
  margin-bottom: 20px;
}
.project .swiper-slide img {
  height: 170px;
}
.advantage .item .fan {
  width: 75px;
  height: 75px;
}
.advantage .item .fan i {
  margin: 15px 0 0 15px;
}
.advantage .item .fan .ri-3x {
  font-size: 24px;
}
.advantage .item .fan::before {
  width: 75px;
  height: 75px;
}
.advantage .item .fan::after {
  width: 150px;
  height: 150px;
}
.advantage .item .title {
  width: 80px;
  text-align: center;
}
.advantage .item .title p {
  font-size: 14px;
  margin-bottom: 15px;
}
.advantage .item .title span {
  display: none;
}
.advantage .item:first-child {
  padding: 0 15px 15px 0;
}
.advantage .item:first-child .title {
  margin-right: 0;
}
.advantage .item:nth-child(2) {
  padding: 0 0 15px 15px;
}
.advantage .item:nth-child(2) .fan i {
  margin: 15px 15px 0 0;
}
.advantage .item:nth-child(2) .title {
  margin-left: 0;
}
.advantage .item:nth-child(3) {
  padding: 15px 15px 0 0;
}
.advantage .item:nth-child(3) .fan i {
  margin: -15px 0 0 15px;
}
.advantage .item:nth-child(3) .title {
  margin-right: 0;
}
.advantage .item:nth-child(4) {
  padding: 15px 0 0 15px;
}
.advantage .item:nth-child(4) .fan i {
  margin: -15px 0 0 -15px;
}
.advantage .item:nth-child(4) .title {
  margin-left: 0;
}
.padding-top-lg {
  padding-top: 20px;
}
.padding-lr-lg {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-tb-xl {
  padding-top: 30px;
  padding-bottom: 30px;
}
.aboutUs {
  flex-direction: column;
  padding-bottom: 0;
}
.aboutUs .right-box {
  width: 100%;
  margin: 20px 0 0;
}
.aboutUs .left-box li {
  width: 31%;
}
.aboutUs .left-box li span {
  font-size: 30px;
}
.aboutUs .left-box li p {
  width: 95px;
  text-align: center;
}
.person-item {
  width: 100%;
}
.person-item img {
  width: 130px;
  height: 160px;
  margin-right: 15px;
}
.person-item .profile .name {
  font-size: 18px;
}
.person-item .profile .job {
  font-size: 14px;
}
.person-item .detail {
  height: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.person-item .profile-box {
  padding-right: 15px;
}
.prize-item {
  width: 100%;
}
.prize-item .img-wrap {
  width: 100%;
}
.achievement-item {
  padding: 0;
  flex-direction: column;
}
.achievement-item img {
  width: 100%;
  height: 170px;
}
.achievement-item .flex-sub {
  padding: 15px;
}
.staffgarden .staffgarden-item {
  width: 100%;
  flex-direction: column;
}
.staffgarden .staffgarden-item .padding-sm {
  padding: 10px;
}
.staffgarden .staffgarden-item img {
  position: relative;
  display: block;
  width: 100%;
  height: 225px;
  object-fit: cover;
  z-index: 10;
}
.staffgarden .staffgarden-item h3 {
  position: relative;
  font-size: 16px;
  margin-bottom: 15px;
  z-index: 10;
}
.staffgarden .staffgarden-item p {
  position: relative;
  font-size: 15px;
  line-height: 22px;
  color: #666;
  text-align: justify;
  z-index: 10;
}
.process {
  grid-template-columns: repeat(2, 1fr);
}
.process .item {
  padding: 30px 0;
}
.process .item img {
  width: 65px;
  height: 65px;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .gtrol {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .gtrol {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recruit {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
.recruit .recruit_item .description .content {
  width: 320px;
}
.idea_box {
  background-size: 300% 100%;
}
.idea_box .item {
  width: 100%;
}
.idea_box .item:first-child {
  display: none;
}
.concept .wrapper {
  padding: 0;
}
.concept_img_wrap {
  flex-direction: column;
}
.concept_img_wrap img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.concept_img_wrap .tip {
  position: static;
  width: 100%;
}
.guarantee {
  grid-template-columns: repeat(2, 1fr);
  padding: 0 20px;
}
.guarantee .item {
  padding: 30px 0;
}
.guarantee .item i {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.guarantee .item i:after {
  top: -7px;
  left: -6px;
  width: 70px;
  height: 70px;
}
.guarantee .item .ri-4x {
  font-size: 2em;
}
.staff {
  flex-direction: column-reverse;
  background-color: #fff;
}
.staff .content {
  width: 100%;
  padding: 20px;
}
.staff .content h3 {
  margin-bottom: 20px;
}
.staff .content p {
  line-height: 26px;
}
.staff img {
  width: 100%;
}
.contact .item {
  flex-direction: column;
  height: fit-content;
  padding: 20px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
.contact .item img {
  width: 100%;
}
.contact .item:nth-child(2n) {
  flex-direction: column;
}
.contact .item .content {
  padding: 20px 0;
}
.contact .item .content h3 {
  font-size: 18px;
}
.contact .item .content p {
  font-size: 15px;
}
footer .cooperat {
  flex-direction: column-reverse;
  padding: 0;
}
footer .cooperat .img-bg-box {
  width: 100%;
  height: 245px;
}
footer .cooperat .formbox ul {
  width: 100%;
}
footer .cooperat .formbox li input {
  width: 100%;
}
footer .cooperat .formbox .btn {
  width: 100%;
  padding-bottom: 30px;
}
footer .cooperat .formbox .submit-btn {
  width: 130px;
  height: 40px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
footer .contact {
  margin: 0;
}
footer .foot {
  flex-direction: column;
}
footer .foot .menus {
  display: none;
}
footer .copyright {
  font-size: 13px;
}
.title-hd {
  width: fit-content;
  height: 46px;
  font-size: 20px;
  line-height: 46px;
  color: #000;
  border-bottom: 4px solid var(--main-color);
  margin: 0 auto 30px;
}
