.wk-wrap {
  padding-top: 76px;
}

.bannber-bg {
  width: 100%;
}

.crm-top {
  position: relative;
}

.float-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.inner-wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.top-main {
  /* position: relative; */
}

.f-down-btitle {
  font-size: 42px;
  color: #fff;
  line-height: 60px;
}

.f-down-stitle {
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  margin: 10px 0 20px;
}

.free-use {
  display: inline-block;
  background-color: #0252CC;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 20px;
  border: 1px solid #0252CC;
  cursor: pointer;
}

/* 下载 */
.f-down {
  display: flex;
  margin-top: 30px;
}

.f-down .f-down-item {
  width: 160px;
  padding: 15px 20px;
  background: #F8F9FB;
  box-shadow: 0px 2px 12px #D7DBDF;
  margin-right: 30px;
  cursor: pointer;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  position: relative;
}

.f-er-code {
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: -160px;
}

.f-down-item .before-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.wk-three {
  background-color: #fff;
}

.tab-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tab-list .tab-item {
  border-bottom: 2px solid #fff;
  margin-right: 30px;
  padding: 20px;
  cursor: pointer;
}

.active-border-radius {
  color: #0252CC !important;
  border-bottom: 4px solid #0252CC !important;
}

/* 关于悟空 */
.about-main {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.about-main .title {
  color: #172B4D;
  font-size: 36px;
  padding-top: 100px;
  padding-bottom: 20px;
}

.about-main .stitle {
  color: #42526E;
  font-size: 18px;
  margin-bottom: 20px;
}

.about-main .desc {
  color: #42526E;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 20px;
  text-indent: 2em;
}

.about-main .two {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-main .two .two-item {
  color: #172B4D;
  font-size: 18px;
  margin-right: 50px;
  font-weight: bold;
}

.about-main .two .two-item .two-icon {
  width: 40px;
}

.scroll-wrap {
  background-color: #F4F5F8;
  position: relative;
}

.scroll-wrap:before {
  background: linear-gradient(to right, #f4f5f7 0%, rgba(244, 245, 247, 0) 100%);
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  z-index: 10;
}

.scroll-wrap:after {
  background: linear-gradient(to right, rgba(244, 245, 247, 0) 0%, #f4f5f7 100%);
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  z-index: 10;
}

.scroll-main {
  padding: 50px 10%;
  align-items: flex-end;
  display: flex;
  flex-wrap: nowrap;
  max-width: none;
  overflow-x: scroll;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.scroll-main::-webkit-scrollbar {
  margin-bottom: -50px;
  position: absolute;
  width: 40px;
}

.scroll-main::-webkit-scrollbar-thumb {
  background: #2684ff;
  margin-bottom: -20px;
}

.scroll-main::-webkit-scrollbar-track {
  background-color: #b3bac5;
}


.scroll-main::-webkit-scrollbar-thumb:hover {
  background: #0065FF;
}

.blue-dot::before {
  background-color: #0049b0;
  border-radius: 50%;
  bottom: -7px;
  content: "";
  display: block;
  height: 25px;
  left: -2px;
  position: absolute;
  width: 25px;
  z-index: 9;
}

.blue-bar {
  padding: 16px;
  width: 25%;
}

.blue-bar::after {
  background-color: #0049b0;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.scroll-block {
  width: 100%;
  margin-top: 15px;
}

.scroll-container {
  height: 100%;
  padding: 16px 0;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.scroll-list {
  align-items: flex-end;
  display: flex;
  height: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  vertical-align: baseline;
}

.scroll-list .column {
  flex-shrink: 0;
  padding-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
}

.scroll-list .intro {
  align-self: stretch;
  bottom: 0;
  display: flex;
  padding: 0 50px 0 0;
}

.column1 {
  width: 456px;
  background-color: #fff;
  padding: 40px;
}

.scroll-title {
  color: #172B4D;
  font-size: 36px;
}

.scroll-desc {
  color: #42526E;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 24px;
}

.yellow-line {
  background: #ff8b00;
  height: 4px;
  width: 140px;
}

.column-title {
  color: #42526E;
  font-size: 18px;
  font-weight: bold;

}

.column-desc {
  color: #42526E;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 15px;
  text-align: justify;
  line-height: 24px;
}

.column-pic {
  width: 150px;
  height: 90px;
  margin-bottom: 20px;
}

.column-date {
  color: #42526E;
  font-size: 18px;
}

/* 企业文化 */
.culture-main {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

.culture-main .culture-title {
  color: #172B4D;
  font-size: 36px;
  padding-top: 100px;
  padding-bottom: 20px;
}

.culture-main .culture-stitle {
  color: #42526E;
  font-size: 18px;
  margin-bottom: 50px;
}

.culture-main .culture-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.culture-main .culture-list .culture-item {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(180deg, #F4F5F8 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 12px #D7DBDF;
  opacity: 1;
  border-radius: 3px;
}

.culture-main .culture-list .culture-item .culture-icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.culture-main .culture-list .culture-item .culture-txt {
  text-align: left;
}

.culture-main .culture-list .culture-item .culture-btxt {
  color: #172B4D;
  font-size: 20px;
}

.culture-main .culture-list .culture-item .culture-stxt {
  color: #253858;
  font-size: 14px;
  line-height: 22px;
}

/* 荣誉资质 */
.honor-info .bg {
  background: #FAFAFA;
  padding: 0 0.5rem;
}
.honor-info .honor-btitle {
  color: #172B4D;
  font-size: 36px;
  padding-top: 100px;
  padding-bottom: 20px;
  text-align: center;
}
.honor-info .honor-stitle {
  color: #42526E;
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
}
.honor-info .center-title-box {
  /* margin: 90px 0 20px; */
}

.honor-info .center-title-box {
  text-align: center;
  padding-bottom: 10px;
}

.honor-info .center-title-box .center-title-h {
  font-size: 30px;
  /* padding-top: 68px; */
}

.honor-info .center-title-box .stitle {
  color: #777777;
  font-size: 0.3rem;
  padding-bottom: 0.6rem;
}

.honor-info .center-title-box .center-title-h {
  font-size: 30px;
  line-height: 50px;
  color: #111;
}

.honor-info .center-title-box p {
  font-size: 16px;
  color: #777;
  line-height: 40px;
}

.honor-info .center-title-box .center-title-h span {
  color: #dd1313;
  font-size: 12px;
  vertical-align: top;
  font-weight: 700;
}

.content-img {
  width: 1260px;
  margin: 0 auto 50px;
  overflow: hidden;
}

.content-img .list:first-child, 
.content-img .list:nth-child(3), 
.content-img .list:nth-child(5) {
  margin-right: 80px;
  width: 580px;
}

.content-img .list {
  float: left;
  width: 600px;
  height: 140px;
  background: #fafafc;
  margin-bottom: 50px;
}

.content-img .list img {
  vertical-align: middle;
  width: 134px;
}

.list>img {
  margin-left: 10px;
}

.content-img .list .border {
  width: 1px;
  height: 68px;
  vertical-align: middle;
  display: inline-block;
  background: #dedee0;
  margin-top: 12px;
}

.content-img .list .text-title {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
}

.content-img .list .text-title .title {
  font-size: 22px;
  line-height: 60px;
}

.content-img .list .text-title .text {
  color: #777;
  font-size: 16px;
  line-height: 24px;
}

/* blue */
.blue-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blue-stitle {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
}

.honor-book {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.honor-book .book-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.honor-book .book-item .book-pic {
  width: 100%;
}