﻿@font-face {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url('../fonts/harmonyos_sans_sc_regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    src: url('../fonts/harmonyos_sans_sc_medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    src: url('../fonts/harmonyos_sans_sc_bold.woff') format('woff');
    font-display: swap;
}

body {
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Light';
    src: url("../fonts/harmonyos_sans_sc_light.ttf");
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url("../fonts/harmonyos_sans_sc_regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    src: url("../fonts/harmonyos_sans_sc_medium.ttf");
    font-display: swap;
}

html,
body {
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

html {
    font-size: 100px;
}

@media (max-width:1400px) {
    html {
        font-size: 6.25vw
    }
}

@media (max-width:1024px) {
    html {
        font-size: 9.765625vw
    }
}

@media (max-width:480px) {
    html {
        font-size: 14vw
    }
}

 body {
    font-size: 0.14rem;
} 

@media (max-width:768px) {
    body {
        font-size: 0.4rem;
    }
}

.w_96 {
    width: 100%;
    max-width: 1600px;
	
}
.w_966 {
    width: 100%;
   /*  max-width: 1800px; */
	
}
/*Top002262*/
.Top002262 {
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
    transition: .3s;
}

.Top002262 .header-left {
    float: left;
    width: 30%;
    display: table;
    height: 1rem;
    max-width: 170px;
}

.Top002262 .logo {
    display: table-cell;
    vertical-align: middle;
}

.Top002262 .logo img.on {
    display: none;
}

.Top002262 .header-mids,
.Top002262 .header-right {
    float: right;
}

.Top002262 .header-right dd {
    float: left;
    padding: 0.4rem 0;
}

.Top002262 .search {
    position: relative;
    z-index: 100;
}

.Top002262 .open-search {
    background: url(../images/top002262-search1.png) no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
}

.Top002262 .top-search {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.2);
}

.Top002262 .top-search .text {
    width: 2.54rem;
    line-height: 0.46rem;
    height: 0.46rem;
    color: #fff;
    padding: 0 0.5rem 0 0.1rem;
    background: none
}

.Top002262 .top-search .btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0.46rem;
    width: 0.46rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 0.16rem;
    font-family: Arial;
}

.Top002262 .top-search .btn::before {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-bottom-color: #b4b4b4;
    top: -15px;
    right: 4px;
}

.search-show .Top002262 .top-search {
    display: block;
}

.Top002262 .top-language {
    position: relative;
    margin-right: 0.3rem;
}

.Top002262 .top-language span {
    display: block;
    background: url(../images/diqiu.gif) no-repeat center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background-size: contain;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.Top002262 .top-language figure {
    position: absolute;
    top: 100%;
    left: 50%;
    background: #fff;
    width: 1.2rem;
    line-height: 0.4rem;
    display: none;
    margin-left: -0.6rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Top002262 .top-language a {
    display: block;
    text-align: center;
    color: #333;
}

.Top002262 .top-language a:hover {
    color: #fff;
    background: #e67919;
}

.Top002262 .header-right .open-menu {
    position: relative;
}

.Top002262 .header-mids li {
    padding: 0.25rem 0;
}

.Top002262 .header-mids li .sub {
    display: none;
}

.Top002262 .header-mids li#m27 .sub {
    display: none !important;
}

.Top002262 .header-mids li span,
.Top002262 .header-mids li a {
    display: block;
}

@media(min-width:1025px) {
    .Top002262 .header-mids {
        margin-right: 1.5vw;
    }

    .Top002262 .header-right dd:last-child {
        display: none;
    }

    .Top002262 .header-mids li {
        margin-right: 1.5vw;
        float: left;
    }

    .Top002262 .header-mids li span {
        padding: 0 0.15rem;
        position: relative;
    }

    .Top002262 .header-mids li span a {
        line-height: 0.5rem;
        position: relative;
        font-size: 0.18rem;
        color: #fff;
    }

    .Top002262 .header-mids li span a::before {
        position: absolute;
        content: '';
        left: 50%;
        transform: translateX(-50%);
        height: 3px;
        background: #fff;
        width: 0;
        transition: ease-in-out 0.3s;
        bottom: 0;
    }

    .Top002262 .header-mids li span a:hover::before,
    .Top002262 .header-mids li.aon span a::before {
        width: 100%;
    }

    .Top002262 .header-mids li .sub {
        position: absolute;
        top: 100%;
        background-color: #fff;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
    }

}

@media (max-width:1024px) {
    .Top002262 .top-language {
        padding-right: 0.15rem !important;
        margin-right: 0.2rem;
    }

    .Top002262 .open-menu {
        margin: 0.15rem 0;
        margin-left: 0.25rem;
        width: 0.4rem;
        height: 0.4rem;
    }

    .Top002262 .header-mids {
        position: fixed;
        right: -100%;
        opacity: 0;
        top: 0.9rem;
        bottom: 0;
        overflow: auto;
        z-index: 99;
        width: 40%;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        transition: 0.5s;
        width: 45%;
        background: rgba(255, 255, 255, 1);
    }

    .menu-show .Top002262 .header-mids {
        right: 0;
        opacity: 1;
    }

    .Top002262 .header-mids li {
        border-bottom: 1px solid #eaeaea;
    }

    .Top002262 .header-mids li span {
        padding: 0 4em 0 2em;
        font-size: 0.2rem;
    }

    .Top002262 .has-multi aside .op-multi:before,
    .Top002262 .has-multi aside .op-multi:after,
    .Top002262 .has-sub span .op:before,
    .Top002262 .has-sub span .op:after {
        transform: translate(0, 0);
        width: 7px;
    }

    .Top002262 .has-multi aside .op-multi:after,
    .Top002262 .has-sub span .op:after {
        height: 7px;
        width: 2px;
    }

    .Top002262 .has-multi aside .op-multi,
    .Top002262 .has-sub span .op {
        right: 2%;
        transform: rotate(135deg);
    }

    .Top002262 .has-sub span .op:before,
    .Top002262 .has-sub span .op:after {
        background-color: #e67919;
    }

    .Top002262 .has-sub span .op.click {
        transform: rotate(225deg);
    }

    .Top002262 .sub {
        font-size: 0.18rem;
        background: #fff;
    }

    .Top002262 .sub dl {
        margin-left: 0 !important;
    }

    .Top002262 .sub dt {
        line-height: 3em;
        padding: 0 0.15rem;
        text-align: center;
    }

    .Top002262 .sub dt+dt {
        border-top: 1px dashed #eaeaea;
    }

    .Top002262 .sub dt:hover a {
        color: #e67919;
    }

    .Top002262 .top-search .btn::before {
        top: -17px
    }
}

.Top002262_fixed {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.Top002262_fixed .logo img {}

.Top002262_fixed .logo img.on {
    display: block;
}

.Top002262_fixed .header-mids li span a {
    color: #333;
}

.Top002262_fixed .header-mids li span:hover a,
.Top002262_fixed .header-mids li.aon span a {
    color: #e67919;
}

.Top002262_fixed .header-mids li span a::before {
    background: #e67919;
}

.Top002262_fixed .top-language span {
    background-image: url(../images/diqiu2.gif);
    color: #333;
    border-color: #333;
}

.Top002262_fixed .top-language span:after {
    border-top-color: #ccc;
    border-right-color: #ccc;
}

.Top002262_fixed .top-language::after {
    background: rgba(0, 0, 0, 0.1);
}

.Top002262_fixed .open-search {
    background-image: url(../images/top002262-search.png);
}

.Top002262_fixed .open-search.on {
    background: none;
}

.Top002262_fixed .open-search.on::before,
.Top002262_fixed .open-search.on::after {
    background: #e67919;
}

.Top002262_fixed .open-menu i {
    background: #333;
}

/*Banner003113 */
.Banner003113 {
    position: relative;
    z-index: 1;
}

.Banner003113 .slick-slide {
    position: relative;
    z-index: 1;
}

.Banner003113 .pc {
    display: block;
    width: 100%;
    padding-bottom: 49%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Banner003113 .slick-active .pc{
    animation:scaless 20s;

}

.Banner003113 .slick-active .wap{
    animation:scaleww 11s;

}



@keyframes scaless {
    0% {
        background-size:100%;
    }
    100% {
        background-size:120%;
    }
    }

    @keyframes scaleww {
        0% {
            transform:scale(1)
        }
        100% {
            transform:scale(1.2)
        }
        }

.Banner003113 .controls {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 7vw;
    z-index: 20;
    line-height: 1.5;
}

.Banner003113 .controls .auto {
    position: relative;
    z-index: 1;
}

.Banner003113 .controls dl>* {
    float: left;
}

.Banner003113 .controls dt {
    color: #fff;
}

.Banner003113 .controls dt>* {
    display: inline-block;
}

.Banner003113 .controls dd {
    margin-left: 28px;
}

.Banner003113 .controls .total {
    margin-left: 14px;
}

.Banner003113 .slick-dots li {
    list-style: none;
}

.Banner003113 .slick-dots li:not(.slick-active) {
    display: none;
}

.Banner003113 .slick-dots li span {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    color: #fff;
    width: 60px;
    text-align: left;
    display: block;
    font-size: 0.4rem;
    line-height: 1;
}

.Banner003113 .controls .dots {
    margin-top: -11px;
}

.Banner003113 .slick-arrow {
    width: 24px;
    height: 24px;
    position: relative;
}

.Banner003113 .slick-arrow:before {
    display: block;
    content: '';
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 50%;
    top: 50%;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

.Banner003113 .slick-prev {
    display: none !important;
}

.Banner003113 .mouse {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    width: 34px;
    height: 48px;
    border-radius: 17px;
    border: solid 2px #fff;
}

.Banner003113 .mouse:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 10px;
    background-color: #fff;
    top: 8px;
    left: 50%;
    margin-left: -1.5px;
    animation: infinite 1s linear updown;
}

@keyframes updown {
    0% {
        top: 8px;
        opacity: 1;
    }

    100% {
        top: 30px;
        opacity: 0;
    }
}

@media (min-width:1025px) {
    .Banner003113 .wap {
        display: none;
    }
}



@media (max-width:1024px) {

    .Banner003113 .mouse,
    .Banner003113 .pc {
        display: none;
    }

    .Banner003113 .controls .dots {
        margin-top: -4px;
    }

    .Banner003113 .slick-dots li span {
        width: 45px
    }
}

@media (max-width:768px) {
    .Banner003113 .controls {
        bottom: 3vw;
    }
}

/*Banner002625 */
.Banner002625 {
    position: relative;
    z-index: 1;
}

.Banner002625 .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

.Banner002625 .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .Banner002625 .slides {
    display: block;
}

* html .Banner002625 .slides {
    height: 1%;
}

.no-js .Banner002625 .slides>li:first-child {
    display: block;
}

.Banner002625 .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .Banner002625 .flex-viewport {
    max-height: 300px;
}

.Banner002625 .slides {
    zoom: 1;
}

.Banner002625 .slides li>img {
    display: block;
    width: 100%;
    /* transition:20s 0.3s; */
}

.Banner002625 .slides li>a,
.Banner002625 .slides li .xycenterbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}

.Banner002625 .slides li>a {
    z-index: 10;
    height: 100%;
}

.Banner002625 .slides li .xycenterbox {
    height: 60%;
}

.Banner002625 .slides li .xycenterbox img {
    max-height: 40%;
}

.Banner002625 .slides li.flex-active-slide>img {
    /* transform:scale(1.25); */
}

.Banner002625::after {
    position: absolute;
    content: '';
    width: 100%;
    background: url(../images/banner002625_banbg.png) no-repeat center bottom;
    background-size: 100% auto;
    height: 28.73%;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.Banner002625 .flex-direction-nav {
    display: none;
}

.Banner002625 .flex-control-nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 18%;
    z-index: 10;
    text-align: center;
}

.Banner002625 .flex-control-nav li {
    display: inline-block;
    list-style: none;
    padding: 0 5px;
}

.Banner002625 .flex-control-nav li a {
    display: block;
    border: 2px solid #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 1000px;
    cursor: pointer;
}

.Banner002625 .flex-control-nav li a.flex-active {
    background: #fff;
}

@media(max-width:480px) {
    .Banner002625 .flex-control-nav li a {
        width: 10px;
        height: 10px;
    }
}

.Hometitle {
    margin-bottom: 3vw;
    line-height: 1;
}

.Hometitle .name {
    font-size: 0.42rem;
    color: #e67919;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.Hometitle .name:after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 15px;
    height: 2px;
    background-color: #e67919;
    margin-left: 20px;
}

.Hometitle .en {
    font-size: 0.32rem;
    color: rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    transform: translateY(-15px)
}

.Hometxt {
    font-size: 0.17rem;
    color: #666;
    line-height: 1.75;
    padding-bottom: 3vw;
}

.viewMore {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    margin-top: calc(40 / 16 * 1em);
}

.viewMore span {
    display: inline-block;
    vertical-align: middle;
    margin-right: calc(20 / 16 * 1em);
}

.viewMore .icon-more {
    display: inline-block;
    vertical-align: middle;
    width: calc(50 / 16 * 1em);
    border: 1px solid #fff;
    height: calc(50 / 16 * 1em);
    border-radius: 50%;
    background: url(../fonts/icon-arrow-white.svg) no-repeat center;
    background-size: auto calc(14 / 16 * 1em);
    transition: .6s;
}

.viewMore:hover {
    color: #fff;
}

.viewMore:hover .icon-more {
    background: #047d91 url(../fonts/icon-arrow-white.svg) no-repeat center;
    background-size: auto calc(14 / 16 * 1em);
    border-color: #047d91;
}

.viewMore.default {
    color: #666;
    transition: .6s;
}

.viewMore.default .icon-more {
    border-color: #999;
    background: url(../fonts/icon-arrow.svg) no-repeat center;
    background-size: auto calc(14 / 16 * 1em);
    transition: .6s;
}

.viewMore.default:hover {
    color: #e67919;
}

.viewMore.default:hover .icon-more {
    background: #e67919 url(../images/icon-arrow-white.svg) no-repeat center;
    background-size: auto calc(14 / 16 * 1em);
    border-color: #e67919;
}

/*Floor002841 */


.video-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    background: rgba(0, 0, 0, 0.85);
}

.video-box .close {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 4;
    right: 20px;
    top: 20px;
}

.video-box .close::before,
.video-box .close::after {
    position: absolute;
    content: '';
    width: 80%;
    left: 10%;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.video-box .close::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.video-box .ytable {
    height: 100%;
}

.video-box .ytable-cell {
    text-align: center;
}

.video-box video {
    width: 90%;
    max-width: 900px;
}

.Floor002841 {
    overflow: hidden;
    position: relative;
    background: url(../images/righinfo002581_img.jpg) no-repeat 6% 72%;
}

.Floor002841 {
    /* position: relative; */
    z-index: 1;
    padding: 5vw 0 5vw 0;
}

.Floor002841 .auto:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    /* background: url(../images/floor002841_bg.png) no-repeat center bottom; */
    background-size: 100% auto;
    z-index: -1;
}

.Floor002841 .left .tit {
    color: #333;
    font-size: 0.42rem;
}

.Floor002841 .left .en {
    color: rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.Floor002841 .left .info {
    color: #666;
    line-height: 2;
    padding: 0vw 0 1.5vw 0;
}

.Floor002841 .left .number {
    margin-bottom: 3vw
}

.Floor002841 .left .info-num li {}

@media(min-width:641px) {
    .Floor002841 .left .info-num li {
        float: left;
        width: 25%;
        padding-right: 25px;
        text-align: center;
    }
}

.Floor002841 .left .info-num li aside {
    display: inline-block;
    position: relative;
}

.Floor002841 .left .info-num li aside b {
    font-size: 0.5rem;
    color: #e67919;
    display: block;
}

.Floor002841 .left .info-num li aside sub {
    position: absolute;
    left: 100%;
    word-break: keep-all;
    bottom: 15%;
    font-weight: 100;
    margin-left: 10px;
}

.Floor002841 .left .info-num li p {
    color: #777;
    margin-bottom: 0;
    margin-top: 5px;
}


@media(max-width:640px) {
    .Floor002841 {
        padding: 1rem 0 0;
        background: url(../images/righinfo002581_img.jpg) no-repeat 6% 12%;
    }

    .Floor002841 .left .info-num li {
        text-align: center;
        float: left;
        width: 50%;
        margin-bottom: 20px;
    }

}

@media(max-width:480px) {}

.Floor002841 .more {
    display: inline-block;
    background: #006d86;
    color: #fff;
    padding: 0 20px;
    position: relative;
    border-radius: 50px;
}

.Floor002841 .more:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 4px;
    background: #fff;
    top: 50%;
    margin-top: -5px;
    right: 15%;
    transition: 0.3s;
    display: inline-block;
    content: '';
    background: url(../fonts/floor003092-more-hover.svg) no-repeat;
    width: 5px;
    height: 10px;
    margin-left: 22px;
    vertical-align: middle;
}

.Floor002841 .more:hover:after {
    width: 0;
}

.Floor002841 .more span {
    display: block;
    line-height: 50px;
    position: relative;
    padding-left: 10px;
    padding-right: 20px;
}

.Floor002841 .more span:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 10px;
    margin-top: -5px;
    content: '';
    /* background: url(../images/floor002841-more.png) no-repeat right center; */
    transition: 0.3s;
}

.Floor002841 .more:hover span:before {
    width: 30px;
}

.Floor002841 .right {
    position: relative;
    z-index: 1;
}

.Floor002841 .open-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}

