.swiperBox {
  width: 100%;
}
.swiperBox .wrapBox {
  width: 100%;
  height: 838px;
}
.swiperBox .wrapBox .slidebox {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiperBox .swiper-pagination1 {
  bottom: 36px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1000;
  width: 100%;
}
.swiperBox .swiper-pagination1 .swiper-pagination-bullet {
  background: transparent !important;
  width: 15px !important;
  height: 15px !important;
  border: 1px solid #fff;
  border-radius: 50% !important;
  opacity: 1 !important;
  margin-left: 80px !important;
  margin-right: 0 !important;
  position: relative;
}
.swiperBox .swiper-pagination1 .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.swiperBox .swiper-pagination1 .swiper-pagination-bullet:last-child:before {
  content: '';
  width: 0;
  height: 0;
}
.swiperBox .swiper-pagination1 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:before {
  content: '';
  width: 0;
  height: 0;
}
.swiperBox .swiper-pagination1 .swiper-pagination-bullet:before {
  content: '';
  width: 80px;
  height: 6px;
  position: absolute;
  left: 15px;
  top: 4px;
  background-image: url("../img/sby-swiper-line.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.swiperBox .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 23px !important;
  height: 25px !important;
  border: none;
  background-image: url("../img/sby-icon-plain.png") !important;
  background-repeat: no-repeat !important;
  background-position: center 2px !important;
  background-size: 23px 21px !important;
}
.swiperBox .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: '';
  width: 80px;
  height: 6px;
  position: absolute;
  left: 23px;
  top: 10px;
  background-image: url("../img/sby-swiper-line.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.index-first {
  width: 100%;
  background-image: url("../img/sby-index-one-bg.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
}
.index-title {
  text-align: center;
  padding-top: 36px;
}
.index-title .title-cn {
  font-size: 36px;
  color: #223e70;
  line-height: 1;
  padding-bottom: 16px;
  font-weight: normal;
}
.index-title .title-en {
  color: #1f2e5d;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 25px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Arial';
}
.index-part-title {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 100px;
  background: url("../img/sby-index-arrow.png") center 20px no-repeat;
  background-size: 46px auto;
}
.index-part-title .title-cn {
  font-size: 36px;
  color: #223e70;
  line-height: 1;
  padding-bottom: 8px;
  font-weight: normal;
}
.index-part-title .title-en {
  color: #1f2e5d;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Arial';
}
.index-first-ul {
  background-color: #fff;
  overflow: hidden;
  height: 750px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: rgba(27,43,79,0.1);
  -webkit-border-image: -webkit-linear-gradient(rgba(27,43,79,0.2), rgba(27,43,79,0.02)) 30;
  -moz-border-image: -moz-linear-gradient(rgba(27,43,79,0.2), rgba(27,43,79,0.02)) 30;
  -o-border-image: linear-gradient(rgba(27,43,79,0.2), rgba(27,43,79,0.02)) 30;
  -ms-border-image: linear-gradient(rgba(27,43,79,0.2), rgba(27,43,79,0.02)) 30;
  border-image: linear-gradient(rgba(27,43,79,0.2), rgba(27,43,79,0.02)) 30;
  background-image: url("../img/sby-plainbg.jpg");
  background-position: center 113px;
  background-repeat: no-repeat;
  background-size: 1200px 636px;
  display: flex;
}
.index-first-ul .index-first-li {
  flex: 1;
  height: 100%;
  cursor: pointer;
  text-align: center;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: rgba(27,43,79,0.1);
  -webkit-border-image: -webkit-linear-gradient(rgba(27,43,79,0.2), rgba(27,43,79,0.02)) 30;
  -moz-border-image: -moz-linear-gradient(rgba(27,43,79,0.2), rgba(27,43,79,0.02)) 30;
  -o-border-image: linear-gradient(rgba(27,43,79,0.2), rgba(27,43,79,0.02)) 30;
  -ms-border-image: linear-gradient(rgba(27,43,79,0.2), rgba(27,43,79,0.02)) 30;
  border-image: linear-gradient(rgba(27,43,79,0.2), rgba(27,43,79,0.02)) 30;
  transition: width 0.8s;
  -ms-transition: width 0.8s;
  -moz-transition: width 0.8s;
  -webkit-transition: width 0.8s;
  -o-transition: width 0.8s;
}
.index-first-ul .index-first-li.active {
  flex: 2;
  background: rgba(255,255,255,0.8);
  transition: width 0.8s, padding-left 0.2s, padding-right 0.2s;
  -ms-transition: width 0.8s, padding-left 0.2s, padding-right 0.2s;
  -moz-transition: width 0.8s, padding-left 0.2s, padding-right 0.2s;
  -webkit-transition: width 0.8s, padding-left;
}
.index-first-ul .index-first-li .index-first-li-title {
  padding-top: 120px;
  color: #223e70;
}
.index-first-ul .index-first-li .index-first-li-title.aviation {
  background: url("../img/sby-aviation.png") center 60px no-repeat;
  background-size: 30px auto;
}
.index-first-ul .index-first-li .index-first-li-title.industry {
  background: url("../img/sby-industry.png") center 58px no-repeat;
  background-size: 34px auto;
}
.index-first-ul .index-first-li .index-first-li-title.reform {
  background: url("../img/sby-reform.png") center 60px no-repeat;
  background-size: 30px auto;
}
.index-first-ul .index-first-li .index-first-li-title h2 {
  font-size: 25px;
  line-height: 1.5;
  padding: 0 10px 15px;
}
.index-first-ul .index-first-li .index-first-li-title h6 {
  font-size: 10px;
  line-height: 1;
  font-family: 'Arial';
}
.index-first-ul .index-first-li .main-cont {
  width: 100%;
  height: 520px;
  position: relative;
  color: #223e70;
  padding-top: 56px;
  background: url("../img/sby-hidden-error.png") center 20px no-repeat;
  background-size: 116px auto;
}
.index-first-ul .index-first-li .main-cont.hidden {
  display: none !important;
}
.index-first-ul .index-first-li .main-cont li {
  font-size: 22px;
  line-height: 40px;
}
.index-first-ul .index-first-li .main-cont .brief {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  padding-left: 86px;
  padding-right: 56px;
  text-align: left;
  position: absolute;
  bottom: 22px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  background: url("../img/sby-tag.png") 65px 10px no-repeat;
  background-size: 8px auto;
}
.service-case {
  width: 100%;
  padding-bottom: 95px;
  background-image: url("../img/sby-index-one-bg.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
}
.service-case .cases-swiper {
  position: relative;
}
.service-case .swiper-container2 {
  width: 100%;
  position: static;
}
.service-case .swiper-container2 .caseBox {
  width: 100%;
  height: 492px;
}
.service-case .swiper-container2 .slidecase {
  display: block;
}
.service-case .swiper-container2 .slidecase .slide-l {
  width: 740px;
  height: 100%;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-case .swiper-container2 .slidecase .slide-l p {
  font-size: 26px;
  color: #fffefe;
  line-height: 30px;
  padding-top: 200px;
}
.service-case .swiper-container2 .slidecase .slide-r {
  width: 460px;
  height: 100%;
  background-color: #1f2e5d;
  color: #fffefe;
  padding-top: 50px;
  position: relative;
}
.service-case .swiper-container2 .slidecase .slide-r h4 {
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
.service-case .swiper-container2 .slidecase .slide-r .small {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  padding: 0 110px;
}
.service-case .swiper-container2 .slidecase .slide-r .case-desc {
  padding: 0 36px;
  font-size: 16px;
  line-height: 30px;
  padding-top: 40px;
}
.service-case .swiper-container2 .slidecase .slide-r .case-btn {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #fffefe;
  border-radius: 30px;
  position: absolute;
  right: 36px;
  bottom: 45px;
}
.service-case .swiper-container2 .swiper-pagination2 {
  width: auto !important;
  text-align: inherit !important;
  bottom: 30px !important;
  left: 320px !important;
  position: absolute;
  z-index: 1000;
}
.service-case .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 1;
  margin-right: 10px;
  background: rgba(255,254,254,0.5) !important;
}
.service-case .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}
.service-case .swiper-container2 .swiper-button-next2 {
  width: 63px;
  height: 63px;
  right: -135px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: url("../img/sby-right.png") center no-repeat;
  background-size: 63px auto;
}
.service-case .swiper-container2 .swiper-button-prev2 {
  width: 63px;
  height: 63px;
  left: -135px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: url("../img/sby-left.png") center no-repeat;
  background-size: 63px auto;
}
.news-box {
  background-color: #f9f9f9;
  padding-bottom: 90px;
}
.news-box .news-swiper {
  position: relative;
}
.news-box .swiper-container3 {
  margin: 0 20px;
  position: static;
}
.news-box .swiper-container3 .newsBox .slidenews {
  display: inline-block;
  width: 358px !important;
  height: 100%;
  padding: 4px;
  margin: 0 15px;
}
.news-box .swiper-container3 .newsBox .slidenews a {
  display: block;
  padding: 36px 22px 36px;
  box-shadow: 0 0 3px -1px #a0a0a0;
}
.news-box .swiper-container3 .newsBox .slidenews a:hover h2,
.news-box .swiper-container3 .newsBox .slidenews a.on h2 {
  color: #c8a582;
}
.news-box .swiper-container3 .newsBox .slidenews a .newstime {
  font-family: 'Arial';
  font-size: 12px;
  color: #999;
  padding-bottom: 38px;
  line-height: 1;
  text-align: center;
}
.news-box .swiper-container3 .newsBox .slidenews a h2 {
  font-weight: normal;
  font-size: 24px;
  color: #333;
  line-height: 40px;
  text-align: center;
  margin-bottom: 22px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 80px;
}
.news-box .swiper-container3 .newsBox .slidenews a p {
  font-size: 14px;
  color: #7b7b7b;
  line-height: 30px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 30px;
}
.news-box .swiper-container3 .newsBox .slidenews a .div-img {
  width: 100%;
  height: 190px;
}
.news-box .swiper-container3 .swiper-button-next {
  width: 63px;
  height: 63px;
  right: -135px;
  border-radius: 50%;
  background: url("../img/sby-right.png") center no-repeat;
  background-size: 63px auto;
}
.news-box .swiper-container3 .swiper-button-prev {
  width: 63px;
  height: 63px;
  left: -135px;
  border-radius: 50%;
  background: url("../img/sby-left.png") center no-repeat;
  background-size: 63px auto;
}
.partner-ul {
  padding-bottom: 100px;
}
.partner-ul .partner-li {
  width: 298px;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
