.index-header {
  width: 100%;
  /* position: absolute;
  top: 0;
  left: 0; */
  z-index: 99;
  color: #fff;
  background-color: white;
}

.index-header a {
  color: #666;
}

.index-header .nav-item {
  border-color: #ebebeb;
}

.index-header .input {
  background-color: transparent;
  color: #999;
}

.index-header .submit {
  background-image: url('../images/search1.png');
}

.index-header .time {
  color: #999;
}

.banner-container {
  padding-top: 44.166%;
  position: relative;
}

.banner-container .banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.banner-container .swiper-slide {
  background: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-container a {
  display: block;
  height: 100%;
}

.banner-container .pagination-wrap {
  position: absolute;
  bottom: 5.8%;
  left: 0;
  text-align: center;
  width: 100%;
}

.banner-container .banner-pagination {
  display: inline-block;
  padding: 8px;
  position: relative;
  z-index: 2;
}

.banner-container .banner-pagination span {
  margin: 0 8px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid #fff;
  cursor: pointer;
  opacity: 0.5;
}

.banner-container .banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.banner-container .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0.6;
}

.banner-container .btn:hover {
  opacity: 1;
}

.banner-container .btn:after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 3px;
  transform: rotate(-45deg);
}

.banner-container .left {
  left: 4%;
}

.banner-container .left:after {
  left: 32%;
  border-color: #fff transparent transparent #fff;
}

.banner-container .right {
  right: 4%;
}

.banner-container .right:after {
  right: 32%;
  border-color: transparent #fff #fff transparent;
}

