body {
    background-color: unset;
}

p {
    padding: 0;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn {
    padding: 0;
}

@-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 {

    scroll-behavior: smooth;
}

body {
    font-size: 12px;
    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: 16px;
}

h2,
h3,
h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

textarea,
input {
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    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;
}

.wal {
    max-width: 1200px;
    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: 170px;
    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: 20px;
}

#page1 .g-head .logo-wrapper .logo {
    width: 80px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 14px;
}

#page1 .g-head .logo-wrapper h2 {
    font-size: 22px;
}

#page1 .g-head .logo-wrapper dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
}
.sendSms{position: absolute;
    right: 20px;
    top: -5px;}
#page1 .g-head .logo-wrapper dl dd {
    margin-right: 8px;
}

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

#page1 .g-head .form {
    position: absolute;
    right: 0;
    top: 40px;
    width: 280px;
    height: 40px;
    border: 1px solid #333;
    border-radius: 6px;
    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 12px 0 14px;
    font-size: 14px;
}

#page1 .g-head .form .select:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    -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: 30px;
}

#page1 .g-head .form .select .name:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../imgs/company/arrow12.svg) center no-repeat;
    margin-left: 6px;
    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: 4px 0;
    display: none;
}

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

#page1 .g-head .form .select .select-layer dd {
    padding: 3px 0 3px 14px;
}

#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;
}

.index-img {
    background: #000;
}

#page1 .g-head .form .input input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 14px;
}

#page1 .g-head .form .submit {
    background: url(../../imgs/company/img20.svg) center no-repeat;
    background-size: 20px;
    cursor: pointer;
    width: 48px;
    height: 36px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

#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: 48px;
}

#page1 .g-head .btns li:after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 1px;
    height: 16px;
    background: #191A1A;
    -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: 30px;
    font-size: 16px;
    font-weight: 500;
}

#page1 .g-head .btns li a img {
    width: 20px;
    margin-right: 10px;
}

@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: 1rem;
    }

    #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%);
    }
}



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 body.navShow @media screen and (max-width: 800px) {
    body.navShow body.navShow body.navShow body.navShow
}

body.navShow body.navShow @media screen and (max-width: 800px) {
    body.navShow body.navShow body.navShow body.navShow
}

body.navShow body.navShow @media screen and (max-width: 800px) {
    body.navShow body.navShow body.navShow body.navShow
}

body.navShow body.navShow @media screen and (max-width: 800px) {
    body.navShow body.navShow body.navShow body.navShow
}

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

.g-head .top .wal {
    height: 50px;
}

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

    .g-head .top .wal {
        height: 60px;
    }
}

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

.tdt-control-copyright img {
    display: none;
}

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

    .wal,
    .wal-1200 {
        margin: 0 60px;
    }

    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 30px;
    }
}

.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: 140px;
    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: 18px;
    margin-top: 14px;
}

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

.phone-show {
    display: none;
}

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

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

#page1 #slider {
    background: #F1F5F7;
}

#slider {
    position: relative;
    height: 50px;
    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: 16px;
    color: #666;
    border-radius: 10px;
    overflow: hidden;
}

#slider .slider_bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(191, 26, 32, .5);
    width: calc(var(--bfb, 0%) + 9px);
}

#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: 60px;
    cursor: move;
    background: url(../../imgs/company/img60.svg) center no-repeat;
    background-size: 100%;
}

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

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

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

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

@media screen and (max-width: 800px) {
    #slider {
        height: 80px;
        font-size: 24px;
        border-radius: 16px;
    }

    #slider .bar {
        width: 94px;
    }
}

.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: 80px;
}

.page-num a {
    width: 42px;
    height: 42px;
    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: 18px;
    color: #108391;
    margin: 0 10px;
    border-radius: 5px;
}

.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: 60px;
        height: 60px;
        font-size: 24px;
        margin: 0 5px;
    }
}

.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: 1200px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}

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

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

#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: 60px;
    height: 60px;
    background: #fff;
    border-radius: 0 0 0 5px;
    cursor: pointer;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 20px;
}

#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: 40px;
    height: 80px;
    background: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 20px;
    font-family: "iconfont";
}

#mySwiperLayer .arrow a.prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

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

#mySwiperLayer .arrow a.next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

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

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

#page1 {
    font-size: 16px;
}

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

