
.banner {
    width: 100%;
    min-width: 1600px;
    height: 748px;
    position: relative;
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 600px) {
    .banner {
        min-width: inherit;
        overflow:visible;
        height: 18vh; 
        width: 100%;
    }
    .banner .dot{
        display: none;
    }
    .trackaaa .item {
    	width: 200px !important;
    	height: 115px !important;
    }
    .cooperation .list-cont {
        height: auto !important;
    }
    .product .content .list .item .name{
        font-size: 12px;
    }
}
@media (min-width: 601px) and (max-width: 1200px) {
    .banner {
        min-width: inherit;
        overflow:visible;
        height: auto;
        width: 100%;
    }
}
.banner .btns {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 0 20px;
}
.banner .dot {
    display: flex;
    align-items: center;
    justify-content: center;
    /*gap: 20px;*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 10;
}
.banner .dot .item {
    width: 50px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    cursor: pointer;
    margin: 0 10rpx;
}
.banner .dot .item.on {
    background-color: #0172f0;
}
.banner .views {
    position: absolute;
    inset: 0;
    text-align: center;
}
.banner .views .pic {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    transition: all 300ms ease-out;
    margin-left: auto;
    margin-right: auto;

}

@media (max-width: 600px) {
    .banner .dot{
        bottom: 0 !important;
    }
    .banner .dot .item{
        width: 5px !important;
        margin: 3px !important;
        
    }
    .banner .views .pic {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        position: absolute;
        inset: 0;
        opacity: 0;
        z-index: 0;
        transition: all 300ms ease-out;
        margin-left: auto;
        margin-right: auto;
    
    }
    header .contain{
        gap: 0 !important;
    }
}
@media (min-width: 601px) and (max-width: 1200px) {
    .banner .views .pic {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        position: absolute;
        inset: 0;
        opacity: 0;
        z-index: 0;
        transition: all 300ms ease-out;
        margin-left: auto;
        margin-right: auto;
    }
}


.banner .views .pic.on {
    opacity: 1;
    z-index: 1;
}

.cooperation,
.apply,
.about {
    min-width: 1600px;
    width: 100%;
    background-color: #efefef; 
    padding: 88px 0;
}
@media (max-width: 600px) {
    .cooperation{
        padding: 30px 0 !important;
        min-width: inherit;
    }
    .apply,
    .about {
        min-width: inherit;
        padding: 180px 0px 0px 0px;
    }
}
@media (min-width: 601px) and (max-width: 1200px) {
    .cooperation,
    .apply,
    .about {
        min-width: inherit;
    }
}
/*.cooperation .contain {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    width: 1600px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

.cooperation .list-cont {
    max-width: 1410px;
    height: 300px;
    padding: 5px;
    margin: auto;
    overflow: hidden;
}
.cooperation .list {
    display: flex;
    /*gap: 95px;*/
}

.cooperation .list .item {
    display: block;
    border: 1px solid transparent;
    overflow: hidden;
    transition: border-color 300ms ease-out;
    box-shadow: 0 0 12px 0 #82889861;
    border-radius: 15px;
    width: 330px;
    height: 230px;
    margin: auto;
    flex-shrink: 0;
    margin-right: 95px;
}
.cooperation .list .item:last-child {
    margin-right: 0;
}

@media (max-width: 600px) {
    .cooperation .list .item  {
        width: 100%;
        height: inherit;
    }
}

.cooperation .list .item .icon {
    display: block;
    width: 240px;
    height: 120px;
    margin: auto;
}


