

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('/static/site/pc/fonts/SOURCEHANSANSCN-NORMAL.OTF');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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




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

    src: url('/static/site/pc/font-icons/iconfont.woff2?t=1648189469231') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/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(50 * 100vw / 1920);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header {
    width: 100%;
    background-color: #fff;
    height: .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: 76%;
    margin: 0 auto;
    height: 100%;
}

.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;
    height: 100%;
}

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

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

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


.h-d:hover .h-e {
    color: #000000;
    font-family: 'SourceHanSansCN-Normal';
}

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

.h-d.active .h-e {
    font-family: 'SourceHanSansCN-Normal';
    color: #000000;
    position: relative;
}

.h-d.active .h-e::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #000000;
    display: block;
    bottom: 0;
    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 {
    width: 100%;
    position: absolute;
    left: 0px;
    border-top:1px solid #d8d8d8;
    background-color:#fff;
    display: none;
    padding: 0px 0px;
    z-index: 999;
}

.child_cat{
    /*width: calc(1468 / 1920 * 100%);*/
    max-width:1468px;
    margin: 0 auto;
    background-color:#fff;
    z-index: 999;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    padding-top:0.3rem;
    padding-bottom: 0.35rem;
}

.child_line{
    /*width: calc(1468 / 1920 * 100%);*/
    margin: 0 auto;
    background:#d8d8d8;
    width: 100%;
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
    height:1px;
}

.child_cat li{
    width: 33%;
    border-right:#d8d8d8 1px solid;
    display:flex;
    justify-content:space-around;
    overflow: hidden;
}

.child_cat li:nth-of-type(3n){
    border-right:0px;
}

.child_cat li p.hovimg{
   padding-top: 0.6rem;
}

.child_cat li p.hovtxt{
    width: 260px;
    text-align: left;
}

.child_cat li p span{
    display: block;
    line-height: 22px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
}

.child_cat li p span.xxxcat{
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
}

.child_cat li p span.xxxcat a{
    color:#000000;
    font-weight: bold;
}

.child_cat li p span.xxxcat a:hover{
    color:#ff0000;
}

.child_cat li p span.xxcat{
    margin-top:0.2rem;
    display:block;
}

.child_cat li p span.xxcat a{
    display: block;
    line-height:30px;
}

.child_cat li p span.xxcat a:hover{
    color: #ff0000;
}


.child_cat1{
    /*width: calc(1468 / 1920 * 100%);*/
    margin: 0 auto;
    background-color:#fff;
    z-index: 999;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    padding-top:0.55rem;
    padding-bottom: 0.66rem;
}

/*.child_cat1 li{*/
/*    width:14%;*/
/*    position: relative;*/
/*}*/

/*.child_cat1 li:not(:last-child)::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 1px;*/
/*    height: 30px;*/
/*    background-color: #d8d8d8;*/
/*}*/

.child_cat1 li{
    position: relative;
    align-items: center;
}

.child_cat1 li i{
    width: 1px;
    height: 30px;
    background-color: #d8d8d8;
    margin-left: 2.2vw;
    margin-right: 2.2vw;
}

.child_cat1 li a{
    color:#000000;
    font-weight: bold;
}

.child_cat1 li a:hover{
    color:#ff0000;
}


.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;
    display: flex;
    /*align-items: center;*/
}



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

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

}

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

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

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

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

.hp-act .s24 {
    color: #d81a11;
}

.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: 28px;
    height: 28px;
    background-color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.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%;
    bottom: 5%;
    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, .5);
}

.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(1867 / 1920 * 100%);
    margin: 0 auto;
}

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


.indexpro_list{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}

.indexpro_list a{
	width:49.2%;
	display:block;
	margin-bottom:0.28rem;
	overflow:hidden;
}

.indexpro_list a img{
	transform: scale(1.00);transition: all ease .5s;width: 100%;height: 100%;object-fit: cover;
}

.indexpro_list a:hover img{
	transform: scale(1.05);
}

.pro_content img{
	width:100%;
}




.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: .5rem;
}


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

