::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    width: 5px;
    background-color: #eaeaea;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: #083473;
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #083473;
}

@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';
}

/*Floor003155 */
.Floor003155 .fp-menu {
    position: fixed;
    z-index: 110;
    left: 3.125em;
    top: 50%;
    transform: translateY(-50%);
}

.Floor003155 .fp-menu li {
    position: relative;
    padding: 12px 0;
    width: 24px;
}

.Floor003155 .fp-menu li a {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 auto;
    transition: 0.3s;
}

.Floor003155 .fp-menu li span {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.875em;
    color: #000000;
    margin-left: 0.7142em;
    line-height: 1.2;
    visibility: hidden;
}

.Floor003155 .fp-menu li:nth-child(1) span {
    transform: rotate(90deg);
    transform-origin: top;
}

.Floor003155 .fp-menu li.active span {
    visibility: initial;
}

.Floor003155 .fp-menu li.active a {
    background-color: #083473;
}

.Floor003155 .fp-menu[type='white'] li a {
    background-color: rgba(255, 255, 255, 0.2);
}

.Floor003155 .fp-menu[type='white'] li span {
    color: #fff;
}

.Floor003155 .fp-menu[type='white'] li.active a {
    background-color: #083473;
}

@media (max-width:1200px) {
    .Floor003155 .fp-menu {
        display: none;
    }
}

@media (max-width:1024px) {
    .Floor003155 .root-sz-16 {
        font-size: 1.8vw;
    }
}

@media (max-width:480px) {
    .Floor003155 .root-sz-16 {
        font-size: 2.2vw;
    }
}

/* top */
.Floor003155 header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background-image: url(../images/sh.png);
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 2;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
}

.Floor003155 header .auto {
    max-width: none;
    width: 94.792%;
    position: relative;
    z-index: 10;
}

.Floor003155 #menu li span a {
    font-size: 1.125em;
    color: #fff;
}

.Floor003155 .right dl {
    display: inline-block;
    margin-top: 8px;
}

.Floor003155 .right dl>* {
    float: left;
}

.Floor003155 .top-lang2 {
    position: relative;
    z-index: 100;
    margin-right: 20px;
}

.Floor003155 .top-lang2 aside {
    line-height: 38px;
    padding-right: 19px;
    position: relative;
    z-index: 3;
    color: #fff;
    padding-left: 38px;
    background: url(../images/lang.svg) no-repeat left center;
    background-size: auto 26px;
}

.Floor003155 .top-lang2 aside:after {
    position: absolute;
    content: '';
    background: url(../images/arrows-white.svg) no-repeat right center;
    background-size: contain;
    width: 9px;
    height: 5px;
    right: 0;
    top: 50%;
    margin-top: -2px;
    transition: 0.3s;
}

.Floor003155 .top-lang2.on aside:after {
    transform: rotate(-180deg);
}

.Floor003155 .top-lang2 ul {
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    padding: 40px 10px 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    display: none;
}

.Floor003155 .top-lang2 ul li {
    font-size: 16px;
    line-height: 2;
    text-align: center;
}

.Floor003155 .top-lang2 ul li a {
    color: #fff;
}

.Floor003155 .open-search {
    width: 38px;
    height: 38px;
    background: url(../images/Floor003155-search.png) no-repeat center;
    display: inline-block;
}

.Floor003155 .top-search .btn {
    background-color: #083473;
    background-image: url(../images/Floor003155-search.png);
}

@media (min-width:1025px) {
    .Floor003155 header.Up {
        transform: translateY(calc(-100% + 3px));
        background-color: rgba(250, 245, 245, 0.5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .Floor003155 header.Down {
        transform: translateY(0);
        transition: 0.3s 0s;
    }

    .Floor003155 header.Up .top-lang2 ul {
        background-color: #b6b6b6;
    }

    .Floor003155 header.Up .logo img {
        display: none;
    }

    .Floor003155 header.Up .logo img.on {
        display: block;
    }

    .Floor003155 header.Up #menu li span a,
    .Floor003155 header.Up .top-lang2 aside {
        color: #000;
    }

    .Floor003155 header.Up .open-search {
        background-image: url(../images/Floor003155-search2.png);
    }

    .Floor003155 header.Up .top-lang2 aside {
        background-image: url(../images/lang2.svg);
    }

    .Floor003155 header.Up .top-lang2 aside:after {
        background-image: url(../images/arrows.svg);
    }

    .Floor003155 header.header_fixed {
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(3px);
    }

    .Floor003155 header.header_fixed .top-lang2 ul {
        background-color: #b6b6b6;
    }

    .Floor003155 header.header_fixed .logo img {
        display: none;
    }

    .Floor003155 header.header_fixed .logo img.on {
        display: block;
    }

    .Floor003155 header.header_fixed #menu li span a,
    .Floor003155 header.header_fixed .top-lang2 aside {
        color: #000;
    }

    .Floor003155 header.header_fixed .open-search {
        background-image: url(../images/Floor003155-search2.png);
    }

    .Floor003155 header.header_fixed .top-lang2 aside {
        background-image: url(../images/lang2.svg);
    }

    .Floor003155 header.header_fixed .top-lang2 aside:after {
        background-image: url(../images/arrows.svg);
    }
}

@media (min-width:1025px) and (max-width:1200px) {
    .Floor003155 header {
        background-color: rgba(250, 245, 245, 0.5);
    }
}

@media (min-width:1025px) {
    .Floor003155 header {
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        z-index: 100;
        padding: 1.875em 0;
        transition: 0.3s 0.5s;
    }

    .Floor003155 header .right {
        width: 250px;
        text-align: right;
    }

    .Floor003155 header .logo {
        width: 30%;
    }

    .Floor003155 header .logo img {
        width: 12.375em;
    }

    .Floor003155 header .logo img.on {
        display: none;
    }

    .Floor003155 #menu li {
        float: left;
    }

    .Floor003155 #menu li:not(:last-child) {
        margin-right: 3.75em;
    }

    .Floor003155 .top-search {
        max-width: 400px;
        right: 3%;
    }
}

@media (max-width:1024px) {
    .Floor003155 header {
        height: 6em;
    }

    .Floor003155 header .wap {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100;
        background-color: rgba(210, 27, 50, 0.8);
    }

    .Floor003155 #menu {
        position: absolute;
        top: 100%;
        width: 200px;
        right: 0;
        background-color: rgba(210, 27, 50, 0.8);
        visibility: hidden;
        transition: 0.5s;
        opacity: 0;
        transform: translateY(50px);
        z-index: 100;
    }

    .Floor003155 #menu li span a {
        display: block;
        padding: 1em;
    }

    .menu-show .Floor003155 #menu {
        opacity: 1;
        transform: translateY(0);
        visibility: inherit;
    }

    .Floor003155 .open-menu {
        right: 2%;
        width: 30px;
        height: 30px;
    }

    .Floor003155 header .logo {
        display: table !important;
        height: 6em;
    }

    .Floor003155 header .logo a {
        display: table-cell;
        vertical-align: middle;
    }

    .Floor003155 header .logo img {
        height: 3em;
    }

    .Floor003155 .top-search {
        width: 100%;
        max-width: none;
    }

    .Floor003155 .open-search {
        position: absolute;
        right: calc(2% + 50px);
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        z-index: 200;
    }
}

/*登录注册*/
.Floor003155 header .login span {
    font-size: 28px;
    line-height: 2;
    color: #fff;
}

.Floor003155 header .login img {
    vertical-align: bottom;
    margin-right: 20px;
}

.Floor003155 header.header_fixed .login img.on {
    display: inline-block;
}

/* common */
.Floor003155 .section {
    overflow: hidden;
}

@media (max-width:1200px) {

    .Floor003155 .fp-section.fp-table,
    .Floor003155 .fp-tableCell {
        height: auto !important;
    }
}

.Floor003155 .home-more {
    display: inline-block;
    border: solid 2px transparent;
    background: #929292;
    color: #fff;
    transition: 0.5s;
    line-height: 3.5;
    padding: 0 1em;
    min-width: 11.25em;
    text-align: center;
}

.Floor003155 .home-more:hover {
    background-color: #083473;
}

.Floor003155 .home-more:after {
    display: inline-block;
    content: '';
    width: 0.5em;
    height: 0.5em;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: 1.25em;
    vertical-align: middle;
}

.Floor003155 .home-title .en {
    color: #333;
    font-size: 3.25em;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'oswald';
}

.Floor003155 .home-title .cn {
    color: #083473;
    font-size: 2.5em;
}

.Floor003155 .home-title:after {
    display: block;
    width: 50px;
    height: 4px;
    background-color: #083473;
    content: '';
    margin-top: 1em;
}

.Floor003155 .mouse {
    position: fixed;
    z-index: 110;
    left: 3.125em;
    bottom: 5%;
}

.Floor003155 .mouse a {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 0.875em;
}

.Floor003155 .mouse span {
    margin-top: 12px;
    display: block;
}

.Floor003155 .mouse span:after {
    display: block;
    content: '';
    background: url(../images/arrows.svg) no-repeat center center;
    background-size: contain;
    width: 9px;
    height: 5px;
    margin: 0 auto;
}

.Floor003155 .mouse i {
    display: block;
    margin: 0 auto 5px;
    width: 20px;
    height: 30px;
    border: 2px solid #000000;
    border-radius: 23px;
    position: relative;
}

.Floor003155 .mouse i:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 6px;
    left: 50%;
    margin-left: -1px;
    bottom: 5px;
    background-color: #000000;
    animation: Floor003155_mouse 1s linear infinite both alternate;
}

@keyframes Floor003155_mouse {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.Floor003155 .mouse[type='white'] a {
    color: #fff;
}

.Floor003155 .mouse[type='white'] span:after {
    background-image: url(../images/arrows-white.svg);
}

.Floor003155 .mouse[type='white'] i {
    border-color: #fff;
}

.Floor003155 .mouse[type='white'] i:before {
    background-color: #fff;
}

/* banner */
.Floor003155 .slider-banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.Floor003155 .slider-banner li.slick-slide {
    position: relative;
    overflow: hidden;
}

.Floor003155 .slider-banner li.slick-slide video {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
}

.Floor003155 .slider-banner .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    color: #fff;
    text-align: center;
}

.Floor003155 .slider-banner .txt,
.Floor003155 .slider-banner .ytable {
    height: 100%;
}

.Floor003155 .slider-banner .txt .tit {
    font-size: 5em;
    line-height: 1.25;
}

.Floor003155 .slider-banner .txt .desc {
    font-size: 2.25em;
    line-height: 1.5555;
    margin-bottom: 6.482vh;
    transition-delay: 0.3s;
}

.Floor003155 .slider-banner .txt .home-more {
    dtransition-delay: 0.6s;
}

.Floor003155 .slider-banner .txt .ytable-cell>* {
    opacity: 0;
    transform: translateX(50px);
    transition-duration: 1s;
    transition-property: all;
}

.Floor003155 .slider-banner .ani-show .txt .ytable-cell>* {
    opacity: 1;
    transform: translateX(0);
}

.Floor003155 .slider-banner .Ispic {
    height: 100vh;
    width: 100vw;
}

.Floor003155 .slider-banner .ani-show .Ispic {
    transform: scale(1.05);
    transition: 10s;
}

.Floor003155 .slider-banner .slick-pages {
    position: absolute;
    right: 3.125em;
    bottom: 5%;
    color: #fff;
    z-index: 20;
}

.Floor003155 .slider-banner .slick-pages #cur {
    font-size: 3em;
}

.Floor003155 .slider-banner .slick-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin: 0 21px;
}

.Floor003155 .slider-banner .slick-prev {
    transform: rotate(-135deg);
}

.Floor003155 .slider-banner .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    bottom: 2.55vw;
}

.Floor003155 .slider-banner .slick-dots li {
    float: left;
    width: 30px;
    position: relative;
    height: 30px;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
}

.Floor003155 .slider-banner .slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    padding: 0;
    border: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
}

.Floor003155 .slider-banner .slick-dots li:not(:last-child) {
    margin-right: 4.74vw;
}

.Floor003155 .slider-banner .slick-dots li:not(:last-child):after {
    left: 100%;
    margin-left: 0.34vw;
    width: 4.07vw;
    height: 2px;
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 20%, transparent 50%);
    background-size: 8px 2px;
    background-repeat: repeat-x;
}

.Floor003155 .slider-banner .slick-dots li.slick-active {
    background: rgba(255, 255, 255, 0.15);
}

.Floor003155 .slider-banner .slick-dots li.slick-active button {
    opacity: 1;
}

@media (min-width:1201px) {
    .Floor003155 .slider-banner {
        height: 100vh;
    }
}

@media (min-width:1025px) {
    .Floor003155 .slider-banner .wap {
        display: none;
    }
}

@media(max-width:1024px) {
    .Floor003155 .slider-banner .pc {
        display: none;
    }

    .Floor003155 .slider-banner .txt .tit {
        font-size: 3em;
    }

    .Floor003155 .slider-banner .txt .desc {
        margin-bottom: 2em;
    }

    .Floor003155 .slider-banner li.slick-slide video {
        left: -100%;
        top: 100%;
        opacity: 0;
    }

    .Floor003155 .slider-banner li.slick-slide .open-video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3) url(../images/play.png) no-repeat center center;
        background-sie: auto 60px;
        z-index: 20;
    }

    .Floor003155 .slider-banner li.video-show .open-video {
        left: -100%;
        opacity: 0;
        transform: translateX(-100%);
    }

    .Floor003155 .slider-banner li.video-show video {
        left: 50%;
        top: 50%;
        opacity: 1;
    }
}

/* product */
.Floor003155 #home-product {
    position: relative;
    z-index: 1;
    background: url(../images/Floor003155-productbg.jpg) no-repeat right bottom;
    background-size: cover;
}

.Floor003155 #home-product .right {
    position: relative;
}

.Floor003155 #home-product .slider-for li .pic {
    text-align: center;
    position: relative;
}

.Floor003155 #home-product .slider-for li .pic:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Floor002828_imgbg.png) no-repeat center top;
    background-size: contain;
    transition: 1s;
    opacity: 0;
}

.Floor003155 #home-product .slider-for li.slick-current .pic:before {
    transform: rotate(360deg);
    opacity: 1;
}

.Floor003155 #home-product .slider-for li .pic img {
    max-width: 500px;
    width: 80%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    transition: 0.5s 0.3s;
    transform: scale(0);
    opacity: 0;
}

.Floor003155 #home-product .slider-for li.slick-current .pic img {
    transform: scale(1);
    opacity: 1;
}

.Floor003155 #home-product .slider-for li .tit span {
    font-size: 40px;
    color: #000;
    position: relative;
    text-transform: uppercase;
}

.Floor003155 #home-product .slider-for li .tit span:after {
    display: inline-block;
    content: '';
    width: 22px;
    border: 3px solid #083473;
    height: 22px;
    border-radius: 50%;
    vertical-align: sub;
    margin-left: -10px;
    z-index: -1;
    position: relative;
}

.Floor003155 #home-product .slider-for li .tit span i {
    font-family: Arail;
    font-style: normal;
}

.Floor003155 #home-product .slider-for li p {
    line-height: 1.8751;
}

.Floor003155 #home-product .slider-for li p.t-2 span {
    color: #083473;
    position: relative;
    padding-left: 10px;
}

.Floor003155 #home-product .slider-for li p.t-2 span:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #083473;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.Floor003155 #home-product .slider-for li p.t-2 span:not(:last-child) {
    margin-right: 26px;
}

.Floor003155 #home-product .slider-small li {
    padding: 12px 0;
    cursor: pointer;
}

.Floor003155 #home-product .slider-small li .img {
    height: 150px;
    width: 80%;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    border: 10px solid transparent;
    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%);
}

.Floor003155 #home-product .slider-small li .img img {
    max-height: 100%;
}

.Floor003155 #home-product .slider-small li.slick-current .img {
    border-color: #083473;
}

.Floor003155 #home-product .right .slick-arrow {
    position: absolute;
    padding: 0;
    cursor: pointer;
    background: none;
    border: 0;
    border-left: 2px solid #a0a0a0;
    border-top: 2px solid #a0a0a0;
    width: 30px;
    height: 30px;
    font-size: 0;
}

.Floor003155 #home-product .right .slick-next {}

@media(min-width:1025px) {
    .Floor003155 #home-product .left {
        float: left;
        width: 77.778%;
    }

    .Floor003155 #home-product .right {
        float: right;
        width: 17.223%;
    }

    .Floor003155 #home-product .right .slick-arrow {
        left: 50%;
        margin-left: -15px;
        transform: rotate(45deg);
    }

    .Floor003155 #home-product .right .slick-prev {
        top: -30px;
    }

    .Floor003155 #home-product .right .slick-next {
        bottom: -30px;
        transform: rotate(-135deg);
    }
}

@media(min-width:1025px) and (max-width:1200px) {
    .Floor003155 #home-product .slider-small li .img {
        height: 130px;
        padding-top: 22px;
    }
}

@media(max-width:1200px) {
    .Floor003155 #home-product .slider-small li aside {
        font-size: 24px;
    }
}

