﻿@charset "utf-8";

html {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    touch-action: manipulation;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
    display: block;
    margin: 0;
    padding: 0；
}

main {
    background-size: cover;
    /* overflow: hidden; */
    z-index: 3;


}


main.bg {
    background-color: #f7f7f7;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100% !important;
}

table,
th,
td {
    border: 1px solid black;
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: 400;
}

dl,
ol,
ul {
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: 0;
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

textarea {
    resize: none;
    outline: none;
    font-family: Arial, Microsoft Yahei;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

button,
input[type=submit],
input[type=text],
input[type=button] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

input {
    outline: 0;
    border: none;
}

input::-webkit-input-safebox-button {
    display: none;
}

body {
    background-color: #ffffff;
    color: #000;
    font-family: "My_font", "Arial", "微软雅黑", "sans-serif", "宋体";
}

body * {
    box-sizing: border-box;
    line-height: 1;
    outline: none;
}

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

.eps2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 


@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url('../fonts/SOURCEHANSANSCN-NORMAL.OTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../fonts/SOURCEHANSANSCN-REGULAR.OTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('../fonts/SOURCEHANSANSCN-MEDIUM.OTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url('../fonts/SOURCEHANSANSCN-BOLD.OTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSansCN-Light';
    src: url('../fonts/SOURCEHANSANSCN-LIGHT.OTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/D-DIN.ttf');
    font-weight: normal;
    font-style: normal;
} */



/* Project id 2979230 */
/* @font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype');
} */

@font-face {
    font-family: "iconfont";

    src: url('../font_icon/iconfont.woff2?t=1639555645562') format('woff2'),
        url('../font_icon/iconfont.woff?t=1639555645562') format('woff'),
        url('../font_icon/iconfont.ttf?t=1639555645562') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 32px;
    color: #ffffff;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon {
    fill: currentColor;
    overflow: hidden;
}

html {
    font-size: calc(100vw / 1920 * 100);
}


@media(max-width: 1000px) {
    html {
        font-size: calc(1000px / 1920 * 100);
    }
}

body {
    font-size: calc(16 * 100vw / 1920);
}

@media(max-width: 1584px) {
    body {
        font-size: 13.2px;
    }
}

.s12 {
    /* font-size: calc(12 * 100vw / 1920); */
    font-size: 12.0px;
}

@media(max-width: 1920px) {
    .s12 {
        font-size: 12.0px;
    }
}

.s13 {
    /* font-size: calc(13 * 100vw / 1920); */
    font-size: 12.3px;
}

@media(max-width: 1816px) {
    .s13 {
        font-size: 12.3px;
    }
}

.s14 {
    /* font-size: calc(14 * 100vw / 1920); */
    font-size: 14px;
}

@media(max-width: 1728px) {
    .s14 {
        font-size: 14px;
    }
}

/* ......  以此类推设置字体大小*/

.s15 {
    /* font-size: calc(15 * 100vw / 1920); */
    font-size: 15px;
}

@media(max-width: 1651px) {
    .s15 {
        font-size: 12.9px;
    }
}

.s16 {
    /* font-size: calc(16.5 * 100vw / 1920); */
    font-size: 16px;
}

@media(max-width: 1584px) {
    .s16 {
        font-size: 14px;
    }
}

.s17 {
    /* font-size: calc(17.5 * 100vw / 1920); */
    font-size: 17px;
}

@media(max-width: 1524px) {
    .s17 {
        font-size: 15px;
    }
}

.s18 {
    /* font-size: calc(18.5 * 100vw / 1920); */
    font-size: 18px;
}

@media(max-width: 1472px) {
    .s18 {
        font-size: 15px;
    }
}

.s19 {
    font-size: calc(19 * 100vw / 1920);
}

@media(max-width: 1424px) {
    .s19 {
        font-size: 14.1px;
    }
}

.s20 {
    font-size: calc(20 * 100vw / 1920);
}

@media(max-width: 1382px) {
    .s20 {
        font-size: 14.4px;
    }
}

.s21 {
    font-size: calc(21 * 100vw / 1920);
}

@media(max-width: 1344px) {
    .s21 {
        font-size: 14.7px;
    }
}

.s22 {
    font-size: calc(22 * 100vw / 1920);
}

@media(max-width: 1309px) {
    .s22 {
        font-size: 15.0px;
    }
}

.s23 {
    font-size: calc(23 * 100vw / 1920);
}

@media(max-width: 1277px) {
    .s23 {
        font-size: 15.3px;
    }
}

.s24 {
    font-size: calc(24 * 100vw / 1920);
}

@media(max-width: 1248px) {
    .s24 {
        font-size: 15.6px;
    }
}

.s25 {
    font-size: calc(25 * 100vw / 1920);
}

@media(max-width: 1221px) {
    .s25 {
        font-size: 15.9px;
    }
}

.s26 {
    font-size: calc(26 * 100vw / 1920);
}

@media(max-width: 1196px) {
    .s26 {
        font-size: 16.2px;
    }
}

.s27 {
    font-size: calc(27 * 100vw / 1920);
}

@media(max-width: 1173px) {
    .s27 {
        font-size: 16.5px;
    }
}

.s28 {
    font-size: calc(28 * 100vw / 1920);
}

@media(max-width: 1152px) {
    .s28 {
        font-size: 16.8px;
    }
}

.s29 {
    font-size: calc(29 * 100vw / 1920);
}

@media(max-width: 1132px) {
    .s29 {
        font-size: 17.1px;
    }
}

.s30 {
    font-size: calc(30 * 100vw / 1920);
}

@media(max-width: 1113px) {
    .s30 {
        font-size: 17.4px;
    }
}

.s31 {
    font-size: calc(31 * 100vw / 1920);
}

@media(max-width: 1096px) {
    .s31 {
        font-size: 17.7px;
    }
}

.s32 {
    font-size: calc(32 * 100vw / 1920);
}

@media(max-width: 1080px) {
    .s32 {
        font-size: 18.0px;
    }
}

.s33 {
    font-size: calc(33 * 100vw / 1920);
}

@media(max-width: 1064px) {
    .s33 {
        font-size: 18.3px;
    }
}

.s34 {
    font-size: calc(34 * 100vw / 1920);
}

@media(max-width: 1050px) {
    .s34 {
        font-size: 18.6px;
    }
}

.s35 {
    font-size: calc(35 * 100vw / 1920);
}

@media(max-width: 1036px) {
    .s35 {
        font-size: 18.9px;
    }
}

.s36 {
    font-size: calc(36 * 100vw / 1920);
}

@media(max-width: 1024px) {
    .s36 {
        font-size: 19.2px;
    }
}

.s37 {
    font-size: calc(37 * 100vw / 1920);
}

@media(max-width: 1011px) {
    .s37 {
        font-size: 19.5px;
    }
}

.s38 {
    font-size: calc(38 * 100vw / 1920);
}

@media(max-width: 1000px) {
    .s38 {
        font-size: 19.8px;
    }
}

.s39 {
    font-size: calc(39 * 100vw / 1920);
}

@media(max-width: 989px) {
    .s39 {
        font-size: 20.1px;
    }
}

.s40 {
    font-size: calc(40 * 100vw / 1920);
}

@media(max-width: 979px) {
    .s40 {
        font-size: 20.4px;
    }
}

.s41 {
    font-size: calc(41 * 100vw / 1920);
}

@media(max-width: 969px) {
    .s41 {
        font-size: 20.7px;
    }
}

.s42 {
    font-size: calc(42 * 100vw / 1920);
}

@media(max-width: 960px) {
    .s42 {
        font-size: 21.0px;
    }
}

.s43 {
    font-size: calc(43 * 100vw / 1920);
}

@media(max-width: 951px) {
    .s43 {
        font-size: 21.3px;
    }
}

.s44 {
    font-size: calc(44 * 100vw / 1920);
}

@media(max-width: 942px) {
    .s44 {
        font-size: 21.6px;
    }
}

.s45 {
    font-size: calc(45 * 100vw / 1920);
}

@media(max-width: 934px) {
    .s45 {
        font-size: 21.9px;
    }
}

.s46 {
    font-size: calc(46 * 100vw / 1920);
}

@media(max-width: 926px) {
    .s46 {
        font-size: 22.2px;
    }
}

.s47 {
    font-size: calc(47 * 100vw / 1920);
}

@media(max-width: 919px) {
    .s47 {
        font-size: 22.5px;
    }
}

.s48 {
    font-size: calc(48 * 100vw / 1920);
}

@media(max-width: 911px) {
    .s48 {
        font-size: 22.8px;
    }
}

.s49 {
    font-size: calc(49 * 100vw / 1920);
}

@media(max-width: 905px) {
    .s49 {
        font-size: 23.1px;
    }
}

.s50 {
    font-size: calc(50 * 100vw / 1920);
}

@media(max-width: 898px) {
    .s50 {
        font-size: 23.4px;
    }
}

.s51 {
    font-size: calc(51 * 100vw / 1920);
}

@media(max-width: 892px) {
    .s51 {
        font-size: 23.7px;
    }
}

.s52 {
    font-size: calc(52 * 100vw / 1920);
}

@media(max-width: 886px) {
    .s52 {
        font-size: 24.0px;
    }
}

.s53 {
    font-size: calc(53 * 100vw / 1920);
}

@media(max-width: 880px) {
    .s53 {
        font-size: 24.3px;
    }
}

.s54 {
    font-size: calc(54 * 100vw / 1920);
}

@media(max-width: 874px) {
    .s54 {
        font-size: 24.6px;
    }
}

.s55 {
    font-size: calc(55 * 100vw / 1920);
}

@media(max-width: 869px) {
    .s55 {
        font-size: 24.9px;
    }
}

.s56 {
    font-size: calc(56 * 100vw / 1920);
}

@media(max-width: 864px) {
    .s56 {
        font-size: 25.2px;
    }
}

.s57 {
    font-size: calc(57 * 100vw / 1920);
}

@media(max-width: 858px) {
    .s57 {
        font-size: 25.5px;
    }
}

.s58 {
    font-size: calc(58 * 100vw / 1920);
}

@media(max-width: 854px) {
    .s58 {
        font-size: 25.8px;
    }
}

.s59 {
    font-size: calc(59 * 100vw / 1920);
}

@media(max-width: 849px) {
    .s59 {
        font-size: 26.1px;
    }
}

.s60 {
    font-size: calc(60 * 100vw / 1920);
}

@media(max-width: 844px) {
    .s60 {
        font-size: 26.4px;
    }
}

.s61 {
    font-size: calc(61 * 100vw / 1920);
}

@media(max-width: 840px) {
    .s60 {
        font-size: 26.7px;
    }
}

.s62 {
    font-size: calc(62 * 100vw / 1920);
}

@media(max-width: 836px) {
    .s60 {
        font-size: 27.0px;
    }
}

.s63 {
    font-size: calc(63 * 100vw / 1920);
}

@media(max-width: 832px) {
    .s60 {
        font-size: 27.3px;
    }
}

.s64 {
    font-size: calc(64 * 100vw / 1920);
}

@media(max-width: 828px) {
    .s60 {
        font-size: 27.6px;
    }
}

.s65 {
    font-size: calc(65 * 100vw / 1920);
}

@media(max-width: 824px) {
    .s60 {
        font-size: 27.9px;
    }
}

.s66 {
    font-size: calc(66 * 100vw / 1920);
}

@media(max-width: 820px) {
    .s60 {
        font-size: 28.2px;
    }
}

.s67 {
    font-size: calc(67 * 100vw / 1920);
}

@media(max-width: 816px) {
    .s67 {
        font-size: 28.5px;
    }
}

.s68 {
    font-size: calc(68 * 100vw / 1920);
}

@media(max-width: 813px) {
    .s68 {
        font-size: 28.8px;
    }
}

.s69 {
    font-size: calc(69 * 100vw / 1920);
}

@media(max-width: 809px) {
    .s69 {
        font-size: 29.1px;
    }
}

.s70 {
    font-size: calc(70 * 100vw / 1920);
}

@media(max-width: 806px) {
    .s70 {
        font-size: 29.4px;
    }
}

.s70 {
    font-size: calc(70 * 100vw / 1920);
}

@media(max-width: 803px) {
    .s70 {
        font-size: 29.7px;
    }
}

.s71 {
    font-size: calc(71 * 100vw / 1920);
}

@media(max-width: 800px) {
    .s71 {
        font-size: 30px;
    }
}

.s72 {
    font-size: calc(72 * 100vw / 1920);
}

@media(max-width: 796px) {
    .s72 {
        font-size: 30.3px;
    }
}

.s73 {
    font-size: calc(73 * 100vw / 1920);
}

@media(max-width: 793px) {
    .s73 {
        font-size: 30.6px;
    }
}

.s74 {
    font-size: calc(74 * 100vw / 1920);
}

@media(max-width: 791px) {
    .s74 {
        font-size: 30.9px;
    }
}

.s75 {
    font-size: calc(75 * 100vw / 1920);
}

@media(max-width: 788px) {
    .s75 {
        font-size: 31.2px;
    }
}

.s76 {
    font-size: calc(76 * 100vw / 1920);
}

@media(max-width: 79px) {
    .s76 {
        font-size: 31.5px;
    }
}

.s77 {
    font-size: calc(77 * 100vw / 1920);
}

@media(max-width: 785px) {
    .s77 {
        font-size: 31.8px;
    }
}

.s78 {
    font-size: calc(78 * 100vw / 1920);
}

@media(max-width: 782px) {
    .s78 {
        font-size: 32.1px;
    }
}

.s79 {
    font-size: calc(79 * 100vw / 1920);
}

@media(max-width: 780px) {
    .s79 {
        font-size: 32.4px;
    }
}

.s80 {
    font-size: calc(80 * 100vw / 1920);
}

@media(max-width: 777px) {
    .s80 {
        font-size: 32.7px;
    }
}

header {
    width: 100%;
    background-color: #fff;
    height: 1.4rem;
}

.h-a {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
    /* height: .8rem; */
    /*box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.1);*/
    z-index: 6;
}

.SmallHeader .h-a {
    background-color: rgba(255, 255, 255, .95);
}

.h-cont {
    /* padding: 20px 0 10px 0; */
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    /* height: 100%; */
}


.h-nav {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.h-dp {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    position: relative;
    /* margin: 0 .05rem; */
    padding: 0 .2rem;
    color: #205199;
}



.h-e {
    display: block;
    color: #205199;
    position: relative;
    /* font-family: 'SourceHanSansCN-Normal'; */
    align-items: center;
    line-height: 1rem;
    position: relative;

}


.h-e::after {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #205199;
}


.h-dp:hover .h-e::after {
    display: block;
    /* background: #eaeaea; */
}

.h-dp.active.h-e::after {
    /* font-family: 'SourceHanSansCN-Normal'; */
    display: block;
    line-height: 1rem;
    /* background: #eaeaea; */
    /* position: relative; */
}



.h-opa {
    left: -100vw;
    opacity: 0;
    transition: opacity .3s;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 122;
}

.h-sub {
    display: none;
    /* width: 1.5rem; */
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    z-index: 1000;
    padding: 0.05rem 0;
}

.h-sub>li>a {
    word-break: keep-all;
    white-space: nowrap;
    display: block;
    width: 100%;
    line-height: 1.71;
    padding: .1rem 0.03rem;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;

    letter-spacing: 1px;
    color: #222222;
    transition: all .3s;
}

.h-s {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: .44rem;
    height: .44rem;
    background-image: url(../images/113.png);
    background-size: .16rem .17rem;
    background-repeat: no-repeat;
    background-position: center center;
}


.h-m {
    width: 1.8rem;
    height: .3rem;
    line-height: .3rem;
    border: 1px solid #ccc;
    border-right: none;
    vertical-align: top;
    background-color: transparent;
    color: #333;
    padding: 0 .1rem;
}



header.show-search .h-opa {
    left: 0;
    opacity: 1;
}

.h-one {
    display: block;
    width: 100%;
    line-height: p;
    color: #333;
}

header.show-lang .h-opa {
    left: 0;
    opacity: 1;
}


.h_new {
    display: flex;
    align-items: center;
}

@media(max-width: 1920px) {
    .h-sub {
        padding: 5px 0;
        min-width: 100%;
        box-shadow: 0px 6px 5px 1px rgba(0, 0, 0, 0.15);

    }

    .h-s {
        width: 44px;
        height: 44px;
        background-size: 16px 17px;
    }

    .h-one {
        line-height: 35px;
        color: #333;
    }

    .h-m {
        width: 180px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }

    .h-n {
        width: 30px;
        height: 30px;
        background-size: 16px 17px;
    }
}

@media(min-width: 1150px) {
    .h-sub>li>a:hover {
        color: #205199;
        font-weight: bold;
        transition: all .3s;

    }

    .h-one:hover {
        color: #194c7f;
    }
}


.h-menu {
    display: none;
}

.ph_wra {
    display: flex;
    align-items: center;
    margin-right: .5rem;
}

.ph_wra img {
    width: 95px;
    height: auto;
}


@media(max-width: 1000px) {

    .ph_wra img {
        width: 65px;
        height: auto;
    }

    .h-cont {
        width: 95%;
        margin: 0 auto;
        padding: 0 0 0 0;
        height: 100%;
        align-items: center;
        /* padding-left: 10px; */
    }
}

@media(min-width: 1000px) {
    .h-right {
        display: none;
    }

    .h_new {
        display: flex;
        height: 100%;
    }


}

@media(max-width: 1000px) {

    .h_new {
        display: none;
    }

    .h-right {
        display: block;
    }

    .hs_hidder {
        display: none;
    }

    .link_more {
        display: none;
    }

    /* .h-d.active .h-e::after {
        content: none;
    }

    .h-d:hover .h-e::after {
        content: none;
    } */

    .ph_wra {
        order: -1;
    }

    .ph_l {
        order: 0;
    }

    .h-right {
        order: 1;
    }

    header {
        height: 98px;
    }

    .h-a {
        height: auto;
    }

    .h-e {
        line-height: 44px;
    }

    .h-cont {
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
        padding: 10px 0;
        /* padding-left: 10px; */
    }

    .h-s {
        position: absolute;
        right: 44px;
        top: 0;
    }

    .h-menu {
        width: 30px;
        height: 100%;
        margin-left: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .h-menu span {
        color: #205199;
        font-size: 22px;

    }

    .h-nav {
        width: 100%;
        height: 100vh;
        overflow: auto;
        padding-right: 0;
        margin-right: 0;
        position: fixed;
        right: -100%;
        top: 0;
        background-color: #fff;
        z-index: 654321;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: all .3s;
        display: inline-block;
    }

    .t_line {
        display: none;
    }

    header.show-menu .h-opa {
        left: 0;
        opacity: 1;
    }

    header.show-menu .h-nav {
        right: 0;
    }

    .h-d {
        display: block;
        width: 100%;
        margin-left: 0;
        height: auto;
        position: relative;
    }

    .h-d.hd_rela.active .h-e {
        color: #205199;
    }

    .h-d.hd_rela.active .phone-btn {
        color: #205199;
    }

    .h-e {
        padding: 0 40px 0 20px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #666;
        margin: 0;
        /* text-align: center; */
    }

    .h-sub {
        width: 100%;
        margin-left: 0;
        top: 0;
        position: relative;
        /* left: 0; */
        /* height: 5rem; */
        overflow-y: auto;
        box-shadow: none;
        /* height: auto !important; */
    }

    .h-sub>li>a {
        /* padding-left: 40px; */
        text-align: left;
    }



    .hs_hidder li {
        padding-left: .4rem;
        margin: .2rem 0;
        /* height: 20px; */
    }

    .hs_hidder li a {
        line-height: 1.5;
    }
}















@media(max-width: 700px) {
    .logo_h.logo_img {
        display: none;
    }

    .stage-mask {
        position: absolute;
        bottom: 0;
        max-width: 100%;
        transform: translateY(-80%);
        /* height: 50px; */
        /* width: 100%; */
    }

    .lc_list {
        display: none;
        overflow: visible !important;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .sanjiao {
        display: none;
    }

    .la_chinese {
        display: flex !important;
    }

    .lang_c {
        position: relative;
    }

    .la_imem {
        width: 1.5rem;
    }
}


.h-sub>li {
    position: relative;
    padding: 0 15px;

    border-bottom: 1px solid #e5e5e5;
}

.h_top_con {
    width: 1200px;
    margin: 0 auto;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .1rem 0;
}


.htc_left a,
.htc_right a {
    /* font-family: SourceHanSansCN-Light; */
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;

    letter-spacing: 0px;
    color: #000000;
    line-height: 1.4;
}






.hs-16 {
    color: #ffffff;
}

.h_top {
    background-color: #f9f9f9;
}



.cl_h {
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 100%;
    z-index: 5;
    transform: scaleY(0) translateX(-50%);

    transform-origin: center top;
    transition: all .3s;
}


.cl_h a {
    display: block;
    text-align: center;
    padding: 6px 0;
}

.cl_h a:hover {
    text-decoration: underline;
}

@media(max-width: 1400px) {
    .h_top_con {
        width: 90%;
        height: auto;
    }

    .h-cont {
        width: 90%;
    }
}



@media(max-width: 1000px) {
    .h_top_con {
        width: 95%;
        flex-wrap: wrap;
    }

    .h_logot {
        display: flex;
        align-items: center;
        padding: 0 .25rem;
        justify-content: space-between;
    }

    .h-sub-nav {
        display: none;
    }

    .h-sub>li::after {
        display: none !important;
    }

    .h_img img {
        width: 1rem;
    }
}

@media (max-width: 1000px) {
    .h-d.has-nav.hs_er ::after {
        content: "+";
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        color: #666;
    }

    .h-d.has-nav.show.hs_er ::after {
        content: "-";

    }

    /* 
    .has-nav::after {
        content: "+";
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        color: #666;
    }

    .has-nav.show::after {
        content: "-";

    } */

    .phone-btn {
        display: none;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        color: #666;
        z-index: 5;
    }

    .hd_rela.has-nav .phone-btn {
        display: inline-block;
    }

}



.has_item {
    display: flex;
    width: 100%;
    padding-bottom: 28.125%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.he_lange {
    position: relative;
    cursor: pointer;
    margin-left: .25rem;
    font-size: 14px;
    width: 60px;
    text-align: center;
    color: #205199;
}

.he_lange:hover .cl_h {
    /* min-width: 65px; */
    transform-origin: center top;
    transition: all .3s;
    transform: scaleY(1) translateX(-50%);
    font-size: 14px;
    border: 1px solid #205199;
    padding: 4px 0;
    border-top: none;
}


.he_lange p {
    /* font-family: PingFang-SC-Medium; */
    /* font-size: 9px; */
    color: #205199;
    padding: 5px 3px;
    border-radius: 2px;
    border: solid 1px #205199;
}


.ha_banner .ha_pag .swiper-pagination-bullet {
    width: 29px;
    height: 3px;
    background-color: #ffffff;
    opacity: 0.5;
    border-radius: 0;
}

.ha_banner .ha_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background-color: #ffffff;
    opacity: 1;
    border-radius: 0;
}

.ha_banner.swiper-container .swiper-pagination-bullets {
    bottom: 10%;
}

.ha_wrap {
    background-color: #f9f9f9;
    padding: .4rem 0;
}

.h_wrap {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}


.ha_item_list {
    display: flex;

}


.hal_item {
    width: calc(275 / 1150 *100%);
    padding: .3rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 0.2);
    border-radius: 5px;
    text-align: center;
    margin-right: .2rem;
    transition: all .3s;
}

.hal_item:nth-child(4n) {
    margin-right: 0;
}

.hal_img img {
    max-width: .8rem;
}


.clh_phone.he_lange {
    display: none;
}

.hal_title {
    margin: .2rem 0;
}

.hal_title p {
    /* font-family: MicrosoftYaHei-Bold; */
    font-weight: bold;

    color: #525252;
}


.hal_act p {
    /* font-family: PingFang-SC-Regular; */
    color: #525252;
    line-height: 1.6;
}


.hb_t_left {
    display: flex;
    align-items: flex-end;
}


.hb_t_left .s32 {
    /* font-family: PingFang-SC-Medium; */

    color: #2d599d;
}

.hb_t_left .s22 {
    /* font-family: PingFang-SC-Medium; */
    margin-left: .1rem;
    color: #636363;
}


.hb_wrap {
    padding: .65rem 0;
}

.hb_con_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.hb_link {
    border-radius: 4px;
    border: solid 1px #cfcfcf;
    padding: .1rem .2rem;
    transition: all .3s;
}

.hal_img {
    transition: all .3s;
}

.hal_item:hover .hal_img {
    transition: all .3s;
    transform: translateY(10px);

}


.hb_link:hover {

    border: solid 1px #205199;
    color: #205199;
    transition: all .3s;
}


.hb_news_up .s16 {
    /* font-family: PingFang-SC-Medium; */
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #3b3b3b;
}


.hb_news_item {
    margin-top: .25rem;
    padding-bottom: .25rem;
    display: block;

}


.hb_news_list .hb_news_item {
    border-bottom: solid 1px #848484;
}

.hb_news_list {
    border-top: solid 1px #848484;
}

.hb_news_up .s18 {
    /* font-family: PingFang-SC-Medium; */
    color: #3b3b3b;
    margin-bottom: .1rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.6;

}

.hb_news_up .s14 {
    /* font-family: MicrosoftYaHei; */
    color: #c6c6c6;

}


.hb_news_down {
    margin-top: .1rem;
}


.hb_news_down p {
    /* font-family: PingFang-SC-Regular; */
    color: #848484;
    line-height: 1.6;
}


.hb_container_donw {
    display: flex;
    justify-content: space-between;
    margin-top: .65rem;
}

.hb_con_left {
    width: calc(518 / 1150 * 100%);
}

.hb_con_img {
    overflow: hidden;
    display: block;
}

.hb_con_img img {
    width: 100%;
    transition: all .5s;
}


.hb_con_img:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.hb_con_right {
    width: calc(530 / 1150 * 100%);
}

.hb_news_item .hb_news_up .s18:hover {
    color: #205199;
}


.hb_news_item .hb_news_down p:hover {
    text-decoration: underline;
    /* border-bottom: 1px solid #ccc; */
}

.hc_wrap {
    padding: 1rem 0;
    background-size: cover;
}

.hc_act p {
    /* font-family: SourceHanSansCN-Light; */
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
}

.hc_item {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, .5);
    margin-right: .15rem;
    margin-bottom: .2rem;
    transition: all .3s;
}

.hc_item:last-child {
    margin-right: 0;
}

.hc_item_img {
    height: .53rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hc_item_img img {
    max-height: .53rem;
    max-width: .75rem;
}

.hc_item:hover {
    background-color: #116ece;
    transition: all .3s;
}

.hc_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .8rem;
}

.hc_item .s20 {
    /* font-family: SourceHanSansCN-Normal; */
    margin-top: .1rem;
    color: #ffffff;
}


.hd_wrap {
    padding: .6rem 0;
}


.hd_list {
    display: flex;
    margin-top: .6rem;
    flex-wrap: wrap;
}

@media(min-width: 1920px) {
    .hd_item {
        margin-right: 30px;
    }

    .hc_item .s20 {
        font-size: 20px;
    }
}

.hd_item {
    width: calc(360 / 1150 *100%);
    margin-right: .34rem;
}

@media(min-width: 1920px) {
    .hd_item {
        margin-right: 30px;
    }
}


.hd_item:nth-child(3n) {
    margin-right: 0;
}


/* .hd_item:hover .hb_news_up p.s18{
    color: #205199;
}

.hd_item:hover .hb_news_down p {
    color: #205199;
} */


.hd_item_img {
    overflow: hidden;
    border: 2px solid #ccc;
}

.hd_item_img img {
    width: 100%;
    transition: all .3s;
}


.hd_item_img:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

.foot_menu_list {
    display: flex;
}

.foot_right {
    display: flex;
}


.foot_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .5rem 0 1rem 0;
}

footer {
    background-color: #0056a4;

}

.foot_deep a {
    /* font-family: SourceHanSansCN-Normal; */

    color: #ffffff;
}


.foot_logo img {
    width: 1.61rem;
    display: block;

}

.foot_logo .s18 {
    margin-top: .1rem;
    /* font-family: MicrosoftYaHei; */
    padding: .05rem 0;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    display: inline-block;
}

.foot_m_item {
    margin: 0 .25rem;
}

.foot_title a {
    /* font-family: MicrosoftYaHei; */
    color: #ffffff;
}

.foot_m_item ul {
    margin-top: .2rem;
}

.foot_m_item ul li {
    margin-bottom: .2rem;
}

.foot_m_item ul li a {
    /* font-family: MicrosoftYaHei; */
    color: #ffffff;
    opacity: 0.5;
    transition: all .3s;
}

.foot_m_item ul li a:hover {
    opacity: 1;
    transition: all .3s;
}


.foot_ma {
    /* width: 1.23rem; */
    margin-left: .35rem;
}

.foot_ma p {
    /* font-family: MicrosoftYaHei; */
    color: #ffffff;
    text-align: center;
    margin-top: .1rem;
}

.foot_deep {
    padding: .15rem 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #003e76;

}


.tl_banner {
    display: block;
    position: relative;
    padding-bottom: 14.121%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}


.tl_pop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

}

.tl_pop p {
    /* font-family: MicrosoftYaHei; */
    text-align: center;
    margin-bottom: .1rem;
    color: #ffffff;
}


.tlnav_wrap {
    display: flex;
    justify-content: center;
}

.tlnav_wrap a {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .2rem;
    border-right: 1px solid #c7c7c7;
    border-bottom: 3px solid transparent;
    /* font-family: MicrosoftYaHei; */


    color: #5e5e5e;

}

.tlnav_wrap a:first-child {
    border-left: 1px solid #c7c7c7;

}

.tlnav_wrap a.active {
    border-bottom: 3px solid #1f64ca;
}



.tl_crumbs {
    padding-top: .5rem;
    border-bottom: 1px solid #c6c6c6;

}


.crumbs_left {
    display: flex;
    align-items: center;
}


.currnt_nav .s20 {
    /* font-family: PingFang-SC-Medium; */
    display: block;
    color: #6a6a6a;
    padding: .5em 0;
    white-space: nowrap;
    position: relative;
}

@media (max-width: 1920px) {
    .currnt_nav .s20 {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .currnt_nav .s20 {
        font-size: 16px;
    }
}

.currnt_nav .s20:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #848484;
}

.current_list {
    display: flex;
    /* flex-wrap: wrap; */
    margin-left: .6rem;

}

.current_list a {
    display: block;
    margin-right: .6rem;
    white-space: nowrap;
    /* padding-bottom: .1rem; */
    color: #6a6a6a;

}

.current_list a.active {
    color: #2c71f6;
}

.current_list a:hover {
    color: #2c71f6;
}


.cr_form {
    display: flex;
}

.cr_form .s18 {
    border: none;
    /* font-family: SourceHanSansCN-Normal; */

    color: #ffffff;
    background-color: #2c6fd0;
    padding: .06rem .15rem;
}

.cr_form {
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #2c6fd0;
    overflow: hidden;
}


.tl_crumbs_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.cr_form input {
    padding-left: .15rem;
}


.article_list_wrap {
    padding: .8rem 0 .95rem 0;
}


.article_list {
    display: flex;
    flex-wrap: wrap;
}


.article_item {
    width: calc(270 / 870 *100%);
    margin-right: calc(30 / 870 * 100%);
    margin-bottom: .5rem;
}

.article_item:nth-child(3n) {
    margin-right: 0;
}

.article_item_act .s16 {
    /* font-family: SourceHanSansCN-Normal; */
    color: #525252;
    line-height: 1.4;
}

.article_item_act {
    margin-top: .1rem;
}

.article_item_act .s12 {
    /* font-family: SourceHanSansCN-Normal; */
    color: #919191;
    margin-top: .1rem;
}

.article_list_img img {
    transition: all .3s;
    width: 100%;
    border: 1px solid #eee;
}

.article_list_img {
    overflow: hidden;
}

.article_item:hover .article_list_img img {
    transform: scale(1.1);
    transition: all .3s;
}

.article_item:hover .article_item_act .s16 {
    color: #2c6fd0;
}

.page_wrap {
    margin: .3rem 0;
    margin-top: .5rem;
}

.page_wrap ul {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_wrap ul li {
    margin: 0 .1rem;
}

.page_wrap ul li a {
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    /* border: solid 1px #b5b5b5; */
}

.page_wrap ul li a img {
    max-width: 30%;
}

.page_wrap ul li a {
    color: #666666;
    transition: all .3s;
}

.page_wrap ul li a.active {
    background-color: #0390fc;
    color: #ffffff;
    transition: all .3s;
    border: none;
}

.page_wrap ul li a img.active {
    display: none;
}

.page_wrap ul li a:hover {
    background-color: #0390fc;
    color: #ffffff;
    transition: all .3s;
    border: none;
}

.page_wrap ul li a:hover img {
    display: none;
}

.page_wrap ul li a:hover img.active {
    display: block;
    transition: all .3s;
}

.page_wrap ul li a.first_page {
    width: 81px;
    height: 39px;
    border-radius: 19px;
}

.edadoc_wrap {
    padding-top: 1rem;
}

.edadoc_a1 p {
    /* font-family: MicrosoftYaHei; */

    color: #666666;
    line-height: 2;

}

.about_tite .s40::after {
    margin: 0 auto;
    content: '';
    display: block;
    width: 45px;
    height: 4px;
    background-color: #066dd9;
    margin-top: .1rem;

}

.about_tite .s40 {
    text-align: center;
    /* font-family: MicrosoftYaHei; */

    color: #333333;
    font-weight: bold;
}

.production-base {
    margin-top: 1rem;
    padding: .8rem 0;
    background-color: #f1faff;
}

.pb-describe {
    display: flex;
    margin-top: .5rem;
}

.pbd_left {
    position: relative;
}

.pbd_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.pbd-address {
    position: absolute;
    left: .15rem;
    bottom: .15rem;
}

.pbd_left,
.pbd_right {
    width: 50.5%;
}

.pbd_right {
    padding: .45rem;
    background-color: #2c71f6;
}

.pbd_right p {
    /* font-family: MicrosoftYaHei; */
    color: #f5f0ea;
    line-height: 1.7;
}

.pdf_list_item {
    position: relative;
    margin-top: .1rem;
    width: calc(594 / 1200 *100%);

}


.pdf_list_item::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    transition: all 1s;
}

.pdf_list_item:hover::after {
    background-color: rgba(0, 0, 0, 0);
    transition: all 1s;
}

.pbd-address {
    /* font-family: MicrosoftYaHei; */
    color: #f5f0ea;
}

.pd_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pbd_left {
    overflow: hidden;
}

.pbd_left:hover img {
    transform: scale(1.1);
    transition: all .3s;
}


.pdf_list_item img {
    width: 100%;
    transition: all .3s;
}

.pdf_list_item {
    overflow: hidden;
}

.pdf_list_item:hover img {
    transform: scale(1.1);
    transition: all .3s;
}


.advantage {
    margin-top: .8rem;
    padding-bottom: .8rem;
}

.advantage_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
}

.advantage-item {
    width: 50%;
    padding: .25rem .25rem .6rem;
}

.advantage-item.popure {
    background-color: rgba(90, 162, 255, .1);
}

.advan-titile {
    margin-bottom: .2rem;
}

.advan-titile p {
    /* font-family: MicrosoftYaHei; */
    color: #000000;
}

.advan-titile p::after {
    content: '';
    display: block;
    width: 62px;
    height: 4px;
    background-color: rgba(0, 0, 0, .5);
    margin-top: .2rem;
}


.advan-list p {
    /* font-family: MicrosoftYaHei; */
    color: #000000;
    line-height: 2.0;
}

.advantage-item {
    position: relative;
}

.adv_link {
    display: block;
    width: .39rem;
    position: absolute;
    bottom: .2rem;
    right: .2rem;
}


.advantage-item.green {
    background-color: rgba(49, 227, 181, .1);

}

.advantage-item.a5e {
    background-color: rgba(165, 219, 99, .1);
}

.advantage-item.ffc {
    background-color: rgba(255, 199, 49, .1);
}

@media(max-width: 1150px) {

    .h-cont,
    .h_top_con,
    .h_wrap {
        width: 90%;
    }
}



@media(max-width: 1000px) {
    .tl_crumbs_wrap {
        padding-bottom: .2rem;
    }

    .current_list {
        width: calc(100% - 26px);
        overflow-x: auto;
        /* padding-bottom: .2rem; */
    }

    .current_list::-webkit-scrollbar {
        height: 5px;


    }

    .current_list::-webkit-scrollbar-track {

        background-color: #f5f5f5;

        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);

        border-radius: 5px;

    }

    .current_list::-webkit-scrollbar-thumb {

        background-color: rgba(0, 0, 0, 0.2);

        border-radius: 5px;

    }

    .current_list::-webkit-scrollbar-corner {

        background-color: black;

    }

    .crumbs_left {
        width: 100%;
        margin-bottom: .2rem;
    }

    .current_list a {
        line-height: 1.6;
    }

    .clh_phone.he_lange {
        display: block;
        margin-left: auto;
        margin-right: 10px;
    }
}

