﻿:root{--color1:#2093ff}
.home-banner .indexbanner-text .btn .home-more{background-color:var(--color1);}
.home-banner .indexbanner-text .btn .home-more{background-color:var(--color1);}
.home-more:hover{box-shadow:0 0 10px var(--color1)}
#indexbanner .banner-button-next:hover,#indexbanner .banner-button-prev:hover{background-color:var(--color1)}
.home-banner .swiper-pagination-bullet:after {background-color:var(--color1);}
.home-introduction .introduction .item{border-color:var(--color1);}
.home-introduction .introduction .item .left{color:var(--color1);}
.home-introduction .introduction .item:hover .left{background-color:var(--color1)}
.home .unify .theme{color:var(--color1);}
.home-about .l-wrap .left .top::after{background-color:var(--color1)}
.home-about .l-wrap .left .bottom div .num{color:var(--color1);}
.home-about .l-wrap .right .title span{color:var(--color1)}
.home-about .l-wrap .right ul li .circle{color:var(--color1);}
.home-about .l-wrap .right .btn{background-color:var(--color1);}
.home-product .l-wrap .product .pro-list .item{border-color:var(--color1);}
.home-product .l-wrap .product .pro-list .item:hover .name{color:var(--color1)}
.home-product .l-wrap .product .pro-list .item .text .btn::after{background-color:var(--color1);}
.home-contact{background-color:var(--color1)}
.contact-right .img-box em{color:var(--color1);font-size:var(--fontsize22)}
.contact-right-btn{color:var(--color1);}
.contact-right-btn::after{background-color:var(--color1);box-shadow:0 0 0 var(--color1);}
.contact-right-btn:hover::after{box-shadow:0 0 4px var(--color1)}
.process-item-top{background-color:var(--color1);}
.process-item-num{color:var(--color1)}
.home-case{background:var(--color1)}
.news-item-slide:hover .news-item-title{color:var(--color1)}
.news-item-slide:hover .news-item-read::after{background-color:var(--color1)}
.news-bottom .swiper-button-next,.news-bottom .swiper-button-prev{background-color:var(--color1)!important;}
.news-bottom .swiper-button-disabled{border-color:var(--color1)!important}
.news-bottom .swiper-button-disabled em{color:var(--color1)!important}
@media (min-width:1281px){.home-product .l-wrap .product .pro-list .item{width:16%;}}
.home-product .l-wrap .product .pro-list{align-items: initial;}
.home-product .l-wrap .product .pro-list .item{height:auto;}
@media (min-width:769px) and (max-width:1280px){.home-product .l-wrap .product .pro-list .item{width:32%;}}
 .home-process{background:#f1f3fa}
.home-process ul.list{display:grid;gap:40px;grid-template-columns:repeat(6,1fr)}
.home-process ul.list li{width:100%;margin-right:0;display:flex;align-items:center;justify-content:center;border-radius:20px;background:#fff;border:1px solid #fff;padding:10px;box-shadow:0 4px 20px 0 rgba(0,0,0,.1)}
.home-process ul.list li img{object-fit:contain}
@media (max-width:1024px){.home-process ul.list{grid-template-columns:repeat(3,1fr)}}
@media (max-width:768px){.home-process ul.list{gap:15px;grid-template-columns:repeat(2,1fr)}
.home-process ul.list li{border-radius:10px}}