.buss-area {
  height: 180px;
  display: block;
  overflow: hidden;
  font-size: 0;
}

.buss-area .buss-area1 {
  display: inline-block;
  vertical-align: middle;
  width: 37.4%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.buss-area .buss-area1 .bg {
  width: 100%;
  height: 100%;
  background: url(../image/mokuai012x.jpg) no-repeat center;
  background-size: cover;
}

.buss-area .buss-area2 {
  display: inline-block;
  vertical-align: middle;
  width: 36.9%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.buss-area .buss-area2 .bg {
  width: 100%;
  height: 100%;
  background: url(../image/mokuai022x.jpg) no-repeat center;
  background-size: cover;
}

.buss-area .buss-area3 {
  display: inline-block;
  vertical-align: middle;
  width: 25.7%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.buss-area .buss-area3 .bg {
  width: 100%;
  height: 100%;
  background: url(../image/mokuai032x.jpg) no-repeat center;
  background-size: cover;
}

.buss-area a span {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.buss-area a .bg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.buss-area a:hover .bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 768px) {
  .buss-area .buss-area1,
  .buss-area .buss-area2,
  .buss-area .buss-area3 {
    width: 33.3%;
  }
  .buss-area a span {
    font-size: 12px;
  }
}

header .top .topContainer nav > ul > li ul {
  /* Firefox 4 */
  /* Opera */
  -webkit-transition: all 700ms;
  transition: all 700ms;
  overflow: hidden;
}

header .top .topContainer nav > ul > li .bg {
  height: 56px;
  max-height: 0;
  opacity: 0;
}

.swiper-container {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
}

.swiper-container .pagination {
  position: absolute;
  width: 165px;
  bottom: 24px;
  left: 50%;
  margin-left: 435px;
  text-align: right;
  display: block;
  z-index: 999;
}

.swiper-container .pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  margin: 0;
  margin-left: 16px;
  opacity: 1;
  cursor: pointer;
}

.swiper-container
.pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1890ff;
}

.swiper-container .pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.swiper-container .swiperBtn {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  opacity: 0;
  filter: Alpha(opacity=0);
  -webkit-transition: all 700ms;
  transition: all 700ms;
}

.swiper-container .swiper-button-next {
  right: 35px;
  background: url("../image/right-circle-hover.png") no-repeat center;
}

.swiper-container .swiper-button-prev {
  left: 35px;
  background: url("../image/left-circle-hover.png") no-repeat center;
}

.swiper-container .swiper-button-next {
  background: url("../image/right-circle.png") no-repeat center;
}

.swiper-container .swiper-button-prev {
  background: url("../image/left-circle.png") no-repeat center;
}

.swiper-container .swiper-button-next:hover {
  background: url("../image/right-circle-hover.png") no-repeat center;
}

.swiper-container .swiper-button-prev:hover {
  background: url("../image/left-circle-hover.png") no-repeat center;
}

.swiper-container:hover .swiperBtn {
  opacity: 1;
  filter: Alpha(opacity=100);
}

.news .newsContainer {
  padding: 48px 0 24px 0;
}

.news .newsContainer .htmlPage {
  width: 42%;
  float: left;
  position: relative;
}

.news .newsContainer .htmlPage:before {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 40px;
  background: #69c0ff;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(9, 109, 217, 0.16);
  box-shadow: 0px 8px 24px 0px rgba(9, 109, 217, 0.16);
  border-radius: 2px;
  z-index: -1;
  left: -25px;
  top: -25px;
  opacity: 0.12;
  filter: Alpha(opacity=12);
}

.news .newsContainer .htmlPage .title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 26px;
  color: #1890ff;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .newsContainer .htmlPage .content {
  display: block;
  line-height: 22px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  text-indent: 2em;
  text-align: justify;
  max-height: 154px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
}

.news .newsContainer .tabList {
  width: 38.833%;
  float: left;
  margin-left: calc(9.5835% - 77px);
}

.news .newsContainer .tabList .tabNameList {
  border-bottom: 2px solid #f0f0f0;
  position: relative;
}