.has_item_phone {
    display: none;
}

@media (max-width: 900px) {
    .hal_act {
        display: none;
    }

    .article_list {
        justify-content: space-between;
    }

    .article_item {
        width: 48%;
        margin-right: 0;
    }

    .tlnav_wrap {
        /* flex-wrap: wrap; */
        overflow-x: auto;
        justify-content: flex-start;
    }

    /* .tl_banner {
        padding-bottom: 20.114%;
    } */

    .has_item {
        padding-bottom: 62.125%;
    }
}

.other_banner_phone {
    display: none;
}

@media (max-width: 750px) {
    .tl_banner {
        padding-bottom: 0;
    }

    .other_banner_phone {
        display: block;
        width: 100%;
    }

    .has_item_phone {
        display: block;
        position: relative;
    }

    .has_item_phone img {
        width: 100%;

    }

    .has_item {
        display: none;
    }

    /*.tl_banner {*/
    /*    padding-bottom: 25.114%;*/
    /*}*/

    .advantage-item {
        width: 100%;
    }

    .pdf_list_item {
        width: 100%;
    }

    .pb-describe {
        flex-wrap: wrap;
    }

    .pbd_left,
    .pbd_right {
        width: 100%;
    }

    .tlnav_wrap a {
        /* width: 50%; */
        width: auto;
        padding: .2rem .4rem;
        white-space: nowrap;
        border: 1px solid #c7c7c7;
    }

    .foot_menu_list {
        width: 100%;
        margin-bottom: .35rem;
        flex-wrap: wrap;
    }

    .foot_m_item {
        margin: 0 0;
        width: 25%;
    }

    .foot_logo {
        width: 100%;
        margin-bottom: .35rem;
    }

    .hd_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: .5rem;
    }

    .hc_item {
        width: 1.36rem;
        height: 1.36rem;
    }

    .hc_item:nth-child(4n) {
        margin-right: 0;
    }

    .hb_container_donw {
        flex-wrap: wrap;
    }

    .hb_con_left,
    .hb_con_right {
        width: 100%;
    }

    .ha_item_list {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .hal_item {
        width: 48%;
        margin-bottom: .35rem;
        margin-right: 0;
    }
}