@media(max-width:1024px) {
    .Floor003155 #home-product .right .slick-arrow {
        top: 50%;
        margin-top: -12px;
        width: 24px;
        height: 24px;
    }

    .Floor003155 #home-product .right .slick-prev {
        left: 0;
        transform: rotate(-45deg);
    }

    .Floor003155 #home-product .right .slick-next {
        right: 0;
        transform: rotate(135deg);
    }

    .Floor003155 #home-product .slider-for li .tit span {
        font-size: 42px;
    }

    .Floor003155 #home-product .slider-small {
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .Floor003155 #home-product .left {
        font-size: 16px;
    }
}

@media(min-width:641px) {
    .Floor003155 #home-product .slider-for li .txt {
        float: left;
        width: 40%;
    }

    .Floor003155 #home-product .slider-for li .pic {
        float: right;
        width: 60%;
    }

    .Floor003155 #home-product .slider-for li .tit {
        max-width: 380px;
        margin-bottom: 5vh;
    }

    .Floor003155 #home-product .slider-for li .txt {
        padding-top: 8%;
    }

    .Floor003155 #home-product .slider-for li .pic {
        padding-top: 5%;
    }

    .Floor003155 #home-product .home-more {
        margin-top: 5vh;
    }
}

@media(max-width:640px) {
    .Floor003155 #home-product .slider-for li .more {
        display: table;
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }

    .Floor003155 #home-product .slider-for li .more a {
        margin: 0 2%;
        display: inline-block;
        float: none;
    }

    .Floor003155 #home-product .slider-for li .pic {
        padding-top: 50px;
    }
}

@media(max-width:480px) {
    .Floor003155 #home-product .slider-for li .tit span {
        font-size: 32px;
    }

    .Floor003155 #home-product .slider-for li .tit span:after {
        width: 14px;
        height: 14px;
        border-width: 2px;
    }

    .Floor003155 #home-product .slider-small li aside {
        font-size: 18px;
    }
}

/* solution */
.Floor003155 #home-solution {
    position: relative;
    z-index: 1;
    background: url(../images/Floor003155-productbg.jpg) no-repeat right bottom;
    background-size: cover;
}

.Floor003155 #home-solution .auto {
    max-width: 1720px;
}

.Floor003155 #home-solution .home-title {
    position: relative;
    z-index: 5;
}

.Floor003155 #home-solution .home-title:after {
    display: none;
}

.Floor003155 #home-solution .boxs-group {
    background-color: #000;
}

.Floor003155 #home-solution .boxs-group .box {
    overflow: hidden;
}

.Floor003155 #home-solution .boxs-group .inside {
    position: relative;
}

.Floor003155 #home-solution .boxs-group .txt {
    position: absolute;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    z-index: 10;
}

.Floor003155 #home-solution .boxs-group picture {
    opacity: 0.9;
    transition: 0.5s;
    display: block;
}

.Floor003155 #home-solution .box .tit {
    font-size: calc(40 / 16 * 1em);
    margin-bottom: calc(30 / 40 * 1em);
}

.Floor003155 #home-solution .box .desc {
    font-size: calc(18 / 16 * 1em);
}

.Floor003155 #home-solution .box .icon {
    width: calc(58 / 16 * 1em);
    height: calc(63 / 16 * 1em);
    border-radius: 0 1.25em 0 1.25em;
    border: solid 1px rgba(255, 255, 255, 1);
    display: inline-block;
    margin-top: calc(60 / 16 * 1em);
    background: url(../images/Floor003194-more.svg) no-repeat center center;
    background-size: 1em auto;
}

@media (min-width:1025px) {
    .Floor003155 #home-solution .boxs-group {
        margin: 0 0 0 -6%;
        display: table;
        height: 100vh;
        width: 112%;
    }

    .Floor003155 #home-solution .boxs-group .box {
        width: 25%;
        display: table-cell;
        transform: skewX(-15deg);
        transition: 0.5s width;
    }

    .Floor003155 #home-solution .boxs-group .inside {
        height: 100%;
    }

    .Floor003155 #home-solution .boxs-group .txt {
        transform: skewX(15deg) translateY(-50%);
        width: calc(375 / 530 * 100%);
        top: 50%;
        left: calc((100% - 375 / 530 * 100%) / 2);
    }

    .Floor003155 #home-solution .boxs-group picture {
        position: absolute;
        left: calc(-58.334% / 2);
        width: calc(760 / 480 * 100%);
        transform: skewX(15deg);
        top: 0;
        height: 100%;
    }

    .Floor003155 #home-solution .box.on {
        width: 64%;
    }

    .Floor003155 #home-solution .box.on picture {
        width: 118%;
        left: -9%;
        opacity: 1;
    }

    .Floor003155 #home-solution .box.short .txt {
        opacity: 0;
    }

    .Floor003155 #home-solution .box.short {
        width: 12%;
    }

    .Floor003155 #home-solution .box.short picture {
        opacity: 0.5;
        left: calc(-131.429% / 2);
        width: calc(405 / 175 * 100%);
    }

    .Floor003155 #home-solution .box:first-child .txt {
        width: calc(420 / 530 * 100%);
    }

    .Floor003155 #home-solution .box:not(.on):last-child .txt {
        left: 0;
    }

    .Floor003155 #home-solution .box.on .txt {
        text-align: left;
    }

    .Floor003155 #home-solution .box.on .desc {
        display: none;
    }

    .Floor003155 #home-solution .box .info {
        visibility: hidden;
        max-width: calc(462 / 16 * 1em);
        font-size: calc(20 / 16 * 1em);
        line-height: calc(30 / 18 * 1em);
        transform: translateX(50px);
        opacity: 0;
        transition: transform 0.3s 0.5s, opacity 0.3s 0.5s;
        position: absolute;
    }

    .Floor003155 #home-solution .box.on .info {
        visibility: visible;
        transform: translateX(0);
        opacity: 1;
        position: relative;
    }
}

@media (max-width:1024px) {
    .Floor003155 #home-solution .boxs-group {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .Floor003155 #home-solution .box {
        width: 50%;
    }

    .Floor003155 #home-solution .boxs-group picture {
        height: 60vw;
        opacity: 0.7;
    }

    .Floor003155 #home-solution .box .info {
        display: none;
    }

    .Floor003155 #home-solution .boxs-group .txt {
        left: 0;
        width: 100%;
        padding: 0 5%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .Floor003155 #home-solution .box .tit {
        font-size: calc(24 / 16 * 1em);
        margin-bottom: 0.5em;
    }

    .Floor003155 #home-solution .box .desc {
        font-size: 1em;
    }

    .Floor003155 #home-solution .box .icon {
        margin-top: 2em;
        width: 3em;
        height: 3em;
        border-radius: 0 1em 0 1em;
    }
}

/* about */
.Floor003155 #home-about {
    background: url(../images/Floor003155-aboutbg.jpg) no-repeat center bottom;
    background-size: cover;
    position: relative;
}

/* .Floor003155 #home-about .info{transition-delay:1s;} */
.Floor003155 #home-about .info p {
    line-height: 2;
}

.Floor003155 #home-about .video {
    position: relative;
    z-index: 4;
}

.Floor003155 #home-about .video .files {
    position: absolute;
    background-color: #000;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.Floor003155 #home-about .video .files video {
    width: 100%;
    height: 100%;
}

.Floor003155 #home-about .video .Ispic {
    padding-bottom: 75%;
}

.Floor003155 #home-about .video .en {
    top: 0.1875em;
}

.Floor003155 #home-about .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.35);
}

.Floor003155 #home-about .play .ytable {
    height: 100%;
    text-align: center;
    color: #fff;
}

.Floor003155 #home-about .play .icon {
    width: 3.75em;
    height: 3.75em;
    display: block;
    margin: 0 auto 1em;
    background: url(../images/play.png) no-repeat center center;
    background-size: contain;
}

.Floor003155 #home-about .v-name {
    display: inline-block;
    font-size: 18px;
}

@media(min-width:641px) {
    .Floor003155 #home-about .info-num {
        margin-bottom: 3vh;
    }

    .Floor003155 #home-about .info-num li {
        float: left;
        width: 33.3333%;
    }
}

.Floor003155 #home-about .info-num li aside {
    display: inline-block;
    position: relative;
}

.Floor003155 #home-about .info-num li aside b {
    font-size: 42px;
    color: #083473;
    display: block;
    font-family: 'oswald';
}

.Floor003155 #home-about .info-num li aside sub {
    position: absolute;
    left: 100%;
    word-break: keep-all;
    bottom: 15%;
    font-size: 16px;
    font-weight: 100;
    margin-left: 10px;
}

.Floor003155 #home-about .info-num li p {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1;
}

@media(min-width:1025px) and (max-width:1200px) {
    .Floor003155 #home-about .info-num li aside b {
        font-size: 60px;
    }
}

@media(min-width:641px) and (max-width:769px) {
    .Floor003155 #home-about .info-num li aside b {
        font-size: 60px;
    }
}

@media(max-width:640px) {
    .Floor003155 #home-about .info-num li {
        text-align: center;
    }

    .Floor003155 #home-about .info-num li:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media(max-width:480px) {
    .Floor003155 #home-about .info-num li aside b {
        font-size: 60px;
    }
}

@media (min-width:1025px) {
    .Floor003155 #home-about .pic {
        width: 50%;
    }

    .Floor003155 #home-about .info {
        padding-right: 5.0714em;
    }

    .Floor003155 #home-about .info p {
        margin: 5vh 0 3vh 0;
    }
}

/*news*/
.Floor003155 #home-news {
    position: relative;
    z-index: 1;
    background: url(../images/Floor003155-newsbg.jpg) no-repeat center center;
    background-size: cover;
}

.Floor003155 #home-news .auto {
    position: relative;
    z-index: 5;
}

.Floor003155 #home-news .home-title {
    width: calc(100% - 45.334%);
    transition-delay: 0.3s;
}

.Floor003155 #home-news .fr {
    transition-delay: 0.3s;
}

.Floor003155 #home-news .desc {
    line-height: 2;
    margin: 2.8571em 0 5.7142em 0;
}

.Floor003155 #home-news ol {
    float: left;
    width: calc(680 / 1920 * 100vw);
}

.Floor003155 #home-news ol:nth-of-type(1) .txt {
    padding: 35px 40px 0;
}

.Floor003155 #home-news ol .pic {
    position: relative;
    overflow: hidden;
}

.Floor003155 #home-news ol:not(:nth-of-type(1)) .pic {
    margin-bottom: 18px;
}

.Floor003155 #home-news ol .pic time {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    line-height: 2.5;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
}

.Floor003155 #home-news ol .tit {
    font-size: 18px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Floor003155 #home-news ol:not(:nth-of-type(1)) .tit {
    display: -webkit-box;
    display: box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.666;
    color: #000;
}

.Floor003155 #home-news ol:nth-of-type(1) .tit {
    font-size: 24px;
    white-space: nowrap;
    padding-right: 20%;
    position: relative;
}

.Floor003155 #home-news ol:nth-of-type(1) time {
    font-size: 24px;
    color: #fff;
    position: absolute;
    right: 0;
}

.Floor003155 #home-news ol:not(:nth-of-type(1)) p {
    display: none;
}

.Floor003155 #home-news li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.Floor003155 #home-news li:nth-of-type(1) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.Floor003155 #home-news li a {
    font-size: 18px;
    line-height: 65px;
    color: #000;
}

.Floor003155 #home-news li time {
    float: right;
    color: rgba(0, 0, 0, 0.5);
}

.Floor003155 #home-news ol:not(:nth-of-type(1)):hover .tit,
.Floor003155 #home-news li a:hover {
    color: #083473;
}

@media (min-width:769px) {
    .Floor003155 #home-news ol {
        height: 290px;
        margin-left: calc(50 / 1920 * 100vw);
    }

    .Floor003155 #home-news ol:not(:nth-of-type(1)) {
        width: calc(670 / 2 / 1920 * 100vw);
    }

    .Floor003155 #home-news ol:nth-of-type(1) {
        height: 480px;
        margin: 0 calc(50 / 1920 * 100vw) 0 0;
        position: relative;
    }

    .Floor003155 #home-news ol:nth-of-type(1) .txt {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 30% 3% 4% 3%;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 77%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 77%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 77%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    }

    .Floor003155 #home-news ol .Ispic {
        transition: 0.3s ease-out;
        height: 189px;
    }

    .Floor003155 #home-news ol a:hover .Ispic {
        transform: scale(1.2);
    }

    .Floor003155 #home-news ol:nth-of-type(1) .Ispic {
        height: 480px;
    }

    .Floor003155 #home-news li {
        float: left;
        width: calc(720 / 1920 * 100vw);
        height: 65px;
        clear: right;
        margin-left: calc(50 / 1920 * 100vw);
    }
}

@media (min-width:1025px) {
    .Floor003155 #home-news ul {
        margin: 5vh 0 0;
    }
}

@media (max-width:768px) {
    .Floor003155 #home-news ol {
        margin-bottom: 0.5em;
    }

    .Floor003155 #home-news ol:nth-of-type(1) {
        width: 100%;
    }

    .Floor003155 #home-news ol:nth-of-type(1) .txt {
        padding-bottom: 0.35em;
    }

    .Floor003155 #home-news ol .Ispic {
        padding-bottom: 56%;
    }

    .Floor003155 #home-news ol:not(:nth-of-type(1)) {
        width: 47.5%;
    }

    .Floor003155 #home-news ol:nth-of-type(2) {
        margin-right: 5%;
    }

    .Floor003155 #home-news li {
        clear: left;
    }
}

@media (max-width:480px) {
    .Floor003155 #home-news {
        padding-top: 1em;
    }

    .Floor003155 #home-news ol:nth-of-type(1) .tit {
        font-size: 0.3em;
    }

    .Floor003155 #home-news li a,
    .Floor003155 #home-news ol .tit {
        font-size: 0.24em;
    }
}

/* honor */
.Floor003155 #home-honor {
    background: url(../images/Floor003155-honorbg.jpg) no-repeat center top;
    background-size: cover;
}

.Floor003155 #home-honor .home-title {
    margin-top: 3vh;
}

.Floor003155 #home-honor .intro-desc {
    line-height: 2;
    margin: 5vh 0 10vh 0;
}

.Floor003155 #home-honor .slider-but {
    overflow: hidden;
}

.Floor003155 #home-honor .slider-but .slick-arrow {
    float: left;
    cursor: pointer;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: url("../images/Floor003155-next-on.svg") no-repeat center center #083473;
    background-size: 10px auto;
    width: 60px;
    height: 60px;
    transition: 0.3s;
}

.Floor003155 #home-honor .slider-but .slick-prev {
    margin-right: 20px;
    transform: rotateY(180deg);
}

.Floor003155 #home-honor .slider-but .slick-arrow:hover {
    background-color: #083473;
}

.Floor003155 #home-honor .slider li {
    padding: 22px 0;
}

.Floor003155 #home-honor .slider li a {
    display: block;
    margin: 0 1vw;
    text-align: center;
    background: #fff;
    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%);
    padding: 15px;
}

.Floor003155 #home-honor .slider li .Ispic {
    padding-bottom: 125%;
    background-size: contain;
    background-color: #fff;
}

.Floor003155 #home-honor .slider li p {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
}

.Floor003155 #home-honor .slider li:hover p {
    color: #083473;
}

@media(min-width:1025px) {
    .Floor003155 #home-honor .fl {
        width: 21.429%;
    }

    .Floor003155 #home-honor .fr {
        width: 65%;
    }
}

@media(min-width:641px) {
    .Floor003155 #home-honor .slider {
        margin: 0 -2vw;
        padding: 0 1vw;
    }
}

/* partners */
.Floor003155 #home-partners {
    background: url(../images/Floor003155-partnerbg.jpg) no-repeat center top;
    background-size: cover;
}

.Floor003155 #home-partners .home-title {
    width: calc(100% - 45.334%);
    transition-delay: 0.3s;
}

.Floor003155 #home-partners .intro-desc {
    line-height: 2;
    transition-delay: 0.3s;
}

.Floor003155 #home-partners .list img {
    margin: 5vh -1% 0vh -1%;
}

.Floor003155 #home-partners .list {
    text-align: center;
}

.Floor003155 #home-partners ul {
    margin: 0 -1%;
}

.Floor003155 #home-partners ul li {
    float: left;
    width: 48%;
    margin: 0 1% 20px 1%;
    background: #fff;
    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%);
    padding: 10px;
    transition: .3s;
}

.Floor003155 #home-partners ul li a {
    display: block;
    text-align: center;
    padding-bottom: 38%;
    position: relative;
}

.Floor003155 #home-partners ul li img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width:768px) {
    .Floor003155 #home-partners ul li {
        width: 21%;
    }
}

@media screen and (min-width:1024px) {
    .Floor003155 #home-partners .list ul {
        margin: 10vh -1% 5vh -1%;
    }

    .Floor003155 #home-partners .intro-desc {
        width: 45.334%;
    }

    .Floor003155 #home-partners ul li {
        width: 18%;
        margin-bottom: 30px;
    }
}

/*footer */
.Floor003155 #home-footer {
    padding-top: 5.16vw;
    background: #1e2631;
}

.Floor003155 #home-footer,
.Floor003155 #home-footer a {
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:1024px) {
    .Floor003155 #home-footer {
        text-align: center;
    }
}

.Floor003155 #home-footer a:hover {
    color: #fff;
}

.Floor003155 #home-footer .soglan {
    color: #fff;
    font-size: 20px;
    line-height: 1.5em;
}

.Floor003155 #home-footer .share {
    margin-top: 38px;
}

.Floor003155 #home-footer .share dd {
    float: left;
    position: relative;
}

