.site_banner {
  background: center center no-repeat;
  background-size: cover;
}

.site_banner .pl {
  padding-bottom: 6%;
}

.site_ban_txt h2 {
  color: #fff;
  line-height: 1.2;
}

.site_ban_txt {
  height: auto;
  width: auto;
}

.site_ban_txt .tab-list {
  padding: 5%;
  padding-bottom: 0;
  margin: -7px;
  font-size: 0;
}

.site_ban_txt .tab-list li {
  display: inline-block;
  width: calc(25% - 14px);
  margin: 7px;
  background: #333333;
  padding: 0.5em 1em;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: all .5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site_ban_txt .tab-list li.on {
  background: #fff;
  color: #ef8a22;
}

.modular {
  background: no-repeat center center;
  background-size: cover;
}

.modular1 .box {
  display: flex;
  align-items: center;
  min-height: 25vw;

}

.list .modular1:nth-child(2n) .edit_con_original {
  color: #fff;
}

.modular1 .box .left {
  width: 70%;
}

.modular1 .box .left h2 {
  margin-bottom: 1em;
}

.modular1 .box .left h4 {
  margin-top: 1em;
}

.modular1 .box .left h4 a {
  color: #ef8a22;
}

.modular1 .box .right {
  flex: 1;
  text-align: center;
  padding: 8%;
}

.modular1 .box .right img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.modular1 {
  position: relative;
  padding-bottom: 20px;
}

.modular1::after {
  content: '';
  display: block;
  height: 20px;
  width: 100%;
  position: absolute;
  background: #eb8922;
  bottom: 0;
  left: 0;
}

.modular3,
.modular2 {
  background: #f1f1f1;
}

.modular2 .box {
  /* display: flex
; */
  padding: 5% 0;
  /* height: 26vw; */
  position: relative;
  overflow: hidden;
}

.modular2 .left {
  width: calc(50% - 26px);
  margin-right: 52px;
  position: absolute;
  height: 100%;
  padding-bottom: 5%;
}

.modular2 .right {
  width: calc(50% - 26px);
  float: right;
}

.modular2 .right .cover {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.modular img {
  transition: .5s;
}

.modular2 .right .cover i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
  color: #fff;
}

.modular3 {
  padding: 5% 0;
}

.modular3 h2 {
  text-align: center;
}

.modular3 .icon-box {
  display: inline-block;
  padding: 50%;
  border-radius: 50%;
  background: #e8943b;
  position: relative;
  transition: all .5s;
}



.modular3 .text {
  margin-top: 1em;
}

.modular3 .icon-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-height: 80%;
}

.modular3 .icons {
  display: flex;
  margin: 0;
  margin-top: 5%;
}

.modular3 .icons li {
  width: 30%;
  text-align: center;
  margin: 0 6%;
}

.modular4 {
  text-align: center;
  margin: 5% 0;
}

.modular4 .li {
  border-radius: 50%;
  border: 6px solid #eb8922;
  width: 11vw;
  height: 11vw;
  line-height: calc(11vw - 12px);
  box-sizing: border-box;
  margin-bottom: 1em;
}

.modular4 .li+.li {
  border-color: #2ebba6;
}

.modular4 .li+.li+.li {
  border-color: #9281be;
}

.modular4 .list {
  position: absolute;
  bottom: 5%;
  left: 0;
}

.modular4 .list .item {
  text-align: left;
}

.modular4 .list .item img {
  margin-right: 0.5em;
  margin-bottom: 1em;
}

.modular4 .li .text {
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}

.modular4 .map-box {
  position: relative;
}

.modular4 .map-box .right {
  position: absolute;
  right: 0;
  top: 0;
}

.fnt_100 {
  font-size: 100px;
}

.modular4 .map-box .tit {
  font-weight: bold;
  line-height: 1;
}

.white-text {
  color: #fff;
}

.phone-show {
  display: none;
}


@media screen and (min-width: 767px) {


  .modular3 .icon-box:hover {
    transform: scale(1.05);
  }

  .modular3 .icon-box:hover img {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  .modular2 .right .cover:hover img {
    transform: scale(1.1);
  }

  .modular2 .right .cover:hover i {
    transform: translate(-50%, -50%) scale(0.95);
  }

  .site_ban_txt .tab-list li:hover {
    background: #fff;
    color: #ef8a22;
  }
}

@media screen and (max-width: 1440px) {
  .modular4 .map-box .tit {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .modular2 .box{
    height: auto;
    padding: 0;
  }
  .modular2 .left {
    position: relative;
  }

  .modular2 .right {
    float: none;
    width: auto;
  }

  .modular1 .box {
    align-items: center;
    flex-direction: column-reverse;
    word-break: break-all;
  }

  .modular1:nth-child(2n-1) .box {
    flex-direction: column;
  }

  .modular1 .box .left {
    width: 100%;
    margin-bottom: 20%;
  }

  .site_ban_txt .tab-list li {
    width: calc(50% - 14px);
    white-space: nowrap;
  }

  .site_ban_txt .tab-list {
    padding-left: 0;
  }

  .modular2 .left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 5%;
	height: fit-content;
	padding-top:15px;
  }

  .modular2 .box {
    display: block;
  }

  .modular3 .icons {
    flex-wrap: wrap;
  }

  .modular3 .icons li {
    width: 38%;
    margin-bottom: 5%;
  }

  .modular4 .map-box {
    display: none;
  }

  .phone-show {
    display: block;
  }
}