@charset "UTF-8";
.yw-bg {
  display: flex;
  align-items: center;
  height: 420px;
  box-sizing: border-box;
  background: #fafafa url("../images/yw-bg.jpg") no-repeat center center;
}
.yw-item {
  text-align: center;
  position: relative;
  /*overflow: hidden;*/
  padding-bottom: 30px;
  /*margin-left: 75px;*/
  cursor: pointer;
}
.yw-item .iconfont {
  font-size: 40px;
}
.yw-item p {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid #333;
  border-radius: 50%;
  background: #fafafa;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yw-item span {
  font-size: 24px;
}
.yw-item.on, .yw-item:hover {
  color: #b40606;
}
.yw-item.on p, .yw-item:hover p {
  transform: scale(1.2);
  transition: 0.3s;
  position: relative;
  top: -10px;
  border: 2px solid #b40606;
}
.yw-item.on .iconfont, .yw-item:hover .iconfont {
  color: #b40606;
}
.yw-item.on:after, .yw-item:hover:after {
  display: block;
}
.yw-intro {
  padding: 50px 0 75px;
  font-size: 18px;
}
.yw-intro-p {
  font-size: 18px;
  margin-top: 30px;
}
.yw-title {
  padding-bottom: 17px;
  text-align: center;
}
.yw-title p i:after {
  left: 10%;
}
.yw-company-intro {
  margin-top: 95px;
  min-height: 200px;
  box-sizing: border-box;
  font-size: 18px;
  background: #fff;
  line-height: 2;
  border-radius: 15px;
  padding: 45px 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.yw-company-intro p {
  text-indent: 2em;
  text-align: justify !important;
  margin: 5px 0;
}

#outTabBd .slide-lv1 {
  background: #761819 url(../images/outTabBox-bg-red.jpg) no-repeat center 0;
  padding-bottom: 135px;
}
#outTabBd .slide-lv1 > .swiper-wrapper {
  width: 80%;
  margin: 0 auto;
}

.scroll {
  height: 100%;
}

.slidescroll {
  height: auto;
}

/*内外 tab 切换*/
.swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}

/*内外 tab 切换竣事*/
#outTabHd {
  margin: 60px 0 20px;
}

#outTabNav {
  padding-bottom: 24px;
  /*.swiper-slide {
    width: initial;
    font-size: 24px;  background: #edf1ff;
    padding: 0 55px;
    border-radius: 15px;
    height: 84px; align-items: center;
    margin-right: 20px;
  }*/
}
#outTabNav .swiper-slide {
  font-size: 20px;
  background: #edf1ff;
  padding: 10px 0;
  border-radius: 15px;
  align-items: center;
  width: 33.333333%;
}
#outTabNav .swiper-slide.swiper-slide-active {
  position: relative;
  background: #b40606;
}
#outTabNav .swiper-slide.swiper-slide-active span {
  color: #ffffff;
  font-weight: bold;
}
#outTabNav .swiper-slide.swiper-slide-active:before {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -9px;
  content: "";
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top: 12px solid #b40606;
  z-index: 1;
}

.inTabHd {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: space-around;
  /*切换按钮点击样式*/
}
.inTabHd-item {
  text-align: center;
  display: inline-block;
  margin: 0 0 35px;
  padding-bottom: 15px;
}
.inTabHd-item .iconfont {
  font-size: 55px;
}
.inTabHd-item p {
  font-size: 24px;
}
.inTabHd .active {
  position: relative;
}
.inTabHd .active:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 100%;
  width: 32px;
  height: 27px;
  background: url(/images/inTabHd-active.png) no-repeat center 0;
}

.inTabBd {
  width: 100%;
  margin-top: 20px;
}
.inTabBd .swiper-slide {
  background: #fff;
}
.inTabBd-item {
  padding: 45px;
  box-sizing: border-box;
}
.inTabBd-item-pic:hover {
  transform: scale(1.1);
  transition: 1s;
}
.inTabBd-item-title {
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  margin-top: 60px;
}
.inTabBd-item-intro {
  margin-top: 25px;
  padding-top: 35px;
  text-indent: 2em;
  line-height: 2;
  font-size: 18px;
  position: relative;
  text-align: justify !important;
}
.inTabBd-item-intro:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 67px;
  height: 7px;
  background: #d9a178;
}
.inTabBd-item.on {
  display: block;
}