.Floor003155 #home-footer .share dd figure {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    bottom: 100%;
    margin-bottom: 10px;
    display: none;
}

.Floor003155 #home-footer .share dd figure:after {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-top-color: #fff;
    top: 100%;
    margin-left: -5px;
    left: 50%;
}

.Floor003155 #home-footer .share dd a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px;
    background: url("../images/share_icon.png") no-repeat 10px center rgba(255, 255, 255, 0.1);
}

.Floor003155 #home-footer .share dd.d_sina a {
    background-position: -32px center;
}

.Floor003155 #home-footer .share dd.d_dy a {
    background-position: -70px center;
}

.Floor003155 #home-footer .share dd.d_gettop a {
    background-color: #083473;
    background-image: url(../images/gettop.svg);
    margin-right: 0 !important;
    background-size: auto 50%;
}

@media(min-width:1025px) {
    .Floor003155 #home-footer .logo {
        display: table;
        table-layout: fixed;
    }

    .Floor003155 #home-footer .logo>* {
        display: table-cell;
        vertical-align: middle;
    }

    .Floor003155 #home-footer .logo .img {
        padding-right: 30px;
        max-width: 190px;
    }
}

@media(max-width:1024px) {
    .Floor003155 #home-footer .logo .img {
        padding-bottom: 20px;
    }

    .Floor003155 #home-footer .share {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width:480px) {
    .Floor003155 #home-footer .soglan {
        font-size: 4vw;
    }
}

.Floor003155 #home-footer .b-mid {
    margin-top: 2.08vw;
    padding-top: 3.13vw;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 5vw;
}

.Floor003155 #home-footer .b-mid .tit {
    font-size: 20px;
    margin-bottom: 2.08vw;
}

.Floor003155 #home-footer .b-mid .tit,
.Floor003155 #home-footer .b-mid .tit a {
    color: #fff;
}

.Floor003155 #home-footer .contact {
    max-width: 280px;
    width: 25%;
}

.Floor003155 #home-footer .contact .erweima {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.Floor003155 #home-footer .contact .erweima .codeimg {
    margin-right: 20px;
}

.Floor003155 #home-footer .contact .erweima .codeimg img {
    border: 1px solid #f3f3f3;
}

.Floor003155 #home-footer .contact .erweima .word i {
    display: block;
    font-style: normal;
    width: 22px;
    height: 22px;
    background: url("../images/share_icon.png") no-repeat 0 0;
}

.Floor003155 #home-footer .contact .erweima .word p {
    font-size: 0.875em;
    color: #fff;
}

.Floor003155 #home-footer .contact .form {
    margin-top: 2.08vw;
    position: relative;
    padding-right: 80px;
    overflow: hidden;
}

.Floor003155 #home-footer .contact .form .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 40px;
    color: #fff;
    background: #083473;
    border: 0;
    cursor: pointer;
}

.Floor003155 #home-footer .contact .form .text {
    width: 100%;
    line-height: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 0;
    padding: 0 20px;
}

.Floor003155 #home-footer .contact .form input::-webkit-input-placeholder {
    color: #fff;
}

.Floor003155 #home-footer .contact .form input::-moz-input-placeholder {
    color: #fff;
}

.Floor003155 #home-footer .contact .form input::-ms-input-placeholder {
    color: #fff;
}

.Floor003155 #home-footer .b-mid nav {
    max-width: 950px;
    width: 75%;
}

.Floor003155 #home-footer .b-mid nav dl {
    float: left;
    max-width: 145px;
}

.Floor003155 #home-footer .b-mid nav dd {
    line-height: 2.25;
}

@media(max-width:1024px) {
    .Floor003155 #home-footer .b-mid {
        display: none;
    }
}

.Floor003155 #home-footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2.08vw 0;
    font-size: 0.875em;
}

.Floor003155 #home-footer .copyright .fr a {
    display: inline-block;
}

.Floor003155 #home-footer .copyright .fr a:not(:last-child):after {
    width: 1px;
    height: 13px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    background: #fff;
    opacity: 0.1;
    margin: 0 15px;
}

@media(max-width:1024px) {
    .Floor003155 #home-footer .copyright {
        margin-top: 5vw;
        padding: 5vw;
    }

    .Floor003155 #home-footer .copyright .fr {
        padding-bottom: 10px;
    }
}

/*Floor003194 */
.Floor003194 .intro .edit-info {
    font-size: calc(20 / 16 * 1em);
    line-height: 1.7;
}

.Floor003194 .boxs-group {
    background-color: #000;
}

.Floor003194 .boxs-group .box {
    overflow: hidden;
}

.Floor003194 .boxs-group .inside {
    position: relative;
}

.Floor003194 .boxs-group .txt {
    position: absolute;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    z-index: 10;
}

.Floor003194 .boxs-group picture {
    opacity: 0.9;
    transition: 0.5s;
    display: block;
}

.Floor003194 .box .tit {
    font-size: calc(40 / 16 * 1em);
    margin-bottom: calc(30 / 40 * 1em);
}

.Floor003194 .box .desc {
    font-size: calc(18 / 16 * 1em);
}

.Floor003194 .box .icon {
    width: calc(58 / 16 * 1em);
    height: calc(63 / 16 * 1em);
    border-radius: 0 1.25em 0 1.25em;
    border: solid 1px rgba(255, 255, 255, 1);
    display: inline-block;
    margin-top: calc(60 / 16 * 1em);
    background: url(../images/Floor003194-more.svg) no-repeat center center;
    background-size: 1em auto;
}

@media (min-width:1025px) {
    .Floor003194 .boxs-group {
        margin: 0 0 0 -6%;
        display: table;
        height: calc(850 / 16 * 1em);
        width: 112%;
    }

    .Floor003194 .boxs-group .box {
        width: 25%;
        display: table-cell;
        transform: skewX(-15deg);
        transition: 0.5s width;
    }

    .Floor003194 .boxs-group .inside {
        height: 100%;
    }

    .Floor003194 .boxs-group .txt {
        transform: skewX(15deg);
        width: calc(375 / 530 * 100%);
        top: 15.883%;
        left: calc((100% - 375 / 530 * 100%) / 2);
    }

    .Floor003194 .boxs-group picture {
        position: absolute;
        left: calc(-58.334% / 2);
        width: calc(760 / 480 * 100%);
        transform: skewX(15deg);
        top: 0;
        height: 100%;
    }

    .Floor003194 .box.on {
        width: 64%;
    }

    .Floor003194 .box.on picture {
        width: 118%;
        left: -9%;
        opacity: 1;
    }

    .Floor003194 .box.short .txt {
        opacity: 0;
    }

    .Floor003194 .box.short {
        width: 12%;
    }

    .Floor003194 .box.short picture {
        opacity: 0.5;
        left: calc(-131.429% / 2);
        width: calc(405 / 175 * 100%);
    }

    .Floor003194 .box:first-child .txt {
        width: calc(420 / 530 * 100%);
    }

    .Floor003194 .box:not(.on):last-child .txt {
        left: 0;
    }

    .Floor003194 .box.on .txt {
        text-align: left;
    }

    .Floor003194 .box.on .desc {
        display: none;
    }

    .Floor003194 .box .info {
        visibility: hidden;
        max-width: calc(462 / 16 * 1em);
        font-size: calc(18 / 16 * 1em);
        line-height: calc(30 / 18 * 1em);
        transform: translateX(50px);
        opacity: 0;
        transition: transform 0.3s 0.5s, opacity 0.3s 0.5s;
        position: absolute;
    }

    .Floor003194 .box.on .info {
        visibility: visible;
        transform: translateX(0);
        opacity: 1;
        position: relative;
    }
}

@media (max-width:1024px) {
    .Floor003194 .boxs-group {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .Floor003194 .box {
        width: 50%;
    }

    .Floor003194 .boxs-group picture {
        height: 60vw;
        opacity: 0.7;
    }

    .Floor003194 .box .info {
        display: none;
    }

    .Floor003194 .boxs-group .txt {
        left: 0;
        width: 100%;
        padding: 0 5%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .Floor003194 .box .tit {
        font-size: calc(24 / 16 * 1em);
        margin-bottom: 0.5em;
    }

    .Floor003194 .box .desc {
        font-size: 1em;
    }

    .Floor003194 .box .icon {
        margin-top: 2em;
        width: 3em;
        height: 3em;
        border-radius: 0 1em 0 1em;
    }
}

/**.Columnbanner*/
.Columnbanner {
    position: relative;
    z-index: 1;
}

.Columnbanner .go {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 3.5vw;
    user-select: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    background: url(../images/icon-down.svg) no-repeat center center #083473;
    background-size: 35% auto;
    text-align: center;
    display: flex;
    transform-origin: 50% 50%;
    justify-content: center;
    align-items: center;
    animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
    display: none;
}

@keyframes scroll-icon {
    0% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
}

.Columnbanner div {
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #666;
}

.Columnbanner img {
    display: none
}

.Columnbanner aside {
    position: absolute;
    left: 50%;
    top: 55%;
    line-height: 1.5;
    width: 100%;
    font-size: 3.25em;
    padding: 0 2%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: normal;
}

.Columnbanner aside span {
    display: block;
    font-size: 0.75em;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'oswald';
}

@media(max-width:1000px) {
    .Columnbanner div {
        display: none
    }

    .Columnbanner img {
        display: block;
        width: 100%
    }
}

@media(max-width:640px) {
    .Columnbanner aside {
        font-size: 24px
    }
}

/*-------------------------------------------------------------------------------------------------------------.Columnmenu*/
.Columnmenu {
    background: #fff;
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 30%);
    position: relative;
    z-index: 1;
}

.Columnmenu ul {
    display: table;
    margin: 0 auto;
}

.Columnmenu li {
    float: left;
    padding: 0 50px;
    position: relative;
}

.Columnmenu li:after {
    position: absolute;
    content: '';
    width: 1px;
    right: 0;
    top: 50%;
    height: 14px;
    margin-top: -7px;
    background: #dfdfdf;
}

.Columnmenu li:last-child:after {
    display: none;
}

.Columnmenu li a {
    display: block;
    font-size: 1.125em;
    position: relative;
    overflow: hidden;
    line-height: 82px;
    height: 82px;
}

.Columnmenu li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 2px;
    width: 100%;
}

.Columnmenu li.aon a,
.Columnmenu li:hover a {
    color: #083473;
}

.Columnmenu li.aon a:after,
.Columnmenu li:hover a:after {
    background: #083473;
}

@media(max-width:1024px) {
    .Columnmenu li {
        padding: 0 20px;
    }

    .Columnmenu li a {
        line-height: 50px;
        height: 50px;
    }
}

@media(max-width:768px) {
    .Columnmenu ul {
        display: block;
    }

    .Columnmenu li {
        float: left;
        width: 25%;
        text-align: center;
        padding: 0;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .Columnmenu li:nth-child(4n):after {
        display: none;
    }
}

@media(max-width:480px) {
    .Columnmenu li {
        width: 33.333%
    }

    .Columnmenu li:nth-child(3n):after {
        display: none;
    }
}

@media(max-width:375px) {
    .Columnmenu li a {
        font-size: 14px;
    }
}

/*.------------------------------------------------------------------------------------------------------------.Columnpage */
.Columnpage .Pages {
    text-align: center;
    padding: 3vw 0 5vw
}

.Columnpage .Pages a {
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 71%);
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #666;
}

.Columnpage .Pages a.a_cur,
.Columnpage .Pages a:hover {
    background-color: #083473;
    color: #fff;
}

.Columnpage .Pages em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.Columnpage .Pages em a {
    margin: 0 10px;
}

.Columnpage .Pages .p_count,
.Columnpage .Pages .p_cur,
.Columnpage .Pages .p_jump,
.Columnpage .Pages .p_total,
.Columnpage .Pages .a_first,
.Columnpage .Pages .a_end {
    display: none
}

.Columnpage .Pages .a_prev,
.Columnpage .Pages .a_next {
    padding: 0;
    width: 50px;
    overflow: hidden;
    line-height: 1000px;
    height: 50px;
    margin: 0 10px;
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 71%);
}

.Columnpage .Pages .a_prev {
    background: url(../images/Columnpage-a_prev.png) no-repeat center center #fff;
}

.Columnpage .Pages .a_next {
    background: url(../images/Columnpage-a_next.png) no-repeat center center #fff
}

.Columnpage .Pages .a_prev:hover {
    background: url(../images/Columnpage-a_prev2.png) no-repeat center center #083473
}

.Columnpage .Pages .a_next:hover {
    background: url(../images/Columnpage-a_next2.png) no-repeat center center #083473
}

@media(max-width:640px) {

    .Columnpage .Pages .a_end,
    .Columnpage .Pages .a_first {
        display: none
    }

    .Columnpage .Pages {
        padding: 40px 0;
    }
}

@media(max-width:480px) {
    .Columnpage .Pages a {
        padding: 0 5px
    }
}

/*RighInfo003072 */
.RighInfo003072 {
    padding-top: 6vw;
}

@media(min-width:1024px) {
    .RighInfo003072 .txt-info {
        width: 44%;
    }

    .RighInfo003072 .pic {
        width: 50%;
    }
}

@media(max-width:1024px) {
    .RighInfo003072 .txt-info {
        margin-bottom: 4vw;
    }
}

.RighInfo003072 .video {
    position: relative;
    z-index: 4;
}

.RighInfo003072 .video .files {
    position: absolute;
    background-color: #000;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.RighInfo003072 .video .files video {
    width: 100%;
    height: 100%;
}

.RighInfo003072 .video .Ispic {
    padding-bottom: 75%;
}

.RighInfo003072 .video .en {
    top: 0.1875em;
}

.RighInfo003072 .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.35);
}

.RighInfo003072 .play .ytable {
    height: 100%;
    text-align: center;
    color: #fff;
}

.RighInfo003072 .play .icon {
    width: 3.75em;
    height: 3.75em;
    display: block;
    margin: 0 auto 1em;
    background: url(../images/play.png) no-repeat center center;
    background-size: contain;
}

.RighInfo003072 .v-name {
    display: inline-block;
    font-size: 18px;
}

.RighInfo003072 .number {
    margin: 3vw 0;
}

.RighInfo003072 .number li {
    float: left;
    width: 32%;
    color: #333;
    padding: 2vw;
    background: #fff;
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 71%);
}

.RighInfo003072 .number li:not(:last-child) {
    margin-right: 2%;
}

.RighInfo003072 .number li .img {
    width: 8.25em;
}

.RighInfo003072 .number li .img img {
    height: 5em;
}

.RighInfo003072 .number li aside {}

.RighInfo003072 .number li aside b {
    font-size: 42px;
    color: #083473;
    font-weight: 900;
    font-family: 'oswald';
    line-height: 0.85em;
    display: inline-block;
    margin-right: 10px;
}

.RighInfo003072 .number li p {
    margin-bottom: 0;
}

@media(min-width:769px) and (max-width:1024px) {
    .RighInfo003072 .number li aside b {
        font-size: 4vw;
    }
}

@media(max-width:640px) {
    .RighInfo003072 .number li aside b {
        font-size: 8vw;
    }
}

.RighInfo003072 .edit-info {
    line-height: 2em;
    text-align: justify;
}

.RighInfo003072 .edit-info .tit {
    font-size: 24px;
    color: #083473;
    margin: 1.5em 0 0.6em 0;
}

.css-3072 .year {
    color: #ececec;
    font-weight: 900;
    font-family: 'Arial';
    font-size: 60px;
    line-height: 0.934em;
}

.css-3072 .name {
    color: #083473;
    font-size: 24px;
    margin: 1.5em 0 0.6em 0;
}

@media(max-width:640px) {
    .css-3072 .year {
        font-size: 14vw;
    }

    .css-3072 .name {
        font-size: 6vw;
    }

    .RighInfo003072 .edit-info {
        font-size: 3.5vw;
    }
}

.RighInfo003072 .intro {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 6vw;
}

.RighInfo003072 .intro .auto {
    position: relative;
    z-index: 4;
}

.RighInfo003072 .intro .bg {
    right: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
}

.RighInfo003072 .intro .bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/RighInfo003072-bg.jpg);
    content: '';
}

.RighInfo003072 .intro .edit-info {
    line-height: 2.125em;
    text-align: justify;
}

@media(min-width:1025px) {
    .RighInfo003072 .intro .bg {
        right: calc((100% - 1500px)/2);
    }

    .RighInfo003072 .intro .img,
    .RighInfo003072 .intro .txt {
        width: 50%;
    }

    .RighInfo003072 .intro .img {
        padding-top: 3.25vw;
    }

    .RighInfo003072 .intro .edit-info {
        width: 82.143%;
        padding: 8.25vw 0;
    }
}

@media(min-width:1025px) and (max-width:1400px) {
    .RighInfo003072 .intro .bg {
        right: 8vw;
    }

    .RighInfo003072 .intro .auto {
        margin-left: 8vw;
    }

    .RighInfo003072 .intro .txt {
        padding-top: 5.5vw;
    }

    .RighInfo003072 .intro .edit-info {
        padding: 4vw 0;
    }
}

@media(min-width:1025px) and (max-width:1280px) {
    .RighInfo003072 .intro .edit-info {
        font-size: 1.2vw;
    }
}

@media(max-width:1024px) {
    .RighInfo003072 .intro .txt {
        padding: 5.5vw;
    }
}

