body {
    width: 100%
}

body::-webkit-scrollbar {
    width: 17px
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(153, 153, 153, 0.6)
}

input::placeholder {
    color: #c3c3d9
}

textarea::placeholder {
    color: #c3c3d9
}

footer .container {
    width: 1200px;
    margin: 0 auto
}

pager {
    display: flex;
    align-items: center
}

.inner-banner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.inner-banner .fix-img {
    width: 100%
}

.inner-banner .banner-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.inner-banner .banner-box .banner-img {
    width: 100%;
    -webkit-animation: small .5s linear;
    -moz-animation: small .5s linear;
    -o-animation: small .5s linear;
    animation: small .5s linear
}

.inner-banner .banner-box .banner-hover-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: small .5s linear;
    -moz-animation: small .5s linear;
    -o-animation: small .5s linear;
    animation: small .5s linear;
    z-index: 2
}

.inner-banner .banner-box .mouse-box {
    position: absolute;
    left: 0;
    top: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background: #42ab9d;
    border-radius: 50%;
    cursor: pointer
}

.inner-banner .banner-box .mouse-box::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #42ab9d;
    opacity: .4;
    border-radius: 50%;
    -webkit-animation: scale 2s linear infinite;
    -moz-animation: scale 2s linear infinite;
    -o-animation: scale 2s linear infinite;
    animation: scale 2s linear infinite
}

.inner-banner .banner-box .mouse-box .mouse {
    position: relative;
    width: 20px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../image/mouse.png");
    z-index: 2
}

.inner-banner .banner-box .banner-inner-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.inner-banner .banner-box .banner-inner-box .container {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.inner-banner .banner-box .banner-inner-box .container .banner-text {
    padding-bottom: 17%;
    font-size: 74px;
    font-weight: bold;
    color: #2a6d6b;
    line-height: 80px;
    letter-spacing: 10px
}

.inner-banner .banner-box .banner-bottom {
    position: absolute;
    left: 0;
    bottom: 3%;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid rgba(217, 217, 217, 0.6)
}

.inner-banner .banner-box .banner-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: fit-content
}

.inner-banner .banner-box .banner-bottom .banner-nav {
    display: flex
}

.inner-banner .banner-box .banner-bottom .banner-nav .nav-item {
    position: relative;
    margin-right: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 16px;
    transition: all .3s
}

.inner-banner .banner-box .banner-bottom .banner-nav .nav-item:last-child {
    margin-right: 0
}

.inner-banner .banner-box .banner-bottom .banner-nav .nav-item::after {
    position: absolute;
    left: 0;
    bottom: -23px;
    content: "";
    width: 100%;
    height: 3px;
    background: #2a6d6b;
    opacity: 0;
    transition: all .3s
}

.inner-banner .banner-box .banner-bottom .banner-nav .nav-item:hover, .inner-banner .banner-box .banner-bottom .banner-nav .nav-item.active {
    color: #2a6d6b
}

.inner-banner .banner-box .banner-bottom .banner-nav .nav-item:hover::after, .inner-banner .banner-box .banner-bottom .banner-nav .nav-item.active::after {
    opacity: 1
}

.page-content .page-content-cn {
    font-size: 36px;
    font-weight: bold;
    color: #2a6d6b;
    line-height: 38px
}

.page-content .page-content-en {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #95b6b5;
    line-height: 20px
}

footer {
    position: relative;
    width: 100%
}

footer .footer-bg {
    width: 100%
}

footer .footer-box {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 71px
}

footer .footer-box .footer-logo {
    width: 61px;
    height: 61px
}

footer .footer-box .footer-title {
    margin-top: 34px;
    font-size: 16px;
    font-weight: 400;
    color: #9E1B21;
    line-height: 18px
}

footer .footer-box .footer-number {
    margin-top: 48px;
    font-size: 48px;
    font-weight: bold;
    color: #9E1B21;
    line-height: 38px
}

footer .footer-box .footer-text {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #9E1B21;
    line-height: 30px;
    text-align: center
}

footer .footer-box .footer-beian {
    display: flex;
    align-items: center;
    margin-top: 50px
}

footer .footer-box .footer-beian .beian-icon {
    width: 20px;
    height: 20px
}

footer .footer-box .footer-beian .beian-text {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #9E1B21;
    line-height: 16px
}