.box {
    padding: 50px 0px;
    padding-bottom: 100px;
}
@media (max-width: 600px) {
    .box {
        padding: 50px 20px;
    }
}
.box .title {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}
.box .subtitle {
    font-size: 20px;
    color: #585858;
    text-align: center;
    margin-top: 6px;
}
.product .tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*gap: 10px;*/
    border-bottom: 1px solid #8288988f;
    overflow: auto hidden;
    margin: 50px -10px -10px;
    color: #444;
}
.product .tabs .item {
    flex-shrink: 0;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 0;
    margin: 0 10px;
}
.product .tabs .item.on {
    position: relative;
    font-weight: 18px;
    font-weight: bold;
    color: #000;
}
.product .tabs .item.on::after {
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #0172f0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.product .content {
    display: none;
    justify-content: space-between;
    /*gap: 25px;*/
    padding: 70px 0;
    margin: -25px;

}
.product .content.show {
    display: flex;
}
.product .content .info {
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    padding: 30px 30px 60px;
    width: 288px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 25px;
     
}
@media (max-width: 600px),
@media (min-width: 601px) and (max-width: 1200px) {
    .product .content .info {
        display: none;
    }
}
.product .content .info .name {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
    /* mix-blend-mode: difference; */
}
.product .content .info .desc {
    /* mix-blend-mode: difference; */
    font-size: 16px;
}
.product .content .info a {
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
    /* mix-blend-mode: difference; */
}
.product .content .list {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: -20px;
}
@media (max-width: 600px) { 
    .product .content .list {
        grid-template-columns: repeat(2, 1fr);
        margin: 0px;
    }
}
@media (min-width: 601px) and (max-width: 1200px) {
    .product .content .info {
        display: none;
    }
}
.product .content .list .item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 8px;
}
.product .content .list .item .pic {
    display: block;
    width: 100%;
}
.product .content .list .item .name {
    background-color: #0272f0;
    color: #fff;
    padding: 10px;
}
.apply .list {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 220px);
    grid-row-gap: 15px; /* 行间距 */
    grid-column-gap: 20px; /* 列间距 */
    /*gap: 60px;*/
    margin-top: 70px;
}

@media (max-width: 600px) {
    .apply .list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 601px) and (max-width: 1200px) {
    .apply .list {
        grid-template-columns: repeat(3, 1fr);
    }
}
.apply .list .item {
    background-color: #fff;
    border-radius: 10px;
    display: flex;  
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    height:210px;

}
.apply .list .item a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.apply .list .item:hover {
    /*filter: invert(100%);*/
    background-color: #0272f0;
    color: #fff;
    transform: translateY(-5px);
}
.apply .list .item .icon {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.client .scrollable {
    height: calc(120px * 4 + 20px * 5);
    overflow: hidden;
    margin-top: 50px;
}


.client .list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    backface-visibility: hidden;
    perspective: 2000px;
}
.client .list .item {
    display: block;
    border-radius: 10px;
    border: 1px solid transparent;
    overflow: hidden;
}
.client .list .item:hover {
    border-color: #0172f0;
}
.client .list .item .icon {
    display: block;
    width: 240px;
    height: 120px;
    margin: auto;
}
@media (max-width: 600px) {
    .client .list {
        grid-template-columns: repeat(3, 1fr);
    }
    .client .list .item {
        display: block;
        border-radius: 10px;
        border: 1px solid transparent;
        overflow: hidden;
    }
    .client .list .item:hover {
        border-color: #0172f0;
    }
    .client .list .item .icon {
        display: block;
        width: 100%;
        height: auto;
        margin: auto;
    }
    
}
@media (min-width: 601px) and (max-width: 1200px) {
    .client .list {
        grid-template-columns: repeat(3, 1fr);
    }
}





.about .pic {
    display: block;
    max-width: 100%;
}
.about .desc {
    display: flex;
    align-items: center;
    justify-content: space-between;   
    gap: 50px;
    margin-top: 30px;
    font-size: 18px;
    color: #666;
}
.about .tips {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    background-color: #fff;
    margin-top: 50px;
    border-radius: 50px;
    padding: 20px 100px;
}
.about .tips .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
@media (max-width: 600px) {
    .about .desc {
        flex-direction: column;
    }
    .about .pic {
        width: 100%;
    }
    .about .tips {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px 0;
    }
}
@media (min-width: 601px) and (max-width: 1200px) {
    .about .desc {
        flex-direction: column;
    }
    .about .tips {
        grid-template-columns: repeat(3, 1fr);
    }
    .about .tips .item:last-child {
        grid-column-start: 3;
    }
}
.about .tips .item .top {
    display: flex;
    align-items: baseline;
    font-size: 22px;
}
.about .tips .item .top .num {
    line-height: 1.4;
    font-size: 55px;
    display: flex;
    font-family: Arial, sans-serif;
    padding-right: 5px;
}
.about .tips .item .top .num::after {
    content: attr(data-unit);
    font-size: 30px;
}
.about .tips .item .bottom {
    font-size: 20px;
        text-align: center;
}

