@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;
    outline: none;
}

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: "iconfont";
    /* Project id 2998152 */
    src: url('../font_icon/iconfont.woff2?t=1639555645562') format('woff2'),
        url('../font_icon/iconfont.woff?t=1639555645562') format('woff'),
        url('../font_icon/iconfont.ttf?t=1639555645562') format('truetype');
}

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

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

@font-face {
    font-family: 'SourceHanSansCN-Heavy';
    src: url('../fonts/SOURCEHANSANSCN-HEAVY.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;
} */

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: 80%;
    /* margin-right: 10%; */
}

.data-header-pc-1 {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, .6);

    padding: 15px 0;
    transition: all .5s;
}

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

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

.menu_btn span {
    display: block;
    width: 100%;
    height: 5px;
    background-color: #ff5a00;
    ;
    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;
    /* font-size: .16rem; */
    color: #fff;
    margin: 0 .1rem;
    text-align: center;
    position: relative;
    /* transform: translateY(30%); */
}

.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: .42rem;
    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 {
    color: #c51c2c;
}

/* 
.data-header-pc-1 .Menu .on .title::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #c51c2c;
    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%;
}



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

}

.SearchShow .FormBox {
    display: block;
}

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

.data-header-pc-1 .Menu .title:hover {
    color: #c51c2c;
}

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


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

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

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

.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;
    margin-left: auto;
}





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

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

.l_change {
    margin-left: 1rem;
    position: relative;
}

.l_change:hover .cl_list {
    height: auto;
    transition: height .3s;
}

.l_click {
    width: 80px;
    height: 32px;
    border-radius: 16px;
    border: solid 1px rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.l_click .s14 {
    color: #ffffff;
    margin-right: 10px;
}

.l_click img {
    width: 12px;
    height: 6px;
}








@media(max-width: 1200px) {
    .l_change {
        margin-left: .3rem;
    }

    .container {
        width: 95%;
    }
}

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

.h_left {
    display: flex;
    align-items: center;
    /* margin-left: auto; */
}

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

@media(min-width:1000px) {


    .menu_btn {
        display: none;
    }

    .h-nav {
        display: none;
    }
}

@media(max-width:800px) {
    .h_left {
        display: none;
    }

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


}

.hs_item {
    width: 100%;
    height: 100vh;
    /* padding-bottom: 100vh; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* position: absolute; */
    top: 0;
    left: 0;

}

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

.ha_l {
    width: .42rem;
    height: .42rem;
    background-color: #ffffff;
    border: solid 2px #ffffff;
    color: #707070;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ha_tit {
    font-family: 'SourceHanSansCN-Regular';
    letter-spacing: .36rem;
    color: #ffffff;
    text-align: center;
    padding-left: 3%;

}

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

}

.ja_a.ha_act {
    left: 13.5%;
}

.ha_t2 {
    color: #ffffff;
    margin-top: .1rem;
    margin-bottom: .15rem;

    font-family: 'SourceHanSansCN-Heavy';
    text-align: center;
    letter-spacing: 3px;

    margin-top: .25rem;
    margin-bottom: 1rem;

}

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

.ha_btn {
    position: absolute;
    display: flex;
    right: 8%;
    bottom: 5%;
    z-index: 2;
}

.banner_prev,
.banner_next {
    width: .4rem;
    height: .4rem;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .15rem;
    cursor: pointer;
}

.banner_prev img,
.banner_next img {
    width: 11px;
    height: 18px;
}



.hs_swiper .swiper-pagination-bullet {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    margin: 0 8px !important;
}

.ha_link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    bottom: 10%;
}

.ha_link img {
    width: .15rem;
    height: .30rem;
}

.hb_wrap {
    padding: .7rem 0;
}


.cl_list {
    /* display: none; */
    width: 100%;
    /* height: 100%; */
    position: absolute;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    transition: height .3s;
    top: auto;
}

.cl_list .s14 {
    text-align: center;
    width: 100%;
    display: block;
    color: #000;
    margin: .15rem 0;
}

footer {
    height: 10rem;
}

.ul_more .SearchBtn {
    margin: 0;
}

.ul_more {
    margin-top: .3rem;
    display: flex;
    align-items: center;
    padding: .2rem;
}

.ul_change {
    margin-left: .3rem;
    display: flex;
    align-items: center;
}

.ul_change .s14 {
    display: block;
    margin-right: .2rem;
    padding: .15rem;

}

.ha_t3 a {
    display: flex;
    width: 2.00rem;
    height: .60rem;
    background-color: #ff5a00;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

}

.ha_t3 a .s16 {
    font-family: SourceHanSansSC-Regular;
    color: #ffffff;
    margin-right: .15rem;
}

.ha_index {
    position: absolute;
    display: flex;
    left: 8%;
    bottom: 5%;
    z-index: 2;
    display: flex;
    align-items: baseline;
    color: #ffffff;
}


