body{
    background-color: unset;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@-webkit-keyframes rotateAnima {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateAnima {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

body.show a,
body.show .transition,
body.show :before,
body.show img {
    -webkit-transition: All .5s ease;
    transition: All .5s ease;
}

.zoomImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.zoomImg:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.zoomImg img {
    width: 100%;
}

.zoomImg:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.zoomImg:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

a:hover .zoomImg:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

a:hover .zoomImg img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 1rem;
    scroll-behavior: smooth;
}

body {
    font-size: 0.12rem;
    font-family: "Source Han Sans";
    color: #3d3d3d;
    -webkit-text-size-adjust: none;

    -webkit-font-smoothing: antialiased;
}

body.show {
    opacity: 1;
}

a {
    color: #3d3d3d;
    text-decoration: none;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #108391;
    outline: none;
}

li {
    list-style: outside none;
}

li {
    list-style-type: none;
}

h1 {
    font-size: 0.16rem;
}

h2,
h3,
h4,
h5 {
    /* font-size: 0.14rem; */
}

h5 {
    font-size: 0.12rem;
}

textarea,
input {
    background: rgba(0,0,0,0);
    font-size: 0.12rem;
    font-family: "Source Han Sans";
    color: #888;
    outline: none;
    border: 0;
}

em {
    font-style: normal;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
    object-fit: cover;
}
.tdt-control-copyright img{
    display: none;
}
.wal {
    max-width: 12rem;
    margin: 0 auto;
}

@font-face {
    font-family: "iconfont";
    src: url("//at.alicdn.com/t/c/font_2640790_6hxl2csjce.woff2?t=1713190491761") format("woff2"),url("//at.alicdn.com/t/c/font_2640790_6hxl2csjce.woff?t=1713190491761") format("woff"),url("//at.alicdn.com/t/c/font_2640790_6hxl2csjce.ttf?t=1713190491761") format("truetype");
}

#page1 .g-head .head {
    background: #fff;
    position: relative;
    z-index: 50;
}

#page1 .g-head .wal {
    height: 1.7rem;
    position: relative;
}

#page1 .g-head .logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0.2rem;
}

#page1 .g-head .logo-wrapper .logo {
    width: 0.8rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.14rem;
}

#page1 .g-head .logo-wrapper h2 {
    font-size: 0.22rem;
}

#page1 .g-head .logo-wrapper dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.16rem;
}

#page1 .g-head .logo-wrapper dl dd {
    margin-right: 0.08rem;
}

#page1 .g-head .logo-wrapper dl dd img {
    height: 0.26rem;
}

#page1 .g-head .form {
    position: absolute;
    right: 0;
    top: 0.4rem;
    width: 2.8rem;
    height: 0.4rem;
    border: 1px solid #333;
    border-radius: 0.06rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page1 .g-head .form .select {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    padding: 0 0.12rem 0 0.14rem;
    font-size: 0.14rem;
}

#page1 .g-head .form .select:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 0.14rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #333;
}

#page1 .g-head .form .select .name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.3rem;
}

#page1 .g-head .form .select .name:after {
    content: "";
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    background: url(../../imgs/pages/arrow12.svg) center no-repeat;
    margin-left: 0.06rem;
    background-size: 100%;
}

#page1 .g-head .form .select .select-layer {
    position: absolute;
    z-index: 5;
    left: -1px;
    top: 100%;
    right: 0;
    background: #fff;
    border: #333 1px solid;
    border-top: none;
    padding: 0.04rem 0;
    display: none;
}

#page1 .g-head .form .select .select-layer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    width: 0.02rem;
    height: 0.04rem;
    background: #fff;
}

#page1 .g-head .form .select .select-layer dd {
    padding: 0.03rem 0 0.03rem 0.14rem;
}

#page1 .g-head .form .select.show {
    z-index: 20;
}

#page1 .g-head .form .select.show .select-layer {
    display: block;
}

#page1 .g-head .form .input {
    width: 100%;
}

#page1 .g-head .form .input input::-webkit-input-placeholder {
    color: #b0b0b0;
}

#page1 .g-head .form .input input::-moz-placeholder {
    color: #b0b0b0;
}

#page1 .g-head .form .input input:-moz-placeholder {
    color: #b0b0b0;
}

#page1 .g-head .form .input input:-ms-input-placeholder {
    color: #b0b0b0;
}

#page1 .g-head .form .input textarea::-webkit-input-placeholder {
    color: #b0b0b0;
}

#page1 .g-head .form .input textarea::-moz-placeholder {
    color: #b0b0b0;
}

#page1 .g-head .form .input textarea:-moz-placeholder {
    color: #b0b0b0;
}

#page1 .g-head .form .input textarea:-ms-input-placeholder {
    color: #b0b0b0;
}

#page1 .g-head .form .input input {
    width: 100%;
    height: 0.36rem;
    line-height: 0.36rem;
    padding: 0 .12rem;
    font-size: 0.14rem;
}

#page1 .g-head .form .submit {
    background: url(../../imgs/pages/img20.svg) center no-repeat;
    background-size: 0.2rem;
    cursor: pointer;
    width: 0.48rem;
    height: 0.36rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#page1 .g-head .btns {
    position: absolute;
    right: 0;
    bottom: 0.14rem;
}

#page1 .g-head .btns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#page1 .g-head .btns li {
    position: relative;
    padding-left: 0.48rem;
}

#page1 .g-head .btns li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0.2rem;
    top: 50%;
    width: 1px;
    height: 0.16rem;
    background: #4fc2b8;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#page1 .g-head .btns li:first-child {
    padding-left: 0;
}

#page1 .g-head .btns li:first-child:after {
    display: none;
}

#page1 .g-head .btns li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.3rem;
    font-size: 0.16rem;
    font-weight: 500;
}

#page1 .g-head .btns li a img {
    width: 0.2rem;
    margin-right: 0.1rem;
}

@media screen and (min-width: 800px) {
    #page1 .g-head .g-nav {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #page1 .g-head .g-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #page1 .g-head .g-nav li {
        margin-right: 0.4rem;
    }

    #page1 .g-head .g-nav li a.name {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 0.5rem;
        position: relative;
        font-size: 0.16rem;
        font-weight: 500;
    }

    #page1 .g-head .g-nav li a.name:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 0.04rem;
        background: #108391;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #page1 .g-head .g-nav li a.name:hover,
    #page1 .g-head .g-nav li a.name.on {
        color: #108391;
    }

    #page1 .g-head .g-nav li a.name:hover:before,
    #page1 .g-head .g-nav li a.name.on:before {
        width: 100%;
    }

    #page1 .g-head .g-nav li a.name.on {
        font-weight: bold;
    }
}

@media screen and (max-width: 800px) {
    #page1 .g-head {
        height: 1.5rem;
    }

    #page1 .g-head .head {
        position: fixed;
        left: 0;
        /*top: 0.6rem;*/
        right: 0;
        box-shadow: 0 0 0.1rem rgba(0,0,0,.1);
    }

    #page1 .g-head .wal {
        height: 1.5rem;
    }

    #page1 .g-head .logo-wrapper {
        top: 0;
        bottom: 0;
    }

    #page1 .g-head .logo-wrapper .logo {
        width: 0.7rem;
    }

    #page1 .g-head .logo-wrapper h2 {
        font-size: 0.22rem;
    }

    #page1 .g-head .form {
        position: fixed;
        z-index: 55;
        top: 100%;
        right: 0.5rem;
        width: calc(100% - 1rem);
        height: 0.74rem;
        margin-top: -2.8rem;
    }

    #page1 .g-head .form .select {
        padding: 0 0.2rem;
        font-size: 0.24rem;
        width: 1.3rem;
    }

    #page1 .g-head .form .select:after {
        height: 0.24rem;
    }

    #page1 .g-head .form .select .name {
        height: 0.66rem;
    }

    #page1 .g-head .form .select .name:after {
        width: 0.2rem;
        height: 0.2rem;
    }

    #page1 .g-head .form .select .select-layer dd {
        padding: 0.06rem 0 0.06rem 0.2rem;
    }

    #page1 .g-head .form .input input {
        height: 0.72rem;
        line-height: 0.72rem;
        font-size: 0.24rem;
        padding: 0 0.2rem;
    }

    #page1 .g-head .form .submit {
        width: 0.8rem;
        height: 0.72rem;
        background-size: 0.34rem;
    }

    #page1 .g-head .btns {
        position: fixed;
        z-index: 55;
        top: 100%;
        left: 0;
        margin-top: -1.5rem;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    #page1 .g-head .btns ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #page1 .g-head .btns li {
        padding-left: 0.8rem;
    }

    #page1 .g-head .btns li:after {
        height: 0.24rem;
        left: 0.4rem;
    }

    #page1 .g-head .btns li a {
        height: 0.6rem;
        font-size: 0.24rem;
    }

    #page1 .g-head .btns li a img {
        width: 0.32rem;
    }

    #page1 .g-head .navA {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0.6rem;
        height: 0.6rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #eee;
        border-radius: 50%;
        font-family: "iconfont";
        font-size: 0.22rem;
    }

    #page1 .g-head .navA:after {
        content: "";
    }

    #page1 .g-head .g-nav {
        position: fixed;
        z-index: 49;
        left: 0;
        top: 1.6rem;
        right: 0;
        bottom: 0;
        background: #fff;
        padding: 0.3rem 0.5rem 0 0.5rem;
        border-top: #eee solid 1px;
    }

    #page1 .g-head .g-nav li {
        border-bottom: #eee solid 1px;
    }

    #page1 .g-head .g-nav li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 1rem;
        font-size: 0.28rem;
    }

    #page1 .g-head .form,
    #page1 .g-head .btns,
    #page1 .g-head .g-nav {
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    #page1 .g-head .form {
        -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
        transform: translateX(150%);
    }
}
.footerbar{background: #f2f2f2;font-size: 0.24rem;color: #999;text-align: center}
#page2 .g-head .head {
    background: #fff;
    position: relative;
    z-index: 50;
}

#page2 .g-head .head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0.5rem;
    background: #4fc2b8;
    -webkit-transition: 0s;
    transition: 0s;
}

#page2 .g-head .wal {
    height: 1.7rem;
    position: relative;
}

#page2 .g-head .logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0.2rem;
}

#page2 .g-head .logo-wrapper .logo {
    width: 0.8rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.14rem;
}

#page2 .g-head .logo-wrapper h2 {
    font-size: 0.22rem;
}

#page2 .g-head .logo-wrapper dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.16rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page2 .g-head .logo-wrapper dl dd {
    margin-right: 0.08rem;
}

#page2 .g-head .logo-wrapper dl dd img {
    height: 0.28rem;
}

#page2 .g-head .logo-wrapper dl dd:nth-child(2) img {
    height: 0.25rem;
}

#page2 .g-head .form {
    position: absolute;
    right: 0;
    top: 0.37rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page2 .g-head .form .input {
    width: 2.8rem;
    height: 0.46rem;
    border: 1px solid #5d5e5e;
    border-radius: 0.04rem;
}

#page2 .g-head .form .input input::-webkit-input-placeholder {
    color: #d7d7d7;
}

#page2 .g-head .form .input input::-moz-placeholder {
    color: #d7d7d7;
}

#page2 .g-head .form .input input:-moz-placeholder {
    color: #d7d7d7;
}

#page2 .g-head .form .input input:-ms-input-placeholder {
    color: #d7d7d7;
}

#page2 .g-head .form .input textarea::-webkit-input-placeholder {
    color: #d7d7d7;
}

#page2 .g-head .form .input textarea::-moz-placeholder {
    color: #d7d7d7;
}

#page2 .g-head .form .input textarea:-moz-placeholder {
    color: #d7d7d7;
}

#page2 .g-head .form .input textarea:-ms-input-placeholder {
    color: #d7d7d7;
}

#page2 .g-head .form .input input {
    width: 100%;
    height: 0.44rem;
    line-height: 0.44rem;
    padding: 0 .12rem;
    font-size: 0.14rem;
}

#page2 .g-head .form .submit {
    background: url(../../imgs/pages/img20.svg) center no-repeat;
    background-size: 0.2rem;
    cursor: pointer;
    width: 0.48rem;
    height: 0.44rem;
    position: absolute;
    left: 2.8rem;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

#page2 .g-head .form .btn-1,
#page2 .g-head .form .btn-2 {
    margin-left: 0.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    height: 0.46rem;
    width: 1rem;
    border-radius: 0.04rem;
    background: #108391;
    color: #fff;
    font-weight: 500;
    font-size: 0.16rem;
}

#page2 .g-head .form .btn-2 {
    background: #4fc2b8;
}

@media screen and (min-width: 800px) {
    #page2 .g-head .btns {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

#page2 .g-head .btns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#page2 .g-head .btns li {
    position: relative;
    padding-left: 0.48rem;
}

#page2 .g-head .btns li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.5rem;
    font-size: 0.16rem;
    font-weight: 500;
    color: #fff;
}

#page2 .g-head .btns li a img {
    width: 0.2rem;
    margin-right: 0.1rem;
}

@media screen and (min-width: 800px) {
    #page2 .g-head .g-nav {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #page2 .g-head .g-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #page2 .g-head .g-nav li {
        margin-right: 0.1rem;
    }

    #page2 .g-head .g-nav li a.name {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 0.5rem;
        padding: 0 0.2rem;
        position: relative;
        font-size: 0.16rem;
        font-weight: 500;
        color: #fff;
    }

    #page2 .g-head .g-nav li a.name:hover,
    #page2 .g-head .g-nav li a.name.on {
        color: #fff;
        background: #108391;
    }

    #page2 .g-head .g-nav li a.name.on {
        font-weight: bold;
    }
}

@media screen and (max-width: 800px) {
    #page2 .g-head {
        height: 1.5rem;
    }

    #page2 .g-head .head {
        position: fixed;
        left: 0;
        /*top: 0.6rem;*/
        right: 0;
        box-shadow: 0 0 0.1rem rgba(0,0,0,.1);
    }

    #page2 .g-head .head:before {
        display: none;
    }

    #page2 .g-head .wal {
        height: 1.5rem;
    }

    #page2 .g-head .logo-wrapper {
        top: 0;
        bottom: 0;
    }

    #page2 .g-head .logo-wrapper .logo {
        width: 0.7rem;
    }

    #page2 .g-head .logo-wrapper h2 {
        font-size: 0.22rem;
    }

    #page2 .g-head .form {
        position: fixed;
        z-index: 55;
        top: 100%;
        right: 0.5rem;
        left: 0.5rem;
        margin-top: -2.8rem;
    }

    #page2 .g-head .form .input {
        height: 0.72rem;
        width: 100%;
    }

    #page2 .g-head .form .input input {
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.24rem;
        padding: 0 0.2rem;
    }

    #page2 .g-head .form .submit {
        width: 0.8rem;
        height: 0.72rem;
        top: 0;
        background-size: 0.34rem;
        left: 3.7rem;
    }

    #page2 .g-head .form .btn-1,
    #page2 .g-head .form .btn-2 {
        width: 1.3rem;
        height: 0.72rem;
        font-size: 0.28rem;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    #page2 .g-head .btns {
        position: fixed;
        z-index: 55;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: -1.2rem;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        background: #4fc2b8;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 1.2rem;
    }

    #page2 .g-head .btns ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #page2 .g-head .btns li a {
        height: 0.6rem;
        font-size: 0.24rem;
    }

    #page2 .g-head .btns li a img {
        width: 0.32rem;
    }

    #page2 .g-head .navA {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0.6rem;
        height: 0.6rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #eee;
        border-radius: 50%;
        font-family: "iconfont";
        font-size: 0.22rem;
    }

    #page2 .g-head .navA:after {
        content: "";
    }

    #page2 .g-head .g-nav {
        position: fixed;
        z-index: 49;
        left: 0;
        top: 1.6rem;
        right: 0;
        bottom: 0;
        background: #fff;
        padding: 0.3rem 0.5rem 0 0.5rem;
        border-top: #eee solid 1px;
    }

    #page2 .g-head .g-nav li {
        border-bottom: #eee solid 1px;
    }

    #page2 .g-head .g-nav li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 1rem;
        font-size: 0.28rem;
    }

    #page2 .g-head .form,
    #page2 .g-head .btns,
    #page2 .g-head .g-nav {
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    #page2 .g-head .form {
        -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
        transform: translateX(150%);
    }
}

#page3 .g-head .head {
    background: #fff;
    position: relative;
    z-index: 50;
    box-shadow: 0 1px 0.04rem 0 rgba(0,0,0,.1);
}

#page3 .g-head .wal {
    height: 1rem;
    position: relative;
}

#page3 .g-head .logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0.2rem;
}

#page3 .g-head .logo-wrapper .logo {
    width: 0.6rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.14rem;
}

#page3 .g-head .logo-wrapper h2 {
    font-size: 0.18rem;
}

#page3 .g-head .logo-wrapper dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.12rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page3 .g-head .logo-wrapper dl dd {
    margin-right: 0.06rem;
}

#page3 .g-head .logo-wrapper dl dd img {
    height: 0.26rem;
}

#page3 .g-head .search .form {
    border: 1px solid #333;
    border-radius: 0.06rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page3 .g-head .search .form .select {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    padding: 0 0.12rem 0 0.14rem;
    font-size: 0.14rem;
}

#page3 .g-head .search .form .select:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 0.14rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #333;
}

#page3 .g-head .search .form .select .name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.3rem;
}

#page3 .g-head .search .form .select .name:after {
    content: "";
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    background: url(../../imgs/pages/arrow12.svg) center no-repeat;
    margin-left: 0.06rem;
    background-size: 100%;
}

#page3 .g-head .search .form .select .select-layer {
    position: absolute;
    z-index: 5;
    left: -1px;
    top: 100%;
    right: 0;
    background: #fff;
    border: #333 1px solid;
    border-top: none;
    padding: 0.04rem 0;
    display: none;
}

#page3 .g-head .search .form .select .select-layer:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    width: 0.02rem;
    height: 0.04rem;
    background: #fff;
}

#page3 .g-head .search .form .select .select-layer dd {
    padding: 0.03rem 0 0.03rem 0.14rem;
}

#page3 .g-head .search .form .select.show {
    z-index: 20;
}

#page3 .g-head .search .form .select.show .select-layer {
    display: block;
}

#page3 .g-head .search .form .input {
    width: 100%;
}

#page3 .g-head .search .form .input input::-webkit-input-placeholder {
    color: #b0b0b0;
}

#page3 .g-head .search .form .input input::-moz-placeholder {
    color: #b0b0b0;
}

#page3 .g-head .search .form .input input:-moz-placeholder {
    color: #b0b0b0;
}

#page3 .g-head .search .form .input input:-ms-input-placeholder {
    color: #b0b0b0;
}

#page3 .g-head .search .form .input textarea::-webkit-input-placeholder {
    color: #b0b0b0;
}

#page3 .g-head .search .form .input textarea::-moz-placeholder {
    color: #b0b0b0;
}

#page3 .g-head .search .form .input textarea:-moz-placeholder {
    color: #b0b0b0;
}

#page3 .g-head .search .form .input textarea:-ms-input-placeholder {
    color: #b0b0b0;
}

#page3 .g-head .search .form .input input {
    width: 100%;
    height: 0.36rem;
    line-height: 0.36rem;
    padding: 0 .12rem;
    font-size: 0.14rem;
}

#page3 .g-head .search .form .submit {
    background: url(../../imgs/pages/img30.svg) center no-repeat;
    background-size: 0.3rem;
    cursor: pointer;
    width: 0.48rem;
    height: 0.36rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 800px) {
    #page3 .g-head .search {
        position: absolute;
        z-index: 9;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 1rem;
        width: 0.3rem;
    }

    #page3 .g-head .search:after {
        content: "";
        display: block;
        position: absolute;
        left: -0.39rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 0.18rem;
        background: #333;
    }

    #page3 .g-head .search>.btn {
        display: block;
        height: 0.3rem;
        background: url(../../imgs/pages/img30.svg) center no-repeat;
        background-size: 100%;
    }

    #page3 .g-head .search .form {
        position: absolute;
        right: -0.1rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9;
        width: 1rem;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: .3s;
        transition: .3s;
        height: 0.4rem;
        background: #fff;
    }

    #page3 .g-head .search:hover .form,
    #page3 .g-head .search.show .form {
        opacity: 1;
        width: 2.8rem;
        visibility: visible;
        pointer-events: auto;
    }
}

#page3 .g-head .btns {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#page3 .g-head .btns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#page3 .g-head .btns li {
    position: relative;
    margin-left: 0.2rem;
    width: 0.3rem;
}

#page3 .g-head .btns li img {
    width: 100%;
}

#page3 .g-head .btns li:nth-child(1) {
    padding: 0.02rem;
}

@media screen and (min-width: 800px) {
    #page3 .g-head .g-nav {
        position: absolute;
        bottom: 0;
        right: 2.06rem;
    }

    #page3 .g-head .g-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #page3 .g-head .g-nav li {
        margin-left: 0.4rem;
    }

    #page3 .g-head .g-nav li a.name {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 1rem;
        position: relative;
        font-size: 0.16rem;
        font-weight: 500;
    }

    #page3 .g-head .g-nav li a.name:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 0.04rem;
        background: #108391;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #page3 .g-head .g-nav li a.name:hover,
    #page3 .g-head .g-nav li a.name.on {
        color: #108391;
    }

    #page3 .g-head .g-nav li a.name:hover:before,
    #page3 .g-head .g-nav li a.name.on:before {
        width: 100%;
    }

    #page3 .g-head .g-nav li a.name.on {
        font-weight: bold;
    }
}

@media screen and (max-width: 800px) {
    #page3 .g-head {
        height: 1.5rem;
    }

    #page3 .g-head .head {
        position: fixed;
        left: 0;
        /*top: 0.6rem;*/
        right: 0;
    }

    #page3 .g-head .wal {
        height: 1.5rem;
    }

    #page3 .g-head .logo-wrapper {
        top: 0;
        bottom: 0;
    }

    #page3 .g-head .logo-wrapper .logo {
        width: 0.7rem;
    }

    #page3 .g-head .logo-wrapper h2 {
        font-size: 0.22rem;
    }

    #page3 .g-head .search {
        position: fixed;
        z-index: 55;
        top: 100%;
        right: 0;
        width: 100%;
        margin-top: -2.8rem;
        padding: 0 0.5rem;
    }

    #page3 .g-head .search .form .select {
        padding: 0 0.2rem;
        font-size: 0.24rem;
        width: 1.3rem;
    }

    #page3 .g-head .search .form .select:after {
        height: 0.24rem;
    }

    #page3 .g-head .search .form .select .name {
        height: 0.66rem;
    }

    #page3 .g-head .search .form .select .name:after {
        width: 0.2rem;
        height: 0.2rem;
    }

    #page3 .g-head .search .form .select .select-layer dd {
        padding: 0.06rem 0 0.06rem 0.2rem;
    }

    #page3 .g-head .search .form .input input {
        height: 0.72rem;
        line-height: 0.72rem;
        font-size: 0.24rem;
        padding: 0 0.2rem;
    }

    #page3 .g-head .search .form .submit {
        width: 0.8rem;
        height: 0.72rem;
        background-size: 0.34rem;
    }

    #page3 .g-head .btns {
        position: fixed;
        z-index: 55;
        top: 100%;
        left: 0;
        margin-top: -1.5rem;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    #page3 .g-head .btns ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #page3 .g-head .btns li {
        margin: 0 0.2rem;
        width: 0.8rem;
    }

    #page3 .g-head .btns li a {
        height: 0.8rem;
    }

    #page3 .g-head .btns li a img {
        width: 0.4rem;
    }

    #page3 .g-head .navA {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0.6rem;
        height: 0.6rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #eee;
        border-radius: 50%;
        font-family: "iconfont";
        font-size: 0.22rem;
    }

    #page3 .g-head .navA:after {
        content: "";
    }

    #page3 .g-head .g-nav {
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 1.6rem;
        right: 0;
        bottom: 0;
        background: #fff;
        padding: 0.3rem 0.5rem 0 0.5rem;
        border-top: #eee solid 1px;
    }

    #page3 .g-head .g-nav li {
        border-bottom: #eee solid 1px;
    }

    #page3 .g-head .g-nav li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 1rem;
        font-size: 0.28rem;
    }

    #page3 .g-head .search,
    #page3 .g-head .btns,
    #page3 .g-head .g-nav {
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}

#page4 .g-head .head {
    background: #fff;
    position: relative;
    z-index: 50;
    box-shadow: 0 1px 0.04rem 0 rgba(0,0,0,.1);
}

#page4 .g-head .wal {
    height: 1rem;
    position: relative;
}

#page4 .g-head .logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0.2rem;
}

#page4 .g-head .logo-wrapper .logo {
    width: 0.6rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.14rem;
}

#page4 .g-head .logo-wrapper h2 {
    font-size: 0.18rem;
}

#page4 .g-head .logo-wrapper dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.12rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page4 .g-head .logo-wrapper dl dd {
    margin-right: 0.06rem;
}

#page4 .g-head .logo-wrapper dl dd img {
    height: 0.26rem;
}

#page4 .g-head .search .form .input {
    width: 100%;
    border: 1px solid #5d5e5e;
    border-radius: 0.04rem;
    height: 0.46rem;
}

#page4 .g-head .search .form .input input::-webkit-input-placeholder {
    color: #d7d7d7;
}

#page4 .g-head .search .form .input input::-moz-placeholder {
    color: #d7d7d7;
}

#page4 .g-head .search .form .input input:-moz-placeholder {
    color: #d7d7d7;
}

#page4 .g-head .search .form .input input:-ms-input-placeholder {
    color: #d7d7d7;
}

#page4 .g-head .search .form .input textarea::-webkit-input-placeholder {
    color: #d7d7d7;
}

#page4 .g-head .search .form .input textarea::-moz-placeholder {
    color: #d7d7d7;
}

#page4 .g-head .search .form .input textarea:-moz-placeholder {
    color: #d7d7d7;
}

#page4 .g-head .search .form .input textarea:-ms-input-placeholder {
    color: #d7d7d7;
}

#page4 .g-head .search .form .input input {
    width: 100%;
    height: 0.44rem;
    line-height: 0.44rem;
    padding: 0 .14rem;
    font-size: 0.14rem;
}

#page4 .g-head .search .form .submit {
    background: url(../../imgs/pages/img30.svg) center no-repeat;
    background-size: 0.24rem;
    width: 0.48rem;
    height: 0.46rem;
    position: absolute;
    top: 0.2rem;
    left: 2.5rem;
}

#page4 .g-head .search .form .btn-1,
#page4 .g-head .search .form .btn-2 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 1rem;
    height: 0.46rem;
    background: #108391;
    border-radius: 0.04rem;
    font-weight: 500;
    color: #fff;
}

#page4 .g-head .search .form .btn-2 {
    background: #f79131;
}

@media screen and (min-width: 800px) {
    #page4 .g-head .search {
        position: absolute;
        z-index: 9;
        top: 0;
        right: 1.3rem;
        width: 0.46rem;
        height: 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #page4 .g-head .search>.btn {
        display: block;
        height: 0.46rem;
        background: #eef1f6 url(../../imgs/pages/img30.svg) center no-repeat;
        background-size: 0.24rem;
        width: 100%;
        border-radius: 50%;
    }

    #page4 .g-head .search .form {
        position: absolute;
        left: 50%;
        top: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 9;
        width: 5.39rem;
        padding-top: 0.28rem;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: .3s;
        transition: .3s;
    }

    #page4 .g-head .search .form .wrapper {
        height: 0.86rem;
        background: #fff;
        padding: 0 0.2rem;
        border-radius: 0.1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    #page4 .g-head .search .form .wrapper:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: -0.1rem;
        width: 0.2rem;
        height: 0.2rem;
        background: #fff;
        -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
    }

    #page4 .g-head .search:hover .form,
    #page4 .g-head .search.show .form {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

#page4 .g-head .btns {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: unset;
}

#page4 .g-head .btns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#page4 .g-head .btns li {
    position: relative;
    margin-left: 0.2rem;
    width: 0.46rem;
}

#page4 .g-head .btns li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0.46rem;
    border-radius: 50%;
    background: #eef1f6;
}

#page4 .g-head .btns li a img {
    width: 0.2rem;
}

@media screen and (min-width: 800px) {
    #page4 .g-head .g-nav {
        position: absolute;
        bottom: 0;
        right: 1.96rem;
    }

    #page4 .g-head .g-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #page4 .g-head .g-nav li {
        margin-left: 0.2rem;
    }

    #page4 .g-head .g-nav li a.name {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 1rem;
        position: relative;
        font-size: 0.16rem;
        font-weight: 500;
        padding: 0 0.2rem;
    }

    #page4 .g-head .g-nav li a.name:hover,
    #page4 .g-head .g-nav li a.name.on {
        background: #108391;
        color: #fff;
    }

    #page4 .g-head .g-nav li a.name.on {
        font-weight: bold;
    }
}

@media screen and (max-width: 800px) {
    #page4 .g-head {
        height: 1.5rem;
    }

    #page4 .g-head .head {
        position: fixed;
        left: 0;
        /*top: 0.6rem;*/
        right: 0;
    }

    #page4 .g-head .wal {
        height: 1.5rem;
    }

    #page4 .g-head .logo-wrapper {
        top: 0;
        bottom: 0;
    }

    #page4 .g-head .logo-wrapper .logo {
        width: 0.7rem;
    }

    #page4 .g-head .logo-wrapper h2 {
        font-size: 0.22rem;
    }

    #page4 .g-head .search {
        position: fixed;
        z-index: 55;
        top: 100%;
        right: 0;
        width: 100%;
        margin-top: -2.8rem;
    }

    #page4 .g-head .search .form .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0.5rem;
        position: relative;
    }

    #page4 .g-head .search .form .input {
        height: 0.72rem;
    }

    #page4 .g-head .search .form .input input {
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.24rem;
        padding: 0 0.2rem;
    }

    #page4 .g-head .search .form .submit {
        width: 0.8rem;
        height: 0.72rem;
        top: 0;
        background-size: 0.34rem;
        left: 3.4rem;
    }

    #page4 .g-head .search .form .btn-1,
    #page4 .g-head .search .form .btn-2 {
        width: 1.3rem;
        height: 0.72rem;
        font-size: 0.28rem;
    }

    #page4 .g-head .btns {
        position: fixed;
        z-index: 55;
        top: 100%;
        left: 0;
        margin-top: -1.5rem;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    #page4 .g-head .btns ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #page4 .g-head .btns li {
        margin: 0 0.2rem;
        width: 0.8rem;
    }

    #page4 .g-head .btns li a {
        height: 0.8rem;
    }

    #page4 .g-head .btns li a img {
        width: 0.4rem;
    }

    #page4 .g-head .navA {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0.6rem;
        height: 0.6rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #eee;
        border-radius: 50%;
        font-family: "iconfont";
        font-size: 0.22rem;
    }

    #page4 .g-head .navA:after {
        content: "";
    }

    #page4 .g-head .g-nav {
        position: fixed;
        z-index: 49;
        left: 0;
        top: 1.6rem;
        right: 0;
        bottom: 0;
        background: #fff;
        padding: 0.3rem 0.5rem 0 0.5rem;
        border-top: #eee solid 1px;
    }

    #page4 .g-head .g-nav li {
        border-bottom: #eee solid 1px;
    }

    #page4 .g-head .g-nav li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 1rem;
        font-size: 0.28rem;
    }

    #page4 .g-head .search,
    #page4 .g-head .btns,
    #page4 .g-head .g-nav {
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}

#page5 .g-head .head {
    position: relative;
    z-index: 50;
    background: -webkit-linear-gradient(358deg, #108391 -1%, #4FC2B8 14%, #108391 100%);
    background: linear-gradient(92deg, #108391 -1%, #4FC2B8 14%, #108391 100%);
    box-shadow: 0 1px 0.04rem rgba(0,0,0,.1);
}

#page5 .g-head .wal {
    height: 0.8rem;
    position: relative;
}

