body {
  color: #333;
  overflow-x: hidden;
}
.marketing {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1200px;
  height: 60px;
  z-index: 11;
  text-align: center;
}
.marketing .marketing_content {
  width: 100%;
  height: 62px;
  display: inline-block;
  background: url("/images/homepage/market.png?id=4") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.marketing .marketing_content .marketing_button {
  width: 106px;
  height: 42px;
  background: url("/images/homepage/market_button.png?id=3") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 21%;
  top: 11px;
  cursor: pointer;
}
.marketing .marketing_content .marketing_close {
  position: absolute;
  background: url("/images/homepage/market_close.png?id=3") no-repeat;
  width: 36px;
  height: 36px;
  right: 0;
  top: 11px;
  cursor: pointer;
}
/*****************************************************************公共样式start********************************************/
.part-action {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
.active-progress {
  color: #fff;
  background-color: #ff6700;
}
.active-progress .active-line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 0;
  background-color: #ffa96f;
  z-index: 1;
  animation: lineStep 4s linear;
}
@keyframes lineStep {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*****************************************************************公共样式end********************************************/
.header {
  width: 100vw;
  padding-top: 80px;
  position: relative;
}
.header .top-img1 {
  background: url("/images/homepage/t1.png?v=2") center / cover no-repeat;
}
.header .top-img2 {
  background: url("/images/homepage/t2.png?v=2") center / cover no-repeat;
}
.header .top-img3 {
  background: url("/images/homepage/t3.png?v=2") center / cover no-repeat;
}
.header .header-place {
  width: 100vw;
  height: 640px;
  position: relative;
}
.header .header-place .banner-img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header .header-place .header-content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  padding-bottom: 113px;
  align-items: flex-end;
  justify-content: space-between;
}
.header .header-place .header-content .header-text .header-title {
  font-size: 48px;
  font-weight: bold;
  color: black;
  padding-bottom: 40px;
}
.header .header-place .header-content .header-text .header-describe {
  font-size: 18px;
  font-weight: 500;
  color: #8C8B9A;
  padding-bottom: 222px;
}
.header .header-fixed {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 117px;
  z-index: 10;
}
.header .header-fixed .header-container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.header .header-fixed .header-container .public-light-action {
  border: 1px solid #FF6700;
  background: transparent;
}
.header .header-fixed .header-container .header-choice {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
.header .header-fixed .header-container .header-choice > div {
  line-height: 40px;
}
.header .header-fixed .header-container .header-choice > img {
  height: 40px;
}
.header .header-fixed .header-container .header-action {
  position: absolute;
  left: 0;
  bottom: 233px;
}
.header .header-fixed .header-container .header-action .public-action {
  margin-right: 50px;
}
.header .header-fixed .header-container #headerPaging {
  width: 200px;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 166px;
  z-index: 11;
}
.header .header-fixed .header-container #headerPaging .swiper-pagination-bullet {
  margin-right: 24px;
  background-color: #ff6700;
  opacity: 1;
  border-radius: 4px;
}
.header .header-fixed .header-container #headerPaging .swiper-pagination-bullet-active {
  width: 24px;
}
.scene {
  width: 100vw;
  padding: 80px 0 100px;
  background-color: #4368e4;
  color: #fff;
}
.scene .scene-font {
  color: #fff;
}
.scene ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 90px;
}
.scene ul li {
  width: 400px;
  padding: 22px 30px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid transparent;
}
.scene ul li:hover {
  background: linear-gradient(-39deg, #4368E4, #597AEA);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.scene ul li .ic {
  display: block;
  margin: 0 auto;
  width: 95px;
  height: 80px;
  line-height: 80px;
  color: #ff6700;
  font-size: 48px;
  background-blend-mode: multiply;
}
.scene ul li h3 {
  font-size: 24px;
  line-height: 3;
}
.scene ul li p {
  font-size: 16px;
  line-height: 24px;
}
.system {
  padding: 80px 0 0 0;
}
.system .system-item {
  margin-top: 80px;
}
.system .system-item:last-child {
  padding: 120px 0;
  background-color: #FCFDFF;
}
.system .system-item:last-child .system-container {
  flex-direction: row-reverse;
}
.system .system-item .system-container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.system .system-item .system-container .system-img1 {
  width: 90vw;
  max-width: 579px;
}
.system .system-item .system-container .system-text h4 {
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
.system .system-item .system-container .system-text h4::before {
  content: "";
  width: 42px;
  height: 3px;
  background-color: #ff6700;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.system .system-item .system-container .system-text ul {
  margin-top: 30px;
  color: #666;
  font-size: 14px;
}
.system .system-item .system-container .system-text ul li {
  line-height: 38px;
}
.system .system-item .system-container .system-text ul li:before {
  content: '';
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border: 1px solid #FF6C09;
  border-radius: 50%;
  display: inline-block;
}
.system .system-item .system-container .system-text .system-btn {
  padding-top: 45px;
}
.system .system-item .system-container .system-text .system-btn .public-action {
  margin-right: 50px;
}
.exam {
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 125px;
  background: #F3F5FA;
}
.exam #examPaging {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.exam #examPaging li {
  width: 260px;
  height: 74px;
  line-height: 74px;
  font-size: 22px;
  font-weight: 400;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  box-shadow: 0px 2px 2px 0px rgba(46, 97, 140, 0.05), 0px 0px 10px 0px rgba(46, 97, 140, 0.06);
  position: relative;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.exam #examPaging li:nth-child(-n+3) {
  margin-right: 60px;
}
.exam #examPaging li .exam-num {
  margin: 0 15px;
  color: #999999;
}
.exam #examPaging li .exam-font {
  flex: 1;
}
.exam #examPaging li .exam-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.exam #examPaging li .exam-icon-normal1 {
  background: url("/images/homepage/part4_1_normal.png") center / cover no-repeat;
}
.exam #examPaging li .exam-icon-active1 {
  background: url("/images/homepage/part4_1_active.png") center / cover no-repeat !important;
}
.exam #examPaging li .exam-icon-normal2 {
  background: url("/images/homepage/part4_2_normal.png") center / cover no-repeat;
}
.exam #examPaging li .exam-icon-active2 {
  background: url("/images/homepage/part4_2_active.png") center / cover no-repeat !important;
}
.exam #examPaging li .exam-icon-normal3 {
  background: url("/images/homepage/part4_3_normal.png") center / cover no-repeat;
}
.exam #examPaging li .exam-icon-active3 {
  background: url("/images/homepage/part4_3_active.png") center / cover no-repeat !important;
}
.exam #examPaging li .exam-icon-normal4 {
  background: url("/images/homepage/part4_4_normal.png") center / cover no-repeat;
}
.exam #examPaging li .exam-icon-active4 {
  background: url("/images/homepage/part4_4_active.png") center / cover no-repeat !important;
}
.exam #examPaging .active-progress {
  background: #fff;
  color: black;
}
.exam #examRotation {
  width: 999px;
  margin: 0 auto;
}
.exam #examRotation .exam-container {
  text-align: center;
}
.exam #examRotation .exam-container > div {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  padding: 60px 0;
}
.exam #examRotation .exam-container > div::before {
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ff6700;
}
.exam #examRotation .exam-container > img {
  width: 100%;
}
.choice {
  padding: 66px 0 72px;
  width: 100vw;
  background: url("/images/homepage/bg_deploy.png") center / cover no-repeat;
}
.choice .choice-container {
  width: 1200px;
  margin: 0 auto;
}
.choice .choice-container .choice-tips {
  margin-top: 63px;
  display: flex;
  justify-content: space-between;
}
.choice .choice-container .choice-tips li h4 {
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 40px;
}
.choice .choice-container .choice-tips li p {
  font-size: 34px;
  color: #ff6700;
  margin: 10px 0 0;
  white-space: nowrap;
}
.choice .choice-container .choice-tips li p::after {
  content: "+";
}
.choice .choice-container .choice-content {
  padding: 80px 0 25px;
  display: flex;
  justify-content: center;
}
.choice .choice-container .choice-content #choicePaging {
  width: 246px;
  height: 440px;
  background-color: #fff;
  margin-right: 40px;
}
.choice .choice-container .choice-content #choicePaging li {
  width: 100%;
  height: 110px;
  line-height: 110px;
  font-size: 20px;
  text-align: center;
  position: relative;
}
.choice .choice-container .choice-content #choiceRotation {
  width: 760px;
  height: 440px;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 4px 8px 1px rgba(4, 0, 0, 0.05);
}
.choice .choice-container .choice-content #choiceRotation .choice-article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 760px;
  height: 440px;
  padding-top: 60px;
}
.choice .choice-container .choice-content #choiceRotation .choice-article li {
  width: 730px;
  height: 134px;
  padding: 0 32px 30px;
  margin-left: 16px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.choice .choice-container .choice-content #choiceRotation .choice-article li .title {
  font-size: 20px;
  line-height: 1;
  padding-bottom: 12px;
  font-weight: bold;
  color: #ff6700;
}
.choice .choice-container .choice-content #choiceRotation .choice-article li p {
  width: 650px;
  height: 54px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  text-align: center;
  line-height: 54px;
  border: 1px solid #eee;
}
.feedback {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}
.feedback #feedbackRotation {
  margin-top: 93px;
}
.feedback #feedbackRotation .feedback-article {
  width: 1200px;
  height: 300px;
  background: #F3F5FA;
  border-radius: 8px;
  display: flex;
}
.feedback #feedbackRotation .feedback-article > img {
  width: 420px;
  height: 300px;
}
.feedback #feedbackRotation .feedback-article .feedback-content {
  width: 780px;
  padding: 82px 50px 0;
}
.feedback #feedbackRotation .feedback-article .feedback-content h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 38px;
  text-align: center;
}
.feedback #feedbackRotation .feedback-article .feedback-content p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
.feedback .feedback-pagination {
  width: 300px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feedback .feedback-pagination .iconfont {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  color: #ff6700;
  box-shadow: 0 0 2px #ff6700;
  outline: none;
}
.feedback .feedback-pagination #feedbackNext {
  transform: rotate(180deg);
}
.feedback .feedback-pagination #feedbackPaging .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 18px 5px;
  vertical-align: bottom;
}
.guide {
  width: 100vw;
  padding: 65px 0;
  position: relative;
}
.guide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.guide .guide-title {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .marketing {
    width: 100%;
    min-width: 100%;
  }
  .marketing .marketing_content {
    background: url("/images/homepage/market_mobile.png?id=4") center / cover no-repeat;
  }
  .marketing .marketing_content .marketing_button {
    background: url("/images/homepage/market_button_mobile.png?id=4") no-repeat;
    background-size: 100% 100%;
    width: 84px;
    height: 22px;
    top: 9px;
    left: 34%;
  }
  .part-action {
    padding-top: 30px;
  }
  .header {
    padding-top: 0;
  }
  .header .top-img1 {
    height: 200px;
    background-position-x: 53%;
  }
  .header .top-img2 {
    height: 166px;
    background-position-x: 53%;
  }
  .header .top-img3 {
    height: 200px;
    background-position-x: 53%;
  }
  .header .header-place {
    height: 500px;
  }
  .header .header-place .header-content {
    width: 100vw;
    padding: 0 30px;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .header .header-place .header-content .header-text {
    width: 100%;
    padding-left: 10px;
  }
  .header .header-place .header-content .header-text .header-title {
    padding-bottom: 20px;
    padding-top: 60px;
    font-size: 24px;
    font-weight: normal;
  }
  .header .header-place .header-content .header-text .header-describe {
    font-size: 12px;
    width: 150px;
    line-height: 18px;
    letter-spacing: 1px;
    padding-bottom: 40px;
  }
  .header .header-fixed .header-container {
    width: 100vw;
    left: 40px;
  }
  .header .header-fixed .header-container .header-action {
    bottom: 170px;
  }
  .header .header-fixed .header-container .header-action .public-action {
    display: block;
    margin-bottom: 30px;
  }
  .header .header-fixed .header-container .header-action .public-light-action {
    border: 1px solid #FF6700;
    background: transparent;
  }
  .header .header-fixed .header-container #headerPaging {
    bottom: 30px;
    width: 100vw;
    text-align: center;
  }
  .scene {
    padding: 40px 0 50px;
  }
  .scene ul {
    padding-top: 45px;
    width: 100vw;
  }
  .scene ul li {
    width: 50vw;
  }
  .scene ul li i {
    transform: scale(0.6);
  }
  .scene ul li h3 {
    font-size: 16px;
  }
  .scene ul li p {
    font-size: 14px;
  }
  .system {
    padding: 40px 0 50px;
  }
  .system .system-item {
    margin: 30px 0;
  }
  .system .system-item .system-container {
    width: 100vw;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .system .system-item .system-container .system-text {
    width: 100vw;
    padding: 0 20px;
  }
  .system .system-item .system-container .system-text h4 {
    font-size: 16px;
    margin-top: 30px;
  }
  .system .system-item .system-container .system-text .system-btn {
    text-align: center;
  }
  .system .system-item .system-container .system-text .system-btn .public-action {
    margin-right: 20px;
  }
  .system .system-item:last-child {
    padding: 30px 0;
  }
  .system .system-item:last-child .system-container {
    flex-direction: column-reverse;
  }
  .exam {
    width: 100vw;
    padding-bottom: 60px;
  }
  .exam #examPaging {
    margin-top: 40px;
    padding: 0 5vw;
  }
  .exam #examPaging li {
    width: 22vw;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .exam #examPaging li:nth-child(-n+3) {
    margin-right: 10px;
  }
  .exam #examPaging li .exam-num {
    margin: 0 2px;
  }
  .exam #examPaging li .exam-icon {
    display: none;
  }
  .exam #examRotation {
    width: 90vw;
  }
  .exam #examRotation .exam-container {
    text-align: left;
  }
  .exam #examRotation .exam-container > div {
    font-size: 16px;
    padding: 30px 0;
  }
  .exam #examRotation .exam-container > div::before {
    display: none;
  }
  .choice .choice-container {
    width: 100vw;
  }
  .choice .choice-container .choice-tips {
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 0 5vw;
  }
  .choice .choice-container .choice-tips li {
    width: 45vw;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  .choice .choice-container .choice-tips li p {
    color: #66B2FF;
  }
  .choice .choice-container .choice-tips li p::after {
    vertical-align: super;
  }
  .choice .choice-container .choice-tips li:nth-child(2) p {
    color: #FF5474;
  }
  .choice .choice-container .choice-tips li:nth-child(3) p {
    color: #62D1A9;
  }
  .choice .choice-container .choice-tips li:nth-child(4) p {
    color: #2AD2E1;
  }
  .choice .choice-advantage {
    padding: 40px 3vw 0;
    width: 100vw;
  }
  .choice .choice-advantage .choice-title {
    display: inline-block;
    padding: 6px 10px;
    background: #ff6700;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .choice .choice-advantage .choice-tip {
    font-size: 14px;
    font-weight: bold;
    color: #ff6700;
    line-height: 1;
    margin-bottom: 15px;
  }
  .choice .choice-advantage .choice-tip img {
    width: 14px;
    margin: 0 10px 5px 0;
    vertical-align: middle;
  }
  .choice .choice-advantage .choice-describe {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0 13px 0 26px;
  }
  .feedback {
    width: 100vw;
    padding: 60px 0;
  }
  .feedback #feedbackRotation {
    margin-top: 45px;
  }
  .feedback #feedbackRotation .swiper-wrapper {
    width: 100%;
  }
  .feedback #feedbackRotation .swiper-wrapper .swiper-slide {
    width: 70%;
  }
  .feedback #feedbackRotation .feedback-article {
    width: 94%;
    padding: 20px;
    margin: 0 3%;
    height: auto;
    min-height: 500px;
    display: block;
    border: 1px solid #DCDCDC;
    border-radius: 12px;
    background-color: #fff;
  }
  .feedback #feedbackRotation .feedback-article > img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .feedback #feedbackRotation .feedback-article .feedback-content {
    width: 100%;
    padding: 40px 25px 0;
  }
  .feedback #feedbackRotation .feedback-article .feedback-content h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .feedback #feedbackRotation .feedback-article .feedback-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .feedback .feedback-pagination {
    width: 240px;
    margin: 40px auto 0;
    justify-content: center;
  }
  .feedback .feedback-pagination #feedbackPrev,
  .feedback .feedback-pagination #feedbackNext {
    display: none;
  }
  .feedback .feedback-pagination #feedbackPaging .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 9px;
  }
  .guide {
    padding: 30px 3vw;
  }
  .guide .guide-title {
    font-size: 16px;
  }
}

