#app {
  margin: auto;
  min-width: 1400px;
  height: auto;
  font-family: Source Han Sans CN;
  caret-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
#app .right-tool1 {
  position: fixed;
  width: 10px;
  height: 100px;
  right: 50px;
  top: 50%;
  margin-top: -50px;
}
#app .right-tool1 div {
  width: 10px;
  height: 10px;
  margin-top: 10px;
  box-sizing: border-box;
  border: 1px solid #000000;
  cursor: pointer;
}
#app .right-tool1 .active {
  background: #00A8A2;
  border: 0px;
}
#app .right-tool2 {
  position: fixed;
  width: 44px;
  right: 100px;
  bottom: 100px;
}
#app .right-tool2 div {
  width: 44px;
  height: 44px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}
#app .right-tool2 div img {
  width: 100%;
  height: 100%;
}
#app .right-tool2 div.tell:hover .phone-num {
  display: block;
}
#app .right-tool2 div.wx-code:hover .wx-code {
  display: block;
}
#app .right-tool2 div .phone-num {
  display: none;
  position: absolute;
  left: -160px;
  top: -7px;
  width: 150px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: DIN;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
}
#app .right-tool2 div .wx-code {
  display: none;
  position: absolute;
  left: -120px;
  top: -21px;
  width: 110px;
  height: 110px;
}
#app .home-title {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  z-index: 99999;
}
#app .home-title .title-box {
  width: 1400px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .home-title .logo2 {
  background-image: url("../assets/logo_2.png");
}
#app .home-title a {
  width: 124px;
  height: 40px;
  background-image: url("../assets/logo.png");
  background-size: 100% 100%;
  overflow: hidden;
  text-indent: -9999px;
}
#app .home-title .nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#app .home-title .nav .nav-item {
  position: relative;
  width: 120px;
  height: 56px;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: regular;
  cursor: pointer;
}
#app .home-title .nav .nav-item.active {
  color: #00A8A2;
  font-weight: medium;
}
#app .home-title .nav .nav-item.active::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #00A8A2;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -20px;
}
#app .content {
  width: 100%;
  height: 100vh;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#app .content .box {
  width: 1400px;
  height: 100%;
  margin: auto;
  position: relative;
}
#app .content0 {
  background-image: url("../assets/banner.png");
}
#app .content0 .title-box {
  position: absolute;
  top: 50%;
  margin-top: -50px;
}
#app .content0 .title {
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 56px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
}
#app .content0 .en-title {
  color: rgba(255, 255, 255, 0.2980392157);
  font-family: Source Han Sans CN;
  font-weight: regular;
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: 0px;
  text-align: left;
}
#app .content0 .center-mouse {
  position: absolute;
  width: 40px;
  left: 50%;
  bottom: 5%;
  margin-left: -20px;
  font-family: Source Han Sans CN;
  font-weight: medium;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(255, 255, 255, 0.2980392157);
  opacity: 0.7;
}
#app .content0 .center-mouse img {
  width: 40px;
  height: 40px;
}
#app .content1 {
  background-image: url("../assets/banner2.png");
}
#app .content1 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .content1 .box .left-con {
  width: 480px;
  height: 460px;
}
#app .content1 .box .left-con h3 {
  color: #9E9E9E;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0px;
  margin: 20px 0;
}
#app .content1 .box .left-con h2 {
  color: #00A8A2;
  font-family: Source Han Sans CN;
  font-weight: medium;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
}
#app .content1 .box .left-con p {
  color: rgba(0, 0, 0, 0.8);
  font-family: Source Han Sans CN;
  font-weight: regular;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: newspaper;
  word-break: break-all;
}
#app .content1 .box .right-con {
  width: 850px;
  height: 460px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .content1 .box .right-con .right-item {
  width: 270px;
  height: 460px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
#app .content1 .box .right-con .right-item:hover {
  background: #00A8A2;
}
#app .content1 .box .right-con .right-item:hover h5 {
  color: #fff;
}
#app .content1 .box .right-con .right-item:hover p {
  color: #fff;
}
#app .content1 .box .right-con .right-item:hover .img1 {
  background-image: url(../assets/about_icon1-1.png);
  background-size: 100% 100%;
}
#app .content1 .box .right-con .right-item:hover .img2 {
  background-image: url(../assets/about_icon2-2.png);
  background-size: 100% 100%;
}
#app .content1 .box .right-con .right-item:hover .img3 {
  background-image: url(../assets/about_icon3-3.png);
  background-size: 100% 100%;
}
#app .content1 .box .right-con .right-item .img {
  width: 88px;
  height: 80px;
  margin-top: 80px;
}
#app .content1 .box .right-con .right-item .img1 {
  background-image: url(../assets/about_icon1.png);
  background-size: 100% 100%;
}
#app .content1 .box .right-con .right-item .img2 {
  background-image: url(../assets/about_icon2.png);
  background-size: 100% 100%;
}
#app .content1 .box .right-con .right-item .img3 {
  background-image: url(../assets/about_icon3.png);
  background-size: 100% 100%;
}
#app .content1 .box .right-con .right-item h5 {
  color: #222222;
  font-family: Source Han Sans CN;
  font-weight: medium;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
}
#app .content1 .box .right-con .right-item p {
  height: 34px;
  color: #707070;
  font-family: Source Han Sans CN;
  font-weight: regular;
  font-size: 16px;
  line-height: 2.01;
  letter-spacing: 0px;
  text-align: center;
  margin: 0;
}
#app .content2 {
  background-image: url("../assets/banner3.png");
}
#app .content2 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .content2 .box .left-con {
  width: 406px;
  height: 634px;
}
#app .content2 .box .left-con h3 {
  color: #9E9E9E;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0px;
  margin: 20px 0;
}
#app .content2 .box .left-con h2 {
  color: #00A8A2;
  font-family: Source Han Sans CN;
  font-weight: medium;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
}
#app .content2 .box .left-con .left-center {
  width: 406px;
  height: 201px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
