@charset "UTF-8";
.img-box i {
  transition: .4s;
  -webkit-transition: .4s;
}

.swiper-pagination span {
  outline: none;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(54, 60, 80, 0.5);
}

body::-webkit-scrollbar-thumb {
  background-color: #e6ebe7;
}

/*头部*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.78125vw 0;
}

#header .logo {
  width: 8.59375vw;
}

#header .nav li {
  margin-right: 4.6875vw;
  position: relative;
}

#header .nav li:last-child {
  margin-right: 0;
}

#header .nav li a {
  font-size: 0.83333vw;
  color: #fff;
  transition: .4s;
  -webkit-transition: .4s;
}

#header .nav li a:hover {
  color: #00b13b;
}

#header .nav li .sub {
  width: 4.16667vw;
  position: absolute;
  top: -50%;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding-top: 1.875vw;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .4s;
  -webkit-transition: .4s;
}

#header .nav li .sub .box {
  box-shadow: 0px 0px 10px #ddd;
}

#header .nav li .sub a {
  display: block;
  font-size: 0.72917vw;
  color: #333;
  text-align: center;
  line-height: 1.5625vw;
  background: #fff linear-gradient(#00b13b, #00b13b) left top/0% 100% no-repeat;
  border-bottom: 1px solid #ddd;
  transition: .4s;
  -webkit-transition: .4s;
}

#header .nav li .sub a:last-child {
  border-bottom: none;
}

#header .nav li .sub a:hover {
  background-size: 100% 100%;
  color: #fff;
}

#header .nav li:hover .sub {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*头部*/
/*首页*/
#banner {
  height: 41.66667vw;
  background-color: #f0f0f0;
}

#app-content {
  padding: 5.20833vw 16.5%;
}

#app-content .left .max {
  width: 15.625vw;
  margin-right: 3.4375vw;
}

#app-content .left .min {
  width: 12.5vw;
}

#app-content .right {
  margin-left: 7.8125vw;
}

#app-content .right .top-title .logo {
  width: 4.16667vw;
  margin-right: 6px;
}

#app-content .right .top-title .name {
  font-weight: 600;
  font-size: 1.97917vw;
  color: #000;
}

#app-content .right .title {
  margin-top: 2.39583vw;
  font-weight: 400;
  font-size: 1.45833vw;
  color: #333;
  margin-bottom: 1.04167vw;
}

#app-content .right .desc {
  font-weight: 400;
  font-size: 1.14583vw;
  color: #333;
  line-height: 1.5;
  letter-spacing: 2px;
}

#app-content .right .btn-list {
  margin-top: 1.35417vw;
}

#app-content .right .btn-list .btn {
  width: 7.29167vw;
  line-height: 2.70833vw;
  border-radius: 50px;
  border: 1px solid #00b41f;
  text-align: center;
  font-weight: 500;
  font-size: 1.14583vw;
  color: #00b13b;
  margin-right: 1.45833vw;
}

#app-content .right .btn-list .btn:last-child {
  margin-right: 0;
}

#app-content .right .down-btn {
  width: fit-content;
  height: 3.4375vw;
  background: #00b13b;
  padding: 0 0.72917vw;
  font-weight: 500;
  font-size: 1.25vw;
  color: #fff;
  margin-top: 2.08333vw;
}

#app-content .right .down-btn .icon {
  width: 26px;
  height: 8px;
  background: url(../img/arrow-icon.png) center center/100% 100% no-repeat;
  margin-left: 8px;
}

#about {
  background-color: #c9e5b2;
  padding: 7.29167vw 10.5%;
}

#about .top-title {
  font-weight: 600;
  font-size: 1.97917vw;
  color: #000;
  text-align: center;
  margin-bottom: 1.35417vw;
}

#about .desc {
  font-weight: 400;
  font-size: 1.45833vw;
  color: #333;
  line-height: 1.5;
  text-align: center;
}

#about .list {
  margin-top: 3.125vw;
}

