/* title */

.index-title {
  position: relative;
  z-index: 9;
}

.index-title h3 {
  position: relative;
  font-size: 36px;
  line-height: 1.4;
  color: #1f1f1f;
}

.index-title h3 span {
  display: block;
}

.index-title h4 {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.6;
  color: #3d3d3d;
}

.index-title p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.6;
  color: #3d3d3d;

  text-align: left;
}

.index-title .center {
  text-align: center;
}

/*  */
.index-title.white h3,
.index-title.white h4,
.index-title.white p {
  color: #fff;
}

@media (max-width: 1600px) {
  .index-title h3 {
    font-size: 32px;
  }
}

@media (max-width: 1440px) {
  .index-title h3 {
    font-size: 24px;
  }

  .index-title h4 {
    margin-top: 20px;
    font-size: 24px;
  }

  .index-title p {
    margin-top: 20px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .index-title {
    padding-bottom: 30px;
  }

  .index-title h3 {
    font-size: 20px;
  }

  .index-title h4 {
    margin-top: 30px;
    font-size: 20px;
  }

  .index-title p {
    margin-top: 10px;
    font-size: 16px;
    text-align: left;
  }
}

/*  */
.index-banner {
  position: relative;
  z-index: 1;
}

.index-banner-top .swiper-slide .item {
  height: 100vh;
  overflow: hidden;
}

.index-banner-top .swiper-slide .item .background {

  width: 100%;
  height: 100%;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);

  /* animation: anPlayBg 5s ease-in forwards; */
}

.index-banner-top .swiper-slide .item img {
  display: none;
}


@media (min-width: 768px) {

.index-banner-top .swiper-slide.swiper-slide-active .background,
.index-banner-top .swiper-slide.swiper-slide-duplicate-active .background {
  /*animation: anPlayBg 10s ease forwards;*/
  transition: 6s linear;
  transform: scale(1, 1);
}
}


@keyframes anPlayBg {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .index-banner-top .swiper-slide .item {
    height: auto;
    background: none;
  }

  .index-banner-top .swiper-slide .item img {
    width: 100%;
    display: block;
  }
}

.index-banner-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  padding: 15px;
}

.index-banner-bottom .swiper-slide {
  padding: 3px;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
}

.index-banner-bottom .swiper-slide .item {
  position: relative;
  /* width: 200px; */
  /*height: 75px;*/

  border-radius: 6px;
  overflow: hidden;
}

.index-banner-bottom .swiper-slide .item img {
  /*margin-top: -40px;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*transform: translateY(-50%);*/
}

.index-banner-bottom .swiper-slide.swiper-slide-thumb-active {
  border-color: #00a0e9;
}

@media (max-width: 768px) {
  .index-banner-bottom {
    padding: 10px 0;
    display: none;
  }

  .index-banner-bottom .swiper-slide {
    padding: 0;
    border-radius: 4px;
  }
}

/*  */
.index-product-swiper {
  position: relative;
  z-index: 1;
}

.index-product-item {
  display: block;
  text-align: center;
}

.index-product-item .poster img {
  width: 100%;
}

.index-product-item .title {
  margin-top: 20px;
  color: #fff;
}

.index-product-item .title h3 {
  font-size: 26px;
}

.index-product-item .title p {

  font-size: 14px;
}

.index-product-swiper {
  margin-top: 60px;
  padding: 0 100px;
}

.index-product-swiper .swiper-button-next,
.index-product-swiper .swiper-button-prev {
  z-index: 3;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 0;
}

.index-product-swiper .swiper-button-next {}

.index-product-swiper .swiper-button-prev {}

.index-product-swiper .swiper-button-next:after,
.index-product-swiper .swiper-button-prev:after {
  font-size: 14px;
  color: #333;
}

@media (max-width: 768px) {
    
    #product{
        position: relative;
        z-index: 1;
    }
    
     #product:before{
         position: absolute;
         top: 6px;
         left: 0;
         content: '';
         opacity: 0.7;
         width:100%;
         height: 20px;
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,  rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 100%);
     }
    
  .index-product-swiper {
    margin-top: 0;
    padding: 0 35px;
  }

  .index-product-swiper .swiper-button-next,
  .index-product-swiper .swiper-button-prev {
    top: 40%;
    z-index: 3;
    width: 30px;
    height: 30px;
  }

  .index-product-swiper .swiper-button-next {
    right: 0;
  }

  .index-product-swiper .swiper-button-prev {
    left: 0;
  }

  .index-product-item .title h3 {
    font-size: 18px;
  }
}

