/* banner */

.carouselPc .carousel-item{
	background-repeat: no-repeat;
	background-position: 70% 55%;
	background-size: cover;
}
@media screen and (max-width: 2000px) and (min-width: 919px) {
    	.carouselPc .carousel-item{
    		background-position: 50% 55%;
			height: 550px;
    	}
}
@media screen and (max-width: 919px) and (min-width: 769px) {
    	.carouselPc .carousel-item{
    		background-position: 50% 55%;
			height: 450px;
    	}
}
 
@media (max-width: 768px) {}
.carousel-item {
    height: 600px;
}

.carousel-indicators li {
    background-color: var(--gray);
    opacity: 0.2 !important;
}

.carousel-indicators li.active {
    background-color: var(--primary);
    opacity: 1 !important;
}

@media (max-width: 768px) {
    .carousel-item {
        height: 400px;
        background-size: cover !important;
    }
}

/* 首页-服务 */
.server {
    box-shadow: 0 0 1.25rem rgba(57, 120, 255, 0.32) !important;
}

.server-item-bg {
    background: url(../img/index/server-item.png) no-repeat center center;
}

.server-item-bg h5 {
    color: var(--white);
}

.server>.col-md-4 {
    padding: 0;
}

.server .card {
    height: 370px;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.server .col-md-4:first-child .card {
    border-radius: 1rem 0 0 1rem !important;
    -webkit-border-radius: 1rem 0 0 1rem !important;
    -moz-border-radius: 1rem 0 0 1rem !important;
    -ms-border-radius: 1rem 0 0 1rem !important;
    -o-border-radius: 1rem 0 0 1rem !important;
}

.server .col-md-4:last-child .card {
    border-radius: 0 1rem 1rem 0 !important;
    -webkit-border-radius: 0 1rem 1rem 0 !important;
    -moz-border-radius: 0 1rem 1rem 0 !important;
    -ms-border-radius: 0 1rem 1rem 0 !important;
    -o-border-radius: 0 1rem 1rem 0 !important;
}

@media (max-width: 768px) {
    .server {
        box-shadow: none !important;
        background: transparent !important;
    }

    .server .card {
        height: auto;
        margin-bottom: 20px;
        border-radius: 1rem !important;
        border-radius: 1rem 1rem 1rem !important;
        -webkit-border-radius: 1rem !important;
        -moz-border-radius: 1rem !important;
        -ms-border-radius: 1rem !important;
        -o-border-radius: 1rem !important;
    }

    .server>.col-md-4 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .server .col-md-4:first-child .card,
    .server .col-md-4:last-child .card {
        border-radius: 1rem !important;
    }
	.server .card-body .row{
		display: flex;
		
	}
	.server .card-body .row .col-md-6{
		width: 50% !important;
		padding-right: 0;
	}
}

/* 首页-了解我们的产品 */
.product {
    min-height: 950px;
    max-height: 1800px;
}

.product-bg {
    background: url(../img/index/product-bg.jpg) no-repeat center center;
    height: 720px;
}

.product-content {
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.product-content-bg {
    background-color: #EDF3FA;
    padding: 30px;
}


.product .nav-link {
    height: 4rem;
    cursor: pointer;
    font-size: 1.3rem;
    padding-bottom: 0;
    margin-bottom: 0;
    color: var(--white);
}

.product .nav-link.active {
    border-width: 4px;
    color: var(--white);
}

.product .row>div {
    padding-left: 0 !important;
}

.product .card {
    height: 205px;
}

.product .card.active {
    box-shadow: 0 0 1.25rem rgba(57, 120, 255, 0.32);
    background-color: #F8F9FF;
}

@media (max-width: 768px) {
    .product {
        height: 2200px;
    }

    .product-content-bg {
        background: none;
        padding: 0;
    }

    .product .row>div {
        padding-left: 15px !important;
    }

    .product .card {
        margin-bottom: 15px;
    }

    .product .nav-link {
        font-size: 1rem;
        height: 2.5rem;
    }
}

/* 合作伙伴 */
.partner-item-col {
    padding-right: 0 !important;
    /* margin-bottom: 15px; */
}

.partner-item {
    width: 100%;
    height: 100%;
    min-height: 80px;
    background: no-repeat center center;
    background-size: contain;
}

.swiper {
    width: 100%;
    height: 350px;
    padding-bottom: 20px !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px !important;
}

.swiper-slide {
    height: calc((100% - 100px) / 2) !important;
    /* Center slide text vertically */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    border-radius: 100px;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.2);
    padding: 30px 30px;
}

.swiper .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 40%);
    top: var(--swiper-navigation-top-offset, 85%);
}

.swiper .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 85%);
    right: var(--swiper-navigation-sides-offset, 40%);

}

@media (max-width: 768px) {
    .partner-row {
        display: flex;
    }

    .partner-row>div {
        width: 48% !important;
    }

    .swiper .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 20%);
        top: var(--swiper-navigation-top-offset, 85%);
    }

    .swiper .swiper-button-next {
        top: var(--swiper-navigation-top-offset, 85%);
        right: var(--swiper-navigation-sides-offset, 20%);
    }
}

/* 新闻 */

.news-item-img-div{
	height: 12rem;
	overflow: hidden;
}
.news-item-img-div>a{
	display: block;
	width: 100%;
}
.news-item-img {
	width: 100%;
	height: 12rem;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
	object-fit:cover;
	transition: transform 0.3s ease;
}
.news-item-img:hover{
    transform: scale(1.2);
}

.news-item-img-div .title {
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(12, 82, 255, 0.8);
}

.news-item-img-div .title a {
    color: var(--white);
}

.news-item-img-div .title:hover a {
    opacity: 0.8;
}

.news-item {
    border-bottom-style: dashed !important;
    color: var(--gray);
}

.news-item:hover {
    color: var(--primary);
}