* {
  margin: 0;
  padding: 0;
  font-family: "microsoft yahei";
}

img {
  pointer-events: none;
}

.imgEvent {
  pointer-events: inherit;
}

html, body {
  width: 100%;
  height: 100%;
  background: deepskyblue;
  overflow: hidden;
  background: url(../imgs/01home/home_menu_bg.png);
  background-size: 100% 100%;
}

.swiper-slide {
  background: #FFFFFF;
  text-align: center;
}

.color_one {
  background: #99CCCC;
}

.color_two {
  background: #FFFF99;
}

.color_three {
  background: #FFCCCC;
}

.color_four {
  background: #CC9966;
}

.color_five {
  background: #666666;
}

.color_six {
  background: #CC9999;
}

#mainSwiper
, #mainSwiperInnerOne {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.4s;
  box-sizing: border-box;
}

#mainSwiperInnerOne {
  padding-top: 40px;
  box-sizing: border-box;
}

#menu {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 26px;
}
#menu img {
  width: 100%;
}

.openMenu {
  transform: translateX(170px) translateY(170px);
  box-shadow: -1px -1px 15px -7px #333;
}

#processContainer {
  padding-top: 100px;
  padding-bottom: 30px;
}
#processContainer .line {
  width: 100%;
  height: 1px;
  background: #E5E5E5;
  position: relative;
}
#processContainer .line span {
  width: 18px;
  height: 18px;
  background: #afafaf;
  color: #FFFFFF;
  text-align: center;
  line-height: 18px;
  display: block;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
}
#processContainer .line .step001 {
  left: 14%;
}
#processContainer .line .step002 {
  left: 28%;
}
#processContainer .line .step003 {
  left: 42%;
}
#processContainer .line .step004 {
  left: 56%;
}
#processContainer .line .step005 {
  left: 70%;
}
#processContainer .line .step006 {
  left: 84%;
}
#processContainer .line .text {
  font-size: 6px;
  color: #999999;
  position: absolute;
  top: -50px;
  text-align: left;
  line-height: 12px;
  transition: all 0.4s;
  transform: translateX(-50%);
  text-align: center;
}
#processContainer .line .text001 {
  left: 14%;
}
#processContainer .line .text002 {
  left: 28%;
}
#processContainer .line .text003 {
  left: 42%;
}
#processContainer .line .text004 {
  left: 56%;
}
#processContainer .line .text005 {
  left: 70%;
}
#processContainer .line .text006 {
  left: 84%;
}
#processContainer .line .spanActive {
  background: #959595;
}
#processContainer .line .textActive {
  transform: translateX(-50%) scale(1.2);
  color: #959595;
}

#processContainer_milestone {
  padding-top: 88px;
  padding-bottom: 30px;
}
#processContainer_milestone .line {
  width: 100%;
  height: 1px;
  background: #E5E5E5;
  position: relative;
}
#processContainer_milestone .line span {
  width: 16px;
  height: 16px;
  background: red;
  opacity: 0.5;
  color: #FFFFFF;
  text-align: center;
  line-height: 16px;
  display: block;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
}
#processContainer_milestone .line .step001 {
  left: 14%;
}
#processContainer_milestone .line .step002 {
  left: 32%;
}
#processContainer_milestone .line .step003 {
  left: 48%;
}
#processContainer_milestone .line .step004 {
  left: 66%;
}
#processContainer_milestone .line .step005 {
  left: 85%;
}
#processContainer_milestone .line .text {
  font-size: 8px;
  color: red;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  width: 25%;
  text-align: center;
  e-height: 16px;
  transition: all 0.4s;
  transform: translateX(-50%);
}
#processContainer_milestone .line .textActive {
  transform: translateX(-50%) scale(1.2);
  color: red;
  opacity: 1;
}
#processContainer_milestone .line .spanActive {
  opacity: 1;
}
#processContainer_milestone .line .text001 {
  left: 14%;
}
#processContainer_milestone .line .text002 {
  left: 32%;
}
#processContainer_milestone .line .text003 {
  left: 48%;
}
#processContainer_milestone .line .text004 {
  left: 66%;
}
#processContainer_milestone .line .text005 {
  left: 85%;
}

.menuList {
  position: fixed;
  top: 20px;
  left: 30px;
  list-style: none;
  color: #FFFFFF;
  font-size: 14px;
}
.menuList li {
  margin-top: 40px;
  opacity: 0.7;
}
.menuList .liActive {
  opacity: 1;
}