#page5 .g-head .logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.2rem;
    height: 1rem;
    background: #fff;
    border-radius: 0 0 0.2rem 0.2rem;
    padding-left: 0.2rem;
}

#page5 .g-head .logo-wrapper .logo {
    width: 0.6rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.14rem;
}

#page5 .g-head .logo-wrapper h2 {
    font-size: 0.18rem;
}

#page5 .g-head .logo-wrapper dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.12rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page5 .g-head .logo-wrapper dl dd {
    margin-right: 0.06rem;
}

#page5 .g-head .logo-wrapper dl dd img {
    height: 0.26rem;
}

#page5 .g-head .search .form .input {
    width: 100%;
    border: 1px solid #5d5e5e;
    border-radius: 0.04rem;
    height: 0.46rem;
}

#page5 .g-head .search .form .input input::-webkit-input-placeholder {
    color: #d7d7d7;
}

#page5 .g-head .search .form .input input::-moz-placeholder {
    color: #d7d7d7;
}

#page5 .g-head .search .form .input input:-moz-placeholder {
    color: #d7d7d7;
}

#page5 .g-head .search .form .input input:-ms-input-placeholder {
    color: #d7d7d7;
}

#page5 .g-head .search .form .input textarea::-webkit-input-placeholder {
    color: #d7d7d7;
}

#page5 .g-head .search .form .input textarea::-moz-placeholder {
    color: #d7d7d7;
}

#page5 .g-head .search .form .input textarea:-moz-placeholder {
    color: #d7d7d7;
}

#page5 .g-head .search .form .input textarea:-ms-input-placeholder {
    color: #d7d7d7;
}

#page5 .g-head .search .form .input input {
    width: 100%;
    height: 0.44rem;
    line-height: 0.44rem;
    padding: 0 .14rem;
    font-size: 0.14rem;
}

#page5 .g-head .search .form .submit {
    background: url(../../imgs/pages/img30.svg) center no-repeat;
    background-size: 0.24rem;
    width: 0.48rem;
    height: 0.46rem;
    position: absolute;
    top: 0.2rem;
    left: 2.5rem;
}

#page5 .g-head .search .form .btn-1,
#page5 .g-head .search .form .btn-2 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 1rem;
    height: 0.46rem;
    background: #108391;
    border-radius: 0.04rem;
    font-weight: 500;
    color: #fff;
}

#page5 .g-head .search .form .btn-2 {
    background: #f79131;
}

@media screen and (min-width: 800px) {
    #page5 .g-head .search {
        position: absolute;
        z-index: 9;
        top: 0;
        right: 1.3rem;
        width: 0.46rem;
        height: 0.8rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #page5 .g-head .search>.btn {
        display: block;
        height: 0.46rem;
        background: #eef1f6 url(../../imgs/pages/img30_8.svg) center no-repeat;
        background-size: 0.24rem;
        width: 100%;
        border-radius: 50%;
    }

    #page5 .g-head .search .form {
        position: absolute;
        left: 50%;
        top: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 9;
        width: 5.39rem;
        padding-top: 0.28rem;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: .3s;
        transition: .3s;
    }

    #page5 .g-head .search .form .wrapper {
        height: 0.86rem;
        background: #fff;
        padding: 0 0.2rem;
        border-radius: 0.1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    #page5 .g-head .search .form .wrapper:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: -0.1rem;
        width: 0.2rem;
        height: 0.2rem;
        background: #fff;
        -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
    }

    #page5 .g-head .search:hover .form,
    #page5 .g-head .search.show .form {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

#page5 .g-head .btns {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: unset;
}

#page5 .g-head .btns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#page5 .g-head .btns li {
    position: relative;
    margin-left: 0.2rem;
    width: 0.46rem;
}

#page5 .g-head .btns li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0.46rem;
    border-radius: 50%;
    background: #eef1f6;
}

#page5 .g-head .btns li a img {
    width: 0.2rem;
}

@media screen and (min-width: 800px) {
    #page5 .g-head .g-nav {
        position: absolute;
        bottom: 0;
        right: 2.18rem;
    }

    #page5 .g-head .g-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #page5 .g-head .g-nav li {
        margin-left: 0.4rem;
    }

    #page5 .g-head .g-nav li a.name {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 0.8rem;
        position: relative;
        font-size: 0.16rem;
        font-weight: 500;
        color: rgba(255,255,255,.8);
    }

    #page5 .g-head .g-nav li a.name:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 0.04rem;
        background: #fff;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #page5 .g-head .g-nav li a.name:hover,
    #page5 .g-head .g-nav li a.name.on {
        color: #fff;
    }

    #page5 .g-head .g-nav li a.name:hover:before,
    #page5 .g-head .g-nav li a.name.on:before {
        width: 100%;
    }

    #page5 .g-head .g-nav li a.name.on {
        font-weight: bold;
    }
}

@media screen and (max-width: 800px) {
    #page5 .g-head {
        height: 2.2rem;
    }

    #page5 .g-head .head {
        position: fixed;
        left: 0;
        /*top: 0.6rem;*/
        right: 0;
        padding-bottom: calc(1.5rem * 0.5);
    }

    #page5 .g-head .wal {
        height: 1.5rem;
    }

    #page5 .g-head .logo-wrapper {
        width: 100%;
        height: auto;
        box-shadow: 0 0.03rem 0.08rem rgba(0,0,0,.1);
        z-index: 50;
        padding: 20px;
    }

    #page5 .g-head .logo-wrapper .logo {
        width: 60px;
    }

    #page5 .g-head .logo-wrapper h2 {
        font-size: 0.22rem;
    }

    #page5 .g-head .search {
        position: fixed;
        z-index: 55;
        top: 100%;
        right: 0;
        width: 100%;
        margin-top: -2.8rem;
    }

    #page5 .g-head .search .form .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0.5rem;
        position: relative;
    }

    #page5 .g-head .search .form .input {
        height: 0.72rem;
    }

    #page5 .g-head .search .form .input input {
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.24rem;
        padding: 0 0.2rem;
    }

    #page5 .g-head .search .form .submit {
        width: 0.8rem;
        height: 0.72rem;
        top: 0;
        background-size: 0.34rem;
        left: 3.4rem;
    }

    #page5 .g-head .search .form .btn-1,
    #page5 .g-head .search .form .btn-2 {
        width: 1.3rem;
        height: 0.72rem;
        font-size: 0.28rem;
    }

    #page5 .g-head .btns {
        position: fixed;
        z-index: 55;
        top: 100%;
        left: 0;
        margin-top: -1.5rem;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    #page5 .g-head .btns ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #page5 .g-head .btns li {
        margin: 0 0.2rem;
        width: 0.8rem;
    }

    #page5 .g-head .btns li a {
        height: 0.8rem;
    }

    #page5 .g-head .btns li a img {
        width: 0.4rem;
    }

    #page5 .g-head .navA {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0.6rem;
        height: 0.6rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #fff;
        border-radius: 50%;
        font-family: "iconfont";
        font-size: 0.22rem;
        z-index: 99;
        box-shadow: 0 0 10px #eee;
    }

    #page5 .g-head .navA:after {
        content: "";
    }

    #page5 .g-head .g-nav {
        position: fixed;
        z-index: 49;
        left: 0;
        top: 1.6rem;
        right: 0;
        bottom: 0;
        background: #fff;
        padding: 0.3rem 0.5rem 0 0.5rem;
    }

    #page5 .g-head .g-nav li {
        border-bottom: #eee solid 1px;
    }

    #page5 .g-head .g-nav li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 1rem;
        font-size: 0.28rem;
    }

    #page5 .g-head .search,
    #page5 .g-head .btns,
    #page5 .g-head .g-nav {
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}

body.navShow #page1 .g-head .head:before {
    opacity: 1;
}

body.navShow #page1 .g-head .side {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 800px) {
    body.navShow #page1 .g-head .navA:after {
        content: "";
    }

    body.navShow #page1 .g-head .form,
    body.navShow #page1 .g-head .btns,
    body.navShow #page1 .g-head .g-nav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

body.navShow #page2 .g-head .head:before {
    opacity: 1;
}

body.navShow #page2 .g-head .side {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 800px) {
    body.navShow #page2 .g-head .navA:after {
        content: "";
    }

    body.navShow #page2 .g-head .form,
    body.navShow #page2 .g-head .btns,
    body.navShow #page2 .g-head .g-nav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

body.navShow #page3 .g-head .head:before {
    opacity: 1;
}

body.navShow #page3 .g-head .side {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 800px) {
    body.navShow #page3 .g-head .navA:after {
        content: "";
    }

    body.navShow #page3 .g-head .search,
    body.navShow #page3 .g-head .btns,
    body.navShow #page3 .g-head .g-nav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

body.navShow #page4 .g-head .head:before {
    opacity: 1;
}

body.navShow #page4 .g-head .side {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 800px) {
    body.navShow #page4 .g-head .navA:after {
        content: "";
    }

    body.navShow #page4 .g-head .search,
    body.navShow #page4 .g-head .btns,
    body.navShow #page4 .g-head .g-nav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

body.navShow #page5 .g-head .head:before {
    opacity: 1;
}

body.navShow #page5 .g-head .side {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 800px) {
    body.navShow #page5 .g-head .navA:after {
        content: "";
    }

    body.navShow #page5 .g-head .search,
    body.navShow #page5 .g-head .btns,
    body.navShow #page5 .g-head .g-nav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.g-head .top {
    background: #ebebeb url(../../imgs/pages/g-top.png) center no-repeat;
    background-size: auto 100%;
    height: 0.5rem;
    display: none;
}

.g-head .top .wal {
    height: 0.5rem;
}

@media screen and (max-width: 800px) {
    .g-head .top {
        height: 0.6rem;
        position: fixed;
        z-index: 50;
        left: 0;
        top: 0;
        right: 0;
    }

    .g-head .top .wal {
        height: 0.6rem;
    }
}

.g-foot {
    background: url(../../imgs/pages/g-foot.png) center no-repeat;
    background-size: auto 100%;
    height: 4.94rem;
    display: none;
}

@media screen and (max-width: 800px) {
    html {
        font-size: 0.5rem;
    }

    .wal,
    .wal-1200 {
        margin: 0 .6rem;
    }

    body.navShow {
        overflow: hidden;
    }
}
.company-year{
    /*width: 60px;*/
    height: 16px;
    display: flex;
    border-radius: 2px;
    border: 1px solid #f79131;
    /*margin-left: 20px;*/
    margin-top: 5px;
    flex-shrink: 0;
}
.company-year div:nth-child(1){
    color: #f79131;
    height: 14px;
    padding: 0 4px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    background: #ffffff;
    display: inline-block;
}
.company-year div:nth-child(2){
    background: linear-gradient(180deg,  #F7CB6B 0%, #f79131 100%);
    color: #ffffff;
    font-size: 12px;
    line-height: 13px;
    width: 100%;
    text-align: center;
    display: inline-block;
}
@media screen and (max-width: 550px) {
    .wal,
    .wal-1200 {
        margin: 0 .3rem;
        position: relative;
        z-index: 1;
    }
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@-webkit-keyframes rotateAnima {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateAnima {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.vr-btn {
    width: 1.4rem;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 5.7%;
}

.vr-btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vr-btn a .name {
    font-size: 0.18rem;
    margin-top: 0.14rem;
}

@media screen and (max-width: 800px) {
    .vr-btn {
        left: 0.2rem;
    }
}

.phone-show {
    display: none;
}

@media screen and (max-width: 800px) {
    .phone-show {
        display: block;
    }
}

.pc-show {
    display: block;
}

@media screen and (max-width: 800px) {
    .pc-show {
        display: none;
    }
}

#slider {
    position: relative;
    height: 0.5rem;
    background: #c7cddd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .16rem;
    color: #666;
    border-radius: 0.1rem;
    overflow: hidden;
}

#slider .slider_bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(16,131,145,.5);
    width: calc(var(--bfb, 0%) + 0.09rem);
}

#slider .bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 6;
    left: var(--bfb, 0%);
    top: 0;
    bottom: 0;
    width: 0.6rem;
    cursor: move;
    background: url(../../imgs/pages/img60.svg) center no-repeat;
    background-size: 100%;
}

#slider p {
    position: relative;
    z-index: 5;
}

#slider.on .slider_bg {
    width: 100% !important;
}

#slider.on p {
    color: #fff;
}

#slider.on .bar {
    background-image: url(../../imgs/pages/img21.png);
    background-size: .21rem;
    left: 100% !important;
    margin-left: -1rem;
}

@media screen and (max-width: 800px) {
    #slider {
        height: 0.8rem;
        font-size: 0.24rem;
        border-radius: 0.16rem;
    }

    #slider .bar {
        width: 0.94rem;
    }
}

.page-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.8rem;
}

.page-num a {
    width: 0.42rem;
    height: 0.42rem;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.18rem;
    color: #108391;
    margin: 0 0.1rem;
    border-radius: 0.05rem;
}

.page-num a span {
    font-family: "iconfont";
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.page-num a.on,
.page-num a:hover {
    background: #108391;
    color: #fff;
}

@media screen and (max-width: 800px) {
    .page-num a {
        width: 0.6rem;
        height: 0.6rem;
        font-size: 0.24rem;
        margin: 0 0.05rem;
    }
}

.video-layer {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.video-layer.show {
    opacity: 1;
    visibility: visible;
}

.video-layer .container {
    width: 12rem;
    background: #fff;
    padding: 0.1rem;
    border-radius: 0.06rem;
}

.video-layer .container video {
    display: block;
    width: 100%;
    border-radius: 0.06rem;
    max-height: 70vh;
}

@media screen and (max-width: 800px) {
    .video-layer .container {
        width: 6.9rem;
    }
}

#mySwiperLayer {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

#mySwiperLayer.show {
    opacity: 1;
    visibility: visible;
}

#mySwiperLayer .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#mySwiperLayer .list li {
    text-align: center;
}

#mySwiperLayer .list li img {
    max-width: 90%;
    max-height: 90vh;
}

#mySwiperLayer .close {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    background: #fff;
    border-radius: 0 0 0 0.05rem;
    cursor: pointer;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 0.2rem;
}

#mySwiperLayer .close:after {
    content: "";
    font-family: "iconfont";
    -webkit-transition: .5s;
    transition: .5s;
}

#mySwiperLayer .close:hover {
    background: #108391;
}

#mySwiperLayer .close:hover:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#mySwiperLayer .arrow a {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.4rem;
    height: 0.8rem;
    background: #fff;
    cursor: pointer;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 0.2rem;
    font-family: "iconfont";
}

#mySwiperLayer .arrow a.prev {
    left: 0;
    border-radius: 0 0.05rem 0.05rem 0;
}

#mySwiperLayer .arrow a.prev:after {
    content: "";
}

#mySwiperLayer .arrow a.next {
    right: 0;
    border-radius: 0.05rem 0 0 0.05rem;
}

#mySwiperLayer .arrow a.next:after {
    content: "";
}

#mySwiperLayer .arrow a:hover {
    background: #108391;
}

#page1 {
    font-size: 0.16rem;
}

@media screen and (max-width: 800px) {
    #page1 {
        font-size: 0.24rem;
    }
}

#page1 .index-bg {
    background: #f1f5f7;
    padding: 0.2rem 0 0 0;
    min-height: 9.5rem;
}

@media screen and (max-width: 800px) {
    #page1 .index-bg {
        padding-top: 0.3rem;
    }
}

#page1 .index-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0.08rem;
}

#page1 .index-banner .dots {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0.2rem;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#page1 .index-banner .dots span {
    margin: 0 0.03rem;
    width: 0.4rem;
    height: 0.04rem;
    border-radius: 0.04rem;
    background: rgba(255,255,255,.3);
    -webkit-transition: .5s;
    transition: .5s;
}

#page1 .index-banner .dots span.on {
    background: #fff;
}

#page1 .index-banner .arrow a {
    opacity: 0.5;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #fff center no-repeat;
    background-size: 0.22rem;
    box-shadow: 0 0.07rem 0.2rem rgba(0,0,0,.06);
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -0.2rem;
}
#page1 .about-1 .img-list li .img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../imgs/pages/video-btn60-2.svg) center no-repeat;
    background-size: 40px;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
#page2 .about-1 .img-list li .img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../imgs/pages/video-btn60-2.svg) center no-repeat;
    background-size: 1rem;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.img.video:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../imgs/pages/video-btn60-2.svg) center no-repeat;
    background-size: 0.4rem;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.not-video::after{
    background:unset !important;
    box-shadow:unset !important;
}
#page1 .index-banner .arrow a.prev {
    left: 0.3rem;
    background-image: url(../../imgs/pages/prev12.svg);
}

#page1 .index-banner .arrow a.next {
    right: 0.3rem;
    background-image: url(../../imgs/pages/next12.svg);
}

#page1 .index-about {
    padding: 0.8rem 0 1rem 0;
}

#page1 .index-about .index-title {
    margin-bottom: 0.6rem;
}

@media screen and (min-width: 800px) {
    #page1 .index-about .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#page1 .index-about .col {
    width: 5.25rem;
}

#page1 .index-about .col h2 {
    font-size: 0.24rem;
}

#page1 .index-about .col .content {
    font-size: 0.16rem;
    line-height: 1.75em;
    padding: 0.4rem 0 0.54rem 0;
    text-align: justify;
}

#page1 .index-about .col .page-more {
    justify-content: flex-start;
}

@media screen and (max-width: 800px) {
    #page1 .index-about .col {
        width: 100%;
        padding-bottom: 0.4rem;
    }

    #page1 .index-about .col h2 {
        font-size: 0.32rem;
    }

    #page1 .index-about .col .content {
        font-size: 0.24rem;
    }

    #page1 .index-about .col .page-more {
        justify-content: center;
    }
}

#page1 .index-about .img-list {
    width: 5.8rem;
    position: relative;
    height: 3.22rem;
}

#page1 .index-about .img-list .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 15;
    top: 0.1rem;
    right: 0.1rem;
    border-radius: 0.1rem;
    background: rgba(255,255,255,.3);
    width: 0.36rem;
    height: 0.36rem;
    cursor: pointer;
}

#page1 .index-about .img-list .btn img {
    width: 0.16rem;
}

#page1 .index-about .img-list li {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    z-index: 0;
    bottom: -0.3rem;
    padding: 0 0.7rem;
}

#page1 .index-about .img-list li img {
    width: 100%;
    border-radius: 0.2rem;
    height: 3.22rem;
}

#page1 .index-about .img-list li.one {
    z-index: 3;
    bottom: 0;
    padding: 0;
    opacity: 1;
}

#page1 .index-about .img-list li.two {
    z-index: 2;
    bottom: -0.1rem;
    padding: 0 0.2rem;
    opacity: 1;
}

#page1 .index-about .img-list li.three {
    z-index: 1;
    bottom: -0.2rem;
    padding: 0 0.4rem;
    opacity: 1;
}

#page1 .index-about .img-list .arrow {
    position: absolute;
    z-index: 5;
    right: 0.2rem;
    bottom: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#page1 .index-about .img-list .arrow a {
    opacity: 0.5;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    margin-left: 0.1rem;
    background: #fff center no-repeat;
    background-size: 0.22rem;
    box-shadow: 0 0.07rem 0.2rem rgba(0,0,0,.06);
}

#page1 .index-about .img-list .arrow a.prev {
    background-image: url(../../imgs/pages/prev12.svg);
}

#page1 .index-about .img-list .arrow a.next {
    background-image: url(../../imgs/pages/next12.svg);
}

@media screen and (max-width: 800px) {
    #page1 .index-about .img-list {
        margin: 0 auto;
    }
}

#page1 .index-title {
    position: relative;
    text-align: center;
}

#page1 .index-title .en {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#page1 .index-title .en img {
    height: 0.47rem;
}

#page1 .index-title h2 {
    font-size: 0.32rem;
    line-height: 0.47rem;
}

@media screen and (max-width: 800px) {
    #page1 .index-title h2 {
        font-size: 0.48rem;
    }
}

#page1 .index-product {
    padding: 1.2rem 0;
}

#page1 .index-product .list {
    margin-top: 0.6rem;
}

#page1 .index-product .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.4rem;
    margin-bottom: -0.4rem;
}

#page1 .index-product .list li {
    width: 25%;
    padding: 0 0 0.4rem 0.4rem;
}

#page1 .index-product .list li .item {
    border-radius: 0.2rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,.06);
}

#page1 .index-product .list li .item .zoomImg {
    display: block;
    background: #fafafa;
    padding: 0.45rem;
    border-radius: 0.2rem 0.2rem 0 0;
}

#page1 .index-product .list li .item .zoomImg img {
    height: 2.7rem;
    width: 100%;
    object-fit: scale-down;
}

#page1 .index-product .list li .item .bd {
    min-height: 1.43rem;
    background: #fff;
    border-radius: 0 0 0.2rem 0.2rem;
    padding: 0.2rem;
}

#page1 .index-product .list li .item .bd .name {
    font-size: 0.18rem;
    font-weight: 500;
    height: 0.27rem;
    line-height: 0.27rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#page1 .index-product .list li .item .bd .btns {
    margin-top: 0.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page1 .index-product .list li .item .bd .btns .btn-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #108391;
    color: #fff;
    width: 1.74rem;
    height: 0.46rem;
    border-radius: 0.3rem;
    font-size: 0.16rem;
}

#page1 .index-product .list li .item .bd .btns .btn-2 {
    border-radius: 50%;
    background: #f9d7af url(../../imgs/pages/img25.svg) center no-repeat;
    background-size: 0.26rem;
    display: block;
    width: 0.46rem;
    height: 0.46rem;
}

#page1 .index-product .list li .item .bd .btns .btn-2.on {
    background-color: #f79131;
    background-image: url(../../imgs/pages/img25on.svg);
}

@media screen and (max-width: 800px) {
    #page1 .index-product .list ul {
        margin-left: -0.2rem;
        margin-bottom: -0.2rem;
    }

    #page1 .index-product .list li {
        width: 50%;
        padding: 0 0 0.2rem 0.2rem;
    }

    #page1 .index-product .list li .item .bd .name {
        font-size: 0.26rem;
        height: 0.36rem;
        line-height: 0.36rem;
    }

    #page1 .index-product .list li .item .bd .btns {
        margin-top: 0.2rem;
    }

    #page1 .index-product .list li .item .bd .btns .btn-1 {
        width: 1.8rem;
        height: 0.6rem;
        font-size: 0.24rem;
    }

    #page1 .index-product .list li .item .bd .btns .btn-2 {
        width: 0.6rem;
        height: 0.6rem;
        background-size: 0.36rem;
    }
}

#page1 .index-search {
    background: -webkit-linear-gradient(188deg, #108391 0%, #0D7081 50%);
    background: linear-gradient(262deg, #108391 0%, #0D7081 50%);
    padding: 0.7rem;
}

#page1 .index-search .wal {
    min-height: 5.86rem;
    background: url(../../imgs/pages/img1200.png) center no-repeat;
    background-size: 100%;
    position: relative;
}

#page1 .index-search .form {
    width: 3.73rem;
    height: 4.76rem;
    border-radius: 0.3rem;
    background: #4fc2b8;
    padding: 0.86rem 0.4rem 0 0.4rem;
}

@media screen and (min-width: 800px) {
    #page1 .index-search .form {
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0.62rem;
    }
}

#page1 .index-search .form h2 {
    position: absolute;
    left: 0;
    top: -0.1rem;
    right: 0;
    text-align: center;
    height: 0.7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.22rem;
    color: #fff;
    background: url(../../imgs/pages/img210.svg) center no-repeat;
    background-size: auto 100%;
}

#page1 .index-search .form li {
    padding-bottom: 0.1rem;
}

#page1 .index-search .form li .input {
    border-radius: 0.1rem;
    background: #fff;
}

#page1 .index-search .form li .input input::-webkit-input-placeholder {
    color: #999;
}

#page1 .index-search .form li .input input::-moz-placeholder {
    color: #999;
}

#page1 .index-search .form li .input input:-moz-placeholder {
    color: #999;
}

#page1 .index-search .form li .input input:-ms-input-placeholder {
    color: #999;
}

#page1 .index-search .form li .input textarea::-webkit-input-placeholder {
    color: #999;
}

#page1 .index-search .form li .input textarea::-moz-placeholder {
    color: #999;
}

#page1 .index-search .form li .input textarea:-moz-placeholder {
    color: #999;
}

#page1 .index-search .form li .input textarea:-ms-input-placeholder {
    color: #999;
}

#page1 .index-search .form li .input input,
#page1 .index-search .form li .input textarea {
    resize: none;
    width: 100%;
    padding: 0.1rem 0.14rem;
    height: 0.5rem;
    line-height: 0.3rem;
    font-size: 0.16rem;
}

#page1 .index-search .form li .input textarea {
    height: 1.4rem;
    padding: 0.14rem;
    line-height: 0.22rem;
}

#page1 .index-search .form .submit {
    font-size: 0.18rem;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255,255,255,.8);
    margin-top: 0.4rem;
    width: 2.93rem;
    height: 0.5rem;
    border-radius: 0.3rem;
    background: #108391;
}

@media screen and (max-width: 800px) {
    #page1 .index-search .form {
        width: 100%;
        height: 6.9rem;
        padding-top: 1.2rem;
    }

    #page1 .index-search .form h2 {
        height: 1.05rem;
        top: -0.15rem;
        font-size: 0.36rem;
    }

    #page1 .index-search .form li {
        padding-bottom: 0.2rem;
    }

    #page1 .index-search .form li .input input,
    #page1 .index-search .form li .input textarea {
        padding: 0.2rem;
        height: 0.8rem;
        line-height: 0.4rem;
        font-size: 0.24rem;
    }

    #page1 .index-search .form li .input textarea {
        height: 2.2rem;
        padding: 0.2rem;
        line-height: 0.32rem;
    }

    #page1 .index-search .form .submit {
        margin-left: auto;
        margin-right: auto;
        width: 3.6rem;
        height: 0.8rem;
        font-size: 0.28rem;
        margin-top: 0.2rem;
    }
}

#page1 .index-search .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page1 .index-search .list li {
    width: 33.333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: url(../../imgs/pages/line130.svg) left center no-repeat;
    background-size: 1px;
}

#page1 .index-search .list li h5 {
    font-size: 0.26rem;
}

#page1 .index-search .list li p {
    width: 2.7rem;
    font-size: 0.16rem;
}

#page1 .index-search .list li .name {
    font-size: 0.16rem;
    margin-top: 0.06rem;
    opacity: .6;
}

@media screen and (min-width: 800px) {
    #page1 .index-search .list {
        position: absolute;
        top: 0.78rem;
        right: 0;
        width: 7.35rem;
        background: url(../../imgs/pages/line733.svg) center no-repeat;
        background-size: auto 1px;
    }

    #page1 .index-search .list:before,
    #page1 .index-search .list:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: url(../../imgs/pages/line260.svg) center no-repeat;
        background-size: 1px;
    }

    #page1 .index-search .list:before {
        left: 0;
    }

    #page1 .index-search .list:after {
        right: 0;
    }

    #page1 .index-search .list li {
        height: 1.3rem;
    }

    #page1 .index-search .list li:nth-child(1),
    #page1 .index-search .list li:nth-child(4) {
        background: none;
    }

    #page1 .index-search .list li:nth-child(4),
    #page1 .index-search .list li:nth-child(5) {
        width: 50%;
    }
}

@media screen and (max-width: 800px) {
    #page1 .index-search .list {
        padding: 0.3rem 0;
    }

    #page1 .index-search .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #page1 .index-search .list li {
        background: none;
        padding: 0.2rem 0;
    }

    #page1 .index-search .list li h5 {
        font-size: 0.3rem;
    }

    #page1 .index-search .list li p {
        width: 100%;
        font-size: 0.24rem;
    }

    #page1 .index-search .list li .name {
        font-size: 0.24rem;
    }

    #page1 .index-search .list li:nth-child(5) {
        width: 100%;
    }
}

#page1 .index-search .foot {
    background: #fff;
    border-radius: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2.17rem;
}

@media screen and (min-width: 800px) {
    #page1 .index-search .foot {
        height: 1.4rem;
        position: absolute;
        right: 0;
        top: 3.98rem;
        width: 9.5rem;
    }
}

#page1 .index-search .foot ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#page1 .index-search .foot li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 1.1rem;
}

#page1 .index-search .foot li:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -0.56rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 0.28rem;
    background: #4fc2b8;
}

#page1 .index-search .foot li .name {
    white-space: nowrap;
    font-size: 0.16rem;
    color: #666;
}

#page1 .index-search .foot li h5 {
    font-size: 0.24rem;
    margin-left: 0.08rem;
}

#page1 .index-search .foot li:last-child {
    margin-right: 0.85rem;
}

#page1 .index-search .foot li:last-child:after {
    display: none;
}

#page1 .index-search .foot .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1.6rem;
    height: 0.46rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.39rem;
    background: #f79131;
    font-size: 0.16rem;
    font-weight: 500;
    color: #fff;
}

@media screen and (max-width: 800px) {
    #page1 .index-search .foot {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0.3rem 0;
    }

    #page1 .index-search .foot ul {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #page1 .index-search .foot li {
        margin-right: 0.5rem;
    }

    #page1 .index-search .foot li:after {
        right: -0.26rem;
    }

    #page1 .index-search .foot li:last-child {
        margin-right: 0;
    }

    #page1 .index-search .foot li .name {
        font-size: 0.24rem;
    }

    #page1 .index-search .foot li h5 {
        font-size: 0.3rem;
        margin-left: 0;
    }

    #page1 .index-search .foot .btn {
        width: 2.4rem;
        height: 0.6rem;
        font-size: 0.24rem;
        margin-top: 0.2rem;
    }
}

@media screen and (max-width: 800px) {
    #page1 .index-search {
        padding: 0.6rem 0.3rem;
    }

    #page1 .index-search .wal {
        background-position: center 75%;
    }
}

#page1 .page-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0.6rem;
}

#page1 .page-more a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.16rem;
    text-transform: uppercase;
    color: #333;
}

#page1 .page-more a:before {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../../imgs/pages/img40.svg) center no-repeat;
    background-size: 100%;
}

#page1 .page-more a .line {
    width: 1.2rem;
    height: 1px;
    background: #333;
    margin: 0 0.2rem;
}

@media screen and (max-width: 800px) {
    #page1 .page-more a {
        font-size: 0.24rem;
    }

    #page1 .page-more a:before {
        width: 0.6rem;
        height: 0.6rem;
    }
}

#page1 .index-video {
    padding: 1.2rem 0 0.4rem 0;
}

@media screen and (max-width: 800px) {
    #page1 .index-video {
        padding: 1.2rem 0;
    }
}

#page1 .index-video .index-title {
    margin-bottom: 0.4rem;
}

#page1 .index-video .big-img {
    width: 9.94rem;
    position: relative;
    height: 5.56rem;
    margin: 0 auto;
}

#page1 .index-video .big-img li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    box-shadow: 0 0 0.18rem rgba(0,0,0,.3);
}

#page1 .index-video .big-img li video,
#page1 .index-video .big-img li img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

#page1 .index-video .big-img li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../imgs/pages/video-btn60.svg) center no-repeat;
    background-size: 0.8rem;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

#page1 .index-video .big-img li.on {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#page1 .index-video .big-img li.playing img,
#page1 .index-video .big-img li.playing:after {
    opacity: 0;
    visibility: visible;
    pointer-events: none;
}

@media screen and (max-width: 800px) {
    #page1 .index-video .big-img {
        width: 100%;
        height: 4rem;
    }
}

#page1 .index-video .list {
    position: relative;
    margin-top: 0.3rem;
}

#page1 .index-video .list .list-wrapper {
    margin: 0 auto;
    width: 8.1rem;
    overflow: hidden;
    position: relative;
}

