@charset "utf-8";

/* ===================首页样式========================== */
.indBan-bg img {
    width: 100%;
    height: 70vh;
}

.indBan-con {
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.indBan-con .contain {
    transition: all 1s ease .5s;
    opacity: 0;
    transform: translateX(150px);
}

.indBan-title {
    line-height: 1.3;
    position: relative;
    width: 500px;
    color: #333;
}

.indBan-color{
    color: #fff !important;
}
.indBan-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 4px;
    background: #396eff;
}

.indBan-more {
    transition: all .4s ease;
    background: #396eff;
    border-radius: 30px;
    width: 150px;
    height: 46px;
    align-items: center;
    justify-content: center;
}

.indBan-more::after {
    margin-bottom: 5px;
    margin-left: 10px;
    content: "";
    display: inline-block;
    width: 21px;
    height: 8px;
    background: url('../images/index/indBan-more.png') no-repeat center/100% auto;
}

.indBan-more:hover {
    box-shadow: 0 0 12px #396eff;
}

.swiper-slide-active .indBan-con .contain {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s ease .5s;
}

.indBan-pagination {
    user-select: none;
    position: absolute;
    left: 50%;
    bottom: 54px;
    transform: translateX(-50%);
    z-index: 3;
}

.indBan-pagination .swiper-pagination-bullet {
    margin-left: 20px;
    width: 12px;
    height: 12px;
    position: relative;
    border-radius: 50%;
    opacity: 1;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .55);
}

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

.indBan-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
}

.indBan-pagination .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.indField {
   
}

.indField .indTitle .title,
.indField .indTitle .text {
    color: ##333;
}

.indTitle .text {
    text-transform: uppercase;
}

.indField-icon {
    border: 2px solid rgba(57, 110, 255, .09);
}

.indField-icon li {
    height: 280px;
    width: calc(100% / 6);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    transition: all .4s ease;
    border-left: 2px solid rgba(57, 110, 255, .09);
    /* background-color: #396eff; */
}

.indField-icon li:first-child {
    border-left: unset;
}

.indField-icon-img {
    height: 57px;
}

.indField-icon-img img {
  max-width: 90%;
}

.indField-icon-text {
    margin-top: 40px;
    color: #396eff;
}

.chanp{
      font-size: 18px;
      font-weight: 400;
      color: #000;
  }
@keyframes bounce {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
  }
.indField-icon li:hover {
    /* background: #396eff; */
    animation: bounce 0.5s;
}

.indField-num li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.indField-num .num {
    align-items: flex-end;
    width: 170px;
}

.indField-num .num span {
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
}

.indField-num .text {
    margin-top: 8px;
    width: 170px;
}

.indLogo-list li {
    width: 16.6%;
    border: 2px solid #eaeaea;
    height: auto;
}

.indLogo-list li:nth-child(n+2) {
    border-left: unset;
}

.indLogo-list li:nth-child(n+7) {
    border-top: unset;
}

.indLogo-list li:nth-child(6n+1) {
    border-left: 2px solid #eaeaea;
}
.indLogo-list li{
    max-width: 90%;
    max-height: 70%;
    padding-top: 20px;
}
.chanpAnimate{
    transition: all .4s ease;
}
.chanpAnimate img{
    max-width: 90%;
    max-height: 70%;
}
.indLogo-list li:hover .chanpAnimate {
    transform: translateY(-15px);
}

.indNews {
    background: url('../images/index/indNews-bg.jpg') no-repeat bottom center/100% 100%;
}

.indNews-con {
    justify-content: space-between;
}

.indNews-show {
    width: 49%;
    display: flex;
    flex-direction: column;
}

.indNews-show-img {
    overflow: hidden;
    border-radius: 10px;
}

.indNews-show-img img {
    width: 100%;
    transition: all .6s ease;
    height: 350px;
}

