@charset "utf-8";

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

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

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

main {
    background-size: cover;
}

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

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

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

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

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

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

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

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

@font-face {
    font-family: "SourceHanSerifCN-Heavy";
    src: url('../fonts/SOURCEHANSANSCN-HEAVY.OTF');
    font-weight: normal;
    font-style: normal;
}

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: 12.6px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header {
    width: 100%;
}

.container {
    margin: 0 auto;
    width: 90%;
    /* margin-right: 10%; */
}

.data-header-pc-1 {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    background-color: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    /* padding: 15px 0; */
    transition: all .5s;
    border-bottom: 1px solid rgba(255, 255, 255, .2);

}

.data-header-pc-1 .Box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.data-header-pc-1 .logo {
    display: table-cell;
    align-items: center;
    vertical-align: middle;
    height: .42rem;
}

.data-header-pc-1 .logoBox {
    position: relative;
}

.data-header-pc-1 .logoBox img {
    display: block;
    transition: all .3s;
    width: 1.35rem;
    height: auto;
    opacity: 1;
}

.data-header-pc-1 .Menu {
    font-size: 0;
    line-height: 0;
    padding-top: 0;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.data-header-pc-1 .Menu .ul {
    /* display: inline-block; */
    vertical-align: middle;
    margin-left: auto;
}

.menu_btn {
    display: inline-block;
    height: 100%;
    width: 30px;
    margin-left: 15px;
}

.menu_btn span {
    display: block;
    width: 100%;
    height: 5px;
    background-color: #fff;
    border-radius: 2px;
    margin: 3px 0;
}

.h-nav {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-right: .63rem;
}

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

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

.h-e {
    display: block;
    line-height: .8rem;
    color: #333;
    padding: 0 .32rem;
    text-align: start;
}

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

.h-sub {
    display: none;
    width: 1.5rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -0.75rem;
    top: .8rem;
    z-index: 1000;
    padding: 0.05rem 0;
}

.h-sub>li>a {
    display: block;
    width: 100%;
    line-height: 1.71;
    padding: .1rem 0.03rem;
    text-align: center;
    color: #666;
    transition: background-color .3s;
}

.data-header-pc-1 .Menu li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin: 0 .1rem;
    text-align: center;
    position: relative;
}

.data-header-pc-1 .Menu .h-d li {
    display: block;
    margin: 0;
    text-align: start;
}

.data-header-pc-1 .Menu .title {
    position: relative;
    display: block;
    color: #fff;
    padding: 0 .2rem;
    line-height: .8rem;
    border-radius: 5px;
    text-transform: uppercase;
    background: transparent;
    transition: all .5s;
    /* min-width: 1rem; */
}

.data-header-pc-1 .Menu .Lib::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 100%;
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #fff;
}



.data-header-pc-1 .Menu .on .title::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 21px;
}

.data-header-pc-1 .Menu li:hover .Lib {
    opacity: 1;
    margin-top: 0;
    z-index: 2;
    transform: scale(1) translateX(-50%);
    -webkit-transform: scale(1) translateX(-50%);
    -moz-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    -o-transform: scale(1) translateX(-50%);
}

.data-header-pc-1 .Menu .Lib {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 100%;
    margin-top: -15px;
    padding: 0;
    opacity: 0;
    z-index: -1;
    transform: scale(0) translateX(-50%);
    -webkit-transform: scale(0) translateX(-50%);
    -moz-transform: scale(0) translateX(-50%);
    -ms-transform: scale(0) translateX(-50%);
    -o-transform: scale(0) translateX(-50%);
    transition: opacity .5s, margin .5s;
    -webkit-transition: opacity .5s, margin .5s;
    -ms-transition: opacity .5s, margin .5s;
    -moz-transition: opacity .5s, margin .5s;
    -o-transition: opacity .5s, margin .5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.data-header-pc-1 .Menu .Lib a {
    display: block;
    /* font-size: 15px; */
    color: #333;
    line-height: .20rem;
    padding: 15px 15px;
    word-break: keep-all;
    white-space: nowrap;
    transition: all .5s;
    background: #fff;
}

.data-header-pc-1 .Menu .Lib a:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.data-header-pc-1 .Menu .Lib a:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.data-header-pc-1 .Menu .Lib a+a {
    border-top: 1px solid #eee;
}

.data-header-pc-1 .Menu .Lib a:hover {
    background-color: #c51c2c;
    color: #fff;
}

.FormBox {
    position: absolute;
    left: 0;
    top: 50px;
    background: #fff;
    width: 100%;
    padding: 10px 0;
    display: none;
}

.FormBox .form {
    position: relative;
    width: 100%;
    display: block;
    padding: 0 40px;
}

.FormBox .exit {
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../images/exit.png) no-repeat center / 16px auto;
    cursor: pointer;
}

.FormBox .Key {
    display: block;
    line-height: 42px;
    height: 42px;
    width: 100%;
    padding: 0 15px;
}

.FormBox .form .submit {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../images/icon_search_h.png) no-repeat center;
}

.SearchBtn {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background: transparent url(../images/icon_search.png) no-repeat center;
    border-radius: 0;
    transition: all .5s;
}

.SearchBtn:hover {
    background-color: #0a56a2;
    border-radius: 50%;
}

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

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

.SearchShow .FormBox {
    display: block;
}

.SmallHeader .data-header-pc-1 .menu_btn span {
    background-color: #fff;
}

.p_w .data-header-pc-1 .menu_btn span {
    background-color: #c51c2c;
}

.SmallHeader .data-header-pc-1 .logoBox .i_h {
    opacity: 1;
}

.p_w .data-header-pc-1 .logoBox .i_h {
    opacity: 1;
}

.SmallHeader .data-header-pc-1 .Menu .title {
    color: #fff;
}

.p_w .data-header-pc-1 .Menu .title {
    color: #fff;
}



.data-header-pc-1 .Menu .title::after {
    display: none;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 21px;
}

.data-header-pc-1 .Menu .title:hover.title::after {
    display: block;
}

.SmallHeader .data-header-pc-1 .Menu .title:hover .SmallHeader .data-header-pc-1 .Menu .title:hover,
.SmallHeader .data-header-pc-1 .Menu .on .title {
    color: #fff;
}



