@charset "UTF-8";
.content1 {
  display: flex;
  flex-wrap: wrap;
  background: #F7F7F7; }
  .content1 .item {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    font-size: 30px;
    transition: all 0.4s; }
    .content1 .item:hover {
      padding-right: 5%; }
    .content1 .item:nth-child(2n-1) {
      background: #0237AC;
      color: #fff; }
    .content1 .item span {
      margin-left: 10px;
      font-weight: bold; }

.btnbox .btn {
  background: #333;
  width: 180px;
  height: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
.btnbox .t {
  margin-right: 5px;
  font-size: 16px; }

.btn-hover {
  border-radius: 0;
  transition: all .3s; }
  .btn-hover:hover {
    border-radius: 30px 10px 30px 10px;
    box-shadow: 0 0 20px #eee;
    transform: translate(0, -5px); }

.main .tit-sub {
  background: #333;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 0 15px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  letter-spacing: 8px;
  margin-bottom: 20px;
  transition: all .3s; }
  .main .tit-sub:hover {
    margin-left: 10px; }
.main .title {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px; }

.maplist li {
  padding: 5px 0;
  text-align: left; }
.maplist .name {
  font-size: 16px;
  color: #0237AC;
  margin-bottom: 5px;
  font-weight: bold; }
.maplist .text {
  font-size: 14px;
  color: #666; }

.content2 {
  display: flex;
  justify-content: space-between;
  padding: 120px 0; }
  .content2 .info {
    width: 55%;
    max-width: 700px;
    padding-right: 15px;
    padding-top: 15px; }
    .content2 .info .title {
      font-size: 32px;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      color: #333333;
      margin-bottom: 35px; }
    .content2 .info .text {
      font-size: 16px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400; }
      .content2 .info .text p {
        margin-bottom: 20px;
        color: #666; }
  .content2 .cover {
    width: 45%;
    overflow: hidden; }
    .content2 .cover .ast {
      max-width: 100%;
      display: block;
      transition: all .3s; }
      .content2 .cover .ast:hover {
        transform: scale(1.05); }

.content3 {
  text-align: center; }

.ad-kf {
  height: 250px;
  background: url(../img/zx.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  display: block; }

.content4 {
  text-align: center;
  padding: 80px 0;
  background: #EAEDF0 url(../img/about/bg.png) no-repeat bottom; }
  .content4 .intr-list {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    padding-top: 50px; }
    .content4 .intr-list li {
      width: 25%;
      padding: 0 15px; }
    .content4 .intr-list .item {
      background: #fff;
      border-radius: 10px;
      text-align: center;
      padding: 60px 0;
      transition: all 0.3s; }
      .content4 .intr-list .item:hover {
        transform: translate(0, -10px); }
        .content4 .intr-list .item:hover .name {
          color: #0237AC; }
        .content4 .intr-list .item:hover .avath {
          transform: scale(1.1); }
    .content4 .intr-list .avath {
      transition: all 0.3s;
      overflow: hidden; }
    .content4 .intr-list .ava {
      width: 180px;
      height: 180px;
      border-radius: 50%; }
    .content4 .intr-list .name {
      font-size: 36px;
      padding: 15px 0; }
    .content4 .intr-list .desc {
      color: #666;
      font-size: 24px; }

.content5 {
  padding: 80px 0;
  text-align: center; }
  .content5 .container {
    position: relative; }
  .content5 .left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50px, -50%);
    z-index: 9; }
  .content5 .right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50px, -50%);
    z-index: 9; }

.owl-carousel .owl-item {
  padding: 15px 0; }
.owl-carousel .item {
  border-radius: 10px;
  text-align: center;
  padding: 60px 0;
  background: #F7F7F7;
  transition: all .3s; }
  .owl-carousel .item:hover {
    transform: translate(0, -10px); }
    .owl-carousel .item:hover .name {
      color: #0237AC; }
    .owl-carousel .item:hover .avath {
      transform: scale(1.1); }
.owl-carousel .ibox {
  padding: 0 15px; }
.owl-carousel .avath {
  transition: all .3s; }
.owl-carousel .ava {
  width: 180px;
  height: 180px;
  border-radius: 50%; }
.owl-carousel .name {
  font-size: 36px;
  padding: 15px 0; }
.owl-carousel .desc {
  color: #666;
  font-size: 24px; }

.map-wrap {
  position: relative;
  margin: 1rem 0 0;
  padding: 1.5rem 0;
  background: url(../img/lx/map.png) no-repeat center; }
  .map-wrap .map-box {
    padding: 0 15%;
    display: flex;
    flex-wrap: wrap; }
  .map-wrap .map-item {
    width: 50%;
    display: flex;
    align-items: flex-start;
    padding: 0.3rem 0; }
    .map-wrap .map-item:hover .add-name {
      color: #0237AC; }
    .map-wrap .map-item.item1 {
      left: 3.2rem;
      top: 0.4rem; }
    .map-wrap .map-item.item2 {
      left: 2.6rem;
      top: 3.1rem; }
    .map-wrap .map-item.item3 {
      left: 3.5rem;
      bottom: 1.7rem; }
    .map-wrap .map-item.item4 {
      left: 8.1rem;
      top: 2.6rem; }
    .map-wrap .map-item.item5 {
      left: 9.3rem;
      top: 5.1rem; }
    .map-wrap .map-item.item6 {
      top: 0.3rem;
      right: 3.3rem; }
    .map-wrap .map-item.item7 {
      top: 2.74rem;
      right: 2.2rem; }
  .map-wrap .icons {
    position: relative;
    text-align: center; }
    .map-wrap .icons .name {
      position: absolute;
      left: 0;
      top: 40%;
      transform: translate(0, -50%);
      width: 100%;
      color: #0237AC;
      text-align: center;
      font-size: 24px;
      z-index: 9;
      font-weight: bold; }
  .map-wrap .info {
    padding: 5px 24px 0; }
  .map-wrap .add-name {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold; }
  .map-wrap .text {
    margin-bottom: 2px;
    line-height: 24px;
    width: 280px; }

.down-wrap {
  display: flex;
  padding: 1.2rem 0; }
  .down-wrap .cover {
    overflow: hidden; }
    .down-wrap .cover:hover .st1 {
      transform: scale(1.1); }
    .down-wrap .cover .st1 {
      transition: all 0.3s; }
  .down-wrap .down-item {
    width: 50%;
    position: relative; }
  .down-wrap .st1 {
    width: 100%;
    display: block; }
  .down-wrap .bg {
    width: 100%;
    display: block; }
  .down-wrap .desc-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0.7rem 0.88rem 0;
    height: 4.44rem;
    transition: all 0.3s; }
    .down-wrap .desc-wrap .tit-sub {
      background: #fff;
      color: #333;
      margin-bottom: 0.24rem;
      height: auto; }
      .down-wrap .desc-wrap .tit-sub:hover {
        margin: 0 0 0.24rem; }
    .down-wrap .desc-wrap .tit {
      color: #fff;
      font-size: 40px;
      margin-bottom: 0.6rem; }
    .down-wrap .desc-wrap .file-item {
      border: 1px solid #fff;
      display: flex;
      background: rgba(255, 255, 255, 0.1);
      align-items: center;
      margin-bottom: 0.2rem; }
      .down-wrap .desc-wrap .file-item .text {
        flex: 1;
        padding: 0 16px;
        color: #fff; }
      .down-wrap .desc-wrap .file-item .btn-down {
        width: 140px;
        height: 0.5rem;
        line-height: 0.5rem;
        text-align: center;
        color: #0237AC;
        display: block;
        font-size: 16px;
        background: #fff;
        font-weight: bold;
        border-left: 1px solid #fff; }
        .down-wrap .desc-wrap .file-item .btn-down:hover {
          color: #fff; }

.form-1 {
  background: url(../img/lx/bg2.png) no-repeat;
  background-attachment: fixed;
  padding: 0.8rem 3rem; }
  .form-1.form-2 {
    background: url(../img/lx/bg3.png) no-repeat;
    background-attachment: fixed; }
    .form-1.form-2 .form-box {
      justify-content: flex-end; }
  .form-1 .form-box {
    display: flex; }
  .form-1 .cont {
    background: #fff;
    display: inline-block;
    padding: 0.6rem; }
  .form-1 .form-item {
    margin-bottom: 16px;
    width: 5.3rem; }
  .form-1 .input {
    background: #F8FAFF;
    border: 1px solid #DADCE5;
    border-radius: 8px;
    padding: 0 0.24rem;
    height: 0.7rem;
    line-height: 0.7rem;
    width: 100%; }
  .form-1 .title {
    color: #0237AC;
    font-size: 24px;
    writing-mode: tb-rl;
    width: 100px;
    text-align: center;
    height: 262px;
    line-height: 100px;
    background: #fff;
    text-align: center; }
  .form-1 .textarea {
    width: 100%;
    height: 106px;
    background: #F8FAFF;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #DADCE5; }
  .form-1 .desc {
    padding-left: 24px;
    color: #666;
    font-size: 16px;
    margin-bottom: 18px; }
  .form-1 .desc-wrap {
    padding-left: 24px;
    padding-bottom: 0.26rem; }
  .form-1 .desc-item {
    display: inline-block;
    margin-right: 10px; }
    .form-1 .desc-item.active .icon {
      background: #0237AC url(../img/lx/icon_g.png) no-repeat center center; }
    .form-1 .desc-item .icon {
      width: 18px;
      height: 18px;
      background: #DCDDDE;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle; }
    .form-1 .desc-item .name {
      font-size: 16px;
      color: #333;
      vertical-align: middle; }
  .form-1 .btn {
    background: #0237AC;
    width: 180px;
    height: 56px;
    line-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    color: #fff;
    padding: 0;
    font-size: 16px; }
    .form-1 .btn .t {
      margin-right: 5px;
      font-size: 16px;
      vertical-align: middle; }
    .form-1 .btn .arrow {
      vertical-align: middle; }
  .form-1 .desc-wrap2 {
    padding: 0.24rem 0;
    vertical-align: middle; }
    .form-1 .desc-wrap2 .desc-item {
      color: #666; }
    .form-1 .desc-wrap2 .arg {
      color: #0237AC; }
    .form-1 .desc-wrap2 .txt {
      vertical-align: middle; }

.trade-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  padding: 40px 0; }
  .trade-list li {
    padding: 0 25px;
    width: 50%;
    text-align: left;
    margin-bottom: 40px; }
  .trade-list .cover {
    overflow: hidden; }
  .trade-list .img {
    width: 100%;
    display: block;
    transition: all .3s; }
    .trade-list .img:hover {
      transform: scale(1.02); }
  .trade-list .trade-title {
    font-size: 30px;
    padding: 30px 0 15px;
    color: #000;
    font-weight: bold; }
    .trade-list .trade-title:hover {
      color: #0237AC; }
  .trade-list .text {
    font-size: 18px;
    min-height: 60px;
    color: #666; }

.trade-desc-list .item {
  display: flex;
  text-align: left;
  margin-bottom: 50px; }
  .trade-desc-list .item:hover .icon {
    opacity: 1;
    transform: translate(20px, 0); }
  .trade-desc-list .item:hover .num {
    opacity: 1;
    transform: translate(-20px, 0); }
.trade-desc-list .info {
  padding: 0.8rem;
  position: relative;
  width: 50%; }
.trade-desc-list .cover {
  width: 50%;
  overflow: hidden; }
  .trade-desc-list .cover .img {
    width: 100%;
    display: block;
    transition: all .3s; }
    .trade-desc-list .cover .img:hover {
      transform: scale(1.02); }
.trade-desc-list .trade-tit {
  font-size: 28px;
  color: #000;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
  font-weight: bold; }
  .trade-desc-list .trade-tit:hover {
    color: #0237AC; }
.trade-desc-list .text {
  font-size: 18px;
  color: #666;
  position: relative;
  z-index: 9; }
.trade-desc-list .icon {
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  opacity: 0;
  transition: all .3s; }
.trade-desc-list .num {
  position: absolute;
  left: 1%;
  top: 0;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all .3s; }
.trade-desc-list .btnbox {
  padding: 30px 0; }

/* 小于768px 的屏幕*/
@media (max-width: 768px) {
  .trade-desc-list .btnbox {
    padding: 10px 0 0;
    display: flex;
    justify-content: center; }
  .trade-desc-list .item {
    display: flex;
    text-align: left;
    margin-bottom: 50px;
    flex-wrap: wrap;
    padding: 0 15px; }
  .trade-desc-list .info {
    padding: 0 0 15px;
    position: relative;
    width: 100%; }
  .trade-desc-list .cover {
    width: 100%;
    overflow: hidden; }
    .trade-desc-list .cover .img {
      width: 100%;
      display: block;
      transition: all .3s; }
      .trade-desc-list .cover .img:hover {
        transform: scale(1.02); }
  .trade-desc-list .trade-tit {
    font-size: 18px;
    margin-bottom: 6px; }
  .trade-desc-list .text {
    font-size: 16px; }
  .trade-desc-list .icon {
    display: none; }
  .trade-desc-list .num {
    display: none; }

  .trade-list {
    margin: 0;
    padding: 20px 10px 0; }
    .trade-list li {
      padding: 0 5px;
      width: 100%;
      text-align: left;
      margin-bottom: 40px; }
    .trade-list .trade-title {
      font-size: 20px;
      padding: 10px 0 5px; }
    .trade-list .text {
      font-size: 16px; }

  .form-1 {
    background-attachment: scroll; }
    .form-1.form-2 {
      background-attachment: scroll; }

  .scroll-x {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .content1 {
    display: flex;
    flex-wrap: wrap;
    background: #F7F7F7; }
    .content1 .item {
      width: 25%;
      padding: 8px 0;
      font-size: 18px; }
    .content1 .icon {
      width: 50px; }

  .content3, .content4 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .content4 {
    padding-bottom: 15px; }

  .content2 {
    padding: 30px   15px;
    margin-top: 30px;
    flex-wrap: wrap; }
    .content2 .info {
      width: 100%;
      padding: 0;
      max-width: 100%; }
      .content2 .info .title {
        font-size: 28px;
        margin-bottom: 20px; }
      .content2 .info .text {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 20px; }
        .content2 .info .text p {
          margin-bottom: 10px; }
    .content2 .cover {
      width: 100%;
      margin: 15px 0; }
      .content2 .cover .ast {
        max-width: 100%; }
    .content2 .btnbox {
      text-align: center; }
      .content2 .btnbox .btn {
        margin: 0 auto; }

  .btnbox .btn {
    width: 120px;
    height: 45px;
    line-height: 45px; }
  .btnbox .t {
    font-size: 14px; }
  .btnbox .icon {
    width: 20px; }

  .main .title {
    font-size: 26px; }

  .content4 {
    text-align: center;
    padding: 40px 0 30px;
    background: #EAEDF0 url(../img/about/bg.png) no-repeat bottom; }
    .content4 .intr-list {
      margin: 0;
      flex-wrap: wrap;
      padding: 0; }
      .content4 .intr-list li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 15px; }
      .content4 .intr-list .item {
        background: #fff;
        border-radius: 10px;
        text-align: center;
        padding: 15px 0; }
      .content4 .intr-list .ava {
        width: 80px;
        height: 80px; }
      .content4 .intr-list .name {
        font-size: 18px;
        padding: 10px 0; }
      .content4 .intr-list .desc {
        color: #666;
        font-size: 18px; }

  .content5 {
    padding: 60px 0 30px; }
    .content5 .owl-carousel .item {
      border-radius: 10px;
      text-align: center;
      padding: 20px 0; }
    .content5 .owl-carousel .ibox {
      padding: 0 15px; }
    .content5 .owl-carousel .item {
      border-radius: 10px;
      text-align: center;
      padding: 15px 0; }
    .content5 .owl-carousel .ava {
      width: 80px;
      height: 80px; }
    .content5 .owl-carousel .name {
      font-size: 18px;
      padding: 10px 0; }
    .content5 .owl-carousel .desc {
      color: #666;
      font-size: 18px; }

  .map-wrap {
    position: relative;
    padding-top: 30px;
    margin: 60px 0 30px; }
    .map-wrap .map-box {
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
    .map-wrap .map-item {
      width: 100%; }
    .map-wrap .map-img {
      position: absolute;
      left: 0;
      top: 0; }
    .map-wrap .map-item {
      padding: 5px 10px; }
    .map-wrap .icon {
      width: 50px; }
    .map-wrap .icons .name {
      font-size: 16px; }
    .map-wrap .info {
      padding: 5px 10px; }
    .map-wrap .add-name {
      font-size: 16px;
      margin-bottom: 8px; }
    .map-wrap .text {
      line-height: 24px;
      width: 100%; }

  .down-wrap {
    display: flex;
    padding: 30px 0;
    flex-wrap: wrap; }
    .down-wrap .down-item {
      width: 100%;
      position: relative; }
      .down-wrap .down-item.down2 {
        margin: 0; }
    .down-wrap .desc-wrap {
      position: relative;
      left: 0;
      top: 0;
      padding: 15px;
      background: url(../img/lx/st2.png) no-repeat center center;
      background-size: cover;
      min-height: auto; }
      .down-wrap .desc-wrap .tit-sub {
        font-size: 12px;
        height: auto;
        line-height: 1.4;
        padding: 5px 10px; }
      .down-wrap .desc-wrap .tit {
        color: #fff;
        font-size: 18px;
        margin-bottom: 0.6rem; }
      .down-wrap .desc-wrap .file-item .text {
        padding: 0 10px;
        font-size: 12px; }
      .down-wrap .desc-wrap .file-item .btn-down {
        width: 80px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #0237AC;
        display: block;
        font-size: 14px; }

  .form-1 {
    padding: 30px 15px; }
    .form-1 .title2 {
      font-size: 16px;
      margin-bottom: 20px;
      text-align: center;
      font-weight: bold; }
    .form-1 .desc {
      padding-left: 0; }
    .form-1 .desc-wrap {
      padding-left: 0; }
    .form-1 .desc-item {
      width: 100%;
      padding: 4px 0; }
    .form-1 .cont {
      padding: 15px;
      width: 100%;
      background: rgba(255, 255, 255, 0.8); }
    .form-1 .form-item {
      width: 100%; }
    .form-1 .desc-wrap2 .desc-item {
      width: auto; }
    .form-1 .btn {
      width: 140px;
      height: 45px;
      line-height: 45px;
      font-size: 15px; }
      .form-1 .btn .arrow {
        width: 20px;
        margin-top: -5px; } }
/* 小屏幕（平板，大于等于 768px 小于991px） */
@media (min-width: 768px) and (max-width: 991px) {
  .form-1 .form-item {
    width: 400px; }

  .map-wrap {
    position: relative;
    padding-top: 20px;
    background: url(../img/lx/map.png) no-repeat center; }
    .map-wrap .map-img {
      position: absolute;
      left: 0;
      top: 0; }
    .map-wrap .map-box {
      padding: 0 4%; }
    .map-wrap .map-item {
      padding: 5px 10px; }
    .map-wrap .icon {
      width: 50px; }
    .map-wrap .icons .name {
      font-size: 16px; }
    .map-wrap .info {
      padding: 5px 10px; }
    .map-wrap .add-name {
      font-size: 16px;
      margin-bottom: 8px; }
    .map-wrap .text {
      line-height: 24px;
      width: 100%; } }
/* 中等屏幕（桌面显示器，大于等于 992px 小于1199px） */
@media (min-width: 992px) and (max-width: 1199px) {
  .form-1 .form-item {
    width: 400px; }

  .map-wrap {
    position: relative;
    padding-top: 20px;
    background: url(../img/lx/map.png) no-repeat center;
    display: flex;
    flex-wrap: wrap; }
    .map-wrap .map-img {
      position: absolute;
      left: 0;
      top: 0; }
    .map-wrap .map-box {
      padding: 0 4%; }
    .map-wrap .map-item {
      width: 50%;
      padding: 5px 10px; }
    .map-wrap .icon {
      width: 50px; }
    .map-wrap .icons .name {
      font-size: 16px; }
    .map-wrap .info {
      padding: 5px 10px; }
    .map-wrap .add-name {
      font-size: 16px;
      margin-bottom: 8px; }
    .map-wrap .text {
      line-height: 24px;
      width: 100%; } }
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  .form-1 .form-item {
    width: 530px; }

  .map-wrap .map-box {
    padding: 0 6%; }
  .map-wrap .map-item.item1 {
    left: 1.2rem;
    top: 1.4rem; }
  .map-wrap .map-item.item2 {
    left: 0.6rem;
    top: 4.1rem; }
  .map-wrap .map-item.item3 {
    left: 1.5rem;
    bottom: 1.7rem; }
  .map-wrap .map-item.item4 {
    left: 8.1rem;
    top: 3.6rem; }
  .map-wrap .map-item.item5 {
    left: 9.3rem;
    top: 7rem; }
  .map-wrap .map-item.item6 {
    right: 1rem;
    top: 2rem; }
  .map-wrap .map-item.item7 {
    right: 0;
    top: 5rem; }
  .map-wrap .add-name {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold; }
  .map-wrap .text {
    margin-bottom: 2px;
    line-height: 24px;
    width: 280px; } }
@media (min-width: 1400px) {
  .trade-list {
    padding-left: 10%;
    padding-right: 10%; }

  .map-wrap .map-box {
    padding: 0 6%; }
  .map-wrap .map-item.item1 {
    left: 1.2rem;
    top: 1.4rem; }
  .map-wrap .map-item.item2 {
    left: 0.6rem;
    top: 4.1rem; }
  .map-wrap .map-item.item3 {
    left: 1.5rem;
    bottom: 1.7rem; }
  .map-wrap .map-item.item4 {
    left: 8.1rem;
    top: 3.6rem; }
  .map-wrap .map-item.item5 {
    left: 9.3rem;
    top: 7rem; }
  .map-wrap .map-item.item6 {
    right: 1rem;
    top: 2rem; }
  .map-wrap .map-item.item7 {
    right: 0;
    top: 5rem; }
  .map-wrap .add-name {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold; }
  .map-wrap .text {
    margin-bottom: 2px;
    line-height: 24px;
    width: 280px; } }
@media (min-width: 1500px) {
  .map-wrap {
    position: relative; }
    .map-wrap .map-box {
      padding: 0 10% 0 16%; }
    .map-wrap .map-item {
      width: 50%;
      display: flex;
      align-items: flex-start; }
      .map-wrap .map-item.item1 {
        left: 3.2rem;
        top: 1.4rem; }
      .map-wrap .map-item.item2 {
        left: 2.6rem;
        top: 4.1rem; }
      .map-wrap .map-item.item3 {
        left: 3.5rem;
        bottom: 2.7rem; }
      .map-wrap .map-item.item4 {
        left: 8.1rem;
        top: 3.6rem; }
      .map-wrap .map-item.item5 {
        left: 9.3rem;
        top: 7rem; }
      .map-wrap .map-item.item6 {
        right: 3.3rem;
        top: 2rem; }
      .map-wrap .map-item.item7 {
        right: 1rem;
        top: 5rem; }
    .map-wrap .icons {
      position: relative;
      text-align: center; }
      .map-wrap .icons .name {
        position: absolute;
        left: 0;
        top: 40%;
        transform: translate(0, -50%);
        width: 100%;
        color: #0237AC;
        text-align: center;
        font-size: 24px;
        z-index: 9;
        font-weight: bold; }
    .map-wrap .info {
      padding: 5px 24px 0; }
    .map-wrap .add-name {
      font-size: 18px;
      color: #333;
      margin-bottom: 10px;
      font-weight: bold; }
    .map-wrap .text {
      margin-bottom: 2px;
      line-height: 24px;
      width: 280px; } }

/*# sourceMappingURL=about.css.map */
