/* -------------------------------section1------------------------------ */
.section1 {
  position: relative;
}
.swiper1 {
  width: 100%;
}
.section1-page {
  position: relative;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section1-page-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section1-page-title1 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 0;
  transition: all 1s 0.2s;
  opacity: 0;
  transform: translateX(200px);
}
.section1-page-title1 span {
  font-size: 40px;
}
.section1-page-title3,
.section1-page-title2 {
  font-size: 24px;
  margin-top: 10px;
}
.section1-page-title2 {
  transition: all 1s 0.4s;
  opacity: 0;
  transform: translateX(200px);
}
.section1-page-title3 {
  transition: all 1s 0.6s;
  opacity: 0;
  transform: translateX(200px);
}
.section1-page-btn {
  margin-top: 50px;
  font-size: 16px;
}
.section1-page-btn1 {
  display: inline-block;
  line-height: 50px;
  background: #0068fb;
  border-radius: 8px;
  padding: 0 32px;
  color: #fff;
  box-shadow: 0px 0 11px 0px rgba(0, 104, 251, 0.24);
}
.section1-page-btn2 {
  display: inline-block;
  line-height: 50px;
  border-radius: 8px;
  padding: 0 32px;
  box-shadow: 0px 0 11px 0px rgba(0, 0, 0, 0.08);
  margin-left: 32px;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.lxwm {
  position: absolute;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  left: 90%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 24px;
  text-align: center;
  width: 150px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s;
}
.lxwm-item-bot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lxwm-item-bot img {
  width: 14px;
}
.section1-page-btn2:hover .lxwm {
  left: calc(100% + 4px);
  opacity: 1;
  z-index: 1;
}
.swiper1-pagination {
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 2;
  bottom: 60px !important;
}
.swiper1 .swiper-slide-active .section1-page-title1,
.swiper1 .swiper-slide-active .section1-page-title2,
.swiper1 .swiper-slide-active .section1-page-title3 {
  opacity: 1;
  transform: translateX(0);
}

.section1-bot {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(50%);
  z-index: 2;
}
.section1-bot-con {
  display: flex;
  background: #fff;
  box-shadow: 0px 0 53px 5px rgba(0, 104, 251, 0.08);
  border-radius: 8px;
  padding: 35px 0;
  width: 100%;
}
.section1-bot-con-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  border-right: 1px solid #ddd;
  font-size: 16px;
}
.section1-bot-con-item img {
  margin-right: 6px;
}
.section1-bot-con-item:last-child {
  border: none;
}
/* -----------------------------------------------section2---------------------------------- */
.section2 {
  padding-top: 160px;
  padding-bottom: 120px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
}

.section2-bot {
  margin-top: 70px;
}
.section2-bot {
  display: flex;
  justify-content: space-between;
}
.section2-bot-item {
  background-repeat: no-repeat;
  background-size: 100% 220px;
  background-position: top;
  width: 464px;
  box-shadow: 0px 0 53px 3px rgba(0, 0, 0, 0.06);
  position: relative;
}
.section2-bot-item-title {
  position: absolute;
  left: 0;
  width: 100%;
  top: 80px;
}
.section2-bot-item-con {
  height: 536px;
  padding-top: 200px;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.5s;
}
.section2-bot-item-con:hover {
  padding-top: 10px;
}
.section2-bot-item-con-con {
  height: 526px;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 50px;
  background-image: url(/Upload/images/index/st2-5.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 200px;
  position: relative;
}
.section2-bot-item-con-con-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 20px;
}
.section2-bot-item-con-con-item img {
  margin-right: 10px;
}
.section2-bot-item-con-con-btn {
  position: absolute;
  bottom: 40px;
  left: 50px;
}