#page1 .index-bg {
    background: #f1f5f7;
    padding: 20px 0 0 0;
    min-height: 950px;
}

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

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

#page1 .index-banner .dots {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 20px;
    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;
}
@media screen and (max-width: 1300px) {
    #page1 .index-search .foot{
        flex-wrap: wrap;
    }
    #page1 .index-search .foot ul{
        justify-content: end;
        width: 100%;
    }
    #page1 .index-search .foot{
        width: auto;
    }
    #page1 .index-search .foot li:last-child{
        margin-right: 20px !important;
    }
}
#page1 .index-banner .dots span {
    margin: 0 3px;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    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;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff center no-repeat;
    background-size: 22px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .06);
    position: absolute;
    z-index: 5;
    top: 50%;
    font-size: 14px;
    margin-top: -20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page1 .index-banner .arrow a:hover{
    opacity: 1;
}
#page1 .index-banner .arrow a i {
    color: #000;
}

#page1 .index-banner .arrow a.prev {
    left: 0.3rem;
    background-image: url(../../imgs/company/prev12.svg);
}

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

#page1 .index-about {
    padding: 80px 0 100px 0;
}

#page1 .index-about .index-title {
    margin-bottom: 60px;
}

@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: 525px;
}

#page1 .index-about .col h2 {
    font-size: 24px;
    font-weight: bold;
}
#quickCompanyInquiry{
    height: 100%;
    display: flex;
    align-items: center;
    align-content: unset;
}
#quickCompanyInquiry form{
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    width: 100%;
}
#quickCompanyInquiry form ul{
    width: 100%;
}
#page1 .index-about .col .content {
    font-size: 16px;
    line-height: 1.75em;
    padding: 40px 0 54px 0;
    text-align: justify;
}

#page1 .index-about .col .page-more {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 0;
}

#page1 .index-about .img-list {
    width: 580px;
    position: relative;
    height: 322px;
}

#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: 10px;
    right: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    width: 36px;
    height: 36px;
    cursor: pointer;
}

#page1 .index-about .img-list .btn img {
    width: 16px;
}

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

#page1 .index-about .img-list li img {
    width: 100%;
    border-radius: 20px;
    height: 322px;
}

#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: -10px;
    padding: 0 20px;
    opacity: 1;
}

#page1 .index-about .img-list li.three {
    z-index: 1;
    bottom: -20px;
    padding: 0 40px;
    opacity: 1;
}

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

#page1 .index-about .img-list .arrow a {
    opacity: 0.5;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
    background: #fff center no-repeat;
    background-size: 22px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .06);
}

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

#page1 .index-about .img-list .arrow a.next {
    background-image: url(../../imgs/company/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: 47px;
}

#page1 .index-title h2 {
    font-size: 32px;
    line-height: 47px;
    color: #333;
    font-weight: bold;
}

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

#page1 .index-product {
    padding: 120px 0;
    background: #fff;
}

#page1 .index-product .list {
    margin-top: 60px;
}

#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: -40px;
    margin-bottom: -40px;
}

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

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

#page1 .index-product .list li .item .zoomImg {
    display: block;
    background: #fafafa;
    padding: 45px;
    border-radius: 20px 20px 0 0;
}

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

#page1 .index-product .list li .item .bd {
    min-height: 143px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 20px;
}

#page1 .index-product .list li .item .bd .name {
    font-size: 18px;
    font-weight: 500;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
    font-weight: bold;
}

#page1 .index-product .list li .item .bd .btns {
    margin-top: 30px;
    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: #333333;
    color: #fff;
    width: 174px;
    height: 46px;
    border-radius: 30px;
    font-size: 16px;
}

#page1 .index-product .list li .item .bd .btns .btn-2 {
    border-radius: 50%;
    background: #C2C2C2 url(../../imgs/company/img25.svg) center no-repeat;
    background-size: 26px;
    display: block;
    width: 46px;
    height: 46px;
}

#page1 .index-product .list li .item .bd .btns .btn-2.on {
    background-color: #BF1A20;
}

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

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

    #page1 .index-product .list li .item .bd .name {
        font-size: 26px;
        height: 36px;
        line-height: 36px;
    }

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

    #page1 .index-product .list li .item .bd .btns .btn-1 {
        width: 180px;
        height: 60px;
        font-size: 24px;
    }

    #page1 .index-product .list li .item .bd .btns .btn-2 {
        width: 60px;
        height: 60px;
        background-size: 36px;
    }
}

