﻿.home-product .pro-info .pro-list{display:flex;flex-wrap:wrap;justify-content: space-between;margin-top:0;}
.home-product .pro-info .pro-list .proitem{width:24%;margin-top:3%;}
@media (max-width:768px){.home-product .pro-info .pro-list .proitem{width:49%;margin-top:40px;}
.home-product .pro-list{padding-left:0;padding-right:0;}}
@media (min-width:1025px){.home-about .about-top .info{margin-right:0;width:50%;}}
.home-product .pro-img{display: none;}
.home-product .pro-info{width: 100%;}
.home-about .about-top .img video{width:100%;height:100%}
.home-tapes .item .img img{height:100%;aspect-ratio:1;object-fit:cover}
@media (min-width:769px){.home-tapes .item{width:24% !important}}

.home-indr{background: linear-gradient(45deg,#dbeffa,#dbeffa,#e6fbfe,#fdfeff);padding:4% 0;}
.home-indr .l-wrap{display:flex;flex-wrap:wrap;align-items: center;justify-content: space-between;}
.home-indr .indr-left{width:49%;}
.home-indr .indr-left img{width:100%;display:block;}
.home-indr .indr-right{width:49%;}
.home-indr .indr-right .home-title{text-align:left}
.home-indr .indr-right .home-des{text-align:left;max-width:100%;color:#333;margin:20px 0;}
.home-indr .indr-right .list .item p{display:inline}
.home-indr .indr-right .list .item p.tit{font-weight: var(--fontbold7);}
@media (max-width:768px){.home-indr{padding:40px 0;}
.home-indr .indr-left{width:100%;}
.home-indr .indr-right{width:100%;margin-top:10px;}
.home-indr .indr-right .home-des{margin:10px 0;}
.home-indr .indr-right .list .item p{font-size:14px;}}
.indr-right .indr-more{margin-top:30px;width:186px;height:52px;background-color:var(--color);border-radius:26px;display:inline-flex;align-items:center;justify-content:center;color:#FFFFFF;font-weight:var(--fontbold6)}
.indr-right .indr-more em{transform:rotate(-45deg);margin-left:8px;transition:all .3s ease-in-out}
.indr-right .indr-more:hover em{transform:rotate(0)}
@media (max-width:768px){.indr-right .indr-more{width:146px;height:42px;margin-top:15px}}
.home-professional{padding-top:4%}
.home-professional .service-box{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.home-professional .img-box{width:52%}
.home-professional .img-box img{border-radius:10px;overflow:hidden}
.home-professional .info{width:44%}
.home-professional .info .home-title{text-align:left;position:relative;padding-bottom:20px}
.home-professional .info .home-title::before{content:"";position:absolute;left:0;bottom:0;width:50px;height:3px;background-color:var(--color);border-radius:4px}
.home-professional .info .des{font-size:var(--fontsize18);color:var(--color);font-weight:var(--fontbold5);font-family:Poppins;margin-top:6%}
.home-professional .info .text{margin-top:6%;color:#666666;font-weight:var(--fontbold4);font-family:Poppins}
.home-professional .info .text p{margin-top:15px}
@media (max-width:768px){.home-professional{padding:40px 0 30px}
.home-professional .img-box{width:100%}
.home-professional .info{width:100%;margin-bottom:20px}
.home-professional .info .des{margin-top:15px;font-size:var(--fontsize16)}
.home-professional .info .text{margin-top:15px}
.home-service .service-box{flex-direction:column-reverse}
.home-service .info{margin:0 0 20px}}

.home-tapes .item .img::before{display:none}