.hs_swiper .swiper-slide.swiper-slide-active .f-fade-in-up {
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

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

.ha_item {
    width: 16.7rem;
    display: flex;
    margin: 0 auto;
}

.ha_left,
.ha_right {
    width: 50%;
}

.ha_left {
    padding-bottom: 33.53%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.ha_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 5%;
    padding-bottom: .2rem;
}

.ha_left .hv_btn {
    width: .9rem;
    position: absolute;
    top: 45%;
    left: 45%;
    /* transform: translateX(-50%) translateY(-50%); */
}

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

.ha_con {
    overflow: hidden;


    font-family: SourceHanSansCN-Light;

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

.ha_cons.ha_con {
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.ha_cons.ha_con p span {
    line-height: 1.6;
}

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

.hl_num {
    width: 33.33333%;

}

.hr_tit .s72 {
    font-family: AvantGardeITCbyBT-Book;

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

.hr_tit .s36 {
    font-family: SourceHanSansSC-Regular;
    color: #222222;
}

.hl_num .s38 {
    font-family: AvantGardeITCbyBT-Demi;
    color: #ff5a00;
    text-align: center;
}

.hl_num .s16 {
    font-family: SourceHanSansCN-Light;
    color: #666666;
    margin-top: .2rem;
    line-height: 1.5;
}

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

.pr_link .s16 {
    font-family: SourceHanSansSC-Regular;

    color: #666666;
    margin-right: .15rem;
}

.hl_num p {
    display: flex;
    align-items: center;
    justify-content: center;

}

.hl_num.center p {
    padding-left: 30%;
}

.counter p span {
    display: block;
}

.ha_about {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;

}

.video_wrap video {
    width: 100%;
    height: 100%;
}

@media(max-width:960px) {
    .ha_item {
        width: 100%;
        flex-wrap: wrap;
    }

    .ha_left {
        padding-bottom: 66.53%;
        margin-bottom: .3rem;
    }

    .ha_left,
    .ha_right {
        width: 100%;
    }

    .ha_con {
        margin: .3rem 0;
    }

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


}

.ha_cb {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: flex-end;

}

.hc_item {
    width: 100%;
}

.hc_up {
    width: 90%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.hu_left .s72 {
    font-family: AvantGardeITCbyBT-Book;
    color: #ffffff;
    margin-bottom: .3rem;
}

.hu_left .s36 {
    font-family: SourceHanSansSC-Regular;

    color: #ffffff;
}

.hd_act {
    margin-top: 1.5rem;
}

.hd_act .s30 {
    font-family: SourceHanSansSC-Regular;

    color: #ffffff;
}

.hd_act .s16 {
    font-family: SourceHanSansCN-Light;

    color: #ffffff;
    opacity: 0.5;
    margin-top: .3rem;
    line-height: 1.8;
}

.hd_item {
    display: block;
    width: 100%;
    padding: .5rem;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .1);
}

.hc_down {
    margin-top: 1rem;
}

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

.hc_swiper .swiper-wrapper {
    align-items: flex-end;
}

.hc_more {
    width: .5rem;
    height: 0;
    transition: all .3s;
    overflow: hidden;
}

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

.hd_img {
    width: auto;
    height: .96rem;
}

.hc_swiper .swiper-slide {
    transition: all .3s;
}

.hc_swiper .swiper-slide:hover {
    background-color: rgba(255, 90, 0, 0.85);
    transition: all .3s;

}

.hc_swiper .swiper-slide:hover .hc_more {
    height: auto;
    transition: all .3s;
}

/* .hc_swiper .swiper-slide.swiper-slide-active {
    background-color: rgba(255, 90, 0, 0.85);
    transition: all .3s;

}

.hc_swiper .swiper-slide.swiper-slide-active .hc_more {
    height: auto;
    transition: all .3s;
} */

.hu_btn {
    width: .5rem;
}

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

.ne_item {
    width: 100%;
}

.ne_up {
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: .5rem;
}

.nu_left .s72 {
    font-family: AvantGardeITCbyBT-Book;
    color: #222222;
}

.nu_left .s36 {
    font-family: AvantGardeITCbyBT-Book;

    color: #222222;
    margin-top: .1rem;
}

.ns_left {
    width: 8.32rem;
    height: 4.68rem;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 0 2%; */
    box-sizing: border-box;
    position: relative;
    width: 0;
    overflow: hidden;
    cursor: pointer;
}

.ns_act {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0%;
    bottom: 3%;
    width: 100%;
    padding: 0 4%;
    cursor: pointer;
}

.ns_act .s24 {
    font-family: SourceHanSansCN-Regular;
    color: #ffffff;
}

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

.ne_swiper .swiper-slide {
    width: 4rem;
    margin-right: .35rem;
    overflow: hidden;
    transition: width .3s;
}

.ne_swiper .swiper-slide.swiper-slide-active .ns_right {
    padding: 0;
    width: 0;
    /* transition: width .3s; */
}

.ne_swiper .swiper-slide.swiper-slide-active .ns_left {
    width: 8.32rem;
    transition: width .3s;
}

.ne_swiper .swiper-slide.swiper-slide-active {
    width: 8.32rem;
    transition: width .3s;
}

.ns_item {
    display: flex;
}

.ns_right .ns_img {
    width: 100%;
    height: auto;
}

.ns_right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 8%;
    background-color: #ffffff;
    border-radius: 5px;
    width: 4rem;
    cursor: pointer;


}

.ns_right .s18 {

    color: #666666;
}



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

.ne_con {
    position: relative;
}

.ne_btn {
    position: absolute;
    top: 50%;
    z-index: 3;
}

.ne_btn:hover img {
    display: none;
}

.ne_btn img.active {
    display: none;
}

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

.prev_bnt {
    left: 2%;
}

.next_bnt {
    right: 3%;
}

.ha_ir,
.ha_sr {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ir_item {
    width: 90%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ir_item .hc_up {
    width: 100%;
}

.hc_con {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: center; */
}

.hcon_item {
    display: block;
    width: 11.62%;
    background-color: #ffffff;
    transition: all .3s;
    max-height: 2.2rem;
    cursor: pointer;
}

.hcon_item.active .hci_ri {
    display: none;
    transition: all .3s;
}

.hcon_item .hci_le {
    display: none;
    transition: all .3s;
}

.hcon_item.active .hci_le {
    display: block;
    position: relative;
    overflow: hidden;
    transition: all .3s;
}

.hcon_item.active {
    width: 24.44%;
    transition: all .3s;
}

.hci_ri {
    padding: .25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.hci_p {
    /* margin-bottom: .4rem; */
}

.hci_p .s30 {
    font-weight: bold;
    font-family: AvantGardeITCbyBT-Demi;
    color: transparent;
    -webkit-text-stroke: 1px #ff5a00;
    margin-bottom: .1rem;
}

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

.hci_img img {
    width: .36rem;
    height: auto;
}

.hci_le {
    background-color: #ff5a00;
    height: 100%;
    padding: .25rem;

}

.hci_le .hc_more {
    height: auto;
}

.hci_le .s24 {
    font-family: SourceHanSansCN-Regular;
    color: #ffffff;
    margin-bottom: .1rem;
}

.hci_le .s16 {
    font-family: SourceHanSansCN-Light;
    color: #ffffff;
    opacity: 0.5;
    line-height: 1.5;
}

.hc_num {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(40%);
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #333333;
    font-size: 1rem;
    opacity: .5;
}

.sr_item {
    width: 90%;
}

.sr_content {
    position: relative;
}

.sr_more {
    position: absolute;
    height: 100%;
    top: 0;
    left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5% 0;
}

.sc_img {
    width: 100%;
    height: auto;
    transition: transform .3s;
}

.sc_img:hover {
    transform: scale(1.2);
    transition: transform .3s;
}

.sm_act p {
    font-family: SourceHanSansSC-Regular;

    color: #ffffff;
}

.sm_act .s30 {
    margin-bottom: .1rem;
}

.sm_mnore img {
    width: .50rem;
    height: auto;
}

.sr_con {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.sr_content {
    width: 49%;
    overflow: hidden;
}

.sm_mnore img.active {
    display: none;
}

.sr_content:hover .sm_mnore img.active {
    display: block;
}

.sr_content:hover .sm_mnore img {
    display: none;
}


.sr_item .ne_up,
.ha_cu .ne_up {
    width: 100%;
}

.cu_item {
    width: 95%;
    position: relative;
    z-index: 2;
    margin-left: auto;
}

.ha_cu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;



}

.cu_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 6.4rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cu_cen {
    width: 10.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #666666;
}

.cr_item {
    display: flex;
    align-items: center;
    width: 55%;
    box-sizing: border-box;

}

.cr_item:nth-child(2) {
    width: 45%;
}

.cr_item img {
    width: 21px;
    margin-right: .15rem;
}

.cr_item .s16 {
    font-family: SourceHanSansSC-Regular;

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

.cu_left .s24 {
    font-family: SourceHanSansSC-Medium;
    color: #222222;
}

.cr_act {
    display: flex;
    padding: .15rem 0;
    border-bottom: 1px solid #666666;
}

.cu_right {
    width: 7rem;
}

.cl_imng {
    margin-top: .5rem;
    width: 10.6rem;
    padding-bottom: .5rem;
}

.foot {
    background-color: #15212c;
    padding-top: .5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.f_item {
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.f_left {
    display: flex;
    width: 10.56rem;
    justify-content: space-between;
}

.fl_list .s16 {
    display: block;
    font-family: SourceHanSansSC-Light;
    color: #ffffff;
    margin-bottom: .25rem;
}

.fl_a .s14 {
    display: block;
    font-family: SourceHanSansSC-Light;
    color: #ffffff;
    opacity: 0.5;
    margin-bottom: .2rem;
    transition: .3s;

}

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

.deep_logo {
    width: 2rem;
}

.fr_act {
    margin: .3rem 0;
}

.fr_act .s16 {
    font-family: SourceHanSansSC-Regular;
    color: #ffffff;
    opacity: 0.5;
    text-align: right;
    margin-bottom: .1rem;
}

.fr_act .s42 {
    color: #ffffff;
    text-align: right;
}

.f_r {
    display: flex;
    justify-content: end;
}

.f_logo {
    width: .42rem;
    height: .42rem;
    border: solid 1px rgba(255, 255, 255, .5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-left: .2rem;
    position: relative;

}

.f_logo .iconfont {
    color: rgba(255, 255, 255, .6);
}

.f_logo:hover .iconfont {
    color: rgba(255, 255, 255, 1);
}

.f_logo:hover .iconfont {
    color: #fff;
}

.f_r .f_logo:hover {
    background-color: #e04015;
    border: none;
}

.ps_tan {
    position: absolute;
    left: 50%;
    bottom: 35px;
    padding: .10rem .15rem;
    background: #fff;
    border-radius: 5px;
    transform: scaleY(0) translateX(-50%);
    transform-origin: center bottom;
    transition: 0.3s;
    /* left: 0; */

    width: 2rem;
}

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

.f_logo:hover .ps_tan {
    transform: scaleY(1);
    transform: scaleY(1) translateX(-50%);
}

.ps_tan::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background: #fff;
    bottom: -4px;
}

.f_last {
    margin-top: .3rem;
    width: 90%;
    margin: 0 auto;
    color: #ffffff;
    opacity: 0.5;
    padding: .2rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    line-height: 1.5;
}

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

}

.main_banner {
    position: relative;
}

.main_act {
    position: absolute;
    top: 50%;
    left: 5%;
}

.main_act .s48 {
    font-family: 'SourceHanSansCN-Bold';

    color: #ffffff;
}

.main_act img {
    width: 4.51rem;
    height: auto;
    margin-top: .25rem;
}

@media(max-width:960px) {
    .ha_cu {
        padding: .3rem 0;
    }

    .ha_ne {
        padding: .3rem 0;
    }

    .prev_bnt {
        left: 1%;
    }

    .next_bnt {
        right: 1%;
    }

    .ne_swiper .swiper-slide.swiper-slide-active .ns_right {
        padding: 0;
        width: 0;
        /* transition: width .3s; */
    }

    .ns_item {
        width: 100%;
    }

    .ne_swiper .swiper-slide.swiper-slide-active .ns_left {
        cursor: pointer;
        width: 100%;
        transition: width .3s;
    }

    .ne_swiper .swiper-slide.swiper-slide-active {
        width: 100%;
    }

    .ha_item {
        width: 100%;
        flex-wrap: wrap;
    }

    .ha_left {
        padding-bottom: 66.53%;
        margin-bottom: .3rem;
    }

    .ha_left,
    .ha_right {
        width: 100%;
    }

    .ha_con {
        margin: .3rem 0;
    }

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

    .ha_cb {
        padding-top: .4rem;
    }

    .ha_ir,
    .ha_sr {
        padding: .4rem 0;
    }

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


}

@media(max-width:750px) {
    .main {
        margin-top: 58.64px;
    }

    .f_item,
    .f_left {
        flex-wrap: wrap;
    }

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

    .fl_a {
        display: none;
    }

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

    .f_left,
    .f_right {
        width: 100%;
    }

    .cu_cen {
        flex-wrap: wrap;
        width: 100%;
        padding-top: .3rem;
    }

    .cu_img {
        display: none;
    }

    .sr_content,
    .cu_left,
    .cu_right,
    .cl_imng {
        width: 100%;
        margin-bottom: .3rem;
    }

    .cl_imng {
        margin: 0;
    }



    .hcon_item {
        width: 48%;
        /* height: auto; */
        margin-bottom: .3rem;
    }


    .hcon_item.active {
        width: 100%;
    }
}

.crumbs_item {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

.ci_left img {
    width: 25px;
    height: auto;
    margin-right: .15rem;
}

.ci_left .s18 {
    display: block;
    font-family: SourceHanSansCN-Light;

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

.ci_right {
    display: flex;
    align-items: center;
    overflow-x: auto;
    /* flex-wrap: wrap; */
}

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

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

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

.ci_right .s16 {
    font-family: SourceHanSansCN-Light;
    color: #333333;
    display: block;
    padding: .2rem .25rem;
    box-sizing: border-box;
    line-height: 1.5;
    white-space: nowrap;
}

.ci_right .s16:nth-child(1) {
    margin-left: 0;
}

.ci_right .s16.active {
    color: #ff5a00;
    font-family: 'SourceHanSansCN-Bold';
    border-bottom: 2px solid #ff5a00;
    box-sizing: border-box;

}

.ci_right .s16:hover {
    color: #ff5a00;
    font-family: 'SourceHanSansCN-Bold';
    border-bottom: 2px solid #ff5a00;

}

.crumbs {
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}

.cp_wrap .ha_right {
    justify-content: center;
}

.ha_margin {
    margin: .4rem 0;
}

.cp_wrap {
    padding: 1rem 0;
}

.hl_num .s72 {
    font-weight: bold;
    color: #ff5a00;
}

.cp_wrap .ha_list {
    width: 90%;
    margin: 0 auto;
    margin-top: .4rem;
}

.hl_num .s20 {
    color: #666666;
    margin-top: .2rem;
}

.ga_wrap {
    padding: 1rem 0;
    background-color: #f8f8f8;
}

.ga_tit {
    text-align: center;
}

.ga_tit .s72 {
    color: #222222;
    margin-bottom: .1rem;
}

.ga_tit .s36 {
    font-family: SourceHanSansSC-Regular;
    color: #222222;
}

.ga_list {
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin-top: .4rem;
}

.ga_item {
    width: 23%;
    background-color: #ffffff;
    padding: .6rem .3rem;
    box-sizing: border-box;
    border-top: 3px solid #ff5a00;
    transition: all .3s;
}

.ga_f {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 90, 0, .1);
    transition: all .3s;

    margin: 0 auto;
}

.ga_f1 {
    width: 1.10rem;
    height: 1.10rem;
    background-color: #ff5a00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.ga_f1 img {
    width: .46rem;
    height: auto;
}

.ga_f1 img.active {
    display: none;
}

.ga_item .s30 {
    font-family: SourceHanSansCN-Regular;
    text-align: center;
    color: #222222;
    margin: .25rem 0;

}

.ga_item:hover {
    background-color: #ff5a00;
    transition: all .3s;
}

.ga_item:hover .s30,
.ga_item:hover .s16 p {
    transition: all .3s;
    color: #ffffff;
    opacity: 1;
}

.ga_item:hover .ga_f {
    background-color: rgba(255, 255, 255, .1);
    transition: all .3s;
}

.ga_item:hover .ga_f1 {
    background-color: #ffffff;
    transition: all .3s;
}

.ga_item:hover .ga_f1 img {
    display: none;
}

.ga_item:hover .ga_f1 img.active {
    display: block;
}


.ga_item .s16 p {
    font-family: SourceHanSansCN-Light;
    color: #666666;
    text-align: center;
    line-height: 1.6;
}

.report_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0;
}

.ra_select.layui-inline {
    display: flex;
}

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

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

.ra_tit {
    font-family: SourceHanSansSC-Regular;
    text-align: center;

    color: #222222;
}

.ra_inp {
    height: .5rem;
    display: flex;
}

.ra_inp input {
    width: 3.80rem;
    height: 100%;
    background-color: #f8f8f8;
    padding-left: .15rem;
}

.ra_inp button {
    width: 1.20rem;
    height: 100%;
    background-color: #ff5a00;
    font-family: SourceHanSansCN-Light;

    color: #ffffff;
    border: none;
}

.ra_select .layui-input {
    height: .5rem;
    width: 2.20rem;
    margin-right: .1rem;
}

.ra_list {
    display: flex;
    flex-wrap: wrap;
    padding-top: .25rem;
    border-top: 1px solid #eeeeee;
}

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

.ra_item {
    width: 23.5%;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);
    padding: .3rem 0;
    margin-right: .33rem;
    margin-bottom: .45rem;
}

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

.ra_item img {
    width: 59.7%;
    height: auto;
    margin-bottom: .3rem;
}

.ra_s .s24 {
    color: #222222;
    text-align: center;
}

.ra_s .s16 {
    font-family: SourceHanSansCN-Regular;
    color: #999999;
    text-align: center;
    margin-top: .15rem;
    /* position: absolute; */
}

.ra_pos {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .1));
    height: 0;
    overflow: hidden;
    transition: height .3s;
}


.ra_link {
    position: absolute;
    width: 59.7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);

}

.ra_pos a {
    width: 48%;
    background-color: #fff;
    border-radius: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: .50rem;
}

.ra_pos a:hover {
    color: #fff;
    background-color: #ff5a00;
}

.ra_item:hover .ra_pos {
    height: 100%;
    transition: height .3s;
}

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

.page_wrap ul {
    display: flex;
    justify-content: center;
}

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

.page_wrap ul li a:hover {
    background-color: #ff5a00;
    color: #ffffff;

}

.page_wrap ul li a.active {
    background-color: #ff5a00;
    color: #ffffff;

}

.page_wrap ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .50rem;
    height: .50rem;
    border-radius: 50%;
}

.next_p img {
    width: 100%;
    height: 100%;
}

.next_p img.active {
    display: none;
}

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


.page_wrap ul li a.next_p:hover {
    background-color: #ffffff;
}

.page_wrap ul li a.next_p:hover img.active {
    display: block;
}

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

.bo_item,
.bo_item1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.20rem;
    height: .50rem;
    background-color: #f8f8f8;
    margin-right: .15rem;
    font-family: SourceHanSansCN-Light;
    color: #333333;
    cursor: pointer;
}

.bo_item.active,
.bo_item1.active {
    background-color: #ff5a00;
    color: #ffffff;
}

.bi_item {
    width: 3.80rem;
    border-radius: .10rem;
    overflow: hidden;
    margin-right: .3rem;
    position: relative;
}

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

}

.bC_item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    display: none;


}

