@charset "UTF-8";
/* 关于我们分类 */
.aboutusListBg {
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 10;
  background: #FFFFFF;
  box-shadow: 0px 5px 9px 0px rgba(52, 94, 184, 0.2);
}
.aboutusListSticky {
  z-index: 10000;
}
.aboutusListBg .aboutusList ul {
  margin: 0px -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.aboutusListBg .aboutusList ul li {
  margin: 0px 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.aboutusListBg .aboutusList ul li.active a {
  color: #165DFF;
}
.aboutusListBg .aboutusList ul li.active a::after {
  width: 100%;
}
.aboutusListBg .aboutusList ul li:hover a {
  color: #1D2129;
}
.aboutusListBg .aboutusList ul li a {
  display: block;
  line-height: 44px;
  font-size: 14px;
  color: #636E80;
  text-align: center;
  position: relative;
  white-space: nowrap;
  font-weight: 500;
}
.aboutusListBg .aboutusList ul li a::after {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #004BFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
}
/* 口号2 */
.promotionSlogan2 {
  padding: 46px 0px;
  position: relative;
}
.promotionSlogan2 .content {
  text-align: center;
}
.promotionSlogan2 .content .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.promotionSlogan2 .content .intro {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 30px;
}
.promotionSlogan2 .content .btns {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.promotionSlogan2 .content .btns .btn {
  width: 128px;
  height: 40px;
  font-size: 14px;
  margin: 0px 8px;
  border-radius: 4px;
}
/* 品牌介绍 */
.brandIntroBg {
  overflow: hidden;
  padding: 46px 0px 0px;
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #F0F4FF 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #F0F4FF 100%);
}
.brandIntroBg .brandIntro {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.brandIntroBg .brandIntro .image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.brandIntroBg .brandIntro .image img {
  width: 100%;
  height: auto;
}
.brandIntroBg .brandIntro .image .play {
  width: 30px;
  height: 30px;
  background-image: url(../images/playIcon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #fff;
  border-radius: 50%;
}
.brandIntroBg .brandIntro .image .play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.brandIntroBg .brandIntro .content {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
.brandIntroBg .brandIntro .content .title {
  font-weight: 600;
  font-size: 24px;
  color: #1D2129;
  margin-bottom: 8px;
}
.brandIntroBg .brandIntro .content .intro {
  font-size: 14px;
  color: #636E80;
  line-height: 22px;
  text-align: justify;
}
/* 企业文化 */
.culture {
  padding: 60px 0px 44px;
}
.culture .cultureTitle {
  font-weight: 600;
  font-size: 24px;
  color: #1D2129;
  margin-bottom: 24px;
  text-align: center;
}
.culture .cultureMain {
  overflow: visible;
  margin-right: 45px;
}
.culture .cultureMain .swiper-wrapper .swiper-slide {
  min-height: 160px;
  padding: 20px 23px;
  background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EEF4FF 100%);
  background: linear-gradient(0deg, #FFFFFF 0%, #EEF4FF 100%);
  box-shadow: 0px 5px 9px 0px rgba(52, 94, 184, 0.1), inset 0px 1px 9px 1px #FFFFFF;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.culture .cultureMain .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0 6px 16px 2px rgba(7, 12, 20, 0.08);
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.culture .cultureMain .swiper-wrapper .swiper-slide .icon {
  margin-bottom: 12px;
}
.culture .cultureMain .swiper-wrapper .swiper-slide .icon img {
  width: auto;
  height: 41px;
}
.culture .cultureMain .swiper-wrapper .swiper-slide .content .title {
  font-weight: 600;
  font-size: 20px;
  color: #1D2129;
  margin-bottom: 7px;
}
.culture .cultureMain .swiper-wrapper .swiper-slide .content .intro {
  font-size: 12px;
  color: #636E80;
  line-height: 20px;
}
.culture .cultureMain .swiper-pagination {
  position: static;
  width: 100%;
  margin: 12px 0px 0px 22.5px;
}
.culture .cultureMain .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 32px;
  height: 4px;
  background: #D0E2FF;
  border-radius: 2px;
  margin: 0px 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.culture .cultureMain .swiper-pagination .swiper-pagination-bullet-active {
  background: #004BFF;
}
/* 荣誉证书 */
.honorBg {
  padding: 46px 0px;
  background: #f2f4f9;
}
.honorBg .honor .honorTitle {
  text-align: center;
  margin-bottom: 54px;
}
.honorBg .honor .honorTitle .title {
  font-weight: 600;
  font-size: 24px;
  color: #1D2129;
  margin-bottom: 8px;
}
.honorBg .honor .honorTitle .intro {
  font-size: 14px;
  color: #636E80;
  line-height: 24px;
}
.honorBg .honor .honorList {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e7e8ed;
}
.honorBg .honor .honorList .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.honorBg .honor .honorList .swiper-wrapper .swiper-slide {
  font-weight: 600;
  width: auto;
  font-size: 14px;
  color: #1D2129;
  padding: 0px 0px 6px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.honorBg .honor .honorList .swiper-wrapper .swiper-slide-thumb-active {
  color: #004BFF;
  border-bottom-color: #004BFF;
}
.honorBg .honor .honorList .swiper-wrapper .swiper-slide:last-child {
  margin: 0px !important;
}
.honorBg .honor .honorMain {
  width: calc(100% + 8px);margin-left: -4px;
}
.honorBg .honor .honorMain .swiper-wrapper .swiper-slide {
  text-align: center;
  opacity: 0 !important;
}
.honorBg .honor .honorMain .swiper-wrapper .swiper-slide:nth-child(2) .list ul li:hover .content .title {
  color: #004BFF;
}
.honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -4px;
}
.honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li {
  width: calc(50% - 12px);
  margin: 6px;
  background: #FFFFFF;
  box-shadow: 0px 3px 5px 0px rgba(52, 94, 184, 0.2);
  border-radius: 2px;
  overflow: hidden;
}
.honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li:hover .image img,
.honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li:hover .content {
  opacity: 0.6;
}
.honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li:hover .image .btn {
  opacity: 1;
  visibility: visible;
}
.honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li .image {
  position: relative;
  height: 48.3092vw;
}
.honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li .image img {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li .image .btn {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: #E7EDFA;
  font-size: 14px;
  color: #666;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li .image .btn:hover {
  color: #fff;
  background: #004BFF;
}
.honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li .content {
  padding: 12px 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
}
.honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li .content .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1D2129;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li .content .intro {
  font-size: 13px;
  color: #636E80;
  line-height: 18px;
  margin-top: 4px;
}
.honorBg .honor .honorMain .swiper-wrapper .swiper-slide .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 28px;
}
.honorBg .honor .honorMain .swiper-wrapper .swiper-slide-active {
  opacity: 1 !important;
}
/* 服务区域 */
.serviceAreaBg {
  padding: 46px 0px;
  background: #f0f6ff;
}
.serviceAreaBg .serviceArea .serviceAreaTitle {
  text-align: center;
  margin-bottom: 24px;
}
.serviceAreaBg .serviceArea .serviceAreaTitle .title {
  font-weight: 600;
  font-size: 24px;
  color: #1D2129;
  margin-bottom: 8px;
}
.serviceAreaBg .serviceArea .serviceAreaTitle .intro {
  font-size: 14px;
  color: #636E80;
  line-height: 20px;
}
.serviceAreaBg .serviceArea .serviceAreaContact {
  width: calc(100% + 60px);
  display: none;
  background: -webkit-linear-gradient(344deg, #0261FF 0%, #1A77FE 28%, #3D47FF 100%);
  background: linear-gradient(106deg, #0261FF 0%, #1A77FE 28%, #3D47FF 100%);
  padding: 24px 44px;
  margin-left: -30px;
}
.serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft {
  width: 37.6%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
}
.serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft .image img {
  width: 58px;
  height: auto;
}
.serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft .content {
  margin-bottom: 6px;
}
.serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft .content .title {
  font-weight: 600;
  font-size: 13px;
  color: hsl(0, 0%, 100%);
  margin-bottom: 2px;
}
.serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft .content .intro {
  font-size: 7px;
  color: #FFFFFF;
}
.serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight {
  width: 70.4%;
}
.serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul {
  margin: 0px 0px -10px;
}
.serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 12px 14px 13px 14px;
  background: #FFFFFF;
  border-radius: 2px;
  margin: 0px 0px 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li:hover {
  box-shadow: 0px 5px 9px 0px rgba(52, 94, 184, 0.2);
}
.serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li .content .title {
  font-weight: 600;
  font-size: 10px;
  color: #1D2129;
  margin-bottom: 3px;
}
.serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li .content .intro {
  font-size: 7px;
  color: #636E80;
}
.serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li .more {
  width: 55px;
  height: 20px;
  font-size: 8px;
  border-radius: 2px;
}
.serviceAreaBg .serviceArea .serviceAreaList {
  width: calc(100% + 60px);
  height: 44px;
  line-height: 44px;
  background: #fff;
  padding: 0px 30px;
  margin-left: -30px;
  margin-bottom: 24px;
  position: relative;
}
.serviceAreaBg .serviceArea .serviceAreaList .swiper-wrapper .swiper-slide {
  width: auto;
  font-size: 14px;
  color: #636E80;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  margin-right: 1px;
  border-bottom: 2px solid transparent;
}
.serviceAreaBg .serviceArea .serviceAreaList .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0px;
}
.serviceAreaBg .serviceArea .serviceAreaList .swiper-wrapper .swiper-slide-thumb-active {
  color: #165DFF;
  border-color: #165DFF;
}
.serviceAreaBg .serviceArea .serviceAreaMain {
  background: #FFFFFF;
  box-shadow: 0px 5px 9px 0px rgba(52, 94, 184, 0.2);
  border-radius: 4px;
}
.serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 17px 26px 24px;
  opacity: 0 !important;
}
.serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .map {
  display: none;
  width: 43%;
  height: 274px;
  background: #ddd;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .map img {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  object-fit: cover;
}
.serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content {
  width: 100%;
}
.serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: -10px;
}
.serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content .title img {
  width: auto;
  height: 36px;
  margin-right: 8px;
}
.serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content .title span {
  font-weight: 600;
  font-size: 28px;
  color: #1D2129;
}
.serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content .intro {
  font-size: 14px;
  line-height: 22px;
  color: #636E80;
  margin-bottom: 30px;
}
.serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content .intro p {
  margin-bottom: 9px;
}
.serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content .intro p:last-child {
  margin-bottom: 0px;
}
.serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content .tip {
  font-size: 12px;
  color: #004BFF;
  margin-bottom: 16px;
}
.serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content .more {
  font-weight: 600;
  width: 100%;
  height: 40px;
}
.serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide-active {
  opacity: 1 !important;
}
/* 发展历程 */
.history {
  padding: 46px 0px;
  overflow: hidden;
}
.history .historyTitle {
  font-weight: 600;
  font-size: 24px;
  color: #1D2129;
  text-align: center;
  margin-bottom: 46px;
}
.history .historyPoster {
  display: none;
}
.history .historyMain {
  margin-right: 62px;
  padding-bottom: 10px;
  overflow: visible;
  position: relative;
}
.history .historyMain .swiper-wrapper .swiper-slide .year {
  font-weight: 600;
  font-size: 21px;
  color: #1D2129;
  padding: 0px 18px 17px;
  margin-bottom: 27px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
}
.history .historyMain .swiper-wrapper .swiper-slide .year::after {
  position: absolute;
  left: 18px;
  bottom: -1px;
  width: 0%;
  height: 4px;
  background: #004BFF;
  content: "";
  display: block;
}
.history .historyMain .swiper-wrapper .swiper-slide .title {
  font-weight: 600;
  font-size: 24px;
  color: #1D2129;
  margin-bottom: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0px 18px;
}
.history .historyMain .swiper-wrapper .swiper-slide .intro {
  font-size: 14px;
  color: #636E80;
  line-height: 25px;
  padding: 0px 18px;
}
.history .historyMain .swiper-wrapper .swiper-slide-active .year {
  color: #255DE5;
}
.history .historyMain .swiper-wrapper .swiper-slide-active .year::after {
  width: calc(100% - 18px);
  -webkit-transition: all 4.5s ease;
  transition: all 4.5s ease;
}
.history .historyMain .swiper-wrapper .swiper-slide-active .title {
  color: #004BFF;
}
.history .historyMain .historySwitchBtns {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  margin-left: 62px;
}
.history .historyMain .historySwitchBtns .swiper-button-prev {
  margin-right: 47px;
}
.history .historyMain .historySwitchBtns .swiper-button-prev i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.history .historyMain .historySwitchBtns .swiper-button-prev,
.history .historyMain .historySwitchBtns .swiper-button-next {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  font-size: 26px;
  color: #161616;
  font-weight: lighter;
  border-radius: 50%;
  box-shadow: 0px 5px 9px 0px rgba(52, 94, 184, 0.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  opacity: 1 !important;
}
.history .historyMain .historySwitchBtns .swiper-button-prev:hover,
.history .historyMain .historySwitchBtns .swiper-button-next:hover {
  background: #F7F7F9;
  box-shadow: 0px 5px 9px 0px rgba(52, 94, 184, 0.2);
}
/* 加入我们 */
.joinBg {
  padding: 46px 0px;
  background: rgba(242, 244, 249, 0.4);
}
.joinBg .join .joinTitle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.joinBg .join .joinTitle .title {
  font-weight: 600;
  font-size: 24px;
  color: #1D2129;
}
.joinBg .join .joinMain {
  position: relative;
}
.joinBg .join .joinMain .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.joinBg .join .joinMain .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 14px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}
.joinBg .join .joinMain .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  margin: 0px 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.joinBg .join .joinMain .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: rgba(255, 255, 255, 0.9);
}
/* 白皮书 */
.whitePaperBg {
  overflow: hidden;
}
.whitePaper {
  border-radius: 6px;
  overflow: visible;
  box-shadow: 6px 0px 20px #e8edf8;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -68px;
  -webkit-clip-path: inset(-30% 0% -30% 0%);
          clip-path: inset(-30% 0% -30% 0%);
}
.whitePaper .swiper-wrapper .swiper-slide {
  border-radius: 6px;
  overflow: hidden;
}
.whitePaper .swiper-wrapper .swiper-slide a {
  display: block;
}
.whitePaper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: auto;
}
.whitePaper .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: -27px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.whitePaper .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  background: #D0E2FF;
  border-radius: 2px;
  margin: 0px 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.whitePaper .swiper-pagination .swiper-pagination-bullet-active {
  background: #004BFF;
}
/* 行业研究报告 */
.researchReport {
  padding: 35.3% 0px 46px;
  position: relative;
}
.researchReport .researchReportTitle {
  text-align: center;
  margin-bottom: 24px;
}
.researchReport .researchReportTitle .title {
  font-weight: 600;
  font-size: 24px;
  color: #121933;
  margin-bottom: 8px;
}
.researchReport .researchReportTitle .intro {
  font-size: 14px;
  color: #707481;
  line-height: 22px;
}
.researchReport .researchReportMain {
  margin-bottom: 26px;
  padding-bottom: 1px;
}
.researchReport .researchReportMain ul {
  margin: 0px 0px -20px;
}
.researchReport .researchReportMain ul li {
  margin: 0px 0px 20px;
}
.researchReport .researchReportMain ul li a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.researchReport .researchReportMain ul li a:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.researchReport .researchReportMain ul li a:hover .content .title {
  color: #004BFF;
}
.researchReport .researchReportMain ul li a:hover .content .more i {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.researchReport .researchReportMain ul li a .image {
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
}
.researchReport .researchReportMain ul li a .image img {
  width: 100%;
}
.researchReport .researchReportMain ul li a .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: auto;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 5px 9px 0px rgba(52, 94, 184, 0.08);
  border-radius: 8px;
  padding: 15px 16px 16px;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(10px);
  margin-top: -43px;
}
.researchReport .researchReportMain ul li a .content .labels {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -4px 0px;
}
.researchReport .researchReportMain ul li a .content .title {
  font-weight: 500;
  width: 100%;
  font-size: 16px;
  color: #121933;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0px 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.researchReport .researchReportMain ul li a .content .more {
  font-weight: 500;
  font-size: 12px;
  color: #004BFF;
}
.researchReport .researchReportMain ul li a .content .more i {
  font-size: 10px;
  margin-left: 4px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.researchReport .researchReportMore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* 最佳行业实践合集 */
.industryPracticeCollection {
  padding: 46px 0px;
  position: relative;
}
.industryPracticeCollection .industryPracticeCollectionTitle {
  text-align: center;
  margin-bottom: 62px;
}
.industryPracticeCollection .industryPracticeCollectionTitle .title {
  font-weight: 600;
  font-size: 24px;
  color: #121933;
  margin-bottom: 8px;
}
.industryPracticeCollection .industryPracticeCollectionTitle .intro {
  font-size: 14px;
  color: #707481;
  line-height: 20px;
}
.industryPracticeCollection .industryPracticeCollectionMain {
  margin-bottom: 26px;
  padding-bottom: 1px;
}
.industryPracticeCollection .industryPracticeCollectionMain ul {
  margin: 0px 0px -50px;
}
.industryPracticeCollection .industryPracticeCollectionMain ul li {
  margin: 0px 0px 58px;
}
.industryPracticeCollection .industryPracticeCollectionMain ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 158px;
  background: -webkit-linear-gradient(bottom, #F4F7FF 0%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(0deg, #F4F7FF 0%, rgba(255, 255, 255, 0.7) 100%);
  box-shadow: 2px 2px 3px 1px rgba(204, 212, 241, 0.45);
  border-radius: 4px;
  border: 1 solid #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.industryPracticeCollection .industryPracticeCollectionMain ul li a:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0 3px 10px 0 rgba(52, 94, 184, 0.2);
}
.industryPracticeCollection .industryPracticeCollectionMain ul li a:hover .content .title {
  color: #004BFF;
}
.industryPracticeCollection .industryPracticeCollectionMain ul li a .image {
  width: 38.4%;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
  margin: 0px 16px 0px 12px;
}
.industryPracticeCollection .industryPracticeCollectionMain ul li a .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.industryPracticeCollection .industryPracticeCollectionMain ul li a .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 158px;
  padding-top: 16px;
  margin-right: 15px;
}
.industryPracticeCollection .industryPracticeCollectionMain ul li a .content .subTitle {
  font-size: 12px;
  line-height: 14px;
  color: #707481;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.industryPracticeCollection .industryPracticeCollectionMain ul li a .content .title {
  font-weight: 500;
  font-size: 16px;
  color: #121933;
  line-height: 22px;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 22px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.industryPracticeCollection .industryPracticeCollectionMain ul li a .content .more {
  width: 108px;
  height: 32px;
  font-size: 14px;
}
.industryPracticeCollection .industryPracticeCollectionMore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* 大咖增长实践分享 */
.practiceSharing {
  padding: 46px 0px;
  position: relative;
}
.practiceSharing .practiceSharingTitle {
  text-align: center;
  margin-bottom: 24px;
}
.practiceSharing .practiceSharingTitle .title {
  font-weight: 600;
  font-size: 24px;
  color: #121933;
  margin-bottom: 8px;
}
.practiceSharing .practiceSharingTitle .intro {
  font-size: 14px;
  line-height: 20px;
  color: #707481;
}
.practiceSharing .practiceSharingMain {
  margin-bottom: 26px;
  padding-bottom: 1px;
}
.practiceSharing .practiceSharingMain ul {
  margin: 0px 0px -24px;
}
.practiceSharing .practiceSharingMain ul li {
  margin: 0px 0px 24px;
}
.practiceSharing .practiceSharingMain ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: -webkit-linear-gradient(bottom, #F4F7FF 0%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(0deg, #F4F7FF 0%, rgba(255, 255, 255, 0.7) 100%);
  box-shadow: 2px 2px 3px 1px rgba(204, 212, 241, 0.45);
  border-radius: 8px;
  overflow: hidden;
  border: 0px solid #D0E2FF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.practiceSharing .practiceSharingMain ul li a:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.practiceSharing .practiceSharingMain ul li a .image img {
  width: 100%;
  height: auto;
}
.practiceSharing .practiceSharingMain ul li a .content {
  padding: 17px 20px 22px;
}
.practiceSharing .practiceSharingMain ul li a .content .title {
  font-size: 18px;
  line-height: 24px;
  color: #121933;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.practiceSharing .practiceSharingMain ul li a:hover .content .title {
  color: #004BFF;
}
.practiceSharing .practiceSharingMain ul li a .content .intro {
  font-size: 12px;
  color: #121933;
}
.practiceSharing .practiceSharingMore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* 订阅资料 */
.subscriptionMaterials {
  padding: 46px 0px 43px;
  position: relative;
}
.subscriptionMaterials .content {
  text-align: center;
}
.subscriptionMaterials .content .title {
  font-weight: 500;
  font-size: 24px;
  color: #121933;
  margin-bottom: 8px;
}
.subscriptionMaterials .content .intro {
  font-size: 14px;
  line-height: 20px;
  color: #121933;
  margin-bottom: 24px;
}
.subscriptionMaterials .content .moreBox {
  position: relative;
  width: 128px;
  z-index: 2;
  margin: 0 auto;
}
.subscriptionMaterials .content .moreBox .popup {
  display: none;
}
.mSubscriptionMaterialsPopup {
  position: fixed;
  z-index: 9999999;
  background: rgba(78, 78, 78, 0.72);
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: none;
}
.mSubscriptionMaterialsPopup .popup {
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  border-radius: 4px;
  width: 90%;
  max-width: 280px;
  height: 315px;
  padding: 26px 20px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mSubscriptionMaterialsPopup .subTitle {
  font-size: 22px;
  color: transparent;
  line-height: 30px;
  text-fill-color: transparent;
  font-weight: bold;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-linear-gradient(6.867deg, #064EB9 0%, #1D2129 100%);
  background-image: linear-gradient(83.133004207deg, #064EB9 0%, #1D2129 100%);
  margin-bottom: 13px;
}
.mSubscriptionMaterialsPopup .code {
  width: 154px;
  height: auto;
  border-radius: 7px;
}
.mSubscriptionMaterialsPopup p {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0px;
  margin-top: 13px;
}
.mSubscriptionMaterialsPopup .close {
  position: absolute;
  right: 0px;
  top: -54px;
  width: 30px;
  cursor: pointer;
}
.mSubscriptionMaterialsPopup .close img {
  width: 100%;
  height: auto;
}
.verifyPhoneBtn {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-linear-gradient(340deg, #009BFF 0%, #004BFF 100%);
  background: -webkit-linear-gradient(110deg, #009BFF 0%, #004BFF 100%);
  background: linear-gradient(340deg, #009BFF 0%, #004BFF 100%);
  border-radius: 4px;
  font-size: 14px;
  padding: 0px 20px;
  cursor: pointer;
  display: none;
}
.newDownLoadDetailMain .main1 {
  padding-top: 90px;
  background: #fff;
}
.newDownLoadDetailMain .main1 .left_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.newDownLoadDetailMain .main1 .right_box {
  width: 180px;
  margin-left: 109px;
}
.newDownLoadDetailMain .main1 .right_box .shareTitle {
  font-size: 20px;
  padding: 0px 0px 10px;
  color: #121933;
  border-bottom: 1px solid #979797;
}
.newDownLoadDetailMain .main1 .right_box .shareDesc {
  padding-top: 10px;
  font-size: 14px;
  color: #707481;
}
.newDownLoadDetailMain .main1 .right_box .weixinCode {
  margin-top: 10px;
  border-radius: 4px;
  width: 120px;
  padding: 5px;
  border: 1px solid #E5E6EB;
}
.newDownLoadDetailMain .main1 .right_box .weixinCode canvas {
  display: block;
}
.newDownLoadDetailMain .main1 .right_box .downSticky {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}
.newDownLoadDetailMain .main1 .right_box .commonBtn {
  margin-top: 24px;
  width: 100%;
}
.newDownLoadDetailMain .case_s {
  background: #fff;
  padding-top: 25px !important;
  padding-bottom: 60px;
}
.newDownLoadDetailMain .case_s .block_box .case_swiper {
  padding: 48px 5px 0px;
}
.newNewsDetailMain .main1 {
  padding-top: 90px;
  background: #fff;
}
.newNewsDetailMain .main1 .left_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.newNewsDetailMain .main1 .right_box {
  width: 180px;
  margin-left: 108px;
}
.newNewsDetailMain .main1 .right_box .shareTitle {
  font-size: 20px;
  padding: 0px 0px 10px;
  color: #121933;
  border-bottom: 1px solid #979797;
}
.newNewsDetailMain .main1 .right_box .shareDesc {
  padding-top: 10px;
  font-size: 14px;
  color: #707481;
}
.newNewsDetailMain .main1 .right_box .weixinCode {
  margin-top: 10px;
  border-radius: 4px;
  width: 120px;
  padding: 5px;
  border: 1px solid #E5E6EB;
}
.newNewsDetailMain .main1 .right_box .weixinCode canvas {
  display: block;
}
.newNewsDetailMain .main1 .right_box .newsSticky {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}
.newNewsDetailMain .case_s {
  background: #fff;
  padding-top: 25px !important;
  padding-bottom: 60px;
}
.newNewsDetailMain .case_s .block_box .case_swiper {
  padding: 48px 5px 0px;
}
.download_details .main1 .left_box .details_box {
  margin-top: 24px;
}
.case_s .block_box .case_swiper .swiper-slide {
  margin-right: 20px !important;
  width: calc(33.333% - 13px) !important;
}
.case_s .block_box .block:hover {
  box-shadow: 2px 2px 3px 1px rgba(204, 212, 241, 0.45) !important;
}
.case_s .block_box .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: -webkit-linear-gradient(bottom, #F4F7FF 0%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(0deg, #F4F7FF 0%, rgba(255, 255, 255, 0.7) 100%);
  box-shadow: 2px 2px 3px 1px rgba(204, 212, 241, 0.45);
  border-radius: 8px;
  overflow: hidden;
  border: 0px solid #D0E2FF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.case_s .block_box .img .picture_container {
  padding-top: 0px;
}
.case_s .case_swiper .img img {
  position: static;
  width: 100%;
  height: auto;
}
.case_s .block_box .txt_box {
  padding: 17px 20px 22px;
}
.case_s .block_box .txt_box .abstract {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  min-height: 48px;
		max-height: 48px;
}
.case_s .block_box .txt_box .intro {
  font-size: 12px;
  color: #121933;
}
.case_s .block_box .txt_box .more {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #366EF4;
  display: none !important;
}
.case_s .block_box .txt_box .more i {
  font-size: 12px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 10px;
}
.case_s .block_box .case_swiper .swiper-slide:hover .txt_box .more i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.case_s .block_box .case_swiper .swiper-slide:last-child {
  margin: 0px !important;
}
.applicationExperienceBox {
  position: relative;
}
.applicationExperienceBox img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.applicationExperienceBox video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.applicationExperienceBox .applicationExperience {
  padding: 84px 0px;
  position: relative;
  z-index: 10;
}
.applicationExperienceBox .applicationExperience .name {
  font-size: 32px;
  line-height: 1.1;
}
.applicationExperienceBox .applicationExperience .abstract {
  font-size: 16px;
  opacity: 0.85;
  line-height: 24px;
  margin-top: 4px;
}
.applicationExperienceBox .applicationExperience .Btn {
  white-space: nowrap;
  margin-top: 20px;
}
.applicationExperienceBox .applicationExperience .Btn a {
  width: 145px;
}
.messagetermsPrivacyPolicyBox {
  z-index: 99999999 !important;
}
/* .retentionFormBox .layui-layer-content {
  max-height: 90vh;
} */
.messageForm .btn input {
  background: -webkit-linear-gradient(330deg, #009BFF 0%, #004BFF 50%) !important;
  background: -webkit-linear-gradient(120deg, #009BFF 0%, #004BFF 50%) !important;
  background: linear-gradient(330deg, #009BFF 0%, #004BFF 50%) !important;
}
.messageForm .btn input:hover {
  color: #fff;
  background: -webkit-linear-gradient(120deg, #009BFF 0%, #009BFF 50%) !important;
  background: linear-gradient(330deg, #009BFF 0%, #009BFF 50%) !important;
}
@media (max-width: 768px) {
  .h1 {
    font-size: 18px;
  }
  .applicationExperienceBox video {
    display: none;
  }
  .applicationExperienceBox .applicationExperience {
    padding: 65px 0px;
  }
  .applicationExperienceBox .applicationExperience .name {
    color: #fff !important;
    font-size: 0.42rem;
    line-height: 0.59rem;
  }
  .applicationExperienceBox .applicationExperience .Btn a {
    margin: 0px auto;
    width: 75.46667%;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #004BFF;
  }
  .applicationExperienceBox .applicationExperience .Btn a:hover {
    background: #4682FF !important;
    color: #fff;
  }
  .applicationExperienceBox .applicationExperience .abstract {
    text-align: center;
    font-size: 14px;
  }
  .newDownLoadDetailMain .main1 {
    padding-top: 40px;
  }
  .case_s .block_box .case_swiper .swiper-slide {
    margin-right: 20px !important;
    width: 100% !important;
  }
  .case_s .block_box .case_swiper .swiper-slide:last-child {
    margin: 0px !important;
  }
  .newDownLoadDetailMain .main1 .right_box {
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px -2px 5px 0px rgba(204, 212, 241, 0.5);
    padding: 10px 16px;
    z-index: 99;
    margin: 0px;
  }
  .newDownLoadDetailMain .main1 .right_box .downSticky {
    position: static;
  }
  .newDownLoadDetailMain .main1 .right_box .shareTitle {
    display: none;
  }
  .newDownLoadDetailMain .main1 .right_box .shareDesc {
    display: none;
  }
  .newDownLoadDetailMain .main1 .right_box .weixinCode {
    display: none;
  }
  .newDownLoadDetailMain .main1 .right_box .commonBtn {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  /* 关于我们分类 */
  .aboutusListBg {
    top: 0px;
    box-shadow: 0px 5px 9px 0px rgba(52, 94, 184, 0.2);
  }
  .aboutusListBg .aboutusList {
    padding: 0px 40px;
  }
  .aboutusListBg .aboutusList ul {
    margin: 0px -21px;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .aboutusListBg .aboutusList ul li {
    margin: 0px;
  }
  .aboutusListBg .aboutusList ul li.active a {
    color: #1D2129;
  }
  .aboutusListBg .aboutusList ul li a {
    line-height: 80px;
    font-size: 16px;
    padding: 0px 21px;
  }
  .aboutusListBg .aboutusList ul li a::after {
    height: 2px;
  }
  /* 口号2 */
  .promotionSlogan2 {
    padding: 67px 0px 65px;
    position: relative;
  }
  .promotionSlogan2 .content {
    text-align: center;
  }
  .promotionSlogan2 .content .title {
    font-size: 32px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 16px;
  }
  .promotionSlogan2 .content .intro {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 33px;
  }
  .promotionSlogan2 .content .btns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .promotionSlogan2 .content .btns .btn {
    width: 208px;
    height: 54px;
    font-size: 16px;
    margin: 0px 12px;
    border-radius: 8px;
  }
  /* 品牌介绍 */
  .brandIntroBg {
    overflow: hidden;
    padding: 88px 0px 88px;
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #F0F4FF 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F4FF 100%);
  }
  .brandIntroBg .brandIntro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    flex-direction: row-reverse;
    padding: 0px 10px;
  }
  .brandIntroBg .brandIntro .image {
    width: 48.6%;
    border-radius: 8px;
  }
  .brandIntroBg .brandIntro .image .play {
    width: 54px;
    height: 54px;
  }
  .brandIntroBg .brandIntro .content {
    width: 40.083333%;
    margin: 0px;
    text-align: left;
  }
  .brandIntroBg .brandIntro .content .title {
    font-size: 32px;
    margin-bottom: 26px;
  }
  .brandIntroBg .brandIntro .content .intro {
    font-size: 16px;
    line-height: 24px;
  }
  /* 企业文化 */
  .culture {
    padding-top: 80px;
    margin: 0px 10px;
  }
  .culture .cultureTitle {
    font-size: 32px;
    color: #1D2129;
    margin-bottom: 25px;
  }
  .culture .cultureMain {
    overflow: visible;
    margin-right: 0px;
  }
  .culture .cultureMain .swiper-wrapper .swiper-slide {
    min-height: 200px;
    padding: 20px 42px 20px;
    background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EEF4FF 100%);
    background: linear-gradient(0deg, #FFFFFF 0%, #EEF4FF 100%);
    box-shadow: 0px 5px 9px 0px rgba(52, 94, 184, 0.1), inset 0px 1px 9px 1px #FFFFFF;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .culture .cultureMain .swiper-wrapper .swiper-slide:hover {
    box-shadow: 0 6px 16px 2px rgba(7, 12, 20, 0.08);
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .culture .cultureMain .swiper-wrapper .swiper-slide .icon {
    margin-bottom: 12px;
  }
  .culture .cultureMain .swiper-wrapper .swiper-slide .icon img {
    width: auto;
    height: 48px;
  }
  .culture .cultureMain .swiper-wrapper .swiper-slide .content .title {
    font-size: 24px;
    color: #1D2129;
    margin-bottom: 13px;
  }
  .culture .cultureMain .swiper-wrapper .swiper-slide .content .intro {
    font-size: 14px;
    color: #636E80;
    line-height: 25px;
  }
  /* 荣誉证书 */
  .honorBg {
    padding: 88px 0px;
    background: #FBFCFF;
  }
  .honorBg .honor .honorTitle {
    margin-bottom: 63px;
  }
  .honorBg .honor .honorTitle .title {
    font-size: 38px;
    margin-bottom: 23px;
  }
  .honorBg .honor .honorTitle .intro {
    font-size: 16px;
  }
  .honorBg .honor .honorList {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 42px;
  }
  .honorBg .honor .honorList .swiper-wrapper .swiper-slide {
    font-size: 18px;
    padding: 0px 77px 13px;
    border-width: 2px;
  }
  .honorBg .honor .honorMain {
    width: 100%;
    margin-left: 0px;
    padding: 0px 10px;
  }
  .honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul {
    margin: -10px -6px;
  }
  .honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li {
    width: calc(25% - 12px);
    margin: 10px 6px;
    box-shadow: 0px 5px 9px 0px rgba(52, 94, 184, 0.2);
    border-radius: 4px;
  }
  .honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li .image {
    height: 265px;
  }
  .honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li .image .btn {
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    font-size: 14px;
    border-radius: 4px;
  }
  .honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li .content {
    padding: 20px 12px;
    text-align: center;
  }
  .honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li .content .title {
    font-size: 18px;
    line-height: 25px;
  }
  .honorBg .honor .honorMain .swiper-wrapper .swiper-slide .list ul li .content .intro {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
  }
  .honorBg .honor .honorMain .swiper-wrapper .swiper-slide .more {
    margin-top: 48px;
  }
  /* 服务区域 */
  .serviceAreaBg {
    padding: 88px 0px;
  }
  .serviceAreaBg .serviceArea {
    padding: 0px 10px;
  }
  .serviceAreaBg .serviceArea .serviceAreaTitle {
    margin-bottom: 69px;
  }
  .serviceAreaBg .serviceArea .serviceAreaTitle .title {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .serviceAreaBg .serviceArea .serviceAreaTitle .intro {
    font-size: 16px;
    line-height: 25px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact {
    width: 100%;
    background: #D0E2FF;
    border-radius: 4px;
    margin-left: 0px;
    margin-bottom: 30px;
    padding: 0px;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft {
    width: 37.5%;
    height: 102px;
    background: -webkit-linear-gradient(344deg, #0261FF 0%, #1A77FE 23%, #3D47FF 100%);
    background: linear-gradient(106deg, #0261FF 0%, #1A77FE 23%, #3D47FF 100%);
    -webkit-clip-path: polygon(0% -100%, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(0% -100%, 100% 0%, 90% 100%, 0% 100%);
    border-radius: 4px 0px 0px 4px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft .image {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-left: 8%;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft .image img {
    width: 45%;
    height: auto;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft .content {
    padding: 26px 0px;
    margin-left: 49%;
    position: relative;
    z-index: 10;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft .content .title {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft .content .intro {
    font-size: 10px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight {
    width: 68.3%;
    margin-left: -56px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 3px -5px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li {
    width: 50%;
    height: 88px;
    padding: 0px 15px;
    border-radius: 4px;
    margin: 5px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li:first-child {
    padding-left: 60px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li:hover {
    box-shadow: 0px 5px 9px 0px rgba(52, 94, 184, 0.2);
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li .content .title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li .content .intro {
    font-size: 9px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li .more {
    width: 60px;
    height: 28px;
    font-size: 10px;
    border-radius: 2px;
    margin-left: 5px;
  }
  .serviceAreaBg .serviceArea .serviceAreaList {
    width: 100%;
    height: 64px;
    line-height: 64px;
    border-radius: 4px;
    box-shadow: 0px 5px 9px 0px rgba(52, 94, 184, 0.2);
    margin-bottom: 18px;
    margin-left: 0px;
    padding: 0px;
  }
  .serviceAreaBg .serviceArea .serviceAreaList .swiper-wrapper .swiper-slide {
    font-size: 14px;
    border: 0px;
  }
  .serviceAreaBg .serviceArea .serviceAreaList .swiper-wrapper .swiper-slide::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -2px;
    width: 1px;
    height: 28px;
    background: #979797;
  }
  .serviceAreaBg .serviceArea .serviceAreaList .swiper-wrapper .swiper-slide:last-child::after {
    display: none;
  }
  .serviceAreaBg .serviceArea .serviceAreaList .swiper-wrapper .swiper-slide-thumb-active {
    color: #fff;
    background: -webkit-linear-gradient(330deg, #009BFF 0%, #004BFF 50%);
    background: -webkit-linear-gradient(120deg, #009BFF 0%, #004BFF 50%);
    background: linear-gradient(330deg, #009BFF 0%, #004BFF 50%);
  }
  .serviceAreaBg .serviceArea .serviceAreaList .swiper-wrapper .swiper-slide-thumb-active::after {
    opacity: 0;
    visibility: hidden;
  }
  .serviceAreaBg .serviceArea .serviceAreaMain {
    box-shadow: 0px 5px 9px 0px rgba(52, 94, 184, 0.2);
    border-radius: 4px;
  }
  .serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 21px;
  }
  .serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .map {
    display: block;
    width: 43%;
    height: 274px;
    border-radius: 4px;
  }
  .serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 48px;
    margin-top: 0px;
  }
  .serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content .title {
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content .title img {
    height: 36px;
    margin-right: 12px;
  }
  .serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content .title span {
    font-size: 28px;
  }
  .serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content .intro {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content .intro p {
    margin-bottom: 13px;
  }
  .serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content .tip {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .serviceAreaBg .serviceArea .serviceAreaMain .swiper-wrapper .swiper-slide .content .more {
    width: 276px;
    height: 40px;
  }
  /* 发展历程 */
  .history {
    padding: 88px 0px;
  }
  .history .historyTitle {
    font-size: 38px;
    margin-bottom: 50px;
  }
  .history .historyPoster {
    display: block;
    background: #eff2f9;
    margin-bottom: 59px;
    text-align: center;
  }
  .history .historyPoster img {
    max-width: 1920px;
    width: 100%;
    height: 396px;
    object-fit: cover;
  }
  .history .historyMain {
    padding: 0px 0px 10px;
    margin-right: 0px;
    position: relative;
    overflow: hidden;
  }
  .history .historyMain .swiper-wrapper .swiper-slide .year {
    font-size: 21px;
    padding: 0px 28px 15px;
    margin-bottom: 49px;
  }
  .history .historyMain .swiper-wrapper .swiper-slide .year::after {
    left: 28px;
    height: 4px;
  }
  .history .historyMain .swiper-wrapper .swiper-slide .title {
    font-size: 28px;
    margin-bottom: 25px;
    padding: 0px 28px;
  }
  .history .historyMain .swiper-wrapper .swiper-slide .intro {
    font-size: 16px;
    line-height: 25px;
    padding: 0px 28px;
  }
  .history .historyMain .swiper-wrapper .swiper-slide-active .year::after {
    width: calc(100% - 28px);
  }
  .history .historyMain .historySwitchBtns {
    margin-top: 43px;
    margin-left: 0px;
  }
  .history .historyMain .historySwitchBtns .swiper-button-prev {
    margin-right: 47px;
  }
  .history .historyMain .historySwitchBtns .swiper-button-prev,
  .history .historyMain .historySwitchBtns .swiper-button-next {
    width: 48px;
    height: 48px;
    font-size: 26px;
    box-shadow: 0px 5px 9px 0px rgba(52, 94, 184, 0.2);
  }
  /* 加入我们 */
  .joinBg {
    padding: 88px 0px;
    background: rgba(242, 244, 249, 0.4);
  }
  .joinBg .join {
    padding: 0px 10px;
  }
  .joinBg .join .joinTitle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 38px;
  }
  .joinBg .join .joinTitle .title {
    font-size: 38px;
    color: #1D2129;
  }
  .joinBg .join .joinTitle .more {
    width: 160px;
  }
  .joinBg .join .joinMain {
    position: relative;
  }
  .joinBg .join .joinMain .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .joinBg .join .joinMain .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 14px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
  }
  .joinBg .join .joinMain .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 6px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    margin: 0px 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .joinBg .join .joinMain .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    background: rgba(255, 255, 255, 0.9);
  }
  /* 白皮书 */
  .whitePaper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 6px 0px 20px #e8edf8;
    margin-top: -150px;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .whitePaper .swiper-wrapper .swiper-slide {
    border-radius: 8px;
  }
  .whitePaper .swiper-pagination {
    bottom: 20px;
  }
  .whitePaper .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: rgba(112, 116, 129, 0.28);
    border-radius: 2px;
    margin: 0px 3px;
  }
  .whitePaper .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    background: #2970FF;
  }
  /* 行业研究报告 */
  .researchReport {
    padding: 192px 0px 88px;
  }
  .researchReport .researchReportTitle {
    margin-bottom: 48px;
  }
  .researchReport .researchReportTitle .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .researchReport .researchReportTitle .intro {
    font-size: 18px;
    line-height: 25px;
  }
  .researchReport .researchReportMain {
    margin-bottom: 40px;
  }
  .researchReport .researchReportMain ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -24px -6px 0px;
  }
  .researchReport .researchReportMain ul li {
    width: calc(33.33% - 20px);
    margin: 24px 10px 0px;
  }
  .researchReport .researchReportMain ul li a {
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .researchReport .researchReportMain ul li a:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .researchReport .researchReportMain ul li a:hover .content .title {
    color: #004BFF;
  }
  .researchReport .researchReportMain ul li a:hover .content .more i {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  .researchReport .researchReportMain ul li a .image {
    border-radius: 6px 6px 0px 0px;
  }
  .researchReport .researchReportMain ul li a .content {
    height: 168px;
    border-radius: 4px;
    padding: 16px 20px 20px;
    margin-top: -48px;
  }
  .researchReport .researchReportMain ul li a .content .labels {
    margin: -4px 0px;
  }
  .researchReport .researchReportMain ul li a .content .title {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
    margin: 11px 0px 22px;
  }
  .researchReport .researchReportMain ul li a .content .more {
    font-size: 14px;
  }
  .researchReport .researchReportMain ul li a .content .more i {
    font-size: 12px;
    margin-left: 7px;
  }
  /* 最佳行业实践合集 */
  .industryPracticeCollection {
    padding: 91px 0px 95px;
  }
  .industryPracticeCollection .industryPracticeCollectionTitle {
    margin-bottom: 98px;
  }
  .industryPracticeCollection .industryPracticeCollectionTitle .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .industryPracticeCollection .industryPracticeCollectionTitle .intro {
    font-size: 18px;
    line-height: 25px;
  }
  .industryPracticeCollection .industryPracticeCollectionMain {
    margin-bottom: 46px;
  }
  .industryPracticeCollection .industryPracticeCollectionMain ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -46.5px -12px;
  }
  .industryPracticeCollection .industryPracticeCollectionMain ul li {
    width: calc(50% - 24px);
    margin: 46.5px 12px;
  }
  .industryPracticeCollection .industryPracticeCollectionMain ul li a {
    height: 230px;
    box-shadow: 2px 2px 3px 1px rgba(204, 212, 241, 0.45);
    border-radius: 8px;
    border: 0px solid #F2F3F5;
  }
  .industryPracticeCollection .industryPracticeCollectionMain ul li a .image {
    width: 226px;
    border-radius: 4px 4px 0px 0px;
    margin: 0px 12px 0px 20px;
  }
  .industryPracticeCollection .industryPracticeCollectionMain ul li a .content {
    height: 230px;
    padding-top: 28px;
    margin-right: 20px;
  }
  .industryPracticeCollection .industryPracticeCollectionMain ul li a .content .subTitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 17px;
  }
  .industryPracticeCollection .industryPracticeCollectionMain ul li a .content .title {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
    margin-bottom: 49px;
  }
  .industryPracticeCollection .industryPracticeCollectionMain ul li a .content .more {
    width: 144px;
    height: 40px;
    font-size: 14px;
  }
  /* 大咖增长实践分享 */
  .practiceSharing {
    padding: 95px 0px 88px;
  }
  .practiceSharing .practiceSharingTitle {
    margin-bottom: 48px;
  }
  .practiceSharing .practiceSharingTitle .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .practiceSharing .practiceSharingTitle .intro {
    font-size: 18px;
    line-height: 25px;
  }
  .practiceSharing .practiceSharingMain {
    margin-bottom: 46px;
  }
  .practiceSharing .practiceSharingMain ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
  }
  .practiceSharing .practiceSharingMain ul li {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
  .practiceSharing .practiceSharingMain ul li a {
    box-shadow: 2px 2px 3px 1px rgba(204, 212, 241, 0.45);
    border-radius: 8px;
    border: 0px solid #D0E2FF;
  }
  .practiceSharing .practiceSharingMain ul li a:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .practiceSharing .practiceSharingMain ul li a .content {
    padding: 25px 25px 30px;
  }
  .practiceSharing .practiceSharingMain ul li a .content .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 7px;
  }
  .practiceSharing .practiceSharingMain ul li a .content .intro {
    font-size: 14px;
  }
  /* 订阅资料 */
  .subscriptionMaterials {
    padding: 59px 0px 71px;
  }
  .subscriptionMaterials .content {
    text-align: left;
  }
  .subscriptionMaterials .content .title {
    font-size: 42px;
    margin-bottom: 12px;
  }
  .subscriptionMaterials .content .intro {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 27px;
  }
  .subscriptionMaterials .content .moreBox {
    width: 144px;
    margin: 0px;
  }
  .subscriptionMaterials .content .moreBox:hover .popup {
    opacity: 1;
    visibility: visible;
  }
  .subscriptionMaterials .content .moreBox .popup {
    display: block;
    text-align: center;
    position: absolute;
    right: -170px;
    bottom: 0px;
    border-radius: 4px;
    overflow: hidden;
    width: 160px;
    min-height: 202px;
    padding: 17px 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .subscriptionMaterials .content .moreBox .popup .subTitle {
    font-size: 14px;
    color: transparent;
    line-height: 19px;
    text-fill-color: transparent;
    font-weight: bold;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-linear-gradient(6.867deg, #064EB9 0%, #1D2129 100%);
    background-image: linear-gradient(83.133004207deg, #064EB9 0%, #1D2129 100%);
    margin-bottom: 8px;
  }
  .subscriptionMaterials .content .moreBox .popup .code {
    width: 96px;
    height: auto;
    border-radius: 4px;
  }
  .subscriptionMaterials .content .moreBox .popup p {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 3px;
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft {
    height: 112px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft .content .title {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft .content .intro {
    font-size: 12px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight {
    margin-left: -69px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li {
    width: 50%;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li .content .title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li .content .intro {
    font-size: 12px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li .more {
    width: 85px;
    height: 34px;
    font-size: 13px;
    border-radius: 4px;
    margin-left: 10px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li:first-child {
    padding-left: 79px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li {
    width: 47.2%;
    height: 88px;
    padding: 0px 20px;
    border-radius: 4px;
    margin: 8px;
  }
}
@media (min-width: 1200px) {
  .brandIntroBg .brandIntro {
    padding: 0px 45px;
  }
  .culture {
    margin: 0px 45px;
  }
  .honorBg .honor .honorMain {
    padding: 0px 38px;
  }
  .joinBg .join {
    padding: 0px 30px;
  }
  .serviceAreaBg .serviceArea {
    padding: 0px 24px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft {
    height: 112px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft .content {
    margin-left: 53%;
    padding: 18px 0px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft .content .title {
    font-size: 26px;
    margin-bottom: 7px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactLeft .content .intro {
    font-size: 14px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li:first-child {
    padding-left: 79px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li {
    padding: 0px 28px 0px 41px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li .content .title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .serviceAreaBg .serviceArea .serviceAreaContact .serviceAreaContactRight ul li .content .intro {
    font-size: 12px;
  }
}