#page1 .index-video .list .list-wrapper li {
    padding: 0 0.04rem;
}

#page1 .index-video .list .list-wrapper li .img {
    position: relative;
    border: rgba(0,0,0,0) solid 0.02rem;
    border-radius: 0.06rem;
    cursor: pointer;
    padding: 0.04rem;
}

#page1 .index-video .list .list-wrapper li .img img {
    width: 100%;
    height: 0.7rem;
    border-radius: 0.04rem;
}

#page1 .index-video .list .list-wrapper li.on .img {
    border-color: #108391;
}

#page1 .index-video .list .arrow a {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #fff center no-repeat;
    background-size: 0.22rem;
    box-shadow: 0 0.07rem 0.2rem rgba(0,0,0,.06);
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -0.2rem;
}

#page1 .index-video .list .arrow a.prev {
    left: 50%;
    margin-left: -4.9rem;
    background-image: url(../../imgs/pages/prev12.svg);
}

#page1 .index-video .list .arrow a.next {
    right: 50%;
    margin-right: -4.9rem;
    background-image: url(../../imgs/pages/next12.svg);
}

@media screen and (max-width: 800px) {
    #page1 .index-video .list .list-wrapper {
        width: 100%;
    }

    #page1 .index-video .list .arrow {
        display: none;
    }
}

#page1 .index-honor {
    background: #f1f5f7;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#page1 .index-honor .wal {
    min-height: 9rem;
    padding: 1.2rem 0;
}

#page1 .index-honor .index-title {
    margin-bottom: 0.6rem;
}

#page1 .index-honor .list .row {
    position: relative;
}

#page1 .index-honor .list .row:before {
    content: "";
    display: block;
    position: absolute;
    top: 2.38rem;
    width: 18.68rem;
    height: 1.63rem;
    background: center no-repeat;
    background-size: 100% 100%;
    -webkit-transition: 0s;
    transition: 0s;
    background-image: url(../../imgs/pages/img1838_2.png);

}

#page1 .index-honor .list .row ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

#page1 .index-honor .list .row li {
    height: 3.94rem;
    text-align: center;
    width: 2.56rem;
}

#page1 .index-honor .list .row li .img {
    height: 2.48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#page1 .index-honor .list .row li .img img {
    width: 100%;
    max-height: 2.48rem;
    object-fit: contain;
}

#page1 .index-honor .list .row li .name {
    font-size: 0.16rem;
    line-height: 0.5rem;
}

@media screen and (max-width: 800px) {
    #page1 .index-honor .list .row:before {
        top: 3.09rem;
        height: 2.12rem;
    }

    #page1 .index-honor .list .row ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    #page1 .index-honor .list .row li {
        width: 50%;
        height: 3.94rem;
    }

    #page1 .index-honor .list .row li .img {
        height: 3.22rem;
    }

    #page1 .index-honor .list .row li .img img {
        max-width: 3.22rem;
    }

    #page1 .index-honor .list .row li .name {
        font-size: 0.24rem;
        line-height: 0.65rem;
    }
}

#page1 .index-honor .list .row:nth-child(odd):before {
    left: 50%;
    margin-left: -6.2rem;
    background-image: url(../../imgs/pages/img1838_1.png);
}

@media screen and (max-width: 800px) {
    #page1 .index-honor .list .row:nth-child(odd):before {
        margin-left: -3.6rem;

    }
}

#page1 .index-honor .list .row:nth-child(even):before {
    right: 50%;
    margin-right: -6.2rem;
    background-image: url(../../imgs/pages/img1838_2.png);
}

@media screen and (max-width: 800px) {
    #page1 .index-honor .list .row:nth-child(even):before {
        margin-right: -3.6rem;
    }
}

#page1 .index-honor .page-more {
    padding-top: 0;
}

@media screen and (max-width: 800px) {
    #page1 .index-honor .page-more {
        padding-top: 0.6rem;
    }
}

#page1 .side-bar {
    width: 0.5rem;
    position: fixed;
    z-index: 20;
    top: 50%;
    right: 0.3rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #108391;
    box-shadow: 0 0 0.04rem rgba(0,0,0,.1);
    padding: 0.04rem;
    border-radius: 0.3rem;
}

#page1 .side-bar li {
    position: relative;
    padding-bottom: 0.28rem;
}

#page1 .side-bar li:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0.13rem;
    width: 0.26rem;
    height: 1px;
    background: rgba(255,255,255,.48);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#page1 .side-bar li:last-child {
    padding-bottom: 0.2rem;
}

#page1 .side-bar li:last-child:after {
    display: none;
}

#page1 .side-bar li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#page1 .side-bar li a .ico img {
    width: 0.2rem;
}

#page1 .side-bar li a .name {
    color: #fff;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.18rem;
    margin-top: 0.06rem;
}

#page1 .side-bar li:nth-child(1) a .ico {
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0.42rem;
    width: 0.42rem;
}
.product-info-toast{
    margin-top: 3px;
    color: #f79131;
    font-size: 16px;
    bottom: -14px;
    left: 70px;
    line-height: 13px;
    display: none;
}
.wxtt:hover .wxt{display: block ; }
.wxt{display: none;position: absolute;right: 13px;max-width: 120px; margin-right: 35px; z-index: 999; }
.exhibition_year{
    margin-top: 3px;
    margin-left: 8px;
    color: #f9d7af;
    position: absolute;
    font-size: 16px;
    font-weight: 1000;
}

.exhibition_year_3{
    text-align: center;
    border-radius: 3px;
    width: 35px;
    margin-top: 2px;
    margin-left: 38px;
    color: #353331;
    position: absolute;
    font-size: 16px;
    font-weight: 700;
    background-color: #836e56;
}
.exhibition_year_5{
    text-align: center;
    border-radius: 3px;
    width: 35px;
    margin-top: 2px;
    margin-left: 87px;
    color: #dac5aa;
    position: absolute;
    font-size: 16px;
    font-weight: 700;
    background-color: #836e56;
}

#page1 .side-bar li:nth-child(1) a .name {
    margin-top: 0.14rem;
}

#page1 .side-bar .topA {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background: #108391 url(../../imgs/pages/img15.svg) center no-repeat;
    border-radius: 50%;
    background-size: 0.15rem;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 0.14rem;
    box-shadow: 0 0 0.04rem rgba(0,0,0,.1);
}

@media screen and (max-width: 800px) {
    #page1 .side-bar {
        width: 0.8rem;
        right: 0.1rem;
        border-radius: 0.4rem;
    }

    #page1 .side-bar li a {
        padding: 0.1rem 0;
    }

    #page1 .side-bar li a .ico img {
        width: 0.3rem;
    }

    #page1 .side-bar li a .name {
        font-size: 0.18rem;
        line-height: 0.24rem;
        margin-top: 0.1rem;
    }

    #page1 .side-bar li:nth-child(1) a .ico {
        width: 0.52rem;
        height: 0.52rem;
    }

    #page1 .side-bar .topA {
        width: 0.8rem;
        height: 0.8rem;
        background-size: 0.24rem;
    }
}

#page1 .page-bg {
    background: #f1f5f7;
    min-height: 5rem;
}

#page1 .product-row {
    padding: 0.4rem 0 1.2rem 0;
}

@media screen and (min-width: 800px) {
    #page1 .product-row .wal {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

#page1 .product-row .side-nav li {
    margin-bottom: 0.06rem;
}

#page1 .product-row .side-nav li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.66rem;
    padding: 0 0.3rem;
    background: #fff;
    font-size: 0.16rem;
    font-weight: 500;
    color: #666;
    position: relative;
}

#page1 .product-row .side-nav li>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.3rem;
    width: 0.09rem;
    background: url(../../imgs/pages/img9.svg) center no-repeat;
    background-size: 100%;
}

#page1 .product-row .side-nav li>a:hover,
#page1 .product-row .side-nav li>a.on {
    background: #108391;
    color: #fff;
}

#page1 .product-row .side-nav li>a:hover:after,
#page1 .product-row .side-nav li>a.on:after {
    background-image: url(../../imgs/pages/img9on.svg);
}

@media screen and (min-width: 800px) {
    #page1 .product-row .side-nav {
        position: -webkit-sticky;
        position: sticky;
        top: 0.4rem;
        width: 2.7rem;
    }

    #page1 .product-row .side-nav li:nth-child(1)>a {
        border-radius: 0.1rem 0.1rem 0 0;
    }

    #page1 .product-row .side-nav li:last-child>a {
        border-radius: 0 0 0.1rem 0.1rem;
    }
}

@media screen and (max-width: 800px) {
    #page1 .product-row .side-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -0.02rem;
    }

    #page1 .product-row .side-nav li {
        width: 33.333%;
        padding: 0 0 0.02rem 0.02rem;
        margin-bottom: 0;
    }

    #page1 .product-row .side-nav li>a {
        height: 0.88rem;
        font-size: 0.24rem;
        padding: 0 0.2rem;
    }

    #page1 .product-row .side-nav li>a:after {
        right: 0.2rem;
        width: 0.12rem;
    }
}

#page1 .product-list {
    width: 8.9rem;
}

#page1 .product-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.4rem;
    margin-bottom: -0.4rem;
}

#page1 .product-list li {
    width: 33.333%;
    padding: 0 0 0.4rem 0.4rem;
}

#page1 .product-list li .item {
    border-radius: 0.2rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,.06);
}

#page1 .product-list li .item .zoomImg {
    display: block;
    background: #fafafa;
    border-radius: 0.2rem 0.2rem 0 0;
}

#page1 .product-list li .item .zoomImg img {
    height: 2.7rem;
    width: 100%;
    object-fit: scale-down;
}

#page1 .product-list li .item .bd {
    min-height: 1.43rem;
    background: #fff;
    border-radius: 0 0 0.2rem 0.2rem;
    padding: 0.2rem;
}

#page1 .product-list li .item .bd .name {
    font-size: 0.18rem;
    font-weight: 500;
    height: 0.27rem;
    line-height: 0.27rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#page1 .product-list li .item .bd .btns {
    margin-top: 0.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page1 .product-list li .item .bd .btns .btn-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #108391;
    color: #fff;
    width: 1.74rem;
    height: 0.46rem;
    border-radius: 0.3rem;
    font-size: 0.16rem;
}

#page1 .product-list li .item .bd .btns .btn-2 {
    border-radius: 50%;
    background: #f9d7af url(../../imgs/pages/img25.svg) center no-repeat;
    background-size: 0.26rem;
    display: block;
    width: 0.46rem;
    height: 0.46rem;
}

#page1 .product-list li .item .bd .btns .btn-2.on {
    background-color: #f79131;
    background-image: url(../../imgs/pages/img25on.svg);
}

@media screen and (max-width: 800px) {
    #page1 .product-list {
        width: 100%;
        padding-top: 0.4rem;
    }

    #page1 .product-list ul {
        margin-left: -0.2rem;
        margin-bottom: -0.2rem;
    }

    #page1 .product-list li {
        width: 50%;
        padding: 0 0 0.2rem 0.2rem;
    }

    #page1 .product-list li .item .bd .name {
        font-size: 0.26rem;
        height: 0.36rem;
        line-height: 0.36rem;
    }

    #page1 .product-list li .item .bd .btns {
        margin-top: 0.2rem;
    }

    #page1 .product-list li .item .bd .btns .btn-1 {
        width: 1.8rem;
        height: 0.6rem;
        font-size: 0.24rem;
    }

    #page1 .product-list li .item .bd .btns .btn-2 {
        width: 0.6rem;
        height: 0.6rem;
        background-size: 0.36rem;
    }
}

#page1 .about-1 {
    padding: 0.84rem 0 1.2rem 0;
    position: relative;
}

#page1 .about-1 .wal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page1 .about-1 .wal>.col {
    width: 5.25rem;
}

#page1 .about-1 .wal>.col h2 {
    font-size: 0.24rem;
}

#page1 .about-1 .wal>.col .content {
    color: #666;
    font-size: 0.16rem;
    line-height: 0.28rem;
    text-align: justify;
    margin-top: 0.4rem;
}

@media screen and (max-width: 800px) {
    #page1 .about-1 .wal>.col {
        width: 100%;
        padding-bottom: 0.4rem;
    }

    #page1 .about-1 .wal>.col h2 {
        font-size: 0.32rem;
    }

    #page1 .about-1 .wal>.col .content {
        font-size: 0.24rem;
        line-height: 1.6em;
    }
}

#page1 .about-1 .img-list {
    width: 5.8rem;
    position: relative;
    height: 3.22rem;
    -webkit-filter: drop-shadow(0 -0.08rem 0.2rem rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 -0.08rem 0.2rem rgba(0, 0, 0, 0.2));
}

#page1 .about-1 .img-list .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 5;
    top: 0.1rem;
    right: 0.1rem;
    border-radius: 0.1rem;
    background: rgba(255,255,255,.3);
    width: 0.36rem;
    height: 0.36rem;
    cursor: pointer;
}

#page1 .about-1 .img-list .btn img {
    width: 0.16rem;
}

#page1 .about-1 .img-list li {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    z-index: 0;
    bottom: -0.3rem;
    padding: 0 0.7rem;
}

#page1 .about-1 .img-list li img {
    width: 100%;
    border-radius: 0.2rem;
    height: 3.22rem;
}

#page1 .about-1 .img-list li.one {
    z-index: 3;
    bottom: 0;
    padding: 0;
    opacity: 1;
}

#page1 .about-1 .img-list li.two {
    z-index: 2;
    bottom: -0.1rem;
    padding: 0 0.2rem;
    opacity: 1;
}

#page1 .about-1 .img-list li.three {
    z-index: 1;
    bottom: -0.2rem;
    padding: 0 0.4rem;
    opacity: 1;
}

#page1 .about-1 .img-list .arrow {
    position: absolute;
    z-index: 5;
    right: 0.2rem;
    bottom: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#page1 .about-1 .img-list .arrow a {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    margin-left: 0.1rem;
    background: #fff center no-repeat;
    background-size: 0.22rem;
    box-shadow: 0 0.07rem 0.2rem rgba(0,0,0,.06);
}

#page1 .about-1 .img-list .arrow a.prev {
    background-image: url(../../imgs/pages/prev12.svg);
}

#page1 .about-1 .img-list .arrow a.next {
    background-image: url(../../imgs/pages/next12.svg);
}

#page1 .about-1 .container {

    margin-top: 0.7rem;
    min-height: 5.56rem;
    border-radius: 0 0 0.2rem 0.2rem;
    /*background: #fff;*/
    border-top: #108391 solid 0.04rem;
    padding: 0 0.4rem 0.4rem;
}

#page1 .about-1 .container .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.42rem 0 0.3rem 0;
    border-bottom: 1px solid #d9d9d9;
}

#page1 .about-1 .container .hd h2 {
    font-size: 0.24rem;
}

#page1 .about-1 .container .hd p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-size: 0.16rem;
}

#page1 .about-1 .container .hd p a {
    width: 0.76rem;
    margin: 0 0.08rem;
}

#page1 .about-1 .container .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #666;
    font-size: 0.16rem;
}

#page1 .about-1 .container .item .name {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.02rem;
}

@media screen and (min-width: 800px) {
    #page1 .about-1 .container .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.4rem;
    }

    #page1 .about-1 .container .row:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #d9d9d9;
    }

    #page1 .about-1 .container .row .col {
        width: 4.2rem;
    }

    #page1 .about-1 .container .row .col .item {
        padding: 0.06rem 0;
    }

    #page1 .about-1 .container>.item {
        margin-top: 0.4rem;
    }
}

@media screen and (max-width: 800px) {
    #page1 .about-1 .container .hd {
        margin-bottom: 0.2rem;
    }

    #page1 .about-1 .container .hd h2 {
        font-size: 0.3rem;
    }

    #page1 .about-1 .container .hd p {
        font-size: 0.2rem;
    }

    #page1 .about-1 .container .item {
        font-size: 0.24rem;
        line-height: 1.6em;
        padding-top: 0.1rem;
    }
}

@media screen and (max-width: 800px) {
    #page1 .about-1 .wal {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#page1 .about-2 {
    min-height: 5rem;
    position: relative;
    background: -webkit-linear-gradient(top, #fff, #F1F5F7);
    background: linear-gradient(to bottom, #fff, #F1F5F7);
    z-index: 5;
}

#page1 .about-2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -0.6rem;
    height: 0.63rem;
    background: url(../../imgs/pages/bg63.png) center no-repeat;
    background-size: 100% 100%;
}

#page1 .about-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 3.86rem;
    right: 0;
    background: url(../../imgs/pages/about-2-bg.png) center no-repeat;
    background-size: 100% 100%;
    height: 12.8rem;
    z-index: -1;
    pointer-events: none;
}

#page1 .about-2 h2.title {
    text-align: center;
    font-size: 0.24rem;
    padding: 1rem 0 0.6rem 0;
}

#page1 .about-2 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page1 .about-2 .list ul {
    width: 5.6rem;
}

#page1 .about-2 .list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0.2rem 0;
    line-height: 0.28rem;
    border-bottom: #d9d9d9 solid 1px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page1 .about-2 .list li .name {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#page1 .about-2 .list li p {
    max-width: 3rem;
    text-align: right;
}

#page1 .about-2 .list ul.ul-1 {
    width: 100%;
}

#page1 .about-2 .list ul.ul-1 li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page1 .about-2 .list ul.ul-1 .name {
    width: 100%;
    text-align: center;
    margin-bottom: 0.2rem;
}

#page1 .about-2 .list ul.ul-1 p {
    max-width: 100%;
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 800px) {
    #page1 .about-2 h2.title {
        font-size: 0.32rem;
    }

    #page1 .about-2 .list ul {
        width: 100%;
    }

    #page1 .about-2 .list li {
        line-height: 1.7em;
        font-size: 0.24rem;
    }
}

#page1 .about-3 {
    background: #f1f5f7;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

#page1 .about-3:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 8.1rem;
    background: #fff;
}

#page1 .about-3 .wal {
    position: relative;
    z-index: 2;
    min-height: 15rem;
    padding: 1.3rem 0 0 0;
}

#page1 .about-3 .img-list {
    width: 19rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#page1 .about-3 .img-list .list-wrapper {
    -webkit-perspective: 12rem;
    perspective: 12rem;
    height: 2.6rem;
    -webkit-perspective-origin: center 1.8rem;
    perspective-origin: center 1.8rem;
}

#page1 .about-3 .img-list .list-wrapper ul {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#page1 .about-3 .img-list .list-wrapper li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#page1 .about-3 .img-list .list-wrapper li .zoomImg {
    -webkit-transition: 0s;
    transition: 0s;
    display: block;
    border-radius: 0.1rem;
}

#page1 .about-3 .img-list .list-wrapper li .zoomImg img {
    height: 2.6rem;
}

#page1 .about-3 .img-list .list-wrapper li .zoomImg:before {
    display: none;
}

#page1 .about-3 .img-list .dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0.3rem;
}

#page1 .about-3 .img-list .dots span {
    width: 0.06rem;
    height: 0.06rem;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0.06rem;
    margin: 0 0.03rem;
    background: rgba(16,131,145,.5);
}

#page1 .about-3 .img-list .dots span.on {
    background: #108391;
    width: 0.26rem;
}

#page1 .about-3 .img-list .arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem 0 1.2rem 0;
}

#page1 .about-3 .img-list .arrow a {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    margin: 0 0.05rem;
    background: #fff center no-repeat;
    background-size: 0.22rem;
    box-shadow: 0 0.07rem 0.2rem rgba(0,0,0,.06);
}

#page1 .about-3 .img-list .arrow a.prev {
    background-image: url(../../imgs/pages/prev12.svg);
}

#page1 .about-3 .img-list .arrow a.next {
    background-image: url(../../imgs/pages/next12.svg);
}

#page1 .about-3 .big-img {
    position: relative;
}

#page1 .about-3 .big-img .img {
    border-radius: 0.2rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#page1 .about-3 .big-img .btn {
    width: 1.6rem;
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#page1 .about-3 .list-1 {
    padding: 1.4rem 0 0.4rem 0;
}

#page1 .about-3 .list-1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}

#page1 .about-3 .list-1 li {
    width: 20%;
    text-align: center;
    position: relative;
}
.border-1{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0.8rem;
    background: #d9d9d9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#page1 .about-3 .list-1 li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0.8rem;
    background: #d9d9d9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#page1 .about-3 .list-1 li:nth-child(3):after{
    display: none;
}
#page1 .about-3 .list-1 li:nth-child(4):after{
    display: block;
}
#page1 .about-3 .list-1 li:first-child:after {
    display: none;
}

#page1 .about-3 .list-1 li .name {
    font-size: 0.16rem;
    font-weight: 500;
    color: #666;
}

#page1 .about-3 .list-1 li h5 {
    font-size: 0.32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0.32rem;
    margin-top: 0.2rem;
}

@media screen and (max-width: 800px) {
    #page1 .about-3 .list-1 ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0.5rem 0;
        width: 100%;
        margin: 0;
    }

    #page1 .about-3 .list-1 li {
        width: 50%;
    }

    #page1 .about-3 .list-1 li .name {
        font-size: 0.24rem;
    }

    #page1 .about-3 .list-1 li h5 {
        font-size: 16px;
    }


}

#page1 .about-3 .list-2 {
    padding-bottom: 0.82rem;
}

#page1 .about-3 .list-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page1 .about-3 .list-2 li {
    width: 5.8rem;
    border-bottom: #d9d9d9 solid 1px;
    padding: 0.2rem 0;
}

#page1 .about-3 .list-2 li p {
    color: #666;
    margin-top: 0.1rem;
}

@media screen and (max-width: 800px) {
    #page1 .about-3 .list-2 li {
        width: 100%;
    }
}

#page1 .about-3 .list-3 {
    padding-bottom: 0.6rem;
}

#page1 .about-3 .list-3 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.4rem;
    margin-bottom: -0.4rem;
}

#page1 .about-3 .list-3 li {
    padding: 0 0 0.4rem 0.4rem;
    width: 20%;
}

#page1 .about-3 .list-3 li .zoomImg {
    border-radius: 0.08rem;
}

@media screen and (max-width: 800px) {
    #page1 .about-3 .list-3 ul {
        margin-left: -0.2rem;
        margin-bottom: -0.2rem;
    }

    #page1 .about-3 .list-3 li {
        width: 33.333%;
        padding: 0 0 0.2rem 0.2rem;
    }
}

#page1 .about-4 {
    position: relative;
    z-index: 2;
}

#page1 .about-4:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0.4rem;
    background: #fff;
    border-radius: 0 0 0.4rem 0.4rem;
    z-index: 5;
    pointer-events: none;
}

#page1 .about-4:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -0.03rem;
    height: 0.63rem;
    background: url(../../imgs/pages/bg63_2.png) center no-repeat;
    background-size: 100% 100%;
}

#page1 .about-4 .index-honor {
    background: url(../../imgs/pages/about-honor-bg.jpg) center top no-repeat;
    background-size: 100%;
}

#page1 .about-4 .index-honor h2.title {
    text-align: center;
    font-size: 0.24rem;
    padding: 1.2rem 0 0.8rem 0;
}

@media screen and (max-width: 800px) {
    #page1 .about-4 .index-honor h2.title {
        font-size: 0.42rem;
        padding: 0.5rem 0 0.2rem 0;
    }
}

#page1 .about-5 {
    background: #f1f5f7;
    padding-bottom: 1.2rem;
}

#page1 .about-5 h2.title {
    text-align: center;
    font-size: 0.24rem;
    padding: 1.5rem 0 0.6rem 0;
}

#page1 .about-5 .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.4rem;
    margin-bottom: -0.4rem;
}

#page1 .about-5 .list li {
    width: 33.333%;
    padding: 0 0 0.4rem 0.4rem;
}

#page1 .about-5 .list a {
    display: block;
    position: relative;
    border-radius: 0.1rem;
    opacity: 1;
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0,0,0,.02);
    min-height: 2.37rem;
    padding: 0.3rem;
}

#page1 .about-5 .list a .name {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.24rem;
    max-height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#page1 .about-5 .list a p {
    line-height: 0.24rem;
    max-height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    margin-top: 0.16rem;
}

#page1 .about-5 .list a .time {
    position: absolute;
    left: 0.3rem;
    bottom: 0.3rem;
    right: 0.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page1 .about-5 .list a .time span {
    font-weight: 500;
}

#page1 .about-5 .list a .time em {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
}

/*#page1 .about-5 .list a .time em:after {*/
/*  content: "";*/
/*  font-family: "iconfont";*/
/*  margin-left: 0.06rem;*/
/*}*/

#page1 .about-5 .list a .time span,
#page1 .about-5 .list a .time em {
    -webkit-transition: color .5s;
    transition: color .5s;
}

#page1 .about-5 .list a:hover {
    color: #108391;
}

#page1 .about-5 .list a:hover .time em,
#page1 .about-5 .list a:hover .time span {
    color: #f79131;
}

@media screen and (max-width: 800px) {
    #page1 .about-5 h2.title {
        font-size: 0.42rem;
    }

    #page1 .about-5 .list ul {
        margin-left: -0.2rem;
        margin-bottom: -0.2rem;
    }

    #page1 .about-5 .list li {
        width: 50%;
        padding: 0 0 0.2rem 0.2rem;
    }

    #page1 .about-5 .list a {
        padding: 0.2rem 0.2rem 0.8rem;
    }

    #page1 .about-5 .list a .name {
        font-size: 0.26rem;
        line-height: 1.5em;
        max-height: 3em;
    }

    #page1 .about-5 .list a p {
        font-size: 0.22rem;
        line-height: 1.5em;
        max-height: 3em;
    }

    #page1 .about-5 .list a .time {
        left: 0.2rem;
        bottom: 0.2rem;
        right: 0.2rem;
    }

    #page1 .about-5 .list a .time span,
    #page1 .about-5 .list a .time em {
        font-size: 0.24rem;
    }
}
.local{
    width: 95%;
    height: 270px;
    background: #fff;
    /*padding-bottom: 30px;*/
    padding-top: 20px;
    margin-top: 20px;
}
#page1 .contact-head {
    min-height: 3.6rem;
    background-color: #fff;
    background-size: auto 100%;
    border-radius: 0.2rem;
    padding: 0.6rem 0 0.4rem 0.6rem;
    /*background-image: url("../../imgs/pages/map.png");*/
    background-repeat: no-repeat;
    background-position: right ;
}

#page1 .contact-head .title {
    padding-bottom: 0.3rem;
}

#page1 .contact-head .title h2 {
    font-size: 0.22rem;
    font-weight: 500;
}

#page1 .contact-head .title .en {
    font-size: 0.16rem;
    color: rgba(153,153,153,.6);
    margin-top: 0.1rem;
}

#page1 .contact-head li {
    padding-bottom: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.16rem;
}

#page1 .contact-head li .name {
    color: #999;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.pa-name{
    padding: 10px 0;
}
.pa-item{
    padding: 10px 0;
    width: 100%;
    border-bottom: #d9d9d9 solid 1px;
}
#page1 .contact-head li p.tel {
    color: #108391;
    font-weight: bold;
}

#page1 .contact-head li p a {
    color: #4fc2b8;
    text-decoration: underline;
}

@media screen and (max-width: 800px) {
    #page1 .contact-head {
        padding: 0.5rem 0.3rem;
    }

    #page1 .contact-head .title {
        padding-bottom: 0.5rem;
    }

    #page1 .contact-head .title h2 {
        font-size: 0.32rem;
    }

    #page1 .contact-head .title .en {
        font-size: 0.24rem;
    }

    #page1 .contact-head li {
        font-size: 0.24rem;
    }

    #page1 .contact-head li:last-child {
        padding-bottom: 0;
    }
}

#page1 .contact ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.4rem;
}

#page1 .contact li {
    width: 50%;
    padding: 0.4rem 0 0 0.4rem;
}

#page1 .contact .item {
    min-height: 2.48rem;
    font-size: 0.16rem;
    background: #fff;
    border-radius: 0.2rem;
    border-bottom: #108391 solid 0.02rem;
    padding: 0.36rem 0.4rem 0 0.6rem;
}

#page1 .contact .item .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.26rem;
}

#page1 .contact .item .hd h3 {
    font-size: 0.22rem;
    color: #108391;
}

#page1 .contact .item .hd .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.4rem;
    height: 0.46rem;
    background: #f79131;
    border: #f79131 solid 0.02rem;
    color: #fff;
    border-radius: 0.4rem;
}

#page1 .contact .item .hd .btn:hover {
    background: #fff;
    color: #f79131;
}

#page1 .contact .item dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0.13rem;
}

#page1 .contact .item dd .name {
    color: rgba(51,51,51,.6);
    -moz-text-align-last: justify;
    text-align-last: justify;
    width: 5em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 800px) {
    #page1 .contact li {
        width: 100%;
    }

    #page1 .contact .item {
        font-size: 0.24rem;
        padding: 0.5rem 0.3rem;
    }

    #page1 .contact .item .hd h3 {
        font-size: 0.28rem;
    }

    #page1 .contact .item .hd .btn {
        width: 2rem;
        height: 0.6rem;
    }

    #page1 .contact .item dd:last-child {
        padding-bottom: 0;
    }
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@-webkit-keyframes rotateAnima {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateAnima {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#page2 {
    font-size: 0.16rem;
}

@media screen and (max-width: 800px) {
    #page2 {
        font-size: 16px;
    }
}

#page2 .side-bar {
    width: 0.8rem;
    position: fixed;
    z-index: 20;
    top: 50%;
    right: 0.3rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #4fc2b8;
    box-shadow: 0 0 0.04rem rgba(0,0,0,.1);
    padding: 0.04rem;
    border-radius: 0.04rem;
}

#page2 .side-bar li {
    position: relative;
    padding-bottom: 0.28rem;
}

#page2 .side-bar li:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0.13rem;
    width: 0.26rem;
    height: 1px;
    background: rgba(255,255,255,.48);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#page2 .side-bar li:last-child {
    padding-bottom: 0.2rem;
}

#page2 .side-bar li:last-child:after {
    display: none;
}

#page2 .side-bar li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#page2 .side-bar li a .ico img {
    width: 0.3rem;
}

#page2 .side-bar li a .name {
    color: #fff;
    font-size: 0.19rem;
    font-weight: 500;
    line-height: 0.22rem;
    margin-top: 0.06rem;
}

#page2 .side-bar li:nth-child(1) a .ico {
    background: rgba(255,255,255,.9);
    border-radius: 0.02rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0.62rem;
    width: 0.62rem;
}

#page2 .side-bar li:nth-child(1) a .name {
    margin-top: 0.14rem;
}

#page2 .side-bar .topA {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: #4fc2b8 url(../../imgs/pages/img15.svg) center no-repeat;
    border-radius: 0.04rem;
    background-size: 0.35rem;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 0.14rem;
    box-shadow: 0 0 0.04rem rgba(0,0,0,.1);
}

#page2 .page-bg {
    background: #f9f9f9;
}

#page2 .index-title {
    position: relative;
}

#page2 .index-title .en {
    color: rgba(70,121,171,.1);
    font-size: 0.36rem;
    font-weight: bold;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.36rem;
    line-height: .36rem;
}

#page2 .index-title h2 {
    font-weight: 400;
    font-size: 0.32rem;
    color: #4fc2b8;
    line-height: 1em;
    margin-top: 0.04rem;
}

#page2 .index-title .more {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #4fc2b8;
    width: 1.2rem;
    height: 0.46rem;
    border-radius: 0.3rem;
    color: #4fc2b8;
}

#page2 .index-title .more:hover {
    background: #4fc2b8;
    color: #fff;
}

@media screen and (max-width: 800px) {
    #page2 .index-title h2 {
        font-weight: bold;
        font-size: 0.42rem;
        margin-top: 10px;
    }

    #page2 .index-title .more {
        width: 1.6rem;
        height: 0.56rem;
    }
}

