html,
body {
    height: 100%;
    width: 100%;
    background-color: rgba(249, 249, 249, 1);
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
    text-decoration: none;
}
a:active{
    text-decoration: none;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.navbar-default {
    font-weight: 200;
    letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
    font-weight: 200;
    letter-spacing: 1px;
    color: #474157;
    text-align: center;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #474157;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #474157;
    padding: 8px 10px;
}

.navbar-default .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #7a798c;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #474157;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #474157 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

.navbar-header{
    text-align: center;
    font-size: 14px;
    line-height: 50px;
}

#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: auto;
    /*background: #f1f6fd;*/
    background-color: rgba(249, 249, 249, 1);
    color: #474157;
    height: calc(100vh - 61px);
    padding-bottom: 70px;
}
#mainbody .container{
    position: relative;
}

.nav-back{
    position: absolute;
    top: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}

#mainbody .index-text {
    text-align: center;
    padding: 250px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody .index-text h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody .index-gallery {
    text-align: center;
    padding: 200px 0 50px;
    position: relative;
}

@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
}

@media (max-width: 767px) {

    .navbar-default {
        background-color: #f1f6fd;
        border-color: #f1f6fd;
    }

    .navbar-default .navbar-collapse {
        background: #f1f6fd;
        box-shadow: 5px 9px 5px rgba(0, 0, 0, 0.07);
    }

    #mainbody {
        height: unset;
    }

    #mainbody .index-text {
        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody .index-gallery {
        padding: 30px 0 50px 0;
    }

    #mainbody .index-text h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
}

footer {
    background-color: #222222;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

footer p {
    font-size: 14px;
    margin: 0;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
}

.btn-xl {
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
}

.container{
    padding: 0;
}
.content{
    padding: 15px;
    background-color: white;
}
.content h4{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1px;
}
.content p{
    text-indent: 30px;
    line-height: 29px;
    font-size: 14px;
    text-align: justify;
}
.foot p{
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}
.foot{
    text-align: center;
    padding: 15px;
}
footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: white;
    border-top: 1px solid rgba(228, 228, 228, 1);
    color: #CCCCCC;
    padding: 0;
    font-size: 14px;
}
.flex{
    display: flex;
}
footer .flex{
    height: 100%;
}
.flex .active{
    color: rgb(2, 167, 240);
}
.flex-sub{
    flex: 1;
    line-height: 49px;
}
.link{
    cursor: pointer;
}

#index,#mall,#policy{
    display: none;
}

