@font-face {
    font-family: 'HarmonyOS_Sans_SC_Light';
    src: url("../Fonts/HarmonyOS_Sans_SC_Light.ttf");
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url("../Fonts/HarmonyOS_Sans_SC_Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    src: url("../Fonts/HarmonyOS_Sans_SC_Bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url("../Fonts/HarmonyOS_Sans_SC_Regular.ttf");
    font-display: swap;
}


.banenr .swiper-slide:nth-child(4) .pa {
    /* font-size: 54px; */
    position: relative;
    bottom: -3em;
}

.banenr .swiper-slide:nth-child(4) .pb {
    position: relative;
    top: -1.2em;
}

p {
    margin: 0;
}

html,
body {
    font-family: 'HarmonyOS_Sans_SC_Light';
}

body {
    overflow-x: hidden;
}

/*Top003171 */
.Top003171 {
    position: fixed;
    z-index: 105;
    left: 0;
    width: 100%;
    top: 0;
    transition: 0.5s;
}

.Top003171 .auto {
    position: relative;
}

.Top003171 header {
    height: calc(126 / 20 * 1em);
}

.Top003171 .logo {
    position: absolute;
    left: 0;
    top: 0;
    display: table;
    height: calc(126 / 16 * 1em);
    text-align: center;
    z-index: 80;
    transition: 0.5s;
}

.Top003171 .logo a {
    display: table-cell;
    vertical-align: middle;
}

.Top003171:not(.Top003171_fixed) .logo img.hover {
    display: none;
}

.Top003171 .logo img {
    width: calc(90 / 16 * 1em);
}

.Top003171 menu {
    display: table;
    margin: 0 auto;
    transition: 0.5s;
}

.Top003171 menu ul:nth-child(1) {
    float: left;
}

.Top003171 menu ul:nth-child(2) {
    float: right;
}

.Top003171 menu li {
    float: left;
    margin: 0 3vw;
}

.Top003171 menu li aside a {
    font-size: calc(20 / 16 * 1em);
    line-height: calc(126 / 20 * 1em);
    display: block;
    transition: 0.5s;
    background-position: center top;
}

.Top003171:not(.Top003171_fixed) menu li aside a {
    color: #fff;
}

.Top003171 menu li.aon aside a,
.Top003171 menu li aside a:hover {
    color: #003399;
}

.Top003171 .top-right {
    float: right;
}

.Top003171 .top-right dl>* {
    float: left;
}

.Top003171 .top-right dd:not(:first-child) {
    margin-left: calc(65 / 16 * 1em);
}

.Top003171 .open-menu,
.Top003171 .open-search {
    position: relative;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    cursor: pointer;
    transition: 0.5s;
}

.Top003171 .open-menu {
    width: calc(26 / 16 * 1em);
    height: calc(26 / 16 * 1em);
    background-image: url(../images/Top003171-menu-white.svg);
    z-index: 100;
}

.Top003171 .open-search {
    width: calc(22 / 16 * 1em);
    height: calc(22 / 16 * 1em);
    background-image: url(../images/Top003171-search-white.svg);
}

.Top003171 .open-search.on {
    opacity: 1;
    visibility: inherit;
}

.Top003171 .open-search.on:before,
.Top003171 .open-search.on:after {
    background-color: #000;
    height: 1px;
    width: 100%;
    left: 0;
}

.Top003171:not(.Top003171_fixed) .open-search.on:before,
.Top003171:not(.Top003171_fixed) .open-search.on:after {
    background-color: #fff;
}

.Top003171 .top-search {
    top: 100%;
    right: 0;
    max-width: 25em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    padding-right: 3.125em;
}

.Top003171 .top-search .btn {
    background-image: url(../images/Top003171-search-white.svg);
    background-size: auto 50%;
    width: 3.125em;
    background-color: #5a5a5a;
}

.Top003171 .top-search .text {
    font-size: 1em;
    height: 2.75em;
    line-height: 2.75;
}

.Top003171 .menu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 55%;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.Top003171 .menu-area .box {
    counter-increment: my;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}

.Top003171 .menu-area .box .inner {
    text-align: center;
    transition: 0.5s;
}

.Top003171 .menu-area h4.num {
    margin: 0;
    color: #333333;
    opacity: 0.3;
    font-size: 2.375em;
    display: none;
}

.Top003171 .menu-area h4.num:after {
    content: '0' counter(my);
    transition: 0.5s;
}

.Top003171 .menu-area .name {
    font-size: 1.5em;
    transition: 0.5s;
    color: #333;
}

.Top003171 .menu-area dd a {
    transition: 0.5s;
}

.menu-show {
    overflow: hidden;
}

.menu-show .Top003171 .open-menu.on {
    background-image: url(../images/Top003171-close.svg);
}

.menu-show .Top003171 .menu-area {
    opacity: 1;
    visibility: inherit;
}

.menu-show .Top003171 .menu-area .box {
    opacity: 1;
}

.menu-show .Top003171.hover menu {
    opacity: 0;
}

@media (min-width:1025px) {
    .Top003171 {
        padding: 0 calc(100 / 16 * 1em);
    }

    .Top003171 .auto {
        width: 100%;
    }

    .Top003171 .top-right {
        padding-top: calc(48 / 16 * 1em);
        transition: 0.5s;
    }

    .Top003171 .menu-area .box {
        float: left;
        width: calc(100% / 5);
        height: 100%;
        transform: translateY(-100vh);
    }

    .menu-show .Top003171 .menu-area .box {
        transform: translateY(0);
    }

    .Top003171 .menu-area h4.num {
        line-height: 25.73vh;
    }

    .Top003171 .menu-area .name {
        margin-bottom: 5.208vh;
    }

    .Top003171 .menu-area dd {
        line-height: 5vh;
    }

    .Top003171 .menu-area .box:not(:last-child) {
        border-right: 1px solid #ebebeb;
    }

    .Top003171 .menu-area .box .inner {
        height: 100%;
        padding-top: 30%;
    }

    .Top003171 .menu-area .box dd a:hover {
        color: #de97a3;
    }

    .Top003171.Top003171_fixed {
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

    .Top003171.Top003171_fixed header {
        height: calc(90 / 16 * 1em);
    }

    .Top003171.Top003171_fixed .top-right {
        padding-top: calc(30 / 16 * 1em);
    }

    .Top003171.Top003171_fixed .open-menu {
        background-image: url(../images/Top003171-menu-black.svg);
    }

    .Top003171.Top003171_fixed .logo {
        height: calc(90 / 16 * 1em);
    }

    .Top003171.Top003171_fixed .logo img.default {
        display: none;
    }

    .Top003171.Top003171_fixed .open-search {
        background-image: url(../images/Top003171-search-black.svg);
    }

    .Top003171.Top003171_fixed menu li aside a {
        line-height: calc(90 / 20 * 1em);
    }

    .menu-show .Top003171 .auto {
        position: inherit
    }

    .menu-show .top-right {
        position: absolute;
        right: 3%
    }

    .menu-show .dd2 {
        display: none
    }
}

@media (max-width:1300px) {
    .Top003171 menu li {
        margin: 0 1vw;
    }
}

@media (max-width:1024px) {
    .Top003171 {
        position: relative;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

    .Top003171 header {
        height: calc(90 / 16 * 1em);
    }

    .Top003171 .logo {
        height: calc(90 / 16 * 1em);
    }

    .Top003171 .logo img.default {
        display: none;
    }

    .Top003171 .logo img.hover {
        display: block !important;
    }

    .Top003171 .top-right {
        padding-top: calc(30 / 16 * 1em);
    }

    .Top003171 .top-right dd:not(:first-child) {
        margin-left: calc(30 / 16 * 1em);
    }

    .Top003171 .open-menu {
        background-image: url(../images/Top003171-menu-black.svg);
    }

    .Top003171 .menu-area {
        overflow: auto;
        background: #fff;
        height: 100%;
    }

    .Top003171 .menu-area .box {
        transform: translateX(-100vw);
    }

    .menu-show .Top003171 .menu-area .box {
        transform: translateX(0);
    }

    .Top003171 menu {
        display: none;
    }

    .Top003171 .open-menu {
        left: 2%;
    }

    .Top003171 .open-search {
        right: 2%;
    }

    .Top003171 .menu-area .box:not(:last-child) {
        border-bottom: 1px solid #ebebeb;
    }

    .Top003171 .menu-area .box .inner {
        padding: 2em;
    }

    .Top003171 .menu-area dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .Top003171 .menu-area dd {
        padding: 0.5em;
    }

    .Top003171 .menu-area .name {
        padding: 0.5em 0;
    }

    .Top003171 .open-search {
        background-image: url(../images/Top003171-search-black.svg);
    }

    .Top003171 .top-search {
        max-width: none;
        width: 100%;
        right: 0;
    }
}

/*Banner003069 */
.Banner003069 {
    position: relative;
    z-index: 1;
}

.Banner003069 .Ispic {
    height: 750px;
}

.Banner003069 .txt {
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
    color: #fff;
    text-align: center;
    padding: calc(230 / 16 * 1em) 0;
    background: url(../images/Banner003069-circle.svg) no-repeat center center;
    line-height: 1;
}

.Banner003069 .txt .cn {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    font-size: calc(54 / 16 * 1em);
    display: block;
    margin-bottom: calc(35 / 54 * 1em);
}

.Banner003069 .txt .en {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    text-transform: uppercase;
    font-size: calc(48 / 16 * 1em);
}

@media(max-width:1204px) {
    .Banner003069 .Ispic {
        height: 40vw;
    }
}

/* Menu002499  */
.Menu002499 {
    background: #003399;
}

.WapMenu {
    padding-top: 0;
    text-align: left;
}

.MenuBox {
    position: relative;
}

.MeunTop {
    padding: 0 calc(60 / 16 * 1em) 0 calc(15 / 16 * 1em);
    height: calc(50 / 16 * 1em);
    line-height: calc(50 / 16 * 1em);
    position: relative;
    font-weight: normal;
    color: #fff;
}

.PicList002497 .List ul li a .btn::after {
    display: none;
}

.MeunTop .menuBtn {
    display: block;
    width: calc(40 / 16 * 1em);
    height: calc(40 / 16 * 1em);
    position: absolute;
    right: 0;
    top: calc(5 / 16 * 1em);
    background: url(../images/Menu002499-menubtn.png) no-repeat center;
    background-size: contain;
}

.MeunTop .h3 {
    font-weight: normal;
    margin: 0;
}

.navMenu {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    width: 100%;
    background: #d4b571;
    color: #fff;
    z-index: 88;
}

.navMenu a {
    color: #fff;
    display: block;
    padding: calc(5 / 16 * 1em) calc(15 / 16 * 1em);
}

.navMenu a:hover,
.navMenu li.on a {
    background: rgba(255, 255, 255, 0.1);
}

@media screen and (min-width:1025px) {
    .Menu002499 {
        background: none;
        border-bottom: 1px solid #eee;
    }

    .MeunTop {
        display: none;
    }

    .navMenu {
        display: block;
        height: calc(90 / 16 * 1em);
        position: relative;
        background: none;
        color: #666;
    }

    .navMenu a {
        color: #333;
        font-size: calc(18 / 16 * 1em);
        padding: 0 calc(30 / 20 * 1em);
        line-height: calc(40 / 20 * 1em);
        border-radius: 5px;
        background: #f5f5f5;
        position: relative;
    }

    .navMenu a:after {
        position: absolute;
        content: '';
        width: calc(40 / 16 * 1em);
        height: calc(2 / 16 * 1em);
        background: #d4b571;
        left: 50%;
        margin-left: calc(-20 / 16 * 1em);
        bottom: -1px;
        opacity: 0;
        transition: 0.3s;
    }

    .navMenu a:hover:after,
    .navMenu li.on a:after {
        opacity: 1;
    }

    .navMenu ul {
        text-align: center;
    }

    .navMenu ul li {
        display: inline-block;
        padding: calc(25 / 16 * 1em) calc(8 / 16 * 1em);
    }

    .navMenu a:hover,
    .navMenu li.on a {
        color: #fff;
        background: #003399;
    }
}

/*RighInfo003141 */
.RighInfo003141 {
    background: url(../images/bg01.jpg) no-repeat center bottom;
    background-size: cover;
}

.RighInfo003141 .root-100 {
    padding: 1em 0 1.25em 0;
}

.RighInfo003141 .intro {
    margin-bottom: calc(40 / 16 * 1em);
}

.RighInfo003141 .intro .column {
    color: #003399;
    font-size: calc(18 / 16 * 1em);
    margin-bottom: calc(30 / 18 * 1em);
}

.RighInfo003141 .intro .column span {
    display: inline-block;
}

.RighInfo003141 .intro .column span:before,
.RighInfo003141 .intro .column span:after {
    display: inline-block;
    content: '';
    height: calc(12 / 18 * 1em);
    width: calc(12 / 18 * 1em);
    background: url(../images/icon-title.svg) no-repeat center center;
    background-size: auto calc(12 / 18 * 1em);
    vertical-align: middle;
}

.RighInfo003141 .intro .column span:before {
    margin-right: calc(20 / 18 * 1em);
}

.RighInfo003141 .intro .column span:after {
    margin-left: calc(20 / 18 * 1em);
}

.RighInfo003141 .intro .title {
    font-size: calc(44 / 16 * 1em);
    font-family: 'HarmonyOS_Sans_SC_Regular';
    line-height: calc(56 / 44 * 1em);
    color: #333;
    margin-bottom: calc(40 / 44 * 1em);
    max-width: 760px;
}

.RighInfo003141 .intro .info {
    font-size: calc(19 / 16 * 1em);
    line-height: calc(30 / 19 * 1em);
    color: #999;
}

.RighInfo003141 .intro p span {
    color: #d4b571;
}

.RighInfo003141 .tit {
    color: #d4b571;
    font-size: calc(18 / 16 * 1em);
    margin-left: calc(-40 / 18 * 1em);
    margin-bottom: calc(30 / 18 * 1em);
}

.RighInfo003141 .tit:before {
    display: inline-block;
    content: '';
    height: calc(2 / 18 * 1em);
    background: #d4b571;
    width: calc(90 / 18 * 1em);
    margin-right: calc(10 / 18 * 1em);
    vertical-align: middle;
}

.RighInfo003141 dl dd {
    padding-right: calc(80 / 16 * 1em);
}

.RighInfo003141 dl dd aside {
    font-size: calc(24 / 16 * 1em);
    line-height: 1;
    color: #d4b571;
    display: block;
    margin-bottom: calc(20 / 24 * 1em);
}

.RighInfo003141 dl dd p {
    font-size: calc(19 / 16 * 1em);
    line-height: calc(30 / 19 * 1em);
    color: #999;
    margin: 0;
}

@media (min-width:1025px) {
    .RighInfo003141 .left-img {
        width: 40%;
    }

    .RighInfo003141 .pic {
        position: relative;
    }

    .RighInfo003141 .left-img .pic:before {
        position: absolute;
        content: "";
        left: calc(-40 / 16 * 1em);
        bottom: 0;
        width: calc(40 / 16 * 1em);
        height: 60%;
        background: #d4b571;
    }

    .RighInfo003141 .intro .info {
        padding-left: 3.875em;
    }

    .RighInfo003141 dl dd {
        width: 50%;
        float: left;
    }
}

@media (max-width:1024px) {
    .RighInfo003141 dl dd {
        margin-bottom: calc(40 / 16 * 1em);
    }

    .RighInfo003141 .intro .title {
        font-size: calc(20 / 16 * 1em);
    }
}

.RighInfo003141 .number {
    margin-top: calc(40 / 16 * 1em);
    display: flex;
    flex-wrap: wrap;
}

.RighInfo003141 .number .item {
    text-align: center;
    padding: calc(35 / 16 * 1em) calc(20 / 16 * 1em);
    background: #fff;
    width: 24% !important;
    box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);
}

.RighInfo003141 .number .icon {
    line-height: 0;
    margin-bottom: calc(20 / 16 * 1em);
}

.RighInfo003141 .number .icon img {
    height: calc(55 / 16 * 1em);
}

.RighInfo003141 .number .txt p {
    font-size: calc(16 / 16 * 1em);
    margin-bottom: 0;
}

.RighInfo003141 .number .num {
    line-height: 0;
}

.RighInfo003141 .number .num * {
    display: inline-block;
    vertical-align: baseline;
}

.RighInfo003141 .number .num b {
    color: #d4b571;
    font-size: calc(50 / 16 * 1em);
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: 1;
}

.RighInfo003141 .number .num sub {
    font-size: calc(16 / 16 * 1em);
    color: #d4b571;
    margin-left: calc(5 / 16 * 1em);
}

.RighInfo003141 .number .num sup {
    font-size: calc(40 / 16 * 1em);
    color: #d4b571;
    vertical-align: top;
    line-height: 1;
    vertical-align: super;
}

.RighInfo003141 .number p {
    line-height: calc(26 / 18 * 1em);
    color: #999;
    font-size: calc(18 / 16 * 1em);
    margin: 0;
    margin-top: calc(10 / 16 * 1em);
    min-height: calc((26 / 18 * 1em)*2);
}

@media (min-width:1025px) {
    .RighInfo003141 .number .item {
        float: left;
        width: calc((100% - (10 / 16 * 1em)*3)/4);
    }

    .RighInfo003141 .number .item:not(:nth-child(4)) {
        margin-right: calc(10 / 16 * 1em);
    }
}

@media (max-width:1024px) {
    .RighInfo003141 .root-100 {
        padding: 10vw 0;
    }

    .RighInfo003141 .intro {
        padding-top: 0em;
        margin-bottom: 2em;
    }

    .RighInfo003141 .number .item {
        margin-bottom: calc(10 / 16 * 1em);
    }
}

/*Bottom002976*/
.Bottom002976 {
    background: #797979;
}

.Bottom002976,
.Bottom002976 a {
    color: #fff;
}

.Bottom002976 .top {
    padding-top: calc(60 / 16 * 1em);
    padding-bottom: calc(32 / 16 * 1em);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: calc(40 / 16 * 1em);
}

.Bottom002976 .logo {
    display: table;
    height: calc(75 / 16 * 1em);
}

.Bottom002976 .logo a {
    display: table-cell;
    vertical-align: middle;
}

.Bottom002976 .logo img {
    width: calc(110 / 16 * 1em);
}

.Bottom002976 nav {
    line-height: calc(75 / 16 * 1em);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.Bottom002976 .copyright {
    padding: calc(32 / 16 * 1em) 0;
    line-height: calc(30 / 16 * 1em);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: calc(70 / 16 * 1em);
}

.Bottom002976 .copyright .fr a {
    display: inline-block;
    margin-left: calc(25 / 16 * 1em);
}

.Bottom002976 .copyright .fr a:hover {
    color: #fff;
}

.Bottom002976 .b-left dl {
    line-height: 1;
    padding-left: calc(52 / 16 * 1em);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto calc(35 / 16 * 1em);
}

.Bottom002976 .b-left dl+dl {
    margin-top: calc(38 / 16 * 1em);
}

.Bottom002976 .b-left .hotline {
    background-image: url(../images/Bottom002976-icon_hotline.svg);
}

.Bottom002976 .b-left .email {
    background-image: url(../images/Bottom002976-icon_email.svg);
}

.Bottom002976 .b-left dt {
    margin-bottom: calc(18 / 16 * 1em);
}

.Bottom002976 .b-left .hotline dd {
    font-size: calc(24 / 16 * 1em);
}

.Bottom002976 .b-mid li {
    float: left;
    width: 32%;
    text-align: center;
    max-width: calc(97 / 1920 * 100vw);
}

.Bottom002976 .b-mid li:not(:nth-child(3)) {
    margin-right: calc(40 / 1920 * 100vw);
}

.Bottom002976 .b-mid li aside {
    margin-top: calc(15 / 16 * 1em);
}

.Bottom002976 .b-right .tit {
    font-size: calc(18 / 16 * 1em);
    margin-bottom: calc(20 / 18 * 1em);
}

.Bottom002976 .b-right li {
    margin-bottom: calc(5 / 16 * 1em);
}

.Bottom002976 .b-right li div {
    position: relative;
}

.Bottom002976 .b-right li label {
    color: rgba(255, 255, 255, 0.4);
    font-size: calc(14 / 16 * 1em);
    position: absolute;
    left: 0;
    top: 0;
    line-height: calc(35 / 14 * 1em);
}

.Bottom002976 .b-right .text {
    width: 100%;
    height: calc(35 / 16 * 1em);
    line-height: calc(35 / 16 * 1em);
    font-size: calc(16 / 16 * 1em);
    color: #fff;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.Bottom002976 .b-right .btn {
    width: calc(90 / 16 * 1em);
    height: calc(40 / 16 * 1em);
    background: #d4b571;
    color: #fff;
    font-size: calc(16 / 16 * 1em);
    cursor: pointer;
    border: none;
    margin-top: calc(20 / 16 * 1em);
}

@media(min-width:1025px) {
    .Bottom002976 .top .fr {
        width: calc(960 / 1920 * 100vw);
    }

    .Bottom002976 .b-mid {
        width: calc(600 / 1920 * 100vw);
        ;
    }

    .Bottom002976 .b-right {
        width: calc(360 / 1920 * 100vw);
    }
}

@media(max-width:1024px) {
    .Bottom002976 {
        text-align: center;
    }

    .Bottom002976 .top nav,
    .Bottom002976 .b-t {
        display: none;
    }

    .Bottom002976 .top {
        border-bottom: none;
        padding-top: calc(25 / 16 * 1em);
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .Bottom002976 .logo {
        margin: 0 auto;
    }

    .Bottom002976 .copyright {
        padding: calc(20 / 16 * 1em) 0;
        margin-top: calc(25 / 16 * 1em);
    }

    .Bottom002976 .copyright .fl {
        padding-bottom: calc(10 / 16 * 1em);
    }
}

/*PicList002497 */
.PicList002497 {
    background: url(../images/bg01.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.PicList00249788 {
    background: url(../images/bg04.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.PicList002497 .root-100 {
    padding: 1em 0 1.25em 0;
}

.PicList002497 .intro {
    text-align: center;
}

.PicList002497 .column {
    color: #003399;
    font-size: calc(18 / 16 * 1em);
    margin-bottom: calc(30 / 18 * 1em);
}

.PicList002497 .column span {
    display: inline-block;
}

.PicList002497 .column span:before,
.PicList002497 .column span:after {
    display: inline-block;
    content: '';
    height: calc(12 / 18 * 1em);
    width: calc(12 / 18 * 1em);
    background: url(../images/icon-title.svg) no-repeat center center;
    background-size: auto calc(12 / 18 * 1em);
    vertical-align: middle;
}

.PicList002497 .column span:before {
    margin-right: calc(20 / 18 * 1em);
}

.PicList002497 .column span:after {
    margin-left: calc(20 / 18 * 1em);
}

.PicList002497 .title {
    max-width: 700px;
    margin: auto;
    font-size: calc(44 / 16 * 1em);
    font-family: 'HarmonyOS_Sans_SC_Regular';
    line-height: calc(56 / 44 * 1em);
    color: #333;
    margin-bottom: calc(40 / 44 * 1em);
}

.PicList002497 .List * {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.PicList002497 .List ul li {
    padding-top: 100%;
    position: relative;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 5px;

    background: #fff;
    box-shadow: 0px 0.625em 4.375em rgb(0 0 0 / 5%);
}

@media screen and (min-width: 768px) {
    .PicList002497 .List ul li {
        padding: calc(35 / 16 * 1em) calc(20 / 16 * 1em);
    }
}

.PicList002497 .List ul li a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.PicList002497 .List ul li .imgBox {
    height: 100%;
    position: relative;
    width: 100%;
}

.PicList002497 .List ul li .imgWrap {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.PicList002497 .List ul li .txtCon {
    padding: calc(40 / 16 * 1em);
}

.PicList002497 .List ul li a .h3 {
    color: #333;
    font-size: calc(20 / 16 * 1em);
    font-weight: normal;
    line-height: calc(30 / 20 * 1em);
    margin: calc(20 / 20 * 1em) 0;
}

.PicList002497 .List ul li a .txtp {
    color: #999;
    line-height: calc(24 / 16 * 1em);
}

.PicList002497 .List ul li a .btn {
    margin-top: calc(40 / 16 * 1em);
}

.PicList002497 .List ul li a time {
    color: #999;
}

.PicList002497 .List ul li a .more {
    float: right;
    padding-right: 25px;
    color: #d4b571;
    position: relative;
    z-index: 1;
}

.PicList002497 .List ul li a .more:after {
    position: absolute;
    content: '';
    border: 6px solid transparent;
    border-left-width: 10px;
    border-left-color: #d4b571;
    top: 50%;
    margin-top: -5px;
    right: 0;
}

@media screen and (min-width:640px) {
    .PicList002497 .List ul li {
        width: calc((100% - 5px)/2);
        padding-top: 50%;
        float: left;
    }
}

@media screen and (min-width:768px) {
    .PicList002497 .List ul li {
        width: calc((100% - 30px)/4);
        padding-top: 30%;
    }

    .PicList002497 .List ul li:nth-child(4n) {
        margin-right: 0;
    }
}

.PicList002497 .List ul li a:hover {
    background: #d4b571;
}

.PicList002497 .List ul li a:hover lable,
.PicList002497 .List ul li a:hover .h3,
.PicList002497 .List ul li a:hover .txtp,
.PicList002497 .List ul li a:hover time,
.PicList002497 .List ul li a:hover .more {
    color: #fff;
}

.PicList002497 .List ul li a:hover .more:after {
    border-left-color: #fff;
}

@media (max-width:640px) {
    .PicList002497 .List ul li:nth-child(2n) {
        margin-right: 0;
    }
}

/*Page002623 */
.Page002623 {
    padding: 2vw 0 0;
    text-align: center;
    font-family: Arial;
}

.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages>span:not(.p_page) {
    display: none;
}

.Page002623 .Pages em {
    float: left;
    margin: 0 2vw;
    font-style: normal;
}

.Page002623 .Pages .p_page {
    display: table;
    margin: 0 auto;
}

.Page002623 .Pages a {
    float: left;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 0 5px;
}

.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover {
    color: #fff;
    background: #003399;
}

.Page002623 .Pages .p_page>a {
    font-size: 0;
    height: 40px;
    position: relative;
}

.Page002623 .Pages .p_page>a:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -10px;
}

.Page002623 .Pages .p_page>a.a_prev:before {
    border-right-color: #000;
    border-right-width: 8px;
}

.Page002623 .Pages .p_page>a.a_next:before {
    border-left-color: #000;
    border-left-width: 8px;
    margin-left: -4px;
}

.Page002623 .Pages a.a_prev:hover:before {
    border-right-color: #fff;
}

.Page002623 .Pages a.a_next:hover:before {
    border-left-color: #fff;
}

@media(max-width:640px) {
    .Page002623 .Pages em {
        display: none;
    }

    .Page002623 .Pages a {
        background-color: #eee;
    }
}

/*News_detail*/
.News_detail {
    background: url(../images/bg01.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.News_detail table{margin:0 auto !important;}

.News_detail .root-100 {
    padding: 1em 0 1.25em 0;
}

.News_detail .news_info .title {
    text-align: center;
    padding-bottom: 3%;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: calc(50 / 16 * 1em)
}

.News_detail .news_info .title h1 {
    margin: 0;
    padding-bottom: 1%;
    font-size: calc(30 / 16 * 1em);
    font-weight: 400;
    color: #000
}

.News_detail .news_info .title aside span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.5em 0.5em;
    font-size: calc(19 / 16 * 1em);
    line-height: calc(30 / 19 * 1em);
    color: #999;
}

.News_detail .news_info .title .social-share {
    display: inline-block;
}

.News_detail .social-share a {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    margin: 0 0 0 1em;
}

.News_detail .social-share a:before {
    display: none;
}

.News_detail .social-share a.icon-wechat {
    background-image: url("../images/RighInfo002973_share_wx.png");
}

.News_detail .social-share a.icon-weibo {
    background-image: url("../images/RighInfo002973_share_sina.png");
}

.News_detail .social-share a.icon-qq {
    background-image: url("../images/RighInfo002973_share_qz.png");
}

.News_detail .news_info .info {
    text-justify: inter-ideograph
}

.News_detail .news_info .center {
    text-align: center
}

.News_detail .info {
    font-size: calc(19 / 16 * 1em);
    line-height: calc(30 / 19 * 1em);
    color: #999;
}

.News_detail .bot {
    position: relative;
    margin-top: calc(50 / 16 * 1em);
    padding-top: calc(50 / 16 * 1em);
    border-top: 1px dashed #d2d2d2
}

.News_detail .info_back {
    text-align: center;
    clear: both;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.News_detail .info_back a {
    position: relative;
    color: #fff;
    display: block;
    width: calc(150 / 16 * 1em);
    line-height: 3;
    border-radius: calc(100 / 16 * 1em);
    background: #d4b571;
}

.News_detail .info_back a:hover {
    opacity: 0.8;
}

.News_detail .info_pn span {
    display: block;
    ;
    margin: 1% 0;
    font-size: calc(19 / 16 * 1em);
    line-height: calc(30 / 19 * 1em);
}

.News_detail .info_pn span a {
    color: #666
}

@media(max-width:1024px) {
    .News_detail .info_back {
        position: relative
    }
}

@media(max-width:768px) {
    .News_detail .info * {
        max-width: 100% !important
    }

    .News_detail .info .rich_media_area_primary_inner {
        max-width: 100% !important
    }

    .News_detail .info_back a {
        width: 100%;
        margin-bottom: 2%
    }

    .News_detail .news_info .title h1 {
        font-size: 18px;
        line-height: 1.5
    }

    .News_detail .news_info .title aside span {
        font-size: 16px;
    }
}

/*Floor003203 */
.Floor003203 {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}

.Floor003203 .root-100 {
    padding: 0em 0 1em 0;
}

.Floor003203 .column {
    color: #003399;
    font-size: calc(18 / 16 * 1em);
    margin-bottom: calc(30 / 18 * 1em);
}

.Floor003203 .column span {
    display: inline-block;
}

.Floor003203 .column span:before,
.Floor003203 .column span:after {
    display: inline-block;
    content: '';
    height: calc(12 / 18 * 1em);
    width: calc(12 / 18 * 1em);
    background: url(../images/icon-title.svg) no-repeat center center;
    background-size: auto calc(12 / 18 * 1em);
    vertical-align: middle;
}

.Floor003203 .column span:before {
    margin-right: calc(20 / 18 * 1em);
}

.Floor003203 .column span:after {
    margin-left: calc(20 / 18 * 1em);
}

.Floor003203 .title {
    font-size: calc(44 / 16 * 1em);
    font-family: 'HarmonyOS_Sans_SC_Regular';
    line-height: calc(56 / 44 * 1em);
    color: #333;
    margin-bottom: calc(40 / 44 * 1em);
}


.Floor003203 .intro {
    text-align: left;
}

.Floor003203 .intro-title {
    width: calc(100% - 45.334%);
}

.Floor003203 .intro-desc {
    font-size: calc(19 / 16 * 1em);
    line-height: calc(30 / 19 * 1em);
    color: #999;
    position: relative;
}

.Floor003203 .intro-desc:before {
    position: absolute;
    content: "“";
    left: calc(-20 / 48 * 1em);
    top: 0;
    font-size: calc(48 / 16 * 1em);
    color: #999;
}

.Floor003203 .slider li {
    float: left;
    width: 20%;
    cursor: pointer;
}

.Floor003203 .slider li {
    height: 20em;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.Floor003203 .slider li.slick-slide {
    transform: scale(0);
}

.Floor003203 .slider li.slick-active {
    transform: scale(1);
}


.Floor003203 .slick-dots {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    display: inline-block;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.Floor003203 .slick-dots li {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid transparent;
    margin: 0 9px;
    position: relative;
    border-radius: 50%;
}

.Floor003203 .slick-dots li button {
    position: absolute;
    background: #ffffff;
    font-size: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.Floor003203 .slick-dots li.slick-active {
    border-color: #d4b571;
}

@media(max-width:1024px) {
    .Floor003203 .slick-dots li {
        width: 20px;
        height: 20px;
        margin: 0 4px;
    }
}

.Floor003203 .slider li .pic {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20em;
    height: 20em;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: -1.25em 0px 1.25em rgba(0, 0, 0, 0.05);
    margin: -10em 0 0 -10em;
}

.Floor003203 .slider li:nth-child(3) {
    z-index: 10;
}

.Floor003203 .slider li:nth-child(3) .pic {
    background-color: #d4b571;
    transform: translateY(-4.375em);
}

.Floor003203 .slider li:nth-child(3) .pic img {
    filter: grayscale(100%) brightness(500%);
}

.Floor003203 .slider li:nth-child(2),
.Floor003203 .slider li:nth-child(5) {
    z-index: 4;
}

.Floor003203 .slider li .ytable {
    height: 100%;
    text-align: center;
}

.Floor003203 .slider li .pic img {
    max-width: 90%;
}



@media (min-width:1025px) {
    .Floor003203 .slider {
        margin-top: 0;
        overflow: hidden;
        padding-top: 20%;
        padding-left: 4em;
        padding-right: 4em;
        padding-bottom: 3%;
    }

    .Floor003203 .slider li.slick-center .pic {
        background: #d4b571;
        transform: translateY(-4.375em);
    }

    .Floor003203 .slider li.slick-center .pic img {
        filter: invert(100%) sepia(247%) saturate(0%) hue-rotate(0) brightness(500%) contrast(100%);
    }

    .Floor003203 .slider .draggable {
        overflow: visible;
    }

    .Floor003203 .root-100 .auto.w_86 {
        max-width: 1469px;
        overflow: visible;
    }

    .Floor003203 .intro-desc {
        width: 45.334%;
    }
}

@media (max-width:1024px) {
    .Floor003203 .auto {
        padding: 3em 0;
    }

    .Floor003203 .intro-title {
        margin-bottom: 2em;
    }

    .Floor003203 .slider {
        margin-top: 4em;
    }

    .Floor003203 .slider li {
        height: 2em;
    }

    .Floor003203 .slider li .pic {
        width: 12em;
        height: 12em;
        margin: -6em 0 0 -6em;
    }

    .Floor003203 .slider li:nth-child(3) .pic {
        transform: translateY(-2em);
    }
}

.field {
    background: url(../images/bg02.jpg) no-repeat center bottom;
    background-size: auto;
    overflow: hidden;
}

.characteristic {
    padding: 1em 0 1.25em 0;
    background: url(../images/bg02.jpg) no-repeat center bottom;
    background-size: cover;
}

.characteristic .column {
    color: #003399;
    font-size: calc(18 / 16 * 1em);
    margin-bottom: calc(30 / 18 * 1em);
}

.characteristic .column span {
    display: inline-block;
}

.characteristic .column span:before,
.characteristic .column span:after {
    display: inline-block;
    content: '';
    height: calc(12 / 18 * 1em);
    width: calc(12 / 18 * 1em);
    background: url(../images/icon-title.svg) no-repeat center center;
    background-size: auto calc(12 / 18 * 1em);
    vertical-align: middle;
}

.characteristic .column span:before {
    margin-right: calc(20 / 18 * 1em);
}

.characteristic .column span:after {
    margin-left: calc(20 / 18 * 1em);
}

.characteristic .tit {
    font-size: calc(44 / 16 * 1em);
    font-family: 'HarmonyOS_Sans_SC_Regular';
    line-height: calc(56 / 44 * 1em);
    color: #333;
    margin-bottom: calc(40 / 44 * 1em);
}

.characteristic .tit span {
    position: relative;
    z-index: 5;
    line-height: 1;
}

.characteristic .tit span:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: calc(9 / 44 * 1em);
    background: -moz-linear-gradient(left, rgba(212, 181, 113, 1) 0%, rgba(212, 181, 113, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(212, 181, 113, 1) 0%, rgba(212, 181, 113, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(212, 181, 113, 1) 0%, rgba(212, 181, 113, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf9c50', endColorstr='#00bf9c50', GradientType=1);
    /* IE6-9 */
}

.characteristic .info {
    font-size: calc(19 / 16 * 1em);
    line-height: calc(30 / 19 * 1em);
    color: #999;
    margin-bottom: calc(40 / 19 * 1em);
}

.characteristic.box3 {
    background: none;
}

.characteristic.box3 .intro {
    position: relative;
}

.characteristic.box3 .word {
    position: absolute;
    right: 3em;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    background: rgba(212, 181, 113, 0.95);
}

.characteristic.box3 p {
    font-size: calc(19 / 16 * 1em);
    text-align: justify;
    line-height: calc(30 / 19 * 1em);
    color: #fff;
    margin: 0;
}

@media (min-width:1025px) {
    .characteristic.box3 .intro .word {
        padding: 3em;
    }
}

.characteristic.box2 {
    background: #f9f9f9;
}

.characteristic.box2 .intro {
    background: #fff;
    box-shadow: 1.5em 2em 3em rgb(0 0 0 / 5%);
}

.characteristic.box2 dd+dd {
    margin-top: 2vw;
}

.characteristic dl dd h2 {
    color: #d4b571;
    font-size: calc(24 / 16 * 1em);
    line-height: 2;
    font-weight: normal;
    margin: 0;
}

.characteristic dl dd h2 i {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #d4b571;
    display: inline-block;
    vertical-align: top;
    margin-right: calc(10 / 24 * 1em);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
}

.characteristic dl dd:nth-child(1) h2 i {
    background-image: url(../images/icon01.svg);
}

.characteristic dl dd:nth-child(2) h2 i {
    background-image: url(../images/icon02.svg);
}

.characteristic dl dd p {
    font-size: calc(19 / 16 * 1em);
    line-height: calc(30 / 19 * 1em);
    color: #999;
    margin: 0;
    margin-top: calc(10 / 16 * 1em);
}

@media (min-width:1025px) {
    .characteristic.box2 .intro .img {
        width: 55%;
    }

    .characteristic.box2 .intro .word {
        padding: 0 3.25em;
    }
}

.characteristic.box1 .main {
    position: relative;
}

.characteristic.box1 .slick-list {
    overflow: inherit;
}

.characteristic.box1 .slider li:not(.slick-active) {
    opacity: 0;
}

.characteristic.box1 .slider li .inner {
    text-align: center;
    margin: 0 9px;
    padding: calc(35 / 16 * 1em) calc(25 / 16 * 1em);
    background: #fff;
    height: 100%;
    box-shadow: 0px 0.625em 4.375em rgb(0 0 0 / 5%);
}

.characteristic.box1 .slick-list .slick-track {
    display: flex;
}

.characteristic.box1 .slick-list .slick-track .slick-slide {

    height: auto !important;
}

.characteristic.box1 .slider li .txt {
    width: 100%;
}

.characteristic.box1 .slider li .name {
    font-size: calc(20 / 16 * 1em);
    color: #d4b571;
    margin: calc(10 / 24 * 1em) 0;
    white-space: normal;
}

.characteristic.box1 .slider li .txt pre {
    line-height: calc(26 / 16 * 1em);
    color: #999;
    font-size: calc(16 / 16 * 1em);
    white-space: normal;
    -webkit-line-clamp: inherit;

}

.characteristic.box1 .but .slick-arrow {
    position: absolute;
    z-index: 20;
    cursor: pointer;
    padding: 0;
    border: 2px solid #c2c2c2;
    border-radius: 50%;
    background: url("../images/icon-more.svg") no-repeat center center;
    background-size: auto 12px;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    transition: 0.3s;
}

.characteristic.box1 .but .slick-prev {
    transform: rotateY(180deg);
    left: -60px;
}

.characteristic.box1 .but .slick-next {
    right: -60px;
}

.characteristic.box1 .but .slick-arrow:hover {
    border-color: transparent;
    background-image: url("../images/icon-more-white.svg");
    background-color: #003399;
}

@media(min-width:1501px) {
    .characteristic.box1 .main .slider ul {
        margin: 0 -5px;
    }
}

@media(max-width:1024px) {
    .characteristic {
        padding: 10vw 0;
    }

    .characteristic.box1 .slider li .txt {
        padding: 5vw;
    }
}

@media(max-width:480px) {
    .characteristic.box1 .but .slick-arrow {
        width: 10vw;
        height: 10vw;
    }

    .characteristic.box1 .but .slick-prev {
        margin-right: 5vw;
    }
}



.sercon003 {
    padding: 0 0 1.25em 0;
}

.sercon003 .title {
    font-size: 30px;
    font-weight: normal;
    font-family: 'HarmonyOS_Sans_SC_Regular';
    color: #333;
    margin-bottom: 3%;
    line-height: 1;
}

.sercon003 .title i {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background: url(../images/sercon.svg) no-repeat center center;
    background-size: auto;
}

.sercon003 .list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.sercon003 .list li:nth-child(3n) {
    margin-right: 0;
}

.sercon003 .list li .pic {
    width: 4em;
}

.sercon003 .list li .pic img {
    border-radius: 100%;
}

.sercon003 .list li .name {
    padding-left: 1.875em;
}

.sercon003 .list li .name h2 {
    font-weight: normal;
    font-size: 22px;
    margin: 0 0 10px 0;
}

.sercon003 .list li .name h2 span {
    font-size: 16px;
    color: #666;
}

.sercon003 .list li .name p {
    margin: 0;
}

.sercon003 .list li .name p img {
    width: 18px;
    margin-right: 10px;
}



/*TextList002514 */
.TextList002514 .list {
    background: #fff;
    padding: 0 3%;
    margin-bottom: 15px;
}

.TextList002514 .job-title {
    line-height: 30px;
    padding: 18px 0;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    font-weight: normal;
    color: #333;
}

.TextList002514 .job-title i {
    position: absolute;
    width: 22px;
    height: 22px;
    background: #d4b571;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -11px;
}

.TextList002514 .job-title i::before,
.TextList002514 .job-title i::after {
    position: absolute;
    content: '';
    background: #fff;
}

.TextList002514 .job-title i::before {
    left: 20%;
    width: 60%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.TextList002514 .job-title i::after {
    left: 50%;
    margin-left: -1px;
    width: 2px;
    top: 20%;
    height: 60%;
}

.TextList002514 .job-title.select i::after {
    display: none;
}

.TextList002514 .job-title.select {
    color: #d4b571;
}

.TextList002514 .job-main {
    display: none;
    padding: 22px 0;
    border-top: 1px dotted #e5e5e5;
}

.TextList002514 .job-email {
    color: #d4b571;
    padding: 30px 0;
    font-size: 18px;
}

.TextList002514 .job-main .job-info {
    font-size: 18px;
}



/*Floor002686 */
.Floor002686 {
    margin: 5.3% 0;
    position: relative;
}

.Floor002686 .intro {
    text-align: center;
    position: relative;
}

.Floor002686 .column {
    color: #003399;
    font-size: calc(18 / 16 * 1em);
    margin-bottom: calc(60 / 18 * 1em);
}

.Floor002686 .column span {
    display: inline-block;
}

.Floor002686 .column span:before,
.Floor002686 .column span:after {
    display: inline-block;
    content: '';
    height: calc(12 / 18 * 1em);
    width: calc(12 / 18 * 1em);
    background: url(../images/icon-title.svg) no-repeat center center;
    background-size: auto calc(12 / 18 * 1em);
    vertical-align: middle;
}

.Floor002686 .column span:before {
    margin-right: calc(20 / 18 * 1em);
}

.Floor002686 .column span:after {
    margin-left: calc(20 / 18 * 1em);
}

.Floor002686 .title {
    font-size: calc(44 / 16 * 1em);
    font-family: 'HarmonyOS_Sans_SC_Regular';
    line-height: calc(56 / 44 * 1em);
    color: #333;
    margin-bottom: calc(40 / 44 * 1em);
}

.Floor002686 .more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
    width: 159px;
    line-height: 48px;
    background: #fff;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.Floor002686 .more:hover {
    box-shadow: 0 15px 30px rgba(52, 62, 80, 0.55);
    color: #d4b571;
    border-color: transparent;
}

.Floor002686 .home-title b {
    display: block;
    font-size: 30px;
    color: #333;
}

.Floor002686 .home-title span {
    font-size: 20px;
}

@media(max-width:640px) {
    .Floor002686 .home-title b {
        font-size: 24px;
    }

    .Floor002686 .home-title span {
        font-size: 16px;
    }

    .Floor002686 .more {
        width: 100px;
        line-height: 35px;
        margin-top: -18px;
    }
}

.Floor002686 .main {
    position: relative;
}

.Floor002686::before {
    position: absolute;
    left: 0;
    top: 12%;
    width: 100%;
    height: 80%;
    content: '';
    background: url(../images/Floor002686_bg.jpg) no-repeat center center;
    background-size: cover;
}

.Floor002686 .main .auto {
    position: relative;
    z-index: 3;
}

.Floor002686 .main .info {
    width: 34.375%;
}

.Floor002686 .main .edit-info {
    padding-left: 5%;
    padding-right: 10%;
    padding-bottom: 28%;
}

.Floor002686 .main .list dd {
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 2%;
    width: 32%;
}

.Floor002686 .main .list dd img {
    display: block;
    width: 100%;
}

.Floor002686 .main .list dd .txt {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 15px solid rgba(0, 0, 0, 0);
    transition: 0.3s;
}

.Floor002686 .main .list dd .txt ul {
    transition: 0.3s ease-in-out;
    position: absolute;
    left: -16px;
    bottom: -16px;
    padding: 5%;
    right: -16px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    /* IE6-9 */
}

.Floor002686 .main .list dd:hover {
    box-shadow: 0 15px 30px rgba(52, 62, 80, 0.55);
}

.Floor002686 .main .list dd:hover .txt {
    background: rgb(212 181 113 / 0.82);
}

.Floor002686 .main .list dd:hover .txt ul {
    left: 0;
    right: 0;
    bottom: -1px;
}

.Floor002686 .main .list dd .txt li {
    overflow: hidden;
}

.Floor002686 .main .list dd .txt li a {
    font-weight: bold;
    line-height: 45px;
    float: left;
    max-width: 100%;
    font-size: 24px;
    color: #fff;
    padding-right: 15%;
    position: relative;
}

.Floor002686 .main .list dd:nth-child(1) {
    margin-top: 8%;
}

.Floor002686 .main .list dd:nth-child(2) {
    margin-top: -4%;
}

.Floor002686 .main .list dd:nth-child(3) {
    margin-top: 5%;
    margin-right: 0;
}

.Floor002686 .main .list p {
    color: #fff;
    display: none;
}

.Floor002686 .main .list dd:hover p {
    color: #fff;
    display: block;
}

.Floor002686 .main .list dd:hover .txt ul {
    background: none;
    padding: 0;
}

@media(max-width:1366px) {
    .Floor002686 .main .list dd .txt li a {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:1024px) {

    .Floor002686 .ytable,
    .Floor002686 .ytable-cell {
        display: block;
        width: auto !important;
    }

    .Floor002686 .main .list dd {
        margin-top: 0 !important;
    }

    .Floor002686 .main .edit-info {
        padding: 3%;
    }
}

@media(max-width:480px) {
    .Floor002686 .main .list {
        padding: 0 5%;
    }

    .Floor002686 .main .list dd {
        float: none;
        width: auto;
        margin: 0 0 3% 0 !important;
    }
}

.edit-css-2686 {
    color: #333;
}

.edit-css-2686 h1 {
    font-size: 34px;
    line-height: 44px;
}

.edit-css-2686 p {
    color: #d4b571;
    line-height: 2;
    font-size: 1.25em;
    font-weight: 700;
    position: relative;
    padding-left: 4%;
}

.edit-css-2686 p::before {
    position: absolute;
    content: "";
    background: #d4b571;
    width: 2px;
    height: 20px;
    top: 0.5em;
    left: 0;
}

@media(max-width:1366px) {
    .edit-css-2686 h1 {
        font-size: 24px;
        line-height: normal;
    }
}





/*PicList002433 */
/*slick Basic*/
.PicList002433 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.PicList002433 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.PicList002433 .slick-list:focus {
    outline: none
}

.PicList002433 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.PicList002433 .slick-slider .slick-track,
.PicList002433 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.PicList002433 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.PicList002433 .slick-track:before,
.PicList002433 .slick-track:after {
    display: table;
    content: '';
}

.PicList002433 .slick-track:after {
    clear: both;
}

.PicList002433 .slick-loading .slick-track {
    visibility: hidden;
}

.PicList002433 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.PicList002433 .slick-slide .slick-loading img {
    display: none;
}

.PicList002433 .slick-slide .dragging img {
    pointer-events: none;
}

.PicList002433 .slick-initialized .slick-slide {
    display: block;
}

.PicList002433 .slick-loading .slick-slide {
    visibility: hidden;
}

.PicList002433 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.PicList002433 .slick-arrow .slick-hidden {
    display: none;
}

/*slick Basic End*/

.PicList002433 .box {
    padding: 1em 0 1.25em 0;
    background: url(../images/bg02.jpg) no-repeat center bottom;
    background-size: cover;
}

.PicList002433 .box:nth-child(2) {
    background: #f9f9f9;
}

.PicList002433 .tit {
    font-size: calc(44 / 16 * 1em);
    font-family: 'HarmonyOS_Sans_SC_Regular';
    line-height: calc(56 / 44 * 1em);
    color: #333;
    margin-bottom: calc(40 / 44 * 1em);
}

.PicList002433 .tit span {
    position: relative;
    z-index: 5;
    line-height: 1;
}

.PicList002433 .tit span:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: calc(9 / 44 * 1em);
    background: -moz-linear-gradient(left, rgba(212, 181, 113, 1) 0%, rgba(212, 181, 113, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(212, 181, 113, 1) 0%, rgba(212, 181, 113, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(212, 181, 113, 1) 0%, rgba(212, 181, 113, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf9c50', endColorstr='#00bf9c50', GradientType=1);
    /* IE6-9 */
}

.PicList002433 .slick-arrow {
    position: absolute;
    border: 2px solid #c2c2c2;
    border-radius: 50%;
    background: url(../images/icon-more.svg) no-repeat center center;
    background-size: auto 12px;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    font-size: 0;
    z-index: 10;
    cursor: pointer;
}

.PicList002433 .slick-arrow:hover {
    border-color: transparent;
    background-image: url("../images/icon-more-white.svg");
    background-color: #003399;
}

.PicList002433 .slick-prev {
    left: -59px;
    transform: rotateY(180deg);
}


.PicList002433 .slick-next {
    right: -59px;
}

@media(max-width:1408px) {
    .PicList002433 .slick-prev {
        left: 0;
    }

    .PicList002433 .slick-next {
        right: 0;
    }
}

@media(max-width:640px) {
    .PicList002433 .slick-arrow {
        width: 7vw;
        height: 7vw;
        margin-top: -3.5vw;
    }

    .PicList002433 .slick-arrow:before {
        width: 40%;
        height: 40%;
        margin: 0;
        left: 40%;
        top: 30%;
    }

    .PicList002433 .slick-next:before {
        left: 20%;
    }
}

.PicList002433 ul {
    padding: 0 50px;
    position: relative;
}

.PicList002433 li {
    text-align: center;
}

.PicList002433 li .btn {
    padding-top: 20px;
}

.PicList002433 li .btn a {
    display: inline-block;
    opacity: 0;
    color: #fff;
    background-color: #d4b571;
    border-radius: 5px;
    margin: 0 5px;
    min-width: 12.5em;
    text-align: center;
    line-height: 3.3333;
    padding: 0 1.8125em;
    cursor: pointer;
    transition: .5s;
}

.PicList002433 li .btn a:not(.open-form):before {
    display: inline-block;
    vertical-align: top;
    content: '';
    background-image: url(../images/icon-download.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.3888em;
    height: 3.3333em;
    margin-right: 0.5555em;
}

.PicList002433 li:hover .btn a {
    opacity: 1;
}





.PicList002433 li .ytable {
    height: 300px;
}

.PicList002433 li .ytable-cell {
    vertical-align: bottom;
    padding-top: 1.25rem;
}

.PicList002433 li figure {
    position: relative;
    display: inline-block;
    max-width: 80%;
}

.PicList002433 li figure:after {
    position: absolute;
    right: -24px;
    background: url(../images/PicList002433_ying.png) no-repeat left bottom;
    width: 24px;
    height: 100%;
    background-size: auto 100%;
    content: '';
}

.PicList002433 li figure img {
    max-height: 300px;
    padding: 8px;
    background: #fff;
    -webkit-box-shadow: 0.25rem 1rem 2.5rem 0 rgb(0 0 0 / 15%);
    box-shadow: 0.25rem 1rem 2.5rem 0 rgb(0 0 0 / 15%);
}

.PicList002433 li p {
    margin: 0 auto;
    max-width: 210px;
    width: 90%;
    line-height: 20px;
    max-height: 40px;
    color: #333;
}


@media(max-width:480px) {
    .PicList002433 li .ytable {
        height: 100px;
    }

    .PicList002433 li figure img {
        max-height: 100px;
    }
}




.fixed-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 200;
    height: 100%;
    background: rgb(0 0 0 / 18%);
    display: none;
}

.fixed-box .ytable {
    height: 100%;
}

.fixed-box .main {
    max-width: 1000px;
    background: #fff;
    box-shadow: 1.5em 2em 3em rgb(0 0 0 / 5%);
    text-align: center;
    padding: calc(50/ 16 * 1em);
    position: relative;
    border-radius: 10px;
}

.fixed_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 600px;
    padding: 0 4%;
}

.fixed-box .close {
    right: 0;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: transparent;
    padding: 0;
}

.fixed-box .close:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    background: #333;
}


.fixed-box .close:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    background: #333;
}

.fixed-box .close:before {
    width: 50%;
    height: 2px;
    margin-top: -1px;
    margin-left: -25%;
}

.fixed-box .close:after {
    height: 50%;
    width: 2px;
    margin-left: -1px;
    margin-top: -25%;

}

.fixed-box h4 {
    font-size: calc(36 / 16 * 1em);
    font-weight: normal;
    color: #333;
    margin: 0;
    padding-bottom: 2vw;
}

.fixed-box .row dl {
    width: 100%;
    padding-right: 20px;
    position: relative;
    line-height: 40px;
    margin-bottom: calc(15/ 16 * 1em);
}

.fixed-box .row dl em {
    font-style: normal;
    color: #c00;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

.fixed-box input.text {
    border: 1px solid #f0f0f0;
    background: none;
    display: block;
    height: 40px;
    line-height: 28px;
    width: 100%;
    padding: 5px 10px;
    color: #333;
}

.fixed-box input.text::-ms-input-placeholder {
    color: #aaa;
}

.fixed-box .btn {
    background: #d4b571;
    border: none;
    height: 40px;
    display: inline-block;
    width: 80%;
    max-width: 150px;
    color: #fff;
    text-align: center;
    font-size: 1em;
    margin-top: 2vw;
}


.fixed_list .name {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.fixed_list .job {
    text-align: left;
    font-size: 18px;
    color: #666;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.fixed_list .desc {
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.fixed_list .w75 {
    width: 50%;
    padding-bottom: 0;
}

.fixed_list .w22 {
    width: 40%;
    padding-bottom: 0;
}



/*PicList000687 */

.PicList000687 {
    background: url(../images/bg02.jpg) no-repeat center bottom;
    background-size: cover;
}

.PicList000687 .root-100 {
    padding: 1em 0 1.25em 0;
}

.PicList000687 .intro {
    text-align: center;
}

.PicList000687 .column {
    color: #003399;
    font-size: calc(18 / 16 * 1em);
    margin-bottom: calc(30 / 18 * 1em);
}

.PicList000687 .column span {
    display: inline-block;
}

.PicList000687 .column span:before,
.PicList000687 .column span:after {
    display: inline-block;
    content: '';
    height: calc(12 / 18 * 1em);
    width: calc(12 / 18 * 1em);
    background: url(../images/icon-title.svg) no-repeat center center;
    background-size: auto calc(12 / 18 * 1em);
    vertical-align: middle;
}

.PicList000687 .column span:before {
    margin-right: calc(20 / 18 * 1em);
}

.PicList000687 .column span:after {
    margin-left: calc(20 / 18 * 1em);
}

.PicList000687 .title {
    margin: auto;
    font-size: calc(44 / 16 * 1em);
    font-family: 'HarmonyOS_Sans_SC_Regular';
    line-height: calc(56 / 44 * 1em);
    color: #333;
    margin-bottom: calc(40 / 44 * 1em);
    max-width: 580px;

}

.PicList000687 li {
    padding: calc(20 / 16 * 1em);
    background: #fff;
    box-shadow: 0px 0.625em 4.375em rgb(0 0 0 / 5%);
    margin-bottom: 10px;
}

.PicList000687 .main {
    padding: 0 calc(40 / 16 * 1em);
}

.PicList000687 .tit {
    font-weight: normal;
    font-size: calc(20 / 16 * 1em);
    line-height: calc(30 / 20 * 1em);
    margin: 0;
    margin-bottom: calc(10 / 20 * 1em);
}

.PicList000687 p {
    margin: 0;
    color: #999;
    line-height: calc(24 / 16 * 1em);
}

.PicList000687 li a .btn {
    margin-top: calc(20 / 16 * 1em);
}

.PicList000687 li a time {
    color: #999;
}

.PicList000687 li a .more {
    float: right;
    padding-right: 25px;
    color: #d4b571;
    position: relative;
    z-index: 1;
}

.PicList000687 li a .more:after {
    position: absolute;
    content: '';
    border: 6px solid transparent;
    border-left-width: 10px;
    border-left-color: #d4b571;
    top: 50%;
    margin-top: -5px;
    right: 0;
}

.PicList000687 li:hover {
    background: #d4b571;
}

.PicList000687 li:hover * {
    color: #fff !important;
}

.PicList000687 li:hover a .more:after {
    border-left-color: #fff;
}

@media(min-width:641px) {
    .PicList000687 .pic {
        width: 250px;
    }
}

@media(max-width:640px) {

    .PicList000687 .ytable-cell,
    .PicList000687 .ytable {
        display: block;
    }

    .PicList000687 li {
        margin-bottom: 4vw;
    }

    .PicList000687 .main {
        padding: 4vw;
    }
}


/*æ ¸å¿ƒå›¢é˜Ÿ */
.team {
    overflow: hidden;
}

.team .box {
    padding: 1em 0 1.25em 0;
    background: url(../images/bg02.jpg) no-repeat center bottom;
    background-size: cover;
}

.team .box:nth-child(2n) {
    background: #f9f9f9;
}

.team .column {
    color: #003399;
    font-size: calc(18 / 16 * 1em);
    margin-bottom: calc(30 / 18 * 1em);
}

.team .column span {
    display: inline-block;
}

.team .column span:before,
.team .column span:after {
    display: inline-block;
    content: '';
    height: calc(12 / 18 * 1em);
    width: calc(12 / 18 * 1em);
    background: url(../images/icon-title.svg) no-repeat center center;
    background-size: auto calc(12 / 18 * 1em);
    vertical-align: middle;
}

.team .column span:before {
    margin-right: calc(20 / 18 * 1em);
}

.team .column span:after {
    margin-left: calc(20 / 18 * 1em);
}

.team .tit {
    font-size: calc(44 / 16 * 1em);
    font-family: 'HarmonyOS_Sans_SC_Regular';
    line-height: calc(56 / 44 * 1em);
    color: #333;
    margin-bottom: calc(40 / 44 * 1em);
}

.team .tit span {
    position: relative;
    z-index: 5;
    line-height: 1;
}

.team .tit span:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: calc(9 / 44 * 1em);
    background: -moz-linear-gradient(left, rgba(212, 181, 113, 1) 0%, rgba(212, 181, 113, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(212, 181, 113, 1) 0%, rgba(212, 181, 113, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(212, 181, 113, 1) 0%, rgba(212, 181, 113, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf9c50', endColorstr='#00bf9c50', GradientType=1);
    /* IE6-9 */
}

.team .info {
    font-size: calc(19 / 16 * 1em);
    line-height: calc(30 / 19 * 1em);
    color: #999;
    margin-bottom: calc(40 / 19 * 1em);
}

.team li {
    float: left;
    width: 15%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.team li:nth-child(6n) {
    margin-right: 0;
}

.team li:nth-child(6n+1) {
    clear: left;
}

.team li figure,
.team li figcaption {
    max-width: 200px;
    margin: 0 auto;
}

.team li figure {
    position: relative;
}

.team li figure a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.team li:hover figure a {
    border-color: #febb13;
}

.team li figure img {
    display: block;
    width: 100%;
}

.team li h3 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
}

.team li h3 a {
    color: #333;
}

.team li p {
    color: #666;
    margin-top: 5px;
}

@media(max-width:1024px) {
    .team li {
        width: 33.333%;
        text-align: center;
        padding: 2%;
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .team li {
        width: 50%;
    }

    .team li:nth-child(3n+1) {
        clear: none;
    }

    .team li:nth-child(2n+1) {
        clear: left;
    }
}


.team .fixed-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 200;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.team .fixed-box .fl,
.team .fixed-box .fr {
    padding-bottom: 0;
}

.team .fixed-box .ytable {
    height: 100%;
}

.team .fixed-box .main {
    max-width: 1000px;
    background: #fff;
    box-shadow: 1.5em 2em 3em rgb(0 0 0 / 5%);
    padding: calc(50/ 16 * 1em);
    position: relative;
}

.team .fixed-box .close {
    width: calc(50/ 16 * 1em);
    height: calc(50/ 16 * 1em);
    right: calc(50/ 16 * 1em);
    position: absolute;
    top: calc(50/ 16 * 1em);
    transform: rotate(45deg);
    cursor: pointer;
}
.fixed-box .close:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    background: #333;
    width: 20px;
    height: 20px;
    /* margin-top: -1px; */
    /* margin-left: -25%; */
    display: block;
    /* z-index: 99999999999; */
    width: 50%;
    height: 2px;
    margin-top: -1px;
    margin-left: -25%;
    transform: rotate(90deg);
    opacity: 1;
}
.team .fixed-box .close:before,
.team .fixed-box .close:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    background: #333;
}

.team .fixed-box .close:before {
    width: 50%;
    height: 2px;
    margin-top: -1px;
    margin-left: -25%;
}

.team .fixed-box .close:after {
    height: 50%;
    width: 2px;
    margin-left: -1px;
    margin-top: -25%;
}

.team .fixed-box .name {
    font-size: calc(28 / 16 * 1em);
    color: #333;
}

.team .fixed-box .job {
    font-size: calc(19 / 16 * 1em);
    color: #666;
    margin: calc(10 / 19 * 1em) 0 calc(30 / 19 * 1em) 0;
}

.team .fixed-box .desc {
    font-size: calc(19 / 16 * 1em);
    line-height: calc(30 / 19 * 1em);
    color: #999;
}


/*Other002539 */
.Other002539 {
    position: fixed;
    z-index: 200;
    right: 3%;
    border-radius: 10px;
}

.Other002539 ul li {
    position: relative;
}

.Other002539 ul li figure {
    position: absolute;
    top: 0;
    right: 68px;
    background: #003399;
    color: #fff;
    display: none;
    box-shadow: 0 0 5px #ccc;
}

.Other002539 .li_wx figure {
    width: 150px;
}

.Other002539 .li_wx figure img {
    display: block;
    width: 100%;
}

.Other002539 .li_tel figure {
    padding: 0 20px;
    font-size: 18px;
    line-height: 48px;
    white-space: nowrap;
}

.Other002539 .li_tel figure a {
    color: #fff;
}

.Other002539 .icon {
    display: block;
    width: 58px;
    height: 58px;
    background: url(../images/qywx.svg) no-repeat center center #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    box-shadow: 0 0 10px #ccc;
    background-size: 30px;
}

.Other002539 .icon:hover {
    background: #003399 url(../images/qywx-white.svg) no-repeat center center;
    background-size: 30px;
}

.Other002539 .li_sina .icon {
    background-position: center -50px;
}

.Other002539 .li_tel .icon {
    background-position: center -100px;
}

.Other002539 .li_feedback .icon {
    background-position: center -147px;
}

.Other002539 .gettop {
    display: none;
}

.Other002539 .gettop .icon {
    border-radius: 100px;
    margin-top: 20px;
    background: #fff url(../images/top.svg) no-repeat center center;
    background-size: 30px;
    box-shadow: 0 0 10px #ccc;
}

.index_body .Other002539 .gettop {
    display: block !important;
    position: relative;
    bottom: auto
}

.index_body.fp-viewing-0 .Other002539 .gettop {
    display: none !important
}

.Other002539 .icon.open {
    background-image: none;
    position: relative;
}

.Other002539 .gettop .icon:hover {
    background: #003399 url(../images/top1.svg) no-repeat center center;
    background-size: 30px;
}

.Other002539 .open span {
    color: #fff;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media(min-width:1025px) {
    .Other002539 {
        top: 50%;
        transform: translateY(-50%);
    }

    .Other002539.HOther {
        top: auto;
        transform: translateY(0);
        bottom: 10%;
    }

    .Other002539 ul {
        display: block !important;
    }

    .Other002539 .icon.open {
        display: none;
    }

    .Other002539 .li_tel figure::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: transparent;
    }
}

.Other002539 #open_2539,
.Other002539 .icon.open {
    display: none;
}

@media(max-width:1024px) {
    .Other002539 {
        bottom: 5%;
    }

    .Other002539 ul {
        display: block;
    }

    .Other002539 #open_2539 {
        background-color: #003399;
    }
}



/*Floor002706 */
.Floor002706 {
    background: url(../images/bg05.jpg) no-repeat right top;
    background-size: cover;
    padding: 6% 0;
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
}

.Floor0027061 {
    background: url(../images/bg02.jpg) no-repeat right center;
    background-size: cover;
}

.Floor002706 .tit {
    font-size: calc(44 / 16 * 1em);
    font-family: 'HarmonyOS_Sans_SC_Regular';
    line-height: calc(56 / 44 * 1em);
    color: #333;
    margin-bottom: calc(40 / 44 * 1em);
    margin-top: 10%;
    max-width: 85%;
}

.Floor002706 .tit span {
    position: relative;
    z-index: 5;
    line-height: 1;
}

.Floor002706 .tit span:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: calc(9 / 44 * 1em);
    background: -moz-linear-gradient(left, rgba(212, 181, 113, 1) 0%, rgba(212, 181, 113, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(212, 181, 113, 1) 0%, rgba(212, 181, 113, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(212, 181, 113, 1) 0%, rgba(212, 181, 113, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf9c50', endColorstr='#00bf9c50', GradientType=1);
    /* IE6-9 */
}

.Floor002706 .tit p {
    font-size: 16px;
    line-height: 1.75;
    text-align: justify;
    margin-top: 15px;
}

.Floor002706 ul>* {
    float: left;
}

.Floor002706 ol {
    width: 48%;
}

.Floor002706 ul li {
    width: 16%;
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 20px;
}

.Floor002706 li a {
    display: block;
    /* background: #334258; */
    color: #fff;
    height: auto;
    position: relative;
    /* padding: 23% 12% 0 15.5%; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	cursor: pointer;
}

.Floor002706 li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;display: none;
}
.td h2 {
    color: #000;
    margin: 10px 0;
}
.Floor002706 li aside {
    position: absolute;
    right: 8%;
    top: 5%;
    font-size: 18px;
    opacity: 0.3;
}

.Floor002706 li aside::before {
    display: block;
    margin: 0 auto 20px;
    width: 1px;
    height: 60px;
    content: '';
    background: #fff;
    transition: height 0.3s;
}

.Floor002706 li a:hover aside::before {
    height: 40px;
}

.Floor002706 li figure img {
    height: 55px;
}

.Floor002706 li a:hover::after,
.Floor002706 li a:hover h2,
.Floor002706 li a:hover .td {
    opacity: 1;
}

.td {
    /* position: relative; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    bottom: 0;
    opacity: 1;
    z-index: 1;
    width: 100%;
    text-align: center;
}


@keyframes ani2706 {
    0% {
        padding-left: 0;
    }

    50% {
        padding-left: 30%;
        opacity: 0.5;
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
    }

    100% {
        padding-left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes ani2706 {
    0% {
        padding-left: 0;
    }

    50% {
        padding-left: 30%;
        opacity: 0.5;
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
    }

    100% {
        padding-left: 0;
        opacity: 1;
    }
}

@media(max-width:1440px) {
   
}

@media(max-width:1024px) {
    .Floor002706 ul ol {
        float: none;
        width: auto;
    }

  
}

@media(max-width:640px) {
    .Floor002706 .title h3 {
        font-size: 40px;
    }

    .Floor002706 .title h4 {
        font-size: 20px;
    }

    .Floor002706 ul li {
        float: none;
        width: auto !important;
    }

    .Floor002706 li a {
        height: auto;
        text-align: center;
    }
}

@media(max-width:480px) {
    .Floor002706 .title h3 {
        font-size: 30px;
    }

    .Floor002706 li h2 {
        font-size: 24px;
        margin: 5px 0 0 0;
    }

    .Floor002706 li figure img {
        height: 40px;
    }
}



.banenr .img {
    position: relative;
}

.banenr .img img {
    width: 100%;
}

.banenr .wenzi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;

}


.banenr .swiper-slide {
    height: 100vh;
    background-size: cover !important;
    overflow: hidden;
}

/* #section2.active {
    animation: scalebj 8s;
} */

/* .banenr .swiper-slide-active {
    animation: scaleaa 8s;
} */


.banenr .yuan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 518px;
    z-index: -1;
}

.banenr .yuan .yuan1 {
    width: 100%;
}

.banenr .yuan .yuan2 {
    /* animation: turn 60s linear infinite; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banenr .wenzi .pa {
    font-size: calc(54 / 1920 * 100vw);
    font-family: 'HarmonyOS_Sans_SC_Regular';
    color: #fff;
}

.banenr .wenzi .pb {
    font-size: calc(48 / 1920 * 100vw);
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-top: 8px;
}

.section {
    position: relative;
}

.section .hxiahua {
    position: absolute;
    bottom: 4.5%;
    /* left: 0; */
    /* right: 0; */
    margin: auto;
    text-align: center;
    z-index: 1;
    display: block;
    width: auto;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, -0%);

}

.banenr .banenr-pagination {
    bottom: 5% !important;
    max-width: 1300px;
    width: 90% !important;
    left: 0;
    right: 0;
    text-align: left;
    margin: auto;
    z-index: 9999999;
}

.Floor002846 section {
    overflow: hidden;
}



.banenr .banenr-pagination span {
    background: transparent;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    display: inline-block;
    height: auto;
    color: #fff;
    opacity: 1;
    font-size: 18px;
    width: auto;
    margin: 0 10px !important;
}

.banenr .banenr-pagination .swiper-pagination-bullet-active {
    border-color: #fff;
}

@keyframes turn {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(72deg);
    }

    40% {
        transform: rotate(144deg);
    }

    60% {
        transform: rotate(216deg);
    }

    80% {
        transform: rotate(288deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.section .hxiahua .hxiahuapa {
    color: #fff;
    margin-top: 15px;
}

.section .hxiahua img {
    position: relative;
    animation: scale 1.5s linear infinite;
    width: 2vw;
    max-width: 34px
}



.banenr .swiper-slide-active .pa {
    animation-name: fadeInUp;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}

.banenr .swiper-slide-active .pb {
    animation-name: fadeInUp;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: both;
}


.banenr .disi .wenzi .pb {
    font-size: 72px;
}

@media screen and (max-width: 1366px) {
    .banenr .disi .wenzi .pb {
        font-size: 48px;
    }

    .banenr .wenzi .pa {
        font-size: 35px;
    }

    .banenr .wenzi .pb {
        font-size: 25px;
    }

}

@media screen and (max-width: 640px) {

    .banenr .wenzi .pa {
        font-size: 20px;
    }

    .banenr .wenzi .pb {
        font-size: 16px;
    }

    .section .hxiahua {
        /* bottom: 11.5%; */
    }

    .banenr .banenr-pagination {
        /* bottom: 11% !important; */
    }

    .banenr .banenr-pagination span {
        background: transparent;
        font-size: 14px;
        margin: 0 3px !important;
    }

    .section .hxiahua img {
        max-height: 25px;
    }
}

.Floor003203 .slick-dots li.slick-active button {
    background: #d4b571;
}

#fp-nav.fp-left {
    right: 3%;
    left: auto !important;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    width: 13px;
    height: 13px;
    margin: 25px !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    height: 13px !important;
    width: 13px !important;
    margin: 0 !important;
    background: transparent !important;
    border: 1px solid #fff !important;

}

#fp-nav ul li a.active span {
    background: #fff !important;
}

@media(max-width:640px){
#fp-nav ul li,
.fp-slidesNav ul li {margin: 10px 5px !important;}
}
#section2 {
    background: url(../images/bj1.png) no-repeat center;
    background-size: cover;
}

.lingyu {
    text-align: center;
}

.toplingyu {
    width: 90%;
    margin: auto;
    margin-bottom: calc(30 / 1920* 100vw);
    /* margin-top: 3%; */
}

.toplingyu .pa {
    font-size: 18px;
    color: #003399;
    position: relative;
    display: inline-block;
    padding: 0 2%;
    margin-bottom: 1%;
}

.toplingyu .pb {
    /*font-size: 44px;*/
    font-size: calc(40 / 1920* 100vw);
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

.toplingyu .pa:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../images/snajiao.png) no-repeat;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.toplingyu .pa::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../images/snajiao.png) no-repeat;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.lingyu ul {
    /*display: flex;
    justify-content: center;
    flex-wrap: wrap;*/
    width: 90%;
    max-width: 1280px;
    margin: auto;
}

.lingyu ul li {
    list-style: none;
    float: left;
    position: relative;
    box-shadow: 0px 7px 20px 0px #9b9b9b;
    /*width: 14.6vw;*/
    width: 21.875%
}

.lingyu ul li .po {
    position: absolute;
    top: 10%;
    left: 0;
    font-size: calc(30 / 1920* 100vw);
    font-family: 'HarmonyOS_Sans_SC_Regular';
    color: #fff;
    letter-spacing: 2px;
    width: 70%;
    text-align: left;
    margin: auto;
    right: 0;
}

.lingyu ul li a {
    position: absolute;
    z-index: 1;
    bottom: 10%;
    width: 60%;
    right: -10%;
    font-size:  calc(18 / 1920* 100vw);
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 2px solid;
    transition: all 0.5s;
}

.lingyu ul li a i {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 6px solid transparent;
    border-left: 10px solid #fff;
    width: 0;
    height: 0px;
    margin-left: 13px;
}

.lingyu ul li:not(:last-child) {
    margin-right:4.166666666666667%;
}

.Top003171.huandd {
    border-bottom: 1px solid #d3d3d3;
    background: #fff;
}

.Top003171.huandd .default {
    display: none;
}

.Top003171.huandd .hover {
    display: block !important;
}

.Top003171.huandd a {
    color: #000 !important;
}

.Top003171.huandd .open-menu {
    filter: grayscale(100%) brightness(00%);
}


.Top003171.huandd .open-search {
    filter: grayscale(100%) brightness(00%);
}

.section .ops img {
    filter: grayscale(100%) brightness(70%);
}

.section .ops .hxiahuapa {
    color: #a5a5a5;
}

.lingyu ul li .img {
    overflow: hidden;
}

.lingyu ul li .img img {
    transition: all 0.8s;
    width: 100%;
}

.lingyu ul li:hover .img img {
    transform: scale(1.2);
}

.lingyu ul li:hover a {
    right: 0;
}

@keyframes scalebj {
    0% {
        background-size: 140% 140%;
    }

    100% {
        background-size: 100% 100%;
    }
}

@keyframes scaleaa {
    0% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes scale {
    25% {
        -webkit-transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(10px);
    }
}

@media screen and (max-width: 1366px) {
    .lingyu .top .pb {
        font-size: 30px;
    }

    .lingyu ul li .po {
        font-size: 23px;
    }

    .lingyu ul li a {

        font-size: 14px;
    }
}



#fp-nav.fp-left.ssq span {
    border-color: #c1c1c1 !important;
}

#fp-nav.fp-left.ssq .active span {
    background: #003399 !important;
}

@media screen and (max-width: 640px) {
    .lingyu .top .pa {
        padding: 0 7%;
    }

    .lingyu .top .pb {
        font-size: 20px;
    }

    .lingyu ul li:not(:last-child) {
        margin-right: 0;
    }

    .lingyu ul li:not(:nth-child(2n)) {
        margin-right: 4%;
    }

    .lingyu ul li {
        width: 48%;
        margin-bottom: 4%;

    }

    .lingyu ul li a {
        width: 60%;
        right: 0%;
        padding-bottom: 10px;
    }

    .lingyu ul li .po {
        font-size: 18px;
    }
}


#section3 {
    background: url(../images/bj02.jpg) no-repeat center;
}

#section3 .toplingyu {
    max-width: 1280px;
}

#section3 .toplingyu p {
    color: #fff;
}

#section3 .toplingyu .pa:before {
    filter: grayscale(100%) brightness(500%);
}

#section3 .toplingyu .pa::after {
    filter: grayscale(100%) brightness(500%);
}

#section3 .toplingyu .pb {
    max-width: 600px;
}

#section3 .kuang {
    width: 90%;
    margin: auto;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
}

#section3 .kuang .tszs {
    background: #fff;
    width: 24.9%;
    padding: 2vw 2vw;
    transition: all 0.5s;
}

#section3 .kuang .tszs:hover {
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#section3 .kuang .tszs:not(:last-child) {
    margin-right: 0.1%;
}

#section3 .kuang .tszs .po {
    font-size: 18px;
    color: #003399;
    margin-bottom: 8%;
}


#section3 .kuang .tszs .pw {
    font-size: calc(20 / 1920* 100vw);
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#section3 .kuang .tszs .pi {
    font-size: calc(16 / 1920* 100vw);
    color: #999999;
    margin: 15px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#section3 .kuang .tszs time {
    font-size: calc(16 / 1920* 100vw);
    color: #999999;
    margin-bottom: 5%;
    display: block;
}

#section3 .kuang .tszs .swiper-pagination {
    text-align: left;
    bottom: 0;
    width: 50%;
}

#section3 .kuang .tszs .swiper-pagination span {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #adadad;
    opacity: 1;
}

#section3 .kuang .tszs .swiper-pagination-bullet-active {
    background: #003399 !important;
    border-color: #003399 !important;
}

#section3 .kuang .tszs .moreh {
    display: block;
    text-align: right;
    font-size: calc(16 / 1920* 100vw);
    color: #d4b571;
    position: relative;
    padding-right: 25px;
}

#section3 .kuang .tszs .moreh:before {
    position: absolute;
    content: '';
    border: 6px solid transparent;
    border-left: 8px solid #d4b571;
    width: 0;
    height: 0px;
    right: 0;
    top: 5px;
}

#section6 {
    height: auto !important;
}

#section6 .fp-tableCell {
    height: auto !important;
}

@media screen and (max-width: 1366px) {
    /*    .toplingyu .pb {
        font-size: 30px;
    }*/

    .lingyu,
    #section3 .toplingyu {
        margin-top: 6%;
    }

}

@media screen and (max-width:640px) {
    .toplingyu .pb {
        font-size: 18px;
    }

    .toplingyu .pa {
        padding: 0 7%;
    }

    #section3 .kuang .tszs:not(:last-child) {
        margin-right: 1%;
    }

    #section3 .kuang .tszs {
        width: 49%;
        margin-bottom: 1%;
    }

    #section3 .kuang .tszs .po {
        font-size: 16px;
        margin-bottom: 5px;
    }

    #section3 .kuang .tszs .pw {
        font-size: 16px;

    }

    #section3 .kuang .tszs .pi {
        font-size: 14px;
        margin: 5px 0;
    }

    #section3 .kuang .tszs .moreh {
        font-size: 14px;
    }
    #section3 .kuang .tszs .swiper-pagination{width: 100%; position: relative}
}