/*  */
.index-technology .index-title {
  /* margin-top: 140px; */
}

.index-technology .poster,
.index-technology .lists {
  margin-top: 60px;
  padding: 0 150px;
}

.index-technology .poster img {
  width: 100%;
}

.index-technology .lists ul {
  margin-left: -15px;
}

.index-technology .lists ul li {
  padding-left: 15px;
  width: 50%;
}

.index-technology .lists ul li img {
  width: 100%;
}

@media (max-width: 1440px) {

  .index-technology .poster,
  .index-technology .lists {
    padding: 0 120px;
  }

  .index-technology .lists ul {
    margin-left: -30px;
  }

  .index-technology .lists ul li {
    padding-left: 30px;
  }
}

@media (max-width: 1200px) {

  .index-technology .poster,
  .index-technology .lists {
    padding: 0 80px;
  }
}

@media (max-width: 960px) {

  .index-technology .poster,
  .index-technology .lists {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  ._3rd {
    margin-top: 50px !important;
  }

  .index-technology .index-title {
    margin-top: 30px;
  }

  .index-technology .poster,
  .index-technology .lists {
    margin-top: 10px;
    padding: 0 15px;
  }

  /*.index-technology .lists ul {*/
  /*  padding: 0 20px;*/
  /*}*/

  .index-technology .lists ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*  */
.index-advantage {
  margin-top: 60px;
}

.index-advantage .lists ul {
  margin-left: -60px;
}

.index-advantage .lists ul li {
  width: 33.33%;
  padding-left: 60px;
}

.index-advantage-item {
  padding: 60px 60px 80px;
  height: 100%;
  background-color: rgba(0, 160, 233, 0.9);
  color: #fff;
  border-radius: 16px;
}

.index-advantage-item h3 {
  font-size: 32px;
}

.index-advantage-item p {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 1600px) {
  .index-advantage .lists ul {
    margin-left: -40px;
  }

  .index-advantage .lists ul li {
    padding-left: 40px;
  }

  .index-advantage-item {
    padding: 40px 40px 60px;
  }

  .index-advantage-item h3 {
    font-size: 24px;
  }
}


@media (max-width: 1440px) {
  .index-advantage-item p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
  }
}


@media (max-width: 1200px) {
  .index-advantage .lists ul {
    margin-left: -30px;
  }

  .index-advantage .lists ul li {
    padding-left: 30px;
  }

  .index-advantage-item {
    padding: 30px 30px 50px;
  }

  .index-advantage-item h3 {
    font-size: 20px;
  }


}

@media (max-width: 860px) {
  .index-advantage .lists ul {
    margin-left: -20px;
  }

  .index-advantage .lists ul li {
    padding-left: 20px;
  }

  .index-advantage-item {
    padding: 20px 20px 30px;
  }

  .index-advantage-item h3 {
    font-size: 18px;
  }

  .index-advantage-item p {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 768px) {
  .index-advantage {
    margin-top: 0;
  }

  .index-advantage .lists ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*  */
.index-about .left {
  width: 60%;
  padding-right: 20px;
}

.index-about .right {
  width: 40%;
}

.index-about .right .poster img {
  width: 100%;
}

.index-about .lists {
  margin-top: 40px;
}

.index-about .lists ul {
  margin-left: -10px;
}

.index-about .lists ul li {
  padding-left: 10px;
  width: 33.33%;
}

.index-about .lists .item {
  padding: 20px;
  height: 100%;
  background-color: #00a0e9;
  color: #fff;
  border-radius: 10px;
}

.index-about .lists .item h3 {
  align-items: center;
  font-size: 24px;
}

.index-about .lists .item h3 img {
  margin-right: 5px;
  width: 26px;
}

.index-about .lists .item p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
}

.index-about .lists .item p span {
  white-space: nowrap;
}

@media (max-width: 1600px) {
  .index-about .lists .item {
    padding: 15px;
  }

  .index-about .lists .item h3 {
    font-size: 20px;
  }

  .index-about .lists .item h3 img {
    width: 22px;
  }

  .index-about .lists .item p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.4;
    height: 64px;
  }
}

@media (max-width: 1440px) {
  .index-about .lists .item {
    padding: 14px;
  }

  .index-about .lists .item h3 {
    font-size: 18px;
  }

  .index-about .lists .item h3 img {
    width: 20px;
  }

  .index-about .lists .item p {
    font-size: 12px;
    height: 60px;
  }
}

@media (max-width: 1200px) {
  .index-about {
    display: block;
  }

  .index-about .left {
    width: 100%;
    padding-right: 0;
  }

  .index-about .right {
    width: 60%;
    margin: 35px auto 0;
  }
}

@media (max-width: 768px) {
  .index-about .right {
    width: 100%;
  }

  .index-about .lists .item {
    padding: 10px;
  }

  .index-about .lists {
    margin-top: 0;
  }

  .index-about .lists .item h3 {
    align-items: center;
    font-size: 16px;
  }

  .index-about .lists .item h3 img {
    margin-right: 5px;
    width: 16px;
  }

  .index-about .lists .item p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
    height: 66px;
    overflow: hidden;
  }
}