#page1 .index-search {
    background: linear-gradient(262deg, #333333 0%, #333333 50%);
    padding: 70px;
}

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

#page1 .index-search .form {
    width: 373px;
    height: 476px;
    border-radius: 30px;
    background: #C7CDDD;
    padding: 86px 40px 0 40px;
}

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

#page1 .index-search .form h2 {
    position: absolute;
    left: 0;
    top: -10px;
    right: 0;
    text-align: center;
    height: 70px;
    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: 22px;
    color: #fff;
    background: url(../../imgs/company/img210.svg) center no-repeat;
    background-size: auto 100%;
}

#page1 .index-search .form li {
    padding-bottom: 10px;
}

#page1 .index-search .form li .input {
    border-radius: 10px;
    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: 10px 14px;
    height: 50px;
    line-height: 30px;
    font-size: 16px;
}

#page1 .index-search .form li .input textarea {
    height: 140px;
    padding: 14px;
    line-height: 22px;
}
#page1 .index-search .form li .input textarea.on{
    height: 240px;
}
#page1 .index-search .form .submit {
    font-size: 18px;
    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: 40px;
    width: 293px;
    height: 50px;
    border-radius: 30px;
    background: #BF1A20;
}

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

    #page1 .index-search .form h2 {
        height: 105px;
        top: -15px;
        font-size: 36px;
    }

    #page1 .index-search .form li {
        padding-bottom: 20px;
    }

    #page1 .index-search .form li .input input,
    #page1 .index-search .form li .input textarea {
        padding: 20px;
        height: 80px;
        line-height: 40px;
        font-size: 24px;
    }

    #page1 .index-search .form li .input textarea {
        height: 220px;
        padding: 20px;
        line-height: 32px;
    }

    #page1 .index-search .form .submit {
        margin-left: auto;
        margin-right: auto;
        width: 360px;
        height: 80px;
        font-size: 28px;
        margin-top: 20px;
    }
}

#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/company/line130.svg) left center no-repeat;
    background-size: 1px;
}

#page1 .index-search .list li h5 {
    font-size: 26px;
}

#page1 .index-search .list li p {
    width: 270px;
    font-size: 16px;
    margin-bottom: 0;
}

#page1 .index-search .list li .name {
    font-size: 16px;
    margin-top: 6px;
    opacity: .6;
}

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

    #page1 .index-about .col h2 {
        font-size: 20px;
    }

    #page1 .index-about .col .content {
        font-size: 14px;
        padding: 20px 0 27px 0;
    }

    #page1 .index-about .col .page-more {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#page1 .index-about .img-list {
    width: 580px;
    position: relative;
    height: 322px;
}

#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: 10px;
    right: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    width: 36px;
    height: 36px;
    cursor: pointer;
}

#page1 .index-about .img-list .btn img {
    width: 16px;
}

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

#page1 .index-about .img-list li img {
    width: 100%;
    border-radius: 20px;
    height: 322px;
}

#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: -10px;
    padding: 0 20px;
    opacity: 1;
}

#page1 .index-about .img-list li.three {
    z-index: 1;
    bottom: -20px;
    padding: 0 40px;
    opacity: 1;
}

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

#page1 .index-about .img-list .arrow a {
    opacity: 0.5;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
    background: #fff center no-repeat;
    background-size: 22px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .06);
}

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

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

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

#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: 47px;
}

#page1 .index-title h2 {
    font-size: 32px;
    line-height: 47px;
    color: #333;
    font-weight: bold;
}

#page1 .index-product {
    padding: 120px 0;
}

#page1 .index-product .list {
    margin-top: 60px;
}

#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: -40px;
    margin-bottom: -40px;
}

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

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

#page1 .index-product .list li .item .zoomImg {
    display: block;
    background: #fafafa;
    padding: 45px;
    border-radius: 20px 20px 0 0;
}

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

#page1 .index-product .list li .item .bd {
    min-height: 143px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 20px;
}

#page1 .index-product .list li .item .bd .name {
    font-size: 18px;
    font-weight: 500;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
    font-weight: bold;
}

#page1 .index-product .list li .item .bd .btns {
    margin-top: 30px;
    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: #333333;
    color: #fff;
    width: 174px;
    height: 46px;
    border-radius: 30px;
    font-size: 16px;
}