.bo_con {
    margin-top: .25rem;
    padding: .5rem 0;
    border-top: 1px solid #eee;
}

.bi_hover {
    position: absolute;
    top: 77%;
    left: 0;
    width: 100%;
    height: 45%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(10, 64, 99, .9);
    transition: all .3s;
}

.bi_hover .s24 {
    font-family: SourceHanSansSC-Regular;
    color: #ffffff;
}

.bi_hover .s16 {
    font-family: SourceHanSansSC-Light;
    color: #ffffff;
    margin-top: .15rem;
}

.bi_line {
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    margin: .35rem 0;
}

.bi_item:hover .bi_hover {
    top: 0%;
    height: 100%;
    transition: all .3s;
}

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

.ba_p.s16 p {
    font-family: SourceHanSansCN-Light;
    line-height: 1.8;
    color: #333333;
}

.bw_item {
    width: 5.40rem;
    height: .80rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2%;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border: solid 1px #eeeeee;
    margin-right: .3rem;
    margin-bottom: .3rem;
}

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

.bw_item .s20 {
    font-family: SourceHanSansCN-Bold;
    color: #333333;
    display: flex;
    align-items: center;
}

.bw_item .s20::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #ff5a00;
    display: block;
    margin-right: .1rem;
}

.bw_item .s16 {
    font-family: SourceHanSansCN-Light;

    color: #333333;
}

