.banner {
  margin-top: 136px;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner .text .con h2 {
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
}
.banner .text .con p {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);
  margin-top: 10px;
}
.BMap_Marker {
  left: 517px !important;
  top: 198px !important;
}
.position-con {
  padding-bottom: 320px;
  position: relative;
}
.position-con .con .title {
  text-align: center;
  padding: 80px 0 60px;
}
.position-con .con .title h2 {
  font-weight: bold;
  color: #333;
}
.position-con .con .title p {
  color: #999;
  margin-top: 16px;
}
.position-con .con .allmap img{
  width: 100%;
  height: 658px;
}
/*
.position-con .con #allmap img {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}*/
.position-con .con .route {
  margin-top: 90px;
}
.position-con .con .route > ul > li {
  border-top: 2px solid #f4f4f4;
  padding: 60px 0 50px;
  position: relative;
}
.position-con .con .route > ul > li .left {
  float: left;
  width: 34%;
}
.position-con .con .route > ul > li .left:before {
  content: '';
  width: 34%;
  height: 2px;
  background: #1c8d3f;
  position: absolute;
  top: -2px;
  left: 0;
}
.position-con .con .route > ul > li .left h2 {
  font-weight: bold;
  color: #1c8d3f;
}
.position-con .con .route > ul > li .right {
  float: left;
  width: 66%;
}
.position-con .con .route > ul > li .right ul li {
  position: relative;
}
.position-con .con .route > ul > li .right ul li .num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1c8d3f;
  position: absolute;
  left: 10px;
  top: 44%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.position-con .con .route > ul > li .right ul li p {
  width: 80%;
  padding-left: 60px;
  line-height: 2;
}
.position-con .con .route > ul > li .right ul li:not(:first-child) {
  margin-top: 24px;
}
.box1 {
  top: 8%;
  right: auto;
  left: 0;
}
.box1 .yuan {
  right: auto;
  left: -90px;
}
.box1 .yuan img {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}
.box2 {
  top: 70%;
  left: auto;
  right: 0;
}
.box2 .yuan {
  left: auto;
  right: -150px;
}
.box2 .yuan img {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}
.box2 .quan {
  right: auto;
  top: 50px;
  left: 140px;
}
@media screen and (max-width: 1680px) {
  .BMap_Marker {
    left: 438px !important;
    top: 198px !important;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    margin-top: 116px;
  }
  .BMap_Marker {
    left: 367px !important;
    top: 197px !important;
  }
  .position-con {
    padding-bottom: 260px;
  }
  .position-con .con .title {
    padding: 70px 0 50px;
  }
  .position-con .con .route > ul > li {
    padding: 50px 0 40px;
  }
  .position-con .con .route > ul > li .right ul li:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .banner {
    margin-top: 86px;
  }
  .BMap_Marker {
    left: 396px !important;
  }
}
@media screen and (max-width: 1024px) {
  .BMap_Marker {
    left: 309px !important;
    top: 148px !important;
  }
  .position-con {
    padding-bottom: 180px;
  }
  .position-con .con .title {
    padding: 50px 0 40px;
  }
  .position-con .con .allmap img{
    width:100%;
    height: 560px;
  }
  .position-con .con .route {
    margin-top: 50px;
  }
  .position-con .con .route > ul > li {
    padding-: 40px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .banner .text .con h2 {
    font-size: 20px;
  }
  .banner .text .con p {
    margin-top: 4px;
  }
  .BMap_Marker {
    left: 75px !important;
    top: 56px !important;
  }
  .position-con {
    padding-bottom: 80px;
  }
  .position-con .con .title {
    padding: 20px 0;
  }
  .position-con .con .title h2 {
    font-size: 18px;
  }
  .position-con .con .title p {
    margin-top: 10px;
  }
  .position-con .con .allmap img{
    width:100%;
    height: 260px;
  }
  .position-con .con .route {
    margin-top: 30px;
  }
  .position-con .con .route > ul > li {
    padding: 20px 0 30px;
  }
  .position-con .con .route > ul > li .left {
    width: 100%;
  }
  .position-con .con .route > ul > li .left h2 {
    font-size: 18px;
  }
  .position-con .con .route > ul > li .right {
    width: 100%;
    margin-top: 20px;
  }
  .position-con .con .route > ul > li .right ul li p {
    width: 98%;
  }
}
/*# sourceMappingURL=brief_position.css.map */