.news .newsContainer .tabList .tabNameList:before {
  position: absolute;
  content: "";
  display: block;
  width: 72px;
  height: 40px;
  background: #69c0ff;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(9, 109, 217, 0.16);
  box-shadow: 0px 8px 24px 0px rgba(9, 109, 217, 0.16);
  border-radius: 2px;
  z-index: -1;
  left: -25px;
  top: -25px;
  opacity: 0.12;
  filter: Alpha(opacity=12);
}

.news .newsContainer .tabList .tabNameList .tabName {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  margin-right: 24px;
  cursor: pointer;
  float: left;
  padding-bottom: 17px;
  margin-bottom: -2px;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
}

.news .newsContainer .tabList .tabNameList .tabName:after {
  position: absolute;
  top: 41px;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #1890ff;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.news .newsContainer .tabList .tabNameList .tabName.active {
  color: #1890ff;
}

.news .newsContainer .tabList .tabNameList .tabName.active:after {
  width: 100%;
}

.news .newsContainer .tabList .tabContainer {
  padding-top: 6px;
}

.news .newsContainer .tabList .tabContainer .tab {
  display: none;
  min-height: 162px;
}

.news .newsContainer .tabList .tabContainer .tab ul li {
  padding-top: 8px;
  font-size: 0;
}

.news .newsContainer .tabList .tabContainer .tab ul li a {
  line-height: 24px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}

.news .newsContainer .tabList .tabContainer .tab ul li .abstract {
  line-height: 22px;
  height: 22px;
  font-size: 14px;
  color: rgba(40, 0, 0, 0.45);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .newsContainer .tabList .tabContainer .tab.active {
  display: block;
}

.news .newsContainer .otherInfo {
  width: 309px;
  float: right;
  border-radius: 2px;
}

.news .newsContainer .otherInfo .top {
  display: block;
  height: 82px;
  background: url("../image/zpxx.png") no-repeat center top;
}

.news .newsContainer .otherInfo .top .en {
  color: white;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
}

.news .newsContainer .otherInfo .top .ch {
  color: white;
  text-align: center;
  font-size: 16px;
  letter-spacing: 6px;
  line-height: 24px;
  padding-top: 20px;
}

.news .newsContainer .otherInfo .other-top {
  margin-bottom: 16px;
}

.news .newsContainer .otherInfo .other-top .tab_title {
  float: left;
  font-size: 16px;
  font-weight: 500;
  color: #b91d2a;
  line-height: 24px;
}

.news .newsContainer .otherInfo .other-top .more {
  float: right;
  font-size: 12px;
  padding: 4px 12px;
  font-weight: 400;
  color: #909499;
  line-height: 16px;
  border-radius: 12px;
  border: 1px solid #e4eaf2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news .newsContainer .otherInfo .other-top .more:hover {
  color: #b91d2a;
}

.news .newsContainer .otherInfo .other-list {
  width: 309px;
  overflow: hidden;
}

.news .newsContainer .otherInfo .other-list .swiper-container2 {
  overflow: hidden;
  position: relative;
}

.news
.newsContainer
.otherInfo
.other-list
.swiper-container2
.swiper-wrapper
.swiper-slide {
  width: 309px;
  height: 174px;
  overflow: hidden;
  position: relative;
}

.news
.newsContainer
.otherInfo
.other-list
.swiper-container2
.swiper-wrapper
.swiper-slide
a {
  display: block;
}

.news
.newsContainer
.otherInfo
.other-list
.swiper-container2
.swiper-wrapper
.swiper-slide
.title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 72px;
  padding: 24px 16px 12px;
  background: rgba(185, 29, 42, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(185, 29, 42, 0)), to(rgba(185, 29, 42, 0.8)));
  background: linear-gradient(180deg, rgba(185, 29, 42, 0) 0%, rgba(185, 29, 42, 0.8) 100%);
}

.news
.newsContainer
.otherInfo
.other-list
.swiper-container2
.swiper-wrapper
.swiper-slide
.title
> a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: white;
  line-height: 18px;
  letter-spacing: 1px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .newsContainer .otherInfo .other-list .swiper-container2 .pagination {
  right: 0;
  margin-left: 0;
  right: 16px;
  margin-left: 0;
  left: inherit;
  bottom: 0;
  margin: 10px 0;
  display: block;
  z-index: 999;
}

