.app-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10010;
}
.app-title h2 {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
.app-title h2 .left-font {
  color: #4460f9;
}
.app-title h2 .left-font.color__white {
  color: #ffffff;
}
.app-title h2 .left-font.color__cyan {
  color: #00d3d3;
}
.app-title h2 .right-font {
  color: #efa806;
}
.app-title h2 .right-font.color__white {
  color: #ffffff;
}
.app-title h2 .right-font.color__cyan {
  color: #00d3d3;
}
.app-btn {
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  background-color: #00a0e9;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
}
.app-btn__shape {
  border: 2px solid #00a0e9;
  color: #00a0e9;
  background-color: transparent;
}
.app-container {
  width: 1200px;
  margin: 0 auto;
}
.d-flex {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.js-fixed__box {	
	position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 10010;
}
.app-header {
  padding: 0px 0;
  line-height: 1.3;
  background: #ffffff;
}
.app-header .app-logo {
  width: 120px;
  overflow: hidden; 
  float: left;
  margin: 0;
  
}

.app-header .app-logo h1 a {
  height: 88px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(/images/logo.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.app-header .app-dec {
  padding: 0 20px 0 20px;
  font-size: 22px;
  color: var(--app-gray);
  flex: 1;
}

.app-header .app-tell {
  margin: 0 20px 0 0;
}
.app-header .app-tell__img {
  width: 30px;
}
.app-header .app-tell__num {
  font-size: 22px;
  color: var(--app-yellow);
  display: inline-block;
  vertical-align: middle;
}
.app-header .app-code {
  max-width: 100px;
}
.app-navbar {
  background-color: var(--app-blue);
  height: var(--app-nav-height);
  line-height: var(--app-nav-height);
}
.app-navbar .nav-list {
  align-items: center;
  height: 100%;
}
.app-navbar .nav-list a {
  color: var(--app-white);
  font-size: 16px;
  display: block;
  padding: 0 62px;
}
.app-navbar .nav-list a:hover {
  opacity: 0.9;
}
.app-navbar__content {
  flex: 1;
  height: 100%;
}
.app-banner {
  max-height: 550px;
  padding-top: 186px;
}
.app-banner__dot {
  position: absolute;
  z-index: 111;
  width: 100%;
  text-align: center;
}
.app-banner__dot .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px;
}
.app-banner__dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.app-body__case {
  min-height: 500px;
  margin-bottom: 25px;
  background: url(../images/case-bg.jpg) no-repeat center center;
  background-size: cover;
}
.app-body__case-in {
  padding: 0px 0 0 0;
}
.app-body__admin {
  min-height: 550px;
  background: url(../images/admin-bg.jpg) no-repeat center center;
  background-size: cover;
}
.app-body__admin-in {
  padding: 0px 0 0 0;
}
.app-body__wish {
  min-height: 550px;
  background: #ffffff;
}
.app-body__wish-in {
  padding: 10px 0 0 0;
  position: relative;
}
.app-body__wish-in::before {
  content: "";
  width: 167px;
  height: 102px;
  background: url(../images/cricle-bg.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 18px;
}
.app-body__cost {
  min-height: 550px;
  margin: 60px 0 0 0;
  background: url(../images/cost.png) no-repeat center center;
  background-size: cover;
}
.app-body__cost-in {
  padding: 0px 0 0 0;
}
.app-body__system {
  min-height: 550px;
  background: #ffffff url(../images/cricle-bg.png) 99% 20px no-repeat;
}
.app-body__system-in {
  padding: 0px 0 0 0;
  position: relative;
}
.app-body__system-in::before {
  content: "";
  width: 300px ;
  height: 260px;
  position: absolute;
  right: -200px;
  top: 50%;
  margin-top: -90px;
  background: url(../images/earth.png) no-repeat center center;
  background-size: contain;
}
.app-body__scheme {
  min-height: 550px;
  background: #ffffff url(../images/scheme.jpg) center center no-repeat;
  background-size: cover;
}
.app-body__scheme-in {
  padding: 0px 0 0 0;
  position: relative;
}
.app-body__lightspot {
  min-height: 550px;
  background: #ffffff url(../images/lightspot.jpg) center bottom no-repeat;
  background-size: 802px 446px;
}
.app-body__lightspot-in {
  padding: 0px 0 0 0;
  position: relative;
}
.app-body__resolve {
  min-height: 550px;
  padding-bottom: 20px;
  background: #ffffff url(../images/resolve.jpg) center center no-repeat;
  background-size: cover;
}
.app-body__resolve-in {
  padding: 0px 0 0 0;
  position: relative;
}
.app-body__integral {
  padding-bottom: 40px;
  background: #ffffff url(../images/cricle-bg.png) 99% 20px no-repeat;
}
.app-body__integral-in {
  padding: 0px 0 0 0;
  position: relative;
}
.case-list {
  flex-wrap: wrap;
  padding: 112px 0 0 0;
}
.case-list .case-item {
  box-sizing: border-box;
  width: 25%;
  margin: 0 0 46px 0;
  height: 84px;
  display: flex;
  align-items: center;
  padding-left: 105px;
  font-size: 18px;
  position: relative;
}
.case-list .case-item .text {
  flex: 1;
  position: absolute;
  top: 26px;
  left: 110px;
  text-align: center;
}
.case-list .case-item.case-item1 {
  background: url(../images/case1.png) no-repeat;
  background-size: contain;
}
.case-list .case-item.case-item2 {
  background: url(../images/case2.png) no-repeat;
  background-size: contain;
}
.case-list .case-item.case-item3 {
  background: url(../images/case3.png) no-repeat;
  background-size: contain;
}
.case-list .case-item.case-item4 {
  background: url(../images/case4.png) no-repeat;
  background-size: contain;
}
.case-list .case-item.case-item5 {
  background: url(../images/case5.png) no-repeat;
  background-size: contain;
}
.case-list .case-item.case-item5 .text {
  top: 15px;
  left: 125px;
}
.case-list .case-item.case-item6 {
  background: url(../images/case6.png) no-repeat;
  background-size: contain;
}
.case-list .case-item.case-item6 .text {
  top: 15px;
  left: 125px;
}
.case-list .case-item.case-item7 {
  background: url(../images/case7.png) no-repeat;
  background-size: contain;
}
.case-list .case-item.case-item7 .text {
  top: 15px;
  left: 125px;
}
.case-list .case-item.case-item8 {
  background: url(../images/case8.png) no-repeat;
  background-size: contain;
}
.case-list .case-item.case-item8 .text {
  text-align: center;
  top: 15px;
  left: 125px;
}
.admin-list {
  padding: 0px 0 0 0;
}
.admin-list .admin__item-title {
  width: 60px;
  font-size: 48px;
  color: #fff799;
}
.admin-list .admin-dec {
  width: 150px;
  text-align: center;
  font-size: 30px;
  color: #fff799;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.admin-list .admni-item__content {
  position: relative;
}
.admin-list .admni-item__content .text {
  position: absolute;
  top: 0;
  left: 80px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 1.5;
  color: #19acdb;
}
.admin-list .admni-item__content.right .text {
  left: 150px;
}
.wish-list {
  flex-wrap: wrap;
  padding: 10px 0 0 0;
}
.wish-list .wish-item {
  width: 33.333%;
  text-align: center;
  margin-bottom: 20px;
}
.wish-list .wish-item .icon {
  width: 83px;
  height: 83px;
  margin: 0 auto 15px;
}
.wish-list .wish-item h3 {
  font-size: 22px;
  color: #4460f9;
  margin-bottom: 10px;
}
.wish-list .wish-item p {
  font-size: 16px;
  color: #707070;
}
.app-body__cost .app-text {
  margin: 0px 0 0 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}
.app-body__cost .app-text label {
  color: #efa806;
}
.app-body__cost .app-image {
  margin: 15px 0;
}
.system-list {
  justify-content: center;
}
.system-list .system-item {
  width: 50%;
  padding: 30px;
}
.system-list .system-item__content {
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}
.system-list .system-item__content-title {
  line-height: 60px;
  text-align: center;
  font-size: 32px;
  color: #fff;
}
.system-list .system-item__content-title.bg-yellow {
  background-color: #f8b551;
}
.system-list .system-item__content-title.bg-blue {
  background-color: #00a0e9;
}
.system-list .system-item__content-body {
  padding: 20px 20px 20px 50px;
  font-size: #535353;
  font-size: 26px;
  line-height: 40px;
}
.scheme-list {
  margin: 0px -30px 0 0;
  overflow: hidden;
}
.scheme-list .scheme-item {
  width: 370px;
  float: left;
  margin: 0 30px 30px  0;
  background-color: var(--app-white);
  border-radius: 10px;
  overflow: hidden;
  height: 323px;
  padding-bottom: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.26);
}
.scheme-list .scheme-item__title {
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 32px;
}
.scheme-list .scheme-item__title.bg-cyan {
  background-color: #7ecef4;
}
.scheme-list .scheme-item__title.bg-yellow {
  background-color: #f8b551;
}
.scheme-list .scheme-item__title.bg-pink {
  background-color: #aa89bd;
}
.scheme-list .scheme-item__body {
  padding: 10px 20px;
  text-align: justify;
  color: #535353;
  line-height: 30px;
  font-size: 20px;
  height: 204px;
  overflow: hidden;
}
.scheme-list .scheme-item__footer {
  text-align: center;
}
.light-list {
  margin-top: 40px;
  margin-right: -30px;
  display: flex;
  flex-wrap: wrap;
}
.light-list .light-item {
  position: relative;
  width: 570px;
  margin: 0 30px 30px 0;
  background: #ffffff;
  border-radius: 60px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  min-height: 112px;
  display: flex;
  align-items: center;
  padding: 0 10px 0 160px;
  box-sizing: border-box;
  line-height: 26px;
  font-size: 18px;
  color: #313131;
}
.light-list .light-item__label {
  position: absolute;
  left: 0;
  top: -15px;
  width: 140px;
  height: 100px;
  font-size: 50px;
  line-height: 100px;
  text-align: center;
}
.light-list .light-item:nth-child(1) .light-item__label {
  background: #cda8ce;
  color: #ffffff;
}
.light-list .light-item:nth-child(2) .light-item__label {
  background: #80a6d8;
  color: #ffffff;
}
.light-list .light-item:nth-child(3) .light-item__label {
  background: #33b3cc;
  color: #ffffff;
}
.light-list .light-item:nth-child(4) .light-item__label {
  background: #f7cd6c;
  color: #ffffff;
}
.resolve-list {
  margin: 0px 0 0 0;
}
.resolve-list .resolve-item {
  background: rgba(0, 255, 255, 0.5);
  color: #00479d;
  align-items: flex-start;
  padding: 12px;
  font-size: 24px;
  line-height: 1.4;
}
.resolve-list .resolve-item:nth-child(2n+1) {
  background: rgba(0, 255, 255, 0.3);
  color: #ffffff;
}
.resolve-list .resolve-item__body {
  flex: 1;
}
.integral-list {
  margin: 0px 0 0 0;
  flex-wrap: wrap;
}
.integral-list .integral-item {
  width: 20%;
  box-sizing: border-box;
  padding: 15px;
}
.integral-list .integral-item__in {
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(58, 7, 204, 0.29);
  overflow: hidden;
  color: #7d7d7d;
  height: 213px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.integral-list .integral-item__in h3 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 7px;
}
.integral-list .integral-item__in p {
  font-size: 18px;
  text-align: justify;
}
.integral-list .integral-item__in.jf1 {
  background: url(../images/jf1.png) no-repeat;
  background-size: contain;
}
.integral-list .integral-item__in.jf2 {
  background: url(../images/jf2.png) no-repeat;
  background-size: contain;
}
.integral-list .integral-item__in.jf3 {
  background: url(../images/jf3.png) no-repeat;
  background-size: contain;
}
.integral-list .integral-item__in.jf4 {
  background: url(../images/jf4.png) no-repeat;
  background-size: contain;
}
.integral-list .integral-item__in.jf5 {
  background: url(../images/jf5.png) no-repeat;
  background-size: contain;
}
.app-header__mobile {
  display: none;
}
.process-list {
  overflow: hidden;
  margin-right: -60px;
}
.process-list .process-item {
  float: left;
  margin-right: 60px;
}
.process-list .process-item__in {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 140px;
  height: 100px;
  background-color: #f6b37f;
  font-size: 30px;
  line-height: 1.2;
  border-radius: 10px;
}
.process-list .process-item__in::before {
  width: 50px;
  position: absolute;
  content: "";
  background: url(../images/arrow.png) no-repeat;
  background-size: contain;
  height: 55px;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.process-list .process-item p {
  color: #f6b37f;
  font-size: 20px;
  line-height: 36px;
  width: 100%;
  height: 36px;
  text-align: center;
}
.process-list .process-item.last {
  margin-right: 0;
}
.process-list .process-item.last .process-item__in::before {
  display: none;
}
@media (max-width: 579px) {
  .process-list {
    margin: 0;
  }
  .process-list .process-item {
    margin: 0 2vw 2vw 0;
    width: calc(50% - 2vw);
  }
  .process-list .process-item__in {
    width: 100%;
    font-size: 4.8vw;
    height: 13.3333vw;
  }
  .process-list .process-item p {
    font-size: 4.8vw;
  }
  .process-list .process-item__in::before {
    display: none;
  }
  .app-container {
    width: 100%;
    padding: 0 1.333vw;
    box-sizing: border-box;
  }
  .app-header__mobile {
    display: flex;
    align-items: center;
    background: var(--app-blue);
    height: 13.333vw;
    width: 100%;
    position: fixed;
    z-index: 1011;
    overflow: hidden;
    top: 0;
    left: 0;
    justify-content: space-between;
    padding: 0 2.667vw;
    box-sizing: border-box;
  }
  .app-header__mobile .app-mobie__menu {
    width: 8vw;
    height: 8vw;
    background: url(../images/menu.png) no-repeat center center;
    background-size: contain;
  }
  .app-header__mobile h1 {
    color: #ffffff;
    font-size: 4.2667vw;
  }
  .app-header__mobile .app-logo {
    width: 13.3333vw;
  }
  .app-header__mobile .app-dec {
    font-size: 3.4667vw;
    color: #ffffff;
    flex: 1;
    padding: 0 0 0 2vw;
  }
  .app-header {
    display: none;
  }
  body {
    padding-top: 13.333vw;
  }
  .app-navbar {
    display: none;
    top: 13.333vw;
    position: fixed;
    z-index: 1011;
    height: auto;
  }
  .app-navbar .nav-list {
    flex-wrap: wrap;
  }
  .app-navbar .nav-list .nav-item {
    width: 100%;
  }
  .app-navbar .nav-list .nav-item a {
    padding: 0 4vw;
    font-size: 4.267vw;
  }
  .scheme-list .scheme-item__title {
    line-height: 10.6667vw;
    font-size: 4.2667vw;
  }
  .scheme-list .scheme-item__body {
    font-size: 3.7333vw;
    height: auto;
  }
  .scheme-list .scheme-item {
    height: auto;
  }
  .app-title h2 {
    font-size: 6.6667vw;
    line-height: 1.5;
  }
  .app-banner__dot .swiper-pagination-bullet {
    width: 2.6667vw;
    height: 2.6667vw;
  }
  .app-body__system-in::before {
    display: none;
  }
  .scheme-list {
    margin: 8vw 0 0 0;
  }
  .system-list {
    flex-wrap: wrap;
  }
  .system-list .system-item {
    width: 100%;
    padding: 2vw;
  }
  .app-body__case {
    background: #ffffff;
    min-height: auto;
    margin-bottom: 8vw;
  }
  .case-list {
    padding: 8vw 0 0 0;
    justify-content: space-between;
  }
  .case-list .case-item {
    width: calc(50% - 1vw);
    padding-left: 0;
    padding: 8vw 0;
    height: auto;
    border-radius: 1.3333vw;
    margin: 0 0 2vw 0;
    text-align: center;
    font-size: 4.2667vw;
  }
  .case-list .case-item.case-item1,
  .case-list .case-item.case-item2,
  .case-list .case-item.case-item3,
  .case-list .case-item.case-item4,
  .case-list .case-item.case-item5,
  .case-list .case-item.case-item6,
  .case-list .case-item.case-item7,
  .case-list .case-item.case-item8 {
    background: #16fdfa;
  }
  .case-list .case-item.case-item1 .text,
  .case-list .case-item.case-item2 .text,
  .case-list .case-item.case-item3 .text,
  .case-list .case-item.case-item4 .text,
  .case-list .case-item.case-item5 .text,
  .case-list .case-item.case-item6 .text,
  .case-list .case-item.case-item7 .text,
  .case-list .case-item.case-item8 .text {
    text-align: center;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .app-body__case-in {
    padding-top: 8vw;
  }
  .app-body__admin {
    min-height: auto;
  }
  .app-body__admin-in {
    padding: 8vw 0 0 0;
  }
  .admin-list {
    padding: 4vw 0;
    flex-wrap: wrap;
  }
  .admin-list .admin-item {
    width: 100%;
    flex-direction: column;
    margin-top: 4vw ;
  }
  .admin-list .admin__item-title {
    width: 100%;
    text-align: center;
    font-size: 6.4vw;
    padding: 2.667vw 0;
  }
  .admin-list .admin-dec {
    display: none;
  }
  .app-body__wish {
    min-height: auto;
  }
  .app-body__wish-in {
    padding-top: 8vw;
  }
  .app-body__wish-in::before {
    display: none;
  }
  .wish-list {
    padding: 8vw 0 0 0;
  }
  .wish-list .wish-item {
    width: 50%;
    padding: 2vw;
    box-sizing: border-box;
  }
  .wish-list .wish-item h3 {
    font-size: 4vw;
  }
  .wish-list .wish-item p {
    font-size: 3.733vw;
    height: 8vw;
  }
  .wish-list .wish-item .icon {
    width: 13.3333vw;
    height: 13.3333vw;
  }
  .app-body__cost {
    margin: 0;
    padding: 8vw 2vw 4vw ;
  }
  .app-body__cost-in {
    padding: 8vw 0 0 0;
  }
  .app-body__cost .app-text {
    font-size: 4.2667vw;
  }
  .app-body__system-in {
    padding: 8vw 2vw;
  }
  .app-body__system {
    background: #ffffff;
  }
  .system-list .system-item__content-title {
    line-height: 10.6667vw;
    font-size: 4.8vw;
  }
  .system-list .system-item__content-body {
    padding: 2.6667vw 2.6667vw 2.6667vw 6.6667vw;
    font-size: 4vw;
  }
  .app-body__scheme-in {
    padding: 8vw 2vw ;
  }
  .scheme-list .scheme-item {
    width: 100%;
    margin: 0 auto 2vw;
  }
  .app-body__lightspot-in {
    padding: 8vw 2vw  0;
  }
  .light-list {
    margin: 10.1333vw 0 0 0;
  }
  .light-list .light-item__label {
    width: 18.6667vw;
    height: 13.3333vw;
    line-height: 13.3333vw;
    font-size: 6.6667vw;
  }
  .light-list .light-item {
    min-height: 26.6667vw;
    width: 100%;
    margin: 0 0 8vw 0;
    font-size: 3.4667vw;
    padding-left: 20vw;
    border-radius: 1.3333vw;
  }
  .app-body__resolve-in {
    padding: 8vw 2vw;
  }
  .resolve-list .resolve-item {
    flex-direction: column;
    font-size: 4vw;
  }
  .app-body__integral-in {
    padding: 8vw 2vw;
  }
  .integral-list {
    margin: 8vw 0 0 0;
    flex-wrap: wrap;
  }
  .integral-list .integral-item {
    width: 50%;
  }
  .news_c .hd {
    width: 100%;
  }
  .news_c .bd {
    height: auto;
  }
  .news_r {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .news_r ul li {
    height: auto;
  }
  .news_r ul li a {
    display: block;
    overflow: hidden;
    display: flex;
  }
  .news_c .hd ul {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    padding: 0 2vw;
    display: flex;
    align-items: center;
  }
  .news_l .news_font .title_news span,
  .news_r ul li .detailed_r .news_nr,
  .news_r ul li .detailed_r .title_n .title_det {
    width: 100%;
  }
  .news_l .news_font {
    padding: 14px 0 0 0;
  }
  .news_l .news_font,
  .news_l {
    height: auto;
  }
  .news_l .news_font,
  .news_l .news_pic {
    width: 100%;
    height: auto;
  }
  .news_r ul li .detailed_r {
    flex: 1;
    width: auto;
    margin: 0;
  }
  .news_c .hd ul li {
    width: 48%;
  }
  .news_r ul li .time_l {
    width: 20vw;
    display: none;
  }
  .news_r ul li .detailed_r .title_n .more_yr {
    display: none;
  }
  .news_r ul li .time_l .day_n,
  .news_r ul li .time_l .ym {
    width: 100%;
  }
  .news_l {
    width: 100%;
  }
  .footer {
    height: auto;
    padding: 2vw;
    box-sizing: border-box;
  }
  .footer .item {
    width: 100%;
  }
  .footer .item_c a {
    width: 33.33%;
  }
  .footer .footer_wd {
    width: 100%;
    overflow: hidden;
  }
  .footer_w img {
    display: none;
  }
  .footer .contact_f {
    width: 100%;
    margin: 0;
  }
  .footer_w {
    width: 100%;
  }
  .footer .footer_r {
    width: 100%;
    display: none;
  }
  .copyright {
    height: auto;
    line-height: 1.4;
    padding: 2vw;
  }
  .admin-list .admni-item__content .text {
    font-size: 4.8vw;
    left: 20vw;
    width: auto;
  }
  .admin-list .admni-item__content.right .text {
    left: 33.3333vw;
    font-size: 4.8vw;
  }
  .integral-list .integral-item__in {
    height: 40vw;
  }
  .integral-list .integral-item__in h3 {
    font-size: 4.8vw;
    margin: 0 0 2vw 0;
  }
  .integral-list .integral-item__in p {
    font-size: 3.7333vw;
  }
}