.swiper-slide-001 .homeLogo {
  width: 50%;
  margin: 50px 0px 20px;
}
.swiper-slide-001 .dyic_container {
  width: 300px;
  height: 460px;
  margin: 0 auto;
  position: relative;
}
.swiper-slide-001 .dyic_container .img_main {
  width: 300px;
  position: absolute;
  bottom: 100px;
  left: 0px;
}
.swiper-slide-001 .dyic_container .point {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
}
.swiper-slide-001 .dyic_container .point span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff0000;
  display: block;
  margin: 12px auto;
  animation: shine 1s infinite alternate;
}
.swiper-slide-001 .dyic_container .point001 {
  top: 208px;
  left: 0px;
}
.swiper-slide-001 .dyic_container .point002 {
  top: 135px;
  left: 156px;
}
.swiper-slide-001 .dyic_container .point002 span {
  background: #1d8fff;
}
.swiper-slide-001 .dyic_container .point003 {
  top: 200px;
  right: 0px;
}
.swiper-slide-001 .dyic_container .point004 {
  top: 351px;
  right: 14px;
}
.swiper-slide-001 .dyic_container .point004 span {
  background: #1d8fff;
}
.swiper-slide-001 .dyic_container .line001 {
  width: 28px;
  position: absolute;
  top: 59px;
  left: 14.5px;
  opacity: 0;
  transition: all 0.8s;
}
.swiper-slide-001 .dyic_container .line002 {
  width: 130px;
  position: absolute;
  top: 128px;
  left: 39px;
  opacity: 0;
  transition: all 0.8s;
}
.swiper-slide-001 .dyic_container .line003 {
  width: 180px;
  position: absolute;
  top: 93px;
  right: 14px;
  opacity: 0;
  transition: all 0.8s;
}
.swiper-slide-001 .dyic_container .line004 {
  width: 94px;
  position: absolute;
  top: 370px;
  right: 29px;
  opacity: 0;
  transition: all 0.8s;
}
.swiper-slide-001 .dyic_container .text {
  opacity: 0;
  font-size: 8px;
  color: #999999;
  position: absolute;
  white-space: nowrap;
  background: #FFFFFF;
  transition: all 0.8s;
}
.swiper-slide-001 .dyic_container .opacityFull {
  opacity: 1;
}
.swiper-slide-001 .dyic_container .text001 {
  top: 54px;
  left: 47px;
}
.swiper-slide-001 .dyic_container .text002 {
  top: 133px;
  left: 47px;
}
.swiper-slide-001 .dyic_container .text003 {
  top: 99px;
  left: 115px;
}
.swiper-slide-001 .dyic_container .text004 {
  top: 400px;
  left: 10px;
}

