@charset "UTF-8";
.intro-container {
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
}

.banner {
  position: relative;
  margin: 1.333333rem 0 0 0;
}

.banner .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  background: top center no-repeat;
  background-size: cover;
  height: 14rem;
}

.banner .content img {
  width: 100%;
  height: auto;
}

.banner .content .overlay {
  display: flex;
  justify-content: center;
  text-align: center;
}

.banner .content .overlay .overlay-content .slogan .slogan-title {
  font-size: .4rem;
  font-weight: 500;
  color: #fff;
}

.banner .content .overlay .overlay-content .slogan .slogan-subtitle {
  font-size: 1.066667rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.6rem;
}

.banner .content .overlay .overlay-content .video-button {
  width: .56rem;
  height: .56rem;
  background: url(../images/play.png) center no-repeat;
  background-size: contain;
  margin: 0 auto;
  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 .content .overlay .overlay-content .video-button:hover {
  cursor: pointer;
  box-shadow: 0 0 10px #fff;
}

.banner .content .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 .content .video-pop .bg-cls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner .content .video-pop .pop-main {
  position: absolute;
  z-index: 2;
  width: 80%;
  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 .content .video-pop .pop-main .cls-pop {
  position: absolute;
  width: .4rem;
  height: .4rem;
  background-size: 60% 60%;
  background-image: url(../images/close2.png);
  background-repeat: no-repeat;
  background-position: center;
  top: -0.2rem;
  right: -0.2rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #000;
  z-index: 10;
}

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

.main .introduce {
  background: #fff;
  width: 100%;
  margin: 0 auto;
}

.main .introduce .summary {
  margin: 1.066667rem auto 0.56rem;
  width: 100%;
}

.main .introduce .summary p {
  flex-direction: column;
  text-align: center;
  font-size: .4rem;
  font-weight: bold;
  color: #000;
  line-height: .64rem;
}

.main .introduce .pics {
  padding: 0 .533333rem;
}

.main .introduce .pics .swiper-container {
  width: 100%;
}

.main .introduce .pics .swiper-container .swiper-slide {
  width: 4.146667rem;
}

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

.main .introduce .pics .swiper-container .swiper-slide .item {
  position: relative;
  width: 4.146667rem;
  height: 2.6rem;
  overflow: hidden;
}

.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 {
  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: .346667rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: .066667rem;
  height: .32rem;
}

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

.main .introduce .pics .item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: pink;
  position: relative;
  width: 4.146667rem;
  height: 2.6rem;
  overflow: hidden;
  margin-right: .24rem;
}

.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::after {
  background: transparent;
}

.main .introduce .pics .item .img-a:hover .img-bg {
  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: .32rem;
}

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

.main .product {
  margin: 1.133333rem auto 0;
  padding: 0 .533333rem;
  width: 100%;
}

.main .product .main-title {
  width: 100%;
  margin: 0 auto .52rem;
  font-size: .4rem;
  font-weight: bold;
  color: #000;
  line-height: .826667rem;
  text-align: center;
}

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

.main .product .prod-list .prod-item {
  width: 8.933333rem;
  height: 4.133333rem;
  background: #f4f5f7;
  margin-bottom: .533333rem;
}

.main .product .prod-list .prod-item:last-of-type {
  margin-bottom: 0;
}

.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 {
  height: 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.5);
}

.main .product .prod-list .prod-item .prod-content .content {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 0;
}

.main .product .prod-list .prod-item .prod-content .content .icon {
  position: absolute;
  top: .293333rem;
  display: inline-block;
  width: .666667rem;
  height: auto;
}

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

.main .product .prod-list .prod-item .prod-content .content .detail {
  position: absolute;
  top: .466667rem;
  width: 100%;
}

.main .product .prod-list .prod-item .prod-content .content .detail .name {
  font-size: .48rem;
  font-weight: 500;
  color: #333;
  line-height: .826667rem;
  padding: 0 .48rem;
}

.main .product .prod-list .prod-item .prod-content .content .detail .desc {
  font-size: .293333rem;
  font-weight: 500;
  color: #666;
  line-height: .48rem;
  opacity: 0.5;
  margin-bottom: .266667rem;
  padding: 0 .48rem;
}

.main .product .prod-list .prod-item .prod-content .content .detail .link {
  padding-left: .48rem;
}

.main .product .prod-list .prod-item .prod-content .content .detail .link a {
  color: #f87375;
  font-size: .32rem;
  font-weight: 500;
  line-height: .8rem;
  margin: 0 .266667rem 0 0;
}

.main .product .prod-list .prod-item .prod-content .content .detail .link a:last-of-type {
  margin: 0;
}

