body .home .container {padding:5.20833vw 10.41667vw 8.33333vw 10.41667vw;}
body .home .container .tabs {display:flex;justify-content:center;width:45.57292vw;justify-content:space-between;border-bottom:2px solid #D9D9D9;margin:0 auto;padding-bottom:1.40625vw;}
body .home .container .tabs .item {width:8.54167vw;padding:.52083vw 0;font-weight:600;text-transform:capitalize;text-align:center;position:relative;cursor:pointer;transition:all 600ms;}
body .home .container .tabs .item::after {content:'';display:block;position:absolute;left:0;bottom:-1.5625vw;width:0;height:4px;background:#E60112;transition:all 600ms;}
body .home .container .tabs .item.on {color:#E60112;}
body .home .container .tabs .item.on::after {width:100%;}
body .home .container .boxs {width:100%;margin-top:9.01042vw;position:relative;}
body .home .container .boxs .pics {overflow:hidden;}
body .home .container .boxs .pics .swiper {width:100%;}
body .home .container .boxs .box {display:none;}
body .home .container .boxs .box.on {display:block;}
body .home .container .boxs .pics .swiper .swiper-slide img {width:100%;transform:scale(0.7);transition:0.6s;height:20.83333vw;object-fit:cover;}
body .home .container .boxs .pics .swiper .swiper-slide.swiper-slide-active img {transform:scale(1);}
body .home .container .boxs .pics .swiper .swiper-slide p {color:#000;text-align:center;font-weight:300;margin-top:-30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
body .home .container .boxs .pics .swiper .swiper-slide.swiper-slide-active p {margin:1.77083vw 0;}
body .home .container .boxs .pager {display:flex;justify-content:center;align-items:center;margin:4.0625vw 0 6.04167vw 0;}
body .home .container .boxs .pager .prev,body .home .container .boxs .pager .next {width:1.66667vw;height:1.66667vw;margin:0 .3125vw;color:#666;border:.05208vw solid #666;border-radius:50%;display:flex;align-items:center;justify-content:center;}
body .home .container .boxs .pager .prev svg,body .home .container .boxs .pager .next svg {width:1.66667vw;display:block;cursor:pointer;}
body .home .container .boxs .pager .prev i,body .home .container .boxs .pager .next i {font-size:18px;display:inline-block;cursor:pointer;}
body .home .container .boxs .pager .prev svg path,body .home .container .boxs .pager .next svg path {transition:all 600ms;}
body .home .container .boxs .pager .prev svg:hover path,body .home .container .boxs .pager .next svg:hover path {stroke:#E60112;}
body .home .container .boxs .pager .prev:hover,body .home .container .boxs .pager .next:hover {color:#E60112;border-color:#E60112;}
body .home .container .boxs .pager .swiper-pagination {position:static;margin:0 .26042vw;}
body .home .container .boxs .pager .swiper-pagination .swiper-pagination-bullet {width:.625vw;height:.625vw;opacity:1;margin:0 .15625vw;position:relative;border-radius:50%;background:#fff;cursor:pointer;}
body .home .container .boxs .pager .swiper-pagination .swiper-pagination-bullet::before {content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/cic.svg) no-repeat;background-size:contain;opacity:0;transition:all 600ms;}
body .home .container .boxs .pager .swiper-pagination .swiper-pagination-bullet::after {content:'';display:block;position:absolute;left:50%;top:50%;width:.41667vw;height:.41667vw;background:#C7C7C7;transform:translate(-50%,-50%);border-radius:50%;}
body .home .container .boxs .pager .swiper-pagination .swiper-pagination-bullet-active::before {opacity:1;}
body .home .container .boxs .pager .swiper-pagination .swiper-pagination-bullet-active::after {opacity:0;}
body .home .container .boxs .des {width:65.83333vw;margin:0 auto;line-height:2.1;letter-spacing:0.5px;font-weight:600;text-align:justify;}
                                                                                        
                                                                                        
@media screen and (max-width:1280px) {                                                                                        
body .home .container .boxs .pager .prev, body .home .container .boxs .pager .next{border:none;}                                                                                        
}                                                                                        
                                                                                        
@media screen and (max-width:768px) {
body .home .container {padding:20px 5% 40px 5%;}
body .home .container .tabs {width:90%;padding-bottom:0;flex-direction:column;border-bottom:none;}
body .home .container .tabs .item {width:100%;padding:15px 0;border-bottom:1px solid #D9D9D9;}
body .home .container .tabs .item::after {bottom:0;}
body .home .container .boxs .pics {height:auto;}
body .home .container .boxs .pics .swiper .swiper-slide .img {width:100%;}
body .home .container .boxs .pics .swiper .swiper-slide .img img {height:253px;}
body .home .container .boxs .pics .swiper .swiper-slide.swiper-slide-active .img {width:100%;}
body .home .container .boxs .pager .prev svg,body .home .container .boxs .pager .next svg {width:24px;}
body .home .container .boxs .pager .swiper-pagination {margin:0 5px;}
body .home .container .boxs .pager .swiper-pagination .swiper-pagination-bullet {width:12px;height:12px;margin:0 5px;}
body .home .container .boxs .pager .swiper-pagination .swiper-pagination-bullet::after {width:8px;height:8px;}
body .home .container .boxs .des {width:100%;line-height:1.8;text-align:left;}
;}