#page1 .index-product .list li .item .bd .btns .btn-2 {
    border-radius: 50%;
    background: #C2C2C2;
    background-size: 26px;
    display: flex;
    align-items: center;
    width: 46px;
    height: 46px;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

#page1 .index-product .list li .item .bd .btns .btn-2.on {
    background-color: #BF1A20;
}

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

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

    #page1 .index-product .list li .item .bd .name {
        font-size: 26px;
        height: 36px;
        line-height: 36px;
    }

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

    #page1 .index-product .list li .item .bd .btns .btn-1 {
        width: 180px;
        height: 60px;
        font-size: 24px;
    }

    #page1 .index-product .list li .item .bd .btns .btn-2 {
        width: 60px;
        height: 60px;
        background-size: 36px;
    }
}

#page1 .index-search {
    background: linear-gradient(262deg, #333333 0%, #333333 50%);
    padding: 70px;
}

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

#page1 .index-search .form {
    width: 373px;
    height: 476px;
    border-radius: 30px;
    background: #C7CDDD;
    padding: 86px 40px 0 40px;
}

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

#page1 .index-search .form h2 {
    position: absolute;
    left: 0;
    top: -10px;
    right: 0;
    text-align: center;
    height: 70px;
    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: 22px;
    color: #fff;
    background: url(../../imgs/company/img210.svg) center no-repeat;
    background-size: auto 100%;
}

#page1 .index-search .form li {
    padding-bottom: 10px;
    position: relative;
}

#page1 .index-search .form li .input {
    border-radius: 10px;
    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: 10px 14px;
    height: 50px;
    line-height: 30px;
    font-size: 16px;
}

#page1 .index-search .form li .input textarea {
    height: 140px;
    padding: 14px;
    line-height: 22px;
}

#page1 .index-search .form .submit {
    font-size: 18px;
    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: 10px;
    width: 293px;
    height: 50px;
    border-radius: 30px;
    background: #BF1A20;
}

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

    #page1 .index-search .form h2 {
        height: 105px;
        top: -15px;
        font-size: 36px;
    }

    #page1 .index-search .form li {
        padding-bottom: 20px;
        font-size: 15px;
    }

    #page1 .index-search .form li .input input,
    #page1 .index-search .form li .input textarea {
        padding: 10px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    #page1 .index-search .form li .input textarea {
        height: 220px;
        padding: 20px;
        line-height: 32px;
    }

    #page1 .index-search .form .submit {
        margin-left: auto;
        margin-right: auto;
        width: 360px;
        height: 80px;
        font-size: 28px;
        margin-top: 20px;
    }
}

#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/company/line130.svg) left center no-repeat;
    background-size: 1px;
}

#page1 .index-search .list li h5 {
    font-size: 26px;
}

#page1 .index-search .list li p {
    width: 270px;
    font-size: 16px;
    margin-bottom: 0;
}

#page1 .index-search .list li .name {
    font-size: 16px;
    margin-top: 6px;
    opacity: .6;
}

@media screen and (min-width: 800px) {
    #page1 .index-search .list {
        position: absolute;
        top: 78px;
        right: 0;
        max-width: 735px;
        width: calc(100% - 373px);
        background: url(../../imgs/company/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/company/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: 130px;
    }

    #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: 30px 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: 20px 0;
    }

    #page1 .index-search .list li h5 {
        font-size: 30px;
    }

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

    #page1 .index-search .list li .name {
        font-size: 24px;
    }

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

#page1 .index-search .foot {
    background: #fff;
    border-radius: 20px;
    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: 217px;
}

@media screen and (min-width: 800px) {
    #page1 .index-search .foot {
        height: 140px;
        justify-content: end;
        position: absolute;
        right: 0;
        top: 398px;
        width: 950px;
    }
}

#page1 .index-search .foot ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* width: 50%; */
}

#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: 110px;
}

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

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

#page1 .index-search .foot li h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    margin-left: 8px;
}

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

#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: 160px;
    margin-right: 20px;
    height: 46px;
    -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: 39px;
    background: #BF1A20;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0;
}

@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: 30px 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: 50px;
    }

    #page1 .index-search .foot li:after {
        right: -26px;
    }

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

    #page1 .index-search .foot li .name {
        font-size: 24px;
    }

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

    #page1 .index-search .foot .btn {
        width: 240px;
        height: 60px;
        font-size: 24px;
        margin-top: 20px;
    }
}

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

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