#app .content2 .box .left-con .left-center::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #161A1D 0%, #FFFFFF 50%, #13171A 100%);
  top: 100px;
}
#app .content2 .box .left-con .left-center::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: linear-gradient(0deg, #161A1D 0%, #FFFFFF 50%, #13171A 100%);
  left: 202.5px;
}
#app .content2 .box .left-con .left-center div {
  width: 50%;
  height: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#app .content2 .box .left-con .left-center div p {
  margin: 10px 0;
}
#app .content2 .box .left-con .left-center div .top {
  color: #FFFFFF;
  font-family: DIN;
  font-weight: bold;
  font-size: 32px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}
#app .content2 .box .left-con .left-center div .bottom {
  color: rgba(255, 255, 255, 0.6980392157);
  font-family: Source Han Sans CN;
  font-weight: regular;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}
#app .content2 .box .left-con .left-center div:nth-child(1) {
  justify-content: flex-start;
  align-items: flex-start;
}
#app .content2 .box .left-con .left-center div:nth-child(2) {
  justify-content: flex-start;
  align-items: flex-end;
}
#app .content2 .box .left-con .left-center div:nth-child(3) {
  justify-content: flex-end;
  align-items: flex-start;
}
#app .content2 .box .left-con .left-center div:nth-child(4) {
  justify-content: flex-end;
  align-items: flex-end;
}
#app .content2 .box .left-con .left-bottom {
  width: 406px;
  height: 288px;
  border-radius: 10px;
  background: rgba(32, 33, 36, 0.4980392157);
  box-sizing: border-box;
  padding: 22px;
  margin-top: 7px;
}
#app .content2 .box .left-con .left-bottom p {
  margin: 3px 0;
}
#app .content2 .box .left-con .left-bottom .bottom-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: rgba(255, 255, 255, 0.6980392157);
  font-family: Source Han Sans CN;
  font-weight: regular;
  font-size: 16px;
  line-height: 2.17;
  letter-spacing: 1px;
  text-align: justified;
}
#app .content2 .box .left-con .left-bottom .bottom-item .green {
  color: #00A8A2;
}
#app .content2 .box .right-con {
  width: 925px;
  height: 634px;
  border-radius: 20px;
  background: #FFFFFF;
  overflow: hidden;
}
#app .content2 .box .right-con img {
  width: 100%;
  height: 100%;
}
#app .content3 {
  background-image: url("../assets/banner4.png");
}
#app .content3 .box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#app .content3 .box .top-con {
  width: 100px;
  height: 130px;
}
#app .content3 .box .top-con h3 {
  color: #9E9E9E;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0px;
  margin: 20px 0;
}
#app .content3 .box .top-con h2 {
  color: #00A8A2;
  font-family: Source Han Sans CN;
  font-weight: medium;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
}
#app .content3 .box .bottom-con {
  width: 100%;
  height: 495px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