.bc_wra {
    display: flex;
    flex-wrap: wrap;
    margin-top: .4rem;
    display: none;
}

.ad_item {
    display: flex;
    align-items: center;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: .4rem;
}

.ad_item:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border: none;
}

.ad_img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: .7rem;
}

.ad_img img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}

.ad_act .s24 {
    font-family: SourceHanSansCN-Regular;

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

.ad_act .s16 {
    font-family: SourceHanSansCN-Light;
    margin-top: .15rem;
    margin-bottom: .2rem;
    color: #999999;
}

.ad_act .s18 {
    font-family: SourceHanSansCN-Light;

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

.ad_list {
    margin-top: .3rem;
    display: none;
}

.al_wrap {
    margin-bottom: .7rem;
}

.pw_swiper {
    padding-left: 5%;
    padding-right: 20%;
    margin-top: .5rem;
}

.pw_swiper .swiper-slide {
    width: 4.15rem;
    height: 6.68rem;
    position: relative;

}

.pw_swiper .swiper-slide::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/lishi.png);
    width: 100%;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;

}

.pw_swiper .swiper-slide::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/zhen.png);
    width: 10px;
    height: 50%;
    top: 1%;
    left: -1.5%;
    transform: translateY(-0%);
    background-size: auto 100%;
    background-repeat: no-repeat;

}

