* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.w {
  width: 1236px;
  margin: 0 auto;
}
body {
  min-width: 1236px;
  padding-top: 60px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
}
i {
  font-style: normal;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 60px;
  background-color: #006BF5;
}
.header .w {
  display: flex;
  padding-left: 36px;
}
.header .w h1 {
  width: 159px;
  height: 36px;
  margin-top: 12px;
  font-size: 0;
  background: url('../images/logo.png') no-repeat center / contain;
}
.header .w .nav {
  display: flex;
  height: 60px;
  margin-left: 105px;
  line-height: 60px;
}
.header .w .nav li {
  position: relative;
  margin-right: 72px;
}
.header .w .nav li a {
  display: block;
  padding: 0 16px;
  color: #fff;

}
.header .w .nav li.active a {
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
}
.header .w .nav li i {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 4px;
  border-radius: 100px 100px 0px 0px;
  background: #fff;
}
.header .w .nav li.active i {
  display: block;
}
.banner {
  position: relative;
  height: 400px;
  background-color: lightgray;
}
.banner .swiper-wrapper {
  height: 100%;
}
.banner .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
.banner .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-wrapper .swiper-slide .text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1164px;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #fff;
}
.banner .swiper-wrapper .swiper-slide .text h2 {
  font: 700 50px / 60px AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
}
.banner .swiper-wrapper .swiper-slide .text p {
  margin-top: 10px;
  font-size: 50px;
  line-height: 70px;
}
.footer {
  background-color: #13181B;
}
.footer .footer-t {
  display: flex;
  height: 310px;
  padding-top: 41px;
}
.footer .footer-t .qrs {
  display: flex;
}
.footer .footer-t .qrs .qr {
  margin-left: 80px;
  margin-right: 100px;
}
.footer .footer-t .qrs .qr div {
  width: 80px;
  height: 80px;
  background: url('../images/qr-code.png') no-repeat center / contain;
}
.footer .footer-t .qrs .qr p {
  margin-top: 7px;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.footer .footer-t .footer-t-l {
  padding-top: 3px;
  display: flex;
}
.footer .footer-t .footer-t-l .solve {
  margin-left: 128px;
  margin-right: 80px;
}
.footer .footer-t .footer-t-l dt {
  min-height: 20px;
  font-weight: 600;
  color: #bbb;
  font-family: PingFangSC-Semibold, PingFang SC;
}
.footer .footer-t .footer-t-l dd {
  margin-top: 14px;
  font-size: 12px;
  color: #666;
}
.footer .footer-t .footer-t-l dd a {
  color: #666;
}
.footer .footer-t .footer-t-r {
  margin-left: 230px;
}
.footer .footer-t .footer-t-r .logo {
  width: 155px;
  height: 59px;
  background: url('../images/footer-logo.png') no-repeat center / contain;
}
.footer .footer-t .footer-t-r .info {
  margin-top: 24px;
  margin-bottom: 35px;
}
.footer .footer-t .footer-t-r .info p {
  font-size: 12px;
  color: #bbb;
  line-height: 25px;
}
.footer .footer-b {
  width: 1202px;
  height: 77px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 28px;
  border-top: 1px solid #2B2B2B;
  font: 600 12px / 17px PingFangHK-Semibold, PingFangHK;
  color: #666666;
  text-align: center;
}
.footer .footer-b a {
  color: #666;
}
.footer .footer-b img {
  vertical-align: middle;
}
.module-title {
  position: relative;
  height: 112px;
  text-align: center;
  color: #000;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
}
.module-title span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 112px;
  line-height: 112px;
  font-size: 34px;
}
.module-title i {
  font-size: 80px;
  opacity: 0.02;
  white-space: nowrap;
}
.understand-more {
  display: block;
  margin-top: 44px;
  padding-left: 20px;
  width: 125px;
  height: 40px;
  background-color: #006BF5;
  color: #fff;
  font: 600 14px / 40px PingFangSC-Semibold, PingFang SC;
  letter-spacing: 1px;
}
.understand-more::before {
  content: '了解更多';
}
.understand-more::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 12px;
  margin-left: 12px;
  background: url('../images/arrow-r.png') no-repeat center / contain;
}
.video-dialog-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.video-dialog-mask .video-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 450px;
  transform: translate(-50%, -50%);
}
.video-dialog-mask .video-dialog video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-dialog-mask .video-dialog .close-button {
  position: absolute;
  left: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  background: url('../images/video-close-icon.png') no-repeat center / contain;
  cursor: pointer;
}
.home-banner {
  position: relative;
  height: 500px;
}
.home-banner .swiper-wrapper .swiper-slide {
  position: relative;
}
.home-banner .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.home-banner .swiper-wrapper .swiper-slide .player-button {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 32px;
  border: 1px solid #fff;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 33px;
  cursor: pointer;
}
.home-banner .swiper-wrapper .swiper-slide .player-button i {
  margin-right: 3px;
  width: 10px;
  height: 10px;
  background: url('../images/video-fullscreen.png') no-repeat center / contain;
}
.home-banner .swiper-wrapper .swiper-slide .text {
  top: 208px;
  width: 1020px;
  height: 168px;
  background: url('../images/home-banner-text.png') no-repeat center / contain;
}
.home-intro {
  position: relative;
}
.home-intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 899px;
  height: 383px;
  background: url('../images/home-data-bg.png') no-repeat center / contain;
}
.home-intro .w {
  position: relative;
  padding-top: 30px;
  padding-bottom: 96px;
}
.home-intro .w .intro {
  display: flex;
  margin-top: 20px;
}
.home-intro .w .intro .intro-l {
  height: 191px;
  border-left: 7px solid #F5F5F5;
}
.home-intro .w .intro .intro-l ul {
  width: 560px;
  display: flex;
  flex-wrap: wrap;
}
.home-intro .w .intro .intro-l ul li {
  width: 300px;
  height: 82px;
  margin-bottom: 32px;
  padding-left: 19px;
}
.home-intro .w .intro .intro-l ul li:nth-child(2n+1) {
  width: 213px;
}
.home-intro .w .intro .intro-l ul li span {
  position: relative;
  display: inline-block;
  font: 800 60px / 82px PingFangSC-Semibold, PingFang SC;
  color: #000;
}
.home-intro .w .intro .intro-l ul li span i {
  position: absolute;
  top: 12px;
  right: -14px;
  font-size: 20px;
  line-height: 27px;
}
.home-intro .w .intro .intro-l ul li span:nth-child(2) {
  margin-left: 14px;
  font: inherit;
}
.home-intro .w .intro .intro-l ul .wan-li i {
  right: -22px;
}
.home-intro .w .intro .intro-l ul .wan-li .wan {
  top: initial;
  right: -12px;
  bottom: 11px;
  font-size: 14px;
}
.home-intro .w .intro .intro-l ul .wan-li span i {
  right: -24px;
}
.home-intro .w .intro .intro-l ul .wan-li span:nth-child(2) {
  margin-left: 24px;
}
.home-intro .w .intro .intro-r {
  width: 661px;
}
.home-intro .w .intro .intro-r p {
  margin-bottom: 8px;
  color: #333;
  line-height: 28px;
  text-indent: 2em;
}
.home-intro .w .intro .intro-r .understand-more {
  margin-top: 30px;
}
.home-product .tabs {
  position: relative;
  padding-left: 22px;
}
.home-product .tabs ul {
  display: flex;
  margin-top: 40px;
}
.home-product .tabs ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 240px;
  padding-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
}
.home-product .tabs ul li.active {
  color: #006BF5;
  font-weight: 600;
}
.home-product .tabs ul li i {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-product .tabs ul li:nth-child(1) i {
  background-image: url('../images/number-media-icon.png');
}
.home-product .tabs ul li:nth-child(2) i {
  background-image: url('../images/number-spread-icon.png');
}
.home-product .tabs ul li:nth-child(3) i {
  background-image: url('../images/number-culture-icon.png');
}
.home-product .tabs ul li:nth-child(4) i {
  background-image: url('../images/number-add-icon.png');
}
.home-product .tabs ul li:nth-child(5) i {
  background-image: url('../images/data-intelligence-icon.png');
}
.home-product .tabs .indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 240px;
  height: 4px;
  margin-left: 22px;
  background-color: #006BF5;
}
.home-product .products-wrapper {
  background-color: #F8FAFC;
}
.home-product .products-wrapper .products {
  display: flex;
  width: 1181px;
  height: 459px;
  margin: 0 auto;
  padding-top: 42px;
  overflow: hidden;
}
.home-product .products-wrapper .products li {
  display: flex;
}
.home-product .products-wrapper .products li img {
  width: 613px;
  height: 378px;
  margin-right: 36px;
  border-radius: 4px;
}
.home-product .products-wrapper .products li .product-info {
  width: 532px;
  position: relative;
  padding-top: 14px;
}
.home-product .products-wrapper .products li .product-info h6 {
  margin-bottom: 10px;
  font: 600 16px / 22px PingFangSC-Semibold, PingFang SC;
}
.home-product .products-wrapper .products li .product-info p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  text-indent: 2em;
}
.home-product .products-wrapper .products li .product-info .understand-more {
  position: absolute;
  left: 0;
  bottom: 66px;
}
.home-solve {
  padding: 84px 0;
}
.home-solve .home-solve-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}
.home-solve .home-solve-list .item {
  position: relative;
  width: 590px;
  height: 280px;
  margin-right: 20px;
  margin-bottom: 18px;
  padding: 12px 18px;
  background: linear-gradient(142deg, rgba(239, 239, 239, 0.64) 0%, rgba(255, 255, 255, 0.91) 100%);
  box-shadow: 0px 0px 15px 0px rgba(163, 163, 163, 0.5);
  border-radius: 4px;
  transition: transform 0.25s;
}
.home-solve .home-solve-list .item:hover {
  transform: translateY(-10px);
}
.home-solve .home-solve-list .item:hover h6 {
  color: #006BF5;
}
.home-solve .home-solve-list .item img {
  width: 60px;
  height: 60px;
}
.home-solve .home-solve-list .item h6 {
  margin-top: 14px;
  font: 600 18px / 25px PingFangSC-Semibold, PingFang SC;
}
.home-solve .home-solve-list .item p {
  margin-top: 10px;
  line-height: 24px;
}
.home-solve .home-solve-list .item i {
  position: absolute;
  left: 18px;
  bottom: 31px;
  width: 19px;
  height: 12px;
  background: url('../images/arrow-r-blue.png') no-repeat center / contain;
}
@keyframes case-loop {
  to {
    transform: translateX(-2448px);
  }
}
.home-success-case {
  padding-top: 76px;
  padding-bottom: 45px;
  background: url('../images/home-success-case-bg.png') no-repeat center / cover;
  overflow: hidden;
}
.home-success-case .success-case-loop {
  display: flex;
  margin-top: 50px;
  animation: case-loop 20s linear infinite;
}
.home-success-case .success-case-loop:hover {
  animation-play-state: paused;
}
.home-success-case .success-case-loop li {
  position: relative;
  display: flex;
  width: 384px;
  min-width: 384px;
  height: 238px;
  margin: 0 12px;
  padding: 44px 24px 0;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  background: linear-gradient(136deg, #EBF3FC 0%, #F5F8FF 100%);
  box-shadow: 0px 0px 37px 0px rgba(189, 189, 189, 0.5);
}
.home-success-case .success-case-loop li::before {
  content: "";
  position: absolute;
  left: 82px;
  top: 19px;
  width: 29px;
  height: 25px;
  background: url('../images/yinhao-begin.png') no-repeat center / contain;
}
.home-success-case .success-case-loop li::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 79px;
  width: 26px;
  height: 25px;
  background: url('../images/yinhao-end.png') no-repeat center / contain;
}
.home-success-case .success-case-loop li img {
  width: 40px;
  height: 40px;
}
.home-success-case .success-case-loop li .case-info {
  margin-left: 18px;
  color: #000;
}
.home-success-case .success-case-loop li .case-info p {
  height: 120px;
  line-height: 22px;
}
.home-success-case .success-case-loop li .case-info h6 {
  margin-top: 30px;
  text-align: right;
  font: 600 14px / 20px PingFangSC-Semibold, PingFang SC;
}
.home-success-case .customer {
  margin-top: 40px;
}
.home-success-case .customer .tabs {
  position: relative;
  width: 512px;
  margin: 0 auto;
}
.home-success-case .customer .tabs ul {
  display: flex;
}
.home-success-case .customer .tabs ul li {
  margin-right: 112px;
  font: 600 16px / 22px PingFangSC-Semibold, PingFang SC;
  cursor: pointer;
}
.home-success-case .customer .tabs ul li:last-child {
  margin-right: 0;
}
.home-success-case .customer .tabs ul li.active {
  color: #006BF5;
}
.home-success-case .customer .tabs .indicator {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 72px;
  height: 4px;
  margin-left: 12px;
  background-color: #006BF5;
}
.home-success-case .customer .lists {
  width: 1200px;
  height: 180px;
  margin: 20px auto;
}
.home-success-case .customer .lists ul {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.home-success-case .customer .lists ul li {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  min-width: 1200px;
}
.home-success-case .customer .lists ul li .item {
  width: 285px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px 0px rgba(189, 189, 189, 0.1);
  border-radius: 4px;
  text-align: center;
  background-color: #fff;
  font: 700 18px / 80px SourceHanSerifCN-Bold, SourceHanSerifCN;
}
.home-success-case .customer .lists ul li .item:nth-child(4n) {
  margin-right: 0;
}
.home-success-case .customer .lists ul li .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-success-case .customer .separator {
  width: 1200px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.home-success-case .customer .separator .l,
.home-success-case .customer .separator .r {
  width: 528px;
  height: 1px;
  background-color: #ddd;
}
.home-success-case .customer .separator span {
  margin: 0 20px;
  white-space: nowrap;
}
.home-news {
  height: 686px;
  padding-top: 100px;
}
.home-news .news-bd {
  display: flex;
}
.home-news .news-bd h6 {
  min-height: 25px;
  margin-bottom: 16px;
  font: 600 18px / 25px PingFangSC-Semibold, PingFang SC;
}
.home-news .news-bd .actives {
  margin-right: 40px;
}
.home-news .news-bd .actives .active {
  position: relative;
  width: 400px;
  height: 150px;
  margin-bottom: 20px;
}
.home-news .news-bd .actives .active img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-news .news-bd .actives .active .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 102px;
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
}
.home-news .news-bd .actives .active .text {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: calc(100% - 36px);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-news .news-bd .product-dynamic {
  margin-right: 36px;
}
.home-news .news-bd .product-dynamic dd .home-news-item {
  padding: 15px 0;
  border-bottom: 1px solid #F1F1F1;
}
.home-news .news-bd .product-dynamic dd .home-news-item h6 {
  width: 362px;
  margin: 0;
  margin-bottom: 8px;
  color: #333;
  font: 400 14px / 24px PingFangSC-Regular, PingFang SC;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-news .news-bd .product-dynamic dd .home-news-item p {
  font-size: 12px;
  color: #AEAEAE;
}
.product-anchor {
  position: absolute;
  left: 0;
  top: -104px;
}
.product-banner .swiper-wrapper .swiper-slide .text {
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
}
.product-tabs {
  position: absolute;
  top: 416px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 44px;
  background-color: rgba(4, 29, 45, 0.6);
}
.product-tabs ul {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.product-tabs ul li {
  position: relative;
  width: 240px;
  height: 44px;
  padding-left: 18px;
  line-height: 44px;
  color: #fff;
  cursor: pointer;
}
.product-tabs ul li.active {
  background: linear-gradient(129deg, #006BF5 0%, #009DF5 100%);
}
.product-tabs ul li.active i {
  display: none;
}
.product-tabs ul li i {
  position: absolute;
  top: 12px;
  right: -2px;
  width: 1px;
  height: 20px;
  background-color: #a2a2a2;
}
.product-module-desc {
  width: 800px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.product-number-media {
  position: relative;
  height: 958px;
  padding-top: 61px;
  background: linear-gradient(to bottom, #fff 0, #fff 280px, #FAFCFF 280px, #FAFCFF 100%);
}
.product-number-media .module-title i {
  margin-left: 200px;
}
.product-number-media .w .media-intro {
  width: 900px;
  margin: 0 auto;
}
.product-number-media .w .media-intro .tabs {
  display: flex;
  margin-top: 40px;
  padding: 0 10px;
}
.product-number-media .w .media-intro .tabs span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 64px;
  margin: 0 20px;
  background: linear-gradient(90deg, #FFFFFF 0%, #F5F9FF 100%);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  text-align: center;
  font: 600 16px / 64px PingFangSC-Semibold, PingFang SC;
  cursor: pointer;
}
.product-number-media .w .media-intro .tabs span.active {
  color: #fff;
  background: url('../images/product-media-tab.png') no-repeat center / 190% 190%;
  box-shadow: 0px 0px 20px 0px rgba(8, 50, 142, 0.2), 0px 0px 20px 0px rgba(8, 50, 142, 0.2);
}
.product-number-media .w .tabs-panel > li {
  display: none;
}
.product-number-media .w .tabs-panel > li.active {
  display: block;
}
.product-number-media .w .tabs-panel > li .desc {
  min-height: 48px;
  width: 600px;
  margin: 40px auto 0;
  line-height: 24px;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.product-number-media .w .tabs-panel > li ul {
  display: flex;
  flex-wrap: wrap;
  width: 1202px;
  margin: 20px auto 0;
  border: 1px solid #F7F8F9;
}
.product-number-media .w .tabs-panel > li ul li {
  width: 400px;
  height: 140px;
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #F7F8F9;
  border-right: 1px solid #F7F8F9;
}
.product-number-media .w .tabs-panel > li ul li:nth-child(-n+3) {
  border-top: 0;
}
.product-number-media .w .tabs-panel > li ul li:nth-child(3n) {
  border-right: 0;
}
.product-number-media .w .tabs-panel > li ul li i {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product-number-media .w .tabs-panel > li ul li h6 {
  margin-top: 8px;
  font: 600 14px / 25px PingFangSC-Semibold, PingFang SC;
}
.product-number-media .w .tabs-panel > li ul li p {
  margin-top: 4px;
  color: #999;
  line-height: 20px;
  font-size: 12px;
}
.product-number-media .w .tabs-panel > li ul li:nth-child(1) i {
  background-image: url('../images/product-media-item-icon1.png');
}
.product-number-media .w .tabs-panel > li ul li:nth-child(2) i {
  background-image: url('../images/product-media-item-icon2.png');
}
.product-number-media .w .tabs-panel > li ul li:nth-child(3) i {
  background-image: url('../images/product-media-item-icon3.png');
}
.product-number-media .w .tabs-panel > li ul li:nth-child(4) i {
  background-image: url('../images/product-media-item-icon4.png');
}
.product-number-media .w .tabs-panel > li ul li:nth-child(5) i {
  background-image: url('../images/product-media-item-icon5.png');
}
.product-number-media .w .tabs-panel > li ul li:nth-child(6) i {
  background-image: url('../images/product-media-item-icon6.png');
}
.product-number-media .w .tabs-panel > li ul li:nth-child(7) i {
  background-image: url('../images/product-media-item-icon7.png');
}
.product-number-media .w .tabs-panel > li ul li:nth-child(8) i {
  background-image: url('../images/product-media-item-icon8.png');
}
.product-number-media .w .tabs-panel > li ul li:nth-child(9) i {
  background-image: url('../images/product-media-item-icon9.png');
}
.product-number-media .w .tabs-panel > li:last-child ul li {
  height: 159px;
}
.product-number-media .w .tabs-panel > li:last-child ul li:nth-child(1) i {
  background-image: url('../images/product-media-item-icon10.png');
}
.product-number-media .w .tabs-panel > li:last-child ul li:nth-child(2) i {
  background-image: url('../images/product-media-item-icon11.png');
}
.product-number-media .w .tabs-panel > li:last-child ul li:nth-child(3) i {
  background-image: url('../images/product-media-item-icon12.png');
}
.product-number-media .w .tabs-panel > li:last-child ul li:nth-child(4) i {
  background-image: url('../images/product-media-item-icon13.png');
}
.product-number-media .w .tabs-panel > li:last-child ul li:nth-child(5) i {
  background-image: url('../images/product-media-item-icon14.png');
}
.product-number-media .w .tabs-panel > li:last-child ul li:nth-child(6) i {
  background-image: url('../images/product-media-item-icon15.png');
}
.product-number-spread {
  position: relative;
  height: 760px;
  padding-top: 84px;
  background: url('../images/product-number-spread.png') no-repeat center / cover;
  color: #fff;
}
.product-number-spread .module-title {
  color: #fff;
}
.product-number-spread .product-module-desc {
  color: #fff;
}
.product-number-spread .w {
  margin-top: 39px;
}
.product-number-spread .w .tabs {
  display: flex;
  justify-content: center;
}
.product-number-spread .w .tabs li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 48px;
  margin-right: 150px;
  border-radius: 4px;
  border: 1px solid rgba(73, 196, 255, 0.3);
  background: linear-gradient(90deg, rgba(0, 107, 245, 0.34) 0%, rgba(29, 128, 255, 0.34) 100%);
  cursor: pointer;
  font: 600 16px / 48px PingFangSC-Semibold, PingFang SC;
}
.product-number-spread .w .tabs li.active {
  color: #005CEF;
  background: linear-gradient(90deg, #FFFFFF 0%, #F5F9FF 100%);
}
.product-number-spread .w .tabs li:last-child {
  margin-right: 0;
}
.product-number-spread .w .tabs-panel {
  display: flex;
  flex-wrap: wrap;
  margin-top: 39px;
}
.product-number-spread .w .tabs-panel li {
  position: relative;
  width: 590px;
  height: 142px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  padding-left: 56px;
  background: rgba(26, 71, 137, 0.4);
  border-radius: 8px;
}
.product-number-spread .w .tabs-panel li i {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product-number-spread .w .tabs-panel li h6 {
  font: 600 14px / 20px PingFangSC-Semibold, PingFang SC;
}
.product-number-spread .w .tabs-panel li p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 20px;
}
.product-number-spread .w .tabs-panel li .tag-list {
  display: flex;
  position: absolute;
  left: 50px;
  bottom: 20px;
}
.product-number-spread .w .tabs-panel li .tag-list span {
  height: 25px;
  line-height: 25px;
  margin-right: 20px;
  padding: 0 8px;
  background: linear-gradient(129deg, #69B3FF 0%, #0050FF 100%);
  border-radius: 4px;
  font-size: 12px;
  transform: scale(0.92);
  transform-origin: center;
}
.product-number-culture {
  position: relative;
  height: 1153px;
  padding-top: 84px;
}
.product-number-culture .tabs {
  position: relative;
}
.product-number-culture .tabs ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  border-bottom: 1px solid #ddd;
}
.product-number-culture .tabs ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
  height: 100px;
  margin: 0 70px;
  padding-bottom: 12px;
  cursor: pointer;
}
.product-number-culture .tabs ul li.active {
  color: #1677FF;
}
.product-number-culture .tabs ul li i {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product-number-culture .tabs ul li:nth-child(1) i {
  background-image: url('../images/number-culture-tab1.png');
}
.product-number-culture .tabs ul li:nth-child(2) i {
  background-image: url('../images/number-culture-tab2.png');
}
.product-number-culture .tabs ul li:nth-child(3) i {
  background-image: url('../images/number-culture-tab3.png');
}
.product-number-culture .tabs ul li:nth-child(4) i {
  background-image: url('../images/number-culture-tab4.png');
}
.product-number-culture .tabs ul li span {
  margin-top: 14px;
  font: 600 14px / 20px PingFangSC-Semibold, PingFang SC;
}
.product-number-culture .tabs .indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 4px;
  background: #1677FF;
}
.product-number-culture .tabs-panels {
  display: flex;
  width: 1216px;
  margin: 40px auto 0;
  overflow: hidden;
}
.product-number-culture .tabs-panels .tabs-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1216px;
  min-width: 1216px;
}
.product-number-culture .tabs-panels .tabs-panel li {
  width: 590px;
  height: 312px;
  margin: 0 8px 20px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #FFFFFF;
}
.product-number-culture .tabs-panels .tabs-panel li img {
  width: 590px;
  height: 147px;
  object-fit: cover;
}
.product-number-culture .tabs-panels .tabs-panel li .item-bd {
  position: relative;
  height: 165px;
  padding: 15px 20px;
}
.product-number-culture .tabs-panels .tabs-panel li .item-bd h6 {
  font: 600 14px / 20px PingFangSC-Semibold, PingFang SC;
}
.product-number-culture .tabs-panels .tabs-panel li .item-bd .tag-list {
  position: absolute;
  display: flex;
  left: 20px;
  bottom: 20px;
}
.product-number-culture .tabs-panels .tabs-panel li .item-bd .tag-list span {
  margin-right: 18px;
  padding: 2px 5px;
  border-radius: 6px;
  border: 1px solid rgba(0, 92, 239, 0.5);
  font: 400 12px / 17px PingFangSC-Semibold, PingFang SC;
  color: #005CEF;
  transform: scale(0.92);
  transform-origin: center;
}
.product-number-culture .tabs-panels .tabs-panel li .item-bd p {
  font-size: 12px;
  margin-top: 10px;
  line-height: 20px;
}
.product-number-add {
  position: relative;
  padding-top: 84px;
  padding-bottom: 100px;
  background: linear-gradient(180deg, #E9F1FF 0%, #F4F9FF 100%);
}
.product-number-add .panel {
  width: 1200px;
  margin: 40px auto 0;
  background-color: #fff;
}
.product-number-add .panel .tabs {
  display: flex;
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #F7F8F9;
}
.product-number-add .panel .tabs li {
  flex: 1;
  cursor: pointer;
}
.product-number-add .panel .tabs li.active h6 {
  color: #1677FF;
  border-bottom: 4px solid #1677FF;
}
.product-number-add .panel .tabs li h6 {
  width: 120px;
  margin: 0 auto;
  text-align: center;
  font: 600 16px / 60px PingFangSC-Semibold, PingFang SC;
}
.product-number-add .panel .tabs-panel {
  height: 600px;
}
.product-number-add .panel .tabs-panel > li {
  width: 100%;
  height: 100%;
  display: none;
}
.product-number-add .panel .tabs-panel > li.active {
  display: block;
}
.product-number-add .panel .tabs-panel > li .grid {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
}
.product-number-add .panel .tabs-panel > li .grid li {
  position: relative;
  width: 251px;
  margin-right: 38px;
  margin-bottom: 40px;
  padding-left: 30px;
}
.product-number-add .panel .tabs-panel > li .grid li:nth-child(4n) {
  margin-right: 0;
}
.product-number-add .panel .tabs-panel > li .grid li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product-number-add .panel .tabs-panel > li .grid li h6 {
  font: 600 14px / 20px PingFangSC-Semibold, PingFang SC;
}
.product-number-add .panel .tabs-panel > li .grid li p {
  margin-top: 13px;
  color: #999;
  font-size: 12px;
  line-height: 20px;
}
.product-number-add .panel .tabs-panel > li .grid li:nth-child(1) i {
  background-image: url('../images/product-number-add-item1.png');
}
.product-number-add .panel .tabs-panel > li .grid li:nth-child(2) i {
  background-image: url('../images/product-number-add-item2.png');
}
.product-number-add .panel .tabs-panel > li .grid li:nth-child(3) i {
  background-image: url('../images/product-number-add-item3.png');
}
.product-number-add .panel .tabs-panel > li .grid li:nth-child(4) i {
  background-image: url('../images/product-number-add-item4.png');
}
.product-number-add .panel .tabs-panel > li .grid li:nth-child(5) i {
  background-image: url('../images/product-number-add-item5.png');
}
.product-number-add .panel .tabs-panel > li .grid li:nth-child(6) i {
  background-image: url('../images/product-number-add-item6.png');
}
.product-number-add .panel .tabs-panel > li .grid li:nth-child(7) i {
  background-image: url('../images/product-number-add-item7.png');
}
.product-number-add .panel .tabs-panel > li .grid li:nth-child(8) i {
  background-image: url('../images/product-number-add-item8.png');
}
.product-number-add .panel .tabs-panel > li .grid li:nth-child(9) i {
  background-image: url('../images/product-number-add-item9.png');
}
.product-number-add .panel .tabs-panel > li .grid li:nth-child(10) i {
  background-image: url('../images/product-number-add-item10.png');
}
.product-number-add .panel .tabs-panel > li:nth-child(2) .grid li {
  width: 346px;
}
.product-number-add .panel .tabs-panel > li:nth-child(2) .grid li:nth-child(4n) {
  margin-right: 38px;
}
.product-number-add .panel .tabs-panel > li:nth-child(2) .grid li:nth-child(3n) {
  margin-right: 0;
}
.product-number-add .panel .tabs-panel > li:nth-child(2) li:nth-child(1) i {
  background-image: url('../images/product-number-add-item11.png');
}
.product-number-add .panel .tabs-panel > li:nth-child(2) li:nth-child(2) i {
  background-image: url('../images/product-number-add-item12.png');
}
.product-number-add .panel .tabs-panel > li:nth-child(2) li:nth-child(3) i {
  background-image: url('../images/product-number-add-item13.png');
}
.product-number-add .panel .tabs-panel > li:nth-child(2) li:nth-child(4) i {
  background-image: url('../images/product-number-add-item14.png');
}
.product-number-add .panel .tabs-panel > li:nth-child(2) li:nth-child(5) i {
  background-image: url('../images/product-number-add-item15.png');
}
.product-number-add .panel .tabs-panel > li:nth-child(3) .grid li {
  width: 346px;
}
.product-number-add .panel .tabs-panel > li:nth-child(3) .grid li:nth-child(4n) {
  margin-right: 38px;
}
.product-number-add .panel .tabs-panel > li:nth-child(3) .grid li:nth-child(3n) {
  margin-right: 0;
}
.product-number-add .panel .tabs-panel > li:nth-child(3) li:nth-child(1) i {
  background-image: url('../images/product-number-add-item16.png');
}
.product-number-add .panel .tabs-panel > li:nth-child(3) li:nth-child(2) i {
  background-image: url('../images/product-number-add-item17.png');
}
.product-number-add .panel .tabs-panel > li:nth-child(3) li:nth-child(3) i {
  background-image: url('../images/product-number-add-item18.png');
}
.product-data-intelligence {
  position: relative;
  height: 745px;
  padding-top: 84px;
}
.product-data-intelligence .panel {
  width: 1198px;
  height: 391px;
  margin: 40px auto 0;
  box-shadow: 0px 0px 30px 0px rgba(9, 27, 52, 0.06);
  border-radius: 8px;
  border: 1px solid #EDEDED;
}
.product-data-intelligence .panel .panel-hd {
  height: 80px;
  background: linear-gradient(270deg, #1677FF 0%, #61A3FF 100%);
  border-radius: 8px 8px 0px 0px;
  font: 600 18px / 80px PingFangSC-Semibold, PingFang SC;
  color: #fff;
  text-align: center;
}
.product-data-intelligence .panel .panel-bd {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
}
.product-data-intelligence .panel .panel-bd li {
  position: relative;
  width: 538px;
  margin-top: 20px;
  margin-right: 40px;
  padding-left: 14px;
}
.product-data-intelligence .panel .panel-bd li:nth-child(2n) {
  margin-right: 0;
}
.product-data-intelligence .panel .panel-bd li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #2FBD9B;
}
.product-data-intelligence .panel .panel-bd li h6 {
  font: 600 14px / 20px PingFangSC-Semibold, PingFang SC;
}
.product-data-intelligence .panel .panel-bd li p {
  margin-top: 12px;
  color: #999;
  font-size: 12px;
  line-height: 20px;
}
.media-solve {
  height: 922px;
  padding-top: 84px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F3F8FF 100%);
}
.gov-solve {
  height: 928px;
  padding-top: 84px;
}
.solve-desc {
  width: 800px;
  margin: 13px auto 20px;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}
.solve-img {
  display: block;
  width: 1160px;
  height: 537px;
  margin: 0 auto;
  object-fit: contain;
}
.news_container_imgbox {
  display: flex;
  width: 1200px;
  height: 450px;
  margin: 20px auto 0;
  /* background-color: pink; */
}
.news_container_imgbox1 {
  position: relative;
  width: 790px;
  height: 450px;
  margin-right: 20px;
  border-radius: 4px;
  background: url('../images/ball1.png');
}
.news_container_imgbox img {
  width: 100%;
  height: 100%;
}
.imgbox1_title {
  position: absolute;
  width: 510px;
  height: 33px;
  font-size: 24px;
  font-weight: 600;
  top: 397px;
  left: 20px;
  color: #FFFFFF;
  /* background: red; */
  line-height: 33px;
}
.news_container_imgbox2 {
  position: relative;
  width: 380px;
  height: 450px;
  /* background-color: yellow; */
}
.imgbox2_news1_title {
  position: absolute;
  width: 340px;
  height: 27px;
  font-size: 18px;
  font-weight: 600;
  top: 163px;
  left: 20px;
  color: #FFFFFF;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_container_imgbox2 .imgbox2_news1 {
  position: relative;
  width: 390px;
  height: 216px;
  margin-bottom: 18px;
  border-radius: 4px;
  background: url('../images/river1.png');
}
.news_container_imgbox2 .imgbox2_news2 {
  position: relative;
  width: 390px;
  height: 216px;
  border-radius: 4px;
  background: url('../images/city1.png');
}
.news_navbar {
  position: relative;
  width: 1200px;
  height: 44px;
  margin: 0 auto;
  padding-top: 12px;
  margin-bottom: 40px;
  background: #FAFAFA;
}
.news_navbar #news-anchor {
  position: absolute;
  left: 0;
  top: -60px;
}
.news_bottom {
  background: #FAFAFA;
}
.news_navbar .news_active {
  padding-bottom: 10px;
  color: #006BF5;
  font-weight: 600;
  font-family: PingFangSC-Semibold, PingFang SC;
  border-bottom: 2px solid #006BF5;
}
.news_navbar .nav {
  display: flex;
  /* padding-top: 8px; */
}
.news_navbar .nav li {
  display: block;
  width: 72px;
  height: 25px;
  margin-right: 52px;
  line-height: 25px;
}
.news_content {
  width: 1200px;
  margin: 0 auto 85px;
  padding: 40px 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.news_content .news_detail {
  display: flex;
  width: 1120px;
  height: 209px;
  margin: 0px 40px 40px 40px;
  border-bottom: 1px solid #DFDFDF;
}
.news_content .news_detail:last-child {
  border-bottom: 0;
}
.lastnews_detail {
  display: flex;
  width: 1120px;
  height: 169px;
  margin: 0px 40px 52px 40px;
}
.news_detailimg {
  width: 280px;
  height: 169px;
  margin-right: 40px;
  border-radius: 4px;
}
.news_detailimg img {
  width: 100%;
  height: 100%;
}
.news_detailcontent {
  width: 800px;
  /* background: red; */
}
.news_detailcontent .news_title {
  width: 800px;
  height: 27px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  cursor: pointer;
}
.news_article {
  width: 800px;
  /* height: 72px; */
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.news_timebox {
  display: flex;
  // width: 216px;
}
.news_time {
  width: 140px;
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  color: #AEAEAE;
  line-height: 24px;
  /* background: blue; */
}
.news_searchdetail {
  // width: 56px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3E81E6;
  padding-top: 2px;
  line-height: 20px;
  /* background: yellow; */
  cursor: pointer;
}
.news_searchdetail a {
  color: #3E81E6;
}
.news_paginator {
  width: 500px;
  margin: 0 auto;
}
.news_paginator ul li {
  display: inline-block;
  width: 18px;
  height: 22px;
  margin-right: 20px;
}
.news_paginator .leftarrow {
  margin-right: 30px;
}
.news_container_imgbox1,
.imgbox2_news1,
.imgbox2_news2 {
  position: relative;
}
.news_container_imgbox1::before,
.imgbox2_news1::before,
.imgbox2_news2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(180deg, rgba(47, 82, 211, 0) 0%, #2F52D3 100%);
}
.about-anchor {
  position: absolute;
  left: 0;
  top: -119px;
}
.about-tabs {
  position: sticky;
  z-index: 999;
  top: 60px;
  height: 59px;
  background-color: #FAFAFA;
}
.about-tabs .w {
  position: relative;
}
.about-tabs .w ul {
  display: flex;
  padding-top: 20px;
}
.about-tabs .w ul li {
  height: 39px;
  margin-right: 100px;
  color: #333;
  cursor: pointer;
}
.about-tabs .w ul li.active {
  font-weight: 600;
  color: #006BF5;
}
.about-tabs .w .indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 56px;
  background-color: #3E81E6;
}
.about-company-intro {
  position: relative;
  height: 604px;
  padding-top: 115px;
}
.about-company-intro .intro {
  display: flex;
  margin-top: 40px;
}
.about-company-intro .intro p {
  width: 610px;
  margin-right: 40px;
  margin-bottom: 8px;
  line-height: 26px;
  text-indent: 2em;
}
.about-company-intro .intro img {
  width: 550px;
  height: 252px;
  object-fit: cover;
}
.about-message {
  position: relative;
  padding-top: 100px;
  padding-bottom: 79px;
  background: url('../images/about-message-bg.png') no-repeat center / cover;
}
.about-message ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.about-message ul li {
  width: 590px;
  height: 230px;
  margin-right: 21px;
  margin-bottom: 20px;
  padding: 40px 40px 0;
  background: linear-gradient(90deg, #FFFFFF 0%, #F5F9FF 100%);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-weight: 600;
}
.about-message ul li .experts-img {
  display: flex;
}
.about-message ul li .experts-img img {
  width: 60px;
  height: 60px;
  margin-right: 9px;
  border-radius: 50%;
}
.about-message ul li .experts-img h6 {
  margin-top: 3px;
  margin-bottom: 10px;
  color: #006BF5;
}
.about-message ul li p {
  margin-top: 4px;
  margin-left: 60px;
  padding-top: 5px;
  padding-left: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  line-height: 20px;
  background: url('../images/yinhao-begin.png') no-repeat left top / 29px 25px;
}
.about-recruitment {
  position: relative;
  padding-top: 84px;
  /* 外层容器 */
}
.about-recruitment h6 {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  font: 600 18px / 25px PingFangSC-Semibold, PingFang SC;
}
.about-recruitment .swiper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.about-recruitment .swiper .swiper-slide {
  width: 960px;
  height: 410px;
  padding-top: 5px;
}
.about-recruitment .swiper .swiper-slide .swiper-slide-content {
  width: 100%;
  height: 400px;
  padding: 40px 40px 33px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.about-recruitment .swiper .swiper-slide .swiper-slide-content .job-title {
  font: 600 26px / 37px PingFangSC-Semibold, PingFang SC;
}
.about-recruitment .swiper .swiper-slide .swiper-slide-content .job-detail {
  display: flex;
}
.about-recruitment .swiper .swiper-slide .swiper-slide-content .job-detail .left,
.about-recruitment .swiper .swiper-slide .swiper-slide-content .job-detail .right {
  width: 400px;
  line-height: 26px;
}
.about-recruitment .swiper .swiper-slide .swiper-slide-content .job-detail .left h6,
.about-recruitment .swiper .swiper-slide .swiper-slide-content .job-detail .right h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font: 600 14px / 20px PingFangSC-Semibold, PingFang SC;
  text-align: left;
}
.about-recruitment .swiper .swiper-slide .swiper-slide-content .job-detail .left p,
.about-recruitment .swiper .swiper-slide .swiper-slide-content .job-detail .right p {
  height: 228px;
  overflow: hidden;
  font-size: 12px;
  line-height: 26px;
}
.about-recruitment .swiper .swiper-slide .swiper-slide-content .job-detail .left {
  margin-right: 80px;
}
.about-recruitment .welfare {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.about-recruitment .welfare li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 183px;
  height: 126px;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid #F7F8F9;
  border-radius: 4px;
}
.about-recruitment .welfare li:nth-child(6n) {
  margin-right: 0;
}
.about-recruitment .welfare li img {
  width: 48px;
  height: 48px;
}
.about-recruitment .welfare li span {
  margin-top: 8px;
  font: 600 16px / 22px PingFangSC-Semibold, PingFang SC;
}
.about-contact {
  position: relative;
  height: 606px;
  box-shadow: 0px -4px 8px 0px rgba(27, 86, 183, 0.04);
  border-radius: 8px 8px 0px 0px;
}
.about-contact .w {
  display: flex;
  padding: 38px;
}
.about-contact .tel dt {
  color: #000;
  font: 600 34px / 48px PingFangSC-Semibold, PingFang SC;
}
.about-contact .tel dd {
  margin-top: 30px;
}
.about-contact .tel dd p {
  font: 500 14px / 20px PingFangSC-Medium, PingFang SC;
}
.about-contact .tel dd .email {
  margin-top: 30px;
}
.about-contact .tel dd .email p {
  margin-bottom: 10px;
}
.about-contact .tel dd img {
  width: 200px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.about-contact .tel dd .focus {
  width: 200px;
  text-align: center;
}
.about-contact .map {
  width: 626px;
  height: 352px;
  margin-left: 294px;
  margin-top: 78px;
  background: url('../images/about-map-new.png') no-repeat center / cover;
}