.honor_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .8rem;
}

.honor_wrap {
    padding: 1rem 0;
}

.honor-item {
    width: 20%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .6rem;
}

.honor-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.7rem;
}

.honor-img img {
    max-width: 80%;
    max-height: 1.7rem;
    transition: all .5s;
}


.honor-item:hover .honor-img img {
    transform: scale(1.1);
    transition: all .5s;
}

.honor-item .s21 {
    /* font-family: SourceHanSansCN-Regular; */
    text-align: center;
    color: #333333;
    margin-top: .25rem;

}

.about-culture-list {
    margin-top: .6rem;
    display: flex;
    flex-wrap: wrap;
}

.culture-item {
    width: calc(370 / 1200 *100%);
    margin-right: .34rem;
    padding-bottom: .3rem;
    border-bottom: 2px solid #a1a1a1;
    margin-bottom: .45rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.culture-item:nth-child(3n) {
    margin-right: 0;
}

.culture-act {
    margin-top: .3rem;
}

.culture-act .s22 {
    /* font-family: MicrosoftYaHei; */
    line-height: 1.4;
    color: #000;
    margin-bottom: .3rem;
}

.culture-act .s14 {
    /* font-family: MicrosoftYaHei; */
    line-height: 1.5;
    color: #666666;
}

.culture-act .s14:hover {
    text-decoration: underline;
}

.cu-date {
    margin-top: .3rem;
}

.cu-date p {
    /* font-family: MicrosoftYaHei; */
    color: #666666;
}

.culture-item-img {
    overflow: hidden;

}

.cii-wrap {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.culture-item:hover .culture-item-img img {
    transform: scale(1.1);
    transition: all .3s;
}

.culture-item-img img {
    width: 100%;
    transition: all .3s;
}

.culture-item:hover .culture-act .s22 {
    color: #205199;
}

.treatment-a {
    margin-top: .6rem;
}

.treatment-a-act p {
    /* font-family: SourceHanSansCN-Regular; */
    color: #6a6a6a;
    line-height: 1.6;
}

.treatment-a-act p strong {
    color: #333;
}

.treatment-a-act {
    margin-top: .25rem;
}

.treatment-b {
    margin-top: .6rem;
}

.Talent-recruitment {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
    flex-wrap: wrap;
}


.Talent-recruitment-item>img {
    width: 100%;
    transition: all .5s;
}

.Talent-recruitment-item {
    width: calc(581 / 1200 *100%);
    position: relative;
    overflow: hidden;
}


.Talent-recruitment-item:hover>img {
    transform: scale(1.1);
    transition: all .5s;
}

.tri_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tri_logo .s37 {
    text-align: center;
    /* font-family: MicrosoftYaHei; */

    color: #ffffff;
    margin-top: .1rem;

}

.tri_logo img {
    max-width: 1rem;
}

.sri_position {
    padding: .1rem .2rem;
    background-color: #e6f3fa;
}

.sri_position p {
    /* font-family: MicrosoftYaHei; */

    color: #0096ed;
}

.sri_con {
    padding: .25rem 0 .3rem .2rem;
}

.responsibilities p {
    /* font-family: MicrosoftYaHei; */

    color: #303030;
}

.sri_list p {
    /* font-family: MicrosoftYaHei; */
    line-height: 1.6;
    color: #505050;
}

.sri_list {
    margin-top: .2rem;
}

.sri_tips {
    margin-top: .5rem;
}

.sri_tips p {
    /* font-family: MicrosoftYaHei; */

    color: #0096ed;
    line-height: 1.6;
}

.social_recruitment_list {
    margin-top: .5rem;
}

.sco {
    margin-top: .6rem;
}

.sco_slide {
    position: relative;
}

.sco_slide .sco_bg {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sco_ma {
    position: absolute;
    bottom: .15rem;
    left: 8%;

}

.sco_ma img {
    width: 1.84rem;
    display: block;
    margin: 0 auto;
    margin-bottom: .1rem;
}

.sco_ma .s18 {
    /* font-family: SourceHanSansCN-Bold; */
    text-align: center;
    color: #ffffff;
}


@media (max-width: 750px) {
    .honor-item {
        width: 50%;
    }

    .Talent-recruitment-item {
        margin-bottom: .35rem;
    }

    .culture-item,
    .Talent-recruitment-item {
        width: 100%;
    }
}




.sec_wrap_a {
    width: 100vw;
    display: none;
    position: fixed;
    top: calc(30px + 1rem);
    left: 0%;
    z-index: 5;
    /* transform: translateX(-54%); */
}



.sec_item {
    display: flex;

    background-color: rgba(241, 241, 241, .95);

    padding: .4rem 5%;
    justify-content: center;
}

.sec_left {
    display: flex;
    margin-left: .8rem;

}

.li_s {
    margin-right: .5rem;
}


.sel_li {
    margin: 0 0;

    position: relative;
    padding: 6px 0;
    box-sizing: content-box;
    text-align: left;
    display: flex;
    align-items: center;
    /* min-width: 2.3rem; */
}

.sel_li a {

    /* font-family: MicrosoftYaHei; */
    color: #919191;

}



.sel_li:hover a {
    color: #205199;
}


.sec_img {
    width: 3.1rem;
}

.lis_title {
    margin-bottom: .15rem;
}

.lis_title .s16 {
    /* font-family: MicrosoftYaHei; */

    color: #6a6a6a;
}

.lis_title .s16:hover {
    color: #205199;
}

.product_service_a {
    padding: 1rem 0;
}

.psd_act {
    margin-top: .35rem;
    margin-bottom: .6rem;
}

.psd_act p {
    /* font-family: MicrosoftYaHei; */
    line-height: 2;
    color: #666666;
    text-indent: 2em;
}

.product_service_b_title {
    background-color: #0056a4;
    padding: .2rem 0;
    margin-top: .5rem;
}


.product_service_b_title p {
    text-align: center;
    /* font-family: MicrosoftYaHei; */

    color: #ffffff;
}

.psb_img {
    margin: 0 auto;


    margin-top: .65rem;

    overflow-x: auto;
}

.psb_img::-webkit-scrollbar {
    height: 5px;
}

.psb_img::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;

}

.psb_img::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;

}

.sco_swiper_wrap .ha_pag .swiper-pagination-bullet {
    width: 29px;
    height: 3px;
    background-color: #ffffff;
    opacity: 0.5;
    border-radius: 0;
}

.sco_swiper_wrap .ha_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background-color: #ffffff;
    opacity: 1;
    border-radius: 0;
}