.main .product .prod-list .prod-item .prod-content .content .detail .link a .under-line {
  display: none;
}

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

.main .product .prod-list .prod-item .media .content .icon {
  right: .293333rem;
}

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

.main .product .prod-list .prod-item .roadshow .content .icon {
  right: .293333rem;
}

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

.main .product .prod-list .prod-item .ir .content .icon {
  right: .293333rem;
}

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

.main .product .prod-list .prod-item .data .content .icon {
  right: .293333rem;
}

.main .promise {
  margin: 1.066667rem auto 0;
  width: 100%;
}

.main .promise .main-title {
  width: 100%;
  margin: 0 auto .6rem;
  padding: 0 .533333rem;
  text-align: center;
}

.main .promise .main-title h2 {
  font-size: .4rem;
  font-weight: bold;
  color: #000;
  line-height: .64rem;
  text-align: center;
  margin-bottom: .133333rem;
}

.main .promise .main-title p {
  margin: 0 auto 0;
  font-size: .293333rem;
  font-weight: 500;
  color: #666;
  line-height: .44rem;
}

.main .promise .pics {
  padding: 0 .533333rem;
}

.main .promise .pics .swiper-container {
  width: 100%;
}

.main .promise .pics .swiper-container .swiper-slide {
  width: 3.773333rem;
}

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

.main .promise .pics .swiper-container .swiper-slide .item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: pink;
  position: relative;
  width: 3.773333rem;
  height: 4.706667rem;
  overflow: hidden;
  margin-right: .293333rem;
}

.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 {
  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: .346667rem;
}

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

.main .promise .pics .item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: pink;
  position: relative;
  width: 3.773333rem;
  height: 4.706667rem;
  overflow: hidden;
  margin-right: .293333rem;
}

.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 {
  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: .346667rem;
}

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

.main .customer {
  margin: 1.066667rem auto 0;
  padding-top: .506667rem;
  background: #f4f5f7;
}

.main .customer .main-title {
  width: 100%;
  margin: 0 auto .4rem;
  font-size: .4rem;
  font-weight: bold;
  color: #000;
  line-height: .4rem;
  text-align: center;
}

.main .customer .main-title h2 {
  font-size: .4rem;
  font-weight: bold;
  color: #000;
  line-height: .64rem;
  text-align: center;
  margin-bottom: .133333rem;
  padding: 0 0.533333rem;
}

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

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

.main .customer .customers2 .content .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.main .customer .customers2 .content .row .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 1.066667rem;
  background: #fff;
  border-bottom: 1px solid #f4f5f7;
  border-right: 1px solid #f4f5f7;
  padding: 0 .16rem;
  transition: all 0.3s;
}

.main .customer .customers2 .content .row .logo a img {
  width: 100%;
}

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

.main .customer .customers .tab-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  font-size: 0;
}

.main .customer .customers .tab-nav .tab-cell {
  display: inline-block;
  text-align: center;
  font-size: .373333rem;
  font-weight: 500;
  color: #000;
  line-height: .826667rem;
  margin: 0 .266667rem;
  cursor: pointer;
}

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