.news
.newsContainer
.otherInfo
.other-list
.swiper-container2
.pagination
.swiper-pagination-bullet {
  margin-left: 6px;
  width: 6px;
  height: 6px;
}

.news .newsContainer .otherInfo .infoContainer {
  padding: 22px 29px;
  background: rgba(105, 192, 255, 0.08);
}

.news .newsContainer .otherInfo .infoContainer .title {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #69c0ff;
}

.news .newsContainer .otherInfo .infoContainer .title + div {
  margin-top: 8px;
  padding-left: 34px;
  font-size: 14px;
  line-height: 24px;
  color: #04ae0f;
  position: relative;
}

.news .newsContainer .otherInfo .infoContainer .title + div span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 50%;
  background: #04ae0f;
  text-align: center;
}

.news .newsContainer .otherInfo .infoContainer .title + div span i {
  color: white;
  font-size: 12px;
  display: block;
  margin: 5px auto;
}

.news .newsContainer .otherInfo .infoContainer .title + div .QR_code {
  position: absolute;
  left: -175px;
  top: 50%;
  display: none;
  width: 142px;
  height: 136px;
  margin-top: -68px;
  background: url("../image/code.png") no-repeat center;
}

.news .newsContainer .otherInfo .infoContainer .title + div:hover .QR_code {
  display: block;
}

.news .newsContainer .otherInfo .infoContainer .title + div + div {
  margin-top: 10px;
  padding-left: 34px;
  font-size: 14px;
  line-height: 24px;
  color: #ea5d5c;
  position: relative;
}

.news .newsContainer .otherInfo .infoContainer .title + div + div span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 50%;
  background: #ea5d5c;
  text-align: center;
}

.news .newsContainer .otherInfo .infoContainer .title + div + div span i {
  color: white;
  font-size: 12px;
  display: block;
  margin: 5px auto;
}

.projectList {
  background: #f0f0f0;
}

.projectList .project {
  display: block;
  color: white;
  font-size: 50px;
  height: 180px;
  float: left;
}

.projectList .project div {
  width: 172px;
  height: 100%;
  padding: 16px 0;
  font-size: 18px;
  color: white;
  text-align: right;
  /* Firefox 4 */
  /* Opera */
  -webkit-transition: width 300ms;
  transition: width 300ms;
}

.projectList .project:first-child {
  background-color: #f2f2f3;
}

.projectList .project:first-child > div {
  background: #f2f2f3 url("../image/mokuai01.png") no-repeat -30px top;
}

.projectList .project:first-child > div div {
  width: 244px;
  color: #6683a3;
  background: url("../image/en1.png") no-repeat right 50px;
}

.projectList .project:first-child + .project {
  background-color: #0050b3;
}

.projectList .project:first-child + .project > div {
  background: #0050b3 url("../image/mokuai02.png") no-repeat -30px top;
}

.projectList .project:first-child + .project > div div {
  background: url("../image/en2.png") no-repeat right 50px;
}

.projectList .project:first-child + .project + .project {
  background-color: #e8c519;
}

.projectList .project:first-child + .project + .project > div {
  background: #e8c519 url("../image/mokuai03.png") no-repeat -30px top;
}

.projectList .project:first-child + .project + .project > div div {
  background: url("../image/en3.png") no-repeat right 50px;
}

.projectList .project:first-child + .project + .project + .project {
  background-color: #db9e00;
}

.projectList .project:first-child + .project + .project + .project > div {
  background: #db9e00 url("../image/mokuai04.png") no-repeat -30px top;
}

.projectList .project:first-child + .project + .project + .project > div div {
  background: url("../image/en4.png") no-repeat right 50px;
}

.projectList .project:first-child + .project + .project + .project + .project {
  background-color: #aed8d8;
}

.projectList
.project:first-child
+ .project
+ .project
+ .project
+ .project
> div {
  background: #aed8d8 url("../image/mokuai05.png") no-repeat -30px top;
}

.projectList
.project:first-child
+ .project
+ .project
+ .project
+ .project
> div
div {
  background: url("../image/en5.png") no-repeat right 50px;
}

.projectList
.project:first-child
+ .project
+ .project
+ .project
+ .project
+ .project {
  background-color: #50a365;
}