@keyframes shine {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swiper-slide-002 .swiper-wrapper {
  position: relative;
}
.swiper-slide-002 .swiper-wrapper .swiper-slide {
  background: #f9f9f9;
  position: relative;
}
.swiper-slide-002 .swiper-wrapper .imgbox {
  width: 50%;
  margin: 80px auto 0px;
  position: relative;
}
.swiper-slide-002 .swiper-wrapper .imgbox img {
  width: 100%;
}
.swiper-slide-002 .swiper-wrapper .imgbox .centerImgBox {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 40%;
  text-align: center;
}
.swiper-slide-002 .swiper-wrapper .imgbox .centerImgBox img {
  width: 40%;
}
.swiper-slide-002 .swiper-wrapper .imgbox .centerImgBox .line {
  width: 160%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 42%;
  left: -30%;
}
.swiper-slide-002 .swiper-wrapper .infobox {
  width: 84%;
  height: 80px;
  margin: 20px auto 20px;
  background: #FFFFFF;
  box-shadow: 1px 1px 12px -3px #ccc;
  text-align: left;
  padding: 18px 20px;
  box-sizing: border-box;
}
.swiper-slide-002 .swiper-wrapper .infobox h4 {
  border-left: 2px solid red;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  font-weight: normal;
  text-indent: 6px;
}
.swiper-slide-002 .swiper-wrapper .infobox .infoandbutton {
  font-size: 8px;
  margin-top: 8px;
  text-indent: 5px;
  line-height: 20px;
  height: 20px;
  color: #999;
}
.swiper-slide-002 .swiper-wrapper .infobox .infoandbutton button {
  float: right;
  background: red;
  color: #FFFFFF;
  font-size: 12px;
  padding: 4px 10px;
  border: none;
  outline: none;
  border-radius: 16px;
  position: relative;
  top: -5px;
}
.swiper-slide-002 .swiper-wrapper .infobox_text {
  font-size: 14px;
  margin-top: 50px;
}
.swiper-slide-002 .leftArrow, .swiper-slide-002 .rightArrow {
  position: absolute;
  top: 38%;
  left: 40px;
  z-index: 2;
  width: 20px;
}
.swiper-slide-002 .leftArrow img, .swiper-slide-002 .rightArrow img {
  width: 100%;
}
.swiper-slide-002 .rightArrow {
  left: inherit;
  right: 40px;
}

.swiper-slide-003 .fourEachContainer {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 41px;
}
.swiper-slide-003 .fourEachContainer .fourInOneBox {
  height: 25%;
  box-sizing: border-box;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.swiper-slide-003 .fourEachContainer .fourInOneBox img {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.swiper-slide-004 #mainSwiperInnerTwo {
  margin-top: 80px;
}
.swiper-slide-004 #mainSwiperInnerTwo .swiper-wrapper {
  position: relative;
}
.swiper-slide-004 #mainSwiperInnerTwo .swiper-wrapper .swiperImg {
  width: 40%;
}
.swiper-slide-004 #mainSwiperInnerTwo .swiper-wrapper .proImg {
  width: 100%;
  margin-top: 30px;
}
.swiper-slide-004 #mainSwiperInnerTwo .leftArrow, .swiper-slide-004 #mainSwiperInnerTwo .rightArrow {
  position: absolute;
  top: 45%;
  left: 40px;
  z-index: 2;
  width: 30px;
}
.swiper-slide-004 #mainSwiperInnerTwo .leftArrow img, .swiper-slide-004 #mainSwiperInnerTwo .rightArrow img {
  width: 100%;
}
.swiper-slide-004 #mainSwiperInnerTwo .rightArrow {
  left: inherit;
  right: 40px;
}
.swiper-slide-004 button {
  width: 160px;
  height: 34px;
  line-height: 34px;
  background: red;
  color: #FFFFFF;
  border: none;
  border-radius: 34px;
  outline: none;
  margin-top: 25px;
  box-shadow: 0px 2px 20px -4px red;
}