.hbs_a:hover .pi_link .s16 {
    color: #d5383d;
}

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


.P_item:hover .pi_link .s16 {
    color: #d5383d;

}

.P_item:hover .pl_logo {
    background-color: #d5383d;

}

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


.pi_link {
    display: flex;
    align-items: center;
    margin-top: 1.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 .s20 {
    font-family: SourceHanSansCN-Medium;
    color: #333333;
    line-height: 1.5;
}

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


.hbsa_img img {
    width: 3.5rem;
}




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

.hbs_item {
    width: calc(506 / 1600 *100%);
}


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




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

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


.h_title .s50 {
    font-family: SourceHanSansCN-Bold;
    color: #333333;
    opacity: 0.1;
}

.h_title .s36 {
    font-family: SourceHanSansCN-Bold;
    color: #333333;
    transform: translateY(-40%);
}


.hbs_a {
    height: 100%;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: .5rem .5rem;
    display: flex;
    padding-right: 0;


}

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

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

.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(../image/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.4rem;
    padding: .7rem 0;
    background-color: #f1f3f5;
}

.hd_title {
    text-align: center;
}

.hd_title .s50 {
    color: #333333;
    opacity: 0.1;
}

.hd_title .s36 {
    font-family: SourceHanSansCN-Bold;
    color: #333333;
    transform: translateY(-40%);
}


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


.hd_center {
    width: 3.8rem;
    height: 3.8rem;
    border: 2px dashed #d5383d;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spinCircle___1HIgk 20s linear infinite;
    animation: spinCircle___1HIgk 20s linear infinite;
}

@-webkit-keyframes spinCircle___1HIgk {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinCircle___1HIgk {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}





.hd_center:hover .hdc_wrap img {
    transform: scale(1.2);
    transition: all .3s;

}

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


.hdl_item {
    display: flex;
    width: 5.5rem;
    background-color: #ffffff;
    border-radius: 20px;
    border-bottom: 2px solid rgba(213, 56, 61, .2);
    /* overflow: hidden; */
    padding: .3rem;
    align-items: center;
    margin-bottom: .5rem;
    position: relative;
}

.hdl_item .hd_b img {
    transition: all .3s;
}

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

.hdl_item:hover .hd_p .s24 {

    color: #d5383d;
    transition: all .3s;
}

.line_point {
    position: absolute;
}


.hd_left .hdl_item:nth-child(1) .line_point {
    left: 101%;
    top: 75%;
    width: .6rem;

}

.hd_left .hdl_item:nth-child(2) .line_point {
    left: 102%;
    top: 50%;
    width: .4rem;
    transform: translateY(-50%) rotateZ(-45deg);

}

.hd_left .hdl_item:nth-child(3) .line_point {
    left: 101%;
    top: 20%;
    width: .6rem;
    transform: rotate(-90deg);
}

.hd_right .hdl_item:nth-child(1) .line_point {
    right: 101%;
    top: 75%;
    width: .6rem;
    transform: rotate(90deg);
}

.hd_right .hdl_item:nth-child(2) .line_point {
    right: 102%;
    top: 50%;
    width: .4rem;
    transform: translateY(-50%) rotateZ(135deg);
}

.hd_right .hdl_item:nth-child(3) .line_point {
    right: 101%;
    top: 20%;
    width: .6rem;
    transform: rotate(180deg);
}



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


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


.hd_p {
    margin-left: .3rem;
}

.hd_p .s16 {
    font-family: SourceHanSansCN-Normal;
    color: #666666;
    line-height: 1.6;
    margin-top: .15rem;
}


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




.hd_left .hdl_item {
    margin-left: auto;
}

.hd_left .hdl_item:nth-child(2) {
    margin-right: .6rem;
}

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


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

.he_wrap {
    padding: .7rem 0;
}

.he_slide {
    display: flex;
    justify-content: space-between;

}


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

.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(../image/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: #3f3a39;
    padding-top: .85rem;
    padding-bottom: 0.4rem;
}


.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: 1.25rem;
}


.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.54rem;
    height: 1.54rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fm_img img {
    width: 1.5rem;
}


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


/*.foot_ma .fm_item:nth-child(1) {
    display: none;
}

.fm_item:nth-child(2n) {

    margin-left: .4rem;
}
*/
.fm_item .s20 {
    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;
}

.foot_center {
    background-color: #3f3a39;
    padding: .25rem 0;
}

.fdfd_item {
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}

.fdfd_item .s16{
    color: #ffffff;
	opacity:0.6;
	padding-top:0.3rem;
	padding-left:0.4rem;
	/*align-items:bottom;*/
	align-self: flex-end;
}


.foot_down {
    background-color: #3f3a39;
    padding: .25rem 0;
}

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

.fd_left {
    display: flex;
}


.fd_right .s14:last-child {
    margin-left: .35rem;
}

.fd_item .s16{
    color: #ffffff;
	opacity:0.6;
    line-height: 1.6;
}


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


.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 {
	width:100%;
}

.pp_item {
    display: flex;
    align-items: center;
    padding:.27rem 0 .27rem .8rem;
}

.pp_item:nth-child(2n){
	background:#fff;
}

.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(../image/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%;
    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.2rem;
    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(../image/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;

}

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

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

.hd_content{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}

.hd_content li{
	/*width:394px;*/
	width:24%;
	background-color:#fff;
	overflow:hidden;
}

.hd_content li img{
	width: 100%;
    transform: scale(1.001);
    transition: all 0.5s ease 0s;
}

.hd_content li img:hover{
	transform: scale(1.05);
}

.hd_content li h5{
	padding-top:0.42rem;
	padding-left:0.48rem;
	font-size:0.32rem;
}

.hd_content li .hda1{
	padding-top:0.25rem;
	padding-left:0.48rem;
	font-size:0.22rem;
}

.hd_content li .hda2{
	padding-top:0.45rem;
	padding-bottom:0.3rem;
	padding-left:0.48rem;
}

.hd_content li .hda2 a{
	background:#363636;
	color:#fff;
	font-size:0.14rem;
	padding:0.1rem 0.15rem;
	border-radius:5px;
    transition: all 0.3s;
}

.hd_content li .hda2 a:hover{
    background:#d5383d;
}

.linyunb2{
    overflow: hidden;
    padding: 0 24% 2% 24%;
    position: relative;
}
.linyunb2  .swiper-slide .swiper-slide{
    position: relative;
}


.linyunb{
    overflow: hidden;
    padding: 0 24% 2% 24%;
    position: relative;
}
.linyunb_img img{
    width: 100%;
    height: auto;
}
.linyunb  .swiper-slide .swiper-slide{
    position: relative;
}
.linyunbnei{
    width: 100%;
    box-sizing: border-box;
    padding: 2%;
    text-align: left;
    color: #000;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.linyunbnei_a{
	font-weight: 600;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 1px;
}
.linyunbnei_b{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #ffffff;
    text-transform: uppercase;
}
.linyunbnei_m{
    width: 90px;
	height:35px;
	line-height: 35px;
	background-color: #000;
    text-align: center;
    font-size: 14px;
	border-radius:5px;
    transition: all 0.5s;
}
.linyunbnei_m:hover{
    background:#d5383d;
}
.linyunbnei_m a{
    color: #fff;
}
.swipesdfnation {
    text-align: center;
    margin-top: 4%;
}
.swipesdfnation .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #cccccc;
    opacity: 1;
}
.swipesdfnation  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #c30000;
}
.swixtgg{
    position: absolute;
    right: 26%;
    top: 40%;
	transform: translate(-50%, 0%);
    outline: none;
    border: none;
    background: url(../image/aecb0e54ac25f4e2f14c38c09788db3c95a3d7ad.png) no-repeat;
    width: 16px;
    height: 28px;
    z-index: 9999;
    cursor: pointer;
}
.swievgg{
    position: absolute;
    left: 26%;
    top: 40%;
	transform: translate(-50%, 0%);
    outline: none;
    border: none;
    background: url(../image/d7230b30c5c85ec8ad695264e4b9702459d8ce57.png) no-repeat;
    width: 16px;
    height: 28px;
    z-index: 9999;
    cursor: pointer;
}
.linyunb .swiper-slide .swiper-slide{
    cursor: pointer;
}
.linyunb .swiper-slide .swiper-slide .com-img{  overflow:hidden;}
.linyunb .swiper-slide .swiper-slide .com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.linyunb .swiper-slide .swiper-slide:hover .com-img img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}


