/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    outline: none;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
    text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:link {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:visited {
    text-decoration: none;
    outline: none;
    color: #828487;
}

a:hover {
    text-decoration: none;
    outline: none;
    color: #FF7600;
}

a:active {
    text-decoration: none;
    outline: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 0 0;
}

dd {
    margin: 0 0 0 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 0;
    list-style: none;
    list-style-image: none;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    display: block !important;
    float: none !important;
    clear: both;
    overflow: hidden;
    width: auto !important;
    height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0
}

::-webkit-input-placeholder {
    color: #b4b4b4;
}

::-ms-input-placeholder {
    color: #b4b4b4;
}

.clearfix:after {
    content: "";
    overflow: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.dn {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

html,
body {
    font-family: "微软雅黑"
}

body {
    font-size: 14px;
    line-height: 1.50;
    color: #333;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal;
}

section {
    background-color: #ffffff;
    padding: 40px 0 60px;
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.twoline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fourline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.fiveline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.container {
    width: 1360px;
    margin: 0 auto;
}

.m-t-10 {
    margin-top: .1rem;
}

.m-t-20 {
    margin-top: .2rem;
}

.m-t-30 {
    margin-top: .3rem;
}

.m-t-40 {
    margin-top: .4rem;
}

.m-t-50 {
    margin-top: .5rem;
}

.m-t-60 {
    margin-top: .6rem;
}

.m-t-90 {
    margin-top: .9rem;
}

.m-b-10 {
    margin-bottom: .1rem;
}

.m-b-20 {
    margin-bottom: .2rem;
}

.m-b-30 {
    margin-bottom: .3rem;
}

.m-b-40 {
    margin-bottom: .4rem;
}

.m-b-50 {
    margin-bottom: .5rem;
}

.m-b-90 {
    margin-bottom: .9rem;
}

.p-t-10 {
    padding-top: .1rem;
}

.p-t-20 {
    padding-top: .2rem;
}

.p-t-30 {
    padding-top: .3rem;
}

.p-t-40 {
    padding-top: .4rem;
}

.p-t-50 {
    padding-top: .5rem;
}

.p-t-90 {
    padding-top: .9rem;
}

.p-b-10 {
    padding-bottom: .1rem;
}

.p-b-20 {
    padding-bottom: .2rem;
}

.p-b-30 {
    padding-bottom: .3rem;
}

.p-b-40 {
    padding-bottom: .4rem;
}

.p-b-50 {
    padding-bottom: .5rem;
}

.p-b-90 {
    padding-bottom: .9rem;
}

.text-nowrap-ellipsis,
.text-nowrap-ellipsis-2,
.text-nowrap-ellipsis-3,
.text-nowrap-ellipsis-4,
.text-nowrap-ellipsis-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-nowrap-ellipsis {
    -webkit-line-clamp: 1;
}

.text-nowrap-ellipsis-2 {
    -webkit-line-clamp: 2;
}

.text-nowrap-ellipsis-3 {
    -webkit-line-clamp: 3;
}

.text-nowrap-ellipsis-4 {
    -webkit-line-clamp: 4;
}

.text-nowrap-ellipsis-5 {
    -webkit-line-clamp: 5;
}

/*-- iconfont样式 --*/
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "iconfont";
    /* Project id 3514566 */
    src: url('//at.alicdn.com/t/c/font_3514566_prnt9lonl28.woff2?t=1681195469755') format('woff2'),
        url('//at.alicdn.com/t/c/font_3514566_prnt9lonl28.woff?t=1681195469755') format('woff'),
        url('//at.alicdn.com/t/c/font_3514566_prnt9lonl28.ttf?t=1681195469755') format('truetype');
}

.iconfont {
    font-family: iconfont !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-weixingongzhonghao:before {
    content: "\e611";
}

.icon-ximalaya:before {
    content: "\e675";
}

.icon-weibo:before {
    content: "\e638";
}

.icon-shipin:before {
    content: "\e603";
}

.icon-PDF:before {
    content: "\e715";
}

.icon-gongzhonghao:before {
    content: "\e60a";
}

.icon-douyin:before {
    content: "\e7a5";
}

.icon-shejiaotubiao-44:before {
    content: "\e648";
}

.icon-huidingbu:before {
    content: "\e8f7";
}

.icon-daohang:before {
    content: "\e62b";
}

.icon-xinwen:before {
    content: "\e69e";
}

.icon-sousuo1:before {
    content: "\e615";
}

.icon-enter:before {
    content: "\e6f8";
}

.icon-return:before {
    content: "\e720";
}

.icon-jiantou-xia:before {
    content: "\e6ce";
}

.icon-sousuo:before {
    content: "\e614";
}

.icon-guanbi-copy:before {
    content: "\e82e";
}

.icon-dianhua:before {
    content: "\e600";
}

.icon-yinhang:before {
    content: "\e64c";
}

.icon-shouye-shouye:before {
    content: "\e608";
}

.icon-bofangshipin:before {
    content: "\e643";
}

.icon-shouye:before {
    content: "\e637";
}

.icon-airudiantubiaohuizhi-zhuanqu_laodongmofan:before {
    content: "\e6a0";
}

.icon-zongrenshu:before {
    content: "\e61d";
}

.icon-zhichu:before {
    content: "\e62f";
}

.icon-xiangmu_xiangmuguanli:before {
    content: "\e797";
}

.icon-zuji:before {
    content: "\e6b9";
}

.icon-a-ziyuan83:before {
    content: "\e604";
}

.icon-xukegongshi:before {
    content: "\e613";
}

@font-face {
    font-family: 'num';
    /* project id 2309757 */
    src: url('../fonts/MONTSERRAT-REGULAR.eot');
    src: url('../fonts/MONTSERRAT-REGULAR.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MONTSERRAT-REGULAR.woff2') format('woff2'),
        url('../fonts/MONTSERRAT-REGULAR.woff') format('woff'),
        url('../fonts/MONTSERRAT-REGULAR.ttf') format('truetype'),
        url('../fonts/MONTSERRAT-REGULAR.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'dsbold';
    /* project id 2309757 */
    src: url('../fonts/DISNEYENGLISH-DEMIBOLD.eot');
    src: url('../fonts/DISNEYENGLISH-DEMIBOLD.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DISNEYENGLISH-DEMIBOLD.woff2') format('woff2'),
        url('../fonts/DISNEYENGLISH-DEMIBOLD.woff') format('woff'),
        url('../fonts/DISNEYENGLISH-DEMIBOLD.ttf') format('truetype'),
        url('../fonts/DISNEYENGLISH-DEMIBOLD.svg#iconfont') format('svg');
}

.order-md-2 {
    order: 2 !important;
}

.num {
    font-family: num !important;
    font-style: normal;
}

.design {
    font-family: dsbold !important;
    font-style: normal;
}

/*头部样式*/
.header {
    z-index: 1000;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .5s;
    background: -webkit-linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 100%);
    ;
    /*FireFox*/
    background: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 100%);
    /* Opear */
    background: -ms-linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, 0));
    /*IE10及IE10+*/
}

.header_info {
    padding: 0 3.125%;
    background: #fff;
}

.header.on {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0px 7px 10px rgb(0 0 0 / 6%);
}

.header .logoWrap {
    position: relative;
    padding-right: 43px;
}

.header .logoWrap .logoImg {
    padding-top: 20px;
}

.header .navMenu {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    transition: all 0.3s;
    -webkit-transition: all .3s;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    display: flex;
    align-items: center;
}

.header .showOpen {
    opacity: 0;
    filter: Alpha(opacity=0);
    transform: scale3d(0, 0, 0);
    -webkit-transform: scale3d(0, 0, 0);
}

.header .navMenu li {
    float: left;
    position: relative;
    /* margin-right: 50px; */
    width: 130px;
    flex: 1;
}

.header .navMenu .logoImg {
    flex: 2;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .navMenu .logoImg img {
    height: 56px;
}

.header .navMenu li:first-of-type {
    width: auto;
}

.header .navMenu li .subMenu {
    position: absolute;
    top: 80px;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    padding: 10px 0;
    border-radius: 13px;
    /* border: 1px solid #707070; */
    box-sizing: border-box;
    display: none;
}

.header .navMenu li .subMenu li {
    float: none;
    margin: 0;
    width: auto;

}

.header .navMenu li .subMenu li a {
    font-size: 14px;
    line-height: 36px;
    font-weight: normal;
    color: #8B8B8B;
    text-align: center;
}

.header .navMenu li>a {
    color: #464646;
    display: block;
    line-height: 80px;
    font-size: 18px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    /* padding-bottom: 8px; */
}

.header .navMenu li>a i {
    font-weight: 400;
    display: none;
}

.header .navMenu li.cur a {
    color: #FF7600;
    font-weight: bold;
}

/* .header .navMenu li.cur a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 16px;
    height: 5px;
    background: #FF7600;
    margin-left: -8px;
} */

.header .navMenu li .line {
    position: absolute;
    width: 0;
    height: 5px;
    background: #FF7600;
    top: 78px;
    left: 50%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.sub-banner {
    width: 100%;
    height: 61vh;
    overflow: hidden;
    position: relative;
	margin-top: .8rem;
}

.sub-banner.banner-xxgk {
    background-image: url(../images/sub-banner-xxgk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sub-banner.banner-dj {
    background-image: url(../images/sub-banner-dj.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sub-banner.banner-jj {
    background-image: url(../images/sub-banner-jj.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sub-banner.banner-xm {
    background-image: url(../images/sub-banner-xm.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sub-banner.banner-Detail {
    background-image: url(../images/sub-banner-Detail.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 3.23rem !important;
}

.sub-banner.banner-wanyan {
    height: 9.5rem !important;
}

.sub-banner .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sub-banner .container h2 {
    margin: 0px;
    color: #fff;
    font-size: .54rem;
    margin-top: .5rem;
}

.sub-banner .container span {
    color: #fff;
    font-size: .16rem;
    text-transform: uppercase;
    /* opacity: .66; */
}

.sub-banner.banner-Detail .container {
    text-align: center;
}

.sub-banner.banner-Detail .container h2 {
    font-size: .36rem;
    margin-top: .5rem;
    font-weight: normal;
    margin-bottom: .1rem;
}

.sub-banner.banner-Detail .container span {
    font-size: .14rem;
}

.video-wrap {
    border-radius: .25rem;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 4.38rem;
    transition: all 0.4s linear;
}

.video-wrap .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: .25rem;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2;
    transition: all 0.4s linear;
}

.video-wrap .cover {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    transition: all 0.4s linear;
    object-fit: cover;
}

.video-wrap i {
    position: absolute;
    width: .62rem;
    height: .62rem;
    left: 50%;
    top: 50%;
    margin-top: -0.31rem;
    margin-left: -0.31rem;
    border-radius: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-wrap i img {
    width: .62rem !important;
    height: .62rem !important;
}

.video-wrap:hover .mask {
    background-color: rgba(0, 0, 0, .1);
}

.video-wrap:hover .cover {
    transform: scale(1.1);
}

.fancybox-slide--iframe .fancybox-content {
    width: 10rem !important;
    height: 5.65rem !important;
    margin: 0;
}

/* .header .navMenu li:hover .line{width:16px;margin-left:-8px;} */
@media screen and (min-width:768px) {
    .header .navMenu li:hover .subMenu {
        display: block;
        -webkit-animation: anBox .3s;
        animation: anBox .3s;
    }

    .header .navMenu li:hover .subMenu li {
        float: none;
        margin: 0;
    }

    .header .navMenu li:hover .subMenu li a {
        font-size: 14px;
        line-height: 36px;
        font-weight: normal;
        color: #8B8B8B;
        text-align: center;
    }

    .header .navMenu li:hover .subMenu li a:hover {
        color: #FF7600;
    }

}

.header .search {
    position: absolute;
    right: 0;
    top: 22px;
}

.header .search .icons {
    background: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #c9c9c9;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.header .search .two {
    display: none;
}

.header .search .iconfont {
    font-size: 20px;
    color: #C4C4C4;
    cursor: pointer;
}

.header .search .searchWrap {
    position: absolute;
    top: -3px;
    right: 55px;
    width: 370px;
    height: 50px;
    border-radius: 6px;
    background: #fff;
    padding-right: 50px;
    transform: scale3d(0, 0, 0);
    -webkit-transform: scale3d(0, 0, 0);
    transform-origin: right center;
    -webkit-transform-origin: right center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.header .search .searchWrap input {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    background: #fff;
    text-indent: 10px;
    border: 0;
    padding: 0;
    font-size: 14px;
    vertical-align: top;
}

.header .search .searchWrap .iconfont {
    position: absolute;
    font-size: 22px;
    color: #292c31;
    right: 20px;
    top: 0;
    line-height: 50px;
}

.header .search.showSearch .two {
    display: block;
}

.header .search.showSearch .one {
    display: none;
}

.header .search.showSearch .searchWrap {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
}

.header.on .navMenu li>a {
    color: #464646;
}

.header.on .navMenu li.cur a {
    color: #FF7600;
    font-weight: 600;
}

.header.on .navMenu li.cur a:after {
    background: #FF7600;
}

.header.on .navMenu li .line {
    background: #FF7600;
}

.header.on .search .iconfont {
    color: #C9C9C9;
}

.header.on .search .icons {
    border-color: #C9C9C9;
}

.header.on .search .searchWrap {
    border: 1px solid #d7dbe3;
    box-sizing: border-box;
}

/* 底部样式 */
.footer {
    background: url(../images/bg5.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.footer:before {
    content: "";
    position: absolute;
    width: 62.5%;
    height: 7px;
    background: #FF7600;
    top: -4px;
    left: 0;
}

.footWrap {
    padding: 48px 200px 58px 0;
    position: relative;
}

.footWrap .mid {
    float: none;
    width: 100%;
}

.footWrap .mid dl {
    float: left;
    width: 20%;
    max-width: 247px;
}

.footWrap .mid dl dt {
    font-size: 16px;
    margin-bottom: 13px;
}

.footWrap .mid dl dt a {
    color: #fff;
}

.footWrap .mid dl dd {
    font-size: 14px;
    line-height: 35px;
}

.footWrap .mid dl dd a {
    color: #92949d;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.footWrap .mid dl dd a:hover {
    color: #fff;
}

.footWrap .fr {
    width: 200px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 34px;
}

.footWrap .fr span {
    font-size: 14px;
    color: #BEBEBE;
    display: block;
    line-height: 1;
}

.footWrap .fr p {
    font-size: 30px;
    color: #fff;
    margin: 9px 0 18px;
}

.footWrap .fr .wx {
    display: inline-block;
    width: 129px;
}

.footWrap .fr .wx img {
    border: .03rem solid #fff;
    border-radius: .08rem;
}

.footWrap .fr .wx:first-of-type {
    margin: 0;
}

.footWrap .fr .wx p {
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: #fff;
}

.footer .links {
    line-height: 88px;
    border-bottom: 1px solid #434343;
    font-size: 14px;
    color: #AEAEAE;
}

.footer .links a {
    color: #fff;
    margin-left: 10px;
}

.footer .copyright {
    background: #24211C;
    padding: 20px 0;
    font-size: 14px;
}

.footer .copyright p {
    margin: 0;
    color: #BEBEBE;
}

.footer .copyright p a {
    color: #BEBEBE;
}

/* 分页 */
.page {
    text-align: center;
}

.page a {
    display: inline-block;
    line-height: 30px;
    margin: 0 5px;
    padding: 0 12px;
    border: 1px solid #e5e5e5;
    color: #666;
}

.pages .tcdPageCode a:hover {
    border-color: #c49c63;
}

/* 上一篇下一篇 */
.other {
    border-top: 1px solid #eaedf4;
    margin-top: 20px;
    line-height: 92px
}

.other a {
    color: #71737b;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.other a:hover {
    color: #215ffe;
}

.other .fl,
.other .fr {
    margin: 0;
    width: 39.82%;
    font-size: 14px;
    color: #a0a4b1;
}

.other .fr {
    text-align: right;
}

/* 右侧悬浮 */
/* .slide {
    position: fixed;
    width: 82px;
    border: 1px solid #e8eaf1;
    box-shadow: 0 3px 27px rgba(24, 76, 208, .09);
    z-index: 100;
    right: 0;
    top: 50%;
    margin-top: -204px;
    display: none;
}

.slide ul li {
    position: relative;
}

.slide ul li .poa {
    right: -500%;
    top: 0;
    overflow: hidden;
}

.slide ul li a {
    height: 82px;
    border-bottom: 1px solid #e8eaf1;
    display: block;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    transition: all .5s;
}

.slide ul li:last-child a {
    border: 0;
}

.slide ul li:last-child a .iconfont {
    font-size: 24px;
}

.slide ul li a .iconfont {
    font-size: 30px;
    color: #215ffe;
    line-height: 30px;
}

.slide ul li a p {
    margin: 0;
    font-size: 12px;
    color: #3b3e44;
}

.slide ul li .poa {
    width: 170px;
    border: 1px solid #e8eaf1;
    background: #fff;
    text-align: center;
    padding: 15px 0;
    transition: right .5s;
}

.slide ul li .poa img {
    width: 115px;
    margin: 0 auto
}

.slide ul li .poa p {
    font-size: 14px;
    color: #3b3e44;
    margin: 6px 0 0;
}

.slide ul li:hover a {
    background: #215ffe;
    color: #fff;
}

.slide ul li:hover a .iconfont {
    color: #fff
}

.slide ul li:hover a p {
    color: #fff
}

.slide ul li:hover .poa {
    right: 83px;
}

.slide ul li.s4 .poa {
    padding: 8px 0;
}

.slide ul li.s4 .poa p {
    font-size: 18px;
    color: #215ffe;
} */
.slide {
    position: fixed;
    width: 1.75rem;
    box-shadow: 0 0px .15rem rgba(0, 0, 0, 9%);
    z-index: 100;
    right: .1rem;
    top: 50%;
    margin-top: -204px;
    border-radius: .2rem;
    display: none;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.slide li {
    display: flex;
    justify-content: center;
}

.slide li.s1 {
    margin: .1rem;
    border: 1px solid #F2F2F2;
    /* padding: .1rem; */
}

.slide li.s1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slide li.s1 a img {
	border-radius: .1rem;
    /* width: 1.13rem;
    height: 1.13rem; */
	
}

.slide li.s1 a p {
    font-size: .14rem;
    font-weight: bold;
    color: #464646;
    padding: 0 .06rem;
    text-align: center;
	
}

.slide li.s1 a p span {
    color: #FF7600;
}

.slide li.toTop {
    background-color: #FF7600;
}

.slide li.toTop a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.slide li.toTop a p {
    margin: .1rem 0;
}

.slide li.toTop a .iconfont {
    margin-right: .05rem;
    font-size: .2rem;
}

.pc-hide {
    display: none;
}

.mb-hide {
    display: block;
}

.bread-crumb {
    height: 80px;
    display: flex;
    align-items: center;
    box-shadow: 0px 7px 10px rgb(0 0 0 / 6%);
    margin-bottom: 20px;
    background-color: #fff;
}

.bread-crumb .nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bread-crumb .nav-list a {
    margin: 0px 30px;
    padding: 5px 20px;
    background-color: #fff;
    border-radius: 24px;
    color: #989898;
    font-size: 18px;
    transition: all .5s;
}

.bread-crumb .nav-list a:hover,
.bread-crumb .nav-list a.active {
    background-color: #FF7600;
    color: #fff;
}

.common-tit {
    text-align: center;
}

.common-tit h2 {
    font-size: .36rem;
    margin: 0;
    font-weight: normal;
    color: #464646;
}

.common-tit p {
    font-size: .2rem;
    margin: 0;
    color: #E1E1E1;
}

.border-bottom {
    border-bottom: 1px solid #EEEEEE;
}

.pdf-list {
    margin: .4rem 0;
}

.pdf-list .item {
    font-size: .2rem;
    margin: .2rem 0;
    position: relative;
}

.pdf-list .item a {
    margin-left: .4rem;
}

.pdf-list .item::before {
    position: absolute;
    content: '';
    width: .08rem;
    height: .08rem;
    background-color: #FF7600;
    border-radius: 50%;
    left: .1rem;
    top: 50%;
    margin-top: -0.04rem;
}

.pdf-list-swiper {
    position: relative;
}

.next03,
.prev03 {
    background: #fff;
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    margin-top: -.32rem;
    line-height: .64rem;
    text-align: center;
    opacity: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
    font-size: .14rem;
}

.next03 .iconfont,
.prev03 .iconfont {
    font-size: .36rem;
    color: #FF7600;
}

.next03 {
    right: -0.85rem;
}

.prev03 {
    left: -0.85rem;
}

.prev03:hover,
.next03:hover {
    background: #FF7600;
}

.prev03:hover .iconfont,
.next03:hover .iconfont {
    color: #fff;
}

.pdf-list-swiper .swiper-pagination {
    bottom: 0px !important;
}

.pdf-list-swiper .swiper-pagination-bullet-active {
    background: #FF7600;
}

.news-list-style1 .item {
    display: flex;
    height: 4.25rem;
    border-radius: .1rem;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #F8F8F9;
    margin-bottom: .25rem;
}

.news-list-style1 .item .img-box {
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.news-list-style1 .item .info-box {
    flex: 1;
    height: 100%;
    padding: .78rem .5rem .5rem .5rem;
    background-image: url(../images/news-list-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    box-sizing: border-box;
}

.news-list-style1 .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.news-list-style1 .item .info-box .date {
    color: #8B8B8B;
    font-size: .14rem;
}

.news-list-style1 .item .info-box h2 {
    color: #464646;
    font-size: .24rem;
}

.news-list-style1 .item .info-box .summary {
    font-size: .14rem;
    color: #8B8B8B;
    line-height: 2.2em;
    text-align: justify;
}

.news-list-style1 .item .info-box .more {
    width: 1.42rem;
    height: .51rem;
    border-radius: .05rem;
    border: 1px solid #FF7600;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #FF7600;
    line-height: normal;
    margin-top: .4rem;
}

.news-list-style1 .item .info-box .more img {
    margin-left: .2rem;
}

.news-list-style1 .item:hover .img-box img {
    transform: scale(1.1);
}

.news-list-style1 .item:hover .info-box {
    background-color: #FF7600;
    color: #fff;
}

.news-list-style1 .item:hover .info-box .date,
.news-list-style1 .item:hover .info-box h2,
.news-list-style1 .item:hover .info-box .summary {
    color: #fff;
}

.news-list-style1 .item:hover .info-box h2 a {
    color: #fff;
}

.news-list-style1 .item:hover .info-box .more {
    border: 1px solid #fff;
    color: #fff;
    background-color: #FF7600;
}

.news-list-style1 .item:hover .info-box .more img {
    filter: brightness(100);
}

.news-list-style2 .item {
    display: flex;
    height: 4rem;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: .5rem;
    position: relative;
    align-items: center;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.news-list-style2 .item .img {
    border-radius: .05rem;
    overflow: hidden;
    width: calc(100%/2);
}

.news-list-style2 .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .05rem;
    height: 4rem;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.news-list-style2 .item:hover .img img {
    transform: scale(1.1);
}

.news-list-style2 .item .info {
    right: .3rem;
    width: calc(100%/2);
    height: 3.48rem;
    position: absolute;
    border-radius: .1rem .5rem .1rem .5rem;
    background: rgb(255 255 255 / 100%);
    color: #989898;
    padding: .6rem .4rem;
    box-sizing: border-box;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    box-shadow: 0 3px 20px rgb(241 141 0 / 20%);
}

.news-list-style2 .item:hover .info {
    background: linear-gradient(to right, #FF973D, #FF7600);
    color: #fff;
}

.news-list-style2 .item:hover .info a {
    color: #fff;
}

.news-list-style2 .item .info .date {
    font-size: .16rem;
    margin-bottom: .1rem;
}

.news-list-style2 .item .info h4 {
    font-weight: normal;
    font-size: .24rem;
    margin: 0px;
}

.news-list-style2 .item .info a {
    color: #464646;
}

.news-list-style2 .item .info .summary {
    font-size: .14rem;
    text-align: justify;
    margin: .38rem 0rem;
}

.news-list-style2 .item .info .more2 {
    font-size: .14rem;
}

.news-list-style2 .item.order-md-1 .info {
    position: inherit;
    right: 0rem;
}

.news-list-style2 .item .img.order-md-2 {
    position: absolute;
    right: .5rem;
}

.news-list-style3 .item {
    display: flex;
    background-color: #fff;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    overflow: hidden;
}

.news-list-style3 .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list-style3 .item .info {
    flex: 1;
    /* padding-left: .4rem; */
    padding-top: .10rem;
    /* padding-right: .2rem; */
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.news-list-style3 .item .img {
    overflow: hidden;
}

.news-list-style3 .item .img img {
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.news-list-style3 .item:hover .img img {
    transform: scale(1.1);
}

.news-list-style3 .column {
    display: flex;
    flex-wrap: wrap;
}

.news-list-style3 .column .item {
    padding: .22rem;
    width: calc(100%/2);
    box-sizing: border-box;
    border-right: 1px solid #F2F2F2;
}

.news-list-style3 .column .item .img {
    width: 1.68rem;
    height: 1.41rem;
}

.news-list-style3 .column .item .info .head {
    display: flex;
    font-size: .14rem;
    color: #8B8B8B;
    justify-content: space-between;
    align-items: center;
    padding-left: .4rem;
    padding-right: .4rem;
}

.news-list-style3 .column .item .info .head .more2 a {
    color: #FF7600;
    font-size: .12rem;
}

.news-list-style3 .column .item .info h4 {
    margin: .15rem 0rem;
    padding-left: .4rem;
    padding-right: .4rem;
}

.news-list-style3 .item .info .summary {
    font-size: .12rem;
    color: #8B8B8B;
    line-height: 2em;
    padding-left: .4rem;
    padding-right: .4rem;
}

.news-list-style3 .row .item {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    border-bottom: 1px solid #F2F2F2;
    overflow: hidden;
}

.news-list-style3 .row .item .img {
    flex: 1;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.news-list-style3 .row .item .info {
    /* padding: .4rem; */
    box-sizing: border-box;
    margin-left: 0;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.news-list-style3 .row .item .info .date {
    font-size: .16rem;
    color: #8B8B8B;
    padding-left: .4rem;
    padding-right: .4rem;
}

.news-list-style3 .row .item .info .date p {
    margin: 0;
    padding: 0;
}

.news-list-style3 .row .item .info .date .day {
    color: #FF7600;
    font-size: .5rem;
    font-weight: bold;
}

.news-list-style3 .row .item .info h4 {
    font-size: .26rem;
    padding-left: .4rem;
    padding-right: .4rem;
}

.news-list-style3 .row .item .info h4 a {
    color: #FF7600;
}

.news-list-style3 .row .item .info .summary {
    font-size: .14rem;
    line-height: 2.2em;
    padding-left: .4rem;
    padding-right: .4rem;
}

.news-list-style3 .row .item .info>.more {
    margin-left: .4rem;
    margin-right: inherit;

}

.news-list-style3 .more a {
    color: #fff;
}

.news-list-style3 .more {
    border: 1px solid #fff;
    background: #FF7600;
    margin-left: auto;
    margin-right: auto;
}

.news-list-style3 .more:hover {
    border: 1px solid #FF7600;
    color: #FF7600;
}

.news-list-style3 .more:hover a {
    color: #FF7600;
}

.news-list-style3 .item:hover {
    background: linear-gradient(to right, #FF973D, #FF7600);
    color: #fff;
}

.news-list-style3 .item:hover .info .date,
.news-list-style3 .item:hover .info .head .more2 a,
.news-list-style3 .item:hover .info h4 a,
.news-list-style3 .item:hover .info .summary,
.news-list-style3 .item:hover .info .date .day {
    color: #fff;
}

.news-list-style3 .row .item:hover .info .more,
.news-list-style3 .row .item .info .more:hover {
    border: 1px solid #fff;
    background: rgb(255 255 255 / 100%);
    color: #FF7600;
}

.news-list-style3 .row .item:hover .info .more a {
    color: #FF7600;
}

.search-box {
    margin-left: 1rem;
    margin-right: 1rem;
}

.search-box .searchInput {
    border-radius: .85rem;
    border: 1px solid #DCDCDC;
    margin: .2rem auto;
    display: flex;
    height: .75rem;
    align-items: center;
}

.search-box .searchInput .int1 {
    flex: 1;
    border: 0;
    margin-left: .3rem
}

.search-box .searchInput .int2 {
    width: .8rem;
    font-size: .4rem;
    color: #FF7600;
}

.search-box .hot-key {
    color: #8B8B8B;
}

.search-box .hot-key dl {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.search-box .hot-key dl dd {
    margin-right: .15rem;
}

.search-box .hot-key dl dd a {
    width: 1.12rem;
    height: .37rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F2F2;
    border-radius: .22rem;
}

.search-box .hot-key dl dd a:hover {
    background-color: #FF7600;
    color: #fff;
}

.video-list {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.video-list .item {
    width: calc(100%/2 - .15rem);
    margin-right: .3rem;
    margin-bottom: .3rem;
    height: 4rem;
    overflow: hidden;
    position: relative;
    border-radius: .15rem;
}

.video-list .item:nth-child(2n) {
    margin-right: 0;
}

.video-list .item .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2;
    transition: all 0.4s linear;
}

.video-list .item .cover {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    transition: all 0.4s linear;
}

.video-list .item i {
    position: absolute;
    width: .62rem;
    height: .62rem;
    left: 50%;
    top: 50%;
    margin-top: -0.31rem;
    margin-left: -0.31rem;
    border-radius: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-list .item i img {
    width: .62rem !important;
    height: .62rem !important;
}

.video-list .item .title {
    position: absolute;
    bottom: .3rem;
    z-index: 4;
    color: #fff;
    left: .3rem;
    right: .3rem;
    font-size: .2rem
}

.video-list .item:hover .mask {
    background-color: rgba(0, 0, 0, .1);
}

.video-list .item:hover .cover {
    transform: scale(1.1);
}



@keyframes anBox {
    from {
        top: 90px;
        opacity: 0;
    }

    to {
        top: 80px;
        opacity: 1;
    }
}

@-webkit-keyframes anBox {
    from {
        top: 90px;
        opacity: 0;
    }

    to {
        top: 80px;
        opacity: 1;
    }
}

/* toast轻提示样式 */
@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.toast_box {
    position: fixed;
    bottom: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    display: none;
}

.toast_box p {
    box-sizing: border-box;
    padding: .1rem .2rem;
    width: max-content;
    /* 提示框的背景色 */
    background: #707070;
    color: #fff;
    font-size: .16rem;
    text-align: center;
    border-radius: .06rem;
    opacity: 0.8;
}

.toliet {
    margin: 0 auto;
}

@media screen and (max-width:1200px) {
    .header .navMenu li {
        margin-right: 30px;
    }
}

@media screen and (max-width:1030px) {
    .header .navMenu li {
        margin-right: 10px;
        width: 120px;
    }
}

@media screen and (max-width:768px) {
    .header {
        height: 1.2rem;
    }

    .header_info {
        padding: 0;
    }

    .header .logoWrap {
        padding: 0 .2rem;
    }

    .header .logoWrap .logoImg {
        padding-top: .2rem;
        padding-bottom: .2rem;
    }

    .header .logoWrap .logoImg img {
        height: .8rem;
    }

    .header .navMenu {
        position: absolute;
        height: 100vh;
        top: 0;
        right: -100%;
        margin-top: 0;
        width: 60%;
        background: #fff;
        float: none;
        overflow-y: scroll;
        padding-top: .5rem;
        box-sizing: border-box;
        z-index: 10;
        flex-direction: column;
    }

    .header .navMenu li {
        float: none;
        width: 100%;
        margin-right: 0;
        flex: inherit;
    }

    .header .navMenu li>a {
        line-height: 1rem;
        font-size: .28rem;
        padding-bottom: 0;
        color: #393939;
    }

    .header .navMenu li.cur a:after {
        display: none;
    }

    .header .search {
        top: .24rem;
        display: flex;
        align-items: center;
        right: .2rem;
    }

    .header .search .icons {
        width: .6rem;
        height: .6rem;
        line-height: .6rem;
        border: 0;
    }

    .header .search .iconfont {
        font-size: .46rem;
    }

    .header .search .menu_icon {
        display: block;
        margin-left: .06rem;
    }

    .header .search .searchWrap {
        width: 5.2rem;
        height: .8rem;
        top: -.05rem;
        right: 1.1rem;
        padding-right: .8rem;
        border-radius: .06rem;
    }

    .header .search .searchWrap .iconfont {
        font-size: .44rem;
        line-height: .8rem;
        right: .2rem;
        border-radius: .06rem;
    }

    .header .search .searchWrap input {
        height: .8rem;
        font-size: .26rem;
    }

    .header .navMenu li .subMenu {
        position: relative;
        top: 0;
        border: 0;
        padding: 0;
    }

    .header .navMenu li .subMenu li a {
        font-size: .26rem;
        line-height: .64rem;
    }

    .header .navMenu .close_btn {
        display: block;
        position: absolute;
        right: .2rem;
        top: .2rem;
        font-size: .58rem;
        color: #393939;
        z-index: 2;
    }

    .header.on .search .searchWrap {
        width: 6rem;
        border: .01rem solid #d7dbe3;
    }

    .header.on .search .searchWrap input {
        height: .75rem;
        line-height: .75rem;
    }

    .header.on .search .searchWrap .iconfont {
        line-height: .76rem;
    }

    .footer {
        background: url(../images/bg5.jpg) no-repeat center center;
        background-size: cover;
    }

    .footWrap {
        padding: .38rem 0 .38rem 0;
    }

    .footWrap .mid {
        display: none;
    }

    .footWrap .fr {
        position: static;
        text-align: center;
        margin: 0 auto;
        float: none;
    }

    .footWrap .fr span {
        font-size: .24rem;
    }

    .footWrap .fr .wx {
        width: 2rem;
    }

    .footer .links {
        line-height: .48rem;
        padding: .2rem 0;
        font-size: .24rem;
    }

    .footer .copyright {
        padding: .2rem 0;
        font-size: .24rem;
    }

    .footer .copyright .fl,
    .footer .copyright .fr {
        width: 100%;
        text-align: center;
    }

    .footWrap .fr p {
        font-size: .4rem;
        color: #fff;
        margin: .09rem 0;
    }

    .footer:before {
        height: .07rem;
        top: -.04rem;
    }

    .pc-hide {
        display: block;
    }

    .mb-hide {
        display: none;
    }

    .header .navMenu .logoImg {
        display: none;
    }

    .sub-banner {
        height: 50vh;
		margin-top: 1.2rem;
    }

    .sub-banner .container h2 {
        font-size: 0.58rem;
    }

    .sub-banner .container span {
        font-size: 0.16rem;
    }

    .sub-banner .container {
        align-items: center;
    }

    .bread-crumb {
        height: 1rem;
    }

    .bread-crumb .nav-list {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;
        height: 1rem;
    }

    .bread-crumb .nav-list a {
        margin: 0 .1rem;
        padding: .07rem .2rem;
        background-color: #fff;
        border-radius: .24rem;
        font-size: .28rem
    }

    .next03,
    .prev03 {
        display: none;
    }

    .pdf-list-swiper .swiper-container {
        bottom: 0px;
    }

    .news-list-style1 .item {
        flex-direction: column;
        height: auto;
    }

    .news-list-style1 .item .img-box {
        height: 2.5rem;
    }

    .news-list-style1 .item .info-box {
        padding: .4rem;
    }

    .news-list-style1 .item .info-box .summary {
        display: none;
    }

    .news-list-style1 .item .info-box .more {
        width: 2rem;
    }

    .news-list-style2 .item {
        flex-direction: column;
        overflow: unset;
        height: 5.7rem;
    }

    .news-list-style2 .item .img {
        width: calc(100%/1);
    }
    .search-box .hot-key dl dd a{
        width: 1.5rem;
        height: .6rem
    }
    .search-box {
        margin-left: .2rem;
        margin-right: .2rem;
    }
    .news-list-style2 .item .info {
        height: 2.2rem;
        width: calc(100%/1 - .5rem);
        top: 3.4rem;
        height: 2.4rem;
        left: .25rem;
        right: .25rem;
        padding: .2rem .4rem;
    }

    .news-list-style2 .item .info .summary {
        margin: .15rem 0rem;
    }

    .news-list-style2 .item .info .date {
        position: absolute;
        bottom: .1rem;
        right: .4rem;
    }

    .news-list-style2 .item .img.order-md-2 {
        right: 0rem;
    }

    .news-list-style2 .item.order-md-1 .info {
        left: .25rem;
        right: .25rem;
        position: absolute;
    }

    .wanyanNews {
        height: auto !important;
    }

    .news-list-style3 .column {
        flex-wrap: wrap;
    }

    .news-list-style3 .column .item {
        width: calc(100%/1);
        border-right: 0px;
    }

    .news-list-style3 .item .info .summary {
        line-height: 3em;
    }

    .news-list-style3 .row .item .info {
        padding: .2rem;
    }

    .news-list-style3 .row .item .info .date .day {
        font-size: .3rem;
    }

    .news-list-style3 .row .item .info h4 {
        margin: .2rem 0;
    }

    .video-list .item {
        height: 3rem;
    }

    .fancybox-slide--iframe .fancybox-content {
        width: 100% !important;
        height: 3rem !important;
    }
    .sub-banner.banner-Detail {
        height: 4.5rem !important;
    }
}