.swiper-slide-005 .contentContainer {
  padding-top: 40px;
}
.swiper-slide-005 .contentContainer .srtinfo {
  width: 70%;
  margin: 30px auto;
  color: #999;
  line-height: 20px;
  font-size: 12px;
  text-align: left;
}
.swiper-slide-005 .contentContainer .infoImg {
  width: 80%;
  margin-top: 20px;
}
.swiper-slide-005 .contentContainer .whatchAll {
  text-align: right;
  padding-right: 10%;
  font-size: 12px;
  color: #999;
  margin-top: 18px;
}
.swiper-slide-005 .contentContainer .whatchAll img {
  width: 5px;
}
.swiper-slide-005 .contentContainer .otherInfo {
  box-sizing: border-box;
  padding: 40px 0px 20px;
  text-align: left;
  text-indent: 10%;
}
.swiper-slide-005 .contentContainer .otherInfo h3 {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.swiper-slide-005 .contentContainer .otherInfo a {
  text-decoration: none;
}
.swiper-slide-005 .contentContainer .otherInfo ul {
  padding-top: 10px;
}
.swiper-slide-005 .contentContainer .otherInfo ul li {
  border-bottom: 1px solid #e5e5e5;
  height: 38px;
  line-height: 38px;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  color: red;
}
.swiper-slide-005 .contentContainer .otherInfo ul li img {
  position: absolute;
  width: 8px;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-slide-006 {
  padding-top: 32px;
  position: relative;
}
.swiper-slide-006 .contentContainer {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide-006 .contentContainer h5 {
  font-size: 14px;
  width: 242px;
  margin: 40px auto 10px;
}
.swiper-slide-006 .contentContainer .tips {
  font-size: 10px;
  width: 242px;
  margin: 0px auto 20px;
  text-align: left;
}
.swiper-slide-006 .contentContainer .address {
  font-size: 10px;
  width: 242px;
  margin: 0px auto 10px;
  text-align: left;
}
.swiper-slide-006 .contentContainer .focusGzh {
  font-size: 8px;
  color: #999999;
}
.swiper-slide-006 .contentContainer .code {
  width: 30%;
}
.swiper-slide-006 .contentContainer .bottomInfoBox {
  bottom: 0px;
  height: 60%;
  width: 100%;
  background: url(../imgs/05lxwm/ziyemian/5-4-bg.png);
  position: absolute;
  background-size: 100% 100%;
  color: #FFFFFF;
}
.swiper-slide-006 .contentContainer .bottomInfoBox ul {
  text-align: left;
  font-size: 14px;
  box-sizing: border-box;
  list-style: none;
  padding: 5px 15% 5px;
}
.swiper-slide-006 .contentContainer .bottomInfoBox ul li {
  width: 100%;
  padding: 10px 0;
  margin-top: 10px;
  position: relative;
}
.swiper-slide-006 .contentContainer .bottomInfoBox ul li .arrow {
  position: absolute;
  right: 10px;
  width: 14px;
  top: 14px;
}
.swiper-slide-006 .contentContainer .bottomInfoBox ul li .hiddenContainer {
  display: none;
  padding-top: 10px;
}
.swiper-slide-006 .contentContainer .bottomInfoBox ul li .hiddenContainer .kfImg {
  width: 50px;
  margin-left: 12px;
}
.swiper-slide-006 .contentContainer .bottomInfoBox ul li .hiddenContainer .kfTips {
  font-size: 8px;
}
.swiper-slide-006 .contentContainer .bottomInfoBox ul li .hiddenContainer .zsjmTips {
  font-size: 10px;
  line-height: 20px;
}
.swiper-slide-006 .contentContainer .bottomInfoBox ul li .hiddenContainer .zsjmTips a {
  color: #FFFFFF;
  text-decoration: none;
}
.swiper-slide-006 .contentContainer .bottomInfoBox ul li .hiddenContainer .jrwmTips a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}
.swiper-slide-006 .contentContainer .bottomInfoBox ul .liActive .hiddenContainer {
  display: block;
}
.swiper-slide-006 .contentContainer .bottomInfoBox .copyright {
  width: 100%;
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
}

header {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  position: absolute;
  top: 0px;
  left: 1px;
  z-index: 2;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  color: red;
  border-bottom: 1px solid #E5E5E5;
}
header .menuBtn {
  width: 20px;
  position: absolute;
  left: 40px;
  height: 100%;
}
header .menuBtn img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header .backBtn {
  width: 12px;
  position: absolute;
  left: 14px;
  height: 100%;
}
header .backBtn img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tipsArrow {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  animation: arrowTips 2s infinite;
  z-index: 2;
}

@keyframes arrowTips {
  from {
    bottom: 5px;
    opacity: 1;
  }
  to {
    bottom: 15px;
    opacity: 0;
  }
}
#mainSwiperInnerAnother {
  width: 100%;
  height: 100%;
}
#mainSwiperInnerAnother .swiper-wrapper {
  margin-top: 100px;
  position: relative;
}
#mainSwiperInnerAnother .swiper-wrapper .swiperImg {
  width: 70%;
  margin-top: 70px;
}
#mainSwiperInnerAnother .swiper-wrapper .proImg {
  width: 100%;
  margin-top: 30px;
}
#mainSwiperInnerAnother .leftArrow, #mainSwiperInnerAnother .rightArrow {
  position: absolute;
  top: 30%;
  left: 30px;
  z-index: 2;
  width: 20px;
}
#mainSwiperInnerAnother .rightArrow {
  left: inherit;
  right: 30px;
}

#mainSwiperInnerMile {
  width: 100%;
}
#mainSwiperInnerMile .swiper-wrapper {
  margin-top: 20px;
  position: relative;
}
#mainSwiperInnerMile .swiper-wrapper .swiperImg {
  width: 60%;
  margin-top: 70px;
}
#mainSwiperInnerMile .swiper-wrapper .proImg {
  width: 100%;
  margin-top: 30px;
}
#mainSwiperInnerMile .leftArrow, #mainSwiperInnerMile .rightArrow {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 2;
  width: 20px;
}
#mainSwiperInnerMile .leftArrow img, #mainSwiperInnerMile .rightArrow img {
  width: 100%;
}
#mainSwiperInnerMile .rightArrow {
  left: inherit;
  right: 30px;
}

.aboutUs_parent {
  width: 100%;
  height: 100%;
  position: relative;
}
.aboutUs_parent .bg {
  width: 100%;
  height: 100%;
}
.aboutUs_parent .centerImg {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.aboutUs_parent .bottombg {
  width: 150%;
  position: absolute;
  bottom: 10px;
  left: -25%;
  right: -25%;
}

/*# sourceMappingURL=index_phone_srt.css.map */