#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: 60px;
}

#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: 16px;
    text-transform: uppercase;
    color: #333;
}

#page1 .page-more a:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../../imgs/company/img40.svg) center no-repeat;
    background-size: 100%;
    background-color: #BF1A20;
    border-radius: 100px;
}

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

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

    #page1 .page-more a:before {
        width: 40px;
        height: 40px;
    }
}

#page1 .index-video {
    padding: 120px 0 40px 0;
}

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

#page1 .index-video .list .list-wrapper .swiper-wrapper {
    display: flex;
    justify-content: center;
}

#page1 .index-video .index-title {
    margin-bottom: 40px;
}

#page1 .index-video .big-img {
    width: 994px;
    position: relative;
    height: 556px;
    margin: 0 auto;
}

.not-video::after {
    background: unset !important;
    box-shadow: unset !important;
}

#page1 .index-video .big-img li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    box-shadow: 0 0 18px 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/company/video-btn60.svg) center no-repeat;
    background-size: 80px;
    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: 400px;
    }
}

#page1 .index-video .list {
    position: relative;
    margin-top: 30px;
}

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

#page1 .index-video .list .list-wrapper li {
    padding: 0 4px;
}

#page1 .index-video .list .list-wrapper li .img {
    position: relative;
    border: rgba(0, 0, 0, 0) solid 2px;
    border-radius: 6px;
    cursor: pointer;
    padding: 4px;
}

#page1 .index-video .list .list-wrapper li .img img {
    width: 100%;
    height: 70px;
    border-radius: 4px;
}

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

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

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

#page1 .index-video .list .arrow a.next {
    right: 50%;
    margin-right: -490px;
    background-image: url(../../imgs/company/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: 900px;
    padding: 120px 0;
}

#page1 .index-honor .index-title {
    margin-bottom: 60px;
}

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

#page1 .index-honor .list .row:before {
    content: "";
    display: block;
    position: absolute;
    top: 238px;
    width: 1868px;
    height: 163px;
    background: center no-repeat;
    background-size: 100% 100%;
    -webkit-transition: 0s;
    transition: 0s;
}

#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: 394px;
    text-align: center;
    width: 256px;
}

#page1 .index-honor .list .row li .img {
    height: 248px;
    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: 248px;
    object-fit: contain;
}

#page1 .index-honor .list .row li .name {
    font-size: 16px;
    line-height: 50px;
}

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

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

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

    #page1 .index-honor .list .row li .img {
        height: 322px;
    }

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

    #page1 .index-honor .list .row li .name {
        font-size: 24px;
        line-height: 65px;
    }
}

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

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

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

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

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

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

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

#page1 .side-bar li {
    position: relative;
    padding-bottom: 28px;
}

#page1 .side-bar li:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 13px;
    width: 26px;
    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: 20px;
}

#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: 20px;
}

#page1 .side-bar li a .name {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 6px;
}

#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: 42px;
    width: 42px;
}

.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: 14px;
}

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

@media screen and (max-width: 800px) {
    #page1 .side-bar {
        width: 80px;
        right: 10px;
        border-radius: 40px;
    }

    #page1 .side-bar li a {
        padding: 10px 0;
    }

    #page1 .side-bar li a .ico img {
        width: 30px;
    }

    #page1 .side-bar li a .name {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }

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

    #page1 .side-bar .topA {
        width: 80px;
        height: 80px;
        background-size: 24px;
    }
}

#page1 .page-bg {
    background: #f1f5f7;
    min-height: 500px;
}

#page1 .product-row {
    padding: 40px 0 120px 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: 6px;
}

.product-category-length {
    width: 85%;
}

#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: 66px;
    padding: 0 30px;
    background: #fff;
    font-size: 16px;
    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: 30px;
    width: 9px;
    background: url(../../imgs/company/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/company/img9on.svg);
}

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

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

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

@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: -2px;
    }

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

    #page1 .product-row .side-nav li>a {
        height: 88px;
        font-size: 24px;
        padding: 0 20px;
    }

    #page1 .product-row .side-nav li>a:after {
        right: 20px;
        width: 12px;
    }
}

#page1 .product-list {
    width: 890px;
}

#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: -40px;
    margin-bottom: -40px;
}

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

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

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

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

#page1 .product-list li .item .bd {
    min-height: 143px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 20px;
}

