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

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: "iconfont";

    src: url('../font-icons/iconfont.woff2?t=1648189469231') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.icon {
    width: 1.8em;
    height: 1.8em;
    vertical-align: -0.15em;
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ss51 {
    font-size: calc(18 * 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: .9rem;
}

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

.h-cont {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    width: 73%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.h-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-left: auto; */
}

.h-nav {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    /* margin-right: .63rem; */
    display: flex;
    align-items: center;
    height: 100%;
}

.h-d {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 100%;
}

.h-e {
    display: block;
    line-height: .9rem;
    color: #001629;
    /*margin: 0 .4rem;*/
    margin: 0 .25rem;
    position: relative;
    font-family: 'SourceHanSansCN-Normal';
    display: flex;
    align-items: center;

    word-break: keep-all;
    /* 不换行 */
    font-size: calc(18 * 100vw / 1920);
    white-space: nowrap;
    /* 不换行 */
}

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


.h-d:hover .h-e {
    color: #1d499e;
    font-family: 'SourceHanSansCN-Normal';
    font-weight: bold;
}

.h-d:hover .h-e::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #1d499e;
    display: block;
    bottom: -1px;
    left: 0;

}

.h-d.active .h-e {
    font-family: 'SourceHanSansCN-Normal';
    color: #1d499e;
    position: relative;
    font-weight: bold;
}

.h-d.active .h-e::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #1d499e;
    display: block;
    bottom: -1px;
    left: 0;
}


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

    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    top: .9rem;
    z-index: 1000;
    padding: 0.05rem 0;
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 10%);
    border-radius: 0 0 5px 5px;
}

.h-sub>li>a {
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    line-height: 1.6;
    padding: 0rem 0.2rem;
    color: #001629;
    transition: background-color .3s;
    font-family: 'SourceHanSansCN-Normal';
    text-align: center;
    margin: .05rem 0;
    border-bottom: 1px solid transparent;

}

.h-sub li {
    text-align: center;
    padding: .1rem 0;
}



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

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

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

.lo_wrap .s24 {
    font-family: 'SourceHanSansCN-Medium';
    color: #333333;
}

.lo_img {
    cursor: pointer;
    position: relative;
}

.lo_img img {
    width: 19px;
    height: 19px;
}




@media(max-width: 1500px) {
    .h-cont {
        width: 95%;
        margin: 0 auto;
    }
}



@media(max-width: 1200px) {
    .h-e {
        font-size: 13.2px;
    }
}

@media(max-width: 1920px) {
    .h-sub {
        /*width: 100%;*/
        width: auto;
        min-width: 100%;
        padding: 5px 0;
    }

    .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: 1201px) {
    .h-sub>li>a:hover {
        color: #d5383d;
    }

    .h-sub>li>a:hover {
        /* border-bottom: 1px solid #d5383d; */
    }


}

.h-menu {
    display: none;
}

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

.ph_wra img {
    width: auto;
    height: .60rem;

}

.h_last {
    display: flex;
    align-items: center;
    margin-left: .65rem;
}

.header-phone {
    display: flex;
    align-items: center;
}

.header-phone img {
    width: 33px;
    margin-right: .15rem;
}

.hp-act .s14 {
    color: #333333;
    line-height: 1.6;
}

.hp-act .s24 {
    color: #1d4a9f;
}

.hp_nav.header-phone {
    display: none;
}


@media(max-width: 1100px) {
    .hp_nav.header-phone {
        display: flex;


        margin: .35rem 0 .35rem .25rem;

    }

    .hp_nav.header-phone img {
        width: 39px;

    }

    .header-phone {
        display: none;
    }

    .has-nav .h-e::after {
        content: none;
    }

    .ph_wra {
        order: 1;
    }

    .h_last {
        order: 2;
        margin-left: auto;
    }

    .h-right {
        order: 3;
        margin-left: 0;
    }

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

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

    header {
        height: 44px;
    }

    .h-a {
        height: 44px;
    }

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

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

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

    .h-menu {
        width: 32px;
        height: 70%;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        background-color: #f8fbff;
    }

    .h-menu span {
        display: block;
        width: 100%;
        height: 4px;
        background-color: #d5383d;
        border-radius: 3px;
    }

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



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

    .h-e {
        padding: 0 40px 0 10px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666;
        margin: 0;
        /* text-align: center; */
        word-break: keep-all;
        /* 不换行 */

        white-space: nowrap;
        /* 不换行 */
        font-family: 'SourceHanSansCN-Normal';
    }

    .h-sub {
        width: 100%;
        margin-left: 0;
        left: 0;
        top: 0;
        position: relative;
        left: 0;
        z-index: 10;
        transform: translateX(0);
    }

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

    .h-sub li {
        text-align: left;
    }





    .h-d.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;
    }

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

    .h-d.has-nav.active:after {
        color: #fff;
    }
}


.SmallHeader .data-header-pc-1,
.header_n.data-header-pc-1 {
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .2); */
    background-color: #fff;
}




.lo_num {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-right: .25rem;
}

.lo_dang {
    width: 40px;
    height: 40px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
}

.lo_num:hover .l_change {
    transform: scaleY(1) translateX(-50%);
    transition: all .3s;
    transform-origin: center top;
}

.l_change {
    transition: all .3s;
    position: absolute;
    top: 100%;
    transform: scaleY(0) translateX(-50%);
    transform-origin: center top;
    left: 50%;
}

.l_change a {
    display: block;
    padding: .15rem .3rem;
    background-color: #fff;
}


.lo_num .s16 {
    color: #333333;
}

.lo_num img {
    width: 18px;
    height: 18px;
    margin-right: .2rem;
}


.has_item {
    /* padding-bottom: 36.979%; */
    position: relative;
    background-size: cover;
    background-position: center center;
}

.has_item>img{
    width: 100%;
}

.has_wrap {
    position: absolute;
    top: 45%;
    left: 5%;
    transform: translateY(-50%);
}

.has_title .s30 {
    font-family: SourceHanSansCN-Medium;
    color: #ffffff;
}

.has_title .s30::after {
    content: '';
    /* display: block; */
    width: 40px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
    margin-top: .3rem;
}

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

.has_p p {
    font-family: SourceHanSansCN-Bold;
    color: #ffffff;
    line-height: 1.2;
}



.main_banner {
    position: relative;
}


.main_banner_btn_wrap {
    position: absolute;
    display: flex;
    /*right: 10%;*/
    top: 50%;
    z-index: 2;
}

.ha_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: .50rem;
    height: .50rem;
    border: solid 1px rgba(255, 255, 255);
}

.ha_prev{
    position: absolute;
    top: 50%;
    z-index: 2;
    left:2%;
}

.ha_next{
    position: absolute;
    top: 50%;
    z-index: 2;
    right:2%;
}


.ha_btn img {
    max-width: 50%;
}

.ha_animite {
    margin-left: .2rem;
    position: relative;
}

.ha_animite.active::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    clip: rect(0 .5rem auto 0);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1);
    left: 0;
    top: 0;
    animation: c_change 5.3s linear;
}


.main_banner_num {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: none;
}


.main_banner_num .s30 {
    color: #ffffff;
    text-align: end;
}

.main_banner_num .mb_line {
    background-color: #ffffff;
    opacity: 0.3;
    margin: .2rem 0;
    width: 40px;
    height: 1px;
}

.main_banner_num .s16 {
    color: #ffffff;
    opacity: 0.5;
    text-align: end;
}

.h_wrap {
    width: calc(1400 / 1920 * 100%);
    margin: 0 auto;
}

.h_serach {
    background-color: #f1f3f5;
    padding: .2rem 0;
}




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

.hs_left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hs_left .s20 {
    font-family: SourceHanSansCN-Bold;
    color: #333333;
}

.hsl_list a {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    line-height: 1.6;
    /* display: block; */
}

.hsl_list {
    flex-wrap: wrap;
    /* display: flex; */
    align-items: center;
}


.form_wrap {
    position: relative;
}


.form_wrap input {
    width: 3.2rem;
    min-height: .40rem;
    background-color: #ffffff;
    border-radius: 20px;
    border: none;
    padding-left: .15rem;
}

.form_wrap button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    border: none;
    background-size: cover;
    background-color: transparent;
    cursor: pointer;
}

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


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

.pl_logo {
    width: .40rem;
    height: .40rem;
    background-color: #999999;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pl_logo img {
    width: 11px;

}

.P_item {
    min-height: 2.85rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f1f3f5;
    border-radius: 20px;
    padding: .3rem .5rem;
    margin-bottom: .5rem;
}


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


.pi_img img {
    max-height: 2.38rem;
    max-width: 1.97rem;
    transition: all .3s;
}


.pi_link {
    display: flex;
    align-items: center;
    margin-top: 0.15rem;
}

.pi_link .s16 {
    font-family: SourceHanSansCN-Normal;
    color: #999999;
    margin-right: .3rem;
}

.pi_act {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* height: 100%; */
}

.pi_act .s24 {
    font-family: SourceHanSansCN-Normal;
    color: #333333;
    line-height: 1.5;
}

.pi_act .s16 {
    font-family: SourceHanSansCN-Medium;
    color: #fff;
    line-height: 1.5;
	padding-top: 25px;
}

.hbsa_img {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}


.hbsa_img img {
    width: 5.3rem;
}




.hb_wrap {
    padding-top: .7rem;
}

.hbs_item {
    width: calc(688 / 1400 *100%);
}


.hbs_item .P_item:nth-child(2n) {
    margin-bottom: 0;
}

.rightpro{
	display:flex;
	flex-direction:column;
}

.rightpro .rightprotop{
	background:#7d868f;
	padding:70px 50px;
}

.rightpro .rightprotop .rightprotop_a{
	display:flex;
}

.rightpro .rightprotop .rightprotop_a .rightprotop_wz h3{
	color:#fff;
	margin-bottom:25px;
}

.rightpro .rightprotop .rightprotop_a .rightprotop_wz p{
	color:#fff;
	line-height: 1.5;
	
}

.rightpro .rightprotop .rightprotop_a .rightprotop_wz .pi_link{
	padding-top:40px;
}

.rightprotop_img{
	margin-left:30px;
}

.rightprotop_img img {
    width: 3.6rem;
}


.rightpro .rightprobottom{
	display:flex;
	justify-content:space-between;
	margin-top:15px;
}

.rightprobottom .rightprobottom_1{
    background:#51565a;	
	padding:38px 30px;
	margin-right:15px;
}

.rightprobottom .rightprobottom_1 .rightprobottom_1_top h3{
	color:#fff;
	margin-bottom:15px;
}

.rightprobottom .rightprobottom_1 .rightprobottom_1_top p{
	color:#fff;
	line-height:1.5;
}

.rightprobottom .rightprobottom_1 .rightprobottom_1_top .pi_link{
	padding-top:25px;
}

.rightprobottom_1_img{
	text-align:right;
}


.rightprobottom .rightprobottom_2{
    background:#7d868f;	
	padding:38px 30px;
}