#section4 {
    background: url(../images/bj3.jpg) no-repeat center;
    background-size: cover;
}

#section4 .toplingyu {
    text-align: center;
}
#section4 .toplingyu {
    margin-top: 6vw;
}
#section4 .toplingyu p {
    color: #fff !important;
}

#section4 .toplingyu .pa::after,
#section4 .toplingyu .pa::before {
    filter: grayscale(100%) brightness(500%);
}

#section4 .khpj {
    width: 90%;
    margin: auto;
    max-width: 1600px;
    position: relative;
    /* min-height: 24.1666vw; */
}

#section4 .khpj .swiper-slide {
    /* text-align: center; */
    padding-top: 20px;

}

#section4 .khpj .swiper-slide .img {
    width: 10.45vw;
    text-align: center;
    margin: auto;
    height: 10.45vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #d4b571;
    /* transition: all 0.5s; */
}

#section4 .khpj .swiper-slide .img img {
    filter: invert(100%) sepia(247%) saturate(0%) hue-rotate(0) brightness(500%) contrast(100%);
}



#section4 .khpj .swiper-slide .wenzi .ps {
    font-size: calc(26/ 1920* 100vw);
    color: #fff;
    text-align: center;
    margin-top: calc(25/ 1920* 100vw);
    margin-bottom: 10px;
}