@media(max-width:480px) {
    .RighInfo003072 .intro .edit-info {
        font-size: 3.5vw;
    }
}

/*Timeline003058 */
.Timeline003058 {
    background: url(../uploadfiles/bg.jpg);
    background-size: cover;
}

.Timeline003058 .list {
    overflow: hidden;
    padding: 6vw 0;
}

.Timeline003058 .year {
    position: relative;
    z-index: 1;
}

.Timeline003058 .year .slider:after {
    position: absolute;
    content: '';
    left: 0;
    top: 40px;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #eee;
}

.Timeline003058 .year li {
    text-align: center;
}

.Timeline003058 .year li span {
    color: #fff;
    background: #ccc;
    display: inline-block;
    border: 5px solid #fff;
    width: 90px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 18px;
}

.Timeline003058 .year li.aon span {
    color: #fff;
    background: #083473;
}

.Timeline003058 .slider-list {
    margin-top: 2.6vw;
    position: relative;
}

.Timeline003058 .slider-list li {
    padding: 1.405vw 0 2vw 0;
}

.Timeline003058 .slider-list .inner {
    background-color: rgb(255 255 255 / 0.4);
    border: solid 1px #eee;
    padding: 5vw;
    padding-left: 15vw;
    position: relative;
    margin: 0 1.405vw;
    transition: 0.3s;
}

.Timeline003058 .slider-list .inner time {
    position: absolute;
    left: 5vw;
    top: 5vw;
    display: block;
    margin-bottom: 1.2vw;
    color: #000;
}

.Timeline003058 .slider-list .inner time b {
    font-family: 'Arial';
    font-size: 45px;
    line-height: 1.634em;
    margin-right: 10px;
}

.Timeline003058 .slider-list .inner time b:not(:last-child):after {
    display: inline-block;
    width: 13px;
    height: 2px;
    background-color: #e5e5e5;
    margin: 0 15px;
    vertical-align: middle;
    content: '';
}

.Timeline003058 .slider-list dl {
    border-left: 1px solid #eee;
    padding-left: 4vw;
    min-height: 10em;
}

.Timeline003058 .slider-list dd {
    font-size: 16px;
    line-height: 1.625em;
    color: #000;
    padding-left: 20px;
    position: relative;
    margin: 20px 0;
}

.Timeline003058 .slider-list dd:before {
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 0;
    top: 10px;
}

.Timeline003058 .slider-list .btn .slick-arrow {
    position: absolute;
    top: 50%;
    border: solid 4px #8696a9;
    width: 32px;
    height: 32px;
    transform: rotate(45deg);
    border-right: 0;
    border-top: 0;
    border-radius: 4px;
}

.Timeline003058 .slider-list .btn .slick-next {
    transform: rotate(-135deg);
}

.Timeline003058 .slider-list .btn .slick-arrow:hover {
    border-color: #083473;
}

@media(min-width:1601px) {
    .Timeline003058 .slider-list .btn .slick-prev {
        left: -3.07vw;
    }

    .Timeline003058 .slider-list .btn .slick-next {
        right: -3.07vw;
    }

    .Timeline003058 .slider-list .slider {
        margin: 0 -1.405vw;
    }
}

@media(max-width:1600px) {
    .Timeline003058 .slider-list .btn .slick-prev {
        left: 0;
    }

    .Timeline003058 .slider-list .btn .slick-next {
        right: 0;
    }

    .Timeline003058 .slider-list .inner {
        margin: 0 1vw;
    }

    .Timeline003058 .slider-list .slider {
        padding: 0 40px;
    }
}

@media(max-width:640px) {
    .Timeline003058 .slider-list .btn .slick-arrow {
        width: 5vw;
        height: 5vw;
        margin-top: -2.5vw;
    }

    .Timeline003058 .slider-list .slider {
        padding: 0 5vw;
    }

    .Timeline003058 .slider-list .inner time b {
        font-size: 5vw;
    }

    .Timeline003058 .year .slider:after {
        height: 5px;
        top: 28px;
    }

    .Timeline003058 .year li span {
        font-size: 4vw;
    }
}

/*honor */
.honor {
    padding: 6vw 0;
}

.honor .auto {
    position: relative;
}

.honor .slider-but {
    overflow: hidden;
}

.honor .slider-but .slick-arrow {
    float: left;
    cursor: pointer;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: url("../images/Floor003155-next-on.svg") no-repeat center center #083473;
    background-size: 10px auto;
    width: 60px;
    height: 60px;
    transition: 0.3s;
}

.honor .slider-but .slick-prev {
    margin-right: 20px;
    transform: rotateY(180deg);
}

.honor .slider-but .slick-arrow:hover {
    background-color: #083473;
}

.honor .slider li {
    padding: 22px 0;
}

.honor .slider li a {
    display: block;
    margin: 0 1vw;
    text-align: center;
    background: #fff;
    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%);
    padding: 15px;
}

.honor .slider li .Ispic {
    padding-bottom: 125%;
    background-size: contain;
    background-color: #fff;
}

.honor .slider li p {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
}

.honor .slider li:hover p {
    color: #083473;
}

.honor .flipto-prev {
    left: 10%;
}

.honor .flipto-next {
    right: 10%;
}

@media(min-width:641px) {
    .honor .slider {
        margin: 0 -2vw;
        padding: 0 1vw;
    }
}

/*-------------------------------------------------------------------------------------------------------------.Logo_list*/
.Logo_list {
    padding: 6vw 0 0;
}

.Logo_list li {
    float: left;
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 10px;
    border: 1px solid #e8e8e8;
    position: relative;
}

.Logo_list li a {
    display: block;
    text-align: center;
    padding-bottom: 38%;
}

.Logo_list li img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Logo_list li a figure {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 108, 186, 0.95);
    opacity: 0;
    transition: 0.3s;
}

.Logo_list li a:hover figure {
    opacity: 1;
}

.Logo_list li dl {
    display: table;
    width: 100%;
    height: 100%;
}

.Logo_list li dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

@media(min-width:769px) {
    .Logo_list li:nth-child(5n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .Logo_list li {
        width: 32%;
        margin-right: 2%;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .Logo_list li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .Logo_list li {
        width: 49%;
    }

    .Logo_list li:nth-child(2n) {
        margin-right: 0;
    }

    .Logo_list li dt {
        font-size: 15px;
    }
}

/*PicList002124 */
.PicList002124 {
    padding: 6vw 0 0;
}

.PicList002124 li {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.12);
}

.PicList002124 li:not(:last-child) {
    margin-bottom: 50px;
}

.PicList002124 li>img {
    display: block;
    width: 100%;
}

.PicList002124 li .inner {
    position: relative;
    padding: 10px;
}

@media(min-width:1025px) {
    .PicList002124 li .txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0 8%;
        height: 100%;
        z-index: 4;
    }

    .PicList002124 li .ytable {
        height: 100%;
    }

    .PicList002124 li .inner {
        width: 100%;
        max-width: 500px;
    }

    .PicList002124 li:nth-child(2n) .inner {
        float: right;
    }
}

.PicList002124 li .main {
    position: relative;
    z-index: 4;
    color: #333;
}

.PicList002124 .more {
    font-size: 16px;
    text-align: center;
    padding: 0 50px;
    line-height: 50px;
    border: solid 1px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    display: table;
}

.PicList002124 .more:hover {
    background: #083473;
    border-color: #083473;
}

.PicList002124 .more:hover a {
    color: #fff;
}

@media(max-width:1024px) {

    .PicList002124 li .ytable,
    .PicList002124 li .ytable-cell {
        display: block;
    }
}

@media(max-width:480px) {
    .PicList002124 li .main {
        padding: 20px;
    }
}

.PicList002124 li .main num {
    font-size: 100px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05), #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.PicList002124 li .main b.dot {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 9px;
    margin-top: -60px;
    text-transform: uppercase;
    white-space: normal
}

.PicList002124 li .main .info {
    padding-bottom: 35px;
}

.PicList002124 li .main .info .t-1 {
    font-size: 20px;
    line-height: 55px;
}

@media(min-width:1025px) {
    .PicList002124 li>img.wap {
        display: none;
    }
}

/* @media(max-width:1024px) {
    .PicList002124 li>img.pc {
        display: none;
    }
} */
.Floor003155 #home-honor .flip-content img{
    max-height: 500px;
    width: auto;
}
@media(max-width:480px) {
    .PicList002124 li .main b.dot {
        font-size: 14px;
        letter-spacing: 3px;
    }

    .PicList002124 li .main .info {
        padding-bottom: 20px;
    }

    .PicList002124 li .main .info .t-1 {
        font-size: 30px;
        margin-top: 5px;
    }
}

/*TextList001366 */
.TextList001366 .auto {
    max-width: 1280px;
}

.TextList001366 .img-side {
    background: #f5f5f5;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.12);
}

.TextList001366 .box {
    padding: 6vw 0;
}

.TextList001366 .box:nth-child(2n) {
    background: #f9f9f9;
}

.TextList001366 .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.TextList001366 .name {
    padding-bottom: 22px;
    position: relative;
    font-size: 24px;
    color: #000;
}

.TextList001366 .name img {
    width: 40px;
    margin-right: 10px;
    margin-top: -7px;
}

@media only screen and (min-width:769px) {
    .TextList001366 .name {
        font-size: 30px;
    }
}

@media only screen and (min-width:1025px) {
    .TextList001366 .name {
        font-size: 36px;
    }
}

.TextList001366 .parenttit {
    font-size: 0;
    color: #333;
    opacity: 0.5;
}

.TextList001366 .parenttit .en {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin-right: 10px;
    text-transform: uppercase;
}

.TextList001366 .parenttit .cn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.TextList001366 .maintit {
    font-size: 36px;
    color: #333;
    margin: 0;
    font-weight: normal;
}

.TextList001366 .seriestit {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.TextList001366 .info_back a {
    position: relative;
    color: #fff;
    background: url(../images/back.png) no-repeat left 35px center #929292;
    display: inline-block;
    width: 180px;
    line-height: 3.5;
    padding-left: 20px;
    text-align: center;
    transition: .3s;
}

.TextList001366 .info_back a:hover {
    background-color: #083473;
}

.TextList001366 .table_1 th,
.TextList001366 .table_1 td {
    text-align: center;
    border: none;
    border-collapse: collapse;
    line-height: 24px;
    padding: 15px;
    font-size: 1em;
}

.TextList001366 .table_1 th {
    font-weight: normal;
    background: #a0a0a0;
    color: #fff;
}

.TextList001366 .table_1 tr:nth-child(2n) th {
    background: #b0b0b0;
}

.TextList001366 .table_1 tr {
    background: #f0f0f0;
}

.TextList001366 .table_1 tr:nth-child(2n) {
    background: #fff;
}

@media(max-width:480px) {
    .TextList001366 .table_1 {
        overflow: auto;
    }

    .TextList001366 .table_1 table {
        width: 180%;
    }
}

.TextList001366 .img .Ispic {
    padding-bottom: 75%;
    background-size: contain;
    background-color: #fff;
}

.TextList001366 .img-side .txt {
    padding: 0 5vw;
    position: relative;
}

.TextList001366 .img-side .tit {
    font-size: 1.875em;
    color: #333;
    margin-bottom: 0.6em;
}

.TextList001366 .word {
    font-size: 6vw;
    display: block;
    position: absolute;
    left: 20vw;
    top: 0;
    color: transparent;
    -webkit-text-stroke: 1px #999;
    opacity: .15;
}

.TextList001366 .img-side p {
    line-height: 1.75;
}

.TextList001366 .img-side dl {}

.TextList001366 .img-side dd {
    line-height: 36px;
    padding-left: 20px;
    position: relative;
}

.TextList001366 .img-side dd:before {
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background: #083473;
    position: absolute;
    left: 0;
    top: 15px;
}

.TextList001366 .img-side .btn {
    margin-top: 20px;
}

.TextList001366 .img-side .btn a {
    position: relative;
    color: #fff;
    background: url(../images/consult.png) no-repeat left 35px center #929292;
    display: inline-block;
    width: 160px;
    line-height: 3.5;
    padding-left: 20px;
    text-align: center;
    transition: .3s;
}

.TextList001366 .img-side .btn a:hover {
    background-color: #083473;
}

@media (min-width:1025px) {
    .TextList001366 .img {
        width: 35%;
    }
}

.TextList001366 .pop-up {
    display: none;
    position: fixed;
    z-index: 150;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.TextList001366 .pop-up .ytable {
    height: 100%;
}

.TextList001366 .pop-up .main {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
    background: #fff;
    padding: 3.5vw;
}

.TextList001366 .pop-up .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.TextList001366 .pop-up .close::before,
.TextList001366 .pop-up .close::after {
    position: absolute;
    content: '';
    left: 20%;
    top: 50%;
    width: 60%;
    height: 3px;
    background: #000;
    margin-top: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.TextList001366 .pop-up .close::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.TextList001366 .pop-up#form li {
    margin-top: 15px;
}

.TextList001366 .pop-up#form li .text {
    width: 100%;
    line-height: 50px;
    height: 50px;
    border: none;
    background: #f5f5f5;
    padding: 0 20px;
}

.TextList001366 .pop-up#form li textarea.text {
    height: auto;
}

.TextList001366 .pop-up#form li:last-child {
    text-align: center;
    margin-top: 1.5vw;
}

.TextList001366 .pop-up#form li .btn {
    width: 40%;
    margin: 0 10px;
    height: 50px;
    cursor: pointer;
    border: none;
    color: #fff;
    background: #083473;
    font-family: 'HarmonyOS_Sans_SC_Regular';
    font-size: 1em;
    max-width: 120px;
}

.TextList001366 .pop-up#form p {
    margin: 0;
    margin-bottom: 1vw;
    text-align: center;
    font-size: 24px;
    color: #000;
}

/*PicList002951 */
.PicList002951 {
    padding: 6vw 0 0;
}

.PicList002951 .banner {
    margin-bottom: 100px;
}

.PicList002951 .banner .auto {
    position: relative;
}

.PicList002951 .banner .txtBox {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 3vw;
}

.PicList002951 .banner h5 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 30px;
}

.PicList002951 .banner p {
    line-height: 36px;
    padding-left: 20px;
    position: relative;
    margin: 0;
}

.PicList002951 .banner p:before {
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 15px;
}

.PicList002951 .item {
    padding-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
}

.PicList002951 .item:not(:last-child) {
    margin-bottom: 40px;
}

.PicList002951 .item a:hover {
    color: #083473;
}

.PicList002951 .item a .pic img {
    transition: .3s;
}

.PicList002951 .txt .inner {
    padding: 0 3vw;
}

.PicList002951 .txt p.dot3 {
    line-height: 2.142em;
    max-height: 6.426em;
    color: #666;
}

.PicList002951 .tit {
    font-size: 24px;
    line-height: 1em;
}

.PicList002951 .item .more {
    padding-right: 25px;
    display: inline-block;
    background: url("../images/PicList002951_more.png") no-repeat right center;
    color: #999;
}

.PicList002951 .item a:hover .more {
    background-image: url("../images/PicList002951_more_on.png");
}

.PicList002951 .item a:hover .pic img {
    box-shadow: 0 3px 29px rgb(192 196 204 / 71%);
}

@media(min-width:1025px) {
    .PicList002951 .pic {
        width: 25%;
    }
}

@media(min-width:641px) and (max-width:1024px) {
    .PicList002951 .pic {
        width: 50%;
    }

    .PicList002951 .tit {
        font-size: 3vw;
    }
}

@media(max-width:640px) {

    .PicList002951 .ytable,
    .PicList002951 .ytable-cell {
        display: block;
    }

    .PicList002951 .txt .inner {
        padding: 5vw;
        font-size: 3.5vw;
    }

    .PicList002951 .tit {
        font-size: 5vw;
    }
}

/*SolutionInfo */
.SolutionInfo {}

.SolutionInfo .box {
    padding: 6vw 0;
    overflow: hidden;
}

