/**************************/
/*     General Styles     */
/**************************/
body,
body * {
    font-family: '微软雅黑', 'Microsoft YaHei', sans-serif !important;
}

/* 手机端 */

/**********************/
/*     Navigation     */
/**********************/
.navbar {
    box-shadow:  0 4px 6px -1px rgba(176,175,175,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
}

.navbar a {
    color: #000 !important; /* 或者你想要的颜色 */
    position: relative; /* 设置相对定位以便于伪元素定位 */
    display: inline-block; /* 使链接支持宽度定义 */
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}

.navbar .nav-item a:hover::after {
    content: ''; /* 必须，即使没有具体内容也要声明 */
    display: block; /* 使其变为块级元素以便设置宽高 */
    height: 4px; /* 边框高度 */
    background-color: #4581fa; /* 蓝色背景作为边框颜色 */
    width: 50%; /* 宽度是父元素的一半 */
    border-radius: 2px; /* 圆角大小，根据需要调整 */
    position: absolute; /* 绝对定位相对父元素 */
    left: 25%; /* 左边偏移父宽度的25%，使其居中 */
    bottom: -10px; /* 下边偏移，调整到合适的位置 */
}

.navbar .img-fluid {
    width: 100px;
}

.navbar .logo-content {
    color: #000;
    font-size: 20px;
    text-decoration: none;
}

.navbar .nav-link {
    font-weight: normal;
    font-size: 15px;
    color: #000 !important;
}

.navbar .nav-item {
    padding-left: 50px;
}


/******************/
/*     Home       */
/******************/
.home {
    background: url("../ui/home/bg.png") 100% 100% no-repeat;
    background-size: inherit;
    background-position: center;
    padding: 0px;
    margin: 0px;
}

.home .title {
    font-size: 30px;
    text-align: center;
    color: #fff;
    padding-top: 60px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.home .banner {
    width: 70%;
    margin-top: 30px;
}

.home .btn-start {
    width: 200px;
    height: 60px;
    margin-top: 50px;
    padding: 10px 20px;
    border: none;
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(to right, #0f56e4, #337cef, #7a7ed3, #1f92e3);
    border-radius: 35px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 3vh;
}


/********************/
/*     Services     */
/********************/
.bg-gray-100 {
    background-color: #fff !important;
}

.bg-gray-100 .underline {
    letter-spacing: 0px;
    margin-bottom: 0px;
}

.bg-gray-100 .underline::after {
    width: 80px;
    height: 4px;
    background: #497eeb;
    border-radius: 5px;
    margin-top: 10px;
}

.bg-gray-100 .services-explain {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #666666;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: -10px;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
    word-spacing: 1px;
    word-wrap: break-word;
}

.bg-gray-100 .bg-white {
    border-radius: 20px;
    box-shadow: 0 4px 6px -1px rgba(176, 175, 175, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 290px;
}

.bg-gray-100 .services-logos {
    display: block;
    width: 60px;
    margin-bottom: 30px;
}

.bg-gray-100 .item-title {
    text-align: left;
    font-size: 23px;
}

.bg-gray-100 .item-content {
    text-align: left;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
    word-spacing: 1px;
    word-wrap: break-word;
}

/********************/
/*     About        */
/********************/
.pb-0 {
    background: url("../ui/about/bg.png") 100% no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 160px !important;
    margin: 0px;
}

.pb-0 .underline {
    letter-spacing: 0px;
    margin-bottom: 0px;
    color: #fff;
}

.pb-0 .underline::after {
    width: 80px;
    height: 4px;
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
}

.pb-0 .detail-div {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.pb-0 .about-content {
    font-size: 18px;
    color: #fff;
    text-align: justify;
    hyphens: auto;
    text-justify: distribute;
    word-spacing: 1px;
    word-wrap: break-word;
}


/********************/
/*     Count Imgs   */
/********************/
.count-imgs {
    padding-top: 50px;
    padding-bottom: 0px;
}

.count-imgs .row {
    margin-bottom: -80px;
}

.count-imgs .count-items {
    border-radius: 20px;
    box-shadow: 0 4px 6px -1px rgba(176, 175, 175, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    width: 250px;
    height: 250px;
    text-align: center;
    display: flex; /* 启用flex布局 */
    flex-direction: column; /* 子元素垂直排列 */
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.count-imgs .count-item1 {
    background-color: #e9f3ff;
}

.count-imgs .count-item2 {
    background-color: #fef0f0;
}

.count-imgs .count-item3 {
    background-color: #e5f7ec;
}

.count-imgs .count-item4 {
    background-color: #fff4e2;
}

.count-imgs .count-logos {
    height: 68px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.count-imgs .footer {
    flex-grow: 1;
}

.count-imgs .footer1 {
    background-color: #5085c5;
}

.count-imgs .footer2 {
    background-color: #d69898;
}

.count-imgs .footer3 {
    background-color: #82b897;
}

.count-imgs .footer4 {
    background-color: #d4b37d;
}

.count-imgs .item-title {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.count-imgs .item-content {
    color: #fff;
    font-size: 18px;
}

/********************/
/*     Contact      */
/********************/
.contact {
    background: url("../ui/contact/bg.png") 100% no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-top: 120px;
}

.contact * {
    color: #fff;
}

.contact .title2 {
    margin-top: 20px;
}

.contact .title1, .contact .title2, .contact .row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.contact .row {
    margin-top: 50px;
}

.contact .contact-img-div {
    text-align: center;
    display: none;
}

.contact img {
    height: 152px;
}

.contact h4 {
    text-align: center;
}

.contact .address {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

/* PC端 */

/* Min-width 1024px */
@media (min-width: 1024px) {
    .col-md-3 {
        width: 25% !important;
    }

    /* Navigation Styles */
    .navbar {
        min-height: 100px;
    }

    .navbar .logo-content {
        font-size: 36px;
    }

    .navbar .img-fluid {
        width: 180px;
    }

    .navbar .nav-link {
        font-weight: normal;
        font-size: 18px;
    }

    /* end of Navigation styles */


    /* Home */
    .home {
        /* background: url("../ui/home/bg.png") 90% 100% no-repeat; */
        /* background-size: cover; */
        background-position: center;
    }

    .home .title {
        font-size: 60px;
        padding-top: 100px;
        width: 100%;
    }

    .home .banner {
        width: 40%;
        margin-top: 20px;
    }

    .home .btn-start {
        width: 287px;
        height: 96px;
        margin-top: 50px;
        font-size: 48px;
        border-radius: 50px;
    }

    /* end of Home */


    /* Services */
    .bg-gray-100 .underline {
        font-size: 48px;
    }

    .bg-gray-100 .underline::after {
        width: 124px;
        height: 6px;
        border-radius: 5px;
    }

    .bg-gray-100 .services-explain {
        width: 80%;
        font-size: 22px;
        margin-bottom: 40px;
        margin-top: 0px;
    }

    .bg-gray-100 .bg-white {
        width: 110%;
        height: 310px;
    }

    .bg-gray-100 .services-logos {
        margin-bottom: 80px;
    }

    /* end of Services */


    /* About */
    .pb-0 {
        padding-top: 80px;
        background-size: cover;
        min-height: 600px;
    }

    .pb-0 .underline::after {
        width: 124px;
        height: 6px;
        border-radius: 5px;
    }

    .pb-0 .detail-div {
        width: 100%;
    }

    .pb-0 .about-content {
        font-size: 24px;
    }

    /* end of About */


    /* Count Imgs */
    .count-imgs {
        padding-top: 130px;
    }

    /* end of Count Imgs */


    /* Contact */
    .contact .title1, .contact .title2, .contact .row {
        width: 100%;
    }

    .contact .title1 {
        font-size: 36px;
    }

    .contact .title2 {
        font-size: 30px;
    }

    .contact h4 {
        font-size: 20px;
        text-align: left;
    }

    .contact .contact-img-div {
        display: block;
    }

    /* end of Contact */
}


/* 平板端 */

/* Min-width 800px */
@media (min-width: 800px) {
    .col-md-3 {
        width: 50%;
    }

    /* Navigation Styles */

    /* end of Navigation styles */


    /* Home */

    /* end of Home */


    /* Services */
    .bg-gray-100 .bg-white {
        height: 380px;
    }

    /* end of Services */


    /* About */

    /* end of About */


    /* Count Imgs */

    /* end of Count Imgs */


    /* Contact */

    /* end of Contact */
}