footer .footer-box .footer-detail {
    display: flex;
    align-items: center;
    margin-top: 108px
}

footer .footer-box .footer-detail .footer-left {
    display: flex;
    justify-content: space-between;
    width: 772px
}

footer .footer-box .footer-detail .footer-left .footer-left-item {
    font-size: 14px;
    font-weight: 400;
    color: #86898b;
    line-height: 16px
}

footer .footer-box .footer-detail .footer-right {
    display: flex;
    align-items: center
}

footer .footer-box .footer-detail .footer-right .foote-text {
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #9E1B21;
    line-height: 36px
}

footer .footer-box .footer-detail .footer-right .footer-right-item {
    margin-right: 30px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #9E1B21;
    line-height: 36px
}

footer .footer-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%
}

footer .footer-bottom .footer-bottom-item {
    width: 33.333%;
    height: 23px;
    background: #9E1B21
}

footer .footer-bottom .footer-bottom-item.two {
    background: #fee8bc
}

footer .footer-bottom .footer-bottom-item.three {
    background: #ef9583
}

.public-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.public-title .flower {
    width: 57px;
    height: 86px
}

.public-title .title-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px
}

.public-title .title-right .ch-title {
    font-size: 44px;
    font-weight: bold;
    color: #2a6d6b;
    line-height: 46px
}

.public-title .title-right .en-title {
    padding-top: 6px;
    font-size: 20px;
    font-weight: 400;
    color: #95b6b5;
    line-height: 22px
}

.public-title.left {
    justify-content: flex-start
}

.nav {
    position: relative;
    z-index: 2
}

.nav .public-title {
    transform-origin: top center
}

.nav .nav-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.nav .nav-item {
    position: relative;
    margin: 0 15px 20px;
    min-width: 242px;
    height: 62px;
    cursor: pointer
}

.nav .nav-item .nav-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    font-size: 25px;
    font-weight: 400;
    color: #42ab9d;
    line-height: 40px;
    box-sizing: border-box;
    border-radius: 14px;
    border: 1px solid #3cac9e;
    z-index: 3
}

.nav .nav-item .nav-top .nav-text {
    /* font-family: "微软雅黑", tahoma, arial, "Hiragino Sans GB", simsun, sans-serif; */
    font-size: 25px;
    font-weight: 400;
    color: #42ab9d;
    line-height: 40px
}

.nav .nav-item .nav-top .nav-arrow {
    margin-left: 10px;
    width: 19px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../image/arrow-down.png")
}

.nav .nav-item .nav-bottom {
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    padding: 20px 20px 10px;
    width: 100%;
    background: #fff;
    border: 1px solid #3cac9e;
    box-sizing: border-box
}

.nav .nav-item .nav-bottom .bottom-item {
    display: block;
    /* font-family: "微软雅黑", tahoma, arial, "Hiragino Sans GB", simsun, sans-serif; */
    font-size: 20px;
    font-weight: 400;
    color: #3cac9e;
    line-height: 40px;
    text-align: center
}

.nav .nav-item .nav-bottom .bottom-item.active, .nav .nav-item .nav-bottom .bottom-item:hover {
    font-weight: bold
}

.nav .nav-item.active .nav-top {
    background: #3cac9e;
    color: #fff
}

.nav .nav-item.active .nav-top .nav-text {
    color: #fff
}

.nav .nav-item.active .nav-top .nav-arrow {
    background-image: url("../image/arrow-bottom.png")
}

.nav .nav-item:hover .nav-top {
    background: #3cac9e;
    color: #fff
}

.nav .nav-item:hover .nav-top .nav-text {
    color: #fff
}

.nav .nav-item:hover .nav-top .nav-arrow {
    background-image: url("../image/arrow-up.png")
}

.nav .nav-item:hover .nav-bottom {
    display: block
}

@media screen and (max-width:1860px) {
    footer .footer-box {
        margin-top: 50px
    }

    footer .footer-box .footer-title {
        margin-top: 30px
    }

    footer .footer-box .footer-number {
        margin-top: 40px
    }

    footer .footer-box .footer-text {
        margin-top: 35px
    }

    footer .footer-box .footer-beian {
        margin-top: 40px
    }

    footer .footer-box .footer-detail {
        margin-top: 80px
    }
}