.pw_item {
    position: absolute;
    width: 6.80rem;
    /* height: 2.75rem; */
    background-color: #f8f8f8;
    top: 1%;
    left: 10%;
    display: flex;
    padding: .25rem;
    /* padding-right: .35rem; */
    box-sizing: border-box;
    align-items: center;
}


.pw_swiper .swiper-slide:nth-child(2n)::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/zhen1.png);
    width: 10px;
    height: 50%;
    top: auto;
    bottom: 1%;
    left: -1.5%;
    transform: translateY(-0%);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.pw_swiper .swiper-slide:nth-child(2n) .pw_item {
    top: auto;
    bottom: 1%;
}

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

.pw_img {
    width: 2.60rem;
    margin-right: .25rem;
}

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

.pw_act {
    width: 3.2rem;
}

.pw_act .s36 {

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

.pw_act .s16 {
    font-family: SourceHanSansCN-Light;

    color: #666666;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.pw_swiper .ne_btn {
    top: 49%;
    cursor: pointer;
}

.w_map {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1.5rem;
}

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

.wm_top {
    padding: .3rem 0;
    border-bottom: 1px solid #eee;
    font-family: SourceHanSansSC-Regular;

    color: #222222;
}

.wm_item {
    padding: .3rem 0;
    border-bottom: 1px solid #eee;
}

.wm_item .s24 {
    font-family: SourceHanSansCN-Regular;
    color: #222222;
    margin-bottom: .15rem;
}

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

.wi_list .s16 {
    width: 2rem;
    min-height: .50rem;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .15rem;
    font-family: SourceHanSansCN-Light;
    line-height: 1.5;

    color: #666666;
}

.wi_list .s16:hover {
    background-color: #ff5a00;
    color: #ffffff;
}

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

.fa_act p {
    font-family: SourceHanSansSC-Light;
    line-height: 1.8;
    color: #666666;
}

.link_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .4rem;

}