#about .list li {
  width: 14.58333vw;
  height: 16.14583vw;
  border-radius: 2px;
  margin-right: 1.5625vw;
  text-align: center;
}

#about .list li:last-child {
  margin-right: 0;
}

#about .list li .box {
  background: #fff;
  padding-top: 1px;
  transition: .4s;
  -webkit-transition: .4s;
}

#about .list li .icon {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  background-color: #e2f1d5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 3.125vw auto 1.5625vw;
  transition: .4s;
  -webkit-transition: .4s;
}

#about .list li .title {
  font-weight: 500;
  font-size: 1.04167vw;
  color: #000;
}

#about .list li .txt {
  font-weight: 400;
  font-size: 0.72917vw;
  color: #000;
  line-height: 1.5;
  margin-top: 1.04167vw;
  padding: 0 2.60417vw;
  text-align: center;
}

#about .list li:nth-child(1) .icon {
  background-image: url(../img/about-icon-1.png);
}

#about .list li:nth-child(2) .icon {
  background-image: url(../img/about-icon-2.png);
}

#about .list li:nth-child(3) .icon {
  background-image: url(../img/about-icon-3.png);
}

#about .list li:nth-child(4) .icon {
  background-image: url(../img/about-icon-4.png);
}

#about .list li:nth-child(5) .icon {
  background-image: url(../img/about-icon-5.png);
}

#about .list li:hover .box {
  transform: translateY(-20px);
}

#about .list li:hover .icon {
  transform: rotate(360deg);
}

#address {
  padding: 7.29167vw 10.5% 5.20833vw;
  background: url(../img/content-bg-1.png) center center/cover no-repeat;
  background-attachment: fixed;
}

#address .top-title {
  font-weight: 600;
  font-size: 1.97917vw;
  color: #000;
  margin-bottom: 3.125vw;
  text-align: center;
}

#address .list ul {
  margin: 0 -1.04167vw;
}

#address .list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 4);
  height: 21.14583vw;
  margin-bottom: 2.08333vw;
  padding: 0 1.04167vw;
}

#address .list li .box {
  background-color: #fff;
  padding: 1px 1.04167vw;
  transition: .4s;
  -webkit-transition: .4s;
}

#address .list li .logo {
  display: block;
  width: 4.16667vw;
  margin: 3.125vw auto 0px;
  transition: .4s;
  -webkit-transition: .4s;
}

#address .list li .title {
  font-weight: 500;
  font-size: 1.04167vw;
  color: #000;
  margin-top: 1.30208vw;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1.25vw;
}

#address .list li .time {
  font-weight: 500;
  font-size: 16px;
  color: #999;
  margin-top: 1.45833vw;
}

#address .list li .desc {
  font-weight: 500;
  font-size: 0.83333vw;
  color: #333;
  margin-top: 1.45833vw;
  line-height: 1.5;
}

#address .list li .btn {
  display: block;
  width: 11.45833vw;
  height: 2.70833vw;
  border: 1px solid #00b41f;
  margin: 4.0625vw auto 0px;
  font-weight: 500;
  font-size: 0.83333vw;
  color: #00b13b;
  line-height: 2.70833vw;
  text-align: center;
  transition: .4s;
  -webkit-transition: .4s;
}

#address .list li .btn:hover {
  background-color: #00b41f;
  color: #fff;
  letter-spacing: 2px;
}

#address .list li:hover .box {
  transform: translateY(-20px);
}

#address .list li:hover .logo {
  transform: rotate(10deg);
}

#process {
  padding: 5.20833vw 10.5%;
}

#process li .box {
  transition: .4s;
  -webkit-transition: .4s;
}

#process li .title {
  font-weight: 500;
  font-size: 1.25vw;
  color: #000;
}

#process li .icon {
  width: 3.33333vw;
  height: 3.33333vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-right: 0.9375vw;
  transition: .4s;
  -webkit-transition: .4s;
}

#process li .desc {
  max-width: 11.66667vw;
  font-weight: 500;
  font-size: 0.83333vw;
  color: #999;
  margin-top: 0.83333vw;
  line-height: 1.5;
}