.sco_swiper_wrap.swiper-container .swiper-pagination-bullets {
    bottom: 5%;
}

.tl_nav {
    background-color: #f1f1f1;
}

.design_advantages_wrap {
    margin-top: .8rem;
}

.design_advantages_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .65rem;

}

.dal_item {
    width: calc(583 / 1200 *100%);
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(47, 32, 31, 0.1);
    border-radius: 10px;
    padding: .22rem 0;
    margin-bottom: .25rem;
    transition: all .3s;

}

.dal_item:hover {
    transform: translateY(-5px);
    transition: all .3s;
}


.dal_up .s20 {
    /* font-family: MicrosoftYaHei-Bold; */
    font-weight: bold;
    color: #333333;
    margin-top: .15rem;
}

.dal_up {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dal_act {
    display: flex;
    flex-wrap: wrap;
    margin-top: .2rem;
}

.dal_act p {
    /* font-family: MicrosoftYaHei; */
    color: #666666;
    padding: 0 .2rem;
    width: 50%;
    line-height: 1.6;
    margin-bottom: .1rem;
    display: flex;
    align-items: flex-start;

}

.dal_act p:nth-child(2n) {
    width: 50%;
}

.dal_act p::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;

    background-color: #2c71f6;
    margin-right: .1rem;
    margin-top: 7px;

}

.dal_act p span {
    flex: 1;
    line-height: 1.6;
}

.dal_thired.dal_item .dal_act p {
    width: 100%;

}

.sco_p {
    margin-top: .5rem;
}

.sco_p p {
    /* font-family: SourceHanSansCN-Bold; */

    color: #3f7ade;
    text-align: center;
}

.dal_b_wrap .design_advantages_list .dal_act p {
    width: 100%;
}

.dal_img img {
    max-width: 88px;
}

.dal_b_wrap {
    padding-bottom: .5rem;
}


.parameter_table {
    display: flex;
    justify-content: space-between;
    padding-bottom: .5rem;
    margin-top: .5rem;
    align-items: flex-start;

}

.p_table_item {
    width: calc(575 / 1200 *100%);
    border: solid 1px #b8cdda;
    border-bottom: none;
}

.pti_item {
    display: flex;


}

.pti_left {
    background-color: #e5eff6;
    width: calc(287.5 / 575 *100%);
    padding: .15rem .3rem;
    border-bottom: solid 1px #b8cdda;
    border-right: solid 1px #b8cdda;
}

.pti_right {
    padding: .15rem .3rem;
    width: calc(287.5 / 575 *100%);
    background-color: #f6fafd;
    border-bottom: solid 1px #b8cdda;
}

.pti_item p {
    /* font-family: MicrosoftYaHei; */
    color: #000000;
}

.parameter_table {
    flex-wrap: wrap;
}

.pro_right p {
    /* font-family: SourceHanSansCN-Regular; */
    /* display: flex; */

    line-height: 1.6;
}

.pro_right p strong {
    line-height: 1.6;
    color: #000000;
}

.pro_right p span {
    color: #6a6a6a;
    /* display: block; */
    line-height: 1.6;
}


.programme_item {
    display: flex;
    padding: .2rem 0;
    border-top: 1px #000 dotted;
    padding-right: .45rem;
}

.programme_item:last-child {
    border-bottom: 1px #000 dotted;
}

.pro_right {
    flex: 1;
}


.programme_list {
    margin-top: .5rem;
}

.pro_left {
    width: 1.19rem;
    text-align: center;
    margin: 0 .45rem;
}

.pro_left .s14 {
    /* font-family: MicrosoftYaHei; */

    color: #000000;
    margin-top: .2rem;
}


.programme_wrap {
    padding-bottom: .5rem;
    margin-top: .5rem;
}

.design_process_wrap {
    background-color: #dce6ef;
    padding: .6rem 0;
}


.dpw_img {
    margin-top: .5rem;
}

.dpw_t p {
    /* font-family: SourceHanSansCN-Bold; */

    color: #ffffff;
}

.dpw_t p {
    display: inline-block;
    background-color: #2791ff;
    border-radius: 10px;
    padding: .05rem .2rem;
}

.dpw_act {
    margin-top: .2rem;
}

.dpw_remarks {
    margin-top: .5rem;
}

.dpw_act p {
    /* font-family: SourceHanSansCN-Normal; */

    color: #505050;
    line-height: 1.6;
}


.qas-list {
    display: flex;
    justify-content: space-between;
    margin-top: .6rem;
}


.qas-item {
    width: calc(328 / 1016 *100%);
}


.qas-up {
    padding-top: .3rem;
    padding-bottom: .8rem;
    background-size: 100% 100%;

}

.qas-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .63rem;

}

.qas-title .s36 {
    /* font-family: SourceHanSansCN-Bold; */

    color: #ffffff;
    margin-right: .25rem;
}

.qas-title img {
    max-width: .63rem;
}


.Quality-assurance-system-wrap {
    padding: .6rem 0;
}

.qas-con {
    min-height: 3.33rem;
    padding: .3rem .2rem;
}

.qas-con.qas-a {
    background-color: rgba(15, 111, 198, .15);
}

.qas-con.qas-b {
    background-color: rgba(0, 157, 217, .15);
}

.qas-con.qas-c {
    background-color: rgba(11, 208, 217, .15);
}

.qas-con p {
    /* font-family: SourceHanSansCN-Light; */
    color: #505050;
    margin-bottom: .3rem;
    line-height: 1.6;
}

.s-pro-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
}

.s-pro-item {
    width: 50%;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    margin-bottom: .45rem;
}


.s-pro-item:hover .s-pro-left img {
    /* transform: rotateZ(360deg); */
    transform: scale(1.2);
    transition: all .5s;
}

.s-pro-left {
    width: 1.22rem;
    height: 1.22rem;
    border-radius: 50%;
    background-color: #2791ff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.s-pro-left .s18 {
    /* font-family: SourceHanSansCN-Normal; */
    margin-top: .1rem;
    color: #ffffff;
}

.s-pro-left img {
    max-width: .64rem;
    transition: all .5s;
}

.s-pro-right {
    flex: 1;
    padding-left: .35rem;

}

.s-pro-right p {
    line-height: 1.8;
}


.sic_left {
    width: 32%;
}


.sic_center {
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sic_title {
    margin-bottom: .2rem;
}


.sic_title .s36 {
    font-weight: bold;
    margin-bottom: .1rem;
}


.sic_list p {
    line-height: 1.6;
}

.sic_a {
    color: #009dd9;
}


.Simulation_introduction_con {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    margin-top: 1rem;
}


.sic_left {
    text-align: right;
}

.sic_left.right {
    text-align: left;
}


.sic_b {
    color: #0f6fc6;
}



.sic_list p {
    /* font-family: SourceHanSansCN-Normal; */

    color: #505050;
}

.sic_a_wrap {
    margin-bottom: .8rem;
    transition: all .3s;
    /* padding: .2rem; */
    height: 50%;
}

/* 
.sic_a_wrap:hover {
    transform: translateY(-5px);
    transition: all .3s;
    box-shadow: 0px 6px 5px 1px rgb(0 0 0 / 15%);

} */


.sic_c {
    color: #0bd0d9;
}


.sic_d {
    color: #10cf9b;
}


.Simulation_introduction_wrap {
    padding: 1rem 0;
}


.hsic_wrap {
    width: 1124px;
    margin: 0 auto;
}


.sida_left {
    width: calc(378 / 1124 *100%);
}


.sida_act_p p {
    display: flex;
}

.sida_act_p p span {
    /* font-family: MicrosoftYaHei; */
    line-height: 1.6;
    color: #4f5050;
}

.sida_act_p {
    margin-top: .4rem;
}

.sida_titl {
    background-color: #008bd5;
    display: inline-block;
    padding: .1rem .25rem;
    border-radius: 20px;
    position: relative;
}


.sida_line {
    position: absolute;
    width: 2.03rem;
    left: 100%;
    top: 50%;
    z-index: 3;
}

.sida_center {
    width: 3.04rem;
}

.sida_titl p {
    /* font-family: MicrosoftYaHei-Bold; */
    font-weight: bold;
    color: #f1f1f1;
}


.sida_item {
    margin-bottom: .2rem;
    transition: all .3s;
    padding: .2rem;
    min-height: 50%;
}

.sida_item:hover {
    transform: translateY(-5px);
    transition: all .3s;
    /* box-shadow: 0px 6px 5px 1px rgb(0 0 0 / 15%); */
}


.sida_item:nth-child(1) .sida_act_p {
    width: 2.61rem;
}


.sida_item:nth-child(2) .sida_line {
    top: -70%;
    left: 100%;

}


.sid_a_wrap {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-top: .65rem;
}


.sida_left.right {
    text-align: right;
}

.sida_left.right .sida_act_p {
    margin-left: auto;
}


.sida_left.right .sida_titl .sida_line {
    right: 100%;
    left: auto;
}


.sida_left.right .sida_act_p p {
    text-align: left;
}

.sida_left.right .sida_act_p p {
    text-align: left;
}

.sida_left.right .sida_item .sida_act_p {
    width: auto;
    padding-left: .5rem;
}


.about_tite .s24 {
    /* font-family: MicrosoftYaHei; */
    text-align: center;
    color: #4f5050;
    margin-top: .1rem;
}


.ddr_b_wrap {
    background-color: #f1f1f1;
    padding: .65rem 0;
}


.ddrb_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}