#page2 .index-about {
    /*padding: 0.8rem 0;*/
}

#page2 .index-about .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page2 .index-about .row .zoomImg {
    width: 5.8rem;
    border-radius: 0.1rem;
}

#page2 .index-about .row .col {
    width: 5.8rem;
}

#page2 .index-about .row .col .name {
    font-size: 0.2rem;
    font-weight: 500;
    padding: 0.5rem 0 0.2rem 0;
}

#page2 .index-about .row .col .content {
    color: #666;
    line-height: 0.28rem;
    text-align: justify;
}

@media screen and (max-width: 800px) {
    #page2 .index-about .row .zoomImg {
        width: 100%;
    }

    #page2 .index-about .row .col {
        width: 100%;
        padding: 0.4rem 0 0 0;
    }

    #page2 .index-about .row .col .name {
        font-size: 0.28rem;
        font-weight: bold;
    }

    #page2 .index-about .row .col .content {
        line-height: 1.7em;
    }
}

#page2 .index-about .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page2 .index-about .list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.75rem;
    padding-top: 0.15rem;
    font-size: 0.18rem;
}

#page2 .index-about .list li .name {
    position: relative;
    padding-right: 0.4rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500;
}

#page2 .index-about .list li .name:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.19rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 0.48rem;
    background: #b3b3b3;
}

#page2 .index-about .list li .name .en {
    color: #999;
    margin-top: 0.07rem;
}

#page2 .index-about .list li .value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page2 .index-about .list li .value em {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1em;
}

#page2 .index-about .list li .value span {
    margin-left: 0.06rem;
    -webkit-transform: translateY(0.14rem);
    -ms-transform: translateY(0.14rem);
    transform: translateY(0.14rem);
}

@media screen and (max-width: 800px) {
    #page2 .index-about .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #page2 .index-about .list li {
        font-size: 0.24rem;
    }

    #page2 .index-about .list li .name:after {
        height: 0.68rem;
    }

    #page2 .index-about .list li .name .en {
        margin-top: 0.04rem;
    }
}

#page2 .index-about .tips {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #666;
}

#page2 .index-about .tips a {
    width: 0.76rem;
    margin: 0 0.12rem;
}

@media screen and (max-width: 800px) {
    #page2 .index-about .tips a {
        width: 0.92rem;
    }
}

#page2 .index-product {
    padding: 0.8rem 0;
    position: relative;
}

#page2 .index-product:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #4fc2b8;
    height: 6.8rem;
}

#page2 .index-product .wal {
    position: relative;
    z-index: 2;
    min-height: 8rem;
}

#page2 .index-product .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.4rem;
}

#page2 .index-product .list li {
    width: 25%;
    padding: 0.4rem 0 0 0.4rem;
}

#page2 .index-product .list li .item {
    border-radius: 0.06rem;
    background: #fff;
    position: relative;
}

#page2 .index-product .list li .item .zoomImg {
    display: block;
    background: #fafafa;
    border-radius: 0.06rem 0.06rem 0 0;
}

#page2 .index-product .list li .item .zoomImg img {
    height: 2.7rem;
    width: 100%;
    object-fit: scale-down;
}

#page2 .index-product .list li .item .bd {
    height: 0.7rem;
    padding: 0.1rem 0.9rem 0.1rem 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#page2 .index-product .list li .item .bd .name {
    font-weight: 500;
    max-height: 0.54rem;
    line-height: 0.27rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#page2 .index-product .list li .item .bd .btns .btn-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #108391;
    color: #fff;
    width: 0.7rem;
    border-radius: 0 0 0.06rem 0;
    position: absolute;
    z-index: 5;
    height: 0.7rem;
    right: 0;
    bottom: 0;
    font-weight: 500;
    padding: 0.15rem;
    text-align: center;
}

#page2 .index-product .list li .item .bd .btns .btn-2 {
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    top: 0.12rem;
    right: 0.12rem;
    background: #f9d7af url(../../imgs/pages/img25.svg) center no-repeat;
    background-size: 0.26rem;
    display: block;
    width: 0.46rem;
    height: 0.46rem;
}

#page2 .index-product .list li .item .bd .btns .btn-2.on {
    background-color: #f79131;
    background-image: url(../../imgs/pages/img25on.svg);
}

@media screen and (max-width: 800px) {
    #page2 .index-product .list ul {
        margin-left: -0.2rem;
    }

    #page2 .index-product .list li {
        width: 50%;
        padding: 0.4rem 0 0 0.2rem;
    }

    #page2 .index-product .list li .item .zoomImg img {
        height: 3.4rem;
    }

    #page2 .index-product .list li .item .bd {
        height: 1.2rem;
        padding-right: 1rem;
    }

    #page2 .index-product .list li .item .bd .name {
        line-height: 1.5em;
        max-height: 3em;
    }

    #page2 .index-product .list li .item .bd .btns .btn-1 {
        height: 1.2rem;
        width: 0.9rem;
    }

    #page2 .index-product .list li .item .bd .btns .btn-2 {
        width: 0.6rem;
        height: 0.6rem;
        background-size: 0.36rem;
    }
}

#page2 .index-search {
    padding: 1rem 0;
}

#page2 .index-search .wal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#page2 .index-search .wal:after {
    content: "";
    display: block;
    position: absolute;
    left: 4.94rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #4fc2b8;
}

@media screen and (max-width: 800px) {
    #page2 .index-search .wal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #page2 .index-search .wal:after {
        display: none;
    }
}

#page2 .index-search .col {
    width: 4.7rem;
}

#page2 .index-search .col h2 {
    font-size: 0.24rem;
    line-height: 1em;
}

#page2 .index-search .col ul {
    display: block;
    padding: 0.4rem 0;
}

#page2 .index-search .col li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.18rem;
    padding: 0.1rem 0;
}

#page2 .index-search .col li .name {
    color: #999;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 5em;
}

#page2 .index-search .col li b {
    color: #108391;
}

#page2 .index-search .col .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.6rem;
    height: 0.46rem;
    font-weight: 500;
    border: #f79131 solid 1px;
    border-radius: 0.4rem;
    color: #f79131;
}

#page2 .index-search .col .btn a:hover {
    background: #f79131;
    color: #fff;
}

@media screen and (max-width: 800px) {
    #page2 .index-search .col {
        width: 100%;
        padding-bottom: 0.5rem;
    }

    #page2 .index-search .col h2 {
        font-size: 0.3rem;
    }

    #page2 .index-search .col ul {
        padding: 0.3rem 0;
    }

    #page2 .index-search .col li {
        font-size: 0.24rem;
    }

    #page2 .index-search .col .btn a {
        width: 2rem;
        height: 0.6rem;
    }
}

#page2 .index-search .form {
    width: 6.2rem;
}

#page2 .index-search .form li {
    padding-bottom: 0.1rem;
}

#page2 .index-search .form li .input {
    border-radius: 0.05rem;
    border: 1px solid #d9d9d9;
}

#page2 .index-search .form li .input input::-webkit-input-placeholder {
    color: #999;
}

#page2 .index-search .form li .input input::-moz-placeholder {
    color: #999;
}

#page2 .index-search .form li .input input:-moz-placeholder {
    color: #999;
}

#page2 .index-search .form li .input input:-ms-input-placeholder {
    color: #999;
}

#page2 .index-search .form li .input textarea::-webkit-input-placeholder {
    color: #999;
}

#page2 .index-search .form li .input textarea::-moz-placeholder {
    color: #999;
}

#page2 .index-search .form li .input textarea:-moz-placeholder {
    color: #999;
}

#page2 .index-search .form li .input textarea:-ms-input-placeholder {
    color: #999;
}

#page2 .index-search .form li .input input,
#page2 .index-search .form li .input textarea {
    resize: none;
    width: 100%;
    padding: 0.14rem 0.2rem;
    height: 0.58rem;
    line-height: 0.3rem;
    font-size: 0.16rem;
}

#page2 .index-search .form li .input textarea {
    height: 1.7rem;
    line-height: 0.22rem;
    padding: 0.19rem 0.2rem;
}

#page2 .index-search .form .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page2 .index-search .form .btns #slider {
    width: 100%;
    border-radius: 0.05rem;
}

#page2 .index-search .form .btns #slider .bar {
    background-image: url(../../imgs/pages/img60_2.svg);
}

#page2 .index-search .form .btns #slider.on .bar {
    background-image: url(../../imgs/pages/img21.png);
    background-size: .21rem;
}

#page2 .index-search .form .submit {
    font-size: 0.18rem;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255,255,255,.8);
    margin-left: 0.1rem;
    width: 2rem;
    height: 0.5rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0.05rem;
    background: #4fc2b8;
}

@media screen and (max-width: 800px) {
    #page2 .index-search .form {
        width: 100%;
    }

    #page2 .index-search .form li {
        padding-bottom: 0.2rem;
    }

    #page2 .index-search .form li .input input,
    #page2 .index-search .form li .input textarea {
        padding: 0.2rem;
        height: 0.8rem;
        line-height: 0.4rem;
        font-size: 0.24rem;
    }

    #page2 .index-search .form li .input textarea {
        height: 2.8rem;
        line-height: 0.34rem;
        padding: 0.2rem;
    }

    #page2 .index-search .form .submit {
        width: 2.4rem;
        height: 0.8rem;
        font-size: 0.28rem;
    }
}

#page2 .index-video {
    padding: 0.75rem 0 1rem 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#page2 .index-video .wal {
    min-height: 3rem;
    position: relative;
}

#page2 .index-video .wrapper {
    position: relative;
    height: 4.45rem;
}

#page2 .index-video .wrapper .arrow {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#page2 .index-video .wrapper .arrow a {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    margin-left: 0.2rem;
    background: #fff center no-repeat;
    background-size: 0.22rem;
    box-shadow: 0 0.07rem 0.2rem rgba(0,0,0,.06);
}

#page2 .index-video .wrapper .arrow a.prev {
    background-image: url(../../imgs/pages/prev12.svg);
}

#page2 .index-video .wrapper .arrow a.next {
    background-image: url(../../imgs/pages/next12.svg);
}

@media screen and (max-width: 800px) {
    #page2 .index-video .wrapper .arrow {
        top: -0.4rem;
    }

    #page2 .index-video .wrapper .arrow a {
        width: 0.6rem;
        height: 0.6rem;
        background-size: 0.3rem;
    }
}

#page2 .index-video .list-wrapper {
    width: 12.42rem;
    position: relative;
}

#page2 .index-video .list-wrapper li {
    padding-right: 0.4rem;
}

#page2 .index-video .list-wrapper li .img {
    position: relative;
}

#page2 .index-video .list-wrapper li .img img {
    width: 100%;
    height: 2.1rem;
    border-radius: 0.06rem;
}

#page2 .index-video .list-wrapper li .img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../imgs/pages/video-btn60-2.svg) center no-repeat;
    background-size: 0.4rem;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

#page2 .index-video .list-l {
    position: absolute;
    left: -4.14rem;
    bottom: 0;
    width: 3.74rem;
    overflow: hidden;
}

#page2 .index-video .list-l .list-wrapper {
    left: 4.14rem;
}

@media screen and (max-width: 800px) {
    #page2 .index-video .list-l {
        display: none;
    }
}

#page2 .index-video .list-big {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 6.83rem;
    overflow: hidden;
}

#page2 .index-video .list-big .list-wrapper {
    width: 21.69rem;
}

#page2 .index-video .list-big .list-wrapper li .img img {
    height: 3.82rem;
}

#page2 .index-video .list-big .list-wrapper li .img:after {
    background-size: 0.6rem;
}

@media screen and (max-width: 800px) {
    #page2 .index-video .list-big .list-wrapper li .img:after {
        background-size: 0.9rem;
    }
}

#page2 .index-video .list {
    position: absolute;
    left: 7.23rem;
    bottom: 0;
    width: 12.42rem;
    overflow: hidden;
}

#page2 .index-video .list .list-wrapper {
    left: -4.14rem;
}

@media screen and (max-width: 800px) {
    #page2 .index-video .list {
        display: none;
    }
}

#page2 .index-honor {
    padding: 0.8rem 0 0.9rem 0;
}

#page2 .index-honor .list {
    margin-top: 0.8rem;
}

#page2 .index-honor .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.4rem;
}

#page2 .index-honor .list li {
    width: 25%;
    padding-left: 0.4rem;
}

#page2 .index-honor .list li .img {
    height: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#page2 .index-honor .list li .img div {
    position: relative;
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0,0,0,.05);
}

#page2 .index-honor .list li .img div:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: #108391 solid 0.04rem;
}

#page2 .index-honor .list li .img div img {
    max-height: 2.5rem;
    object-fit: scale-down;
}

.cer-name{
    width: 80%;
}

#page2 .index-honor .list li .name {
    text-align: center;
    margin-top: 0.25rem;
    line-height: 1.8em;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../../imgs/pages/img272.svg) center no-repeat;
    background-size: 100% 100%;
    height: 0.93rem;
    padding-top: 0.06rem;
}

@media screen and (max-width: 800px) {
    #page2 .index-honor .list ul {
        gap: 0.4rem 0;
    }

    #page2 .index-honor .list li {
        width: 50%;
    }
}

#page2 .product-row {
    padding: 0.4rem 0 1.2rem 0;
    background: #f1f5f7;
}

@media screen and (min-width: 800px) {
    #page2 .product-row .wal {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (min-width: 800px) {
    #page2 .product-row .side-nav {
        position: -webkit-sticky;
        position: sticky;
        top: 0.4rem;
        width: 2.7rem;
    }
}

#page2 .product-row .side-nav li {
    border-bottom: #ddd solid 1px;
}

#page2 .product-row .side-nav li:last-child {
    border-bottom: 0;
}

#page2 .product-row .side-nav li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.8rem;
    font-size: 0.16rem;
    font-weight: 500;
    color: #666;
    position: relative;
}

#page2 .product-row .side-nav li>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    content: "";
    font-family: "iconfont";
    font-weight: bold;
}

#page2 .product-row .side-nav li>a:hover,
#page2 .product-row .side-nav li>a.on {
    color: #108391;
}

@media screen and (max-width: 800px) {
    #page2 .product-row .side-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0.02rem 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #page2 .product-row .side-nav li {
        width: calc(50% - 0.15rem);
    }

    #page2 .product-row .side-nav li>a {
        font-size: 0.26rem;
        height: 0.9rem;
    }
}

#page2 .product-list {
    width: 8.9rem;
}

#page2 .product-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.4rem;
    margin-bottom: -0.4rem;
}

#page2 .product-list li {
    width: 33.333%;
    padding: 0 0 0.4rem 0.4rem;
}

#page2 .product-list li .item {
    border-radius: 0.06rem;
    background: #fff;
    position: relative;
}

#page2 .product-list li .item .zoomImg {
    display: block;
    background: #fafafa;
    border-radius: 0.06rem 0.06rem 0 0;
}

#page2 .product-list li .item .zoomImg img {
    height: 2.7rem;
    width: 100%;
    object-fit: scale-down;
}

#page2 .product-list li .item .bd {
    height: 0.7rem;
    padding: 0.1rem 0.9rem 0.1rem 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#page2 .product-list li .item .bd .name {
    font-weight: 500;
    max-height: 0.54rem;
    line-height: 0.27rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#page2 .product-list li .item .bd .btns .btn-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #108391;
    color: #fff;
    width: 0.7rem;
    border-radius: 0 0 0.06rem 0;
    position: absolute;
    z-index: 5;
    height: 0.7rem;
    right: 0;
    bottom: 0;
    font-weight: 500;
    padding: 0.15rem;
    text-align: center;
}

#page2 .product-list li .item .bd .btns .btn-2 {
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    top: 0.12rem;
    right: 0.12rem;
    background: #f9d7af url(../../imgs/pages/img25.svg) center no-repeat;
    background-size: 0.26rem;
    display: block;
    width: 0.46rem;
    height: 0.46rem;
}

#page2 .product-list li .item .bd .btns .btn-2.on {
    background-color: #f79131;
    background-image: url(../../imgs/pages/img25on.svg);
}

@media screen and (max-width: 800px) {
    #page2 .product-list {
        width: 100%;
    }

    #page2 .product-list ul {
        margin-left: -0.2rem;
    }

    #page2 .product-list li {
        width: 50%;
        padding: 0.4rem 0 0 0.2rem;
    }

    #page2 .product-list li .item .zoomImg img {
        height: 3.4rem;
    }

    #page2 .product-list li .item .bd {
        height: 1.2rem;
        padding-right: 1rem;
    }

    #page2 .product-list li .item .bd .name {
        line-height: 1.5em;
        max-height: 3em;
    }

    #page2 .product-list li .item .bd .btns .btn-1 {
        height: 1.2rem;
        width: 0.9rem;
    }

    #page2 .product-list li .item .bd .btns .btn-2 {
        width: 0.6rem;
        height: 0.6rem;
        background-size: 0.36rem;
    }
}

#page2 .about-1 {
    padding: 0.6rem 0 1.2rem 0;
}

#page2 .about-1 .content {
    line-height: 0.28rem;
    text-align: justify;
    color: #666;
    padding: 0.4rem 0;
}

#page2 .about-1 .btns {
    border-bottom: 1px solid #d9d9d9;
}

#page2 .about-1 .btns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#page2 .about-1 .btns li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.5rem;
    cursor: pointer;
    margin-right: 0.55rem;
    font-size: 0.2rem;
    font-weight: 500;
    -webkit-transition: color .5s;
    transition: color .5s;
    position: relative;
}

#page2 .about-1 .btns li:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    bottom: -1px;
    height: 0.03rem;
    background: #108391;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#page2 .about-1 .btns li:hover,
#page2 .about-1 .btns li.on {
    color: #108391;
}

#page2 .about-1 .btns li:hover:before,
#page2 .about-1 .btns li.on:before {
    width: 100%;
}

#page2 .about-1 .btn-wrapper {
    padding: 0.4rem 0 0.6rem 0;
    min-height: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page2 .about-1 .btn-wrapper .img-list {
    width: 5.8rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.12rem;
    box-shadow: 0 0.07rem 0.2rem rgba(0,0,0,.06);
}

#page2 .about-1 .btn-wrapper .img-list .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 5;
    top: 0.1rem;
    right: 0.1rem;
    border-radius: 0.04rem;
    background: rgba(255,255,255,.3);
    width: 0.36rem;
    height: 0.36rem;
    cursor: pointer;
}

#page2 .about-1 .btn-wrapper .img-list .btn img {
    width: 0.16rem;
}

#page2 .about-1 .btn-wrapper .img-list li img {
    width: 100%;
    height: 3.43rem;
}

#page2 .about-1 .btn-wrapper .img-list .arrow {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    bottom: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#page2 .about-1 .btn-wrapper .img-list .arrow a {
    opacity: 0.5;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    margin: 0 0.05rem;
    background: #fff center no-repeat;
    background-size: 0.22rem;
    box-shadow: 0 0.07rem 0.2rem rgba(0,0,0,.06);
}

#page2 .about-1 .btn-wrapper .img-list .arrow a.prev {
    background-image: url(../../imgs/pages/prev12.svg);
}

#page2 .about-1 .btn-wrapper .img-list .arrow a.next {
    background-image: url(../../imgs/pages/next12.svg);
}

#page2 .about-1 .btn-wrapper .col {
    width: 5.8rem;
    height: 3.43rem;
    overflow-y: auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.2rem;
}

#page2 .about-1 .btn-wrapper .col::-webkit-scrollbar {
    width: .03rem;
    border-radius: .03rem;
}

#page2 .about-1 .btn-wrapper .col::-webkit-scrollbar-thumb {
    background: #108391;
    border-radius: .03rem;
}

#page2 .about-1 .btn-wrapper .col::-webkit-scrollbar-track {
    background: #f2f3f4;
    border-radius: .03rem;
}

#page2 .about-1 .btn-wrapper .col ul {
    margin-top: -0.2rem;
}

#page2 .about-1 .btn-wrapper .col li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: #d9d9d9 dashed 1px;
    padding: 0.2rem 0;
    line-height: 1.5em;
}

#page2 .about-1 .btn-wrapper .col li.li_01 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page2 .about-1 .btn-wrapper .col li.li_01 p {
    width: 70%;
    text-align: right;
}

@media screen and (max-width: 800px) {
    #page2 .about-1 .content {
        line-height: 1.7em;
    }

    #page2 .about-1 .btns li {
        font-size: 0.28rem;
        height: 0.8rem;
    }

    #page2 .about-1 .btn-wrapper .img-list {
        width: 100%;
    }

    #page2 .about-1 .btn-wrapper .img-list li img {
        height: 4.6rem;
    }

    #page2 .about-1 .btn-wrapper .img-list .arrow {
        bottom: 0.3rem;
    }

    #page2 .about-1 .btn-wrapper .img-list .arrow a {
        width: 0.6rem;
        height: 0.6rem;
        background-size: 0.3rem;
        margin: 0 0.1rem;
    }

    #page2 .about-1 .btn-wrapper .col {
        width: 100%;
        margin-top: 0.4rem;
        height: auto;
    }

    #page2 .about-1 .btn-wrapper .col li {
        line-height: 1.7em;
        flex-wrap: wrap;
    }
}

#page2 .about-1 .container {
    /* background: #f1f5f7; */
    /* padding: 0 0.4rem 0.4rem; */
    min-height: 5rem;
    border-radius: 0.06rem;
}

#page2 .about-1 .container .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.42rem 0 0.3rem 0;
    border-bottom: 1px solid #d9d9d9;
}

#page2 .about-1 .container .hd h2 {
    font-size: 0.24rem;
}

#page2 .about-1 .container .hd p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-size: 0.16rem;
}

#page2 .about-1 .container .hd p a {
    width: 0.76rem;
    margin: 0 0.08rem;
}

#page2 .about-1 .container .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #666;
    font-size: 0.16rem;
}

#page2 .about-1 .container .item .name {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.02rem;
}

@media screen and (min-width: 800px) {
    #page2 .about-1 .container .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.4rem;
    }

    #page2 .about-1 .container .row:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #d9d9d9;
    }

    #page2 .about-1 .container .row .col {
        width: 4.2rem;
    }

    #page2 .about-1 .container .row .col .item {
        padding: 0.06rem 0;
    }

    #page2 .about-1 .container>.item {
        margin-top: 0.4rem;
    }
}

@media screen and (max-width: 800px) {
    #page2 .about-1 .container .hd {
        margin-bottom: 0.2rem;
    }

    #page2 .about-1 .container .hd h2 {
        font-size: 0.3rem;
    }

    #page2 .about-1 .container .hd p {
        font-size: 0.2rem;
    }

    #page2 .about-1 .container .item {
        font-size: 0.24rem;
        line-height: 1.6em;
        padding-top: 0.1rem;
    }
}

#page2 .about-2 {
    min-height: 9rem;
    background: #f9f9f9;
    position: relative;
}

@media screen and (min-width: 800px) {
    #page2 .about-2 {
        padding: 0 0.8rem;
    }
}

#page2 .about-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 3.54rem;
    background: #fff;
    -webkit-transition: 0s;
    transition: 0s;
}

#page2 .about-2 .img-list {
    position: relative;
    z-index: 5;
}

@media screen and (min-width: 800px) {
    #page2 .about-2 .img-list img {
        width: 100%;
        height: 8.55rem;
    }
}

#page2 .about-2 .wal {
    position: relative;
    z-index: 5;
    padding-bottom: 1.2rem;
}

#page2 .about-2 .list-1 {
    padding: 0.6rem 0 0.5rem 0;
}

@media screen and (min-width: 800px) {
    #page2 .about-2 .list-1 ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #page2 .about-2 .list-1 li {
        width: 1.6rem;
    }
}

#page2 .about-2 .list-1 li .name {
    font-weight: 500;
    color: #666;
    padding-bottom: 0.24rem;
    border-bottom: 1px solid #c7cddd;
}

#page2 .about-2 .list-1 li h5 {
    font-size: 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.4rem;
    margin-top: 0.24rem;
    margin-right: -0.3rem;
}

@media screen and (max-width: 800px) {
    #page2 .about-2 .list-1 ul {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem 0.3rem;
    }
}

#page2 .about-2 .list-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page2 .about-2 .list-2 li {
    width: 5.8rem;
    border-bottom: #d9d9d9 solid 1px;
    padding: 0.2rem 0;
}

#page2 .about-2 .list-2 li p {
    color: #666;
    margin-top: 0.1rem;
}

#page2 .about-3 {
    padding: 1.2rem 0;
}

#page2 .about-3 .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.4rem;
}

#page2 .about-3 .list li {
    width: 25%;
    padding-left: 0.4rem;
    padding-top: 0.8rem;
}

#page2 .about-3 .list li .img {
    height: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#page2 .about-3 .list li .img div {
    position: relative;
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0,0,0,.05);
}

#page2 .about-3 .list li .img div:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: #108391 solid 0.04rem;
}

#page2 .about-3 .list li .img div img {
    max-height: 2.5rem;
    object-fit: scale-down;
}

#page2 .about-3 .list li .name {
    text-align: center;
    margin-top: 0.25rem;
    line-height: 1.8em;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../../imgs/pages/img272.svg) center no-repeat;
    background-size: 100% 100%;
    height: 0.93rem;
    padding-top: 0.06rem;
}

@media screen and (max-width: 800px) {
    #page2 .about-3 .list li {
        width: 50%;
    }
}

#page2 .about-4 {
    padding: 1.2rem 0;
    background: #f1f5f7;
}

#page2 .about-4 .list {
    margin-top: 0.8rem;
}

#page2 .about-4 .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.4rem;
    margin-bottom: -0.4rem;
}

#page2 .about-4 .list li {
    width: 50%;
    padding: 0 0 0.4rem 0.4rem;
}

#page2 .about-4 .list a {
    display: block;
    position: relative;
    padding: 0.3rem;
    background: #fff;
    border-radius: 0.06rem;
    min-height: 2.2rem;
}

#page2 .about-4 .list a .time {
    color: #999;
}

#page2 .about-4 .list a h5 {
    font-size: 0.2rem;
    line-height: 0.24rem;
    height: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 0.4rem;
}

#page2 .about-4 .list a p {
    line-height: 0.24rem;
    height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    margin-top: 0.2rem;
}

#page2 .about-4 .list a .zoomImg {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    border-radius: 0.06rem;
    width: 2.4rem;
}

#page2 .about-4 .list a .zoomImg img {
    height: 1.6rem;
}

#page2 .about-4 .list a:hover {
    color: #4fc2b8;
}

#page2 .about-4 .list li.img a {
    padding-right: 3rem;
}

#page2 .about-4 .list li.img a h5 {
    height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.16rem;
}

@media screen and (max-width: 800px) {
    #page2 .about-4 .list li {
        width: 100%;
    }

    #page2 .about-4 .list a h5 {
        font-size: 0.26rem;
        line-height: 0.38rem;
        height: 0.38rem;
        margin-top: 0.2rem;
    }

    #page2 .about-4 .list a p {
        line-height: 1.5em;
        height: 3em;
        margin-top: 0.1rem;
        font-size: 0.22rem;
    }

    #page2 .about-4 .list li.img a h5 {
        height: 0.38rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-top: 0.1rem;
    }
}

#page2 .contact-head {
    min-height: 3.6rem;
    background: #fff right center no-repeat;
    background-size: auto 100%;
    border-radius: 0.2rem;
    padding: 0.6rem 0;
    position: relative;
}

#page2 .contact-head .title {
    padding-bottom: 0.38rem;
}

#page2 .contact-head .title h2 {
    font-size: 0.22rem;
    font-weight: 500;
}

#page2 .contact-head .title .en {
    color: rgba(153,153,153,.6);
    margin-top: 0.1rem;
}

#page2 .contact-head .list {
    position: relative;
    /*padding-left: 1.44rem;*/
}

#page2 .contact-head .list .ewm {
    width: 1.2rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#page2 .contact-head .list li {
    padding-bottom: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page2 .contact-head .list li:last-child {
    padding-bottom: 0;
}

#page2 .contact-head .list li .name {
    color: #999;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#page2 .contact-head .list li p.tel {
    color: #108391;
    font-weight: bold;
}

#page2 .contact-head .list li p a {
    color: #4fc2b8;
    text-decoration: underline;
}

@media screen and (min-width: 800px) {
    #page2 .contact-head .map {
        width: 5.84rem;
        position: absolute;
        right: 0;
        top: 0.6rem;
    }
}

@media screen and (max-width: 800px) {
    #page2 .contact-head .title h2 {
        font-size: 0.32rem;
    }

    #page2 .contact-head .list {
        /*padding-left: 1.7rem;*/
    }

    #page2 .contact-head .list .ewm {
        width: 1.6rem;
    }

    #page2 .contact-head .map {
        margin-top: 0.4rem;
    }
}

#page2 .contact {
    padding: 0.6rem 0 1.2rem 0;
}

#page2 .contact ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.4rem;
}

#page2 .contact li {
    width: 50%;
    padding: 0.4rem 0 0 0.4rem;
}

#page2 .contact .item {
    min-height: 2.4rem;
    font-size: 0.16rem;
    background: url(../../imgs/pages/contact-bg.png) center no-repeat;
    background-size: cover;
    border-radius: 0.2rem;
    padding: 1rem 0.4rem 0 0.4rem;
    position: relative;
    box-shadow: 0 0 0.1rem rgba(0,0,0,.07);
}

#page2 .contact .item>.btn {
    display: block;
    width: 0.36rem;
    height: 0.36rem;
    background: url(../../imgs/pages/img36.svg) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
}

#page2 .contact .item .hd {
    padding-bottom: 0.13rem;
}

#page2 .contact .item .hd h3 {
    font-size: 0.22rem;
    color: #108391;
}

#page2 .contact .item .hd .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.25rem;
    height: 0.63rem;
    background: url(../../imgs/pages/img125.png) center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0 0.16rem 0.2rem;
}

#page2 .contact .item .hd .btn:before {
    content: "";
    display: block;
    width: 0.22rem;
    height: 0.22rem;
    background: url(../../imgs/pages/img22.svg) center no-repeat;
    background-size: 100%;
    margin-right: 0.08rem;
}

#page2 .contact .item dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0.13rem;
}

#page2 .contact .item dd .name {
    color: rgba(51,51,51,.6);
    -moz-text-align-last: justify;
    text-align-last: justify;
    width: 5em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 800px) {
    #page2 .contact li {
        width: 100%;
    }

    #page2 .contact .item {
        font-size: 0.24rem;
        padding-bottom: 0.27rem;
    }

    #page2 .contact .item>.btn {
        width: 0.42rem;
        height: 0.42rem;
    }

    #page2 .contact .item .hd h3 {
        font-size: 0.28rem;
    }

    #page2 .contact .item .hd .btn {
        width: 1.5rem;
        height: 0.75rem;
    }

    #page2 .contact .item .hd .btn:before {
        width: 0.28rem;
        height: 0.28rem;
    }
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@-webkit-keyframes rotateAnima {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateAnima {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#page3 {
    font-size: 0.16rem;
}

@media screen and (max-width: 800px) {
    #page3 {
        font-size: 0.24rem;
    }
}

#page3 .side-bar {
    width: 0.8rem;
    position: fixed;
    z-index: 20;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0.1rem 0 0 0.1rem;
}

#page3 .side-bar li {
    margin-bottom: 0.02rem;
    background: #fff;
    box-shadow: 0 0 0.04rem rgba(0,0,0,.1);
}
.long-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}
#page3 .side-bar li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.2rem;
}

#page3 .side-bar li a .ico img {
    width: 0.3rem;
}

#page3 .side-bar li a .name {
    font-size: 0.19rem;
    font-weight: 500;
    line-height: 0.22rem;
    margin-top: 0.06rem;
    color: #108391;
}

#page3 .side-bar li:nth-child(1) {
    border-radius: 0.1rem 0 0 0;
}

#page3 .side-bar li:last-child {
    border-radius: 0 0 0 0.1rem;
}