.zhfws .hd_title p{
	padding-top:0.15rem;
}

.hd_wrap1 {
	margin-top:0.8rem;
    background-color: #fff;
}

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

.jjfa .hd_title p{
	padding-top:0.15rem;
}

.jjfa_content{
	margin-top:0.66rem;
	text-align: center;
}

.jjfa_content .jjfa_swiper .twoimg2 .twoimg22{
	padding-top:0.18rem;
}

.jjfa_content .jjfa_swiper .firstimg1{
	position:relative;
	overflow:hidden;
}

.jjfa_content .jjfa_swiper .firstimg1 .faimg{
    transform: scale(1.001);
    transition: all 0.5s ease 0s;
}

.jjfa_content .jjfa_swiper .firstimg1 .faimg:hover{
	transform: scale(1.05);
}

.jjfa_content .jjfa_swiper .twoimg2 .faimg{
    transform: scale(1.001);
    transition: all 0.5s ease 0s;
}

.jjfa_content .jjfa_swiper .twoimg2 .faimg:hover{
	transform: scale(1.05);
}


.jjfa_content .jjfa_swiper .twoimg2 .twoimg21,.jjfa_content .jjfa_swiper .twoimg2 .twoimg22{
	position:relative;
	overflow:hidden;
}

.jjfa_content .jjfa_swiper .desc_wenzi{
	display:flex;
	align-items:center;
	position:absolute;
	left:42px;
	top:80px;
}