.Floor002841 .open-video i {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #006d86 url(../images/floor002841_btn.png) no-repeat center center;
    position: relative;
    z-index: 4;
}

.Floor002841 .open-video:before,
.Floor002841 .open-video:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    background: #006d86;
    opacity: 0.2;
    -webkit-opacity: 0.2;
    animation: scale 3s infinite;
    -webkit-animation: scale 3s infinite;
}

.Floor002841 .open-video:before {
    left: -15px;
    top: -15px;
    bottom: -15px;
    right: -15px;
    animation-delay: 0.3s;
}

.Floor002841 .open-video:after {
    left: -30px;
    top: -30px;
    bottom: -30px;
    right: -30px;
}

@keyframes scale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }

    50% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes scale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }

    50% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}

@-ms-keyframes scale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }

    50% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}

@media(min-width:1025px) {
    .Floor002841 .auto:before {
        left: 0%;
        width: 100%;
    }

    .Floor002841 .left {
        width: 51%;
    }

    .Floor002841 .right {
        width: 46.073%;
    }
}

@media(max-width:1024px) {
    .Floor002841 .auto:before {
        left: -2%;
        width: 104%;
        background-repeat: repeat-x;
    }

    .Floor002841 .right {
        max-width: 553px;
        margin: 0 auto;
    }

    .Floor002841 .left {
        padding-bottom: 5vw;
    }
}

@media(max-width:640px) {
    .Floor002841 .left .tit {
        font-size: 28px;
    }

    .Floor002841 .left .en {
        font-size: 30px;
    }
}

/*Floor002845 */

.str_wrap {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    position: relative;
    white-space: nowrap;
}

.str_wrap.str_active {}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    zoom: 1;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

/*slick Basic*/
.Floor002845 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.Floor002845 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.Floor002845 .slick-list:focus {
    outline: none
}

.Floor002845 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.Floor002845 .slick-slider .slick-track,
.Floor002845 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.Floor002845 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.Floor002845 .slick-track:before,
.Floor002845 .slick-track:after {
    display: table;
    content: '';
}

.Floor002845 .slick-track:after {
    clear: both;
}

.Floor002845 .slick-loading .slick-track {
    visibility: hidden;
}

.Floor002845 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.Floor002845 .slick-slide .slick-loading img {
    display: none;
}

.Floor002845 .slick-slide .dragging img {
    pointer-events: none;
}

.Floor002845 .slick-initialized .slick-slide {
    display: block;
}

.Floor002845 .slick-loading .slick-slide {
    visibility: hidden;
}

.Floor002845 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.Floor002845 .slick-arrow .slick-hidden {
    display: none;
}

/*slick Basic End*/

.Floor002845 {
    /* padding-top: 8%; */
    position: relative
}

.Floor002845 .title-main {
    background: #ea5433;
    /* display: none; */
}

.Floor002845 .title {
    color: #fff;
}

.Floor002845 .title .cn {
    font-size: 34px;
}

.Floor002845 .title .en {
    font-size: 42px;
    font-family: "DINBold";
    text-transform: uppercase;
    line-height: 1em;
    margin-top: 5px;
}

@media(min-width:1025px) and (max-width:1366px) {
    .Floor002845 .title .cn {
        font-size: 28px;
    }

    .Floor002845 .title .en {
        font-size: 36px;
    }
}

@media(max-width:640px) {
    .Floor002845 .title .cn {
        font-size: 6vw;
    }

    .Floor002845 .title .en {
        font-size: 5vw;
    }

    .Floor002845 .cn {
        margin-bottom: 1vw;
    }
}

.Floor002845 .more {
    display: inline-block;
    background: #ea5433;
    color: #fff;
    padding: 0 20px;
    position: relative;
}

.Floor002845 .more:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 4px;
    background: #fff;
    top: 50%;
    margin-top: -2px;
    right: 0;
    transition: 0.3s;
}

.Floor002845 .more:hover:after {
    width: 0;
}

.Floor002845 .more span {
    display: block;
    line-height: 50px;
    position: relative;
    padding-left: 44px;
}

.Floor002845 .more span:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 10px;
    margin-top: -5px;
    content: '';
    background: url(../images/floor002845-more.png) no-repeat right center;
    transition: 0.3s;
}

.Floor002845 .more:hover span:before {
    width: 30px;
}

.Floor002845 .step {
    position: relative;
    z-index: 3;
    /* background: #fff; */
}

.Floor002845 .slider {
    margin: 2vw 0vw 0;
    padding: 0 38px;
}

.Floor002845 .slider li {
    padding-top: 20px;
}

.Floor002845 .slider li .inner {
    position: relative;
    padding: 0 22px 37px;
    text-align: center;
    /* margin: 0 auto; */
}

.Floor002845 .slider li .inner:before {
    position: absolute;
    content: '';
    height: 5px;
    left: 0;
    width: 100%;
    background: #f3f3f3;
    top: 22px;
}

.Floor002845 .slider li .num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #006d86;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
    font-family: "DINBold";
    position: relative;
    z-index: 10;
    margin: 0 auto;
}

.Floor002845 .slider li .t-1 {
    font-size: 0.22rem;
    margin: 15px 0 5px;
    color: #333;
}

.Floor002845 .slider li .t-2 {
    line-height: 1.5;
    color: #888;
    max-height: 48px;
}

.Floor002845 .slider .slick-arrow {
    position: absolute;
    width: 38px;
    height: 9px;
    background: url(../images/floor002845-btnon.png) no-repeat left center;
    border: 0;
    cursor: pointer;
    padding: 0;
    top: 40px;
    font-size: 0;
    z-index: 10;
}

.Floor002845 .slider .slick-disabled {
    background-image: url(../images/floor002845-btn.png);
    cursor: default;
}

.Floor002845 .slider .slick-prev {
    left: 0;
}