.indNews-show-text {
    padding: 20px 40px 30px;
    background: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.indNews-show-text .title {
    transition: all .4s ease;
}

.indNews-show-text .text {
    margin-top: 5px;
}

.indNews-show:hover .indNews-show-img img {
    transform: scale(1.08);
}

.indNews-show:hover .indNews-show-text .title {
    color: #396eff;
}

.indNews-date {
    width: 96px;
    height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    background: #f7f8f9;
}

.indNews-show-text .indNews-date {
    background: #396eff;
    color: #fff;
    position: absolute;
    right: 40px;
    top: 0;
    transform: translateY(-50%);
    z-index: 5;
}

.indNews-list {
    padding: 40px;
    width: 49%;
    background: #fff;
}

.indNews-item:first-child {
    margin-top: 0;
}

.indNews-item {
    align-items: center;
}

.indNews-list-text {
    padding-left: 32px;
    width: calc(100% - 96px);
}

.indNews-list-text .title {
    transition: all .4s ease;
}

.indNews-list-text .text {
    margin-top: 5px;
}

.indNews-item:hover .indNews-list-text .title {
    color: #396eff;
}

.indNews-item:hover .indNews-date {
    background: #396eff;
    color: #fff;
}

.indNews-more {
    border-radius: 30px;
    transition: all .4s ease;
    margin: 50px auto 0;
    width: 150px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #396eff;
    color: #396eff;
}

.indNews-more::after {
    transition: all .4s ease;
    content: "";
    margin-bottom: 5px;
    width: 20px;
    height: 7px;
    display: inline-block;
    margin-left: 11px;
    background: url('../images/index/indNews-more.png') no-repeat center/100% auto;
}

.indNews-more:hover {
    background: #396eff;
    color: #fff;
}

.indNews-more:hover::after {
    background-image: url('../images/index/indBan-more.png');
}

.indFA {
    background: url('../images/index/indFa-bg.png') no-repeat center top/100% auto;
}

.indFA-list {
    justify-content: space-between;
}

.indFA-list:nth-child(2) {
    margin-top: 20px;
}

.indFA-title {
    transition: all .6s ease;
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding-left: 25px;
    z-index: 2;
}

.indFA-con {
    width: 600px;
    transition: all .8s ease;
    z-index: 3;
    transform: translateY(80%);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 45px 45px 0;
}

.indFA-con .text {
    color: rgba(255, 255, 255, .5);
    margin-top: 5px;
}

.indFA-label {
    width: 522px;
}

.indFA-label li {
    padding: 6px 15px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin: 8px 8px 0 0;
}

.indFA-label li:first-child {
    margin-left: 0;
}

.indFA-more {
    position: relative;
    display: inline-block;
}

.indFA-more::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 7px;
    background: url('../images/index/indBan-more.png') no-repeat center/100% auto;
}

.indFA-item {
    display: block;
    overflow: hidden;
    width: 32.5%;
    height: 360px;
    transition: all .6s ease;
}

.indFA-list.on .indFA-item.active {
    width: 42.5%;
}

.indFA-list.on .indFA-item {
    width: 27.5%;
}

.indFA-img {
    width: 100%;
    height: 100%;
}

.indFA-img::after {
    transition: all .6s ease;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, .5) 100%);
}

.indFA-img img {
    width: 100%;
    height: 100%;
    transition: all .6s ease;
}

.indFA-item.active .indFA-title {
    transform: translateY(100%);
    opacity: 0;
}

.indFA-item.active .indFA-con {
    transform: translateY(0);
    opacity: 1;
}

.indFA-item.active .indFA-img::after {
    background: rgba(0, 0, 0, .5);
}