@media screen and (max-width:1750px) {
    footer .footer-box {
        margin-top: 50px
    }

    footer .footer-box .footer-title {
        margin-top: 30px
    }

    footer .footer-box .footer-number {
        margin-top: 40px
    }

    footer .footer-box .footer-text {
        margin-top: 35px
    }

    footer .footer-box .footer-beian {
        margin-top: 40px
    }

    footer .footer-box .footer-detail {
        margin-top: 60px
    }
}

@media screen and (max-width:1601px) {
    footer .footer-box {
        margin-top: 40px
    }

    footer .footer-box .footer-logo {
        width: 61px;
        height: 61px
    }

    footer .footer-box .footer-title {
        margin-top: 20px;
        font-size: 16px;
        line-height: 18px
    }

    footer .footer-box .footer-number {
        margin-top: 30px;
        font-size: 42px;
        line-height: 32px
    }

    footer .footer-box .footer-text {
        margin-top: 30px;
        font-size: 14px;
        line-height: 30px
    }

    footer .footer-box .footer-beian {
        margin-top: 35px
    }

    footer .footer-box .footer-beian .beian-icon {
        width: 20px;
        height: 20px
    }

    footer .footer-box .footer-beian .beian-text {
        margin-left: 10px;
        font-size: 14px;
        line-height: 16px
    }

    footer .footer-box .footer-detail {
        margin-top: 40px
    }
}

@media screen and (max-width:1440px) {
    .inner-banner .banner-box .banner-inner-box .container {
        transform: scale(.8)
    }

    .inner-banner .banner-box .banner-bottom {
        padding-bottom: 10px
    }

    footer .footer-box {
        margin-top: 40px
    }

    footer .footer-box .footer-logo {
        width: 50px;
        height: 50px
    }

    footer .footer-box .footer-title {
        margin-top: 20px;
        font-size: 16px;
        line-height: 18px
    }

    footer .footer-box .footer-number {
        margin-top: 30px;
        font-size: 40px;
        line-height: 30px
    }

    footer .footer-box .footer-text {
        margin-top: 30px;
        font-size: 14px;
        line-height: 30px
    }

    footer .footer-box .footer-beian {
        margin-top: 30px
    }

    footer .footer-box .footer-beian .beian-icon {
        width: 20px;
        height: 20px
    }

    footer .footer-box .footer-beian .beian-text {
        margin-left: 10px;
        font-size: 14px;
        line-height: 16px
    }

    footer .footer-box .footer-detail {
        margin-top: 30px
    }

    .public-title {
        transform: scale(.8)
    }
}

@media screen and (max-width:1300px) {
    footer .footer-box {
        margin-top: 30px
    }

    footer .footer-box .footer-logo {
        width: 50px;
        height: 50px
    }

    footer .footer-box .footer-title {
        margin-top: 15px;
        font-size: 16px;
        line-height: 18px
    }

    footer .footer-box .footer-number {
        margin-top: 20px;
        font-size: 40px;
        line-height: 30px
    }

    footer .footer-box .footer-text {
        margin-top: 20px;
        font-size: 14px;
        line-height: 30px
    }

    footer .footer-box .footer-beian {
        margin-top: 20px
    }

    footer .footer-box .footer-beian .beian-icon {
        width: 20px;
        height: 20px
    }

    footer .footer-box .footer-beian .beian-text {
        margin-left: 10px;
        font-size: 14px;
        line-height: 16px
    }

    footer .footer-box .footer-detail {
        margin-top: 30px
    }

    .public-title {
        transform: scale(.8)
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1.3)
    }

    50% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.3)
    }
}

@-moz-keyframes scale {
    0% {
        -moz-transform: scale(1.3)
    }

    50% {
        -moz-transform: scale(1)
    }

    100% {
        -moz-transform: scale(1.3)
    }
}

@-o-keyframes scale {
    0% {
        -o-transform: scale(1.3)
    }

    50% {
        -o-transform: scale(1)
    }

    100% {
        -o-transform: scale(1.3)
    }
}

@keyframes scale {
    0% {
        transform: scale(1.3)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}

@-webkit-keyframes small {
    0% {
        -webkit-transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes small {
    0% {
        -moz-transform: scale(1.3)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes small {
    0% {
        -o-transform: scale(1.3)
    }

    100% {
        -o-transform: scale(1)
    }
}

@keyframes small {
    0% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}