#page1 .product-list li .item .bd .name {
    font-size: 18px;
    font-weight: 500;
    height: 27px;
    line-height: 27px;
    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: 30px;
    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: 174px;
    height: 46px;
    border-radius: 30px;
    font-size: 16px;
}

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

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

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

    #page1 .product-list ul {
        margin-left: -20px;
        margin-bottom: -20px;
    }

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

    #page1 .product-list li .item .bd .name {
        font-size: 26px;
        height: 36px;
        line-height: 36px;
    }

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

    #page1 .product-list li .item .bd .btns .btn-1 {
        width: 180px;
        height: 60px;
        font-size: 24px;
    }

    #page1 .product-list li .item .bd .btns .btn-2 {
        width: 60px;
        height: 60px;
        background-size: 36px;
    }
}

#page1 .about-1 {
    padding: 84px 0 120px 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: 525px;
}

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

#page1 .about-1 .wal>.col .content {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin-top: 40px;
}

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

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

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

#page1 .about-1 .img-list {
    width: 580px;
    position: relative;
    height: 322px;
    -webkit-filter: drop-shadow(0 -8px 20px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 -8px 20px 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: 10px;
    right: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    width: 36px;
    height: 36px;
    cursor: pointer;
}

#page1 .about-1 .img-list .btn img {
    width: 16px;
}

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

#page1 .about-1 .img-list li .img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../imgs/company/video-btn60-2.svg) center no-repeat;
    background-size: 40px;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

#page1 .about-1 .img-list li img {
    width: 100%;
    border-radius: 20px;
    height: 322px;
}

#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: -10px;
    padding: 0 20px;
    opacity: 1;
}

#page1 .about-1 .img-list li.three {
    z-index: 1;
    bottom: -20px;
    padding: 0 40px;
    opacity: 1;
}

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

#page1 .about-1 .img-list .arrow a {
    opacity: 0.5;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
    background: #fff center no-repeat;
    background-size: 22px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .06);
}

.img.video:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../imgs/company/video-btn60-2.svg) center no-repeat;
    background-size: 40px;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

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

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

#page1 .about-1 .container {
    width: 100%;
    margin-top: 70px;
    min-height: 556px;
    border-radius: 0 0 20px 20px;
    background: #fff;
    border-top: #108391 solid 4px;
    padding: 0 40px 40px;
}

#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: 42px 0 30px 0;
    border-bottom: 1px solid #d9d9d9;
}

#page1 .about-1 .container .hd h2 {
    font-size: 24px;
}

#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: 16px;
}

#page1 .about-1 .container .hd p a {
    width: 76px;
    margin: 0 8px;
}

#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: 16px;
}

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

@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: 40px;
    }

    #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: 420px;
    }

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

    #page1 .about-1 .container>.item {
        margin-top: 40px;
    }
}

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

    #page1 .about-1 .container .hd h2 {
        font-size: 30px;
    }

    #page1 .about-1 .container .hd p {
        font-size: 20px;
    }

    #page1 .about-1 .container .item {
        font-size: 24px;
        line-height: 1.6em;
        padding-top: 10px;
    }
}

@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: 500px;
    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: -60px;
    height: 63px;
    background: url(../../imgs/company/bg63.png) center no-repeat;
    background-size: 100% 100%;
}

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

#page1 .about-2 h2.title {
    text-align: center;
    font-size: 24px;
    padding: 100px 0 60px 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: 560px;
}

#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: 20px 0;
    line-height: 28px;
    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: 300px;
    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: 20px;
}

#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: 32px;
    }

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

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

#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: 810px;
    background: #fff;
}

#page1 .about-3 .wal {
    position: relative;
    z-index: 2;
    min-height: 1500px;
    padding: 130px 0 0 0;
}

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

#page1 .about-3 .img-list .list-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    height: 260px;
    -webkit-perspective-origin: center 180px;
    perspective-origin: center 180px;
}

#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: 10px;
}

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

#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: 30px;
}

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

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

#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: 50px 0 120px 0;
}

#page1 .about-3 .img-list .arrow a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 5px;
    background: #fff center no-repeat;
    background-size: 22px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .06);
}

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

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

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

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

#page1 .about-3 .big-img .btn {
    width: 160px;
    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: 140px 0 40px 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: -60px;
    margin-right: -60px;
}

#page1 .about-3 .list-1 li {
    width: 20%;
    text-align: center;
    position: relative;
}