#page3 .side-bar .topA {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: #fff url(../../imgs/pages/img36_2.svg) center no-repeat;
    border-radius: 0.04rem;
    background-size: 0.6rem;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 0.14rem;
    box-shadow: 0 0 0.04rem rgba(0,0,0,.1);
}

#page3 .page-bg {
    background: #ebf0f2;
    padding: 0.2rem 0;
}

@media screen and (max-width: 800px) {
    #page3 .page-bg {
        padding: 0.3rem 0;
    }
}

#page3 .index-banner {
    position: relative;
}

#page3 .index-banner .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#page3 .index-banner .dots {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0.2rem;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#page3 .index-banner .dots span {
    margin: 0 0.03rem;
    width: 0.3rem;
    height: 0.04rem;
    border-radius: 0.04rem;
    background: rgba(255,255,255,.3);
    -webkit-transition: .5s;
    transition: .5s;
}

#page3 .index-banner .dots span.on {
    background: #fff;
}

#page3 .p-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #108391;
    font-weight: 500;
}

#page3 .p-more:after {
    content: "";
    width: 0.13rem;
    height: 0.13rem;
    margin-left: 0.1rem;
    background: url(../../imgs/pages/arrow13.svg) center no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 800px) {
    #page3 .p-more:after {
        width: 0.18rem;
        height: 0.18rem;
    }
}

#page3 .index-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page3 .index-title h2 {
    font-size: 0.2rem;
    line-height: 1em;
    padding-bottom: 0.16rem;
    background: url(../../imgs/pages/line3.svg) left bottom no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 800px) {
    #page3 .index-title h2 {
        font-size: 0.32rem;
        padding-bottom: 0.24rem;
    }
}

#page3 .index-about {
    padding: 0.4rem;
    background: #fff;
    margin-top: 0.2rem;
    position: relative;
}

#page3 .index-about .btn {
    position: absolute;
    z-index: 5;
    top: 0.2rem;
    right: 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: -webkit-linear-gradient(top, #108391 -3%, #4FC2B8 100%);
    background: linear-gradient(180deg, #108391 -3%, #4FC2B8 100%);
    box-shadow: 0 0.05rem 0.2rem rgba(16,131,145,.5);
    width: 0.7rem;
    height: 0.7rem;
}

#page3 .index-about .btn img {
    width: 0.4rem;
}

#page3 .index-about .btn:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 0.04rem solid rgba(255,255,255,.6);
    cursor: pointer;
}

#page3 .index-about .content {
    line-height: 0.28rem;
    text-align: justify;
    padding: 0.3rem 0;
}
#page3 .index-about .content *{
    max-width: 100%;
}

@media screen and (max-width: 800px) {
    #page3 .index-about .content {
        line-height: 1.75em;
    }
}

#page3 .index-search {
    margin-top: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page3 .index-search .col {
    width: 7.8rem;
    background: url(../../imgs/pages/img780.png) center no-repeat;
    background-size: cover;
    padding: 0.4rem;
    color: #fff;
}

@media screen and (min-width: 800px) {
    #page3 .index-search .col {
        height: 4.02rem;
    }
}

#page3 .index-search .col h2 {
    font-size: 0.24rem;
    line-height: 1em;
}

#page3 .index-search .col .list {
    height: 2.47rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*background: url(../../imgs/pages/line120.svg) 2.78rem center no-repeat;*/
    background-size: 1px;
}

#page3 .index-search .col ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

#page3 .index-search .col li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.1rem 0;
    width: 50%;
}

#page3 .index-search .col li .name {
    color: #999;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 5em;
}

#page3 .index-search .col .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    height: 0.46rem;
    font-weight: 500;
    border: #f79131 solid 1px;
    border-radius: 0.06rem;
    color: #f79131;
}

#page3 .index-search .col .btn a:hover {
    background: #f79131;
    color: #fff;
}

@media screen and (max-width: 800px) {
    #page3 .index-search .col {
        width: 100%;
        padding: 0.6rem 0.4rem;
    }

    #page3 .index-search .col h2 {
        font-size: 0.32rem;
    }

    #page3 .index-search .col .list {
        background-position: 60% center;
        height: 2.8rem;
    }

    #page3 .index-search .col ul {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #page3 .index-search .col li {
        width: auto;
    }

    #page3 .index-search .col li .name {
        color: #ccc;
    }

    #page3 .index-search .col .btn a {
        height: 0.68rem;
    }
}

#page3 .index-search .form {
    width: 4rem;
    background: #fff;
    padding: 0.4rem;
}

@media screen and (min-width: 800px) {
    #page3 .index-search .form {
        height: 4.02rem;
    }
}

#page3 .index-search .form .index-title {
    padding-bottom: 0.32rem;
}

#page3 .index-search .form li {
    padding-bottom: 0.1rem;
}

#page3 .index-search .form li:last-child {
    padding-bottom: 0;
}

#page3 .index-search .form li .input {
    border-radius: 0.05rem;
    border: 1px solid #d9d9d9;
}

#page3 .index-search .form li .input input::-webkit-input-placeholder {
    color: #999;
}

#page3 .index-search .form li .input input::-moz-placeholder {
    color: #999;
}

#page3 .index-search .form li .input input:-moz-placeholder {
    color: #999;
}

#page3 .index-search .form li .input input:-ms-input-placeholder {
    color: #999;
}

#page3 .index-search .form li .input textarea::-webkit-input-placeholder {
    color: #999;
}

#page3 .index-search .form li .input textarea::-moz-placeholder {
    color: #999;
}

#page3 .index-search .form li .input textarea:-moz-placeholder {
    color: #999;
}

#page3 .index-search .form li .input textarea:-ms-input-placeholder {
    color: #999;
}

#page3 .index-search .form li .input input,
#page3 .index-search .form li .input textarea {
    resize: none;
    width: 100%;
    padding: 0.07rem 0.1rem;
    height: 0.44rem;
    line-height: 0.3rem;
    font-size: 0.14rem;
}

#page3 .index-search .form li .input textarea {
    height: 0.77rem;
    line-height: 0.24rem;
    padding: 0.1rem 0.1rem;
}

@media screen and (min-width: 800px) {
    #page3 .index-search .form li #slider {
        width: 100%;
        border-radius: 0.05rem;
        height: 0.46rem;
    }

    #page3 .index-search .form li #slider .bar {
        background-image: url(../../imgs/pages/img56.svg);
        width: 0.56rem;
    }

    #page3 .index-search .form li #slider.on .bar {
        background-image: url(../../imgs/pages/img21.png);
        background-size: .21rem;
    }
}

#page3 .index-search .form .submit {
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255,255,255,.8);
    height: 0.46rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0.05rem;
    background: #108391;
}

@media screen and (max-width: 800px) {
    #page3 .index-search .form {
        width: 100%;
    }

    #page3 .index-search .form li {
        padding-bottom: 0.2rem;
    }

    #page3 .index-search .form li .input input,
    #page3 .index-search .form li .input textarea {
        padding: 0.2rem;
        height: 0.8rem;
        line-height: 0.4rem;
        font-size: 0.24rem;
    }

    #page3 .index-search .form li .input textarea {
        height: 2.8rem;
        line-height: 0.34rem;
        padding: 0.2rem;
    }

    #page3 .index-search .form .submit {
        height: 0.8rem;
        font-size: 0.28rem;
    }
}

#page3 .index-product {
    background: #fff;
    margin-top: 0.2rem;
    padding: 0.4rem;
}

#page3 .index-product .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.4rem;
}

#page3 .index-product .list li {
    width: 25%;
    padding: 0.4rem 0 0 0.4rem;
}

#page3 .index-product .list li .item {
    border-radius: 0.06rem;
    background: #fff;
    position: relative;
}

#page3 .index-product .list li .item .zoomImg {
    display: block;
    background: #fafafa;
    border-radius: 0.06rem 0.06rem 0 0;
}

#page3 .index-product .list li .item .zoomImg img {
    height: 2.65rem;
    width: 100%;
    object-fit: scale-down;
}

#page3 .index-product .list li .item .bd {
    padding: 0 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: #e5e5e5 solid 1px;
    border-top: 0;
    border-radius: 0 0 0.06rem 0.06rem;
    height: 1.54rem;
    width: 100%;
}

#page3 .index-product .list li .item .bd .name {
    font-weight: 500;
    max-height: 0.48rem;
    line-height: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}

#page3 .index-product .list li .item .bd .btns .btn-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.4rem;
    height: 0.46rem;
    background: #108391;
    border-radius: 0.06rem;
    font-weight: 500;
    color: #fff;
    margin-top: 0.22rem;
}

#page3 .index-product .list li .item .bd .btns .btn-1:hover {
    background: #4fc2b8;
}

#page3 .index-product .list li .item .bd .btns .btn-2 {
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    top: 0.12rem;
    right: 0.12rem;
    background: #f9d7af url(../../imgs/pages/img25.svg) center no-repeat;
    background-size: 0.26rem;
    display: block;
    width: 0.46rem;
    height: 0.46rem;
}

#page3 .index-product .list li .item .bd .btns .btn-2.on {
    background-color: #f79131;
    background-image: url(../../imgs/pages/img25on.svg);
}

@media screen and (max-width: 800px) {
    #page3 .index-product .list ul {
        margin-left: -0.2rem;
    }

    #page3 .index-product .list li {
        width: 50%;
        padding-left: 0.2rem;
    }

    #page3 .index-product .list li .item .zoomImg img {
        height: 3rem;
    }

    #page3 .index-product .list li .item .bd {
        height: 1.9rem;
    }

    #page3 .index-product .list li .item .bd .name {
        max-height: 3em;
        line-height: 1.5em;
    }

    #page3 .index-product .list li .item .bd .btns .btn-1 {
        width: 1.8rem;
        height: 0.6rem;
    }

    #page3 .index-product .list li .item .bd .btns .btn-2 {
        width: 0.6rem;
        height: 0.6rem;
        background-size: 0.36rem;
    }
}

#page3 .index-video {
    background: #fff;
    padding: 0.4rem;
    margin-top: 0.2rem;
}

#page3 .index-video .list {
    margin-top: 0.3rem;
    width: 100%;
    overflow: hidden;
}

#page3 .index-video .list ul {

}

#page3 .index-video .list li {
    padding-left: 0.4rem;
    width: 33.333%;
}

#page3 .index-video .list li .img {
    position: relative;
}

#page3 .index-video .list li .img img {
    width: 100%;
    height: 2rem;
    border-radius: 0.06rem;
}

#page3 .index-video .list li .img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../imgs/pages/video-btn60-2.svg) center no-repeat;
    background-size: 0.6rem;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

@media screen and (max-width: 800px) {
    #page3 .index-video .list ul {
        margin-left: -0.2rem;
    }

    #page3 .index-video .list li {
        padding-left: 0.2rem;
        width: 50%;
    }

    #page3 .index-video .list li .img:after {
        background-size: 0.8rem;
    }

    #page3 .index-video .list li:nth-child(3) {
        display: none;
    }
}

#page3 .index-honor {
    background: #fff;
    padding: 0.4rem;
    margin-top: 0.2rem;
}

#page3 .index-honor .list {
    margin-top: 0.3rem;
}

#page3 .index-honor .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
    #page3 .index-honor .list {
        padding-top: 0.4rem;
    }

    #page3 .index-honor .list ul {
        gap: 0.4rem 0;
    }
}

#page3 .index-honor .list li {
    width: 25%;
}

#page3 .index-honor .list li .img {
    height: 2.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#page3 .index-honor .list li .img div {
    box-shadow: 0 0.04rem 0.2rem 0 rgba(0,0,0,.06);
}

#page3 .index-honor .list li .img div img {
    max-height: 2.1rem;
    object-fit: scale-down;
}

#page3 .index-honor .list li .name {
    text-align: center;
    margin-top: 0.3rem;
    font-weight: 500;
}

@media screen and (max-width: 800px) {
    #page3 .index-honor .list li {
        width: 50%;
    }
}

#page3 .product-row {
    padding: 0.2rem 0;
    background: #ebf0f2;
}

@media screen and (min-width: 800px) {
    #page3 .product-row .wal {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 800px) {
    #page3 .product-row {
        padding: 0.4rem 0 0.3rem 0;
    }
}

@media screen and (min-width: 800px) {
    #page3 .product-row .side-nav {
        position: -webkit-sticky;
        position: sticky;
        top: 0.2rem;
        width: 2.03rem;
    }
}

#page3 .product-row .side-nav li {
    padding-bottom: 0.02rem;
}

#page3 .product-row .side-nav li:last-child {
    padding-bottom: 0;
}

#page3 .product-row .side-nav li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.56rem;
    padding: 0 0.2rem;
    background: #fff;
    font-weight: 500;
    color: #666;
    position: relative;
}

#page3 .product-row .side-nav li>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.3rem;
    width: 0.09rem;
    background: url(../../imgs/pages/img9.svg) center no-repeat;
    background-size: 100%;
}

/*#page3 .product-row .side-nav li>a:hover,*/
#page3 .product-row .side-nav li>a.on {
    background: #108391;
    color: #fff;
}

/*#page3 .product-row .side-nav li>a:hover:after,*/
#page3 .product-row .side-nav li>a.on:after {
    background-image: url(../../imgs/pages/img9on.svg);
}

@media screen and (max-width: 800px) {
    #page3 .product-row .side-nav {
        padding-bottom: 0.3rem;
    }

    #page3 .product-row .side-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #page3 .product-row .side-nav li {
        width: calc(50% - 1px);
    }

    #page3 .product-row .side-nav li>a {
        height: 1rem;
    }

    #page3 .product-row .side-nav li>a:after {
        right: 0.15rem;
        width: 0.12rem;
    }

    #page3 .product-row .side-nav li:last-child {
        width: calc(50% - 1px);
    }
}

#page3 .product-list {
    width: 9.77rem;
    padding: 0.3rem;
    background: #fff;
}

#page3 .product-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.4rem;
    margin-bottom: -0.4rem;
}

#page3 .product-list li {
    width: 33.333%;
    padding: 0 0 0.4rem 0.4rem;
}

#page3 .product-list li .item {
    border-radius: 0.06rem;
    background: #fff;
    position: relative;
}

#page3 .product-list li .item .zoomImg {
    display: block;
    background: #fafafa;
    border-radius: 0.06rem 0.06rem 0 0;
}

#page3 .product-list li .item .zoomImg img {
    height: 2.65rem;
    width: 100%;
    object-fit: scale-down;
}

#page3 .product-list li .item .bd {
    padding: 0 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: #e5e5e5 solid 1px;
    border-top: 0;
    border-radius: 0 0 0.06rem 0.06rem;
    height: 1.54rem;
    width: 100%;
}

#page3 .product-list li .item .bd .name {
    font-weight: 500;
    max-height: 0.48rem;
    line-height: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}

#page3 .product-list li .item .bd .btns .btn-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.4rem;
    height: 0.46rem;
    background: #108391;
    border-radius: 0.06rem;
    font-weight: 500;
    color: #fff;
    margin-top: 0.22rem;
}

#page3 .product-list li .item .bd .btns .btn-1:hover {
    background: #4fc2b8;
}

#page3 .product-list li .item .bd .btns .btn-2 {
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    top: 0.12rem;
    right: 0.12rem;
    background: #f9d7af url(../../imgs/pages/img25.svg) center no-repeat;
    background-size: 0.26rem;
    display: block;
    width: 0.46rem;
    height: 0.46rem;
}

#page3 .product-list li .item .bd .btns .btn-2.on {
    background-color: #f79131;
    background-image: url(../../imgs/pages/img25on.svg);
}

#page3 .product-list .page-num {
    padding: 0.6rem 0 0.3rem 0;
    margin-top: 0;
}

#page3 .product-list .page-num a {
    background: #f9f9f9;
    color: #333;
}

#page3 .product-list .page-num a:hover,
#page3 .product-list .page-num a.on {
    background: #108391;
    color: #fff;
}

@media screen and (max-width: 800px) {
    #page3 .product-list {
        width: 100%;
    }

    #page3 .product-list ul {
        margin-left: -0.2rem;
    }

    #page3 .product-list li {
        width: 50%;
        padding-left: 0.2rem;
    }

    #page3 .product-list li .item .zoomImg img {
        height: 3rem;
    }

    #page3 .product-list li .item .bd {
        height: 1.9rem;
    }

    #page3 .product-list li .item .bd .name {
        max-height: 3em;
        line-height: 1.5em;
    }

    #page3 .product-list li .item .bd .btns .btn-1 {
        width: 1.8rem;
        height: 0.6rem;
    }

    #page3 .product-list li .item .bd .btns .btn-2 {
        width: 0.6rem;
        height: 0.6rem;
        background-size: 0.36rem;
    }
}

#page3 .about-1 {
    padding: 0.4rem;
    background: #fff;
}

#page3 .about-1 .content {
    line-height: 0.28rem;
    text-align: justify;
    margin-top: 0.3rem;
}

@media screen and (max-width: 800px) {
    #page3 .about-1 .content {
        line-height: 1.7em;
    }
}

#page3 .about-2 {
    padding: 0.4rem;
    background: #fff;
    margin-top: 0.2rem;
}

#page3 .about-2 .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 0.3rem 0;
    border-bottom: 1px solid #d9d9d9;
}

#page3 .about-2 .hd h2 {
    font-size: 0.2rem;
}

#page3 .about-2 .hd p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
}

#page3 .about-2 .hd p a {
    width: 0.76rem;
    margin: 0 0.08rem;
}

#page3 .about-2 .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #666;
    font-size: 0.16rem;
}

#page3 .about-2 .item .name {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.02rem;
}

@media screen and (min-width: 800px) {
    #page3 .about-2 .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.4rem;
    }

    #page3 .about-2 .row:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #d9d9d9;
    }

    #page3 .about-2 .row .col {
        width: 4.2rem;
    }

    #page3 .about-2 .row .col .item {
        padding: 0.06rem 0;
    }

    #page3 .about-2>.item {
        margin-top: 0.4rem;
    }
}

@media screen and (max-width: 800px) {
    #page3 .about-2 .hd {
        margin-bottom: 0.2rem;
    }

    #page3 .about-2 .hd h2 {
        font-size: 0.3rem;
    }

    #page3 .about-2 .hd p {
        font-size: 0.2rem;
    }

    #page3 .about-2 .item {
        font-size: 0.24rem;
        line-height: 1.6em;
        padding-top: 0.1rem;
    }
}

#page3 .about-3 {
    background: #fff;
    margin-top: 0.2rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#page3 .about-3 .item {
    width: 1rem;
    height: 4.47rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: width .5s;
    transition: width .5s;
}

#page3 .about-3 .item .title {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    padding-top: 0.5rem;
    z-index: 5;
    -webkit-transition: .5s;
    transition: .5s;
}

#page3 .about-3 .item .title h2 {
    font-size: 0.2rem;
    width: 1em;
    color: #fff;
    line-height: 1.2em;
}

#page3 .about-3 .item .title:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0.52rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff url(../../imgs/pages/img22_2.svg) center no-repeat;
    background-size: 0.22rem;
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    box-shadow: 0 0.07rem 0.2rem rgba(0,0,0,.06);
}

#page3 .about-3 .item .wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10rem;
    padding: 0.5rem 0.5rem 0;
}

#page3 .about-3 .item .wrapper .btn {
    position: absolute;
    z-index: 5;
    top: 1.27rem;
    right: 3.19rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: -webkit-linear-gradient(top, #108391 -3%, #4FC2B8 100%);
    background: linear-gradient(180deg, #108391 -3%, #4FC2B8 100%);
    box-shadow: 0 0.05rem 0.2rem rgba(16,131,145,.5);
    width: 0.7rem;
    height: 0.7rem;
}

#page3 .about-3 .item .wrapper .btn img {
    width: 0.4rem;
}

#page3 .about-3 .item .wrapper .btn:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 0.04rem solid rgba(255,255,255,.6);
    cursor: pointer;
}

#page3 .about-3 .item .wrapper .hd {
    min-height: 1.49rem;
    border-bottom: #d9d9d9 dashed 1px;
    padding-top: 0.4rem;
}

#page3 .about-3 .item .wrapper .hd li {
    padding-bottom: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#page3 .about-3 .item .wrapper .hd li .name {
    color: #999;
    width: 1.26rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#page3 .about-3 .item .wrapper .hd li.li_01 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page3 .about-3 .item .wrapper .hd li.li_01 p {
    margin-top: 0.2rem;
    width: 100%;
}

#page3 .about-3 .item .wrapper .list {
    padding-top: 0.2rem;
}

#page3 .about-3 .item .wrapper .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page3 .about-3 .item .wrapper .list li {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.2rem;
}

#page3 .about-3 .item .wrapper .list li .name {
    color: #999;
    min-width: 0.94rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#page3 .about-3 .item .wrapper .list li:nth-child(odd) {
    width: 3.32rem;
}

#page3 .about-3 .item .wrapper .list li:nth-child(odd) .name {
    min-width: 1.26rem;
}

#page3 .about-3 .item:nth-child(1) .title {
    background: #108391;
}

#page3 .about-3 .item:nth-child(2) .title {
    background: #4fc2b8;
}

#page3 .about-3 .item:nth-child(3) .title {
    background: #f79131;
}

@media screen and (min-width: 800px) {
    #page3 .about-3 .item:nth-child(3) .wrapper .hd li .name {
        width: 0.94rem;
    }
}

#page3 .about-3 .item.on {
    width: 10rem;
}

#page3 .about-3 .item.on .title {
    opacity: 0;
    left: -1rem;
}

@media screen and (max-width: 800px) {
    #page3 .about-3 .item {
        height: 7.5rem;
    }

    #page3 .about-3 .item .title h2 {
        font-size: 0.28rem;
    }

    #page3 .about-3 .item .wrapper {
        width: 4.9rem;
        padding: 0.5rem 0.3rem;
        overflow-y: auto;
    }

    #page3 .about-3 .item .wrapper .btn {
        top: 0.5rem;
        right: 0.3rem;
    }

    #page3 .about-3 .item .wrapper .hd li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #page3 .about-3 .item .wrapper .hd li .name {
        width: 100%;
    }

    #page3 .about-3 .item .wrapper .hd li p {
        margin-top: 0.2rem;
        width: 100%;
    }

    #page3 .about-3 .item .wrapper .list li {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #page3 .about-3 .item.on {
        width: calc(100% - 2rem);
    }
}

#page3 .about-4 {
    padding: 0.4rem;
    background: #fff;
    margin-top: 0.2rem;
}

#page3 .about-4 .list {
    margin-top: 0.3rem;
}

@media screen and (max-width: 800px) {
    #page3 .about-4 .list {
        margin-top: 0.4rem;
    }
}

#page3 .about-4 .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -0.4rem;
}

#page3 .about-4 .list li {
    width: 25%;
    padding-bottom: 0.4rem;
}

#page3 .about-4 .list li .img {
    height: 2.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#page3 .about-4 .list li .img div {
    box-shadow: 0 0.04rem 0.2rem 0 rgba(0,0,0,.06);
}

#page3 .about-4 .list li .img div img {
    max-height: 2.1rem;
    object-fit: scale-down;
}

#page3 .about-4 .list li .name {
    text-align: center;
    margin-top: 0.18rem;
    font-weight: 500;
}

@media screen and (max-width: 800px) {
    #page3 .about-4 .list li {
        width: 50%;
    }
}

#page3 .about-5 {
    padding: 0.4rem;
    background: #fff;
    margin-top: 0.2rem;
}

#page3 .about-5 .list {
    margin-top: 0.2rem;
}

#page3 .about-5 .list li {
    border-bottom: #e5e5e5 solid 1px;
}

#page3 .about-5 .list li:last-child {
    border-bottom: 0;
}

#page3 .about-5 .list li a {
    display: block;
    position: relative;
    padding: 0.3rem 1.8rem 0.3rem 0.95rem;
}

#page3 .about-5 .list li a .time {
    color: #ccc;
    -webkit-transition: color .5s;
    transition: color .5s;
    font-size: 0.18rem;
}

@media screen and (min-width: 800px) {
    #page3 .about-5 .list li a .time {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#page3 .about-5 .list li a .time span {
    font-size: 0.2rem;
    font-weight: bold;
}

#page3 .about-5 .list li a h5 {
    color: #333;
    font-size: 0.18rem;
    line-height: 1.45em;
    height: 1.45em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#page3 .about-5 .list li a p {
    line-height: 0.26rem;
    height: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #666;
    margin-top: 0.1rem;
}

#page3 .about-5 .list li a .btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.2rem;
    height: 0.46rem;
    border: 1px solid #4fc2b8;
    color: #4fc2b8;
    border-radius: 0.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#page3 .about-5 .list li a .btn:hover {
    background: #4fc2b8;
    color: #fff;
}

@media screen and (max-width: 800px) {
    #page3 .about-5 .list li a {
        padding: 0.3rem 2rem 0.3rem 0;
    }

    #page3 .about-5 .list li a .time {
        font-size: 0.24rem;
        padding-bottom: 0.08rem;
    }

    #page3 .about-5 .list li a .time span {
        font-size: 0.24rem;
        padding-left: 0.1rem;
    }

    #page3 .about-5 .list li a h5 {
        font-size: 0.26rem;
        line-height: 1.8em;
        height: 1.8em;
    }

    #page3 .about-5 .list li a p {
        font-size: 0.2rem;
        line-height: 1.5em;
        height: 1.5em;
    }

    #page3 .about-5 .list li a .btn {
        width: 1.6rem;
        height: 0.56rem;
    }
}

#page3 .about-5 .list li a:hover .time {
    color: #f79131;
}

#page3 .contact-head {
    min-height: 3.6rem;
    background: #fff;
    padding: 0.4rem;
}

@media screen and (max-width: 800px) {
    #page3 .contact-head {
        padding-top: 20px;
        position: relative;
        z-index: 1;
    }

    #page3 .contact-head .map {
        margin-left: -0.4rem;
        margin-right: -0.4rem;
    }

    #page3 .contact-head .map img {
        height: 3rem;
    }
}

#page3 .contact-head .list {
    margin-top: 0.3rem;
}

#page3 .contact-head .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page3 .contact-head .list li {
    position: relative;
    padding-left: 0.8rem;
    font-weight: 500;
}

#page3 .contact-head .list li .ico {
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
    background: #fff;
    box-shadow: -0.02rem 0.02rem 0.1rem 0 rgba(0,0,0,.08);
}

#page3 .contact-head .list li .ico img {
    width: 0.3rem;
}

#page3 .contact-head .list li .name {
    color: #999;
    margin-bottom: 0.1rem;
}

#page3 .contact-head .list li p a {
    text-decoration: underline;
}

@media screen and (max-width: 800px) {
    #page3 .contact-head .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0.4rem 0;
    }

    #page3 .contact-head .list li {
        width: 100%;
    }
}

#page3 .contact {
    background: #fff;
    padding: 0.4rem;
    margin-top: 0.2rem;
}

#page3 .contact .list {
    margin-top: 0.3rem;
}

#page3 .contact li {
    margin-bottom: 0.2rem;
}

#page3 .contact li:last-child {
    margin-bottom: 0;
}

#page3 .contact .item {
    background: #f9f9f9;
    position: relative;
}

@media screen and (min-width: 800px) {
    #page3 .contact .item {
        height: 1.6rem;
        padding-bottom: 0.04rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#page3 .contact .item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0.04rem;
    background: #f79131;
    opacity: 0;
}

#page3 .contact .item>.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.9rem;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    background: #4fc2b8;
    font-weight: bold;
    color: #fff;
}

#page3 .contact .item .hd {
    width: 4.77rem;
    padding-left: 0.75rem;
    position: relative;
}

#page3 .contact .item .hd h3 {
    font-size: 0.2rem;
}

#page3 .contact .item .hd:after {
    content: "";
    display: block;
    position: absolute;
    left: 3.47rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 0.78rem;
    background: #d9d9d9;
}

#page3 .contact .item dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.06rem 0;
}

#page3 .contact .item dd .name {
    color: rgba(51,51,51,.6);
    -moz-text-align-last: justify;
    text-align-last: justify;
    width: 5em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 800px) {
    #page3 .contact .item {
        padding: 0.4rem 0 0.4rem 0.3rem;
    }

    #page3 .contact .item .hd {
        width: 100%;
        padding-left: 0;
    }

    #page3 .contact .item .hd h3 {
        font-size: 0.28rem;
    }

    #page3 .contact .item .hd:after {
        display: none;
    }
}

#page3 .contact .item:hover:before {
    opacity: 1;
}

#page3 .contact .item:hover>.btn {
    background: #f79131;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@-webkit-keyframes rotateAnima {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateAnima {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#page4 {
    font-size: 0.16rem;
}

@media screen and (max-width: 800px) {
    #page4 {
        font-size: 0.24rem;
    }
}

#page4 .side-bar {
    width: 0.84rem;
    position: fixed;
    z-index: 20;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0.1rem;
    box-shadow: 0.02rem 0.02rem 0.05rem rgba(0,0,0,.05);
    background: #fff;
}

#page4 .side-bar li {
    position: relative;
}

#page4 .side-bar li:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0.34rem;
    height: 1px;
    background: #108391;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#page4 .side-bar li:last-child:after {
    display: none;
}

#page4 .side-bar li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0.8rem;
}

#page4 .side-bar li a .ico img {
    width: 0.3rem;
}

#page4 .side-bar li a .name {
    font-size: 0.14rem;
    color: #108391;
}

@media screen and (max-width: 800px) {
    #page4 .side-bar li a {
        height: 1.2rem;
    }

    #page4 .side-bar li a .ico img {
        width: 0.34rem;
    }

    #page4 .side-bar li a .name {
        font-size: 0.18rem;
        width: 2em;
        line-height: 1.2em;
        margin-top: 0.04rem;
    }
}

#page4 .side-bar li a.topA {
    height: 0.64rem;
}

#page4 .side-bar li a.topA .ico img {
    width: 0.15rem;
}

@media screen and (max-width: 800px) {
    #page4 .side-bar li a.topA {
        height: 0.9rem;
    }

    #page4 .side-bar li a.topA .ico img {
        width: 0.2rem;
    }
}

#page4 .page-bg {
    background: #f9f9f9;
}

#page4 .index-banner {
    position: relative;
}

#page4 .index-banner .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#page4 .index-banner .list li a {
    display: block;
    position: relative;
}

#page4 .index-banner .list li a img {
    display: block;
    width: 100%;
    height: calc(100vh - 1.5rem);
}

#page4 .index-banner .list li a h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.48rem;
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
}

@media screen and (max-width: 800px) {
    #page4 .index-banner .list li a img {
        height: 4rem;
    }

    #page4 .index-banner .list li a h2 {
        font-size: 0.38rem;
        line-height: 1.6em;
    }
}

#page4 .index-banner .dots {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0.7rem;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#page4 .index-banner .dots span {
    margin: 0 0.03rem;
    width: 0.4rem;
    height: 0.04rem;
    border-radius: 0.04rem;
    background: rgba(255,255,255,.3);
    -webkit-transition: .5s;
    transition: .5s;
}

#page4 .index-banner .dots span.on {
    background: #fff;
}

@media screen and (max-width: 800px) {
    #page4 .index-banner .dots {
        bottom: 0.3rem;
    }
}

#page4 .p-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0.02rem solid #4fc2b8;
    height: 0.46rem;
    font-weight: bold;
    color: #4fc2b8;
    width: 3.23rem;
}

#page4 .p-more:hover {
    background: #4fc2b8;
    color: #fff;
}

@media screen and (max-width: 800px) {
    #page4 .p-more {
        height: 0.66rem;
    }
}

#page4 .index-title {
    text-align: center;
}

#page4 .index-title h2 {
    font-size: 0.32rem;
    line-height: 1em;
    color: #108391;
}

#page4 .index-title .en {
    font-size: 0.24rem;
    font-weight: 900;
    opacity: .1;
    line-height: 1em;
    margin-top: 0.05rem;
}