.ddrb_item {
    width: calc(524 / 1125 *100%);
}

.ddrb_item .s14 {
    text-align: center;
    margin-top: .25rem;
}

.ddrb_img {
    overflow: hidden;
}

.ddrb_img:hover img {
    transition: all .5s;
    transform: scale(1.1);
}

.ddrb_img img {
    width: 100%;
    transition: all .5s;
}


.ddr_c_wrap {
    padding: .6rem 0;
}

.ddrc_p {
    margin-top: .25rem;
}

.ddrc_p p {
    /* font-family: MicrosoftYaHei; */
    line-height: 1.6;
    color: #505050;
    text-align: center;
}


.ddrc_img {
    margin-top: .3rem;
}


.ddrc_img {
    overflow: hidden;
}

.ddrc_img:hover img {
    transition: all .5s;
    transform: scale(1.1);
}

.ddrc_img img {
    width: 100%;
    transition: all .5s;
}


.ddr_container {
    display: flex;
}

.ddr_item {
    width: calc(541 / 1125 *100%);
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.2);
    border-radius: 5px;
    padding: .25rem .2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.ddr_d_act .s24 {
    /* font-family: MicrosoftYaHei-Bold; */

    color: #008bd5;
    margin-bottom: .15rem;
}

.ddr_d_act .s14 {
    /* font-family: MicrosoftYaHei; */

    color: #4f5050;
    line-height: 1.6;
}


.ddr_d_wrap {
    background-color: #f1f1f1;
    padding: .6rem 0;
}


.ddr_container {
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
}


.ddr_d_act {
    margin-bottom: .2rem;
}

.ddr_d_img {
    overflow: hidden;
}

.ddr_d_img img {
    width: 100%;
    transition: all .5s;
}

.ddr_item:hover .ddr_d_img img {
    transform: scale(1.1);
    transition: all .5s;
}

@media (max-width: 1400px) {
    .s-pro-left {
        width: 1.8rem;
        height: 1.8rem;
    }
}

@media (max-width: 1100px) {
    .sida_item {
        min-height: auto;
    }

    .hsic_wrap {
        width: 90%;
    }

    .s-pro-left {
        width: 1.8rem;
        height: 1.8rem;
    }
}

@media (max-width: 750px) {
    .sida_left.right {
        text-align: left;
    }

    .ddrb_wrap,
    .ddr_container {
        flex-wrap: wrap;
    }

    .ddr_item {
        width: 100%;
    }

    .ddrb_item {
        width: 100%;
        margin-bottom: .5rem;
    }

    .sida_left.right .sida_item .sida_act_p {
        padding-left: 0;
    }

    .sida_item:nth-child(1) .sida_act_p {
        width: 100%;
    }

    .sid_a_wrap {
        flex-wrap: wrap;
    }

    .sida_item {
        width: 100%;
        margin-bottom: .5rem;
    }

    .sida_left {
        width: 100%;
    }

    .sida_line {
        display: none;
    }

    .Simulation_introduction_con {
        flex-wrap: wrap;
    }

    .sic_center {
        margin-bottom: .65rem;
    }

    .sic_left,
    .sic_center {
        width: 100%;
        text-align: center;
    }

    .sic_left.right {
        text-align: center;
    }

    .s-pro-item {
        width: 100%;
    }


    .qas-list {
        flex-wrap: wrap;
    }

    .qas-title {
        height: 1rem;
    }

    .qas-item {
        width: 100%;
        margin-bottom: .5rem;
    }

    .programme_item {
        padding-right: 0;
    }

    .dal_item .dal_act p,
    .p_table_item {
        width: 100%;
    }

    .p_table_item {
        margin-bottom: .5rem;
    }

    .dal_item {
        width: 100%;
    }

    .tl_banner.serves {
        background-position: 60% 50%;
    }

    .sco_slide .sco_bg {
        /* height: 5rem; */
    }

    .sco_ma {
        bottom: 10%;
    }
}


.fta_wrap {
    padding: .65rem 0 .3rem;
}


.fta_be {
    width: 3.32rem;
    height: 3.32rem;
    border-radius: 50%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}


.fta_con_item {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    display: flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.2);
    padding: 10%;
    text-align: center;
}


.fta_con_item .s24 {
    /* font-family: MicrosoftYaHei-Bold; */
    font-weight: bold;
    color: #f1f1f1;
    padding: .1rem .25rem;
    background-color: #008bd5;
    border-radius: 25px;
    margin-bottom: .2rem;
}

.fta_con_item .s14 {
    width: 100%;
    /* font-family: MicrosoftYaHei; */
    line-height: 1.8;

    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    color: #4f5050;
}

.fta_center {
    width: 4.1rem;
    height: 4.1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.fta_con_item img {
    max-width: 100%;
    border-radius: 50%;

}


.fta_list {
    margin-top: .6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.simulation_process_wrap {
    padding: .5rem 0;
    background-color: #f1f1f1;
}


.spw_lfet {
    width: calc(651 / 1091 *100%);
    background-color: #fbfbfb;
    border-radius: 10px;
    border: solid 2px #d4d4d4;
    padding: .35rem;
    position: relative;
    min-height: 4.12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.spw_item {
    position: relative;
    margin-bottom: .8rem;
}

.spw_l_item img {
    transition: all .5s;
}

.spw_lfet:hover .spw_l_item img {
    transform: scale(1.1);
    transition: all .5s;
}

.spw_l_item {
    overflow: hidden;
}

.spw_right:hover .spw_right_t {
    transform: translateY(-5px);
    transition: all .3s;
}


.spw_right {
    width: calc(529 / 1091 *100%);
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.2);
    border-radius: 10px;
}


.spw_right {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .7rem;
    top: 50%;
    transform: translateY(-50%);
    min-height: 3.23rem;
}


.spw_right_act p {
    /* font-family: MicrosoftYaHei; */
    line-height: 1.8;
    color: #090c1f;
}

.spw_right_t {
    margin-bottom: .25rem;
}


.spw_right_t p {
    display: inline-block;
    /* font-family: MicrosoftYaHei-Bold; */
    padding: .1rem .3rem;
    border-radius: 25px;
    color: #ffffff;
    background-color: #008bd5;
}


.spw_list {
    margin-top: .5rem;
}


.spw_l_item {
    margin-right: auto;
    max-width: 88%;
}


.spw_l_item img {
    width: 100%;
}

.spw_jt {
    position: absolute;
    left: 50%;
    top: calc(100% + .15rem);
    transform: translateX(-50%);
}


.spw_item:nth-child(2n) .spw_lfet {
    margin-right: 0;
    margin-left: auto;
}

.spw_item:nth-child(2n) .spw_lfet .spw_l_item {
    margin-left: auto;
    margin-right: 0;
}

.spw_item:nth-child(2n) .spw_right {
    right: auto;
    left: 0;
}

.spw_jt {
    width: .51rem;
}


.spw_l_item p {
    margin-top: .15rem;
    text-align: center;
}


.spw_item:last-child .spw_jt {
    display: none;
}

.wrap_jt.spw_jt {
    display: none;
}


.pi_img {
    margin-top: .6rem;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    background-color: #33ccff;
    padding: 5px .88rem;
}


.pi_left_img {
    width: calc(390 / 1200 *100%);
    position: relative;
}

.pi_left_img img {
    position: absolute;
    width: 100%;
    max-width: 3.90rem;
    left: 0;
    top: 53%;
    transform: translateY(-50%);
}

.pi_img_title p {
    /* font-family: MicrosoftYaHei; */

    color: #666666;
    padding-bottom: .15rem;
}

.pi_img_act p {
    display: flex;
    line-height: 1.6;
    /* font-family: MicrosoftYaHei; */
    align-items: flex-start;
    color: #666666;
}

.pi_img_act p span {
    line-height: 1.6;
}


.pi_img_right {
    background-color: #ffffff;
    width: calc(468 / 1200 *100%);
    padding: .4rem .3rem;
}


.pi_num_list {
    display: flex;
    justify-content: space-around;
    margin-top: .5rem;
}


.pi_num {
    width: 67px;
    height: 67px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MaoKenTangYuan-beta;

    color: #ffffff;
    margin: 0 auto;
}


.pi_num_p p {
    /* font-family: MicrosoftYaHei; */
    line-height: 1.6;
    color: #4f5050;
    text-align: center;
}


.pi_num_img_list {
    margin-top: .65rem;
    display: flex;
    justify-content: space-between;
}


.pi_num_img_item {
    width: calc(540 / 1200 *100%);
    text-align: center;
}

.pi_num_img_item .s14 {
    /* font-family: MicrosoftYaHei; */
    margin-top: .2rem;
    color: #4f5050;
}


.pi_last_item {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.15);

    width: calc(541 / 1140 *100%);
    padding: .3rem;
    margin-bottom: .5rem;
    transition: all .3s;
}


.pi_last_item:hover {
    transform: translateY(-5px);
    transition: all .3s;
}

.pi_last_img img {
    transition: all .3s;
    width: 100%;
    height: 100%;
}

.pi_last_item:hover .pi_last_img img {
    transform: scale(1.1);
    transition: all .5s;
}


.ja_last:hover {
    transform: translateY(-5px);
    transition: all .3s;
}


.pi_last_title p {
    /* font-family: MicrosoftYaHei-Bold; */
    padding: .1rem .3rem;
    color: #ffffff;
    background-color: #2791ff;
    display: inline-block;
    border-radius: 20px;
    transform: translateX(-.6rem);
    font-weight: bold;
}


.pi_last_act {
    margin: .4rem 0 .45rem 0;
}

.pi_last_act p {
    /* font-family: MicrosoftYaHei; */
    line-height: 1.6;
    color: #4f5050;
}


.pi_last_list {
    margin-top: .65rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.sip_con {
    position: relative;
}


.sip_right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(531 / 1090 *100%);

}


.sip_right img {
    width: 100%;
}



.sip_left {
    width: calc(615 / 1090 *100%);
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.15);
    min-height: 3.58rem;
    border-radius: 10px;
    padding: .5rem 0;

}


.sip_left_p {
    max-width: 88%;
    padding-left: .8rem;
}


.sip_left_p p {
    /* font-family: MicrosoftYaHei; */
    line-height: 1.8;
    color: #505050;

}




.sip_wrap {
    margin-top: .5rem;
}


.ja_center {
    width: 100%;
    display: flex;
    position: relative;
}


.jac_line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: calc(790 / 1920* 100%);
    height: 80%;
}


.jac_line img {
    max-height: 100%;
    width: auto;
}


.jac_left {
    width: calc(790 / 1920* 100%);
    background-color: #1c9bd1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1rem;

}

.jac_left p {
    /* font-family: SourceHanSansCN-Bold; */

    color: #ffffff;
}

.jac_right {
    width: calc(1130 / 1920* 100%);
    background-color: #51bdeb;

    padding: .35rem;
    padding-left: 1rem;
}

.jac_right a {
    /* font-family: MicrosoftYaHei-Bold; */
    display: inline-block;
    color: #0099ff;
    padding: .05rem;
    background-color: #ffffff;
    margin-top: .2rem;
}

.jac_right p {
    /* font-family: MicrosoftYaHei; */
    line-height: 1.8;
    color: #ffffff;
}



.pi_last_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.ja_con_list .pi_last_title p {
    min-width: 3.61rem;
    text-align: center;
}


.llc_title p {
    /* font-family: MicrosoftYaHei-Bold; */
    font-weight: bold;
    color: #505050;
}


.la_last_con {
    display: flex;
    margin-top: .35rem;
}


.ja_last {
    padding: .35rem;
    transition: all .3s;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.15);
}

.llc_p_list {
    margin-top: .25rem;
}

.llc_p_list p {
    line-height: 1.6;

    color: #505050;
}


.llc_item {
    width: 50%;
}


.jc_con {
    display: flex;
    margin-top: .65rem;
    justify-content: space-around;
}


.jc_item .s14 {
    /* font-family: MicrosoftYaHei; */
    margin-top: .2rem;
    color: #666666;
    text-align: center;
}

.jc_img {
    overflow: hidden;
}

.jc_item {
    width: calc(493 / 1140 *100%);
}

.jc_item:hover .jc_img img {
    transform: scale(1.1);
    transition: all .5s;
}


.jc_item img {
    width: 100%;
    transition: all .5s;
}


.jc_con_deep {
    display: flex;
}


.jc_con_deep_item {
    width: calc(379 / 1140 *100%);
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.2);
    margin-right: .3rem;
    padding: .35rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jcdi_img {
    overflow: hidden;
}

.jcdi_img img {
    transition: all .5s;
}

.jc_con_deep_item:hover .jcdi_img img {
    transition: all .5s;
    transform: scale(1.1);

}

.jc_con_deep_item .s14 {
    /* font-family: MicrosoftYaHei; */

    color: #000000;
    text-align: center;
    margin-top: .3rem;
}


.jc_con_deep_item:nth-child(3n) {
    margin-right: 0;
}


.jcdi_img {
    max-width: 95%;
    margin: 0 auto;
}


.jc_wrap {
    padding: .65rem 0;
}


.jc_con_deep {
    margin-top: .5rem;
}

.ga_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ga_left {
    text-align: right;
    width: 25%;
}

.ga_left.right {
    text-align: left;
}


.gal_title p {
    /* font-family: MicrosoftYaHei-Bold; */
    padding: .1rem .25rem;
    color: #ffffff;
    border-radius: 25px;
    background-color: #008bd5;
    display: inline-block;
}


