.text-bold {
    font-weight: bold;
}
.top-wrap {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.font-24 {
    font-size: 24px;
}
.logo {
    width: 25%;
    background: #fff;
    border-radius: 9px 0px 0px 9px;
    padding: 16px 0;
    text-align: center;
}
.logo img {
    display: block;
    margin: 0 auto;
    max-height: 70px;
}
.nav-box {
    height: 97px;
    border-radius: 0px 9px 9px 0px;
    font-size: 12px;
    padding-top: 30px;
    backdrop-filter: blur(10px);
    background: rgba(0, 151, 66, 0.6)
}
.nav-divider-line>li>a {
    color: #fff;
}
.like-hr {
    width: 100%;
    height: 11px;
    background: #009742;
    border-bottom-right-radius: 9px;
    position: absolute;
    bottom: 0;
}
.search {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    color: #fff;
    margin-right: 20px;
}
.search input {
    border: none;
    background: transparent;
    outline: none;
}
.search input::-webkit-input-placeholder {
    color: #fff;
}
.title-border {
    width: 44px;
    height: 3px;
    background: #434343;
    margin-bottom: 14px;
}
.big-title {
    font-size: 30px;
    color: #009742;
}
.check-more {
    background: #949494;
    border-radius: 16px;
    padding: 8px 0;
    color: #fff;
    font-size: 12px;
    width: 130px;
    text-align: center;
}
.check-more.bg-green {
    background: #009742;
}
.img-box {
    width: 100%;
    height: 0;
    padding-top: 60%;
    position: relative;
    margin-bottom: 10px;
}
.img-box img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.margin-top-xl {
    margin-top: 57px;
}
.margin-pos {
    margin: 0 -1rem;
}
.more {
    background: #818181;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 0 7px 2px;
}
.section-about {
    margin-top: 30px;
    background: url("../images/pbg.png") center top no-repeat;
    background-size: contain;
    padding-top: 73px;
}
.section-about .bg-white {
    margin-right: -1px;
}
#about-flip img {
    width: 100%;
    height: 440px;
}
.green-bg {
    background: linear-gradient(90deg, #009742 0%, #00CE5A 100%);
    font-size: 36px;
    color: #fff;
    padding: 35px 39px;
    line-height: 44px;
}
.img-gallary {
    padding: 28px 40px;
}
.img-gallary img {
    width: 22%;
    margin-right: 28px;
}
.news-box {
    width: 100%;
    height: 0;
    padding-top: 65%;
    position: relative;
    margin-bottom: 10px;
}
.news-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.footer {
    background: #434343;
    padding: 50px 0;
    margin-top: 84px;
}
.bottom-nav {
    width: 900px;
}
.text-ltgray {
    color: #888;
}
.bottom-ercode img {
    width: 90px;
    height: 90px;
}
.bottom-info p {
    margin-bottom: .2rem;
}
.mob-logo {
    max-width: 85%;
}
.nav.nav-switch>li {
    height: 2px;
}
.sidebar.sidebar-right>.nav-switch {
    transform: translateY(-50%);
    top: 50%;
}
/*PRODUCT*/
.page-title {
    margin-top: 5%;
    color: #fff;
}
.page-title h1 {
    font-weight: normal;
    margin-bottom: .75rem;
}
.page-title p {
    font-size: 1.25rem;
}
.aside-top {
    background: #EFEFEF;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 1rem;
}
.at-title {
    background: #5A5A5A;
    padding: 15px 20px;
}
.title-zh {
    font-size: 1.25rem;
    color: #fff;
}
.title-en {
    font-size: 1.25rem;
    color: #959595;
}
.item-list {
    padding: 0;
    margin: 0;
}
.item-list li {
    list-style: none;
    padding: 12px 30px;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
    font-size: 14px;
    color: #434343;
}
.item-list li:last-child {
    border-bottom: none;
}
.item-list li:before {
    content: '·';
    display: block;
    position: absolute;
    left: 18px;
    font-size: 30px;
    line-height: 22px;
    color: #009742;
}
.item-list li:after {
    content: '>';
    display: block;
    position: absolute;
    right: 18px;
    top: 12px;
}
.item-list li:hover, .item-list li.active {
    background: linear-gradient(90deg, #009742 0%, #00CE5A 100%);
    color: #fff;
}
.item-list li:hover:before, .item-list li.active:before {
    color: #fff;
}
.item-list li a:hover {
    color: #fff;
}
.aside-bottom {
    margin-top: 25px;
}
.green-title {
    background: linear-gradient(90deg, #009742 0%, #00CE5A 100%);
    border-radius: 9px 9px 0px 0px;
    padding: 17px 22px;
    color: #fff;
}
.info-box {
    border: 1px solid #D8D8D8;
    border-radius: 0px 0px 10px 10px;
    padding: 22px;
    font-size: 14px;
    color: #888;
}
.w90 {
    width: 90px;
    height: 90px;
}
.info-box p {
    margin-bottom: 0.3rem;
}
.detail-title {
    font-size: 1.75rem;
    color: #009742;
}
.green-box {
    width: 104px;
    background: #009742;
    border-radius: 4px;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    padding: 4px 0;
}
.detail-more {
    width: 130px;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    background: #949494;
    font-size: 12px;
    margin: 20px auto;
    border-radius: 16px;
}
.honor-img {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.honor-img img {
    width: 23%;
}
.ab-img img {
    width: 32%;
    margin-bottom: 20px;
}
.ab-pd {
    padding-right: 30px;
}
.content img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}
#map {
    width: 100%;
    height: 460px;
}



@media (max-width: 576px) {
    .check-more.bg-green {
        margin: 0 auto 30px !important;
    }
    .section-about {
        padding-top: 28px;
        min-height: 700px;
        background-size: cover;
    }
    .mob-fh {
        height: 600px;
    }
    .mob-flip {
        position: absolute;
        width: 100vw;
        left: -16px;
        top: 600px;
        z-index: 99;
    }
    #about-flip img {
        height: 200px;
    }
    .mob-qa {
        position: absolute;
        width: 100vw;
        left: -16px;
        top: 200px;
        z-index: 99;
        font-size: 26px;
        padding: 24px 30px;
        line-height: 34px;
    }
    .mob-qb {
        position: absolute;
        top: 384px;
        z-index: 99;
        background: #fff !important;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .175);
        border-bottom-right-radius: .5rem;
        border-bottom-left-radius: .5rem;
        padding: 20px !important;
    }
    .mob-margin {
        margin-top: 480px;
    }
    .footer {
        padding: 35px 0;
        margin-top: 35px;
    }
    .top-wrap {
        width: 100%;
    }
    .page-title h1 {
        font-size: 1rem !important;
        margin-bottom: .2rem;
    }
    .page-title p {
        font-size: .5rem !important;
        margin-bottom: 0;
    }
    .ab-pd {
        padding-right: 0;
    }
    .honor-img {
        flex-wrap: wrap;
    }
    .honor-img img {
        width: 48%;
        margin-top: 10px;
    }
    .ab-img img {
        width: 100%;
    }
}



.guestbook_title{
    background: linear-gradient(90deg, #8b8b8b 0%, #cacaca 100%);
    border-radius: 9px 9px 0px 0px;
    text-align: left;
    padding: 20px 0 20px 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
}
.guestbook_title span{
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: normal;
    line-height: 1em;
}
.guestbook{
    font-size: 14px;
    text-align: left;
}
.c-img img{
    width:100%;
    margin: 0 auto;
}
.guestbook input{
    height: 30px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.guestbook textarea{
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.guestbook button{
    height: 45px;
    width: 120px;
    background-color: #009742;
    color: #fff;
    border: none;
}

.qqonline{
    display: block;
    position: fixed;
    float: right;
    z-index: 999;
    right: 30px;
    top: 55%;
    box-shadow: #333 20px;
    border-radius: 50px;
}
.qqonline2{
    display: block;
    position: fixed;
    float: right;
    z-index: 999;
    right: 30px;
    top: 55%;
    margin-top: 52px;
    box-shadow: #333 20px;
    border-radius: 50px;
}
.qqonline3{
    display: block;
    position: fixed;
    float: right;
    z-index: 999;
    right: 30px;
    top: 55%;
    margin-top: 104px;
    box-shadow: #333 20px;
    border-radius: 50px;
}
.qqonline4{
    display: block;
    position: fixed;
    float: right;
    z-index: 999;
    right: 30px;
    top: 55%;
    margin-top: 156px;
    box-shadow: #333 20px;
    border-radius: 50px;
}
