﻿.main_content {
  width: 100%;
  margin: 0;
  padding: 0;
}
map area {
  outline: none;
}

/* 典型案例 */

.dxal {
  padding: 3.645833vw 0 4.166667vw;
  background: url(/Content/Areas/Common/images/main//BG.png);
}

.dxal .ft {
  position: relative;
  /* overflow: hidden; */
}

.dxal .ft a img {
  width: 100%;
  box-shadow: 0vw 0.052083vw 0.416667vw 0vw rgba(0, 0, 0, 0.29);
}

.dxal .ft a {
  transition: all 0.3s;
  display: block;
  width: 50%;
  box-sizing: border-box;
  font-size: 0;
  cursor: default;
}

.dxal .ft a:hover {
  transform: translateY(-0.15625vw);
  -ms-transform: translateY(-0.15625vw);
  -moz-transform: translateY(-0.15625vw);
  -webkit-transform: translateY(-0.15625vw);
  -o-transform: translateY(-0.15625vw);
}

.dxal .ft.mobile {
  display: none;
}

/* 左侧 */

.dxal .ft .num1 {
  float: left;
  width: 29.1666%;
}

.dxal .ft .num1 a:nth-child(1) {
  float: left;
  padding-right: 1.7857%;
}

.dxal .ft .num1 a:nth-child(2) {
  float: right;
  margin-top: 5.2631%;
  padding-left: 1.7857%;
}

.dxal .ft .num1 a:nth-child(3) {
  float: right;
  padding-left: 1.7857%;
  margin-top: 3.7037%;
}

/* 中部 */

.dxal .ft .num3 {
  display: block;
  width: 39.5833%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dxal .ft .num3:hover {
  transform: translate(-50%, -51%);
}

/* 右侧 */

.dxal .ft .num2 {
  float: right;
  width: 29.1666%;
}

.dxal .ft .num2 a:nth-child(1) {
  float: right;
  padding-left: 1.7857%;
}

.dxal .ft .num2 a:nth-child(2) {
  float: left;
  margin-top: 5.2631%;
  padding-right: 1.7857%;
}

.dxal .ft .num2 a:nth-child(3) {
  float: left;
  margin-top: 3.7037%;
  padding-right: 1.7857%;
}

.count {
  font-size: 0;
  max-width: 66.666667vw;
  margin: 2.083333vw auto 0;
  text-align: center;
}

.count div {
  display: inline-block;
  max-width: 22.0338%;
  text-align: left;
  /* margin: 0 8.4745%; */
  margin: 0 8.4753%;
  position: relative;
  vertical-align: top;
}

.count div:first-child {
  margin-left: 0;
}

.count div:last-child {
  margin-right: 0;
}

.count div .tit {
  font-size: 1.875vw;
  line-height: 2.395833vw;
  color: #000;
  margin-bottom: 0.3125vw;
}

.count div .con {
  color: #999;
  font-size: 0.729167vw;
  line-height: 1.40625vw;
}

.count div .con.mobile {
  display: none;
}

/* 客户名单 */

.khmd {
  width: 100%;
  padding: 3.645833vw 0 4.166667vw;
  background: #fff;
}

.khmd.mob {
  display: none;
}

.list_cont {
  width: 66.666667vw;
  margin: 0 auto;
  position: relative;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

#sw3 {
  height: 26.927083vw;
}

.MainPadd .swiper-wrapper,
.MainPadd .swiper-slide {
  height: 20.833333vw !important;
}

.MainPadd .swiper-slide {
  float: left;
}

.MainPadd .swiper-slide span {
  display: inline-block;
  width: 15.625vw;
  padding-left: 2.083333vw;
  box-sizing: border-box;
  margin-bottom: 3.125vw;
  font-size: 0.9375vw;
  background: url(/Content/Areas/Common/images/main/slide_bg.png) no-repeat
    right center;
}

.MainPadd .swiper-slide span:nth-child(4n) {
  background: none;
}

.MainPadd .swiper-slide img {
  width: 100%;
}

.arrow-left {
  display: inline-block;
  width: 3.697917vw;
  height: 3.697917vw;
  background: url(/Content/Areas/Common/images/main/left_arrow.png);
  position: absolute;
  top: 50%;
  left: -3.697917vw;
}

.arrow-left:hover {
  background: url(/Content/Areas/Common/images/main/left_arrow_click.png);
  background-size: 100%;
}

.arrow-right {
  display: inline-block;
  width: 3.697917vw;
  height: 3.697917vw;
  background: url(/Content/Areas/Common/images/main/right_arrow.png);
  position: absolute;
  top: 50%;
  right: -3.697917vw;
}

.MainPadd .arrow-right:hover {
  background: url(/Content/Areas/Common/images/main/right_arrow_click.png);
  background-size: 100%;
}

/* 独家观点 */

.djgd {
  width: 100%;
  padding: 3.645833vw 0 4.166667vw;
  background: #f7f8fa;
}

.gd_cont {
  width: 66.666667vw;
  margin: 0 auto;
}

.gd_cont .slide {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 1.302083vw;
}

.gd_cont .slide .outer {
  background: #fff;
  box-shadow: 0 0 0.104167vw rgba(0, 0, 0, 0.12),
    0 0.104167vw 0.104167vw rgba(0, 0, 0, 0.12);
  transition: all 0.3s;
}

.gd_cont .slide .inner {
  padding: 1.5625vw 1.041667vw 1.5625vw;
}

.gd_cont .slide:hover .outer {
  box-shadow: 0 0 0.3125vw rgba(0, 0, 0, 0.1),
    0 0.208333vw 0.3125vw rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -0.15625vw, 0);
  transform: translate3d(0, -0.15625vw, 0);
}

.gd_cont .slide img {
  width: 100%;
  height: auto;
}

.gd_cont .slide .tit {
  font-size: 0.885417vw;
  color: rgba(51, 51, 51, 1);
  line-height: 1.458333vw;
  font-weight: bold;
  /* text-align: center; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gd_cont .slide .cont {
  font-size: 0.833333vw;
  color: rgba(153, 153, 153, 1);
  line-height: 1.458333vw;
  margin-top: 0.260417vw;
}

.gd_cont .slide .tag {
  margin-top: 0.78125vw;
}

.gd_cont .slide .tag img {
  width: 1.822917vw;
  height: 1.979167vw;
  margin-right: 0.78125vw;
  float: left;
}

.gd_cont .slide .tag span {
  font-size: 0.833333vw;
  color: rgba(51, 51, 51, 1);
  line-height: 1.979167vw;
  font-weight: bold;
}

/* 地图 */

.b3_s1_mapbox {
  position: relative;
}

.b3_s1_mapbox img {
  width: 100%;
}

.b3_s1_mapbox img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.scrollY {
  padding: 1.5625vw 1.041667vw 1.041667vw;
  float: right;
  width: 19%;
  border-radius: 0.520833vw;
  background: rgba(0, 246, 255, 0.1);
  border: 0.052083vw solid #167c97;
}

.b3_countrylist {
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 33.854167vw;
}

.b3_countrylist::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.104167vw;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4.166667vw;
}

.b3_countrylist::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  width: 0.104167vw;
  background: #fff;
}