.SolutionInfo .title {
    line-height: 1;
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.SolutionInfo .box-1 .item {}

.SolutionInfo .box-1 .txt .inner {
    padding: 0 5vw;
}

.SolutionInfo .box-1 .txt p {
    line-height: 2.142em;
    color: #666;
}

.SolutionInfo .box-1 .tit {
    font-size: 36px;
    color: #083473;
    line-height: 1em;
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
}

.SolutionInfo .box-1 .tit:before {
    display: block;
    content: "";
    width: 6px;
    height: 100%;
    background: #083473;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

@media(min-width:641px) and (max-width:1024px) {
    .SolutionInfo .box-1 .tit {
        font-size: 3vw;
    }
}

@media(max-width:640px) {

    .SolutionInfo .box-1 .ytable,
    .SolutionInfo .box-1 .ytable-cell {
        display: block;
    }

    .SolutionInfo .box-1 .txt .inner {
        padding: 5vw;
        font-size: 3.5vw;
    }

    .SolutionInfo .box-1 .tit {
        font-size: 5vw;
    }
}

.SolutionInfo .box-2 {
    background: #f9f9f9;
}

.SolutionInfo .box-2 .list dl {
    float: left;
    width: 100%;
    display: table;
    background: #fff;
    margin-bottom: 2%;
    padding: 30px 30px 30px 0;
}

.SolutionInfo .box-2 .list dl>* {
    display: table-cell;
    vertical-align: middle;
}

.SolutionInfo .box-2 .list dt {
    width: 120px;
}

.SolutionInfo .box-2 .list dt b {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #083473;
    color: #fff;
    font-size: 24px;
    position: relative;
    overflow: hidden;
    line-height: 60px;
    text-align: center;
    margin: 20px auto;
}

.SolutionInfo .box-2 .list dd p {
    margin: 0;
    line-height: 24px;
    overflow: hidden;
    color: #666;
    font-size: 16px;
    margin: 0;
}

@media(max-width:1024px) {
    .SolutionInfo .box-2 .title {
        font-size: 24px;
    }
}

@media(min-width:769px) {
    .SolutionInfo .box-2 .list dl {
        width: 32%;
        margin-right: 2%;
    }

    .SolutionInfo .box-2 .list dl:nth-child(3n) {
        margin-right: 0;
    }

    .SolutionInfo .box-2 .list dl:nth-child(3n+1) {
        clear: left;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .SolutionInfo .box-2 .list dl {
        width: 48%;
    }

    .SolutionInfo .box-2 .list dl:nth-child(2n) {
        float: right;
    }

    .SolutionInfo .box-2 .list dl:nth-child(2n+1) {
        clear: left;
    }
}

.SolutionInfo .box-3 .slick-list {
    overflow: inherit;
}

.SolutionInfo .box-3 ul {
    margin: 0 -10px;
}

.SolutionInfo .box-3 .slick-slide {
    opacity: 0;
    transition: .3s;
}

.SolutionInfo .box-3 .slick-active {
    opacity: 1;
}

.SolutionInfo .box-3 a {
    display: block;
    margin: 0 10px;
    background: #fff;
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 71%);
    text-align: center;
}

.SolutionInfo .box-3 .pic {
    background: #fff;
    position: relative;
}

.SolutionInfo .box-3 .pic .Ispic {
    max-width: 77.447%;
    margin: 0 auto;
    padding-bottom: 80.852%;
}

.SolutionInfo .box-3 .tit {
    border-top: 1px solid #eee;
    line-height: 4.625em;
    position: relative;
}

.SolutionInfo .box-3 .tit aside {
    padding: 0 1.1875em;
    color: #333;
}

.SolutionInfo .box-3 .slick-slide.slick-active a:hover .tit aside {
    color: #083473;
}

.SolutionInfo .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    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%);
    z-index: 2;
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
}

.SolutionInfo .slick-arrow:before {
    position: absolute;
    content: '';
    width: 20%;
    height: 20%;
    border-left: 2px solid #666;
    border-top: 2px solid #666;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    left: 40%;
    top: 40%;
}

.SolutionInfo .slick-next:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}

.SolutionInfo .slick-prev {
    left: -6.25%;
}

.SolutionInfo .slick-next:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}

.SolutionInfo .slick-next {
    right: -6.25%;
}

/* .Floor001318 为demo编号 */
.Floor001318 {
    padding: 6vw 0;
}

.Floor001318 .filter {
    margin-bottom: 3%;
}

.Floor001318 dl {
    position: relative;
    z-index: 10;
}

.Floor001318 dl dd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 71%);
    display: none;
}

.Floor001318 dl dd a {
    display: block;
    padding: 5px 20px;
    line-height: 40px;
    transition: 0.3s;
}

.Floor001318 dl dd a:hover {
    color: #083473;
}

.Floor001318 dl dt {
    position: relative;
    line-height: 56px;
    background: #fff;
    border: 2px solid #eee;
    padding-right: 30px;
    padding-left: 20px;
    color: #999;
}

.Floor001318 dl dt:after {
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-top-color: #999;
    border-top-width: 6px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
}

.Floor001318 dl.on dt {
    border: 2px solid #083473;
    color: #083473;
}

.Floor001318 dl.on dt:after {
    border-top-color: #083473;
}

.Floor001318 ul.search {
    position: relative;
    padding-right: 200px;
    z-index: 2;
}

.Floor001318 ul.search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    line-height: 60px;
    background: #083473;
    text-align: center;
    color: #fff;
}

.Floor001318 ul.search .text {
    width: 100%;
    line-height: 60px;
    height: 60px;
    background: #fff;
    border: 2px solid #eee;
    padding: 0 20px;
    color: #999;
    font-size: 1em;
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

.Floor001318 ul.search .text.focus {
    color: #333;
}

.Floor001318 .map {
    overflow: hidden;
    position: relative;
    clear: both;
}

.Floor001318 .list {
    float: right;
    width: 30.2%;
    padding: 35px 0 35px 2vw;
}

.Floor001318 #all_map_1318 {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 69.8%;
    height: 100%;
}

.Floor001318 #all_map_1318 * {
    box-sizing: content-box;
}

.Floor001318 #all_map_1318 img {
    max-width: none;
}

.Floor001318 #all_map_1318 .BMap_bubble_content {
    line-height: 20px;
}

.Floor001318 .list li {
    padding: 5px 0;
    cursor: pointer;
}

.Floor001318 .list li div {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
}

.Floor001318 .list li h5,
.Floor001318 .list li p {
    margin: 0;
    line-height: 24px;
    overflow: hidden;
}

.Floor001318 .list li h5 {
    font-weight: normal;
    font-size: 1.125em;
    color: #000;
    height: 24px;
}

.Floor001318 .list li p {
    margin-top: 5px;
    font-size: 0.875em;
    height: 48px;
}

.Floor001318 .list li.on h5 {
    color: #083473
}

.Floor001318 .list li.on div {
    border: 1px dashed #083473;
}

.Floor001318 .list .slick-arrow {
    position: absolute;
    padding: 0;
    cursor: pointer;
    background: #dcdcdc;
    border: 0;
    width: 100%;
    left: 0;
    height: 30px;
    font-size: 0;
}

.Floor001318 .list .slick-arrow:before {
    position: absolute;
    content: "";
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 16px;
    height: 16px;
    margin-top: -4px;
    transform: rotate(45deg);
}

@media(min-width:641px) {
    .Floor001318 dl {
        float: left;
        width: 20%;
        margin-right: 2%;
    }

    .Floor001318 ul.search {
        float: right;
        width: 45%;
    }
}

@media(min-width:1025px) {
    .Floor001318 .list .slick-prev {
        top: -35px;
    }

    .Floor001318 .list .slick-next {
        bottom: -35px;
        transform: scaleY(-1);
    }
}

@media(max-width:768px) {
    .Floor001318 .list {
        float: none;
        width: auto;
        margin-top: 3%;
    }

    .Floor001318 #all_map_1318 {
        position: relative !important;
        width: 100%;
        height: 300px !important;
    }
}

@media(max-width:375px) {
    .Floor001318 #all_map_1318 {
        height: 250px !important;
    }
}

/*-------------------------------------------------------------------------------------------------------------.Submenu*/
.Submenu {
    padding: 6vw 0 0;
}

.Submenu ul {
    width: 100%;
    text-align: center;
}

.Submenu ul li {
    display: inline-block;
    margin: 0 1%;
}

.Submenu ul li a {
    background: #e5e5e5;
    color: #666;
    border-radius: 100px;
    line-height: 2;
    padding: 0.5em 2em;
    display: inline-block;
}

.Submenu ul li.aon a {
    background: #083473;
    color: #fff;
}

/* .TextList000962 为demo编号 */
.TextList000962 {
    padding: 2vw 0 0 0;
}

.TextList000962 li {
    float: left;
    width: 49%;
    margin-right: 2%;
    border: 1px solid #e9e9e9;
    line-height: 60px;
    margin-top: 2%;
    position: relative;
}

.TextList000962 li::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 60%;
    background-color: #e9e9e9;
    top: 20%;
    right: 110px;
}

.TextList000962 li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.TextList000962 li:nth-child(2n) {
    margin-right: 0;
}

.TextList000962 li p {
    margin: 0;
    padding: 16px 10px;
    background: url(../images/icon-file-gray.svg) no-repeat left 30px center;
    background-size: auto 35%;
    padding-left: 70px;
}

.TextList000962 li span {
    float: right;
    margin-top: 16px;
    color: #9f9f9f;
}

.TextList000962 li span.name {
    width: 85px;
    color: #343434;
    background: url(../images/icon-download-gray.svg) no-repeat left center;
    background-size: 20% auto;
    padding-left: 30px;
    margin-left: 50px;
}

.TextList000962 li:hover {
    border: 1px dashed #083473;
}

.TextList000962 li:hover p {
    color: #083473;
    background-image: url(../images/icon-file.svg);
}

.TextList000962 li:hover span.name {
    background-image: url(../images/icon-download.svg);
    color: #083473;
}

@media(max-width:768px) {
    .TextList000962 li {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .TextList000962 li span.name {
        width: 70px;
        margin-left: 30px;
    }

    .TextList000962 li::before {
        right: 85px;
    }

    .TextList000962 li p {
        padding: 10px;
    }

    .TextList000962 li span {
        margin-top: 10px;
    }
}

/*PicList002856 */
.PicList002856 {
    overflow: hidden;
    position: relative;
    padding-top: 6vw;
}

.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: #f9f9f9;
}

.PicList002856 .top-new .slick-slide .img img {
    display: block;
    width: 100%;
}

.PicList002856 .top-new .slick-slide time {
    border-left: 1px solid #c6c6c6;
    padding-left: 1.62vw;
    display: block;
    margin-bottom: 2.61vw;
    color: #083473;
    font-size: 18px;
}

.PicList002856 .top-new .slick-slide time span {
    display: block;
    font-size: 2em;
}

.PicList002856 .top-new .slick-slide time b {
    display: block;
    line-height: 60px;
    color: #083473;
    font-size: 42px;
}

.PicList002856 .top-new .slick-slide .txt aside.dot2 {
    font-size: calc(24 / 16 * 1em);
    line-height: 1.5;
    margin: 2.625vw 0 1vw 0;
}

.PicList002856 .top-new .slick-slide:hover a {
    color: #083473;
}

.PicList002856 .top-new .slick-slide .txt p {
    margin: 0;
    color: #666;
    font-size: calc(18 / 16 * 1em);
    line-height: 2;
}

.PicList002856 .top-new .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    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%);
    z-index: 2;
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
}

.PicList002856 .top-new .slick-arrow:before {
    position: absolute;
    content: '';
    width: 20%;
    height: 20%;
    border-left: 2px solid #666;
    border-top: 2px solid #666;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    left: 40%;
    top: 40%;
}

.PicList002856 .top-new .slick-next:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}

.PicList002856 .top-new .slick-prev {
    left: -6.25%;
}

.PicList002856 .top-new .slick-next:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}

.PicList002856 .top-new .slick-next {
    right: -6.25%;
}

.PicList002856 .list ul li .inner {
    position: relative;
}

.PicList002856 .list .left img {
    width: 100%;
    transition: .3s;
}

.PicList002856 .list .right .h3 {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    margin: 10px 0;
}

.PicList002856 .list .right .p {
    color: #999;
    line-height: 2;
}

.PicList002856 .list ul li {
    padding-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
}

.PicList002856 .list ul li:not(:last-child) {
    margin-bottom: 40px;
}

.PicList002856 .list ul li:hover a {
    color: #083473;
}

@media screen and (min-width:768px) {
    .PicList002856 .list .left {
        float: left;
        width: 25%;
    }

    .PicList002856 .list .right {
        float: right;
        width: 72%;
    }
}

@media screen and (min-width:1024px) {
    .PicList002856 .list ul li:hover .left img {
        box-shadow: 0 3px 29px rgb(192 196 204 / 71%);
    }

    .PicList002856 .list ul li time {
        border-left: 1px dashed #ededed;
        padding-left: 70px;
        width: 150px;
        height: 160px;
        position: absolute;
        top: 50%;
        right: 0;
        cursor: pointer;
        transform: translateY(-50%);
        color: #666;
        background: url(../images/PicList002482-time.png) no-repeat top center;
        font-family: Arial;
        text-align: center;
    }

    .PicList002856 .list ul li time span {
        font-size: 45px;
        font-weight: bold;
        color: #666;
        padding-top: 40px;
        padding-bottom: 5px;
        display: block;
    }

    .PicList002856 .list {
        padding-top: 100px;
    }
}

@media screen and (min-width:1200px) {
    .PicList002856 .list .left {
        float: left;
        margin-right: 100px;
    }

    .PicList002856 .list .right {
        float: left;
        width: 800px;
    }

    .PicList002856 .list .right .h3 {
        margin: 35px 0;
    }
}

@media(min-width:769px) {
    .PicList002856 .top-new li .img {
        width: 50%;
    }

    .PicList002856 .top-new li .txt {
        padding: 3vw;
        ;
    }
}

@media(max-width:768px) {

    .PicList002856 .top-new li .ytable,
    .PicList002856 .top-new li .ytable-cell {
        display: block;
    }

    .PicList002856 .top-new li .txt {
        padding: 20px;
    }
}

@media(max-width:640px) {
    .PicList002856 .top-new li .txt aside {
        font-size: 20px;
    }
}

/*.------------------------------------------------------------------------------------------------------------.News_detail*/
.News_detail {
    padding: 6vw 0;
}

.News_detail .auto {
    background: #f9f9f9;
    padding: 5% 8%
}

.News_detail .news_info {}

.News_detail .news_info .title {
    text-align: center;
    padding-bottom: 3%;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 50px
}

.News_detail .news_info .title h1 {
    margin: 0;
    padding-bottom: 1%;
    font-size: 28px;
    font-weight: 400;
    color: #000
}

.News_detail .news_info .title aside span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.5em 0.5em;
    line-height: 1.6em;
}

.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: #fff !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 .center {
    text-align: center
}

.News_detail .info {
    line-height: 2;
    color: #666
}

.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;
    background: #083473;
    display: block;
    width: 150px;
    line-height: 3;
    border-radius: 100px
}

.News_detail .info_back a:hover {
    opacity: 0.8;
}

.News_detail .info_pn span {
    display: block;
    ;
    margin: 0.5% 0
}

.News_detail .info_pn span a {
    color: #666
}

@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
    }
}

/*RighInfo002810 */
.RighInfo002810 {
    padding: 6vw 0 0;
}

.RighInfo002810 .tit {
    font-size: 32px;
    color: #000;
    padding-bottom: 3vw;
}

.RighInfo002810 .list .box:not(:last-child) {
    margin-bottom: 5%;
}

.RighInfo002810 .list .info {
    line-height: 2;
    background: #f9f9f9;
    padding: 3vw;
    width: 46%;
}

.RighInfo002810 .info .name {
    color: #000;
    font-size: 24px;
    margin-bottom: 30px;
}

.RighInfo002810 .info .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-display: flex;
    -webkit-align-items: flex-start;
    -webkit-justify-content: flex-start;
    margin-bottom: 25px;
}

.RighInfo002810 .info .box:last-child {
    margin-bottom: 0;
}

.RighInfo002810 .info .box img {
    margin-right: 15px;
}

.RighInfo002810 .info .box p {
    line-height: 30px;
    margin: 0;
}

.RighInfo002810 .info .box.tel p {
    color: #083473;
}

.RighInfo002810 .info .erweima {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.RighInfo002810 .info .erweima .codeimg {
    margin-right: 20px;
}

.RighInfo002810 .info .erweima .codeimg img {
    border: 1px solid #f3f3f3;
    max-width: 100px;
}

.RighInfo002810 .info .erweima .word {
    text-align: center;
}

.RighInfo002810 .info .erweima .word h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    color: #333;
}

.RighInfo002810 .info .erweima .word p {
    margin: 0;
}

@media(min-width:769px) {
    .RighInfo002810 .list .pic {
        width: 54%;
    }

    .RighInfo002810 .list .box:nth-child(2n) .pic {
        text-align: right;
    }
}

@media(max-width:768px) {

    .RighInfo002810 .ytable,
    .RighInfo002810 .ytable-cell {
        display: block;
    }

    .RighInfo002810 .list .pic img {
        display: block;
        width: 100%;
    }
}

/*Form003139 */
.Form003139 {
    padding: 6vw 0;
    text-align: center;
}

.Form003139 .title {
    font-size: 32px;
    color: #000;
}

.Form003139 .form {
    margin-top: 30px;
}

.Form003139 .form-ul {
    margin: 0 auto;
}

.Form003139 .form-ul li {
    margin-bottom: 20px;
    position: relative;
}

.Form003139 .form-ul li .tit {
    position: absolute;
    left: 1.1428em;
    top: 0;
    line-height: 3.5714;
    color: #333;
    font-weight: 300;
}

.Form003139 .form-ul li .tit span {
    color: #083473;
    margin-right: 5px;
}

.Form003139 .form-ul li .text {
    width: 100%;
    border: none;
    font-size: 1em;
    line-height: 3.5714;
    height: 3.5714em;
    background: #f5f5f5;
    padding: 0 1em;
}

.Form003139 .form-ul li textarea.text {
    height: auto;
}

.Form003139 .form-ul .btn {
    width: 10em;
    margin: 30px auto 0 auto;
    background: #083473;
    line-height: 3.5;
    font-size: 1em;
    font-family: 'HarmonyOS_Sans_SC_Regular';
    color: #fff;
    cursor: pointer;
    border: 0;
}

@media (min-width:1025px) {
    .Form003139 .form .img {
        width: 50%;
    }

    .Form003139 .form-ul .row-2 li {
        float: left;
        width: calc(50% - 10px);
    }

    .Form003139 .form-ul .row-2 li:nth-child(2n) {
        float: right;
    }

    .Form003139 .form-ul {}
}