#section4 .khpj .swiper-slide .wenzi .pb {
    font-size: calc(18/ 1920* 100vw);
    color: #fff;
    line-height: 1.5;
    text-align: left;
    opacity: 0;
    position: relative;
    display: none;
}

#section4 .khpj .swiper-slide .wenzi .qm {
    text-align: right;
    opacity: 0;
    margin-top: 20px;
}

#section4 .khpj .swiper-slide .wenzi .qm span {
    font-size: calc(18/ 1920* 100vw);
    color: #fff;
    position: relative;
}

#section4 .khpj .swiper-slide .wenzi .qm span:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -51px;
}


#section4 .khpj .swiper-slide-active .img {
    width: 15.5vw;
    height: 15.5vw;
}

#section4 .khpj .swiper-slide-active .pb {
	opacity: 1 !important;
    display: initial !important;
}

#section4 .khpj .swiper-slide-active .qm {
    opacity: 1 !important;
}

#section4 .swiper-wrapper {

    align-items: center;
}

#section4 .khpj .swiper-slide .wenzi .pb:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: -15px;
    top: 0;
    background: url(../images/dou.png) no-repeat center;
    background-size: contain;
}

#section4 .khpj .swiper-slide .wenzi .pb::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: -15px;
    bottom: 0;
    background: url(../images/dou.png) no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
}