.main .customer .customers .tab-body {
  width: 100%;
  height: 9rem;
  overflow: hidden;
  margin: .4rem 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 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  padding: 0 .533333rem;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-nav .sub-tab-cell {
  background: #fff;
  display: inline-block;
  width: 25%;
  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%;
  height: 5.2rem;
  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 {
  width: 100%;
  font-size: 0;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-body .sub-tab-content .customer-content .left {
  width: 8.933333rem;
  height: 100%;
  margin: 0 auto;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-body .sub-tab-content .customer-content .left img {
  width: 8.933333rem;
  height: 2.493333rem;
  margin: 0 auto;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-body .sub-tab-content .customer-content .right {
  width: 8.933333rem;
  margin: .466667rem auto;
}

.main .customer .customers .tab-body .tab-content .sub-content .sub-tab-body .sub-tab-content .customer-content .right .txt {
  width: 8.933333rem;
  font-size: .32rem;
  font-weight: 500;
  color: #000;
  line-height: .426667rem;
}

.main .financialmap {
  background: #f4f5f7;
  width: 100%;
  margin: 0 auto;
}

.main .financialmap .main-title {
  width: 100%;
  margin: 0 auto .4rem;
  font-size: .4rem;
  font-weight: bold;
  color: #000;
  line-height: .4rem;
  text-align: center;
}

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

.main .financialmap .mapbox .map-box-left {
  display: flex;
  justify-content: space-evenly;
  width: 85%;
  margin: 0 auto .56rem auto;
}

.main .financialmap .mapbox .map-box-left .item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

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

.main .financialmap .mapbox .map-box-left .item .base-name {
  font-size: .2133rem;
  font-weight: 500;
  color: #000;
  line-height: .64rem;
  width: max-content;
}

.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: 3.2667rem;
  height: 3.2667rem;
}

.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: 90%;
  overflow: hidden;
  position: relative;
}

.main .financialmap .mapbox .map-box {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 7.8rem;
}

.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 {
  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;
  transform-origin: 50% 100%;
  width: 100px;
}

.main .financialmap .mapbox .loader-line-wrap:nth-child(1) {
  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) {
  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) {
  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) {
  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) {
  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;
}

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

.main .culture {
  margin: 1.333333rem auto 0;
  width: 100%;
}

.main .culture .main-title {
  width: 100%;
  margin: 0 auto .6rem;
  padding: 0 .533333rem;
  text-align: center;
}

.main .culture .main-title h2 {
  font-size: .4rem;
  font-weight: bold;
  color: #000;
  line-height: .64rem;
  text-align: center;
  margin-bottom: .133333rem;
}

.main .culture .main-title p {
  margin: 0 auto 0;
  font-size: .293333rem;
  font-weight: 500;
  color: #666;
  line-height: .44rem;
}

.main .culture .content {
  padding: 0 .546667rem;
}

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

.main .culture .content .swiper-container .swiper-slide {
  width: 5.133333rem;
}

.main .culture .content .swiper-container .swiper-slide a .item {
  width: 5.133333rem;
}

.main .culture .content .swiper-container .swiper-slide a .item .pic {
  width: 5.133333rem;
  height: 3.2rem;
  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: .24rem .266667rem 0;
}

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

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

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

.main .culture .content .con-1 {
  width: 100%;
  margin: 0 auto .266667rem auto;
  font-size: 0;
}

.main .culture .content .con-1 .left {
  display: inline-block;
  width: 7.16rem;
  height: 2.666667rem;
  overflow: hidden;
  margin: 0 .266667rem 0 0;
}

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

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

.main .culture .content .con-2 .left {
  display: inline-block;
  width: 2.573333rem;
  height: 2.666667rem;
  background: url(../images/culture-1@2x.png);
  margin: 0 .266667rem 0 0;
}

.main .culture .content .con-2 .right {
  display: inline-block;
  width: 7.16rem;
  height: 2.666667rem;
  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: auto;
  height: 100%;
}

.main .culture .content .item a .detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: .306667rem .453333rem;
  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(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.main .culture .content .item a .detail .title {
  font-size: .24rem;
  font-weight: bold;
  color: #fff;
  line-height: .64rem;
}

.main .culture .content .item a .detail .desc {
  font-size: .186667rem;
  font-weight: bold;
  color: #fff;
  line-height: .32rem;
}

.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 .contact {
  margin: 1.386667rem auto .8rem;
  width: 100%;
  font-size: 0;
}

.main .contact .main-title {
  width: 100%;
  margin: 0 auto .666667rem;
  font-size: .4rem;
  font-weight: bold;
  color: #000;
  line-height: .826667rem;
  text-align: center;
}

.main .contact .con-left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 8.933333rem;
  height: 3.346667rem;
  background: url(../images/contact-bg.jpg) no-repeat center;
  background-size: cover;
  margin: 0 auto;
}

.main .contact .con-left .joinus {
  font-size: .32rem;
  font-weight: 500;
  color: #000;
  line-height: .426667rem;
  margin: .6rem .4rem 0 0;
}

.main .contact .con-left .joinus a {
  font-size: .32rem;
  font-weight: 500;
  color: #000;
  line-height: .426667rem;
}

.main .contact .con-right {
  padding: .746667rem .586667rem 0 .586667rem;
}

.main .contact .con-right .contactus {
  margin-bottom: .4rem;
}

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

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

.main .contact .con-right .followus {
  font-size: .213333rem;
  font-weight: 500;
  color: #000;
  line-height: .426667rem;
}

.main .contact .con-right .followus p {
  margin-bottom: .4rem;
}

.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: .733333rem;
  height: .613333rem;
  margin-right: .493333rem;
}

.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.weibo {
  background: url(../images/icon/weibo-w.svg) no-repeat;
  background-size: contain;
}

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

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

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

.main .contact .con-right .followus .icons ul li:hover.app {
  background: url(../images/icon/app-w.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: auto;
  height: 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%;
  margin: 0 auto;
  padding: 0 .533333rem .72rem;
}

.footer .cont {
  border-top: 1px solid #ececec;
  padding: .666667rem 0 0 0;
  font-size: .293333rem;
  font-weight: 500;
  color: #666;
  line-height: .48rem;
}

.footer .cont p a {
  display: inline-block;
  color: #666;
}

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