@media (max-width:1024px) {
    .Form003139 .form-ul {
        padding: 2em 0;
    }

    .Form003139 .form-ul {
        width: 90%;
    }
}

/*Form001882*/
.Form001882 {
    padding: 9.5% 0;
    background: url(../uploadfiles/denglu.jpg) no-repeat;
    background-size: cover;
}

.Form001882 .auto {
    background: url(../images/Form001882-bg.png) no-repeat right bottom;
}

.Form001882 .from {
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #ededef;
    padding: 5% 2%;
    background: #fff;
}

.Form001882 .pic img {
    width: 65%;
}

.Form001882 .biao {
    width: 30%;
}

.Form001882 .from h2 {
    text-align: center;
    font-size: 30px;
    border-bottom: 3px solid #333;
    padding: 3% 0;
    margin: 0;
    font-weight: normal;
    color: #333;
}

.Form001882 .from ul {
    max-width: 90%;
    margin: 0 auto;
}

.Form001882 .from input {
    vertical-align: middle;
}

.Form001882 .from li {
    margin-top: 25px;
    position: relative;
}

.Form001882 .from li label {
    position: absolute;
    left: 10px;
    line-height: 50px;
    top: 0;
    color: #999;
}

.Form001882 .from li .text {
    border: none;
    background: #ededef;
    color: #aaa;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.Form001882 .from li .text_code {
    width: 100%;
}

.Form001882 .from li.code {
    padding-right: 68px;
}

.Form001882 .from li img {
    position: absolute;
    right: 0;
    top: 8px;
    height: 33px;
}

.Form001882 .from ol {
    font-size: 14px;
    padding: 6% 0;
    line-height: 2;
}

.Form001882 .from ol span {
    font-size: 14px;
    float: right;
}

.Form001882 .from ol span a {
    color: #083473;
    text-decoration: underline;
}

.Form001882 .from ol .fpsw {
    color: #bbb;
}

.Form001882 .from ol.btn {
    text-align: center;
}

.Form001882 .from ol.btn input {
    width: 100%;
    height: 51px;
    cursor: pointer;
    font-size: 20px;
    background: #083473;
    color: #fff;
    border: none;
}

@media(max-width:480px) {
    .Form001882 .from ol span {
        float: none;
        display: block;
        padding-bottom: 10px;
    }
}

.Form001882.zhuce {
    padding: 9.5% 0;
    background: url(../uploadfiles/denglu1.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.Form001882.zhuce .code span {
    display: inline-block;
    position: absolute;
    right: 0;
    height: 33px;
    width: 28%;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ededef;
    height: 50px;
    color: #999;
    font-size: 14px;
}

.Form001882.zhuce .from li.code {
    padding-right: 28%;
}

.Form001882 img.ytable.cell {
    width: auto;
}

.Form001882.zhuce .from ol .fpsw {
    color: #bbb;
    margin-left: 10%;
}

.Form001882.find li span {
    position: absolute;
    right: 10px;
    line-height: 50px;
    top: 0;
    color: rgb(194, 194, 194);
    font-size: 13px;
}

.Form001882.find .from ol {
    padding: 12% 0 6%;
}

/* .Form002337 ä¸ºdemoç¼–å· */
.Form002337 {
    background: url(../uploadfiles/bg2.jpg) no-repeat;
    background-size: cover;
    padding: 10% 0 5%;
}

.Form002337 .biaodan {
    margin: 0 auto;
    background: rgb(255 255 255 / 95%);
    padding: 3% 8% 4%;
    float: right;
    width: 83%;
}

.Form002337 h2 {
    text-align: center;
    font-size: 30px;
    border-bottom: 3px solid #333;
    padding: 3% 0;
    margin: 0;
    font-weight: normal;
    color: #333;
    margin-bottom: 4%;
}

.Form002337 .row {
    padding-top: 20px;
}

.Form002337 .row:not(:nth-last-child(1)) {
    float: left;
}

.Form002337 .row:nth-child(1) {
    width: 49%;
}

.Form002337 .row:nth-child(2) {
    width: 49%;
    float: right;
}

.Form002337 .row:nth-child(3),
.Form002337 .row:nth-child(4) {
    width: 100%;
}

.Form002337 .rowbox {
    padding-bottom: 0;
}

.Form002337 .rowbox:after {
    content: "";
    height: 1px;
    width: 100%;
    margin: 30px 0;
    padding: 0;
    background-color: #f2f2f2;
    border: none;
    display: block;
}

.Form002337 .row-inner {
    margin: 0 auto;
    position: relative;
    color: #666;
    font-size: 14px;
    line-height: 44px;
}

.Form002337 .row-inner .h5 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    width: 64px;
    text-align-last: justify;
    line-height: 60px;
}

.Form002337 .row-inner .username {
    display: block;
}

.Form002337 .row-inner .text {
    background: #ededef;
    color: #adadad;
    line-height: 60px;
    width: 100%;
    padding: 0 10px;
    display: inline-block;
    border-radius: 3px;
    border: 0;
}

.Form002337 .row-inner .text.focus {
    border-color: #333;
    color: #333;
}

.Form002337 .btn {
    background-color: #083473;
    line-height: 51px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 19%;
    border: none;
    cursor: pointer;
    margin: 20px auto 20px;
    display: inline-block;
}

.Form002337 .btn.reset {
    background-color: #c3c3c3;
    margin-left: 30px;
}

.Form002337 .address>* {
    display: block;
    float: left;
}

.Form002337 .address>*+* {
    margin-left: 1%;
}

.Form002337 .address .selectbox {
    width: 20%;
}

.Form002337 .address .selectbox select {
    height: 60px;
    width: 100%;
    border: 0px solid #adadad;
    border-radius: 3px;
    color: #adadad;
    background: #ededef;
}

.Form002337 .address .selectbox select.focus {
    color: #333;
}

.Form002337 .address .text {
    width: 37%;
    max-width: 546px;
}

@media only screen and (max-width:767px) {
    .Form002337 {
        padding: 20px 0;
    }

    .Form002337 .btn {
        width: 85px;
        line-height: 35px;
        font-size: 16px;
    }

    .Form002337 .address .selectbox {
        width: 32.3334%;
    }

    .Form002337 .address .text {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
}

@media only screen and (max-width:480px) {
    .Form002337 .address .selectbox {
        width: 100%;
        margin-left: 0 !important;
        max-width: none;
    }

    .Form002337 .address .selectbox+.selectbox {
        margin-top: 10px;
    }

    .Form002337 .row-inner .text {
        max-width: none;
    }
}

.Form002337.renzheng .row:nth-child(2) .row-inner .h5 {
    width: 112px;
}

.Form002337.renzheng .row:nth-child(2n) {
    float: right;
    width: 49%;
}

.Form002337.renzheng .row:not(:nth-last-child(1)) {
    width: 49%;
}

.Form002337.renzheng .row:nth-child(3) {
    width: 100%;
}

.message .portrait.ytable-cell {
    width: 7%;
}

.message .portrait.ytable-cell img {
    border-radius: 50px;
}

.message .name a {
    font-size: 16px;
    color: #083473;
    display: block;
}

.message .name {
    line-height: 2;
    color: #333;
    font-size: 20px;
    padding-left: 1%;
}

.message .name img {
    width: 18px;
    margin-right: 6px;
    vertical-align: sub;
}

.Form002337.shenhe1 {
    background: url(../uploadfiles/bg1.jpg) no-repeat;
    background-size: cover;
    padding: 10% 0 4%;
}

.shenhe {
    text-align: center;
}

.shenhe p {
    font-size: 16px;
    color: #555555;
    text-align: center;
    line-height: 2;
    margin-top: 20px;
}

.shenhe h4 {
    font-size: 20px;
    margin-top: 27px;
    line-height: 3.5;
    border-bottom: 1px dotted #ccc;
    color: #083473;
}

.info-page dd:nth-child(2n) {
    color: #333;
    max-width: 300px;
    float: right;
}

.info-page dd:nth-child(3n+1) {
    width: 31%;
    float: left;
}

.info-page dd img {
    margin-bottom: 20px;
}

.info-page {
    width: 64%;
    margin: 0 auto;
    padding-left: 9%;
}

.info-page dd {
    line-height: 3;
    color: #666;
}

.info-page dd a {
    padding: 0 20px;
}

@media(min-width:641px) {
    .info-page dd {
        width: 50%;
        text-align: left;
    }

    .info-page dd a,
    .edit-info {
        font-size: 16px;
    }
}

@media(max-width:640px) {}

.main_top {
    margin-bottom: 20px;
    text-align: center;
}

.main_top ul {
    width: 100%;
}

.main_top li {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    margin-right: 70px;
    text-align: center;
    padding: 25px 0 0;
    position: relative;
    border: 2px solid #eee;
}

.main_top li:after {
    content: "";
    display: block;
    position: absolute;
    right: -55px;
    top: 60px;
    width: 30px;
    height: 2px;
    background: #ddd
}

.main_top li:last-child:after {
    display: none
}

.main_top li span {
    font-size: 26px;
    color: #083473;
    font-weight: bold;
}

.main_top li p {
    margin: 5px 0 0;
    font-size: 16px;
}

.main_top li.on {
    background: #083473;
    color: #fff
}

.main_top li.on span {
    color: #fff
}

.Form002337 .password .row {
    width: 49%;
    float: inherit;
    margin: 0 auto;
}

.Form002337 .password .row p {
    margin: 0;
    color: #999;
}

.Form002337 .password .btn {
    width: 38%;
}

/*-------------------------------------------------------------------------------------------------------------.Job_list01*/
.Job_list01 {
    padding: 6vw 0 0;
    overflow: hidden;
    width: 100%;
}

.Job_list01 .filter {
    margin-bottom: 3%;
}

.Job_list01 dl {
    position: relative;
    z-index: 10;
}

.Job_list01 dl dd {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 71%);
    display: none;
}

.Job_list01 dl dd a {
    display: block;
    padding: 5px 20px;
    line-height: 40px;
    transition: 0.3s;
}

.Job_list01 dl dd a:hover {
    color: #083473;
}

.Job_list01 dl dt {
    position: relative;
    line-height: 56px;
    background: #fff;
    border: 2px solid #eee;
    padding-right: 30px;
    padding-left: 20px;
    color: #999;
}

.Job_list01 dl dt:after {
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-top-color: #999;
    border-top-width: 6px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
}

.Job_list01 dl.on dt {
    border: 2px solid #083473;
    color: #083473;
}

.Job_list01 dl.on dt:after {
    border-top-color: #083473;
}

.Job_list01 ul.search {
    position: relative;
    padding-right: 200px;
    z-index: 2;
}

.Job_list01 ul.search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    line-height: 60px;
    background: #083473;
    text-align: center;
    color: #fff;
}

.Job_list01 ul.search .text {
    width: 100%;
    line-height: 60px;
    height: 60px;
    background: #fff;
    border: 2px solid #eee;
    padding: 0 20px;
    color: #999;
    font-size: 1em;
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

.Job_list01 ul.search .text.focus {
    color: #333;
}

.Job_list01 .tips {
    line-height: 50px;
    padding: 0 3%;
}

.Job_list01 .tips num {
    color: #083473;
}

.Job_list01 .top {
    line-height: 26px;
    margin-bottom: 3%
}

.Job_list01 .job_ol {
    border-top: 3px solid #000;
    border-bottom: 1px solid #ededed;
}

.Job_list01 .list_ul {}

.Job_list01 .job_ol,
.Job_list01 .list_ul {
    overflow: hidden;
    clear: both;
    padding: 0 3%;
}

.Job_list01 .job_ol li,
.Job_list01 .list_ul li {
    list-style: none;
    float: left;
    width: 22%;
    text-align: center;
}

.Job_list01 .job_ol li:nth-child(1),
.Job_list01 .list_ul li:nth-child(1) {
    text-align: left;
}

.Job_list01 .job_ol li:last-child,
.Job_list01 .list_ul li:last-child {
    float: right;
    width: auto;
    ;
}

.Job_list01 .job_ol li {
    color: #000;
    padding: 1.5em 0;
    line-height: 2;
}

.Job_list01 .list {
    background: #f5f9ff;
    margin: 20px 0;
}

.Job_list01 .job_info {
    display: none;
    position: relative;
}

.Job_list01 .job_info::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    bottom: -50px;
    background: url(../images/jbg.png) no-repeat right center;
    background-size: contain;
    position: absolute;
    left: -8px;
    z-index: 10;
}

.Job_list01 .job_info::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    bottom: -50px;
    background: url(../images/jbg.png) no-repeat left center;
    position: absolute;
    right: -80px;
    z-index: 10;
}

.Job_list01 .list_ul {
    cursor: pointer;
}

.Job_list01 .list_ul li {
    padding: 1.5em 0;
    line-height: 2;
}

.Job_list01 .list_ul.active {
    background: #083473;
    color: #fff;
}

.Job_list01 .job_info {
    padding: 3%;
    line-height: 2;
    display: none;
    border-radius: 5px;
    background: #f5f9ff;
    background-size: 220px;
    border-top: 1px solid #eee;
    background: url(../uploadfiles/hezuo.png);
}

.Job_list01 .job_info strong {
    color: #000;
    font-weight: normal;
}

.Job_list01 .tmail {
    margin: 5% 0 0;
}

.Job_list01 .btn_apply {
    padding: 10px 0;
}

.Job_list01 .btn_apply a {
    display: inline-block;
    max-width: 180px;
    width: 40%;
    line-height: 3.5;
    text-align: center;
    color: #fff;
    background-color: #083473;
}

.Job_list01 .pop-up {
    display: none;
    position: fixed;
    z-index: 150;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.Job_list01 .pop-up .ytable {
    height: 100%;
}

.Job_list01 .pop-up .main {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
    background: #fff;
    padding: 3.5vw;
}

.Job_list01 .pop-up .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.Job_list01 .pop-up .close::before,
.Job_list01 .pop-up .close::after {
    position: absolute;
    content: '';
    left: 20%;
    top: 50%;
    width: 60%;
    height: 3px;
    background: #000;
    margin-top: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.Job_list01 .pop-up .close::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.Job_list01 .pop-up#form li {
    margin-top: 15px;
}

.Job_list01 .pop-up#form li .text {
    width: 100%;
    line-height: 50px;
    height: 50px;
    border: none;
    background: #f5f5f5;
    padding: 0 20px;
}

.Job_list01 .pop-up#form li:last-child {
    text-align: center;
    margin-top: 1.5vw;
}

.Job_list01 .pop-up#form li .btn {
    width: 40%;
    margin: 0 10px;
    height: 50px;
    cursor: pointer;
    border: none;
    color: #fff;
    background: #083473;
    font-family: 'HarmonyOS_Sans_SC_Regular';
    font-size: 1em;
    max-width: 120px;
}

.Job_list01 .pop-up#form p {
    margin: 0;
    margin-bottom: 1vw;
    text-align: center;
    font-size: 24px;
    color: #000;
}

@media(min-width:641px) {
    .Job_list01 dl {
        float: left;
        width: 20%;
        margin-right: 2%;
    }

    .Job_list01 ul.search {
        float: right;
        width: 45%;
    }
}

@media(max-width:640px) {

    .Job_list01 .job_ol li,
    .Job_list01 .list_ul li {
        width: 25%
    }

    .Job_list01 .job_ol li:nth-child(4),
    .Job_list01 .list_ul li:nth-child(4) {
        display: none
    }
}

/*PicList002433 */
/*slick Basic*/
.PicList002433 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.PicList002433 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.PicList002433 .slick-list:focus {
    outline: none
}

.PicList002433 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.PicList002433 .slick-slider .slick-track,
.PicList002433 .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)
}

.PicList002433 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.PicList002433 .slick-track:before,
.PicList002433 .slick-track:after {
    display: table;
    content: '';
}

.PicList002433 .slick-track:after {
    clear: both;
}

.PicList002433 .slick-loading .slick-track {
    visibility: hidden;
}

.PicList002433 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.PicList002433 .slick-slide .slick-loading img {
    display: none;
}

.PicList002433 .slick-slide .dragging img {
    pointer-events: none;
}

.PicList002433 .slick-initialized .slick-slide {
    display: block;
}

.PicList002433 .slick-loading .slick-slide {
    visibility: hidden;
}

.PicList002433 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.PicList002433 .slick-arrow .slick-hidden {
    display: none;
}

/*slick Basic End*/
.PicList002433 {
    padding: 6vw 0 0;
    overflow: hidden;
}

.PicList002433 .main .slick-arrow {
    position: absolute;
    top: 50%;
    border: solid 4px #8696a9;
    width: 32px;
    height: 32px;
    transform: rotate(45deg);
    border-right: 0;
    border-top: 0;
    border-radius: 4px;
}

.PicList002433 .main .slick-arrow:hover:before {
    border-color: #fff;
}

.PicList002433 .main .slick-prev:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    margin-left: -5px;
}

.PicList002433 .main .slick-prev {
    left: -59px;
}

.PicList002433 .main .slick-next {
    right: -59px;
    transform: rotate(-135deg);
}

.PicList002433 .main .slick-arrow:hover {
    border-color: #083473;
}

@media(max-width:1408px) {
    .PicList002433 .main .slick-prev {
        left: 2%;
    }

    .PicList002433 .main .slick-next {
        right: 2%;
    }
}