#section4 .khpj .swiper-slide .img:before {
    content: '';
    position: absolute;
    width: 12vw;
    height: 12vw;
    background: url(../images/quan.png) no-repeat center;
    background-size: contain;
    animation: turn 60s linear infinite;
}

#section4 .khpj .swiper-slide-active .img:before {

width: 17vw;

height: 17vw;
}


#section4 .khpj-prev {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
}

#section4 .khpj-next {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
}

#section4 .khpj-prev::after {
    color: #fff;
    font-size: 20px;
}

#section4 .khpj-next::after {
    color: #fff;
    font-size: 20px;
}



#section4 .khpj .swiper {
    max-width: 1300px;
    position: relative;
}

@media only screen and (max-width: 1500px) and (min-width:1300px) {
    #section4 .khpj .swiper-slide-active {
        width: 38% !important;
    }

    #section4 .khpj .swiper-slide .wenzi .ps {
        font-size: calc(26/ 1920* 100vw);
    }
}

@media screen and (max-width: 1366px) {
    #section4 .khpj .swiper-slide .img {
        width: 130px;
        height: 130px;
    }

    #section4 .khpj .swiper-slide .img:before {
        width: 150px;
        height: 150px;
    }

    #section4 .khpj .swiper-slide-active .img {
        width: 150px;
        height: 150px;
    }

    #section4 .khpj .swiper-slide-active .img:before {
        width: 170px;
        height: 170px;
    }

    #section4 .toplingyu {
        margin-bottom: 0;
    }

    #section4 .khpj .swiper-slide .wenzi .pb {
        font-size: 16px;
    }

    .Floor003203 .slider li .pic img {
        max-width: 67%;
    }

}