#app .content3 .box .bottom-con .con-item {
  width: 327px;
  height: 495px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #fff;
  border-top: 5px solid #fff;
  cursor: pointer;
}
#app .content3 .box .bottom-con .con-item:hover {
  border: 2px solid #00A8A2;
  border-top: 5px solid #00A8A2;
}
#app .content3 .box .bottom-con .con-item:hover h5 {
  color: #00A8A2;
}
#app .content3 .box .bottom-con .con-item img {
  width: 220px;
  height: 220px;
  margin-top: 46px;
}
#app .content3 .box .bottom-con .con-item h5 {
  color: #222222;
  font-family: Source Han Sans CN;
  font-weight: medium;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  margin: 10px 0;
}
#app .content3 .box .bottom-con .con-item p {
  color: #707070;
  font-family: Source Han Sans CN;
  font-weight: regular;
  font-size: 16px;
  line-height: 2.01;
  letter-spacing: 0px;
  text-align: center;
  margin: 3px 0;
}
#app .content4 {
  background-image: url("../assets/banner5.png");
}
#app .content4 .box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: calc(100% - 242px);
}
#app .content4 .box .top-con {
  width: 100%;
}
#app .content4 .box .top-con h3 {
  color: #9E9E9E;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0px;
  margin: 20px 0;
  text-align: center;
}
#app .content4 .box .top-con h2 {
  color: #00A8A2;
  font-family: Source Han Sans CN;
  font-weight: medium;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
}
#app .content4 .box .center-box {
  width: 100%;
  margin-top: 20px;
}
#app .content4 .box .center-box .top-partents {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .content4 .box .center-box .top-partents img {
  width: 333px;
  height: 97px;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #D1D7E2;
}
#app .content4 .box .center-box .top-partents img:hover {
  transform: scale(1.2, 1.2);
}
#app .content4 .box .center-box .bottom-partents {
  cursor: pointer;
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .content4 .box .center-box .bottom-partents img {
  width: 266px;
  height: 97px;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #D1D7E2;
}
#app .content4 .box .center-box .bottom-partents img:hover {
  transform: scale(1.2, 1.2);
}
#app .content4 .bottom-box {
  width: 100%;
  height: 242px;
  background: #202125;
}
#app .content4 .bottom-box .inner-box {
  width: 1400px;
  height: calc(100% - 48px);
  margin: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .content4 .bottom-box .inner-box .logo {
  width: 119px;
  height: 157px;
}
#app .content4 .bottom-box .inner-box .logo img {
  width: 100%;
  height: 100%;
}
#app .content4 .bottom-box .inner-box .bottom-center {
  flex: 1;
  margin-left: 20px;
}
#app .content4 .bottom-box .inner-box .bottom-center .center-item {
  color: #666666;
  font-family: Source Han Sans CN;
  font-weight: regular;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: left;
  line-height: 50px;
}
#app .content4 .bottom-box .inner-box .bottom-center .center-item .title {
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  font-weight: medium;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px;
  text-align: left;
}
#app .content4 .bottom-box .inner-box .bottom-center .center-item .line {
  margin: 0 10px;
}
#app .content4 .bottom-box .inner-box .bottom-right {
  width: 427px;
  height: 156px;
  border-radius: 10px;
  background: #1F2126;
  border: 1px solid #000000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
#app .content4 .bottom-box .inner-box .bottom-right .wx-left {
  width: 110px;
  color: #666666;
  font-family: Source Han Sans CN;
  font-weight: regular;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
}
#app .content4 .bottom-box .inner-box .bottom-right .wx-right {
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
}
#app .content4 .bottom-box .inner-box .bottom-right .wx-right .phone {
  color: #666666;
  font-family: Source Han Sans CN;
  font-weight: regular;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px;
  text-align: left;
}
#app .content4 .bottom-box .inner-box .bottom-right .wx-right .phone-num {
  color: #FFFFFF;
  font-family: DIN;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0px;
  text-align: left;
}
#app .content4 .bottom-box .inner-box .bottom-right .wx-right .address {
  color: #666666;
  font-family: Source Han Sans CN;
  font-weight: regular;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px;
  text-align: left;
}
#app .content4 .bottom-box .copyright {
  width: 100%;
  height: 48px;
  background: #18191E;
}
#app .content4 .bottom-box .copyright a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #666666;
  font-family: Source Han Sans CN;
  font-weight: regular;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
}

/*# sourceMappingURL=index.css.map */