#page1 .about-3 .list-1 li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 80px;
    background: #d9d9d9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#page1 .about-3 .list-1 li:first-child:after {
    display: none;
}

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

#page1 .about-3 .list-1 li h5 {
    font-size: 28px;
    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: 32px;
    margin-top: 20px;
}

@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: 50px 0;
    }

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

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

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

    #page1 .about-3 .list-1 li:nth-child(4):after {
        display: none;
    }
}

#page1 .about-3 .list-2 {
    padding-bottom: 82px;
}

#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: 580px;
    border-bottom: #d9d9d9 solid 1px;
    padding: 20px 0;
}

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

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

#page1 .about-3 .list-3 {
    padding-bottom: 60px;
}

#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: -40px;
    margin-bottom: -40px;
}

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

#page1 .about-3 .list-3 li .zoomImg {
    border-radius: 8px;
}

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

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

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

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

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

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

#page1 .about-4 .index-honor h2.title {
    text-align: center;
    font-size: 24px;
    padding: 120px 0 80px 0;
}

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

#page1 .about-5 {
    background: #f1f5f7;
    padding-bottom: 120px;
}

#page1 .about-5 h2.title {
    text-align: center;
    font-size: 24px;
    padding: 150px 0 60px 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: -40px;
    margin-bottom: -40px;
}

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

#page1 .about-5 .list a {
    display: block;
    position: relative;
    border-radius: 10px;
    opacity: 1;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .02);
    min-height: 237px;
    padding: 30px;
}

#page1 .about-5 .list a .name {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#page1 .about-5 .list a p {
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    margin-top: 16px;
}

#page1 .about-5 .list a .time {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    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: 6px;*/
/*}*/
#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: 42px;
    }

    #page1 .about-5 .list ul {
        margin-left: -20px;
        margin-bottom: -20px;
    }

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

    #page1 .about-5 .list a {
        padding: 20px 20px 80px;
    }

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

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

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

    #page1 .about-5 .list a .time span,
    #page1 .about-5 .list a .time em {
        font-size: 24px;
    }
}

.local {
    width: 95%;
    height: 270px;
    background: #fff;
    /*padding-bottom: 30px;*/
}

#page1 .contact-head {
    min-height: 360px;
    background-color: #fff;
    background-size: auto 100%;
    border-radius: 20px;
    padding: 60px 0 40px 60px;
    /*background-image: url("../../imgs/map.png");*/
    background-repeat: no-repeat;
    background-position: right;
}

#page1 .contact-head .title {
    padding-bottom: 30px;
}

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

#page1 .contact-head .title .en {
    font-size: 16px;
    color: rgba(153, 153, 153, .6);
    margin-top: 10px;
}

#page1 .contact-head li {
    padding-bottom: 20px;
    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: 16px;
}

#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: #191A1A;
    text-decoration: underline;
}

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

    #page1 .contact-head .title {
        padding-bottom: 50px;
    }

    #page1 .contact-head .title h2 {
        font-size: 32px;
    }

    #page1 .contact-head .title .en {
        font-size: 24px;
    }

    #page1 .contact-head li {
        font-size: 24px;
    }

    #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: -40px;
}

#page1 .contact li {
    width: 50%;
    padding: 40px 0 0 40px;
}

#page1 .contact .item {
    min-height: 248px;
    font-size: 16px;
    background: #fff;
    border-radius: 20px;
    border-bottom: #108391 solid 2px;
    padding: 36px 40px 0 60px;
}

#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: 26px;
}

#page1 .contact .item .hd h3 {
    font-size: 22px;
    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: 140px;
    height: 46px;
    background: #f79131;
    border: #f79131 solid 2px;
    color: #fff;
    border-radius: 40px;
}

#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: 13px;
}

#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: 24px;
        padding: 50px 30px;
    }

    #page1 .contact .item .hd h3 {
        font-size: 28px;
    }

    #page1 .contact .item .hd .btn {
        width: 200px;
        height: 60px;
    }

    #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);
    }
}


@media screen and (max-width: 800px) {}


















.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);
    }
}



.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);
    }
}



.intro-2 {
    max-height: 320px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
    text-overflow: ellipsis;
}