.projectList
.project:first-child
+ .project
+ .project
+ .project
+ .project
+ .project
> div {
  background: #50a365 url("../image/mokuai06.png") no-repeat -30px top;
}

.projectList
.project:first-child
+ .project
+ .project
+ .project
+ .project
+ .project
> div
div {
  background: url("../image/en6.png") no-repeat right 50px;
}

.recruitmentInformation {
  padding: 20px 16px;
  display: none;
}

.recruitmentInformation > div {
  -webkit-box-shadow: 0px 8px 32px 0px rgba(2, 31, 61, 0.03);
  box-shadow: 0px 8px 32px 0px rgba(2, 31, 61, 0.03);
  border-radius: 2px;
}

.recruitmentInformation .leftSide {
  display: block;
  float: left;
  width: 50%;
  height: 132px;
  background: url("../image/phone_zp.png") no-repeat center top;
  background-size: 100% 100%;
}

.recruitmentInformation .leftSide .en {
  color: white;
  text-align: center;
  font-size: 12px;
  letter-spacing: 4px;
}

.recruitmentInformation .leftSide .ch {
  font-size: 20px;
  font-weight: 500;
  color: white;
  line-height: 28px;
  letter-spacing: 8px;
  text-align: center;
  margin-top: 44px;
}

.recruitmentInformation .infoContainer {
  float: left;
  width: 50%;
  padding: 23px 0;
  background: rgba(105, 192, 255, 0.08);
  text-align: center;
}

.recruitmentInformation .infoContainer .title {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #69c0ff;
}

.recruitmentInformation .infoContainer .title + div {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #04ae0f;
  padding-left: 34px;
  position: relative;
}

.recruitmentInformation .infoContainer .title + div span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 50%;
  background: #04ae0f;
}

.recruitmentInformation .infoContainer .title + div span i {
  color: white;
  font-size: 12px;
  display: block;
  margin: 5px auto;
}

.recruitmentInformation .infoContainer .title + div + div + div {
  display: inline-block;
  margin-top: 10px;
  padding-left: 34px;
  font-size: 16px;
  line-height: 24px;
  color: #ea5d5c;
  position: relative;
}

.recruitmentInformation .infoContainer .title + div + div + div span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 50%;
  background: #ea5d5c;
}

.recruitmentInformation .infoContainer .title + div + div + div span i {
  color: white;
  font-size: 12px;
  display: block;
  margin: 5px auto;
}