.recruit-bar {
  height: 140px;
  background: url('../images/bg01.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
}

.recruit-bar .layout {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.recruit-bar .left {
  line-height: 1.7;
  font-size: 20px;
  background: url('../images/icon01.png') no-repeat left center;
  padding-left: 80px;
  height: 68px;
  overflow: hidden;
}

.recruit-bar .right {
  font-size: 16px;
}

.recruit-bar .right a {
  padding: 22px;
  background: url('../images/right1.png') no-repeat right center;
  color: #fff;
  display: block;
}

.content1 {
  padding-top: 36.46%;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.content1 .layout {
  height: 100%;
  position: absolute;
}

.content1 .left {
  width: 58.1%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.content1 .swiper-slide {
  background: no-repeat;
  background-size: cover;
  background-position: center;
}

.content1 .content1-pagination {
  position: absolute;
  bottom: 6%;
  right: 5.4%;
  z-index: 2;
}

.content1 .content1-pagination span {
  cursor: pointer;
  opacity: 1;
  background-color: #fff;
  margin: 0 8px;
  width: 12px;
  height: 12px;
}

.content1 .content1-pagination .swiper-pagination-bullet-active {
  background-color: #242a41;
}

.content1 .right {
  box-sizing: border-box;
  padding-right: 10%;
  width: 41.9%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.content1 .text-container {
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
  position: relative;
  box-sizing: border-box;
  padding-left: 7.9vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.content1 .text-container:before {
  content: '';
  background-color: #f6f6f6;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content1 .text-container div {
  position: relative;
  line-height: 1;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

.content1 .text-container p {
  position: relative;
  text-align: justify;
  line-height: 2;
  font-size: 16px;
  color: #999;
}

.content1 .more {
  flex-grow: 0;
  width: 7.9vw;
  height: 7.9vw;
  flex-basis: 7.9vw;
  background-color: #6a6d6b;
  position: relative;
}

.content1 .more:before,
.content1 .more:after {
  content: '';
  background-color: #fff;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.content1 .more:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.content1 .more a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
}

.content1 .part {
  position: absolute;
  z-index: 2;
  right: -14px;
  bottom: 12px;
  width: 20.15vw;
}

.content1 .part img {
  width: 100%;
}

.content1 .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0.6;
}

.content1 .btn:hover {
  opacity: 1;
}

.content1 .btn:after {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 3px;
  transform: rotate(-45deg);
}

.content1 .prev {
  left: 4%;
}

.content1 .prev:after {
  left: 36%;
  border-color: #fff transparent transparent #fff;
}

.content1 .next {
  right: 4%;
}

.content1 .next:after {
  right: 36%;
  border-color: transparent #fff #fff transparent;
}

.content2 {
  background: url('../images/bg02.jpg') no-repeat left 128%;
}

.content2 .layout::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}

.content2 .item {
  width: 33.33%;
  float: left;
  height: 370px;
  padding: 80px 58px 0;
  box-sizing: border-box;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
}

.content2 .item:nth-child(1) .icon {
  background-image: url('../images/icon02-11.png');
}

.content2 .item:nth-child(1):hover .icon {
  background-image: url('../images/icon02-12.png');
}

.content2 .item:nth-child(2) .icon {
  background-image: url('../images/icon02-21.png');
}

.content2 .item:nth-child(2):hover .icon {
  background-image: url('../images/icon02-22.png');
}

.content2 .item:nth-child(3) .icon {
  background-image: url('../images/icon02-31.png');
}

.content2 .item:nth-child(3):hover .icon {
  background-image: url('../images/icon02-32.png');
}

.content2 .item:nth-child(4) .icon {
  background-image: url('../images/ws_01.png');
}

.content2 .item:nth-child(4):hover .icon {
  background-image: url('../images/ws_02.png');
}

.content2 .item:nth-child(5) .icon {
  background-image: url('../images/aq_01.png');
}

.content2 .item:nth-child(5):hover .icon {
  background-image: url('../images/aq_02.png');
}

.content2 .item:nth-child(6) .icon {
  background-image: url('../images/hj_01.png');
}

.content2 .item:nth-child(6):hover .icon {
  background-image: url('../images/hj_02.png');
}

.content2 .item:nth-child(7) .icon {
  background-image: url('../images/xd_01.png');
}

.content2 .item:nth-child(7):hover .icon {
  background-image: url('../images/xd_02.png');
}

.content2 .item:hover {
  background-color: #0125b9;
}

.content2 .item:hover .container {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.content2 .item:hover .title,
.content2 .item:hover .text {
  color: #fff;
  border-color: #fff;
}

.content2 .item:hover .icon {
  transform: translate(74px, -50px);
  -webkit-transform: translate(74px, -50px);
}

.content2 .title {
  line-height: 1;
  font-size: 22px;
  padding-bottom: 40px;
  margin-bottom: 34px;
  border-bottom: 1px solid #e6e6e6;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.content2 .text {
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  text-align: justify;
  line-height: 1.85;
  font-size: 16px;
  color: #666;
}

.content2 img {
  width: 55px;
}

.content2 .container {
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transform: translateX(28px);
  -webkit-transform: translateX(28px);
}

.content2 .icon {
  width: 55px;
  height: 55px;
  background-size: contain;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  position: absolute;
  left: -72px;
  top: -16px;
}

.content3 {
  padding-top: 32.3%;
  position: relative;
  overflow: hidden;
}

.content3>div {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
}

.content3 .left {
  width: 42.4%;
  left: 0;
}

.content3 .left a {
  display: block;
  height: 100%;
}

.content3 .right {
  right: 0;
  width: 57.6%;
  padding: 0 10% 0 7.9vw;
  background-color: #0125b9;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.content3 .swiper-slide {
  background: no-repeat;
  background-size: cover;
}

.content3 .more {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 10%;
  top: 0;
  background-color: #00bcd5;
  z-index: 2;
}

.content3 .more:before,
.content3 .more:after {
  content: '';
  background-color: #fff;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.content3 .more:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.content3 .more a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
}

.content3 .title {
  font-size: 32px;
  margin-bottom: 3.9vw;
  line-height: 1;
}

.content3 .text-container {
  position: relative;
  width: 100%;
}

.content3 .text-container .swiper-slide {
  background-color: #0125b9;
}

.content3 .time {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'Arial';
  font-weight: bold;
}

.content3 .case-title {
  font-size: 22px;
  margin-bottom: 32px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content3 p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
  line-height: 1.85;
  font-size: 16px;
  height: calc(1em * 1.85 * 3);
}

.content3 .link {
  margin-top: 4.22vw;
  padding-top: 4.22vw;
  border-top: 1px solid #fff;
}

.content3 .link a {
  color: #fff;
  font-size: 16px;
  background: url('../images/right3.png') no-repeat left center;
  padding-left: 50px;
}

.content3 .btn-group {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 2;
}

.content3 .btn-group>div {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px dashed #fff;
  background: no-repeat center 44%;
  cursor: pointer;
}

.content3 .btn-group .next {
  background-image: url('../images/right2.png');
  margin-left: 30px;
}

.content3 .btn-group .prev {
  background-image: url('../images/left1.png');
}

.content4 {
  width: 80%;
  margin: 0 auto;
  margin-top: 134px;
  margin-bottom: 74px;
}

.content4::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}

.content4 .left {
  width: calc(50% - 20px);
  margin-right: 40px;
  float: left;
}

.content4 .right {
  width: calc(50% - 20px);
  float: left;
}

.content4 .h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 48px;
}

.content4 .box {
  width: 100%;
  height: 640px;
  overflow: auto;
}

.content4 .box::-webkit-scrollbar {
  width: 6px;
}

.content4 .box::-webkit-scrollbar-track {
  background: #e8e6e3;
  border-radius: 2px;
}

.content4 .box::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0125b9;
}

.content4 .box .list {
  width: 95%;
}

.content4 .box .list .item {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 45px;
  border-bottom: solid 1px #e6e6e6;
}

.content4 .box .list .item a {
  width: 100%;
  height: 100%;
  display: block;
}

.content4 .box .list .item a::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}

.content4 .box .list .item a .img {
  display: block;
  width: 25%;
  height: 180px;
  position: relative;
  overflow: hidden;
  float: left;
}

.content4 .box .list .item a .img img {
  position: absolute;
  top: 0;
  left: -200px;
  right: -200px;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .5s;
}

.content4 .box .list .item a .text {
  display: block;
  float: left;
  margin-left: 3%;
  width: 67%;
  padding-top: 5px;
}

.content4 .box .list .item a .text .title {
  width: 100%;
  font-size: 24px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: .5s;
}

.content4 .box .list .item a .text .time {
  width: 100%;
  font-size: 16px;
  /* line-height: 14px; */
  color: #999;
  margin-top: 20px;
  display: block;
  font-weight: 400;
}

.content4 .box .list .item a .text .p {
  width: 100%;
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 400;
}

.content4 .box .list .item a:hover .img img {
  transform: scale(1.1);
}

.content4 .box .list .item a:hover .text .title {
  color: #0125b9;
}





@media screen and (max-width: 1020px) {
  .content4 {
    width: 90%;
    margin: 0 auto;
    margin-top: 134px;
    margin-bottom: 74px;
  }

  .content4 .left {
    width: 100%;
    margin-right: 0;
    float: left;
  }

  .content4 .right {
    width: 100%;
    float: left;
  }
}







@media screen and (max-width: 1580px) {

  .banner-container .banner-pagination span {
    margin: 0 6px;
    width: 8px;
    height: 8px;
  }

  .banner-container .btn {
    width: 24px;
    height: 50px;
  }

  .banner-container .btn:after {
    width: 16px;
    height: 16px;
  }

  .recruit-bar {
    height: 108px;
  }

  .recruit-bar .left {
    font-size: 17px;
    padding-left: 64px;
    background-size: 42px auto;
  }

  .recruit-bar .right {
    font-size: 14px;
  }

  .recruit-bar .right a {
    background-size: 6px auto;
    padding: 18px;
  }

  .content1 .right {
    padding-right: 2%;
  }

  .content1 .text-container {
    padding-left: 2vw;
  }

  .content1 .content1-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }

  .content1 .btn {
    width: 20px;
    height: 42px;
  }

  .content1 .btn:after {
    width: 10px;
    height: 10px;
  }

  .content1 .text-container div {
    font-size: 26px;
    margin-bottom: 38px;
  }

  .content1 .text-container p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
  }

  .content1 .more:before,
  .content1 .more:after {
    width: 20px;
  }

  .content2 .title {
    font-size: 18px;
    padding-bottom: 28px;
    margin-bottom: 24px;
  }

  .content2 .text {
    font-size: 14px;
  }

  .content2 .icon {
    width: 42px;
    height: 42px;
    left: -54px;
    top: -12px;
  }

  .content2 .item {
    padding: 110px 40px 0;
    height: 440px;
  }

  .content2 .item:hover .icon {
    transform: translate(54px, -38px);
    -webkit-transform: translate(54px, -38px);
  }

  .content2 .container {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
  }

  .content3 .title {
    font-size: 26px;
  }

  .content3 .time {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .content3 .case-title {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .content3 p {
    font-size: 14px;
  }

  .content3 .link {
    margin-top: 3.4vw;
    padding-top: 3.4vw;
  }

  .content3 .link a {
    font-size: 14px;
    background-size: 24px auto;
    padding-left: 38px;
  }

  .content3 .btn-group>div {
    width: 34px;
    height: 34px;
    background-size: 14px auto;
    background-position-y: 46%;
  }

  .content3 .btn-group .next {
    margin-left: 22px;
  }

}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .banner-container {
    padding-top: 50%;
  }

  .banner-container .pagination-wrap {
    bottom: 0;
  }

  .banner-container .btn,
  .content1 .btn {
    display: none;
  }

  .recruit-bar {
    height: 3.8rem;
  }

  .recruit-bar .right {
    display: none;
  }

  .recruit-bar .left {
    font-size: 0.8rem;
    background-size: 1.9rem auto;
    padding-left: 2.7rem;
    line-height: 1.6;
  }

  .content1 {
    margin-top: 5vw;
    margin-bottom: 5vw;
    padding-top: 0;
    overflow: hidden;
  }

  .content1 .left {
    height: 40vw;
    width: 100%;
    position: relative;
  }

  .content1 .content1-pagination span {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.3rem;
  }

  .content1 .right {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    padding: 1.6rem 4%;
  }

  .content1 .text-container {
    padding: 0;
  }

  .content1 .text-container div {
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
  }

  .content1 .text-container p {
    display: block;
    font-size: 0.65rem;
  }

  .content1 .text-container:before {
    display: none;
  }

  .content1 .part {
    bottom: auto;
    width: 30vw;
    top: 0.4rem;
  }

  .content1 .more {
    display: none;
  }

  .content2 {
    background: none;
    background-color: #f6f6f6;
    padding: 2rem 0;
  }

  .content2 .layout {
    display: block;
  }

  .content2 .item {
    width: 100%;
    padding: 1.8em 0 1.2rem;
    border-top: 1px solid #ccc;
    height: auto;
  }

  .content2 .item:first-child {
    border-top: 0;
  }

  .content2 .item:hover {
    background-color: transparent;
  }

  .content2 .item:hover .container {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }

  .content2 .item:hover .title {
    color: #333;
  }

  .content2 .item:hover .text {
    color: #666;
  }

  .content2 .item:hover .icon {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .content2 .item:nth-child(1):hover .icon {
    background-image: url('../images/icon02-11.png');
  }

  .content2 .item:nth-child(2):hover .icon {
    background-image: url('../images/icon02-21.png');
  }

  .content2 .item:nth-child(3):hover .icon {
    background-image: url('../images/icon02-31.png');
  }

  .content2 .item:nth-child(4):hover .icon {
    background-image: url('../images/icon02-41.png');
  }

  .content2 .container {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  .content2 .title {
    padding-bottom: 0;
    margin-bottom: 0.8rem;
    border-bottom: 0;
    text-indent: 2.4rem;
    font-size: 0.85rem;
  }

  .content2 .icon {
    width: 1.8rem;
    height: 1.8rem;
    top: -0.5rem;
    left: 0;
  }

  .content3 {
    padding-top: 0;
  }

  .content3 .left {
    position: static;
    height: 76vw;
    width: 100%;
  }

  .content3 .right {
    position: static;
    width: 100%;
    padding: 1.2rem 4% 2.2rem;
  }

  .content3 .title {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

  .content3 .more {
    top: 76vw;
    width: 3rem;
    height: 3rem;
    right: 5%;
  }

  .content3 .time {
    font-size: 0.8rem;
    margin-bottom: 0.6rem;
  }

  .content3 .case-title {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }

  .content3 p {
    font-size: 0.65rem;
  }

  .content3 .link {
    margin-top: 1rem;
    padding-top: 0.6rem;
  }

  .content3 .link a {
    font-size: 0.7rem;
    padding: 0.4rem 0 0.4rem 1.9rem;
    background-size: 1.2rem auto;
  }

  .content3 .btn-group {
    bottom: -0.6rem;
  }

  .content4 {
    margin-top: 12vw;
    margin-bottom: 6vw;
  }

  .content4 .h2 {
    font-size: 8vw;
    line-height: 8vw;
    margin-bottom: 10vw;
  }

  .content4 .box {
    width: 100%;
    height: auto;
    overflow: auto;
  }

  .content4 .box .list .item {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }

  .content4 .box .list .item a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .content4 .box .list .item a .img {
    width: 100%;
    height: 40vw;
  }

  .content4 .box .list .item a .text {
    width: 100%;
    margin-left: 0;
    padding: 3vw 0;
  }

  .content4 .box .list .item a .text .title {
    font-size: 5vw;
  }

  .content4 .box .list .item a .text .time {
    margin-top: 3vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .content4 .box .list .item a .text .p {
    font-size: 3.5vw;
    line-height: auto;
    margin-top: 3vw;
  }
}