@media screen and (max-width:764px) {

    #section4 .khpj-prev,
    #section4 .khpj-next {
        width: 30px;
        height: 30px;
    }

    #section4 .khpj .swiper-slide .wenzi .ps {
        font-size: 18px;
    }

    #section4 .khpj .swiper-slide .wenzi .pb,
    #section4 .khpj .swiper-slide .wenzi .qm {
        font-size: 14px;
    }
}

#section5 {
    background: url(../images/bj4.jpg) no-repeat center;
    background-size: cover;
}

#section5 .toplingyu {
    max-width: 1280px;
    margin-bottom: 1%;
    margin-top: 5%;
}

#section5 .toplingyu .kuangs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#section5 .toplingyu .kuangs .pb {
    /* width: 65%; */
    max-width: 770px;
    margin-right: 2%;
}

#section5 .toplingyu .kuangs .lks {
    /* width: 30%; */
    text-align: right;
    display: inline-block;
    font-size: calc(18/ 1920* 100vw);
    color: #d4b571;
    padding: 15px 2.5%;
    border-radius: 50px;
    border: 2px solid #d4b571;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

#section5 .toplingyu .kuangs .lks i {
    /* width: 20px; */
    /* height: 20px; */
    position: relative;
    border: 6px solid transparent;
    border-left: 8px solid #d4b571;
    width: 0;
    height: 0px;
    right: 0;
    top: 0;
    display: inline-block;
    margin-left: 10px;
}