.section2-bot-item-con-con-title {
  overflow: hidden;
  height: 0;
  transition: all 0.5s;
}
.section2-bot-item-con-con-title .tytitle1 {
  text-align: left;
}
.section2-bot-item-con:hover .section2-bot-item-con-con-title {
  height: 42px;
  margin-bottom: 30px;
}
/* -------------------------------section3------------------------------------ */
.section3 {
  background-image: url(/Upload/images/index/st3-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 150px 0;
  background-position: center center;
}
.section3-title {
  margin-top: 30px;
  margin-bottom: 80px;
  color: #999;
  font-size: 20px;
  text-align: center;
}
.section3-con {
  width: 50%;
  background: #fff;
  box-shadow: 0px 0 53px 5px rgba(0, 104, 251, 0.12);
  border-radius: 8px;
  display: flex;
}
.section3-con-left {
  width: 220px;
  flex-grow: 0;
  flex-shrink: 0;
}
.section3-con-right {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  height: 360px;

  background-color: #fff;
  background-image: url(/Upload/images/index/st3-3.png);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: right bottom;
}
.section3-con-left-item {
  height: 180px;
  width: 100%;
  background-color: #eef1f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
}
.section3-con-left-item.active {
  background-image: url(/Upload/images/index/st3-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  color: #fff;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.section3-con-right-item {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*align-content: space-around;*/
  height: 360px;
  padding: 0 50px;
}
.section3-con-right-con {
  /* transition: all 0.2s; */
}
.section3-con-right-con.active {
  margin-top: -360px;
}
.section3-con-right-item-con {
  width: 100%;
  height: 50%;
  padding-top: 40px;
}
.section3-con-right-item-con-btn {
  display: inline-block;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #0068fb;
  line-height: 32px;
  text-align: center;
  color: #0068fb;
  font-size: 16px;
  padding: 0 20px;
  font-weight: 700;
}
.section3-con-right-item-con-content {
  font-size: 16px;
  margin-top: 30px;
}

/* -------------------------------section4------------------------------------ */
.section4 {
  padding: 100px 0 80px 0;
  background-image: url(/Upload/images/index/st4-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section4-bot {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.section4-bot-left {
  height: 650px;
  width: 60%;
  background-image: url(/Upload/images/index/mapbk.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.section4-bot-right {
  width: 40%;
  background: #ffffff;
  box-shadow: 0px 0 53px 5px rgba(0, 104, 251, 0.12);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.section4-bot-right::after,
.section4-bot-right::before {
  content: '';
  position: absolute;
  z-index: 2;
  background: linear-gradient(270deg, rgba(238, 238, 238, 0) 0%, rgba(228, 228, 228, 0.86) 30%, #e2e2e2 69%, rgba(216, 216, 216, 0) 100%);
}
.section4-bot-right::before {
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
}
.section4-bot-right::after {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.section4-bot-right-item {
  width: 50%;
  padding: 40px 0;
  text-align: center;
}
.section4-bot-right-item-title {
  color: #0068fb;
  font-size: 38px;
  font-weight: 700;
}
.section4-bot-right-item-content {
  color: #666;
  font-size: 16px;
  margin-top: 10px;
}
.section4-bot-right-item-top img {
  height: 42px;
}
#map {
  width: 100%;
  height: 100%;
}
/* -------------------------------section5------------------------------------ */
.section5 {
  background: #f3f6fa;
  padding: 100px 0 120px 0;
}
.section5-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
}
.section5-tab-item {
  display: flex;
  margin: 0 16px;
  background: #ffffff;
  box-shadow: 0px 0 27px 3px rgba(0, 104, 251, 0.12);
  border-radius: 8px;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  cursor: no-drop;
  position: relative;
  color: #535456;
}
.section5-tab-item img {
  width: 30px;
}
.section5-tab-item.active {
  color: #0068fb;
  cursor: pointer;
}
.section5-tab-item-wb {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -50%);
  background: #e4e7ea;
  border-radius: 12px;
  line-height: 24px;
  padding: 0 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.section5-bot {
  margin-top: 32px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.section5-bot-item1 {
  grid-row-start: 1;
  grid-row-end: 3;
}

.section5-bot-item1 {
  background-image: url(/Upload/images/index/st5-9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 0 10px 3px rgba(0, 0, 0, 0.06);
}
.section5-bot-item1-bot {
  position: absolute;
  bottom: 0;
  padding: 40px;
  width: 100%;
  left: 0;
}
.section5-bot-item1-bot-title {
  font-size: 32px;
  color: #0068fb;
}
.section5-bot-item1-bot-btn {
  border-radius: 5px;
  border: 1px solid #0068fb;
  line-height: 32px;
  color: #0068fb;
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
  margin-top: 30px;
}
.section5-bot-item1-bot-btn img {
  vertical-align: middle;
}
/* -------------------------------section6------------------------------------ */
.section6 {
  padding: 100px 0 80px 0;
  background-image: url(/Upload/images/index/st6-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section6-bot {
  margin-top: 50px;
  text-align: center;
}
.section6-con {
  margin-top: 40px;
  display: flex;
}
.section6-con-item {
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 20%;
  transition: all 0.5s;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 580px;
  cursor: pointer;
}
.section6-con-item.active {
  width: 40%;
}
.section6-con-item-title {
  text-align: center;
}
.section6-con-item-title1 {
  font-size: 28px;
  color: #fff;
  display: block;
  width: 100%;
}
.section6-con-item-title2 {
  font-size: 16px;
  color: #c7c7c7;
  margin-top: 10px;
  display: block;
}
.section6-con-item-con {
  background: #ffffff;
  box-shadow: 0px 0 53px 5px rgba(0, 104, 251, 0.12);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  transform: scale(0);
  transition: all 0.5s;
  height: 0;
}
.section6-con-item.active .section6-con-item-con {
  transform: scale(1);
  height: 308px;
  margin-top: 50px;
}
.section6-con-item-con-helf {
  width: calc(50% - 10px);
  overflow: hidden;
  cursor: pointer;
}
.section6-con-item-con-helf img {
  width: 100%;
}
.section6-con-item-con-helf-title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 10px;
}
.section6-con-item-con-helf:hover .section6-con-item-con-helf-title {
  color: #0068fb;
}
.section6-con-item-con-helf-text {
  color: #535456;
  line-height: 24px;
}
@media screen and (max-width: 1200px) {
  /* -------------------------------section1------------------------------------ */
  .section1-page-title1 span {
    font-size: 24px;
  }
  .section1-page-title3,
  .section1-page-title2 {
    font-size: 16px;
    margin-top: 6px;
  }
  .section1-page-title1 {
    margin-bottom: 14px;
  }
  .section1-page-btn {
    margin-top: 30px;
    font-size: 14px;
  }
  .section1-page-btn1 {
    line-height: 40px;
    padding: 0 20px;
  }
  .section1-page-btn1 img {
    vertical-align: middle;
  }
  .section1-page-btn2 {
    line-height: 40px;
    padding: 0 20px;
    margin-left: 20px;
  }
  .section1-page {
    height: 250px;
  }
  .swiper1-pagination {
    bottom: 10px !important;
  }
  .section1-bot {
    position: relative;
    transform: none;
    margin: 20px 0;
  }
  .section1-bot-con {
    flex-wrap: wrap;
    padding: 10px 0;
    font-size: 13px;
  }
  .section1-bot-con-item {
    width: 33.333%;
    margin: 10px 0;
    font-size: 14px;
  }
  .section1-bot-con-item:nth-child(3n) {
    border: none;
  }
  .section1-bot-con-item:last-child {
    width: 66.666%;
  }

  /* -------------------------------section2------------------------------------ */
  .section2 {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .section2-bot {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .section2-bot-item {
    width: 100%;
    background-size: contain;
    margin-top: 20px;
  }
  .section2-bot-item-con {
    padding-top: 100px;
    height: 350px;
  }
  .section2-bot-item-con:hover .section2-bot-item-con-con-title {
    height: 26px;
    margin-bottom: 30px;
  }
  .section2-bot-item-con-con-item {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .section2-bot-item-title {
    top: 40px;
  }
  .section2-bot-item-con-con-item img {
    margin-right: 6px;
    width: 20px;
  }
  .section2-bot-item-con-con {
    height: 340px;
    padding: 24px;
  }
  .section2-bot-item-con-con-btn {
    bottom: 24px;
    left: 24px;
  }

  /* -------------------------------section3------------------------------------ */
  .section3 {
    padding: 40px 0;
  }
  .section3-title {
    margin-top: 14px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .section3-con {
    width: 100%;
  }
  .section3-con-left {
    width: 120px;
  }
  .section3-con-left-item {
    height: 120px;
    font-size: 18px;
  }
  .section3-con-right {
    height: 240px;
    background-size: 150px;
  }
  .section3-con-right-item {
    height: 240px;
    padding: 10px 20px;
  }
  .section3-con-right-item-con{
      padding-top: 20px;
  }
  
  .section3-con-right-item-con-btn {
    font-size: 13px;
    line-height: 28px;
  }
  .section3-con-right-item-con-content {
    font-size: 13px;
    margin-top: 10px;
    color: #666;
  }
  .section3-con-right-con.active {
    margin-top: -240px;
  }
  /* -------------------------------section4------------------------------------ */
  .section4 {
    padding: 40px 0;
  }
  .section4-bot {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .section4-bot-left {
    width: 100%;
    height: 300px;
  }
  .section4-bot-right {
    width: 100%;
  }
  .section4-bot-right-item-title {
    font-size: 24px;
  }
  .section4-bot-right-item-content {
    font-size: 14px;
    margin-top: 4px;
  }
  .section4-bot-right-item-top img {
    height: 24px;
    margin-bottom: 3px;
  }
  .section4-bot-right-item {
    padding: 20px 0;
  }

  /* -------------------------------section5------------------------------------ */
  .section5 {
    padding: 40px 0;
  }
  .section5-tab {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section5-tab-item {
    width: calc(50% - 5px);
    margin: 6px 0;
    padding: 4px 14px;
    font-size: 16px;
  }
  .section5-tab-item img {
    width: 26px;
  }
  .section5-tab-item-wb {
    transform: translate(10px, -50%);
    font-size: 12px;
    line-height: 20px;
  }
  .section5-bot {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 14px;
    margin-top: 10px;
  }
  .section5-bot-item1 {
    height: 350px;
  }
  .section5-bot-item1-bot {
    padding: 20px;
  }
  .section5-bot-item1-bot-title {
    font-size: 20px;
    font-weight: 700;
  }
  .section5-bot-item1-bot-btn {
    margin-top: 30px;
    line-height: 24px;
    font-size: 14px;
    padding: 0 14px;
  }

  /* -------------------------------section6------------------------------------ */
  .section6 {
    padding: 40px 0;
  }
  .section6-con {
    flex-wrap: wrap;
  }
  .section6-con-item {
    width: 50%;
    padding: 15px;
    height: 340px;
  }
  .section6-con-item.active {
    width: 50%;
  }
  .section6-con-item-title1 {
    font-size: 20px;
  }
  .section6-con-item-title2 {
    font-size: 13px;
    margin-top: 4px;
  }
  .section6-con-item-con {
    flex-wrap: wrap;
    padding: 15px;
  }
  .section6-con-item-con-helf {
    width: 100%;
  }
  .section6-con-item-con-helf:last-child {
    display: none;
  }
  .section6-con-item-con-helf-title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 6px;
  }
  .section6-con-item-con-helf-text {
    font-size: 13px;
    line-height: 20px;
    color: #666;
  }
  .section6-con-item.active .section6-con-item-con {
    height: 200px;
    margin-top: 20px;
  }
}
