@charset "UTF-8";
.banner {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  height: auto;
}

.nav {
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 28px;
  width: 100%;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(175, 175, 175, 0.8);
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  justify-content: space-between;
}

.nav .logo {
  display: flex;
  align-items: center;
  width: 350px;
}

.nav .logo img {
  width: 100%;
}

.nav .menu {
  width: 65%;
}

.nav .menu ul {
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
  justify-content: space-between;
}

.nav a:hover {
  color: #fff;
}

.nav a {
  color: rgb(30, 82, 146);
}

/** 关于我们 **/
.about {
  background-color: #3e4246;
  padding: 40px 100px;
  box-sizing: border-box;
  font-size: 24px;
  color: #fff;
}

.about .title {
  font-size: 40px;
}

.about .content {
  margin-top: 20px;
}

.about .content p {
  padding: 10px 0;
}

.other {
  padding: 0 100px;
  height: 120px;
  box-sizing: border-box;
  background-color: #459dd1;
  display: flex;
}
.other .item {
  width: 25%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.other .item .number {
  font-size: 30px;
}
.other .item p {
  font-size: 18px;
}

.language {
  color: #fff;
  display: flex;
}

.business {
  margin-top: 80px;
  padding: 0 20px;
  box-sizing: border-box;
}
.business .title {
  margin: 0 30px;
  position: relative;
}
.business .title .line {
  width: 100%;
  height: 2px;
  background-color: #000;
}
.business .title h2 {
  font-size: 28px;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  width: 260px;
  text-align: center;
  margin: auto;
  background-color: #fff;
}
.business .list-warp {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  margin: 35px 0;
  box-sizing: border-box;
}
.business .list-warp .line {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.business .list-warp .line .item {
  width: 30%;
  position: relative;
  overflow: hidden;
}
.business .list-warp .line .item:hover img {
  scale: 1.1;
}
.business .list-warp .line .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.business .list-warp .line .item p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  font-size: 35px;
}

.core-adventages {
  margin-top: 80px;
  padding: 0 20px;
  box-sizing: border-box;
}
.core-adventages .title {
  margin: 0 30px;
  position: relative;
}
.core-adventages .title .line {
  width: 100%;
  height: 2px;
  background-color: #000;
}
.core-adventages .title h2 {
  font-size: 28px;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  width: 260px;
  text-align: center;
  margin: auto;
  background-color: #fff;
}
.core-adventages .list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  box-sizing: border-box;
  padding: 0 60px;
}
.core-adventages .list .item {
  width: 25%;
  text-align: center;
}
.core-adventages .list .item img {
  width: 80px;
  display: block;
  padding-bottom: 10px;
  margin: 0 auto;
}
.core-adventages .list .item p {
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  line-height: 2.5;
}

.footer {
  background-color: #06376a;
}
.footer .page-site {
  padding: 40px 50px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}
.footer h2 {
  color: #fff;
  font-size: 32px;
}
.footer .copyright {
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-direction: row;
}
.footer .copyright .left {
  line-height: 2.2;
  margin-right: 10px;
}
.footer .copyright .address {
  text-align: right;
}
.footer .copyright .qrcode {
  padding: 20px 0;
  display: flex;
  justify-content: space-around;
}
.footer .copyright .qrcode img {
  margin: 0 auto;
  display: block;
}
.footer .copyright .qrcode .item {
  padding: 0 8px;
}
.footer .copyright .qrcode p {
  text-align: center;
}

/*# sourceMappingURL=base.css.map */