#section5 .toplingyu .kuangs .lks:hover {
    color: #fff;
    background: #d4b571;
}

#section5 .toplingyu .kuangs .lks:hover i {
    border-left: 8px solid #ffffff;
}

#section5 .shuju {
    width: 90%;
    max-width: 1280px;
    margin: auto;
}

#section5 .shuju .pi {
    font-size: calc(18/ 1920* 100vw);
    color: #999999;
}

.fejaa {
    display: flex;
    flex-wrap: wrap;
    margin: 2vw 0;
}

.fejaa .dib {
    width: 47.5%;
}

.fejaa .dib .tit {
    font-size: calc(24/ 1920* 100vw);
    color: #d4b571;
    margin-bottom: 2%;
    margin-left: 0;
}

.fejaa .dib .tit::before {
    display: none !important;
}

.fejaa .dib .pw {
    font-size: calc(18/ 1920* 100vw);
    color: #999999;
}

.fejaa .dib:not(:last-child) {
    margin-right: 5%;
}



.uldataa ul {
    display: flex;
    flex-wrap: wrap;
}

.uldataa ul li {
    background: #fff;
    width: 24%;
    text-align: center;
    padding: 2% 1%;
    list-style: none;
}

.uldataa ul li .shu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3% 0;
}

.uldataa ul li .shu .num {
    font-size: calc(50/ 1920* 100vw);
    color: #d4b571;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.uldataa ul li .shu .numw {
    font-size: 50px;
    color: #d4b571;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.uldataa ul li .shu span {
    font-size: calc(50/ 1920* 100vw);
    color: #d4b571;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.uldataa ul li .oi {
    font-size: calc(18/ 1920* 100vw);
    color: #999999;
}