.jjfa_content .jjfa_swiper .firstimg1 .desc_wenzi p{
	padding-left:17px;
}

.jjfa_content .jjfa_swiper .twoimg2 .desc_wenzi p{
	padding-left:17px;
	color:#fff;
}



.jjfa_next{
	position:absolute;
	left:45px;
	top:50%;
	transform: translate(0%, -50%);
	z-index:99;
}

.jjfa_prev{
	position:absolute;
	right:45px;
	top:50%;
	transform: translate(0%, -50%);
	z-index:99;
}

.hcs_btn10 {
    width: .60rem;
    height: .60rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity:0.5;
}


.hd_wrap2{
	margin-top:0.8rem;
	padding:0.86rem 0;
	background:url(../image/aboutbg.jpg) center no-repeat;
	background:#f5f5f8;
}

.about_jj .hd_title p{
	padding-top:0.15rem;
}

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

.about_coms{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}


.about_coms .leftaboutpic img{
   transform: scale(1.00);transition: all ease .5s;width:100%;
}

.about_coms .leftaboutpic img:hover{
    transform: scale(1.05);
}


.about_coms .rightabouts{
    width:8.4rem;
	background:#fff;
	margin-left:0.74rem;
	border-radius:10px;
	padding:0.5rem;
}

.about_coms .rightabouts h3{
	font-size:0.28rem;
	margin-bottom:0.2rem;
}

.about_coms .rightabouts p{
	line-height:35px;
}

.about_coms .rightabouts .sub_about{
	padding-top:0.45rem;
	display:flex;
}

.about_coms .rightabouts .sub_about li{
	margin-right:0.68rem;
	background:#282828;
	border-radius:5px;
    font-size:0.14rem;
	border:1px solid #000;
    transition: all 0.3s;
}

.about_coms .rightabouts .sub_about li:hover{
    background:#d5383d;
    border:1px solid #d5383d;
}

.about_coms .rightabouts .sub_about li a{
	color:#fff;
    display:block;
    width: 100%;
    height: 100%;
    padding:0.1rem 0.15rem;
}

.about_num{
	width: calc(1766 / 1920 * 100%);
    margin: 0.73rem auto 0;
	background:#fff;
}