.ga_center {
    width: 2.96rem;
    margin: 0 .5rem;
}

.gal_p {
    margin-top: .2rem;
}

.gal_p p {
    /* font-family: MicrosoftYaHei; */
    line-height: 1.8;
    color: #4f5050;
}


.gal_item {
    margin: 1rem 0;
}

.about_tite .s14 {
    /* font-family: SourceHanSansCN-Regular; */
    margin-top: .25rem;
    color: #505050;
    text-align: center;
    line-height: 1.6;
}

.gb_wrap {
    margin-top: .5rem;
    width: 100%;
    position: relative;
}

.bg_swiper_wrap.swiper-container {
    width: calc(100% + 0.3rem);
    margin-left: -0.15rem;
}

.gb-arrow {
    width: .52rem;
    height: .52rem;
    margin-top: -0.26rem;
    top: 50%;
    border-radius: 50%;
    background-color: #fff;
    transition: all .3s;
    background-image: url(../images/arrow-prev-black.png);
    background-size: .14rem auto;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}

.gb-arrow.swiper-button-disabled {
    pointer-events: none;
}

.gb-prev {
    left: -1rem;
}

.gb-next {
    right: -1rem;
    transform: rotate(180deg);
}

@media(min-width: 1201px) {
    .gb-arrow:hover {
        background-color: #0071dc;
        background-image: url(../images/arrow-prev.png);
    }
}

@media(max-width: 1350px) {
    .gb_wrap {
        padding: 0 0.72rem;
    }

    .gb-prev {
        left: 0;
    }

    .gb-next {
        right: 0;
    }
}

@media(max-width: 700px) {
    .gb_wrap {
        padding: 0 0.52rem;
    }

    .gb-prev {
        left: -0.2rem;
    }

    .gb-next {
        right: -0.2rem;
    }
}

.bg_swiper_wrap .swiper-slide {
    padding: 0 0.15rem;
}


.gb_item {

    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.2);
    border-radius: 5px;
    padding: .35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
}


.gb_item img {
    width: 100%;
    transition: all .5s;
}

.gb_item:hover img {
    transform: scale(1.1);
    transition: all .5s;

}


.gcl_item {
    display: flex;
    margin-bottom: .65rem;
}


.gcl_item:nth-child(2n) {
    flex-direction: row-reverse;

}


.gcl_right img {
    transition: all .5s;
}

.gcl_item:hover .gcl_right img {
    transform: scale(1.1);
    transition: all .5s;
}

.gcl_right {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.2);
    padding: .45rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.gcl_right img {
    width: 95%;
}


.gcl_left {
    background-size: 100% 100%;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gcl_p p {
    max-width: 60%;
    /* font-family: MicrosoftYaHei; */
    line-height: 1.8;
    color: #4f5050;
    margin: 0 auto;
    display: flex;

}

.gcl_p p span {
    flex: 1;
    line-height: 1.8;
    color: #4f5050;
}

.gcl_p p::before {
    display: inline-block;
    content: '-';
    width: 5px;
    height: 5px;
    line-height: 5px;
    margin-top: 7px;

    color: #4f5050;
}

.gcl_left {
    width: 51%;
    padding: .3rem;
}

.gcl_right {
    width: 49%;
}


.gc_list {
    margin-top: .5rem;
}

.pcb_a {
    display: flex;
    justify-content: space-between;
}

.pcba_left {
    width: calc(580 / 1200 *100%);
}


.pcba_right {
    width: calc(565 / 1200 *100%);
}

.pcb_a {
    margin-top: .5rem;
}


.pcba_p p {
    /* font-family: SourceHanSansCN-Light; */
    line-height: 2;
    color: #505050;
}


.pcba_left img {
    width: 100%;

}


.pcb_b {
    padding: .65rem 0;
    background-color: #dce6ef;
}

.pcb_b_list {
    display: flex; flex-wrap: wrap;
    margin-top: .5rem;
}

.pcbb_item {
    width: calc(283 / 1200 *100%);
    background-color: #ffffff;
    padding: .35rem 0;
    margin-right: calc(22 / 1200 *100%); 
    margin-bottom: 0.24rem;
    transition: all .3s;
}

.pcbb_item:nth-child(4n) {
    margin-right: 0;
}


.pcbb_item:hover {
    transform: translateY(-5px);
    transition: all .3s;
    /* box-shadow: 0px 6px 5px 1px rgb(0 0 0 / 15%); */
}

.pcbb_img img {
    transition: all .8s;
}

/* .pcbb_item:hover .pcbb_img img {
    transform: rotateZ(360deg);
    transition: all .8s;
} */

.pcbb_img {
    width: .92rem;
    height: .92rem;
    background-color: #2c71f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.pcbb_img img {
    max-width: 60%;
}

.pcpp_act {
    margin-top: .3rem;
    padding: 0 20%;
}

.pcpp_act p {
    /* font-family: SourceHanSansCN-Normal; */
    line-height: 1.6;
    color: #505050;
    text-align: center;
}


.pcb_c {
    padding: .65rem 0;
}


.pcbc_table_wrap {
    display: flex;
    margin-top: .5rem;
    justify-content: space-between;
}


.p_table {
    width: 48%;
}


.pro_canshu table {
    border: none;
    border-top: 1px solid #dddddd;
    margin: 0;
}


.pro_canshu {
    overflow-x: auto;
    margin-top: .2rem;
}


.pro_canshu .layui-table thead tr {
    background-color: #ffffff !important;
}

.pro_canshu .layui-table[lay-even] tr:nth-child(even) {
    background-color: #f6fafd;
}

.pro_canshu .layui-table[lay-even] tr {
    background-color: #e5eff6;
}


.pro_canshu .layui-table th,
.pro_canshu .layui-table td {
    padding: 15px 15px;
    /* min-width: 100px; */
    border-right: 1px solid #fff !important;
    /* font-family: SourceHanSansCN-Normal; */
    /* font-weight: bold; */
    color: #000000;
}

.pro_canshu .layui-table th:first-child,
.pro_canshu .layui-table td:first-child {
    width: 120px;
}

.no_wrap {
    white-space: nowrap
}

.pro_canshu .layui-table th {
    font-family: SourceHanSansSC-Medium;
    color: #e5eff6;
    background-color: #2c71f6;
    font-weight: bold;

}


.table_last_tr p {
    background-color: #e5eff6;
    padding: 15px 15px;
    /* font-family: SourceHanSansCN-Normal; */

    color: #000000;
    line-height: 1.6;
}


.p_table_title p {
    /* font-family: SourceHanSansCN-Bold; */
    color: #333333;
}


.pcb_pe_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
}


.pcb_pe_item {
    width: calc(269 / 1200 *100%);
    margin-right: .4rem;
    margin-bottom: .3rem;
    transition: all .5s;
}

.moqb_item:hover {
    transform: translateY(-5px);
    transition: all .3s;
    /* box-shadow: 0px 6px 5px 1px rgb(0 0 0 / 15%); */
}

/* 
.moqb_item:hover .moqb_num {
    transform: rotateZ(360deg);
    transition: all .5s;
} */

.pcb_pe_item:nth-child(4n) {
    margin-right: 0;
}


.pcb_pe_img {
    overflow: hidden;
}

.pcb_pe_item:hover .pcb_pe_img img {
    transform: scale(1.1);
    transition: all .3s;
}

.pcb_pe_img img {
    width: 100%;
    transition: all .3s;
    max-height: 186px;
    object-fit: cover;
}

.pcb_pe_item .s14 {
    /* font-family: SourceHanSansCN-Normal; */

    color: #333333;
    margin-top: .1rem;
    text-align: center;
}


.pe_swiper .swiper-slide {
    width: calc(270/ 1200 *100%);
    margin-right: .38rem;
}

.pe_swiper .swiper-slide:last-child {
    margin-right: 0;
    min-height: 4.27rem;
}

.pe_slide {
    background-color: #ffffff;
    padding: .25rem;
    height: 100%;
}

.pe_slide {
    transition: all .3s;
}

.pe_slide:hover {
    transform: translateY(-5px);
    transition: all .3s;
    /* box-shadow: 0px 6px 5px 1px rgb(0 0 0 / 15%); */
}

.pe_slide:hover .pe_slide_img img {
    transform: scale(1.1);
    transition: all .3s;
}

.pe_slide_img {
    overflow: hidden;
    height: 1.85rem;
}

.pe_slide_img img {
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;

}

.pe_slide_up .s18 {
    /* font-family: SourceHanSansCN-Normal; */
    margin-top: .2rem;
    color: #333333;
    text-align: center;
}

.pe_slide_down {
    margin-top: .35rem;
}

.pe_slide_down p {
    /* font-family: SourceHanSansCN-Normal; */
    line-height: 1.6;
    color: #333333;
}


.pcb_swiper_wrap {
    margin-top: .5rem;
    position: relative;
}

.pe_swiper_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.pe_swiper_btn.pe_prev {
    left: 5%;
}

.pe_swiper_btn.pe_next {
    right: 5%;
}

.stm_a_p {
    margin-top: .5rem;
}

.stm_a_p p {
    /* font-family: SourceHanSansCN-Light; */
    /* text-indent: 2em; */
    color: #505050;
    line-height: 1.8;
}

.stm_a_p table {
    width: 100% !important;
}


.smt_a_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .3rem;
}

.amt_a_item {
    width: calc(380 / 1200 *100%);
    position: relative;
    margin-right: calc(30 / 1200 * 100%);
    margin-bottom: .3rem;
    overflow: hidden;
}
.amt_a_item:nth-of-type(3n) {
    margin-right: 0;
}

@media (min-width: 1920px) {}


.amt_a_item p {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    text-align: right;
    padding: .02rem;
    padding-right: .15rem;
    background-color: rgba(0, 0, 0, .3);
    /* font-family: SourceHanSansCN-Bold; */

    color: #f5f0ea;
}



.amt_a_item img {
    width: 100%;
    transition: all .5s;
}

.amt_a_item:hover img {
    transform: scale(1.1);
    transition: all .5s;
}


.smt_b_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
}

.smt_b_item {
    background-color: rgba(255, 255, 255, .5);
    width: calc(381 / 1200 *100%);
    padding: .35rem;
    margin-right: .28rem;
    margin-bottom: .35rem;
    transition: all .3s;
}


.smt_b_item:hover {
    transform: translateY(-5px);
    transition: all .3s;
    /* box-shadow: 0px 6px 5px 1px rgb(0 0 0 / 15%); */
}



.smt_b_item:nth-child(3n) {
    margin-right: 0;
}

.smt_b_losg {
    width: .92rem;
    border-radius: 50%;
    background-color: #2c71f6;
    height: .92rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;

}

.smt_b_losg img {
    max-width: 60%;
    transition: all .8s;
}

.smt_b_p {
    margin-top: .3rem;
}

.smt_b_p p {
    text-align: center;
    /* font-family: SourceHanSansCN-Normal; */
    color: #505050;
    line-height: 1.6;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.smt_c_img {
    margin-top: .5rem;
}

.smc_act {
    margin-top: .5rem;
}

.smc_wrap {
    margin-top: .6rem;
}

.smc_act p {
    /* font-family: SourceHanSansCN-Light; */

    color: #505050;
    line-height: 1.6;
}

.smc_act p a {
    /* font-family: SourceHanSansCN-Light; */

    color: #2791ff;

}


.smd_wrap {
    display: flex;
    margin-top: .5rem;
    justify-content: space-between;
}


.smd_img {
    width: 48%;
}

.sme_img {
    margin-top: .5rem;
}

.sme_img img {
    width: 100%;
}


.about_tite .s14 {
    /* font-family: SourceHanSansCN-Light; */
    color: #505050;
    margin-top: .5rem;
}


.moqb_num {
    width: 46px;
    height: 46px;
    display: block;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    margin: 0 auto;
    transition: all .5s;
    padding-right: 3%;
}


.moq_b_list {
    display: flex;
    margin-top: .5rem;
}

.moqb_item {
    width: calc(183 / 1200 *100%);
    background-color: #ffffff;
    padding: .3rem;
    margin-right: .2rem;
    transition: all .5s;
}

.moqb_p {
    margin-top: .25rem;
}

.moqb_p.s14 p {
    /* font-family: PingFang-SC-Bold; */
    line-height: 1.8;
    color: #474747;
    text-align: center;
}


.moqb_item:nth-child(6n) {
    margin-right: 0;
}


.moq_quan {
    width: 1.06rem;
    height: 1.06rem;
    border: solid 3px #009dd9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;

}


.moq_quan p {
    display: inline-block;
    text-align: center;
    /* font-family: SourceHanSansCN-Bold; */
    color: #009dd9;
    padding: .1rem;
}


.moq_c_list {
    display: flex;
}

.moq_c_list_item {
    width: 33.3333%;
    display: flex;
    align-items: center;
    padding-right: .35rem;
}


.moq_c_list_item:hover .moq_quan {
    transform: translateY(-5px);
    transition: all .3s;

}

.moq_c_right {
    margin-left: .2rem;
    flex: 1;
}

.moq_c_right p {
    /* font-family: SourceHanSansCN-Light; */

    color: #505050;
    line-height: 1.8;
}


.moq_c_list {
    margin-top: .5rem;
}


.moq_c_list_item.mb .moq_quan {
    border: solid 3px #0bd0d9;
}

.moq_c_list_item.mc .moq_quan {
    border: solid 3px #10cf9b;
}

.moq_c_list_item.mb .moq_quan p {
    color: #0bd0d9;
}

.moq_c_list_item.mc .moq_quan p {
    color: #10cf9b;
}

.moq_c_list_item.mc {
    padding-right: 0;
}


.tec_container_list {
    padding: .5rem 0;
}


.tec_list {
    display: flex;

    justify-content: center;
}


.tec_item {
    width: 2.56rem;
    background-color: #0f6fc6;
    padding: .5rem 0;
    margin: .15rem;
    transition: all .5s;
}

.tec_item:hover {

    transition: all .5s;
    transform: translateY(-5px);

    /* box-shadow: 0px 6px 5px 1px rgb(0 0 0 / 15%); */
}

/* .tec_item:hover .tec_logo img {
    transform: rotateZ(360deg);
    transition: all .5s;
} */

.tec_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}