@media screen and (max-width: 800px) {
    #page4 .index-title h2 {
        font-size: 0.42rem;
    }

    #page4 .index-title .en {
        margin-top: 0.08rem;
    }
}

#page4 .index-about {
    padding: 1rem 0 0.7rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page4 .index-about .index-title {
    width: 100%;
    padding-bottom: 0.32rem;
}

#page4  .img-list {
    width: 7.97rem;
}

#page4  .img-list .big-img li {
    position: relative;
}

#page4  .img-list .big-img li img {
    width: 100%;
    height: 4.42rem;
}

#page4  .img-list .big-img li:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #fff url(../../imgs/pages/img23.svg) center no-repeat;
    background-size: 0.23rem;
    cursor: pointer;
    box-shadow: 0 0 0.14rem 0 rgba(0,0,0,.1);
}

#page4  .img-list .small-img {
    margin-top: 0.1rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#page4  .img-list .small-img .list-wrapper {
    margin-right: -0.1rem;
}

#page4  .img-list .small-img li {
    padding-right: 0.1rem;
    text-align: center;
}
#page4  .img-list .small-img li.on .img img {
    border-color: #108391;
}
#page4  .img-list .small-img li .img img {
    width: 100%;
    height: 1.42rem;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 0.04rem;
    border-radius: 0.06rem;
}


#page4  .img-list .small-img li .name {
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 0.6rem;
    background: #fff;
}

@media screen and (max-width: 800px) {
    #page4  .img-list {
        width: 100%;
    }

    #page4  .img-list .big-img li img {
        height: 3.8rem;
    }

    #page4  .img-list .small-img li .name {
        height: 0.8rem;
    }
}

#page4 .index-about .col {
    background: #fff;
    width: 3.93rem;
    min-height: 5.9rem;
    position: relative;
    padding: 1.5rem 0.3rem 0.3rem 0.3rem;
}

@media screen and (min-width: 800px) {
    #page4 .index-about .col h2 {
        position: absolute;
        left: 0.13rem;
        top: 0.19rem;
        background: url(../../imgs/pages/img405.png) center no-repeat;
        background-size: 100% 100%;
        width: 4.05rem;
        height: 1.2rem;
        font-size: 0.24rem;
        color: #fff;
        padding: 0.45rem 0 0 0.61rem;
        line-height: 1em;
    }
}

#page4 .index-about .col .content {
    line-height: 0.29rem;
    text-align: justify;
    min-height: 3.5rem;
    padding-bottom: 0.3rem;
}

#page4 .index-about .col .more a {
    width: 100%;
}

@media screen and (max-width: 800px) {
    #page4 .index-about .col {
        width: 100%;
        margin-top: 0.5rem;
        padding: 0.4rem;
    }

    #page4 .index-about .col h2 {
        font-size: 0.32rem;
        color: #108391;
    }

    #page4 .index-about .col .content {
        line-height: 1.8em;
        padding: 0.3rem 0;
    }
}

#page4 .index-search {
    background: url(../../imgs/pages/index-search-4.png) center no-repeat;
    background-size: cover;
    min-height: 7.8rem;
}

#page4 .index-search .wal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.2rem 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page4 .index-search .col {
    width: 5.9rem;
    color: #fff;
}

#page4 .index-search .col .index-title {
    text-align: left;
    padding-bottom: 0.4rem;
}

#page4 .index-search .col .index-title h2 {
    color: #fff;
}

#page4 .index-search .col .index-title .en {
    opacity: .4;
}

#page4 .index-search .col .list {
    padding-bottom: 0.44rem;
}

#page4 .index-search .col .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.2rem;
    margin-bottom: -0.2rem;
}

#page4 .index-search .col .list li {
    width: 50%;
    padding: 0 0 0.2rem 0.2rem;
}

#page4 .index-search .col .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.3rem;
    background: rgba(255,255,255,.22);
}

#page4 .index-search .col .list .item h5 {
    font-size: 0.24rem;
}

#page4 .index-search .col .list .item .name {
    color: #999;
    margin-top: 0.15rem;
}

#page4 .index-search .col .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.3rem;
    height: 0.46rem;
    font-weight: 500;
    border: #f79131 solid 1px;
    background: #f79131;
    border-radius: 0.06rem;
    color: #fff;
}

@media screen and (max-width: 800px) {
    #page4 .index-search .col .list .item {
        height: 1.5rem;
    }

    #page4 .index-search .col .list .item h5 {
        font-size: 0.28rem;
    }

    #page4 .index-search .col .btn a {
        height: 0.66rem;
    }
}

#page4 .index-search .form {
    width: 4.86rem;
    min-height: 5.2rem;
    background: #fff;
    padding: 0.5rem;
}

#page4 .index-search .form .index-title {
    padding-bottom: 0.45rem;
    text-align: left;
}

#page4 .index-search .form li {
    padding-bottom: 0.1rem;
}

#page4 .index-search .form li .input {
    border-radius: 0.05rem;
    border: 1px solid #eee;
}

#page4 .index-search .form li .input input::-webkit-input-placeholder {
    color: #999;
}

#page4 .index-search .form li .input input::-moz-placeholder {
    color: #999;
}

#page4 .index-search .form li .input input:-moz-placeholder {
    color: #999;
}

#page4 .index-search .form li .input input:-ms-input-placeholder {
    color: #999;
}

#page4 .index-search .form li .input textarea::-webkit-input-placeholder {
    color: #999;
}

#page4 .index-search .form li .input textarea::-moz-placeholder {
    color: #999;
}

#page4 .index-search .form li .input textarea:-moz-placeholder {
    color: #999;
}

#page4 .index-search .form li .input textarea:-ms-input-placeholder {
    color: #999;
}

#page4 .index-search .form li .input input,
#page4 .index-search .form li .input textarea {
    resize: none;
    width: 100%;
    padding: 0.15rem 0.1rem;
    height: 0.58rem;
    line-height: 0.28rem;
    font-size: 0.16rem;
}

#page4 .index-search .form li .input textarea {
    height: 1.76rem;
}

#page4 .index-search .form .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page4 .index-search .form #slider {
    width: 100%;
}

@media screen and (min-width: 800px) {
    #page4 .index-search .form #slider {
        border-radius: 0.05rem;
        height: 0.46rem;
    }

    #page4 .index-search .form #slider .bar {
        background-image: url(../../imgs/pages/img56.svg);
        width: 0.56rem;
    }

    #page4 .index-search .form #slider.on .bar {
        background-image: url(../../imgs/pages/img21.png);
        background-size: .21rem;
    }
}

#page4 .index-search .form .submit {
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255,255,255,.8);
    height: 0.46rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0.05rem;
    background: #108391;
    width: 1.27rem;
    margin-left: 0.1rem;
}

@media screen and (max-width: 800px) {
    #page4 .index-search .form li {
        padding-bottom: 0.2rem;
    }

    #page4 .index-search .form li .input input,
    #page4 .index-search .form li .input textarea {
        padding: 0.2rem;
        height: 0.78rem;
        line-height: 0.38rem;
        font-size: 0.24rem;
    }

    #page4 .index-search .form li .input textarea {
        height: 2.3rem;
    }

    #page4 .index-search .form .submit {
        height: 0.8rem;
        width: 1.8rem;
    }
}

@media screen and (max-width: 800px) {
    #page4 .index-search .wal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #page4 .index-search .col {
        width: 100%;
    }

    #page4 .index-search .form {
        width: 100%;
        margin-top: 0.5rem;
    }
}

#page4 .index-product {
    padding: 1.2rem 0 1rem 0;
}

#page4 .index-product .index-title {
    padding-bottom: 0.32rem;
}

#page4 .index-product .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0.8rem;
}

#page4 .index-product .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page4 .index-product .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#page4 .index-product .btns .btn-1 {
    width: 2.4rem;
    height: 0.46rem;
    border: 0.02rem solid #4fc2b8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #4fc2b8;
    font-weight: bold;
}

#page4 .index-product .btns .btn-1:hover {
    background: #4fc2b8;
    color: #fff;
}

#page4 .index-product .btns .btn-2 {
    border-radius: 50%;
    margin-left: 0.3rem;
    background: rgba(0,0,0,.14) url(../../imgs/pages/img25.svg) center no-repeat;
    background-size: 0.26rem;
    display: block;
    width: 0.46rem;
    height: 0.46rem;
}

#page4 .index-product .btns .btn-2.on {
    background-color: #f79131;
    background-image: url(../../imgs/pages/img25on.svg);
}

@media screen and (max-width: 800px) {
    #page4 .index-product .btns .btn-1 {
        width: 2.6rem;
        height: 0.66rem;
    }

    #page4 .index-product .btns .btn-2 {
        width: 0.66rem;
        height: 0.66rem;
        background-size: 0.36rem;
    }
}

#page4 .index-product .col {
    width: 4.94rem;
    background: url(../../imgs/pages/img494.png) center no-repeat;
    background-size: cover;
    height: 7.4rem;
    padding: 0.5rem;
    color: #fff;
    position: relative;
}

#page4 .index-product .col h5 a {
    color: #fff;
    font-size: 0.32rem;
}

#page4 .index-product .col p {
    width: 2.9rem;
    min-height: 1.14rem;
    padding: 0.26rem 0;
    color: rgba(255,255,255,.7);
}

#page4 .index-product .col .btns .btn-1 {
    width: 1.4rem;
}

#page4 .index-product .col .img {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
}

#page4 .index-product .col .img img {
    width: 100%;
    height: 3.94rem;
    object-fit: scale-down;
}

#page4 .index-product .list {
    width: 6.96rem;
}

#page4 .index-product .list li {
    padding-bottom: 0.1rem;
}

#page4 .index-product .list li:last-child {
    padding-bottom: 0;
}

#page4 .index-product .list li .item {
    height: 2.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #fff;
}

#page4 .index-product .list li .item .ico {
    width: 0.7rem;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
}

#page4 .index-product .list li .item .zoomImg {
    display: block;
    background: #fafafa;
    width: 2.4rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#page4 .index-product .list li .item .zoomImg img {
    height: 2.4rem;
    width: 100%;
    object-fit: scale-down;
}

#page4 .index-product .list li .item .bd {
    padding-left: 0.4rem;
    width: 100%;
}

#page4 .index-product .list li .item .bd .name {
    display: block;
    width: 2.45rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
    height: 0.52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.35rem;
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    #page4 .index-product .row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #page4 .index-product .col {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    #page4 .index-product .col p {
        width: 80%;
    }

    #page4 .index-product .col .btns .btn-1 {
        width: 2rem;
    }

    #page4 .index-product .list {
        width: 100%;
        margin-top: 0.5rem;
    }

    #page4 .index-product .list li {
        padding-bottom: 0.2rem;
    }

    #page4 .index-product .list li .item .bd .name {
        font-size: 0.26rem;
        line-height: 1.6em;
        height: 3.2em;
        width: 3.5rem;
        margin-bottom: 0.2rem;
    }
}

#page4 .index-img img {
    width: 100%;
}

#page4 .index-img iframe {
    height: 30em;
}

#page4 .index-honor {
    padding: 1rem 0;
}

#page4 .index-honor .list {
    padding: 0.32rem 0 0 0;
}

#page4 .index-honor .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.2rem;
}

#page4 .index-honor .list li {
    width: 33.333%;
    padding: 0 0 1.2rem 0.2rem;
}

#page4 .index-honor .list .item {
    position: relative;
    background: url(../../imgs/pages/img387.png) center no-repeat;
    background-size: cover;
    height: 4rem;
    padding: 0.4rem;
    -webkit-transition: color .5s;
    transition: color .5s;
}

#page4 .index-honor .list .item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../imgs/pages/img387on.png) center no-repeat;
    background-size: cover;
    opacity: 0;
}

#page4 .index-honor .list .item h5 {
    font-size: 0.32rem;
    line-height: 1.5em;
    position: relative;
    z-index: 2;
}

#page4 .index-honor .list .item .name {
    font-size: 0.18rem;
    margin-top: 0.05rem;
    opacity: .8;
    position: relative;
    z-index: 2;
}

#page4 .index-honor .list .item .img {
    position: absolute;
    left: 0.4rem;
    bottom: -0.4rem;
    box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.06);
}

#page4 .index-honor .list .item .img img {
    max-width: 2.6rem;
    max-height: 2.6rem;
    object-fit: cover;
}

#page4 .index-honor .list .item:hover {
    color: #fff;
}

#page4 .index-honor .list .item:hover:before {
    opacity: 1;
}

@media screen and (max-width: 800px) {
    #page4 .index-honor .list li {
        width: 50%;
    }

    #page4 .index-honor .list li:nth-child(3) {
        display: none;
    }

    #page4 .index-honor .list .item .name {
        font-size: 0.24rem;
    }
}

#page4 .index-honor .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#page4 .product-row {
    padding: 0.2rem 0;
    background: #f9f9f9;
}

#page4 .product-row .side-nav {
    background: #fff;
    padding: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#page4 .product-row .side-nav h2 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0.16rem;
}

#page4 .product-row .side-nav .list {
    width: 100%;
}

#page4 .product-row .side-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.1rem 0;
    margin-right: -0.2rem;
}

#page4 .product-row .side-nav li {
    min-width: 16.666%;
    padding-left: 0.2rem;
}

#page4 .product-row .side-nav li a {
    color: #666;
}

#page4 .product-row .side-nav li a:hover,
#page4 .product-row .side-nav li a.on {
    color: #108391;
}

#page4 .product-row .side-nav li a.on {
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    #page4 .product-row {
        padding: 0.4rem 0;
    }

    #page4 .product-row .side-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0.3rem;
    }

    #page4 .product-row .side-nav h2 {
        font-size: 0.28rem;
        padding-bottom: 0.2rem;
    }

    #page4 .product-row .side-nav ul {
        margin-left: -0.2rem;
    }

    #page4 .product-row .side-nav li {
        line-height: 1.5em;
    }
}

#page4 .product-list {
    padding-top: 0.2rem;
}

#page4 .product-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.2rem;
    margin-bottom: -0.2rem;
}

#page4 .product-list li {
    width: 25%;
    padding: 0 0 0.2rem 0.2rem;
}

#page4 .product-list li .item {
    border-radius: 0.1rem;
    background: #fff;
    position: relative;
}

#page4 .product-list li .item .zoomImg {
    display: block;
    border-radius: 0.1rem 0.1rem 0 0;
}

#page4 .product-list li .item .zoomImg img {
    height: 2.85rem;
    width: 100%;
    object-fit: scale-down;
}

#page4 .product-list li .item .bd {
    padding: 0.2rem;
}

#page4 .product-list li .item .bd .name {
    font-weight: 500;
    font-size: 0.18rem;
    height: 0.52rem;
    line-height: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#page4 .product-list li .item .bd .btns {
    margin-top: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page4 .product-list li .item .bd .btns .btn-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.8rem;
    height: 0.46rem;
    border: 0.02rem solid #4fc2b8;
    font-weight: 500;
    color: #4fc2b8;
}

#page4 .product-list li .item .bd .btns .btn-1:hover {
    background: #4fc2b8;
    color: #fff;
}

#page4 .product-list li .item .bd .btns .btn-2 {
    border-radius: 50%;
    margin-left: 0.2rem;
    background: rgba(0,0,0,.14) url(../../imgs/pages/img25.svg) center no-repeat;
    background-size: 0.26rem;
    display: block;
    width: 0.46rem;
    height: 0.46rem;
}

#page4 .product-list li .item .bd .btns .btn-2.on {
    background-color: #f79131;
    background-image: url(../../imgs/pages/img25on.svg);
}

@media screen and (max-width: 800px) {
    #page4 .product-list li {
        width: 50%;
    }

    #page4 .product-list li .item .zoomImg img {
        height: 3.4rem;
    }

    #page4 .product-list li .item .bd {
        padding: 0.3rem;
    }

    #page4 .product-list li .item .bd .name {
        font-size: 0.26rem;
        line-height: 1.5em;
        height: 3em;
    }

    #page4 .product-list li .item .bd .btns .btn-1 {
        width: 2rem;
        height: 0.66rem;
    }

    #page4 .product-list li .item .bd .btns .btn-2 {
        width: 0.66rem;
        height: 0.66rem;
        background-size: 0.36rem;
    }
}

#page4 .product-list .page-num {
    padding: 0.8rem 0 0.6rem 0;
    margin-top: 0;
}

#page4 .product-list .page-num a {
    background: #f9f9f9;
    color: #333;
}

#page4 .product-list .page-num a:hover,
#page4 .product-list .page-num a.on {
    background: #108391;
    color: #fff;
}

#page4 .about-1 {
    padding: 0.4rem 0 0.8rem 0;
}

#page4 .about-1 .index-title {
    padding-bottom: 0.3rem;
    text-align: left;
}

#page4 .about-1 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#page4 .about-1 .row .video {
    width: 3.87rem;
    position: relative;
}

#page4 .about-1 .row .video img {
    width: 100%;
    height: 2.15rem;
}

#page4 .about-1 .row .video:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #fff url(../../imgs/pages/img23.svg) center no-repeat;
    background-size: 0.23rem;
    cursor: pointer;
    box-shadow: 0 0 0.14rem 0 rgba(0,0,0,.1);
}

#page4 .about-1 .row .list {
    width: 7.97rem;
}

#page4 .about-1 .row .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.1rem;
    margin-bottom: -0.1rem;
}

#page4 .about-1 .row .list li {
    width: 33.333%;
    padding: 0 0 0.1rem 0.1rem;
}

#page4 .about-1 .row .list li img {
    height: 1.42rem;
}

#page4 .about-1 .row .list li .name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0.73rem;
    background: #fff;
    font-weight: 500;
}

#page4 .about-1 .content {
    line-height: 0.28rem;
    text-align: justify;
    margin-top: 0.2rem;
    background: #fff;
    padding: 0.3rem;
}

#page4 .about-1 .btns {
    border-bottom: 1px solid #d9d9d9;
}

#page4 .about-1 .btns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#page4 .about-1 .btns li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.5rem;
    cursor: pointer;
    margin-right: 0.55rem;
    font-size: 0.2rem;
    font-weight: 500;
    -webkit-transition: color .5s;
    transition: color .5s;
    position: relative;
}

#page4 .about-1 .btns li:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    bottom: -1px;
    height: 0.03rem;
    background: #108391;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#page4 .about-1 .btns li:hover,
#page4 .about-1 .btns li.on {
    color: #108391;
}

#page4 .about-1 .btns li:hover:before,
#page4 .about-1 .btns li.on:before {
    width: 100%;
}

#page4 .about-1 .btn-wrapper {
    padding: 0.4rem 0 0.6rem 0;
    min-height: 5rem;
    display: none;
}

#page4 .about-1 .btn-wrapper.on {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page4 .about-1 .btn-wrapper .img-list {
    width: 5.8rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.12rem;
    box-shadow: 0 0.07rem 0.2rem rgba(0,0,0,.06);
}

#page4 .about-1 .btn-wrapper .img-list .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 5;
    top: 0.1rem;
    right: 0.1rem;
    border-radius: 0.04rem;
    background: rgba(255,255,255,.3);
    width: 0.36rem;
    height: 0.36rem;
}

#page4 .about-1 .btn-wrapper .img-list .btn img {
    width: 0.16rem;
}

#page4 .about-1 .btn-wrapper .img-list li img {
    width: 100%;
    height: 3.43rem;
}

#page4 .about-1 .btn-wrapper .img-list .arrow {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    bottom: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.intro-2{
    max-height: 3.7rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}
.intro-3{
    max-height: 1.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}
#page4 .about-1 .btn-wrapper .img-list .arrow a {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    margin: 0 0.05rem;
    background: #fff center no-repeat;
    background-size: 0.22rem;
    box-shadow: 0 0.07rem 0.2rem rgba(0,0,0,.06);
}

#page4 .about-1 .btn-wrapper .img-list .arrow a.prev {
    background-image: url(../../imgs/pages/prev12.svg);
}

#page4 .about-1 .btn-wrapper .img-list .arrow a.next {
    background-image: url(../../imgs/pages/next12.svg);
}

#page4 .about-1 .btn-wrapper .col {
    width: 5.8rem;
    height: 3.43rem;
    overflow-y: auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.2rem;
}

#page4 .about-1 .btn-wrapper .col::-webkit-scrollbar {
    width: .03rem;
    border-radius: .03rem;
}

#page4 .about-1 .btn-wrapper .col::-webkit-scrollbar-thumb {
    background: #108391;
    border-radius: .03rem;
}

#page4 .about-1 .btn-wrapper .col::-webkit-scrollbar-track {
    background: #f2f3f4;
    border-radius: .03rem;
}

#page4 .about-1 .btn-wrapper .col ul {
    margin-top: -0.2rem;
}

#page4 .about-1 .btn-wrapper .col li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: #d9d9d9 dashed 1px;
    padding: 0.2rem 0;
    line-height: 1.5em;
}

#page4 .about-1 .btn-wrapper .col li.li_01 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page4 .about-1 .btn-wrapper .col li.li_01 p {
    width: 100%;
    margin-top: 0.2rem;
}

@media screen and (max-width: 800px) {
    #page4 .about-1 {
        padding: 0.8rem 0;
    }

    #page4 .about-1 .row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #page4 .about-1 .row .video {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    #page4 .about-1 .row .video img {
        height: 3.5rem;
    }

    #page4 .about-1 .content {
        line-height: 1.8em;
    }
}

#page4 .about-2 {
    padding: 0;
    background: #fff;
    border-radius: 0 0 0.2rem 0.2rem;
}

#page4 .about-2 .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 0.3rem 0;
    border-bottom: 1px solid #d9d9d9;
}

#page4 .about-2 .hd h2 {
    font-size: 0.2rem;
}

#page4 .about-2 .hd p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
}

#page4 .about-2 .hd p a {
    width: 0.76rem;
    margin: 0 0.08rem;
}

#page4 .about-2 .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #666;
    font-size: 0.16rem;
}

#page4 .about-2 .item .name {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.02rem;
}

@media screen and (min-width: 800px) {
    #page4 .about-2 .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.4rem;
    }

    #page4 .about-2 .row:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #d9d9d9;
    }

    #page4 .about-2 .row .col {
        width: 4.2rem;
    }

    #page4 .about-2 .row .col .item {
        padding: 0.06rem 0;
    }

    #page4 .about-2>.item {
        margin-top: 0.4rem;
    }
}

@media screen and (max-width: 800px) {
    #page4 .about-2 .hd {
        margin-bottom: 0.2rem;
    }

    #page4 .about-2 .hd h2 {
        font-size: 0.3rem;
    }

    #page4 .about-2 .hd p {
        font-size: 0.2rem;
    }

    #page4 .about-2 .item {
        font-size: 0.24rem;
        line-height: 1.6em;
        padding-top: 0.1rem;
    }
}

#page4 .about-3 {
    background: #108391 url(../../imgs/pages/bg618.png) right center no-repeat;
    background-size: auto 100%;
    position: relative;
    color: #fff;
}

@media screen and (min-width: 800px) {
    #page4 .about-3 .wal {
        min-height: 6.18rem;
        position: relative;
        padding: 0 0 0 2.04rem;
    }
}

@media screen and (min-width: 800px) {
    #page4 .about-3 .btns {
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        bottom: 0;
        width: 1.38rem;
        border-right: rgba(255,255,255,.5) solid 1px;
        padding-top: 1.18rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

#page4 .about-3 .btns li {
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 0.2rem;
    color: rgba(255,255,255,.5);
    padding-bottom: 0.07rem;
    cursor: pointer;
}

#page4 .about-3 .btns li:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0.03rem;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#page4 .about-3 .btns li:hover,
#page4 .about-3 .btns li.on {
    color: #fff;
}

#page4 .about-3 .btns li:hover:before,
#page4 .about-3 .btns li.on:before {
    width: 100%;
}

@media screen and (max-width: 800px) {
    #page4 .about-3 .btns {
        padding: 1rem 0 0 0;
        border-bottom: rgba(255,255,255,.15) solid 1px;
        width: 100%;
    }

    #page4 .about-3 .btns ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #page4 .about-3 .btns li {
        margin-bottom: 0;
        margin-right: 0.5rem;
        font-size: 0.3rem;
        position: relative;
        top: 1px;
        padding-bottom: 0.2rem;
    }
}

#page4 .about-3 .item {
    width: 4.88rem;
    padding: 1rem 0;
}

#page4 .about-3 .item li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.2rem 0;
    border-bottom: rgba(255,255,255,.5) dashed 1px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#page4 .about-3 .item li .name {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1em;
}

@media screen and (max-width: 800px) {
    #page4 .about-3 .item {
        width: 100%;
        padding: 0.4rem 0 1rem 0;
        line-height: 1.6em;
    }
}

#page4 .about-4 {
    padding: 1rem 0;
}

#page4 .about-4 .list-1 {
    padding: 0.4rem 0 0.3rem 0;
    border-bottom: #d9d9d9 solid 1px;
}

#page4 .about-4 .list-1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -0.3rem;
    margin-right: -0.3rem;
}

#page4 .about-4 .list-1 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 0.52rem;
    padding: 0 0.22rem;
}

#page4 .about-4 .list-1 li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0.2rem;
    background: #108391;
    -webkit-transform: translateY(-30%) rotate(25deg);
    -ms-transform: translateY(-30%) rotate(25deg);
    transform: translateY(-30%) rotate(25deg);
}

#page4 .about-4 .list-1 li:first-child:after {
    display: none;
}

#page4 .about-4 .list-1 li .name {
    font-size: 0.18rem;
    padding-right: 0.2rem;
    font-weight: 500;
    color: #999;
    -webkit-transform: translateY(0.04rem);
    -ms-transform: translateY(0.04rem);
    transform: translateY(0.04rem);
}

#page4 .about-4 .list-1 li h5 {
    font-size: 0.36rem;
    color: #108391;
}

@media screen and (max-width: 800px) {
    #page4 .about-4 .list-1 ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #page4 .about-4 .list-1 li {
        height: 1.2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0.5rem;
    }

    #page4 .about-4 .list-1 li:after {
        height: 0.3rem;
    }
    #page4 .about-4 .list-1 li:nth-child(3):after {
        display: none;
    }
    #page4 .about-4 .list-1 li:nth-child(4):after {
        display: block;
    }

    #page4 .about-4 .list-1 li .name {
        font-size: 0.24rem;
        padding: 0 0 0.1rem 0;
    }
}

#page4 .about-4 .list-2 {
    padding-top: 0.16rem;
}

#page4 .about-4 .list-2 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.1rem;
    color: #999;
    padding-left: 0.34rem;
    background: url(../../imgs/pages/img24.svg) left center no-repeat;
    background-size: 0.24rem;
}

#page4 .about-5 {
    padding: 1rem 0;
}

#page4 .about-5 .list {
    margin-top: 0.5rem;
}

#page4 .about-5 .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.2rem;
}

#page4 .about-5 .list li {
    width: 33.333%;
    padding: 0 0 0.2rem 0.2rem;
}

#page4 .about-5 .list li a {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0.3rem;
    background: #fff;
    min-height: 4.5rem;
}

#page4 .about-5 .list li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../imgs/pages/img450.png) center no-repeat;
    background-size: cover;
    opacity: 0;
}

#page4 .about-5 .list li a .time {
    font-size: 0.18rem;
    color: #666;
    position: relative;
    z-index: 2;
    -webkit-transition: color .5s;
    transition: color .5s;
}

#page4 .about-5 .list li a h5 {
    font-size: 0.2rem;
    line-height: 1.6em;
    height: 3.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.4rem;
    position: relative;
    z-index: 2;
}

#page4 .about-5 .list li a p {
    line-height: 1.6em;
    height: 6.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    opacity: .8;
    margin-top: 0.2rem;
    position: relative;
    z-index: 2;
}

#page4 .about-5 .list li a .btn {
    margin-top: 0.67rem;
    position: relative;
    z-index: 2;
    height: 0.46rem;
    border: 0.02rem solid #4fc2b8;
    color: #4fc2b8;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#page4 .about-5 .list li a:hover {
    color: #fff;
    box-shadow: 0.1rem 0.2rem 0.4rem rgba(0,0,0,.2);
}

#page4 .about-5 .list li a:hover:before {
    opacity: 1;
}

#page4 .about-5 .list li a:hover .time {
    color: #fff;
}

#page4 .about-5 .list li a:hover .btn {
    border-color: #fff;
    color: #fff;
}

@media screen and (max-width: 800px) {
    #page4 .about-5 .list li {
        width: 100%;
    }

    #page4 .about-5 .list li a .time {
        font-size: 0.24rem;
    }

    #page4 .about-5 .list li a h5 {
        font-size: 0.28rem;
        margin-top: 0.2rem;
        height: 1.6em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    #page4 .about-5 .list li a p {
        margin-top: 0.2rem;
    }

    #page4 .about-5 .list li a .btn {
        margin-top: 0.3rem;
        height: 0.66rem;
    }
}

#page4 .about-5 .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0.6rem;
}

#page4 .contact-head {
    padding: 0.4rem 0 0.6rem 0;
}

#page4 .contact-head .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page4 .contact-head .list li {
    width: 3.87rem;
    height: 3.8rem;
    padding:  0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../../imgs/pages/img387_4.png) center no-repeat;
    background-size: cover;
}

#page4 .contact-head .list li .ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: -webkit-linear-gradient(top, #108391 0%, #4FC2B8 100%);
    background: linear-gradient(180deg, #108391 0%, #4FC2B8 100%);
}

#page4 .contact-head .list li .ico img {
    width: 0.34rem;
}

#page4 .contact-head .list li .name {
    font-size: 0.2rem;
    font-weight: bold;
    padding: 0.4rem 0 0.5rem 0;
}

#page4 .contact-head .list li p {
    color: #999;
}

#page4 .contact-head .list li p a {
    text-decoration: underline;
    color: #999;
}

@media screen and (max-width: 800px) {
    #page4 .contact-head .list ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.3rem;
    }

    #page4 .contact-head .list li {
        width: 100%;
    }

    #page4 .contact-head .list li .ico {
        width: 0.9rem;
        height: 0.9rem;
    }

    #page4 .contact-head .list li .ico img {
        width: 0.6rem;
    }

    #page4 .contact-head .list li .name {
        font-size: 0.28rem;
        padding: 0.3rem 0;
    }
}

#page4 .contact {
    background: #ddd;
    position: relative;
}

#page4 .contact .map {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#page4 .contact .map .amap-info-sharp,
#page4 .contact .map .amap-info-close {
    display: none;
}

#page4 .contact .map .amap-info-content {
    border: 0;
    box-shadow: none;
}

#page4 .contact .map .amap-info-content {
    width: 4.07rem;
    padding: 0 0 0.3rem 0;
    background: none;
    margin-left: -0.35rem;
    margin-top: -2rem;
}

#page4 .contact .map .layer {
    background: #fff;
    width: 3.2rem;
    -webkit-transform: translate(0.4rem, -0.1rem);
    -ms-transform: translate(0.4rem, -0.1rem);
    transform: translate(0.4rem, -0.1rem);
}

#page4 .contact .map .layer img {
    display: block;
    width: 100%;
}

#page4 .contact .map .layer .name {
    padding: 0.24rem;
    font-weight: bold;
    color: #108391;
}

@media screen and (max-width: 800px) {
    #page4 .contact .map {
        position: relative;
        height: 8rem;
    }
}

#page4 .contact .wal {
    position: relative;
    z-index: 2;
    height: 6.9rem;
    pointer-events: none;
}

#page4 .contact .wal .list {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    bottom: 0;
    background: #108391;
    width: 3.86rem;
    color: #fff;
    padding: 0.45rem 0.1rem 0.45rem 0.5rem;
    pointer-events: auto;
}

#page4 .contact .wal .scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 6rem;
    padding-right: 0.35rem;
}

#page4 .contact .wal .scroll::-webkit-scrollbar {
    width: .03rem;
    border-radius: .03rem;
}