.b3_countrylist::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: #264658;
}

.b3_countrylist > li {
  display: none;
}

.b3_countrylist > li.selected {
  display: block;
}

.b3_countrylist > li {
}

.city {
  width: 0.208333vw;
  position: relative;
  cursor: pointer;
  z-index: 49;
  height: 0.208333vw;
  border: 0.208333vw solid #00b9f1;
  border-radius: 50%;
  display: block;
}

.b3_coun_lisbox {
  /* position: absolute;
    z-index: 50; */
  /* display: none; */
  /* top: 0.000000vw;
    left: 0.989583vw; */
}

.city_xl {
  transition: all 0.3s;
  width: 100%;
  /* background: rgba(0, 246, 255, 0.1);
    border: 0.052083vw solid #167C97;
    padding: 0.520833vw 1.041667vw 0.000000vw; */
  box-sizing: border-box;
  border-radius: 0;
}

.city_xl .more {
  color: #fff;
}

.city_xl h1 {
  font-size: 0.9375vw;
  line-height: 1.041667vw;
  color: #333;
  margin-bottom: 1.041667vw;
  text-align: center;
}

.city_xl p {
  color: #fff;
  margin-bottom: 0.520833vw;
}

.city_xl p b {
  color: rgba(0, 246, 255);
  margin: 0 0.260417vw;
}

.city_xl ul {
  font-size: 0.625vw;
  line-height: 1.041667vw;
}

.city_xl ul li {
  margin: 0.3125vw 0;
  width: 100%;
  float: left;
  text-align: center;
  color: #333;
}
.city_xl ul li:hover a {
  color: #002985;
}
.city_xl ul li a {
  color: #fff;
}