.tec_logo {
    height: .78rem;
}


.tec_logo img {
    max-height: 100%;
    transition: all .5s;
}


.tec_item .s34 {
    /* font-family: MicrosoftYaHei; */
    text-align: center;
    color: #ffffff;
    margin-top: .3rem;
}


.tec_item.teb {
    background-color: #019dda;
}

.tec_item.tec {
    background-color: #0bd0d9;
}

.tsa_wrap {
    padding-top: 1rem;
    padding-bottom: .5rem;
}

.tsa_p p {
    /* font-family: MicrosoftYaHei; */
    line-height: 1.8;
    color: #505050;
}

.tsa_p a {
    /* font-family: MicrosoftYaHei; */
    color: #2c71f6;
}

.tsa_img {
    margin-top: .2rem;
}

.tsa_pag .swiper-pagination-bullet {
    width: .46rem;
    height: 4px;
    background-color: #ffffff;
    border-radius: 0;
    opacity: 1;
}

.tsa_swiper .swiper-pagination.tsa_pag {
    bottom: 5%;
}

.tsa_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #437df7;
}


.tsb_wrap {
    padding: .5rem 0;
    background-size: cover;
    background-position: center center;
}

.tsb_year {
    margin-bottom: .2rem;
}

.tsb_year p {
    /* font-family: SourceHanSansCN-Bold; */

    color: #ffffff;
    text-align: center;
    text-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);

}

.tsb_p1 {
    text-align: center;
}

.tsb_p1 p {
    /* font-family: SourceHanSansCN-Bold; */
    color: #ffffff;
    display: inline-block;
    background-color: #0bd0d9;
    padding: .1rem .3rem;
    border-radius: 25px;
    line-height: 1.2;

}

.tsb_list_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .4rem;
}

.tsb_p_list p {
    /* font-family: SourceHanSansCN-Light; */
    line-height: 1.8;
    letter-spacing: 1px;
    color: #ffffff;
    display: flex;
    align-items: center;
    text-align: center;

}

.tsb_p_list p span {
    margin-right: .15rem;
}


.tsb_link {
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}

.tsb_link a {
    display: block;
    /* font-family: SourceHanSansCN-Normal; */

    color: #ffffff;
    padding: .1rem .3rem;
    background-color: #ffae00;
    border-radius: 5px;
    text-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.55);
    transition: all .3s;
}

.tsb_link a:hover {
    transform: scale(1.1);
    transition: all .3s;
}

@media (max-width: 1100px) {
    .pe_swiper_btn.pe_prev {
        left: 1%;
    }

    .pe_swiper_btn.pe_next {
        right: 1%;
    }

    .fta_be {
        width: 4.32rem;
        height: 4.32rem;
    }

    .fta_center {
        width: 5.1rem;
        height: 5.1rem;
    }
}

