/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* z-index: 1; */
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    width: 1900px;
}


/* Sections
     ========================================================================== */


/**
   * Remove the margin in all browsers.
   */

body {
    height: 100%;
    margin: 0;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
}


/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}


/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
     ========================================================================== */


/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
     ========================================================================== */


/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}


/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}


/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
     ========================================================================== */


/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}


/* Forms
     ========================================================================== */


/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}


/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}


/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
     ========================================================================== */


/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}


/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}


/* Misc
     ========================================================================== */


/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}


/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}

.footer .footer-inner h3 a {
    color: red;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    /* min-width: 1200px; */
    background-color: #000;
    width: 1900px;
    min-width:1900px;
}

@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url('../font/SourceHanSansCN-Bold_0.eot');
    src: url('../font/SourceHanSansCN-Bold_0.woff'), url('../font/SourceHanSansCN-Bold_0.ttf'), url('../font/SourceHanSansCN-Bold_0.otf');
}

@font-face {
    font-family: 'SourceHanSansCN-ExtraLight';
    src: url('../font/SourceHanSansCN-ExtraLight_0.eot');
    src: url('../font/SourceHanSansCN-ExtraLight_0.woff'), url('../font/SourceHanSansCN-ExtraLight_0.ttf'), url('../font/SourceHanSansCN-ExtraLight_0.otf');
}

@font-face {
    font-family: 'SourceHanSansCN-Heavy';
    src: url('../font/SourceHanSansCN-Heavy_0.eot');
    src: url('../font/SourceHanSansCN-Heavy_0.woff'), url('../font/SourceHanSansCN-Heavy_0.ttf'), url('../font/SourceHanSansCN-Heavy_0.otf');
}

@font-face {
    font-family: 'MFXingHei_Noncommercial-Bold';
    src: url('../font/MFXingHei_Noncommercial-Bold.ttf');
}

@font-face {
    font-family: 'SourceHanSansCN-Light';
    src: url('../font/SourceHanSansCN-Light_0.eot');
    src: url('../font/SourceHanSansCN-Light_0.woff'), url('../font/SourceHanSansCN-Light_0.ttf'), url('../font/SourceHanSansCN-Light_0.otf');
}

@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('../font/SourceHanSansCN-Medium_0.eot');
    src: url('../font/SourceHanSansCN-Medium_0.woff'), url('../font/SourceHanSansCN-Medium_0.ttf'), url('../font/SourceHanSansCN-Medium_0.otf');
}

@font-face {
    font-family: 'SourceHanSerifSC-Heavy';
    src: url('../font/SourceHanSerifSC-Heavy.otf');
}

@font-face {
    font-family: 'BarlowCondensed-ExtraBold';
    src: url('../font/BarlowCondensed-ExtraBold.ttf');
}

@font-face {
    font-family: '造字工房形黑粗体';
    src: url('../font/造字工房形黑粗体.eot');
    src: url('../font/造字工房形黑粗体.woff'), url('../font/造字工房形黑粗体.ttf'), url('../font/造字工房形黑粗体.otf');
}

.main .accordion {
    width: 100%;
    height: 100%;
}

.main .accordion .accordion-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}

.main .accordion .accordion-box .slide {
    overflow: hidden;
    width: 10%;
    height: 100%;
    transition: all 2s;
    box-shadow: inset 0 0 2px #000;
    position: relative;
}

.main .accordion .accordion-box .slide .left-title {
    padding-top: 25px;
}

.main .accordion .accordion-box .slide .left-title>p {
    text-align: center;
    font-family: SourceHanSansCN-Bold;
    font-size: 29px;
    color: #fff;
    /* text-shadow: 0 0 3px #000; */
}

.main .accordion .accordion-box .slide .left-title>p a {
    color: #fff;
    font-family: SourceHanSansCN-Bold;
}

.main .accordion .accordion-box .slide .left-title .icon-box {
    opacity: 0;
}

.main .accordion .accordion-box .slide .left-title {
    width: 100%;
    float: left;
    right: 0;
    transform: translateX(0);
    display: flex;
    justify-content: center;
}

.main .accordion .accordion-box .slide .left-title .icon-box {
    width: 100%;
    position: relative;
    transition: all 3s;
}

.main .accordion .accordion-box .slide .left-title .icon-box .line {
    position: absolute;
    top: 31px;
    width: 100%;
    height: 1px;
    background-color: #a0a0a0;
    box-shadow: 1px 1px 2px #a0a0a0;
}

.main .accordion .accordion-box .slide .left-title .icon-box>ul {
    width: 100%;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.main .accordion .accordion-box .slide .left-title .icon-box>ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.main .accordion .accordion-box .slide .left-title .icon-box>ul li img {
    width: 16px;
    height: 16px;
}

.main .accordion .accordion-box .slide .left-title .icon-box>ul li p {
    padding-top: 15px;
    font-size: 14px;
    color: #a0a0a0;
    font-family: 'SourceHanSansCN-Light';
}

.main .accordion .accordion-box .slide:nth-child(2) {
    opacity: 0.8;
    z-index: 99;
}

.main .accordion .accordion-box .slide:nth-child(3) {
    opacity: 0.6;
    z-index: 999;
}

.main .accordion .accordion-box .slide:nth-child(4) {
    opacity: 0.4;
    z-index: 999;
}

.main .accordion .accordion-box .slide:nth-child(5) {
    opacity: 0.2;
    z-index: 999;
}

.main .accordion .accordion-box .slide:nth-child(6) {
    opacity: 0.8;
    z-index: 99;
}

.main .accordion .accordion-box .slide:nth-child(7) {
    opacity: 0.6;
    z-index: 999;
}

.main .accordion .accordion-box .slide:nth-child(8) {
    opacity: 0.4;
    z-index: 999;
}

.main .accordion .accordion-box .slide:nth-child(9) {
    opacity: 0.2;
    -z-index: 999;
}

.main .accordion .accordion-box .slide1 {
    background: url(../images/slide1v9.jpg) no-repeat center center;
    background-size: cover;
}

.main .accordion .accordion-box .slide2 {
    background: url(../images/slide2v4.jpg) no-repeat right center;
    background-size: cover;
}

.main .accordion .accordion-box .slide3 {
    background: url(../images/slide3v8.jpg) no-repeat center center;
    background-size: cover;
}

.main .accordion .accordion-box .slide4 {
    background: url(../images/slide4v3.jpg) no-repeat center center;
    background-size: cover;
}

.main .accordion .accordion-box .slide5 {
    background: url(../images/slide5v4.jpg) no-repeat center center;
    background-size: cover;
}

.main .accordion .accordion-box .on {
    width: 100%;
    transition: width 2s;
    opacity: 1 !important;
    margin-right: -2px;
    background-size: cover;
    box-shadow: 0 0 0;
}

.main .accordion .accordion-box .on .left-title {
    width: 70%;
    margin-left: 24%;
    transform: translateX(0);
    display: flex;
    justify-content: flex-end;
}

.main .accordion .accordion-box .on .left-title>P {
    margin-left: 0;
}

.main .accordion .accordion-box .on .left-title>P a {
    color: #fff;
    font-family: SourceHanSansCN-Bold;
    font-weight: 900;
}

.main .accordion .accordion-box .on .left-title .icon-box {
    width: 100%;
    position: relative;
    transition: all 3s;
}

.main .accordion .accordion-box .on .left-title .icon-box .line {
    position: absolute;
    top: 32px;
    width: 100%;
    height: 1px;
    background-color: #a0a0a0;
    box-shadow: 1px 1px 2px #a0a0a0;
}

.main .accordion .accordion-box .on .left-title .icon-box>ul {
    width: 100%;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
}

.main .accordion .accordion-box .on .left-title .icon-box>ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;    
    padding-right: 4px;
}

.main .accordion .accordion-box .on .left-title .icon-box>ul li img {
    width: 22px;
    height: 22px;
}

.main .accordion .accordion-box .on .left-title .icon-box>ul li p {
    padding-top: 15px;
    font-size: 20px;
    color: #a0a0a0;
    font-family: 'SourceHanSansCN-Light';
}

.container {
    width: 100%;
    height: 100%;
    position: relative;
}

.container .main {
    position: absolute;
    width: 100%;
    height: 91.5vh;
}

.container .left {
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    width: 14%;
    height: 91.5vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.01));
}

.container .left #left-swiper {
    width: 100%;
    height: 100%;
}

.container .left .swiper-container {
    width: 100%;
    height: 100%;
}