.uldataa ul li:not(:last-child) {
    margin-right: 1%;
}

@media screen and (max-width: 1366px) {
    .fejaa {
        margin: 2% 0;
    }

    .uldataa ul li .shu .num,.uldataa ul li .shu .numw,
    .uldataa ul li .shu span {
        font-size: 40px;
    }
}


@media screen and (max-width: 640px) {
    .uldataa ul li {

        margin-bottom: 1%;
        width: 49%;
    }

    .uldataa ul li .shu .num,
    .uldataa ul li .shu .numw,
    .uldataa ul li .shu span {
        font-size: 20px;
    }

    .uldataa ul li .oi {
        font-size: 14px;
    }

    .fejaa .dib .tit {
        font-size: 16px;
    }

    .fejaa .dib .pw {
        font-size: 14px;
    }

    #section5 .shuju .pi {
        font-size: 14px;
    }

    .uldataa ul li img {
        max-width: 30px;
    }

    #section5 .toplingyu .kuangs .lks {
        /* width: 30%; */
        font-size: 14px;
        padding: 5px 2.5%;
        margin: 5px 0;
    }

    #section4 .khpj .swiper-slide .wenzi .qm span {
        font-size: 14px;

    }
}

@media screen and (max-width: 1366px) {
    .PicList002497 .title {
        font-size: calc(30 / 16 * 1em);
    }
}