.rightprobottom .rightprobottom_2 .rightprobottom_2_top h3{
	color:#fff;
	margin-bottom:15px;
}

.rightprobottom .rightprobottom_2 .rightprobottom_2_top p{
	color:#fff;
	line-height:1.5;
}

.rightprobottom .rightprobottom_2 .rightprobottom_2_top .pi_link{
	padding-top:25px;
}

.rightprobottom_2_img{
	text-align:right;
}

.pro_catory{
	margin-top:0.2rem;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.pro_catory li{padding:10px 15px;}

.pro_catory li a{
	color:#000000;
}

.pro_catory li.active a{
	color:#1d4a9f;
}

.hb_contianer .pro_comli{
	display:none;
}

.hb_contianer .pro_comli.selected{
  display:block;
}


@keyframes c_change {
    0% {
        clip: rect(0 0px auto 0);
    }

    100% {
        clip: rect(0 .5rem auto 0);
    }
}


.h_title .ss51 {
    font-family: SourceHanSansCN-Bold;
    color: #333333;
    opacity: 0.4;
	text-align: center;
	margin-top:10px;
}

.h_title .s36 {
    font-family: SourceHanSansCN-Bold;
    color: #333333;
	text-align: center;
}


.hbs_a {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: .5rem .5rem;
    display: flex;
	flex-direction: column;
    padding-right: 0.5rem;


}

.hbs_a .pi_act .s20 {
    font-family: SourceHanSansCN-Medium;
    color: #ffffff;
}

.hbs_a .pi_link .s16 {
    font-family: SourceHanSansCN-Normal;
    color: #fefefe;
	padding-top:60px;
}

.hbs_a .pl_logo {
    background-color: #ffffff;
}




.hb_swiper_pag.swiper-pagination,
.he_swiper_pag.swiper-pagination,
.he_swiper_pag1.swiper-pagination,
.he_swiper_pag2.swiper-pagination,
.prol_swiper_pag.swiper-pagination {
    text-align: center;
    position: relative;
    margin-top: .35rem;
}

.prol_swiper_pag .swiper-pagination-bullet,
.hb_swiper_pag .swiper-pagination-bullet,
.hb_swiper_pag .swiper-pagination-bullet,
.he_swiper_pag .swiper-pagination-bullet,
.he_swiper_pag1 .swiper-pagination-bullet,
.he_swiper_pag2 .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    background-color: #dcdcdc;
    border-radius: 3px;
    opacity: 1;
    margin: 0 .05rem;
}

.prol_swiper_pag .swiper-pagination-bullet.swiper-pagination-bullet-active,
.hb_swiper_pag .swiper-pagination-bullet.swiper-pagination-bullet-active,
.he_swiper_pag .swiper-pagination-bullet.swiper-pagination-bullet-active,
.he_swiper_pag1 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.he_swiper_pag2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d5383d;
}


.hc_container {
    position: relative;
}

.hca_slide {
    padding-bottom: 44.79%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;

}


.hc_swiper_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.hcs_btn_wrap,
.hc_swiper .swiper-slide {
    min-height: 1.78rem;
}

