@charset "UTF-8";

/* function.css */


/* 禁止选中文本 */

.usn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/* 浮动 */

.fl,
.tlinks-item>*,
.nav-sub-list ul li,
.normal-title .name,
.normal-title .name .txt,
.normal-title .name .txt img,
.normal-title .name .txt span,
.normal-title .name .en,
.page21,
.homeNewLeft,
.homeNewSwiper,
.listOne a .lef,
.listFour a .det span,
.listFour a.on .img,
.szdwToggle .btn {
    float: left;
}

.fr,
.normal-title .more,
.page2-rig,
.homeNewLeft .listOne,
.homeNewRight,
.listOne a .rig,
.listFour a .det p,
.listFour a.on .det,
.swiperszdwTwo a .det em {
    float: right;
}


/* 宽度 */

.w100 {
    width: 100%;
}

.wh {
    width: 100%;
    height: 100%;
}


/* 元素类型 */


/* 多出部分用省略号表示 , 用于一行 */

.wes,
.homeNewSwiper a .p1,
.homeNewSwiper a .p2,
.listThree a:first-child .p2,
.listThree a:not(:first-child) .p1,
.listThree a:not(:first-child) .p2 {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 多出部分用省略号表示 , 用于多行 */


/* flex布局 */

.df-sb,
.header-wrap,
.header-t,
.pup-t,
.pup-nav,
.tlinks,
.nav-wrap,
.nav-sub-wrap,
.normal-title .name,
.footCon,
.fot3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.df-sb::before,
.header-wrap::before,
.header-t::before,
.pup-t::before,
.pup-nav::before,
.tlinks::before,
.nav-wrap::before,
.nav-sub-wrap::before,
.normal-title .name::before,
.footCon::before,
.fot3::before,
.df-sb::after,
.header-wrap::after,
.header-t::after,
.pup-t::after,
.pup-nav::after,
.tlinks::after,
.nav-wrap::after,
.nav-sub-wrap::after,
.normal-title .name::after,
.footCon::after,
.fot3::after {
    content: normal;
}

.df-sb>*,
.header-wrap>*,
.header-t>*,
.pup-t>*,
.pup-nav>*,
.tlinks>*,
.nav-wrap>*,
.nav-sub-wrap>*,
.normal-title .name>*,
.footCon>*,
.fot3>* {
    float: left;
}


/* ie11-失效原因 */

.df-sa {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.df-sa::before,
.df-sa::after {
    content: normal;
}

.df-sa>* {
    float: left;
}


/* 垂直居中 */

.df-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tb-c {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.ts-c {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ts-mc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.ts-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.ts-y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/* 阴影效果 */


/* 滚动条滑块 */

.obj2cov,
.nav-sub .tip img,
.banner .swiper-slide .da img,
.listThree a:first-child .img img,
.listFour a.on .img img,
.swiperFZ .swiper-slide .det .img img,
.img2scl img,
.nav-sub .pic img,
.homeNewSwiper a .img img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

[hidden],
.hidden {
    height: 100%;
    overflow: hidden;
    /* display: none; */
}

.bodyhid {
    width: 100%;
    height: 100% !important;
    overflow: hidden !important;
}

.bodyhid2 {
    width: 100%;
    height: 100% !important;
    overflow: hidden !important;
}

.img2scl,
.nav-sub .pic,
.homeNewSwiper a .img {
    overflow: hidden;
}

.img2scl img,
.nav-sub .pic img,
.homeNewSwiper a .img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.img2scl:hover img,
.nav-sub .pic:hover img,
.homeNewSwiper a .img:hover img {
    transform: scale(1.2);
}

.en {
    text-transform: uppercase;
}

@keyframes rot {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 1.41285;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #FFF;
    scroll-behavior: smooth;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

img {
    border-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

a:active,
a:hover {
    outline: 0;
}

p {
    margin: 0;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

textarea {
    overflow: auto;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}


/* reset */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    outline: none;
}


/* .clear {
	clear: both;
} */

::before,
::after {
    content: "";
    position: absolute;
}

.clear::after,
.normal-title .name::after,
.clear::before,
.normal-title .name::before {
    position: relative;
    height: 0;
    content: "";
    display: block;
    clear: both;
}

.container,
.banner .page {
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

.container::after,
.banner .page::after {
    content: "";
    position: relative;
    clear: both;
    display: block;
}

@media (max-width: 1420px) {
    .container,
    .banner .page {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* 设置滚动条的样式 */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #DCE7E1;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #670c75;
}


/* 滚动槽 */

::-webkit-scrollbar-track {
    border-radius: 20px;
}

@keyframes and_none1 {
    from {
        transform: scale3d(1, 1, 1);
    }
    to {
        transform: scale3d(1.1, 1.1, 1);
    }
}

.menu {
    position: fixed;
    top: 3px;
    right: 0;
    transform: scale(0.65, 0.65);
    z-index: 950;
    width: 60px;
    height: 60px;
    background: #fff;
    animation: ripple_4 1s linear infinite;
    border-radius: 50%;
    cursor: pointer;
}

.menu1 {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: relative;
}

.menu1 span {
    position: absolute;
    width: 28px;
    height: 4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    font-size: 0;
}

.menu1 span:before {
    width: 4px;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 50px;
    background: #72318c;
}

.menu1 span::after {
    right: 0;
    top: 0;
    width: 22px;
    height: 100%;
    border-radius: 50px;
    background: #72318c;
}

.menu1 span:nth-child(1) {
    margin-top: -9px;
}

.menu1 span:nth-child(3) {
    margin-top: 9px;
}

.menu.cross {
    animation-name: ripple_5;
}

.menu.cross .menu1 span {
    margin: 0;
}

.menu.cross .menu1 span::before {
    width: 6px;
    border-radius: 50px 0 0 50px;
}

.menu.cross .menu1 span::after {
    border-radius: 0 50px 50px 0;
}

.menu.cross .menu1 span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.menu.cross .menu1 span:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg);
}

.menu.cross .menu1 span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.container,
.banner .page {
    max-width: 1600px;
}

.load {
    position: fixed !important;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999 !important;
}

.load * {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

.load .clearfix:after,
.load .clearfix:before {
    content: "";
    display: table;
}

.load .clearfix:after {
    clear: both;
}

.load ::before {
    content: "";
    position: relative;
}

.load a:active,
.load a:focus,
.load a:hover {
    text-decoration: none !important;
    outline: 0;
}

.load .npd {
    padding: 0;
}

.load li,
.load ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.load a:hover {
    opacity: 0.7;
    color: #fff;
}

.load .clear,
.load .normal-title .name,
.normal-title .load .name {
    clear: both;
}

.load img {
    max-width: 100%;
}

.load h1,
.load h2,
.load h3,
.load h4 {
    padding: 0;
    margin: 0;
}

.load .wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: #22262b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.load .comp {
    width: 100%;
    height: 194px;
    text-align: center;
}

.load .comp .monitor {
    width: 275px;
    height: 181px;
    display: block;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    padding: 9px;
    border: 1px solid #e0e2e2;
    background-color: #000;
}

.load .comp .mid {
    float: left;
    display: block;
    height: 100%;
    position: relative;
    background-color: #abadc6;
    width: 50%;
}

.load .comp .mid.codigo {
    background-color: #670c75;
}

.load .comp .site {
    overflow: hidden;
    position: absolute;
    width: 105px;
    height: 138px;
    bottom: 0;
    right: 0;
}

.load .comp .site .topbar {
    width: 100%;
}

.load .comp .site .cerrar {
    width: 100%;
    padding: 3px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 4px 4px 0 0;
    background-color: #afa895;
}

.load .comp .site .cerrar>div {
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #fff;
    margin: 0 1px;
}

.load .comp .site .inhead {
    padding: 2px;
    height: 5px;
    background-color: #ddd8cf;
}

.load .comp .site .inhead .item {
    width: 10px;
    height: 1px;
    background-color: #d1c9bf;
    margin: 0 1px;
    display: block;
    float: left;
}

.load .comp .txr .item {
    float: right;
}

.load .comp .inslid {
    width: 100%;
    height: 33px;
    background-color: #efebe2;
}

.load .comp .incont {
    padding-top: 10px;
    background: #fefaf0;
}

.load .comp .incont .item {
    background-color: #d1c9bf;
    width: 53px;
    height: 2px;
    display: block;
    margin: 1px auto 0;
}

.load .comp .incont .item:nth-child(1) {
    width: 20px;
}

.load .comp .incont .item:nth-child(2) {
    margin-top: 3px;
    width: 41px;
}

.load .comp .incont .item:nth-child(3) {
    width: 32px;
}

.load .comp .incont .item:nth-child(4) {
    width: 23px;
}

.load .comp .incont .wid {
    width: 100%;
    padding: 8px 1px;
}

.load .comp .incont .wid .itwid {
    width: 33.333%;
    float: left;
    height: 26px;
    padding: 0 3px;
}

.load .comp .incont .wid .itwid>div {
    width: 100%;
    height: 100%;
    background-color: #f5f1e6;
    position: relative;
}

.load .comp .incont .wid .itwid>div .contfoot {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #ebe5dc;
}

.load .comp .incont .infoot {
    background-color: #efebe2;
    height: 26px;
    width: 100%;
}

.load .comp .codigo {
    padding: 14px 0 14px 14px;
}

.load .comp .codigo .var {
    background-color: #ac5e47;
    animation: code;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
}

.load .comp .codigo .cont {
    background-color: #464748;
    animation: code;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

.load .comp .codigo .fun {
    background-color: #fbb053;
    animation: code;
    animation-duration: 0.2s;
    animation-iteration-count: infinite;
}

.load .comp .codigo .atr {
    background-color: #645572;
    animation: code;
    animation-duration: 0.1s;
    animation-iteration-count: infinite;
}

.load .comp .codigo .item {
    height: 3px;
    width: 20px;
    float: left;
    margin-right: 3px;
}

.load .comp .codigo .item.min {
    width: 13px;
}

.load .comp .codigo .item.lrg {
    width: 30px;
}

.load .comp .codigo .line {
    padding: 2px 0;
    width: 100%;
}

.load .comp .codigo .tab1 {
    padding-left: 5px;
}

.load .comp .codigo .tab2 {
    padding-left: 8px;
}

.load .comp .codigo .tab3 {
    padding-left: 10px;
}

.load .comp .codigo .tab4 {
    padding-left: 12px;
}

.load .base {
    width: 338px;
    height: 12px;
    background: #e0e2e2;
    display: block;
    margin: 0 auto;
    border-radius: 0 0 6px 6px;
}

@keyframes code {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 111;
    background: url(../images/header-bg.png) repeat-x bottom center;
    background-size: cover;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}

.header-wrap {
    padding-top: 16px;
}

.header .logo {
    max-width: 516px;
}

.header .logo a,
.header .logo img {
    width: 100%;
    display: block;
}

.header-t {
    justify-content: flex-end;
    height: 36px;
    line-height: 25px;
    color: #fff;
}

.header-t a,
.header-t span {
    color: inherit;
}

.header-t span {
    display: inline-block;
    margin: 0 10px;
}

.header-t a {
    position: relative;
}

.header-t a::after {
    background: #fff;
    height: 1px;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.header-t a:hover::after {
    width: 100%;
}

.header-t .search-box {
    width: 268px;
    height: 32px;
    border-radius: 50px;
    position: relative;
}

.header-t .search-box form {
    display: block;
    width: 100%;
    height: 32px;
}

.header-t .search-txt {
    width: 100%;
    height: 32px;
    border-radius: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    padding-left: 10px;
    font-size: 16px;
    color: #fff;
}

.header-t .search-txt::-moz-placeholder {
    font-size: 16px;
    color: #fff;
}

.header-t .search-txt::placeholder {
    font-size: 16px;
    color: #fff;
}

.header-t .search-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    border: none;
    border-radius: 50%;
    background: url(../images/icon-search.png) no-repeat center;
}

.header-r {
    width: calc(100% - 516px);
    padding-left: 3%;
}

.header.scroll {
    background-image: url(../images/header-bg2.png);
}

.header.scroll .header-wrap {
    padding-bottom: 2px;
}

.menu {
    display: none;
}

.menui {
    margin-left: 10px;
    display: block;
    position: static;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.menui .menu2 {
    width: 100%;
    height: 100%;
    position: relative;
}

.menui .menu2 span {
    position: absolute;
    width: 28px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    font-size: 0;
}

.menui .menu2 span::after {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 20px;
    height: 100%;
    border-radius: 50px;
    background: #72318c;
}

.menui .menu2 span:nth-child(1) {
    margin-top: -6px;
}

.menui .menu2 span:nth-child(3) {
    margin-top: 6px;
}

.pup {
    position: fixed;
    z-index: 999 !important;
    background-color: #670c75 !important;
    width: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: skewX(-10deg);
    transform-origin: left top;
    transition: all 0.5s;
    overflow: hidden;
}

.pup.open {
    width: 100%;
    transform: skewX(0);
}

.pup-wrap {
    padding: 40px 60px;
}

.pup .close {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

.pup .close::before {
    width: 35px;
    height: 2px;
    background-color: #fff;
    transform: translateY(25px) rotate(45deg);
}

.pup .close::after {
    width: 35px;
    height: 2px;
    background-color: #fff;
    transform: translateY(25px) rotate(-45deg);
}

.pup-nav {
    justify-content: flex-start;
    padding-top: 60px;
    padding-bottom: 40px;
    align-items: flex-start;
}

.pup-item {
    flex: 1;
    color: #fff;
    text-align: center;
}

.pup-item a {
    font-size: 18px;
    color: inherit;
    line-height: 35px;
}

.pup-item>a {
    font-size: 20px;
}

.pup-item ul {
    margin-top: 10px;
}

@keyframes ripple_4 {
    0% {
        box-shadow: 0 0 0 0 rgba(223, 169, 245, 0.6), 0 0 0 10px rgba(223, 169, 245, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(223, 169, 245, 0.3), 0 0 0 20px rgba(223, 169, 245, 0);
    }
}

@keyframes ripple_5 {
    0% {
        box-shadow: 0 0 0 0 rgba(223, 169, 245, 0.6), 0 0 0 10px rgba(223, 169, 245, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(223, 169, 245, 0.3), 0 0 0 20px rgba(223, 169, 245, 0);
    }
}

.tlinks-item {
    overflow: hidden;
}

.nav-item {
    flex: 1;
    text-align: center;
}

.nav-item:nth-child(4) {
    margin-right: 1%;
}

.nav-item:nth-child(5) {
    margin-right: 0.5%;
    margin-left: 0.5%;
}

.nav-item>a {
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-top: 20px;
    padding-bottom: 33px;
    line-height: 1;
    position: relative;
}

.nav-item>a::after {
    left: 0;
    right: 0;
    width: 0;
    bottom: 0;
    height: 4px;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.nav-item:hover>a::after {
    width: 100%;
}

.nav-item:hover .nav-sub {
    z-index: 10;
    animation: fadeIn 0.5s;
    display: block;
}

.nav-item i {
    display: none;
    position: relative;
}

.nav-sub {
    display: none;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    background: url(../images/nav-bg.png) no-repeat center;
    background-size: cover;
    border-top: 3px solid #8c5099;
}

.nav-sub-wrap {
    padding: 38px 0;
    position: relative;
    z-index: 10;
}

.nav-sub .pic {
    height: 220px;
    width: 390px;
}

.nav-sub .tip {
    max-width: 310px;
}

.nav-sub-list {
    width: 47.2%;
    text-align: left;
    align-self: flex-start;
}

.nav-sub-list .name {
    position: relative;
    border-bottom: 1px solid #8f8f8f;
    padding-top: 8px;
    line-height: 1;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 700;
    color: #670c75;
}

.nav-sub-list .name::after {
    width: 60px;
    height: 3px;
    left: 0;
    bottom: -2px;
    background: #670c75;
}

.nav-sub-list ul {
    padding-top: 20px;
    overflow: hidden;
}

.nav-sub-list ul li {
    min-width: 25%;
}

.nav-sub-list ul a {
    line-height: 40px;
    padding-left: 25px;
    background: url(../images/icon-nav.png) left center no-repeat;
    font-size: 18px;
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    position: relative;
}

.nav-sub-list ul a::after {
    background: #670c75;
    height: 2px;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.nav-sub-list ul a:hover {
    color: #670c75;
    font-weight: 700;
    padding-left: 20px;
    background-position: left 3px center;
}

.nav-sub-list ul a:hover::after {
    width: 100%;
}

.banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner .swiper-slide .da {
    width: 100%;
    max-width: 100vw;
    height: 100vh;
}

.banner .swiper-slide .txt {
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.banner .swiper-slide#slide1 .ba {
    position: absolute;
    width: 36.927vw;
    height: 23.90625vw;
    top: 2.3958vw;
    right: 3.6979vw;
}

.banner .swiper-slide#slide1 .txt {
    opacity: 0;
    max-width: 90%;
}

.banner .swiper-slide#slide1 .txt:first-child {
    transition-delay: 1500ms;
    top: 34%;
    left: 16.5625%;
    transform: translate(100px, -20px) scale(0.8);
}

.banner .swiper-slide#slide1 .txt:nth-child(2) {
    transition-delay: 2500ms;
    top: 47.7%;
    left: 11.197%;
    transform: translate(-100px, 20px) scale(0.8);
}

.banner .swiper-slide-active .da {
    animation: and_none1 9s linear infinite;
}

.banner .swiper-slide-active#slide1 .txt,
.banner .swiper-slide-active#slide6 .txt {
    opacity: 1;
}

.banner .swiper-slide-active#slide1 .txt:first-child,
.banner .swiper-slide-active#slide6 .txt:first-child {
    transform: translate(0, 0) scale(1);
}

.banner .swiper-slide-active#slide1 .txt:nth-child(2),
.banner .swiper-slide-active#slide6 .txt:nth-child(2) {
    transform: translate(0, 0) scale(1);
}

.banner .swiper-slide-active#slide2 .txt {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    margin: 0;
    bottom: 0;
    top: 0;
    left: auto;
    margin: auto;
    width: 52px;
    height: 52px;
}

.banner .swiper-button-prev {
    left: 100px;
    background: url(../images/icon-left1.png) no-repeat center;
}

.banner .swiper-button-next {
    right: 100px;
    background: url(../images/icon-right1.png) no-repeat center;
}

.banner .swiper-pagination {
    position: relative;
    z-index: 11;
    left: 0;
    bottom: 80px;
}

.banner .swiper-pagination span {
    width: 15px;
    height: 15px;
    margin: 0 8px;
    opacity: 1;
    position: relative;
    background-color: #fff;
}

.banner .swiper-pagination span.on {
    background: #670c75;
}

.banner .page {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 40px;
}

.banner .page-number {
    font-family: math;
    position: relative;
    z-index: 10;
    color: #fff;
}

.banner .page-number .current {
    font-size: 34px;
}

.banner .page-number .all {
    font-size: 23.5px;
}

.normal-title {
    padding-top: 50px;
    padding-bottom: 35px;
}

.normal-title .name {
    justify-content: flex-start;
    cursor: default;
}

.normal-title .name .txt {
    overflow: hidden;
    font-size: 36px;
    color: #72318c;
}

.normal-title .name .txt span {
    padding-left: 10px;
}

.normal-title .name .en {
    margin-left: 16px;
    margin-top: 10px;
    position: relative;
    padding-top: 10px;
    color: rgba(114, 49, 140, 0.6);
}

.normal-title .name .en::after,
.normal-title .name .en::before {
    height: 2px;
    background-color: rgba(114, 49, 140, 0.6);
    top: 0;
}

.normal-title .name .en::before {
    width: 20px;
    left: 0;
}

.normal-title .name .en::after {
    left: 23px;
    width: 5px;
}

.normal-title .more {
    font-size: 14px;
    color: #72318c;
    line-height: 30px;
    margin: 9px 0;
    background: url(../images/icon-more1.png) no-repeat right center;
    padding-right: 21px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.normal-title .more:hover {
    background-position-x: 100px;
    background-color: #72318c;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
}

.normal-title.cr .name .txt {
    color: #ac0c0c;
}

.normal-title.cr .name .en {
    color: rgba(172, 12, 12, 0.6);
}

.normal-title.cr .name .en::after,
.normal-title.cr .name .en::before {
    background-color: rgba(172, 12, 12, 0.6);
}

.normal-title.cr .more {
    color: #ac0c0c;
    background-image: url(../images/icon-more2.png);
}

.normal-title.cr .more:hover {
    background-color: #ac0c0c;
}

.page2024>* {
    z-index: 10;
    background-color: #fff;
}

.page2024 .header {
    z-index: 111;
    background-color: transparent;
}

.pageOne {
    background: url(../images/bg1.png) no-repeat center bottom fixed;
    background-size: cover;
    padding-bottom: 10px;
    position: relative;
}

.pageTwo {
    background: url(../images/bg2.png) no-repeat center;
    background-size: cover;
    padding-bottom: 74px;
    position: relative;
}

.page21 {
    width: 63.75%;
}

.page2-rig {
    width: 33.875%;
}

.pageThree {
    padding-bottom: 56px;
    padding-top: 50px;
    position: relative;
}

.page4 {
    position: relative;
}

.page4::before {
    width: 100%;
    top: 73px;
    left: 0;
    height: 1px;
    border-top: 1px dashed #670c75;
}

.homeNewCon {
    padding-bottom: 84px;
}

.homeNewLeft {
    width: calc(100% - 485px);
}

.homeNewLeft .listOne {
    width: 39.1%;
}

.homeNewRight {
    width: 440px;
    padding: 0 25px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18);
    padding-bottom: 18px;
}

.homeNewSwiper {
    width: 58.29%;
    margin: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.homeNewSwiper a {
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 10px 10px;
    position: relative;
}

.homeNewSwiper a .img {
    height: 446px;
    overflow: hidden;
}

.homeNewSwiper a .det {
    height: 108px;
    background-size: cover;
    padding: 20px 22px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0 0 10px 10px;
}

.homeNewSwiper a .tim {
    position: absolute;
    left: 15px;
    bottom: 128px;
    width: 110px;
    line-height: 32px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: rgba(103, 12, 117, 0.6);
}

.homeNewSwiper a .p1 {
    font-size: 20px;
    line-height: 31px;
    color: #670c75;
    font-weight: 700;
    width: calc(100% - 120px);
}

.homeNewSwiper a .p2 {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 10px;
}

.homeNewSwiper .swiper-pagination {
    width: auto;
    left: auto;
    right: 30px;
    bottom: 60px;
}

.homeNewSwiper .swiper-pagination span {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.homeNewSwiper .swiper-pagination span.on {
    background: #670c75;
}

.listOne a {
    display: block;
    height: 80px;
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.4);
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.listOne a:last-child {
    margin-bottom: 0;
}

.listOne a .lef {
    height: 100%;
    width: 79px;
    border-right: 1px solid #eaeaea;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.listOne a .lef .time {
    height: 80px;
    padding-top: 10px;
}

.listOne a .lef .time span,
.listOne a .lef .time p {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.listOne a .lef .time span {
    font-size: 30px;
    color: #670c75;
    line-height: 1;
    display: block;
}

.listOne a .lef .time p {
    font-size: 14px;
    line-height: 34px;
    color: #670c75;
}

.listOne a .rig {
    width: calc(100% - 79px);
    padding-left: 16px;
    padding-right: 16px;
}

.listOne a .rig .p1 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    color: #333;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.listOne a .rig .p1 span {
    color: #72318C;
    font-weight: bold;
    margin-right: 5px;
}

.listOne a:hover {
    box-shadow: 0 0 10px rgba(103, 12, 117, 0.5);
    background: #670c75;
}

.listOne a:hover .lef {
    border-right-color: #fff;
}

.listOne a:hover .lef .time span,
.listOne a:hover .lef .time p {
    color: #fff;
}

.listOne a:hover .rig .p1 {
    color: #fff;
}

.listOne a:hover .rig .p1 span {
    color: inherit;
}

.listTwo {
    border-left: 1px solid #e3e3e3;
}

.listTwo a {
    display: block;
    height: auto;
    margin-left: -2px;
    padding: 8px 15px;
    margin-bottom: 0;
    border-left: 4px solid #b566d5;
    border-width: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.listTwo a:last-child {
    margin-bottom: 0;
}

.listTwo a::before {
    width: 3px;
    height: 10px;
    left: 0;
    top: 19px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    background: linear-gradient(to right, #670c75, #670c75, #670c75);
}

.listTwo a p,
.listTwo a span {
    position: relative;
    z-index: 2;
}

.listTwo a p {
    width: 100%;
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    line-height: 30px;
}

.listTwo a span {
    font-size: 14px;
    color: #333;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.listTwo a:hover {
    transform: translateY(-5px);
    border-width: 4px;
}

.listTwo a:hover::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.listTwo a:hover p {
    color: #fff;
    font-weight: 700;
}

.listTwo a:hover span {
    color: #fff;
}

.listThree a {
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    overflow: hidden;
}

.listThree a .det {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.listThree a:first-child {
    width: 43.82%;
    float: left;
    height: 457px;
    background: #fff;
}

.listThree a:first-child .img {
    height: 288px;
    width: 100%;
}

.listThree a:first-child .det {
    border: 1px solid #dbdbdb;
    border-top: 0;
    height: 169px;
    padding: 20px 25px;
    display: flex;
    flex-wrap: wrap;
}

.listThree a:first-child .p1 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #b42929;
    font-size: 18px;
    line-height: 32px;
    height: 64px;
    order: 1;
}

.listThree a:first-child .p2 {
    color: #888;
    line-height: 28px;
    order: 3;
}

.listThree a:first-child .p3 {
    color: #888;
    line-height: 32px;
    order: 2;
}

.listThree a:first-child:hover {
    box-shadow: 0 0 10px rgba(172, 12, 12, 0.3);
    transform: translateY(-5px);
}

.listThree a:first-child:hover .p1 {
    font-weight: 700;
    color: #ac0c0c;
}

.listThree a:not(:first-child) {
    display: block;
    width: 51.96%;
    height: 135px;
    background: #fff;
    float: right;
    margin-bottom: 26px;
    padding: 20px 27px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.listThree a:not(:first-child)::after {
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #cb5119;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.listThree a:not(:first-child)>* {
    position: relative;
    z-index: 2;
}

.listThree a:not(:first-child):last-child {
    margin-bottom: 0;
}

.listThree a:not(:first-child) .img {
    display: none;
}

.listThree a:not(:first-child) .p1 {
    font-size: 18px;
    line-height: 40px;
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.listThree a:not(:first-child) .p2,
.listThree a:not(:first-child) .p3 {
    font-size: 14px;
    color: #888;
    line-height: 2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.listThree a:not(:first-child) .p3 {
    padding-left: 29px;
    background: url(../images/icon-time1.png) no-repeat left center;
}

.listThree a:not(:first-child):hover {
    transform: translateY(-10px);
    box-shadow: 0 0 15px rgba(172, 12, 12, 0.5);
    padding-left: 20px;
    padding-right: 20px;
}

.listThree a:not(:first-child):hover::after {
    width: 100%;
    background: #ac0c0c;
}

.listThree a:not(:first-child):hover .p1 {
    color: #fff;
    font-weight: 700;
}

.listThree a:not(:first-child):hover .p2 {
    color: #fff;
}

.listThree a:not(:first-child):hover .p3 {
    color: #fff;
    background-image: url(../images/icon-time3.png);
}

.listFour a {
    display: block;
    height: auto;
    border-bottom: 1px solid #bfb6c2;
    padding: 16px 0;
}

.listFour a .img {
    width: 0;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    display: none;
}

.listFour a .det {
    width: 100%;
    overflow: hidden;
}

.listFour a .det span {
    line-height: 30px;
    display: block;
    padding-left: 32px;
    font-size: 16px;
    background: url(../images/icon-time2.png) no-repeat left center;
    color: #333;
}

.listFour a .det p {
    width: calc(100% - 95px);
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #333;
}

.listFour a.on {
    height: 138px;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.5);
    padding: 0;
    overflow: hidden;
}

.listFour a.on .img {
    width: 195px;
    height: 138px;
    display: block;
}

.listFour a.on .det {
    width: calc(100% - 195px);
    padding: 10px 15px;
}

.listFour a.on .det span {
    color: #670c75;
    line-height: 40px;
    float: none;
    display: block;
}

.listFour a.on .det p {
    width: 100%;
    -webkit-line-clamp: 2;
}

.listFour a.on:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.szdw {
    background: url(../images/bg3.png) no-repeat center;
    background-size: cover;
    padding-bottom: 64px;
    position: relative;
    overflow: hidden;
}

.szdwToggle {
    height: 44px;
    width: 140px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-left: 36px;
}

.szdwToggle .btn {
    width: 50%;
    height: 100%;
    background: url(../images/icon-left2.png) no-repeat center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.szdwToggle .btn:hover {
    background-color: #670c75;
}

.szdwToggle .prev:hover+div {
    border: none;
}

.szdwToggle .next {
    background-image: url(../images/icon-right2.png);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.swiperszdwTwo {
    height: 100%;
    padding: 25px 10px 10px;
}

.swiperszdwTwo a {
    height: 100%;
    transition: all 0.3s;
    background: #fff;
    box-shadow: 0 0 15px rgba(145, 145, 145, 0.2);
    border-radius: 6px;
    border: 2px solid transparent;
}

.swiperszdwTwo a .img {
    width: 201px;
    height: 201px;
    margin: 80px auto 0;
    border-radius: 3px 3px 0 0;
    position: relative;
    background: url("../images/sz-icon-2.png") center center no-repeat;
}

.swiperszdwTwo a .img:after {
    width: 225px;
    height: 240px;
    background: url("../images/rc-line.png") center top 10px no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    z-index: 0;
    transform-origin: center center;
    animation: rot 3s linear 0s infinite;
    animation-play-state: paused;
    border-radius: 50%;
}

.swiperszdwTwo a .img img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.3s;
    z-index: 2;
    border-radius: 0 0 100px 100px;
}

.swiperszdwTwo a .det {
    margin-top: 24px;
    border-radius: 0 0 3px 3px;
    background: rgba(255, 255, 255, 0.65);
    height: calc(100% - 292px);
    padding: 0 19px;
}

.swiperszdwTwo a .det h3 {
    text-align: center;
    font-size: 26px;
    color: #670c75;
    line-height: 1;
}

.swiperszdwTwo a .det h5 {
    font-size: 18px;
    color: #796183;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
    padding-bottom: 28px;
    border-bottom: 1px dashed #e3d6e8;
}

.swiperszdwTwo a .det p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.swiperszdwTwo a .det em {
    font-style: normal;
    font-size: 15px;
    color: #670c75;
    margin-top: 15px;
    margin-bottom: 25px;
    display: inline-block;
}

.swiperszdwTwo a:hover {
    box-shadow: 0 0 10px rgba(103, 12, 117, 0.6);
    transform: translateY(-5px);
    border-color: #c0a6cc;
}

.swiperszdwTwo a:hover .img::after {
    animation-play-state: running;
}

.swiperszdwTwo a:hover h3 {
    color: #670c75;
}

.swiperszdwTwo a:hover p {
    color: #333;
}

.fz {
    position: relative;
    padding-top: 30px;
    padding-bottom: 190px;
    background: url(../images/bg5.png) #fff center bottom no-repeat;
    background-size: 100% auto;
    overflow-x: hidden;
}

.fz::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: url(../images/bg4.png) center top no-repeat;
    background-size: 100% auto;
}

.fz .container>*,
.fz .banner .page>*,
.banner .fz .page>* {
    position: relative;
    z-index: 2;
}

.fz2 .swiper-button-prev,
.fz2 .swiper-button-next {
    margin: auto;
    width: 47px;
    height: 47px;
}

.fz2 .swiper-button-prev {
    left: -58px;
    background: url(../images/icon-left3.png) no-repeat center;
}

.fz2 .swiper-button-next {
    right: -58px;
    background: url(../images/icon-right3.png) no-repeat center;
}

.swiperFZ {
    height: 350px;
}

.swiperFZ .swiper-slide {
    width: 280px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.swiperFZ .swiper-slide .det {
    padding-right: 10px;
    max-width: 100%;
    padding-left: 25px;
    position: relative;
}

.swiperFZ .swiper-slide .det::before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 8px;
    background: #670c75;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.swiperFZ .swiper-slide .det::after {
    left: 5px;
    top: 18px;
    width: 1px;
    height: 305px;
    background: #670c75;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.swiperFZ .swiper-slide .det h3 {
    font-size: 26px;
    line-height: 24px;
    color: #670c75;
    margin-bottom: 20px;
}

.swiperFZ .swiper-slide .det p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-bottom: 15px;
}

.swiperFZ .swiper-slide .det .img {
    width: 164px;
    height: 115px;
    border-radius: 10px;
    max-width: 100%;
}

.swiperFZ .swiper-slide.toggle .det::after {
    height: 0;
}

.swiperFZ .swiper-slide-active {
    padding-top: 80px;
}

.swiperFZ .swiper-slide-next {
    padding-top: 60px;
}

.swiperFZ .swiper-slide-next .det::after {
    height: 314px;
}

.swiperFZ .swiper-slide-next+div,
.swiperFZ .swiper-slide-next+div+div {
    padding-top: 10px;
}

.swiperFZ .swiper-slide-next+div .det::after {
    height: 390px;
}

.swiperFZ .swiper-slide-next+div+div .det::after {
    height: 330px;
}

.swiperLink {
    height: 125px;
}

.swiperLink a {
    text-align: center;
}

.swiperLink a .icon {
    border-radius: 50%;
    background: #f6edf7;
    border: 1px dashed #670c75;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px auto 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    width: 74px;
    height: 74px;
}

.swiperLink a .icon img {
    filter: brightness(0) invert(0.3);
}

.swiperLink a p {
    font-size: 18px;
    color: #333;
    line-height: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    margin-top: 0;
    font-weight: 700;
}

.swiperLink a:hover p {
    color: #670c75;
    animation: fadeInUp 0.5s;
}

.swiperLink a:hover .icon {
    background: #670c75;
    border-color: #670c75;
    box-shadow: 0 0 12px rgba(4, 0, 0, 0.38);
    animation: bounceIn 0.5s;
}

.swiperLink a:hover .icon img {
    display: block;
    animation: bounceIn 0.8s;
    filter: brightness(0) invert(1);
}

.footer {
    width: 100%;
    background: url(../images/bg6.png) center bottom no-repeat #fff;
    background-size: 100% auto;
    z-index: 10;
    position: relative;
}

.flogo a {
    padding: 10px 0;
}

.flogo a,
.flogo img {
    display: block;
    width: 100%;
}

.foot {
    padding-top: 12px;
    padding-bottom: 0;
    line-height: 2;
    color: #fff;
}

.footCon {
    height: 100%;
}

.foot a {
    color: inherit;
    position: relative;
}

.foot a::after {
    background: #fff;
    height: 1px;
    bottom: 0;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.foot a:hover::after {
    width: 100%;
}

.fot2 p {
    line-height: 36px;
}

.fot2 span {
    font-weight: 700;
}

.fot2 .icon {
    padding-left: 32px;
    background: url(../images/icon-addres.png) left center no-repeat;
}

.fot2 .phone {
    background-image: url(../images/icon-tel.png);
}

.fot3 {
    align-items: flex-end;
}

.xuhui {
    margin-left: 40px;
    text-align: center;
}

.xuhui .pic {
    width: 90px;
    height: 90px;
    align-items: center;
    border: 1px solid #fff;
    padding: 13px;
    border-radius: 8px;
}

.code img {
    width: 90px;
    height: 90px;
    display: block;
}

.code p {
    text-align: center;
}

@media (max-width: 1920px) {
    .footer {
        background-size: auto;
    }
}

@media (max-width: 1620px) {
    .container,
    .banner .page {
        padding-left: 10px;
        padding-right: 10px;
    }
    .fz2 .swiper-container {
        padding-left: 48px;
    }
    .fz2 .swiper-button-prev {
        left: 0;
    }
    .fz2 .swiper-button-next {
        right: 0;
    }
}

@media (max-width: 1600px) {
    .header .logo {
        width: 350px;
    }
    .header-r {
        width: calc(100% - 400px);
    }
    .nav-item>a {
        font-size: 18px;
        white-space: nowrap;
    }
    .fz2 .swiper-container {
        padding-right: 48px;
    }
    .banner .swiper-button-prev {
        left: 10px;
    }
    .banner .swiper-button-next {
        right: 10px;
    }
}

@media (max-width: 1360px) {
    .header {
        background-image: url(../images/header-bg2.png);
        background-size: auto;
    }
    .header-r {
        position: fixed;
        width: 100%;
        height: calc(100vh - 80px);
        top: 80px;
        left: 0;
        right: 0;
        background-color: #72318C;
        padding: 0;
        padding-top: 10px;
        display: none;
    }
    .header-r.cross {
        display: block;
        animation: fadeIn 0.3s;
    }
    .header-wrap {
        padding-top: 10px;
        padding-bottom: 10px !important;
    }
    .header-t {
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu {
        display: block;
        position: static;
    }
    .menui {
        display: none;
    }
    .nav {
        border-top: 2px solid #fff;
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    .nav-item {
        margin: auto !important;
        float: none;
        text-align: left;
        position: relative;
    }
    .nav-item>a {
        padding: 0 50px 0 10px;
        line-height: 50px;
        display: block;
    }
    .nav-item>a::after {
        display: none;
    }
    .nav-item i {
        position: absolute;
        top: 5px;
        right: 0;
        display: block;
        width: 40px;
        height: 40px;
        transition: all 0.3s;
        cursor: pointer;
    }
    .nav-item i::after,
    .nav-item i::before {
        width: 10px;
        height: 2px;
        background: #fff;
        left: 13px;
        top: 50%;
    }
    .nav-item i::before {
        transform: rotate(45deg);
    }
    .nav-item i::after {
        transform: translate(5px, 0) rotate(-45deg);
    }
    .nav-item:hover .nav-sub {
        display: none;
        animation: none;
    }
    .nav-item.show {
        background-color: #fff;
    }
    .nav-item.show>a {
        color: #670c75;
    }
    .nav-item.show i {
        transform: rotate(-180deg);
    }
    .nav-item.show i::after,
    .nav-item.show i::before {
        background: #333333;
    }
    .nav-wrap {
        display: block;
        max-height: calc(100vh - 300px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .nav-sub {
        display: none;
        position: static;
        background-color: #abadc6;
    }
    .nav-sub img,
    .nav-sub .tip,
    .nav-sub .pic {
        display: none;
    }
    .nav-sub-wrap {
        padding: 10px;
    }
    .nav-sub-list {
        width: 100%;
    }
    .nav-sub-list .name {
        display: none;
    }
    .nav-sub-list ul {
        padding: 0;
    }
    .nav-sub-list ul li {
        min-width: 50%;
    }
    .flogo {
        width: 350px;
        max-width: 100%;
    }
}

@media (max-width: 1100px) {
    .homeNewCon {
        padding-bottom: 60px;
    }
    .homeNewLeft,
    .homeNewRight {
        width: 100%;
        float: none;
    }
    .page21,
    .page2-rig {
        width: 100%;
        float: none;
    }
    .fz {
        background-size: auto;
    }
    .fot3 {
        display: none;
    }
}

@media (max-width: 1000px) {
    .footer {
        background-position-y: top;
        background-size: cover;
    }
    .foot {
        padding-bottom: 20px;
    }
    .footCon {
        display: block;
    }
    .footCon>* {
        float: none;
        font-size: 14px;
    }
    .footCon>img {
        display: none;
    }
    .foot .fot2 {
        margin-top: 10px;
    }
}

@media (max-width: 800px) {
    .header .logo {
        max-width: calc(100% - 70px);
    }
    .banner {
        margin-top: 80px;
        height: 60vw;
        min-height: 260px;
        /*             .page {
        bottom: 20px;
        &-number {
            .current {
                font-size: 24px;
            }
            .all {
                font-size: 14px;
            }
        }
    } */
    }
    .banner .swiper-slide .da {
        height: 60vw;
        min-height: 260px;
    }
    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        width: 36px;
        height: 36px;
        background-size: cover;
        bottom: 20px;
    }
    .banner .swiper-pagination {
        bottom: 40px;
    }
    .banner .swiper-pagination span {
        width: 10px;
        height: 10px;
    }
    .swiperBanner {
        //top: 80px;
        height: 60vw;
        min-height: 260px;
    }
    .normal-title {
        padding-top: 5vw;
        padding-bottom: 4vw;
    }
    .normal-title .name .txt {
        font-size: 30px;
    }
    .normal-title .name .txt img {
        width: auto;
        max-height: 41px;
    }
    .normal-title .name .txt span {
        padding-left: 1vw;
    }
    .normal-title .name .en {
        margin-left: 2vw;
        font-size: 14px;
    }
    .homeNewCon {
        padding-bottom: 6vw;
    }
    .homeNewSwiper {
        width: 100%;
        float: none;
    }
    .homeNewSwiper a .img {
        height: 56vw;
    }
    .homeNewSwiper a .tim {
        left: 10px;
        bottom: 118px;
    }
    .homeNewSwiper a .p1 {
        font-size: 18px;
    }
    .homeNewSwiper a .p2 {
        font-size: 14px;
    }
    .homeNewRight {
        border-radius: 10px;
        padding: 0 15px;
        margin-top: 4vw;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
        padding-bottom: 4vw;
    }
    .listOne {
        display: none;
    }
    .listTwo a {
        padding: 4px 10px;
    }
    .listTwo a:nth-child(4),
    .listTwo a:nth-child(5),
    .listTwo a:nth-child(6) {
        display: none;
    }
    .listTwo a p {
        font-size: 16px;
    }
    .listTwo a span {
        font-size: 13px;
    }
    .listThree a:nth-child(1) {
        display: none;
    }
    .listThree a:not(:first-child) {
        height: auto;
        width: 100%;
        float: none;
        margin-bottom: 16px;
        padding: 12px 15px;
    }
    .listThree a:not(:first-child) .p1 {
        font-size: 16px;
    }
    .listThree a:not(:first-child) .p2 {
        display: none;
    }
    .listThree a:not(:first-child) .p3 {
        font-size: 13px;
        padding-left: 20px;
    }
    .listFour a {
        height: auto;
        padding: 15px 0;
    }
    .listFour a:nth-child(4),
    .listFour a:nth-child(5) {
        display: none;
    }
    .listFour a .det p {
        font-size: 16px;
    }
    .listFour a .det span {
        font-size: 14px;
        padding-left: 26px;
        line-height: 30px;
    }
    .pageTwo {
        padding-bottom: 7vw;
    }
    .pageThree {
        padding-top: 6vw;
        padding-bottom: 5vw;
    }
    .swiperszdwTwo {
        padding: 10px;
    }
    .swiperszdwTwo a .img {
        margin-top: 10vw;
        width: 25.2vw;
        height: 25.2vw;
        background-size: cover;
    }
    .swiperszdwTwo a .img::after {
        width: 29vw;
        height: 30vw;
        background-size: 100% auto;
        background-position-y: 7px;
    }
    .swiperszdwTwo a .det h3 {
        font-size: 22px;
    }
    .swiperszdwTwo a .det h5 {
        font-size: 16px;
        margin-top: 2vw;
        padding-bottom: 3vw;
    }
    .swiperszdwTwo a .det p {
        margin-top: 2vw;
        font-size: 14px;
    }
    .swiperszdwTwo a .det em {
        font-size: 13px;
        margin-top: 2vw;
        margin-bottom: 3vw;
    }
    .szdw {
        padding-bottom: 7vw;
    }
    .fz {
        padding-bottom: 10vw;
    }
    .swiperLink a p {
        font-size: 16px;
    }
    .swiperLink a .icon {
        margin-top: 10px;
    }
    .fot2 p {
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .header-t {
        display: block;
        height: auto;
    }
    .header-t span {
        margin: 0 5px;
    }
    .header-t>* {
        width: 100%;
        float: none;
    }
    .header-t .search-box {
        margin-top: 10px;
        width: 100%;
        height: 46px;
    }
    .header-t .search-txt {
        height: 46px;
        border-radius: 12px;
    }
    .header-t .search-btn {
        width: 46px;
        height: 46px;
    }
    .tlinks {
        justify-content: flex-start;
    }
    .tlinks-item {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .fz2 .swiper-container {
        padding-top: 60px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .fz2 .swiper-slide {
        padding-top: 10px !important;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.75);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }
    .fz2 .swiper-slide .det {
        padding-left: 15px;
    }
    .fz2 .swiper-slide .det::after {
        height: 0;
    }
    .fz2 .swiper-slide .det h3 {
        font-size: 22px;
        margin-bottom: 2vw;
    }
    .fz2 .swiper-slide .det p {
        font-size: 14px;
        margin-bottom: 2vw;
    }
    .fz2 .swiper-button-prev,
    .fz2 .swiper-button-next {
        top: 0;
    }
}

@media (max-width: 550px) {
    .szdwToggle {
        display: none;
    }
    .footer {
        background: #72318C;
        padding: 10px 0;
    }
    .foot {
        padding: 0;
    }
    .flogo {
        margin: auto;
    }
    .flogo a {
        padding: 5px 0;
    }
    .fot2 .icon {
        background: none;
        padding-left: 0;
    }
    .fot2 p {
        text-align: center;
        line-height: 24px;
    }
    .listFour a {
        transition: all 0.3s;
    }
    .listFour a.on {
        padding: 15px 10px;
        height: auto;
    }
    .listFour a.on .img {
        display: none;
    }
    .listFour a.on .det {
        padding: 0;
        width: 100%;
    }
    .listFour a.on .det span {
        float: left;
        line-height: 30px;
    }
    .listFour a.on .det p {
        float: right;
        width: calc(100% - 95px);
        -webkit-line-clamp: 1;
    }
}

@media (max-width: 400px) {
    .swiperszdwTwo {
        padding: 10px;
    }
    .swiperszdwTwo a .img {
        width: 201px;
        height: 201px;
        margin: 80px auto 0;
        background-size: cover;
    }
    .swiperszdwTwo a .img::after {
        width: 225px;
        height: 240px;
        background-size: auto auto;
        background-position-y: 10px;
    }
}