@charset "UTF-8";
.intro-container {
  display: block;
  width: 100%;
}

.banner {
  position: relative;
  width: 100%;
  min-width: 1200px;
  max-height: 100vh;
  overflow: hidden;
}

.banner .title {
  display: none;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 750px;
}

.banner .title .title-1 {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  line-height: 62px;
}

.banner .title .title-2 {
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  line-height: 62px;
}

.banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(51, 112, 255, 0.2);
}

.banner .overlay .overlay-content .slogan .slogan-title {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

.banner .overlay .overlay-content .slogan .slogan-subtitle {
  font-size: 60px;
  font-weight: 400;
  color: #fff;
}

.banner .overlay .overlay-content .video-button {
  display: none;
  width: 68px;
  height: 68px;
  background: url(../images/play.png) center no-repeat;
  margin: 20px auto 0;
  border-radius: 50%;
  transition: box-shadow 0.4s;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
}

.banner .overlay .overlay-content .video-button:hover {
  cursor: pointer;
  box-shadow: 0 0 10px #fff;
}

.banner .video-pop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
}

.banner .video-pop .bg-cls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner .video-pop .pop-main {
  position: absolute;
  z-index: 2;
  width: 80%;
  max-width: 1100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.banner .video-pop .pop-main .cls-pop {
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: 60% 60%;
  background-image: url(../images/close2.png);
  background-repeat: no-repeat;
  background-position: center;
  top: -15px;
  right: -15px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #000;
  z-index: 10;
}

.banner .video-pop .pop-main video {
  display: block;
  width: 100%;
  height: auto;
}

.main .introduce {
  background: #fff;
  width: 100%;
  max-width: 2560px;
  min-width: 1200px;
  margin: 0 auto;
}

.main .introduce .summary {
  margin: 100px auto 50px;
  width: 750px;
}

.main .introduce .summary p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
}