.hc_swiper .swiper-slide {
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.hc_swiper .swiper-slide:nth-child(1) {
    border-left: 1px solid rgba(255, 255, 255, .3);
}

.hc_slide {
    height: 1.78rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}




.hcs_img img {
    max-height: .54rem;
    width: auto;
}

.hc_slide .s24 {
    font-family: SourceHanSansCN-Medium;
    color: #ffffff;
    margin-top: .25rem;
}


.hc_swiper .swiper-slide {
    width: 2.6rem;
}

.hc_swiper .swiper-slide.swiper-slide-thumb-active .hc_slide {
    background-image: url(../images/hc_logo_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s;
}


.hcs_btn_wrap {
    width: 1.6rem;
}

.hcs_btn {
    width: .60rem;
    height: .60rem;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hcs_btn:hover img.active {
    display: block;
}

.hcs_btn:hover {
    background-color: #d5383d;
}

.hcs_btn:hover img {
    display: none;
}

.hcs_btn img {
    width: 15px;
}

.hcs_btn img.active {
    display: none;
}

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

.swiper-container.hc_swiper {
    flex: 1;
}

.hc_a_swiper_wrap {
    position: relative;
}

.num_swiper_wrap {
    display: none;
    position: absolute;
    right: 5%;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1;

}

.num_swiper .swiper-slide {
    font-size: 20px;
    color: #ffffff;
    opacity: .5;
    /* width: 45px; */
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.num_swiper.swiper-container {
    height: 204px;
}

.num_swiper .swiper-slide.swiper-slide-active {
    font-family: D-DIN;
    color: #ffffff;
    opacity: 1;
    font-size: 50px;
    /* width: 45px; */
    height: 35px;
}

.hca_p {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 30%;

}


.hca_p .h_title .s50 {
    color: #ffffff;
    opacity: 0.1;
}

.hca_p .h_title .s36 {
    color: #ffffff;
}

.hca_p .h_title {
    margin-bottom: .3rem;
}

.hca_p .s18 {
    font-family: SourceHanSansCN-Normal;
    line-height: 1.6;
    color: #ffffff;
}

.hca_p .h_title::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background-color: #f1f3f5;
    margin-top: .3rem;
}


.hc_wrap {
    padding-top: 1rem;
}




@media(max-width: 1000px) {
    .h_wrap {
        width: 90%;
    }
}

@media(max-width: 800px) {
    .hcs_btn_wrap {
        width: 1rem;
    }

    .hca_p {
        left: 5%;
        top: 10%;
        width: 80%;
    }

    .num_swiper_wrap {
        right: 5%;
    }

    .num_swiper.swiper-container {
        height: 120px;
    }

    .num_swiper .swiper-slide.swiper-slide-active {
        font-size: 24px;
    }

    .hca_slide {
        padding-bottom: 88.79%;
    }

    .num_swiper .swiper-slide {
        font-size: 18px;
    }

    .hbs_item:nth-child(3) {
        display: none;
    }

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

    .form_wrap input {
        height: 30px;
    }

    /* 
    .has_item {
        padding-bottom: 75.979%;
    } */

    .main_banner_btn_wrap {
        right: 5%;
    }

    .main_banner_num {
        right: 5%;
    }

    .hbs_item {
        width: 100%;
    }

    .hb_slide {
        flex-wrap: wrap;
    }

    .hbs_item .P_item:nth-child(2n) {
        margin-bottom: 0.5rem;
    }

}


.hd_wrap {
	margin-top:0.5rem;
    padding: .7rem 0;
    background:url(../images/abt_bg.jpg) center no-repeat;
}

.hd_container {
    width: calc(1400 / 1920 * 100%);
    margin: 0 auto;
}

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

.hd_container .abtlist .abtlist_left{
	width:50%;
	margin-right:2%;
	color:#fff;
}

.hd_container .abtlist .abtlist_left p{
	padding-top:25px;
}

.hd_container .abtlist .abtlist_left .aboutcom{
	line-height:30px;
	padding-top:25px;
}

.hd_container .abtlist .abtlist_left .abt_more{
	margin-top:35px;
	background:#1d4a9f;
	height:0.4rem;
	line-height:0.4rem;
	width:1.38rem;
	color:#fff;
	text-align:center;
	border-radius: .1rem;
}

.hd_container .abtlist .abtlist_left .abt_nav{
	margin-top:25px;
	/*padding-bottom:170px;*/
	position:relative;
}




/*.abt_nav .abt_nav_com{
	width:900px;
	position:absolute;
	background:url('../images/abt_nav_bg.jpg') left top repeat;
	display:flex;
    background: linear-gradient(to right,#1d4a9f,#06abe5);
}

.abt_nav .abt_nav_com li{
	width:20%;
	text-align:center;
}

.abt_nav .abt_nav_com li h5{
	color:#fff;
	padding-top:20px;
}

.abt_nav .abt_nav_com li h5 i{
	font-style:normal;
	vertical-align:super;
	padding-left:8px;
}

.abt_nav .abt_nav_com li span{
	display:inline-block;
	color:#fff;
	margin-top:15px;
	margin-bottom:30px;
}

@media(max-width: 1028px) {
   .abt_nav .abt_nav_com{
	  width:700px;
	  background:url('../images/abt_nav_bg1.jpg') left top repeat;
   }
}*/

.abtlist_right{
    width: 48%;
}

@media(max-width:768px) {
    .hd_container .abtlist{
        flex-direction: column;
    }
    .abtlist_right{
        width:100%;
    }
    .abt_nav .abt_nav_com li{
        width:100%;
    }
    .hd_container .abtlist .abtlist_left{
        width:100%;
    }
}

.abt_nav{
    height: 100%;
}
.abt_nav .abt_nav_com{
	/*width:900px;*/
	/*position:absolute;*/
	/*height:100%;*/
	display:flex;
    background: linear-gradient(to right,#1d4a9f,#06abe5);
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
}

.abt_nav .abt_nav_com li{
	width:100%;
	height:100%;
	text-align:center;
	/*padding-top: 18%;*/
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

.abt_nav .abt_nav_com li:nth-of-type(3n){
    border-right:1px solid #fff;
}
.abt_nav .abt_nav_com li:nth-of-type(4){
    border-bottom:unset;
}
.abt_nav .abt_nav_com li:nth-of-type(5){
    border-bottom:unset;
}
.abt_nav .abt_nav_com li:nth-of-type(6){
    border-bottom:unset;
}

.abt_nav .abt_nav_com li h5{
	color:#fff;
	padding-top:20px;
}

.abt_nav .abt_nav_com li h5 i{
	font-style:normal;
	vertical-align:super;
	padding-left:8px;
}

.abt_nav .abt_nav_com li span{
	display:inline-block;
	color:#fff;
	margin-top:15px;
	margin-bottom:30px;
}

@media(max-width: 1028px) {
   .abt_nav .abt_nav_com{
	  width:700px;
	  background:url('../images/abt_nav_bg1.jpg') left top repeat;
   }
}


@media(max-width: 786px) {
	
	.hd_container{
		width:90%;
	}
	
   .abt_nav .abt_nav_com{
	  width:580px;
	  background:url('../images/abt_nav_bg1.jpg') left top repeat;
   } 
   .shebei_com .shebei_list li{
		width: 49%;
	}
	
    .hd_container .abtlist .abtlist_left .abt_more{
		line-height: 0.6rem;
		height:0.6rem;
	}
}

@media(max-width:480px) {
	.hd_wrap{
		background:#f0f2f5;
	}
	.hdhd_wrap{
		margin-top:0px;
		background:#f0f2f5;
	}
	.hd_container .abtlist .abtlist_left{
		width:100%;
	}
	
	.abt_nav .abt_nav_com{
		width:100%;
		flex-wrap:wrap;
	}
	
	.abt_nav .abt_nav_com li{
		/*width:32%;*/
	}
	
	.hd_container .abtlist .abtlist_left .abt_nav{
		/*padding-bottom: 290px;*/
	}
	
}

.hd_container .abt_sebei{
	margin-top:50px;
}

.hdhd_wrap {
	margin-top:0.1rem;
}

.hdhd_container {
    width: calc(1400 / 1920 * 100%);
    margin: 0 auto;
}

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

.shebei_com .shebei_list li{
	width:24%;
	position:relative;
}

.shebei_com .shebei_list li .sccj{
	position:absolute;
	left:0px;
	bottom:0px;
	text-align:center;
	width:100%;
	height:38px;
	line-height:38px;
	background:#000;
	opacity:0.5;
	color:#fff;
}

@media(max-width:1100px) {
	.hdhd_container{
		width:90%;
	}
}

@media(max-width:480px) {
	.hdhd_wrap{
		margin-top:0px;
		background:#f0f2f5;
	}
	.hdhd_container .shebei_com .shebei_list{
		flex-wrap:wrap;
	}
	.hdhd_container .shebei_com .shebei_list li{
		width: 49%;
		margin-bottom:10px;
	}
}


.ysadv_wrap {
	margin-top:0.5rem;
	background:url(../images/ys_bg.jpg) center no-repeat;
	height:680px;
}

.ysadv_contianer {
    width: calc(1400 / 1920 * 100%);
    margin: 0 auto;
}

.ysadv_contianer .ysadv_list{
	display:flex;
}

.ysadv_contianer .ysadv_list .ysadv_left{
	width:23.5%;
	display:flex;
	flex-direction:column;
	padding-top:120px;
}

.ysadv_contianer .ysadv_list .ysadv_left h3{
	font-family: SourceHanSansCN-Normal;
	color:#fff;
	display:inline-block;
}

.ysadv_contianer .ysadv_list .ysadv_left h5{
	font-family: SourceHanSansCN-Normal;
	color:#fff;
	display:inline-block;
	margin-top:20px;
}

.ysadv_contianer .ysadv_list .ysadv_left p{
	margin-top:85px;
}

.ysadv_contianer .ysadv_list .ysadv_right{
	width:76.5%;
	display:flex;
	justify-content:space-between;
	
}

.ysadv_contianer .ysadv_list .ysadv_right .ysadv_wenzi{
	width:15%;
	text-align:center;
	color:#fff;
	display:flex;
	flex-direction:column;
	align-items: center;
	padding-top:120px;
}

.ysadv_contianer .ysadv_list .ysadv_right .ysadv_wenzi .wzcom_1{
	writing-mode: vertical-rl;
	letter-spacing: 10px;
}

.ysadv_contianer .ysadv_list .ysadv_right .ysadv_wenzi .wzcom_2{
	margin-top:140px;
	position:relative;
}

.ysadv_contianer .ysadv_list .ysadv_right .ysadv_wenzi .wzcom_3{
	display:none;
}

.ysadv_contianer .ysadv_list .ysadv_right .ysadv_wenzi .wzcom_4{
	display:none;
	padding-bottom:120px;
}

.ysadv_contianer .ysadv_list .ysadv_right .ysadv_wenzi .wzcom_2:before{
	content:' ';
	position:absolute;
	top:-36px;
	left:50%;
	width:26px;
	height:2px;
	text-align:center;
	background:#d71515;
	transform:translateX(-50%);
}

.ysadv_contianer .ysadv_list .ysadv_right .ysadv_wenzi.cur{
	margin-top:0px;
	width:42%;
	background:#1b438d;
}

.ysadv_contianer .ysadv_list .ysadv_right .ysadv_wenzi.cur .wzcom_1{
	writing-mode: horizontal-tb;
	letter-spacing: 3px;
	position:relative;
}

.ysadv_contianer .ysadv_list .ysadv_right .ysadv_wenzi.cur .wzcom_1:after{
   content:' ';
   position:absolute;
   top:60px;
   left:50%;
   transform:translateX(-50%);
   width:26px;
   height:2px;
   background:#fff;
   
}

.ysadv_contianer .ysadv_list .ysadv_right .ysadv_wenzi.cur .wzcom_2{
	display:none;
}

.ysadv_contianer .ysadv_list .ysadv_right .ysadv_wenzi.cur .wzcom_3{
	display:block;
	margin-top:30px;
	padding:40px;
	line-height:25px;
}

.ysadv_contianer .ysadv_list .ysadv_right .ysadv_wenzi.cur .wzcom_4{
	display:block;
}

@media(max-width:768px) {
	
	.ysadv_contianer .ysadv_list{
		flex-direction:column;
	}

   .ysadv_contianer .ysadv_list .ysadv_left{
	   width:100%;
	   padding-top: 60px;
   }
   
   .ysadv_contianer .ysadv_list .ysadv_right{
	   width:100%;
   }
   
   .ysadv_contianer .ysadv_list .ysadv_right .ysadv_wenzi{
	   padding-top: 60px;
   }
   
   
	
}



.chara{width: 1400px; height: 680px;overflow: hidden;margin:0 auto;}
.chara ul{width: 100%;height: 680px;position: relative;}
.chara ul::after{content: "";position: absolute;width: 100%;height: 100%;right:0px;top:0;opacity: 0.5;box-sizing:border-box;} 
.chara li{width:240px;float: left;position: relative;cursor:pointer;height: 680px;box-sizing:border-box;overflow: hidden;z-index: 1;-webkit-transition: .35s;-moz-transition: .35s;transition: .35s;}
.chara li:last-child{border: 0;}
.chara li img{display: block;}
.chara li .chara-txt{text-align: center;padding:150px 15px 0;width: 100%;box-sizing: border-box;opacity: 1; -webkit-transition: .35s;-moz-transition: .35s;transition: .35s;}
.chara li .chara-txt em{display: block;color: rgba(255, 255, 255); font-weight: normal;margin-top:40px;}
.chara li .chara-txt  h3{font-weight: normal; line-height: 65px;color: #fff;writing-mode: vertical-rl;margin-left:65px;}
.chara li .chara-txt p{height:2px;background:#d71515;width:26px;margin-top:145px;margin-left:90px;}
.chara li .chara-txt i{width:120px;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background:#be0d1d;margin:0 auto;display: block;}
.chara li dl{position: absolute; width: 100%;left:0;top:0px;height: 100%;background:#234b96;opacity: 0;-webkit-transition: .35s;-moz-transition: .35s;transition: .35s;padding-top:85px;}
.chara li dl dd{width:287px;height:262px; margin:0 auto;text-align: center;padding-top:45px;box-sizing: border-box;}
.chara li dl dd h3{color: #fff;font-weight: bold; line-height: 65px;height: 65px;text-align: center;padding-bottom: 18px;margin-bottom: 18px;}
.chara li dl dd h3 em{font-size: 50px;color: rgba(0, 0, 0, 0.2); font-weight: lighter; display: block; float: left;margin-left: 65px;margin-right: 10px;}
.chara li dl dd p{line-height: 25px;color:#fff;}
.chara li dl dt{width:100%;}

.chara li.cur{width: 338px;}
.chara li.cur .chara-txt{opacity: 0;}
.chara li.cur dl{opacity: 1;}

@media screen and (max-width: 1600px) {
  .chara{width: 1200px;}
  .chara li{width:180px;}
  .chara li.cur{width: 298px;}
  .chara li .chara-txt h3{
	margin-left:35px;  
  }
  .chara li .chara-txt p{
	 margin-left:60px;   
  }
}

@media screen and (max-width: 1400px) {
  .chara{width: 1200px;}
  .chara li{width:150px;}
  .chara li.cur{width: 298px;}
  .chara li .chara-txt h3{
	margin-left:25px;  
  }
  .chara li .chara-txt p{
	 margin-left:45px;   
  }
}

@media screen and (max-width: 1280px) {
  .chara{width: 1200px;}
  .chara li{width:120px;}
  .chara li.cur{width: 298px;}
  .chara li .chara-txt h3{
	margin-left:15px;  
  }
  .chara li .chara-txt p{
	 margin-left:35px;   
  }
}

@media screen and (max-width: 1200px) {
  .ysadv_contianer .ysadv_list .ysadv_left{
	  display:none;
  }
  .chara{width: 1200px;}
  .chara li{width:140px;}
  .chara li.cur{width: 298px;}
  .chara li .chara-txt h3{
	margin-left:5px;  
  }
  .chara li .chara-txt p{
	 margin-left:25px;   
  }
  
   .ysadv_contianer .ysadv_list .ysadv_right{
	   width:100%;
   } 
   
   .chara{
	   height:565px;
   }
   
   
}

@media screen and (max-width: 994px) {
	.chara li{width:95px;}
}

@media screen and (max-width: 800px) {
	.chara li{width:110px;}
}

@media screen and (max-width: 786px) {
	
	.ysadv_wrap{
		height:360px;
	}
	
	.ysadv_contianer{
		width:90%;
	}
	
    .ysadv_contianer .ysadv_list{
		flex-direction:column;
		
	}

   .ysadv_contianer .ysadv_list .ysadv_left{
	   width:100%;
	   padding-top: 60px;
   }
   
   
   .ysadv_contianer .ysadv_list .ysadv_right{
	   width:100%;
	   margin:0px auto;
	   text-align:center;
   } 
   
   .chara{
	   height:565px;
   }
   
   .chara li{width:125px;}
   
   .chara li.cur dl{
	  opacity:0;  
   }
   
   .chara li.cur .chara-txt{
	   opacity:1;
   }
   
   .chara li.cur{
	   width:125px;
   }
   
  
   .chara li .chara-txt em{
	   margin-left:15px;
   }
   
   .chara li .chara-txt{
	  padding: 65px 15px 0;
   }
   
   .chara li .chara-txt p{
	   margin-top:100px;
   }
   
}

@media screen and (max-width: 400px) {
  .chara li {
    width: 75px;
   }
    .chara li.cur{
	   width: 75px;	
	}
	.chara li .chara-txt em{
		margin-left:30px;
	}
}

.jglc_wrap {
	margin-top:0.5rem;
	background:url(../images/lc_bg.jpg) center no-repeat;
	padding:0.77rem 0;
}

.jglc_container {
    width: calc(1400 / 1920 * 100%);
    margin: 0 auto;
}

.jglc_container .jglc_title h2.s36{
	font-family: SourceHanSansCN-Bold;
	text-align:center;
}

.jglc_container .jglc_title h3.s14{
	text-align:center;
	margin-top:20px;
	color:#808080;
}

.jglc_container .in-flow{
	margin-top:30px;
	display:flex;
	justify-content:space-between;
}

.in-flow li {
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	position: relative;
}
.in-flow li .icon {
	display: block;
	width: 114px;
	height: 115px;
	margin: 0 auto 12px;
	position: relative;
}

.in-flow li .icon i img{
	width:1.14rem;
}

.in-flow li .icon i:before {
	content: '';
}
.in-flow li .icon i, .in-flow li .icon i:before {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.in-flow li:nth-child(1):after {
	content: '';
	position: absolute;
	width: 100%;
	height:25px;
	top: 45px;
    left: 160px;
	background:url(../images/lc_line.png) 0px 0px no-repeat;
}

.in-flow li:nth-child(2):after {
	content: '';
	position: absolute;
	width: 100%;
	height:25px;
	top: 45px;
    left: 160px;
	background:url(../images/lc_line.png) 0px 0px no-repeat;
}

.in-flow li:nth-child(3):after {
	content: '';
	position: absolute;
	width: 100%;
	height:25px;
	top: 45px;
    left: 150px;
	background:url(../images/lc_line.png) 0px 0px no-repeat;
}

.in-flow li:nth-child(4):after {
	content: '';
	position: absolute;
	width: 100%;
	height:25px;
	top: 45px;
    left: 150px;
	background:url(../images/lc_line.png) 0px 0px no-repeat;
}

.in-flow li:nth-child(5):after {
	content: '';
	position: absolute;
	width: 100%;
	height:25px;
	top: 45px;
    left: 130px;
	background:url(../images/lc_line.png) 0px 0px no-repeat;
}

.in-flow li:nth-child(6):after {
    display:none;
	content: '';
	position: absolute;
	width: 100%;
	height:25px;
	top: 45px;
    left: 150px;
	background:url(../images/lc_line.png) 0px 0px no-repeat;
}

.in-flow li .icon i.default {
	background-position: 0 0;
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.in-flow li .icon i.hover {
	background-position: 0 -100px;
	opacity: 1;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.1s ease 0.2s;
	transition: all 0.1s ease 0.2s;
}

.in-flow li:hover .icon i.default {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}
.in-flow li:hover .icon i.hover {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.in-flow li h5{
	font-family: SourceHanSansCN-Bold;
	margin-top:45px;
	color:#333333;
}

.in-flow li h6{
	color:#333333;
}

.jglc_tel{
	width:410px;
	margin:120px auto 40px;
	text-align:center;
	display:flex;
	height:60px;
	background:#1d4a9f;
	align-items:center;
	justify-content:center;
}

.jglc_tel h5 img{
	width:0.34rem;
}

.jglc_tel p{
	color:#fff;
	margin-left:10px;
}


@media(max-width: 1700px) {
   .in-flow li:nth-child(n):after{
	   display:none
   }
}

@media(max-width: 1100px) {
	
	.jglc_container{
		width:90%;
	}
	
	.jglc_container .in-flow{
		flex-wrap:wrap;
	} 
	
	.jglc_container .in-flow li{
		margin-bottom:15px;
		width: 32%;
	}
	
	.in-flow li h5{
	   margin-top: -25px;
	}
	
	.jglc_tel{
		width:90%;
		margin-top:20px;
	}
}

@media(max-width: 480px) {
  .in-flow li h5{
	  margin-top:20px;
  }
  .in-flow li .icon{
	  height:80px;
  }
  .jglc_container .jglc_title h3.s14{
	  font-size:12px;
  }
}

.part_wrap {
	margin-top:0.5rem;
}

.part_container {
    width: calc(1400 / 1920 * 100%);
    margin: 0 auto;
}

.part_container .part_title h2.s36{
	font-family: SourceHanSansCN-Bold;
	text-align:center;
}

.part_container .part_title h3.s14{
	text-align:center;
	margin-top:20px;
	color:#808080;
}

.part_container .part_list{
	margin-top:40px;
	display:flex;
	/*flex-wrap:wrap;*/
}

.part_container .part_list li{
	/*width:14.2%;*/
    /*width: 18%;*/
    /*margin: 0 1%;*/
	border:1px solid #1b489e;
}

.part_container .part_list li{
	/*border-left:none;*/
	overflow:hidden;
}


/*.part_container .part_list li:nth-child(1){
	border-left:1px solid #ccc;
}
.part_container .part_list li:nth-child(8){
	border-left:1px solid #ccc;
}
.part_container .part_list li:nth-child(15){
	border-left:1px solid #ccc;
}

.part_container .part_list li:nth-child(n+8){
	border-top:none;
}*/



.part_container .part_list li img{
	width:100%;
	transition: all .7s ease-in-out;
	overflow: hidden;
    /*border: 1px solid #1b489e;*/
}

.part_container .part_list li img:hover{/*opacity:.9;*/-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}


@media(max-width: 1028px) {
  .part_container{
	  width:90%;
  }
  .part_container .part_list li{
	  width:23.5%;
  }
  .part_container .part_list li:nth-child(5){
	border-left:1px solid #ccc;
  }
  .part_container .part_list li:nth-child(9){
	border-left:1px solid #ccc;
  }
   .part_container .part_list li:nth-child(13){
	border-left:1px solid #ccc;
  }
   .part_container .part_list li:nth-child(17){
	border-left:1px solid #ccc;
  }
   .part_container .part_list li:nth-child(21){
	display:none;
  }
}

@media(max-width: 786px) {
  	
   .part_container .part_list{
		display:flex;
		justify-content:space-between;
	}
	
  .part_container .part_list li{
	  width:49%;
	  border:1px solid #ccc !important;
	  margin-bottom:10px;
  }

}

.hdc_wrap {
    width: 2.8rem;
    height: 2.8rem;
    background-color: rgba(62, 62, 173, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hdc_wrap img {
    width: 2.30rem;
    height: 2.30rem;
    border-radius: 50%;
}


.new_wrap {
	margin-top:0.5rem;
	background:#f2f4f7;
	padding-top:0.78rem;
}

.new_contianer {
    width: calc(1400 / 1920 * 100%);
    margin: 0 auto;
}

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

.new_contianer .new_title .new_cat{
	display:flex;
	justify-content:space-between;
}

.new_contianer .new_title .new_cat li{
	min-width: 120px;
	text-align:center;
}

.new_contianer .new_title .new_cat li a{
	color:#808080;
}

.new_contianer .new_title .new_cat li.active a{
	color:#365aa5;
}

.new_contianer .new_comli{
	display:none;
}

.new_contianer .new_comli.selected{
  display:block;
}


.new_contianer .new_com{
	margin-top:55px;
	padding-bottom:80px;
}

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

.new_com .new_com_list li{
	width:32%;
	overflow:hidden;
	display:flex;
	flex-direction:column;
}

.new_com .new_com_list li a:hover h5{
	color:#1d4a9f
}

.new_com .new_com_list li img{
	width:100%;
    height: 16vw;
    object-fit: cover;
	transition: all .7s ease-in-out;
	overflow: hidden;
}

.new_com .new_com_list li a:hover img{
  /*opacity:.9;*/-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)	
}

.new_com .new_com_list li h5{
	color:#333333;
	margin-top:30px;
}

.new_com .new_com_list li p{
	margin-top:20px;
	line-height:25px;
}

.new_com .new_com_list li span{
	display:inline-block;
	margin-top:35px;
}

@media(max-width: 1100px) {
	
 .new_contianer{
	 width:90%;
 }

}

@media(max-width: 1100px) {
    .new_com .new_com_list li img{
        height: 20vw;
    }
}

@media(max-width: 480px) {
    .new_com .new_com_list li img{
        height: 60vw;
    }
   .new_contianer .new_title{
		display:flex;
		justify-content:space-between;
		flex-direction:column;
		align-items:center;
    }
    .new_contianer .new_title .new_cat{
		margin-top:15px;
	}
	.new_contianer .new_com{
		padding-bottom: 0px;
	}
	.new_contianer .new_com .new_com_list{
		margin-top:20px;
		display:flex;
		flex-direction:column;
	}
	.new_contianer .new_com .new_com_list li{
		width:100%;
		overflow:hidden;
		margin-bottom:30px;
	}
}


.yqlink_wrap {
	background:#f2f4f7;
	padding-top:0.1rem;
	padding-bottom:0.4rem;
}

.yqlink_contianer {
    width: calc(1400 / 1920 * 100%);
    margin: 0 auto;
}

.yqlink_contianer span{
	font-weight:bold;
}

.yqlink_contianer a{
	color:#808080;
}

@media(max-width: 1100px) {
	
 .yqlink_contianer{
	 width:90%;
 }

}


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

.hel_p .pi_link {
    margin-top: .55rem;
}


.hel_p .s16 {
    font-family: SourceHanSansCN-Normal;
    line-height: 1.6;
    color: #666666;
}


.hel_act {
    width: calc(440 / 1120 * 100%);
    background-color: #f1f3f5;
    padding: .3rem;
}

.hel_img {
    width: calc(680 / 1120 * 100%);
    overflow: hidden;
}

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

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

.hel_date_title .s18 {
    color: #666666;
}

.hel_date_title .s22 {
    display: block;
    font-family: SourceHanSansCN-Bold;
    color: #000000;
    line-height: 1.4;
    margin-top: .25rem;
}


.he_right {
    width: calc(440 / 1600 * 100%);
}


.he_link {
    display: block;
    background-color: #f1f3f5;
    border-radius: 20px;
    padding: .3rem;
}

.he_link:nth-child(2n) {
    margin-top: .35rem;
}


.he_link .s18 {
    color: #666666;
}

.he_link .s22 {
    font-family: SourceHanSansCN-Bold;
    color: #000000;
    line-height: 1.6;
    margin-top: .2rem;
}


.he_left:hover .hel_p .pi_link .s16 {
    color: #d5383d;
}

.he_left:hover .pl_logo {
    background-color: #d5383d;
}


.he_link:hover {
    background-image: url(../images/he_link_bg.jpg);
    background-size: cover;
}

.he_link:hover p {
    color: #ffffff !important;
}

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


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

.hf_link {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: .3rem;
    padding: .15rem .2rem;
    transition: all .3s;
}


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

.hf_link .s16 {
    font-family: SourceHanSansCN-Normal;

    color: #d5383d;
    margin-right: .3rem;
}

.h_wrap .s30 {
    font-family: SourceHanSansCN-Bold;

    color: #ffffff;
    line-height: 1.2;
}

.hf_wrap {
    padding: .25rem 0;
    background-size: cover;
    background-position: center center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    display: none;
}


.foot_up_wrap {
    background-color: #0d1720;
    padding-top: .85rem;
    padding-bottom: 1.25rem;
}


.f_nav_list a {
    display: block;

}

.foot_list {
    display: flex;
}


.f_nav_title .s18 {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
    word-break: keep-all;
    white-space: nowrap;
}

.f_nav_title {
    margin-bottom: .3rem;
}


.f_nav_list .s14 {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
    opacity: 0.5;
    margin-bottom: .15rem;
    transition: opacity .3s;
    word-break: keep-all;
    /* 不换行 */

    white-space: nowrap;
    /* 不换行 */
}

.f_nav_list .s14:hover {
    opacity: 1;
    transition: opacity .3s;
}


.ft_item {
    margin-right: 1rem;
}


.foot_up_container {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

.fc_tit p {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
}

.fc_num {
    margin: .3rem 0;
}

.fc_num p {
    color: #ffffff;
}

.fc_item p {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
    opacity: 0.5;
    line-height: 1.8;
}

.fc_item {
    display: flex;

}

.fc_address {
    width: 3.15rem;
}

.fc_address .fc_item p:first-child {
    word-break: keep-all;
    white-space: nowrap;

}

.fm_img {
    width: 1.40rem;
    height: 1.40rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fm_img img {
    width: 1.3rem;
}


.foot_ma {
    display: flex;
    /* align-items: center; */
}

.fm_item .s14 {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
    opacity: 0.5;
    margin-top: .2rem;
    text-align: center;
}


.fd_item .s14 {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
    opacity: 0.5;
    line-height: 1.6;
	padding-left:12px;
}


.foot_down {
    background-color: #05090d;
    padding: .25rem 0;
}

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


@media(max-width: 1000px) {
    .foot_up_container {
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

@media(max-width: 850px) {

    .he_slide,
    .he_left {
        flex-wrap: wrap;
    }

    .he_right,
    .hel_img,
    .hel_act {
        width: 100%;
    }

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



@media(max-width: 800px) {
    .foot_ma {
        width: 100%;
    }

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

    .foot_list {
        width: 100%;
    }

    .ft_item {
        width: 25%;
        /* text-align: center; */
        margin-right: 0;
    }

    .f_nav_list {
        display: none;
    }

    .foot_contact {
        width: 100%;
        margin: .5rem 0;
    }

    .fc_address {
        width: 100%;
    }

    .hd_list {
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }


    .line_point {
        display: none;
    }

    .hd_left {
        width: 100%;
    }

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

    .hdl_item {
        width: 100%;
    }

    .hd_right .hdl_item:nth-child(2) {
        margin-left: 0;
    }
}


@media(max-width: 480px) {
   .fd_item{
	   flex-direction:column;
   }
}


.p_banner {
    /* padding-bottom: calc(520 / 1920 * 100%); */
    border-bottom: 3px solid #d5383d;
    background-size: cover;
    background-position: center center;

}


.p_banner>img{
    width: 100%;
    height: auto;
}

.nav_wrap {
    background-color: #ffffff;
    border-bottom: solid 1px #eeeeee;
}


.nav_left {
    display: flex;
}


.nav_item {
    padding: .3rem 0;
    margin-right: .8rem;
    position: relative;
}

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

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

.nr_list img {
    margin: 0 .06rem;
    width: 4px;
}

.nav_right .s16 {
    font-family: SourceHanSansCN-Normal;
    color: #999999;
}


.nav_item .s18 {
    font-family: SourceHanSansCN-Normal;
    color: #333333;
    word-break: keep-all;
    white-space: nowrap;
}

.nav_item:hover .s18 {
    color: #d5383d;
}

.nav_item.active .s18 {
    color: #d5383d;
}

.nav_more {
    position: absolute;
    top: calc(100% + 1px);
    z-index: 1;
    left: -.3rem;
    background-color: #ffffff;
    border-radius: 10px;
    height: 0;
    overflow: hidden;
    transition: all .3s;
    opacity: 0;
}

.nav_item::after {
    content: '';
    display: none;
    width: 12px;
    height: 12px;
    background-color: #eeeeee;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%) translateY(50%) rotateZ(45deg);
}

.nav_item:hover::after {
    display: block;
}

.nav_item.active::after {
    display: block;
}

.nav_item:hover .nav_more {
    height: auto;
    transition: all .3s;
    opacity: 1;
}


.p_wrap {
    background-color: #f2f3f5;
    padding: .5rem 0;
}

.nav_more_list a {
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    padding: .3rem;
}

.nav_more_list a:hover {
    color: #d5383d;
}


.ns_item {
    width: 48%;
    padding: .3rem;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    margin-bottom: .25rem;
}

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



.nav_more_list {
    width: auto;
    display: flex;
}


.nav_sen {
    display: none;
}


.pro_up_left {
    width: calc(506 / 1600 * 100%);
    padding: .45rem;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
}




.pro_a_act {
    width: 65%;
}

.pro_a_act .s20 {
    font-family: SourceHanSansCN-Medium;
    color: #ffffff;
}

.pro_a_act .s20::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    margin-top: .2rem;
    margin-bottom: .33rem;
}


.pro_a_act .s16 {
    font-family: SourceHanSansCN-Normal;
    line-height: 1.6;
    color: #ffffff;
}


.pro_a_img img {
    display: block;
    width: 1.73rem;
    margin: 0 auto;
    margin-top: .35rem;
}



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

.pro_up_right {
    width: calc(1052 / 1600 * 100%);

}

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


.pr_item {
    width: calc(506 / 1052 * 100%);
    display: flex;
    background-color: #ffffff;
    border-radius: 20px;
    padding: .3rem;
    margin-bottom: .4rem;
    justify-content: space-between;
    align-items: center;
}


.pr_item:hover .pri_left .s20 {
    color: #d5383d;
    transition: all .3s;
}

.pr_item:hover .pri_right img {
    transform: scale(1.2);
    transition: all .3s;
}


/* .pro_up_list .pr_item:nth-child(3) {
    margin-bottom: 0;
}

.pro_up_list .pr_item:nth-child(4) {
    margin-bottom: 0;
} */



.pri_left {
    width: 65%;
}

.pri_left .s20 {
    font-family: SourceHanSansCN-Medium;
    color: #333333;
    transition: all .3s;
}

.pri_left .s20::after {
    display: block;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #d5383d;
    margin-top: .2rem;
    margin-bottom: .3rem;
}


.pri_right img {
    max-height: 1.65rem;
    /* max-width: 1.35rem; */
    transition: all .3s;
}


.pri_left .s16 {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.pro_list .pr_item {
    width: calc(506 / 1600 * 100%);
    margin-right: .4rem;

}

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

.prd_e .pro_list .pr_item {
    padding: .6rem .4rem;
}

.prd_e .pro_list .pr_item .pri_right img {
    /* width: 1.87rem; */
    max-height: 1.65rem;
}

.prd_e .pro_list .pr_item:hover .pi_link .pl_logo {
    background-color: #d5383d;
}

.prd_e .pro_list .pr_item:hover .pi_link .s16 {
    color: #d5383d;
}

/* .pro_list .pr_item:nth-child(3n) {
    margin-right: 0;
} */


.pro_list {
    display: flex;
    flex-wrap: wrap;

    margin-top: .5rem;

}

/* .pro_list_wrap .prd_e .pro_list .pr_item:nth-child(3n) {
    margin-right: 0.4rem;
} */


.pro_list_wrap .pro_list .pr_item:nth-child(3n) {
    margin-right: 0;
}




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

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

.pld_page ul li {
    margin: 0 .05rem;
}

.pld_page ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .44rem;
    height: .44rem;
    background-color: #ffffff;
    font-family: SourceHanSansCN-Regular;
    color: #666;
    border-radius: 50%;
}

.pld_page ul li a:hover {
    color: #ffffff;
    background-color: #d5383d;
}

.pld_page ul li a.active {
    color: #ffffff;
    background-color: #d5383d;
}



.pld_page ul li a.n_p {
    padding: .15rem;
    width: auto;
    border-radius: 22px;
}

.prda_img,
.prda_act {
    width: 50%;
}


.prda_img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.prda_img:hover img {
    transform: scale(1.2);
    transition: all .5s;
}


.prda_img img {
    width: 1.86rem;
    transition: all .5s;
}


.prda_act {
    background-color: #fff;
    padding: .6rem .5rem;
}


.pd_p .s36 {
    font-family: SourceHanSansCN-Bold;
    color: #333333;
}

.pd_p .s36::after {
    content: '';
    display: block;
    width: 36px;
    height: 5px;
    background-color: #d5383d;
    border-radius: 3px;
    margin-top: .3rem;
    margin-bottom: .5rem;
}


.prd_a {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}


.pd_link {
    display: flex;
    justify-items: flex-start;
}

.pdl_item {
    display: flex;
    align-items: center;
    background-color: #d5383d;
    border-radius: 30px;
    padding: .15rem .2rem;
    justify-content: center;
    transition: all .3s;
}


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

.pdl_item .s16 {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
    margin-right: .25rem;
}

.pd_p .s16 {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    line-height: 1.6;
    /* margin-bottom: .4rem; */
}

.pd_p {
    margin-bottom: .6rem;
}


.prd_b {
    margin-top: 1rem;
}


.prd_b {
    background-color: #ffffff;
    padding: 1rem 0;
}

.pd_title p {
    font-family: SourceHanSansCN-Bold;
    color: #333333;
    text-align: center;
}

.pdb_item {
    width: 50%;
}

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

.pbi_item {
    display: flex;
    align-items: center;
    margin-bottom: .25rem;
}

.pbi_item .layui-icon {
    color: #d5383d;
}

.pbi_item p {
    font-family: SourceHanSansCN-Normal;
    color: #333333;
    margin-left: .15rem;
    line-height: 1.6;
}

.prdc_select {
    display: flex;
}

.prdc_select p {
    width: 25%;
    font-family: SourceHanSansCN-Bold;
    color: #999999;
    text-align: center;
    cursor: pointer;
}

.prd_c_wrap {
    margin-top: 1rem;
}


.prdc_select p.active {
    color: #333333;
}


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


.p_parameter {
    background-color: #ffffff;
    width: calc(780 / 1600 * 100%);
    border-radius: 20px;
}

.pp_item {
    display: flex;
    align-items: center;
    padding: .1rem 0 .1rem .38rem;
    border-bottom: 1px solid #dcdcdc;

}

.pp_item:last-child {
    border-bottom: none;
}


.pp_item p:nth-child(1) {
    font-family: SourceHanSansCN-Normal;
    color: #333333;
    min-width: calc(150 / 780 * 100%);
}

.pp_item p:nth-child(3) {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    line-height: 1.6;
}

.prdc_item {
    display: none;
    margin-top: .6rem;

}


.prdc_item:first-child {
    display: block;
}


.pp_line {
    width: 1px;
    height: 20px;
    background-color: #dcdcdc;
    margin: 0 .4rem 0 0;
}


.prd_d_wrap {
    margin-top: 1rem;
    background-color: #fff;
    padding: 1rem 0;
}

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

.prd_slide_item {
    display: flex;
    width: calc(780 / 1600 *100%);
    border-radius: 20px;
    overflow: hidden;
}

.psi_img {
    overflow: hidden;
}

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


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


.psi_img {
    width: calc(380 / 780 * 100%);
}

.psi_act {
    width: calc(400 / 780 * 100%);
    background-color: #f2f3f5;
    padding: .3rem;
}


.psi_act .s24 {
    font-family: SourceHanSansCN-Medium;
    color: #333333;
}

.psi_act .s24::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background-color: #d5383d;
    margin-top: .2rem;
    margin-bottom: .25rem;
}


.psi_act .s16 {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}


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


.prd_e_wrap {
    margin-top: 1rem;
}


.pib_item {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    align-items: center;
    padding: .15rem .2rem;
    border-bottom: 1px solid #eeeeee;
    flex-wrap: wrap;
}


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

.pi_b_list {
    border-radius: 20px;
    overflow: hidden;
}

.pib_logo {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    background-color: #f0f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .15rem;
}

.pib_logo .s18 {
    line-height: 1.6;
}

.pib_logo img {
    width: 50%;
}

.pib_right {
    background-color: #d5383d;
    border-radius: 20px;
    padding: .1rem .25rem;
    color: #ffffff;

}


.pid_c {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding: .35rem;
    align-items: center;
}


.pic_act,
.pic_img {
    width: 50%;
}


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


.pic_img img {
    max-width: 80%;
}

.pic_act .pd_p {
    margin-bottom: 0;
}



.pid_list {
    display: flex;
}


.pid_item {
    width: calc(370 / 1600 * 100%);
    margin-right: .4rem;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .6rem 0;
    margin-bottom: .5rem;
}

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

}


.pid_img img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
}


.pid_item .s24 {
    font-family: SourceHanSansCN-Medium;
    color: #333333;
    margin-top: .7rem;
}

.nav_wrap.none_after .nav_item.active::after {
    display: none;
}



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


.serve_a_item {
    width: calc(780 / 1600 * 100%);
    background-color: #f1f3f5;
    border-radius: 20px;
    border-bottom: 3px solid #d5383d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem;
    margin-bottom: .5rem;
}


.serve_a_item .sa_link a:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.serve_a_item:hover .s24 {
    color: #d5383d;
}

.serve_wrap {
    padding-top: .7rem;
}



.sa_link {
    display: flex;
    margin-top: .25rem;
}


.sa_link a {
    padding: .1rem .2rem;
    background-color: #fff;
    border-radius: 20px;
}

.sa_link a:nth-child(2) {
    font-family: SourceHanSansCN-Normal;
    color: #ffffff;
    background-color: #d5383d;
    margin-left: .25rem;

}



@media(max-width: 800px) {

    .p_banner {
        /* padding-bottom: calc(868 / 1920 * 100%); */
    }

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

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

    .pic_act,
    .pic_img {
        width: 100%;
    }

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

    .prd_slide,
    .prd_slide_item,
    .pid_c {
        flex-wrap: wrap;
    }

    .p_parameter,
    .prd_slide_item {
        width: 100%;
        margin-bottom: .5rem;
    }

    .pd_wrap,
    .prd_i_con {
        flex-wrap: wrap;
    }

    .pdb_item,
    .psi_img,
    .psi_act {
        width: 100%;
    }


    .prd_a {
        flex-wrap: wrap;
    }

    .prda_img,
    .prda_act {
        width: 100%;
    }


    .prda_img {
        padding: .5rem 0;
    }

    .pro_list .pr_item {
        width: 100%;
        margin-right: 0;
    }

    .pro_list .pr_item:nth-child(3n) {
        margin-right: .4;
    }

    .pro_up_list .pr_item:nth-child(3) {
        margin-bottom: .45rem;
    }

    .pro_up_list .pr_item:nth-child(4) {
        margin-bottom: .45rem;
    }

    .pro_up {
        flex-wrap: wrap;
    }

    .pro_up_left {
        width: 100%;
    }

    .pro_up_right {
        width: 100%;
        margin-top: .5rem;
    }

    .pr_item {
        width: 100%;
    }

    .nav_sen {
        display: block;
    }

    .nav_more {
        display: none;
    }


    .nax_s_wrap {
        display: none;
    }

    .nax_s_wrap:nth-child(1) {
        display: block;
    }

    .nav_left {
        width: 100%;
        overflow-x: auto;
        /* overflow-y: visible; */
    }

    .nav_right {
        margin-top: .35rem;
        padding-bottom: .3rem;
    }
}




.serve_ai_right {
    width: 1.10rem;
    height: 1.10rem;
    /* padding: .15rem; */
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sa_img {
    width: .90rem;
    height: .90rem;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sa_img img {
    max-width: 50%;
}

.serve_b {
    background-color: #f1f3f5;
    padding: .7rem 0;
    margin-top: .5rem;
}


.sb_select_wrap {
    display: flex;
    justify-content: center;
    margin-top: .5rem;
    flex-wrap: wrap;
}


.sb_select_wrap a {
    padding: .1rem .2rem;
    background-color: #ffffff;
    border-radius: 20px;
    color: #666666;
    margin: 0 .2rem;
    margin-bottom: .25rem;
}

.sb_select_wrap a.active {
    color: #ffffff;
    background-color: #d5383d;
}

.sb_select_wrap a:hover {
    color: #ffffff;
    background-color: #d5383d;
}


.sc_tit p {
    font-family: SourceHanSansCN-Medium;
    color: #333333;
    display: flex;
    align-items: center;
    line-height: 1.6;
}


.sc_tit {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.sc_tit img {
    transition: all .3s;
}

.sc_tit.active img {
    transform: rotateZ(45deg);
    transition: all .3s;
}

.sc_tit p::before {
    content: '';
    display: block;
    width: 4px;
    height: 20px;
    background-color: #d5383d;
    border-radius: 2px;
    margin-right: .25rem;
}

.sc_con {
    display: none;
}

.sc_con p {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    line-height: 1.6;

}

.sc_con {
    padding: .3rem;
    background-color: #fff;
    border-radius: 20px;
    margin-top: .2rem;
}

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


.sb_continer {
    margin-bottom: .25rem;
    padding-bottom: .25rem;
    border-bottom: 1px solid #d5e2ec;
}


.sb_item_wrap {
    display: none;
}


.sb_item_wrap:first-child {
    display: block;
}


.serve_c {
    padding: .7rem 0;
}


.sc_left .s40 {
    font-family: D-DIN;
    color: #d5383d;
}


.sc_left {
    background-color: #f1f3f5;
    padding: .5rem;
}

.sc_left,
.sc_right {
    width: 50%;
}

.sc_item {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    margin-top: .5rem;
}


.sc_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.serve_d {
    background-color: #f1f3f5;
    padding: 1rem 0;
}


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

}


.sd_item {
    width: calc(370 / 1600 * 100%);
    background-color: #ffffff;
    border-radius: 20px;
    margin-right: .35rem;
    padding: .5rem .4rem;
}

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


.sd_up {
    width: 1.1rem;
    height: 1.1rem;
    background-color: rgba(213, 56, 61, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}


.sd_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .90rem;
    height: .90rem;
    background-color: #d5383d;
    border-radius: 50%;
}


.sd_img img {
    max-width: 40%;
}


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


.sc_p .s24 {
    font-family: SourceHanSansCN-Medium;
    color: #333333;
    margin-bottom: .1rem;
}

.sc_p p {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    line-height: 1.6;
}


.about_a_wrap {
    width: 91.5%;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.about_a {
    background-color: #f1f3f5;
    padding: .7rem 0;
}


.aa_left {
    width: calc(873 / 1760 * 100%);
}


.aa_left .h_title::after {
    content: '';
    display: block;
    width: 40px;
    height: 5px;
    background-color: #d5383d;
    border-radius: 3px;
    margin-top: .25rem;
    margin-bottom: .4rem;
}


.aa_act p {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    line-height: 1.6;
}


.aa_right {
    width: calc(800 / 1760 * 100%);
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}


.aar_video {
    position: relative;
}


.video_item {
    height: 4.5rem;
}

.aar_video .video_item.active {
    z-index: 1;
}

.aar_video .video_item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}


.aar_btn {
    width: .9rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    z-index: 3;
}


.arrd_list {
    display: flex;
    padding: .3rem 0;
}


.arrd_item {
    width: 33.3333%;
    text-align: center;
}


.arrd_item {
    color: #ffffff;
}


.about_swiper.swiper-container {
    padding-right: 2.3rem;
}


.about_swiper .swiper-slide {
    width: 2.3rem;
    height: 7.5rem;
    padding: .3rem;
}

.about_slider {
    width: 3.2rem;
    display: flex;
    align-items: flex-end;
    height: 100%;
    position: relative;
}

.about_detil {
    display: flex;
    flex-direction: column;
    /* height: 3.23rem; */
    justify-content: flex-end;
}


.ab_de_wrap {
    max-height: 100%;
    height: 3.7rem;

    overflow-y: auto;
    transform: translateY(.5rem);
}

.ab_de_wrap p {
    line-height: 1.5;
}

.ab_de_wrap::-webkit-scrollbar {
    width: 3 !important;
}

/* 设置滚动条的样式 */
.ab_de_wrap::-webkit-scrollbar {
    width: 3px;
    border-radius: 8px;
}

/* 滚动槽 */
.ab_de_wrap::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5); */
    background-color: rgba(0, 0, 0, .2);
}

/* 滚动条滑块 */
.ab_de_wrap::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #d81a11;
    /* -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5); */
}

/* .about_detil:hover{
    overflow: visible;
}
.about_detil:hover .about_date{
    transform: scale(1.1);
    transition: all .3s;
}
.about_detil:hover .about_slide_img img{
    transform: scale(1.1);
    transition: all .3s;
} */

.about_date {
    transition: all .3s;
}


.about_swiper .swiper-slide:nth-child(2n) .about_slider {
    align-items: flex-start;
}

.about_swiper .swiper-slide:nth-child(2n) .about_detil {
    flex-direction: column-reverse;
    justify-content: flex-end;
}


.about_date .s32 {
    font-family: D-DIN;
    color: #d5383d;
}


.about_date .s18 {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    display: none;
}


.about_detil .s16 {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    margin: .2rem 0;
    line-height: 1.6;
}


.about_swiper .swiper-slide:nth-child(2n) .about_slider .ab_de_wrap {
    transform: translateY(-.3rem);
}



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


.about_b {
    padding: 1rem 0;
}

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


.about_swiper_wrap::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


.about_slider::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /* width: .3rem;
    height: .3rem;
    background-image: url(../images/about_point.png);
    background-size: cover; */


    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d81a11;
}


.about_s_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .60rem;
    height: .60rem;
    border-radius: 50%;
    background-color: #ffffff;
    border-radius: 30px;
    border: solid 1px #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
}


.honor_swiper_wrap {
    position: relative;
}

.honor_swiper.swiper-container {
    margin-top: .5rem;
}

.swiper-slide:nth-child(2n) .honor_slide {
    margin-top: .5rem;

}

.honor_slide:hover .honor_item .s24 {
    color: #d5383d;
}


.as_prev,
.ho_prev {
    left: 0;
    transform: translateX(-150%) translateY(-50%);
}

.as_next,
.ho_next {
    right: 0;
    transform: translateX(150%) translateY(-50%);
}


.about_s_btn img.active {
    display: none;
}

.about_s_btn:hover {
    background-color: #d5383d;
}

.about_s_btn:hover img {
    display: none;
}

.about_s_btn:hover img.active {
    display: block;
}


.about_c {
    background-color: #f1f3f5;
    padding: .5rem 0;
}


.honor_swiper .swiper-slide {
    width: auto;
    margin-right: .62rem;
}

.honor_swiper .swiper-slide:last-child {
    margin-right: 0;
}


.honor_item {
    width: 3.54rem;
    text-align: center;
}

.honor_img img {
    width: 2.28rem;
    z-index: 3;
    position: relative;
}


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


.honor_taizi img {
    width: 100%;
}


.honor_item .s24 {
    font-family: SourceHanSansCN-Medium;

    color: #333333;
}


.about_d {
    padding: 1rem 0;
}


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


.adt_img_wrap {
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(213, 56, 61, .1);
    border-radius: 50%;
    margin: 0 auto;
}

.adt_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.9rem;
    height: 0.9rem;
    background-color: #d5383d;
    border-radius: 50%;
}


.atd_item {
    width: calc(370 / 1600 * 100%);
    background-color: #f1f3f5;
    border-radius: 20px;
    padding: .5rem .3rem;
    margin-right: .4rem;
}


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


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

.adt_p .s24 {
    font-family: SourceHanSansCN-Medium;
    color: #333333;
    text-align: center;
    margin-bottom: .15rem;
}

.adt_p .s16 {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    line-height: 1.6;
    text-align: center;
}


.adt_img img {
    max-width: 50%;
}

.about_e {
    background-color: #f1f3f5;
    padding: 1rem 0;
}

.an_item {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: .4rem;

}

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

}

.an_item:hover .an_act .s22 {
    color: #d81a11;
}

.an_item:last-child {
    margin-bottom: 0;
}

.an_img {
    width: calc(320 / 780 * 100%);
    overflow: hidden;
}


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


.an_act {
    background-color: #ffffff;
    width: calc(460 / 780 * 100%);
    padding: .4rem .5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.an_act .s22 {
    font-family: SourceHanSansCN-Medium;
    color: #000000;
    line-height: 1.6;
}

.an_act .s18 {
    margin-top: .2rem;
    color: #666666;
}


.about_news_swiper .swiper-slide {
    width: calc(780 / 1600 * 100%);
    margin-right: .4rem;
}

.about_news_swiper .swiper-slide:last-child {
    margin-right: 0;
}


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

.news_date {
    padding: .2rem;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
}

.news_date .s40 {
    color: #d5383d;
}


.news_date .s16 {
    color: #666666;
}


.news_detail_wrap {
    padding: 1rem 0 .5rem 0;
    background-color: #f1f3f5;
}


.news_d_left {
    display: flex;
    align-items: flex-start;
}

.news_top .s30 {
    font-family: SourceHanSansCN-Medium;
    color: #333333;
}


.news_container {
    width: 10rem;
    background-color: #ffffff;
    border-radius: 20px;
    padding: .8rem .5rem;
    margin-left: .2rem;
}


.news_share a {
    margin-right: .3rem;
}


.news_liulan {
    display: flex;
}


.news_liulan .s18 {
    color: #666666;
}


.news_t_share {
    display: flex;
    justify-content: space-between;
    margin-top: .35rem;
}


.news_top {
    padding-bottom: .5rem;
    border-bottom: 1px solid #e5e5e5;
}


.news_d_right {
    width: 4.4rem;
    padding: .3rem .2rem;
    background-color: #fff;
    border-radius: 20px;
    margin-left: .2rem;
}


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


.news_down {
    padding-top: .5rem;
}

.news_down p {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    line-height: 1.6;
}


.ndr_title p {
    font-family: SourceHanSansCN-Medium;
    color: #333333;
    display: flex;
    align-items: center;
}

.ndr_title p::before {
    display: block;
    content: '';
    width: 4px;
    height: 22px;
    background-color: #d5383d;
    margin-right: .15rem;
}


.ndr_a {
    display: block;
    margin-top: .4rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #e5e5e5;

}

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

.ndr_a_img {
    overflow: hidden;
}

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


.ndr_a:hover .s18 {
    color: #d5383d;
}


.ndr_a .s16 {
    font-family: D-DIN;
    color: #666666;
    margin-top: .3rem;
}





.ndr_a .s18 {
    font-family: SourceHanSansCN-Normal;
    color: #333333;
    line-height: 1.6;
    margin-top: .3rem;
}


.news_return {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: .25rem 0;
}

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


.news_return .s16 {
    font-family: SourceHanSansCN-Normal;

    color: #d5383d;
    margin-right: .25rem;
    transition: all .3s;
}

.awa_item {
    padding: .7rem 0;
}

.awa_item .prda_act {
    background-color: #f1f3f5;
}

.awa_item .prd_a {
    margin-top: .5rem;
}


.awa_item .prda_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}


.aw_b {
    padding: .7rem 0;
    background-color: #f1f3f5;
}



.awb_swiper .swiper-slide,
.awc_swiper .swiper-slide,
.awd_swiper .swiper-slide {
    width: calc(506 / 1600 * 100%);
    margin-right: .39rem;
}

.awb_swiper .swiper-slide:last-child,
.awc_swiper .swiper-slide:last-child,
.awd_swiper .swiper-slide:last-child {
    margin-right: 0;
}

.awd_swiper .swiper-slide {}

.awd_slide {
    border-radius: 20px;
    overflow: hidden;

}

.awd_p {
    background-color: #ffffff;
    padding: .25rem;
}

.awb_slide {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: .5rem .4rem;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
    min-height: 3.1rem;
}

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


}

.awb_img img {
    max-width: 1.81rem;
    max-height: 2.15rem;

    transition: all .5s;

}

.awb_slide .pi_link {
    margin-top: 1rem;
}


.awb_img {
    max-width: 1.81rem;
    max-height: 2.15rem;
}

.awd_p p {
    font-family: SourceHanSansCN-Normal;
    text-align: center;
    color: #000000;
}


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


.awc_swiper .swiper-slide {
    background-color: #f1f3f5;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: .5rem .4rem;
}

.awc_swiper .swiper-slide:hover .sd_up {
    transform: scale(1.2);
    transition: all .5s;

}

.sd_up {
    transition: all .5s;
}

.awc_swiper .swiper-slide .s24 {
    font-family: SourceHanSansCN-Normal;

    color: #333333;
}


.awc_swiper .swiper-slide .sd_up {
    margin-right: .3rem;
}


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


.aw_c {
    padding: .8rem 0;
}


.awd_img {
    overflow: hidden;
}

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

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


.awd_swiper .swiper-slide:hover .pi_link .s16 {
    color: #d5383d;
}

.awd_swiper .swiper-slide:hover .pl_logo {
    background-color: #d5383d;
}

.aw_d_wrap {
    margin-top: 1rem;
}


.awe_list {
    display: flex;
}

.awe_item {
    width: calc(506 / 1600 * 100%);
    margin-right: .39rem;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f1f3f5;
    display: flex;
    flex-direction: column;

}


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

}

.awe_item:hover .awe_p .s22 {
    color: #d5383d;
}

.awe_img {
    overflow: hidden;
}

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

}

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

.awe_img img {
    width: 100%;
}


.awe_p .s22 {
    font-family: SourceHanSansCN-Medium;

    color: #000000;
    margin-bottom: .35rem;
    line-height: 1.6;
}

.awe_p .s18 {
    font-family: D-DIN;

    color: #666666;

}

.awe_p {
    background-color: #f1f3f5;
    padding: .3rem;
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.aw_form {
    padding: .8rem 0;
    background-size: cover;
}


.aw_form .hd_title .s36 {
    color: #ffffff;
}


.aw_form .hd_title .s50 {
    color: #ffffff;
    opacity: 0.1;
}


.f_input {
    width: calc(780 / 1600 * 100%);
    height: 60px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: .3rem;
}


.f_input input {
    flex: 1;
}

.f_input {
    display: flex;
    align-items: center;
    padding-left: .15rem;
}


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


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


.f_input img {
    max-width: 22px;
    margin-right: 10px;
}


.f_text {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: .15rem;
    display: flex;
    align-items: flex-start;
}

.f_text img {
    max-width: 22px;
    margin-right: 10px;
}

.f_text textarea {
    flex: 1;
    border: none;
    padding-top: .05rem;
    min-height: 1.5rem;
}


@media(max-width: 1200px) {
    .about_swiper .swiper-slide {
        height: 7.46rem;
    }

    .about_detil {

        padding-top: .3rem;

    }

    .about_swiper .swiper-slide:nth-child(2n) .about_slider .about_detil {
        padding-top: 0;
        padding-bottom: .3rem;
    }
}

@media(max-width: 900px) {
    .awa_item .prda_img {
        padding: 0;
    }

    .as_prev,
    .ho_prev {
        left: 0;
        transform: translateX(-50%) translateY(-50%);
    }

    .as_next,
    .ho_next {
        right: 0;
        transform: translateX(50%) translateY(-50%);
    }

    .about_a_wrap {
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;

    }

    .aa_left,
    .aa_right {
        width: 100%;
    }

    .aa_right {
        border-radius: 10px;
        margin-top: .5rem;
    }

    .video_item {
        height: auto;
    }
}

@media(max-width: 800px) {


    .f_input {
        width: 100%;

    }

    .awb_swiper .swiper-slide,
    .awc_swiper .swiper-slide,
    .awd_swiper .swiper-slide {
        width: 100%;
    }


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

    .news_container {
        width: 100%;
        margin-bottom: .3rem;
        margin-left: 0;
        margin-top: .3rem;
    }

    .news_d_left,
    .news_d_right {
        width: 100%;

    }

    .news_detail,
    .news_d_left,
    .awe_list {
        flex-wrap: wrap;
    }

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

    .an_item {
        width: 100%;
    }

    .about_news_swiper .swiper-slide {
        width: 100%;
    }

    .atd_item {
        width: 100%;
        margin-right: 0rem;
        margin-bottom: .45rem;
    }

    .atd_item:nth-child(2n) {
        margin-right: 0;
    }

    .sc_item,
    .sd_list {
        flex-wrap: wrap;
    }


    .sd_item {
        width: 108%;
        margin-right: 0;
        margin-bottom: .5rem;
    }

    .sc_left,
    .sc_right {
        width: 100%;
    }

    .serve_a_item {
        width: 100%;
    }
}





/* 渐现效果css */
.teaser {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: opacity 1s cubic-bezier(.25, .1, .25, 1), transform 1s cubic-bezier(.25, .1, .25, 1);
}

.teaser.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.lter {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
    transition: opacity 1s cubic-bezier(.25, .1, .25, 1), transform 1s cubic-bezier(.25, .1, .25, 1);
}

.lter.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.rter {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
    transition: opacity 1s cubic-bezier(.25, .1, .25, 1), transform 1s cubic-bezier(.25, .1, .25, 1);
}

.rter.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.teaser2 {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.teaser2.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


.xl-top {
    width: 100%;
    font-size: 0;
    padding: .2rem 0;
}

.xl-tip {
    display: inline-block;
    vertical-align: top;
    color: #666;
    line-height: 1.5;
}

.xl-tip span {
    color: #d5383d;
}

.xl-tr {
    display: inline-block;
    vertical-align: top;
}

.xl-td {
    display: inline-block;
    vertical-align: middle;
    margin-right: .1rem;
    color: #666;
    line-height: 1.5;
}

.xl-td span {
    color: #d5383d;
}

.xl-cont {
    width: 100%;
    font-size: 0;
}

.xl-item {
    width: 100%;
    display: block;
    cursor: pointer;
    margin-bottom: .35rem;
    padding: .3rem .25rem;
    border: solid 1px #dcdcdc
}

.xl-b {
    width: 100%;
    margin-bottom: .25rem;
}

.xl-name {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 6em);
    padding-right: .1rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xl-name span {
    color: #d5383d;
}

.xl-classify {
    display: inline-block;
    vertical-align: middle;
    width: 6em;
    padding: .1rem 0;
    text-align: center;
    background-color: #d5383d;
    color: #fff;
}

.xl-intro {
    color: #888888;
    line-height: 1.7;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xl-item:hover {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 45px 1px rgba(0, 0, 0, 0.1);
}

.xl-item:hover .xl-name {
    color: #d5383d;
}

.gr_wrap {
    padding: .8rem 0;
}


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


.news_item {
    width: calc(780 / 1600 * 100%);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: .45rem;
}

.news_wrap {
    padding: 1rem 0;
}


.news_item {
    display: flex;
}

.news_act .s22 {
    font-family: SourceHanSansCN-Medium;

    line-height: 1.6;
    margin-bottom: .35rem;
}


.news_img {
    width: calc(320 / 780 * 100%);
}


.news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.news_act {
    width: calc(460 / 780 * 100%);
    background-color: #f1f3f5;
    padding: .4rem .5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aw_actt {
    margin: .35rem;
    text-align: center;
}

.aw_actt p {

    font-family: SourceHanSansCN-Normal;

    color: #ffffff;
}

.awf_wrap .pd_link {
    /* justify-content: center; */
    margin: 0 auto;
    margin-top: .5rem;
}

.awf_wrap .pdl_item {
    border: none;
}

.f_input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
}

.f_text textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
}

@media(max-width: 800px) {
    .nav_container {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .news_item {
        width: 100%;
    }
}

@media(max-width: 750px) {
    .pib_right {
        margin-left: auto;
        margin-top: .2rem;
    }

    .xl-main {
        width: 100%;
        max-width: 500px;
        padding: 0 10px;
    }

    .xl-name {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: .1rem;
    }
}


/*弹出层相关*/
.c-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    line-height: 1.43;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.c-btn:hover {
    color: #fff;
}

.c-blue {
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
}

.c-blue:hover {
    background-color: #0b5ed7;
    border-color: #0b5ed7;
}

.c-white {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #666;
    transition: all .3s;
}

.c-white:hover,
.c-white:focus,
.c-white:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.hn-tip {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 987654321;
}

.hn-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 987654321;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all .3s cubic-bezier(.25, .1, .25, 1);
}

.hn-tip .hn-mask {
    background-color: transparent;
}

.hn-msg {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 987654321;
    max-width: 500px;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    padding: 12px 25px;
    transition: all .3s cubic-bezier(.25, .1, .25, 1);
}

.hn-tip.show .hn-mask {
    visibility: visible;
    opacity: 1;
}

.hn-tip.show .hn-msg {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}

.hn-load {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 987654321;
}

.hn-load-cont {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 987654321;
    max-width: 500px;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    visibility: hidden;
    transition: all .3s cubic-bezier(.25, .1, .25, 1);
}

.hn-load-icon {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background-image: url(../images/load.gif);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.hn-load-title {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.hn-load.show .hn-mask {
    visibility: visible;
    opacity: 1;
}

.hn-load.show .hn-load-cont {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}

.hn-confirm {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 987654321;
    border-radius: 2px 2px 0 0;
}

.hn-confirm-dialog {
    width: auto;
    min-width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 987654321;
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    transition: transform .3s cubic-bezier(.25, .1, .25, 1), opacity .3s cubic-bezier(.25, .1, .25, 1);
}

.hn-confirm-title {
    padding: 0 80px 0 20px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    cursor: move;
    user-select: none;
}

.hn-confirm-cont {
    width: 100%;
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
}

.hn-confirm-btns {
    text-align: right;
    padding: 0 15px 12px;
    user-select: none;
    font-size: 0;
}

.hn-confirm-close {
    font-size: 16px;
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    width: 46px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    transition: all .3s;
    user-select: none;
}

.hn-confirm-close:hover {
    opacity: 0.7;
}

.hn-confirm-btns .c-btn {
    margin-left: 10px;
}

.hn-confirm-btns .c-btn:first-child {
    margin-left: 0;
}

.hn-confirm.show .hn-mask {
    visibility: visible;
    opacity: 1;
}

.hn-confirm.show .hn-confirm-dialog {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.hn-html {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 987654321;
    border-radius: 2px 2px 0 0;
}

.hn-html-dialog {
    width: auto;
    min-width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 987654321;
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    transition: transform .3s cubic-bezier(.25, .1, .25, 1), opacity .3s cubic-bezier(.25, .1, .25, 1);
}

.hn-html-title {
    padding: 0 80px 0 10px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    cursor: move;
    user-select: none;
}

.hn-html-cont {
    width: 100%;
    position: relative;
    padding: 10px;
    line-height: 24px;
    word-break: break-all;
    overflow: auto;
    font-size: 14px;
}

.hn-html-close {
    font-size: 16px;
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    width: 46px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    transition: all .3s;
    user-select: none;
}

.hn-html-close:hover {
    opacity: 0.7;
}

.hn-html.show .hn-mask {
    visibility: visible;
    opacity: 1;
}

.hn-html.show .hn-html-dialog {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}


.about_e_more {
    display: flex;
    justify-content: flex-end;
    margin-bottom: .2rem;
}


.about_e_more a {
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 0.15rem 0.2rem;
    background-color: #d5383d;
    transition: all .3s;
}

.about_e_more a:hover {
    transform: scale(1.1);
    transition: all .3s;
}

/* 新增样式 */

.h-sub-nav {
    position: absolute;
    /*width: 100%;*/
    width: auto;
    min-width:100%;
    left: 100%;
    top: 0;
    z-index: 3;
    background-color: #fff;
    padding: 10px 0;

}


.h-sub-nav {
    opacity: 0;
    z-index: -1;
}

.h-sub-nav li {
    background-color: #fff;
    margin: 10px 0;
}

.h-sub-nav li a {
    display: block;
    padding: 0rem 0.15rem;
    color: #001629;
    transition: background-color .3s;
    font-family: 'SourceHanSansCN-Normal';
}

.h-sub-nav li a:hover {
    color: #d5383d;
}

.h-sub li:hover .h-sub-nav {
    opacity: 1;
    transition: all .3s;
    z-index: 2;
}


.h-sub>li {
    position: relative;
}

.h-sub>li::after {
    content: '';
    display: none;
    width: 6px;
    height: 10px;
    position: absolute;
    right: .08rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/gary_next.png);
    background-size: cover;
}

.h-sub>li:hover::after {
    display: block;
}

.prol_swiper_wrap {
    width: 100%;
}


@media(max-width: 1100px) {
    .h_serach {
        display: none;
    }

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

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


@media(max-width: 1100px) {
    .h-sub-nav {
        opacity: 1;
        position: static;
        display: none;
        transition: none;
    }

    .h-sub li:hover .h-sub-nav {
        transition: none;
    }

    .h-sub-nav li {
        padding-left: 40px;

    }

    .h-sub-nav li a {
        color: #666;
        font-size: 12px;
    }

    .hf_link .s16 {
        font-size: 12px;
    }

    .h-sub-nav li a {
        padding: 0 0;
    }

}


.about_news_swiper .swiper-slide {
    width: 100%;
}

.about_news_swiper .swiper-slide .an_slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.about_news_swiper .swiper-slide .an_slide .an_item {
    width: 48%;
    margin-right: 0;
    margin-bottom: .35rem;
}





/* 新加样式 */
#wmkc {
    position: fixed;
    right: 10px;
    top: 45%;
    transform: translateY(-50%);
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif !important;
    /* padding-bottom: 65px; */
    z-index: 99999;
}






.wmkc-list {
    padding: 0;
    border: 1px solid #EEE;
    background-color: #FFF;
    max-width: 70px;
    /* overflow-x: hidden; */
    border-radius: 4px;
    margin: 0;
}

.wmkc-list>li:first-child {
    border-radius: 4px 4px 0 0;
}

.wmkc-list>li {
    width: 100%;
    line-height: 115%;
    border-bottom: 1px solid #EEE;
    list-style: none;
    background-color: #d81a11;
    text-align: center;
    padding: 5px;
    /* transition: all .2s ease-in-out; */
    position: relative;
}

.wmkc-list>li a {
    color: #555;
    text-decoration: none;
    /* font-size: 12px; */
    display: block;

}

.wmkc-list>li p {
    /* margin: 8px 0 0; */
    /* display: none; */
    /* font-size: 11px; */
}

.icon_wrap p {
    display: block !important;
}

.icon_wrap {
    padding: 1px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .wmkc-list>li:hover p {
    color: #fff;
} */

.wm_pop {
    position: absolute;
    width: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    opacity: 0;
    z-index: -1;
    transition: all .3s;
    transform-origin: right center;
    padding: 10px;
}

.wmkc-list>li:hover .wm_pop {
    transform: translateY(-50%) scaleX(1);
    z-index: 1;
    transition: all .3s;
    opacity: 1;
}

.wm_pop_item {
    min-width: 120px;
    /* max-width: 150px; */
}


.wm_pop>.wm_pop_item>p {
    color: #fff;
}

.wm_pop>.wm_pop_item>p:hover {

    color: #222222;
}

.wm_pop_item img {
    width: 120px;
    /* height: 100px; */
}


.wmkc-skype .wm_pop_item {
    padding: 15px 15px;
}



.wm_pop_item {
    padding: 5px;
    background-color: #fff;
    z-index: 2;
}

.wm_pop_item p {
    /* color: #555 !important; */
    word-break: keep-all;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
}


.wmkc-list>li:hover {
    background-color: #222;
}



.wmkc-list>li.wmkc-whatsapp:hover P {
    color: #555;
}

.wmkc-list li .icon_wrap img.active {
    display: block;
}


.wmkc-list li .icon_wrap img {
    display: none;

}

/* .wmkc-list li:hover .icon_wrap img.active {
    display: block;
    margin-right: 0;
    margin: 0 auto;
} */

.icon_wrap img {
    max-width: 42px;
}


p.wm_ma_act {
    color: #222 !important;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    text-align: center;
    line-height: 1.4;
}


.wm_pop_item.wm_phone_item {
    display: flex;
    align-items: center;
    max-width: none;
    background-color: #d81a11;
    width: auto;
    min-width: 205px;
    white-space: nowrap;
    left: 0;
    right: 0
}




.wm_pop_item.wm_phone_item img {
    width: 23px;
    display: inline-block;
}

.wm_pop_item.wm_phone_item p {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    text-align: center;
    flex-shrink: 0;
    display: inline-block;
    margin: 0;
    margin-left: .1rem;
    width: auto;

}


.abt_more a:hover{
    color:#fff;
}