@media only screen and (min-width: 1025px) {
  header .top .topContainer nav > ul > li {
    height: 56px;
  }
  header .top .topContainer nav > ul > li ul {
    opacity: 0;
  }
  .projectList {
    height: 180px;
  }
  .projectList .projectListContainer {
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .projectList .project {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100% !important;
    height: 100%;
    overflow: hidden;
    opacity: 1;
    display: block;
    /* Firefox 4 */
    /* Opera */
    -webkit-transition: left 300ms, -webkit-opacity 700ms, background 700ms;
    -webkit-transition: left 300ms, opacity 700ms, background 700ms;
    transition: left 300ms, opacity 700ms, background 700ms;
  }
  .projectList .project > div {
    height: 100%;
    width: 100%;
  }
  .projectList .project > div {
    /* Firefox 4 */
    /* Opera */
    -webkit-transition: background 700ms;
    transition: background 700ms;
  }
  .loadComplete .project:first-child {
    transition-delay: 150ms;
    -webkit-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    z-index: 1;
  }
  .loadComplete .project:first-child + .project {
    transition-delay: 150ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    z-index: 2;
  }
  .loadComplete .project:first-child + .project + .project {
    transition-delay: 150ms;
    -webkit-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    z-index: 3;
  }
  .loadComplete .project:first-child + .project + .project + .project {
    transition-delay: 150ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    z-index: 4;
  }
  .loadComplete
.project:first-child
+ .project
+ .project
+ .project
+ .project {
    transition-delay: 150ms;
    -webkit-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    z-index: 5;
  }
  .loadComplete
.project:first-child
+ .project
+ .project
+ .project
+ .project
+ .project {
    transition-delay: 150ms;
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    z-index: 6;
  }
  .loadComplete .project:first-child {
    left: 0;
  }
  .loadComplete .project:first-child + .project {
    left: 260px;
  }
  .loadComplete .project:first-child + .project + .project {
    left: calc(20% + 207px);
  }
  .loadComplete .project:first-child + .project + .project + .project {
    left: calc(40% + 154px);
  }
  .loadComplete
.project:first-child
+ .project
+ .project
+ .project
+ .project {
    left: calc(60% + 101px);
  }
  .loadComplete
.project:first-child
+ .project
+ .project
+ .project
+ .project
+ .project {
    left: calc(80% + 50px);
  }
  .i0 .project > div {
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
  }
  .i0 .project:first-child {
    left: 0;
  }
  .i0 .project:first-child > div {
    background: #f2f2f3 url("../image/mokuai01.png") no-repeat left -30px;
  }
  .i0 .project:first-child > div div {
    width: 284px;
  }
  .i0 .project:first-child + .project {
    left: 300px;
  }
  .i0 .project:first-child + .project + .project {
    left: calc(20% + 240px);
  }
  .i0 .project:first-child + .project + .project + .project {
    left: calc(40% + 180px);
  }
  .i0 .project:first-child + .project + .project + .project + .project {
    left: calc(60% + 120px);
  }
  .i0
.project:first-child
+ .project
+ .project
+ .project
+ .project
+ .project {
    left: calc(80% + 60px);
  }
  .i1 .project > div {
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
  }
  .i1 .project:first-child {
    left: 0;
  }
  .i1 .project:first-child > div div {
    width: 168px;
  }
  .i1 .project:first-child + .project {
    left: calc(20% - 60px);
  }
  .i1 .project:first-child + .project > div {
    background: #0050b3 url("../image/mokuai02.png") no-repeat left -40px;
  }
  .i1 .project:first-child + .project > div div {
    width: 284px;
  }
  .i1 .project:first-child + .project + .project {
    left: calc(20% + 240px);
  }
  .i1 .project:first-child + .project + .project + .project {
    left: calc(40% + 180px);
  }
  .i1 .project:first-child + .project + .project + .project + .project {
    left: calc(60% + 120px);
  }
  .i1
.project:first-child
+ .project
+ .project
+ .project
+ .project
+ .project {
    left: calc(80% + 60px);
  }
  .i2 .project > div {
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
  }
  .i2 .project:first-child {
    left: 0;
  }
  .i2 .project:first-child > div div {
    width: 168px;
  }
  .i2 .project:first-child + .project {
    left: calc(20% - 60px);
  }
  .i2 .project:first-child + .project + .project {
    left: calc(40% - 120px);
  }
  .i2 .project:first-child + .project + .project > div {
    background: #e8c519 url("../image/mokuai03.png") no-repeat left -30px;
  }
  .i2 .project:first-child + .project + .project > div div {
    width: 284px;
  }
  .i2 .project:first-child + .project + .project + .project {
    left: calc(40% + 180px);
  }
  .i2 .project:first-child + .project + .project + .project + .project {
    left: calc(60% + 120px);
  }
  .i2
.project:first-child
+ .project
+ .project
+ .project
+ .project
+ .project {
    left: calc(80% + 60px);
  }
  .i3 .project > div {
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
  }
  .i3 .project:first-child {
    left: 0;
  }
  .i3 .project:first-child > div div {
    width: 168px;
  }
  .i3 .project:first-child + .project {
    left: calc(20% - 60px);
  }
  .i3 .project:first-child + .project + .project {
    left: calc(40% - 120px);
  }
  .i3 .project:first-child + .project + .project + .project {
    left: calc(60% - 180px);
  }
  .i3 .project:first-child + .project + .project + .project > div {
    background: #db9e00 url("../image/mokuai04.png") no-repeat left -30px;
  }
  .i3 .project:first-child + .project + .project + .project > div div {
    width: 284px;
  }
  .i3 .project:first-child + .project + .project + .project + .project {
    left: calc(60% + 120px);
  }
  .i3
.project:first-child
+ .project
+ .project
+ .project
+ .project
+ .project {
    left: calc(80% + 60px);
  }
  .i4 .project > div {
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
  }
  .i4 .project:first-child {
    left: 0;
  }
  .i4 .project:first-child > div div {
    width: 168px;
  }
  .i4 .project:first-child + .project {
    left: calc(20% - 60px);
  }
  .i4 .project:first-child + .project + .project {
    left: calc(40% - 120px);
  }
  .i4 .project:first-child + .project + .project + .project {
    left: calc(60% - 180px);
  }
  .i4 .project:first-child + .project + .project + .project + .project {
    left: calc(80% - 240px);
  }
  .i4 .project:first-child + .project + .project + .project + .project > div {
    background: #aed8d8 url("../image/mokuai05.png") no-repeat left -30px;
  }
  .i4
.project:first-child
+ .project
+ .project
+ .project
+ .project
> div
div {
    width: 284px;
  }
  .i4
.project:first-child
+ .project
+ .project
+ .project
+ .project
+ .project {
    left: calc(80% + 60px);
  }
  .i5 .project > div {
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
  }
  .i5 .project:first-child {
    left: 0;
  }
  .i5 .project:first-child > div div {
    width: 168px;
  }
  .i5 .project:first-child + .project {
    left: calc(20% - 60px);
  }
  .i5 .project:first-child + .project + .project {
    left: calc(40% - 120px);
  }
  .i5 .project:first-child + .project + .project + .project {
    left: calc(60% - 180px);
  }
  .i5 .project:first-child + .project + .project + .project + .project {
    left: calc(80% - 240px);
  }
  .i5
.project:first-child
+ .project
+ .project
+ .project
+ .project
+ .project {
    left: calc(100% - 300px);
  }
  .i5
.project:first-child
+ .project
+ .project
+ .project
+ .project
+ .project
> div {
    background: #50a365 url("../image/mokuai06.png") no-repeat left -30px;
  }
  .i5
.project:first-child
+ .project
+ .project
+ .project
+ .project
+ .project
> div
div {
    width: 284px;
  }
  .i7 .project > div {
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
  }
  .i7 .project:first-child {
    left: 0;
  }
  .i7 .project:first-child + .project {
    left: 260px;
  }
  .i7 .project:first-child + .project + .project {
    left: calc(20% + 207px);
  }
  .i7 .project:first-child + .project + .project + .project {
    left: calc(40% + 154px);
  }
  .i7 .project:first-child + .project + .project + .project + .project {
    left: calc(60% + 101px);
  }
  .i7
.project:first-child
+ .project
+ .project
+ .project
+ .project
+ .project {
    left: calc(80% + 50px);
  }
}

@media only screen and (max-width: 1232px) {
  .swiper-container .pagination {
    left: auto;
    margin-left: 0;
    right: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .swiper-container .pagination {
    display: none;
  }
  .news .newsContainer .htmlPage {
    width: calc(50% - 16px);
  }
  .news .newsContainer .tabList {
    width: calc(50% - 16px);
    margin: 0;
    float: right;
  }
}

@media only screen and (max-width: 1024px) {
  .news .newsContainer {
    padding-bottom: 20px;
  }
  .projectList.leave_white {
    padding: 0;
  }
  .projectList.leave_white .projectListContainer .project {
    width: 33.33333%;
    float: left;
  }
  .projectList.leave_white .projectListContainer .project div {
    width: calc(100% - 16px);
  }
}

@media only screen and (max-width: 768px) {
  .news .newsContainer .htmlPage .title {
    margin-bottom: 12px;
    white-space: normal;
  }
  .news .newsContainer .htmlPage .content {
    max-height: 66px;
    -webkit-line-clamp: 3;
  }
  .news .newsContainer .htmlPage {
    width: 100%;
    float: none;
  }
  .news .newsContainer .tabList {
    width: 100%;
    margin-top: 48px;
    float: none;
  }
  .news .newsContainer .tabList .tabContainer .tab ul li a {
    white-space: normal;
    margin-bottom: 4px;
  }
  .news .newsContainer .tabList .tabContainer .tab ul li .abstract {
    white-space: normal;
    padding-bottom: 8px;
  }
  .projectList.leave_white .projectListContainer .project {
    width: 50%;
    float: left;
  }
  .recruitmentInformation {
    display: block;
  }
}

@media only screen and (max-width: 350px) {
  .projectList.leave_white .projectListContainer .project {
    width: 100%;
    float: left;
  }
}
/*# sourceMappingURL=index2.css.map */