@media(max-width:640px) {
    .PicList002433 .main .slick-arrow {
        width: 7vw;
        height: 7vw;
        margin-top: -3.5vw;
    }

    .PicList002433 .main .slick-arrow:before {
        width: 40%;
        height: 40%;
        margin: 0;
        left: 40%;
        top: 30%;
    }

    .PicList002433 .main .slick-next:before {
        left: 20%;
    }
}

.PicList002433 .list ul {
    padding: 0 50px;
}

.PicList002433 .list li {
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
}

.PicList002433 .list li:first-child:before,
.PicList002433 .list li:last-child:after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
}

.PicList002433 .list li:first-child:before {
    left: -50px;
    background: url(../images/PicList002433_ul_l.png) no-repeat 0 0;
}

.PicList002433 .list li:last-child:after {
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list li aside {
    padding-top: 35px;
    height: 90px;
    background: url(../images/PicList002433_libg.png) repeat-x left top;
}

.PicList002433 .list li .ytable {
    height: 245px;
}

.PicList002433 .list li .ytable-cell {
    vertical-align: bottom;
}

.PicList002433 .list li figure {
    position: relative;
    display: inline-block;
}

.PicList002433 .list li figure:after {
    position: absolute;
    right: -24px;
    background: url(../images/PicList002433_ying.png) no-repeat left bottom;
    width: 24px;
    height: 100%;
    background-size: contain;
    content: '';
}

.PicList002433 .list li figure img {
    max-height: 245px;
    padding: 8px;
    padding-top: 12px;
    border: 4px solid #083473;
}

.PicList002433 .list li p {
    margin: 0 auto;
    max-width: 210px;
    width: 90%;
    line-height: 2;
    max-height: 40px;
    color: #333;
    font-size: 16px;
}

.PicList002433 .list .ul-3 li {
    width: 33.33333333%;
}

.PicList002433 .list .ul-3 li:nth-child(3):after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list .ul-2 li {
    width: 50%;
}

.PicList002433 .list .ul-2 li:nth-child(2):after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list .ul-2 li:nth-child(1)>* {
    padding-left: 30%;
}

.PicList002433 .list .ul-2 li:nth-child(2)>* {
    padding-right: 30%;
}

.PicList002433 .list .ul-1 li {
    width: 100%;
}

@media(max-width:640px) {

    .PicList002433 .auto,
    .PicList002433 .list ul {
        padding: 0;
    }

    .PicList002433 .list li p {
        font-size: 12px;
    }

    .PicList002433 .list li .ytable {
        height: 150px;
    }

    .PicList002433 .list li figure img {
        max-height: 150px;
        padding: 3px
    }

    .PicList002433 .list .ul-2 li:nth-child(1)>* {
        padding-left: 30%;
    }

    .PicList002433 .list .ul-2 li:nth-child(2)>* {
        padding-right: 30%;
    }

    .PicList002433 .list .ul-3 li:nth-child(3):after,
    .PicList002433 .list li:first-child:before {
        display: none;
    }
}

@media(max-width:480px) {
    .PicList002433 .list li .ytable {
        height: 100px;
    }

    .PicList002433 .list li figure img {
        max-height: 100px;
    }
}

.PicList002433.zhuanli {
    background: url(../uploadfiles/bg3.jpg) no-repeat;
    background-size: cover;
}

.PicList002433.zhuanli h2 {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 4%;
    margin-top: 0;
}

.PicList002433.zhuanli .main li {
    float: left;
    list-style: none;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
}

.PicList002433.zhuanli .list ul {
    padding: 0 50px;
}

.PicList002433.zhuanli .list li {
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
    width: 16%;
}

.PicList002433.zhuanli .Columnpage .Pages {
    padding-top: 0;
}

.PicList002433.zhuanli .pic01 {
    margin-bottom: 60px;
}

/*Floor002887 */
.Floor002828 {
    overflow: hidden;
    padding: 5vw 0;
    background-image: linear-gradient(0deg, #edeff1, #f5f7f9);
}

.Floor002828 .title {
    margin-bottom: 20px;
    line-height: 50px;
    position: relative;
}

.Floor002828 .title .tit {
    display: block;
    position: relative;
    font-size: 36px;
    color: #333;
}

.Floor002828 .btn {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
}

.Floor002828 .slick-arrow {
    float: left;
    width: 44px;
    height: 44px;
    position: relative;
    transition: 0.3s;
    border: 1px solid #083473;
    border-radius: 50%;
}

.Floor002828 .slick-arrow:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-top: 2px solid #083473;
    border-right: 2px solid #083473;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -8px;
}

.Floor002828 .slick-prev {
    transform: rotate(-180deg);
    margin-right: 20px;
}

.Floor002828 .slick-arrow:hover {
    background: #083473;
}

.Floor002828 .slick-arrow:hover:before {
    border-color: #fff;
}

.Floor002828 .slider li {
    padding: 22px 0;
}

.Floor002828 .slider li .inner {
    display: block;
    margin: 0 15px;
    border-radius: 10px;
    position: relative;
    background: #fff;
    transition: 0.3s;
    overflow: hidden;
}

.Floor002828 .slider li .pic {
    overflow: hidden;
}

.Floor002828 .slider li .pic img {
    display: block;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.Floor002828 .slider li:hover .pic img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.Floor002828 .slider li .txt {
    position: relative;
    z-index: 2;
    padding: 30px;
}

.Floor002828 .slider li .txt time {
    line-height: 2;
    color: #333;
    font-size: 0.14rem;
    font-family: Arial;
}

.Floor002828 .slider li .txt aside {
    overflow: hidden;
}

.Floor002828 .slider li .txt aside a {
    float: left;
    max-width: 100%;
    font-size: 20px;
    color: #3e3e3e;
    padding-top: 10px;
    position: relative;
    line-height: 1.5;
}

.Floor002828 .slider li:hover .txt aside a {
    color: #083473;
}

.Floor002828 .slider li:hover .txt aside a:after {
    width: 0;
}

@media(min-width:1025px) {
    .Floor002828 .slider {
        margin: 0 -15px;
    }
}

@media(max-width:1024px) {
    .Floor002828 .slider li .inner {
        padding: 0 10px;
    }

    .Floor002828 .slider li .txt {
        font-size: 90px;
    }
}

/* .Form002324 为demo编号 */
.Form002324 {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    text-align: center;
}

.Form002324 .wrap-container {
    position: fixed;
    top: 50%;
    margin-top: -243.5px;
    margin-left: -300px;
    left: 50%;
    background: #fff;
    z-index: 100;
    padding: 3%;
}

.Form002324 .wrap-container img {
    width: 80%;
}

.Form002324 .closeBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 17px;
    width: 17px;
    display: block;
    background: url(../images/Form002324-colseBtn.jpg) no-repeat;
}

.Form002324 .Title {
    font-size: 16px;
    color: #555555;
    text-align: center;
    line-height: 2;
    margin-top: 20px;
}

@media only screen and (max-width:664px) {
    .Form002324 .wrap-container {
        top: 0;
        margin-top: 0;
        width: 100%;
        height: 100%;
        margin-left: 0;
        left: 0;
        padding: 5%;
    }

    .Form002324 input,
    .Form002324 .yzm,
    .Form002324 .goTo,
    .Form002324 .goLogin,
    .Form002324 .OtherLogin {
        width: 100%;
    }

    .Form002324 .Title {
        font-size: 20px;
        line-height: 70px;
    }
}

body {
    position: relative;
    overflow-x: hidden;
}

/*Menu002159 */
.Menu002159 {
    font-size: 18px;
    float: left;
    width: 15%;
    background-color: #fff;
    box-shadow: 0 2px #083473;
}

.Menu002159 .title {
    padding: 24px;
    background: #083473;
}

.Menu002159 .title h1 {
    margin: 0;
    font-size: 22px;
    color: #ffffff;
    padding-left: 15px;
    line-height: 22px;
    position: relative;
}

.Menu002159 .title h1::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 22px;
    background: #fff;
    top: 0;
    left: 0;
}

.Menu002159 .title span {
    display: block;
    color: #766a47;
    font-family: "Times New Roman", Times, serif;
    line-height: 20px;
}

.Menu002159 ul {
    border-top: 1px solid #efefef;
}

.Menu002159 ol {
    font-weight: bold;
    color: #999;
    background: #242424;
}

.Menu002159 ul a {
    color: #999;
    position: relative;
    display: block;
    padding: 25px 20px 25px 56px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Menu002159 li:after,
.Menu002159 ul a:before {
    position: absolute;
    top: 50%;
    content: '';
}

.Menu002159 ol a:before {
    left: 20px;
    margin-top: -4px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #999;
    border-bottom: 0;
}

.Menu002159 li {
    border-top: 1px solid #ededef;
    position: relative;
    padding-right: 20px;
}

.Menu002159 li a:before {
    left: 24px;
    width: 6px;
    height: 1px;
    background-color: #999;
}

.Menu002159 li.aon a,
.Menu002159 li a:hover {
    color: #083473;
    background: url(../images/Menu002159-li_hover.gif) no-repeat right center;
}

@media(min-width:1001px) {
    .Menu002159 li {
        display: block !important;
    }
}

@media(max-width:1000px) {
    .Menu002159 ol {
        position: relative;
    }

    .Menu002159 ol i {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .Menu002159 li {
        display: none;
    }

    .Menu002159 ul a {
        padding: 15px 10px 15px 56px;
    }
}

@media(max-width:640px) {
    .Menu002159 li a {
        font-size: 16px;
    }
}

/* .RighInfo002223 为demo编号 */
.RighInfo002223 {
    background-color: #fff;
}

.RighInfo002223 .auto {
    padding-top: 6vw;
    padding-bottom: 5%;
}

.RighInfo002223 .pic {
    margin-top: 20px;
}

.RighInfo002223 .h3 {
    color: #333;
    line-height: 1.6;
    margin: 0;
    font-size: 20px;
}

.RighInfo002223 .h4 {
    font-size: 16px;
    color: #333;
    margin: 30px 0px 0 0;
}

.RighInfo002223 .h3:after,
.RighInfo002223 .h4:after {
    width: 50px;
    height: 2px;
    background: #083473;
    border: none;
    margin: 15px 0px;
    content: "";
    display: block;
}

.RighInfo002223 .ul {
    margin: 0;
    clear: both;
}

.RighInfo002223 .ul li {
    font-size: 16px;
    line-height: 2.245;
}

.RighInfo002223 .ul li span {
    font-family: Arial;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.RighInfo002223 p {
    line-height: 2.245;
    font-size: 16px;
    color: #666;
    margin: 0px 0px 25px;
    clear: both;
}

@media screen and (min-width:1024px) {
    .RighInfo002223 .h3 {
        font-size: 24px;
    }

    .RighInfo002223 .pic {
        width: 23.765%;
    }

    .RighInfo002223 .con {
        width: 71.235%;
    }
}

@media screen and (min-width:768px) {

    .RighInfo002223 .h3:after,
    .RighInfo002223 .h3:after {
        margin: 25px 0;
    }

    .RighInfo002223 .h4 {
        font-size: 18px;
        margin-top: 55px;
    }

    .RighInfo002223 .pic {
        float: right;
        width: 35.765%;
    }

    .RighInfo002223 .con {
        float: left;
        width: 58.235%;
    }
}

/*Floor002911 */
.Floor002911 {
    background: url("../images/Floor002911_bg.png") no-repeat left top #f6f6f6;
    position: relative;
    z-index: 1;
    padding: 6vw 0 5vw 0;
    font-family: Arial, "sans-serif";
}

.Floor002911 .auto {
    max-width: 1500px;
    width: 96%;
}

.Floor002911 .left h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    margin-top: 0;
}

.Floor002911 .left p {
    font-size: 16px;
    line-height: 1.875em;
    margin-top: 0;
    word-break: break-word;
    white-space: normal
}

.Floor002911 .left .pic {
    margin-bottom: 2.292vw;
}

.Floor002911 .left .title {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 0.875em;
    margin-bottom: 3.021vw;
    font-weight: 700;
}

.Floor002911 .right li img {
    display: block;
    width: 100%;
}

.Floor002911 .slider-btn {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 40px;
}

.Floor002911 .slider-btn>* {
    display: table-cell;
    vertical-align: middle;
}

.Floor002911 .slider-btn dt {
    width: 166px;
}

.Floor002911 .slick-arrow {
    margin-right: 18px;
    width: 48px;
    float: left;
    border: 1px solid #083473;
    border-radius: 50%;
    cursor: pointer;
    background: none;
    height: 48px;
    position: relative;
}

.Floor002911 .slick-arrow:hover {
    background: #083473;
}

.Floor002911 .slick-arrow:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #083473;
    border-left: 2px solid #083473;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.Floor002911 .slick-next:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    margin-left: -7px;
}

.Floor002911 .slick-arrow:hover:before {
    border-color: #fff;
}

.Floor002911 .slick-dots li {
    float: left;
    list-style: none;
    position: relative;
    height: 1px;
    background: #dedede;
}

.Floor002911 .slick-dots li button {
    position: absolute;
    left: 0;
    height: 100%;
    padding: 0;
    border: 0;
    font-size: 0;
    transition: 0.3s;
    width: 0;
}

.Floor002911 .slick-dots li.slick-active button {
    background: #083473;
    width: 100%;
}

@media(min-width:641px) {
    .Floor002911 .left {
        float: left;
        width: 40.715%;
    }

    .Floor002911 .right {
        float: right;
        width: 50%;
    }

    .Floor002911:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: 32.657%;
        height: 100%;
        background: url("../images/Floor002911_imgbg.jpg") no-repeat center center;
        background-size: cover;
    }
}

@media(max-width:1024px) {
    .Floor002911 {
        background-size: 30% auto;
    }

    .Floor002911 .left .title {
        font-size: 7vw;
    }
}

@media(max-width:640px) {
    .Floor002911 .left {
        padding-bottom: 5vw;
    }

    .Floor002911 .left .title {
        font-size: 10vw;
    }

    .Floor002911 .left h3 {
        font-size: 6vw;
    }

    .Floor002911 .left p.dot3 {
        font-size: 4vw;
    }
}

.zhengce {
    padding: 6vw 0 5vw;
}

.zhengce h2 {
    font-size: 24px;
    color: #333;
    margin-top: 40px;
}

.zhengce p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

.zhengce .fr {
    width: 55%;
}

/* 20230301 */
.Floor003155 header:after {
    display: none;
}

.menu-show .Floor003155 header:after {
    display: block;
}

.Floor003155 #menu {
    float: none;
    text-align: right;
    white-space: nowrap;
}

.Floor003155 #menu li {
    display: inline-block;
    vertical-align: middle;
    float: none;position: relative;
}

.Floor003155 #menu li:not(:last-child) {
    margin-right: 6%;
}

.aligncenter {
    text-align: center;
}

.Columnmenu {
    overflow: hidden;
}

.Timeline003058 .year .slider:after {
    top: 50%;
    margin-top: -4px;
}

.PicList002433 .list li figure {
    margin: 0 20px;
}

.PicList002433 .list li figure {
    height: 245px;
    font-size: 0;
    line-height: 225px;
    padding: 8px;
    padding-top: 12px;
    border: 4px solid #083473;
}

.PicList002433 .list li figure img {
    max-height: 100%;
    height: auto;
    border: none;
    padding: 0;
}

.zlcon {
    position: relative;
}

.zlcon .txt {
    position: absolute;
    left: 0;
    top: 48%;
    transform: translate(0, -50%);
    z-index: 10;
    font-size: 2em;
    color: #000;
    line-height: 1.1;
    padding-left: 10%;
}

.zlcon .txt b {
    font-size: 3em;
    color: #083473;
}

.Floor002911 .left .title {
    font-size: 3em;
    line-height: 1.2;
}

.PicList002856 .list .right {
    float: none;
    width: auto;
    margin-left: 25%;
    padding-left: 5%;
    padding-right: 150px;
}

.PicList002856 .list .left {
    margin-right: 0;
}

.PicList002856 .list ul li .inner {
    overflow: hidden;
}

.Columnpage .Pages .Pages {
    padding: 0;
}

.Job_list01 .pop-up form {
    height: 100%;
}

.Job_list01 .pop-up form .ytable-cell {
    display: table-cell;
}

.Job_list01 .pop-up form .ytable {
    display: table;
}

.Floor001318 .filter select {
    width: 20%;
    margin-right: 2%;
    outline: 2px solid #eee;
    height: 60px;
    font-size: 1em;
    padding: 0 16px;
    border: none;
    border-right: 20px solid #fff;
    background: #fff;
}

@media(max-width:1520px) {
    .root-w-1500 .auto {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (min-width:1025px) {
    .Floor003155 #home-solution .box:first-child.on .txt {
        padding-left: 10%;
    }

    .PicList002433 .list li:nth-child(6n+1):before {
        left: -50px;
        background: url(../images/PicList002433_ul_l.png) no-repeat 0 0;
        position: absolute;
        content: '';
        bottom: 0px;
        height: 90px;
        width: 50px;
    }

    .PicList002433 .list li:nth-child(6n):before {
        right: -50px;
        background: url(../images/PicList002433_ul_r.png) no-repeat right 0;
        position: absolute;
        content: '';
        bottom: 0px;
        height: 90px;
        width: 50px;
    }

    .Floor003155 #menu li:hover span a,
    .Floor003155 #menu li.on span a {
        border-color: #083473;
    }

    .Floor003155 #menu li span a {
        display: block;
        position: relative;
        line-height: 50px;
        border-bottom: 2px solid transparent;
    }
}