.main .introduce .pics {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.main .introduce .pics .swiper-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.main .introduce .pics .swiper-container .swiper-slide {
  width: 385px;
  margin: 0 22px 0 0;
}

.main .introduce .pics .swiper-container .swiper-slide:nth-child(3n) {
  margin-right: 0;
}

.main .introduce .pics .swiper-container .swiper-slide .item {
  position: relative;
  width: 385px;
  height: 241px;
  overflow: hidden;
  margin-right: 21px;
}

.main .introduce .pics .swiper-container .swiper-slide .item:last-child {
  margin-right: 0;
}

.main .introduce .pics .swiper-container .swiper-slide .item .img-a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main .introduce .pics .swiper-container .swiper-slide .item .img-a:hover .img-bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main .introduce .pics .swiper-container .swiper-slide .item .img-a .img-bg {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main .introduce .pics .swiper-container .swiper-slide .item img {
  width: 100%;
  height: auto;
}

.main .introduce .pics .swiper-container .swiper-slide .item .img-txt {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-style: italic;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 5px;
  height: 24px;
}

.main .introduce .pics .swiper-container .swiper-slide .item .img-txt img {
  width: auto;
  height: 100%;
}

.main .introduce .pics .item {
  position: relative;
  width: 385px;
  height: 241px;
  overflow: hidden;
  margin-right: 21px;
}

.main .introduce .pics .item:last-child {
  margin-right: 0;
}

.main .introduce .pics .item .img-a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main .introduce .pics .item .img-a:hover .img-bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main .introduce .pics .item .img-a .img-bg {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main .introduce .pics .item img {
  width: 100%;
  height: auto;
}

.main .introduce .pics .item .img-txt {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-style: italic;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 5px;
  height: 24px;
}

.main .introduce .pics .item .img-txt img {
  width: auto;
  height: 100%;
}

.main .product {
  margin: 100px auto 0;
  width: 100%;
  max-width: 2560px;
  min-width: 1330px;
}

.main .product .main-title {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto 50px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  text-align: center;
}

.main .product .prod-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.main .product .prod-list::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #fff;
}

.main .product .prod-list .prod-item {
  width: 50%;
  height: 214px;
  background: #f4f5f7;
}

.main .product .prod-list .prod-item:nth-child(-n+2) {
  border-bottom: 1px solid #fff;
}

.main .product .prod-list .prod-item .prod-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main .product .prod-list .prod-item .prod-content .product-img {
  width: 100%;
  height: 100%;
}

.main .product .prod-list .prod-item .prod-content .product-img img {
  width: 100%;
}

.main .product .prod-list .prod-item .prod-content .product-img::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.main .product .prod-list .prod-item .prod-content .content {
  padding-top: 48px;
  font-size: 0;
}

.main .product .prod-list .prod-item .prod-content .content .icon {
  display: inline-block;
  width: 50px;
  height: 44px;
  vertical-align: top;
  margin-right: 24px;
}

.main .product .prod-list .prod-item .prod-content .content .icon img {
  width: 100%;
}

.main .product .prod-list .prod-item .prod-content .content .detail {
  display: inline-block;
  width: 550px;
}

.main .product .prod-list .prod-item .prod-content .content .detail .name {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  margin-bottom: 10px;
}

.main .product .prod-list .prod-item .prod-content .content .detail .desc {
  width: 500px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 24px;
  margin-bottom: 15px;
}

.main .product .prod-list .prod-item .prod-content .content .detail .link a {
  display: inline-block;
  color: #f87375;
  font-size: 16px;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
  margin: 0 30px 0 0;
}

.main .product .prod-list .prod-item .prod-content .content .detail .link a:hover {
  color: #f87375;
}

.main .product .prod-list .prod-item .prod-content .content .detail .link a:hover .under-line {
  width: 100%;
}

.main .product .prod-list .prod-item .prod-content .content .detail .link a .under-line {
  width: 0;
  height: 1px;
  background-color: #f87375;
  transition: all 0.3s ease;
  margin-top: 2px;
}

.main .product .prod-list .prod-item .media .content {
  position: absolute;
  top: 0;
  right: 0;
}

.main .product .prod-list .prod-item .roadshow .content {
  position: absolute;
  top: 0;
  left: 40px;
}

.main .product .prod-list .prod-item .ir .content {
  position: absolute;
  top: 0;
  right: 0;
}

.main .product .prod-list .prod-item .data .content {
  position: absolute;
  top: 0;
  left: 40px;
}

.main .promise {
  margin: 100px auto 0;
  width: 100%;
  max-width: 2560px;
  min-width: 1200px;
}

.main .promise .main-title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  text-align: center;
}

.main .promise .main-title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 10px;
}

.main .promise .main-title p {
  margin: 0 auto 0;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  line-height: 21px;
}