.SmallHeader .data-header-pc-1 .SearchBtn {
    /* background-color: #0a56a2; */
    margin-left: auto;
    border-radius: 5px;
    background: url(../images/search_logo.png) transparent no-repeat center;
}

.p_w .data-header-pc-1 .SearchBtn {

    margin-left: auto;
    border-radius: 5px;
    background: url(../images/search_logo_k.png) transparent no-repeat center;
}

.SmallHeader .data-header-pc-1 .SearchBtn:hover {
    border-radius: 50%;
}

.p_w .data-header-pc-1 .SearchBtn:hover {
    border-radius: 50%;
}

.data-header-pc-1 .SearchBtn {
    display: block;
    width: 28px;
    height: 28px;
    background: transparent url(../images/search_logo.png) no-repeat center;
    border-radius: 0;
    transition: all .5s;
    /* align-self: center; */
    margin-left: auto;
}

.SmallHeader .data-header-pc-1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #7e1015;

}

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

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

.h_last {
    /* height: 100%; */
    display: flex;
    align-items: center;
    /* margin-left: auto; */
}

.lc_list {
    display: flex;
    flex-direction: column;
    /* position: relative; */
    height: 100%;
}




.h_left {
    display: flex;
    align-items: center;
    margin-left: .4rem;

}

@media(min-width:1100px) {
    .container {
        width: 90%;
    }
}

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

    .h-nav {
        display: none;
    }

}

@media(max-width:800px) {


    main {
        margin-top: 48px;
    }

    .data-header-pc-1 {
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        background-color: #7e1015;
        padding: 10px 0;
    }

    .data-header-pc-1 .SearchBtn {
        margin-left: auto;
        border-radius: 5px;
        background: url(../images/search_logo.png) transparent no-repeat center;
    }

    .data-header-pc-1 .menu_btn span {
        background-color: #fff;
    }
}

.hs_item {
    width: 100%;
    padding-bottom: 48.9%;
    background-size: cover;
    background-repeat: no-repeat;
}



.ha_tit {
    font-family: SourceHanSerifCN-Heavy;
    letter-spacing: 6px;
    color: #ffffff;
    margin: .5rem 0;
}

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

.ha_line {
    color: #ffffff;
}


.ha_t2 {
    font-family: SourceHanSerifCN-Bold;

    letter-spacing: 2px;
    color: #ffffff;
}

.ha_t3 p {
    font-family: ArialMT;
    line-height: 2;
    color: #ffffff;
}