.about_num .about_num_list{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	padding:0.4rem 0;
	text-align:center;
}

.about_num .about_num_list li p{
	padding-top:0.2rem;
}

.about_num .about_num_list li i{
	font-style:normal;
}

.hd_wrap3{
	padding:0.86rem 0;
	background:#f2f2f3;
}

.about_server{
	width: calc(1766 / 1920 * 100%);
    margin: 0 auto;
	background:#fff;
	padding:0.44rem 1rem;
}

.about_server .server_tit{
	line-height:40px;
	margin-bottom:30px;
}

.about_server .fw_list_com{
	display:flex;
	justify-content:space-around;
    flex-wrap: wrap;
}

.about_server .fw_list_com li{
    width:16%;
    text-align:center;
}

.about_server .fw_list_com li.myhide{
    display:none;
}

.about_server .fw_list_com li img{
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

.about_server .fw_list_com li:hover img{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.about_server .fw_list_com li p{
   padding-top:0.32rem;
}

.hd_wrap4{
	padding:0.86rem 0;
	background:#fff;
}

.baozhangtixi{
	width: calc(1766 / 1920 * 100%);
    margin: 0 auto;
	padding:0rem 1rem;
}

.baozhangtixi .hd_title p{
	padding-top:0.15rem;
}

.baozhangtixi .baozhangtixi_com .baozhangtixi_com_list{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-top:0.6rem;
}

.baozhangtixi .baozhangtixi_com .baozhangtixi_com_list li{
	width:24%;
	text-align:center;
	background:#f2f2f3;
	border-radius:10px;
	padding:0.55rem;
	margin-bottom:0.2rem;
    transition: all 0.3s;
    cursor: pointer;
}

.baozhangtixi .baozhangtixi_com .baozhangtixi_com_list li h5{
	margin-top:0.5rem;
	font-weight:normal;
}

.baozhangtixi .baozhangtixi_com .baozhangtixi_com_list li p{
	margin-top:0.3rem;
	line-height:25px;
}

.baozhangtixi .baozhangtixi_com .baozhangtixi_com_list li:hover{
	background:#fff;
}


.hd_wrap5{
	padding:0.86rem 0;
	background:#f2f2f3;
}

.hezuohuoban{
	width: 100%;
    margin: 0 auto;
}

.hezuohuoban .hd_title p{
	padding-top:0.15rem;
	line-height:1.4;
}

.hezuohuoban .hezuohuoban_com{
	margin-top:1rem;
}

.hzhb_swiper{
	position:relative;
}

.hcs_next{
	position:absolute;
	left:0px;
	top:50%;
	transform: translate(0%, -50%);
	z-index:99;
    cursor: pointer;
}

.hcs_prev{
	position:absolute;
	right:0px;
	top:50%;
	transform: translate(0%, -50%);
	z-index:99;
    cursor: pointer;
}

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

.he_wrap .news_com{
	width: calc(1875 / 1920 * 100%);
    margin: 0 auto;
	padding:0rem 1rem;
}


.news_com .hd_title p{
   padding-top:0.15rem;	
}

.news_com_list{
	display:flex;
	justify-content:space-between;
	margin-top:0.5rem;
}

.news_com_list .newslist_left{
	width:42%;
}

.news_com_list .newslist_left .newslefttit{
	font-weight:bold;
	color:#000;
}

.news_com_list .newslist_left .newsleftcom{
	margin-top:0.5rem;
	overflow: hidden;
}

.news_com_list .newslist_left .newsleftcom img{
	transform: scale(1.00);transition: all ease .5s;width: 100%;height: 100%;object-fit: cover;
}

.news_com_list .newslist_left .newsleftcom img:hover{
	transform: scale(1.05);
}

.news_com_list .newslist_left .newsleftcom h5{
	padding-top:0.4rem;
	line-height: 0.3rem;
}

.news_com_list .newslist_left .newsleftcom p{
	padding-top:0.35rem;
	line-height:0.3rem;
}

.news_com_list .newslist_left .newsleftbott{
	margin-top:0.4rem;
}

.news_com_list .newslist_left .newsleftbott .firstmore{
	padding:0.1rem 0.15rem;
	background:#000;
	border-radius:5px;
    font-size: 0.14rem;
    transition: all 0.3s;
}

.news_com_list .newslist_left .newsleftbott .firstmore:hover{
    background:#d5383d;
}

.news_com_list .newslist_left .newsleftbott a{
	color:#fff;
}


.news_com_list .newslist_right{
	width:50%;
}

.news_com_list .newslist_right .newslist_righttit{
	display:flex;
	justify-content:space-between;
}

.news_com_list .newslist_right .newslist_righttit .newslist_right_leftnav{
	font-weight:bold;
	color:#000;
}


.news_com_list .newslist_right .newslist_righttit .newsright_nav{
	display:flex;
	justify-content:space-between;
}

.news_com_list .newslist_right .newslist_righttit .newsright_nav li{
	margin-left:0.6rem;
	background:#000;
	border-radius:5px;
    font-size:0.14rem;
    transition: all 0.3s;
}

.news_com_list .newslist_right .newslist_righttit .newsright_nav li:hover{
    background:#d5383d;
}

.news_com_list .newslist_right .newslist_righttit .newsright_nav li a{
    display: block;
	color:#fff;
	padding:0.1rem 0.15rem;
}

.news_com_list .newslist_right .newslist_rightcom{
	margin-top:0.6rem;
}

.news_com_list .newslist_right .newslist_rightcom .newslist_rightcom_list{
	display:flex;
	justify-content:space-between;
	margin-bottom:0.44rem;
    transition: all 0.3s;
}
.news_com_list .newslist_right .newslist_rightcom .newslist_rightcom_list:hover{
    transform: translateX(-20px);
}
.news_com_list .newslist_right .newslist_rightcom .newslist_rightcom_list:hover h5{
    color: #d5383d;
}
.news_com_list .newslist_right .newslist_rightcom .newslist_rightcom_list:hover dd{
    color: #fff;
    background:#d5383d;
}

.news_com_list .newslist_right .newslist_rightcom .newslist_rightcom_list dt h5{
    line-height: 0.3rem;
}

.news_com_list .newslist_right .newslist_rightcom .newslist_rightcom_list dt p{
	padding-top:0.2rem;
	line-height: 0.3rem;
}

.news_com_list .newslist_right .newslist_rightcom .newslist_rightcom_list .newsline{
	display:block;
	height:1px;
	background:#eceded;
	margin-top:0.2rem;
}

.news_com_list .newslist_right .newslist_rightcom .newslist_rightcom_list dd{
	margin-left:0.4rem;
	background:#f2f2f3;
	padding:0.18rem 0.25rem;
	text-align:center;
}

.news_com_list .newslist_right .newslist_rightcom .newslist_rightcom_list dd span{
	display:block;
	text-align:center;
}

.news_com_list .newslist_right .newslist_rightcom .newslist_rightcom_list dd p{
	margin-top:0.15px;
	text-align:center;
}

.fot_wrap{
	width: calc(1666 / 1920 * 100%);
    margin: 0 auto;
	padding-left:1rem;
	padding-right:1rem;
}

.fot_wrap .foot_list .ft_item .f_nav_title .s16{
	color:#fff;
}


@media screen and (max-width:1200px) {
   .about_coms{
       display:flex;
       flex-direction: column;
   }
   
    .about_coms .leftaboutpic{
        width: 100%;
    }
    
    .about_coms .rightabouts{
        margin-top:0.5rem;
        margin-left:0;
        width: 100%;
    }
    
    .about_coms .rightabouts .sub_about li{
        width:32%;
        text-align: center;
    }
    
     .about_coms .rightabouts .sub_about li a{
        padding: 0.2rem 0.15rem;
    }
    
     .fdfd_item .s16{
        padding-left:0;
        line-height: 0.4rem;
    }
   
}

@media screen and (max-width:1100px) {
    .child_cat1{
        display: flex;
        flex-direction: column;
        padding-top: 0.25rem;
        padding-bottom: 0.16rem;
    }
    
    .child_cat1 li i{
        display: none;
    }
    
    
    .child_cat{
       display: flex;
       flex-direction: column;
       width:90%;
    }
    
   .h-sub li{
        width: 100%;
        padding: 0.15rem 0;
        border-right:none;
    }
    
    .child_cat li p.hovimg{
        display: none;
    }

    
}

@media screen and (max-width:900px) {
    .baozhangtixi .baozhangtixi_com .baozhangtixi_com_list li{
        width:49%;
    }
    
    .he_wrap .news_com{
        width: 90%;
        padding: 0rem 0.1rem;
    }
    
    .news_com_list{
        display:flex;
        flex-direction: column;
    }
    
    .news_com_list .newslist_left{
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .news_com_list .newslist_right{
        width:100%;
        margin-top: 0.2rem;
    }
    
    .news_com_list .newslist_right .newslist_rightcom .newslist_rightcom_list dd{
        display:flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .news_com_list .newslist_right .newslist_rightcom .newslist_rightcom_list dd p{
        display:none;
    }
    
    
    .fot_wrap{
        padding-left: 0rem;
        padding-right: 0rem;
    }
    
   
    
    .baozhangtixi{
        padding: 0rem 0rem;
    }

    .newslist_right{
        display:none;
    }
    
}

@media screen and (max-width:700px) {
   .hd_content li{
       width:49%;
       margin-bottom:0.2rem;
   } 
   
   .child_cat li p.hovtxt .s12{
       font-size: 12px;
       line-height: 22px;
   }
   
}

@media screen and (max-width:600px) {
    
    .about_num .about_num_list{
        flex-wrap: wrap;
    }
    
    .about_num .about_num_list li{
        width: 33.3%;
        margin-bottom: 15px;
    }
    
    .indexpro_list{
        display: flex;
        flex-direction: column;
    }
    
    .indexpro_list a{
        display: block;
        width: 100%;
    }
    
    
    .about_server{
        padding:0.44rem 0rem;
    }
    
    .about_server .server_tit{
        text-align: center;
    }
    
    .about_server .fw_list_com{
        display: flex;
        justify-content: space-between;
    }
    
   .about_server .fw_list_com li{
       width:33%;
       margin-bottom:0.2rem;
   } 
   
   .about_server .fw_list_com li img{
       width: 50px;
       height: 50px;
   }
   
   .baozhangtixi .baozhangtixi_com .baozhangtixi_com_list li img{
       width: 48px;
       height: 48px;
   }
   
   .about_server .fw_list_com li.myhide{
    display:block;
   }
   
   
   .hezuohuoban .hd_title p{
        font-size: 14px;
        line-height: 0.4rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
   }
   
   .linyunbnei{
       display: flex;
       flex-direction: column;
   }

  .linyunb{
        padding: 0 2%;
   }
    
  .swievgg{
      position: absolute;
      left: 6%;
  } 
  
  .swixtgg{
      position: absolute;
      right: 6%;
  } 
   
}

@media screen and (max-width:500px) {
    
    
    .baozhangtixi .baozhangtixi_com .baozhangtixi_com_list li{
        padding:0.25rem;
    }
    
    .news_com_list .newslist_right .newslist_righttit{
        display: flex;
        flex-direction: column;
    }
    
    .news_com_list .newslist_right .newslist_righttit .newsright_nav{
        width: 100%;
    }
    
    .news_com_list .newslist_right .newslist_righttit .newslist_right_leftnav{
        text-align: center;
        margin-bottom: 0.5rem;
    }
    
    .news_com_list .newslist_right .newslist_righttit .newsright_nav li{
        margin-left:0px;
    }
    
    .news_com_list .newslist_right .newslist_righttit .newsright_nav li{
        width: 30%;
    }
    
    
    .news_com_list .newslist_right .newslist_righttit .newsright_nav li a{
        padding: 0.25rem 0.15rem;
        text-align: center;
    }
    
}