@media (max-width: 800px) {

    .moq_c_list {
        flex-wrap: wrap;
    }

    .moq_c_list_item {
        width: 100%;
        margin-bottom: .35rem;
    }

    .moq_b_list {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .moqb_item {
        width: 48%;
        margin-right: 0;
        margin-bottom: .35rem;
    }

    .smt_b_list {
        justify-content: space-between;
    }

    .smt_b_item {
        width: 48%;
        margin-right: 0;
    }

    .pe_swiper_btn.pe_prev {
        left: 1%;
    }

    .pe_swiper_btn.pe_next {
        right: 1%;
    }

    .pe_swiper .swiper-slide {
        width: 46%;
        /* margin-right: 0; */
    }

    .pcb_pe_list {
        justify-content: space-between;
    }

    .pcb_pe_item {
        width: 48%;
        margin-right: 0;
    }

    .p_table {
        width: 100%;
        margin-bottom: .5rem;
    }

    .pcbc_table_wrap {
        flex-wrap: wrap;
    }

    .pcbb_item {
        width: 48%;
        margin-right: 0;
        margin-bottom: .35rem;
    }

    .pcb_b_list {
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .gcl_item,
    .pcb_a {
        flex-wrap: wrap;
    }

    .gcl_left {
        padding: .4rem 0;
        /* background-size: 100% auto; */
    }

    .pcba_left {
        margin-bottom: .5rem;
    }

    .gcl_right,
    .gcl_left,
    .pcba_left,
    .pcba_right {
        width: 100%;
    }

    .ga_wrap {
        flex-wrap: wrap;
    }

    .gal_item {
        margin: .5rem 0;
    }

    .ga_left {
        width: 100%;
        text-align: center;
    }

    .ga_left.right {
        text-align: center;
    }

    .jc_con_deep {
        flex-wrap: wrap;
    }

    .jc_con {
        flex-wrap: wrap;
    }

    .jc_con_deep_item {
        margin-bottom: .5rem;
        width: 100%;
    }

    .jc_item {
        width: 100%;
        margin-bottom: .5rem;
    }

    .llc_item {
        width: 100%;
        margin-bottom: .5rem;
    }

    .la_last_con {
        flex-wrap: wrap;
    }

    .sip_right {
        transform: none;
        position: static;
        width: 100%;
    }

    .sip_left {
        width: 100%;
    }

    .pi_last_item {
        width: 100%;
    }

    .pi_num {
        width: 35px;
        height: 35px;
    }

    .pi_num_img_item {
        width: 100%;
        margin-bottom: .5rem;
    }

    .pi_num_img_list {
        flex-wrap: wrap;
    }

    .wrap_jt.spw_jt {
        top: 100%;
    }

    .spw_jt {
        display: none;
    }

    .wrap_jt.spw_jt {
        display: block;
    }

    .fta_list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .fta_center {
        margin: .5rem 0;
    }

    .spw_lfet,
    .spw_right {
        width: 100%;
    }

    .spw_l_item {
        width: 100%;
        max-width: none;
    }

    .spw_right {
        position: static;

        transform: none;
    }
}

@media (max-width:700px) {

    .pe_swiper .swiper-slide {
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 900px) {
    .amt_a_item {
        width: 48%;
        margin-right: 0;
    }
    .smt_a_list{
        justify-content: space-between;
    }
}
@media (max-width: 500px) {
    .amt_a_item {
        width: 100%;
    }
}


.tsc_con {
    display: flex;
}

.tsc_item_co {
    width: 33.3333%;
}

.tsc_item {
    width: 50%;
    margin: 0 auto;
}

.tsc_logo {
    height: .65rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;

}

.tsc_logo img {
    max-width: .64rem;
    max-height: .64rem;

}

.tsc_p .s25 {
    /* font-family: SourceHanSansCN-Bold; */
    color: #333333;
    margin: .1rem 0;
    text-align: center;
}

.tsc_p .s16 {
    /* font-family: SourceHanSansCN-Light; */
    line-height: 1.4;
    text-align: center;
    color: #333333;
}


.tsc_wrap {
    padding: .5rem 0;
    background-color: #edf2f7;
}

.ppt_img img {
    width: 100%;
    transition: all .5s;
}

.ppt_img {
    overflow: hidden;
}

.ppt_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
}

.ppt_list .ppt_item {
    width: calc(375 / 1200 *100%);
    margin-right: .35rem;
    margin-bottom: .4rem;
    display: flex;
    flex-direction: column;
}

.ppt_list .ppt_item:nth-child(3n) {
    margin-right: 0;
}

.ppt_item {
    /* width: calc(276 / 1200 *100%);
    margin-right: .3rem; */
    width: calc(270 / 870 * 100%);
    margin-right: calc(30 / 870 * 100%);
    margin-bottom: .4rem;
    display: flex;
    flex-direction: column;
}

.ppt_item:hover .ppt_img img {
    transform: scale(1.1);
    transition: all .5s;
}

.ppt_item:nth-child(3n) {
    margin-right: 0;
}

.ppt_item:hover .ppt_up .s18 {
    color: #066dd9;
}

.ppt_item:hover .ppt_date p:nth-child(2) {
    color: #066dd9;
}

.ppt_up {
    background-color: #f9f9f9;
    border: solid 1px #e2e2e2;
    padding: .2rem .25rem;
    flex: 1;

}

.ppt_date {
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
}

.ppt_up .s18 {
    /* font-family: MicrosoftYaHei; */
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}

.ppt_up .s16 {
    /* font-family: MicrosoftYaHei; */
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}

.ppt_date p {
    /* font-family: SourceHanSansCN-Regular; */

    color: #666666;
}

.tsd_wrap {
    padding: .6rem 0;

}

.li_act {
    padding: .3rem .2rem;
    background-color: #3769b2;
}

.li_s_list {
    margin-top: .35rem;
}

.li_s_list p {
    /* font-family: SourceHanSansCN-Light; */
    line-height: 1.6;
    color: #ffffff;
    display: flex;
}

.li_s_list p::before {
    display: inline;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    line-height: 1.6;
    margin-top: 3%;
    margin-right: .2rem;
}

.lia_img {
    display: block;
    width: 90%;
    margin: .25rem auto;

}


.li_name p {
    text-align: center;
    line-height: 1.6;
    color: #fff;
}


.lecturer_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
}


.lecturer_item.swiper-slide {
    width: calc(375 / 1200 *100%);
    height: 100%;
    margin-right: .35rem;
    margin-bottom: .4rem;
    display: flex;
    flex-direction: column;
}

.lecturer_item:hover .li_img img {
    transform: scale(1.1);
    transition: all .5s;
}

.li_img img {
    transition: all .5s;
    width: 100%;
}

.li_img {
    overflow: hidden;
}

.li_act {
    /* flex: 1; */
}

.lecturer_item:last-child {
    margin-right: 0;
}


.sign_up {
    padding: 1rem 0;
}


.s_title p {
    color: #1f64ca;
    text-align: center;
}


.sign_up_title p {
    color: #1f64ca;
}

.sign_up_a {
    margin-top: .3rem;
}

.sa_act {
    width: 18%;
}

.sa_act span:nth-child(1) {
    color: red;
}

.sa_act span:nth-child(2) {
    color: #000;
}
.sa_item{
    position: relative;
}
.sa_item_a{
    margin-bottom: .1rem;
    width: calc(572 / 14 * 1em);
    max-width: 100%;
}
.sign_down .sa_item_a {
    width: calc(292 / 870 * 100%);
    margin-right: .2rem;
}
.sign_down .sa_item_a:first-child{
    margin-right: calc(53 / 870 * 100%);
}

.sign_down .sa_item {
    margin-bottom: .3rem;
    position: relative;
    display: flex;
    /* justify-content: space-between; */
}


.sa_item_a {
    display: flex;
    align-items: center;
}

.sa_item_a .layui-input-block {
    margin-left: 0;
}


.sa_item_a .layui-form-item {
    margin-bottom: 0;
}

.sa_inp {
    flex: 1;
    /* margin-left: .15rem; */
}
.sa_inp--code {
    position: relative;
}
.sa_inp--code input{
    /* padding-right: 110px; */
    padding-right: 160px;
}
.sa_inp--code img{
    position: absolute; right: 0; top: 50%;
    transform: translateY(-50%);
    width: 150px;
}
@media (max-width: 500px) {
    .sa_inp--code input{
        padding-right: 140px;
    }
    .sa_inp--code img{
        width: 130px;
    }
}

.sign_a_list {
    margin-top: .4rem;
}


.sa_item .layui-form-select dl dd.layui-this {
    background-color: #1f64ca;
}


.sign_down .sa_act span:nth-child(1) {
    color: #000;
}

.sign_down.sign_up_a {
    margin-top: 1rem;
}


.add_name {
    color: #466fd9;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.news_date {
    margin-top: .25rem;
}


.add_name button {
    width: .24rem;
    height: .24rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 6px 6px 6px 6px; */
    border-radius: 50%;
    border: 1px solid #466fd9;
    color: #466fd9;
    background-color: transparent;
    margin-right: .1rem;
    box-sizing: content-box;
}

.add_name button span {
    line-height: 0;

}

.news_date p {
    /* font-family: MicrosoftYaHei; */

    color: #666666;
}


.news_wrap .hd_item {
    padding-bottom: .3rem;
    border-bottom: 1px solid #a1a1a1;
    margin-bottom: .5rem;
}

.news_wrap .hb_news_up .s22 {
    /* font-family: MicrosoftYaHei; */
    line-height: 1.6;
    color: #333333;
}

.news_wrap .hb_news_up {
    margin-bottom: .2rem;
}

.news_wrap .hd_item:hover .hb_news_up .s22 {
    color: #205199;
}


.news_detail_wrap {
    /* padding-top: .2rem; */
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.news_title {
    text-align: center;
    padding-bottom: .15rem;
    border-bottom: 1px dotted #c6c6c6;
    line-height: 1.5;
}

.news_title .s14,
.news_title .date {
    /* font-family: SourceHanSansCN-Normal; */
    color: #505050;
    margin-top: .18rem;
}

.news_title .s36,
.news_title .tit {
    /* font-family: SourceHanSansCN-Bold; */
    color: #505050;
    line-height: 1.5;
    font-weight: bold;

}

.news_container {
    padding: .3rem 0 .65rem;
}

.news_container * {
    /* padding: .65rem 0; */
    line-height: 1.6;
    color: #505050;
    text-wrap: wrap !important;
}

.news_container p {
    /* font-family: SourceHanSansCN-Normal; */
    line-height: 1.6;
    color: #505050;
}

.news_container p img {
    display: block;
    margin: 0 auto;
}

.news_page {
    display: flex;
    justify-content: space-between;
}


.news_page a {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: calc(472 / 1200 * 100%); */
    width: calc(380 / 870 * 100%);
    /* width: 100px; */
    height: 50px;
    border: solid 1px #cccccc;
    line-height: 50px;
    /* font-family: SourceHanSansCN-Normal; */
    color: #505050;
    padding: 0 .3rem;
}
@media(max-width: 900px) {
    .news_page a{
        width: 49%;
    }
}


.news_page a:hover {
    color: #2791ff;
    border: solid 1px #2791ff;
}

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


.investor_wrap {
    padding: .65rem 0;
}

.investor_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.investor_item {
    width: calc(581 / 1200 *100%);
    background-color: #f6f9ff;
    border: solid 1px #c9c9c9;
    padding: .25rem;
    margin-bottom: .35rem;
    transition: all .3s;
}


.investor_item:hover {
    transform: translateY(-5px);
    transition: all .3s;
    /* box-shadow: 0px 6px 5px 1px rgb(0 0 0 / 15%); */
}


.investor_item-title .s30 {
    /* font-family: MicrosoftYaHei-Bold; */
    font-weight: bold;
    color: #474747;
}

.ii_list {
    margin-top: .15rem;
}

.ii_list p {
    /* font-family: MicrosoftYaHei; */
    line-height: 1.6;
    color: #474747;
}


.ca_up_list,
.ca_dom_list {
    display: flex;
}

.ca_dom_list {
    border-bottom: 1px solid #f1f1f1;
}

.ca_up_list {
    background-color: #f7f7f7;

}

.cap_a,
.cdl_a {
    padding: .15rem .2rem;
    border-right: 1px solid #fff;
}


.cap_a:nth-child(1),
.cdl_a:nth-child(1) {
    width: calc(231 / 1200 *100%);
}

.cap_a:nth-child(2),
.cdl_a:nth-child(2) {
    width: calc(500 / 1200 *100%);
}

.cap_a:nth-child(3),
.cdl_a:nth-child(3) {
    width: calc(236 / 1200 *100%);
}

.cap_a:nth-child(4),
.cdl_a:nth-child(4) {
    width: calc(235 / 1200 *100%);
}


.company_announcement_wrap {
    padding: 1rem 0;
}

.cdl_a:nth-child(4) {
    display: flex;
    align-items: center;
}

.cdl_a:nth-child(4) img.active {
    display: none;
}


.cdl_a p {
    /* font-family: MicrosoftYaHei; */

    color: #474747;

}


.ca_tablr {
    min-width: 800px;
}


.company_announcement {
    overflow-x: auto;
}


.ca_dom_list:hover .cdl_a:nth-child(2) p {
    color: #437df7;
}

.ca_dom_list:hover .cdl_a:nth-child(4) p {
    color: #437df7;
}

.ca_dom_list:hover .cdl_a:nth-child(4) img {
    display: none;
}

.ca_dom_list:hover .cdl_a:nth-child(4) img.active {
    display: block;
}


.ca_dom_list .cdl_a:nth-child(4) img {
    margin-right: .15rem;
}

.contact_city_list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.contact_wrap {
    padding: 1rem 0;
}

.contact_city_list a {
    width: 122px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .1rem 0;
    border: solid 1px #2c71f6;
    color: #333333;
    margin-bottom: .1rem;
    margin-right: .1rem;
}

.contact_city_list a:hover {
    color: #fff;
    background-color: #2c71f6;
}

.contact_city_list a.active {
    color: #fff;
    background-color: #2c71f6;
}

.ca_title p {
    /* font-family: SourceHanSansCN-Bold; */

    color: #333333;
    margin-bottom: .25rem;
}

.contact_adderss {
    padding-bottom: .5rem;
    border-bottom: 2px solid #c0c1ba;

}


.address_contact_item {
    padding: .5rem 0;
    justify-content: space-between;
    display: flex;
    border-bottom: 2px solid #c0c1ba;
}

.aci_right {
    width: calc(598 / 1200 *100%);
}

.aci_title {
    display: flex;
    align-items: center;
    margin-bottom: .25rem;
}

.aci_title a {
    display: none;
}

.aci_title p {
    /* font-family: SourceHanSansCN-Bold; */
    color: #333333;
    margin-right: .15rem;
    /*padding-bottom: .25rem;*/
}


.aci_list p {
    /* font-family: SourceHanSansCN-Light; */

    color: #666666;
    line-height: 2.0;
}

.aci_left {
    padding-right: .5rem;
}

.aci_list p:hover {
    color: #205199;
}


.cdl_a.s14 a {
    line-height: 1.2;
}

.cap_a:nth-child(3),
.cdl_a:nth-child(3) {
    display: none;
}

@media (max-width: 800px) {

    .cap_a:nth-child(3),
    .cdl_a:nth-child(3) {
        display: none;
    }

    .ca_tablr {
        min-width: 100%;
        width: 100%;
    }

    .cap_a:nth-child(1),
    .cdl_a:nth-child(1) {
        width: calc(317 / 1200 *100%);
    }

    .cap_a:nth-child(2),
    .cdl_a:nth-child(2) {
        /* width: calc(649 / 1200 *100%); */
        flex: 1;
    }

    .cap_a:nth-child(4),
    .cdl_a:nth-child(4) {
        width: calc(345 / 1200 *100%);
    }

    /*.ca_up_list .cap_a{*/
    /*width: 33.333%;*/
    /*}*/
    /*.ca_dom_list{*/
    /*    flex-wrap: wrap;*/
    /*}*/
    /*.ca_dom_list .cdl_a{*/
    /*width: 33.33%;*/
    /*}*/
    .ppt_list .ppt_item {
        width: 100%;
        margin-right: 0;
    }

    .address_contact_item {
        flex-wrap: wrap;
    }

    .contact_city_list a {
        width: 30%;
    }

    .aci_left {
        margin-bottom: .3rem;
    }

    .investor_item,
    .aci_left,
    .aci_right {
        width: 100%;
    }

    .aci_right {
        height: 300px;
    }

    .sa_item {
        flex-wrap: wrap;
    }

    .sign_down .sa_item_a {
        width: 90%;
        margin-bottom: .1rem;
    }
    .sign_down .sa_item_a:first-child{
        margin-right: 0;
    }
    .sign_up_container .layui-form .sign_a_list .sa_item .delete{
        position: absolute; right: 0; top: 0;
    }

    .ppt_item {
        width: 100%;
        margin-right: 0;
    }

    .sa_act {
        width: 22%;
    }

    .lecturer_item.swiper-slide {
        width: 100%;
        margin-right: 0;
    }

    .tsc_con {
        flex-wrap: wrap;
    }

    .tsc_item_co {
        width: 100%;
        margin-bottom: .5rem;
    }
}


.top_wrap {
    position: fixed;
    top: 90%;
    right: 3%;
    opacity: 1;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: #0071dc;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    z-index: 100;
    -webkit-transition: 0.5s;
    transition: 0.5s;

}

.top_btn {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_wrap:hover {
    background-color: #ffc221;
}


.top_btn .iconfont {
    font-size: 24px;
}

.psb_img .list {
    width: 780px;
    margin: 0 auto;
    min-width: 780px;
}

.list dl {
    position: relative;
    margin-bottom: 30px;
}

.list dl dt {
    display: inline-block;
    float: left;
    width: 260px;
}


.list dl dt p.p1 {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 5px;
}

.list dl dt p.p2 {
    font-size: 18px;
    color: #666;
}


.list dl dd {
    margin-left: 120px;
    display: inline-block;
    width: 400px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.b-009dd9 {
    background: #009dd9;
}

.list dl dd::before {
    content: "";
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #666;
    position: absolute;
    top: 20px;
    left: 280px;
}

.b-0056a4 {
    background: #0056a4;
}


.list dl dd p.p1 {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 5px;
    line-height: 1.4;
}

.list dl dd p.p2 {
    font-size: 18px;
    line-height: 1.4;
    color: #666;
}


.smdl_item {
    display: flex;
}

.smd_r {
    text-align: center;
}


.smd_l {
    width: calc(130 / 584 *100%);
    background-color: #2c71f6;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.smd_l p {
    font-size: 14px;
    color: #fff;
    padding-left: 15px;
    font-weight: bold;
}


.smd_r {
    flex: 1;
}

.smd_r p {
    font-size: 14px;
    color: #000;
    padding: 15px;
    background-color: #fff;
    display: flex;
    justify-content: center;

}

.smd_r p.smd_w {
    background-color: #e5eff6;
}


.smd_r p span {
    display: inline-block;
    width: 50%;
    text-align: center;

}

.smd_table {
    overflow-x: auto;
    padding-bottom: .25rem;
}


.smd_l_list {
    /* min-width: 520px; */
    width: 100%;
}


.sl_mar_min.current_list a {
    margin-right: .2rem;
}

.crumbs_right {
    /* padding-bottom: .1rem; */
    margin: .05rem 0;
}

.lecturer_list_wrap {
    position: relative;
}

@media(max-width: 1200px) {
    .pcb_pe_img img {
        max-height: 156px;
    }
}

@media(max-width: 800px) {
    .smd_l {
        width: calc(175 / 584 *100%);
    }

    .smd_l {
        justify-content: center;
    }

    .smd_l p {
        text-align: center;
        padding-left: 5px;
    }

    .pcb_pe_img img {
        max-height: 120px;
    }

    .smd_wrap {
        flex-wrap: wrap;
    }

    .smd_img {
        width: 100%;
        margin-bottom: .35rem;
    }
}

.foot_la_acp {
    margin-top: .15rem;
}

.foot_la_acp p {
    color: #fff;
    line-height: 1.6;
}


.foot_share_wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: .3rem;
}

.footer_share_item {
    margin-left: .25rem;
    width: 42px;
    height: 42px;
    border: solid 2px #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.footer_share_item:hover {
    background-color: #066dd9;
}

.footer_share_item:hover .fs_pop {
    transform: scaleY(1);
    transform-origin: center bottom;
    transition: all .3s;
}

.fs_pop {
    position: absolute;
    width: auto;
    min-width: 366px;
    bottom: 100%;
    right: -40%;
    padding-bottom: 20px;

    transform-origin: center bottom;
    transition: all .3s;
    overflow: hidden;
    transform: scaleY(0);
}

.fspop_item {
    display: flex;
    width: auto;
    background-color: #fff;
    padding: .2rem;
    position: relative;
}


.fspop_item::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
    right: 8%;
    transform: translateY(50%) rotateZ(45deg);
}

.fs_act {
    padding-left: .3rem;
}

.fs_act p {
    /* font-family: SourceHanSansCN-Regular; */

    color: #848789;
    line-height: 1.8;
}

.fs_act p:last-child {
    color: #066dd9;
}

.fs_img {
    max-width: 137px;
}

@media(max-width: 1000px) {
    .foot_right_wrap {
        margin: 0 auto;
    }
}

@media(max-width: 800px) {
    .foot_right_wrap {
        display: none;
    }

    .foot_ma {
        margin: 0 .2rem;
    }

    .pe_slide_img {
        height: auto;
    }

    .jac_line {
        display: none;
    }

    .ja_center,
    .pi_img {
        flex-wrap: wrap;
    }

    .pi_img img {
        position: static;
        transform: none;
        /* max-width: none; */
    }

    .pi_img {
        padding: .5rem .3rem;
    }

    .jac_left,
    .jac_right,
    .pi_left_img,
    .pi_img_right {
        width: 100%;
        padding: .5rem;
        justify-content: center;
    }

    .fs_pop {
        min-width: 300px;
        max-width: 308px;
    }

    .fspop_item::after {
        right: 9.5%;
    }
}



.pi_img-a {
    margin-top: 0.6rem;
    display: flex;
    /* align-items: center; */
    justify-content: center;

}

.pi_img-a img {
    width: 100%;
    height: 100%;

}

.has_item {
    position: relative;
}

.ha-banner-act {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translateX(-50%) translateY(-50%);

}

.pdf-show {
    color: #205199;
    display: inline-block;
    margin-bottom: .3rem;
}

.ha-banner-act p {
    color: #fff;
    text-align: center;

}

.ha-banner-act p.s52 {
    font-weight: bold;
    margin-bottom: .15rem;
}

.sign_up_container .layui-input-block {
    /* margin: 0 auto !important; */
    margin-right: 1.6rem;
    margin-left: 0;
}

@media (max-width: 900px) {
    .sign_up_container .layui-input-block {
        margin: 0 auto;
    }

    .psb_img .list {
        width: 100%;
        min-width: 100% !important;
    }

    .list dl dd {
        width: 100%;
        display: block;
        margin-left: 0;
    }

    .list dl dd p.p1 {
        width: 100%;
    }

    .list dl dt {
        margin-bottom: 30px;
    }

    .sic_a_wrap {
        height: auto;
    }

    .hc_wrap,
    .foot_right {
        display: none;
    }
}



.f-4 {
    width: 100%;
    height: 100vh;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

.f-4 a {
    width: 177px;
    height: 59px;
    border: solid 1px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: MicrosoftYaHei;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    position: fixed;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
}


@media (max-width: 900px) {

    .f-4 a {
        width: 137px;
        height: 34px;
        font-size: 18px;
    }
}



@media(min-width: 1921px) {
    html {
        font-size: 100px;
    }

    .s22 {
        font-size: 22px;
    }
}


.editor img {
    max-width: 100%;
    height: auto;
}

.editor table {
    max-width: 100%;
    word-break: break-all;
}

.editor iframe {
    max-width: 100%;
}

.editor video {
    max-width: 100%;
    height: auto;
}

@media (max-width: 900px) {
    .pro_right {
        word-break: break-all;
    }

    .sco_ma {
        left: auto;
        right: 8%;
    }
}