main{
    background-color: #ffffff;
    /* padding-bottom: 10vh; */
}
a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #018CCB;
}

@media (min-width: 1400px) {
    .container-lg {
        max-width: 1600px;
    }
}

.mb-6 {
    margin-bottom: 6rem;
}

.bg-blue {
    color: #018CCB;
    background-color: rgba(255, 255, 255, .8);
}
.text-hi{
    color: #018CCB;
}

.navbar a.nav-link {
    color: rgba(0, 0, 0, .55);
}

.navbar a.nav-link:hover,.navbar a.active {
    color: #018CCB !important;
    border-bottom: 2px solid #018CCB;
    margin-bottom: -2px;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

.btn-hi {
    color: #FFFFFF;
    background-color: #018CCB;
    border-color: #018CCB;
}

.btn-hi:hover {
    color: #FFFFFF;
    background-color: #02bebb;
    border-color: #02bebb;
}

.btn-hi:focus {
    box-shadow: none;
    outline: none;
}

.btn-outline-hi {
    color: #018CCB;
    border-color: #018CCB;
}

.btn-outline-hi-white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-hi:hover {
    color: #ffffff;
    background-color: #018CCB;
}

.btn-outline-hi-white:hover {
    border-color: #018CCB;
}

.btn-outline-hi:focus {
    box-shadow: none;
    outline: none;
}
/* about */
.myabout .myabout-img{
    padding: 0;
    margin: 0;
}
.myabout .myabout-img img {
    transition: all 1s;
}

.myabout .myabout-img:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.album .sub-title, .service .sub-title ,#carouselCaptions3 .sub-title{
    color: #adb5bd;
    font-size: 24px;
}

.album .card {
    overflow: hidden;
}

.album .card img {
    transition: all 1s;
}

.album .card:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

/* service */
.service {
    padding: 0;
    padding-top: 30px;
    z-index: 2;
}

.service a {
    text-decoration: none;

}

.service .service-wrap {
    display: block;
    /* cursor: none; */
}

.service .service-wrap .img-box {
    position: relative;

    overflow: hidden;

    height: 60vh;
    min-width: 40vh;
}

.service .service-wrap .img-box img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: all 1s;
}

.service .service-wrap .img-box .num {
    position: absolute;

    top: 80px;

    left: -40px;

    font-family: "AvantGarde";

    font-weight: bold;

    font-size: 150px;

    line-height: 1;

    color: transparent;

    -webkit-text-stroke: 2px #fff;
}

.service .service-wrap .img-box .text {
    position: absolute;

    bottom: 0;

    left: 0;

    padding: 40px 20px;

    width: 100%;

    font-size: 18px;

    line-height: 28px;

    color: #fff;

    -webkit-backdrop-filter: saturate(180%) blur(10px);

    backdrop-filter: saturate(180%) blur(10px);

    background-color: rgba(0, 0, 0, 0.5);

    transition: all 0.5s;

    -webkit-transform: translateY(100%);

    transform: translateY(100%);
}

.service .service-wrap .img-box .text p {
    display: flex;
}

.service .service-wrap .img-box .text p::before {
    flex: 0 0 14px;

    content: "-";
}

.service .service-wrap .title {
    padding: 25px 20px 0;

    font-size: 24px;

    line-height: 40px;

    color: #333;
}

.service .service-wrap:hover .img-box .text {
    -webkit-transform: translateY(0);

    transform: translateY(0);
}

.service .service-wrap:hover .img-box img {
    transform: scale(1.05, 1.05);

    -webkit-transform: scale(1.05, 1.05);
}

/* 分页 */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    margin: 1rem;
    position: relative;
    display: block;
    color: #018CCB;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #018CCB;
    border-color: rgba(1, 140, 203, 0.25);
}

