

body{
    font-family: Arial;
    background-color: #fff;
    color: #333;
}
a{
    color: #000;
}
img{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
@font-face {
    font-family: 'iconfont';
    src: url('fonts/iconfont/iconfont.woff2?t=1711525001614') format('woff2'),
         url('fonts/iconfont/iconfont.woff?t=1711525001614') format('woff'),
         url('fonts/iconfont/iconfont.ttf?t=1711525001614') format('truetype');
    font-display: fallback;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-m{
    font-size: 18px;
}
.font-l{
    font-size: 20px;
}
.font-xl{
    font-size: 24px;
}
a:hover{
    color: #fff;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-items-start{
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-end{
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-content-start{
    align-content: flex-start !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-grow-1{
    flex-grow: 1;
}
.cn-mt{
    margin-top: 80px;
}
.text-over{
    white-space: nowrap;
    /*超出的空白区域不换行*/
    overflow: hidden;
    /*超出隐藏*/
    text-overflow: ellipsis;
    /*文本超出显示省略号*/
}
.text-over-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.icon-rotate{
    transform: rotateY(180deg);
}
.imgBox{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.imgBox img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.imgBox:hover img{
    transform: scale(1.1);
}


/* header */
.web_head .head_layer {
    background-color: #fff;
    border-bottom: none;
}
.web_head .logo, .web_head .head_right {
    height: 6.25rem;
    float: left;
}
.web_head .nav_wrap {
    text-align: right;
}
.nav_wrap .head_nav, .nav_wrap .head_nav a {
    color: #000;
}
.nav_wrap .head_nav>li>a {
    display: inline-block;
    padding: 0 10px;
}
.nav_wrap .head_nav>li{
    height: 6.25rem;
    line-height: 6.25rem;
}
.nav_wrap .head_nav>li.nav-current>a>em::after {
    content: '';
    width: 100%;
    height:.1875rem ;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0rem;
}
.nav_wrap .head_nav>li>a>em::after{
    content: '';
    width: 0;
    height:.1875rem ;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0rem;
    transition: all .3s ease;
}
.nav_wrap .head_nav>li:hover>a>em::after{
    width: 100%;
}
/* .nav_wrap .head_nav li ul{
    top: 5rem;
} */
@media only screen and (max-width: 87.5rem) {
    .nav_wrap .head_nav>li>a {
        padding: 0;
        font-size: 19.2px;
    }
    .web_head .layout {
        padding-top: 0;
    }
}

@media only screen and (max-width: 64rem) {
    .nav_wrap .head_nav>li>a {font-size: .875rem;}
}
.web_head .btn--search {
    width: auto;
    height: auto;
    margin-top: 0;
}
.web_head .btn--search:after, .web_head .btn--search:before {
    content: '\e622';
    display: inline-block;
    font-size: 1.625rem;
    width: auto;
    height: auto;
    /* color: #fff; */
    background: none; 
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: iconfont;
}
.change-language-title .language-flag a{
    display: flex;
    align-items: center;
}

.change-language-title .language-flag .iconfont{
    font-size: 23px;
}

/* header end*/

/* banner */
.slider_banner {
    /* padding-top: 6.1875rem; */
}
.swiper-button-white {
    position: absolute;
    top: calc( 50% - 1.125rem) ;
    z-index: 5;
    cursor: pointer;
    opacity: .5;
    transition: all .3s ease;
}
.swiper-button-white:hover{
    opacity: 1;
}
.banner_button_prev{
    left: 6.25rem;
}
.banner_button_next{
    right: 6.25rem;
}
.swiper-button-white .iconfont{
    font-size: 2.3125rem;
    color: #fff;
}
/* banner end*/

/*  products */
.head-title{
    font-size: 48px;
    position: relative;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}

.head-title::before{
    content: '';
    width: 3.75rem;
    height: .125rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: calc( 50% - 1.875rem );
}
.head-title.head-center{
    text-align: center;
}
.products-list{
    width: 98%;
    margin: 2.5rem auto 0;
    position: relative;
}
.products-list ul{
    position:sticky;
}
.products-list li{
    width: 25%;
    padding: 0 1%;
    text-align: center;
    font-size: 20px;
}
.products-list .imgBox{
    padding-top: 77.27%;
    margin-bottom: .3125rem;
    border: .0625rem solid #EEEEEE;
}
.product-button  .swiper-button-prev::before,.product-button  .swiper-button-next::before{
    font-size: 5.125rem;
}
.product-button  .swiper-button-prev{
    opacity: .5;
    left: 1.875rem;
}
.product-button  .swiper-button-next{
    opacity: .2;
    right: 1.875rem;
}
.product-button .swiper-button-next.swiper-button-disabled,.product-button .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.1;
}
a.ViewMore{
    display: block;
    width: 181px;
    height: 3.1875rem;
    line-height: 3.125rem;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border: .0625rem solid  #fff;
    margin: 2.8125rem auto 0;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
a.ViewMore:hover{
    color: #fff; 
}
a.ViewMore::before{
    content: '';
    width: 0;
    height:0;
    background-color: #fff;
    position: absolute;
    left: -0.625rem;
    top: -5rem;
    transition: all .3s ease-in;
    border-radius: 0 0 5rem 0;
    z-index: -1;
}
a.ViewMore:hover::before{
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 100%;
}


/* Hot products end*/

/* contact */
.contact{
    height: 22rem;
    margin-top: 75px;
    background:  url(img/index/usBg.webp) center center no-repeat;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}
.contact .layout{
    height: 100%;
}
.contact .con-left{
    min-width: 33%;
}
.contact .tltle{
    font-size: 2.25rem;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1.875rem;
    font-weight: bold;
}
.contact .info{
    font-size: 1.5rem;
    width: 60%;
}


.contact .send{
    margin-right: 50px;
    display: inline-block;
    height: 3.75rem;
    text-align: center;
    line-height:3.75rem;
    background: #fff;
    border-radius: 1.875rem;
    font-size: 1.125rem;
    color: #fff;
    cursor: pointer;
    padding: 0 1.875rem;
    display: flex;
    align-items: center;
}
.contact .send .iconfont{
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-left: .1875rem;
    transition: all .3s ease-in;
}
.contact .send:hover{
    color: #fff;
}
.contact .send:hover .iconfont{
    transform: rotate(45deg);
}
/* contact end */



/* choose */
.choose{
    margin-top: 64px;
}
.choose .head-title{
    font-size: 1.625rem;
    text-align: left;
    font-weight: normal;
}
.choose .head-title::before{
    left: 0;
}
.choose-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
.choose .miaoshu{
    font-size: 18px;
    line-height: 1.8;
    transition: all .3s ease-out;
    margin-top: 16px;
    color: #666;
}
/* .choose .miaoshu:hover{
    color: #fff;
} */
.choose-img{
    width: 45%;
    border-radius: .625rem;
}
.choose-img .imgBox{
    padding-top: 66.78%;
}
.choose .ViewMore{
    margin: 20px 0 0;
    width: 141px;
}

/* choose end*/

/* Us */
.us{
    margin-top: 2.3125rem;
    box-shadow: 0rem 0rem .5rem 0rem #F5F5F5;
    border-radius: .625rem;
    border: .0625rem solid #F3F3F3;
    padding: 4.1875rem 2.3125rem;
}
.us li{
    display: flex;
    align-items: center;
}
.us li+li{
    margin-left: 1.875rem;
}
.us .imgBox{
    min-width: 7.625rem;
    max-width: 7.625rem;
    padding-top: 7.625rem;
    border-radius: 50%;
    margin-right: 20px;
    transition: .8s;
}
.us .us-title{
    font-size: 1.375rem;
    margin-bottom: .3125rem;
    transition: all .3s ease-in;
}
.us .us-text{
    color: #999999;
}
/* .us li:hover{
    color: #fff;
} */
.us li:hover .imgBox{
    transform: rotateY(360deg);
}
/* Us end*/
/* news */
.new{
    margin-top: 70px;
}
.new-title{
    font-size: 3rem;
    font-weight: bold;
}
.new a.ViewMore{
    margin: 0;
    width: 161px;
}
.newsList {
    margin-top:30px;
}
.newsList li{
    width: 32%;
    overflow: hidden;
    transition: all ease-in-out .35s;
}


.newsList  .imgBox{
    padding-top: 68.3%;
}

.newsList li:hover img{
    transform: scale(1.1);
}
.newsList li .newsInfo{
    padding:10px;
    transition: all ease-in-out .35s;
    border: 1px solid #EEEEEE;
    border-top: none;
    overflow: hidden;
}


.newsList  .data{
    color: #999999;    
    margin-top: 8px;
    font-size: 14px;
}

.newsList .title{
    font-size:17px;
    line-height: 1.3;
    margin-top: 8px;
    cursor: pointer;
    color: #333;
    min-height: 4em;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
.newsList li:hover .title {
  color: #fff;
}
.newsList  .info{
    color: #999999;
    margin-top: 8px;
}
.news .center{
    margin: 50px auto 0;
    text-align: center;
}
/* news end */

/* footer */
footer{
   background: #0062AD ; 
   padding: 80px 0 64px;
}
.footNav .logo{
    width: 16.25rem;
    margin-bottom: 40px;
}
.footNavList{
    width: 25%;
}
.footNavList:nth-child(2){margin: 0 4% 0 3%;}
.footNavList:nth-child(3){width: 18%;}
/* .footNavList:last-child{
    width: 31%;
} */
.footNavList .navTitle{
    font-size:20px;
    margin-bottom: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.foot-Pro li>div{
    font-weight: bold;
}
.foot-Pro a{
    display: block;
    position: relative;
    padding-left: .625rem;
    margin-top: .625rem;
}

.foot-Pro a::before{
    content: '';
    width: .375rem;
    height: .375rem;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: .5625rem;
    left: 0;
}
.foot-Pro .tltle a{
  padding-left: 0;
}
.foot-Pro .tltle a::before {
  display: none;
}
.footNavList  li{
    margin-bottom: 20px;
    color: #fff;
}
.footNavList  li a{
    color: #fff;
    cursor: pointer;
} 
.footNavList  a:hover {
    color: #fff;
}
.foot-contact li{
    padding-left: 35.2px;
    position: relative;
}
.foot-contact li::before{
    content: '';
    width: 1.875rem;
    height: 1.875rem;
    font-family: iconfont;
    position: absolute;
    left: 0;
    top: -0.3125rem;
}
.foot-contact .address::before{
   background: url(img/index/foot-1.png);
   background-size: cover;
}
.foot-contact .phone::before{
    background: url(img/index/foot-2.png);
    background-size: cover;
}
.foot-contact .email::before{
    background: url(img/index/foot-3.png);
    background-size: cover;
}
.footNavList  .icons{
    margin-top:20px;
}
.footNavList  .icons img{
    width: 38px;
    margin-right: 15px;
}
.footNavList .footicon{
    text-align: center;
    width:48px;
    height:48px;
    margin-right: .625rem;
    cursor: pointer;
}
.footNavList .footicon img{
    width: 100%;
}


.ruanzhu{
    color: #fff;
    text-align: center;
    height: 3.125rem;
    line-height:3.125rem;
    background: #0062AD;
    border-top: .0625rem solid #fff;
}
.ruanzhu em,.ruanzhu a{
    color: #fff;
}
.phoneLianxi{
    display: none;
}
/* footer end */


/* 侧边滚动 */
.scrollBtn{
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: .625rem;
    margin-bottom: .25rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.scrollBtn .iconfont{
    font-size:30px ;
    color: #fff;
}
.scrollBtn .scrollInfo{
    padding: .625rem;
    width: 6.25rem;
    background:#1A1A1A;
    position: absolute;
    left: -6.5625rem;
    top: 0;
    display: none;
    transition: all ease-in-out .35s;
    border-radius: .3125rem;
}
.scrollBtn:hover  .scrollInfo{
    display: block;
} 
/* 侧边滚动  end*/ 

.pcHidden{
    display: none !important;
}
.phoneHidden{
    display: block;
}
.gotop{
    display: none;
} 

@media only screen and (max-width: 59.375rem) {

    .pcHidden{
        display: block !important;
    }
    .web_main{
        padding-top: 60px;
    } 
    .cn-mt {
        margin-top: 40px;
    }
    .phoneHidden{
        display: none !important;
    }

    .products-list ul{
        flex-wrap: wrap;
    }
    .products-list ul li{
        width: 50%;
    }
    .products-list ul li:nth-child(n+5){
      display: none;
    }

    .head-title {
        font-size: 20px;
    }
    .products-list {
        margin: 20px auto 0;
    }
    .products-list li {
        margin-bottom: 20px;
        font-size: 15px;
    }
    a.ViewMore {
        width: 10.375rem;
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 16px;
        margin: 20px auto 0;
    }


    .choose{
        flex-wrap: wrap;
    }
    .choose .head-title{
        font-size: 16px;
        width: 100% !important;
    }
    .choose-left{
        width: 100%;
    }
    .choose .miaoshu{
        font-size: 12px;
        margin-top: 16px;
        line-height: 1.5;
    }
    .phoneMore{
        margin: 0 auto;
    }

    .choose-img{
        margin-top: 32px;
    }
    .choose-img{
        width: 100%;
    }
    
    
    .contact{
        height: auto;
        padding: 3.75rem 0;
    }
    .contact .layout {
        flex-wrap: wrap;
    }
    .contact .tltle{
        font-size:21px;
        margin-bottom: 20px
    }
   
    .contact .info{
        width: 70%;
        font-size: 16px;
    }
    
    .contact .send{
        margin-right: 0;
        height:48px;
        line-height: 48px;
        margin-top: 2.625rem;
        border-radius: 4.875rem;
        font-size: 15px;
    }
    .us {
        padding:2.5rem 1.5625rem;
    }
    .us ul{
        flex-wrap: wrap;
    }
    .us ul li+li{
        margin-left: 0;
        margin-top: 20px;
    }
    .us .imgBox{
        min-width:5.625rem;
        max-width: 5.625rem;
        padding-top: 5.625rem;
        margin-right:16px
    }
    .us .us-title {
        font-size: 20px;
    }
    .us .us-text{
        font-size: 14px;
    }
    .new-title{
        width: 100%;
        font-size: 1.5rem;
        text-align: center;
        position: relative;
        padding-bottom: .875rem;
    }
    .new-title::before{
        content: '';
        width: 3.75rem;
        height: .125rem;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: calc( 50% - 1.875rem );
    }
    .newsList ul{
        flex-wrap: wrap;
    }
    .newsList{
        margin-top: 20px;
    }
    .newsList li{
        width: 100%;
        margin-bottom: 20px;
    }
    .newsList li .newsInfo {
        padding: 20px 20px 15px;
    }
    .newsList .title{
        font-size: 16px;
    }
    .newsList .info{
        font-size: 14px;
        display: none;
    }
    .newsList li .data{
        font-size: 14px;
        color: #7D7D7D;
    }
    .new a.ViewMore{
        margin: 0 auto;
    }

    footer {
        padding: 20px 0 30px;
    }
    .footNav .logo{
        width: 11rem;
        margin-left: 4%;
    }
    .footNav{
        max-width: 100% !important;
        flex-wrap: wrap;
    }
    .footNavList:last-child{
        width: 100%;
        margin: 0 4% 0 3%;
    }
    .footNavList{
        width: 100%;
      border-bottom: .0625rem solid #fff;
    }
    .footNavList:nth-child(3){width: 100%;margin: 0 4% 0 3%;}
    .footNavList:first-child,.footNavList:last-child{
        border: none;
    }

    .foot-contact li::before {
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 0rem;
    }
    .web_footer {
        padding-top: 16px;
    }
    .footNavList ul{
        margin-top: .625rem;
        display: none;
        padding: 0 4%;
        font-size: 16px;
    }
  
    .footNavList  .navTitle{
        padding: .5rem 4%;
        margin-bottom: 0;
        font-size: 18px;
    }
    .footNavList  .navTitle::after{
        content: '\e620';
        font-family: 'iconfont';
        font-size: 12px;
        float: right;
    }
    .footNavList li {
        padding-left: 40px;
        margin-bottom: .625rem
    }
    .footNavList .icons{
      padding-left: 4%;
    }
    .footNavList .icons a {     
        width: 30px;
        height:30px;
        line-height:2.1875rem;
        margin-right: .625rem;
        cursor: pointer;
    }
    .footNavList .footicon .iconfont {
        font-size: 1.375rem;
    }


    .ruanzhu{
        height: auto;
        line-height: 1.5;
        padding: .625rem 5%;
        margin-bottom: 3.75rem;
        color: #fff;
        font-size: 16px;
    }
    .phoneLianxi {
        position: fixed;
        left: 0;
        bottom: 0;
        display: flex !important;
        min-width: 100%;
        z-index: 999;
    }
    .phoneLianxi div {
        flex: 1;
        height: 3.75rem;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .phoneLianxi div+div {
        border-left: .0625rem solid #fff;
    }
    .phoneLianxi div img {
        width: 1.75rem;
    }
    .phoneLianxi .iconfont{
        color: #fff;
        font-size:1.75rem;
    }
}


/* --------------面包屑导航-------------- */

.crumb{
    height: 60px;
    line-height:60px;
    background: #F8F8F8;
    color: #666666;
    padding-top: 6.25rem;
    box-sizing: content-box;
}
.crumb a{
    color: #666666;
}

.crumb .home::before{
    content:'\e625';
    font-family: iconfont;
    color: #666666;
    font-size: 1.125rem;
    margin-right: .3125rem;
    vertical-align: middle;
    position: relative;
    bottom: .125rem;

}
.crumb em{
    margin: 0 .625rem;
    color: #CCCCCC;
}
.crumb .pageName{
    color: #666666;
}
.companyTitle{
    font-size: 30px;
    font-family: Anton, Anton;
    text-align: center;
}
@media only screen and (max-width: 59.375rem) {
    .crumb{
      
        padding-top: 3.75rem;
    }
}

/* ===================aboutUd-page===================== */
.aboutPage .about-header{
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    padding-bottom: 1.125rem;
    position: relative;
    margin-bottom: 1.5625rem;
    margin-top: 75px;
}
.aboutPage .about-header::before{
    content: '';
    width: 6.25rem;
    height: .25rem;
    background: #3A57C7;
    position: absolute;
    left: calc( 50% - 3.125rem );
    bottom: 0;
}
.ab-des{
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}

.ab-des+.ab-des{
    margin-top: 1.5625rem;
}
.aboutPage .img-2{width: 49.2%;}

.aboutPage  .imgBox1{
    padding-top: 133.3%;
}
.aboutPage  .imgBox2{
    padding-top: 65%;
}
.aboutPage .imgs{margin-top: 1.875rem;}
.aboutPage .img-3{
    width: 32%;
}
.aboutPage .img-3 .imgBox{
    padding-top: 84.2%;
}
@media only screen and (max-width: 59.375rem) {
    .aboutPage .about-header{
        padding-bottom: .875rem;
        margin-top: 30px;
        font-size: 26px;
    }
    .ab-des{font-size: 16px;}
    .aboutPage .about-header::before{
        width: 3.75rem;
        height: .125rem;
        
        left: calc( 50% - 1.875rem );
    }
    
    .newsxq_fl{width: 100%;}
    .newsxq_fr{width: 100%;margin-top: 30px;}
    .news_next .con{padding-right: 0;}
}

/* --------------------------Product----------------------------------- */
.Product-header{
    font-size: 24px;
    color: #000;
    border-bottom: .0625rem solid #DDDDDD;
    height: auto;
    margin-bottom: 16px;
    font-weight: bold;
}
.Product-header span{
    display: inline-block;
    border-bottom: .125rem solid #fff;
    padding: 15px 0 ;
}
p.ProductCon{
    color: #040000;
    font-size: 18px;
    padding: 0 ;
}
@media only screen and (max-width: 62.5rem) {
    .Product-header{
        font-size: 24px;
    }
    .ProductCon{
        color: #040000;
        font-size: 20px;
    }
}
.product-table {
    width: 70% !important;
    border-collapse: collapse;
}
.product-table thead td{
    background: #F0F0F0;
    color: #333;
}
.product-table td{
    width: 20%;
    height: 2.5rem;
    border: .0625rem solid #DCDCDC;
    text-align: center;
    color: #666;
    font-size: 16px;
}
@media only screen and (max-width: 62.5rem) {
    .product-table {
        width: 100% !important;
    }
    .product-table td{
        font-size: .625rem;
    }
}


.index_web_head_top {
    display: flex;
    height: 50px;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.index_web_head_top .layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_web_head_top .index_web_head_top_l {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}
.index_web_head_top  .index_web_head_top_f {
    display: flex;
    align-items: center;
}
.index_web_head_top .index_web_head_top_f .index_web_head_top_f_email {
    margin-right: 20px;
}

.index_web_head_top .index_web_head_top_f .index_web_head_top_f_email ,
.index_web_head_top .index_web_head_top_f .index_web_head_top_f_phone {
    font-family: Arial;
font-weight: 400;
font-size: 16px;
color: #000;
}
.index_web_head_top .index_web_head_top_f .index_web_head_top_f_phone a ,
.index_web_head_top .index_web_head_top_f .index_web_head_top_f_email a 
{
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.slider_banner  .swiper-pagination-bullet {
    margin: 0 8px;
}