.main .promise .pics {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.main .promise .pics .swiper-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.main .promise .pics .swiper-container .swiper-slide {
  width: 283px;
  margin: 0 22px 0 0;
}

.main .promise .pics .swiper-container .swiper-slide:nth-child(4n) {
  margin-right: 0;
}

.main .promise .pics .swiper-container .swiper-slide .item {
  position: relative;
  width: 283px;
  height: 353px;
  overflow: hidden;
  margin-right: 22px;
}

.main .promise .pics .swiper-container .swiper-slide .item:last-child {
  margin-right: 0;
}

.main .promise .pics .swiper-container .swiper-slide .item .img-a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main .promise .pics .swiper-container .swiper-slide .item .img-a:hover .img-bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main .promise .pics .swiper-container .swiper-slide .item .img-a .img-bg {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main .promise .pics .swiper-container .swiper-slide .item img {
  width: 100%;
  height: auto;
}

.main .promise .pics .swiper-container .swiper-slide .item .img-txt {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 5px;
  height: 26px;
}

.main .promise .pics .swiper-container .swiper-slide .item .img-txt img {
  width: auto;
  height: 100%;
}

.main .promise .pics .item {
  position: relative;
  width: 283px;
  height: 353px;
  overflow: hidden;
  margin-right: 22px;
}

.main .promise .pics .item:last-child {
  margin-right: 0;
}

.main .promise .pics .item .img-a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main .promise .pics .item .img-a:hover .img-bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main .promise .pics .item .img-a .img-bg {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main .promise .pics .item img {
  width: 100%;
  height: auto;
}

.main .promise .pics .item .img-txt {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 5px;
  height: 26px;
}

.main .promise .pics .item .img-txt img {
  width: auto;
  height: 100%;
}

.main .customer {
  width: 100%;
  max-width: 2560px;
  min-width: 1200px;
  margin: 100px auto 0;
  padding-top: 100px;
  background: #f4f5f7;
}

.main .customer .main-title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  text-align: center;
}

.main .customer .customers2 {
  width: 100%;
  max-width: 2560px;
  min-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.main .customer .customers2 .content {
  width: 100%;
  margin: 0 auto;
}

.main .customer .customers2 .content .row {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.main .customer .customers2 .content .row .logo {
  display: flex;
  align-items: center;
  height: 60px;
  background: #fff;
  border-radius: 10px;
  padding: 0 16px;
  margin-right: 15px;
  transition: all 0.3s;
}

.main .customer .customers2 .content .row .logo:last-of-type {
  margin-right: 0;
}

.main .customer .customers2 .content .row .logo:hover {
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.main .customer .customers {
  width: 100%;
  max-width: 2560px;
  min-width: 1200px;
  margin: 0 auto;
}

.main .customer .customers .tab-nav {
  text-align: center;
  font-size: 0;
}

.main .customer .customers .tab-nav .tab-cell {
  display: inline-block;
  width: 200px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 20px;
  padding-bottom: 14px;
  cursor: pointer;
}

.main .customer .customers .tab-nav .tab-cell.current {
  border-bottom: 3px solid #3370ff;
}

.main .customer .customers .tab-body {
  width: 100%;
  max-width: 2560px;
  min-width: 1200px;
  height: 381px;
  overflow: hidden;
  margin: 36px auto 0;
}

.main .customer .customers .tab-body .tab-content {
  display: none;
}

.main .customer .customers .tab-body .tab-content.current {
  display: block;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-nav {
  width: 1432px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-nav .sub-tab-cell {
  background: #fff;
  display: inline-block;
  width: 176px;
  height: 96px;
  overflow: hidden;
  border-right: 1px solid #efefef;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-nav .sub-tab-cell:last-child {
  border-right: none;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-nav .sub-tab-cell.current {
  border-bottom: 1px solid #3370ff;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-nav .sub-tab-cell img {
  width: 100%;
  height: auto;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-body {
  width: 100%;
  max-width: 2560px;
  min-width: 1200px;
  height: 285px;
  overflow: hidden;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-body .sub-tab-content {
  display: none;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-body .sub-tab-content.current {
  display: block;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-body .sub-tab-content .customer-content {
  background-color: #2a313b;
  width: 100%;
  height: 285px;
  font-size: 0;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-body .sub-tab-content .customer-content .left {
  display: inline-block;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-body .sub-tab-content .customer-content .left img {
  width: auto;
  height: 100%;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-body .sub-tab-content .customer-content .right {
  display: inline-block;
  width: 50%;
  height: 100%;
  overflow: hidden;
  padding: 90px 0 0 74px;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-body .sub-tab-content .customer-content .right .txt {
  width: 92%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 32px;
}

.main .financialmap {
  background: #f4f5f7;
  width: 100%;
  max-width: 2560px;
  min-width: 1200px;
  margin: 0 auto;
}

.main .financialmap .main-title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 62px;
  text-align: center;
}

.main .financialmap .mapbox {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1200px;
  margin: 0 auto;
  /* 加载动画 */
}

.main .financialmap .mapbox .map-box-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 200px;
  height: 480px;
}

.main .financialmap .mapbox .map-box-left .item {
  cursor: pointer;
}

.main .financialmap .mapbox .map-box-left .item .base-num {
  color: #000;
  font-weight: 500;
}

.main .financialmap .mapbox .map-box-left .item .base-num .num {
  font-size: 140px;
}

.main .financialmap .mapbox .map-box-left .item .base-num .ge {
  font-size: 20px;
}

.main .financialmap .mapbox .map-box-left .item .base-name {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 48px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 12px;
}

.main .financialmap .mapbox .map-box-left .item .base-name.roadshow {
  border-bottom: 2px solid #3370ff;
}

.main .financialmap .mapbox .map-box-left .item .base-name.edu {
  border-bottom: 2px solid #f87375;
}

.main .financialmap .mapbox .swiper-container img {
  width: 100%;
  height: 100%;
}

.main .financialmap .mapbox #road-box {
  width: 480px;
  height: 480px;
  position: absolute;
  top: 130px;
  left: -150px;
}

.main .financialmap .mapbox #road-box .swiper-wrapper,
.main .financialmap .mapbox #road-box .swiper-slide {
  width: 100%;
  height: 100%;
}

.main .financialmap .mapbox #road-box .swiper-button-next,
.main .financialmap .mapbox #road-box .swiper-button-prev {
  width: 14px;
  height: 22px;
  margin-top: -11px;
  background-size: 14px 22px;
}

.main .financialmap .mapbox #map-container {
  width: 980px;
  height: 740px;
  overflow: hidden;
  position: relative;
  text-align: right;
}

.main .financialmap .mapbox .map-box {
  display: inline-block;
  width: 820px;
  height: 740px;
  margin-right: 0;
  position: relative;
}

.main .financialmap .mapbox #map {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.main .financialmap .mapbox .loader {
  background: #000d33;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.main .financialmap .mapbox .loader-inner {
  bottom: 0;
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.main .financialmap .mapbox .loader-line-wrap {
  -webkit-animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  box-sizing: border-box;
  height: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 100px;
}

.main .financialmap .mapbox .loader-line-wrap:nth-child(1) {
  -webkit-animation-delay: -50ms;
  animation-delay: -50ms;
}

.main .financialmap .mapbox .loader-line-wrap:nth-child(1) .loader-line {
  border-color: #eb4747;
  height: 90px;
  width: 90px;
  top: 7px;
}

.main .financialmap .mapbox .loader-line-wrap:nth-child(2) {
  -webkit-animation-delay: -100ms;
  animation-delay: -100ms;
}

.main .financialmap .mapbox .loader-line-wrap:nth-child(2) .loader-line {
  border-color: #ebeb47;
  height: 76px;
  width: 76px;
  top: 14px;
}

.main .financialmap .mapbox .loader-line-wrap:nth-child(3) {
  -webkit-animation-delay: -150ms;
  animation-delay: -150ms;
}

.main .financialmap .mapbox .loader-line-wrap:nth-child(3) .loader-line {
  border-color: #47eb47;
  height: 62px;
  width: 62px;
  top: 21px;
}

.main .financialmap .mapbox .loader-line-wrap:nth-child(4) {
  -webkit-animation-delay: -200ms;
  animation-delay: -200ms;
}

.main .financialmap .mapbox .loader-line-wrap:nth-child(4) .loader-line {
  border-color: #47ebeb;
  height: 48px;
  width: 48px;
  top: 28px;
}

.main .financialmap .mapbox .loader-line-wrap:nth-child(5) {
  -webkit-animation-delay: -250ms;
  animation-delay: -250ms;
}

.main .financialmap .mapbox .loader-line-wrap:nth-child(5) .loader-line {
  border-color: #4747eb;
  height: 34px;
  width: 34px;
  top: 35px;
}

.main .financialmap .mapbox .loader-line {
  border: 4px solid transparent;
  border-radius: 100%;
  box-sizing: border-box;
  height: 100px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

@-webkit-keyframes spin {
  0%,
  15% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0%,
  15% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.main .culture {
  margin: 100px auto 0;
  width: 100%;
  max-width: 2560px;
  min-width: 1200px;
}

.main .culture .main-title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  text-align: center;
}

.main .culture .main-title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 10px;
}

.main .culture .main-title p {
  margin: 0 auto 0;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  line-height: 21px;
}

.main .culture .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.main .culture .content .swiper-container {
  width: 100%;
}

.main .culture .content .swiper-container .swiper-wrapper {
  flex-wrap: wrap;
}

.main .culture .content .swiper-container .swiper-slide {
  width: 385px;
  margin: 0 22px 0 0;
}

.main .culture .content .swiper-container .swiper-slide:nth-child(3n) {
  margin-right: 0;
}

.main .culture .content .swiper-container .swiper-slide a .item {
  width: 385px;
}

.main .culture .content .swiper-container .swiper-slide a .item .pic {
  width: 385px;
  height: 240px;
  overflow: hidden;
}

.main .culture .content .swiper-container .swiper-slide a .item .pic img {
  width: 100%;
  transition: all 0.5s;
}

.main .culture .content .swiper-container .swiper-slide a .item .info {
  width: 100%;
  padding: 18px 20px 20px;
}

.main .culture .content .swiper-container .swiper-slide a .item .info .title {
  height: 60px;
}

.main .culture .content .swiper-container .swiper-slide a .item .info .title h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 30px;
}

.main .culture .content .swiper-container .swiper-slide a:hover .item .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main .culture .content .con-1 {
  width: 1200px;
  margin: 0 auto 20px auto;
  font-size: 0;
}

.main .culture .content .con-1 .left {
  display: inline-block;
  width: 740px;
  height: 200px;
  overflow: hidden;
  margin: 0 20px 0 0;
}

.main .culture .content .con-1 .right {
  display: inline-block;
  width: 438px;
  height: 200px;
  background: url(../images/culture-1@2x.png);
}

.main .culture .content .con-2 {
  width: 1200px;
  margin: 0 auto 0 auto;
  font-size: 0;
}

.main .culture .content .con-2 .left {
  display: inline-block;
  width: 438px;
  height: 200px;
  background: url(../images/culture-1@2x.png);
  margin: 0 20px 0 0;
}

.main .culture .content .con-2 .right {
  display: inline-block;
  width: 740px;
  height: 200px;
  background: url(../images/culture-1@2x.png);
}

.main .culture .content .item {
  position: relative;
  overflow: hidden;
}

.main .culture .content .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.main .culture .content .item a h4 {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 16px;
  opacity: 0.5;
  margin: 28px auto auto 32px;
}

.main .culture .content .item a img {
  width: 100%;
}

.main .culture .content .item a .detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 23px 34px;
  background: rgba(248, 115, 117, 0.8);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}

.main .culture .content .item a .detail .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 48px;
}

.main .culture .content .item a .detail .desc {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
}

.main .culture .content .item a:hover .detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 115, 117, 0.8);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.main .culture .content .list {
  width: 1200px;
  margin: 0 auto 0 auto;
}

.main .culture .content .list .pics {
  font-size: 0;
}

.main .culture .content .list .pics li {
  display: inline-block;
  margin: 0 22px 0 0;
}

.main .culture .content .list .pics li:nth-child(3n) {
  margin-right: 0;
}

.main .culture .content .list .pics li a .item {
  width: 385px;
}

.main .culture .content .list .pics li a .item .pic {
  width: 385px;
  height: 240px;
  overflow: hidden;
}

.main .culture .content .list .pics li a .item .pic img {
  width: 100%;
  transition: all 0.5s;
}

.main .culture .content .list .pics li a .item .info {
  width: 100%;
  padding: 18px 20px 0;
}

.main .culture .content .list .pics li a .item .info .title {
  height: 60px;
}

.main .culture .content .list .pics li a .item .info .title h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 30px;
}

.main .culture .content .list .pics li a:hover .item .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main .contact {
  background: #f4f5f7;
  margin: 100px auto 0;
  width: 100%;
  max-width: 2560px;
  min-width: 1200px;
  font-size: 0;
  height: 398px;
}

.main .contact .con-left {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
  background: url(../images/contact-bg.jpg) top right;
  background-size: cover;
}

.main .contact .con-left .joinus {
  position: absolute;
  top: 50%;
  right: 190px;
  overflow: hidden;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 42px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.main .contact .con-left .joinus .content h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 42px;
  text-align: center;
}

.main .contact .con-left .joinus .content h3 a {
  font-size: 24px;
  font-weight: 500;
  color: #3370ff;
  line-height: 32px;
}

.main .contact .con-left .joinus a {
  font-size: 24px;
  font-weight: 500;
  color: #3370ff;
  line-height: 32px;
}

.main .contact .con-right {
  display: inline-block;
  width: 50%;
  height: 100%;
  overflow: hidden;
  padding: 45px 60px 0 60px;
}

.main .contact .con-right .contactus {
  margin-bottom: 30px;
}

.main .contact .con-right .contactus p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 32px;
}

.main .contact .con-right .contactus p:nth-child(1) {
  margin-bottom: 10px;
}

.main .contact .con-right .followus {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 32px;
}

.main .contact .con-right .followus p {
  margin-bottom: 30px;
}

.main .contact .con-right .followus .icons {
  font-size: 0;
}

.main .contact .con-right .followus .icons ul li {
  position: relative;
  display: inline-block;
  background: burlywood;
  width: 32px;
  height: 25px;
  margin-right: 25px;
}

.main .contact .con-right .followus .icons ul li:last-of-type {
  margin-right: 0;
}

.main .contact .con-right .followus .icons ul li.sph {
  background: url(../images/icon/sph.svg) no-repeat;
  background-size: contain;
}

.main .contact .con-right .followus .icons ul li.weibo {
  background: url(../images/icon/weibo.svg) no-repeat;
  background-size: contain;
}

.main .contact .con-right .followus .icons ul li.weixin {
  background: url(../images/icon/weixin.svg) no-repeat;
  background-size: contain;
}

.main .contact .con-right .followus .icons ul li.douyin {
  background: url(../images/icon/douyin.svg) no-repeat;
  background-size: contain;
}

.main .contact .con-right .followus .icons ul li.toutiao {
  background: url(../images/icon/toutiao.svg) no-repeat;
  background-size: contain;
}

.main .contact .con-right .followus .icons ul li.app {
  background: url(../images/icon/app.svg) no-repeat;
  background-size: contain;
}

.main .contact .con-right .followus .icons ul li:hover {
  background-color: #333;
  cursor: pointer;
}

.main .contact .con-right .followus .icons ul li:hover.sph {
  background: url(../images/icon/sph-h.svg) no-repeat;
  background-size: contain;
}

.main .contact .con-right .followus .icons ul li:hover.weibo {
  background: url(../images/icon/weibo-h.svg) no-repeat;
  background-size: contain;
}

.main .contact .con-right .followus .icons ul li:hover.weixin {
  background: url(../images/icon/weixin-h.svg) no-repeat;
  background-size: contain;
}

.main .contact .con-right .followus .icons ul li:hover.douyin {
  background: url(../images/icon/douyin-h.svg) no-repeat;
  background-size: contain;
}

.main .contact .con-right .followus .icons ul li:hover.toutiao {
  background: url(../images/icon/toutiao-h.svg) no-repeat;
  background-size: contain;
}

.main .contact .con-right .followus .icons ul li:hover.app {
  background: url(../images/icon/app-h.svg) no-repeat;
  background-size: contain;
}

.main .contact .con-right .followus .icons ul li:hover .qrcode {
  position: absolute;
  display: block;
  top: -150px;
  left: -56px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 2px 10px #aaa;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.main .contact .con-right .followus .icons ul li:hover .qrcode .pic {
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.main .contact .con-right .followus .icons ul li:hover .qrcode .pic img {
  width: 100%;
}

.main .contact .con-right .followus .icons ul li:hover .qrcode::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.main .contact .con-right .followus .icons ul li .qrcode {
  display: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.footer {
  width: 100%;
  min-width: 1200px;
  background: #000;
  margin: 0 auto;
  padding: 32px 0;
}

.footer .cont {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 24px;
}

.footer .cont p a {
  color: #666;
  margin-right: 10px;
}

.footer .cont p a:last-of-type {
  margin-right: 0;
}

.footer .cont p a:hover {
  color: #666;
}

.sharebox {
  position: fixed;
  right: 1%;
  bottom: 135px;
  margin-left: 520px;
  width: 55px;
  z-index: 9999;
}

.sharebox .gotop {
  visibility: hidden;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background: url(../images/icon.png) no-repeat -166px 0;
}

.sharebox .gotop:hover {
  background: url(../images/icon.png) no-repeat -166px -56px;
}

.sharebox .s-item a {
  display: block;
  width: 100%;
  height: 100%;
}