@media (min-width:1025px) and (max-width:1500px) {
    .Floor003155 #menu li span a {
        font-size: 1.4em;
    }
}

@media(max-width:1280px) {
    .PicList002124 li .main num {
        font-size: 76px;
    }

    .PicList002124 li .main b.dot {
        font-size: 24px;
    }

    .PicList002124 li .main .info .t-1 {
        font-size: 18px;
    }

    .PicList002124 li .main .info {
        padding-bottom: 10px;
    }

    .PicList002124 .more {
        font-size: 14px;
        line-height: 40px;
        padding: 0 25px;
    }
}

@media (max-width:1024px) {
    .Floor003155 header .logo {
        height: 60px;
    }

    body {
        padding-top: 60px !important;
    }

    .Floor003155 header .logo img {
        max-height: 60%;
    }

    .Floor003155 header .logo img.on {
        display: none;
    }

    .Floor003155 header .wap .right {
        position: absolute;
        right: 2%;
        top: 50%;
        margin-top: -25px;
        margin-right: 30px;
    }

    .Floor003155 .open-search {
        position: relative;
        transform: none;
        display: block;
        right: 0;
        top: 0;
    }

    .Floor003155 header .auto {
        position: static;
    }

    .Floor003155 .top-lang2 {
        margin-right: 10px;
    }

    .Floor003155 .right dd {
        margin-right: 10px;
    }

    .Floor003155 .right dl {
        display: block;
        margin-top: 5px;
    }

    .Floor003155 .top-lang2 aside {
        font-size: 14px;
    }

    .Floor003155 header .wap {
        background: #083473;
    }

    .Floor003155 header {
        height: auto;
    }

    .Floor003155 #menu {
        white-space: normal;
        text-align: left;
        background: #083473;
    }

    .Floor003155 #menu li {
        display: block;
        margin: 0 !important;
    }

    .Floor003155 #home-product {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .Floor003155 .root-sz-16 {
        font-size: 14px;
    }

    .Floor003155 .home-title .en {
        font-size: 2.4em;
    }

    .Floor003155 .home-title .cn {
        font-size: 2em;
    }

    .Floor003155 #home-product .slider-for li .tit span {
        font-size: 24px;
    }

    .Floor003155 #home-product .slider-for li .tit {
        margin-bottom: 10px;
    }

    .Floor003155 #home-product .left {
        font-size: 14px;
    }

    .Floor003155 #home-product .slider-for li .tit span:after {
        opacity: 0.3;
    }

    .Floor003155 #home-product .slider-small {
        margin-bottom: 0;
    }

    .Floor003155 #home-about {
        padding: 30px 0;
    }

    .Floor003155 #home-about .info {
        margin-bottom: 30px;
    }

    .Floor003155 #home-about .info-num li aside b {
        font-size: 42px;
    }

    .Floor003155 #home-news {
        padding: 30px 0;
    }

    .Floor003155 #home-news .fr {
        margin: 20px 0;
    }

    .Floor003155 #home-news ol:nth-of-type(1) .txt {
        padding: 20px 0;
    }

    .Floor003155 #home-news ol .tit {
        font-size: 16px;
    }

    .Floor003155 #home-news li a {
        font-size: 16px;
        line-height: 50px;
    }

    .Floor003155 #home-partners {
        padding: 30px 0;
    }

    .Floor003155 #home-news ol:nth-of-type(1) .tit {
        font-size: 18px;
    }

    .Floor003155 #home-news ol:nth-of-type(1) time {
        font-size: 16px;
    }

    .Columnbanner aside {
        font-size: 2em;
    }

    .css-3072 .year {
        font-size: 2em;
    }

    .css-3072 .name {
        margin: 20px 0 10px;
        font-size: 1.5em;
    }

    .RighInfo003072 .txt-info {
        margin: 30px 0;
    }

    .RighInfo003072 .intro .txt {
        padding: 30px 0;
    }

    .RighInfo003072 .edit-info .tit {
        margin-top: 0;
    }

    .PicList002433.zhuanli .list li {
        width: 33.33%;
    }

    .zlcon .txt {
        font-size: 1.5em;
        line-height: 1.4;
    }

    .zlcon .txt b {
        font-size: 2em;
    }

    .Floor002911 .left .title {
        font-size: 2em;
    }

    .Floor002911 .left p {
        font-size: 14px;
    }

    .zhengce img {
        width: 100%;
    }

    .zhengce .fr {
        width: auto;
    }

    .TextList001366 .img-side .txt {
        padding: 20px;
    }

    .TextList001366 .name {
        font-size: 24px;
    }

    .Floor002828 .title .tit {
        font-size: 24px;
    }

    .Floor002828 .slider li .txt aside a {
        font-size: 16px;
        padding: 0;
    }

    .Floor002828 .slider li .txt {
        padding: 20px;
    }

    .PicList002856 .list {
        padding-top: 40px;
    }

    .PicList002856 .list ul li time {
        margin-left: 25%;
        padding-left: 5%;
        display: block;
    }
}

@media(max-width:768px) {
    .PicList002433 .list .ul-2 li:nth-child(1)>* {
        padding-left: 0;
    }

    .PicList002433 .list .ul-2 li:nth-child(2)>* {
        padding-right: 0;
    }

    .RighInfo002223 {
        padding-top: 30px;
    }

    .Floor002911 .left h3 {
        font-size: 1.4em;
    }

    .zhengce h2 {
        font-size: 1.4em;
    }

    .TextList001366 .name {
        font-size: 20px;
    }

    .TextList001366 .info_back a {
        width: auto;
        padding: 0 20px 0 40px;
        background-position: 14px center;
    }

    .Floor002828 .title .tit {
        font-size: 20px;
    }

    .Floor002828 .title {
        margin-bottom: 0;
    }

    .TextList000962 li p {
        padding-left: 50px;
        background-position: 10px center;
    }

    .PicList002856 .top-new .slick-slide .txt aside.dot2 {
        font-size: 18px;
    }

    .PicList002856 .top-new .slick-slide .txt p {
        font-size: 14px;
    }

    .PicList002856 .top-new .slick-slide time {
        font-size: 16px;
    }

    .PicList002856 .list .right {
        padding: 20px 0 0;
        margin-left: 0;
    }

    .PicList002856 .list .right .h3 {
        font-size: 18px;
    }

    .PicList002856 .list ul li time {
        margin: 0;
        padding: 0;
    }

    .News_detail .news_info .title h1 {
        font-size: 20px;
    }

    .RighInfo002810 .list .info {
        width: 100%;
    }

    .RighInfo002810 .info .name {
        font-size: 20px;
    }

    .Form003139 .title {
        font-size: 24px;
    }

    .Form003139 .form-ul {
        padding-top: 0;
    }
}

@media(max-width:640px) {
    .PicList002951 .banner h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .PicList002951 .banner .txtBox {
        position: static;
        color: #000;
        transform: none;
        padding: 0 0 20px;
    }

    .PicList002951 .banner p:before {
        background: #083473;
    }

    .PicList002951 .banner {
        margin-bottom: 20px;
    }

    .PicList002951 .txt .inner {
        padding: 20px 0;
        font-size: 14px;
    }

    .PicList002951 .tit {
        font-size: 20px;
    }

    .Job_list01 .pop-up#form p {
        font-size: 20px;
    }

    .Job_list01 .pop-up .close {
        right: 0;
        top: 0;
    }

    .Job_list01 .pop-up#form li .text {
        line-height: 40px;
        height: 40px;
        padding: 0 10px;
    }

    .queueList {
        margin: 0 0 20px;
        border-width: 1px;
    }

    .placeholder .webuploader-pick {
        font-size: 14px;
    }

    .Job_list01 .pop-up#form p {
        font-size: 14px;
    }

    .placeholder {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .Floor001318 .filter select {
        width: 48%;
        margin-right: 0;
        margin-left: 2%;
        margin-bottom: 20px;
        height: 40px;
        padding: 0 10px;
    }

    .Floor001318 .filter select:first-child {
        margin-left: 0;
    }

    .Floor001318 ul.search .text {
        height: 40px;
        padding-left: 10px;
    }

    .Floor001318 ul.search .btn {
        line-height: 40px;
    }
}

@media(max-width:560px) {
    .Floor003155 .slider-banner .txt .tit {
        font-size: 2em;
    }

    .Floor003155 .slider-banner .txt .desc {
        font-size: 1.2em;
    }

    .Floor003155 .slider-banner .slick-pages #cur {
        font-size: 1.2em;
    }

    .Floor003155 .home-title .en {
        font-size: 2em;
    }

    .Floor003155 .home-title .cn {
        font-size: 1.6em;
    }

    .Floor003155 .home-more {
        min-width: 8em;
        line-height: 2.5;
    }

    .Floor003155 #home-solution .box {
        width: 100%;
    }

    .Floor003155 #home-about .info-num li {
        display: inline-block;
        vertical-align: top;
        margin-right: 3%;
        width: 30.33%;
        font-size: 12px;
        text-align: left;
    }

    .Floor003155 #home-about .info-num li aside b {
        font-size: 2em;
    }

    .Floor003155 #home-about .info-num li p {
        font-size: 14px;
    }

    .Floor003155 #home-about .info-num li aside sub {
        font-size: 14px;
    }

    .Floor003155 #home-about .info-num {
        font-size: 0;
    }

    .Floor003155 #home-about .info-num li:last-child {
        margin-right: 0;
    }

    .Floor003155 #home-honor .intro-desc {
        margin: 20px 0;
    }

    .flipster-carousel .flip-items {
        width: 100% !important;
    }

    .flipster-carousel .flip-items img {
        width: 80%;
    }

    .flipster-carousel .flip-next {
        transform: translateX(33%) translateY(-2%) translateZ(0) rotateY(0) scale(.8);
        z-index: 5;
    }

    .flipster-carousel .flip-prev {
        transform: translateX(-33%) translateY(-2%) translateZ(0) rotateY(0) scale(.8);
        z-index: 5;
    }

    .flipster-carousel .flip-current {
        transform: translateX(0%) translateY(0%) translateZ(0) rotateY(0) scale(1);
        z-index: 10;
    }

    .flipster-carousel .flip-item {
        left: 0;
        top: 0;
        width: 100%;
    }

    .flip-content h3 {
        width: auto;
    }

    .Floor003155 #home-honor .intro {
        margin-bottom: 30px;
    }

    .RighInfo003072 .number li .ytable {
        display: block;
        text-align: center;
    }

    .RighInfo003072 .number li .ytable-cell {
        display: block;
    }

    .RighInfo003072 .number li .img {
        width: 40px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .RighInfo003072 .number li .img img {
        height: auto;
    }

    .RighInfo003072 .number li aside b {
        font-size: 1.5em;
    }

    .RighInfo003072 .number li p {
        margin-top: 5px;
    }

    .Timeline003058 .year li span {
        width: 70px;
        line-height: 60px;
        font-size: 16px;
    }

    .Timeline003058 .slider-list .inner time {
        position: static;
    }

    .Timeline003058 .slider-list .inner {
        padding: 40px 30px;
    }

    .Timeline003058 .slider-list .btn .slick-arrow {
        width: 20px;
        height: 20px;
        border-width: 2px;
    }

    .Timeline003058 .slider-list dd {
        font-size: 14px;
    }

    .PicList002433.zhuanli .list li {
        width: 50%;
    }

    .PicList002433 .list li figure {
        height: 170px;
        line-height: 150px;
    }

    .zlcon .txt {
        position: static;
        transform: none;
        padding-left: 2%;
        font-size: 1.2em;
        margin-bottom: 20px;
    }

    .Floor002911 .left .title {
        font-size: 1.4em;
    }

    .Floor002911 .left h3 {
        font-size: 1.2em;
    }

    .zhengce p {
        font-size: 14px;
    }

    .PicList002124 li .main b.dot {
        font-size: 20px;
        margin-top: -1.5em;
    }

    .PicList002124 li .main .info .t-1 {
        font-size: 14px;
    }

    .PicList002124 li .main num {
        line-height: 1;
    }
}



/* 2023/3/3 */
.Floor003155 #home-product .right .slick-arrow {
    z-index: 10;
}

@media (max-width: 1024px) {
    .Floor003155 #home-solution .box .info {
        display: block;
    }

    .Floor003155 #menu {
        width: 100%;
        height: 100vh;
    }

    .PicList002124 li .txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0 5%;
        height: 100%;
        z-index: 4;
    }

    .PicList002124 li .ytable {
        height: 100%;
    }

    .PicList002124 li .inner {
        width: 100%;
        max-width: 500px;
    }

    .PicList002124 li:nth-child(2n) .inner {
        float: right;
    }
}

@media (max-width: 1000px) {
    .Columnbanner img {
        display: none;
    }

    .Columnbanner div {
        display: block;
        height: 200px;
    }
}

@media(max-width:560px) {
    .Floor003155 #home-product .slider-small li .img {
        height: auto;
    }

    .Floor003155 .mouse {
        display: none !important;
    }

    #home-product .whir-fade-left {
        transform: translate(0) !important;
        opacity: 1 !important;
    }

    .zlcon .txt {
        padding-left: 6%;
        margin-bottom: 20px;
        position: absolute;
        top: 34%;
        transform: translate(0, -50%);
    }

    .PicList002124 li .main num {
        display: none;
    }

    .PicList002124 li .main .info .t-1 {
        line-height: 24px;
    }

    .PicList002124 li .main b.dot {
        margin-top: 0;
        font-size: 18px;
        letter-spacing: 0;
        margin-bottom: 0;

        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .PicList002124 li .main {
        padding: 0;
    }

    .PicList002124 li .inner {
        max-width: 60%;
    }

    .PicList002124 .more {
        font-size: 12px;
        line-height: 22px;
        padding: 0 9px;
    }

    .PicList002124 li .main .info {
        padding-bottom: 5px;
    }

    .PicList002124 li .inner {
        padding: 5px;
    }

    .PicList002124 li:not(:last-child) {
        margin-bottom: 20px;
    }

    .Columnmenu ul {
        display: block;
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }

    .Columnmenu li {
        width: auto;
        display: inline-block;
        float: none;
        margin-right: 14px;
    }

    .PicList002951 .banner .txtBox {
        color: #fff;
        transform: translateY(-50%);
        position: absolute;
        padding: 0 10px 0 20px;
    }

    .PicList002951 .banner p:before {
        background: #fff;
        top: 8px;
    }

    .PicList002951 .banner .img-block {
        height: 250px;
        object-fit: cover;
    }

    .PicList002951 .banner p {
        line-height: 1.6;
        padding-left: 16px;
        margin-bottom: 10px;
    }

    .PicList002951 .banner h5 {
        margin-bottom: 14px;
    }

    .SolutionInfo .title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .SolutionInfo .slick-next {
        right: -1.25%;
    }

    .SolutionInfo .slick-prev {
        left: -1.25%;
    }

    .SolutionInfo .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .SolutionInfo .box-3 .tit {
        line-height: 44px;
    }

    .Job_list01 dl {
        width: 48%;
        display: inline-block;
        margin-left: 2%;
        margin-bottom: 20px;
    }

    .Job_list01 dl.type {
        margin-left: 0;
    }

    .Job_list01 dl dt {
        line-height: 40px;
        color: #333;
        padding: 0 10px;
    }

    .Job_list01 ul.search .text {
        line-height: 40px;
        height: 40px;
        padding: 0 10px;
    }

    .Job_list01 ul.search .btn {
        line-height: 40px;
    }
}


.History {
    background: url(../images/History.jpg);
    background-size: cover;
    padding: 6% 0;
    overflow: hidden;
}

.History .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.History .mails {
    position: relative;
}

.History .mails .tit {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 3em;
    color: #fff;
}

.History .mails .item {
    width: 310px;
    flex: 0 0 auto;
    position: relative;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 1em;
    color: #fff;
    line-height: 1.6;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.History .mails .item .t {
    font-size: 1.875em;
    line-height: 43px;
    margin-bottom: 15px;
}

.History .mails .item:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    height: 43px;
    width: 2px;
    background: #fff;
}

.History .mails .swiper-slide {
    width: auto;
}

.History .mails .swiper {
    overflow: visible;
}

@media(max-width:1460px) {
    .History .mails .tit {
        font-size: 32px;
    }

    .History .mails .item .t {
        font-size: 22px;
    }

    .History .mails .item {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .History .mails .tit {
        position: static;
        font-size: 24px;
        margin-bottom: 40px;
    }

    .History .mails .item {
        margin-top: 0 !important;
    }
}

.Floor003155 #menu li .sub dt a {
    white-space: normal;
}
.Floor003155 #menu li .sub {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    width: 200px;
    text-align: center;
    font-size: 16px;
    background-color: rgb(255 255 255 / 83%);
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    display: none;
}

.Floor003155 #menu li .sub dt {
    padding: 5px;
    line-height: 1.8;
}

.Floor003155 #menu li .sub dt:hover {
    background: #083473;
}

.Floor003155 #menu li .sub dt:hover a {
    color: #fff;
}

@media screen and (max-width: 1024px){
.Floor003155 #menu li .sub dt {
    padding: 5px 1em;
}
.Floor003155 #menu li .sub {
    position: relative;
    width: 100%;
    text-align: left;
    border-radius: 0;
    overflow: hidden;
    display: block;
}
}