/*  */
.index-comgroup {
  width: 55%;
}

.index-comgroup .logo {
  max-width: 150px;
}

.index-comgroup .logo img {
  width: 100%;
}

.index-comgroup .desc {
  flex: 1;
  padding-left: 50px;
  color: #fff;
}

.index-comgroup .desc h3 {
  font-size: 40px;
}

.index-comgroup .desc p {
  margin-top: 30px;
  line-height: 1.6;
  font-size: 16px;
}

.index-comgroup .desc a {
  margin-top: 35px;
  display: inline-block;
  padding: 0 60px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50px;
  border: 1px solid #546070;
  color: #fff;
}

.index-comgroup .desc a:hover {
  background-color: var(--theme-blue);
  border-color: var(--theme-blue);
}

@media (max-width: 1600px) {
  .index-comgroup {
    width: 55%;
  }

  .index-comgroup .desc h3 {
    font-size: 32px;
  }

  .index-comgroup .desc p {
    margin-top: 25px;
  }
}

@media (max-width: 1440px) {
  .index-comgroup .desc h3 {
    font-size: 24px;
  }

  .index-comgroup .desc p {
    margin-top: 15px;
  }
}

@media (max-width: 1200px) {
  .index-comgroup {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .index-comgroup {
    display: block;
  }

  .index-comgroup .logo {
    max-width: 90px;
  }

  .index-comgroup .desc {
    margin-top: 25px;
    padding-left: 0;
    display: block;
  }

  .index-comgroup .desc a {
    margin-top: 35px;
    padding: 0 30px;
    line-height: 35px;
    font-size: 14px;
  }

  .index-comgroup .desc h3 {
    font-size: 18px;
  }

  .index-comgroup .desc p {
    font-size: 14px;
  }
}

/* contact */
.index-contact {
  position: relative;
  padding-top: 120px;
  background-color: rgba(155, 207, 250, 1);
  overflow: hidden;
}

.index-contact .address {
  position: absolute;
  top: 120px;
  right: 0;
  width: 33.33%;
}

.index-contact .address ul li p {
  margin-bottom: 15px;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.index-contact .address ul li p img {
  margin-right: 10px;
  width: 24px;
}

.index-contact .address ul li p span {
  padding-left: 4px;
  flex: 1;
}

.index-contact .maps {
  width: 26.3%;
}

.index-contact .maps img {
  max-width: 100%;
}

.index-contact .build {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.index-contact .build img {
  width: 100%;
}

@media (max-width: 1600px) {
  .index-contact .address ul li h3 {
    font-size: 24px;
  }

  .index-contact .address ul li p {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .index-contact .address {
    top: 60px;
  }

  .index-contact .address ul li h3 {
    font-size: 20px;
  }

  .index-contact .address ul li p {
    font-size: 16px;
  }

  .index-contact .address ul li p img {
    width: 20px;
  }
}

@media (max-width: 860px) {
  .index-contact {
    padding-top: 50px;
  }

  .index-contact .address {
    position: static;
    padding: 0 0 40px;
  }

  .index-contact .address ul li {
    width: 100%;
  }

  .index-contact .address ul li h3 {
    margin-bottom: 35px;
  }

  .index-contact .address ul li p {
    margin-bottom: 10px;
  }

  .index-contact .address ul li p span {
    flex: inherit;
  }
}

@media (max-width: 768px) {
  .index-contact .address {
    width: 100%;
    margin: 0 auto;
  }

  .index-contact .address ul {
    justify-content: center;
  }
}

/* join */
.index-job {
  margin-top: 60px;
}

.index-job .lists .item {
  margin-bottom: 15px;
}

.index-job .lists .item .top {
  padding: 45px;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
}

.index-job .lists .item .top a {
  width: 180px;
  line-height: 48px;
  text-align: center;
  border-radius: 26px;
  border: 2px solid #b1b4b6;
  color: #3d3d3d;
  font-size: 20px;
}

.index-job .lists .item .top .name {
  flex: 1;
}

.index-job .lists .item .top .name h3 {
  font-size: 32px;
  line-height: 1.4;
  color: #3d3d3d;
}

.index-job .lists .item .top .name p {
  margin-top: 20px;
  font-size: 20px;
  color: #666;
}

.index-job .lists .item .bottom {
  padding: 45px 65px;
  background-color: #fff;
  line-height: 1.6;
  word-break: break-all;
  white-space: inherit !important;
  display: none;
  transition: none;
}

.index-job .lists .item .bottom h3 {
  font-size: 28px;
  margin-bottom: 15px;
    margin-top: 25px;
}

.index-job .lists .item .bottom div p {
  word-break: break-all;
  white-space: inherit !important;
}

.index-job .lists .item .bottom .email {
  margin-top: 25px;
}

.index-job .lists .item .bottom .email a {
  display: inline-block;
  padding: 0 30px;
  line-height: 48px;
  font-size: 24px;
  border-radius: 26px;
  border: 2px solid var(--theme-blue);
  color: var(--theme-blue);
}

.index-jobs-more {
  margin-top: 45px;
}

.index-jobs-more a {
  display: inline-block;
  padding: 0 60px;
  line-height: 48px;
  font-size: 24px;
  border-radius: 26px;
  border: 2px solid var(--theme-blue);
  color: var(--theme-blue);
}

/* active */

/* hover */
.index-jobs-more a:hover {
  background-color: var(--theme-blue);
  color: #fff;
}

.index-job .lists .item .top.active,
.index-job .lists .item .top:hover {
  background-color: var(--theme-blue);
}

.index-job .lists .item .top.active a,
.index-job .lists .item .top:hover a {
  border-color: #fff;
  color: #fff;
}

.index-job .lists .item .top.active .name h3,
.index-job .lists .item .top.active .name p,
.index-job .lists .item .top.active .name p span,
.index-job .lists .item .top:hover .name h3,
.index-job .lists .item .top:hover .name p,
.index-job .lists .item .top:hover .name p span {
  color: #fff;
}

@media (max-width: 1600px) {
  .index-job .lists .item .top {
    padding: 35px;
  }

  .index-job .lists .item .top a {
    font-size: 18px;
  }

  .index-job .lists .item .top .name h3 {
    font-size: 20px;
  }

  .index-job .lists .item .top .name p {
    font-size: 16px;
  }

  .index-job .lists .item .bottom {
    padding: 35px;
  }

  .index-jobs-duty {
    margin-bottom: 25px;
  }

  .index-jobs-duty h3 {
    font-size: 20px;
  }

  .index-jobs-duty div {
    font-size: 16px;
  }

  .index-job .lists .item .bottom .email a {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .index-job .lists .item .top {
    padding: 25px;
  }

  .index-job .lists .item .top a {
    width: 120px;
    line-height: 42px;
    font-size: 14px;
  }

  .index-job .lists .item .top .name h3 {
    font-size: 22px;
  }

  .index-job .lists .item .top .name p {
    margin-top: 20px;
    font-size: 16px;
  }

  .index-job .lists .item .bottom {
    padding: 25px;
  }

  .index-jobs-duty {
    margin-bottom: 35px;
  }

  .index-jobs-duty h3 {
    font-size: 18px;
  }

  .index-jobs-duty div {
    margin-top: 15px;
    font-size: 16px;
  }

  .index-job .lists .item .bottom .email {
    text-align: center;
  }

  .index-job .lists .item .bottom .email a {
    padding: 0 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .index-job .lists .item .bottom .email a img {
    width: 20px;
  }

  .index-jobs-more {
    text-align: center;
  }

  .index-jobs-more a {
    padding: 0 40px;
    line-height: 42px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .index-job {
    margin-top: 0;
  }

  .index-job .lists .item .top {
    padding: 15px;
  }

  .index-job .lists .item .top a {
    width: 80px;
    line-height: 34px;
    font-size: 12px;
  }

  .index-job .lists .item .top .name h3 {
    font-size: 16px;
  }

  .index-job .lists .item .top .name p {
    display: none;
  }

  .index-job .lists .item .bottom {
    padding: 0 15px 25px 15px;
  }

  .index-job .lists .item .bottom h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .index-job .lists .item .bottom div p {
    font-size: 14px;
  }

  .index-jobs-duty div {
    font-size: 14px;
  }

  .index-job .lists .item .bottom .email a {
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
  }

  .index-jobs-more a {
    padding: 0 20px;
    line-height: 35px;
    font-size: 14px;
  }
}