#process li:nth-child(1) .icon {
  background-image: url(../img/bottom-icon-1.png);
}

#process li:nth-child(2) .icon {
  background-image: url(../img/bottom-icon-2.png);
}

#process li:nth-child(3) .icon {
  background-image: url(../img/bottom-icon-3.png);
}

#process li:nth-child(4) .icon {
  background-image: url(../img/bottom-icon-4.png);
}

#process li:hover .box {
  transform: translateY(-20px);
}

#process li:hover .icon {
  transform: rotate(-10deg);
}

/*首页*/
/*内页*/
.page-banner {
  height: 31.25vw;
}

.page-banner .title {
  font-weight: bold;
  font-size: 3.02083vw;
  color: #fff;
  letter-spacing: 10px;
  text-align: center;
  position: absolute;
  top: 8.125vw;
  left: 0;
  z-index: 10;
}

.page-content {
  background: url(../img/content-bg-2.png) center top/cover no-repeat;
  background-attachment: fixed;
  padding: 5.20833vw 14%;
}

.page-content .top-title {
  margin-bottom: 2.60417vw;
}

.page-content .top-title span {
  font-weight: 600;
  font-size: 1.97917vw;
  color: #000;
}

.page-content .top-title span em {
  font-size: 1.45833vw;
}

.page-content .top-title i {
  height: 1px;
  background-color: #e1e1e1;
  margin-left: 1.25vw;
  margin-top: 0.83333vw;
}

.page-content .list ul {
  margin: 0 -1.04167vw;
}

.page-content .list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: calc(100% / 4);
  height: 21.14583vw;
  margin-bottom: 2.08333vw;
  padding: 0 1.04167vw;
}

.page-content .list li .box {
  background-color: #fff;
  padding: 1px 1.04167vw;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-content .list li .logo {
  display: block;
  width: 4.16667vw;
  margin: 3.125vw auto 0px;
  transition: .4s;
  -webkit-transition: .4s;
}

.page-content .list li .title {
  font-weight: 500;
  font-size: 1.04167vw;
  color: #000;
  margin-top: 1.30208vw;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1.25vw;
}

.page-content .list li .time {
  font-weight: 500;
  font-size: 16px;
  color: #999;
  margin-top: 1.45833vw;
}

.page-content .list li .desc {
  font-weight: 500;
  font-size: 0.83333vw;
  color: #333;
  margin-top: 1.45833vw;
  line-height: 1.5;
}

.page-content .list li:hover .box {
  transform: translateY(-20px);
}

.page-content .list li:hover .logo {
  transform: rotate(10deg);
}

.download {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: url(../img/download.jpg) center center/100% 100% no-repeat;
}

.download .btn {
  width: 82.4vw;
  line-height: 13.86667vw;
  border-radius: 50px;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 500;
  font-size: 5.33333vw;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  z-index: 100;
  margin: auto;
}

/*内页*/
/*底部*/
#footer {
  padding: 6.25vw 17% 1.77083vw;
}

#footer .left .title {
  line-height: 1.5625vw;
  font-weight: 500;
  font-size: 1.25vw;
  color: #fff;
  background: url(../img/phone-icon.png) left center/1.25vw 1.25vw no-repeat;
  padding-left: 1.5625vw;
  margin-bottom: 1.25vw;
}

#footer .left .desc {
  font-weight: 500;
  font-size: 0.9375vw;
  color: #fff;
  margin-bottom: 1.5625vw;
}

#footer .left .tel {
  font-weight: 500;
  font-size: 2.39583vw;
  color: #fff;
}

#footer .right {
  text-align: center;
}

#footer .right .code {
  width: 10.41667vw;
}

#footer .right .desc {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-top: 1.45833vw;
}

#footer .copyRight {
  text-align: center;
  font-weight: 400;
  font-size: 0.72917vw;
  color: #fff;
  margin-top: 4.375vw;
}

#footer .copyRight a {
  color: inherit;
}

/*底部*/