.subsidiary {
  margin: 30px 0;
  padding: 45px 0;
  width: 100%;
}
.subsidiary-title p {
  font-size: 24px;
  font-weight: bold;
}
.subsidiary-title span {
  font-size: 30px;
  color: #999999;
  font-weight: 300;
}
.subsidiary-list {
  margin-top: 45px;
  font-size: 18px;
}
.subsidiary-list a {
  display: block;
  background: #f9f9f9;
  padding: 25px 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .yw-bg {
    height: 200px;
  }
  .yw-list {
    overflow-x: auto;
  }
  .yw-item {
    padding-bottom: 30px;
    width: 33.333333%;
    flex-shrink: 0;
    padding-top: 30px;
  }
  .yw-item .iconfont {
    font-size: 26px;
  }
  .yw-item p {
    width: 64px;
    height: 64px;
  }
  .yw-item span {
    font-size: 16px;
  }
  .yw-intro {
    padding: 33px 0 50px;
    font-size: 16px;
  }
  .yw-intro-p {
    font-size: 16px;
    margin-top: 19px;
  }
  .yw-company-intro {
    margin-top: 47px;
    font-size: 16px;
    border-radius: 10px;
    padding: 5px 23px;
  }
  .yw-company-intro p {
    text-indent: 2em;
    text-align: justify !important;
    margin: 10px 0;
  }

  #outTabBd .slide-lv1 {
    padding-bottom: 89px;
  }

  /*内外 tab 切换竣事*/
  #outTabHd {
    margin: 40px 0 13px;
  }

  #outTabNav {
    padding-bottom: 16px;
  }
  #outTabNav .swiper-slide {
    font-size: 16px;
    padding: 10px 0;
    border-radius: 10px;
  }
  #outTabNav .swiper-slide.swiper-slide-active:before {
    margin-left: -6px;
    border: 8px solid transparent;
    border-top: 8px solid #b40606;
  }

  .inTabHd {
    margin-top: 30px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    /*切换按钮点击样式*/
  }
  .inTabHd-item {
    margin: 0 0 30px;
    width: 50%;
  }
  .inTabHd-item .iconfont {
    font-size: 33px;
  }
  .inTabHd-item p {
    font-size: 16px;
  }
  .inTabHd .active {
    padding-bottom: 13px;
  }
  .inTabHd .active:after {
    margin-left: -11px;
    width: 22px;
    height: 18px;
    background-size: cover;
  }

  .inTabBd {
    margin-top: 0;
  }
  .inTabBd-item {
    padding: 20px;
    /*.layui-col-space30{ margin: 0;
      >*{padding: 0;}
    }*/
  }
  .inTabBd-item-title {
    font-size: 20px;
    margin-top: 0px;
  }
  .inTabBd-item-intro {
    margin-top: 17px;
    padding-top: 21px;
    font-size: 16px;
  }
  .inTabBd-item-intro:before {
    width: 40px;
    height: 5px;
  }

  .subsidiary {
    margin: 20px 0;
    padding: 30px 0;
    width: 100%;
  }
  .subsidiary-title p {
    font-size: 16px;
  }
  .subsidiary-title span {
    font-size: 20px;
  }
  .subsidiary-list {
    margin-top: 20px;
    font-size: 16px;
  }
  .subsidiary-list a {
    padding: 10px 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .subsidiary-list > * {
    padding: 7.5px;
  }
}
@media screen and (min-width: 768px) {
  .yw-item {
    width: auto;
    margin: 0 18px;
  }
}
@media screen and (min-width: 992px) {
  .yw-item {
    width: auto;
    margin: 0;
  }
}
<!--耗时1753356678.5277秒-->