:root {
    --main-color: #257ED8;
    --sub-color: #23B14D;
}

.contact_us {
    padding: 15px 12px;
}

.bd-footer a {
    color: var(--bs-body-color);
    text-decoration: none;
}

.bd-sidebar {
    width: 260px;
    background-color: #f8f8f8;
}

.bd-main {
    width: calc(100% - 270px);
    margin-left: 10px;
}

@media (max-width: 992px) {
    .bd-sidebar {
        width: 220px;
    }

    .bd-main {
        width: calc(100% - 230px);
    }
}

/*为什么选择我们*/
.why-section .pl-60 {
    padding-left:40px!important;
}
.why-section .pr-60 {
    padding-right:40px!important;
}
.why-section .pt-60 {
    padding-top:40px!important;
}
.why-section .pb-60 {
    padding-bottom:40px!important;
}
.why-choose-item {
    border-top: 4px solid #1D65B9;
    text-align:center;
	min-height:400px;
	box-shadow: 0px 0px 10px rgb(6,52,100,0.1);
    -moz-box-shadow: 0px 0px 10px rgb(6,52,100,0.1);
    -webkit-box-shadow: 0px 0px 10px rgb(6,52,100,0.1);
}

.why-choose-item .img {
	height: 80px;
    width: 80px;
    line-height: 80px;
    margin: 0 auto;
}
.why-choose-item .img img {
    width: 100%;
	aspect-ratio: 1 / 1;
    vertical-align:bottom;
	margin-bottom:-10px;
}
.why-choose .swiper-pagination-bullet {
    width:40px;
	border-radius: 4px;
}
@media (min-width:576px){
    .why-choose-item {
        min-height:460px;
    }
}
@media (min-width:992px){
    .why-choose-item {
        min-height:530px;
    }
}
@media (min-width:1200px){
    .why-section .pl-60 {
        padding-left:60px!important;
    }
    .why-section .pr-60 {
        padding-right:60px!important;
    }
    .why-section .pt-60 {
        padding-top:60px!important;
    }
    .why-section .pb-60 {
        padding-bottom:60px!important;
    }
}