.intro-3 {
    max-height: 180px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more-hidden {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more-hidden:hover {
    margin-top: 120px;
    overflow: visible;
    /* 鼠标悬停时显示全部内容 */
    white-space: normal;
    /* 允许换行 */
}

.more-hidden-2 {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more-hidden-2:hover {
    margin-top: 300px;
    overflow: visible;
    /* 鼠标悬停时显示全部内容 */
    white-space: normal;
    /* 允许换行 */
}





.swiper-wrapper {
    transition: all 0.3s;
}





.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);
    }
}





.like-btn {
    border-radius: 50%;
    background: #f9d7af url(../../imgs/company/img25.svg) center no-repeat;
    background-size: 0.26rem;
    display: block;
    width: 0.46rem;
    height: 0.46rem;
}

.like-btn.on {
    background-color: #D95617;
    background-image: url(../../imgs/company/img25on.svg);
}

@media screen and (max-width: 800px) {

    #page1 .index-about{
        padding: 40px 0 0px 0;
    }
    #page1 .index-about .index-title{
        margin-bottom: 30px;
    }
    #page1 .index-product{
        padding: 30px 0;
    }
    #page1 .index-title .en img{
        height: 30px;}
    #page1 .index-about .img-list li img{
        height: 100%;
        object-fit: fill;
        width: auto !important;
    }
    #page1 .index-about .img-list{
        transform: scale(.9);
        margin-top: 0px;
    }
    #page1 .index-product .list li .item .zoomImg img{
        height: 135px;
    }
    #page1 .index-product .list li .item .zoomImg{
        padding: 10px;
    }
    .wal, .wal-1200{
        margin: 0 20px;
    }
    #page1 .index-product .list li .item .bd .name {
        font-size: 13px;
        height: 18px;
        line-height: 18px;
    }
    #page1 .index-product .list li .item .bd .btns .btn-1 {
        width: 120px;
        height: 30px;
        font-size: 12px;
    }
    #page1 .index-product .list li .item .bd .btns .btn-2 {
        width: 30px;
        height: 30px;
        background-size: 18px;
        flex: none;
    }
    #page1 .index-product .list li .item .bd {
        min-height: 70px;
        background: #fff;
        border-radius: 0 0 10px 10px;
        padding: 10px;
    }
    #page1 .index-search {
        padding: 30px 15px;
    }
    #page1 .index-search .form h2 {
        height: 60px;
        top: -15px;
        font-size: 18px;
    }
    #page1 .index-search .form{
        padding: 73px 20px 20px 20px;
        height: auto;
    }
    #slider {
        height: 40px;
        font-size: 12px;
        border-radius: 8px;
    }
    #slider .bar {
        width: 47px;
    }
    #page1 .index-search .form .submit {
        margin-left: auto;
        margin-right: auto;
        width: 180px;
        height: 40px;
        font-size: 14px;
        margin-top: 20px;
    }
    #page1 .index-search .list li h5 {
        font-size: 18px;
    }
    #page1 .index-search .list li .name {
        font-size: 14px;
    }
    #page1 .index-search .list li p {
        width: 100%;
        font-size: 14px;
    }
    #page1 .index-search .foot li h5 {
        font-size: 14px;
        margin-left: 0;
    }
    #page1 .index-search .foot li .name {
        font-size: 14px;
    }
    #page1 .index-search .foot li:after {
        right: -26px;
        height: 14px;
    }
    #page1 .index-search .foot .btn {
        width: 120px;
        height: 30px;
        font-size: 14px;
        margin-top: 20px;
    }
    #page1 .index-video {
        padding: 40px 0;
    }
    #page1 .index-video .list .list-wrapper li .img img {
        width: 100%;
        height: 40px;
        border-radius: 4px;
    }
    #page1 .page-more{
        padding-top: 30px;}
    #page1 .index-honor .wal {
        min-height: 450px;
        padding: 40px 0;
    }
    #page1 .index-bg{
        padding-top: 30px;
        width: 100%;
        overflow: hidden;
    }
    #page1 .index-honor .list .row li .img{
        height: 170px;
    }
    #page1 .index-honor .list .row:before{
        top: 159px;
    }
    #page1 .index-honor .list .row li .name{
        font-size: 14px;
        line-height: 30px;
    }
    #page1 .index-about .img-list li{
        height: 100%;
        text-align: center;
    }
    #page1 .index-product .list li .item .bd .btns{
        gap: 10px;
    }
    .sendSms{
        position: absolute;
        right: 10px;
        top: -10px;
        font-size: 14px;
    }
}