.container .left .swiper-slide {
    width: 100%!important;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.container .left .swiper-slide .logo {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    opacity: 0.8;
}

.container .left .swiper-slide .title {
    width: 100%;
    height: 100%;
    color: #fff;
    background-size: cover;
}

.container .left .swiper-slide .title img {
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.container .left .t1 {
    background-color: rgba(2, 65, 31, 0.5);
}

.container .left .t2 {
    background: url(../images/title2-bg_01.png) no-repeat center center;
}

.container .left .t2 img {
    opacity: 0.5;
    -webkit-filter: grayscale(10%);
    filter: grayscale(10%);
}

.container .left .t3 {
    background: url(../images/title3-bg_01.png) no-repeat center center;
}

.container .left .t4 {
    background: url(../images/title4-bg_01.png) no-repeat center center;
}

.container .left .t5 {
    background: url(../images/title5-bg_01.png) no-repeat center center;
    opacity: 1;
}

.footer {
    z-index: 9999;
    min-width: 1200px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 10vh;
    padding: 10px;
    background-color: #000;
    display: flex;
    justify-content: space-around;
    color: #a0a0a0;
    font-size: 10px;
}

.footer>div {
    height: 100%;
}

.footer>div:nth-child(6) {
    padding-bottom: 5px;
}

.footer h3 {
    margin-bottom: 5px;
    font-family: SourceHanSansCN-Bold;
    font-size: 12px;
}

.footer p {
    cursor: pointer;
    margin-bottom: 5px;
    font-family: SourceHanSansCN-Light;
    font-size: 12px;
}

.footer .company-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
}

.footer .sub-nav {
    align-self: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer .sub-nav p {
    margin-bottom: 0;
    cursor: pointer;
}

.footer .sub-nav p a {
    color: #a0a0a0;
}

.footer .sub-nav span {
    font-size: 14px;
    margin: 0 10px;
}

.footer .search {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
}

.footer .search form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .search input {
    width: 120px;
    height: 30px;
    padding-left: 10px;
    margin-left: 10px;
    border-radius: 20px;
    outline: none;
    color: #a0a0a0;
    border: 1px solid #4b4b4b;
    background-color: rgba(0, 0, 0, 0);
}

.footer .copy {
    align-self: flex-end;
    padding-top: 20px;
}

.footer .copy .copy-pic {
    display: flex;
    width: 100%;
}

.footer .copy .copy-pic img {
    width: 87px;
    height: 27px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.footer .copy p {
    transform: scale(0.75) translateX(-15%);
}

.footer .phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
}

.footer .phone p {
    font-size: 30px;
    font-weight: lighter;
    font-family: SourceHanSansCN-Light;
}

.footer .parter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
}

.footer .bhsq {
    display: flex;
    align-items: center;
}
.footer .bhsq a{
    color: #a0a0a0;
    font-size: 20px;
    margin-left: 5px;
}

.wsd {
    animation: wsd 2s;
    animation-fill-mode: forwards;
}

.wsu {
    animation: wsu 2s;
}

@keyframes ws {
    0% {
        width: 10%;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}

@keyframes wsd {
    100% {
        width: 0;
    }
}

@keyframes wsu {
    0% {
        width: 0;
    }
    100% {
        width: 10%;
    }
}

.product-container {
    min-width: 1200px;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

.product-container .left {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: url(../images/left-bg2_01.png) no-repeat left bottom;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: height 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    z-index: 2;
}

.product-container .left .logo {
    padding-top: 5px;
    display: flex;
    justify-content: center;
}

.product-container .main {
    position: relative;
    z-index: 1;
    padding: 0 40px 0 290px;
}

.product-container .main h3 {
    padding: 30px 0px 0;
    padding-left: 0;
    font-size: 40px;
    color: #000;
    font-family: SourceHanSansCN-Bold;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    font-weight: 900;
}

.product-container .main h3 span {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    color: #7f8083;
    border: 1px solid #7f8083;
}

.product-container .main .p-item-list {
    display: flex;
    justify-content: space-between;
}

.product-container .main .p-item-list .item {
    overflow: hidden;
    box-sizing: border-box;
    width: 49%;
    height: 95vh;
    padding-left: 30px;
    margin-bottom: 30px;
    position: relative;
}

.product-container .main .p-item-list .item .item-bg {
    z-index: -9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product-container .main .p-item-list .item:nth-child(2n) {
    padding-right: 30px;
    padding-left: 0;
}

.product-container .main .p-item-list .item:nth-child(2n) .p-txt {
    align-items: flex-end;
}

.product-container .main .p-item-list .item:nth-child(2n) .p-txt p {
    text-align: left;
}

.product-container .main .p-item-list .item:nth-child(n+3) {
    width: 32%;
    padding-right: 0;
    padding-left: 30px;
}

.product-container .main .p-item-list .item:nth-child(n+3) .p-txt {
    align-items: flex-start;
}

.product-container .main .p-item-list .item:nth-child(n+3) .p-txt p {
    text-align: left;
}

.product-container .main .p-item-list .item:nth-child(1) .item-bg {
    background: url(../images/product-items_05_2.jpg) no-repeat left top;
    background-size: cover;
    transform: scale(1);
    transition: all 1s;
}

.product-container .main .p-item-list .item:nth-child(1) .p-txt h3 a {
    color: #fff;
}

.product-container .main .p-item-list .item:nth-child(1) .p-txt .item-exh p {
    color: #000;
}

.product-container .main .p-item-list .item:nth-child(1) .p-txt .item-series p {
    color: #000;
}

.product-container .main .p-item-list .item:nth-child(1) .p-txt .item-series p a {
    color: #000;
}


.product-container .main .p-item-list .item:nth-child(2) .item-bg {
    background: url(../images/product-items_03.jpg) no-repeat right top;
    background-size: cover;
    transform: scale(1);
    transition: all 1s;
}

.product-container .main .p-item-list .item:nth-child(3) .item-bg {
    background: url(../images/product-items_09-2.jpg) no-repeat left top;
    background-size: cover;
    transform: scale(1);
    transition: all 1s;
}

.product-container .main .p-item-list .item:nth-child(3) .p-txt {
    padding-left: 0;
    padding-right: 30px;
    align-items: flex-end;
}

.product-container .main .p-item-list .item:nth-child(3) .p-txt p {
    text-align: right;
}

.product-container .main .p-item-list .item:nth-child(3) .p-txt h3 {
    padding-right: 0;
}

.product-container .main .p-item-list .item:nth-child(3) .p-txt .item-series .more a {
    color: #2c4c32;
}

.product-container .main .p-item-list .item:nth-child(4) .item-bg {
    background: url(../images/product-items_11-2.jpg) no-repeat left top;
    background-size: cover;
    transform: scale(1);
    transition: all 1s;
}

.product-container .main .p-item-list .item:nth-child(4) .p-txt h3 a {
    color: #000;
    text-shadow: 2px 2px 2px #eee;
}

.product-container .main .p-item-list .item:nth-child(4) .p-txt .item-exh p {
    color: #000;
    text-shadow: 2px 2px 2px #eee;
}

.product-container .main .p-item-list .item:nth-child(4) .p-txt .item-exh {
    padding-top: 0;
    height: 18%;
    margin-top: auto;
}

.product-container .main .p-item-list .item:nth-child(4) .p-txt .item-series p {
    color: #000;
    text-shadow: 2px 2px 2px #eee;
}

.product-container .main .p-item-list .item:nth-child(4) .p-txt .item-series p a {
    color: #000;
    text-shadow: 2px 2px 2px #eee;
}

.product-container .main .p-item-list .item:nth-child(4) .p-txt .item-series .more a {
    color: #c7d8df;
}

.product-container .main .p-item-list .item:nth-child(5) .item-bg {
    background: url(../images/product-items_13-2.jpg) no-repeat left top;
    background-size: cover;
    transform: scale(1);
    transition: all 1s;
}

.product-container .main .p-item-list .item:nth-child(5) .p-txt .item-series .more a {
    color: #2c4c32;
}

.product-container .main .p-item-list .item .p-txt {
    z-index: 999;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 100px;
}

.product-container .main .p-item-list .item .p-txt h3 {
    height: 10%;
    margin-bottom: 0;
    text-align: right;
    color: #fff;
    font-size: 30px;
    font-family: SourceHanSansCN-Bold;
    padding-right: 0;
    padding-left: 0;
}

.product-container .main .p-item-list .item .p-txt h3 a {
    color: #000;
    font-family: "SourceHanSansCN-Bold";
}

.product-container .main .p-item-list .item .p-txt p {
    text-align: right;
    color: #fff;
    font-size: 15px;
    font-family: SourceHanSansCN-Light;
}

.product-container .main .p-item-list .item .p-txt p a {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.product-container .main .p-item-list .item .p-txt .item-exh {
    box-sizing: border-box;
    padding-top: 15px;
    height: 60%;
}

.product-container .main .p-item-list .item .p-txt .item-exh p {
    width: 180px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    line-height: 24px;
    text-shadow: 2px 2px 2px #000;
}

.product-container .main .p-item-list .item .p-txt .item-exh p:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
}

.product-container .main .p-item-list .item .p-txt .item-series {
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.product-container .main .p-item-list .item .p-txt .item-series p {
    padding-bottom: 5px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px #000;
}

.product-container .main .p-item-list .item .p-txt .item-series p:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
}

.product-container .main .p-item-list .item .p-txt .item-series .more {
    cursor: pointer;
    width: 135px;
    height: 45px;
    border-radius: 30px;
    margin-top: 20px;
    background-color: #bea984;
}

.product-container .main .p-item-list .item .p-txt .item-series .more a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 25px;
    font-family: SourceHanSansCN-Medium;
    color: #034520;
}

.product-container .main .p-item-list .item:hover .item-bg {
    transform: scale(1.1);
    transition: all 3s;
}

.product-container .main .p-item-list-2 {
    display: flex;
    justify-content: space-between;
}

.product-container .main .p-item-list-2 .item {
    overflow: hidden;
    box-sizing: border-box;
    height: 840px;
    padding-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.product-container .main .p-item-list-2 .item .item-bg {
    z-index: -9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product-container .main .p-item-list-2 .item:nth-child(2n) {
    padding-right: 0;
    padding-left: 30px;
}

.product-container .main .p-item-list-2 .item:nth-child(2n) .p-txt {
    align-items: flex-start;
    padding-bottom: 100px;
}

.product-container .main .p-item-list-2 .item:nth-child(2n) .p-txt p {
    text-align: left;
    height: 22px;
}

.product-container .main .p-item-list-2 .item:nth-child(2n) .p-txt p:nth-child(1) {
    /* height: 44px; */
}

.product-container .main .p-item-list-2 .item:nth-child(n) {
    width: 32%;
    padding-right: 0;
    padding-left: 30px;
}

.product-container .main .p-item-list-2 .item:nth-child(n) .p-txt {
    align-items: flex-start;
    padding-bottom: 100px;
}

.product-container .main .p-item-list-2 .item:nth-child(n) .p-txt p {
    text-align: left;
    height: 22px;
}

.product-container .main .p-item-list-2 .item:nth-child(n) .p-txt p:nth-child(1) {
    /* height: 44px; */
}

.product-container .main .p-item-list-2 .item:nth-child(1) .item-bg {
    background: url(../images/product-items_09-2.jpg) no-repeat 50% top;
    background-size: cover;
    transform: scale(1);
    transition: all 1s;
}

.product-container .main .p-item-list-2 .item:nth-child(1) .p-txt {
    padding-left: 0;
    padding-right: 30px;
    align-items: flex-end;
}

.product-container .main .p-item-list-2 .item:nth-child(1) .p-txt p {
    text-align: right;
}

.product-container .main .p-item-list-2 .item:nth-child(1) .p-txt h3 {
    padding-right: 0;
}

.product-container .main .p-item-list-2 .item:nth-child(1) .p-txt .item-series .more a {
    color: #034520;
}

.product-container .main .p-item-list-2 .item:nth-child(2) .item-bg {
    background: url(../images/product-items_11-2.jpg) no-repeat right center;
    background-size: cover;
    transform: scale(1);
    transition: all 1s;
}

.product-container .main .p-item-list-2 .item:nth-child(2) .p-txt {
    padding-left: 0;
    padding-right: 30px;
    align-items: flex-end;
}

.product-container .main .p-item-list-2 .item:nth-child(2) .p-txt p {
    text-align: right;
}

.product-container .main .p-item-list-2 .item:nth-child(2) .p-txt h3 {
    padding-right: 0;
}

.product-container .main .p-item-list-2 .item:nth-child(2) .p-txt h3 a {
    color: #000;
}

.product-container .main .p-item-list-2 .item:nth-child(2) .p-txt .item-series .more a {
    color: #034520;
}

.product-container .main .p-item-list-2 .item:nth-child(3) .item-bg {
    background: url(../images/product-items_13-2.jpg) no-repeat left top;
    background-size: cover;
    transform: scale(1);
    transition: all 1s;
}

.product-container .main .p-item-list-2 .item:nth-child(3) .p-txt .item-series .more a {
    color: #034520;
}

.product-container .main .p-item-list-2 .item .p-txt {
    z-index: 999;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.product-container .main .p-item-list-2 .item .p-txt h3 {
    height: 10%;
    margin-bottom: 0;
    text-align: right;
    color: #fff;
    font-size: 30px;
    font-family: SourceHanSansCN-Bold;
    padding-right: 0;
    padding-left: 0;
}

.product-container .main .p-item-list-2 .item .p-txt h3 a {
    color: #fff;
}

.product-container .main .p-item-list-2 .item .p-txt p {
    text-align: right;
    color: #fff;
    font-size: 15px;
    font-family: SourceHanSansCN-Light;
}

.product-container .main .p-item-list-2 .item .p-txt p a {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.product-container .main .p-item-list-2 .item .p-txt .item-exh {
    box-sizing: border-box;
    padding-top: 15px;
    height: 60%;
}

.product-container .main .p-item-list-2 .item .p-txt .item-exh p {
    width: 180px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    line-height: 24px;
    text-shadow: 2px 2px 2px #000;
}

.product-container .main .p-item-list-2 .item .p-txt .item-exh p:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
}

.product-container .main .p-item-list-2 .item .p-txt .item-series {
    height: 222px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.product-container .main .p-item-list-2 .item .p-txt .item-series p {
    padding-bottom: 5px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px #000;
}

.product-container .main .p-item-list-2 .item .p-txt .item-series p:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
}

.product-container .main .p-item-list-2 .item .p-txt .item-series .more {
    cursor: pointer;
    width: 135px;
    height: 45px;
    border-radius: 30px;
    margin-top: 20px;
    background-color: #bea984;
}

.product-container .main .p-item-list-2 .item .p-txt .item-series .more a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 25px;
    font-family: SourceHanSansCN-Medium;
    color: #034520;
}

.product-container .main .p-item-list-2 .item:hover .item-bg {
    transform: scale(1.1);
    transition: all 3s;
}

.product-container .footer {
    bottom: -96px;
    height: 96px;
    overflow: hidden;
    background-color: #1b1b1b;
    transition: bottom 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}


.platform-container {
    min-width: 1200px;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
    z-index: 1;
}

.platform-container .left {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: url(../images/left-bg_01.png) no-repeat left bottom;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: height 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

.platform-container .left .logo {
    padding-top: 5px;
    display: flex;
    justify-content: center;
}

.platform-container .left .p-nav {
    width: 100%;
    padding-top: 20px;
}

.platform-container .left .p-nav ul {
    width: 100%;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.platform-container .left .p-nav ul li {
    height: 16.6%;
}

.platform-container .left .p-nav ul li a {
    font-size: 17px;
    color: rgb(112, 112, 112);
    font-family: SourceHanSansCN-Light;
    transform: scale(1);
    transition: all 0.5s ease;
}

.platform-container .left .p-nav ul li:hover {
    transform: scale(1.2);
    color: #fff;
    transition: all 0.5s ease;
}

.platform-container .left .p-nav ul li:hover a {
    color: #fff;
}

.platform-container .left .p-nav ul .active {
    transform: scale(1.2);
    color: #fff;
}

.platform-container .left .p-nav ul .active a {
    color: #fff;
}

.platform-container .main {
    padding: 0 40px 0 290px;
}

.platform-container .main h3 {
    padding: 30px 0px 0;
    font-size: 40px;
    color: #000;
    font-family: SourceHanSansCN-Bold;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    font-weight: 900;
}

.platform-container .main h3 span {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    color: #7f8083;
    border: 1px solid #7f8083;
}

.platform-container .main .pf-item-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.platform-container .main .pf-item-list .item {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 600px;
    padding-right: 60px;
    margin-bottom: 30px;
    position: relative;
}

.platform-container .main .pf-item-list .item .item-bg {
    z-index: -9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.platform-container .main .pf-item-list .item .p-txt {
    z-index: 999;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.platform-container .main .pf-item-list .item .p-txt h3 {
    margin-bottom: 0;
    text-align: right;
    color: #fff;
    font-size: 30px;
    font-family: SourceHanSansCN-Bold;
    padding-right: 0;
}

.platform-container .main .pf-item-list .item .p-txt h3 a {
    display: block;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.platform-container .main .pf-item-list .item .p-txt h1 {
    transform: scale(0.8, 1.2) translateX(11%);
}

.platform-container .main .pf-item-list .item .p-txt h1 a {
    font-size: 66px;
    color: #fff;
    font-family: SourceHanSansCN-Bold;
    text-shadow: 2px 2px 2px #000;
    font-style: italic;
    font-weight: 900;
}

.platform-container .main .pf-item-list .item .p-txt p {
    color: #fff;
    font-size: 20px;
    font-family: SourceHanSansCN-Light;
}

.platform-container .main .pf-item-list .item .p-txt p a {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.platform-container .main .pf-item-list .item .p-txt .item-exh {
    min-height: 140px;
    box-sizing: border-box;
    padding-top: 40px;
}

.platform-container .main .pf-item-list .item .p-txt .item-exh p {
    padding-bottom: 10px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px #000;
}


/* .platform-container .main .pf-item-list .item .p-txt .item-exh p:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
} */

.platform-container .main .pf-item-list .item .p-txt .item-series {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.platform-container .main .pf-item-list .item .p-txt .item-series p {
    padding-bottom: 5px;
    letter-spacing: 1px;
}

.platform-container .main .pf-item-list .item .p-txt .item-series p:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
}

.platform-container .main .pf-item-list .item .p-txt .item-series .wechat {
    padding-top: 40px;
}

.platform-container .main .pf-item-list .item .p-txt .item-series .wechat img {
    height: 105px;
}

.platform-container .main .pf-item-list .item .p-txt .item-series .more {
    cursor: pointer;
    width: 135px;
    height: 45px;
    border-radius: 30px;
    margin-top: 20px;
    background-color: #bea984;
}

.platform-container .main .pf-item-list .item .p-txt .item-series .more a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 25px;
    font-family: SourceHanSansCN-Bold;
    color: #034520;
}

.platform-container .main .pf-item-list .item:nth-child(1) .item-bg {
}

.platform-container .main .pf-item-list .item:nth-child(2) .item-bg {
}

.platform-container .main .pf-item-list .item:nth-child(2) .p-txt h1 {
    transform: scale(0.8, 1.2) translateX(-15%);
}

.platform-container .main .pf-item-list .item:nth-child(3) .item-bg {
    
}

.platform-container .main .pf-item-list .item:hover .item-bg {
    transform: scale(1.1);
    transition: all 3s;
}

.platform-container .main .pf-item-list .item:nth-child(2n) {
    padding-right: 0;
    padding-left: 60px;
}

.platform-container .main .pf-item-list .item:nth-child(2n) .p-txt {
    align-items: flex-start;
    color: #000 !important;
}

.platform-container .main .pf-item-list .item:nth-child(2n) .p-txt h1 a {
    color: #000 !important;
    text-shadow: 2px 2px 2px #666;
}

.platform-container .main .pf-item-list .item:nth-child(2n) .p-txt h3 a {
    color: #000 !important;
    text-shadow: 2px 2px 2px #666;
}

.platform-container .main .pf-item-list .item:nth-child(2n) .p-txt p {
    color: #000 !important;
    text-align: left;
    text-shadow: 2px 2px 2px #666;
}


.platform-container .footer {
    bottom: -96px;
    height: 96px;
    overflow: hidden;
    background-color: #1b1b1b;
    transition: bottom 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

.left-up {
    height: calc(100vh - 96px) !important;
    transition: height 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

.footer-up {
    bottom: 0 !important;
    transition: bottom 1s;
}


.enter-container {
    min-width: 1200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.enter-container .left {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: url(../images/left-bg3_01.png) no-repeat left bottom;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: height 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    z-index: 2;
}

.enter-container .left .logo {
    padding-top: 5px;
    display: flex;
    justify-content: center;
}

.enter-container .left .p-nav {
    width: 100%;
    padding-top: 20px;
}

.enter-container .left .p-nav ul {
    width: 100%;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.enter-container .left .p-nav ul li {
    height: 16.6%;
}

.enter-container .left .p-nav ul li a {
    font-size: 17px;
    color: #a0a0a0;
    font-family: SourceHanSansCN-Light;
    transform: scale(1);
    transition: all 0.5s ease;
    text-shadow: 2px 2px 2px #000;
}

.enter-container .left .p-nav ul li:hover {
    transform: scale(1.2);
    color: #fff;
    transition: all 0.5s ease;
}

.enter-container .left .p-nav ul li:hover a {
    color: #fff;
}

.enter-container .left .p-nav ul .active {
    transform: scale(1.2);
    color: #fff;
}

.enter-container .left .p-nav ul .active a {
    color: #fff;
}

.enter-container .main {
    background-size: 100%;
    /* position: absolute;
    left: 0;
    top: 0; */
}

.enter-container .main .main-inner {
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    padding-left: 250px;
}

.enter-container .main .row {
    width: 100%;
    height: 100vh;
    position: relative;
}

.enter-container .main .row h2 {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-family: SourceHanSansCN-Bold;
    vertical-align: text-bottom;
    font-weight: 900;
}

.enter-container .main .row3 h2 {
    top: -100px;
}

.enter-container .main .row h2 em {
    padding-left: 10px;
    text-shadow: none;
    text-transform: uppercase;
    font-style: normal;
    font-family: Impact;
    vertical-align: text-bottom;
    background-image:  -webkit-linear-gradient( 45deg, #d6ba8c 45%, #fffdf9, #c0aa83);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.enter-container .main .row>h3 {
    padding: 30px 40px 0;
    font-size: 40px;
    color: #fff;
    font-family: SourceHanSansCN-Bold;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    font-weight: 900;
}

.enter-container .main .row>h3 span {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    color: #7f8083;
    border: 1px solid #7f8083;
}

.enter-container .main .row>.txt {
    position: absolute;
    right: 10%;
    bottom: 30%;
}

.enter-container .main .row>.txt h3 {
    text-align: right;
    font-size: 40px;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-family: SourceHanSansCN-Bold;
    letter-spacing: 40px;
    margin-bottom: 30px;
    margin-right: -25px;
    transform: scale(1, 1.2);
}

.enter-container .main .row>.txt p {
    font-size: 20px;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    text-align: right;
    font-family: SourceHanSansCN-Light;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.enter-container .main .row>.txt .more {
    width: 227px;
    height: 40px;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 30px;
    background: url(../images/enter-btn_03.jpg) no-repeat center center;
    background-size: 100%;
    border-radius: 30px;
    background-color: #bea984;
    padding-left: 20px;
}

.enter-container .main .row>.txt .more a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #034520;
    text-align: center;
    line-height: 40px;
    font-family: "SourceHanSansCN-Medium";
    font-weight: bold;
}

.enter-container .main .row .left-tag {
    width: 34%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.enter-container .main .row .left-tag .new-pre,
.enter-container .main .row .left-tag .new-next {
    cursor: pointer;
    width: 88px;
    height: 20px;
}

.enter-container .main .row .left-tag .new-pre img,
.enter-container .main .row .left-tag .new-next img {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 20px;
}

.enter-container .main .row .left-tag .tag-list {
    width: 100%;
    margin: 20px 0 0;
}

.enter-container .main .row .left-tag .tag-list .new-list-box {
    width: 100%;
    height: 331px;
    overflow: hidden;
}

.enter-container .main .row .left-tag .tag-list .new-list-box .item {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.enter-container .main .row .left-tag .tag-list .new-list-box .item .num {
    width: 88px;
    height: 88px;
    font-size: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 88px;
    color: #000;
    font-family: SourceHanSansCN-Light;
    font-weight: normal;
}

.enter-container .main .row .left-tag .tag-list .new-list-box .item>.txt {
    margin-top: -5px;
    padding-left: 20px;
}

.enter-container .main .row .left-tag .tag-list .new-list-box .item>.txt p {
    font-weight: lighter;
    font-size: 40px;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-family: SourceHanSansCN-Light;
    text-align: left;
}

.enter-container .main .row .left-tag .tag-list .new-list-box .item>.txt h3 {
    font-size: 20px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-family: SourceHanSansCN-Bold;
    text-align: left;
}

.enter-container .main .row .left-tag .tag-list .new-list-box .item:nth-child(n+2) {
    margin-top: 25px;
}

.enter-container .main .row .left-tag .tag-list .new-list-box .item .num {
    border: 2px solid #016532;
    border-radius: 50%;
    color: #a0a0a0;
}

.enter-container .main .row .left-tag .tag-list .new-list-box .item.active .num{
    background-image: url(../images/num-bg_03.png);
    background-size: cover;
    color: #fff;
    border: 0;
}

.enter-container .main .row .left-tag .tag-list .new-list-box .item >.txt p,
.enter-container .main .row .left-tag .tag-list .new-list-box .item >.txt h3 {
    color: #808080;
}

.enter-container .main .row .left-tag .tag-list .new-list-box .item.active >.txt p,
.enter-container .main .row .left-tag .tag-list .new-list-box .item.active >.txt h3{
    color: #fff;
}

.enter-container .main .row .right-swiper {
    width: 64%;
    min-width: 816px;
}

.enter-container .main .row .right-swiper .swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
}

.enter-container .main .row .right-swiper .swiper-container .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.enter-container .main .row .right-swiper .swiper-container .left-txt {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.enter-container .main .row .right-swiper .swiper-container .left-txt h3,
.enter-container .main .row .right-swiper .swiper-container .left-txt p {
    width: 400px;
    color: #fff;
}

.enter-container .main .row .right-swiper .swiper-container .left-txt h3 {
    font-size: 25px;
    font-family: SourceHanSansCN-Medium;
    margin-bottom: 40px;
    word-break: break-all;
    text-align: center;
    background-image:  -webkit-linear-gradient(45deg, #d6ba8c 45%, #fffdf9, #c0aa83);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.enter-container .main .row .right-swiper .swiper-container .left-txt  .text-content {
    min-height: 230px;
}
.enter-container .main .row .right-swiper .swiper-container .left-txt  .slh {
    position: absolute;
    left: 0;
    bottom: 48px;
    color: #fff;
    z-index: 10;
    font-size: 20px;
    display: none;
}
.enter-container .main .row .right-swiper .swiper-container .left-txt p {
    font-size: 15px;
    font-family: SourceHanSansCN-Light;
    margin-bottom: 30px;
    line-height: 1.5;
    letter-spacing: 2px;
    word-break: break-all;
    color: #fff;
    text-indent: 2em;
}
.enter-container .main .row .right-swiper .swiper-container .left-txt p:last-child {
    margin-bottom: 0;
}

.enter-container .main .row .right-swiper .swiper-container .left-txt a {
    font-size: 20px;
    color: #fab961;
    margin-top: 30px;
}

.enter-container .main .row .right-swiper .swiper-container .right-pic {
    width: 380px;
    height: 380px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enter-container .main .row .right-swiper .swiper-container .right-pic img {
    width: 100%;
    height: 100%;
}

.enter-container .main .row .right-swiper .swiper-container .right {
    width: 50%;
}

.enter-container .main .row .right-swiper .swiper-container .right img {
    width: 100%;
    height: 100%;
}

.enter-container .main .row1 {
    height: 130vh;
}

.enter-container .main .row6 {
    height: 715px;
    padding-left: 120px;
    padding-right: 120px;
    margin-top: -200px;
}

.enter-container .main .row6 .swiper-slide {
    position: relative;
}

.enter-container .main .row6 .swiper-slide img {
    width: 100%;
    opacity: .9;
}

.enter-container .main .row6 .swiper-slide .swiper-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 860px;
    height: 100%;
    padding: 0 60px;
    display: flex;
    align-items: center;
    /* background-image: url("../images/news/善行动绿色底图.png");
    opacity: .4; */
    /* background-repeat: no-repeat;
    background-size: cover; */
}

.enter-container .main .row6 .swiper-slide .swiper-title.right {
    left: auto;
    right: 0;
    transform: rotateY(180deg);
    padding-right: 20px;
}
/* .enter-container .main .row6 .swiper-slide .swiper-title .swiper-title-content {
    min-height: 500px;
} */

.enter-container .main .row6 .swiper-slide .swiper-title.right .swiper-title-content {
    transform: rotateY(-180deg);
}

.enter-container .main .row6 .swiper-slide .swiper-title h3 {
    letter-spacing: 2px;
    font-size: 25px;
    font-family: SourceHanSansCN-Bold;
    margin-bottom: 40px;
    word-break: break-all;
    color: #fff;
}

.enter-container .main .row6 .swiper-slide .swiper-title h4 {
    letter-spacing: 2px;
    font-size: 20px;
    font-family: SourceHanSansCN-Bold;
    margin-bottom: 10px;
    word-break: break-all;
    color: #fff;
    font-weight: 400;
}

.enter-container .main .row6 .swiper-slide .swiper-title p {
    font-size: 15px;
    font-family: SourceHanSansCN-Light;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 2px;
    word-break: break-all;
    color: #fff;
}

.enter-container .main .row6 .swiper-slide .swiper-title .l-h2 p {
    line-height: 2;
}   

.enter-container .main .row6 .swiper-slide .swiper-title .ry p {
    margin-bottom: 13px;
}

.enter-container .main .row6 #news-btn-prev {
    left: 60px;
    color: #fff;
    outline: none;
}
.enter-container .main .row6 #news-btn-next {
    right: 60px;
    color: #fff;
    outline: none;
}

.enter-container .main .row2 {
    height: 100%;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 150px;
    padding-bottom: 250px;
    background-image: url("../images/bg--01.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.enter-container .main .row2 .more-hr {
    margin-top: 20px;
    border-top: 1px solid #666;
    padding-top: 10px;
}

.enter-container .main .row2 .more {
    width: 198px;
    height: 40px;
    position: relative;
    z-index: 1;
}

.enter-container .main .row2 .more a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #ffffff;
    background-image: linear-gradient(45deg, #00783b, #093f2b);
    line-height: 40px;
    text-align: center;
    font-family: SourceHanSansCN-Bold;
    position: relative;
    z-index: 2;
    border-radius: 30px;
}

.enter-container .main .row2 h2 {
    padding-top: 0;
}

.enter-container .main .row2 .row2-inner {
    padding-top: 125px;
    display: flex;
    justify-content: space-between;
}


.enter-container .main .row3>h2 em {
    padding-left: 8px;
    text-transform: uppercase;
    font-family: Impact;
    vertical-align: text-bottom;
    background-image: -webkit-linear-gradient(45deg, #c2a77b, #fffdf9 80%, #aa956f);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.enter-container .main .row3 .swiper-container {
    width: 100%;
    padding-bottom: 30px;
    color: #fff;
}

.enter-container .main .row3 .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
}

.enter-container .main .row3 .swiper-container .swiper-slide .pic {
    width: 100%;
}

.enter-container .main .row3 .swiper-container .swiper-slide .pic img {
    width: 100%;
    height: 618px;
}

.enter-container .main .row3 .swiper-container .swiper-slide .txt {
    padding: 30px 120px 0;
}

.enter-container .main .row3 .swiper-container .swiper-slide .txt h3 {
    font-size: 25px;
    font-family: SourceHanSansCN-Medium;
    margin-bottom: 20px;
    background-image: -webkit-linear-gradient(45deg, #fffdf9, #d6ba8c 3%, #c0aa83);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.enter-container .main .row3 .swiper-container .swiper-slide .txt p {
    font-size: 20px;
    color: #fff;
    font-family: SourceHanSansCN-Light;
    line-height: 1.5;
    word-break: break-all;
}

.enter-container .main .row3 .swiper-container .swiper-slide .txt .more {
    width: 110px;
    height: 40px;
    margin-top: 20px;
    background-color: #bea984;
    border-radius: 30px;
}

.enter-container .main .row3 .swiper-container .swiper-slide .txt .more a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #034520;
    line-height: 39px;
    text-align: center;
    font-family: SourceHanSansCN-Medium;
}

.enter-container .main .row3 .swiper-pagination-fraction,
.enter-container .main .row3 .swiper-pagination-custom,
.enter-container .main .row3 .swiper-container-horizontal>.swiper-pagination-bullets {
    box-sizing: border-box;
    bottom: 140px;
    display: flex;
    justify-content: flex-end;
    padding-right: 120px;
}

.enter-container .main .row3 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #a0a0a0;
    opacity: 1;
}

.enter-container .main .row3 .swiper-pagination-bullet-active {
    background-color: #016532;
}

.enter-container .main .row4 {
    height: 1350px;
    background: url(../images/enter-bg_04.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 400px;
    margin: -250px 0px 0px;
}

.enter-container .main .row4 h2 {
    margin-bottom: 120px;
    padding-top: 180px;
    top: 160px;
    margin-left: 115px;
}

.enter-container .main .row4 .history {
    box-sizing: border-box;
    width: 1640px;
    height: 640px;
    margin-top: 95px;
    padding-left: 90px;
    padding-right: 90px;
    position: relative;
    overflow: hidden;
}

.enter-container .main .row4 .history .line {
    /* box-sizing: border-box;
    position: absolute;
    top: 245px;
    left: 120px;
    width: 100%;
    height: 20%; */
    /* background-image: linear-gradient(to right, #016532, #012b0e); */
    z-index: 999;
    cursor: pointer;
    position: absolute;
    left: 40px;
    top: 44%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
}

.enter-container .main .row4 .history .history-arr {
    z-index: 999;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 44%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
}

.enter-container .main .row4 .history #history-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.enter-container .main .row4 .history .history-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.enter-container .main .row4 .history .history-list .ht-item {
    flex: 1;
    height: 100%;
}


.enter-container .main .row4 .history .history-list .ht-item>div {
    box-sizing: border-box;
}

.enter-container .main .row4 .history .history-list .ht-item .pic {
    width: 461px;
    margin-top: 24px;
}

.enter-container .main .row4 .history .history-list .ht-item .pic img {
    width: 100%;
    height: 334px;
}

.enter-container .main .row4 .history .history-list .ht-item .date {
    display: inline-block;
    font-size: 60px;
    font-weight: bold;
    font-family: SourceHanSansCN-Bold;
    background-image: -webkit-linear-gradient(45deg, #d6ba8c 45%, #fffdf9, #c0aa83);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.enter-container .main .row4 .history .history-list .ht-item .txt h3{
    font-size: 25px;
    font-family: SourceHanSansCN-Bold;  
    background-image: linear-gradient(45deg, #fffdf9, #d6ba8c 3%, #c0aa83);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 18px;
    margin-top: 40px;
}

.enter-container .main .row4 .history .history-list .ht-item .txt p {
    color: #fff;
    font-size: 20px;
    font-family: SourceHanSansCN-Light;
    margin-bottom: 10px;
}

.enter-container .main .row4 .ht-item {
    margin-right: 40px;
}

.enter-container .main .row5 {
    height: 85vh;
    padding-top: 120px;
}

.enter-container .main .row5 h2 {
    margin-bottom: 40px;
}

.enter-container .main .row5 .refute {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 80px;
}

.enter-container .main .row5 .refute .swiper-container {
    width: 100%;
    height: 100%;
}

.enter-container .main .row5 .refute .swiper-container .swiper-slide {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 40px;
}

.enter-container .main .row5 .refute .swiper-container .swiper-slide .pic {
    width: 100%;
}

.enter-container .main .row5 .refute .swiper-container .swiper-slide .pic img {
    width: 100%;
}

.enter-container .main .row5 .refute .swiper-container .swiper-slide .txt {
    height: 350px;
    display: flex;
}

.enter-container .main .row5 .refute .swiper-container .swiper-slide .txt .txt-left,
.enter-container .main .row5 .refute .swiper-container .swiper-slide .txt .txt-right {
    box-sizing: border-box;
    margin-top: -3px;
    width: 50%;
    color: #fff;
    padding: 55px 38px 10px;
}

.enter-container .main .row5 .refute .swiper-container .swiper-slide .txt .txt-left h3,
.enter-container .main .row5 .refute .swiper-container .swiper-slide .txt .txt-right h3 {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-size: 25px;
    font-family: SourceHanSansCN-Bold;
    margin-bottom: 40px;
    font-weight: bold;
}

.enter-container .main .row5 .refute .swiper-container .swiper-slide .txt .txt-left p,
.enter-container .main .row5 .refute .swiper-container .swiper-slide .txt .txt-right p {
    font-size: 15px;
    font-family: SourceHanSansCN-Light;
    margin-bottom: 30px;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    word-break: break-all;
}

.enter-container .main .row5 .refute .swiper-container .swiper-slide .txt .txt-green {
    background-color: #014228;
}

.enter-container .main .row5 .refute .swiper-container .swiper-slide .txt .txt-block {
    background-color: #000;
}

.enter-container .main .row5 .refute .swiper-button-next {
    top: 15%;
    right: 0;
    color: #fff;
    font-weight: normal;
}

.enter-container .main .row5 .refute .swiper-button-prev {
    top: 15%;
    left: 0;
    color: #fff;
    font-weight: normal;
}

.enter-container .footer {
    bottom: -96px;
    height: 96px;
    overflow: hidden;
    background-color: #1b1b1b;
    transition: bottom 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}


.ed-container {
    width: 100%;
}

.ed-container .left {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: url(../images/left-bg4_02.png) no-repeat left bottom;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: height 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

.ed-container .left .logo {
    padding-top: 5px;
    display: flex;
    justify-content: center;
}

.ed-container .left .p-nav {
    width: 100%;
    padding-top: 20px;
}

.ed-container .left .p-nav ul {
    width: 100%;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.ed-container .left .p-nav ul li {
    height: 16.6%;
}

.ed-container .left .p-nav ul li a {
    font-size: 17px;
    color: #a0a0a0;
    font-family: SourceHanSansCN-Light;
    transform: scale(1);
    transition: all 1s ease;
}

.ed-container .left .p-nav ul li:hover {
    transform: scale(1.2);
    color: #fff;
    transition: all 0.5s ease;
}

.ed-container .left .p-nav ul li:hover a {
    color: #fff;
}

.ed-container .left .p-nav ul .active {
    transform: scale(1.2);
    color: #fff;
}

.ed-container .left .p-nav ul .active a {
    color: #fff;
}

.ed-container .main {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 250px;
    background-color: transparent;
}

.ed-container .main .main-inner {
    height: 100%;
    /* background: url(../images/ed-bg_02.jpg) no-repeat top left; */
    /* background-size: 100%; */
}

.ed-container .main .main-inner>h3 {
    box-sizing: border-box;
    padding: 30px 40px 0;
    font-size: 40px;
    color: #fff;
    font-family: SourceHanSansCN-Bold;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    font-weight: 900;
}

.ed-container .main .main-inner>h3 span {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    color: #7f8083;
    border: 1px solid #7f8083;
}

.ed-container .main .main-inner .question-box {
    width: 100%;
}

.ed-container .main .main-inner .question-box .qus-box {
    width: 100%;
    display: flex;
}

.ed-container .main .main-inner .question-box .qus-box .item {
    flex: 1;
}

.ed-container .main .main-inner .question-box .qus-box .item .pic {
    width: 100%;
    position: relative;
}

.ed-container .main .main-inner .question-box .qus-box .item .pic>h3 {
    z-index: 999;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top: 35px;
    left: 10%;
    font-size: 30px;
    color: #fff;
    font-family: "SourceHanSansCN-Bold";
    opacity: 1;
    /* text-shadow: 2px 2px 2px #000; */
}

.ed-container .main .main-inner .question-box .qus-box .item .pic img {
    width: 100%;
    height: 500px;
    opacity: 0.5;
    transition: opacity 1s;
}

.ed-container .main .main-inner .question-box .qus-box .item .txt {
    min-height: 285px;
    box-sizing: border-box;
    padding: 20px 50px 0;
    opacity: 0;
    transition: opacity 1s;
}

.ed-container .main .main-inner .question-box .qus-box .item .txt h3 {
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    font-size: 24px;
    margin-bottom: 40px;
}


.ed-container .main .main-inner .question-box .qus-box .item .txt ul li {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 8px;
    list-style-type: disc;
    word-break: break-all;
}

.ed-container .main .main-inner .question-box .qus-box .active .pic img {
    opacity: 1;
    transition: opacity 1s;
}

.ed-container .main .main-inner .question-box .qus-box .active .txt {
    opacity: 1;
    transition: opacity 1s;
}

.ed-container .main .main-inner .ed-exh-box {
    width: 100%;
    margin-top: 160px;
}

.ed-container .main .main-inner .ed-exh-box .row {
    width: 100%;
    height: 366px;
    display: flex;
    justify-content: space-between;
}

.ed-container .main .main-inner .ed-exh-box .row .btn-box {
    width: 49.8%;
    height: 100%;
}

.ed-container .main .main-inner .ed-exh-box .row .btn-box>h3 {
    margin-top: 30px;
    font-size: 30px;
    color: #fff;
    font-family: SourceHanSansCN-Bold;
    text-align: center;
}

.ed-container .main .main-inner .ed-exh-box .row .btn-box>h3 span {
    padding-left: 8px;
    text-transform: uppercase;
    font-family: Impact;
    vertical-align: text-bottom;
    background-image: -webkit-linear-gradient(45deg, #c2a77b, #fffdf9 80%, #aa956f);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ed-container .main .main-inner .ed-exh-box .row .btn-box .btn-list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 30px;
}

.ed-container .main .main-inner .ed-exh-box .row .btn-box .btn-list .item {
    cursor: pointer;
    width: 363px;
    height: 80px;
    opacity: 0.8;
    border-radius: 66px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 30px;
    font-family: SourceHanSansCN-Light;
    border: 2px solid #016532;
    transition: opacity 1s;
}

.ed-container .main .main-inner .ed-exh-box .row .btn-box .btn-list .item p {
    color: #fff;
}

.ed-container .main .main-inner .ed-exh-box .row .btn-box .btn-list .item:hover {
    transition: opacity 1s;
    background-image: linear-gradient(45deg, #015c2a, #103328);
    border: 0px;
    opacity: 1;
}

.ed-container .main .main-inner .ed-exh-box .row .btn-box .btn-list .active {
    transition: all 1s;
    opacity: 1;
    background-image: linear-gradient(45deg, #015c2a, #103328);
    border: 0px;
}

.ed-container .main .main-inner .ed-exh-box .row .btn-box .btn-list-6 .item {
    width: 234px;
}


.ed-container .main .main-inner .ed-exh-box .row .line {
    flex: 1;
    height: 100%;
    background-color: #e7d2ac;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box {
    width: 49.8%;
    height: 100%;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    padding: 30px;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .swiper-slide>h3 {
    font-size: 25px;
    color: #000;
    font-family: SourceHanSansCN-Light;
    margin-bottom: 40px;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .swiper-slide h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .swiper-slide p {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-family: SourceHanSansCN-Light;
    margin-bottom: 5px;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .swiper-slide .row-1 .qr-code {
    margin: 20px 0;
    display: flex;
} 
.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .swiper-slide .row-1 .qr-code img {
    width: 120px;
    height: 120px;
    margin-right: 20px;
}
.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .swiper-slide .row-1 .qr-code div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .swiper-slide .row-1 .qr-code div p {
    text-indent: 0px;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .swiper-slide .row-1 {
    /* margin-bottom: 30px; */
    height: 296px;
    overflow: auto;
    padding: 0 90px;

}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .slide1 {
    background: url(../images/01.jpg) no-repeat right center;
    background-size: cover;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .slide2 {
    background: url(../images/02.jpg) no-repeat right center;
    background-size: cover;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .slide3 {
    background: url(../images/03.jpg) no-repeat right center;
    background-size: cover;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .slide4 {
    background: url(../images/04.jpg) no-repeat right center;
    background-size: cover;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .slide5 {
    background: url(../images/05.jpg) no-repeat right center;
    background-size: cover;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .slide6 {
    background: url(../images/06.jpg) no-repeat right center;
    background-size: cover;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .slide7 {
    background: url(../images/07.jpg) no-repeat right center;
    background-size: cover;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .slide8 {
    background: url(../images/08.jpg) no-repeat right center;
    background-size: cover;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .slide9 {
    background: url(../images/09.jpg) no-repeat right center;
    background-size: cover;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .slide10 {
    background: url(../images/10.jpg) no-repeat right center;
    background-size: cover;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .slide11 {
    background: url(../images/11.jpg) no-repeat right center;
    background-size: cover;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .slide12 {
    background: url(../images/12.jpg) no-repeat right center;
    background-size: cover;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .slide13 {
    background: url(../images/13.jpg) no-repeat right center;
    background-size: cover;
}

.ed-container .main .main-inner .ed-exh-box .row .txt-box .swiper-container .slide14 {
    background: url(../images/14.jpg) no-repeat right center;
    background-size: cover;
}

.ed-container .main .main-inner .row3 {
    width: 100%;
}

.ed-container .main .main-inner .row3>h2 {
    margin-top: 170px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-family: SourceHanSansCN-Bold;
    vertical-align: text-bottom;
}

.ed-container .main .main-inner .row3>h2 em {
    text-transform: uppercase;
    font-style: normal;
    font-family: Impact;
    vertical-align: text-bottom;
    background-image: -webkit-linear-gradient(45deg, #c2a77b, #fffdf9 80%, #aa956f);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ed-container .main .main-inner .row3 h2 {
    margin-bottom: 62px;
}

.ed-container .main .main-inner .row3 .swiper-container {
    width: 100%;
    padding-bottom: 30px;
    color: #fff;
}

.ed-container .main .main-inner .row3 .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
}

.ed-container .main .main-inner .row3 .swiper-container .swiper-slide .pic {
    width: 100%;
    height: 568px;
    overflow: hidden;
    position: relative;
}

.ed-container .main .main-inner .row3 .swiper-container .swiper-slide .pic img {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

.ed-container .main .main-inner .row3 .swiper-container .swiper-slide .txt {
    width: 1250px;
    box-sizing: border-box;
    padding: 30px  0 0 120px;
}

.ed-container .main .main-inner .row3 .swiper-container .swiper-slide .txt h3 {
    font-size: 25px;
    color: #fff;
    font-family: SourceHanSansCN-Medium;
    margin-bottom: 20px;
    background-image: -webkit-linear-gradient(45deg, #fffdf9, #d6ba8c 3%, #c0aa83);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ed-container .main .main-inner .row3 .swiper-container .swiper-slide .txt h3 em {
    font-weight: normal;
    font-style: normal;
}

.ed-container .main .main-inner .row3 .swiper-container .swiper-slide .txt h4 {
    font-size: 20px;
    color: #fff;
    font-family: SourceHanSansCN-Light;
    margin-bottom: 20px;
}

.ed-container .main .main-inner .row3 .swiper-container .swiper-slide .txt p {
    font-size: 20px;
    color: #fff;
    font-family: SourceHanSansCN-Light;
    line-height: 1.8;
    word-break: break-all;
    opacity: 0.8;
}

.ed-container .main .main-inner .row3 .swiper-pagination-fraction,
.ed-container .main .main-inner .row3 .swiper-pagination-custom,
.ed-container .main .main-inner .row3 .swiper-container-horizontal>.swiper-pagination-bullets {
    box-sizing: border-box;
    bottom: 110px;
    display: flex;
    justify-content: flex-end;
    padding-right: 120px;
}

.ed-container .main .main-inner .row3 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #a0a0a0;
    opacity: 1;
}

.ed-container .main .main-inner .row3 .swiper-pagination-bullet-active {
    background-color: #016532;
}

.ed-container .main .main-inner .expert-box {
    width: 100%;
    position: relative;
}

.ed-container .main .main-inner .expert-box>h2 {
    margin-top: 150px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-family: SourceHanSansCN-Bold;
    vertical-align: text-bottom;
}

.ed-container .main .main-inner .expert-box>h2 em {
    text-transform: uppercase;
    font-style: normal;
    font-family: Impact;
    vertical-align: text-bottom;
    background-image: -webkit-linear-gradient(45deg, #c2a77b, #fffdf9 80%, #aa956f);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ed-container .main .main-inner .expert-box h2 {
    margin-bottom: 62px;
}

.ed-container .main .main-inner .expert-box .expert-list {
    display: flex;
    width: 96%;
    margin: 0 auto;
}

.ed-container .main .main-inner .expert-box .expert-list .item {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.ed-container .main .main-inner .expert-box .expert-list .item .pic-bg {
    transition: all 1s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
}

.ed-container .main .main-inner .expert-box .expert-list .item img {
    opacity: 0.5;
    transition: all 1s;
    width: 100%;
}

.ed-container .main .main-inner .expert-box .expert-list .active img {
    transition: all 1s;
    opacity: 1;
    transform: translateY(1%);
}

.ed-container .main .main-inner .expert-box .expert-txt {
    z-index: 999;
    position: absolute;
    bottom: -150px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    color: #FFF;
}

.ed-container .main .main-inner .expert-box .expert-txt .swiper-container {
    width: 100%;
}

.ed-container .main .main-inner .expert-box .expert-txt .swiper-container .txt-box {
    display: inline-block;
    width: calc(100% - 64px);
    padding: 20px 0;
    margin-left: 32px;
    background-image: url("../images/cyqd-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #000;
    position: relative;
}

.ed-container .main .main-inner .expert-box .expert-txt .swiper-container .txt-box h2 {
    font-size: 30px;
    font-family: SourceHanSansCN-Bold;
    text-align: center;
    margin-bottom: 10px;
}

.ed-container .main .main-inner .expert-box .expert-txt .swiper-container .txt-box p {
    font-size: 25px;
    font-family: SourceHanSansCN-Light;
    text-align: center;
}

.ed-container .main-last {
    /* ../images/position-bg_04.jpg */
    background: url(../images/news/创业驱动替换底图.png) no-repeat bottom center;
    background-size: cover;
    padding-top: 40px;
}
.ed-container .main .main-inner .outlets-box {
    width: 100%;
    position: relative;
}

.ed-container .main .main-inner .outlets-box .outlets-inner {
    width: 100%;
    height: 100%;
    padding-bottom: 160px;
}

.ed-container .main .main-inner .outlets-box .outlets-inner>h2 {
    margin-top: 150px;
    padding-top: 130px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 62px;
    font-family: SourceHanSansCN-Bold;
    vertical-align: text-bottom;
}

.ed-container .main .main-inner .outlets-box .outlets-inner>h2 em {
    text-transform: uppercase;
    font-style: normal;
    font-family: Impact;
    vertical-align: text-bottom;
    background-image: -webkit-linear-gradient(45deg, #AC9369, #fffdf9 80%, #aa956f);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ed-container .main .main-inner .outlets-box .outlets-position {
    width: 900px;
    margin: 0 auto;
}

.ed-container .main .main-inner .outlets-box .outlets-position .position-map {
    width: 100%;
}

.ed-container .main .main-inner .outlets-box .outlets-position .position-map img {
    width: 100%;
}

.ed-container .main .main-inner .outlets-box .outlets-position .position-choice {
    width: 100%;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ed-container .main .main-inner .outlets-box .outlets-position .position-choice span {
    color: #fff;
    font-size: 20px;
    font-family: SourceHanSansCN-Medium;
}

.ed-container .main .main-inner .outlets-box .outlets-position .position-choice select {
    width: 325px;
    height: 40px;
    padding: 0 10px;
    color: #a0a0a0;
    border: 1px solid #a0a0a0;
    background-color: transparent;
    outline: none;
    border-radius: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/arr-down_03.png") no-repeat scroll 95% center transparent;
}

.ed-container .main .main-inner .outlets-box .outlets-position .position-choice select option {
    color: #a0a0a0;
    padding: 10px 10px;
    background-color: #000;
}

.ed-container .main .main-inner .outlets-box .outlets-position .position-choice .position-btn {
    cursor: pointer;
    width: 112px;
    height: 40px;
    border-radius: 30px;
    font-size: 20px;
    font-family: SourceHanSansCN-Medium;
    color: #034520;
    line-height: 40px;
    text-align: center;
    background-color: #bea984;
    font-weight: bold;
}

.ed-container .main .main-inner .outlets-box .outlets-position .num {
    margin-top: 30px;
    font-size: 20px;
    font-family: SourceHanSansCN-Light;
    color: #fff;
}

.ed-container .main .main-inner .outlets-box .outlets-position .num em {
    font-style: normal;
    letter-spacing: 3px;
    margin: 0 5px;
}

.ed-container .main .main-inner .outlets-box .outlets-txt {
    width: 1000px;
    margin: 50px auto 0;
    position: relative;
}

.ed-container .main .main-inner .outlets-box .outlets-txt .swiper-out {
    overflow: hidden;
}

.ed-container .main .main-inner .outlets-box .outlets-txt .swiper-container {
    width: 100%;
    margin-right: -2px;
}

.ed-container .main .main-inner .outlets-box .outlets-txt .item-empty {
    height: 276px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ed-container .main .main-inner .outlets-box .outlets-txt .item-empty p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.ed-container .main .main-inner .outlets-box .outlets-txt .swiper-container .item {
    height: 276px;
    box-sizing: border-box;
    /* border-right: 1px solid #999; */
    padding: 30px 30px 0;
}

.ed-container .main .main-inner .outlets-box .outlets-txt .swiper-container .item h1 {
    font-weight: normal;
    margin: 0;
    margin-bottom: 25px;
    font-size: 25px;
    color: #fff;
    font-family: SourceHanSansCN-Light;
}

.ed-container .main .main-inner .outlets-box .outlets-txt .swiper-container .item h2 {
    margin-bottom: 25px;
    font-size: 20px;
    color: #fff;
    font-family: SourceHanSansCN-Bold;
}

.ed-container .main .main-inner .outlets-box .outlets-txt .swiper-container .item .posi {
    margin-bottom: 20px;
}

.ed-container .main .main-inner .outlets-box .outlets-txt .swiper-container .item .posi span,
.ed-container .main .main-inner .outlets-box .outlets-txt .swiper-container .item .posi p {
    font-size: 15px;
    color: #fff;
    
}

.ed-container .main .main-inner .outlets-box .outlets-txt .swiper-container .item .posi span {
    width: 22%;
    margin-top: 4px;
    font-family: SourceHanSansCN-Medium;
}

.ed-container .main .main-inner .outlets-box .outlets-txt .swiper-container .item .posi p {
    width: 78%;
    line-height: 24px;
    word-break: break-all;
    font-family: SourceHanSansCN-Light;
    text-indent: 3em;
    margin-top: 5px;
}

.ed-container .main .main-inner .outlets-box .outlets-txt .swiper-container .item .phone span,
.ed-container .main .main-inner .outlets-box .outlets-txt .swiper-container .item .phone p {
    font-size: 15px;
    color: #fff;
}

.ed-container .main .main-inner .outlets-box .outlets-txt .swiper-container .item .phone span {
    width: 22%;
    margin-top: 4px;
    font-family: SourceHanSansCN-Medium;
}

.ed-container .main .main-inner .outlets-box .outlets-txt .swiper-container .item .phone p {
    width: 78%;
    line-height: 24px;
    word-break: break-all;
    font-family: SourceHanSansCN-Light;
    margin-top: 5px;
}

.ed-container .main .main-inner .outlets-box .outlets-txt .swiper-button-prev {
    outline: none;
    left: -30px;
    color: #fff;
}

.ed-container .main .main-inner .outlets-box .outlets-txt .swiper-button-next {
    outline: none;
    right: -30px;
    color: #fff;
}

.ed-container .footer {
    bottom: -96px;
    height: 96px;
    overflow: hidden;
    background-color: #1b1b1b;
    transition: bottom 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}


.act-container .left {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: url(../images/left-bg5_01.png) no-repeat left bottom;
    background-size: 100% 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: height 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    background-color: rgba(22, 24, 23, .6);
}

.act-container .left .logo {
    padding-top: 5px;
    display: flex;
    justify-content: center;
}

.act-container .left .p-nav {
    width: 100%;
    padding-top: 20px;
}

.act-container .left .p-nav ul {
    width: 100%;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.act-container .left .p-nav ul li {
    height: 16.6%;
}

.act-container .left .p-nav ul li a {
    font-size: 17px;
    color: #a0a0a0;
    font-family: SourceHanSansCN-Light;
    transform: scale(1);
    transition: all 1s ease;
}

.act-container .left .p-nav ul li:hover {
    transform: scale(1.2);
    color: #fff;
    transition: all 0.5s ease;
}

.act-container .left .p-nav ul li:hover a {
    color: #fff;
}

.act-container .left .p-nav ul .active {
    transform: scale(1.2);
    color: #fff;
}

.act-container .left .p-nav ul .active a {
    color: #fff;
}

.act-container .main {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 250px;
}

.act-container .main .main-inner {
    height: 100%;
    padding-bottom: 160px;
    background-size: 100%;
    position: relative;
}

.act-container .main .main-inner>h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
    padding: 30px 40px 0;
    font-size: 40px;
    color: #fff;
    font-family: SourceHanSansCN-Bold;
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    font-weight: 900;
}

.act-container .main .main-inner>h3 span {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    color: #7f8083;
    border: 1px solid #7f8083;
}

.act-container .main .main-inner .video-box {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-top: 62px;
}

.act-container .main .main-inner .video-box video {
    z-index: -9;
    width: 100%;
    background: url(../images/video-pic_03.jpg) no-repeat 30% 50%;
    transform: translateY(-60px);
    background-size: 100%;
}

.act-container .main .main-inner .video-box .play-btn {
    cursor: pointer;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.5;
}

.act-container .main .main-inner .video-box .play-btn img {
    width: 100%;
}

.act-container .main .main-inner .video-box .txt {
    width: 90%;
    position: absolute;
    bottom: -2%;
    left: 50%;
    transform: translateX(-50%);
}

.act-container .main .main-inner .video-box .txt h3 {
    color: #fff;
    font-size: 30px;
    font-family: SourceHanSansCN-Bold;
    margin-bottom: 20px;
    background-image: -webkit-linear-gradient(45deg, #fffdf9, #d6ba8c 3%, #c0aa83);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.act-container .main .main-inner .video-box .txt p {
    color: #fff;
    font-size: 20px;
    font-family: SourceHanSansCN-Light;
    word-break: break-all;
    line-height: 36px;
}

.act-container .main .main-inner .school-box {
    width: 100%;
    margin-top: 200px;
}

.act-container .main .main-inner .school-box .tag-top {
    width: 90%;
    margin: 0 auto;
}

.act-container .main .main-inner .school-box .tag-top .tag-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.act-container .main .main-inner .school-box .tag-top .tag-list .item {
    width: 330px;
}

.act-container .main .main-inner .school-box .tag-top .tag-list .item .btn {
    cursor: pointer;
    width: 100%;
    padding: 23px 0;
    color: #fff;
    border: 2px solid #014321;
    font-size: 30px;
    font-family: SourceHanSansCN-Bold;
    text-align: center;
    border-radius: 50px;
    background-color: transparent;
    opacity: 0.8;
    transition: opacity 1s;
}

.act-container .main .main-inner .school-box .tag-top .tag-list .item .exh-txt {
    opacity: 0;
    margin-left: 30%;
    margin-top: 20px;
    padding-left: 20px;
    display: inline-block;
    transition: opacity 1s;
    border-left: 1px solid #a0a0a0;
}

.act-container .main .main-inner .school-box .tag-top .tag-list .item .exh-txt>li {
    cursor: pointer;
    margin-bottom: 10px;
    height: 24px;
    font-size: 25px;
    color: #a0a0a0;
    font-family: SourceHanSansCN-Light;
    text-align: justify;
}

.act-container .main .main-inner .school-box .tag-top .tag-list .item .exh-txt>li:nth-last-child(1) {
    margin-bottom: 0;
}

.act-container .main .main-inner .school-box .tag-top .tag-list .item .exh-txt>li::after {
    content: " ";
    display: inline-block;
    width: 100%;
    height: 0;
}

.act-container .main .main-inner .school-box .tag-top .tag-list .item .exh-txt>li:hover {
    color: #fff;
}

.act-container .main .main-inner .school-box .tag-top .tag-list .item:hover .exh-txt {
    opacity: 1;
    transition: opacity 1s;
}

.act-container .main .main-inner .school-box .tag-top .tag-list .active .btn {
    background: linear-gradient(to right, rgb(0,120,59), rgb(9,63,43));
    border: none;
    opacity: 1;
    transition: opacity 1s;
}

.act-container .main .main-inner .school-box .school-txt {
    width: 90%;
    height: 603px;
    margin: 0 auto;
}

.act-container .main .main-inner .school-box .school-txt .swiper-container {
    width: 100%;
    height: 100%;
}

.act-container .main .main-inner .school-box .school-txt .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
}

.act-container .main .main-inner .school-box .school-txt .swiper-container .swiper-slide .slider-inner {
    width: 100%;
    height: 100%;
    display: flex;
}

.act-container .main .main-inner .school-box .school-txt .swiper-container .swiper-slide .left-pic {
    box-sizing: border-box;
    width: 50%;
    height: auto;
}

.act-container .main .main-inner .school-box .school-txt .swiper-container .swiper-slide .right {
    box-sizing: border-box;
    width: 50%;
    height: auto;
    background-image: linear-gradient(to right, #016431, #0000);
    display: flex;
    align-items: center;
    padding-left: 100px;
}

.act-container .main .main-inner .school-box .school-txt .swiper-container .swiper-slide .right span {
    display: inline-block;
    font-size: 40px;
    font-family: SourceHanSansCN-Light;
    color: #fff;
    margin-bottom: 10px;
}

.act-container .main .main-inner .school-box .school-txt .swiper-container .swiper-slide .right h3 {
    font-size: 30px;
    font-family: SourceHanSansCN-Bold;
    color: #fff;
    margin-bottom: 30px;
}

.act-container .main .main-inner .school-box .school-txt .swiper-container .swiper-slide .right p {
    font-size: 20px;
    font-family: SourceHanSansCN-Bold;
    color: #fff;
    line-height: 38px;
    text-indent: 2em;
}

.act-container .main .main-inner .school-box .school-txt .swiper-container .slide1 .left-pic {
    background: url(../images/school-pic_01.jpg) no-repeat center center;
    background-size: cover;
}

.act-container .main .main-inner .school-box .school-txt .swiper-container .slide2 .left-pic {
    background: url(../images/school-pic_02.jpg) no-repeat center center;
    background-size: cover;
}

.act-container .main .main-inner .school-box .school-txt .swiper-container .slide3 .left-pic {
    background: url(../images/school-pic_03.jpg) no-repeat center center;
    background-size: cover;
}

.act-container .main .main-inner .school-box .school-txt .swiper-container .slide4 .left-pic {
    background: url(../images/school-pic_04.jpg) no-repeat center center;
    background-size: cover;
}

.act-container .main .main-inner .school-box .school-txt .swiper-container .slide5 .left-pic {
    background: url(../images/school-pic_05.jpg) no-repeat center center;
    background-size: cover;
}
.act-container .main .main-inner .school-box .school-txt .swiper-container .slide6 .left-pic {
    background: url(../images/school-pic_06.jpg) no-repeat center center;
    background-size: cover;
}
.act-container .main .main-inner .school-box .school-txt .swiper-container .slide7 .left-pic {
    background: url(../images/school-pic_07.jpg) no-repeat center center;
    background-size: cover;
}
.act-container .main .main-inner .school-box .school-txt .swiper-container .slide8 .left-pic {
    background: url(../images/school-pic_08.jpg) no-repeat center center;
    background-size: cover;
}
.act-container .main .main-inner .school-box .school-txt .swiper-container .slide9 .left-pic {
    background: url(../images/school-pic_09.jpg) no-repeat center center;
    background-size: cover;
}
.act-container .main .main-inner .school-box .school-txt .swiper-container .slide10 .left-pic {
    background: url(../images/school-pic_10.jpg) no-repeat center center;
    background-size: cover;
}
.act-container .main .main-inner .school-hist {
    box-sizing: border-box;
    width: 90%;
    height: 400px;
    padding: 0 60px;
    margin: 200px auto 60px;
    position: relative;
}

.act-container .main .main-inner .school-hist .swiper-container {
    width: 100%;
    height: 100%;
}

.act-container .main .main-inner .school-hist .swiper-container .swiper-slide {
    display: flex;
    justify-content: space-around;
}

.act-container .main .main-inner .school-hist .swiper-container .swiper-slide>div {
    width: 30%;
}

.act-container .main .main-inner .school-hist .swiper-container .swiper-slide .hist-left .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.act-container .main .main-inner .school-hist .swiper-container .swiper-slide .hist-left h3 {
    letter-spacing: 10px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 202px;
    font-family: BarlowCondensed-ExtraBold;
    background-image: -webkit-linear-gradient(45deg, #fffdf9, #c2a77b 80%, #aa956f);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: scale(1, 2.4);
    -ms-transform: scale(1, 2.4);
    /* IE 9 */
    -webkit-transform: scale(1, 2.4);
    /* Safari and Chrome */
}

.act-container .main .main-inner .school-hist .swiper-container .swiper-slide .hist-middle {
    width: 40%;
}

.act-container .main .main-inner .school-hist .swiper-container .swiper-slide .hist-middle .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.act-container .main .main-inner .school-hist .swiper-container .swiper-slide .hist-middle h3 {
    font-size: 25px;
    font-family: SourceHanSansCN-Bold;
    color: #fff;
    text-align: center;
}

.act-container .main .main-inner .school-hist .swiper-container .swiper-slide .hist-middle span {
    font-size: 25px;
    font-family: SourceHanSansCN-Bold;
    color: #fff;
    text-align: center;
}

.act-container .main .main-inner .school-hist .swiper-container .swiper-slide .hist-middle p {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    font-family: SourceHanSansCN-Bold;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.act-container .main .main-inner .school-hist .swiper-container .swiper-slide .hist-right .pic {
    width: 375px;
    height: 375px;
    overflow: hidden;
}

.act-container .main .main-inner .school-hist .swiper-container .swiper-slide .hist-right .pic img {
    width: 100%;
}

.act-container .main .main-inner .school-hist .swiper-button-prev {
    outline: none;
    left: -30px;
    color: #fff;
}

.act-container .main .main-inner .school-hist .swiper-button-next {
    outline: none;
    right: -30px;
    color: #fff;
}

.act-container .footer {
    bottom: -96px;
    height: 96px;
    overflow: hidden;
    background-color: #1b1b1b;
    transition: bottom 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

.anniversary-container {
    min-width: 1200px;
    width: 100%;
    position: relative;
    padding-bottom: 120px;
    overflow: hidden;
}

.anniversary-container .left {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: url(../images/left-bg6_01.png) no-repeat left bottom;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: height 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    background-color: #131514;
}

.anniversary-container .left .logo {
    padding-top: 5px;
    display: flex;
    justify-content: center;
}

.anniversary-container .left .p-nav {
    width: 100%;
    padding-top: 20px;
}

.anniversary-container .left .p-nav ul {
    width: 100%;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.anniversary-container .left .p-nav ul li {
    height: 16.6%;
}

.anniversary-container .left .p-nav ul li a {
    font-size: 17px;
    color: #a0a0a0;
    font-family: SourceHanSansCN-Light;
    transform: scale(1);
    transition: all 0.5s ease;
}

.anniversary-container .left .p-nav ul li:hover {
    transform: scale(1.2);
    color: #fff;
    transition: all 0.5s ease;
}

.anniversary-container .left .p-nav ul li:hover a {
    color: #fff;
}

.anniversary-container .left .p-nav ul .active {
    transform: scale(1.2);
    color: #fff;
}

.anniversary-container .left .p-nav ul .active a {
    color: #fff;
}

.anniversary-container .main {
    padding: 0 0 0 250px;
}

.anniversary-container .main h3 {
    padding: 30px 40px 0;
    font-size: 40px;
    color: #fff;
    font-family: SourceHanSansCN-Bold;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    font-weight: 900;
}

.anniversary-container .main h3 span {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    color: #7f8083;
    border: 1px solid #7f8083;
}

.anniversary-container .main .ans-banner {
    z-index: -1;
    width: 100%;
}

.anniversary-container .main .ans-banner .swiper-container {
    z-index: -1;
    width: 100%;
}

.anniversary-container .main .ans-banner .swiper-container .swiper-slide {
    z-index: -1;
    width: 100%;
    position: relative;
}

.anniversary-container .main .ans-banner .swiper-container .swiper-slide img {
    z-index: -1;
    width: 100%;
}

.anniversary-container .main .tag-box {
    z-index: 99;
    width: 90%;
    margin: -520px auto 0;
}

.anniversary-container .main .tag-box .tag-nav {
    z-index: 99;
    width: 100%;
    height: 60px;
    background: url(../images/ans-nav-bg_03.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.anniversary-container .main .tag-box .tag-nav .tag-list {
    display: flex;
}

.anniversary-container .main .tag-box .tag-nav .tag-list .item {
    flex: 1;
    position: relative;
}

.anniversary-container .main .tag-box .tag-nav .tag-list .item::after {
    content: '';
    display: block;
    width: 1px;
    height: 28px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(-50%) translateY(-50%);
}

.anniversary-container .main .tag-box .tag-nav .tag-list .item:nth-last-child(1)::after {
    background-color: transparent;
}

.anniversary-container .main .tag-box .tag-nav .tag-list .item a {
    transition: all 2s;
    display: block;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    color: #fff;
    font-family: SourceHanSansCN-Bold;
}

.anniversary-container .main .tag-box .tag-nav .tag-list .item a:hover {
    font-weight: bold;
    transform: scale(1.1);
    transition: all 2s;
}

.anniversary-container .main .tag-box .tag-nav .tag-list .active a {
    font-weight: bold;
    transform: scale(1.1);
    transition: all 2s;
}

.anniversary-container .main .tag-box .tag-content {
    width: 100%;
}

.anniversary-container .main .tag-box .tag-content .swiper-container {
    width: 100%;
    height: 1480px;
}

.anniversary-container .main .tag-box .tag-content .swiper-container .swiper-slide {
    width: 100%;
}

.anniversary-container .main .tag-box .tag-content .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

.anniversary-container .main .tag-box .tag-content .swiper-container .swiper-slide .expert-box {
    z-index: 9;
    width: 100%;
    position: absolute;
    bottom: 500px;
}

.anniversary-container .main .tag-box .tag-content .swiper-container .swiper-slide .expert-box .expert-list {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

.anniversary-container .main .tag-box .tag-content .swiper-container .swiper-slide .expert-box .expert-list .item {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.anniversary-container .main .tag-box .tag-content .swiper-container .swiper-slide .expert-box .expert-list .item .pic-bg {
    transition: all 1s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.anniversary-container .main .tag-box .tag-content .swiper-container .swiper-slide .expert-box .expert-list .item img {
    opacity: 0.5;
    transition: all 1s;
    width: 100%;
}

.anniversary-container .main .tag-box .tag-content .swiper-container .swiper-slide .expert-box .expert-list .active img {
    transition: all 1s;
    opacity: 1;
    transform: translateY(1%);
}

.anniversary-container .main .tag-box .tag-content .swiper-container .swiper-slide .expert-box .expert-txt {
    z-index: 999;
    position: absolute;
    bottom: -120px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    color: #FFF;
}

.anniversary-container .main .tag-box .tag-content .swiper-container .swiper-slide .expert-box .expert-txt .swiper-container {
    width: 100%;
    height: 100%;
}

.anniversary-container .main .tag-box .tag-content .swiper-container .swiper-slide .expert-box .expert-txt .swiper-container .txt-box {
    display: inline-block;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.anniversary-container .main .tag-box .tag-content .swiper-container .swiper-slide .expert-box .expert-txt .swiper-container .txt-box b {
    font-size: 25px;
    font-family: SourceHanSansCN-Bold;
}

.anniversary-container .main .tag-box .tag-content .swiper-container .swiper-slide .expert-box .expert-txt .swiper-container .txt-box span {
    font-size: 15px;
    font-family: SourceHanSansCN-Light;
}

.anniversary-container .main .tag-box .tag-content .swiper-container .swiper-slide-active {
    height: auto;
}

.anniversary-container .main .tag-box .tag-content .swiper-container .swiper-wrapper {
    height: auto!important;
}

.anniversary-container .footer {
    bottom: -96px;
    height: 96px;
    overflow: hidden;
    background-color: #1b1b1b;
    transition: bottom 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

.contact-container {
    min-width: 1200px;
    width: 100%;
    height: 100vh;
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
    background: url(../images/contact-bg_02.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.contact-container .left {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: url(../images/left-bg7_01.png) no-repeat left bottom;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: height 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

.contact-container .left .logo {
    padding-top: 5px;
    display: flex;
    justify-content: center;
    opacity: 0.8;
}

.contact-container .left .p-nav {
    width: 100%;
    padding-top: 20px;
}

.contact-container .left .p-nav ul {
    width: 100%;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.contact-container .left .p-nav ul li {
    height: 16.6%;
}

.contact-container .left .p-nav ul li a {
    font-size: 17px;
    color: #a0a0a0;
    font-family: SourceHanSansCN-Light;
    transform: scale(1);
    transition: all 0.5s ease;
}

.contact-container .left .p-nav ul li:hover {
    transform: scale(1.2);
    color: #fff;
    transition: all 0.5s ease;
}

.contact-container .left .p-nav ul li:hover a {
    color: #fff;
}

.contact-container .left .p-nav ul .active {
    transform: scale(1.2);
    color: #fff;
}

.contact-container .left .p-nav ul .active a {
    color: #fff;
}

.contact-container .main {
    padding: 0 0 0 250px;
}

.contact-container .main h3 {
    padding: 30px 40px 0;
    font-size: 40px;
    color: #fff;
    font-family: SourceHanSansCN-Bold;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    font-weight: 900;
}

.contact-container .main h3 span {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    color: #7f8083;
    border: 1px solid #7f8083;
}

.contact-container .main .banner {
    width: 100%;
    height: 360px;
    background: url(../images/contact-banner_03.jpg) no-repeat center center;
    background-size: 80%;
    background-color: #000;
}

.contact-container .main .company-txt {
    width: 100%;
    height: 100%;
    padding-top: 66px;
}

.contact-container .main .company-txt .company-inner {
    width: 1590px;
    height: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: rgba(1, 101, 50, 0.2);
}

.contact-container .main .company-txt .company-inner .line {
    height: 250px;
    margin-left: 100px;
}

.contact-container .main .company-txt .company-inner .line .bar {
    margin: 0 auto;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.contact-container .main .company-txt .company-inner .ct-left,
.contact-container .main .company-txt .company-inner .ct-right {
    padding-left: 100px;
}

.contact-container .main .company-txt .company-inner .ct-left h3,
.contact-container .main .company-txt .company-inner .ct-right h3 {
    text-align: left;
    font-size: 25px;
    color: #fff;
    font-family: SourceHanSansCN-Bold;
    padding-left: 0;
}

.contact-container .main .company-txt .company-inner .ct-left p,
.contact-container .main .company-txt .company-inner .ct-right p {
    font-size: 20px;
    color: #fff;
    font-family: SourceHanSansCN-Light;
    text-align: left;
    margin-bottom: 12px;
}

.contact-container .footer {
    bottom: -96px;
    height: 96px;
    overflow: hidden;
    background-color: #1b1b1b;
    transition: bottom 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

.recruit-container {
    min-width: 1200px;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
    background: url(../images/contact-bg_02.jpg) no-repeat center center;
    background-size: cover;
}

.recruit-container .left {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: url(../images/left-bg8_01.png) no-repeat left bottom;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: height 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

.recruit-container .left .logo {
    padding-top: 5px;
    display: flex;
    justify-content: center;
    opacity: 0.8;
}

.recruit-container .left .p-nav {
    width: 100%;
    padding-top: 20px;
}

.recruit-container .left .p-nav ul {
    width: 100%;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.recruit-container .left .p-nav ul li {
    height: 16.6%;
}

.recruit-container .left .p-nav ul li a {
    font-size: 17px;
    color: #a0a0a0;
    font-family: SourceHanSansCN-Light;
    transform: scale(1);
    transition: all 0.5s ease;
}

.recruit-container .left .p-nav ul li:hover {
    transform: scale(1.2);
    color: #fff;
    transition: all 0.5s ease;
}

.recruit-container .left .p-nav ul li:hover a {
    color: #fff;
}

.recruit-container .left .p-nav ul .active {
    transform: scale(1.2);
    color: #fff;
}

.recruit-container .left .p-nav ul .active a {
    color: #fff;
}

.recruit-container .main {
    padding: 0 0 0 250px;
}

.recruit-container .main>h3 {
    padding: 30px 40px 0;
    font-size: 40px;
    color: #fff;
    font-family: SourceHanSansCN-Bold;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    font-weight: 900;
}

.recruit-container .main>h3 span {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    color: #7f8083;
    border: 1px solid #7f8083;
}

.recruit-container .main .banner {
    width: 100%;
    height: 400px;
    background: url(../images/recruit-banner_03.jpg) no-repeat center center;
    background-size: cover;
}

.recruit-container .main .rec-contact {
    box-sizing: border-box;
    width: 100%;
    padding-left: 40px;
    padding-top: 40px;
    overflow: hidden;
}

.recruit-container .main .rec-contact p {
    font-size: 20px;
    line-height: 24px;
    font-family: SourceHanSansCN-Light;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.recruit-container .main .rec-contact p:nth-child(3) {
    margin-top: 40px;
}

.recruit-container .main .rec-contact h3 {
    text-align: left;
    font-size: 25px;
    font-family: SourceHanSansCN-Light;
    color: #fff;
    margin-bottom: 20px;
    font-weight: normal;
}

.recruit-container .main .rec-contact h3 em {
    display: inline-block;
    width: 125px;
    text-align: justify;
    text-align-last: justify;
    font-style: normal;
    font-weight: normal;
    font-family: SourceHanSansCN-Bold;
    position: relative;
}

.recruit-container .main .rec-exh {
    box-sizing: border-box;
    margin-top: 170px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
}

.recruit-container .main .rec-exh .tag-btn {
    overflow: hidden;
    width: 100%;
}

.recruit-container .main .rec-exh .tag-btn .tag-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.recruit-container .main .rec-exh .tag-btn .tag-list .item {
    opacity: 0.8;
    transition: opacity 1s;
    width: 330px;
    height: 80px;
    margin-right: 40px;
    font-size: 25px;
    line-height: 80px;
    color: #fff;
    border-radius: 50px;
    font-family: SourceHanSansCN-Bold;
    text-align: center;
    border: 2px solid #016532;
    cursor: pointer;
    user-select: none;
}

.recruit-container .main .rec-exh .tag-btn .tag-list .active {
    background-image: linear-gradient(to right, #103328, #015b29);
    border: 0px;
    opacity: 1;
    transition: opacity 1s ease;
}

.recruit-container .main .rec-exh .exh-txt {
    width: 100%;
    padding-top: 35px;
    overflow: hidden;
}

.recruit-container .main .rec-exh .exh-txt .swiper-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.recruit-container .main .rec-exh .exh-txt .out-slide {
    display: flex;
    justify-content: space-between;
}

.recruit-container .main .rec-exh .exh-txt .txt-left {
    width: 49%;
    height: 570px;
    padding: 40px 88px;
    background-color: #fff;
    position: relative;
}

.recruit-container .main .rec-exh .exh-txt .txt-left>.swiper-container {
    height: 490px;
}

.recruit-container .main .rec-exh .exh-txt .txt-left>.swiper-container .swiper-slide {
    height: 70px;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recruit-container .main .rec-exh .exh-txt .txt-left>.swiper-container .my-slide-active h3,
.recruit-container .main .rec-exh .exh-txt .txt-left>.swiper-container .my-slide-active p {
    color: #000;
}

.recruit-container .main .rec-exh .exh-txt .txt-left .swiper-button-prev,
.recruit-container .main .rec-exh .exh-txt .txt-left .swiper-container-rtl .swiper-button-next {
    color: #000;
    top: 5%;
    left: 85%;
    transform: translateY(50%) translateX(-100%) rotateZ(90deg);
}

.recruit-container .main .rec-exh .exh-txt .txt-left .swiper-button-next,
.recruit-container .main .rec-exh .exh-txt .txt-left .swiper-container-rtl .swiper-button-prev {
    color: #000;
    top: 90%;
    right: 15%;
    transform: translateY(-50%) rotateZ(90deg);
}

.recruit-container .main .rec-exh .exh-txt .txt-left h3 {
    font-size: 25px;
    font-family: SourceHanSansCN-Bold;
    color: #a0a0a0;
    margin-bottom: 20px;
}

.recruit-container .main .rec-exh .exh-txt .txt-left p {
    font-size: 15px;
    font-family: SourceHanSansCN-Light;
    color: #a0a0a0;
}

.recruit-container .main .rec-exh .exh-txt .txt-right {
    width: 49%;
    height: 570px;
    padding: 40px 88px;
    background-color: #fff;
}

.recruit-container .main .rec-exh .exh-txt .txt-right>.swiper-container {
    height: 470px;
}

.recruit-container .main .rec-exh .exh-txt .txt-right h3 {
    font-size: 25px;
    font-family: SourceHanSansCN-Bold;
    color: #000;
    margin-bottom: 20px;
}

.recruit-container .main .rec-exh .exh-txt .txt-right p {
    font-size: 20px;
    line-height: 24px;
    font-family: SourceHanSansCN-Light;
    color: #000;
    font-weight: lighter;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.recruit-container .main .rec-exh .exh-txt .txt-right p:nth-child(2) {
    margin-bottom: 40px;
}

.recruit-container .main .rec-exh .exh-txt .txt-right .req {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 15px;
    font-family: SourceHanSansCN-Light;
    font-weight: lighter;
    color: #000;
}

.recruit-container .main .rec-exh .exh-txt .txt-right .req li {
    line-height: 24px;
}

.recruit-container .main .rec-exh .exh-txt .txt-right .req em {
    font-style: normal;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.recruit-container .main .rec-exh .exh-txt .txt-right .line {
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.recruit-container .footer {
    bottom: -96px;
    height: 96px;
    overflow: hidden;
    background-color: #1b1b1b;
    transition: bottom 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

@media screen and (max-width: 1400px) {
    .footer .search {
        display: none;
    }
}

@media screen and (max-width: 1700px) {
    .act-container .main .main-inner .school-hist .swiper-container .swiper-slide .hist-left h3 {
        font-size: 180px;
    }
}

@media screen and (max-width: 1600px) {
    .platform-container .main .pf-item-list .item .p-txt h3 {
        font-size: 24px;
    }
    .platform-container .main .pf-item-list .item .p-txt h1 a {
        font-size: 32px;
    }
}

@media screen and (max-width: 1500px) {
    .recruit-container .main .rec-exh .exh-txt .txt-right p:nth-child(2) {
        margin-bottom: 10px;
    }
    .recruit-container .main .rec-exh .exh-txt .txt-right .line {
        margin-bottom: 10px;
    }
    .recruit-container .main .rec-exh .exh-txt .txt-right .req {
        margin: 10px 0;
    }
    .recruit-container .main .rec-exh .exh-txt .txt-right h3 {
        margin-bottom: 10px;
    }
    .recruit-container .main .rec-exh .exh-txt .txt-right p {
        font-size: 12px;
    }
    .recruit-container .main .rec-exh .exh-txt .txt-right .req li {
        font-size: 12px;
    }
}

@media screen and (max-width: 1400px) {
    .enter-container .main .row4 .history .history-list {
        padding-right: 10px;
    }
    .enter-container .main .row4 .history .history-arr {
        right: 10px;
    }
    .enter-container .main .row4 .history .line {
        left: 0;
    }
    .enter-container .main .row4 .history {
        transform: scale(0.8);
    }
    .enter-container .main .row2 {
        padding-left: 0;
    }
    .enter-container .main .row2 .row2-inner {
        transform: scale(0.8);
    }
    .enter-container .main .row2 .more-hr {
        transform: scale(0.8);
    }
    .enter-container .main .row .left-tag .new-pre img,
    .enter-container .main .row .left-tag .new-next img {
        margin: 0 10px;
    }
    .enter-container .main .row .left-tag .tag-list .new-list-box .item .num {
        width: 68px;
        height: 68px;
        line-height: 68px;
    }
    .platform-container .main .pf-item-list .item:nth-child(1) .item-bg {
        background: url(../images/platform-item_03.jpg) no-repeat top;
        background-size: cover;
    }
    .platform-container .main .pf-item-list .item:nth-child(2) .item-bg {
        background: url(../images/platform-item_06_2.jpg) no-repeat right top;
        background-size: cover;
    }
    .platform-container .main .pf-item-list .item:nth-child(3) .item-bg {
        background: url(../images/platform-item_08.jpg) no-repeat top;
        background-size: cover;
    }
    .act-container .main .main-inner .video-box .txt {
        bottom: -5%;
    }
    .ed-container .main .main-inner .outlets-box .outlets-txt .swiper-button-prev,
    .ed-container .main .main-inner .outlets-box .outlets-txt .swiper-button-next {
        display: none;
    }
    .ed-container .main .main-inner .outlets-box .outlets-position {
        width: 950px;
    }
    .ed-container .main .main-inner .outlets-box .outlets-txt {
        width: 950px;
        margin-left: 0;
    }
    .product-container .main .p-item-list .item:nth-child(2) .item-bg {
        background: url(../images/product-items_05_2.jpg) no-repeat top;
        background-size: cover;
    }
    .product-container .main .p-item-list-2 .item:nth-child(2) .item-bg {
        background: url(../images/product-items_11.jpg) no-repeat top;
        background-size: cover;
    }
    .product-container .main .p-item-list-2 .item:nth-child(3) .item-bg {
        background: url(../images/product-items_13-2.jpg) no-repeat top;
        background-size: cover;
    }
    .ed-container .main .main-inner .row3 .swiper-pagination-fraction,
    .ed-container .main .main-inner .row3 .swiper-pagination-custom,
    .ed-container .main .main-inner .row3 .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 150px;
    }
    .enter-container .main .row4 {
        background: url(../images/enter-bg_04.png) no-repeat center center;
        background-size: cover;
    }
}

.main {
    /* background-color: #000; */
}

.platform-container>.left {
    z-index: 99 !important;
}

.platform-container .main .pf-item-list .item .p-txt {
    z-index: -1;
}

.platform-container .main .pf-item-list .item:nth-child(2n) .p-txt .item-exh p {
    text-shadow: none !important;
}

.platform-container .main .pf-item-list .item:nth-child(2n-1) .p-txt .item-exh p:nth-child(1) {
    padding-right: 16px;
    font-size: 32px;
    font-weight: bold;
    text-align: right;
}

.platform-container .main .pf-item-list .item:nth-child(2n) .p-txt .item-exh p:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
}

.product-container .main .p-item-list .item .p-txt .item-exh p:nth-child(1) {
    text-align: right;
}

.platform-container .main .pf-item-list .item .p-txt .item-exh p {
    text-shadow: none;
}

.platform-container .main .pf-item-list .item .p-txt h3 a {
    text-shadow: none;
}

.platform-container .main .pf-item-list .item .p-txt h1 a {
    text-shadow: none;
}

.platform-container .main .pf-item-list .item:nth-child(2n) .p-txt h3 a {
    text-shadow: none;
}

.platform-container .main .pf-item-list .item:nth-child(2n) .p-txt h1 a {
    text-shadow: none;
}

.enter-container .main .row>.txt h3 {
    text-shadow: none;
    transform: scale(1, 1.5);
    padding-bottom: 20px;
}

.enter-container .main .row>.txt p {
    text-shadow: none;
}

.enter-container .main .row .left-tag .tag-list .new-list-box .item>.txt h3 {
    font-size: 16px;
    line-height: 24px;
}


.main .accordion .accordion-box .slide .left-title .icon-box .line{
     box-shadow: none;
}
.product-container .main .p-item-list-2 .item .p-txt h3 a{
     text-shadow: none;
}


.scroll-wrap::-webkit-scrollbar  {  
   width:8px;
   height:8px;     
   background-color:#d0cdc7;
}  
/* scroll轨道背景 */
.scroll-wrap::-webkit-scrollbar-track {  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.03);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.03);
    border-radius: 10px; 
    background-color:#eee;    
}

/* 滚动条中能上下移动的小块 */
.scroll-wrap::-webkit-scrollbar-thumb {  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.05);
    box-shadow: inset 0 0 6px rgba(0,0,0,.05);
     background-color:#d1d0cf;
 }


 .news-container {
    min-width: 1200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.news-container .footer {
    bottom: -96px;
    height: 96px;
    overflow: hidden;
    background-color: #1b1b1b;
    transition: bottom 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

.news-container .left {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: url(../images/left-bg3_01.png) no-repeat left bottom;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: height 1s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    z-index: 2;
}

.news-container .left .logo {
    padding-top: 5px;
    display: flex;
    justify-content: center;
}

.news-container .left .p-nav {
    width: 100%;
    padding-top: 20px;
}

.news-container .left .p-nav ul {
    width: 100%;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.news-container .left .p-nav ul li {
    height: 16.6%;
}

.news-container .left .p-nav ul li a {
    font-size: 17px;
    color: rgb(112, 112, 112);
    font-family: SourceHanSansCN-Light;
    transform: scale(1);
    transition: all 0.5s ease;
}

.news-container .left .p-nav ul li:hover {
    transform: scale(1.2);
    color: #fff;
    transition: all 0.5s ease;
}

.news-container .left .p-nav ul li:hover a {
    color: #fff;
}

.news-container .left .p-nav ul .active {
    transform: scale(1.2);
    color: #fff;
}

.news-container .left .p-nav ul .active a {
    color: #fff;
}

.news-container .main {
    background-size: 100%;
}

.news-container .main h3 {
    padding: 30px 0px 0;
    padding-left: 0;
    font-size: 40px;
    color: #000;
    font-family: SourceHanSansCN-Bold;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.news-container .main h3 span {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    color: #7f8083;
    border: 1px solid #7f8083;
}

.news-container .main {
    padding-bottom: 100px;
}

.news-container .main .main-inner {
    z-index: 9;
    width: 100%;
    min-height: 100%;
    padding-left: 294px;
    padding-right: 44px;
}

.news-container .main .main-inner .list .list-item {
    width: 100%;
}

.news-container .main .main-inner .list .list-item ul {
    height: 100%;
    height: 208px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, .4);
    padding: 0 10px;
}
.news-container .main .main-inner .list .list-item ul li:nth-child(1) {
    width: 16.1%;
    cursor: pointer;
    height: 99px;
    line-height: 99px;
    text-align: center;
    font-size: 40px;
    border:1px transparent solid;
    border-radius: 66px;
    background-color: #fff;
    position: relative;    
    border: 2px solid #015c2a;
    opacity: 0.8;
}
.news-container .main .main-inner .list .list-item ul li:nth-child(1) a {
    display: block;
    width: 100%;
    color: #000;
    font-family: SourceHanSansCN-Light;
}

/* .news-container .main .main-inner .list .list-item ul li:nth-child(1):after{
    content:" ";
    position: absolute;
    top: -3px; 
    bottom: -3px;
    left: -3px;
    right: -3px;
    background:#015c2a;
    border-radius: 66px;
    z-index: -1;
 } */
 .news-container .main .main-inner .list .list-item ul.active li:nth-child(1) {
    background-image: linear-gradient(45deg, #016532 50%, #103328);
    transition: all 1s;
    opacity: 1;
 }

.news-container .main .main-inner .list .list-item ul.active li:nth-child(1) a {
    color: #fff;
}
/* .news-container .main .main-inner .list .list-item ul.active li:nth-child(1):after {
    background: transparent;
} */
.news-container .main .main-inner .list .list-item ul li:nth-child(2) {
    flex: 1;
    padding-left: 48px;
    padding-right: 48px;
    
}

.news-container .main .main-inner .list .list-item ul li:nth-child(2) h3 {
    font-size: 25px;
    margin-bottom: 15px;
}
.news-container .main .main-inner .list .list-item ul li:nth-child(2) h3 a {
    color: #000;
}
.news-container .main .main-inner .list .list-item ul li:nth-child(2) p {
    max-width: 810px;
    font-size: 20px;
    line-height: 1.5;
    color: #414141;
}

.news-container .main .main-inner .list .list-item ul li img {
    width: 287px;
    height: 187px;
}

.news-container .main .main-inner .news-detail {
    width: 100%;
    min-height: 100%;
    background-color: rgba(255, 2555, 255, 0.5);
    padding: 40px;
    margin-bottom: 40px;
}
.news-container .main .main-inner .news-detail  .news-title {
    font-size: 25px;
    margin-bottom: 15px;
}
.news-container .main .main-inner .news-detail  .news-date {
    font-size: 20px;
}
.news-container .main .main-inner .news-detail .news-content {
    margin-top: 38px;
    border-top: 1px solid #000;
    padding-top: 40px;
}







/*
    导航公共样式
*/


.nav-wrapper {
    width: 100%;
    padding-top: 20px;
}

.nav-wrapper ul {
    width: 100%;
    height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.nav-wrapper ul li {
    height: 16.6%;
    min-width: 120px;
}

    .nav-wrapper ul li a {
        font-size: 30px;
        color: rgb(83, 83, 83);
        font-family: "SourceHanSansCN-Medium";
        display: block;
        text-align-last: justify;
        text-align: justify;
        text-justify: distribute-all-lines;
        transition: all 1s ease;
    }

.nav-wrapper.color--shen ul li a {
    color: rgb(160, 160, 160);
}

.nav-wrapper ul li:hover {
    color: #fff;
    transition: all 1s ease;
}
.nav-wrapper ul li:hover a {
    color: #fff;
}

.nav-wrapper ul li.active a {
    color: #fff;
}


/* 搜索页样式 */

.search-wrap .search-input {
    height: 144px;
    line-height: 144px;
    background-color: rgba(255, 255, 255, 1);
    padding-left: 84px;
    position: relative;
}
.search-wrap .search-input i {
    position: absolute;
    top: 58px;
    left: 102px;
    display: block;
    width: 26px;
    height: 26px;
    background: url("../images/icon-search.png") no-repeat;
    background-size: 100% 100%;
}

.search-wrap .search-input input {
    width: 1005px;
    height: 60px;
    border: 1px solid #a0a0a0;
    border-radius: 30px;
    outline: none;
    padding: 10px 30px 10px 60px;
    font-size: 25px;
}

.search-wrap .search-input a {
    display: inline-block;
    width: 140px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    background-color: #016532;
    color: #fff;
    border-radius: 30px;
    margin-left: 40px;
}

.search-wrap .search-classfiy {
    margin-top: 40px;
    padding-left: 85px;
}

.search-wrap .search-classfiy ul {
    display: flex;
}
.search-wrap .search-classfiy ul li {
    width: 316px;
    height: 58px;
    line-height: 58px;
    border: 2px solid #357755;
    margin-right: 27px;
    text-align: center;
    font-size: 25px;
    color: #000;
    border-radius: 30px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 1s;
}

.search-wrap .search-classfiy ul li.active {
    color: #fff;
    background-image: linear-gradient(45deg, #00783b, #003f2b);
    border: 0px;
    opacity: 1;
    transition: opacity 1s;
    background-position: right center;
}

.search-wrap  .search-empty {
    margin-top: 40px;
    padding-left: 85px;
}

.search-wrap  .search-empty p {
    font-size: 18px;
}

.search-wrap .list-wrapper {
    display: none;
}

.search-wrap .search-list {
    margin-top: 40px;
    margin-right: -65px;
    box-sizing: border-box;
    
}

.search-wrap .search-list .search-msg {
    padding-left: 85px;
    font-size: 18px;
}
.search-wrap .search-list .list-item {
    margin-top: 40px;
    display: inline-block;
    margin-right: 36px;
}

.search-wrap .search-list .list-item .item-img {
    width: 363px;
    height: 363px;
}

.search-wrap .search-list .list-item .item-img img {
    width: 100%;
    height: 100%;
}

.search-wrap .search-list .list-item  .content {
    background-color: rgba(255, 255, 255, 1);
    height: 127px;
    text-align: center;
    padding-top: 40px;
}

.search-wrap .search-list .list-item  .content p:nth-child(2) {
    margin-top: 20px;
}

.flex {
    display: flex;
    display: -webkit-flex;
}


.flex {
    align-items: center;
    -webkit-align-items: center;
}