@media screen and (max-width: 1024px) {
    .PicList002497 .title {
        font-size: calc(20 / 16 * 1em);
    }

    .PicList002497 .List ul li .txtCon {
        padding: calc(10 / 16 * 1em);
    }

    .PicList002497 .List ul li a time {
        font-size: 14px;
    }

    .PicList002497 .List ul li a .txtp {
        font-size: 14px;
    }

    .PicList002497 .List ul li a .h3 {
        font-size: 16px;
    }

    .PicList002497 .List ul li a .more {
        font-size: 14px;
    }

    .PicList002497 .List ul li a .btn {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .RighInfo003141 .intro .info {
        font-size: calc(10 / 16 * 1em);
    }

    .RighInfo003141 dl dd aside {
        font-size: calc(15 / 16 * 1em);
    }

    .RighInfo003141 dl dd p {
        font-size: calc(10 / 16 * 1em);
    }

    .RighInfo003141 .number .item {
        width: 49% !important;
    }


    .RighInfo003141 .number .item:not(:nth-child(2n)) {
        margin-right: 2%;
    }

    .RighInfo003141 .number .icon img {
        height: 50px;
    }

    .RighInfo003141 .number .num b {
        font-size: 50px;
    }

    .RighInfo003141 .number p {
        font-size: 20px;
    }

    .Floor003203 .intro-desc {
        font-size: 20px;
    }

    .Floor003203 .root-100 {
        padding: 0;
    }

    .Floor003203 .slider li .pic {
        transform: translate(-50%, -50%) !important;
        width: 5em;
        height: 5em;
        margin: auto;
    }

    .Floor003203 .slider li .pic img {
        max-width: 100%;
    }

    .Floor003203 .title {
        font-size: 50px;
    }

    .characteristic .tit {
        font-size: 50px;
    }

    .characteristic.box1 .slider li .txt {
        padding: 0;
    }

    .characteristic.box1 .slider li .inner {
        padding: 15px;
    }

    .characteristic.box1 .slider li .name {
        font-size: 30px;
    }

    .characteristic.box1 .slider li .txt pre {
        font-size: 20px;
    }

    .characteristic.box3 .word {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        width: 100%;
        padding: 20px;
    }

    .characteristic.box3 p {
        font-size: 30px;
    }

    .characteristic .info {
        font-size: 30px;
    }

    .characteristic dl dd h2 {
        font-size: 50px;
    }

    .characteristic dl dd p {
        font-size: 30px;
    }

    .sercon003 .list li {
        width: 48%;
    }

    .sercon003 .list li .ytable {
        display: flex;
        align-items: center;
    }

    .sercon003 .list li .ytable .ytable-cell {
        width: 70%;
    }

    .sercon003 .list li .name {
        padding-left: 0;
    }

    .sercon003 .list li .pic {
        width: 30% !important;
    }

    .sercon003 .list li .name p {
        font-size: 20px;
        word-wrap: break-word;
        word-break: normal;
    }

    .sercon003 .list li:nth-child(2n) {
        margin-right: 2%;
    }

    .sercon003 .list li:nth-child(3n) {
        margin-right: 2%;
    }

    .PicList002433 .tit span {
        font-size: 50px;
    }

    .PicList000687 .title {
        font-size: 50px;
    }

    .PicList000687 .tit {
        font-size: 30px;
    }

    .PicList000687 p {
        font-size: 20px;
    }

    .PicList000687 li a time,
    .PicList000687 li a .more {
        font-size: 20px;
    }

    .PicList000687 li a .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .PicList000687 li a .btn::after {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .PicList002497 .root-100 {
        padding: 20px 0;
    }

    .PicList002497 .List ul li a .h3 {
        margin: 10px 0;
    }

    .PicList002497 .List ul li {
        padding-top: 65%;
    }

    .News_detail .root-100 {
        padding: 20px 0;
    }

    .News_detail .news_info .title {
        margin-bottom: 20px;
    }

    .News_detail .bot {
        margin-top: 20px;
        padding-top: 20px;
    }

    .RighInfo003141 .intro .title {
        font-size: 18px;
    }

    .RighInfo003141 .intro .info {
        font-size: 16px;
        margin-top: 10px;
    }

    .RighInfo003141 dl dd aside {
        font-size: 20px;
    }

    .RighInfo003141 dl dd {
        padding-right: 0;
    }

    .RighInfo003141 dl dd p {
        font-size: 16px;
    }

    .RighInfo003141 .number .icon img {
        height: 30px;
    }

    .RighInfo003141 .number .num b {
        font-size: 20px;
    }

    .RighInfo003141 .number .num sub {
        font-size: 20px;
    }

    .RighInfo003141 .number p {
        font-size: 14px;
    }

    .RighInfo003141 .number .icon {
        margin-bottom: 10px;
    }

    .Floor003203 .intro-title {
        width: 100%;
    }

    .Floor003203 .title {
        font-size: 18px;
    }

    .Floor003203 .intro-desc {
        font-size: 16px;
    }

    .PicList002497 .title {
        font-size: 18px;
    }

    .characteristic .tit {
        font-size: 18px;
    }

    .characteristic .info {
        font-size: 16px;
    }

    .characteristic.box1 .slider li .txt pre {
        font-size: 14px;
        min-height: auto;
    }
    .characteristic.box1 .slick-list .slick-track .slick-slide{margin-right: 0}
    .characteristic.box1 .slider{width: 80%; margin: auto}
    .characteristic.box1 .slider li .name {
        font-size: 16px;
    }

    .characteristic.box1 .but .slick-next {
        right: -4%;
    }

    .characteristic.box1 .but .slick-prev {
        left: -4%;
    }

    .characteristic.box1 .slider li .txt img {
        max-width: 50px;
    }

    .characteristic {
        padding: 20px 0;
    }

    .sercon003 .title {
        font-size: 18px;
        display: flex;
        align-items: center;
    }

    .sercon003 .title i {
        width: 25px;
        height: 25px;
    }

    .sercon003 .list li .name h2 {
        font-size: 16px;
    }

    .sercon003 .list li .pic {
        width: 23% !important;
        margin-right: 5%;
    }

    .sercon003 .list li .name h2 {
        font-size: 16px;
    }

    .sercon003 .list li .name p {
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .sercon003 .list {
        display: flex;
        flex-wrap: wrap;
    }

    .sercon003 .list li {
        width: 100%;
    }

    .sercon003 {
        padding: 0 0 20px 0;
    }

    .characteristic dl dd h2 {
        font-size: 16px;
        margin-top: 10px;
    }

    .characteristic.box2 .intro {
        background: transparent;
    }

    .characteristic dl dd p {
        font-size: 16px;
    }

    .characteristic.box3 p {
        font-size: 16px;
    }

    .team .box {
        padding: 20px 0;
    }

    .team .info {
        margin-bottom: 0;
    }

    .Floor002706 .tit {
        font-size: 20px;
        max-width: 100%;

    }

   

    .Floor0027061 ul {
        display: flex;
        flex-wrap: wrap;
    }

    .Floor002706 ul li {
        width: 50% !important;
    }

    .Floor002706 ul {
        display: flex;
        flex-wrap: wrap;
    }

    .PicList002433 .tit span {

        font-size: 18px;
    }

    .PicList002433 .box {
        padding: 20px 0;
    }

    .PicList002433 li .ytable-cell {
        padding-top: 0;
    }

    .PicList002433 li figure img {
        max-height: initial;
    }

    .PicList000687 .title {
        font-size: 18px;
    }

    .PicList000687 .root-100 {
        padding: 20px 0;
    }

    .PicList000687 .tit {
        font-size: 16px;
    }

    .PicList000687 p {
        font-size: 14px;
    }

    .PicList000687 li a time,
    .PicList000687 li a .more {
        font-size: 16px;
    }

    .edit-css-2686 h1 {
        font-size: 18px;
        margin: 10px 0;
    }

    .Floor002686 .main .list dd .txt li a {
        font-size: 16px;
    }

    .Floor002686 {
        margin: 0;
    }

    .TextList002514 .job-title.select,
    .TextList002514 .job-title {
        padding-right: 27px;
        font-size: 18px;
    }

    .TextList002514 .job-main .job-info {
        font-size: 16px;
    }

    #section4 .khpj .swiper-slide .img {
        width: 130px;
        height: 130px;
    }
    #section4 .khpj .swiper-slide .wenzi{padding-top: 30px;max-width: 90%;margin: auto;}
    .fejaa .dib {
        width: 100%;
        margin-bottom: 10px;
    }
}

.Floor003203 .slider li .kuas {
    display: none;
}


.Floor003203 .slider li.slick-center .kuas {
    right: 0;
    margin: auto;
    display: block;
    position: absolute;
    width: 100;
    top: -66%;
    max-width: 1280px;
    left: -30vw;
    right: -30vw;
}

.Floor002706 ul li .dot3 {
    margin-bottom: 0;
    color: #000;
}

@media screen and (min-width: 768px) {
    .banmo {
        display: none;
    }
}

@media screen and (max-width: 1040px) {
    .Floor002706 ul li .dot3 {
        min-height: 38px;

    }
}

@media screen and (max-width: 768px) {
    .banpc {
        display: none;
    }

    .fixed_list {

        flex-wrap: wrap;
    }

    .fixed_list .w22 {
        width: 100%;
        margin-bottom: 10px;
    }

    .fixed_list .w75 {
        width: 100%;
    }

    .fixed_list .name {
        font-size: 18px;
    }

    .fixed_list .job {
        text-align: left;
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .fixed_list .desc {
        font-size: 14px;
    }

    .fixed-box .main {
        padding: 20px;
        max-height: 500px;
        overflow-y: auto;
    }

    .Floor002706 li h2 {
        font-size: 18px;
    }

    .Floor003203 .slider li.slick-center .kuas {
        width: 100%;
        top: -150%;

    }

    .Floor003203 .slider li .pic {
        width: 11em;
        height: 11em;
    }

    .Floor003203 .slider li {
        height: 11em;
    }

    .Floor003203 .slider .slick-track {
        padding-top: 17em;
    }

    .Floor003203 .slick-dots li {
        height: 1.5em;
    }

    .Floor003203 .slick-dots {

        bottom: -26px;
    }

    .Floor003203 .slider {
        margin-top: 0;
    }

    .Floor003203 .slider li.slick-slide {
        transform: scale(1);
    }
}