#page4 .contact .wal .scroll::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.4);
    border-radius: .03rem;
}

#page4 .contact .wal .scroll::-webkit-scrollbar-track {
    background: rgba(255,255,255,.1);
    border-radius: .03rem;
}

#page4 .contact .wal ul {
    margin-top: -0.45rem;
}

#page4 .contact .wal li {
    padding: 0.45rem 0 0.35rem 0;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

#page4 .contact .wal li:last-child {
    border-bottom: 0;
}

#page4 .contact .wal .item .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.13rem;
}

#page4 .contact .wal .item .hd h3 {
    font-size: 0.22rem;
}

#page4 .contact .wal .item .hd a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.8rem;
    height: 0.4rem;
    border: 0.02rem solid #4fc2b8;
    border-radius: 0.4rem;
    color: #fff;
    font-weight: 500;
}

#page4 .contact .wal .item .hd a:hover {
    background: #4fc2b8;
    border-color: #4fc2b8;
}

#page4 .contact .wal .item dd {
    padding-top: 0.17rem;
    font-weight: 500;
    color: rgba(255,255,255,.8);
}

#page4 .contact .wal .item:hover:before {
    opacity: 1;
}

#page4 .contact .wal .item:hover>.btn {
    background: #f79131;
}

@media screen and (max-width: 800px) {
    #page4 .contact .wal {
        height: 5.9rem;
    }

    #page4 .contact .wal .list {
        left: -0.3rem;
        width: calc(100% + 0.6rem);
        padding: 0.45rem 0.3rem;
        top: -2rem;
    }

    #page4 .contact .wal .scroll {
        height: 7.1rem;
    }

    #page4 .contact .wal .item .hd h3 {
        font-size: 0.28rem;
    }

    #page4 .contact .wal .item .hd a {
        width: 1.2rem;
        height: 0.6rem;
        border-radius: 0.6rem;
        font-size: 0.24rem;
    }
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@-webkit-keyframes rotateAnima {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateAnima {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#page5 {
    font-size: 0.16rem;
}

@media screen and (max-width: 800px) {
    #page5 {
        font-size: 0.24rem;
    }
}

#page5 .side-bar {
    width: 0.84rem;
    position: fixed;
    z-index: 20;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0.1rem;
    box-shadow: 0.02rem 0.02rem 0.05rem rgba(0,0,0,.05);
    background: #fff;
}

#page5 .side-bar li {
    position: relative;
}

#page5 .side-bar li:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0.34rem;
    height: 1px;
    background: #108391;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#page5 .side-bar li:last-child:after {
    display: none;
}

#page5 .side-bar li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0.8rem;
}

#page5 .side-bar li a .ico img {
    width: 0.3rem;
}

#page5 .side-bar li a .name {
    font-size: 0.14rem;
    color: #108391;
}

@media screen and (max-width: 800px) {
    #page5 .side-bar li a {
        height: 1.2rem;
    }

    #page5 .side-bar li a .ico img {
        width: 0.34rem;
    }

    #page5 .side-bar li a .name {
        font-size: 0.18rem;
        width: 2em;
        line-height: 1.2em;
        margin-top: 0.04rem;
    }
}

#page5 .side-bar li a.topA {
    height: 0.64rem;
}

#page5 .side-bar li a.topA .ico img {
    width: 0.15rem;
}

@media screen and (max-width: 800px) {
    #page5 .side-bar li a.topA {
        height: 0.9rem;
    }

    #page5 .side-bar li a.topA .ico img {
        width: 0.2rem;
    }
}

#page5 .page-bg {
    background: #f9f9f9;
}

#page5 .index-banner {
    position: relative;
}

#page5 .index-banner .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#page5 .index-banner .list li a {
    display: block;
    position: relative;
}

#page5 .index-banner .list li a img {
    display: block;
    width: 100%;
    height: calc(100vh - 1.3rem);
}

#page5 .index-banner .list li a h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-6rem, -50%);
    -ms-transform: translate(-6rem, -50%);
    transform: translate(-6rem, -50%);
    font-size: 0.48rem;
    line-height: 0.7rem;
    color: #fff;
}

@media screen and (max-width: 800px) {
    #page5 .index-banner .list li a img {
        height: 4rem;
    }

    #page5 .index-banner .list li a h2 {
        -webkit-transform: translate(-3.45rem, -50%);
        -ms-transform: translate(-3.45rem, -50%);
        transform: translate(-3.45rem, -50%);
        font-size: 0.38rem;
        line-height: 1.6em;
    }
}

#page5 .index-banner .dots {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0.7rem;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#page5 .index-banner .dots span {
    margin: 0 0.03rem;
    width: 0.4rem;
    height: 0.04rem;
    border-radius: 0.04rem;
    background: rgba(255,255,255,.3);
    -webkit-transition: .5s;
    transition: .5s;
}

#page5 .index-banner .dots span.on {
    background: #fff;
}

@media screen and (max-width: 800px) {
    #page5 .index-banner .dots {
        bottom: 0.3rem;
    }
}

#page5 .p-more,
#page5 .product-list li .item .bd .more,
#page5 .index-product .list li .item .bd .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #108391;
    width: 1.67rem;
    height: 0.46rem;
    font-weight: bold;
    color: #108391;
    font-size: 0.18rem;
}

#page5 .p-more:after,
#page5 .product-list li .item .bd .more:after,
#page5 .index-product .list li .item .bd .more:after {
    content: "";
    width: 0.17rem;
    height: 0.17rem;
    background: url(../../imgs/pages/arrow17.svg) center no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 800px) {
    #page5 .p-more,
    #page5 .product-list li .item .bd .more,
    #page5 .index-product .list li .item .bd .more {
        width: 1.8rem;
        height: 0.56rem;
        font-size: 0.24rem;
    }

    #page5 .p-more:after,
    #page5 .product-list li .item .bd .more:after,
    #page5 .index-product .list li .item .bd .more:after {
        width: 0.22rem;
        height: 0.22rem;
    }
}

#page5 .index-title h2 {
    font-size: 0.4rem;
    line-height: 1em;
    margin-top: 0.08rem;
}

#page5 .index-title .en {
    font-size: 0.18rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1em;
    color: #f79131;
}

#page5 .p-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#page5 .p-arrow a {
    margin-left: 0.2rem;
    width: 0.7rem;
    height: 0.7rem;
    background: rgba(255,255,255,.2) url(../../imgs/pages/next22.svg) center no-repeat;
    background-size: 0.22rem;
    border: 1px solid #fff;
    opacity: .7;
}

#page5 .p-arrow a:hover {
    opacity: 1;
}

#page5 .p-arrow a.prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#page5 .index-product {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#page5 .index-product:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 5rem;
    background: #108391;
    -webkit-transition: 0s;
    transition: 0s;
}

#page5 .index-product .wal {
    position: relative;
    z-index: 5;
    padding: 1.68rem 0 1.1rem 0;
}

#page5 .index-product .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.6rem;
}

#page5 .index-product .hd .index-title {
    color: #fff;
}

#page5 .index-product .list {
    width: 16.28rem;
    overflow: hidden;
    position: relative;
}

#page5 .index-product .list li {
    padding-right: 0.2rem;
}

#page5 .index-product .list li .item .zoomImg {
    display: block;
    background: #f6f6f6;
}

#page5 .index-product .list li .item .zoomImg img {
    transform: scale(1.5);
    height: 4.3rem;
    width: 100%;
    object-fit: scale-down;
}

#page5 .index-product .list li .item .zoomImg em {
    font-size: 0.64rem;
    color: #dcdddd;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#page5 .index-product .list li .item .img {
    position: relative;
}

#page5 .index-product .list li .item .img .zoomImg {
    display: block;
    background: #f6f6f6;
}

#page5 .index-product .list li .item .img .zoomImg img {
    height: 4.3rem;
    width: 100%;
    object-fit: scale-down;
}

#page5 .index-product .list li .item .img .num {
    font-size: 0.64rem;
    color: #dcdddd;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    line-height: 1rem;
    height: 0.5rem;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
#page5 .index-product .list li.swiper-slide-active .item .img .num {
    height: 1rem;
    color: #108391;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#page5 .index-product .list li .item .bd {
    padding-top: 0.23rem;
}

#page5 .index-product .list li .item .bd .name {
    display: block;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#page5 .index-product .list li .item .bd p {
    margin-top: 0.2rem;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
}

#page5 .index-product .list li .item .bd .more {
    margin-top: 0.2rem;
}

@media screen and (max-width: 800px) {
    #page5 .index-product .list {
        width: 8.14rem;
    }

    #page5 .index-product .list li .item .bd .name {
        font-size: 0.28rem;
        line-height: 1.4em;
        height: 1.4em;
    }

    #page5 .index-product .list li .item .bd p {
        line-height: 1.6em;
        height: 3.2em;
    }
}

#page5 .index-about {
    background: url(../../imgs/pages/index5-about.png) center no-repeat;
    background-size: cover;
    min-height: 7.4rem;
    padding: 1.2rem 0;
}

#page5 .index-about .container {
    width: 5.9rem;
    min-height: 5rem;
    background: #fff;
    box-shadow: 0 0 0.3rem 0 rgba(0,0,0,.1);
    padding: 0.5rem;
}

#page5 .index-about .container .content {
    color: #666;
    line-height: 0.28rem;
    text-align: justify;
    padding: 0.4rem 0 0.66rem 0;
}

@media screen and (max-width: 800px) {
    #page5 .index-about .container .content {
        padding: 0.4rem 0;
        line-height: 1.7em;
    }
}

#page5 .index-search .wal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.2rem 0 0 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../../imgs/pages/map-bg.png) center bottom no-repeat;
    background-size: 100%;
    min-height: 6.1rem;
}

#page5 .index-search .col {
    width: 100%;
}

#page5 .index-search .col .title h2 {
    font-size: 0.24rem;
}

#page5 .index-search .col .title .en {
    font-size: 0.16rem;
    color: #999;
    margin-top: 0.09rem;
}

#page5 .index-search .col .list {
    height: 3.19rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#page5 .index-search .col .list:after {
    content: "";
    display: block;
    position: absolute;
    left: 2.11rem;
    top: 0;
    bottom: 0;
    width: 2.67rem;
    background: url(../../imgs/pages/line267.svg) center no-repeat;
    background-size: 100%;
}

#page5 .index-search .col .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

#page5 .index-search .col .list li {
    width: 33.333%;
}

#page5 .index-search .col .list .item {
    padding: 0.3rem 0;
}

#page5 .index-search .col .list .item .name {
    color: #999;
    font-size: 0.18rem;
}

#page5 .index-search .col .list .item h5 {
    font-size: 0.18rem;
    margin-top: 0.2rem;
}

#page5 .index-search .col .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.6rem;
    height: 0.46rem;
    font-weight: 500;
    border: #f79131 solid 1px;
    background: #f79131;
    border-radius: 0.3rem;
    color: #fff;
}

#page5 .index-search .form {
    width: 3.87rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 4.9rem;
    background: #eef1f6;
    padding: 0.4rem 0.35rem;
}

#page5 .index-search .form h2 {
    font-size: 0.24rem;
    padding-bottom: 0.2rem;
}

#page5 .index-search .form li {
    padding-bottom: 0.14rem;
}

#page5 .index-search .form li .input {
    border-radius: 0.04rem;
    background: #fff;
}

#page5 .index-search .form li .input input::-webkit-input-placeholder {
    color: #333;
}

#page5 .index-search .form li .input input::-moz-placeholder {
    color: #333;
}

#page5 .index-search .form li .input input:-moz-placeholder {
    color: #333;
}

#page5 .index-search .form li .input input:-ms-input-placeholder {
    color: #333;
}

#page5 .index-search .form li .input textarea::-webkit-input-placeholder {
    color: #333;
}

#page5 .index-search .form li .input textarea::-moz-placeholder {
    color: #333;
}

#page5 .index-search .form li .input textarea:-moz-placeholder {
    color: #333;
}

#page5 .index-search .form li .input textarea:-ms-input-placeholder {
    color: #333;
}

#page5 .index-search .form li .input input,
#page5 .index-search .form li .input textarea {
    resize: none;
    width: 100%;
    padding: 0.1rem 0.14rem;
    height: 0.5rem;
    line-height: 0.3rem;
    font-size: 0.16rem;
}

#page5 .index-search .form li .input textarea {
    height: 1.37rem;
    padding: 0.14rem;
}

#page5 .index-search .form .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#page5 .index-search .form .submit {
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255,255,255,.8);
    margin-top: 0.06rem;
    height: 0.5rem;
    border-radius: 0.05rem;
    background: #108391;
}

@media screen and (max-width: 800px) {
    #page5 .index-search .wal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 1rem 0;
    }

    #page5 .index-search .col {
        width: 100%;
        padding-bottom: 0.6rem;
    }

    #page5 .index-search .col .title h2 {
        font-size: 0.32rem;
    }

    #page5 .index-search .col .title .en {
        font-size: 0.2rem;
    }

    #page5 .index-search .col .list {
        height: auto;

    }

    #page5 .index-search .col .list li:nth-child(3n+1) {
        width: 40%;
    }

    #page5 .index-search .col .list li:nth-child(3n+2) {
        width: 25%;
    }

    #page5 .index-search .col .list li:nth-child(3n+3) {
        width: 35%;
    }

    #page5 .index-search .col .list:after {
        display: none;
    }

    #page5 .index-search .col .list .item {
        padding: 0.2rem 0;
    }

    #page5 .index-search .col .list .item .name {
        font-size: 0.24rem;
        margin-bottom: 10px;
    }

    #page5 .index-search .col .list .item h5 {
        font-size: 0.28rem;
        margin-top: 0.12rem;
    }

    #page5 .index-search .col .btn a {
        width: 2rem;
        height: 0.7rem;
        border-radius: 0.4rem;
        font-size: 0.24rem;
    }

    #page5 .index-search .form {
        width: 100%;
    }

    #page5 .index-search .form h2 {
        font-size: 0.32rem;
    }

    #page5 .index-search .form li {
        padding-bottom: 0.2rem;
    }

    #page5 .index-search .form li .input input,
    #page5 .index-search .form li .input textarea {
        padding: 0.2rem;
        height: 0.8rem;
        line-height: 0.4rem;
        font-size: 0.24rem;
    }

    #page5 .index-search .form li .input textarea {
        height: 2.8rem;
        padding: 0.2rem;
    }

    #page5 .index-search .form .submit {
        height: 0.8rem;
        font-size: 0.28rem;
    }
}

#page5 .index-video {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#page5 .index-video:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 5rem;
    background: #108391;
    -webkit-transition: 0s;
    transition: 0s;
}

#page5 .index-video .wal {
    position: relative;
    z-index: 5;
    padding: 1.68rem 0 0 0;
}

#page5 .index-video .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.6rem;
}

#page5 .index-video .hd .index-title {
    color: #fff;
}

#page5 .index-video .list {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 37.8rem;
}

#page5 .index-video .list li {
    padding: 0 0.3rem;
}

#page5 .index-video .list li .img {
    position: relative;
    cursor: pointer;
}

#page5 .index-video .list li .img:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.6rem;
    height: 0.6rem;
    background: #fff url(../../imgs/pages/img23_2.svg) center no-repeat;
    background-size: 0.23rem;
    box-shadow: 0 0 0.14rem 0 rgba(0,0,0,.1);
    border-radius: 50%;
}

#page5 .index-video .list li .img img {
    width: 100%;
    height: 6rem;
}

@media screen and (max-width: 800px) {
    #page5 .index-video .list {
        width: 100%;
    }

    #page5 .index-video .list li {
        padding: 0 0.1rem;
    }

    #page5 .index-video .list li .img img {
        height: 4rem;
    }
    #page5 .index-video .wal{
        padding: 30px 0 0 0;
    }
    #page5 .about-2{
        padding: 30px 0 30px 0 !important;
    }
}

#page5 .index-honor {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#page5 .index-honor .wal {
    padding-top: 1.13rem;
    position: relative;
}

#page5 .index-honor .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.6rem;
}

#page5 .index-honor .hd .more {
    -webkit-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
}

#page5 .index-honor .container {
    position: absolute;
    left: 0;
    top: 3.74rem;
    width: 4.07rem;
}

#page5 .index-honor .container .name {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 1.8em;
    color: #108391;
    min-height: 1.59rem;
}

#page5 .index-honor .container .p-arrow {
    margin-left: -0.2rem;
    position: relative;
}

#page5 .index-honor .container .p-arrow:after {
    content: "";
    display: block;
    position: absolute;
    left: 1.92rem;
    top: 50%;
    right: 0;
    height: 1px;
    background: #d9d9d9;
}

#page5 .index-honor .container .p-arrow a {
    border-color: #108391;
    background-image: url(../../imgs/pages/next22on.svg);
    opacity: 1;
}

#page5 .index-honor .container .p-arrow a:hover {
    background-image: url(../../imgs/pages/next22.svg);
    background-color: #108391;
}

#page5 .index-honor .list {
    width: 12.7rem;
    position: relative;
    overflow: hidden;
    left: 3.67rem;
    z-index: 5;
}

#page5 .index-honor .list li {
    width: auto;
}

#page5 .index-honor .list .item {
    padding: 0 0 1.2rem 0.4rem;
    height: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#page5 .index-honor .list .item .name {
    display: none;
}

#page5 .index-honor .list .item .img img {
    max-width: 3.28rem;
    max-height: 3.8rem;
    object-fit: cover;
}

#page5 .index-honor .list .item:hover img {
    box-shadow: 0 0.2rem 0.2rem 0 rgba(0,0,0,.05);
}

@media screen and (max-width: 800px) {
    #page5 .index-honor .container {
        width: 2.6rem;
    }

    #page5 .index-honor .list {
        left: 2.4rem;
    }

    #page5 .index-honor .list .item {
        padding-left: 0.2rem;
    }
}

#page5 .product-row {
    padding: 0.6rem 0 0 0;
}

#page5 .product-row .side-nav {
    padding-bottom: 0.4rem;
}

#page5 .product-row .side-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1px;
    margin-bottom: -1px;
}

#page5 .product-row .side-nav li {
    min-width: 16.666%;
    padding: 0 0 1px 1px;
}

#page5 .product-row .side-nav li a {
    color: #666;
    background: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0.6rem;
}

#page5 .product-row .side-nav li a:hover,
#page5 .product-row .side-nav li a.on {
    color: #fff;
    background: #108391;
}

#page5 .product-row .side-nav li a.on {
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    #page5 .product-row .side-nav li {
        width: 33.333%;
    }

    #page5 .product-row .side-nav li a {
        height: 0.8rem;
    }
}

#page5 .product-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.2rem;
    margin-bottom: -0.4rem;
}

#page5 .product-list li {
    width: 33.333%;
    padding: 0 0 0.4rem 0.2rem;
}

#page5 .product-list li .item .zoomImg {
    display: block;
    background: #f6f6f6;
}

#page5 .product-list li .item .zoomImg img {
    transform: scale(1.5);
    height: 4.3rem;
    width: 100%;
    object-fit: scale-down;
}

#page5 .product-list li .item .bd {
    padding-top: 0.23rem;
}

#page5 .product-list li .item .bd .name {
    display: block;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#page5 .product-list li .item .bd p {
    margin-top: 0.2rem;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
}

#page5 .product-list li .item .bd .more {
    margin-top: 0.2rem;
}

@media screen and (max-width: 800px) {
    #page5 .product-list li {
        width: 50%;
    }

    #page5 .product-list li .item .bd .name {
        font-size: 0.28rem;
        line-height: 0.4rem;
        height: 0.4rem;
    }

    #page5 .product-list li .item .bd p {
        line-height: 1.6em;
        height: 3.2em;
    }
}

#page5 .product-list .page-num {
    padding: 0.8rem 0 1.2rem 0;
    margin-top: 0;
}

#page5 .product-list .page-num a {
    background: #f9f9f9;
    color: #333;
}

#page5 .product-list .page-num a:hover,
#page5 .product-list .page-num a.on {
    background: #108391;
    color: #fff;
}

#page5 .about-1 {
    background: url(../../imgs/pages/index5-about.png) center no-repeat;
    background-size: cover;
    min-height: 7.4rem;
    padding: 1.03rem 0;
}

#page5 .about-1 .wal {
    padding: 0.5rem;
    background: #fff;
}

#page5 .about-1 .content {
    line-height: 0.28rem;
    text-align: justify;
    padding: 0.4rem 0 0.3rem 0;
    min-height: 2.94rem;
}

#page5 .about-1 .btns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -0.18rem;
}

#page5 .about-1 .btns li {
    width: 33.333%;
    padding-left: 0.18rem;
}

#page5 .about-1 .btns li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0.6rem;
    border: 1px dashed #d9d9d9;
    color: #108391;
    font-size: 0.18rem;
    font-weight: 500;
}

#page5 .about-1 .btns li a:after {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../../imgs/pages/img20_15.svg) center no-repeat;
    background-size: 100%;
    margin-left: 0.22rem;
    display: none;
}

@media screen and (max-width: 800px) {
    #page5 .about-1 .btns li a {
        height: 0.8rem;
        font-size: 0.26rem;
    }

    #page5 .about-1 .btns li a:after {
        width: 0.24rem;
        height: 0.24rem;
        margin-left: 0.1rem;
    }
}

#page5 .about-1 .btns li:hover a,
#page5 .about-1 .btns li.on a {
    color: #fff;
    background: #108391;
    border-color: #108391;
}

#page5 .about-1 .btns li:hover a:after,
#page5 .about-1 .btns li.on a:after {
    background-image: url(../../imgs/pages/img20_15on.svg);
}

@media screen and (max-width: 800px) {
    #page5 .about-1 .wal {
        padding: 0.4rem;
    }

    #page5 .about-1 .content {
        padding: 0.3rem 0;
        line-height: 1.6em;
    }
}

#page5 .about-1-layer {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

#page5 .about-1-layer.show {
    opacity: 1;
    visibility: visible;
}

#page5 .about-1-layer .container {
    width: 5.9rem;
    background: #fff;
    padding: 0.6rem 0.7rem 0.7rem;
    position: relative;
}

#page5 .about-1-layer .container .close {
    cursor: pointer;
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../../imgs/pages/close30.svg) center no-repeat;
    background-size: 100%;
}

#page5 .about-1-layer .container h2 {
    font-size: 0.32rem;
    line-height: 0.52rem;
    padding-bottom: 0.4rem;
}

#page5 .about-1-layer .container li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.2rem 0;
    border-bottom: #d9d9d9 dashed 1px;
}

#page5 .about-1-layer .container li:last-child {
    border-bottom: 0;
}

#page5 .about-1-layer .container li .name {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.2rem;
}

#page5 .about-1-layer .container li.li_01 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page5 .about-1-layer .container li.li_01 p {
    width: 70%;
    text-align: right;
}

@media screen and (max-width: 800px) {
    #page5 .about-1-layer .container {
        width: 6.9rem;
        padding: 0.4rem;
        height: 8.1rem;
        overflow: auto;
    }

    #page5 .about-1-layer .container .close {
        width: 0.44rem;
        height: 0.44rem;
    }

    #page5 .about-1-layer .container h2 {
        font-size: 0.38rem;
        padding-bottom: 0.3rem;
    }

    #page5 .about-1-layer .container li {
        line-height: 1.6em;
    }
}

#page5 .about-2 {
    padding: 1.37rem 0 1.2rem 0;
}

#page5 .about-2 .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 0.3rem 0;
    border-bottom: 1px solid #d9d9d9;
}

#page5 .about-2 .hd h2 {
    font-size: 0.2rem;
}

#page5 .about-2 .hd p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
}

#page5 .about-2 .hd p a {
    width: 0.76rem;
    margin: 0 0.08rem;
}

#page5 .about-2 .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #666;
    font-size: 0.16rem;
}

#page5 .about-2 .item .name {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.02rem;
}

@media screen and (min-width: 800px) {
    #page5 .about-2 .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0.4rem;
    }

    #page5 .about-2 .row:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #d9d9d9;
    }

    #page5 .about-2 .row .col {
        width: 4.2rem;
    }

    #page5 .about-2 .row .col .item {
        padding: 0.06rem 0;
    }

    #page5 .about-2>.item {
        margin-top: 0.4rem;
    }
}

@media screen and (max-width: 800px) {
    #page5 .about-2 .hd {
        margin-bottom: 0.2rem;
    }

    #page5 .about-2 .hd h2 {
        font-size: 0.3rem;
    }

    #page5 .about-2 .hd p a {
        width: 0.88rem;
    }

    #page5 .about-2 .item {
        font-size: 0.24rem;
        line-height: 1.6em;
        padding-top: 0.1rem;
    }
}

#page5 .about-3 {
    position: relative;
}

#page5 .about-3 .big img {
    display: block;
    width: 100%;
}

@media screen and (min-width: 800px) {
    #page5 .about-3 .list {
        position: absolute;
        z-index: 5;
        left: 50%;
        top: 1.79rem;
        margin-left: -6rem;
        background: #fff;
        width: 3.87rem;
        padding: 0.4rem;
        box-shadow: 0 0 0.3rem 0 rgba(0,0,0,.1);
    }

    #page5 .about-3 .list .close {
        cursor: pointer;
        position: absolute;
        right: 0.2rem;
        top: 0.2rem;
        width: 0.3rem;
        height: 0.3rem;
        background: url(../../imgs/pages/close30.svg) center no-repeat;
        background-size: 100%;
    }
}

#page5 .about-3 .list li {
    padding: 0.06rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#page5 .about-3 .list li .name {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.1rem;
}

#page5 .about-3 .list li p {
    color: #666;
}

@media screen and (max-width: 800px) {
    #page5 .about-3 .list {
        background: #f9f9f9;
        padding: 0.5rem 0.3rem;
    }

    #page5 .about-3 .list li {
        padding: 0.1rem 0;
    }
    #page5 .about-3 .big-img iframe {
        height: 30em;
    }
}

#page5 .about-5 {
    padding: 1.13rem 0 1.2rem 0;
}

#page5 .about-5 .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.6rem;
}

#page5 .about-5 .hd .more {
    -webkit-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
}

#page5 .about-5 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.2rem;
    margin-bottom: -0.2rem;
}

#page5 .about-5 li {
    width: 50%;
    padding: 0 0 0.2rem 0.2rem;
}

@media screen and (max-width: 800px) {
    #page5 .about-5 li {
        width: 100%;
    }
}

#page5 .about-5 li a {
    display: block;
    position: relative;
    border-radius: 0.06rem;
    background: #fff;
    padding: 0.3rem;
}

#page5 .about-5 li a .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0.06rem;
}

#page5 .about-5 li a .time,
#page5 .about-5 li a h5,
#page5 .about-5 li a p {
    position: relative;
    z-index: 5;
}

#page5 .about-5 li a .time {
    font-weight: 500;
    color: #999;
    -webkit-transition: color .5s;
    transition: color .5s;
}

#page5 .about-5 li a h5 {
    margin-top: 0.4rem;
    font-size: 0.2rem;
    height: 0.24rem;
    line-height: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#page5 .about-5 li a p {
    margin-top: 0.2rem;
    color: #666;
    line-height: 0.24rem;
    height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: color .5s;
    transition: color .5s;
}

@media screen and (max-width: 800px) {
    #page5 .about-5 li a h5 {
        font-size: 0.28rem;
        height: auto;
        overflow: initial;
    }

    #page5 .about-5 li a p {
        line-height: 1.6em;
        height: 3.2em;
        color: #666 !important;
    }
    #page5 .about-5 li a .time{
        color: #666 !important;
    }
}

#page5 .about-5 li a:hover {
    color: #fff;
}

#page5 .about-5 li a:hover .img img {
    opacity: 1;
}

#page5 .about-5 li a:hover .time,
#page5 .about-5 li a:hover p {
    color: #fff;
}

#page5 .contact-head {
    padding: 1.2rem 0 1rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page5 .contact-head .list {
    width: 3.87rem;
    background: #fff;
    padding: 0 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 800px) {
    #page5 .contact-head .list {
        height: 4.15rem;
    }
}

#page5 .contact-head .list ul {
    width: 100%;
    word-break: break-all;
}

#page5 .contact-head .list li {
    position: relative;
    padding: 0.32rem 0 0.32rem 0.5rem;
    border-bottom: #eef1f6 solid 1px;
}

#page5 .contact-head .list li:last-child {
    border-bottom: 0;
}

#page5 .contact-head .list li .ico {
    width: 0.3rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#page5 .contact-head .list li .name {
    font-size: 0.18rem;
    line-height: 0.26rem;
    color: #999;
    font-weight: 500;
}

#page5 .contact-head .list li p {
    margin-top: 0.1rem;
    line-height: 0.2rem;
}

#page5 .contact-head .list li p a {
    text-decoration: underline;
    font-size: 0.18rem;
    font-weight: 500;
}

#page5 .contact-head .list li p.tel {
    font-size: 0.18rem;
    font-weight: 500;
}

#page5 .contact-head .map {
    width: 7.93rem;
}

#page5 .contact-head .map img {
    width: 100%;
    height: 4.15rem;
}

@media screen and (max-width: 800px) {
    #page5 .contact-head {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: .6rem 0 1rem 0;
    }
    #page5 .about-5 li a:hover{
        color: #3d3d3d;
    }
    #page5 .contact-head .list {
        width: 100%;
        padding: 0.2rem 0.4rem;
    }

    #page5 .contact-head .list li {
        padding: 0.4rem 0 0.4rem 0.68rem;
    }

    #page5 .contact-head .list li .ico {
        width: 0.48rem;
    }

    #page5 .contact-head .list li .name {
        font-size: 16px;
        line-height: 0.38rem;
    }

    #page5 .contact-head .list li p {
        line-height: 1.6em;
    }

    #page5 .contact-head .list li p a {
        font-size: 0.28rem;
    }

    #page5 .contact-head .list li p.tel {
        font-size: 0.28rem;
        font-weight: bold;
    }

    #page5 .contact-head .map {
        width: 100%;
    }
}

#page5 .contact {
    padding: 1.13rem 0 1.2rem 0;
}

#page5 .contact .list {
    margin-top: 0.6rem;
}

#page5 .contact .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

#page5 .contact .list li {
    width: 50%;
    padding: 0 0 0.2rem 0.2rem;
}

#page5 .contact .list .item {
    min-height: 2.48rem;
    background: #f1f5f7;
    border-left: #108391 solid 0.03rem;
    padding: 0.4rem 0 0.3rem 0.57rem;
    position: relative;
}

#page5 .contact .list .item h3 {
    font-size: 0.22rem;
    color: #108391;
    line-height: 1.6em;
    padding-bottom: 0.32rem;
}

#page5 .contact .list .item dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 0.13rem;
}

#page5 .contact .list .item dd .name {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: .6;
}

#page5 .contact .list .item .img {
    width: 1.2rem;
    position: absolute;
    right: 0.4rem;
    bottom: 0.4rem;
}

#page5 .contact .list .item .img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,.4);
    -webkit-backdrop-filter: blur(0.04rem);
    backdrop-filter: blur(0.04rem);
}

#page5 .contact .list .item .img a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0.46rem;
    background: #108391;
    color: #fff;
    font-weight: 500;
}

#page5 .contact .list .item .img a:before {
    content: "";
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.05rem;
    background: url(../../imgs/pages/img22.svg) center no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 800px) {
    #page5 .contact .list li {
        width: 100%;
    }

    #page5 .contact .list .item {
        padding-left: 0.4rem;
    }

    #page5 .contact .list .item h3 {
        font-size: 16px;
    }

    #page5 .contact .list .item .img {
        width: 1.6rem;
    }

    #page5 .contact .list .item .img a {
        height: 0.6rem;
    }

    #page5 .contact .list .item .img a:before {
        width: 0.28rem;
        height: 0.28rem;
    }
}

#page5 .certification-1 {
    padding: 0.93rem 0 1.2rem 0;
}