.page-link:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #018CCB;
    box-shadow: 0 0 0 0.25rem rgba(1, 140, 203, 0.25);
    box-shadow: none;
    outline: none;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.pagination .active.page-item.disabled .page-link{
    z-index: 3;
    color: #fff;
    background-color: #018CCB;
    border-color: #018CCB;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/* Blog post */
.blog-post {
    margin-bottom: 4rem;
}

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}
/* .service-list .nav{
    display: flex;
}
.service-list .nav .nav-item{
    flex: 1;
    margin: 0;
    padding: 0;
}
.service-list .nav .nav-item a{
    color: #999;
    font-weight: bold;
    letter-spacing: 5px;
    word-spacing: 5px;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
@media (max-width: 768px) {
    .service-list .nav .nav-item a{
        writing-mode: vertical-rl;
        writing-mode: tb-rl;
        display: flex;
        align-items: center;
    }
}
.service-list .nav .nav-item.disabled{
    background-color:#018CCB;
}
.service-list .nav .nav-item.disabled .nav-link{
    color: #ffffff;
}
.service-list .nav .nav-item.active,.service-list .nav .nav-item:hover{
    background-color:#018CCB;
    border-radius: 0;
}
.service-list .nav .nav-item.active a,.service-list .nav .nav-item:hover a{
    color: #ffffff;
} */
.service-list .navbar .navbar-nav{
    padding: 0;
    margin: 0;
}
.service-list .navbar .navbar-nav .nav-item.active,
.service-list .navbar .navbar-nav .nav-item:hover,
.service-list .navbar .navbar-nav .nav-item.active a,
.service-list .navbar .navbar-nav .nav-item:hover a,
.service-list .navbar .navbar-nav .nav-item.active a.active,
.service-list .navbar .navbar-nav .nav-item:hover a{
    color: #ffffff !important;
    font-weight: initial;
    background-color:#018CCB;
    margin: 0;
}
.mycontent img{
    max-width: 100%;
}
.mycontent h3,.mycontent h2{
    color: #018CCB;
}
.service-content .btn-link{
    color: #999;
    text-decoration: none;
    border-radius: 2rem;
}
.service-content .btn-link.active{
    color: #ffffff;
    background-color: #018CCB;
}
.sub-bg-title {
    max-width: 100%;
    position: absolute;
    top: -70 px;
    left: 0;
    z-index: 0;
    font-family: "DIN";
    font-size: 200px;
    line-height: 1;
    color: rgba(211, 211, 211, 0.15);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/* 新闻中心 news */
.list-banner{
    z-index: -1;
}
.list-banner img{
    width: 100%;
    z-index: 1;
}
.list-banner h2{
    font-size: 200px;
    text-align: center;
    font-weight: bolder;
    margin-top: -256px;
    margin-bottom: -50px;
    color: rgba(255, 255, 255, .9);
}
.list-banner h3{
    font-size: 80px;
    text-align: center;
    font-weight: bolder;
    margin-top: -250px;
    margin-bottom: 100px;
    color: rgba(255, 255, 255, .9);
}

.incline-img{
    overflow: hidden;
    height: 100vh;
    background-size: cover;
    background-position: center;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
    background-repeat: no-repeat;
}

/* 案例 cases*/
.case-list .case-txt{
    opacity: 0;
    width: 60%;
    height: 100%;
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding-left: 30%;
    padding-bottom: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
	overflow: hidden;
	right:0;
	bottom: 0;
	background:rgba(0,118,205,0.8);
	display: flex;
	align-items: flex-end;
}
.case-list .flex-md-row:hover .case-txt {
    opacity: 1;
}
.case-list .case-txt a{
    color: #fff;
    font-weight:bolder;
    font-size: 20px;
    line-height: 24px;
}

/* 二级导航sub-nav */
.sub-nav .nav-item .nav-link {
    color: #9c9ea8;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
}
.sub-nav .nav-item .active {
    background: none;
    color: rgba(0,118,205,1);
}
.sub-nav .nav-item .active:after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    background: rgba(0,118,205,1);
    margin-top: 10px;
}

.service #custom-cards .row{
    margin-right: 100px;
}
.service #custom-cards .row .col{
    transform: skewX(-15deg);
    height: 600px;
    background: #000;
}
.service #custom-cards .row .col>a{
    transform: skewX(15deg);
    /* 垂直水平居中 */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bolder;
    font-size: 24px;
}
.service #custom-cards .row .col>a img{
    filter: brightness(0.4);
    position: absolute;
    z-index: 20;
    top: 0;
    margin-left: -210px;
    height: 100%;
    width: auto;
}
.service #custom-cards .row .col>a img:hover{
    /* 图片加深颜色 */
    filter: brightness(1);
}
.service #custom-cards .row .col>a span{
    position: absolute;
    z-index: 100;
}
@media (max-width: 768px) {
    .list-banner h3{
        font-size: 32px;
        text-align: center;
        font-weight: bolder;
        margin-top: -90px;
        margin-bottom: 30px;
        color: rgba(255, 255, 255, .9);
        padding-top: 30px;
    }
    .service .accordion{
        margin-top: -60px;
    }
    .service .accordion #custom-cards .row{
        margin-right: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .service .accordion #custom-cards .row .col{
        transform: skewY(-15deg);
        height: 100px;
        background: #000;
    }
    .service .accordion #custom-cards .row .col>a{
        transform: skewY(15deg);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-weight: bolder;
        font-size: 18px;
    }
    .service .accordion #custom-cards .row .col>a img{
        filter: brightness(0.8);
        position: absolute;
        z-index: 20;
        top: 0;
        height: auto;
        width: 100%;
        margin-left: 0;
        margin-top: -100px;
    }
    .service .accordion #custom-cards .row .col>a img:hover{
        filter: brightness(1);
    }
    .service .accordion #custom-cards .row .col>a span{
        position: absolute;
        z-index: 100;
    }
    .service .service-wrap .img-box {
        height: 32vh;
    }
    .case-list .case-txt{
        width: 60%;
        padding-right: 5%;
        padding-left: 10%;
    }
}