@charset "UTF-8";
img.w100 {
  width: 100%;
}
.text-tl{
	text-align:left;
}

/* 重置表单样式 */


.i-layout {

  position: relative;
}
.i-layout .z-span {
  z-index: 3;
}

.layouts {
  position: relative;
}
.layouts .layout-tit {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 287px;

  z-index: 5;
}
.layouts .layout-tit .tit {
  font-size: .9rem;
  color: #333333;
}
.layouts .layout-tit .buttons a {
  display: inline-block;
  vertical-align: middle;
  width: 4.5rem;
  font-size: 0.4rem;
  color: #333333;
  background: #cccccc;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  transition: .5s ease-in-out;
}
.layouts .layout-tit .buttons a span {
  margin-left: 0.625rem;
}
.layouts .layout-tit .buttons a:hover, .layouts .layout-tit .buttons a.active {
  color: #ffffff;
  background: #004a9a;
  transition: .5s ease-in-out;
}

.wel-body {
  overflow: hidden;
  position: relative;
}

.layui-data {
  position: absolute;
  top: 7.25rem;
  right: 0;
  z-index: 30;
  width: 255px;
  right: -100%;
}
.layui-data.active {
  right: 0;
}
.layui-data .span {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}

@keyframes widthx {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
.layouts .layout-tit .buttons {
  font-size: 0;
}
.layouts .layout-tit .buttons a:nth-child(n+2) {
  margin-left: .75rem;
}

.layouts .images {
  position: relative;
  z-index: 5;
}
.layouts .images .map {
  width: 100%;
  height: 100%;
}


.lsyout-box {
  padding-top: 2.125rem;
}

.lsyout-images {
  position: relative;
  z-index: 4;
}
.lsyout-images .imgs {
  position: relative;
}
.lsyout-images .imgs .img-s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lsyout-images .imgs .img-s .re {
  width: 100%;
  height: 100%;
}
.lsyout-images .imgs .img-s .i {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.lsyout-images .imgs .img-s .in, .lsyout-images .imgs .img-s .out {
  width: 0;
  height: 100%;
  transition: 1.5s ease;
}
.lsyout-images .imgs.animate .in, .lsyout-images .imgs.animate .out {
  animation: widthx 3s infinite linear 0s;
}

.mapimgs {
  position: relative;
}
.mapimgs .mapimgs-img {
  opacity: 0;
}
.mapimgs .map {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.lsyout-images2 {
  position: relative;
}
.lsyout-images2 .words {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.lsyout-images2 .words .i .is {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: rgba(0, 74, 154, 0.3);
  line-height: .5rem;
  text-align: center;
}
.lsyout-images2 .words .i .is span {
  display: inline-block;
}


img {
  max-width: 100%;
}





