.intro {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto;
  padding: 20px 40px 20px 0;
  width: 1000px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 25px #ddd;
  visibility: hidden;
}
.intro .logo {
  margin: 0 100px;
  flex-basis: 150px;
}
.intro .intro-right-bottom {
  position: absolute;
  right: 18px;
  bottom: 18px;
}
.intro .text h4 {
  padding: 12px 0;
  color: #ff8500;
  font-size: 24px;
  font-weight: normal;
}
.intro .text p {
  line-height: 1.8;
  color: #999;
  font-size: 18px;
  text-align: justify;
}
.intro .text p:nth-of-type(2) {
  padding: 16px 0 8px;
}

.intro.top-transverse-line:before {
  width: 71px;
  background-color: #4d4d4d;
  -webkit-transform: translateX(-51px);
  -moz-transform: translateX(-51px);
  -ms-transform: translateX(-51px);
  -o-transform: translateX(-51px);
  transform: translateX(-51px);
}
.intro.top-transverse-line:after {
  width: 27px;
  background-color: #ff8500;
  -webkit-transform: translateX(24px);
  -moz-transform: translateX(24px);
  -ms-transform: translateX(24px);
  -o-transform: translateX(24px);
  transform: translateX(24px);
}

.news {
  padding: 30px;
  width: 900px;
}
.news .news-content {
  overflow: hidden;
}
.news .news-content li {
  float: left;
  width: 50%;
  padding: 16px;
}
.news .news-content-div {
  position: relative;
  display: block;
  padding-top: 40px;
}
.news .news-content-div .img-box {
  height: 280px;
  overflow: hidden;
}
.news .news-content-div .img-box img {
  width: 100%;
  height: 100%;
}
.news .news-content-div h4 {
  color: #333;
  font-size: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news-content-div .desc {
  font-size: 18px;
  color: #999;
  padding: 16px 0;
}
.news .news-content-div button {
  padding: 3px 16px;
  border: 1px solid #ddd;
  color: #999;
  border-radius: 16px;
  background-color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news .news-content-div button span {
  font-size: 14px;
}
.news .news-content-div .date {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #e7e7e7;
  color: #333;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news .news-content-div .date .day {
  font-size: 60px;
}
.news .news-content-div .date .year-month {
  position: relative;
  top: -8px;
  font-size: 18px;
}
.news .news-content-div:hover h4 {
  color: #ff8500;
}
.news .news-content-div:hover .date {
  background-color: #ff8500;
  color: #fff;
}
.news .news-content-div:hover button {
  border-color: #ff8500;
  background-color: #ff8500;
  color: #fff;
}

.big-event {
  padding-top: 30px;
}
.big-event .event .year-box {
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  text-align: center;
  width: 1000px;
  margin: 30px auto;
  font-size: 36px;
  color: #999;
}
.big-event .event .year-box .year {
  width: 20%;
  height: 100px;
  line-height: 100px;
  padding-bottom: 120px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("../img/about-us/year-vertical-bar.png");
  background-repeat: repeat-x;
  background-position-y: 100%;
}
.big-event .event .year-box .year.active {
  color: #ff8500;
  font-size: 72px;
  background-image: url("../img/about-us/year-vertical-bar-active.png");
  background-position-x: 50%;
}
.big-event .event .content {
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 18px;
}
.big-event .event .content li {
  display: none;
}
.big-event .event .content li.active {
  display: block;
}
.big-event .event .content .detail {
  float: left;
  width: 50%;
  padding: 32px 30px;
  color: #999;
}
.big-event .event .content .detail .time {
  position: relative;
  color: #ff8500;
  font-size: 18px;
}
.big-event .event .content .detail .time:before {
  position: absolute;
  content: "　";
  width: 6px;
  height: 6px;
  background-color: #ff8500;
  border-radius: 50%;
  top: 42%;
  left: -20px;
}

.service-network-station {
  padding: 100px 0 0;
}
.service-network-station .page-sub-title {
  font-size: 18px;
}
.service-network-station .page-sub-title .largen {
  font-size: 36px;
}
.service-network-station .page-sub-title .num {
  color: #ff8500;
}
.service-network-station .img-box {
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
  width: 972px;
  height: 803px;
}
.service-network-station .img-box .area-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service-network-station .img-box .area-box .area {
  position: absolute;
  opacity: 0;
}
.service-network-station .img-box .area-box .have-detail {
  cursor: pointer;
}
.service-network-station .img-box .detail-addr {
  position: relative;
  top: -160px;
  background-color: rgba(255, 255, 255, 0.7);
}
.service-network-station .img-box .detail-addr p {
  font-size: 18px;
  color: #999;
  line-height: 1.8;
  padding: 12px 0;
}

.color-orange {
  color: #ff8500;
}

.pagination {
  margin: 30px 0;
}

.bottom-logo-box {
  padding-bottom: 10px;
  text-align: right;
}
.bottom-logo {
  height: 50px;
}

.swiper {
  width: 90%;
  height: 100%;
}

.swiper-button-next {
  right: 0px !important;
  color: #999 !important;
  top: 50px !important;
  pointer-events: auto !important;
}

.swiper-button-prev {
  left: 0px !important;
  color: #999 !important;
  top: 50px !important;
  pointer-events: auto !important;
}
