.footer-media {
    padding-right: 0;
}

.footer-contact {
    padding-left: 0;
}

@media (min-width: 992px) {
    .footer-media {
        padding-right: 20% !important;
    }

    .footer-contact {
        padding-left: 20% !important;
    }
}

.footer-media h4 {
    color: #FFF;
}

.news_content {
    line-height: 40px;
}

.header-right ul {
    list-style: none;
}

.home-news-list ul {
    list-style: none;
}

.home-news-list li {
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px dashed #bfbec2;
    margin-bottom: 20px;
}

    .home-news-list li a {
        display: flex;
        justify-content: space-between;
    }

.home-news-list span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news-list i {
    margin-top: 10px;
}

#carouselExampleCaptions .carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 10px 0;
}

    #carouselExampleCaptions .carousel-caption h5 {
        color: #FFF;
    }

#carouselExampleCaptions .carousel-item {
    max-width: 100%;
    max-height: 348px;
}

    #carouselExampleCaptions .carousel-item a {
        display: block;
        max-width: 100%;
        max-height: 348px;
    }

        #carouselExampleCaptions .carousel-item a img {
            max-width: 100%;
            height: 348px;
            object-fit: fill;
        }

#carouselExampleCaptions .carousel-indicators {
    margin-bottom: 10px;
    bottom: 0px;
}

    #carouselExampleCaptions .carousel-indicators .active {
        background-color: red;
    }

#carouselExampleCaptions .carousel-inner {
    /*max-width:100%;*/
    width: 100%;
    height: 100%;
}

.scroll-top .scrollToTop, .overflow-auto::-webkit-scrollbar-thumb {
    background: #00ABE2;
}

.contact-us-list {
    font-size: 20px;
    line-height: 50px;
}

    .contact-us-list ul {
        list-style: none;
    }

.footer-contact a {
    color: #FFF;
}

.blog-summary {
    line-height: 35px;
}

@media (max-width: 992px) {
    .mobile-menu {
        padding-bottom: 80px;
    }
}

/*.carousel-inner {
    width: inherit;
}*/
/* 图片撑满宽度 */
/*.carousel-item img {
    max-width: 100% !important;
    max-height: 640px;
    object-fit: cover;
    display: block;
}*/

/* 箭头容器布局：左右分列、垂直居中 */
/*.carousel {
    display: flex;
    align-items: center;
}*/
#carouselExample2 img {
    width: 100%;
    max-height: 640px;
}
#carouselExample2 .carousel-control-next, #carouselExample2 .carousel-control-prev {
    width: 10%;
    cursor: pointer;
}

a.btn.btn-danger {
    color: #FFF;
}

.footer-media a{
    color:#FFF;
}
.page-header.style-1::after {
    background-repeat: no-repeat;
    background-size: 100% 132%;
    background-image: url(../assets/images/banner/shape/02.png)
}
.page-header{
	background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/images/banner/shape/03.png);
}
div.page-header.style-1{
	background-repeat: no-repeat;
    background-size: 100% 132%;
    background-image: url(../assets/images/banner/shape/02.png)
}



