.page {
  background-color: rgb(255, 255, 255);
  position: relative;
  min-width: 1200px;
}

@media (max-width: 800px) {
  .page {
    min-width: 300px;
    width: 100%;
  }
}
.section-header {
  width: 100%;
  min-width: 1200px;
  height: 100vh;
  background: url("../image/index/header.jpg") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.section-header .box-header {
  padding: 20px 0 0 111px;
  position: relative;
}
.section-header .box-header .image-dj {
  width: 88px;
  height: 38px;
  margin-top: -7px;
}
.section-header .box-header ul {
  display: flex;
  margin-left: 45px;
}
.section-header .box-header ul li {
  margin-right: 30px;
  padding-bottom: 10px;
  list-style-type: none;
  font-size: 16px;
  color: #EEEDF1;
  line-height: 30px;
  text-align: justify;
  font-style: normal;
  text-transform: none;
}
.section-header .box-header ul li.active, .section-header .box-header ul li:hover {
  color: #FFFFFF;
  border-bottom: 4px solid rgb(230, 0, 12);
}
.section-header .box-header .box-contact {
  width: 360px;
  height: 30px;
  position: absolute;
  right: 0;
}
.section-header .box-header .box-contact .icon-phone {
  margin-top: 5px;
  margin-right: 3px;
  width: 22px;
  height: 22px;
}
.section-header .box-header .box-contact .sign-icon {
  width: 20px;
  height: 20px;
  margin-top: -8px;
  margin-left: 3px;
}
.section-header .box-header .box-contact .contact-text {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: left;
}
.section-header .box-header .box-contact .box-apply {
  width: 90px;
  height: 35px;
  margin-top: -5px;
  margin-left: 30px;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  font-style: normal;
  text-transform: none;
  border-radius: 20px;
}
.section-header .fixed.active {
  box-shadow: 0 6px 10px 0 rgba(184, 189, 196, 0.59);
}
.section-header .fixed.active .box-header {
  height: 64px;
  padding: 20px 0 0 111px;
  position: relative;
  background-color: #FFFFFF;
}
.section-header .fixed.active .box-header .image-dj {
  width: 88px;
  height: 38px;
  margin-top: -7px;
}
.section-header .fixed.active .box-header ul {
  display: flex;
  margin-left: 30px;
}
.section-header .fixed.active .box-header ul li {
  margin-right: 30px;
  padding-bottom: 10px;
  list-style-type: none;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  text-align: justify;
  font-style: normal;
  text-transform: none;
}
.section-header .fixed.active .box-header ul li.active, .section-header .fixed.active .box-header ul li:hover {
  border-bottom: 4px solid rgb(230, 0, 12);
}
.section-header .fixed.active .box-header .box-contact {
  width: 360px;
  height: 30px;
  position: absolute;
  right: 0;
}
.section-header .fixed.active .box-header .box-contact .icon-phone {
  margin-top: 5px;
  margin-right: 3px;
  width: 22px;
  height: 22px;
}
.section-header .fixed.active .box-header .box-contact .contact-text {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  height: 28px;
  font-style: normal;
  text-transform: none;
}
.section-header .fixed.active .box-header .box-contact .box-apply {
  width: 90px;
  height: 35px;
  margin-top: -5px;
  margin-left: 30px;
  font-size: 14px;
  color: #E60012;
  line-height: 35px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  border: 1px solid #E60012;
  border-radius: 20px;
}
.section-header .box-content {
  position: absolute;
  top: calc(40% - 100px);
  left: 240px;
}
.section-header .box-content .contact-text {
  font-weight: 500;
  font-size: 40px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-header .box-content .contact-remark {
  margin-top: 50px;
  height: 80px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 35px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-header .box-content .box-search {
  height: 46px;
  margin-top: 50px;
}
.section-header .box-content .box-search .search-warp {
  border-radius: 4px;
}
.section-header .box-content .box-search .search-input {
  width: 350px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px 8px 8px 8px;
}
.section-header .box-content .box-search .search-input .search-text {
  width: 140px;
  height: 40px;
  margin-left: 13px;
  overflow-wrap: break-word;
  color: rgb(255, 255, 255);
  color: black;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 40px;
  border: none;
  outline: none;
}
.section-header .box-content .box-search .search-input .search-button {
  width: 96px;
  height: 42px;
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: 400;
  font-size: 16px;
  color: #E60012;
  line-height: 42px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  background-color: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}
.section-header .box-content .box-search .search-input .search-button:hover {
  animation: buttonColorChange 0.4s ease forwards;
}
.section-header .box-content .box-search .search-button2 {
  width: 96px;
  height: 46px;
  margin-left: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  background: #E60012;
  border-radius: 8px 8px 8px 8px;
}

@media screen and (orientation: portrait) {
  .section-header {
    height: 600px;
  }
}
.section-scheme {
  width: 100%;
  min-width: 1200px;
}
.section-scheme .swiper {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 445px;
  margin-top: 50px;
}
.section-scheme .swiper .swiper-wrapper {
  margin-top: 45px;
  height: 400px;
}
.section-scheme .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 400px;
}
.section-scheme .swiper .swiper-wrapper .swiper-slide .slide-wrapper {
  position: absolute;
  left: 200px;
  top: 90px;
}
.section-scheme .swiper .swiper-wrapper .swiper-slide .slide-wrapper .slide-title {
  height: 34px;
  font-size: 30px;
  color: #333333;
  line-height: 34px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-scheme .swiper .swiper-wrapper .swiper-slide .slide-wrapper .slide-remark {
  height: 24px;
  margin-top: 16px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-scheme .swiper .swiper-wrapper .swiper-slide .slide-wrapper .slide-text {
  width: 460px;
  margin-top: 10px;
  padding: 20px 10px 20px 20px;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 2px 2px 2px 2px;
}
.section-scheme .swiper .swiper-wrapper .swiper-slide .slide-wrapper .slide-button {
  margin-top: 18px;
}
.section-scheme .swiper .swiper-wrapper .swiper-slide .slide-wrapper .slide-button .button-introduce {
  width: 90px;
  height: 30px;
  padding-left: 15px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(90deg, #E31924 0%, #E5732D 100%);
  border-radius: 6px 6px 6px 6px;
}
.section-scheme .swiper .swiper-wrapper .swiper-slide .slide-wrapper .slide-button .button-introduce img {
  width: 6px;
  height: 9px;
  margin-left: 10px;
}
.section-scheme .swiper .swiper-wrapper .swiper-slide .slide-wrapper .slide-button .button-understand {
  width: 90px;
  height: 30px;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 12px;
  color: #666666;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #D8D8D8;
}
.section-scheme .swiper .swiper-wrapper .swiper-slide .slide-wrapper .slide-button .button-understand:hover {
  animation: buttonColorChange 0.4s ease forwards;
}
.section-scheme .swiper .swiper-wrapper .swiper-slide .slide-wrapper .slide-button .button-understand img {
  width: 6px;
  height: 9px;
  margin-left: 10px;
}
.section-scheme .swiper .swiper-pagination {
  min-width: 1020px;
  height: 60px;
  padding: 0 10%;
  display: flex;
  background-color: #FAFAFA;
  position: absolute;
  top: 0;
  left: 0;
}
.section-scheme .swiper .swiper-pagination .swiper-pagination-customs {
  flex: 1;
  /*width: 80px;*/
  height: 60px;
  font-size: 16px;
  color: #666666;
  line-height: 60px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.section-scheme .swiper .swiper-pagination .swiper-pagination-customs:hover {
  color: #ffffff;
  background: #e60012;
  font-weight: 700;
}
.section-scheme .swiper .swiper-pagination .swiper-pagination-active {
  /*color: #333333;*/
  /*border-bottom: 3px solid #E60012;*/
  color: #ffffff;
  background: #e60012;
  font-weight: 700;
}
.section-scheme .swiper .swiper-button-next, .section-scheme .swiper .swiper-button-prev, .section-scheme .swiper .swiper-scrollbar {
  display: none;
}
.section-scheme .box-solve {
  position: relative;
  width: 80%;
  min-width: 1200px;
  height: 240px;
  margin-top: 50px;
  margin-bottom: 80px;
}
.section-scheme .box-solve .solve-item {
  width: 10.4%;
  min-width: 112px;
  height: 240px;
  position: relative;
  transition: width 500ms;
  transition-delay: 200ms;
  background-position: 50% 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.section-scheme .box-solve .solve-item.unActive {
  width: 9%;
  background-position: 50% 0;
}
.section-scheme .box-solve .solve-item.active {
  width: 20%;
  /*min-width: 224px;*/
  transition: width 500ms;
  transition-delay: 200ms;
  background-position: 25% 0;
}
.section-scheme .box-solve .solve-item.active .solve-cover {
  display: block;
}
.section-scheme .box-solve .solve-item.active .solve-text-cover {
  display: none;
}
.section-scheme .box-solve .solve-item.active .solve-title, .section-scheme .box-solve .solve-item.active .solve-remark {
  opacity: 1;
  transition: opacity 200ms;
  transition-delay: 700ms;
}
.section-scheme .box-solve .solve-item.active .solve-title-default {
  opacity: 0;
  transition: opacity 200ms;
  transition-delay: 700ms;
}
.section-scheme .box-solve .solve-item img {
  width: 200px;
  height: 200px;
  display: none;
}
.section-scheme .box-solve .solve-item .solve-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background: rgba(62, 68, 79, 0.5);
  border-radius: 8px;
}
.section-scheme .box-solve .solve-item .solve-text-cover {
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: rgba(62, 68, 79, 0.5);
  border-radius: 0 0 8px 8px;
}
.section-scheme .box-solve .solve-item .solve-title {
  height: 23px;
  position: absolute;
  left: 18px;
  bottom: 100px;
  opacity: 0;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-scheme .box-solve .solve-item .solve-title-default {
  opacity: 1;
  bottom: 40px;
}
.section-scheme .box-solve .solve-item .solve-remark {
  height: 46px;
  padding-right: 20px;
  position: absolute;
  left: 20px;
  bottom: 40px;
  opacity: 0;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.section-content {
  width: 100%;
  min-width: 1200px;
  height: 600px;
  background: rgba(218, 230, 255, 0.6);
}
.section-content .competence-center {
  width: 80%;
  min-width: 1200px;
}
.section-content .competence-center .competence-remark {
  margin-top: 20px;
  margin-bottom: 50px;
}
.section-content .competence-center .competence-item {
  width: 18%;
  min-width: 220px;
  height: 320px;
  padding: 40px 20px 0;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
}
.section-content .competence-center .competence-item:hover {
  box-shadow: 5px 5px 30px 0 #C7CBD6;
}
.section-content .competence-center .competence-item .title {
  height: 29px;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.section-content .competence-center .competence-item .subtitle {
  width: 150px;
  height: 16px;
  margin-top: 10px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.section-content .competence-center .competence-item .subtitle .prevLine {
  width: 15px;
  height: 1px;
  position: absolute;
  left: 12px;
  top: 8px;
  background-color: #666666;
  transform: scale(1, 0.5);
}
.section-content .competence-center .competence-item .subtitle .nextLine {
  width: 15px;
  height: 1px;
  position: absolute;
  right: 12px;
  top: 8px;
  background-color: #666666;
  transform: scale(1, 0.5);
}
.section-content .competence-center .competence-item .remark {
  height: 40px;
  margin-top: 24px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.section-content .competence-center .competence-item .icon {
  width: 100px;
  height: 98px;
  margin-top: 18px;
  border-radius: 0 0 0 0;
}

.section-practice {
  width: 100%;
  min-width: 1200px;
  height: 600px;
  background: url("../image/index/practice/bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.section-practice .practice-title {
  height: 42px;
  margin-top: 30px;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.section-practice .practice-remark {
  margin-top: 10px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.section-practice .practice-example {
  width: 80%;
  min-width: 1200px;
  height: 410px;
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px 10px 10px 10px;
}
.section-practice .practice-example .example-nav {
  width: 260px;
  padding-top: 32px;
}
.section-practice .practice-example .example-nav .nav-content {
  height: 40px;
  padding-left: 50px;
  background-color: transparent;
  border-left: 3px solid transparent;
}
.section-practice .practice-example .example-nav .nav-content:hover {
  background-color: rgba(154, 172, 206, 0.2);
}
.section-practice .practice-example .example-nav .nav-content.active {
  background-color: rgba(154, 172, 206, 0.6);
  border-left: 3px solid #FFFFFF;
}
.section-practice .practice-example .example-nav .nav-content .nav-icon {
  width: 24px;
  height: 30px;
  margin-top: 4px;
}
.section-practice .practice-example .example-nav .nav-content .nav-text {
  height: 40px;
  margin-left: 20px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-practice .practice-example .example-content {
  width: calc(80% - 150px);
  min-width: 800px;
  display: none;
  padding-top: 32px;
  padding-left: 60px;
}
.section-practice .practice-example .example-content.show {
  display: block;
}
.section-practice .practice-example .example-content .content-title {
  height: 24px;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-practice .practice-example .example-content .content-text {
  width: 100%;
  min-width: 800px;
  margin-top: 22px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-practice .practice-example .example-content .content-button {
  width: 96px;
  height: 32px;
  margin-top: 20px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px 2px 2px 2px;
}
.section-practice .practice-example .example-content .content-button:hover {
  animation: buttonColorChange 0.4s ease forwards;
}
.section-practice .practice-example .example-content .content-footer {
  width: calc(80% - 150px);
  margin-top: 30px;
}
.section-practice .practice-example .example-content .content-footer .footer-title {
  height: 24px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-practice .practice-example .example-content .content-footer .footer-text {
  width: 192px;
  height: 144px;
  margin-top: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-practice .practice-example .example-content .content-footer .content-icon {
  width: 610px;
  /*margin-left: 120px;*/
  flex-wrap: wrap;
}
.section-practice .practice-example .example-content .content-footer .content-icon img {
  width: 190px;
  height: 62px;
  background-color: #FFFFFF;
  border-radius: 8px;
}

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