.product-fangan {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product {
    width: 19%;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    margin: 15px 5px;
    border: 1px solid #396eff;
    border-radius: 10px; /* 添加圆角 */
    position: relative;
    overflow: hidden;
  }
  .product a {
    display: block;
    position: relative;
  }
  
  .product img {
    transition: transform 0.3s;
    max-width: 100%; /* 新增代码：限制图片宽度不超过父元素的宽度 */
    max-height: 100%; /* 新增代码：限制图片高度不超过父元素的高度 */
    border-radius: 10px;
  }
  
  .product a:hover img {
    transform: scale(1.1);
    
  }
  
  .product h3 {
    font-family: 'Source Han Sans CN', sans-serif;
    font-weight: bold;
    margin-top: 10px; /* 新增代码：为h3标签添加上边距 */
  }
  
  .product p {
    font-family: 'Source Han Sans CN', sans-serif;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 指定显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 5px ;
  }
  


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {

    /* 1440 × (700)  */
    .indFA-con {
        padding: 30px 30px 0;
        width: 510px;
    }

    .indFA-label {
        width: auto;
    }

    .indFA-list:nth-child(2) {
        margin-top: 15px;
    }

    .indField-icon li {
        height: 240px;
    }

    .indField-num .num,
    .indField-num .text {
        width: 140px;
    }

    .indNews-list {
        padding: 30px;
    }

    .indNews-date {
        width: 80px;
        height: 80px;
    }
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */

}

@media all and (max-width:1279px) {

    /* 1152 × (700) */
    .indFA-item {
        height: 300px;
    }

    .indFA-con {
        width: 408px;
    }

    .indFA-label li {
        padding: 3px 8px;
        font-size: 13px;
    }

    .indNews-date {
        width: 70px;
        height: 70px;
    }

    .indNews-list {
        padding: 20px;
    }

    .indNews-list-text {
        padding-left: 20px;
    }
}

@media all and (max-width:1151px) {
    /* 1024 */
}

/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .product {
        width: 40%;
      }
}

@media all and (max-width:640px) {

    /* 移动终端以上 360 适配 */
    .indBan-pagination {
        bottom: 15px;
    }

    .indBan-pagination .swiper-pagination-bullet {
        margin-left: 10px;
    }

    .indFA-label li {
        font-size: 12px;
    }

    .indFA-item {
        width: 100% !important;
        margin-top: 15px;
    }

    .indFA-con {
        width: 100%;
        padding: 30px 15px;
        transform: translateY(0);
        opacity: 1;
    }
.indNews-show-img img{
    height: auto;
}
    .indFA-title {
        display: none;
    }

    .indFA-img::after {
        background: rgba(0, 0, 0, .5);
    }

    .indFA-con .text {
        margin-top: 2px;
    }

    .indFA-list:nth-child(2) {
        margin-top: 0;
    }

    .indFA-list-box {
        margin-top: 10px;
    }

    .indBan-bg img {
        height: 350px;
    }

    .indBan-title {
        width: 100%;
        padding-top: 15px;
    }

    .indBan-title::after {
        width: 40px;
        height: 3px;
    }

    .indBan-more {
        width: 130px;
        height: 40px;
    }

    .indFA {
        padding-top: 30px;
    }

    .indField-icon li {
        width: 50%;
        height: 200px;
    }

    .indField-icon li:nth-child(n+3) {
        border-top: 2px solid rgba(57, 110, 255, .09);
    }
    .indField-icon li:nth-child(3){
        border-left: 0px !important;
    }
    .indField-icon li:nth-child(5){
        border-left: 0px !important;
    }

    .indField-num {
        margin-top: 10px;
    }

    .indField-num li {
        width: 50%;
        align-items: center;
        margin-top: 20px;
    }

    .indField-num .num,
    .indField-num .text {
        width: auto;
    }

    .indLogo-list li {
        width: calc(100% / 3);
        height: auto;
    }

    .indLogo-list li:nth-child(5n+1) {
        border-left: unset;
    }

    .indLogo-list li:nth-child(3n+1) {
        border: 2px solid #eaeaea;
    }

    .indLogo-list li:nth-child(n+4) {
        border-top: unset;
    }

    .indNews-show {
        width: 100%;
    }

    .indNews-show-text {
        padding: 20px 15px;
    }

    .indNews-list {
        width: 100%;
        margin-top: 15px;
        padding: 20px 15px;
    }

    .indNews-list-text {
        padding-left: 10px;
        width: calc(100% - 70px);
    }

    .indNews-show-text .indNews-date {
        display: none;
    }

    .indNews-item {
        margin-top: 30px;
    }

    .indNews-list-text .text {
        font-size: 13px;
    }

    .indNews-more {
        width: 120px;
        height: 40px;
        margin-top: 30px;
    }

    .indNews-more::after {
        width: 18px;
        height: 6px;
        margin: 0 0 2px 8px;
    }
    .product {
        width: 45%;
      }
    .chanp{
        font-size: 14px;
    }
}