@keyframes move {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

.clientMap {
  /* background: url(/Content/Areas/Common/images/main/Map_bg.png) no-repeat; */
  overflow: hidden;
  padding: 2.604167vw 0;
}

.box_map {
  width: 48.333333vw;
  height: 36.71875vw;
  float: left;
  background: url(/Sites/Uploaded/UserUpLoad/20210330/20210330092818.png)
    no-repeat;
  background-size: 48.333333vw 36.71875vw;
}

.region_button {
  width: 100%;
  height: 100%;
}

.w1280 {
  width: 62.5vw;
  margin: 0 auto;
  overflow: hidden;
}
.tabs {
  margin-bottom: 1.5625vw;
}
.tabTitles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tabTitle {
  background: #d9e0ef;
  color: #002985;
  width: 10.416667vw;
  height: 2.604167vw;
  text-align: center;
  line-height: 2.604167vw;
  font-size: 0.9375vw;
  cursor: pointer;
}

.tabTitle.active {
  background: #002985;
  color: #fff;
}

.tabMains {
  background: #fff;
  border: 0.052083vw solid #002985;
  width: 100%;
  margin-top: 2.604167vw;
  padding: 2.604167vw;
  box-sizing: border-box;
  margin-bottom: 2.604167vw;
}

.tabMain {
  display: none;
}

.tabMain.selected {
  display: block;
}

.tabMain ul {
  overflow: hidden;
}

.tabMain ul li {
  float: left;
  text-align: center;
  width: 18%;
  margin: 0 1% 1.041667vw;
  height: 10vw;
}

.tabMain ul li .img_box {
  width: 5.729167vw;
  margin: 1.041667vw auto;
  height: 5.729167vw;
  display: flex;
  align-items: center;
}

.tabMain ul li img {
  display: block;
  width: 100%;
  height: auto;
}

.tabMain ul li span {
  font-size: 0.9375vw;
}
.city_xl ul li a {
  color: #333;
}
.min_4_con_body {
  position: relative;
}

.min_4_con_body::after {
  content: "";
  height: 100%;
  background: linear-gradient(
    to right,
    rgb(255 255 255) 0%,
    rgb(255 255 255) 20%,
    rgb(255, 255, 255, 0) 100%
  );
  position: absolute;
  top: 0;
  width: 30%;
  left: 0;
}
.min_4_con_body::before {
  content: "";
  height: 100%;
  background: linear-gradient(
    to right,
    rgb(255 255 255 / 0%) 0%,
    rgb(249 251 250 / 10%) 5%,
    rgb(255 255 255) 100%
  );
  position: absolute;
  top: 0;
  width: 30%;
  right: 0;
  z-index: 1;
}
.min_4_con_ul {
  margin-bottom: 1.04vw;
}
.str_wrap {
  overflow: hidden;
  //zoom:1;
  width: 100%;
  font-size: 0.63vw;
  line-height: 0.83vw;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.str_wrap.str_active {
  /* background:#f1f1f1; */
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  //display:inline;
  //zoom:1;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
ul.min_4_con_ul li .title_type {
  display: none;
}
ul.min_4_con_ul li {
  display: inline-block;
  margin-right: 1.04vw;
}
h2.title_h2 {
  font-weight: 500;
  font-size: 1.98vw;
  color: #0f0f0f;
  line-height: 2.5vw;
  margin-bottom: 3.54vw;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  h2.title_h2 {
    font-size: 5vw;
    line-height: 8vw;
  }

  .min_4_con_body li img {
    height: 6vw;
  }
  #sw3 {
    display: none;
  }
  .clientMap {
    display: none;
  }
  .banner_phone .kw {
    width: 3.38rem;
  }
  .banner_box .kw {
    width: 60%;
  }
  .title_head {
    margin-bottom: 20px;
  }
  .main_content {
    /*padding: 0 30px;*/
    box-sizing: border-box;
  }
  .dxal {
    padding: 0.3rem 0px 0.4rem;
  }
  .dxal .ft {
    display: none;
  }
  .dxal .ft.mobile {
    display: block;
    max-width: 100%;
    padding: 0 0.2rem;
  }
  .dxal .ft.mobile a {
    margin: 4px 0 0 0 !important;
    padding: 0 !important;
    position: absolute;
    height: 100%;
    top: 0;
    overflow: hidden;
    outline: 0;
  }
  .dxal .ft.mobile a.num3 {
    display: block;
    position: static;
    transform: translate(0, 0);
    width: 100%;
    margin-bottom: 10px !important;
  }
  /* 左侧 */
  .dxal .ft.mobile .num1 {
    float: none;
    width: 100%;
    position: relative;
    font-size: 0;
  }
  .dxal .ft.mobile .num1 > img {
    width: 100%;
  }
  .dxal .ft.mobile .num1 a,
  .dxal .ft.mobile .num2 a {
    float: none;
    padding: 0;
  }
  .dxal .ft.mobile .num1 a:nth-child(1) {
    width: 34.1333%;
  }
  .dxal .ft.mobile .num1 a:nth-child(2) {
    /* width: 46.2666%; */
    width: 34.2666%;
    left: 0;
  }
  .dxal .ft.mobile .num1 a:nth-child(3) {
    width: 39.6%;
    left: 34.2666%;
  }
  .dxal .ft.mobile .num1 a:nth-child(4) {
    left: 73.8666%;
    width: 27%;
  }
  /* 右侧 */
  .dxal .ft.mobile .num2 {
    float: none;
    width: 100%;
    position: relative;
    font-size: 0;
    margin-bottom: 10px;
  }
  .dxal .ft.mobile .num2 > img {
    width: 100%;
  }
  .dxal .ft.mobile .num2 a:nth-child(1) {
    width: 19.6%;
  }
  .dxal .ft.mobile .num2 a:nth-child(2) {
    /* width: 46.2666%; */
    width: 25.2666%;
    left: 0;
  }
  .dxal .ft.mobile .num2 a:nth-child(3) {
    width: 45.1333%;
    left: 25.2666%;
  }
  .dxal .ft.mobile .num2 a:nth-child(4) {
    left: 70.3999%;
    width: 30%;
  }
  .khmd {
    padding: 0.2rem;
    box-sizing: border-box;
    display: none;
  }
  .khmd.mob {
    /* display: block; */
  }
  .count {
    width: 100%;
  }
  .count div {
    width: 33.3%;
    text-align: center;
    max-width: 33.3%;
    /* box-sizing: border-box; */
    margin: 0;
  }
  .count div .tit {
    font-size: 16px;
    line-height: 19px;
  }
  .count div .con {
    display: none;
  }
  .count div .con.mobile {
    display: block;
  }
  .list_cont {
    width: 100%;
    padding: 0;
  }
  .arrow-left,
  .arrow-right {
    position: static;
    margin-bottom: 0;
    width: 0.71rem;
    height: 0.71rem;
    background-size: 100%;
  }
  .arrow-left {
    /* left: 0; */
    margin-left: 30%;
    float: left;
  }
  .arrow-right {
    /* right: 0; */
    float: right;
    margin-right: 30%;
  }
  .MainPadd .swiper-slide span {
    width: 48%;
    padding-left: 20px;
  }
  .MainPadd .swiper-container {
    width: 100%;
    padding: 0.2rem 0 0;
    margin-bottom: 0.25rem;
  }
  .mobile_shadow {
    border-radius: 10px;
    /* box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2); */
    height: 6.2rem;
  }
  .MainPadd .swiper-slide {
    padding: 0 0.2rem;
    box-sizing: border-box;
    display: block;
    justify-content: center;
  }
  .gd_cont {
    width: 100%;
  }
  .gd_cont .slide {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .gd_cont .slide a img {
    /* display: none; */
  }
  .gd_cont .slide .tag img {
    width: 0.5rem;
    height: auto;
  }
  .gd_cont .slide {
    padding: 0 0.2rem;
  }
  .djgd {
    padding: 0.3rem 0;
  }
  .MainPadd .swiper-slide span {
    margin-bottom: 20px;
  }
  .MainPadd .swiper-slide span:nth-child(4n) {
    background: url(./images/slide_bg.png) no-repeat right center;
  }
  .MainPadd .swiper-slide span:nth-child(2n) {
    background: none;
  }
  .MainPadd .swiper-wrapper,
  .MainPadd .swiper-slide {
    height: auto !important;
  }
  .banner_box {
    margin-bottom: 0;
  }
  .gd_cont .slide .tag {
    margin-top: 0.2rem;
    font-size: 0;
    display: flex;
    align-items: center;
  }
  .gd_cont .slide .inner {
    padding: 0;
  }
  .gd_cont .slide .tit {
    font-size: 16px;
  }
  .gd_cont .slide .cont,
  .gd_cont .slide .tag span {
    font-size: 14px;
  }
  .gd_cont .slide .outer {
    padding: 0.2rem;
  }
  .tabTitle {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 12px;
  }
  .w1280 {
    width: 100%;
  }
  .tabMain ul li {
    width: 48%;
    margin: 0 1% 0.2rem;
    height: 2.5rem;
  }
  .tabMain ul li .img_box {
    /* display: block; */
    width: 1.5rem;
    margin: 0.2rem auto;
    height: 1.5rem;
  }
  .tabMain ul li a {
    font-size: 0.2rem;
    display: block;
  }
  .tabMains {
    background: #fff;
    border: 1px solid #002985;
    width: 100%;
    margin-top: 0.2rem;
    padding: 0.2rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
  }
}