.news .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 18px;
    .search {
        display: flex;
        gap: 20px;
        font-weight: normal;
        font-size: 14px;
         
    }
    
}


.news .big-news {
    display: flex;
    justify-content: space-between;
    background-color: #f2f2f2;
    color: #818183;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 6px;
   
}
.news .big-news .pic {
    display: block;
    width: 680px;
    border-radius: 10px;
}
.news .big-news .info {
    flex: 1;
    padding: 20px 20px 60px;
    position: relative;
}
.news .big-news .info .type {
    font-size: 14px;
}
.news .big-news .info .name {
    color: #383838;
    font-size: 33px;
    font-weight: bold;
    margin-top: 30px;
}

.news .big-news .info .action {
    display: inline-block;
    padding: 0 20px;
    color: #383838;
    border: 1px solid #383838;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 20px;
}
.news .big-news .info .foot {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.news .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}
@media (max-width: 600px) {
    .news .top {
        display: none;
    }
}
@media (max-width: 600px) {
    .news .big-news {
        flex-direction: column;
    }
    .news .big-news .pic {
        width: 100%;
    }
    .news .big-news .info .name {
        font-size: 20px;
    }
    .news .list {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (min-width: 601px) and (max-width: 1200px) {
    .news .big-news .pic {
        width: 50%;
    }
    .news .big-news .info .name {
        font-size: 28px;
    }
    .news .list {
        grid-template-columns: repeat(2, 1fr);
    }
}
.news .list .item {
    border-radius: 6px;
    overflow: hidden;
    background-color: #f2f2f2;
    color: #818183;
    /*height: 417px;*/
    /*width: 369px;*/
}
.news .list .item .pic {
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 6px;
}
.news .list .item .info {
    padding: 10px;
}
.news .list .item .info .type {
    font-size: 14px;
}
.news .list .item .info .name {
    color: #383838;
    line-height: 1.6;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .list .item .info .action {
    display: inline-block;
    padding: 0 10px;
    color: #383838;
    border: 1px solid #383838;
    border-radius: 30px;
    font-size: 14px;
}
.news .list .item .info .foot {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 10px;
}
/*2月23日新增*/

.news-turn-blue{
    transition: color 0.3s ease; 
    color: #000000;
}
.news-turn-blue:hover{
  color: #0272f0 !important;
}
.apply-img2{
    display: none;
}
.apply .item:hover {
    .apply-img{
        display: none;
    }
    .apply-img2{
        display: block;
    }
    
}
.carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 5px 0;
}

.track {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.trackaaa .item {
	background: #f0f0f0;
	border-radius: 8px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	box-shadow: 0 2px 8px rgba(20, 20, 20, 0.54), 0 4px 16px rgba(220, 220, 220, 0.66);
	width: 400px;
	height: 230px;
	margin-left: 5px;
}

.carousel:hover .trackaaa {
    animation-play-state: paused;
}

/*@keyframes scroll {*/
/*    0% { transform: translateX(0); }*/
/*    100% { transform: translateX(-50%); }*/
/*}*/

/* seamlesswrap */
    .mySwiper .swiper-wrapper {
      transition-timing-function: linear !important;
      height: auto ;
    } 
    .swiper {
      width: 100%;
    } 
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 0; 
    }

    .swiper-slide img {
      display: block;
      object-fit: cover;
       width: 100%;
      height: 100%;
      
    }
    
    
    
     