.hs_swiper .banner_pag {
    position: absolute;
    left: auto !important;
    top: 0%;
    right: 4%;
    height: 100%;
    width: 5px !important;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.hs_swiper .swiper-pagination-bullet {
    /* display: block; */
    width: .10rem;
    height: .10rem;
    border-radius: 50%;
    border: solid 1px #ffffff;
    background-color: transparent;
    opacity: 0.5;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: .6rem !important;
    position: relative;

}

.hs_swiper .swiper-pagination-bullet-active {
    background-color: #fff;
}

.hs_swiper .swiper-pagination-bullet::after {
    position: absolute;
    top: 250%;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: .4rem;
    background-color: rgba(255, 255, 255, .5);

}

.hs_swiper .swiper-pagination-bullet:nth-last-child(1):after {
    content: none;
}

.at_act p {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    line-height: 2;
    text-align: center;
}

.at_act {
    margin-bottom: .4rem;
}

.at_tit {
    /* font-family: SourceHanSerifCN-Heavy; */

    color: #8b1d22;
    text-align: center;
    font-weight: bold;
    margin-bottom: .3rem;
}

@media(max-width: 1000px) {
    .h_left {
        margin-left: auto;
    }

    .data-header-pc-1 .Menu li {
        transform: translateY(0);
    }

    .data-header-pc-1 .Menu {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .h-a {
        height: 44px;
    }

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

    .h-index {
        margin-top: 12px;
    }

    .h-logo {
        height: 20px;
    }

    .h-cont {
        width: 100%;
        padding-left: 10px;
    }

    .h-l {
        position: absolute;
        right: 88px;
        top: 0;
    }

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

    .h-menu {
        position: absolute;
        right: 0;
        top: 0;
        width: 44px;
        height: 44px;
        background-image: url(../images/115.png);
        background-size: 28px 28px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .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: 654321;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: all .3s;
    }

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

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

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

    .h-d:first-child .h-e {
        padding-left: 20px;
        text-align: start;
    }

    .h-sub {
        width: 100%;
        margin-left: 0;
        top: 0;
        position: relative;
        left: 0;
    }

    .h-sub>li>a {
        padding-left: 40px;
        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;
    }

    .h-sch {
        margin-right: -130px;
        top: 44px;
    }

    .data-header-pc-1 .Menu .ul {
        display: none;
    }

    .container {
        width: 90%;
        margin: 0 auto;
    }

    .f_l {
        margin: 0;
    }
}

.at_img {
    width: 53.64%;
    margin: 0 auto;
}

.at_wrap {
    padding: 1rem 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.at_link {
    margin: 0 auto;
    display: flex;
    width: 2rem;


    height: .50rem;
    background-color: #8b1d22;
    border-radius: .25rem;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: .1rem 0;
    padding-left: .3rem;
    padding-right: .1rem;
    margin-top: .7rem;
}

.at_link .s15 {
    font-family: SourceHanSansCN-Regular;

    color: #f3f3f3;
}

.at_link img {
    width: .40rem;
    height: .40rem;
    border-radius: 50%;
}

.hp_item {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}

.hp_left {
    width: 65.3%;
    overflow: hidden;
}

.hp_left img {
    width: 100%;
    transition: transform 1s;
}

.hp_left img:hover {
    transform: scale(1.2);
    transition: transform 1s;
}

.hp_right {
    width: 34.7%;
}

.hp_down {
    display: flex;
}

.hp_down img {
    width: 50%;
}

.hp_up {
    padding: .7rem .5rem 1rem .5rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.hp_act p {
    font-family: SourceHanSansCN-Regular;
    color: #ffffff;
    line-height: 2.5;
}

.hp_link {
    display: flex;
    justify-content: space-between;
    width: 1.80rem;
    height: .54rem;
    background-color: rgba(255, 255, 255, .2);
    align-items: center;
    padding: 0 .25rem;
    margin-top: .6rem;
}

.hp_link .s14 {
    font-family: SourceHanSansCN-Regular;

    color: #ffffff;
}

.hp_tit .s48 {
    font-family: SourceHanSerifCN-Heavy;
    color: #000000;
    margin-bottom: .2rem;
}

.hp_tit .s38 {
    font-family: BodoniBT-Bold;
    color: #000000;
    opacity: 0.1;
    margin-bottom: .3rem;
}

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

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

.hf_wra .hp_act p {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    line-height: 1.8;
}

.hf_wra .hp_item {

    background-color: #fff;
}

.hf_wra .hp_item {
    flex-direction: row-reverse;
    align-items: none;
    justify-content: center;
    align-items: center;
}

.hf_wra:nth-child(2n) .hp_item {
    flex-direction: row;
}

.hp_wrap {
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.hf_wra .hp_link {
    background-color: #8b1d22;
}

.aw_pa {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 4%;
    padding-bottom: 3%;
}

.aw_pa .swiper-pagination-bullet {
    width: .10rem;
    height: .10rem;
    background-color: rgba(255, 255, 255, .5);
    opacity: 1;
    margin-right: .3rem !important;
    border-radius: 50%;

}

.aw_pa .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    background-color: rgba(255, 255, 255, .1);
    content: '';
    width: .28rem;
    height: .28rem;
    clip: rect(0 .28rem auto 0);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .5);

    border-radius: 50%;


}

.aw_pa .swiper-pagination-bullet-active::after {
    position: absolute;
    content: '';
    width: .28rem;
    height: .28rem;
    clip: rect(0 0rem auto 0);
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgb(255 255 255);
    top: 0;
    left: 0;
    border-radius: 50%;
    animation: c_change 5.3s linear;

}

.aw_pa .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    width: .10rem;
    height: .10rem;
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
}

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

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

.cc_tit {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}


.cc_tit .s58 {
    font-family: SourceHanSerifCN-Heavy;
    color: #000000;
    margin-right: .2rem;


}

.cc_tit .s48 {
    font-family: BodoniBT-Bold;
    color: #000000;
    opacity: 0.1;
}

.cc_wrap {
    background-color: #f5f5f5;
    padding-top: .5rem;
    padding-bottom: .7rem;
}

.cc_item {
    width: 90%;
    margin: 0 auto;
}

.cc_con .hp_act p {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    line-height: 2;
}

.cc_lt {
    font-family: SourceHanSansCN-Bold;
    color: #8b1d22;
    margin-bottom: .5rem;
}

.cc_con {
    display: flex;
    margin-top: .7rem;
}

.cc_left {
    width: 30%;
    padding-right: 5%;
}

.cc_right {
    width: 70%;
    position: relative;
}

.cc_swiper {
    width: 80%;
    margin: 0 auto;
}

.cc_swiper .swiper-slide {
    overflow: hidden;
}

.cc_swiper .swiper-slide img {
    width: 100%;
    transition: transform 1s;
}

.cc_swiper .swiper-slide img:hover {
    transform: scale(1.2);
    transition: transform 1s;
}

.cc_con .hp_link {
    background-color: #8b1d22;
}

.cc_btn {
    background-color: #cccccc;
    width: .36rem;
    height: .36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cc_btn img {
    width: .08rem;
}

.cc_btn:hover {
    background-color: #8b1d22;
}

.cc_prev {
    left: 0;
}

.cc_next {
    right: 0;
}

.cb_tit .s48 {
    font-family: SourceHanSerifCN-Heavy;

    color: #ffffff;
    text-align: center;
}

.cb_tit .s38 {
    font-family: BodoniBT-Bold;
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.1;
    text-align: center;
}

.cb_wrap {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.cb_item {
    width: 90%;
    margin: 0 auto;
    padding: .5rem .35rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);

}

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

.cb_li {
    width: 16.666667%;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
}

.cb_li:hover {

    background-color: #ffffff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    border: solid 1px #8b1d22;
}

.foot_item {
    width: 90%;
    margin: 0 auto;
}

.pa_banner {
    position: relative;
}

.pa_banner img {
    width: 100%;

}

.pa_act {
    top: 50%;
    height: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pa_1 .s60 {
    font-family: SourceHanSerifCN-Heavy;
    color: #8b1d22;
}

.pa_1 .s24 {
    font-family: SourceHanSerifCN-SemiBold;
    color: #000000;
    margin-top: .1rem;

}

.pa_2 .s24 {
    font-family: SourceHanSerifCN-Medium;
    color: #333333;
    line-height: 1.8;
}



.pa_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.60rem;
    height: .50rem;
    background-color: #8b1d22;
    font-family: SourceHanSerifCN-Medium;
    color: #ffffff;

}







@media(max-width: 1000px) {
    .cb_li {
        width: 33.33333%;
    }

    .at_link {
        width: 2.5rem;
    }

    .hp_item,
    .cc_con {
        flex-wrap: wrap;
    }

    .hp_left,
    .hp_right,
    .cc_left,
    .cc_right {
        width: 100%;
    }

    .hp_link {
        width: 2rem;
    }

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



footer {
    /* height: 10rem; */
    background-color: #7e1015;
    padding: 1rem 0;
}

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

.fi_l a img {
    width: 1.54rem;
}

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


.fil_act .s16 {
    font-family: SourceHanSerifCN-Medium;

    color: #ffffff;
    margin-bottom: .15rem;
}

.fic_list .s18 {
    font-family: SourceHanSerifCN-Medium;

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

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

.fic_down .s16 {
    font-family: SourceHanSerifCN-Medium;

    color: #ffffff;
    margin-top: .15rem;
}

.fi_r a {
    margin-left: .45rem;
    position: relative;
}

.fi_r a img {
    height: .24rem;
    width: auto;
}

.fi_r a:hover .ma_wrap {
    height: auto;
    transition: transform .3s;
    transform: translateX(-50%) scaleY(1);
    transform-origin: top;
}

.ma_wrap {
    width: 2.0rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    top: 0.3rem;

    height: 0;
    overflow: hidden;
    transition: transform .3s;
}


.fi_r .ma_wrap img {
    display: block;
    margin: 0 auto;
    width: 1.08rem;
    height: auto;
}

.ma_wrap .s16 {
    font-family: SourceHanSerifCN-Medium;

    color: #ffffff;
    text-align: center;
    margin-top: .2rem;
}

.pb_item {
    width: 66.666667%;
    margin: 0 auto;
}

.pb_item {
    display: flex;
}

.pb_act {
    width: 50%;
}

.pb_act {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pb_act p {
    font-family: SourceHanSerifCN-Medium;
    line-height: 2.0;
    color: #333333;
}

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

.pact_w {
    width: 50%;
    margin-bottom: .3rem;
}

.pb_con {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1rem 0;
    padding-bottom: 1.5rem;
}

.pp_a1 {
    position: absolute;
    width: 3rem;
    height: auto;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}

.pp_a2 {
    width: 4rem;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(50%) translateY(50%);
}

.pcu_left {
    width: 8.78rem;
    position: relative;
}

.pcu_left img {
    width: 100%;
    height: auto;
}

.pcu_item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30%;
}

.pcu_item img {
    width: 1.81rem;
    height: auto;

}

.pcu_act .s24 {
    font-family: SourceHanSerifCN-Bold;
    color: #ffffff;
    text-align: center;
    margin-top: .3rem;
    margin-bottom: .15rem;
}

.pcu_act .s16 {
    font-family: SourceHanSerifCN-Bold;

    color: #ffffff;
    text-align: center;
}

.pcu_p {
    width: 6.35rem;
    margin-left: .35rem;
    padding-top: .25rem;
}

.pcu_p p {
    font-family: SourceHanSerifCN-Medium;
    color: #333333;
    line-height: 1.8;
}

.pc_up {
    display: flex;
}

.pc_con {
    padding: 1rem 0;

}

.pcd_right {
    width: 11.32rem;
    position: relative;
}

.pc_down {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: -1.3rem;
    z-index: -1;
}

.pc_down .pcu_p {
    width: 4rem;
    margin-right: .4rem;
}

.pcd_list {
    padding-left: 20%;
    padding-top: .7rem;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* position: absolute; */
    display: flex;
    align-items: center;
    padding-bottom: .4rem;
}

.pcd_item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-right: .7rem;
}

.pcd_item img {
    width: 1.74rem;
}


.pcd_act .s24 {
    font-family: SourceHanSerifCN-Bold;
    text-align: center;
    color: #8b1d22;
}

.pcd_act .s16 {
    font-family: SourceHanSerifCN-Bold;
    text-align: center;
    color: #333333;
    margin-top: .15rem;
    line-height: 1.5;
}

.pc_down .pcu_right {
    padding-top: 1.5rem;
}

.pd_con {
    padding: .7rem 0;
}

.pd_item {
    width: 66.666667%;
    margin: 0 auto;
    display: flex;
}

.pdl_up {
    width: 5.75rem;
}

.pdl_up img {
    width: 100%;
    height: auto;

}

.pdl_down {
    width: 6.2rem;
    padding: .5rem 0;
    background-size: 100% 100%;

    position: relative;
    z-index: 1;
    margin-left: .3rem;
    /* margin-bottom: -.5rem; */
    transform: translateY(-.7rem);
}

.pdl_down table {
    margin: 0 auto;

    width: 90%;
}

.pdl_down table th {
    padding-bottom: .2rem;
}

.pdl_down table th,
.pdl_down table td {
    font-family: SourceHanSerifCN-Medium;
    color: #ffffff;
    opacity: 0.6;
    text-align: center;
    padding: .1rem 0;
}

.pdl_down table th:hover,
.pdl_down table td:hover {
    opacity: 1;
}

.pdl_down table tr th {
    padding: .2rem 0;
}

.pdr_b {
    display: flex;
    /* margin-bottom: .2rem; */
}

.pdr_act .s48 {
    font-family: 'SourceHanSansCN-Bold';
    color: #800e11;
    margin-bottom: .3rem;
}

.pdr_a p {
    font-family: 'SourceHanSansCN-Medium';
    color: #333333;
    line-height: 2.4;
}

.pdr_b .s16 {
    font-family: 'SourceHanSansCN-Medium';

    color: #333333;

}



.pd_right {
    margin-left: .5rem;
    padding-top: .4rem;
}

.pdr_ab {
    margin-top: .4rem;

}

.pdr_list.s16 p {
    margin-bottom: .25rem;
}

.pe_item {
    width: 66.66667%;
    margin: 0 auto;
}

.pe_i1 {
    width: 6rem;
}

.pe_i {
    width: 4.79rem;
}

.pe_img {
    position: relative;
}

.pe_i1 {
    position: absolute;
    top: 23%;
    right: 23%;
    /* z-index: -1; */
}

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

.pe_con .pd_item {
    justify-content: space-between;
    align-items: center;
}

.pe_act {
    width: 4.19rem;
}

.pe_act .s48 {
    font-family: SourceHanSerifCN-Bold;
    color: #800e11;
    display: flex;
    align-items: center;
    margin-bottom: .7rem;
}

.pe_act .s48::before {
    display: block;
    content: "";
    width: .48rem;
    height: 3px;
    background-color: #800e11;
    margin-right: .15rem;
}

.pe_a p {
    font-family: SourceHanSerifCN-Medium;

    color: #333333;
    line-height: 1.8;
}

.pf_item {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.pf_con {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 1rem 0;
}

.pf_img {
    width: 6.3rem;
}

.pf_img img {
    width: 100%;

}

.pf_act {
    padding-top: .3rem;
}

.pf_act .s60 {
    font-family: SourceHanSerifCN-Heavy;
    color: #333333;
    margin-bottom: .25rem;
}

.pf_a p {
    font-family: SourceHanSerifCN-Medium;
    color: #800e11;
    line-height: 1.8;
}

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

.pg_left {
    position: relative;
    margin-right: .55rem;
}

.pg_li1 {
    position: absolute;
    bottom: 0;
    width: 2.20rem;
    left: -20%;
    /* z-index: -1; */

}

.pg_li {
    width: 5.01rem;
    position: relative;
    z-index: 1;
}

.pg_right {
    width: 5.33rem;
}

.pg_con {
    padding-top: 1.5rem;
    padding-bottom: .7rem;
    background-size: cover;
}

.pg_right .s48 {
    font-family: SourceHanSerifCN-Bold;

    color: #800e11;
    text-align: center;
    margin-bottom: .45rem;
}

.pg_act p {
    font-family: SourceHanSerifCN-Medium;
    color: #333333;
    line-height: 1.8;
}

.ph_a {
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}

.ph_act {
    position: absolute;
    left: 30%;
    top: 20%;

}

.ph_con {
    padding-bottom: 44.79%;
    background-size: cover;
    position: relative;
}

.ph_a .s24 {
    font-family: SourceHanSerifCN-SemiBold;

    color: #333333;
}

.ph_a .s48 {
    font-family: SourceHanSerifCN-Heavy;

    color: #8b1d22;
}

.pi_tit {
    display: inline-block;
    padding: .15rem .3rem;
    background-color: #8b1d22;
}

.pi_tit .s36 {
    font-family: SourceHanSerifCN-Bold;

    color: #ffffff;
}

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

.pi_con {
    padding: .7rem 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.pi_a {
    position: relative;
    margin-right: .8rem;
}

.pi_a:nth-child(1) {
    padding-top: .4rem;
}

.pi_tit {
    position: absolute;
}

.pi_a:nth-child(1) .pi_tit {
    left: 0;
    top: -3%;
}

.pi_a:nth-child(2) .pi_tit {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);

    white-space: nowrap;
}

.pi_a:nth-child(1) img {
    width: 6.94rem;
}

.pi_a:nth-child(2) img {
    width: 4.74rem;
}

.pj_item .s36 {
    font-family: SourceHanSerifCN-Heavy;
    color: #333333;
    text-align: center;
    margin-bottom: .5rem;
}

.pj_item {
    width: 43%;
    margin: 0 auto;
    position: relative;
    transform: translateX(20%);
}

.pj_item .s18 {
    font-family: SourceHanSerifCN-Medium;
    line-height: 1.8;
    color: #333333;
    margin-bottom: .3rem;
    /* text-align: center; */
}

.pj_item::before {
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    width: .48rem;
    height: .43rem;
    background-image: url(../images/pj_d1.png);

    background-size: cover;
}

.pj_item::after {
    right: 0;
    bottom: 0;
    position: absolute;
    content: '';
    width: .48rem;
    height: .43rem;
    background-image: url(../images/pj_d.png);
    background-size: cover;
    transform: translateY(100%);
}

.pj_a {
    width: 80%;
    margin: 0 auto;
}

.pj_a .s20 {
    font-family: SourceHanSerifCN-Bold;
    color: #8c2126;
    text-align: right;
}

.pj_con {
    padding: 3rem 0;
    background-size: cover;
}

.pk_item {
    width: 66.6666667%;
    margin: 0 auto;
}

.pk_list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pk_a {
    width: 25%;
    text-align: center;
    min-height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pf_act p {
    font-family: SourceHanSerifCN-Medium;
    color: #333333;
    text-align: center;
    line-height: 1.8;
}

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

.asdie {
    /* width: 1.34rem; */
    position: fixed;
    right: 0;
    bottom: 40%;
    padding: 10px;
    background-color: #7e1015;
    z-index: 9;
}

.as_img {
    display: block;
    width: 1rem;
    margin: auto;
}

.asdie .s14 {
    font-family: SourceHanSerifCN-Regular;

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

.p2_banner {
    position: relative;
    padding-bottom: 46.87%;
    background-size: cover;
}

.p2_banner .pa_act {
    left: 60%;
}

.pt_item {
    width: 12.8rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: .7rem .4rem .7rem 1rem;
    justify-content: space-between;
}

.pt_wrap {
    padding: 1rem 0;
}

.pt_left {
    width: 6.2rem;
}

.pt_left .pdl_down {
    transform: none;
    margin: 0;
    margin-top: .4rem;
}

.pt_left .pdl_down table th {
    border-bottom: 1px solid #e1e0db;
}

.pt_left .pdl_down table th,
.pt_left .pdl_down table td {
    font-family: SourceHanSerifCN-Medium;
    color: #333333;
    opacity: 1;
}

.pt_left .pdl_down table td.red {
    font-family: SourceHanSerifCN-Bold;
    color: #8b1d22;
}

.pl_top {
    padding: 0 .2rem;
}

.pl_top p {
    font-family: SourceHanSerifCN-Medium;

    color: #333333;
    line-height: 1.8;
}

.pt_center {
    width: 1.77rem;
}

.pt_right {
    width: .75rem;
    padding: .8rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    margin-right: .5rem;
}

.pt_tit p {
    /* font-family: SourceHanSerifCN-Heavy; */
    color: #333333;
    font-weight: 500;
    margin-bottom: .1rem;

}

.p2_a {
    background-size: cover;
    padding-bottom: 1rem;
}

.ps_wrap {
    width: 12.8rem;
    margin: 0 auto;
}

.psu_tit {
    display: inline-block;
    width: auto;
    background-size: 100% 100%;
    padding: .15rem 1rem;
}

.psu_act {
    padding: 0 2%;
    padding-right: .5rem;
    margin-top: .35rem;
}

.psu_act p {
    font-family: SourceHanSerifCN-Medium;
    color: #333333;
    line-height: 1.8;
}

.ps_up,
.ps_down {
    display: flex;
    justify-content: space-between;
}

.psu_left,
.psd_left {
    width: 65%;
}

.psu_right,
.psd_right {
    width: 35%;
}

.psd_left img {
    width: 100%;
}

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

.psd_right {
    padding: .35rem;

}

.psd_right p {
    font-family: SourceHanSerifCN-Medium;
    line-height: 1.8;
    color: #333333;
}


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

.pb2_item {
    width: 12.8rem;
    margin: 0 auto;
}

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

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

.p2_a1 p {
    font-family: SourceHanSerifCN-Medium;
    text-align: center;
    color: #333333;
    line-height: 1.8;
}

.p2_ab {
    display: flex;
}

.pad_left {
    width: 6.07rem;
}

.pad_left img {
    width: 100%;
}

.pad_right {
    flex: 1;
    padding-left: .5rem;
}

.pad_right p {
    font-family: SourceHanSerifCN-Medium;
    line-height: 1.8;
    color: #333333;
}

.p2_ab {
    margin: .5rem 0;
}


.p_act p {
    font-family: SourceHanSerifCN-Medium;

    color: #333333;
    line-height: 1.8;
}

.ab_l.p2_ab {
    flex-direction: row-reverse;
}

.ab_l.p2_ab .pad_right {
    padding-left: 0;
    padding-right: .35rem;
}

.pc2_item {
    width: 10.8rem;
    background-size: 100% 100%;
    padding: .7rem .7rem;
    box-sizing: border-box;
    margin-left: auto;

}

.pc2_actw {
    width: 5.14rem;
    margin-left: auto;
    text-align: center;
}

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



.pc2_act p {
    text-align: left;
    font-family: SourceHanSerifCN-Medium;
    line-height: 2;
    color: #333333;
}

.pc2_top {
    position: relative;
}

.pc2_img {
    width: 5.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.pdo_act {
    width: 45%;
}

.pdo_act p {
    font-family: SourceHanSerifCN-Medium;
    line-height: 1.8;
    color: #333333;
}

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

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

}

.pc_left {
    width: 11.18rem;
}

.pcl_up p {
    font-family: SourceHanSerifCN-Medium;

    color: #333333;
    line-height: 1.8;
}

.pcld_act {
    width: 5.1rem;
}

.pcld_act p {
    font-family: SourceHanSerifCN-Medium;
    line-height: 1.8;
    color: #333333;
}

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

.pcld_img img {
    height: 2.55rem;
    width: auto;
    margin-left: .15rem;
}

.pb2_top {
    text-align: center;
}

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

.pl2_act {
    width: 29%;
}

.pl2_img {
    width: 30%;
}

.pl2_act p {
    font-family: SourceHanSerifCN-Medium;

    color: #333333;
    line-height: 1.8;
}

.animate3s {
    background-color: #000000 !important;
}

.pl_item {
    width: 12.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.pll_act {
    padding-right: .3rem;
    margin-top: .45rem;
}

.pll_act p {
    font-family: SourceHanSansCN-Medium;
    color: #333333;
    line-height: 1.8;
}

.pl_up {
    padding-top: 1.5rem;
    background-color: #fff;
    padding-bottom: 2rem;
}

.pll_p .s48 {
    font-family: SourceHanSerifCN-Heavy;
    letter-spacing: .04rem;
    color: #800e11;
}

.pll_p .s38 {
    font-family: BodoniBT-Bold;

    color: #000000;
    opacity: 0.1;
    margin-top: .25rem;
}

.pl_left {
    width: 50%;
}

.pl_right {

    position: relative;
}

.pl_img2 {
    position: absolute;
}

.pl_right img {
    max-width: none;
    width: 4.68rem;
    height: auto;
}

.pl_right .pl_img2 {
    width: 6.17rem;
    top: .2rem;
    right: .2rem;
}

@media(max-width: 1000px) {
    .pk_a {
        width: 50%;
        margin-bottom: .5rem;
    }

    .pc_down {
        margin-top: 0;
    }

    .pb_item,
    .pd_item {
        width: 90%;
    }

    .pa_act {
        height: 80%;
    }

    .fic_list .s18 {
        line-height: 1.8;
    }

    footer {
        padding-bottom: 2rem;
    }
}

@media(max-width: 750px) {
    .pcld_img img {
        margin-bottom: .3rem;
    }

    .pc2_img {
        position: sticky;
        width: 100%;
        transform: none;
    }

    .pc2_item,
    .pc2_actw,
    .pdo_act {
        width: 100%;
    }

    .ps_wrap {
        width: 100%;
    }

    .pb2_item {
        width: 90%;
        margin: 0 auto;
    }

    .p2_ab,
    .pc2_down {
        width: 100%;
        flex-wrap: wrap;
    }

    .pt_left .pdl_down {
        margin-top: 0;
    }

    .pad_left,
    .pad_right {
        width: 100%;
        padding-left: 0;
        margin-bottom: .3rem;
    }

    .pt_item {
        width: 90%;
        flex-wrap: wrap;
        padding: .2rem 0;
        justify-content: space-around;
    }

    .pl_top {
        padding: .4rem .5rem;
    }

    .p2_banner {
        padding-bottom: 80.87%;
        overflow: hidden;
    }

    .pt_left {
        width: 100%;
    }

    .p2_banner .pa_act {
        width: 100%;
        left: 10%;
    }

    .pk_item {
        width: 90%;
    }

    .pk_a {
        min-height: 6.5rem;
        margin-bottom: .5rem;
    }

    .pe_i1 {
        position: absolute;
        top: 5%;
        right: -1%;
        /* z-index: -1; */
    }

    .pc_up,
    .pc_down,
    .pd_item,
    .pf_item,
    .pg_item,
    .pi_item,
    .ps_up,
    .ps_down,
    .pb2_list {
        flex-wrap: wrap;
    }

    .pcd_list {
        padding: .4rem .3rem;
    }

    .pg_item,
    .pi_item,
    .pj_item,
    .psu_left,
    .psu_right,
    .psd_left,
    .psd_right {
        width: 90%;
        margin: 0 auto;
    }

    .pj_item {
        transform: translateX(0);
    }

    .pcu_left,
    .pcu_right,
    .pcu_right,
    .pcd_right,
    .pd_left,
    .pd_right,
    .pdl_up,
    .pdl_down,
    .pe_act,
    .pe_right,
    .pf_act,
    .pf_img,
    .pg_right,
    .pi_a,
    .pl2_act,
    .pl2_img {
        width: 100%;
    }

    .pl2_img {
        margin: .35rem 0;
    }

    .pi_a {
        margin: 0;
        margin-bottom: .3rem;
    }

    .pi_a:nth-child(1) img,
    .pi_a:nth-child(2) img {
        width: 100%;
    }

    .pg_left {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: .3rem;
    }

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

    .pb_item {
        flex-wrap: wrap;
    }

    .pb_act {
        width: 100%;
        padding: .5rem 0;
    }

    .pp_a2 {
        transform: translateX(9%) translateY(0%);
    }

    .pg_li1 {
        left: 0%;
    }
}

@media(max-width: 650px) {
    .fi_c {
        margin: .3rem 0;
    }
}


.pld_item {
    width: 12.8rem;
    margin: 0 auto;
}

.pl_down {
    padding: .5rem 0 .7rem 0rem;
    background-color: #f7f7f7;
}

.pil_down {
    margin-top: .15rem;
}

.pil_down .s16:nth-child(1) {
    font-family: SourceHanSerifCN-Medium;

    color: #333333;
}

.pil_down .s16:nth-child(2) {
    font-family: SourceHanSerifCN-Medium;

    color: #888888;
    margin-top: .15rem;
}

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

.pil_item {
    width: 32%;
    margin-right: .25rem;
    margin-bottom: .4rem;
}

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

.pil_swiper {
    display: none;
}

.pil_up {
    position: relative;
}

.pil_up:hover .pil_swiper {
    display: block;
}

.pil_img {
    width: 100%;
    height: auto;
    transition: all .3s;
    opacity: 1;
    z-index: 2;
}

.pil_up:hover .pil_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
    opacity: 0;
}

.pil_swiper .swiper-button-next {
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;

    right: 0;
}

.pil_swiper .swiper-button-prev {
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.5);

    left: 0;
    z-index: 99;
}

.pil_btn {
    z-index: 5;
}

.pil_swiper .pil_btn:hover {
    background-color: #ffffff;
}

.pil_swiper .swiper-button-next::after {
    content: '';
    width: 8px;
    height: 14px;
    background-image: url(../images/b_next.png);


}

.pil_swiper .swiper-slide a{
    display: block;

    z-index: -1;
}

.pil_swiper .swiper-button-next:hover::after {
    background-image: url(../images/b_next_r.png);
}

.pil_swiper .swiper-button-prev:hover::after {
    background-image: url(../images/b_prev_r.png);
}



.pil_swiper .swiper-button-prev::after {
    content: '';
    width: 8px;
    height: 14px;
    background-image: url(../images/b_prev.png);


}

.pil_swiper .swiper-slide img {
    width: 100%;
}

.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: .42rem;
    height: .42rem;
    background-color: #ffffff;
    border: solid 1px #dbdbdb;
    font-family: SourceHanSansCN-Regular;
    color: #777777;
}

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

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

.pld_page ul li a.l_f {
    width: .80rem;
}

.pld_page ul li a.n_p {
    width: .90rem;
}

.co_banner img {
    width: 100%;
}

.co_banner {
    position: relative;
}

.co_act {
    position: absolute;
    font-family: SourceHanSerifCN-Heavy;

    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;

}

.co_tit {
    padding: .4rem 0;
    text-align: center;
    background-color: #f7f7f7;
}

.co_tit .s36 {
    font-family: SourceHanSerifCN-Heavy;

    color: #000000;
    margin-bottom: .15rem;
}

.co_tit .s30 {
    font-family: BodoniBT-Bold;

    opacity: 0.1;
}

.pp_item .pil_down {
    padding-left: .15rem;
}

.pp_item .pil_down .s18 {
    font-family: SourceHanSansCN-Regular;

    color: #333333;
    margin-top: .3rem;
}

.pp_item .pil_down .s14 {
    font-family: SourceHanSansCN-Regular;

    color: #666666;
    line-height: 1.8;
    margin-top: .15rem;
}

.pp_item .pil_item:hover .pil_img {
    display: block;
    z-index: 1;
    opacity: 1;
    position: static;

}

.pp_item .pil_item {
    margin-bottom: .5rem;
}

.pp_item .pil_item:hover .pil_down .s18 {
    color: #af1b23;
}

.ab_con {
    width: 12.8rem;
    margin: 0 auto;
}

.ab_act p {
    font-family: SourceHanSansCN-Regular;
    line-height: 2.0;
    color: #666666;
}

.ab_con img {
    width: 100%;
    margin: .3rem 0;
}

.ab_list {
    display: flex;
    justify-content: space-between;
    padding-bottom: .5rem;
}

.ab_item {
    width: 45%;

}

.ai_img {
    width: .91rem;
    margin: 0 auto;
}

.ai_img img {
    width: 100%;
    margin: 0;
}

.ab_item .s20 {
    font-family: SourceHanSerifCN-Bold;
    color: #333333;
    margin: .35rem 0;
    text-align: center;
}

.ab_item .s15 {
    font-family: SourceHanSansCN-Normal;
    line-height: 1.8;
    color: #666666;
}

.ab_b {
    background-color: #800e11;
    padding: .5rem 0;
}

.ab_b .co_tit {
    background-color: transparent;
    padding: 0;
}

.ab_b .co_tit .s36 {
    color: #ffffff;
}

.abb_item {
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}

.abb_item .s18 {
    font-family: SourceHanSansCN-Regular;

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

.abb_item .s16 {
    font-family: SourceHanSansCN-Regular;

    color: #ffffff;
    line-height: 1.5;
    opacity: 0.5;
}

.abb_con {
    width: 12.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: .35rem;
}

.abb_left {
    width: 6rem;
}

.abb_left img {
    width: 100%;
}

.abb_right {
    flex: 1;
    overflow-y: auto;
    /* padding: 0 .55rem; */
    padding-left: .55rem;
    height: 3.78rem;
}

.abb_right::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 3px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.abb_right::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
    background: #ffffff;
}

.abb_right::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(255, 255, 255, .2);
    border-radius: 10px;
    background: rgba(255, 255, 255, .2);
}


.ab_c {

    padding: .3rem 0;
    background-color: #ffffff;
    padding-bottom: .7rem;
}

.ab_c .co_tit {
    background-color: transparent;
}

.abc_con {
    width: 12.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
}

.abc_item {
    width: 48%;
}

.abc_img img {
    width: 100%;
}

.abc_item .s18 {
    font-family: SourceHanSansCN-Regular;
    text-align: center;
    color: #555555;
    margin-top: .25rem;
}

.ac_list {
    width: 12.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}

.ac_item {
    width: 23%;

}

.ac_item .s15 {
    font-family: SourceHanSansCN-Regular;
    text-align: center;
    color: #555555;
    margin-top: .2rem;
}

.aci_img {
    width: 100%;
    background-color: #f6f6f6;
    padding: .2rem 0;
    display: flex;
    justify-content: center;
}

.aci_img img {
    width: 75%;
}

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

.abd_con {
    width: 12.8rem;
    margin: 0 auto;
}

.abd_w {

    width: 3rem;
    height: 3.85rem;
    background-color: #7e1015;
}

.abd_left {
    position: relative;
}

.abd_left img {
    width: 3rem;
    position: absolute;
    top: -.25rem;
    left: .25rem;
}

.adb_right {
    width: 70%;
}

.abr_act p {
    font-family: SourceHanSansCN-Regular;

    color: #666666;
    line-height: 1.8;
}

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

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

.abr_tit .s24 {
    font-family: SourceHanSerifCN-Heavy;

    color: #000000;
}

.abr_tit .s16 {
    font-family: SourceHanSerifCN-Heavy;
    color: #7e1015;
    margin-left: .15rem;
}

.abd_item:nth-child(2n) {
    margin-top: .7rem;
    flex-direction: row-reverse;
}

.abd_item:nth-child(2n) .abd_left img {
    left: auto;
    right: .25rem;
}

.ab_d {
    padding-bottom: .7rem;
}

.news_wrap {
    width: 12.8rem;
    margin: 0 auto;
    padding-bottom: .7rem;
}

.news_top {
    display: flex;
    background-color: #fafafa;
}

.nt_left,
.nt_right {
    width: 50%;
}

.nt_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5%;
}

.nt_right .hp_link {
    background-color: #8b1d22;
}

.nr_up .s14 {
    font-family: ArialMT;
    color: #333333;
    margin-bottom: .15rem;
}

.nr_up .s22 {
    font-family: SourceHanSansCN-Medium;
    color: #333333;
}

.nt_line {
    width: 35px;
    height: 4px;
    background-color: #8d2126;
    margin: .35rem 0;
}

.nt_act p {
    font-family: SourceHanSansCN-Regular;
    color: #666666;
    line-height: 1.8;
}

.news_item {
    display: flex;
    margin-bottom: .45rem;
    cursor: pointer;
}

.news_list {
    margin-top: .4rem;
    margin-bottom: .7rem;
}

.ni_left {
    width: 27.3%;
}

.ni_left img,
.nt_left img {
    width: 100%;
}

.nr_act {
    width: 85%;
}

.ni_right {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 4%;
    justify-content: space-between;
    background-color: #fafafa;
}

.nr_link img {
    width: .46rem;
    height: .46rem;
}

.nr_link img.active {
    display: none;
}

.nr_act .s14 {
    font-family: SourceHanSansCN-Regular;
    color: #666666;
    line-height: 1.8;
}

.nr_act .s20 {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    margin: .2rem 0 .3rem 0;
    line-height: 1.5;
}

.news_item:hover .nr_link img {
    display: none;
}

.news_item:hover .nr_link img.active {
    display: block;
}

.news_item:hover .nr_act .s20 {
    color: #8b1d22;
}

.nx_wrap {
    width: 12.8rem;
    margin: 0 auto;
    margin-top: .5rem;
    margin-bottom: .5rem;
    background-color: #ffffff;
    border-radius: 3px;
}

.nc_con {
    width: 90%;
    margin: 0 auto;
    padding: .4rem 0;

}

.nx_tit {
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding-bottom: .3rem;
}

.nx_tit .s32 {
    margin-bottom: .15rem;
}

.nx_con {
    padding: .5rem 0;
    border-bottom: 1px solid #ececec;
}

.nx_con p {
    font-family: SourceHanSansCN-Regular;

    color: #666666;
    line-height: 1.8;
}

.nx_con img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.nc_con .hp_link {
    margin: 0 auto;
    background-color: #8b1d22;
    margin-top: .4rem;
}

.csl_item {
    display: flex;
    align-items: center;
    margin-bottom: .45rem;
}

.cs_wrap {
    width: 12.8rem;
    margin: 0 auto;
}

.csl_img {
    width: .61rem;
    height: .61rem;
    background-color: #800e11;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs_up {
    margin-top: .7rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.cs_tit .s36 {
    font-family: SourceHanSerifCN-Heavy;
    color: #333333;
    margin-bottom: .15rem;
}

.cs_tit .s30 {
    font-family: BodoniBT-Bold;
    color: #333333;
    opacity: 0.1;
}

.cs_tit {
    margin-bottom: .45rem;
}

.csl_p {
    margin-left: .25rem;
}

.csl_p .s18 {
    font-family: SourceHanSansCN-Regular;
    color: #7e1015;
    margin-bottom: .1rem;
}

.csl_p .s16 {
    font-family: SourceHanSansCN-Regular;

    color: #333333;
    line-height: 1.5;
}

.cs_red {
    width: 5.64rem;
    height: 3.68rem;
    background-color: #7e1015;
    margin-left: auto;
}

.map {
    width: 7.02rem;
    position: absolute;
    top: .25rem;
    right: .25rem;
}

.map img {
    width: 100%;
}

.cs_right {
    width: 60%;
    position: relative;
}

.cs_left {
    width: 38%;

}

.cs_down {
    padding: .7rem 0;
    background-color: #f8f8f8;
}

.csd_list {
    margin: 0 auto;
    width: 50%;
    display: flex;
    justify-content: space-around;
}

.csd_item .s16 {
    font-family: SourceHanSansCN-Regular;
    text-align: center;
    color: #333333;
    margin-top: .2rem;
}






@media(max-width: 750px) {
    .cs_up {
        flex-wrap: wrap;
    }

    .csd_list {
        width: 90%;
        justify-content: space-between;
    }

    .pld_item,
    .ab_con,
    .abb_con,
    .ac_list,
    .abc_con,
    .abd_con,
    .news_wrap,
    .cs_wrap {
        width: 90%;
    }

    .nt_right,
    .ni_right {
        padding: 5%;
    }


    .pil_item,
    .ab_item,
    .abb_left,
    .abc_item,
    .cs_left {
        width: 100%;
        margin-right: 0;
        margin-bottom: .5rem;

    }

    .ac_item {
        width: 48%;
        margin-bottom: .5rem;
    }

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

    .pl_item {
        width: 90%;
        flex-wrap: wrap;
    }

    .pl_right img {
        display: block;
        width: 90%;
        margin-left: auto;
    }

    .pl_right .pl_img2,
    .adb_right,
    .nx_wrap {
        width: 100%;
    }

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

    .pl_left,
    .pl_right,
    .abb_right,
    .nt_left,
    .nt_right,
    .ni_left,
    .ni_right,
    .cs_right {
        width: 100%;
        /* padding-left: 0; */
    }

    .map {
        width: 100%;
        position: static;
    }

    .cs_red {
        display: none;
    }


    .abb_right {
        padding-left: 0;
        flex: auto;
        height: auto;
    }


    .ab_list,
    .abb_con,
    .abc_con,
    .ac_list,
    .abd_item,
    .news_top,
    .news_item {
        flex-wrap: wrap;
    }
}