#page5 .certification-1 .search {
    margin-top: 0.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

#page5 .certification-1 .search:hover {
    z-index: 30;
}

#page5 .certification-1 .search .select {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.1rem;
    width: 1.8rem;
    position: relative;
}

#page5 .certification-1 .search .select .name {
    border: 1px solid #e5e5e5;
    height: 0.6rem;
    border-radius: 0.06rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.24rem;
    font-size: 0.18rem;
    font-weight: 500;
}

#page5 .certification-1 .search .select .name:after {
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../../imgs/pages/down.svg) center no-repeat;
    background-size: 100%;
}

#page5 .certification-1 .search .select .select-layer {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background: #fff;
    border: #e5e5e5 solid 1px;
    border-top: 0;
    border-radius: 0 0 0.06rem 0.06rem;
    z-index: 5;
    margin-top: -0.06rem;
    padding-top: 0.06rem;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 2rem;
    display: none;
}

#page5 .certification-1 .search .select .select-layer::-webkit-scrollbar {
    width: .03rem;
    border-radius: .03rem;
}

#page5 .certification-1 .search .select .select-layer::-webkit-scrollbar-thumb {
    background: #108391;
    border-radius: .03rem;
}

#page5 .certification-1 .search .select .select-layer::-webkit-scrollbar-track {
    background: #f2f3f4;
    border-radius: .03rem;
}

#page5 .certification-1 .search .select .select-layer dd {
    padding: 0.12rem 0.24rem;
    border-top: #eee solid 1px;
}

#page5 .certification-1 .search .select .select-layer dd:hover {
    color: #108391;
}

#page5 .certification-1 .search .select.show {
    z-index: 30;
}

#page5 .certification-1 .search .select.show .select-layer {
    display: block;
}

#page5 .certification-1 .search .input {
    width: 100%;
    border-radius: 0.06rem;
    border: 1px solid #e5e5e5;
    height: 0.6rem;
}

#page5 .certification-1 .search .input input::-webkit-input-placeholder {
    color: #999;
}

#page5 .certification-1 .search .input input::-moz-placeholder {
    color: #999;
}

#page5 .certification-1 .search .input input:-moz-placeholder {
    color: #999;
}

#page5 .certification-1 .search .input input:-ms-input-placeholder {
    color: #999;
}

#page5 .certification-1 .search .input textarea::-webkit-input-placeholder {
    color: #999;
}

#page5 .certification-1 .search .input textarea::-moz-placeholder {
    color: #999;
}

#page5 .certification-1 .search .input textarea:-moz-placeholder {
    color: #999;
}

#page5 .certification-1 .search .input textarea:-ms-input-placeholder {
    color: #999;
}

#page5 .certification-1 .search .input input {
    height: 0.58rem;
    line-height: 0.58rem;
    padding: 0 0.2rem;
    font-size: 0.18rem;
    width: 100%;
}

#page5 .certification-1 .search .submit {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0.1rem;
    width: 1.2rem;
    height: 0.6rem;
    background: #108391;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.18rem;
    font-weight: bold;
    border-radius: 0.06rem;
}

#page5 .certification-1 .search .submit:before {
    content: "";
    width: 0.19rem;
    height: 0.19rem;
    background: url(../../imgs/pages/search.svg) center no-repeat;
    background-size: 100%;
    margin-right: 0.1rem;
}

@media screen and (max-width: 800px) {
    #page5 .certification-1 .search .select .name {
        height: 0.76rem;
        font-size: 0.24rem;
    }

    #page5 .certification-1 .search .select .name:after {
        width: 0.26rem;
        height: 0.26rem;
    }

    #page5 .certification-1 .search .select .select-layer {
        max-height: 4rem;
    }

    #page5 .certification-1 .search .select .select-layer dd {
        padding: 0.16rem 0.24rem;
        font-size: 0.24rem;
    }

    #page5 .certification-1 .search .input {
        height: 0.76rem;
    }

    #page5 .certification-1 .search .input input {
        height: 0.74rem;
        line-height: 0.74rem;
        font-size: 0.24rem;
    }

    #page5 .certification-1 .search .submit {
        height: 0.76rem;
        width: 1.3rem;
        font-size: 0.24rem;
    }

    #page5 .certification-1 .search .submit:before {
        width: 0.26rem;
        height: 0.26rem;
    }
}

#page5 .certification-1 .list {
    margin-top: 0.4rem;
}

#page5 .certification-1 .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.17rem;
    margin-bottom: -0.17rem;
}

#page5 .certification-1 .list li {
    width: 33.333%;
    padding: 0 0 0.17rem 0.17rem;
}

#page5 .certification-1 .list li .item {
    padding: 0.4rem;
    background: #f6f6f6;
}

#page5 .certification-1 .list li .item h5 {
    font-size: 0.2rem;
    font-weight: 500;
}

#page5 .certification-1 .list li .item p {
    font-size: 0.18rem;
    line-height: 1.6em;
    color: #666;
    margin-top: 0.1rem;
}

@media screen and (max-width: 800px) {
    #page5 .certification-1 .list li {
        width: 50%;
    }

    #page5 .certification-1 .list li .item {
        padding: 0.24rem;
    }

    #page5 .certification-1 .list li .item h5 {
        font-size: 0.28rem;
    }

    #page5 .certification-1 .list li .item p {
        font-size: 0.24rem;
    }
}

#page5 .certification-1 .page-num {
    margin-top: 0.6rem;
}

#page5 .certification-2 {
    padding: 1.13rem 0 1.2rem 0;
}

#page5 .certification-2 .form {
    padding: 0.4rem 0;
}

#page5 .certification-2 .form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page5 .certification-2 .form li {
    width: 5.6rem;
    padding-bottom: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#page5 .certification-2 .form li .name {
    line-height: 0.6rem;
    font-size: 0.2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.58rem;
}

#page5 .certification-2 .form li .name em {
    color: #d7000f;
}

#page5 .certification-2 .form li .input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0.06rem;
}

#page5 .certification-2 .form li .input textarea,
#page5 .certification-2 .form li .input input {
    width: 100%;
    height: 0.58rem;
    line-height: 0.28rem;
    padding: 0.15rem 0.2rem;
    font-size: 0.2rem;
}

#page5 .certification-2 .form li .input textarea {
    height: 2.2rem;
    resize: none;
}

@media screen and (max-width: 800px) {
    #page5 .certification-2 .form li {
        width: 100%;
    }

    #page5 .certification-2 .form li .name {
        line-height: 0.76rem;
        font-size: 0.24rem;
        width: 1.8rem;
    }

    #page5 .certification-2 .form li .input textarea,
    #page5 .certification-2 .form li .input input {
        height: 0.74rem;
        line-height: 0.44rem;
        font-size: 0.24rem;
    }

    #page5 .certification-2 .form li .input textarea {
        height: 3.2rem;
    }
}

#page5 .certification-2 .form li.li_01 {
    width: 100%;
}

#page5 .certification-2 .submit {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 2.63rem;
    height: 0.6rem;
    background: #108391;
    border-radius: 0.3rem;
    color: #fff;
    font-size: 0.18rem;
    font-weight: 500;
}

@media screen and (max-width: 800px) {
    #page5 .certification-2 .submit {
        width: 3.3rem;
        height: 0.8rem;
        font-size: 0.28rem;
        border-radius: 0.4rem;
    }
}
body[data-aos-duration="50"] [data-aos],[data-aos][data-aos][data-aos-duration="50"]{transition-duration:50ms}body[data-aos-delay="50"] [data-aos],[data-aos][data-aos][data-aos-delay="50"]{transition-delay:0}body[data-aos-delay="50"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="50"].aos-animate{transition-delay:50ms}body[data-aos-duration="100"] [data-aos],[data-aos][data-aos][data-aos-duration="100"]{transition-duration:100ms}body[data-aos-delay="100"] [data-aos],[data-aos][data-aos][data-aos-delay="100"]{transition-delay:0}body[data-aos-delay="100"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="100"].aos-animate{transition-delay:100ms}body[data-aos-duration="150"] [data-aos],[data-aos][data-aos][data-aos-duration="150"]{transition-duration:150ms}body[data-aos-delay="150"] [data-aos],[data-aos][data-aos][data-aos-delay="150"]{transition-delay:0}body[data-aos-delay="150"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="150"].aos-animate{transition-delay:150ms}body[data-aos-duration="200"] [data-aos],[data-aos][data-aos][data-aos-duration="200"]{transition-duration:200ms}body[data-aos-delay="200"] [data-aos],[data-aos][data-aos][data-aos-delay="200"]{transition-delay:0}body[data-aos-delay="200"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="200"].aos-animate{transition-delay:200ms}body[data-aos-duration="250"] [data-aos],[data-aos][data-aos][data-aos-duration="250"]{transition-duration:250ms}body[data-aos-delay="250"] [data-aos],[data-aos][data-aos][data-aos-delay="250"]{transition-delay:0}body[data-aos-delay="250"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="250"].aos-animate{transition-delay:250ms}body[data-aos-duration="300"] [data-aos],[data-aos][data-aos][data-aos-duration="300"]{transition-duration:300ms}body[data-aos-delay="300"] [data-aos],[data-aos][data-aos][data-aos-delay="300"]{transition-delay:0}body[data-aos-delay="300"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="300"].aos-animate{transition-delay:300ms}body[data-aos-duration="350"] [data-aos],[data-aos][data-aos][data-aos-duration="350"]{transition-duration:350ms}body[data-aos-delay="350"] [data-aos],[data-aos][data-aos][data-aos-delay="350"]{transition-delay:0}body[data-aos-delay="350"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="350"].aos-animate{transition-delay:350ms}body[data-aos-duration="400"] [data-aos],[data-aos][data-aos][data-aos-duration="400"]{transition-duration:400ms}body[data-aos-delay="400"] [data-aos],[data-aos][data-aos][data-aos-delay="400"]{transition-delay:0}body[data-aos-delay="400"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="400"].aos-animate{transition-delay:400ms}body[data-aos-duration="450"] [data-aos],[data-aos][data-aos][data-aos-duration="450"]{transition-duration:450ms}body[data-aos-delay="450"] [data-aos],[data-aos][data-aos][data-aos-delay="450"]{transition-delay:0}body[data-aos-delay="450"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="450"].aos-animate{transition-delay:450ms}body[data-aos-duration="500"] [data-aos],[data-aos][data-aos][data-aos-duration="500"]{transition-duration:500ms}body[data-aos-delay="500"] [data-aos],[data-aos][data-aos][data-aos-delay="500"]{transition-delay:0}body[data-aos-delay="500"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="500"].aos-animate{transition-delay:500ms}body[data-aos-duration="550"] [data-aos],[data-aos][data-aos][data-aos-duration="550"]{transition-duration:550ms}body[data-aos-delay="550"] [data-aos],[data-aos][data-aos][data-aos-delay="550"]{transition-delay:0}body[data-aos-delay="550"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="550"].aos-animate{transition-delay:550ms}body[data-aos-duration="600"] [data-aos],[data-aos][data-aos][data-aos-duration="600"]{transition-duration:600ms}body[data-aos-delay="600"] [data-aos],[data-aos][data-aos][data-aos-delay="600"]{transition-delay:0}body[data-aos-delay="600"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="600"].aos-animate{transition-delay:600ms}body[data-aos-duration="650"] [data-aos],[data-aos][data-aos][data-aos-duration="650"]{transition-duration:650ms}body[data-aos-delay="650"] [data-aos],[data-aos][data-aos][data-aos-delay="650"]{transition-delay:0}body[data-aos-delay="650"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="650"].aos-animate{transition-delay:650ms}body[data-aos-duration="700"] [data-aos],[data-aos][data-aos][data-aos-duration="700"]{transition-duration:700ms}body[data-aos-delay="700"] [data-aos],[data-aos][data-aos][data-aos-delay="700"]{transition-delay:0}body[data-aos-delay="700"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="700"].aos-animate{transition-delay:700ms}body[data-aos-duration="750"] [data-aos],[data-aos][data-aos][data-aos-duration="750"]{transition-duration:750ms}body[data-aos-delay="750"] [data-aos],[data-aos][data-aos][data-aos-delay="750"]{transition-delay:0}body[data-aos-delay="750"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="750"].aos-animate{transition-delay:750ms}body[data-aos-duration="800"] [data-aos],[data-aos][data-aos][data-aos-duration="800"]{transition-duration:800ms}body[data-aos-delay="800"] [data-aos],[data-aos][data-aos][data-aos-delay="800"]{transition-delay:0}body[data-aos-delay="800"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="800"].aos-animate{transition-delay:800ms}body[data-aos-duration="850"] [data-aos],[data-aos][data-aos][data-aos-duration="850"]{transition-duration:850ms}body[data-aos-delay="850"] [data-aos],[data-aos][data-aos][data-aos-delay="850"]{transition-delay:0}body[data-aos-delay="850"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="850"].aos-animate{transition-delay:850ms}body[data-aos-duration="900"] [data-aos],[data-aos][data-aos][data-aos-duration="900"]{transition-duration:900ms}body[data-aos-delay="900"] [data-aos],[data-aos][data-aos][data-aos-delay="900"]{transition-delay:0}body[data-aos-delay="900"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="900"].aos-animate{transition-delay:900ms}body[data-aos-duration="950"] [data-aos],[data-aos][data-aos][data-aos-duration="950"]{transition-duration:950ms}body[data-aos-delay="950"] [data-aos],[data-aos][data-aos][data-aos-delay="950"]{transition-delay:0}body[data-aos-delay="950"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="950"].aos-animate{transition-delay:950ms}body[data-aos-duration="1000"] [data-aos],[data-aos][data-aos][data-aos-duration="1000"]{transition-duration:1000ms}body[data-aos-delay="1000"] [data-aos],[data-aos][data-aos][data-aos-delay="1000"]{transition-delay:0}body[data-aos-delay="1000"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1000"].aos-animate{transition-delay:1000ms}body[data-aos-duration="1050"] [data-aos],[data-aos][data-aos][data-aos-duration="1050"]{transition-duration:1050ms}body[data-aos-delay="1050"] [data-aos],[data-aos][data-aos][data-aos-delay="1050"]{transition-delay:0}body[data-aos-delay="1050"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1050"].aos-animate{transition-delay:1050ms}body[data-aos-duration="1100"] [data-aos],[data-aos][data-aos][data-aos-duration="1100"]{transition-duration:1100ms}body[data-aos-delay="1100"] [data-aos],[data-aos][data-aos][data-aos-delay="1100"]{transition-delay:0}body[data-aos-delay="1100"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1100"].aos-animate{transition-delay:1100ms}body[data-aos-duration="1150"] [data-aos],[data-aos][data-aos][data-aos-duration="1150"]{transition-duration:1150ms}body[data-aos-delay="1150"] [data-aos],[data-aos][data-aos][data-aos-delay="1150"]{transition-delay:0}body[data-aos-delay="1150"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1150"].aos-animate{transition-delay:1150ms}body[data-aos-duration="1200"] [data-aos],[data-aos][data-aos][data-aos-duration="1200"]{transition-duration:1200ms}body[data-aos-delay="1200"] [data-aos],[data-aos][data-aos][data-aos-delay="1200"]{transition-delay:0}body[data-aos-delay="1200"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1200"].aos-animate{transition-delay:1200ms}body[data-aos-duration="1250"] [data-aos],[data-aos][data-aos][data-aos-duration="1250"]{transition-duration:1250ms}body[data-aos-delay="1250"] [data-aos],[data-aos][data-aos][data-aos-delay="1250"]{transition-delay:0}body[data-aos-delay="1250"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1250"].aos-animate{transition-delay:1250ms}body[data-aos-duration="1300"] [data-aos],[data-aos][data-aos][data-aos-duration="1300"]{transition-duration:1300ms}body[data-aos-delay="1300"] [data-aos],[data-aos][data-aos][data-aos-delay="1300"]{transition-delay:0}body[data-aos-delay="1300"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1300"].aos-animate{transition-delay:1300ms}body[data-aos-duration="1350"] [data-aos],[data-aos][data-aos][data-aos-duration="1350"]{transition-duration:1350ms}body[data-aos-delay="1350"] [data-aos],[data-aos][data-aos][data-aos-delay="1350"]{transition-delay:0}body[data-aos-delay="1350"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1350"].aos-animate{transition-delay:1350ms}body[data-aos-duration="1400"] [data-aos],[data-aos][data-aos][data-aos-duration="1400"]{transition-duration:1400ms}body[data-aos-delay="1400"] [data-aos],[data-aos][data-aos][data-aos-delay="1400"]{transition-delay:0}body[data-aos-delay="1400"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1400"].aos-animate{transition-delay:1400ms}body[data-aos-duration="1450"] [data-aos],[data-aos][data-aos][data-aos-duration="1450"]{transition-duration:1450ms}body[data-aos-delay="1450"] [data-aos],[data-aos][data-aos][data-aos-delay="1450"]{transition-delay:0}body[data-aos-delay="1450"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1450"].aos-animate{transition-delay:1450ms}body[data-aos-duration="1500"] [data-aos],[data-aos][data-aos][data-aos-duration="1500"]{transition-duration:1500ms}body[data-aos-delay="1500"] [data-aos],[data-aos][data-aos][data-aos-delay="1500"]{transition-delay:0}body[data-aos-delay="1500"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1500"].aos-animate{transition-delay:1500ms}body[data-aos-duration="1550"] [data-aos],[data-aos][data-aos][data-aos-duration="1550"]{transition-duration:1550ms}body[data-aos-delay="1550"] [data-aos],[data-aos][data-aos][data-aos-delay="1550"]{transition-delay:0}body[data-aos-delay="1550"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1550"].aos-animate{transition-delay:1550ms}body[data-aos-duration="1600"] [data-aos],[data-aos][data-aos][data-aos-duration="1600"]{transition-duration:1600ms}body[data-aos-delay="1600"] [data-aos],[data-aos][data-aos][data-aos-delay="1600"]{transition-delay:0}body[data-aos-delay="1600"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1600"].aos-animate{transition-delay:1600ms}body[data-aos-duration="1650"] [data-aos],[data-aos][data-aos][data-aos-duration="1650"]{transition-duration:1650ms}body[data-aos-delay="1650"] [data-aos],[data-aos][data-aos][data-aos-delay="1650"]{transition-delay:0}body[data-aos-delay="1650"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1650"].aos-animate{transition-delay:1650ms}body[data-aos-duration="1700"] [data-aos],[data-aos][data-aos][data-aos-duration="1700"]{transition-duration:1700ms}body[data-aos-delay="1700"] [data-aos],[data-aos][data-aos][data-aos-delay="1700"]{transition-delay:0}body[data-aos-delay="1700"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1700"].aos-animate{transition-delay:1700ms}body[data-aos-duration="1750"] [data-aos],[data-aos][data-aos][data-aos-duration="1750"]{transition-duration:1750ms}body[data-aos-delay="1750"] [data-aos],[data-aos][data-aos][data-aos-delay="1750"]{transition-delay:0}body[data-aos-delay="1750"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1750"].aos-animate{transition-delay:1750ms}body[data-aos-duration="1800"] [data-aos],[data-aos][data-aos][data-aos-duration="1800"]{transition-duration:1800ms}body[data-aos-delay="1800"] [data-aos],[data-aos][data-aos][data-aos-delay="1800"]{transition-delay:0}body[data-aos-delay="1800"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1800"].aos-animate{transition-delay:1800ms}body[data-aos-duration="1850"] [data-aos],[data-aos][data-aos][data-aos-duration="1850"]{transition-duration:1850ms}body[data-aos-delay="1850"] [data-aos],[data-aos][data-aos][data-aos-delay="1850"]{transition-delay:0}body[data-aos-delay="1850"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1850"].aos-animate{transition-delay:1850ms}body[data-aos-duration="1900"] [data-aos],[data-aos][data-aos][data-aos-duration="1900"]{transition-duration:1900ms}body[data-aos-delay="1900"] [data-aos],[data-aos][data-aos][data-aos-delay="1900"]{transition-delay:0}body[data-aos-delay="1900"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1900"].aos-animate{transition-delay:1900ms}body[data-aos-duration="1950"] [data-aos],[data-aos][data-aos][data-aos-duration="1950"]{transition-duration:1950ms}body[data-aos-delay="1950"] [data-aos],[data-aos][data-aos][data-aos-delay="1950"]{transition-delay:0}body[data-aos-delay="1950"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1950"].aos-animate{transition-delay:1950ms}body[data-aos-duration="2000"] [data-aos],[data-aos][data-aos][data-aos-duration="2000"]{transition-duration:2000ms}body[data-aos-delay="2000"] [data-aos],[data-aos][data-aos][data-aos-delay="2000"]{transition-delay:0}body[data-aos-delay="2000"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2000"].aos-animate{transition-delay:2000ms}body[data-aos-duration="2050"] [data-aos],[data-aos][data-aos][data-aos-duration="2050"]{transition-duration:2050ms}body[data-aos-delay="2050"] [data-aos],[data-aos][data-aos][data-aos-delay="2050"]{transition-delay:0}body[data-aos-delay="2050"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2050"].aos-animate{transition-delay:2050ms}body[data-aos-duration="2100"] [data-aos],[data-aos][data-aos][data-aos-duration="2100"]{transition-duration:2100ms}body[data-aos-delay="2100"] [data-aos],[data-aos][data-aos][data-aos-delay="2100"]{transition-delay:0}body[data-aos-delay="2100"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2100"].aos-animate{transition-delay:2100ms}body[data-aos-duration="2150"] [data-aos],[data-aos][data-aos][data-aos-duration="2150"]{transition-duration:2150ms}body[data-aos-delay="2150"] [data-aos],[data-aos][data-aos][data-aos-delay="2150"]{transition-delay:0}body[data-aos-delay="2150"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2150"].aos-animate{transition-delay:2150ms}body[data-aos-duration="2200"] [data-aos],[data-aos][data-aos][data-aos-duration="2200"]{transition-duration:2200ms}body[data-aos-delay="2200"] [data-aos],[data-aos][data-aos][data-aos-delay="2200"]{transition-delay:0}body[data-aos-delay="2200"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2200"].aos-animate{transition-delay:2200ms}body[data-aos-duration="2250"] [data-aos],[data-aos][data-aos][data-aos-duration="2250"]{transition-duration:2250ms}body[data-aos-delay="2250"] [data-aos],[data-aos][data-aos][data-aos-delay="2250"]{transition-delay:0}body[data-aos-delay="2250"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2250"].aos-animate{transition-delay:2250ms}body[data-aos-duration="2300"] [data-aos],[data-aos][data-aos][data-aos-duration="2300"]{transition-duration:2300ms}body[data-aos-delay="2300"] [data-aos],[data-aos][data-aos][data-aos-delay="2300"]{transition-delay:0}body[data-aos-delay="2300"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2300"].aos-animate{transition-delay:2300ms}body[data-aos-duration="2350"] [data-aos],[data-aos][data-aos][data-aos-duration="2350"]{transition-duration:2350ms}body[data-aos-delay="2350"] [data-aos],[data-aos][data-aos][data-aos-delay="2350"]{transition-delay:0}body[data-aos-delay="2350"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2350"].aos-animate{transition-delay:2350ms}body[data-aos-duration="2400"] [data-aos],[data-aos][data-aos][data-aos-duration="2400"]{transition-duration:2400ms}body[data-aos-delay="2400"] [data-aos],[data-aos][data-aos][data-aos-delay="2400"]{transition-delay:0}body[data-aos-delay="2400"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2400"].aos-animate{transition-delay:2400ms}body[data-aos-duration="2450"] [data-aos],[data-aos][data-aos][data-aos-duration="2450"]{transition-duration:2450ms}body[data-aos-delay="2450"] [data-aos],[data-aos][data-aos][data-aos-delay="2450"]{transition-delay:0}body[data-aos-delay="2450"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2450"].aos-animate{transition-delay:2450ms}body[data-aos-duration="2500"] [data-aos],[data-aos][data-aos][data-aos-duration="2500"]{transition-duration:2500ms}body[data-aos-delay="2500"] [data-aos],[data-aos][data-aos][data-aos-delay="2500"]{transition-delay:0}body[data-aos-delay="2500"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2500"].aos-animate{transition-delay:2500ms}body[data-aos-duration="2550"] [data-aos],[data-aos][data-aos][data-aos-duration="2550"]{transition-duration:2550ms}body[data-aos-delay="2550"] [data-aos],[data-aos][data-aos][data-aos-delay="2550"]{transition-delay:0}body[data-aos-delay="2550"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2550"].aos-animate{transition-delay:2550ms}body[data-aos-duration="2600"] [data-aos],[data-aos][data-aos][data-aos-duration="2600"]{transition-duration:2600ms}body[data-aos-delay="2600"] [data-aos],[data-aos][data-aos][data-aos-delay="2600"]{transition-delay:0}body[data-aos-delay="2600"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2600"].aos-animate{transition-delay:2600ms}body[data-aos-duration="2650"] [data-aos],[data-aos][data-aos][data-aos-duration="2650"]{transition-duration:2650ms}body[data-aos-delay="2650"] [data-aos],[data-aos][data-aos][data-aos-delay="2650"]{transition-delay:0}body[data-aos-delay="2650"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2650"].aos-animate{transition-delay:2650ms}body[data-aos-duration="2700"] [data-aos],[data-aos][data-aos][data-aos-duration="2700"]{transition-duration:2700ms}body[data-aos-delay="2700"] [data-aos],[data-aos][data-aos][data-aos-delay="2700"]{transition-delay:0}body[data-aos-delay="2700"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2700"].aos-animate{transition-delay:2700ms}body[data-aos-duration="2750"] [data-aos],[data-aos][data-aos][data-aos-duration="2750"]{transition-duration:2750ms}body[data-aos-delay="2750"] [data-aos],[data-aos][data-aos][data-aos-delay="2750"]{transition-delay:0}body[data-aos-delay="2750"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2750"].aos-animate{transition-delay:2750ms}body[data-aos-duration="2800"] [data-aos],[data-aos][data-aos][data-aos-duration="2800"]{transition-duration:2800ms}body[data-aos-delay="2800"] [data-aos],[data-aos][data-aos][data-aos-delay="2800"]{transition-delay:0}body[data-aos-delay="2800"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2800"].aos-animate{transition-delay:2800ms}body[data-aos-duration="2850"] [data-aos],[data-aos][data-aos][data-aos-duration="2850"]{transition-duration:2850ms}body[data-aos-delay="2850"] [data-aos],[data-aos][data-aos][data-aos-delay="2850"]{transition-delay:0}body[data-aos-delay="2850"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2850"].aos-animate{transition-delay:2850ms}body[data-aos-duration="2900"] [data-aos],[data-aos][data-aos][data-aos-duration="2900"]{transition-duration:2900ms}body[data-aos-delay="2900"] [data-aos],[data-aos][data-aos][data-aos-delay="2900"]{transition-delay:0}body[data-aos-delay="2900"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2900"].aos-animate{transition-delay:2900ms}body[data-aos-duration="2950"] [data-aos],[data-aos][data-aos][data-aos-duration="2950"]{transition-duration:2950ms}body[data-aos-delay="2950"] [data-aos],[data-aos][data-aos][data-aos-delay="2950"]{transition-delay:0}body[data-aos-delay="2950"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2950"].aos-animate{transition-delay:2950ms}body[data-aos-duration="3000"] [data-aos],[data-aos][data-aos][data-aos-duration="3000"]{transition-duration:3000ms}body[data-aos-delay="3000"] [data-aos],[data-aos][data-aos][data-aos-delay="3000"]{transition-delay:0}body[data-aos-delay="3000"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="3000"].aos-animate{transition-delay:3000ms}body[data-aos-easing=linear] [data-aos],[data-aos][data-aos][data-aos-easing=linear]{transition-timing-function:cubic-bezier(0.25, 0.25, 0.75, 0.75)}body[data-aos-easing=ease] [data-aos],[data-aos][data-aos][data-aos-easing=ease]{transition-timing-function:cubic-bezier(0.25, 0.1, 0.25, 1)}body[data-aos-easing=ease-in] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in]{transition-timing-function:cubic-bezier(0.42, 0, 1, 1)}body[data-aos-easing=ease-out] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out]{transition-timing-function:cubic-bezier(0, 0, 0.58, 1)}body[data-aos-easing=ease-in-out] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out]{transition-timing-function:cubic-bezier(0.42, 0, 0.58, 1)}body[data-aos-easing=ease-in-back] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-back]{transition-timing-function:cubic-bezier(0.6, -0.28, 0.735, 0.045)}body[data-aos-easing=ease-out-back] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-back]{transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275)}body[data-aos-easing=ease-in-out-back] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-back]{transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}body[data-aos-easing=ease-in-sine] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-sine]{transition-timing-function:cubic-bezier(0.47, 0, 0.745, 0.715)}body[data-aos-easing=ease-out-sine] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-sine]{transition-timing-function:cubic-bezier(0.39, 0.575, 0.565, 1)}body[data-aos-easing=ease-in-out-sine] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-sine]{transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95)}body[data-aos-easing=ease-in-quad] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-quad]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}body[data-aos-easing=ease-out-quad] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-quad]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}body[data-aos-easing=ease-in-out-quad] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-quad]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}body[data-aos-easing=ease-in-cubic] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-cubic]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}body[data-aos-easing=ease-out-cubic] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-cubic]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}body[data-aos-easing=ease-in-out-cubic] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-cubic]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}body[data-aos-easing=ease-in-quart] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-quart]{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}body[data-aos-easing=ease-out-quart] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-quart]{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}body[data-aos-easing=ease-in-out-quart] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-quart]{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate3d(0, 0, 0)}[data-aos=fade-up]{transform:translate3d(0, 100px, 0)}[data-aos=fade-down]{transform:translate3d(0, -100px, 0)}[data-aos=fade-right]{transform:translate3d(-100px, 0, 0)}[data-aos=fade-left]{transform:translate3d(100px, 0, 0)}[data-aos=fade-up-right]{transform:translate3d(-100px, 100px, 0)}[data-aos=fade-up-left]{transform:translate3d(100px, 100px, 0)}[data-aos=fade-down-right]{transform:translate3d(-100px, -100px, 0)}[data-aos=fade-down-left]{transform:translate3d(100px, -100px, 0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate3d(0, 0, 0) scale(1)}[data-aos=zoom-in]{transform:scale(0.6)}[data-aos=zoom-in-up]{transform:translate3d(0, 100px, 0) scale(0.6)}[data-aos=zoom-in-down]{transform:translate3d(0, -100px, 0) scale(0.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px, 0, 0) scale(0.6)}[data-aos=zoom-in-left]{transform:translate3d(100px, 0, 0) scale(0.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0, 100px, 0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0, -100px, 0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px, 0, 0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px, 0, 0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translate3d(0, 0, 0)}[data-aos=slide-up]{transform:translate3d(0, 100%, 0)}[data-aos=slide-down]{transform:translate3d(0, -100%, 0)}[data-aos=slide-right]{transform:translate3d(-100%, 0, 0)}[data-aos=slide-left]{transform:translate3d(100%, 0, 0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
.no-padding{
    padding: 0 !important;
    min-height: 0 !important;
}

@media screen and (max-width: 992px) {
    #page1 .about-1{
        padding-top: 0;
        min-height: unset;
    }
    #page1 .about-1 .wal .d-flex>.col {
        width: 100%;
        padding-bottom: 20px;
    }

    #page1 .about-1 .wal .d-flex>.col h2 {
        font-size: 16px;
        font-weight: bold;
    }
    #page1 .about-1 .container{
        padding: 0;
        margin-top: 0;
        padding-top: 10px;
    }
    #page1 .about-1 .wal .d-flex>.col .content {
        font-size: 12px;
        line-height: 18px;
        margin-top: 20px;
    }
    #page5 .contact .list .item dd{
        font-size: 16px;
    }
}