.Floor002845 .slider .slick-next {
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

@media(min-width:1025px) {
    .Floor002845 .title-main {
        width: 11vw;
    }

    .Floor002845 .step .title {
        max-width: 282px;
        width: 95%;
        margin: 0 auto;
    }
}

@media(max-width:1024px) {

    .Floor002845 .step,
    .Floor002845 .step .ytable-cell {
        display: block;
    }

    .Floor002845 .step .title {
        text-align: center;
        padding: 20px;
    }
}

.Floor002845 .case {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15vw 0 10.36vw 0;
    margin-top: -5vw;
    position: relative;
    z-index: 2;
}

.Floor002845 .case .auto {
    position: relative;
    z-index: 1;
}

.Floor002845 .case .left li {
    display: inline-block;
    /*width: 17vw; margin-right: 0.5vw;*/
}

.Floor002845 .case .left li .inner {
    padding: 3vw;
    background: url(../images/floor002845_bg.jpg) no-repeat right bottom #fff;
    background-size: contain;
    margin-right: 10px;
}

.Floor002845 .case .right .title {
    padding-bottom: 9vw;
}

.Floor002845 .case .t-1 {
    font-size: 24px;
    color: #333;
}

.Floor002845 .case .t-2 {
    margin: 10px 0;
}

.Floor002845 .case .line {
    display: block;
    background: #e8e8e8;
    height: 5px;
    border-left: 18px solid #333;
}

.Floor002845 .case p.dot4 {
    line-height: 28px;
    color: #999;
    white-space: break-spaces;
    margin-bottom: 6vw;
}

.Floor002845 .case .details {
    display: block;
    width: 38px;
    height: 9px;
    background: url(../images/floor002845-more2.png) no-repeat center right;
}

.Floor002845 .case .btn {
    display: none;
}

@media(min-width:769px) {
    .Floor002845 .case .right {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 28.473%;
    }

    .Floor002845 .case .left {
        width: 68.056%;
    }
}

@media(max-width:768px) {
    .Floor002845 .case .right {
        text-align: center;
        padding-bottom: 5vw;
    }
}

/*Floor003092 */
.Floor003092 .tab {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}

.Floor003092 .tab a {
    font-size: 16px;
    display: block;
    background: #eee;
    padding: 10px;
    margin-bottom: 1px;
    color: #888;
}

.Floor003092 .tab a.aon,
.Floor003092 .tab a:hover {
    color: #fff;
    background-color: #e2c07d;
}

@media(min-width:768px) {
    .Floor003092 .tab {
        padding: 25px 0 10px;
    }

    .Floor003092 .tab a {
        display: inline-block;
        line-height: 30px;
        padding: 0 15px;
        min-width: 115px;
        border-radius: 30px;
        overflow: hidden;
        margin: 0 7px 1px;
    }
}

@media(min-width:1024px) {
    .Floor003092 .tab {
        padding: 0px 0 3%
    }

    .Floor003092 .tab a {
        display: inline-block;
        line-height: 36px;
        padding: 0 20px;
        background: #eee;
        min-width: 130px;
        border-radius: 36px;
    }
}

.Floor003092 {
    padding: 5% 0 6%;
    background-color: #f3f6fa;
    overflow: hidden;
}

.Floor003092 .auto {
    max-width: 1600px;
}

.Floor003092 .slider-but {
    overflow: hidden;
    /* float: right; */
    position: absolute;
    z-index: 111;
    width: 110%;
    top: 61%;
    left: -5%;
}

.Floor003092 .slider-but .slick-arrow {
    float: right;
    cursor: pointer;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: url("../fonts/floor003092-more-hover.svg") no-repeat center center #dae2ec;
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

.Floor003092 .slider-but .slick-prev {
    margin-right: 30px;
    transform: rotateY(180deg);
    float: left;
}

.Floor003092 .slider-but .slick-arrow:hover {
    background-color: #00aed6;
}

.Floor003092 .picture {
    position: absolute;
    z-index: -1;
    top: -5.21vw;
}

.Floor003092 .title {
    font-size: 42px;
    color: #333;
    text-align: center;
    margin-bottom: 2%;
}

.Floor003092 .title .en {
    font-size: 1.579em;
    /* line-height: 0.8667; */
    text-transform: uppercase;
    font-size: 36px;
    opacity: 0.08;
    /* letter-spacing: 6px; */
}

.Floor003092 .slider {
    overflow: hidden;
}

.Floor003092 .slider li a {
    display: block;
    background: #fff;
    padding: 1.45vw;
}

.Floor003092 .slider li a .Ispic {
    padding-bottom: 70%;
}

.Floor003092 .slider li time,
.Floor003092 .slider li time span {
    display: inline-block;
    margin-bottom: 0%;
}

.Floor003092 .slider li time {
    font-size: 18px;
    color: #ccc;
    margin: 22px 0 10px;
}

.Floor003092 .slider li time span {
    /*font-size: 2.222em;*/
    line-height: 1;
}

.Floor003092 .slider li aside {
    color: #000;
    font-size: 20px;
    line-height: 1.4166;
    /* min-height: 2.8332em; */
}

.Floor003092 .slider li p {
    font-size: 15px;
    color: #777;
    line-height: 1.75;
    min-height: 0.5em;
    margin-bottom: 7%;
}

.Floor003092 .more {
    display: inline-block;
    line-height: 40px;
    border-radius: 40px;
    color: #fff;
    padding: 0 16px;
    background: #00aed6;
    transition: 0.3s;
}

.Floor003092 .more:after {
    display: inline-block;
    content: '';
    background: url("../images/floor003092-more-hover.svg") no-repeat;
    width: 5px;
    height: 10px;
    margin-left: 22px;
    vertical-align: middle;
}

.Floor003092 li a:hover .more {
    padding: 0 16px;
    color: #fff;
    background: #bf212d
}

.Floor003092 li a:hover .more:after {
    background-image: url("../images/floor003092-more-hover.svg");
}

@media(min-width:641px) {
    .Floor003092 .slider .ul {
        margin: 0 -29px;
    }

    .Floor003092 .slider li a {
        margin: 0 25px;
    }
}

@media(min-width:1025px) {
    .Floor003092 .auto {
        position: relative;
        z-index: 1;
    }

    .Floor003092 .left-title {
        width: 100%;
    }

    .Floor003092 .right-list {
        width: 100%;
    }

    .Floor003092 .title {
        /* width: 50%; */
    }

    .Floor003092 .picture {
        right: 63.375%;
        bottom: -5.42vw;
        width: 46.625%;
    }

    .Floor003092 .slider-but {
        margin-top: 0;
        margin-bottom: 1.5%;
    }
}

@media(min-width:1025px) and (max-width:1600px) {
    .Floor003092 .title {
        font-size: 38px;
    }

    .Floor003092 .slider .ul {
        margin: 0 -1.8125vw;
    }

    .Floor003092 .slider li a {
        margin: 0 1.8125vw;
    }
}

@media(min-width:641px) and (max-width:1024px) {
    .Floor003092 .slider .ul {
        margin: 0 -2vw;
    }

    .Floor003092 .slider li a {
        margin: 0 2vw;
    }
}

@media(max-width:1024px) {
    .Floor003092 .left-title {
        position: relative;
        z-index: 1;
    }

    .Floor003092 .picture {
        left: -3%;
        right: -3%;
        bottom: -14vw;
    }

    .Floor003092 .slider-but {
        padding: 3vw 0;
    }

    .Floor003092 .title {
        font-size: 5vw;
    }
}

@media(max-width:640px) {
    .Floor003092 .slider li a {
        padding: 5vw;
    }

    .Floor003092 .slider-but .slick-arrow {
        width: 10vw;
        height: 10vw;
    }

    .Floor003092 .slider-but .slick-prev {
        margin-right: 5vw;
    }

    .Floor003092 .slider li aside {
        font-size: 5vw;
    }

    .Floor003092 .slider li p {
        font-size: 4vw;
    }
}

/*
 .Floor002384 为demo编号
 */
.Floor002384 {
    padding: 4% 0 2%;
    color: #333;
}

.Floor002384 dd {
    float: left;
    width: 12%;
    padding-right: 7px;
    transition: width ease-in-out 0.3s;
}

.Floor002384 dd .inner {
    position: relative;
    overflow: hidden;
}

.Floor002384 dd:last-child {
    margin-right: 0;
}

.Floor002384 dd.active {
    width: 52%;
}

.Floor002384 dd .pic {
    display: block;
    height: 570px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: all ease-out 0.6s;
}

.Floor002384 dd .txt,
.Floor002384 dd .name {
    position: absolute;
}

.Floor002384 dd .txt {
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 2%;
    padding-left: 19%;
    width: 100%;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=65);
    background: #000;
    line-height: 27px;
    transform: translateY(100%);
    transition: all ease 0.3s;
}

.Floor002384 dd .txt p {
    margin: 0;
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 16px;
}

.Floor002384 dd.active .txt {
    transform: translateY(0);
    transition: all ease-in-out 0.5s 0.3s;
}

.Floor002384 dd .name {
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 3;
    width: 100%;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.Floor002384 dd .name ol {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12% 0 12% 0;
    width: 100%;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=65);
    background: #000;
    transition: all ease-in-out 0 0.5s;
}

.Floor002384 dd .name ol em {
    display: none;
}

.Floor002384 dd.active .name ol em {
    display: inline-block;
    font-size: 50px;
    /*border-bottom:3px solid #fff; margin-bottom:10px; */
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.Floor002384 dd .name ol a {
    display: block;
    font-size: 20px;
    /* font-weight: bold; */
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.Floor002384 dd.active .name {
    width: 17%;
    text-shadow: none;
}

.Floor002384 dd.active .name ol {
    background: #00aed6 none repeat scroll 0 0 !important;
    filter: Alpha(opacity=100);
    background: #00aed6;
    top: auto;
    bottom: 0;
    transition: all ease-in-out 0.5s 0.5s;
    border-radius: 0 75px 0 0;
}

.Floor002384 dd.active .name ol em {
    box-shadow: none;
    font-style: normal;
}

.Floor002384 .Title {
    padding: 0% 0 2%;
    position: relative;
    text-align: center;
}

.Floor002384 .Title h3 {
    font-size: 42px;
    /* color: #da251d; */
    font-weight: normal;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0;
}

.Floor002384 .Title span {
    color: rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-size: 35px;
    /* letter-spacing: 3px; */
}

.Floor002384 .Title h3:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    /* background-color: #9e9e9e; */
    left: 0;
    bottom: -2px;
}

.Floor002384 .Title a {
    /* display: block; */
    /* position: absolute; */
    /* right: 0; */
    /* top:50%; */
    /* width: 38px; */
    /* height: 18px; */
    /* background:url(../images/floor002384-case_ico.png) no-repeat center; */
}

@media(max-width:899px) {
    .Floor002384 dd .name ol {
        padding: 3% 0 3% 0;
    }

    .Floor002384 dl {
        margin: 0 -3px;
        overflow: hidden;
    }

    .Floor002384 dd {
        width: 50% !important;
        padding: 3px;
    }

    .Floor002384 dd .pic {
        height: auto;
        padding-bottom: 60%;
    }

    .Floor002384 dd .txt {
        padding: 10px 0;
    }

    .Floor002384 dd .txt p {
        line-height: 18px;
        height: 36px;
        overflow: hidden;
    }

    .Floor002384 dd .txt {
        padding-left: 32%;
    }

    .Floor002384 dd.active .name {
        width: 30%;
    }

    .Floor002384 .Title h3 {
        font-size: 20px;
    }

    .Floor002384 dd .name ol em {
        font-size: 35px !important;
    }

    .Floor002384 dd .name ol a {
        font-size: 14px;
    }
}

@media(max-width:480px) {
    .Floor002384 dd .name ol em {
        font-size: 30px;
    }

    .Floor002384 dd .name ol a {
        font-size: 13px;
    }

    .Floor002384 dd {
        width: 100% !important;
    }
}

/*Bottom002887 */
.Bottom002887 {
    background: #0e1120
}

.Bottom002887,
.Bottom002887 a {
    color: #fff;
}

.Bottom002887 .auto {
    max-width: 1600px;
    width: 94%;
}

.Bottom002887 .copyright {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
}

.Bottom002887 .copyright a {
    color: rgba(255, 255, 255, 0.5);
}

.Bottom002887 .copyright .fr {
    overflow: hidden;
}

.Bottom002887 .copyright .fr a {
    float: left;
    height: 30px;
    margin-left: 30px;
    color: rgba(255, 255, 255, 0.5);
}

.Bottom002887 .copyright .fr a.knet {
    background: url("../images/knet.png") no-repeat center center;
    width: 84px;
}

.Bottom002887 .copyright .fr a.wlzxnet {
    background: url("../images/wlzxnet.png") no-repeat left center;
    padding-left: 37px;
    margin-right: 37px;
}

.Bottom002887 .b_link {
    margin-bottom: 26px;
    line-height: 24px;
}

.Bottom002887 .b_link .fr {
    position: relative;
    padding-left: 70px;
}

.Bottom002887 .b_link .fr span {
    position: absolute;
    left: 0;
    top: 0;
}

.Bottom002887 .b_link .fr a {
    margin-left: 25px;
    display: inline-block;
}

.Bottom002887 .b_link .fl a {
    display: inline-block;
}

.Bottom002887 .b_link .fl a:not(:last-child):after {
    margin: 0 20px;
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.2);
}

.Bottom002887 .code {
    /* max-width: 320px; */
    margin: 0 auto;
}

.Bottom002887 .code li {
    /* float: left; */
    /* width: 43.75%; */
    text-align: center;
}

.Bottom002887 .code li:nth-child(2n) {
    float: right;
}

.Bottom002887 .code li aside {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}

.Bottom002887 .code li img {
    border-radius: 4px;
    display: block;
    width: 100%;
}

.Bottom002887 .b_nav {
    padding: 6% 0 3% 0;
}

.Bottom002887 .b_nav .tit {
    font-size: 18px;
}

.Bottom002887 .b_nav nav dd {
    line-height: 37px;
    font-size: 16px;
}

.Bottom002887 .b_nav nav dd a {
    color: rgba(255, 255, 255, 0.4);
}

.Bottom002887 .b_nav nav dd a:hover {
    color: #fff;
}

.Bottom002887 .contact .call {
    font-size: 26px;
    /* font-family: 'IMPACT'; */
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.Bottom002887 .contact p {
    margin-top: 12px;
    opacity: 0.6;
    -webkit-opacity: 0.6;
    font-size: 16px;
}

.Bottom002887 .b_nav nav .item:not(:last-child) {
    margin-right: 11%;
}

@media(min-width:641px) {
    .Bottom002887 .b_nav nav .item {
        float: left;
        max-width: 190px;
    }

    .Bottom002887 .b_nav .tit {
        padding-bottom: 24px;
    }

    .Bottom002887 .b_nav nav .item dl {
        display: block !important;
    }
}

@media(min-width:1025px) {
    .Bottom002887 .b_link>div {
        max-width: 48%;
    }

    .Bottom002887 .code {
        width: 8%;
    }

    .Bottom002887 .b_nav nav {
        width: 60.875%;
    }

    .Bottom002887 .contact {
        width: 30.5%;
        padding: 0 1%;
    }
}

@media(max-width:1024px) {

    .Bottom002887 .contact,
    .Bottom002887 .code .tit {
        text-align: center;
    }

    .Bottom002887 .contact {
        padding: 20px 0;
    }
}

@media(max-width:640px) {
    .Bottom002887 .b_nav nav .item {
        margin: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .Bottom002887 .b_nav nav .item dl {
        display: none;
        padding-bottom: 20px;
    }

    .Bottom002887 .b_nav .tit {
        padding: 20px 0;
    }

    .Bottom002887 .b_nav nav .tit {
        position: relative;
        z-index: 1;
        padding-right: 40px;
    }

    .Bottom002887 .b_nav nav .tit i {
        position: absolute;
        right: 0;
        top: 50%;
        width: 20px;
        height: 20px;
        margin-top: -8px;
        transition: 0.3s;
    }

    .Bottom002887 .b_nav nav .tit i.on {
        transform: rotate(45deg);
    }

    .Bottom002887 .b_nav nav .tit i:before,
    .Bottom002887 .b_nav nav .tit i:after {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
    }

    .Bottom002887 .b_nav nav .tit i:before {
        width: 50%;
        height: 2px;
    }

    .Bottom002887 .b_nav nav .tit i:after {
        width: 2px;
        height: 50%;
    }

    .Bottom002887 .b_nav nav dd {
        padding: 5px 0;
    }

    .Bottom002887 .code {
        max-width: 280px;
    }

    .Bottom002887 .code li img {
        width: 80%;
        margin: 0 auto;
    }
}

/*Floor003128 */
.Floor003128 {
    padding: 1.4rem 0;
    position: relative;
    z-index: 2;
    background: url(../images/floor003128-bg.jpg) no-repeat center center;
    background-size: cover;
}

.Floor003128 .Hometitle .name {
    color: #fff;
}

.Floor003128 .Hometitle .name:after {
    background-color: #fff;
}

.Floor003128 .Hometitle .en {
    color: rgba(255, 255, 255, .3);
}

.Floor003128 .slider-img .Ispic {
    position: relative;
    z-index: 1;
}

.Floor003128 .slider-img .item {
    position: relative;
}

.Floor003128 .slider-img .tit {
    font-size: 0.32rem;
    color: #333;
    margin-bottom: 0.5em;
}

.Floor003128 .slider-img .txt p {
    line-height: 2;
}

.Floor003128 .slider-img .txt dd {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 0.2rem;
    line-height: 2;
}

.Floor003128 .slider-img .txt dd a {
    display: inline-block;
    position: relative;
}

.Floor003128 .slider-img .txt dd:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 8px;
    height: 15px;
    background: url(../images/icon01.svg) center no-repeat;
}

.Floor003128 .slider-img .txt dd a:hover {
    color: #e67919;
}

.Floor003128 .slider-nav aside {
    color: #fff;
    font-size: 0.18rem;
}

.Floor003128 .slider-nav .inside .icon {
    transition: 0.3s;
}

.Floor003128 .slider-nav .inside .icon img {
    max-height: 2.8125em;
}

.Floor003128 .slider-nav .inside .icon img.hover {
    display: none;
}

.Floor003128 .slider-nav li {
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0 30px 0 30px;
}

.Floor003128 .slider-nav .slick-current {
    background-color: #e67919;
}

.Floor003128 .slider-nav .slick-current .icon img.default {
    display: none;
}

.Floor003128 .slider-nav .slick-current .icon img.hover {
    display: inline-block;
}

@media (min-width:1025px) {
    .Floor003128 .main {
        position: relative;
        min-height: 72vh;
    }

    .Floor003128 .slider-img {
        position: absolute;
        left: calc((1600 - 1920)/2/1920*100vw);
        right: 25%;
        top: 0;
        height: 100%;
        z-index: 1;
        border-radius: 0 10px 40px 0;
        overflow: hidden;
    }

    .Floor003128 .slider-img .Ispic {
        height: 72vh;
        width: 55%;
    }

    .Floor003128 .slider-img .txt {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 55%;
        right: 0;
        padding: 12% 5%;
        padding-right: 10%;
        background: #fff;
        z-index: 4;
    }

    .Floor003128 .slider-nav {
        width: 28%;
        height: 72vh;
        float: right;
        z-index: 20;
        position: relative;
    }

    .Floor003128 .slider-nav .ytable {
        height: 100%;
    }

    .Floor003128 .slider-nav .inside {
        display: table;
        width: 100%;
        table-layout: fixed;
        height: 11.4583vh;
        /*6.875em*/
    }

    .Floor003128 .slider-nav .inside>* {
        display: table-cell;
        vertical-align: middle;
    }

    .Floor003128 .slider-nav .inside .icon {
        text-align: center;
        width: 50%;
        padding-left: 6.625em;
    }
}

@media (max-width:1024px) {
    .Floor003128 {
        padding: 1rem 0;
    }

    .Floor003128 .slider-img .Ispic {
        padding-bottom: 73.283%;
    }

    .Floor003128 .slider-img .txt {
        background: #fff;
        padding: 20px;
    }

    .Floor003128 .slider-img .slick-current .txt {
        bottom: 2em;
    }

    .Floor003128 .slider-nav {
        overflow: hidden;
        height: 5em;
        margin-bottom: 1em
    }

    .Floor003128 .slider-nav .inside {
        display: flex;
        align-items: center;
        height: 5em;
        padding: 0 0.5em;
    }

    .Floor003128 .slider-nav .inside aside {
        flex: 1;
    }

    .Floor003128 .slider-nav .inside .icon {
        width: 25%;
        flex-shrink: 0;
        margin-right: 5%;
        text-align: center;
    }

    .Floor003128 .slider-nav .inside .icon img {
        max-height: 1.5em;
    }
}

/*Floor002708 */
.Floor002708 {
    position: relative;
    z-index: 1;
    padding: 1.4rem 0;
}

.Floor002708 .Hometitle {
    position: relative;
    z-index: 3;
}

.Floor002708 .slider-for .slick-list li a {
    display: block;
}

.Floor002708 .slider-for li h2 {
    font-weight: normal;
    color: #000;
    font-size: 0.24rem;
    line-height: 32px;
    margin: 0;
    height: 64px;
}

.Floor002708 .slider-for .slick-list li a:hover h2 {
    color: #e67919;
}

.Floor002708 .slider-for li time {
    color: #999;
    display: block;
    margin: 6% 0;
    padding-left: 32px;
    background: url(../fonts/icon-time.svg) no-repeat left center;
}

.Floor002708 .slider-for li p {
    color: #666666;
    line-height: 2;
    margin: 0;
}

.Floor002708 .slider-for li .more {
    margin: 8% 0;
    position: relative;
    display: block;
    width: 80px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
}

.Floor002708 .slider-for .slick-list li a:hover .more {
    width: 100px;
}

.Floor002708 .slider-for li .more::after {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-right-color: #fff;
    right: 1px;
    bottom: -5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.Floor002708 .slider-for .slick-dots {
    overflow: hidden;
}

.Floor002708 .slider-for .slick-dots>* {
    float: left;
    font-family: Helvetica, Arial, sans-serif;
}

.Floor002708 .slider-for .slick-dots li {
    display: none;
}

.Floor002708 .slider-for .slick-dots li a {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    color: #e67919;
    width: 60px;
    text-align: left;
    display: block;
    font-size: 0.4rem;
    line-height: 1;
}

.Floor002708 .slider-for .slick-dots li.slick-active {
    display: block;
}

.Floor002708 .slider-for .slick-dots ol {
    line-height: 3.5;
    color: #666;
}

.Floor002708 .slider-img .slick-arrow {
    z-index: 10;
    border: none;
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background: #006d86;
}

.Floor002708 .slider-img .slick-disabled {
    background: #e67919;
}

.Floor002708 .slider-img .slick-arrow::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -8px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.Floor002708 .slider-img .slick-prev::before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-left: -4px;
}

.Floor002708 .slider-img .slick-disabled::before {
    opacity: 0.3;
}

.Floor002708 .slider-img .slick-next {
    left: 80px;
    border-radius: 0 10px 0 0;
}

@media(min-width:1025px) {
    .Floor002708 .slider-for {
        width: 46.25%;
        float: left;
        padding-top: 5%;
    }

    .Floor002708 .right-img {
        float: right;
        width: 53.75%;
        border-radius: 0 40px 0 40px;
        overflow: hidden;
    }

    .Floor002708 .slider-for .slick-list li a {
        width: 90%;
        max-width: 600px;
    }

    .Floor002708 .slider-for .slick-dots {
        max-width: 600px;
        width: 90%;
    }
}

@media(max-width:1024px) {
    .Floor002708 {
        padding: 1rem 0;
    }

    .Floor002708 .right-img {
        margin-top: 0 !important;
    }

    .Floor002708 .slider-img .slick-arrow {
        left: auto;
        right: 0;
        width: 50px;
        height: 50px;
    }

    .Floor002708 .slider-img .slick-prev {
        right: 51px;
    }

    .Floor002708 .slider-for {
        padding: 3%;
    }

    .Floor002708 .slider-for li time {
        margin: 15px 0;
    }

    .Floor002708 .slider-for li .more {
        margin-top: 25px;
        margin-bottom: 15px;
    }
}

@media(max-width:640px) {
    .Floor002708 .slider-for li h2 {
        font-size: 18px;
    }

    .Floor002708 .slider-for .slick-dots li a {
        width: 40px
    }

    .Floor002708 .slider-for .slick-dots ol {
        line-height: 2
    }
}

/*Bottom002900 */
.Bottom002900 {
    background: url(../images/bottom002900-bg.png) no-repeat bottom center #222;
    padding: 0.6rem 0 0.3rem;
    position: relative;
    z-index: 3;
}

.Bottom002900,
.Bottom002900 a {
    color: #fff;
}

@media(min-width:1441px) {
    .Bottom002900 .inner {
        margin: 0 auto;
    }
}

.Bottom002900 .b_nav nav dd a {
    opacity: 0.5;
}

@media(min-width:1025px) {
    .Bottom002900 .contact {
        width: 22%;
        text-align: right;
    }

    .Bottom002900 .b_nav {
        width: 70%;
        max-width: 950px;
    }
}

.Bottom002900 .hotline {
    line-height: 1.75;
}

.Bottom002900 .b_nav nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.35rem;
    margin-bottom: 0.35rem;
}

.Bottom002900 .b_nav nav dl {
    float: left;
    max-width: 140px;
}

.Bottom002900 .contact .tit,
.Bottom002900 .b_nav nav dt {
    padding-bottom: 0.22rem;
    font-size: 0.18rem;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.Bottom002900 .b_nav nav dd {
    line-height: 1.75;
    padding: 0.05rem 0;
    font-size: 0.15rem;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

@media(max-width:1024px) {
    .Bottom002900 .b_nav nav {
        display: none;
    }
}

.Bottom002900 aside {
    padding-bottom: 0.15rem;
}

.Bottom002900 aside a {
    opacity: 0.5;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.Bottom002900 aside a:not(:last-child):after {
    display: inline-block;
    content: '';
    margin: 0 0.2rem;
    width: 2px;
    height: 2px;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.5);
}

.Bottom002900 .copyright {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
    font-size: 0.15rem;
}

.Bottom002900 .copyright a {
    opacity: 0.5;
}

.Bottom002900 a:hover {
    color: #e67919;
    opacity: 1 !important;
}

.Bottom002900 .contact {
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.Bottom002900 .contact .num {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
    line-height: 1em;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    color: #e67919;
    font-weight: bold;
}

.Bottom002900 .share li {
    display: inline-block;
    position: relative;
}

.Bottom002900 .share li figure {
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 100%;
    width: 120px;
    padding: 5px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    display: none;
}

.Bottom002900 .share li figure img {
    display: block;
    width: 100%;
}

.Bottom002900 .share li figure:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    left: 25px;
    top: 100%;
    border-top-color: #fff;
}

.Bottom002900 .share li:not(:last-child) {
    margin-right: 30px;
}

.Bottom002900 .share li a {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 54px;
    height: 54px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
}

.Bottom002900 .share li a.a_wx {
    background-image: url("../images/bottom002900_wx.png");
}

.Bottom002900 .share li a.a_sina {
    background-image: url("../images/ico_sph.png");
}

.Bottom002900 .share li a.a_douyin {
    background-image: url("../images/bottom002900_douyin.png");
}

.Bottom002900 .share li a:hover {
    background-color: #e67919;
}

@media(min-width:1025px) {
    .Bottom002900 .share {
        margin-bottom: 3vw;
    }
}

@media(min-width:1025px) and (max-width:1280px) {
    .Bottom002900 .share li:not(:last-child) {
        margin-right: 2em;
    }
}

@media(max-width:1024px) {
    .Bottom002900 {
        padding: 30px 0
    }

    .Bottom002900 .share li a {
        width: 36px;
        height: 36px;
    }
}

/*Banner003069 */
.Banner003069 {
    position: relative;
    z-index: 1;
}

.Banner003069 .Ispic {
    width: 100%;
    height: calc(640 / 16 * 1em);
}

.Banner003069 .txt {
    position: absolute;
    left: 0;
    bottom: calc(150 / 960 * 100%);
    width: 100%;
    z-index: 10;
    color: #fff;
}

.Banner003069 .tit {
    font-size: 0.45rem;
}

@media(max-width:640px) {
    .Banner003069 .Ispic {
        height: calc(300 / 16 * 1em);
    }
}

/*Menu003135 */
.Menu003135 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 25px 0;
}

.Menu003135 .current {
    padding-left: 1.51428em;
    background: url(../images/menu003135-icon.svg) no-repeat left center;
    background-size: 1em auto;
    line-height: 3.125;
}

.Menu003135 .current,
.Menu003135 .current a:not(:hover) {
    color: #999;font-size: 0.15rem;
}

.Menu003135 .current a:hover {
    color: #e67919;
}

.Menu003135 .current span {
    color: #333;
}

.Menu003135 .nav-menu li {
    float: left;
    line-height: 3.125;
}

.Menu003135 .nav-menu li:not(:last-child) {
    margin-right: 20px;
}

.Menu003135 .nav-menu li a {
    display: block;
    position: relative;
    padding: 0 2em;
    border-radius: 1.6em;
    transition: .5s;
}

.Menu003135 .nav-menu li a:hover,
.Menu003135 .nav-menu li.aon a {
    background: #e67919;
    color: #fff
}

@media (max-width:1024px) {
    .Menu003135 .current {
        display: none;
    }

    .Menu003135 .nav-menu li {
        line-height: 3;
        width: 33%;
        text-align: center
    }

    .Menu003135 .nav-menu li:not(:last-child) {
        margin-right: 0px;
    }

    .Menu003135 .nav-menu li a {
        padding: 0
    }
}

/*Menu002217*/
.Menu002217 {
    padding: calc(80 / 1920 * 100vw) 0 0;
    text-align: center;
}

.Menu002217 h2 {
    font-size: 0.42rem;
    color: #e67919;
    line-height: 1;
    margin: 0;
    font-weight: normal;
}

.Menu002217 p {
    font-size: 0.2rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.Menu002217 nav {
    text-align: center;
    margin-top: 2%;
}

.Menu002217 nav ul li {
    text-align: center;
    padding: 0 9px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.Menu002217 nav ul li a {
    display: block;
    min-width: 140px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 40px;
    background: #f3f3f3;
}

.Menu002217 nav ul li.on a,
.Menu002217 nav ul li a:hover {
    color: #fff;
    background: #e67919;
}

@media(max-width:1000px) {
    .Menu002217 nav ul li a {
        min-width: 90px;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        padding: 0 3%;
    }
}

@media(max-width:640px) {
    .Menu002217 nav ul li {
        width: 100%;
        margin: 0 0 1px;
        display: block;
    }

    .Menu002217 nav ul li a {
        border-radius: 0;
    }
}

/*Menu002217 End*/
/*Page002623 */
.Page002623 {
    padding: calc(50 / 1920 * 100vw) 0 calc(120 / 1920 * 100vw) 0;
    text-align: center;
    font-family: Arial;
    /* font-size: 0.18rem; */
}

.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages>span:not(.p_page) {
    display: none;
}

.Page002623 .Pages em {
    float: left;
    margin: 0 3vw;
    font-style: normal;
}

.Page002623 .Pages .p_page {
    display: table;
    margin: 0 auto;
}

.Page002623 .Pages a {
    float: left;
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0 1px;
}

.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover {
    color: #fff;
    background: #e67919;
}

.Page002623 .Pages .p_page>a {
    font-size: 0;
    height: 50px;
    position: relative;
}

.Page002623 .Pages .p_page>a:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -10px;
}

.Page002623 .Pages .p_page>a.a_prev:before {
    border-right-color: #000;
    border-right-width: 8px;
}

.Page002623 .Pages .p_page>a.a_next:before {
    border-left-color: #000;
    border-left-width: 8px;
    margin-left: -4px;
}

.Page002623 .Pages a.a_prev:hover:before {
    border-right-color: #fff;
}

.Page002623 .Pages a.a_next:hover:before {
    border-left-color: #fff;
}

@media(max-width:640px) {
    .Page002623 {
        padding: 6vw 0 8vw 0;
    }

    .Page002623 .Pages em {
        display: none;
    }

    .Page002623 .Pages a {
        background-color: #eee;
    }
}

/*business */
 .business>div {
    padding: calc(40 / 1920 * 100vw) 0;
} 

.business h2 {
    text-align: center;
    font-size: 0.42rem;
    color: #e67919;
    line-height: 1;
    margin: 0;
    margin-bottom: 0.5rem;
    font-weight: normal;
}

.business .desc {
    max-width: 80%;
    margin: 0 auto 0.5rem auto;
}

.business .desc p {
    font-size: 0.2rem;
    line-height: 1.5;
    text-align: center;
}

.business .title {
    border-top: 2px solid #e67919;
    margin: 0 0 0.4rem 0;
    position: relative;
    z-index: 4;
}

.business .title aside {
    display: table;
    margin-top: -20px;
    padding-right: 20px;
    background: #fff;
}

.business .title span {
    display: table;
    line-height: 40px;
    border-radius: 40px;
    padding: 0 25px;
    background: #e67919;
    font-size: 0.22rem;
    color: #ffffff;
}

.business .title span i {
    font-style: normal;
    float: left;
    padding: 0 20px;
    margin-left: -32px;
    margin-right: 5px;
    margin-top: -10px;
    color: #fff;
    border-radius: 40px;
    background: rgb(23, 181, 185);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(23, 181, 185, 1) 0%, rgba(0, 69, 109, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(23, 181, 185, 1) 0%, rgba(0, 69, 109, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(23, 181, 185, 1) 0%, rgba(0, 69, 109, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17b5b9', endColorstr='#e67919', GradientType=1);
    /* IE6-9 */
}

.Galary002512 .slider-for li {
    background: #fff;
    overflow: hidden;
}

.Galary002512 .slider-for li .Ispic {
    padding-bottom: 60%;
}

.Galary002512 .slider-for li .name {
    color: #fff;
    font-size: 0.36rem;
}

.Galary002512 .slider-for li .tit aside {
    color: #e67919;
    font-size: 0.36rem;
}

.Galary002512 .slider-for li p {
    margin: 1.875em 0 3.125em 0;
    line-height: 2;
}

.Galary002512 .slider-nav {
    margin: 0 -1% 0.5rem -1%;
}

.Galary002512 .slider-nav li {
    text-align: center;
    margin: 0 0.1%;
    position: relative;
}

.Galary002512 .slider-nav li:after {
    display: block;
    margin: 0 auto;
    border: 8px solid transparent;
    border-bottom: 0;
    content: '';
    font-size: 0;
    width: 0;
}

.Galary002512 .slider-nav li.slick-current:after {
    border-top-color: #e67919;
}

.Galary002512 .slider-nav li aside {
    line-height: 60px;
    border-radius: 8px;
    background: #f3f3f3;
}

.Galary002512 .slider-nav li.slick-current aside {
    color: #fff;
    background: #e67919;
}

/* Arrows */
.Galary002512 .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    border: none;
    z-index: 10;
    margin-top: -20px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.8);
}

.Galary002512 .slick-arrow:hover {
    background-color: rgba(253, 141, 43, 0.9);
}

.Galary002512 .slick-arrow::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    transform: rotate(-45deg);
}

.Galary002512 .slick-prev {
    left: -45px;
}

.Galary002512 .slick-next {
    right: -45px;
    background-position: right top;
}

.Galary002512 .slick-prev::before {
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
}

.Galary002512 .slick-next::before {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin-left: -12px;
}

@media(max-width:1200px) {
    .Galary002512 .slider-for {
        margin-bottom: 50px;
    }

    .Galary002512 .slick-prev,
    .Galary002512 .slick-next {
        right: auto;
        left: 50%;
        margin-top: 0;
        top: -45px;
    }

    .Galary002512 .slick-prev {
        margin-left: -50px;
    }

    .Galary002512 .slick-next {
        margin-right: -50px;
    }
}

@media (min-width:641px) {
    .Galary002512 .slider-for li .ytable {
        table-layout: fixed;
    }

    .Galary002512 .slider-for li .img {
        width: 50%;
    }

    .Galary002512 .slider-for li .info {
        padding: 0 5%;
    }
}

@media(max-width:640px) {

    .Galary002512 .slick-prev,
    .Galary002512 .slick-next {
        display: none !important;
    }

    .Galary002512 .slider-for {
        margin-bottom: 3%;
    }

    .Galary002512 .slider-for li .ytable,
    .Galary002512 .slider-for li .ytable-cell {
        display: block;
    }

    .Galary002512 .slider-for li .pic {
        padding-bottom: 5vw;
    }
}

.business-2 {
    background: #eef2f3;
}

/*.business-2 h2,
.business-2 .desc{ color: #fff;}*/

.business-2 .title {
    border-top: 2px solid rgba(230, 121, 25, 39);
}

.business-2 .title aside {
    background: #eef2f3;
}

.business-2 .title span {
    background: #e67919;
}

.business-2 .wrap {
    margin-bottom: 0.8rem;
}

.business-2 .wrap li {
    float: left;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.business-2 .wrap li a {
    display: block;
    position: relative;
}

.business-2 .wrap li h3,
.business-2 .wrap li h5 {
    margin: 0;
    text-align: center;
    font-size: 0.18rem;
    font-weight: normal;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.business-2 .wrap li figure {
    padding-bottom: 64%;
}

.business-2 .wrap li h3 {
    padding: 0.2rem;
    line-height: 2;
    color: #000;
}

.business-2 .wrap li .hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-image: linear-gradient(to top, #1b98a6, #1b98a6, rgba(27, 152, 166, 0.35));
    z-index: 10;
    transition: 0.3s;
    color: #fff;
}

.business-2 .wrap li a:hover .hover {
    opacity: 1;
}

.business-2 .wrap li aside {
    position: absolute;
    left: 10%;
    width: 80%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.business-2 .wrap li .hover h5 {
    margin: 20px 0;
    color: #fff;
    font-size: 0.24rem;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    line-height: 22px;
    max-height: 22px;
    overflow: hidden;
}

.business-2 .wrap li .hover p {
    color: #fff;
    line-height: 2;
    margin: 0;
    max-height: 90px;
    overflow: hidden;
}

@media(min-width:1025px) {
    .business-2 .wrap li {
        width: 23.5%;
        margin-right: 2%;
    }

    .business-2 .wrap li:nth-child(4n) {
        margin-right: 0;
    }
}



@media(max-width:1000px) {
    .business-2 .wrap li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 1%
    }

    .business-2 .wrap li .hover h5 {
        margin: 0px 0 10px;
    }
}

.business-2 .liucheng {
    margin-bottom: 0.8rem;
    border-radius: 0 30px 0 30px;
    overflow: hidden;
}

.business-4 {
    background: url(../images/floor003128-bg.jpg) no-repeat center center;
    background-size: cover;
}

.business-4 .Galary002512 .slider-nav li aside {
  /*   background: rgba(255, 255, 255, 0); */
    color: #000000
}

.business-4 .Galary002512 .slider-nav li.slick-current aside {
    color: #fff;
    background: #e67919;
}

.business-4 .Galary002512 .slider-nav li.slick-current:after {
    border-top-color: #fff;
}

.business-4 h2 {
    color: #fff;
}

.business-4 .slider-for li {
    border-radius: 0 40px 0 40px;
    overflow: hidden;
}

.business .intro {
    position: relative;
    overflow: hidden;
}

.business .intro .Ispic {
    padding-bottom: 35% !important;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden
}

.business .intro .Ispic:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    /* background: -moz-linear-gradient(right, rgba(0, 69, 109, 0) 0%, rgba(0, 69, 109, 1) 100%); */
    /* FF3.6-15 */
  /*   background: -webkit-linear-gradient(right, rgba(0, 69, 109, 0) 0%, rgba(0, 69, 109, 1) 100%); */
    /* Chrome10-25,Safari5.1-6 */
 /*    background: linear-gradient(to left, rgba(0, 69, 109, 0) 0%, rgba(0, 69, 109, 1) 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); */
    /* IE6-9 */
}

.business .intro .txt {
    line-height: 2.1428;
}

.business .intro .txt .icon img {
    max-height: 2.8125em;
}

@media (min-width:1025px) {
    .business .intro .txt {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        right: 60%;
        color: #fff;
        z-index: 4;
        text-align: justify;
    }
}

@media (max-width:1024px) {
    .Galary002512 .slider-for li .name {
        color: #333
    }

    .business .intro .Ispic {
        margin-bottom: 1em;
        padding-bottom: 55% !important
    }

    .Galary002512 .slider-for li p {
        margin: 1em 0 0
    }

    .business-4 .slider-for li .info {
        padding: 20px
    }
}

.business .fwys {
    position: relative;
}

.business .fwfw {
    margin-bottom: 0.8rem;
}

.business .fwys li a {
    display: block;
    margin: 0 10px;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    text-align: center;
    padding: 1.5vw 0;
    transition: 0.3s;
    min-height: 12vw;
}

.business .fwfw li a {
    background: #e67919;
}

.business .fwfw li:nth-child(2n) a {
    background: #e67919;
}

.business .fwys li .icon-pic {
    height: 4.75vw;
    display: table;
    width: 100%;
}

.business .fwys li .icon-pic figure {
    display: table-cell;
    vertical-align: bottom;
}

.business .fwys li .icon-pic img {
    max-height: 3vw;
    transition: 0.3s;
}

.business .fwys li:hover .icon-pic img {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
}

.business .fwys li aside.dot {
    color: #000;
    font-size: 0.2rem;
    margin: 1em 0 0;
}

.business .fwys li p {
    margin: 1em auto 0 auto;
    color: #666;
    width: 78%;
    line-height: 1.75em;
    height: 5.25em;
}

.business .fwfw li aside.dot,
.business .fwfw li p {
    color: #fff;
}

.business .fwys .btn .slick-arrow {
    position: absolute;
    top: 50%;
    border: solid 4px #ccc;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    transform: rotate(45deg);
    border-right: 0;
    border-top: 0;
    border-radius: 4px;
}

.business .fwys .btn .slick-next {
    transform: rotate(-135deg);
}

.business .fwys .btn .slick-arrow:hover {
    border-color: #004098;
}

@media(min-width:1601px) {
    .business .fwys .btn .slick-prev {
        left: -3.07vw;
    }

    .business .fwys .btn .slick-next {
        right: -3.07vw;
    }

    .business .fwys .slider {
        margin: 0 -10px;
    }
}

@media(max-width:1600px) {
    .business .fwys .btn .slick-prev {
        left: 0;
    }

    .business .fwys .btn .slick-next {
        right: 0;
    }

    .business .fwys .slider {
        padding: 0 40px;
    }
}

@media(max-width:640px) {
    .business .fwys .btn .slick-arrow {
        width: 5vw;
        height: 5vw;
        margin-top: -2.5vw;
    }

    .business .fwys .slider {
        padding: 0 5vw;
    }
}

@media(max-width:1024px) {
    .business .fwys li {
        padding-bottom: 4vw;
        min-height: 24vw;
    }

    .business .fwys li .icon-pic {
        height: 10vw;
    }

    .business .fwys li .icon-pic img {
        max-height: 7vw;
    }

    .business .fwys li aside.dot {
        padding-bottom: 2em
    }
}

@media(max-width:640px) {
    .business .fwys li .icon-pic {
        height: 15vw;
    }

    .business .fwys li .icon-pic img {
        max-height: 10vw;
    }
}

@media(min-width:1201px) {
    .business .shoufengqin {
        margin-left: -10px;
        margin-right: -10px;
    }

    .business .shoufengqin li .icon {
        margin-bottom: calc(100 / 16 * 1em);
    }
}

.business .shoufengqin ul {
    display: table;
    width: 100%;
}

.business .shoufengqin li {
    display: table-cell;
    cursor: pointer;
    transition: 0.3s;
    width: 15.384%;
    height: 500px;
    position: relative;
}

.business .shoufengqin li.active {
    width: 55.128%;
}

.business .shoufengqin li .inner {
    left: 10px;
    right: 10px;
    position: absolute;
    height: 100%;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}

.business .shoufengqin li .inner:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
  /*   background: -moz-linear-gradient(top, rgba(0, 69, 109, 0) 0%, rgba(00, 69, 109, 1) 100%); */
    /* FF3.6-15 */
   /*  background: -webkit-linear-gradient(top, rgba(0, 69, 109, 0) 0%, rgba(0, 69, 109, 1) 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom, rgba(0, 69, 109, 0) 0%, rgba(0, 69, 109, 1) 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 /*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); */
    /* IE6-9 */
}

.business .shoufengqin li .Ispic {
    height: 100%;
}

.business .shoufengqin li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 50px;
    color: #fff;
}

.business .shoufengqin li.active .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.business .shoufengqin li .tit {
    font-size: 0.24rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.business .shoufengqin li.active .tit {
    font-size: 0.28rem;
}

.business .shoufengqin li .info {
    visibility: hidden;
    max-width: calc(750 / 16 * 1em);
    line-height: 1.75;
    margin: 20px 0;
    transform: translateX(50px);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3;
    position: absolute;
}

.business .shoufengqin li.active .info {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
    position: relative;
}

.business .shoufengqin li .number {
    visibility: hidden;
    max-width: calc(750 / 16 * 1em);
    margin-top: 10px;
    transform: translateX(50px);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3;
    position: absolute;
}

.business .shoufengqin li.active .number {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
    position: relative;
}

.business .shoufengqin .number dd {
    float: left;
    color: #fff;
    margin-right: 3.5vw;
}

.business .shoufengqin .number dd aside {
    color: #e67919;
}

.business .shoufengqin .number dd aside b {
    font-size: 0.36rem;
    line-height: 0.85em;
    display: inline-block;
}

.business .shoufengqin .number dd p {
    margin: 0;
}

@media(min-width:1025px) {}

@media(max-width:1024px) {
    .business .shoufengqin ul {
        display: grid
    }

    .business .shoufengqin li {
        width: 100%;
        height: 300px;
        margin-bottom: 1em
    }

    .business .shoufengqin li.active {
        width: 100%;
    }

    .business .shoufengqin li:not(.active) .txt aside.dot {
        display: none;
    }

    .business .shoufengqin li .inner {
        left: 5px;
        right: 5px;
    }

    .business .shoufengqin li .txt {
        padding-bottom: 30px;
    }

    .business .shoufengqin li .info {
        visibility: visible;
        transform: translateX(0);
        opacity: 1;
        position: relative;
    }

    .business .shoufengqin li .number {
        visibility: visible;
        transform: translateX(0);
        opacity: 1;
        position: relative;
    }
}

@media(max-width:768px) {
    .business .shoufengqin li .txt {
        padding-left: 10px;
        padding-right: 10px;
    }

    .business .shoufengqin li.active .txt {
        padding-left: 15px;
        padding-right: 15px;
    }

    .business .shoufengqin li .inner {
        left: 1px;
        right: 1px;
    }
}

/*物流查询 */
.Linklist002316 {
    padding: calc(80 / 1920 * 100vw) 0 0;
}

.Linklist002316 .filter {
    margin-bottom: 3%;
    position: relative;
    z-index: 1;
}

.Linklist002316 .filter dl {
    position: relative;
    z-index: 10;
}

.Linklist002316 .filter dl dd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #e67919;
    display: none;
}

.Linklist002316 .filter dl dd a {
    display: block;
    padding: 5px 20px;
    line-height: 30px;
    transition: 0.3s;
}

.Linklist002316 .filter dl dd a:hover {
    background: #e67919;
    color: #fff;
}

.Linklist002316 .filter dl dt {
    position: relative;
    line-height: 50px;
    border: 1px solid #e67919;
    background: #fff;
    color: #212121;
    padding-right: 30px;
    padding-left: 20px;
    border-radius: 3px;
}

.Linklist002316 .filter dl dt:after {
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-top-color: #e67919;
    border-top-width: 6px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
}

.Linklist002316 .filter .search {
    position: relative;
    border: 1px solid #e67919;
    background: #fff;
    border-radius: 3px;
    padding-left: 70px;
    z-index: 2;
}

.Linklist002316 .filter .search .btn {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 70px;
    height: 50px;
    background: url(../images/icon-search.png) no-repeat center center;
}

.Linklist002316 .filter .search .text {
    width: 100%;
    line-height: 50px;
    height: 50px;
    background: none;
    border: 0;
    padding-right: 20px;
    color: #212121;
    font-size: 1em;
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

.Linklist002316 .filter .search .text.focus {
    color: #333;
}

@media(min-width:641px) {
    .Linklist002316 .filter dl {
        float: left;
        width: 32%;
    }

    .Linklist002316 .filter .search {
        float: right;
        width: 66%;
    }
}

.Linklist002316 .list li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    height: 120px;
    text-align: center;
}

.Linklist002316 .list li>a {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    color: #757575;
    background: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
}

.Linklist002316 .list li>a .action,
.Linklist002316 .list li>a .logo,
.Linklist002316 .list li>a .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.Linklist002316 .list li>a .logo {
    left: 15%;
    width: 70%;
    z-index: 2;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.Linklist002316 .list li>a .logo>figure {
    height: 100%;
    background-size: contain;
}

.Linklist002316 .list li>a .action .name,
.Linklist002316 .list li>a .mask {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    opacity: 0;
}

.Linklist002316 .list li>a .mask {
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    transition: .4s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Linklist002316 .list li>a .action {
    top: 0;
    text-align: center;
    color: #212121;
    z-index: 3;
}

.Linklist002316 .list li>a .action .name {
    position: relative;
    display: block;
    padding-top: 30px;
    font-size: 0.18rem;
    font-weight: 600;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: .4s ease-in-out;
}

.Linklist002316 .list li>a .action .btn {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -40px;
    width: 80px;
    line-height: 24px;
    border-radius: 4px;
    background-color: #e67919;
    border-color: #e67919;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.Linklist002316 .list li>a:hover .logo {
    opacity: .15;
    color: #fff;
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
}

.Linklist002316 .list li>a:hover .action .btn,
.Linklist002316 .list li>a:hover .action .name {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.Linklist002316 .list li>a:hover .mask {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

@media(max-width:1024px) and (min-width:769px) {
    .Linklist002316 .list li {
        width: 23.5%;
    }

    .Linklist002316 .list li:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (min-width:1025px) {
    .Linklist002316 .list li {
        width: 15%;
    }

    .Linklist002316 .list li:nth-child(6n) {
        margin-right: 0;
    }
}

@media(max-width:1024px) {
    .Linklist002316 .filter dl {
        margin-bottom: 1em;
    }

    .Linklist002316 .list li:nth-child(2n) {
        margin-right: 0;
    }
}

/*TextList002514 */
.TextList002514 {
    padding: calc(80 / 1920 * 100vw) 0 calc(120 / 1920 * 100vw) 0;
}

.TextList002514 .list {
    margin-bottom: 15px;
}

.TextList002514 .job-title {
    line-height: 30px;
    padding: 20px 80px;
    cursor: pointer;
    position: relative;
    color: #000;
    font-size: 0.18rem;
    background: #f3f3f3;
    transition: .3s;
}

.TextList002514 .job-title b {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: normal;
    background: #e67919;
    color: #fff;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
}

.TextList002514 .job-title i {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #e67919;
    border-radius: 50%;
    right: 30px;
    top: 50%;
    margin-top: -11px;
}

.TextList002514 .job-title i::before,
.TextList002514 .job-title i::after {
    position: absolute;
    content: '';
    background: #fff;
}

.TextList002514 .job-title i::before {
    left: 20%;
    width: 60%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.TextList002514 .job-title i::after {
    left: 50%;
    margin-left: -1px;
    width: 2px;
    top: 20%;
    height: 60%;
}

.TextList002514 .job-title:hover i,
.TextList002514 .job-title.select i {
    background: #fff;
}

.TextList002514 .job-title:hover i::before,
.TextList002514 .job-title.select i::before,
.TextList002514 .job-title:hover i::after,
.TextList002514 .job-title.select i::before {
    background: #e67919;
}

.TextList002514 .job-title:hover i::after,
.TextList002514 .job-title.select i::after {
    display: none;
}

.TextList002514 .job-title:hover,
.TextList002514 .job-title.select {
    color: #fff;
    background: #e67919;
}

.TextList002514 .job-title:hover b,
.TextList002514 .job-title.select b {
    background: #fff;
    color: #e67919;
}

.TextList002514 .job-main {
    display: none;
    padding: 10px 0;
}

.TextList002514 .job-main .table {
    border: 1px solid #e67919;
}

.TextList002514 .job-main .table th,
.TextList002514 .job-main .table td {
    text-align: center;
    width: 20%;
    border: none;
    border-collapse: collapse;
    line-height: 24px;
    padding: 15px;
}

.TextList002514 .job-main .table th {
    font-weight: normal;
    color: #fff;
    background: #e67919;
    border-color: #e67919;
}

.TextList002514 .job-main .table tr:nth-child(2n-1) {
    background: #eaf3f5;
}

@media(max-width:480px) {
    .TextList002514 .job-main .table {
        overflow: auto;
    }

    .TextList002514 .job-main .table table {
        width: 150%;
    }

    .TextList002514 .job-main .table th,
    .TextList002514 .job-main .table td {
        width: 30%;
    }
}









/*Timeline003071 */
.Timeline003071 {
    padding: 4.17vw 0 7vw;
    /* background: url("../images/timeline003071_bg.jpg") no-repeat center bottom; */
    background-size: 100% auto;
    overflow: hidden;
}

.Timeline003071 .auto {
    /* max-width: 1400px; */
}

.Timeline003071 .left .video {
    position: relative;
    z-index: 1;
    margin-bottom: 2.66vw;
}

.Timeline003071 .left .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/timeline003071_play.png") no-repeat center center;
    cursor: pointer;
}

.Timeline003071 .left .video video {
    position: absolute;
    background: #000;
    z-index: 20;
    left: 0;
    top: 0;
}

.Timeline003071 .tab dd {
    background: rgb(234, 234, 234, 0.72);
    margin-bottom: 1px;
    text-align: center;
    line-height: 3.056em;
    font-size: 0.3rem;
    cursor: pointer;
}

.Timeline003071 .tab dd.on {
    color: #fff;
    background: url("../images/timeline003071_aon.jpg") no-repeat center center;
    background-size: cover;
    font-weight: bold;
}

.Timeline003071 .tab dd.on:before,
.Timeline003071 .tab dd.on:after {
    display: inline-block;
    content: '';
    width: 34px;
    vertical-align: middle;
    height: 1px;
    background: #ffffff;
    margin: 0 20px;
}

.Timeline003071 .tab-list {
    border-left: 2px solid #e4e4e4;
    padding-left: 5vw;
}

.Timeline003071 .tab-inner {
    position: relative;
    background: url("../images/timeline003071_listbg.jpg") no-repeat center bottom;
    background-size: 100% auto;
    border-radius: 0 30px;
    padding: 2vw 3.24vw;
    color: #fff;
}

.Timeline003071 .tab-inner:not(:last-child) {
    margin-bottom: 40px;
}

.Timeline003071 .tab-inner:before,
.Timeline003071 .tab-inner:after {
    position: absolute;
    content: '';
    top: 3vw;
}

.Timeline003071 .tab-inner:before {
    right: 100%;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-right-color: #e67919;
}

.Timeline003071 .tab-inner:after {
    margin-left: -5vw;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: solid 4px #e67919;
    border-radius: 50%;
    left: -10px;
}

.Timeline003071 .tab-inner label {
    position: absolute;
    right: 3.94vw;
    bottom: -0.01vw;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 6.25vw;
    color: #fff;
    opacity: 0.5;
    display: none;
}

.Timeline003071 .tab-inner time {
    font-family: Arial;
    font-weight: bold;
    display: block;
    font-size: 0.36rem;
    margin-bottom: 10px;
    line-height: 1em;
}

.Timeline003071 .tab-inner time:after {
    width: 66px;
    height: 1px;
    content: '';
    border: solid 1px #ffffff;
    opacity: 0.4;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.Timeline003071 .tab-inner ul {
    position: relative;
    z-index: 4;
}

.Timeline003071 .tab-inner li {
    line-height: 1.667em;
    position: relative;
    padding-left: 1em;
    font-size: 0.18rem;
}

.Timeline003071 .tab-inner li:before {
    position: absolute;
    content: '';
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 12px;
    background: #fff;
}

.Timeline003071 .tab-inner li.b {
    font-weight: bold;
}

@media(min-width:1025px) {
    .Timeline003071 .left {
        width: 23.858%;
        border-radius: 30px 0;
        overflow: hidden;
    }

    .Timeline003071 .right {
        width: 72%;
    }
}

@media(max-width:1024px) {
    .Timeline003071 .tab {
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Timeline003071 .tab dd {
        float: left;
        width: 50%;
        border-right: 1px solid #fff;
        font-size: 4vw;
    }

    .Timeline003071 .tab dd.on:before,
    .Timeline003071 .tab dd.on:after {
        width: 1em;
        margin: 0 0.5em;
    }

    .Timeline003071 .tab-inner li:before {
        top: 6px
    }

    .Timeline003071 .tab-inner label {
        font-size: 12vw;
    }
}

@media(max-width:640px) {
    .Timeline003071 .tab-inner {
        padding: 5vw;
    }

    .Timeline003071 .tab-inner:not(:last-child) {
        margin-bottom: 3vw;
    }
}






/*PicList002171 */
.PicList002171 {
    padding-top: 3%;
}

.PicList002171 li {
    float: left;
    width: 17.6%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.PicList002171 li a {
    /* border: 1px solid #f8f8f8; */
    padding: 7%;
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 14px -2px 13px 10px rgb(180 189 221 / 8%), 0 6px 14px hsl(0deg 0% 100% / 30%), 0 12px 20px rgb(180 189 221 / 23%);
}

.PicList002171 li img {
    display: block;
    width: 100%;
}

.PicList002171 li a figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(230, 121, 25, 0.95);
    opacity: 0;
    transition: 0.3s;
}

.PicList002171 li a:hover figure {
    opacity: 1;
}

.PicList002171 li dl {
    display: table;
    width: 100%;
    height: 100%;
}

.PicList002171 li dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 0.18rem;
    color: #fff;
}

@media(min-width:769px) {
    .PicList002171 li:nth-child(5n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .PicList002171 li {
        width: 32%;
        margin-right: 2%;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .PicList002171 li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList002171 li {
        width: 49%;
    }

    .PicList002171 li:nth-child(2n) {
        margin-right: 0;
    }

    .PicList002171 li img {
        max-width: 70%;
        margin: 0 auto
    }

}

/*
 .PicList002239 为demo编号
 */
.PicList002239 {
    padding: 3% 0 0;
}

.PicList002239 li {
    /* border-bottom: 1px solid #e3e3e3; */
    margin-bottom: 3%;
    float: left;
    box-shadow: 0 0 10px rgb(180 189 221 / 8%), 0 6px 14px hsl(0deg 0% 100% / 30%), 0 12px 20px rgb(180 189 221 / 20%);
    border-radius: 8px ;
    overflow: hidden;
}

@media(min-width:769px) {
    .PicList002239 li {
        margin-right: 5%;
        width: 30%;
    }

    .PicList002239 li:nth-child(3n) {
        margin-right: 0;
    }
}

.PicList002239 li .Ispic {
    padding-bottom: 68%;
    background-size: contain;
}

.PicList002239 li dl {
    position: relative;
    /* margin:0 10px; */
    line-height: 0.7rem;
}

.PicList002239 li dd {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    padding-left: 30px;
    background: url(../images/piclist002239-icon.png) no-repeat left center;
}

.PicList002239 li dt {
    color: #e67919;
    text-align: center;
}

@media(max-width:768px) {
    .PicList002239 li {
        width: 48%;
        margin-right: 4%;
    }

    .PicList002239 li:nth-child(2n) {
        margin-right: 0;
    }
}








/*
 .RighInfo002799
 */
.RighInfo002799 {
    padding: 5% 0;
}

.RighInfo002799 .pic {
    /* float: right; margin-left: 12%; */
    margin: 2% 0;
    border-radius: 0 40px 0 40px;
    overflow: hidden;
}

.RighInfo002799 .tit .en {
    font-family: 'Times New Roman';
    font-size: 48px;
    color: #fff0e5;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.RighInfo002799 .tit .cn {
    text-align: center;
    font-size: 42px;
    color: #e67919;
    line-height: 1;
    margin: 0;
    margin-bottom: 50px;
    font-weight: normal;
}

.RighInfo002799 .subtit {
    font-size: 26px;
    color: #e67919;
    margin-top: 3%;
    position: relative;
    margin-bottom: 1%;
}

.RighInfo002799 .subtit:before {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    background: none;
    position: relative;
    top: -4px;
    margin-right: 8px;
    border-radius: 50%;
    border: 2px solid #e67919;
}

.RighInfo002799 .subtit span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Times New Roman';
    opacity: .05;
    letter-spacing: 5px;
}

.RighInfo002799 .subtit span i {
    font-size: 68px;
    font-style: normal;
}

.RighInfo002799 p {
    font-size: 16px;
    color: #666;
    line-height: 36px;
    text-align: justify;
    margin: 0;
}

.RighInfo002799 .p1 {
    font-size: 18px
}

.RighInfo002799 .p1:before {
    display: inline-block;
    content: '';
    width: 10px;
    height: 1px;
    background: #999;
    margin-right: 8px;
    position: relative;
    top: -5px;
}

@media (max-width: 768px) {
    .RighInfo002799 .auto {
        padding: 0 3%;
    }

    .RighInfo002799 .pic {
        float: none;
        width: 100%;
        margin-bottom: 5%;
        margin-left: 0;
    }

    .RighInfo002799 .tit .en {
        font-size: 38px;
    }

    .RighInfo002799 .tit .cn {
        margin-top: -25px;
        font-size: 38px;
    }
}



/*PicList002953 */

.PicList002953 {
    padding: 2.08vw 0;
    background: #eef2f3
}

.PicList002953 .column-tit {
    text-align: center;
    font-size: 38px;
    margin-bottom: calc(24 / 50 * 1em);
    color: #333;
}

.PicList002953 .test {
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 3%;
}

.PicList002953 li {
    float: left;
    width: 29%;
    background: #fff;
    margin-bottom: 1.332%;
    border-radius: 10px 10px;
}

.PicList002953 li a {
    display: block;
    padding: 1.56vw;
}

.PicList002953 li:not(:nth-child(2n)) {
    /* float: right; */
    margin: 0.5% 
}

.PicList002953 li:nth-child(3n+1) {
    /* clear: left; */
}

.PicList002953 li aside.dot {
    font-size: 0.18rem;
    line-height: 1em;
    border-left: 5px solid #e67919;
    margin: 30px 0px 12px 20px;
    padding-left: 12px;
    font-weight: bold;
    color: #e67919;
}

.PicList002953 li .txt {
    padding: 10px 16px 0px;
    min-height: 200px;
}

.PicList002953 li p {
    margin: 0;
    line-height: 1.625em;
    color: #666;
    background: url("../images/piclist002953-icon1.svg") no-repeat center left;
    padding-left: 36px;
    background-size: 1.5em;
    margin-bottom: 14px;
}

.PicList002953 li p.add {
    background: url("../fonts/piclist002953-icon.svg") no-repeat center left;
    background-size: 1.5em;
}

.PicList002953 li p.tel {
    background: url("../fonts/piclist002953-icon3.svg") no-repeat center left;
    background-size: 1.5em;
}

.PicList002953 li p.fal {
    background: url("../fonts/piclist002953-icon4.svg") no-repeat center left;
    background-size: 1.5em;
}

.PicList002953 li p.zap {
    background: url("../fonts/piclist002953-icon5.svg") no-repeat center left;
    background-size: 1.5em;
}

.PicList002953 li .pic {
    overflow: hidden;
    border-radius: 5px;
}

.PicList002953 li .Ispic {
    padding-bottom: 45.077%;
    transition: 0.3s;
}

.PicList002953 li a:hover .Ispic {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.PicList002953 li .more {
    overflow: hidden;
}

.PicList002953 li .more span {
    float: right;
    width: 40px;
    height: 40px;
    border: solid 2px #e5e5e5;
    border-radius: 50%;
    position: relative;
    transition: 0.3s;
}

.PicList002953 li .more span:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin: -5px 0 0 -7px;
    left: 50%;
    top: 50%;
}

.PicList002953 li a:hover .more span {
    border-color: #4ab344;
    background: #4ab344;
}

.PicList002953 li a:hover .more span:after {
    border-color: #fff;
}

@media(max-width:1024px) {
    .PicList002953 li {
        float: none;
        width: 100%;
    }

    .PicList002953 li a {
        padding: 4vw;
    }

    .PicList002953 li .txt {
        padding: 1vw 1vw 0;
        min-height: 100%
    }
}

@media(max-width:640px) {
    .PicList002953 li aside.dot {
        font-size: 4vw;
        margin-bottom: 2vw;
        margin-left: 0
    }

    .PicList002953 li p {
        font-size: 3.5vw;
    }

    .PicList002953 li .more {
        padding-top: 2vw;
    }

    .PicList002953 li .more span {
        width: 26px;
        height: 26px;
    }
}









/*RighInfo003186 */
.RighInfo003186 {
    padding: calc(92 / 1920 * 100vw) 0;
    overflow: hidden;
}

.RighInfo003186 .column-name {
    position: relative;
    padding: calc(104 / 16 * 1em) 0 0 calc(77 / 16 * 1em);
    z-index: 1;
}

.RighInfo003186 .column-name aside {
    position: relative;
    z-index: 4;
}

.RighInfo003186 .column-name .cn {
    font-size: calc(38 / 16 * 1em);
    color: #333;
    font-family: 'SourceHanSansCN-Bold';
    line-height: 1;
}

.RighInfo003186 .column-name .en {
    text-transform: uppercase;
    font-size: calc(30 / 16 * 1em);
    color: #b8b8b8;
    line-height: calc(26 / 30 * 1em);
    margin-top: calc(7 / 30 * 1em);
}

.RighInfo003186 .column-name .mark {
    position: absolute;
    left: 20px;
    top: 20px;
    background: url(../images/righinfo003186-title-bg.png) no-repeat;
    width: calc(122 / 16 * 1em);
    height: calc(122 / 16 * 1em);
    background-size: contain;
}

@media (min-width:1025px) {
    .RighInfo003186 .column-name {
        margin-left: calc(-77 / 16 * 1em);
    }
}

@media (max-width:1024px) {
    .RighInfo003186 .column-name {
        padding: calc(40 / 16 * 1em) 0 0 calc(40 / 16 * 1em);
        font-size: 0.8em;
    }
}

@media (min-width:1025px) {
    .RighInfo003186 .left-intro {
        width: calc(625 / 1440 * 100%);
    }

    .RighInfo003186 .right-img {
        width: 50%;
    }

    .RighInfo003186 .number {
        max-width: calc(540 / 16 * 1em);
    }

    .RighInfo003186 .right-img .pic {
        /* width: 50vw; */
        border-radius: 40px 0 40px;
        overflow: hidden;
    }
}

.RighInfo003186 .right-img {
    position: relative
}

.RighInfo003186 .open-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}

.RighInfo003186 .open-video i {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #006d86 url(../images/floor002841_btn.png) no-repeat center center;
    position: relative;
    z-index: 4;
}

.RighInfo003186 .open-video:before,
.RighInfo003186 .open-video:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    background: #006d86;
    opacity: 0.2;
    -webkit-opacity: 0.2;
    animation: scale 3s infinite;
    -webkit-animation: scale 3s infinite;
}

.RighInfo003186 .open-video:before {
    left: -15px;
    top: -15px;
    bottom: -15px;
    right: -15px;
    animation-delay: 0.3s;
}

.RighInfo003186 .open-video:after {
    left: -30px;
    top: -30px;
    bottom: -30px;
    right: -30px;
}


.RighInfo003186 .left-intro .column-name {
    margin-bottom: calc(73 / 16 * 1em);
}

.RighInfo003186 .intro h2 {
    margin: calc(0 / 40 * 1em) 0 calc(25 / 40 * 1em);
    color: #e67919;
    font-size: 0.42rem;
    font-weight: normal;
}

.RighInfo003186 .intro p {
    line-height: calc(30 / 16 * 1em);
    text-align: justify;
    margin-bottom: 4%;
}

.RighInfo003186 .intro+.number {
    margin-top: calc(63 / 16 * 1em);
}

.RighInfo003186 .number li {
    float: left;
    width: calc((100% - (20 / 16 * 1em)) / 2);
    margin-bottom: calc(20 / 16 * 1em);
    padding: 1em calc(20 / 16 * 1em);
    background: -moz-linear-gradient(left, rgba(191, 156, 80, 0.3) 0%, rgba(191, 156, 80, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(191, 156, 80, 0.3) 0%, rgba(191, 156, 80, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(191, 156, 80, 0.3) 0%, rgba(191, 156, 80, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dbf9c50', endColorstr='#00bf9c50', GradientType=1);
    /* IE6-9 */
}

.RighInfo003186 .number li:not(:nth-child(2n)) {
    margin-right: calc(20 / 16 * 1em);
}

.RighInfo003186 .number li .inner {
    position: relative;
}

.RighInfo003186 .number li .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(44 / 16 * 1em);
}

.RighInfo003186 .number li h3 {
    margin: 0;
    color: #bf9c50;
    font-family: 'Oswald-Medium';
    font-size: calc(40 / 16 * 1em);
    font-weight: normal;
}

.RighInfo003186 .number li aside {
    color: #333333;
}




/*RighInfo003187 */
/*RighInfo003187 */
.RighInfo003187 {
    overflow: hidden;
    margin-bottom: 7%;
}

.RighInfo003187 .column-name {
    position: relative;
    z-index: 1;
    color: #e67919;
}

.RighInfo003187 .column-name aside {
    position: relative;
    z-index: 4;
}

.RighInfo003187 .column-name .cn {
    line-height: 1;
    margin: calc(0 / 40 * 1em) 0 calc(65 / 40 * 1em);
    color: #e67919;
    font-size: 0.42rem;
    font-weight: normal;
}

.RighInfo003187 .column-name .en {
    font-family: 'Oswald-Regular';
    font-size: calc(30 / 16 * 1em);
    line-height: calc(26 / 30 * 1em);
    margin-top: calc(7 / 30 * 1em);
    opacity: 0.3;
}

.RighInfo003187 .column-name .mark {
    position: absolute;
    left: 0;
    top: 0;
    /*background: url(../images/righinfo003187-title-bg.png) no-repeat; */
    width: calc(133 / 16 * 1em);
    height: calc(133 / 16 * 1em);
    background-size: contain;
}


.RighInfo003187 .left,
.RighInfo003187 .right {
    position: relative;
}

.RighInfo003187 .left .Ispic {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.RighInfo003187 .left .main {
    position: relative;
    z-index: 3;
}

.RighInfo003187 .desc dt {
    position: relative;
    display: table;
    margin-bottom: 0.5em;
}

.RighInfo003187 .desc dt aside {
    position: relative;
    z-index: 4;
    font-size: 0.28rem;
    line-height: 1.1;
}

.RighInfo003187 .left .desc {
    color: #fff;
}

.RighInfo003187 .desc dt:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: calc(9 / 16 * 1em);
/*     background: -moz-linear-gradient(left, rgba(191, 156, 80, 1) 0%, rgba(191, 156, 80, 0) 100%); */
    /* FF3.6-15 */
  /*   background: -webkit-linear-gradient(left, rgba(191, 156, 80, 1) 0%, rgba(191, 156, 80, 0) 100%); */
    /* Chrome10-25,Safari5.1-6 */
   /*  background: linear-gradient(to right, rgba(30, 114, 138, 0.5) 0%, rgba(30, 114, 138, 0) 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf9c50', endColorstr='#00bf9c50', GradientType=1);
    /* IE6-9 */
}

.RighInfo003187 .desc dd.big {
    font-size: 0.18rem;
    position: relative;
    display: table;
    line-height: 1.5;
    padding-right: calc(107 / 30 * 1em);
}

.RighInfo003187 .desc dd.big img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(84 / 30 * 1em);
}

.RighInfo003187 .desc dd {
    line-height: calc(30 / 16 * 1em);
    text-align: justify;
}

.RighInfo003187 .right .desc dt {
    margin-bottom: 1.5em;
    color: #333333;
}

.RighInfo003187 .right .desc dd.big {
   /*  color: #e67919; */
    margin-bottom: 1em;
}

.RighInfo003187 .right li .item {
    color: #fff;
    position: relative;
    perspective: 600px;
}

.RighInfo003187 .right li .ytable {
    height: 100%;
    text-align: center;
}

.RighInfo003187 .right li .txt {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.RighInfo003187 .right li .Ispic {
    padding-bottom: calc(253 / 180 * 100%);
    transition-property: transform;
    transform-style: preserve-3d;
    transform: translateX(-5px) translateZ(34px) rotateY(-24deg) scaleY(0.9) scaleX(1.03);
    transition: 0.3s ease-in-out;
}

.RighInfo003187 .right li:nth-child(1) .Ispic {
    transform: translateX(5px) translateZ(34px) rotateY(24deg) scaleY(0.9) scaleX(1.03);
}

.RighInfo003187 .right li .tit {
    font-size: calc(18 / 16 * 1em);
    line-height: 1;
    margin-bottom: calc(30 / 18 * 1em);
}

.RighInfo003187 .right li p {
    margin: 0;
    line-height: calc(30 / 16 * 1em);
}

@media (min-width:1025px) {

    .RighInfo003187 .left,
    .RighInfo003187 .right {
        width: 50%;
        padding-top: calc(50 / 1920 * 100vw);
        padding-bottom: calc(93 / 1920 * 100vw); 
    }

    .RighInfo003187 .left .Ispic {
        width: 100%;
        border-radius: 20px  20px;
    }

    .RighInfo003187 .left .main {
        padding-right: calc(156 / 720 * 100%);
    }

    .RighInfo003187 .left .column-name {
        margin-bottom: calc(335 / 16 * 1em);
    }

    .RighInfo003187 .right {
        padding-left: calc(119 / 1920 * 100vw);
    }

    .RighInfo003187 .right li {
        float: left;
        width: 30%;
    }

    .RighInfo003187 .right li:not(:nth-child(3n)) {
        margin-right: calc((100% - 30% * 3)/2);
    }

    .RighInfo003187 .right li:hover .Ispic {
        opacity: 1;
        transform: translateX(0) translateZ(0) rotateY(0) scaleY(1) scaleX(1);
    }

    .RighInfo003187 .desc:not(:last-child) {
        margin-bottom: calc(70 / 16 * 1em);
    }
}

@media (max-width:1024px) {
    .RighInfo003187 .right li:nth-child(3n) .Ispic {
        transform: translateX(5px) translateZ(34px) rotateY(24deg) scaleY(0.9) scaleX(1.03);
    }

    .RighInfo003187 .left .Ispic {
        width: auto;
        position: relative;
        padding-bottom: 50%
    }

    .RighInfo003187 .left,
    .RighInfo003187 .right {
        padding: calc(30 / 16 * 1em) 0;
    }

    .RighInfo003187 .left .column-name {
        margin-bottom: calc(70 / 16 * 1em);
    }

    .RighInfo003187 .desc:not(:last-child) {
        margin-bottom: calc(20 / 16 * 1em);
    }

    .RighInfo003187 .right li .Ispic {
        padding-bottom: 37vw;
        background-position: center bottom;
    }

    .RighInfo003187 .right .desc dt {
        margin-bottom: 0.5em
    }

    .RighInfo003187 .column-name .cn {
        margin-bottom: 1em
    }
}

@media (max-width:640px) {
    .RighInfo003187 .desc dd.big {
        padding-right: calc(80 / 30 * 1em);
    }

    .RighInfo003187 .desc dd.big img {
        width: calc(60 / 30 * 1em);
    }
}






/*PicList002925 */

.PicList002925 {
    /* background: #f5f5f5; */
    padding: 2.125vw 0 0vw;
    overflow: hidden;
}

.PicList002925 .title {
    margin-bottom: 2.5vw;
    text-align: center;
}

.PicList002925 .title .cn {
    font-size: 30px;
    color: #a52d33;
    padding-bottom: 10px;
    font-weight: bold;
}

.PicList002925 .title .en {
    font-family: 'bebas-neue';
    color: #d2d2d2;
    letter-spacing: 2px;
}

@media(max-width:768px) {
    .PicList002925 .title {
        padding-bottom: 6vw;
    }
}

@media(max-width:640px) {
    .PicList002925 .title .cn {
        font-size: 6vw;
    }
}

.PicList002925 .list {
    padding: 0 3.4375vw;
}

.PicList002925 .list ul {
    margin: 0 -2vw;
}

.PicList002925 li {
    float: left;
    text-align: center;
    position: relative;
    /* background: url("../images/piclist002925_taibg.png") repeat-x top 83% left; */
}

.PicList002925 li a {
    display: block;
    position: relative;
    z-index: 3;
    padding: 0 7%;
}

.PicList002925 li .pic {
    padding-bottom: 0.98vw;
}

.PicList002925 li .Ispic {
    padding-bottom: 100%;
    background-size: contain;
    background-position: bottom;
}

.PicList002925 li .tit {
    margin-bottom: 1.08vw;
    padding: 0 5%;
}

.PicList002925 li .tit aside {
    /* font-size: 0.18rem; */
    line-height: 1.25em;
    height: 2.5em;
}

@media(min-width:769px) {
    .PicList002925 li {
        width: 25%;
    }

    .PicList002925 li:first-child:before,
    .PicList002925 li:nth-child(4n+1):before {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: url("../images/piclist002925_taibg_l.png") no-repeat left top 83% #fff;
        width: 7.4375vw;
        left: -2vw;
    }

    .PicList002925 li:last-child:before,
    .PicList002925 li:nth-child(4n):before {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: url("../images/piclist002925_taibg_r.png") no-repeat right top 83% #fff;
        width: 7.4375vw;
        right: -2vw;
    }
}

@media(max-width:768px) {
    .PicList002925 .list {
        padding: 0 6vw;
    }

    .PicList002925 li {
        width: 50%;
    }

    .PicList002925 li .pic {
        padding-bottom: 7vw;
    }

    .PicList002925 li .tit {
        margin-bottom: 5vw;
    }

    .PicList002925 li:first-child:before,
    .PicList002925 li:nth-child(2n+1):before {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: url("../images/piclist002925_taibg_l.png") no-repeat left top 83% #fff;
        width: 3.4375vw;
        left: -3.4375vw;
    }

    .PicList002925 li:last-child:before,
    .PicList002925 li:nth-child(2n):before {
        position: absolute;
        top: 0;
        content: '';
        height: 100%;
        background: url("../images/piclist002925_taibg_r.png") no-repeat right top 83% #fff;
        width: 5.4375vw;
        right: -5.4375vw;
    }
}






/*新闻中心 */
.PicList002856 {
    margin-top: 4%;
    overflow: hidden;
}

.PicList002856 .top-new {
    padding-top: 1%;
    margin-bottom: 0.6rem;
    border-radius: 40px 0;
}

.PicList002856 .top-new .slick-list {
    overflow: inherit;
}

.PicList002856 .top-new .slick-slide {
    opacity: 0;
}

.PicList002856 .top-new .slick-current {
    opacity: 1;
}

.PicList002856 .top-new .slick-slide {
    background: #fff;
    border-radius: 40px 0;
    box-shadow: 0 0 8px 0 rgb(214 222 240 / 20%), 0 8px 20px 0 rgb(214 222 240 / 25%);
    overflow: hidden;
}

.PicList002856 .top-new .slick-slide .img {
    /* border-radius: 8px 0 0 8px; */
    overflow: hidden;
}

.PicList002856 .top-new .slick-slide .img .Ispic {
    padding-bottom: 64%;
    transition: .5s;
}

.PicList002856 .top-new .slick-slide:hover .img .Ispic {
    transform: scale(1.08);
}

.PicList002856 .top-new .slick-slide time {
    display: block;
    color: #999;
    padding-left: 32px;
    background: url(../fonts/icon-time.svg) no-repeat left center;
    margin-bottom: 20px;
}

.PicList002856 .top-new .slick-slide .txt aside.dot {
    font-size: calc(24 / 16 * 1em);
    font-family: 'HarmonyOS_Sans_SC_Medium';
    line-height: 1.5;
    margin-bottom: 30px;
}

.PicList002856 .top-new .slick-slide:hover a {
    color: #004098;
}

.PicList002856 .top-new .slick-slide .txt p {
    margin: 0;
    line-height: calc(32 / 18 * 1em);
    font-size: 0.18rem;
    color: #555;
}

.PicList002856 .top-new .more {
    margin-top: 30px;
    color: #e67919;
    display: inline-block;
    padding-right: calc(30 / 16 * 1em);
    background: url(../fonts/floor003128-icon.svg) no-repeat right center;
    background-size: 1em auto;
}

.PicList002856 .top-new .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../fonts/floor003196-arrow-white.svg) no-repeat center center #004098;
    background-size: auto 15px;
    border: none;
    z-index: 2;
    position: absolute;
    top: calc(50% - 50px);
    transform: translateY(-50%);
}

.PicList002856 .top-new .slick-prev {
    left: -5%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.PicList002856 .top-new .slick-next {
    right: -5%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.PicList002856 .top-new .slick-disabled {
    background: url(../fonts/floor003196-arrow.svg) no-repeat center center #f5f5f5;
    background-size: auto 15px;
}

.PicList002856 .top-new .slick-dots {
    text-align: center;
    margin-top: calc(40 / 16 * 1em);
}

.PicList002856 .top-new .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    width: calc(10 / 16 * 1em);
    height: calc(10 / 16 * 1em);
    border: 2px solid #d6d6d6;
    background: #fff;
    display: inline-block;
    position: relative;
    color: transparent;
    border-radius: calc(10 / 16 * 1em);
    overflow: hidden;
    transition: 0.3s;
}

.PicList002856 .top-new .slick-dots li button {
    display: none;
}

.PicList002856 .top-new .slick-dots li.slick-active {
    width: calc(50 / 16 * 1em);
    background: #e67919;
    border-color: #e67919;
}

.PicList002856 .list li {
    background: #fff;
    border-radius: 8px ;
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgb(214 222 240 / 20%), 0 8px 20px 0 rgb(214 222 240 / 25%);
    margin-bottom: 3%;
}

.PicList002856 .list li:hover {
    box-shadow: 0 0 8px 0 rgb(214 222 240 / 20%), 0 8px 20px 0 rgb(214 222 240 / 25%);
}

.PicList002856 .list li a {
    position: relative;
}

.PicList002856 .list li .pic {
    /* border-radius:8px 0 0 8px; */
    overflow: hidden;
}

.PicList002856 .list li .pic .Ispic {
    padding-bottom: 65%;
    transition: .5s;
}

.PicList002856 .list li:hover .pic .Ispic {
    transform: scale(1.08);
}

.PicList002856 .list li .txt {
    padding: 30px calc(50 / 1920 * 100vw);
}

.PicList002856 .list li .txt time {
    display: inline-block;
    color: #999;
    padding-left: 32px;
    background: url(../images/icon-time.svg) no-repeat left center;
    margin-bottom: 20px;
}

.PicList002856 .list li .txt aside {
    font-size: calc(20 / 16 * 1em);
    font-family: 'HarmonyOS_Sans_SC_Medium';
    line-height: 1.5;
    margin-bottom: 20px;
}

.PicList002856 .list li .txt aside a {
    color: #020814;
}

.PicList002856 .list li:hover .txt aside a {
    color: #e67919;
}

.PicList002856 .list li .txt p {
    margin: 0;
    line-height: calc(32 / 18 * 1em);
    font-size: calc(16 / 16 * 1em);
    color: #555;
}


@media(min-width:769px) {
    .PicList002856 .top-new li .img {
        width: 40%;
    }

    .PicList002856 .top-new li .txt {
        padding: 0 calc(80 / 1920 * 100vw);
        width: 65%;
    }

    .PicList002856 .list li .pic {
        width: 430px;
    }
}

@media(max-width:768px) {

    .PicList002856 .top-new li .ytable,
    .PicList002856 .top-new li .ytable-cell {
        display: block;
    }

    .PicList002856 .top-new li .txt {
        padding: 20px;
    }

    .PicList002856 .list li .txt time {
        margin-bottom: 5px
    }

    .PicList002856 .list li .txt aside {
        margin-bottom: 5px
    }
}












/*新闻详情*/
.News_detail .news_info {
    padding: 2% 0 7%;
}

.News_detail .news_info .title {
    text-align: center;
    padding-bottom: 1%;
    border-bottom: 1px dashed #d2d2d2;
}

.News_detail .news_info .title h1 {
    margin: 0;
    padding-bottom: 1%;
    font-size: 0.28rem;
    font-weight: 400;
    color: #020814
}

.News_detail .news_info .title aside span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.5em 0.5em;
    line-height: 32px;
    color: #666;
}

.News_detail .news_info .title .social-share {
    display: inline-block;
}

.News_detail .social-share a {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #f2f2f2 !important;
    margin: 0 0 0 1em;
}

.News_detail .social-share a:before {
    display: none;
}

.News_detail .social-share a.icon-wechat {
    background-image: url("../images/righinfo002973_share_wx.png");
}

.News_detail .social-share a.icon-weibo {
    background-image: url("../images/righinfo002973_share_sina.png");
}

.News_detail .social-share a.icon-qq {
    background-image: url("../images/righinfo002973_share_qz.png");
}

.News_detail .news_info .info {
    text-justify: inter-ideograph
}

.News_detail .news_info .info p {
    margin: 2% 0;
}

.News_detail .news_info .center {
    text-align: center
}

.News_detail .info {
    line-height: 2;
    color: #555;
}

.News_detail .bot {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dashed #d2d2d2
}

.News_detail .info_back {
    text-align: center;
    clear: both;
    position: absolute;
    right: 0;
    bottom: 0
}

.News_detail .info_back a {
    position: relative;
    color: #fff;
    display: block;
    width: 150px;
    line-height: 3;
    border-radius: 100px;
    background: #e67919;
}

.News_detail .info_pn span {
    display: block;
    ;
    margin: 1% 0
}

.News_detail .info_pn span a {
    color: #888
}

.News_detail .info_pn span a:hover {
    color: #e67919;
}

@media(max-width:1024px) {
    .News_detail .info_back {
        position: relative
    }
}

@media(max-width:768px) {
    .News_detail .auto {
        background: none;
    }

    .News_detail .info * {
        max-width: 100% !important
    }

    .News_detail .info .rich_media_area_primary_inner {
        max-width: 100% !important
    }

    .News_detail .info_back a {
        width: 100%;
        margin-bottom: 2%
    }

    .News_detail .news_info .title h1 {
        font-size: 0.36rem;
        line-height: 1.5
    }
}






/*Form003139 */
.Form003139 {
    position: relative;
    z-index: 1;
    margin-top: 5.5em;
    margin-bottom: 6.5em;
}

.Form003139 .title {
    font-size: 0.38rem;
    color: #333333;
    line-height: 1.1538em;
    text-align: center;
    margin-bottom: 1%;
}

.Form003139 .title:after {
    display: block;
}

.Form003139 .desc {
    font-size: calc(18 / 16 * 1em);
    color: #999999;
    line-height: 1.78571;
    text-align: center;
}

.Form003139 .form {
    background-color: #f4f4f6;
    margin-top: 3.375em;
}

.Form003139 .form-ul {
    margin: 0 auto;
}

.Form003139 .form-ul li {
    margin-bottom: 10px;
    position: relative;
}

.Form003139 .form-ul li .tit {
    position: absolute;
    left: 1.1428em;
    top: 0;
    font-size: calc(16 / 16 * 1em);
    line-height: 3.5714;
    color: #333333;
}

.Form003139 .form-ul li select,
.Form003139 .form-ul li .text {
    width: 100%;
    border-radius: 5px;
    border: solid 1px #eee;
    font-size: calc(16 / 16 * 1em);
    line-height: 3.5em;
    height: 3.5em;
    background: none;
    padding: 0 1em;
    background: #fff;
}

.Form003139 .form-ul li textarea.text {
    height: 156px;
}

.Form003139 .form-ul .btn {
    width: 10em;
    background: #e67919;
    border-radius: 5px;
    font-size: 0.875em;
    height: 3.5714em;
    color: #fff;
    cursor: pointer;
    border: 0;
    margin: 5% auto 0;
    display: block;
}

@media (min-width:1025px) {
    .Form003139 .form .img {
        width: 50%;
    }

    .Form003139 .form-ul .row-2 li {
        float: left;
        width: calc(50% - 5px);
    }

    .Form003139 .form-ul .row-2 li:nth-child(2n) {
        float: right;
    }

    .Form003139 .form-ul {
        width: 80%;
    }
}

@media (max-width:1024px) {
    .Form003139 {
        margin: 3em 0;
    }

    .Form003139 .form-ul {
        padding: 2em 0;
    }

    .Form003139 .form-ul {
        width: 90%;
    }

    .Form003139 .desc {
        font-size: calc(16 / 16 * 1em);
    }
}




/*搜索*/
.TextList002322 {
    padding: 5.5em 0 0;
}

.TextList002322 h3 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.TextList002322 .list li {
    position: relative;
    padding: 10px 100px 10px 0;
    line-height: 22px;
}

.TextList002322 .list li * {
    color: #777;
}

.TextList002322 .list li time {
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
}

.TextList002322 .list li a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 15px;
}

.TextList002322 .list li a:before {
    display: table;
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20px;
}

.TextList002322 .list li a:hover {
    color: #e67919;
}

@media only screen and (max-width:767px) {
    .TextList002322 {
        padding: 20px 3%;
    }
}



.rukou{ position: relative; z-index: 20; margin-top: -80px;}
.rukou .auto{ max-width: 1300px;}
.rukou .div1 {width: calc((100% - 30px*2)/3); float: left; margin-right: 30px; display: flex; position: relative; padding:50px 1vw; border-radius: 30px 0;overflow: hidden; background: #fff;box-shadow: 0 0 8px 0 rgb(214 222 240 / 20%), 0 8px 20px 0 rgb(214 222 240 / 25%);transition: .3s; }
.rukou .div1:nth-child(3) { margin-right: 0; }
.rukou .div1 ol { width: 140px; text-align: center; }
.rukou .div1 ol img { width: 90%; max-width: 62px; }
.rukou .div1 li .title { font-size: calc(20 / 16 * 1em);font-family: 'HarmonyOS_Sans_SC_Medium';line-height: 1.5; color: #020814;margin-bottom: 10px; }
.rukou .div1 li:hover .title {color: #e67919;}
.rukou .div1 .desc { line-height: calc(32 / 18 * 1em);font-size: calc(16 / 16 * 1em);color: #555;}

@media only screen and (max-width:767px) {
    .rukou{margin-top: 0px;padding-top: 20px}
    .rukou .div1 {width:100%; float: none; margin-right: 0px;padding: 20px 1vw;margin-bottom: 10px}
}


.pagesearch {padding-top:calc(80 / 1920 * 100vw);}
.pagesearch .input {width:90%; max-width:5rem; margin:0 auto; border-radius:1.667em; overflow:hidden; padding-right:7em; background-color:#f3f3f3; position:relative;}
.pagesearch .submit {cursor:pointer;position:absolute; right:0; top:0; height:100%; width:7em; color:#fff; background-color:#e67919;border-radius:1.667em 0 0 1.667em; font-size:0.18rem; border:none;}
.pagesearch .text {height:3.333em; line-height:2.333em; padding:0.5em 1em; width:100%; display:block; border:none; background:none; font-size:0.18rem;}




.widget {position:fixed; top:50%; transform:translateY(-50%); right:1.05%; font-size:14px;z-index:50;}
.widget ul {list-style:none;}
.widget li {margin-bottom:0.357em; position:relative;}
.widget a {display:flex; flex-direction:column; justify-content:center; text-align:center; color:#fff; background-color:#006d86;width:5.7143em;height:5.7143em; border-radius:0.357em;}
.widget i {display:block; width:2.57em; height:2.57em; background:no-repeat center center; background-size:contain; margin:0 auto 0.1em;}
.widget .tel {background-image:url(../images/widget_lxw.png);}
.widget .wx {background-image:url(../images/widget_wx.png);}
.widget .sp {background-image:url(../images/widget_sph.png);}
.widget .msg {background-image:url(../images/widget_msg.png);}
.widget .sub {position:absolute; right:100%; margin-right:0.357em; top:50%; transform:translateY(-50%); background-color:#fff; padding:0.875em; border-radius:0.357em; color:#006d86;font-size:1.75em; line-height:1.35em; white-space:nowrap;display:none; }
.widget .qr {display:flex;}
.widget img {display:block; width:8.5em; height:auto;max-width:none;}

@media only screen and (max-width:1024px) {
	.widget {font-size:12px;}
}