.relative{
    position: relative;
}
.header{
    height: 42vw;
}
.header img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.mall-back{
    left: 50%;
    display: block;
    transform: translateX(-50%);
    font-size: 36px;
    position: absolute;
    color: rgba(100, 159, 118, 0.12156862745098)
}
.mall-title{
    font-size: 18px;
    font-weight: 400;
    color: #649F76;
    padding-top: 16px;
    margin: 0;
}
.square-content{
    padding: 0 5px;
}
.square-item{
    display: inline-block;
    width: calc((100vw - 20px)/3);
    height: calc((100vw - 20px)/3);
    padding: 5px;
    box-sizing: border;
}
.square-item::first-child{
    padding-left: 10px;
}
.square-item::last-child{
    padding-right: 10px;
}
.square-item img{
    width: 8vw;
    height: 8vw;
    margin-bottom: 7vw;
}
.square-item p{
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.rich-text{
    font-size: 14px !important;
    padding: 15px;
    text-align: justify;
    line-height: 1.4;
}
.square-inner{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    border: 1px rgba(242, 242, 242, 1) solid;
}
.mall-title-content{
    margin-bottom: 16px;
}
.margin-right-sm{
    margin-right: 10px;
}
.margin-top{
    margin-top: 30px;
}
.has-nav{
    padding-top: 50px;
}
.container img{
    max-width: 100%;
}
.list-group-item:first-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.list-group-item a{
    display: block;
}
.panel-collapse{
    padding: 0 15px;
}
.collapse-item{
    padding-top: 10px;
}
.invisible{
    display: invisible;
}
.no-border .list-group-item{
    border: 0;
}
.company-title{
    font-size: 16px;
    font-weight: 400;
}
.company-second{
    font-size: 14px;
    color: #555;
}
.padding-lr{
    padding: 0 15px;
}
.text-indent{
    text-indent: 30px;
    color: #333;
}
.margin-right{
    margin-right: 30px;
}
.padding-top{
    padding-top: 15px;
}
.inline-block{
    display: inline-block;
}
.text-right{
    text-align: right;
}
.top-line{
    margin-top: 2px;
}

.block-title{
    direction: none;
}

.carousel-inner .item img{
    object-fit: cover;
    width: 100%;
}

@media (max-width: 768px){
    .container {
        width: 100vw;
    }
    .navbar, .navbar-default, .navbar-header, .nav, .links {
        overflow-x: auto !important;
        white-space: nowrap !important;
        max-width: 100vw !important;
        box-sizing: border-box;
    }
    .navbar a, .nav a, .links a {
        display: inline-block;
        max-width: 100%;
        box-sizing: border-box;
    }
}
@media (min-width: 992px){
    .navbar-header {
        float: none;
    }
    .row [class*="col-lg-"],.row [class*="col-md-"]{
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }
    .row{
        overflow: hidden;
    }
    .row .content-row{
        background-color: white;
        right: 15px;
    }
    .footer{
        display: none;
    }
    
    #mainbody{
        height: auto;
    }
    
    .mall-title-content {
        margin-bottom: 32px;
        margin-top: 32px;
    }
    .square-content{
        background-color: white;
    }
    .services .service-img{
        width: 12rem;
        height: 12rem;
        border-radius: 12rem;
        display: block;
        background-color: white;
        padding: 3rem;
        margin-bottom: 2rem;
        box-shadow: 0px 0px 15px rgb(200 200 200 / 50%);
    }
    .services .col-md-4{
        margin-bottom: 2.5rem;
        padding-bottom: 0;
    }
    .square-inner{
        border: 0;
        padding: 1rem;
    }
    
    .services-container{
        background-color: white;
        padding: 3rem 0;
        margin: 2rem 0 3rem 0;
    }
    .question-container{
        padding: 1rem 0;
        margin: 0 0 3rem 0;
    }
    .pagination{
        margin: 0;
        margin-right: 10px;
    }
    .list-group-item{
        padding: 2rem 4rem;
    }
    .list-group-item a{
        margin-bottom: 1.5rem;
        font-size: 16px;
    }
    .block-title{
        display: block;
    }
    .carousel-inner .item,.content{
        height: 462px;
        overflow: hidden;
    }
    .carousel-inner .item img{
        height: 462px;
        object-fit: cover;
    }
    .content p{
        font-size: 16px;
    }
    .h3-title{
        position: relative;
        margin-top: 100px;
    }
    .h3-title:after{
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        /*background-color: rgba(24, 145, 255, 1);*/
        background-color: #649F76;
        height: 400px;
        background-image: url(/assets/img/bg_c.png);
        background-size: cover;
        z-index: 0;
        top: -30px;
    }
    .htitle{
        font-size: 2rem !important;
    }
    .firstp{
        height: 116px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: justify;
    }
    .content-row .content{
        position: relative;
    }
    .secondp{
        height: 261px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 9;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: justify;
    }
    .layui-layer-content .firstp,.layui-layer-content .secondp{
        height: auto;
    }
    .btn-div{
        position: absolute;
        bottom: 15px;
        right: 15px;
    }
    .btn-div button{
        box-shadow: 0px 0px 15px grey;
    }
}
@media (min-width: 1200px){
    .h3-title h3{
        width: 1170px;
    }
}
.h3-title h3{
    z-index: 1;
    position: relative;
    color: white;
    margin: 3rem auto;
    font-size: 3rem;
    font-weight: bold;
}
.flex-center{
    display: flex;
    align-items: center;
}
.margin-right{
    margin-right: 30px;
}
.margin-left-sm{
    margin-left: 15px;
}
.container.inner{
    background-color: rgba(249, 249, 249, 1);
}

/* 手机版问答列表样式 */
@media (max-width: 991px) {
    .question-container-mobile {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    
    .mobile-qa-list {
        list-style: none;
        padding: 0;
        margin: 0;
        background: transparent;
    }
    
    .mobile-qa-item {
        background: white;
        margin-bottom: 15px;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: all 0.3s ease;
        border: none;
    }
    
    .mobile-qa-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    }
    
    .mobile-qa-item a {
        display: block;
        padding: 20px;
        text-decoration: none;
        color: inherit;
    }
    
    .qa-title {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        line-height: 1.4;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .qa-time {
        font-size: 13px;
        color: #999;
        margin-top: 8px;
    }
    
    /* 手机版分页样式 */
    .mobile-pagination {
        text-align: center;
        margin-top: 20px;
        padding: 15px;
    }
    
    .pagetips-mobile {
        font-size: 14px;
        color: #666;
        margin-bottom: 15px;
    }
    
    .pagination-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
}