.link_item {
    display: flex;
    height: 3.20rem;
    width: 15.6%;
    border: solid 1px #eeeeee;
    margin-right: .2rem;
    padding-top: .4rem;
    padding-bottom: .3rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: .5rem;

}

.link_item:nth-child(6n) {
    margin-right: 0;
}

.link_item img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.link_item .s18 {
    text-align: center;
    width: 100%;
    align-self: flex-end;
}

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

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

.ba_item {
    display: flex;
    margin-bottom: .5rem;
}

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

.bi_right,
.bi_left {
    width: 100%;
    overflow: hidden;
}

.bi_right {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 0 6%;
    box-sizing: border-box;

}

.bi_left img {
    width: 100%;
    height: auto;
    transition: transform .3s;
}

.bi_left img:hover {
    transform: scale(1.2);
    transition: transform .3s;
}

.bi_up {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.bu_line {
    width: 5.10rem;
    height: 1px;
    background-color: #000000;
    opacity: 0.08;
    margin-right: .15rem;
}

.bi_up .s80 {
    font-size: 100px;
    font-weight: bold;
    color: #000000;
    opacity: 0.1;
}

.bu_act {
    margin-top: .2rem;
    margin-bottom: .6rem;
}

.bu_act .s42 p {
    font-family: SourceHanSansCN-Regular;
    line-height: 1.8;
    color: #000000;
}

.bu_act .s16 p {
    font-family: SourceHanSansCN-Light;
    line-height: 1.8;
    color: #666666;
}

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

.news_crumbs {
    padding: .15rem 0;
}

.news_wrap {
    display: flex;
    padding: .4rem;
    box-sizing: border-box;
    background-color: #ffffff;
}

.news_wrap:hover .news_tit {
    color: #ff5a00;
}

.news_wrap:hover .pr_link .s16 {
    color: #ff5a00;
}

.news_img {
    width: 50%;
}

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

.news_act {
    width: 50%;
    padding: .4rem;
    box-sizing: border-box;
}

.new_date {
    font-family: AvantGardeITCbyBT-Book;

    color: #666666;
}

.news_tit {
    font-family: SourceHanSansCN-Regular;
    color: #333;
    line-height: 1.6;
    margin-top: .3rem;
}

.news_con {
    font-family: SourceHanSansCN-Light;
    color: #999999;
    line-height: 1.6;
    margin: .3rem 0;
    margin-bottom: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new_top {
    position: relative;
}

.new_page {
    position: absolute;
    bottom: 11%;
    right: 3%;
    z-index: 3;
}

.news_item {
    display: flex;
    padding: .4rem;
    background-color: #ffffff;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: .4rem;
    cursor: pointer;
}

.news_item:hover .news_tit {
    color: #ff5a00;
}

.news_item:hover .pr_link .s16 {
    color: #ff5a00;
}

.news_item .news_act {
    padding: 0;
    width: auto;
    padding-left: .4rem;
    flex: 1;
}

.swiper-button-disabled {
    opacity: .5;
}

.news_left {
    width: 4.80rem;
}

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

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

.news_item .news_tit {
    margin-top: .15rem;
}

.news_item .news_con {
    margin: .15rem 0;
    margin-bottom: .5rem;
}

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

.nm_l {
    display: flex;
    align-items: center;
    margin-right: .3rem;
}

.nm_l img {
    margin-right: .1rem;
}

.nm_l .s16 {

    color: #999999;
}

.nm_list .icon {
    font-size: 20px;
    color: #cccccc;
    margin-right: .15rem;
}

.nm_list .icon:hover {
    color: #ff5a00;
}

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

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

.nm_right .s16 {
    font-family: SourceHanSansCN-Light;

    color: #999999;
    margin-left: .15rem;
}

.nx_item {
    display: flex;
    align-items: flex-start;
    background-color: #fff;
}

.nx_left {
    width: 70%;
}

.nx_right {
    width: 30%;
    background-color: #ffffff;
    border-left: 1px solid #eee;
    padding: .4rem .3rem;
    box-sizing: border-box;
}

.nx_left {
    padding: .4rem .3rem;
    background-color: #ffffff;
    box-sizing: border-box;
}

.nx_top .s42 {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    line-height: 1.5;
    margin-bottom: .3rem;
}

.nx_top {
    padding-bottom: .4rem;
    border-bottom: 1px solid #eee;
}

.nx_con .s16 p {
    font-family: SourceHanSansCN-Light;
    line-height: 1.8;
    color: #666666;
}

.nx_con {
    padding-top: .3rem;
    padding-bottom: .4rem;
    border-bottom: 1px solid #eee;
}

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

.nx_bottom .s16 {
    font-family: SourceHanSansCN-Light;

    color: #666666;
    line-height: 1.5;
    margin-bottom: .2rem;
}

.nx_bottom .s16:hover {
    color: #ff5a00;
}

.nm_right:hover .s16 {
    color: #ff5a00;
}

.nx_right .s30 {
    font-family: SourceHanSansCN-Bold;
    color: #ff5a00;
    margin-bottom: .4rem;
}

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

.nl_item img {
    width: 100%;
}

.nl_item .s18 {
    color: #666666;
    margin: .15rem 0;
}

.nl_item .s24 {
    font-family: SourceHanSansCN-Light;

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

.za_left {
    width: 50%;
    position: relative;
    z-index: 1;
}

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

.za_wrap {
    width: 90%;
    margin: 0 auto;
    margin-top: 1rem;
}

.za_tit {
    text-align: center;
    margin-bottom: .5rem;
}

.za_tit .s72 {
    color: #222222;
    margin-bottom: .15rem;
}

.za_tit .s36 {
    font-family: SourceHanSansSC-Regular;

    color: #222222;
}

.za_item {
    position: relative;
    width: 100%;
    margin: 1rem 0;
}

.za_right {
    width: 75%;
    position: absolute;
    height: 120%;
    top: -10%;
    right: 0;
    background-color: #f8f8f8;
    padding: .4rem 0;
    padding-left: 30%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.za_pl .s18:nth-child(1) {
    font-family: SourceHanSansCN-Light;

    color: #999999;
    margin-bottom: .1rem;
}

.za_pl .s18:nth-child(2) {
    font-family: AvantGardeITCbyBT-Book;

    color: #222222;
    margin-bottom: .1rem;
    line-height: 1.5;
}

.za_p {
    margin: .2rem 0;
}

.za_s .swiper-slide {
    width: 2.80rem;
}

.za_swiper {
    position: relative;
}

.za_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .2rem 0;
    height: 1.80rem;
}

.table_wrap {
    width: 90%;
    margin: 0 auto;
    display: flex;
    margin-top: .4rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #eee;
}

.ta_item {
    width: 50%;
    border: 1px solid #eee;
}

.ta_right {
    width: 50%;
}

.ta_right table {
    width: 90%;
    /* height: 100%; */
    margin: 0 auto;

    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;


}

.tab_r {
    margin-top: .5rem;
    margin-bottom: .3rem;
}

.ta_right table th {
    background-color: #ff5a00;
    color: #fff;
}

.ta_right table th,
.ta_right table td {
    text-align: center;
    border: 1px solid #eee;
    padding: .3rem 0;
}

.co_1 {
    background-color: #ffe1d0;
    color: #ff5a00;
}

.yc_item {
    display: flex;
    padding: .3rem;
    background-color: #f8f8f8;
}

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

.ye_item {
    padding-left: 5%;
    padding-bottom: .5rem;
    position: relative;
}

.ye_item::before {
    content: '';
    width: .21rem;
    height: .21rem;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 3.5%;
    left: 0%;
    z-index: 2;

}

.ye_item::after {
    content: '';
    width: 1px;
    background-color: #cccccc;
    height: 100%;
    position: absolute;

    top: 6%;
    left: 0.6%;
    z-index: 1;
}

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

.yc_item {
    width: 49%;
}

.ye_tit p {
    color: #999999;
    font-weight: bold;
    margin-bottom: .3rem;
}

.ye_up .s16 {
    color: #999999;
}

.ye_up .s30 {
    font-family: SourceHanSansCN-Regular;

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

.yc_left {
    width: 2.36rem;
    margin-right: .4rem;
}

.ye_link {
    display: flex;
}

.ye_link a {
    width: 1.20rem;
    height: .50rem;
    border-radius: .25rem;
    border: solid 1px #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .15rem;
}

.ye_right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.ye_link a:hover {
    background-color: #ff5a00;
    color: #ffffff;
    border: none;
}

.yw_wra {
    padding-bottom: 1rem;
}

.notic_item {
    display: flex;
    justify-content: space-between;
    padding: .2rem .35rem;
    background-color: #f8f8f8;
    cursor: pointer;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.notic_item:hover .no_left p {
    color: #ff5a00;
}

.notic_item:nth-child(2n) {
    background-color: #ffffff;
}

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

.no_a .s16:nth-child(1) {
    color: #666666;
}

.no_a .s16:nth-child(2) {
    color: #666666;
}

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

.no_left p {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    line-height: 1.5;
}

.notic_wrap {
    padding-bottom: 1rem;
    padding-top: .3rem;
    border-top: 1px solid #eee;
}

.gove_list {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}

.gove_item {
    width: 24%;
    background-color: #f8f8f8;
    margin-right: .2rem;
    margin-bottom: .45rem;

}

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

.gove_down {
    background-color: #ffffff;

    padding: .4rem .25rem;
    box-shadow: 0px .10rem .30rem 0px rgba(0, 0, 0, 0.06);
}

.gove_up {
    width: 60%;
    margin: 0 auto;
    padding: .4rem 0;
    background-color: #f8f8f8;

}

.gove_up img {
    width: 100%;
}

.gove_down .s16 {

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

.gove_down .s24 {

    color: #222222;
    margin-bottom: .3rem;
    line-height: 1.5;
}

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

.so_link img.active {
    display: none;
}

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

.so_item {
    width: 32.1%;
    margin-right: .3rem;
    background-color: #fff;
    margin-bottom: .4rem;
    cursor: pointer;
    transition: all .3s;
}

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

.so_act {
    padding: .3rem;
}

.so_act .s18 {
    color: #666666;
}

.so_act .s24 {
    font-family: SourceHanSansCN-Regular;
    color: #333333;
    line-height: 1.5;
    margin-top: .2rem;
    margin-bottom: .3rem;
}

.so_link img {
    width: .2rem;
    height: auto;
    margin-left: .1rem;
}


.so_item:hover .so_act {
    background-color: #ff5a00;
    transition: all .3s;
}

.so_item:hover .so_act p {
    color: #ffffff;
}

.so_item:hover .so_link img {
    display: none;
}

.so_item:hover .so_link img.active {
    display: block;
}

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

.map_l {
    width: 100%;
    height: auto;
}

.map_l {
    width: 100%;
    height: auto;
}

.ca_p .s72 {

    color: #222222;
}

.ca_p .s36 {
    font-family: SourceHanSansSC-Regular;
    color: #222222;
}

.cl_item span {
    line-height: 2.5;

}

.cl_item span:nth-child(1) {
    font-family: SourceHanSansSC-Regular;
    color: #999999;
}

.cl_item span:nth-child(2) {
    font-family: SourceHanSansSC-Light;

    color: #333333;
}

.contain_act {
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    padding: .7rem .4rem;
}

.contain_us {
    position: relative;
    margin-top: .7rem;
}

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

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

@media(max-width:1000px) {

    .so_item {
        width: 31.5%;
    }

    .gove_item {
        width: 23.5%;
    }

    .table_wrap {
        flex-wrap: wrap;
    }

    .ta_item,
    .ta_right {
        width: 100%;
    }

    .link_item {
        width: 15%;
    }

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

    .pw_swiper .swiper-slide {
        height: 7.68rem;
    }

    .pw_swiper {
        padding-right: 50%;
    }

    .ra_item {
        margin-right: 0.25rem;
    }
}

@media(max-width:750px) {

    .bi_item {
        width: 48%;
        margin-right: .1rem;
    }

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

    .contain_act {
        position: relative;
        transform: translateY(0);
    }

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

    .gove_item {
        width: 48%;
        margin-right: 0;
        margin-right: .2rem;
    }

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

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

    .ye_item::before {
        left: -.4%;
    }

    .ye_con {
        flex-wrap: wrap;
    }

    .za_right {
        width: 100%;
        position: static;
        padding: .3rem .3rem;
    }

    .za_left,
    .yc_item {
        width: 100%;
    }

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

    .news_item {
        flex-wrap: wrap;
    }

    .news_item .news_act {
        padding-left: 0;
        padding: .3rem 0;
    }

    .news_left {
        width: 100%;
    }

    .news_wrap {
        flex-wrap: wrap;
    }

    .news_act {
        padding: .4rem 0;
    }

    .news_img,
    .news_act {
        width: 100%;
    }

    .bi_right {
        padding: .3rem 6%;
    }

    .ba_item {
        flex-wrap: wrap;
    }

    .link_item {
        width: 31.5%;
        margin-right: .15rem;

    }

    .wi_list .s16 {
        margin-bottom: .3rem;
    }

    .al_se {
        flex-wrap: wrap;
    }

    .al_se .bo_item {
        margin-bottom: .15rem;
    }

    .ad_item {
        flex-wrap: wrap;
    }

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

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

    .ra_item {
        width: 48%;
        margin-right: .25rem;
    }

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

    .ga_list {
        flex-wrap: wrap;
    }

    .ra_select .layui-input {
        height: .7rem;
    }

    .ra_inp {
        margin-top: .15rem;
        height: .7rem;
    }

    .ga_item {
        width: 48%;
        margin-bottom: .3rem;
    }

    .cp_wrap .ha_list {
        flex-wrap: wrap;
    }

    .cp_wrap .hl_num {
        width: 50%;
        margin-bottom: .3rem;
        display: flex;

        justify-content: center;

    }



    .cp_wrap .hl_num.center p {
        padding: 0;
    }

    .ci_right,
    .bi_left,
    .bi_right {
        width: 100%;
    }

    .ci_right .s16 {
        /* width: 30%; */
        margin: 0;
    }
}

@media(max-width:650px) {
    .ye_item::before {
        left: -1%;
        top: 1.5%;
    }

    .ye_item::after {
        top: 3%;
    }

    .nx_item {
        flex-wrap: wrap;
    }

    .nx_left {
        width: 100%;
    }

    .nx_right {
        width: 100%;
    }
}

.ra_a .ra_a .layui-form-select dl dd.layui-this {
    background-color: #ff5a00;
}

.ra_a .layui-form-select .layui-edge {
    right: 23px;
}

.layui-laydate .layui-this {
    background-color: #ff5a00 !important;
}

.bi_tan {
    width: 10rem;
    height: 450px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    z-index: 99;

    display: none;

}

.bi_wrap {

    width: 100%;
    height: 100%;
    display: flex;
    overflow: auto;
}

.close {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding-left: 25px;
    background: url(../images/close.png) no-repeat left center;
    -moz-background-size: 15px;
    background-size: 15px;
    position: absolute;
    top: -25px;
    right: 0;

}

.d_men {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 98;
    display: none;

}

.qh_img {
    width: 30%;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.qh_img .name {
    text-align: center;
    margin: 8px 0;
    color: #666;
}

.qh_img .tit {
    text-align: center;
    margin: 8px 0;
    color: #999;
    margin-top: 16px;

}

.qh_act {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8%;
    overflow-y: auto;
}

.qh_act p {
    width: 100%;
    font-size: 16px;
    height: 100%;
    color: #666;
    line-height: 26px;
    text-align: justify;
    /* overflow-y: auto; */
    padding-top: .35rem;
}

.qh_act p span {
    padding: .35rem 0;
}

.bi_more {
    cursor: pointer;
}

.bc1_con {
    display: none;
}






@media(max-width:960px) {
    .bi_tan {
        max-width: 95%;
    }
}

@media(max-width:750px) {
    .hd_item{
        height: 300px;
    }
    .bi_tan {

        height: 75%;

    }

    .bi_wrap {
        height: 100%;
        flex-wrap: wrap;

    }

    .qh_img,
    .qh_act {
        width: 100%;
    }

    .qh_img {
        height: auto;
        padding: 20px 0;
    }

    .qh_img .t .c {
        max-width: 300px;
    }

    .qh_act {
        height: auto;
        padding: 20px;
    }
}