html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #32ced7;
  color: #32ced7;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.l-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.l-title {
  padding-bottom: 0.7rem;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  color: #1a1a1a;
}
.l-title p {
  text-align: center;
  color: #505050;
  font-weight: 400;
  margin-top: 0px;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 0.46rem;
    line-height: 30px;
    font-weight: 400;
  }
}
.banner {
  background: url(../images/banner-bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 60px;
}
.banner .banner-main {
  height: 400px;
  line-height: 400px;
  position: relative;
  padding-top: 0px;
  text-align: center;
}
.banner .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
  text-align: center;
}
.banner .banner-info h1 {
  font-size: 0.42rem;
  margin-bottom: 0.43rem;
  color: #010101;
  font-weight: 500;
}
@media (max-width: 978px) {
  .banner {
    background: none;
  }
  .banner .l-container {
    padding: 0;
  }
  .banner .banner-main {
    height: auto;
    line-height: 0px;
    position: relative;
    padding-top: 0;
    text-align: center;
  }
  .banner .banner-main img {
    width: 100%;
  }
  .banner .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .banner .banner-info h1 {
    font-size: 0.42rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
    width: 258px;
  }
  .banner .banner-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .banner .banner-img img {
    display: inline-block;
    width: 100%;
    max-width: 242px;
  }
}
.card .l-body ul li {
  float: left;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  margin-right: 30px;
  width: calc( (  100%  - 30px ) / 2 );
  padding: 30px;
  margin-bottom: 30px;
}
.card .l-body ul li:nth-child(even) {
  margin-right: 0;
}
.card .l-body ul li:nth-child(3),
.card .l-body ul li:nth-child(4) {
  margin-bottom: 0;
}
.card .l-body ul li h3 {
  margin-bottom: 20px;
  color: #1a1a1a;
}
.card .l-body ul li h3 img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -3px;
}
.card .l-body ul li p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}
.card .l-body ul li a {
  color: #2cc6d0;
  font-weight: 500;
}
.card .l-body ul li a img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
}
.card .l-body ul li:nth-child(3),
.card .l-body ul li:nth-child(4) {
  margin-bottom: 0;
}
.card .l-body ul li:nth-child(3) a img,
.card .l-body ul li:nth-child(4) a img {
  width: 18px;
  height: 10px;
  margin-top: -3px;
  margin-right: 0;
  margin-left: 0px;
}
.card .l-body ul li:nth-child(3) a:hover img,
.card .l-body ul li:nth-child(4) a:hover img {
  animation: arrow 1s linear infinite;
}
@media (max-width: 978px) {
  .card {
    padding: 10px 0 20px 0;
  }
  .card .l-body ul li {
    float: left;
    box-shadow: none;
    border-radius: 0;
    margin-right: 0px;
    width: 100%;
    padding: 0.3rem 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #dddddd;
  }
  .card .l-body ul li:nth-child(even) {
    margin-right: 0;
  }
  .card .l-body ul li:nth-child(3),
  .card .l-body ul li:nth-child(4) {
    margin-bottom: 0;
  }
  .card .l-body ul li h3 {
    font-size: 0.3rem;
    font-weight: 400;
    margin-bottom: 0.26rem;
  }
  .card .l-body ul li h3 img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
  }
  .card .l-body ul li p {
    font-size: 0.24rem;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .card .l-body ul li a {
    font-size: 0.24rem;
    color: #2cc6d0;
    line-height: 1.5;
    font-weight: 500;
  }
  .card .l-body ul li a img {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
  }
  .card .l-body ul li:nth-child(3),
  .card .l-body ul li:nth-child(4) {
    margin-bottom: 0;
  }
  .card .l-body ul li:nth-child(3) a img,
  .card .l-body ul li:nth-child(4) a img {
    width: 18px;
    height: 10px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 0px;
  }
  .card .l-body ul li:nth-child(3) a:hover img,
  .card .l-body ul li:nth-child(4) a:hover img {
    animation: arrow 1s linear infinite;
  }
  .card .l-body ul li:last-child {
    border: none;
  }
}
@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes arrow {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.map {
  background: url(../images/map-bg.jpg) center no-repeat;
  background-size: cover;
}
.map .l-body .l-content-t {
  box-shadow: 0px 6px 20px 0px #edf0f9;
  border-radius: 12px;
  background: #fff url(../images/map-info-img.png) center no-repeat;
  background-size: cover;
  padding: 30px 40px;
  margin-bottom: 80px;
}
.map .l-body .l-content-t > ul li {
  display: none;
}
.map .l-body .l-content-t > ul li.active {
  display: block;
}
.map .l-body .l-content-t > ul li h3 {
  color: #1a1a1a;
  font-weight: 400;
  margin-bottom: 0.24rem;
}
.map .l-body .l-content-t > ul li p {
  font-size: 14px;
  color: #505050;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 19px;
  position: relative;
}
.map .l-body .l-content-t > ul li p img {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 6px;
}
.map .l-body .l-content-t > ul li .l-content-l {
  float: left;
  width: 50%;
}
.map .l-body .l-content-t > ul li .l-content-r {
  float: left;
  width: 50%;
  position: relative;
}
.map .l-body .l-content-t > ul li .l-content-r::after {
  content: "";
  width: 1px;
  height: 114px;
  opacity: 0.3;
  border: 1px solid #999999;
  position: absolute;
  left: -60px;
  top: 5px;
}
.map .l-body .l-contet-b {
  position: relative;
}
.map .l-body .l-contet-b .img-box {
  width: 100%;
  font-size: 0;
  text-align: center;
}
.map .l-body .l-contet-b .img-box img {
  width: 100%;
  display: inline-block;
}
.map .l-body .l-contet-b .info-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.map .l-body .l-contet-b .info-box ul li {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 20px;
  padding-bottom: 40px;
  cursor: pointer;
}
.map .l-body .l-contet-b .info-box ul li p {
  display: inline-block;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px #dfe5f6;
  border-radius: 4px;
  font-size: 14px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
  padding: 0 10px;
  white-space: nowrap;
  transition: all 0.3s;
}
.map .l-body .l-contet-b .info-box ul li.active p,
.map .l-body .l-contet-b .info-box ul li:hover p {
  background: #2cc6d0;
  color: #fff;
}
@media (max-width: 978px) {
  .map {
    background: url(../images/map-bg-mb.jpg) center no-repeat;
    background-size: cover;
  }
  .map .l-body .l-select-box {
    font-size: 14px;
    color: #505050;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
  }
  .map .l-body .select-box {
    position: relative;
    display: inline-block;
    width: 180px;
    text-align: left;
  }
  .map .l-body .select-box .select-info {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #999999;
    border: 1px solid #d6d6d6;
    background: #fff;
    border-radius: 0px;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
  }
  .map .l-body .select-box .select-info span {
    width: 100%;
    display: inline-block;
  }
  .map .l-body .select-box .select-info i {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 11px;
    right: 10px;
    background: url(../images/ifold.svg) center no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
    transform: rotatex(0);
  }
  .map .l-body .select-box .select-info i.active {
    transform: rotateX(180deg);
  }
  .map .l-body .select-box .select-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 1;
    border-radius: 0px;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    border: 1px solid #d6d6d6;
    margin-top: -1px;
    display: none;
    max-height: 200px;
    overflow-y: auto;
  }
  .map .l-body .select-box .select-list::-webkit-scrollbar {
    width: 5px;
  }
  .map .l-body .select-box .select-list ul {
    padding: 10px 0;
  }
  .map .l-body .select-box .select-list ul li {
    padding: 10px 15px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .map .l-body .select-box .select-list ul li:hover {
    background: rgba(78, 206, 214, 0.3);
  }
  .map .l-body .l-content-t {
    box-shadow: 0px 6px 20px 0px #edf0f9;
    border-radius: 12px;
    background: #fff url(../images/map-info-img-mb.png) center no-repeat;
    background-size: cover;
    padding: 20px 20px;
    margin-bottom: 0px;
  }
  .map .l-body .l-content-t > ul li {
    display: none;
  }
  .map .l-body .l-content-t > ul li.active {
    display: block;
  }
  .map .l-body .l-content-t > ul li h3 {
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 0.26rem;
  }
  .map .l-body .l-content-t > ul li p {
    font-size: 0.24rem;
    color: #505050;
    font-weight: 400;
    margin-bottom: 6px;
  }
  .map .l-body .l-content-t > ul li p:nth-child(2) span {
    display: inline-block;
    width: calc(100% - 45px );
    vertical-align: top;
    margin-top: 1px;
  }
  .map .l-body .l-content-t > ul li p img {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
  }
  .map .l-body .l-content-t > ul li .l-content-l {
    float: left;
    width: 100%;
  }
  .map .l-body .l-content-t > ul li .l-content-r {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 20px;
    margin-top: 10px;
  }
  .map .l-body .l-content-t > ul li .l-content-r::after {
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0.3;
    border: 1px solid #999999;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
  }
  .map .l-body .l-contet-b {
    display: none;
  }
}

