﻿@charset "UTF-8";

/* stylelint-disable at-rule-no-unknown */
html,
body {
    width: 100%;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-variant: tabular-nums;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
}

[tabindex='-1']:focus {
    outline: none !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    border-bottom: 0;
    cursor: help;
}

address {
    margin-bottom: 1em;
    font-style: normal;
    line-height: inherit;
}

input[type='text'],
input[type='password'],
input[type='number'],
textarea {
    -webkit-appearance: none;
}

ol,
ul,
dl {
    margin: 0;
    padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin: 0;
    padding: 0;
}

dt {
    font-weight: 500;
}

dd {
    margin-bottom: 0.5em;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1em;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

a:focus {
    text-decoration: none;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a[disabled] {
    color: fade(#000, 0.25);
    cursor: not-allowed;
    pointer-events: none;
}

pre,
code,
kbd,
samp {
    font-size: 1em;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

pre {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto;
}

figure {
    margin: 0 0 1em;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75em;
    padding-bottom: 0.3em;
    color: rgba(0, 0, 0, 0.45);
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5em;
    padding: 0;
    color: inherit;
    font-size: 1.5em;
    line-height: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

mark {
    padding: 0.2em;
    background-color: #feffe6;
}

::-moz-selection {
    color: #fff;
    background: #EA222D;
}

::selection {
    color: #fff;
    background: #EA222D;
}

a[title="站长统计"] {
    display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.f50 {
    font-size: 50px;
}

.f48 {
    font-size: 40px;
}

.f36 {
    font-size: 36px;
}

.h1 {
    font-size: 34px;
}

.h2 {
    font-size: 30px;
}

.f28 {
    font-size: 28px;
}

.h3 {
    font-size: 24px;
}

.h4 {
    font-size: 20px;
}

.h5 {
    font-size: 18px;
}

.h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
}


.pdw40 {
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pdw28 {
    padding: 0 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: "0/0"a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
    text-justify: inter-ideograph;
}

.text-nowrap {
    white-space: nowrap;
}

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

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.c-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.overflow-hidden {
    overflow: hidden;
}

::-webkit-scrollbar {
    background: #f4f4f4;
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    width: 8px;
    height: 8px;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important;
}

svg.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.unable-to-interact {
    cursor: not-allowed;
    pointer-events: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

#pageMain {
    overflow: hidden;
}

@font-face {
    font-family: "Bebas";
    src: url("../fonts/bebas-webfont.woff2") format("woff2"), url("../fonts/bebas-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GOTHICB_0";
    src: url("../fonts/GOTHICB_0.TTF");
}

/* @media only screen and (max-width: 1600px) {
    .h1 {
        font-size: 32px;
    }

    .h2 {
        font-size: 28px;
    }

    .h3 {
        font-size: 22px;
    }

    .h4 {
        font-size: 18px;
    }

    .h5 {
        font-size: 16px;
    }

    .h6 {
        font-size: 15px;
    }
} */

@media only screen and (max-width: 960px) {
    .h1 {
        font-size: 24px;
    }

    .h2 {
        font-size: 22px;
    }

    .h3 {
        font-size: 20px;
    }

    .h4 {
        font-size: 16px;
    }

    .h5 {
        font-size: 15px;
    }

    .h6 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 640px) {
    .h1 {
        font-size: 22px;
    }

    .h2 {
        font-size: 20px;
    }

    .h3 {
        font-size: 18px;
    }
}

.head-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    background: transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.head-page .logo {
    position: relative;
}

.head-page .logo img {
    height: 66px;
}

.head-page .logo .h-log {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.head-page .item-r {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.head-page .search {
    width: 23px;
    height: 23px;
    cursor: pointer;
    background: url(../img/search-h.png) no-repeat;
    margin-left: 60px;
}
.head-page.nhead .search{
    background: url(../img/search-p.png) no-repeat;
}
.head-page .page-nav {
    margin-left: auto;
}

.head-page .item {
    margin-left:55px;
    position: relative;
}

.head-page .item>a {
    display: block;
    height: 130px;
    line-height: 130px;
    position: relative;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100px;
}

.head-page .item>a::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    background: #27146e;
    left: 0;
}
.head-page:hover{
    background: #ffffff;
}
.head-page:hover .h-log{
    opacity: 1;
}
.head-page:hover .p-log{
    opacity: 0;
}
.head-page:hover .item span{
    color: rgba(0,0,0,.6);
}

.head-page .item:hover span {
    color: #27146e;
}

.head-page .item.active span {
    color: #27146e;
}

.head-page .item span {
    color: #ffffff;
    font-size: 16px;
}
.head-page.nhead .item span {
    color: #333333;
  
}
.head-page.nhead:hover .h-log{
    opacity: 0;
}
.head-page.nhead:hover .p-log{
    opacity: 1;
}


.head-page .page-nav .item .page-nav-hid {
    position: absolute;
    left: 50%;
    top: 90px;
    margin-left: -70px;
    width: 140px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.head-page .page-nav .item .page-nav-hid .link {
    text-align: center;
    color: #666;
    background: #fff;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
    display: block;
}

.head-page .page-nav .item:hover .page-nav-hid {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.head-page .page-nav .item .page-nav-hid .link:hover {
    background: #EA222D;
    color: #ffffff;
}

.head-page.nhead {
    position: initial;
    background: #ffffff;
}

/* .head-page.nhead .item>a {
    height: 126px;
    line-height: initial;
} */

.head-page.nhead .item:hover>a::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.head-page.nhead .item.active>a::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}


/* .head-page.nhead .width1200 {
    align-items: self-start;
} */

/* .head-page.nhead .logo {
    margin-top: 46px;
} */

/* .head-page.nhead .item span {
    margin-top: 60px;
    display: inline-block;
} */



/* .head-page.nhead .search {
    margin-top: 64px;
} */

.foot-top .width1200.nfooter {
    padding: 49px 0 60px;
}

footer .copyright.ncopy {
    padding: 17px 0;
}

.foot-top .width1200.nfooter .item-r {
    max-width: 640px;
}

.foot-top .width1200.nfooter .list {
    width: 50%;
    margin-left: 0;
}

.foot-top .width1200.nfooter .list:nth-child(2n) {
    text-align: right;
}





@media only screen and (max-width: 1600px) {
    .head-page .item{
        margin-left: 45px;
    }
}

@media only screen and (max-width: 1440px) {
    .head-page .item {
        margin-left: 35px;
    }
    .head-page .search{
        margin-left: 35px;
    }
}

@media only screen and (max-width: 1200px) {
    .head-page .search{
        margin-left: 43px;
    }
    .f48{
        font-size: 36px;
    }
    .foot-top .width1200.nfooter .item-r{
        width: 521px;
    }
}


@media only screen and (max-width: 1043px) {
    .head-page {
        display: none;
    }

    .top-log img{
        height: 55px;
    }
}

footer .foot-top {
    background: #f8f8f8;
}

footer .foot-top .width1725 {
    align-items: flex-start;
    padding: 70px 0;
}

footer .item-l,
footer .item-r {
    max-width: 867px;
}

footer .item-r {
    margin-left: auto;
}

footer .list {
    font-size: 16px;
    color: #666666;
    margin-left: 79px;
    width: 394px;
    margin-top: 22px;
}

footer .tit {
    margin-bottom: 18px;
    color: #333333;
}

footer .list:nth-child(2n-1) {
    margin-left: 0;
}

footer .copyright {
    padding: 20px 0 9px;
    background: #eeeeee;
}

footer .copyright .item {
    margin-right: 5px;
}

footer .copyright .item span {
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #989898;
    margin: 0 5px;
}

footer .copyright-l,
footer .copyright a {
    font-size: 14px;
    color: #666666;
}

footer .copyright a:hover {
    color: #29166f;
}

footer .copyright-l a {
    margin-left: 12px;
}

footer .copyright-r{
    margin-left: auto;
}
footer .copyright .record {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
footer .share {
    width: 160px;
    margin-top: 35px;
}
footer .share span {
    font-size: 12px;
    color: #989898;
}
footer .share .share-text {
    position: relative;
}
footer .share .share-text:hover .share-hid {
    display: block;
}
footer .share .share-hid {
    position: absolute;
    left: 50%;
    top: 45px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90px;
    display: none;
}
footer .share .share-hid img {
    width: 100%;
}
footer .share .line {
    width: 1px;
    height: 14px;
    background: #989898;
    margin: 0 12px;
}
footer .share .share-r {
    margin-left: 12px;
}
footer .text-truncate {
    padding: 0 17px 0 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    color: #666666;
    width: 283px;
    height: 51px;
    background: #FFFFFF;
    background: #ffffff;
    margin-top: 20px;
}
footer .text-truncate span {
    display: inline-block;
    width: 15px;
    height: 9px;
    background: url(../img/text-truncate.png) no-repeat;
}
footer .dropdown {
    position: relative;
}
footer .dropdown:hover .dropdown-content {
    display: block;
}
footer .dropdown-content {
    position: absolute;
    display: none;
    bottom: 100%;
    left: 0;
    min-width: 100px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    width: 100%;
    z-index: 10;
}
footer .scroll {
    border-radius: 4px;
    height: auto;
    max-height: 116px;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    padding: 6px 0;
}
footer .scroll .link {
    display: block;
    line-height: 20px;
    padding: 15px 12px;
    -webkit-transition: background-color .2s, color .2s;
    -o-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
    color: #ADACAC;
}
footer .scroll .link:hover {
    color: #fff;
    background-color: #29166f;
}
.crumb-nav {
    margin-left: auto;
}
.crumb-link {
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 60px;
}
@media only screen and (min-width: 961px) {
    .footer-top01 .wrap:hover {
        -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
        transform: translateY(-12px);
    }
}
@media only screen and (max-width: 1600px) {
    .footer-top01 .icon {
        height: 40px;
    }
}
@media only screen and (max-width: 1280px) {
    .footer-top01 .list {
        padding: 60px 0;
    }

    .footer-top01 .tit {
        padding: 10px 4% 30px;
    }
}
@media only screen and (max-width: 960px) {
    .footer-top01 .icon {
        height: 30px;
    }
    .footer-top01 .title {
        margin-bottom: 0;
        font-size: 14px;
    }
    .footer-top01 .text {
        display: none;
    }
    footer .top {
        display: none;
    }
    footer .content {
        display: none;
    }
    footer .copyright .item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 7px;
    }
    footer .copyright .copyright-l {
        text-align: center;
        margin-bottom: 7px;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .copyright .record {
        margin-left: 0;
        text-align: center;
        width: 100%;
        justify-content: center;
    }
    footer .copyright-l, footer .copyright a{
        font-size: 13px;
    }
    footer .copyright {
        padding: 20px 0 20px;
    }
    .footer-top01 .list {
        padding: 48px 0;
    }
    .footer-top01 .tit {
        padding: 20px 4% 30px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 640px) {
    .footer-top01 .tit {
        padding: 0 3% 20px;
        font-size: 14px;
    }
    .footer-top01 .icon {
        margin-bottom: 8px;
    }
    .footer-top01 .item {
        width: 50%;
        padding: 10px 3%;
    }
    .footer-top01 .item:nth-of-type(2n) {
        border-right: none;
    }
    .footer-top01 .list {
        padding: 25px 0;
    }
}
.head-phone {
    display: none;
    height: 60px;
    line-height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: #ffffff;
}

.head-phone.sc-head {
    background: #ffffff;
    -webkit-box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
}
.head-phone .width1550 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}
.head-phone .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}
.head-phone .logo img {
    height: 40px;
}

.head-phone .nav-toggle-list {
    cursor: pointer;
}

.head-phone .nav-toggle-list span {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    border-radius: 1.5px;
    display: block;
}

.head-phone .nav-toggle-list span:first-of-type {
    top: 0;
}

.head-phone .nav-toggle-list span:nth-child(2) {
    opacity: 1;
    margin-top: 8px;
}

.head-phone .nav-toggle-list span:nth-child(3) {
    width: 15px;
    margin-top: 8px;
}

.head-phone .item-r a {
    margin-right: 10px;
}

.head-phone .item-r a:last-child {
    margin-right: 0;
}

.head-phone .phonenav {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #ffffff;
    display: none;
}

.head-phone .phonenav a {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px dashed #d2bfaf;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1043px) {
    .head-phone {
        display: block;
    }
}

.mbnav-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: none;
}

.mbnav-btn-list {
    width: 30px;
    height: 18px;
    position: absolute;
    top: 21px;
    right: 15px;
}

.mbnav-btn-item {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #666;
    border-radius: 1px;
    border-radius: 1.5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mbnav-btn-item:nth-of-type(1) {
    top: 0;
}

.mbnav-btn-item:nth-of-type(2) {
    top: 8px;
}

.mbnav-btn-item:nth-of-type(3) {
    width: 50%;
    top: 16px;
}

.mbnav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    overflow: hidden;
}

.mbnav ::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0);
}

.mbnav .data {
    display: none;
}

.mbnav .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.mbnav .main {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 240px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.mbnav .header {
    background-color: #29166F;
}

.mbnav .tel {
    padding: 0 20px;
    line-height: 60px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-family: Gothicb, Arial, Helvetica, sans-serif;
}

.mbnav .tel .iconfont {
    display: inline-block;
    color: #ffffff;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    font-size: 22px;
    margin-right: 6px;
}

.mbnav .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    border-bottom: none;
    background: #d2bfaf;
}

.mbnav .search .submit {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    width: 22px;
    height: 60px;
    background-size: 20px;
    color: #fff;
    font-size: 22px;
}

.mbnav .search .input {
    width: calc(100% - 22px);
    height: 60px;
    line-height: 1.5;
    border: none;
    padding: 0 0 0 12px;
    outline: none;
    color: #fff;
    font-size: 16px;
    background: none;
}

.mbnav .search ::-moz-placeholder {
    color: #fff;
}

.mbnav .search ::-webkit-input-placeholder {
    color: #fff;
}

.mbnav .search :-ms-input-placeholder {
    color: #fff;
}

.mbnav .item {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
    color: #777;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.mbnav .item.sub {
    padding-right: 40px;
}

.mbnav .item.sub::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    display: inline-block;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4.5px;
}

.mbnav .slist {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 240px;
    height: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.mbnav .sitem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.mbnav .sitem.active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
}

.mbnav .tit {
    font-size: 16px;
    line-height: 60px;
    padding-right: 20px;
    padding-left: 40px;
    text-align: right;
    background-size: 7px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f2f2f2;
    position: relative;
}

.mbnav .tit::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    display: inline-block;
    border-left: 1px solid #777;
    border-top: 1px solid #777;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4.5px;
}

@-webkit-keyframes phone-navtop-animon {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes phone-navtop-animon {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes phone-navbottom-animon {
    0% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes phone-navbottom-animon {
    0% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes phone-navtop-animoff {
    0% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes phone-navtop-animoff {
    0% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes phone-navbottom-animoff {
    0% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes phone-navbottom-animoff {
    0% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@media only screen and (max-width: 1043px) {
    .mbnav-btn {
        display: block;
    }

    body.mbNavOpen .mbnav-btn-item:nth-of-type(1) {
        -webkit-animation: phone-navtop-animon 0.4s linear forwards;
        animation: phone-navtop-animon 0.4s linear forwards;
    }

    body.mbNavOpen .mbnav-btn-item:nth-of-type(2) {
        opacity: 0;
    }

    body.mbNavOpen .mbnav-btn-item:nth-of-type(3) {
        -webkit-animation: phone-navbottom-animon 0.4s linear forwards;
        animation: phone-navbottom-animon 0.4s linear forwards;
    }

    body.mbNavOpen .mbnav {
        opacity: 1;
        visibility: visible;
    }

    body.mbNavOpen .mbnav .main {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    body.mbNavOpen .page-header {
        -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
        transform: translateX(-240px);
    }

    body.mbNavOff .mbnav-btn-item:nth-of-type(1) {
        -webkit-animation: phone-navtop-animoff 0.4s linear forwards;
        animation: phone-navtop-animoff 0.4s linear forwards;
    }

    body.mbNavOff .mbnav-btn-item:nth-of-type(2) {
        opacity: 1;
        -webkit-transition: opacity 0.2s linear 0.2s;
        -o-transition: opacity 0.2s linear 0.2s;
        transition: opacity 0.2s linear 0.2s;
    }

    body.mbNavOff .mbnav-btn-item:nth-of-type(3) {
        -webkit-animation: phone-navbottom-animoff 0.4s linear forwards;
        animation: phone-navbottom-animoff 0.4s linear forwards;
    }

    body.mbNavOff .mbnav {
        opacity: 0;
        visibility: hidden;
    }

    body.mbNavOff .mbnav .main {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.page-asides {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 99;
    width: 60px;
    border-radius: 40px 0 0 40px;
    padding: 40px 0;
    -webkit-box-shadow: -2px 0px 6px rgba(0, 0, 0, 0.08);
    box-shadow: -2px 0px 6px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    background: #ffffff;
}

.page-asides .item {
    position: relative;
    display: block;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-asides .item:last-child .item-l {
    border-bottom: none;
}

.page-asides .item .item-l {
    height: 55px;
    border-bottom: 1px solid #E6E6E6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-asides .item .img {
    width: 17px;
    height: 17px;
    text-align: center;
    margin: 9px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-asides .item p {
    color: #4D4D4D;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.page-asides .item .item-h {
    position: absolute;
    right: calc(100% + 8px);
    top: 0;
    background: #EA222D;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 130px;
    height: 130px;
    z-index: 5;
    display: none;
}

.page-asides .item:hover {
    background: #EA222D;
}

.page-asides .item:hover .item-l {
    border-bottom: 1px solid #EA222D;
    line-height: 55px;
}

.page-asides .item:hover .item-l .img {
    display: none;
}

.page-asides .item:hover p {
    margin-top: 0;
    color: #ffffff;
}

.page-asides .item:hover .item-h {
    display: block;
}

.page-asides.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
}

@media only screen and (max-width: 960px) {
    .page-asides {
        display: none;
    }
}

.swiper-container {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.swiper-container.typea .swiper-pagination {
    bottom: 5%;
}

.swiper-container.typea .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
    opacity: .35;
    position: relative;
    outline: none;
}

.swiper-container.typea .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.swiper-container.typea .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container.typea .swiper-pagination-bullet-active::after {
    background: white;
    -webkit-animation: indicator-loading 6s linear forwards;
    animation: indicator-loading 6s linear forwards;
}

.swiper-container.typeb .swiper-pagination {
    bottom: 30px;
}

.swiper-container.typeb .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: white;
    opacity: 1;
    margin: 0 13px;
    border: 1px solid #FFFFFF;
}

.swiper-container.typeb .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
}

.swiper-container .svg-swiper-pagination {
    bottom: 5%;
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-container .svg-swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    position: relative;
    width: 20px;
    height: 20px;
    outline: none;
    margin: 0 6px;
}

.swiper-container .svg-swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.swiper-container .svg-swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.swiper-container .svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .svg {
    opacity: 1;
}

.swiper-container .svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle2 {
    -webkit-animation: svgCircleAnmi 3s linear forwards;
    animation: svgCircleAnmi 3s linear forwards;
}

.swiper-container .svg-swiper-pagination .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active .circle2 {
    -webkit-animation: svgCircleAnmi 6s linear forwards;
    animation: svgCircleAnmi 6s linear forwards;
}

.swiper-container .svg-swiper-pagination .svg {
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    display: block;
}

.swiper-container .svg-swiper-pagination .circle1 {
    stroke: transparent;
}

.swiper-container .svg-swiper-pagination .circle2 {
    stroke: #ffffff;
    stroke-dasharray: 0 339;
}

.swiper-container svg:not(:root) {
    overflow: hidden;
}

.swiper-container.swiper-button-block .swiper-button-prev,
.swiper-container.swiper-button-block .swiper-button-next {
    width: 50px;
    height: 120px;
    outline: none;
    background: rgba(0, 0, 0, 0.15);
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.swiper-container.swiper-button-block .swiper-button-prev::after,
.swiper-container.swiper-button-block .swiper-button-next::after {
    font-size: 26px;
    color: #ffffff;
    font-weight: 100;
}

.swiper-container.swiper-button-block .swiper-button-prev:hover,
.swiper-container.swiper-button-block .swiper-button-next:hover {
    background: #0045a7;
}

.swiper-container.swiper-button-block .swiper-button-prev {
    left: 0;
    -webkit-transform: translate(-100px, -50%);
    -ms-transform: translate(-100px, -50%);
    transform: translate(-100px, -50%);
}

.swiper-container.swiper-button-block .swiper-button-next {
    right: 0;
    left: auto;
    -webkit-transform: translate(100px, -50%);
    -ms-transform: translate(100px, -50%);
    transform: translate(100px, -50%);
}

.swiper-container.swiper-button-block:hover .swiper-button-prev {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.swiper-container.swiper-button-block:hover .swiper-button-next {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.swiper-container.swiper-button-hollow .swiper-button-prev,
.swiper-container.swiper-button-hollow .swiper-button-next {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f7f7f7;
    outline: none;
}

.swiper-container.swiper-button-hollow .swiper-button-prev::after,
.swiper-container.swiper-button-hollow .swiper-button-next::after {
    display: none;
}

.swiper-container.swiper-button-hollow .swiper-button-prev .btn-prve,
.swiper-container.swiper-button-hollow .swiper-button-next .btn-prve {
    height: 0px;
    width: 0px;
    border-top: 4px solid transparent;
    border-right: 6px solid #0045a7;
    border-bottom: 4px solid transparent;
}

.swiper-container.swiper-button-hollow .swiper-button-prev .btn-next,
.swiper-container.swiper-button-hollow .swiper-button-next .btn-next {
    height: 0px;
    width: 0px;
    border-top: 4px solid transparent;
    border-left: 6px solid #0045a7;
    border-bottom: 4px solid transparent;
}

.swiper-container.swiper-button-hollow .swiper-button-prev:hover,
.swiper-container.swiper-button-hollow .swiper-button-next:hover {
    background: #0045a7;
}

.swiper-container.swiper-button-hollow .swiper-button-prev:hover .btn-next,
.swiper-container.swiper-button-hollow .swiper-button-next:hover .btn-next {
    border-left: 6px solid #ffffff;
}

.swiper-container.swiper-button-hollow .swiper-button-prev:hover .btn-prve,
.swiper-container.swiper-button-hollow .swiper-button-next:hover .btn-prve {
    border-right: 6px solid #ffffff;
}

@-webkit-keyframes indicator-loading {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes indicator-loading {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media only screen and (max-width: 1480px) {
    .swiper-container.typea .swiper-pagination {
        bottom: 82px;
    }

    .swiper-container.typea .swiper-pagination-bullet {
        width: 60px;
        height: 2px;
    }

    .swiper-container.swiper-button-block .swiper-button-prev,
    .swiper-container.swiper-button-block .swiper-button-next {
        width: 45px;
        height: 108px;
    }

    .swiper-container.swiper-button-block .swiper-button-prev::after,
    .swiper-container.swiper-button-block .swiper-button-next::after {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1280px) {
    .swiper-container.typea .swiper-pagination {
        bottom: 40px;
    }

    .swiper-container.typea .swiper-pagination-bullet {
        width: 48px;
        height: 2px;
    }

    .swiper-container.typeb .swiper-pagination {
        bottom: 15px;
    }

    .swiper-container.typeb .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .swiper-container.swiper-button-block .swiper-button-prev,
    .swiper-container.swiper-button-block .swiper-button-next {
        width: 40px;
        height: 96px;
    }

    .swiper-container.swiper-button-block .swiper-button-prev::after,
    .swiper-container.swiper-button-block .swiper-button-next::after {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1043px) {
    .swiper-container.typea .swiper-pagination {
        bottom: 30px;
    }

    .swiper-container.typea .swiper-pagination-bullet {
        width: 40px;
    }

    .swiper-container.swiper-button-block .swiper-button-prev,
    .swiper-container.swiper-button-block .swiper-button-next {
        width: 35px;
        height: 84px;
    }

    .swiper-container.swiper-button-block .swiper-button-prev::after,
    .swiper-container.swiper-button-block .swiper-button-next::after {
        font-size: 16px;
    }
}

@media only screen and (max-width: 750px) {

    .swiper-container.swiper-button-hollow .swiper-button-prev,
    .swiper-container.swiper-button-hollow .swiper-button-next {
        width: 35px;
        height: 35px;
        display: none;
    }

    .swiper-container.typeb .swiper-pagination {
        bottom: 5px;
    }
}

@-webkit-keyframes svgCircleAnmi {
    0% {
        stroke-dasharray: 0 339;
    }

    to {
        stroke-dasharray: 339 339;
    }
}

@keyframes svgCircleAnmi {
    0% {
        stroke-dasharray: 0 339;
    }

    to {
        stroke-dasharray: 339 339;
    }
}

@-webkit-keyframes indicator-loading {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes indicator-loading {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.c-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.c-modal.show {
    opacity: 1;
    visibility: visible;
}

.c-modal.show .c-modal-container {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.c-modal-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    cursor: pointer;
}

.c-modal-container {
    max-width: 92%;
    max-height: 92%;
    overflow-y: initial;
    overflow-x: initial;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0.88);
    -ms-transform: scale(0.88);
    transform: scale(0.88);
    transition: -webkit-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.c-modal-close {
    position: absolute;
    right: 24px;
    top: 12px;
    z-index: 1;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    opacity: .6;
    transition: opacity .3s, -webkit-transform .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    color: #ccc;
}

.c-modal-close:hover {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c-modal-main {
    position: relative;
    z-index: 0;
    display: none;
}

.c-modal-main.active {
    display: block;
}

.c-modal-main.videobox {
    width: 800px;
    padding-bottom: 56.25%;
    max-width: 100%;
}

.c-modal-main.videobox .video-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.video-modal.show {
    opacity: 1;
    visibility: visible;
}

.video-modal .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
}

.video-modal .main {
    width: 92%;
    max-width: 800px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.video-modal .off {
    color: #ccc;
    font-size: 28px;
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
}

.video-modal .off:hover {
    color: #000;
}

.video-modal .video-js {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}

.pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 75px;
}

.pages a {
    padding: 0 15px;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-right: 10px;
}

.pages a:last-child {
    margin-right: 0;
}


.pages a.active {
    color: #ffffff;
    background: #29166F;
    border: 1px solid transparent;
}

@media only screen and (max-width: 1366px) {
   
}

@media only screen and (max-width: 1280px) {
    
}

@media only screen and (max-width: 960px) {
    .bread a {
        font-size: 12px;
    }

    .bread .maxwidth {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 768px) {
    .pages a {
        padding: 0;
        height: auto;
        line-height: initial;
        border: none;
        display: inline-block;
    }
    .pages a.active{
        border: none;
        color: #29166F;
        background: none;
    }
    
}

.index-banner {
    width: 100%;
    height: 100vh;
}

.swiper-container {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.index-banner .swiper-slide {
    background-position: 50%;
    background-size: cover;
    background-color: #000;
}

.swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.index-banner .video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.index-banner .img {
    width: 100%;
    display: none;
}

.banner {
    position: relative;
    height: 291px;
    overflow: hidden;
}
.banner .p-banner{
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.banner .h-banner {
    display: none;
}

.banner .ban-advice {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
}

.banner .advice-tit {
    color: #FFFFFF;


}

.banner .advice-ftit {
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 3px;

}

.banner .line {
    width: 39px;
    height: 2px;
    background: #ffffff;
    display: inline-block;
}


@media only screen and (max-width: 1600px) {
    
}

@media only screen and (max-width: 1366px) {
    
}

@media only screen and (max-width: 1200px) {
    .head-page .item>a{
        height: 90px;
        line-height: 90px;
    }
    .head-page .item span{
        font-size: 14px;
    }
    .head-page .logo img{
        height: 50px;
    }
}

@media only screen and (max-width: 960px) {
    .index-banner .swiper-slide {
        background: none;
    }

    .index-banner .img {
        display: block;
    }

    .index-banner {
        margin-top: 60px;
        height: calc(100% - 60px);
    }
    .banner .p-banner{
        display: none;
    }
    .banner{
        height: auto;
    }
    .banner .h-banner{
        display: block;
    }

}

@media only screen and (max-width: 640px) {
   

    
}

#app {
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

#app.ready {
    opacity: 1;
}

img {
    max-width: 100%;
}

.center {
    text-align: center;
}

.page-main {
    padding-top: 90px;
}

.page-main.notop {
    padding-top: 0;
}

.page-pd {
    padding: 110px 0 84px;
}

.c-imghover {
    overflow: hidden;
}

.c-imghover .c-imghover-item {
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.width1725 {
    max-width: 1725px;
    width: 92%;
    margin: 0 auto;
}

.width1200 {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
}

.page-advice {
    padding: 100px 0 60px;
}

.page-advice .tit {
    font-weight: bold;
    line-height: 1.5;
    color: #EA222D;
}

.page-advice .tit::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #EA222D;
    border-radius: 50%;
    margin-right: 10px;
}

.page-advice .ftit {
    font-weight: bold;
    color: #555555;
    margin-top: 20px;
    line-height: 1.3;
    font-size: 40px;
}

@media only screen and (min-width: 961px) {
    .c-imghover:hover .c-imghover-item {
        -webkit-transition: -webkit-transform 1.2s ease-out;
        transition: -webkit-transform 1.2s ease-out;
        -o-transition: transform 1.2s ease-out;
        transition: transform 1.2s ease-out;
        transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media only screen and (max-width: 1600px) {
    /* .page-main {
        padding-top: 80px;
        padding-bottom: 65px;
    }

    .page-pd {
        padding: 90px 0 52px;
    }

    .page-advice .ftit {
        font-size: 38px;
    } */
}

@media only screen and (max-width: 1366px) {
    /* .page-advice .ftit {
        font-size: 36px;
    } */
}

@media only screen and (max-width: 1280px) {
    .page-pd {
        padding: 75px 0 48px;
    }

    .page-advice {
        padding: 80px 0 50px;
    }

    .page-advice .ftit {
        font-size: 34px;
        margin-top: 10px;
    }

    /* .page-main {
        padding-bottom: 50px;
    } */
}
@media only screen and (max-width: 1043px) {
    .banner {
        margin-top: 60px;
    }
    .f48{
        font-size: 32px;
    }
    .h5{
        font-size: 16px;
    }
    .banner .advice-ftit{
        margin-top: 0;
    }
    .f28{
        font-size: 24px;
    }
}
@media only screen and (max-width: 960px) {
    .f48 {
        font-size: 32px;
    }
    .f28{
        font-size: 18px;
        font-weight: bold;
}
    }
    .h5{
        font-size: 15px;
    }
    .banner .advice-ftit{
        display: none;
    }
    .banner .line{
        display: none;
    }
    .talent-page01 .title{
        display: none;
    }
   .talent-page01 .f-title{
        display: none;
    }
}




.page-tit .tit {
    font-weight: bold;
    line-height: 1;
    color: #29166f;
}

.page-tit .ftit {
    font-weight: bold;
    line-height: 1;
    color: #0c0c0c;
    margin-top: 13px;
}

.page-tit .desc {
    color: #6B6B6B;
    text-align: center;
    margin-top: 25px;
}

.pd75 {
    padding: 75px 0 70px;
}

.detail {
    width: 160px;
    height: 48px;
    border-radius: 5px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    color: #333333;
}



.detail::before {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #EA222D;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1;

    background: #29166f;
}

.btn-de {
    width: 148px;
    height: 50px;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 65px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-de::after {
    content: "";
    width: 7px;
    height: 11px;
    background: url(../img/btn-del.png) no-repeat;
    margin-left: 22px;
}

.index-banner .down {
    position: absolute;
    bottom: 44px;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);

}
/* .index-banner .down::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -2px;
    -webkit-animation: mouse-dot 1.2s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.2s cubic-bezier(0.23, 1, 0.32, 1) infinite;
} */

.index-banner .advice {
    position: absolute;
    left: 0;
    padding-left: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
   bottom: 108px;
}

.index-banner .advice .ad-tit {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 46px;
}
.index-banner .advice .advice-page{
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 48px;
}
.index-banner .advice .advice-page span{
    margin: 0 6px;
}
.index-banner .swiper-scrollbar{
    width: 215px;
    height: 2px;bottom: 98px;
    top: auto;
    left: 4%;
    background: rgba(238, 239,240, .51);
}
.swiper-btn{
    width: 221px;
    position: relative;
    display: flex;
    bottom: 68px;
    left: 4%;
    justify-content: space-between;
}
.swiper-btn .swiper-button-next, .swiper-btn .swiper-button-prev{
    position: initial;outline: none;
    display: flex;
    align-items: center;
    height: auto;
    width: auto;
    color: #ffffff;
}
.swiper-btn .swiper-button-next:after, .swiper-btn .swiper-button-prev:after{
    font-size: 14px;
    color: #ffffff;
    margin-left: 8px;
}
.swiper-btn .swiper-button-prev:after{
    display: none;
}
.swiper-btn .swiper-button-prev::before{
    content: 'prev';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    font-size: 14px;
    color: #ffffff;
    margin-right: 8px;
}
.swiper-btn .swiper-button-next.swiper-button-disabled, .swiper-btn .swiper-button-prev.swiper-button-disabled{
    opacity: .8;
}


.index-banner .swiper-pagination {
    display:none;
}



@keyframes mouse-dot {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        -webkit-transform: translateY(13px);
        transform: translateY(13px);
        opacity: 0;
    }
}

@-webkit-keyframes mouse-dot {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
}

.more {
    width: 144px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    display: block;
    margin: 0 auto;
    color: #333333;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
    transition: all .3s;
}
.more::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    transition: all .3s;
    z-index: -1;
    background: #29166f;

}





/* 页面开始 */

.index-page01 .width1725 {
    align-items: flex-start;
   
}
.index-page01 .item-l {
    width: 50%;
    background-color: #f5f5f5;
    padding: 110px 7.2% 105px 0;
    box-sizing: border-box;
    position: relative;
}
.index-page01 .item-l::after {
    content: "";
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    background-color: #f5f5f5;
    display: block;
    z-index: -1;

}
.index-page01 .page-tit{
    text-align: left;
}

.index-page01 .item-l .content {
    font-size: 14px;
    line-height: 2.42;
    margin-bottom: 94px;
    margin-top: -7.5px;
    max-height: 198px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;

}

.index-page01 .item-r {
    width: 50%;
    padding: 110px 6% 105px;
    box-sizing: border-box;
}

.index-page01 .list {
    width: 47.5%;
    margin-right: 5%;
    height: 222px;
    position: relative;
    overflow: hidden;
}

.index-page01 .list img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    transition: all .3s;
    max-width: 10000px;
}

.index-page01 .list:last-child {
    margin-right: 0;
}

.index-page01 .detail {
    margin-top: 60px;
}

.index-page01 .line {
    width: 87px;
    height: 3px;
    background: #dedfe1;
    margin: 35px 0 45px;
    display: none;
}
.index-page01 .ftit {
    margin-bottom: 45px;
}

.index-page02 .page-tit {
    align-items: baseline;
}

.index-page02 .header {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #f2f2f2;
}

.index-page02 .page-tit {
    padding-bottom: 24px;
}

.index-page02 .ftit {
    margin-left: 20px;
    margin-top: 0;
}

.index-page02 .navs {
    margin-left: auto;
}

.index-page02 .navs .item {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #333333;
    margin-left: 40px;
    display: block;
    position: relative;
}

.index-page02 .navs .item::after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background: transparent;
    transform: scaleX(0);
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

.index-page02 .navs .item:hover {
    color: #29166f;
}

.index-page02 .navs .item:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

.index-page02 .navs .item.active::after {
    background: #29166f;
    transform: scaleX(1);
    opacity: 1;
}

.index-page02 .list {
    display: none;
}

.index-page02 .list.active {
    display: block;
}

.index-page02 .list .tit {
    color: #333333;
    padding-top: 28px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index-page02 .list .text {
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.875;
    margin-top: 12px;
    height: 52px;
}

.index-page02 .list .item-l,
.index-page02 .list .item-r {
    width: 50%;
}

.index-page02 .list .item-l {
    padding-right: 5.71%;
    box-sizing: border-box;
}

.index-page02 .list .texts {
    padding: 26px 0 54px;
    border-bottom: 1px solid #f2f2f2;
    transition: all .3s;
}

.index-page02 .list .texts:first-child {
    padding-top: 0;
}

.index-page02 .list .texts:first-child .tit {
    padding-top: 0;
}

.index-page02 .list .item-l .img {
    height: 442px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.index-page02 .list .item-l .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    max-width: 10000px;
}

.index-page02 .time {
    text-align: right;
    line-height: 1;
    font-size: 14px;
    color: #999999;
    width: 78px;
}

.index-page02 .list .texts-l {
    width: calc(100% - 78px);
    padding-right: 10.6%;
    box-sizing: border-box;
}



.index-page03 {
    padding: 75px 99px 96px;
    box-sizing: border-box;
}

.index-page03 .lists {
    border: 1px solid #FFFFFF;
    align-items: flex-start;
    height: 609px;
}

.index-page03 .lists>div {
    border-right: 1px solid #FFFFFF;
}

.index-page03 .lists>div:last-child {
    border-right: none;
}

.index-page03 .lists>div>div {
    border-bottom: 1px solid #FFFFFF;
}

.index-page03 .lists>div>div:last-child {
    border-bottom: none;
}

.index-page03 .lists .three>div {
    border-right: 1px solid #FFFFFF;
    height: 100%;
    border-bottom: none;
}

.index-page03 .lists .three>div:last-child {
    border-right: none;
}

.index-page03 .lists .three>div>div {
    border-bottom: 1px solid #FFFFFF;
}

.index-page03 .lists .three>div>div:last-child {
    border-bottom: none;
}

.index-page03 .lists .three-one>div {
    height: 33.33%;
    padding: 35px 90px 0 130px;
    box-sizing: border-box;
}

.index-page03 .lists .three-two>div:nth-child(1) {
    height: 33.33%;
    padding: 35px 40px 0 100px;
    box-sizing: border-box;
}

.index-page03 .lists .three-two>div.four-m {
    height: 44%;
    padding: 18px 22px 22px 100px;
    box-sizing: border-box;
}

.index-page03 .lists .three-two>div.four-b {
    height: 22.67%;
}

.index-page03 .lists .three-two>div.four-b>div {
    height: 100%;
    padding: 22px 20px 22px 35px;
    box-sizing: border-box;
}

.index-page03 .lists .three-two>div.four-b>div:nth-child(1) {
    width: 57%;
    border-right: 1px solid #FFFFFF;

}

.index-page03 .lists .three-two>div.four-b>div:nth-child(2) {
    width: 43%;
}


.index-page03 .lists .three-two>div.four-m .f22 {
    margin-bottom: 0;
}

.index-page03 .lists .three-two>div.four-m .f22:nth-child(3) {
    margin-top: 14px;
}

.index-page03 .one {
    width: 24.1%;
    height: 100%;
    padding: 0 60px;
    box-sizing: border-box;
    padding-top: 44px;
}

.index-page03 .one .num {
    font-size: 68px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 68px;
}

.index-page03 .one .img {
    border-bottom: none;
    margin: 50px 0 70px;
}

.index-page03 .one .h5 {
    margin-top: 13px;
}

.index-page03 .two {
    width: 22.07%;
    height: 100%;
}

.index-page03 .two>div {
    height: 50%;
    padding: 90px;
    box-sizing: border-box;
}


.index-page03 .three {
    width: 53.83%;
    height: 100%;
    align-items: flex-start;
}

.index-page03 .three-one {
    width: 57.73%;
}

.index-page03 .three-two {
    width: 42.27%;
}



.index-page03 .h5 {
    color: #FFFFFF;
    line-height: 34px;
}

.index-page03 .f22 {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 34px;
    margin-bottom: 5px;
}

.index-page03 .con {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 34px;
}

.index-page03 .con span {
    font-size: 68px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    margin-right: 8px;
}

.index-page03 .lists .three-two>div.four-b .con span {
    font-size: 46px;
}
.index-page04 {
    padding-top: 90px;
}

.index-page04 .item-l,
.index-page04 .item-r {
    width: 50%;
    height: 970px;
}

.index-page04 .item-l {
    position: relative;
    overflow: hidden;
}

.index-page04 .item-l img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.index-page04 .advice {
    background: rgba(0, 0, 0, .68);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: all .3s;
}

.index-page04 .item-l .advice {
    height: 129px;
}

.index-page04 .title {
    color: #FFFFFF;
}

.index-page04 .deta {
    font-size: 14px;
    color: #FFFFFF;
    margin-left: auto;

}

.index-page04 .deta::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 22px;
    background: url(../img/more-deta.png);
    margin-right: 10px;
}

.index-page04 .list {
    position: relative;
    height: 342px;
    overflow: hidden;
}

.index-page04 .list img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.index-page04 .list .advice {

    height: 110px;
}

.index-page04 .list:last-child {
    height: 286px;
    background: #3C4147;
    position: initial;
    padding-top: 78px;
}

.index-page04 .list:last-child .title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.index-page04 .more {
    color: #ffffff;
    border: 1px solid #ffffff;
    z-index: 1;
}
.index-page04 .more::before{
    background: #ffffff;
    z-index: -1;
}

/* 航民文化开始 */

.page-pnav {
    border-bottom: 1px solid #E5E5E5;
}

.page-pnav .width1200 {
    padding: 0 4.4%;
    box-sizing: border-box;
    justify-content: space-between;
}

.page-pnav .item a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-left: 3px;
}

.page-pnav .item {
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    line-height: 66px;
}

.page-pnav .item::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    background: #27146e;
    left: 0;
}



.page-pnav .item.acive::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.page-pnav .item.acive a {
    color: #27146e;
}

.page-tit {
    text-align: center;
    color: #333333;
}

.page-line {
    width: 16px;
    height: 1px;
    background: #29166F;
    margin: 16px auto 0;

}

.culture .centent {
    padding: 50px 0 120px;
}

.culture .cult-list {
    width: 28.33%;
    margin-right: 7.505%;
    position: relative;
}

.culture .cult-list:nth-child(3n) {
    margin-right: 0;
}

.culture .lists {
    margin-top: 58px;
}

.cult-cont {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    padding: 34px 35px;
    box-sizing: border-box;
    transition: all .3s;
}

.cult-cont .tit {

    font-weight: bold;
    color: #FFFFFF;
}

.cult-cont .desc {

    color: #FFFFFF;
    margin: 4px 0 10px;
}

.cult-cont .line {
    width: 39px;
    height: 1px;
    background: #FFFFFF;
}

.cult-cont .icon {
    margin-bottom: 15px;
}

.cult-hid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(23, 162, 218, .8);
    padding: 17px 35px;
    box-sizing: border-box;
    transition: all .3s;
    opacity: 0;
}


.cult-hid-tit {
    font-weight: bold;
    color: #FFFFFF;
}

.cult-hid-desc {
    color: #FFFFFF;
    margin: 4px 0 10px;
}

.cult-hid-con {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.875;
    margin-top: 13px;
}

.cult-hid-line {
    width: 72.5%;
    height: 1px;
    background-color: #FFFFFF;
}





/* 新闻详情开始 */

.newsDe-top {
    text-align: center;
    border-bottom: 1px solid #D2D2D2;
    padding: 74px 0 18px;

}

.newsDe-top .h1 {
    font-size: 30px;
    color: #333333;

}

.newsDe-top .time {
    font-size: 14px;
    color: #666666;
    margin-top: 9px;
}

.newsDe-con {
    font-size: 14px;
    color: #666666;
    line-height: 2.14;
    text-indent: 2em;
    padding: 34px 0 100px;
}

.newsDe-con img {
    display: block;
    margin: 0 auto;
}

.newsDe .lists .width1200 {
    padding: 0 5.23%;
    box-sizing: border-box;
}

.newsDe-page {
    border-top: 1px solid #D2D2D2;
    padding: 38px 0 120px;
}

.newsDe-list {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #DCDCDC;
    border-radius: 13px;
    font-size: 14px;
   color: #333333;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}

.newsDe-list::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #29166F;
    transition: all .3s;
    height: 100%;
    width: 0;
    display: block;
}
.newsDe-iteml {
    width: calc(100% - 100px);
    padding-right: 5%;
    box-sizing: border-box;
}

.newsDe-iteml span {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #DCDCDC;
}

.newsDe-iteml .item {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333333;
}

.descc {
    width: calc(100% - 100px);
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}



/* 走进航民开始 */
.about-nav {
    background: #f6f6f6;
}

.about-nav a {
    font-size: 16px;
    line-height: 66px;
    /*font-weight: bold;*/
}

.about-nav .nav-l a {
    color: #666666;
}

.about-nav .nav-r {
    margin-left: auto;
}

.about-nav .nav-l span {
    margin: 0 8px;
}

.about-nav .nav-r a {
    color: #555555;
    margin-left: 30px;
    position: relative;
}

.about-nav .nav-r a.active {
    color: #26136D;
}

.about .lists {
    padding: 50px 0 55px;
    background-image: linear-gradient(to right bottom, #ffffff, #fbf8f1);
}

.about .lists .width1200 {
    align-items: flex-start;
}

.about .item-l {
    width: 53.5%;
}
.about .item-l .img{
    position: relative;
    height: 581px;
    overflow: hidden;
}
.about .item-l .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    z-index: 10000px;
}
.about .item-l .text {
    padding: 0 114px;
}

.about .text-tit {
    color: #333333;
    text-align: center;
    margin-top: 9px;
}

.about .text-text {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-top: 7px;
}

.about .item-r {
    width: 46.5%;
    padding-left: 67px;
    box-sizing: border-box;
}

.about .item-r .tit {
    color: #333333;
    margin-top: 32px;
}

.about .item-r .line {
    width: 16px;
    height: 1px;
    background: #29166F;
    margin: 10px 0 30px;
}

.about .item-r .content {
    font-size: 14px;
    color: #666666;
    line-height: 2.14;
    max-height: 402px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}

.about .item-r .content::-webkit-scrollbar {
    width: 2px;
    height: 1px;
}

.about .item-r .content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #27146e;
}

.about .item-r .content::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background: #ededed;
}

.about .item-r .content p {
    margin-bottom: 28px;
}



/* 新闻页开始 */
.news-page01 .list {
    align-items: flex-start;
    border-bottom: 1px solid #E5E5E5;
    transition: all .3s;
}

.news-page01 .item-img,
.news-page01 .item-r {
    width: 50%;
}
.news-page01 .item-img{
    height: 340px;
    overflow: hidden;
    position: relative;
}
.news-page01 .item-img img{
    transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    max-width: 100000px;
}
.news-page01 .item-r {
    padding-left: 40px;
    box-sizing: border-box;
}

.news-page01 .tit {
    font-weight: bold;
    color: #29166F;
    margin-top: 35px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-page01 .text {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 72px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-page01 .desc {
    margin: 33px 0 30px;
}

.news-page01 .desc-item {
    margin-right: 45px;
    font-size: 14px;
    color: #999999;
}

.news-item img {
    margin-right: 5px;
}

.news-page01 .open-detail {
    width: 167px;
    height: 46px;
    line-height: 46px;
    background: #29166F;
    border-radius: 23px;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 30px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-page01 .open-detail::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(../img/open-detail.png);
    margin-left: 26px;
}

.news-page01 .swiper-pagination {
    text-align: right;
    bottom: 15px;
}

.news-page01 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #29166F;
    border-radius: 50%;
    background: transparent;
}

.news-page01 .swiper-pagination-bullet-active {
    background: #29166F;
}


.news-page02 {
    margin-top: 70px;
}

.news-page02 .list {
    width: 31.83%;
    margin-right: 2.255%;
    margin-bottom: 40px;
    position: relative;
}

.news-page02 .list::after {
    content: "";
    width: 0;
    background: #3D78CD;
    transition: all .3s;
    left: 0;
    bottom: 0;
    position: absolute;
    display: block;
    height: 1px;
}

.news-page02 .list .img {
    overflow: hidden;
    height: 256px;
    position: relative;
}

.news-page02 .list img {
    transition: all .3s;
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 10000px;

}

.news-page02 .list:nth-child(3n) {
    margin-right: 0;
}

.news-page02 .text {
    box-shadow: 0px 1px 1px 0px rgba(184, 184, 184, 0.75);
    padding: 25px 13px;
    box-sizing: border-box;
}

.news-page02 .tit {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-page02 .desc {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
    margin: 20px 0 20px;
}

.news-page02 .time {
    font-size: 14px;
    color: #999999;
}

.news-page02 .time::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 17px;
    background: url(../img/news-time.png) no-repeat center/cover;
    margin-right: 10px;
}

.news .about-page {
    padding: 50px 0 120px;

}



/* 发展历程开始 */
.history-page .tit {
    color: #333333;
    border-bottom: 1px solid #E5E5E5;
    padding: 45px 0 11px;
}

.history-con .list {
    align-items: flex-start;
}

.history-con .item-l {
    width: 56%;
    padding-right: 70px;
    box-sizing: border-box;
}

.history-con {
    margin-top: 85px;
}

.history-con .item-r {
    width: 44%;
    margin-top: 50px;
    height: 301px;
    position: relative;
    overflow: hidden;
}
.history-con .item-r img{
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    max-width: 10000px;
    transition: all .3s;
}

.history-con .stit {
    font-weight: bold;
    color: #555555;
}

.history-con .text {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 20px;
}

.history-con .text p {
    font-size: 16px;
}

.history-con .history-con-box {
    max-height: 350px;
    overflow-y: auto;
    padding-right: 68px;
}

.history-con .history-con-box::-webkit-scrollbar {
    width: 3px;
    border-radius: 10px;
}

.history-con .history-con-box::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #d2d2d2;
}

.history-con .history-con-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #27146e;
}

.history-nav {
    padding: 0 30px;
    box-sizing: border-box;
}

.history-nav .swiper-slide {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    cursor: pointer;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 90px 0;
}

.history-nav::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(../img/his-line.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}

.history-nav .year {
    position: absolute;
    top: 50%;
    margin-top: 20px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.history-nav .sort {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border: 1px solid#27146e;
}

.history-nav .sort::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #27146e;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
}

.history-page {
    position: relative;
    padding-bottom: 200px;
}

.history-page:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    height: 465px;
    width: 100%;
    background: url(../img/history_bg.png) no-repeat center/cover;
    z-index: -1;
}

.history-page .swiper-slide-thumb-active .sort {
    background: #27146e;
}



/* 企业环保事业开始 */
.welfare .tit {
    color: #333333;
    padding-top: 45px;
}

.welfare .line {
    width: 16px;
    height: 1px;
    background: #29166F;
    margin-top: 14px;
}

.welfare-page01 .item-l {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    width: 54%;
    padding-right: 50px;
    padding-top: 20px;

}

.welfare-page01 .item-l .text {
    max-height: 360px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}

.welfare-page01 .item-l .text::-webkit-scrollbar {
    width: 3px;
}

.welfare-page01 .item-l .text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #27146e;
}

.welfare-page01 .item-l .text::-webkit-scrollbar-track {
    background: #ededed;
}





.welfare-page01 .item-l p {
    font-size: 16px;
}

.welfare-page01 .item-r {
    width: 46%;
    overflow: hidden;
    height: 365px;
    position: relative;
}

.welfare-page01 .item-r img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 10000px;
    transition: all .3s;
}


.welfare-page02 {
    padding-top: 40px;
}

.welfare-page02 .text {
    background: #F7F7F7;
    font-size: 16px;
    color: #333333;
    padding: 15px 20px;
    text-align: center;
    transition: all .3s;
}

.welfare-page02 .lists {
    padding-bottom: 48px;
    position: relative;
    margin-top: 20px;
}

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

.welfare-page02 .img {
    overflow: hidden;
}

.welfare-page02 .img img {
    transition: all .3s;
}

.welfare-page02 .swiper-container {
    position: initial;
}

.welfare-page02 .swiper-pagination {
    bottom: 0;
}

.welfare-page02 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #29166F;
    border-radius: 50%;
    background: transparent;
}

.welfare-page02 .swiper-pagination-bullet-active {
    background: #29166F;
}





.welfare-page03 .title {
    font-size: 16px;
    color: #333333;
}

.welfare-page03 .list {
    width: 48.5%;
    margin-right: 3%;
    border: 1px solid #E5E5E5;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    transition: all .3s;
}

.welfare-page03 .list:nth-child(2n) {
    margin-right: 0;
}

.welfare-page03 .desc {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.welfare-page03 .month {
    color: #000000;
    line-height: 22px;
}

.welfare-page03 .year {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}

.welfare-page03 .item-l {
    padding: 41px 30px 35px 40px;
    box-sizing: border-box;
    border-right: 1px solid #E5E5E5;
    text-align: center;
    width: 122px;
}

.welfare-page03 .item-r {
    padding: 0 35px;
    box-sizing: border-box;
    width: calc(100% - 122px);
}

.welfare-page03 .pages {
    margin-top: 60px;
}

.welfare {
    padding-bottom: 160px;
}



/* 党群建设开始 */
.masses {
    padding-bottom:120px;
}

.masses-page02 .list {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 80px;
    margin-top: 105px;
    align-items: flex-start;
}

.masses-page02 .list:last-child {
    border-bottom: none;
    padding-bottom: 25px;
}

.masses-page02 .list:first-child {
    margin-top: 95px;
}

.masses-page02 .tit {
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 25px 0 16px;
}

.masses-page02 .desc {
    color: #666666;
    line-height: 1.72;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}

.masses-page02 .item-l {
    width: 57.42%;
    padding-right: 107px;
    box-sizing: border-box;
    transition: all .3s;
}

.masses-page02 .item-r {
    width: 42.58%;
    overflow: hidden;
}

.masses-page02 .item-r img {
    transition: all .3s;
}

.masses-page02 .mas-detail {
    width: 136px;
    height: 40px;
    border: 1px solid #E5E5E5;
    color: #333333;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.masses-page02 .mas-detail::before {
    display: block;
    content: "";
    height: 100%;
    width: 0;
    background: #29166F;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .3s;
}

.masses-page02 .time {
    color: #666666;
}

.masses-page02 .month {
    color: #666666;
    margin-right: 6px;
}

.masses-page02 .day {
    color: #333333;
    margin-left: 6px;
}


/* 航民村开始 */
.brief-page .title {
    color: #333333;
    text-align: center;
}

.brief-page .desc {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: center;
}

.brief-page .brief-top {
    padding: 90px 74px 112px;
    box-sizing: border-box;
}

.brief-page .jslists {
    margin: 55px auto 72px;
    justify-content: center;
}

.brief-page .jslist {
    padding: 0 38px;
    box-sizing: border-box;
}

.brief-page .jslist h4 {
    font-size: 60px;
    color: #291663;
    line-height: 1;
    display: table;
}

.brief-page .jslist p {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.brief-page .jslist .plus {
    font-size: 20px;
    color: #333333;
    margin-left: 3px;
}

.brief-page .lists .width1200 {
    padding: 105px 50px 93px;
    box-sizing: border-box;
    position: relative;
}

.brief-page .lists .width1200 .brief-next {
    width: 75px;
    height: 75px;
    display: block;
    position: absolute;
    left: 50%;
    top: -37.5px;
    background: #ffffff;
    border-radius: 50%;
    transform: translateX(-50%);
}

.brief-page .lists .width1200 .brief-next img {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
}

.brief-page .box {
    background: #ffffff;
    padding: 77px 65px 108px 80px;
    box-sizing: border-box;
}

.brief-page .texts {
    overflow-y: auto;
    max-height: 634px;
    overflow-y: auto;
    padding-right: 10px;
}

.brief-page .texts::-webkit-scrollbar {
    width: 3px;
}

.brief-page .texts::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #27146e;
}

.brief-page .textst::-webkit-scrollbar-track {
    background: #ededed;
}

.brief-page .lists .tit {
    font-weight: bold;
    color: #666666;
    margin-top: 33px;
    margin-bottom: 6px;
}

.brief-page .con {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.brief-page .text:first-child .tit {
    margin-top: 0;
}



/* 联系我们开始 */
.contact-page .tit {
    color: #333333;
    border-bottom: 1px solid #E5E5E5;
    padding: 30px 0 10px;
}

.contact-page .lists {
    margin: 20px 0 120px;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-page .item-l {
    width: 33.34%;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 2px 2px 0px rgba(229, 229, 229, 0.5);
    padding: 0 4.3% 0 4.3%;
    box-sizing: border-box;
}

.contact-page .item {
    border-bottom: 1px solid #E5E5E5;
    padding: 26px 0 22px;
    align-items: self-start;
}

.contact-page .item:last-child {
    border-bottom: none;
}

.contact-page .item:last-child {
    padding: 22px 0 34px;
}

.contact-page .text {
    padding-left: 20px;
    box-sizing: border-box;
    width: calc(100% - 32px);
}

.contact-page .text .title {
    color: #333333;
}

.contact-page .text .con {
    color: #666666;
}

.contact-page .item-r {
    width: 64.17%;
}

.contact-page .contact-map {
    height: 399px;
}


/* 产品详情开始 */
.proDe-nav {
    border-bottom: 1px solid #E5E5E5;
    padding-top: 40px;
}

.proDe-nav .tit {
    color: #29166F;
    line-height: 1;
    padding-bottom: 12px;
}

.proDe-nav .nav-r {
    margin-left: auto;
}

.proDe-nav .item {
    position: relative;
}
.proDe-nav .item:nth-child(2){
    width: 266px;
}
.proDe-nav .item:nth-child(1){
    width:140px;
    margin-right: 10px;
}
.proDe-nav .link {
    font-size: 14px;
    color: #333333;
    padding: 11px 33px 11px 13px;
    background: #EBEBEB;
    box-sizing: border-box;
    position: relative;
    display: block;
    outline: none;
    background: #ffffff;
    border: 1px solid #E5E5E5;
}

.proDe-nav .link::after {
    content: "";
    position: absolute;
    right: 10px;
    width: 12px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
}



.proDe-nav .item:first-child .link::after {
    background: url(../img/pro-nav01.png) no-repeat;
}

.proDe-nav .item:last-child .link::after {
    background: url(../img/pro-nav02.png) no-repeat;
}

.proDe-nav .slink {
    display: block;
    height: 41px;
    background: #EBEBEB;
    font-size: 14px;
    color: #333333;
    padding: 12px;
    box-sizing: border-box;
    transition: all .3s;
}

.proDe-nav .hide {
    position: absolute;
    top: 45px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
}






.proDe-page01 {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-top: 50px;
}

.proDe-page01 p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.proDe-page01 .way {
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
}

.proDe-page02 .tit {
    padding-top: 30px;
    color: #333333;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 2.5px;
}

.proDe-page02 .lists {
    margin: 20px 0 120px;
}

.proDe-page02 .img {
    overflow: hidden;
}

.proDe-page02 .img img {
    transition: all .3s;
    width: 100%;
}

.proDe-page02 .lists .text {
    font-size: 14px;
    color: #333333;
    padding: 10px 20px;
    background: #F7F7F7;
    text-align: center;
    transition: all .3s;
}

.proDe-page02 .lists .text p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.proDe-page02 .swiper-pagination {
    display: none;
}

.proDe-page02 .swiper-button-next,
.proDe-page02 .swiper-button-prev {
    width: 48px;
    height: 48px;
    outline: none;
    top: 77px;
    margin-top: 0;
    transition: all .3s;
}
.proDe-page02 .swiper-button-next.swiper-button-disabled, .proDe-page02 .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}

.proDe-page02 .swiper-button-prev {
    background: url(../img/pro-btnp.png) no-repeat center/cover;
    left: 15px;
}

.proDe-page02 .swiper-button-next {
    background: url(../img/pro-btnn.png) no-repeat center/cover;
    right: 15px;
}

.proDe-page02 .swiper-button-next:after,
.proDe-page02 .swiper-button-prev:after {
    display: none;
}

/* 产品开始 */
.product {
    padding-bottom: 110px;
}

.product .pro-nav {
    border-bottom: 1px solid #E5E5E5;
}

.product .pro-nav .item-l {
    width: 25.42%;
}

.product .pro-nav .item-r {
    /*width: 74.58%;*/
    padding: 0 34px 0 45px;
    box-sizing: border-box;
}

.pro-nav .item {
    padding: 0 130px;
    box-sizing: border-box;
    line-height: 66px;
    position: relative;
    /*margin-right: 190px;*/
}

.pro-nav .item:last-child {
    margin-right: 0;
}

.pro-nav .item::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    background: #27146e;
    left: 0;
}

.pro-nav .item a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: block;
}

.pro-nav .item img {
    margin-right: 10px;
}




.product .pro-page .width1200 {
    align-items: flex-start;
    padding: 88px 0 90px;
}

.product .pro-page .item-l {
    width: 25.42%;

    padding: 0 50px 0 68px;
    box-sizing: border-box;
}

.product .pro-page .item-r {
    width: 74.58%;
    border-left: 1px solid #E5E5E5;
    padding: 0 34px 30px 45px;
    box-sizing: border-box;
}

.product .tit-l {
    color: #000000;
    line-height: 36px;
}

.product .line {
    width: 16px;
    height: 1px;
    background: #29166F;
    margin: 18px 0 15px;
    display: none;
}

.product .desc {
    font-size: 14px;
    color: #555555;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 18px;
}

.product .tit-r {
    color: #333333;
}

.product .content {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product .watch-more {
    width: 167px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #1D2088;
    border-radius: 23px;
    display: block;
    font-size: 16px;
    color: #29166F;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
    outline: none;
}

.product .watch-more::after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 12px;
    background: url(../img/watch-more01.png) no-repeat center/cover;
    margin-left: 30px;
    transition: all .3s;
    z-index: 1;
}



/* 航民概括开始 */

.gener-page01 .width1200 {
    position: relative;
    padding: 64px 0 130px;
}

.gener-page01 .width1200:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 44px;
    height: 321px;
    ;
    width: 322px;
    background: url(../img/gener01.png) no-repeat center/cover;
    z-index: -1;
    left: -46px;
}

.gener-page01 .width1200 {
    align-items: flex-start;
}

.gener-page01 .item-l {
    width: 33.33%;
    padding: 50px 25px 0 28px;
    box-sizing: border-box;
}

.gener-page01 .stit {
    font-weight: bold;
    color: #999999;
    margin: 10px 0 8px;
}

.gener-page01 .etit {
    color: #999999;
}

.gener-page01 .desc {
    color: #999999;
}

.gener-page01 .time {
    color: #999999;
}

.gener-page01 .item-r {
    width: 66.67%;
    max-height: 568px;
    overflow-y: auto;
    padding-right: 70px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.gener-page01 .item-r::-webkit-scrollbar {
    width: 3px;
}

.gener-page01 .item-r::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #27146e;
}

.gener-page01 .item-r::-webkit-scrollbar-track {
    background: #ededed;
}

.gener-page01 .item-r p {
    margin-top: 10px;
}

.gener-page01 .item-r .tit-name {
    font-weight: bold;
    color: #29166F;
}



.gener-page02 {
    position: relative;
}

.gener-page02 .width1200 {
    align-items: center;
    justify-content: space-between;
}

.gener-page02 .part_left {
    width: 395px;
    box-sizing: border-box;
    margin-top: 80px;
}


.gener-page02 .part_left p {
    font-size: 16px;
    color: #7CA7E4;
}

.gener-page02 .part_left p em {
    font-style: initial;
    font-size: 26px;
    color: #eadeae;
}

.gener-page02 .part_left hr {
    background: #4681D7;
    height: 2px;
    margin-top: 24px;
}

.achievement_detail {
    width: 214px;
}

.brand_way {
    height: 615px;
    background: url(../img/gener_bg2.png) no-repeat center;
    z-index: 2;
}

.brand_way .part_right {
    position: absolute;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    float: none;
    margin-top: 50px;
}

.brand_way .way_img {
    float: left;
}

/* .brand_way .rf_brand{float:left;width:774px;padding-top: 52px; padding-left: 40px;padding-right: 40px;height:391px;background: url(../img/gener_bg3.png);box-sizing:border-box;} */
.brand_way .rf_brand .en {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #b3b1b6;
}

.brand_way .rf_brand .cn {
    margin-bottom: 12px;
    font-size: 22px;
    clear: both;
}

.brand_way .rf_brand .brand_idea {
    float: left;
    margin-bottom: 23px;
    width: 350px;
    color: #999999;
    letter-spacing: -1px;
}

.brand_way .rf_brand .idea_sm {
    margin-left: 30px;
    width: 290px;
}

.brand_way .group_stage {
    margin-top: 80px;
    position: relative;
}

.brand_way .group_stage a {
    display: inline-block;
    width: 171px;
    height: 65px;
    position: absolute;
}

.brand_way .group_stage a.on1 {
    top: 0px;
    left: 140px;
}

.brand_way .group_stage a.on2 {
    top: 55px;
    left: 0;
}

.brand_way .group_stage a.on3 {
    top: 56px;
    right: 15px;
}

.brand_way .group_stage a.on4 {
    top: 190px;
    left: -35px;
}

.brand_way .group_stage a.on5 {
    top: 190px;
    right: -35px;
}

.brand_way .group_stage a.on6 {
    top: 330px;
    left: 0px;
}

.brand_way .group_stage a.on7 {
    top: 329px;
    right: 30px;
    display: none;
}

.brand_way .group_stage a.on8 {
    bottom: 7px;
    left: 145px;
}

.brand_way .group_stage a.on9 {
    bottom: 65px;
    right: 20px;
}


.gener-page03 {
    padding-bottom: 120px;
}

.gener-page03 .width1200 {
    position: relative;
    z-index: 3;
    margin-top: -35px;
}
.gener-page03 .width1200  video{
    width: 100%;
}
.gener-page03 .video-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.gener-page03 .video-main img{
    width: 75px;
    cursor: pointer;
}
.gener-page03 .tit {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 8px 0 9px;
}

.gener-page03 .desc {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
}

.gener-page03 .line {
    width: 1px;
    height: 81px;
    background: #EEEEEE;
    margin: 10px auto 4px;

}

.gener-page03 .content {
    color: #FFFFFF;
}


/* 人才通道开始 */
.talent-page01 .tit {
    color: #333333;
    border-bottom: 1px solid #E5E5E5;
    padding: 50px 0 11px;
}

.talent-page01 .lists {
    align-items: flex-start;
    padding: 45px 0 45px;
}

.talent-page01 .item-l {
    width: 46%;
    overflow: hidden;

}

.talent-page01 .item-l img {
    transition: all .3s;
}

.talent-page01 .item-r {
    width: 54%;
    padding-left: 40px;
    box-sizing: border-box;
}

.talent-page01 .title {
    color: #333333;
}

.talent-page01 .f-title {
    color: #999999;
}

.talent-page01 .line {
    width: 16px;
    height: 1px;
    background: #29166F;
    margin: 16px 0 20px;
}

.talent-page01 .content {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    max-height: 210px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}


.talent-page01 .content::-webkit-scrollbar {
    width: 2px;
    height: 1px;
}

.talent-page01 .content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #27146e;
}

.talent-page01 .content::-webkit-scrollbar-track {
    background: #ededed;
}


.talent-page01 .content p {
    font-size: 16px;
}


.talent-page02 .title {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.talent-page02.proDe-nav .item {
    width: 100%;
}

.talent-page02.proDe-nav .item:first-child .link {
    background: #ffffff;
    font-size: 16px;
    color: #333333;
}

.talent-page02.proDe-nav .slink {
    background: #ffffff;
}

.talent-page02.proDe-nav .hide {
    top: 50px;
}

.talent-page02 {
    background: #F6F6F6;
    padding: 0px 0 90px;
    border-bottom: none;
}

.talent-page02.proDe-nav .link::after {
    right: 24px;
}

.talent-page02.proDe-nav .nav-r {
    padding: 56px 0 26px;
}

.ssco {
    height: 30px;
    background: #ffffff;
}

.talent-page02 .talent02-name {
    display: flex;
    background: #29166F;
    padding: 0 20px;
    box-sizing: border-box;
}

.talent-page02 .talent02-name .h6 {
    font-weight: bold;
    color: #ffffff;
    padding: 15px 15px;
    box-sizing: border-box;
    width: 15%;
}

.talent-page02 .talent02-name .h6:nth-child(1) {
    width: 22%;
}

.talent-page02 .talent02-name .h6:nth-child(2) {
    width: 18%;
}

.talent02-con .contit {
    display: flex;
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.talent-page02 .contit p {
    background: #FFFFFF;
    font-size: 14px;
    color: #333333;
    padding: 14px 15px;
    box-sizing: border-box;
    width: 15%;
}

.talent-page02 .contit p:nth-child(1) {
    width: 22%;
}

.talent-page02 .contit p:nth-child(2) {
    width: 18%;
}

.talent02-con:last-child .contit {
    border-bottom: none;
}

.talent-page02 .hidd {
    padding: 25px 40px 33px;
    box-sizing: border-box;
    display: none;
}

.talent-page02 .hidd .text {
    margin-bottom: 27px;
}

.talent-page02 .hidd .text:last-child {
    margin-bottom: 0;
}

.talent-page02 .hidd .text p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.talent-page02 .hidd .text p:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

/* 航民荣誉开始 */
.honor-page {
    overflow: hidden;
}
.honor-page .swiper-pagination{
    display: none;
}
.honor-page .width1200 {
    background: #ffffff;
    margin-top: 70px;
    padding: 32px 40px 100px;
    box-sizing: border-box;
}

.honor-page .tit {
    color: #000000;
}

.honor-page p {
    color: #666666;
}

.honor-page .ftit {
    margin: 7px 0 10px;
}

.honor-page .lists {
    margin-top: 100px;
    padding: 0 60px;
    box-sizing: border-box;
    position: relative;
}

.honor-page .swiper-container {
    position: initial;
    padding-bottom: 20px;

}

.honor-page .swiper-button-next,
.honor-page .swiper-button-prev {
    outline: none;
}

.honor-page .swiper-button-prev {
    left: 0;
}

.honor-page .swiper-button-next {
    right: 0;
}

.honor-page .swiper-button-next:after,
.honor-page .swiper-button-prev:after {
    color: #adadad;
    font-size: 28px;
}

.honor-page .swiper-slide {
    width: 47.5%;
    transform-origin: center bottom;
    background-color: #fff;
    overflow: visible;
    z-index: 0;
    background: #ffffff;
    padding: 16px;
    box-sizing: border-box;
    box-shadow: 0px 2px 13px 3px rgba(227, 227, 227, 0.75);
}

.honor-page .swiper-slide-active {
    z-index: 2;
}

.honor-page .img {
    width: 100%;
    opacity: .5;
    transition: opacity .3s;
}



/* 组织架构开始 */
.struc-page .tit {
    color: #333333;
    padding: 45px 0 5px;
}
.struc-page .desc{
    font-size: 14px;
    color: #000000;
}
.struc-page .lists{
    margin-top: 36px;
    padding-bottom: 120px;
}
.struc-page .lists .h-img{
    display: none;
}



/* 领导关怀开始 */
.care {
    padding-bottom: 120px;
}
.care-page .lists{
    margin-top: 20px;
}
.care-page .list{
    width: 31.66%;
    margin-right: 2.51%;
    margin-top: 40px;
}
.care-page .list:nth-child(3n){
    margin-right: 0;
}
.care-page .list .img{
    overflow: hidden;
}
.care-page .list .img img{
    transition: all .3s;
    width: 100%;
    transition: all .3s;
}
.care-page .list .text{
    border: 1px solid #F2F2F2;
    padding: 10px 15px;
    box-sizing: border-box;
    
    transition: all .3s;
    font-size: 14px;
    color: #333333;
  
    
}
.care-page .list p{
    line-height:1.72;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    text-align: center;
}
@media only screen and (min-width: 960px) {
    .care-page .list:hover .img img{
         transform: scale(1.08);
    }
    .care-page .list:hover .text{
        background: #27146e;
        color: #ffffff;
        border: 1px solid #27146e;
    }
    .index-page01 .list:hover img {
        height: 110%;
    }


    .index-page02 .list .item-l:hover img {
        height: 110%;
    }

    .index-page02 .list .item-l:hover .tit {
        color: #27146e;
    }

    .index-page02 .list .texts:hover .tit {
        color: #27146e;
    }

    .index-page04 .list:hover .advice {
        transform: translateY(0);
    }

    .index-page04 .item-l:hover .advice {
        transform: translateY(0);
    }



    /* 航民文化开始 */
    .page-pnav .item:hover::after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }

    .page-pnav .item:hover a {
        color: #27146e;
    }

    .culture .cult-list:hover .cult-hid {
        opacity: 1;
    }

    .culture .cult-list:hover .cult-cont {
        opacity: 0;
    }

    .newsDe-iteml .item:hover span {
        color: #29166F;
    }

    .newsDe-iteml .item:hover .descc {
        color: #29166F;
    }
    /* 走进航民开始 */
    .about-nav a:hover {
        color: #26136D;
    }

    /* 新闻页开始 */
    .news-page02 .list:hover::after {
        width: 100%;
    }
    .news-page02 .list:hover img {
        height: 120%;
    }
    .news-page02 .list:hover .tit {
        color: #29166f;
    }

    .news-page01 .list:hover img{
        height: 110%;
    }
    .news-page01 .list:hover .open-detail{
        transform: translateX(10px);
    }
    .newsDe-list:hover{
        color: #ffffff;
    }
    .newsDe-list:hover::before{
        width: 100%;
    }
    /* 产品详情开始 */
    /*.proDe-nav .item:hover .hide {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    .proDe-nav .slink:hover {
        background: #29166f;
        color: #ffffff;
    }*/
    .proDe-page02 .swiper-slide:hover img {
        transform: scale(1.1);
    }

    .proDe-page02 .swiper-slide:hover .text {
        background: #29166f;
        color: #ffffff;
    }

    .proDe-page02 .swiper-button-prev:hover {
        background: url(../img/pro-btnph.png) no-repeat center/cover;
    }

    .proDe-page02 .swiper-button-next:hover {
        background: url(../img/pro-btnnh.png) no-repeat center/cover;
    }

    /* 产品开始 */
    .pro-nav .item:hover a {
        color: #29166f;
    }

    .pro-nav .item:hover::after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }

    .pro-nav .item.active a {
        color: #29166f;
    }

    .pro-nav .item.active::after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }

    .product .watch-more:hover::after {
        background: url(../img/watch-more02.png) no-repeat center/cover;
    }

    .product .watch-more:hover::before {
        width: 100%;
    }

    .product .watch-more:hover {
        background: #29166F;
        color: #ffffff;
    }



    /* 人才通道开始 */
    .talent-page01 .item-l:hover img {
        transform: scale(1.08);
    }

    /* 党群建设开始 */
    .masses-page02 .list:hover img {
        transform: scale(1.08);
    }

    .masses-page02 .list:hover .tit {
        color: #29166F;
    }

    .masses-page02 .list:hover .mas-detail {
        color: #ffffff;
    }

    .masses-page02 .list:hover .mas-detail::before {
        width: 100%;
    }

    /* 公益环保事业开始 */
    .welfare-page01 .item-r:hover img{
        height: 110%;
    }
    .welfare-page02 .swiper-slide:hover img {
        transform: scale(1.08);
    }

    .welfare-page02 .swiper-slide:hover .text {
        background: #29166F;
        color: #ffffff;
    }

    .welfare-page03 .list:hover {
        background: #FFFFFF;
        -webkit-box-shadow: 0px 0px 12px rgb(0 0 0 / 8%);
        box-shadow: 0px 0px 12px rgb(0 0 0 / 8%);
    }

    .welfare-page03 .list:hover .title {
        color: #29166F;
    }

    .welfare-page03 .list:hover .month {
        color: #29166F;
    }

    .detail:hover{
        color: #FFFFFF;
    }
    .detail:hover::before{
        width: 100%;
    }
    .more:hover{
        color: #FFFFFF;
    }
    .more:hover::before{
        width: 100%;
    }
    .index-page04 .more:hover{
        color: #29166F;
    }
    .index-page04 .more:hover::before{
        width: 100%;
    }


    .history-con .item-r:hover img{
        height: 110%;

    }
}




@media only screen and (max-width: 1800px) {
    .index-page03 .lists .three-one>div {
        padding: 35px 80px 0 100px;
    }
    .index-page03 .two>div {
        padding: 90px 80px;
    }
    .index-page03 .con span{
        font-size: 60px;
    }
    .index-page03 .lists .three-two>div.four-b .con span{
        font-size: 34px;
    }
    .index-page03 .lists .three-two>div.four-b>div {
        padding: 22px 10px 22px 20px;
    }
    .index-page03 .lists .three-two>div:nth-child(1) {
        padding: 35px 20px 0 60px;
    }
    .index-page03 .lists .three-two>div.four-m {
        height: 44%;
        padding: 18px 20px 22px 60px;
        box-sizing: border-box;
    }
    .index-page03 .one {
        padding: 0 40px;
    }
}




@media only screen and (max-width: 1600px) {
    .index-page03 .con span{
        font-size: 54px;
    }
    .index-page03 .one .num{
        font-size: 54px;
    }
    .index-page03 .two>div {
        padding: 90px 60px;
    }
}

@media only screen and (max-width: 1440px) {
    .index-page03 .one .num{
        font-size: 40px;
    }
    .index-page03 .con span{
        font-size: 42px;
    }
    .index-page03 .lists{
        height: 550px;
    }
    .index-page03 .h5{
        font-size: 16px;
    }
    .index-page03 {
        padding: 75px 70px 90px;
    }
    .index-page03 .one .img img{
        height: 120px;
    }
    .index-page03 .one .img {
        margin: 40px 0 50px;
    }
    .index-page03 .one {
        padding: 0 40px;
        padding-top: 44px;
    }
    .index-page03 .lists .three-two>div.four-b .con span{
        font-size: 28px;
    }
    .index-page03 .f22{
        font-size: 20px;
    }

}


@media only screen and (max-width: 1366px) {
    .head-page .item span{
        font-size: 16px;
    }
   
    .index-page01 .item-r {
        padding: 95px 0 90px 5%;
    }
    .index-page01 .item-l {
        padding: 95px 6.2% 90px 0;
    }
    .page-pd {
        padding: 90px 0 70px;
    }
    .index-page02 .list .texts {
        padding: 7px 0 35px;
    }
    .index-page02 .list .item-l .img{
        height: 352px;
    }
    .pd75 {
        padding: 70px 0 65px;
    }
    .index-page03 .f22{
        font-size: 18px;
    }
    .index-page03 .con span {
        font-size: 36px;
    }
    .index-page03 .one .num{
        font-size: 36px;
    }
    .index-page03 .lists .three-two>div.four-b .con span{
        font-size: 24px;
    }
    .index-page03 .h5{
        font-size: 14px;
    }
    .index-page03 .lists{
        height: 505px;
    }
    .index-page04 .list{
        height: 280px;
    }
    .index-page04 .list:last-child .title{
        font-size: 34px;
    }
    .index-page04 .list:last-child{
        height: 270px;
    }
    .index-page04 .list:last-child{
        padding-top: 70px;
    }
    .index-page04 .item-l, .index-page04 .item-r{
        height: 830px;
    }
    .index-page04 .list .advice{
        height: 70px;
    }
    .index-page04 .title{
        font-size: 22px;
    }
    footer .list{
        width: 280px;
    }
    footer .item-r{
        max-width: 640px;
    }
    .index-page03 .one .img img{
        height: 100px;
    }
    .index-page04 .item-l .advice {
        height: 89px;
    }
    .foot-top .width1200.nfooter .item-r{
        max-width: 580px;
    }
    .index-banner .advice .ad-tit{
        font-size: 34px;
    }
    .f36{
        font-size: 34px;
    }
}


@media only screen and (max-width: 1240px) {
    .index-page03 .one {
        padding: 0 25px;
        padding-top: 30px;
    }
    .index-page03 .con span{
        font-size: 32px;
    }
    .index-page03 .one .num{
        font-size: 32px;
    }
    .index-page03 .f22{
        font-size: 16px;
    }
    .index-page03 .lists .three-two>div.four-b .con span{
        font-size: 20px;
    }
    .index-page03 .one .img img {
        height: 90px;
    }
    .index-page03 .lists {
        height: 475px;
    }
    .index-page03 .two>div {
        padding: 70px 55px;
    }
    .index-page03 .lists .three-one>div {
        padding: 35px 70px 0 80px;
    }
    .index-page03 .lists .three-two>div:nth-child(1) {
        padding: 30px 20px 0 40px;
    }
    .index-page03 .lists .three-two>div.four-m {
        padding: 18px 20px 22px 40px;
    }
    .index-page03 .lists .three-two>div.four-b>div {
        padding: 22px 10px 22px 10px;
    }
    .index-page03 {
        padding: 70px 60px 80px;
    }
    .f36{
        font-size: 32px;
    }
    
}


@media only screen and (max-width: 1200px) {
    /* 联系我们开始 */
    .contact-page .item:first-child, .contact-page .item:last-child {
        padding: 22px 0 18px;
    }
    
    /* 社会责任开始 */
    .masses-page02 .item-l{
        padding-right: 60px;
    }
}



@media only screen and (max-width: 1043px) {
    .h4{
        font-size: 18px;
    }
    .h3{
        font-size: 22px;
    }
    .f36{
        font-size: 28px;
    }
    /* 联系我们开始 */
    .contact-page .item-l{
        padding: 0 20px;
    }
    .contact-page .item{
        padding: 17px 0 17px;
    }
    .contact-page .item:first-child, .contact-page .item:last-child{
        padding: 17px 0 17px;
    }
    .h6{
        font-size: 15px;
    }
    .contact-page .lists{
        margin: 20px 0 60px;
    }
    .about-nav a{
        font-size: 15px;
    }

    
    .talent-page01 .tit {
        padding: 30px 0 10px;
    }
    .talent-page01 .lists {
        padding: 30px 0 60px;
    }
    .talent-page01 .content p{
        font-size: 14px;
    }
    .talent-page01 .content{
        font-size: 14px;
        height: 180px;
        line-height: 1.875;
    }
    .talent-page02 .title{
        font-size: 28px;
    }
   
    .talent-page02 {
        padding: 55px 0 60px;
    }
    .talent-page02.proDe-nav .nav-r {
        padding: 30px 0 26px;
    }

    .talent-page02 .hidd .text p:first-child{
        font-size: 15px;
    }
    .talent-page02.proDe-nav .item:first-child .link{
        font-size: 15px;
    }

    /* 航民文化开始 */
    .culture .centent {
        padding: 50px 0 60px;
    }
    .culture .lists {
        margin-top: 30px;
    }
    .cult-cont .icon img{
        height: 45px;
    }
    .page-pnav .item a{
        font-size: 15px;
    }


    .masses {
        padding-bottom: 60px;
    }
    .masses-page02 .list:first-child {
        margin-top: 60px;
    }
    .masses-page02 .list{
        padding-bottom: 40px;
    }
    .masses-page02 .list{
        margin-top: 40px;
    }
    .masses-page02 .list:last-child{
        padding-bottom: 20px;
    }
    .pages{
        margin-top: 35px;
    }
    .masses-page02 .item-l{
        padding-right: 40px;
    }

    .newsDe-top .h1{
        font-size: 26px;
    }
    .newsDe-top {
        padding: 53px 0 18px;
    }
    .newsDe-con {
        padding: 30px 0 60px;
    }
    .newsDe-page {
        padding: 30px 0 50px;
    }

    /* 企业环保事业开始 */
    .welfare-page01 .item-l p{
        font-size: 14px;
    }
    .welfare-page01 .item-l .text{
        max-height: 326px;
    }
    .welfare-page01 .item-l{
        font-size: 14px;
    }

    .welfare-page02{
        padding-top: 15px;
    }
    .welfare {
        padding-bottom: 60px;
    }
    .welfare-page03 .item-l {
        padding: 15px 15px 15px 0;
        width: 70px;
    }
    .welfare-page03 .item-r {
        padding: 0 0 0 20px;
        width: calc(100% - 70px);
    }
    .welfare-page03 .list{
        padding: 15px;
    }
    .welfare-page03 .pages{
        margin-top: 35px;
    }



    .product .pro-page .width1200 {
        align-items: flex-start;
        padding: 60px 0 60px;
    }
    .product .watch-more{
        width: 130px;
        height: 40px;
        line-height:40px;
        margin-top: 50px;
        font-size: 14px;
    }
    .product {
        padding-bottom: 0px;
    }
    .product .content{
        font-size: 14px;
        line-height: 1.875;
        margin-top: 20px;

        -webkit-line-clamp: 3;
    }
    .product .watch-more::after{
        margin-left: 10px;
    }
    .product .pro-page .item-l {
        padding: 0 30px 0 48px;
    }
    .product .pro-page .item-r {
        padding: 0 30px 20px 40px;
    }

    .pro-nav .item{
        margin-right: 30px;
    }
    .pro-nav .item a{
        font-size: 15px;
    }
    
     /* 产品中心详情 */
    .proDe-page01 .way {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    
    .proDe-page02 .tit {
        padding-top: 50px;
    }
    .proDe-page02 .lists {
        margin: 20px 0 60px;
    }
    .proDe-page02 .swiper-button-next, .proDe-page02 .swiper-button-prev{
        width: 40px;
        height: 40px;
    }
    .proDe-page01 p {
        font-size: 14px;
        line-height: 1.875;
    }
    .proDe-page01 {
        font-size: 14px;
        line-height: 1.875;
    }

    
    /* 新闻资讯开始 */
    .news-page01 .open-detail{
        width: 130px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
    .news-page01 .open-detail::after{
        margin-left: 10px;
    }
    .news .about-page {
        padding: 50px 0 60px;
    }
    .news-page02 .list {
        margin-bottom: 25px;
    }
    .news-page02 .tit{
        font-size: 15px;
        height: 22px;
    }
    .news-page02 {
        margin-top: 60px;
    }


    /* 航民概括开始 */
    .gener-page01 .width1200 {
        padding: 60px 0 60px;
    }
    .gener-page01 .width1200:after{
        left: 0;
        display: none;
    }
    .gener-page01 .item-l .icon img{
        height: 70px;
    }
    .gener-page01 .item-r {
        max-height: 334px;
        padding-right: 10px;
        line-height: 1.875;
    }
    .gener-page01 .item-l {
        padding: 30px 25px 0 25px;
    }
    .brand_way .group_stage {
        margin-top: 60px;
    }
    .gener-page02 .part_left {
        width: 395px;
        padding-left: 20px;
        margin-top: 60px;
    }
    .gener-page03 .video-main img{
        width: 50px;
    }
    .gener-page03 .line{
        height: 30px;
    }
    .gener-page03 .tit{
        font-size: 26px;
    }
    .brand_way{
        height: 580px;
    }
    .gener-page03 {
        padding-bottom: 60px;
    }
    .gener-page02 .part_left p{
        font-size: 15px;
    }
    .gener-page02 .part_left p em{
        font-size: 22px;
    }


    /* 航民村开始 */
    .brief-page .brief-top {
        padding: 55px 50px 60px;
    }
    .brief-page .jslists {
        margin: 30px auto 35px;
    }
    .brief-page .jslist h4{
        font-size: 44px;
    }
    .brief-page .lists .width1200 {
        padding: 60px 30px 60px;
    }
    .brief-page .box {
        padding: 50px 40px 50px 40px;
    }
    .brief-page .texts{
        max-height: 505px;
    }
    .brief-page .jslist {
        padding: 0 30px;
    }


    .about .item-l .text {
        padding: 0 50px;
    }
    .about .item-r {
        padding-left: 45px;
    }
    .about .item-l .img{
        height: 420px;
    }
    .about .item-l .img img{
        width: 100%;height: auto;
    }
    .about .item-r .content {
        font-size: 14px;
        line-height: 1.875;
        max-height: 315px;
    }
    .about .item-r .content p {
        margin-bottom: 10px;
    }
    .about .item-r .tit {
        margin-top: 25px;
    }

    .history-page .tit {
        padding: 30px 0 10px;
    }
    .history-con {
        margin-top: 60px;
    }
    .history-page {
        padding-bottom: 60px;
    }
    .history-nav .swiper-slide{
        padding: 60px 0;
    }
    .history-nav .swiper-slide{
        font-size: 16px;
    }
    .history-page:after{
        height: 300px;
    }
    .history-con .text p{
        font-size: 14px;
    }
    .history-con .history-con-box {
        max-height: 222px;
        padding-right: 20px;
    }
    .history-con .item-r{
        margin-top: 30px;
    }
    .history-con .item-l {
        padding-right: 50px;
    }
    
    
    .honor-page .width1200 {
        margin-top: 60px;
        padding: 30px 30px 60px;
    }
    .honor-page .lists {
        margin-top: 40px;
    }

   
    

    .index-page01 .item-l {
        padding: 60px 30px 60px 0;
    }
    .index-page01 .item-r {
        padding: 60px 0 60px 40px;
    }
    .index-page01 .detail{
        margin-top: 45px;
    }
    .index-page01 .item-l .content{
        margin-bottom: 78px;
    }
    .page-pd {
        padding: 60px 0 60px;
    }
    .pd75 {
        padding: 40px 0 45px;
    }
    .index-page02 .list .item-l{
        padding-right: 4%;
    }
    .index-page03 {
        padding: 60px 20px 60px;
    }
    .index-page03 .lists{
        height: 435px;
    }
    .index-page03 .one{
        padding: 0 15px;
    }
    .index-page03 .three-two{
        width: 48%;
    }
    .index-page03 .three-one{
        width: 52%;
    }
    .index-page04 .list{
        height: 230px;
    }
    .index-page04 .list:last-child {
        padding-top: 50px;
    }
    .index-page04 .list:last-child .title{
        font-size: 30px;
    }
    .index-page04 .list:last-child{
        height: 240px;
    }
    .index-page04 .item-l, .index-page04 .item-r{
        height: 700px;
    }
    .index-page04 .list .advice{
        height: 50px;
    }
    .index-page04 .title{
        font-size: 18px;
    }
    .index-page03 .lists .three-one>div {
        padding: 35px 50px 0 50px;
    }
    .more {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }


    /* 组织架构开始 */
    .struc-page .tit {
        padding: 30px 0 5px;
    }
    .struc-page .lists .p-img{
        display: none;
    }
    .struc-page .lists .h-img{
        display: block;
    }
    .struc-page .lists{
        padding-bottom: 60px;
    }

    .care-page .list{
        margin-top: 30px;
    }
    .care{
        padding-bottom: 60px;
    }
}




@media only screen and (max-width:960px) {
    .talent-page02 .title{
        font-size: 26px;
    }
    .foot-top {
        display: none;
    }
    .contact-page .item{
        padding: 15px 0 15px;
    }
    .contact-page .item:first-child, .contact-page .item:last-child{
        padding: 15px 0 15px;
    }
    .page-pnav .width1200{
        padding: 0;
    }
    .page-pnav .item{
        padding: 0 8px;
        margin-right: 10px;
    }
    .page-pnav .width1200{
        justify-content: flex-start;
    }

    .newsDe .lists .width1200 {
        padding: 0;
    }
    .newsDe-top .h1{
        font-size: 24px;
    }
    .news-page02 .list{
        width: 48%;
        margin-right: 4%;
    }
    .news-page02 .list:nth-child(3n){
        margin-right: 4%;
    }
    .news-page02 .list:nth-child(2n){
        margin-right: 0;
    }
    .news-page02 .desc{
        -webkit-line-clamp: 2;
        height: 40px;
        margin: 10px 0 15px;
    }


    .gener-page03 .tit{
        font-size: 24px;
    }
    .gener-page02 .part_left p em{
        font-size: 20px;
    }



    .brief-page .jslist h4 {
        font-size: 36px;
    }


    .about .item-l .text {
        padding: 0 20px;
    }
    .about .item-r {
        padding-left: 30px;
    }


    .care-page .list{
        width: 48%;
        margin-right: 4%;
    }
    .care-page .list:nth-child(3n){
        margin-right: 4%;
    }
    .care-page .list:nth-child(2n){
        margin-right: 0;
    }

   
    
}


@media only screen and (max-width:768px) {
    .h3{
        font-size: 18px;
    }
    .f48{
        font-size: 28px;
    }
    
    /* 首页开始 */
    .index-banner .advice .ad-tit{
        font-size: 20px;
    }
    .swiper-btn{
        bottom: 20px;
        display:none;
    }
    .index-banner .swiper-scrollbar{
        bottom: 50px;
        display:none;
    }
    .index-banner .advice{
        bottom:auto;
        top:50%;
        transform:translateY(-50%);
    }
    .index-banner .advice .advice-page{
        margin-top: 20px;
        display:none;
    }
    .index-banner .swiper-pagination {
         display:block;
    }
    .index-banner .swiper-pagination-bullet {
        background:#ffffff;
        opacity:1;
    }
    .index-banner .swiper-pagination-bullet-active {
         background:#1D2088;
    }
    .index-banner .advice .ad-tit{
        line-height: 1.5;
    }
    .index-page01 .item-l{
        width: 100%;
        padding: 30px 0 30px;
        background: #ffffff;
    }
    .index-page01 .item-l::after{
        display: none;
    }
    .index-page01 .item-r {
        padding: 0;
    }
    .index-page01 .ftit {
        margin-bottom: 15px;
    }
    .index-page01 .list{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .index-page01 .list img{
        height: auto;
        width: 100%;
        transform: translate(0);
        position: initial;
    }
    .index-page01 .detail{
        margin-top: 15px;
    }
    .index-page01 .item-r .lists{
        margin-top: 20px;
    }
    .index-page01 .page-tit{
        text-align: center;
    }
    .index-page01 .line{
        display: none;
    }
    .index-page02 .time{
        margin-top: 10px;
    }
    .index-page02 .page-tit{
        display: block;
    }
    .index-page02 .header{
        display: block;
        border-bottom: none;
    }
    .index-page02 .ftit{
        margin-left: 0;
    }
    .index-page02 .ftit{
        margin-top: 13px;
    }
    .index-page01 .list:last-child{
        margin-bottom: 0;
    }
    .index-page01 .list{
        height: auto;
    }
    .detail{
        width: 120px;
        height: 40px;
        margin: 0 auto;
    }

    .index-page01::after{
        display: none;
    }
    .index-page01 .item-r{
        width: 100%;
    }
    .index-page02 .list .item-l{
        width: 100%;
    }
    .index-page02 .list .item-l, .index-page02 .list .item-r{
        width: 100%;
    }
    .index-page03 .one{
        width: 50%;
        height: auto;
    }
    .index-page03 .two{
        width: 50%;
        height: auto;
    }
    .index-page03 .three{
        width: 100%;
    }
    .index-page03{
        padding: 15px;
    }
    .index-page03 .two>div{
        padding: 15px;
    }
    .index-page03 .lists{
        height: auto;
    }
    .index-page03 .lists .three-one>div{
        padding: 15px;
    }
    .index-page04{
        padding-top: 30px;
    }
    .index-page03 .three-two{
        width: 100%;
       
    }
    .index-page03 .lists>div{
        border-bottom: 1px solid #FFFFFF;
    }
    .index-page03 .lists>div>div {
        border-bottom: none;
    }
    .index-page03 .lists .three-one>div{
        height: auto;
    }
    .index-page03 .two>div{
        width: 50%;
    }
    .index-page03 .three-one>div{
        width: 33.33%;
    }
    .index-page03 .lists .three-two>div.four-m{
        padding: 15px;
    }

    .index-page03 .lists .three .three-one>div:last-child{
        border-bottom: 1px solid #FFFFFF;
    }
    .index-page03 .lists .three-two>div:nth-child(1){
        padding: 15px;
    }
    .index-page03 .three-one{
        width: 100%;
        display: flex;
    }
    .index-page03 .one{
        width: 100%;
    }
    .index-page03 .two{
        width: 100%;
        display: flex;
    }
    .index-page03 .h5{
        line-height: 1.5;
    }
    .index-page03 .f22{
        line-height: initial;
        font-size: 14px;
    }
    .index-page03 .lists .three-two>div.four-b>div{
        padding: 15px;
    }
    .index-page03 .lists .three-one>div{
        padding: 15px ;
    }
    .index-page03 .lists .three-one>div:nth-child(1){
        padding: 15px 0 15px 15px;

    }
    .index-page03 .lists .three-one>div:nth-child(2){
        padding: 15px 10px 15px;

    }
    .index-page03 .one .img img{
        height: 60px;
    }
    .index-page03 .lists .three-one>div:nth-child(3){
        padding: 15px 15px 15px 0;

    }
    .index-page03 .con{
        line-height: initial;
    }
    .index-page03 .one .img {
        margin: 20px 0 0px;
    }
    .index-page03 .con span{
        font-size: 22px;
    }
    .index-page03 .one .num{
        font-size: 22px;
    }
    .index-page04 .item-l, .index-page04 .item-r{
        width: 100%;
    }
    .index-page04 .item-l{
        height: 230px;
        margin-bottom: 20px;
    }
    .index-page04 .item-l img{
        height: auto;
        width: 100%;
    }
    .index-page04 .list{margin-bottom: 20px;}

    .index-page04 .advice{
        transform: translate(0);
    }
    .index-page04 .item-l .advice{
        height: 50px;
    }
    .index-page04 .title{
        font-size: 16px;
    }
    .index-page04 .list:last-child .title{
        font-size: 24px;
    }
    .more {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }
    .index-page04 .list:last-child .title{
        margin-bottom: 15px;
    }
    .index-page04 .list:last-child {
        padding-top: 25px;
    }
    .index-page04 .list:last-child{height: 145px;}
    .index-banner .down{
        display: none;
    }
    .index-page02 .list .texts-l{
        width: 100%;
        padding-right: 0;
       
    }
    .index-page02 .navs .item{
        margin-left: 0;
    }
    .index-page02 .navs{
        display: none;
    }
    .index-page02 .list .texts {
        padding: 5px 0 20px;
    }
    .index-page02 .list .tit{
        padding-top: 10px;
    }
    .index-page02 .list .text{
        margin-top: 7px;
    }
    .index-page02 .list .item-r{
        margin-top: 20px;
    }
    .index-page02 .list .item-l {
        padding-right: 0;
    }
    .index-page02 .item-l .tit{
        padding-top: 15px;
    }
    .pd75 {
        padding: 0 0 25px;
    }
    .index-page01 .item-l .content{
        margin-bottom: 0;margin-top: 10px;
    }
    .page-pd {
        padding: 30px 0 30px;
    }

    .f36{
        font-size: 24px;
    }



    /* 联系我们开始 */
    .contact-page .item-l{
        width: 100%;
    }
    .contact-page .item-r{
        width: 100%;
        margin-top: 30px;
    }
    .contact-page .lists {
        margin: 20px 0 30px;
    }
    .about-nav a{
        line-height: 55px;
    }
    .contact-page .tit {
        padding: 25px 0 10px;
    }
    .contact-page .item img{
        height: 28px;
    }

    /* 人才通道开始 */
    
    .talent-page01 .tit {
        padding: 25px 0 10px;
    }
    .talent-page01 .item-l{
        width: 100%;
    }
    .talent-page01 .item-l img{
        width: 100%;
    }
    .talent-page01 .item-r{
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }
    .talent-page01 .lists {
        padding: 20px 0 30px;
    }
    .talent-page02 .title{
        font-size: 24px;
    }
    .talent-page02 {
        padding: 30px 0 30px;
    }
    .talent-page02 .talent02-name .h6:nth-child(2){
        display: none;
    }
    .talent-page02 .talent02-name .h6:nth-child(3){
        display: none;
    }
    .talent-page02 .talent02-name .h6:nth-child(4){
        display: none;
    }
    .talent-page02 .talent02-name .h6:nth-child(6){
        display: none;
    }
    .talent-page02 .contit p:nth-child(2){
        display: none;
    }
    .talent-page02 .contit p:nth-child(3){
        display: none;
    }
    .talent-page02 .contit p:nth-child(4){
        display: none;
    }
    .talent-page02 .contit p:nth-child(6){
        display: none;
    }
    .talent-page02 .talent02-name .h6:nth-child(1){
        width: 70%;
    }
    .talent-page02 .talent02-name {
        padding:0;
    }
    .talent-page02 .talent02-name .h6:nth-child(5){
        width: 30%;
    }
    .talent-page02 .contit p:nth-child(1){
        width: 70%;
    }
    .talent-page02 .contit p:nth-child(5){
        width: 30%;
    }
    .talent02-con .contit{
        padding: 0;
    }
    .talent-page02 .talent02-name .h6{
        padding: 14px 15px;
    }
    .talent-page02 .hidd {
        padding: 20px 15px 20px;
    }
    .talent-page02 .hidd .text {
        margin-bottom: 10px;
    }
    .talent-page02.proDe-nav .nav-r {
        padding: 20px 0 20px;
    }
    .talent-page01 .content{
        height: 128px;
    }

    /* 航民文化开始 */
    .culture .cult-list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        height: 260px;
    }

    .culture .cult-list>img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .culture .lists {
        margin-top: 20px;
    }
    .culture .centent {
        padding: 25px 0 10px;
    }

    .page-pnav .item{
        line-height: 54px;
    }
    .page-pnav .item span{
        display: none;
    }
    .page-pnav .item{
        margin-right: 5px;
    }

    .masses-page01{
        display: none;
    }

    .masses-page02 .list:first-child {
        margin-top: 30px;
    }
    .masses-page02 .list {
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .masses-page02 .item-l {
        padding-right: 15px;
    }
    .masses-page02 .time{
        display: none;
    }
    .masses-page02 .mas-detail{
        display: none;
    }
    .masses-page02 .tit {
        margin: 0 0 10px;
    }
    .pages {
        margin-top: 10px;
    }
    .masses {
        padding-bottom: 30px;
    }


    /* 新闻详情开始 */
    .newsDe-top {
        padding: 30px 0 15px;
    }
    .newsDe-top .h1 {
        font-size: 22px;
    }
    .newsDe-con {
        padding: 20px 0 20px;
    }
    .newsDe-page {
        padding: 30px 0 30px;
    }
    .newsDe-iteml{
        width: 100%;
        padding-right: 0;
    }
    .newsDe-iteml span {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }
    .descc{
        padding-left: 15px;
    }
    .newsDe-list{
        margin: 10px auto 0;
    }


    .welfare-page01 .item-l{
        width: 100%;
        padding-right: 0;
    }
    .welfare-page01 .item-r{
        width: 100%;
        height: 240px;margin-top: 20px;
    }
    .welfare-page01 .item-r img{
        width: 100%;
        height: auto;
    }
    .welfare-page03 .list {
        width: 100%;
        margin-right: 0;
    }
    .welfare .tit{
        padding-top: 25px;
    }
    .welfare-page01 .item-l .text {
        max-height: 178px;
    }
    .welfare-page02{
        padding-top: 0;
    }
    .welfare {
        padding-bottom: 30px;
    }
    .welfare-page03 .pages {
        margin-top: 30px;
    }
    .welfare-page02 .lists{
        padding-bottom: 40px;
    }
   

    /* 产品中心开始 */
    .product .pro-nav .item-l{
        width: 0;
    }
    .product .pro-nav .item-r {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    .pro-nav .item {
        margin-right: 5px;
        padding: 0 8px;
    }
    .pro-nav .item{
        line-height: 55px;
    }
    .product .pro-page .width1200 {
        padding: 30px 0 30px;
    }
    .product .pro-page .item-l {
        padding: 0;
        width: 100%;
    }
    .product .pro-page .item-r {
        padding: 0;
        width: 100%;
        border-left: none;
        margin-top: 10px;
    }
    .product .watch-more{
        margin: 20px auto 0;
    }
    .product .content{
        margin-top: 8px;
    }
    .product .tit-l{
        text-align: center;
    }
    .product .line {
        margin: 18px auto 15px;
    }
   
    .proDe-page02 .swiper-button-next, .proDe-page02 .swiper-button-prev{
        display: none;
    }
    .proDe-page02 .swiper-pagination{
        display: block;
        bottom: 0;
    }
    .proDe-page02 .swiper-container{
       position: initial;
    }
    .proDe-page02 .lists{
        padding-bottom: 35px;
        position: relative;
        margin: 20px 0 25px;

    }
    .proDe-page02 .lists .swiper-pagination-bullet-active{
         background: #29166F;
    }
    .proDe-nav .nav-r {
        margin-left: 0;
        margin-top:20px;
        
    }
    .proDe-nav .item .link {
        width:100%;
        padding: 8px 20px 8px 13px;
    }
    .proDe-nav .item {
         width:100%;
         margin-bottom:15px;
    }
    .proDe-nav .item:last-child {
        margin-bottom:5px;
        width:100%;
    }
    .proDetail .proDe-nav .width1200 {
       display:block;
    }
    .proDe-page01 {
        padding-top: 20px;
    }
    .proDe-page01 .way {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .proDe-page02 .tit {
        padding-top: 25px;
    }
    .proDe-nav {
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .proDe-nav .tit{
        padding-bottom: 0;
    }
    .news-page02 .time{
        display: none;
    }
    .news-page02 .text {
        padding: 20px 13px;
    }
    .news-page02 .desc {
        -webkit-line-clamp: 2;
        height: 40px;
        margin: 8px 0 0;
    }
    .news-page02 .list {
        margin-bottom: 20px;
    }
    .news-page02 .list .img{
        height: 120px;
    }
    .news-page01 .item-img, .news-page01 .item-r {
        width: 100%;
        padding-left: 0;

    }
    .news-page01 .item-img{
        height: auto;
    }
    .news-page01 .item-img img{
        position: initial;
        transform: translate(0);
    }
    .news .about-page {
        padding: 30px 0 30px;
    }
    .about-nav .nav-l{
        display: none;
    }
    .about-nav .nav-r a {
        margin-left: 15px;
    }
    .about-nav .nav-r a:first-child{
        margin-left: 0;
    }
    .about-nav .nav-r{
        margin-left: 0;
    }
    .news-page01 .tit{
        margin-top: 20px;
        text-align: center;
    }
    .news-page01 .desc {
        margin: 10px 0 15px;
        justify-content: center;
    }
    .news-page01 .open-detail {
        margin: 20px auto 50px;
    }
    .news-page01 .desc-item {
        margin-right: 25px;
    }
    .news-page02 {
        margin-top: 30px;
    }

    .news-page01 .item-img img{
        height: auto;
        width: 100%;
    }


    /* 航民概况开始 */
    .gener-page03 .tit{
        font-size: 22px;
    }
    .gener-page01 .width1200 {
        padding: 30px 0 30px;
    }
    .gener-page01 .item-l{
        width: 100%;
        padding: 0;
    }
    .gener-page01 .item-r{
        width: 100%;
        max-height: 220px;
        margin-top: 15px;
    }
    .gener-page03 .width1200 {
        margin-top: 30px;
    }
    .gener-page03 .desc{
        display: none;
    }
    .gener-page03 .line{
        display: none;
    }
    .gener-page03 .content{
        display: none;
    }
    .gener-page03 .tit{
        display: none;
    }
    .brand_way .group_stage {
        margin-top: 20px;
    }
    .gener-page02 .part_left {
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }
    .gener-page02 .part_left p em{
        font-size: 18px;
    }
    .brand_way .group_stage{
        display: none;
    }
    .brand_way {
        height: auto;
        padding-bottom: 30px;
    }
    .gener-page03 {
        padding-bottom: 30px;
    }
    .gener-page03 .video-main img {
        width: 40px;
    }
    .gener-page01 .item-l .icon img {
        height: 55px;
    }
    .gener-page01 .item-l .gener-con-box{
        text-align: center;
    }


    
    .about-nav .width1200{
        width: 100%;
        overflow-x: auto;
    }
    .about-nav .nav-r {
        margin-left: 0;
        width: 300%;
        display: flex;
    }
    .about-nav .nav-r a {
        margin-left: 5px;
        min-width: 85px;
        text-align: center;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .about-nav .nav-r a::after{
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: transparent;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .about-nav .nav-r a.active::after{
        background: #26136D;
    }
    .about-nav .width1200::-webkit-scrollbar { display: none;}
    .about-nav .width1200::-webkit-scrollbar-track {display: none; }
    .about-nav .width1200::-webkit-scrollbar-thumb { display: none;}



    .brief-page .brief-top {
        padding: 25px 0 30px;
    }
    .brief-page .jslists {
        margin: 15px auto 15px;
    }
    .brief-page .jslist {
        padding: 0 15px;
    }
    .brief-page .jslist h4 {
        font-size: 24px;
    }
    .brief-page .jslist .plus{
        font-size: 16px;
    }
    .brief-page .lists .width1200 {
        padding: 30px 0 30px;
    }
    .brief-page .lists .width1200 .brief-next{
        display: none;
    }
    .brief-page .box {
        padding: 20px 20px 20px 20px;
    }
    .brief-page .texts {
        max-height: 388px;
    }


    .about .item-l{
        width: 100%;
        margin-top: 20px;
    }
    .about .item-r{
        width: 100%;
        padding-left: 0;
    }
    .about .lists {
        padding: 0 0 30px;
    }
    .about .item-r .content {
        max-height: 306px;
    }
    .about .item-l .img img{
        position: initial;
        transform: translate(0);
    }
    .about .item-l .img{
        height: auto;
    }
    .about .lists .width1200 {
        flex-direction: column-reverse;
    }
    .about .item-r .line{
        display: none;
    }
    .about .item-r .tit{
        text-align: center;
        margin-bottom: 15px;
    }
    .about .item-l .text {
        padding: 0;
        line-height: 1.875;
    }
    .history-con .item-l{
        width: 100%;
        padding-right: 0;
    }
    .history-con .item-r{
        width: 100%;
    }
    .history-nav{
        padding: 0;
    }
    .history-nav .swiper-slide{
        padding: 30px 0;
    }
    .history-con {
        margin-top: 20px;
    }
    .history-con .text{
        margin-top: 5px;
    }
    .history-con .history-con-box {
        max-height: 234px;
        padding-right: 10px;
    }
    .history-page {
        padding-bottom: 40px;
    }
    .history-nav .sort{
        width: 16px;
        height: 16px;
    }
    .history-nav .sort::after {
        width: 6px;
        height: 6px;
        margin-left: -3px;
        margin-top: -3px;
    }
    .history-nav .year{
        padding: 0;
    }

    .honor-page .width1200 {
        margin-top: 30px;
        padding: 20px 20px 20px;
        margin-bottom: 30px;
    }
    .honor-page .swiper-slide{
        width: 100%;
        box-shadow: none;
        padding: 0;
    }
    .honor-page .lists{
        padding: 0;
        margin-top: 20px;
    }
    .honor-page .swiper-button-next,.honor-page .swiper-button-prev{
        display: none;
    }
    .honor-page .swiper-pagination{
        display: block;
    }
    .honor-page .swiper-pagination-bullet-active{
        background: #26136D;
    }
    .honor-page .swiper-container{
        padding-bottom: 45px;
    }
    .news-page01 .swiper-pagination{
        bottom: 20px;
    }
    .news-page01 .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .struc-page .lists {
        padding-bottom: 30px;
        margin-top: 20px;
    }
    .struc-page .tit{
        text-align: center;
    }
    .struc-page .desc{
        text-align: center;
    }
}
@media only screen and (max-width:640px) {
    .welfare-page02 .img img{
        width: 100%;
    }
    .care-page .list{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .care-page .lists {
        margin-top: 10px;
    }
    .care {
        padding-bottom: 30px;
    }
}



 .proDe-nav .item:hover .hide {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

.proDe-nav .slink:hover {
        background: #29166f;
        color: #ffffff;
}






.BMap_Marker img { max-width:unset !important; }

.page-fy { line-height: 1; text-align: center; margin-top: 20px; }
.page-fy a { text-decoration: none; display: inline-block; height: 40px; border: 1px #dedede solid; border-radius: 4px; text-align: center; line-height: 40px; color:#333; margin: 5px !important; padding: 0 15px;}
.page-fy a:hover { background: #29166F; border: 1px #29166F solid; color: #fff; }
.page-fy span { background: #29166F; border: 1px #29166F solid; color: #fff !important;  text-decoration: none; display: inline-block; height: 40px; border-radius: 4px; text-align: center; line-height: 40px; padding: 0 15px; margin: 5px !important; font-weight:normal !important; }
