.turn_item .mark {
    display: none;
}
.scorll .fzg_volunce {
    margin-top: 50px !important;
}
/*--reset.css重置浏览器样式*/
@charset "utf-8";
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
  margin: 0;
  padding: 0
}
body {
  font: 18px"Noto Sans SC", "Arial Narrow", HELVETICA;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
pre {
  font: 14px"Noto Sans SC", "Arial Narrow", HELVETICA;
}
a {
  color: #2d374b;
  text-decoration: none
}
a:hover {
  color: #cd0200;
}
em {
  font-style: normal
}
li {
  list-style: none
}
img {
  border: 0;
  vertical-align: middle
}
.container .logo {
  border: 0;
  height: 40px;
  vertical-align: middle
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
table, table div, table p, table div p {
  text-indent: 0 !important;
}
p {
  word-wrap: break-word
}
input {
  outline: none;
}
/*--public.css公共样式*/
@charset "utf-8";

html,body{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 浮动布局 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  height: 0;
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
* html .clearfix {
  zoom: 1;
}

/* 最多显示一行 */
.line-text--one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 最多显示两行 */
.line-text--two {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 最多显示三行 */
.line-text--three {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* layout */
.wp {
  width: 1200px;
  margin: auto;
}
/*--master.css主样式，控制整体布局*/
@charset "utf-8";
@keyframes mouseFadeInUp {
    0% {
        transform: translate(0px, 8px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(0px, 8px);
    }
}

@keyframes rotating {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes triggerFadeInRight {
    0% {
        transform: translate(4px, 0px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(4px, 0px);
    }
}

@keyframes enlarge {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1.1);
    }
}

.BFBsize {
    width: 100%;
    height: 100%;
}

.body-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.body-swiper .page-slide {
    background-color: #fff;
}

.body-swiper .page-slide .body-item {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding-left: 0px;
}

.body-swiper .page-slide .body-item .container {
    max-width: 1400px;
    min-width: 1300px;
    width: calc(73% + 80px);   
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
}

.body-swiper .page-slide .body-item .container .title-text {
    position: relative;
}

.body-swiper .page-slide .body-item .container .title-text .title-line {
    position: absolute;
    width: 68px;
    height: 6px;
    background: #00629F;
    bottom: -10px;
    left: 36px;
    animation: triggerFadeInRight 0.8s infinite;
}

.body-swiper .page-slide .body-item .container h1 {
    width: 100%;
    height: 62px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 44px;
}

.body-swiper .page-slide .body-item .container h1 a {
    display: block;
    width: 117px;
    height: 47px;
    border: 1px solid #969696;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: lighter;
    color: #9f9f9f;
    line-height: 45px;
    margin-left: auto;
    padding-left: 32px;
}

.body-swiper .page-slide .body-item .container h1 a span {
    font-size: 12px;
    float: right;
    display: block;
    line-height: 14px;
    margin: 10px 22px 0 0;
}

.body-swiper .page-slide .body-item .news-container {
    padding-top: 140px;
}

.body-swiper .link-entrance {
    width: 100%;
    height: 98px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.body-swiper .link-entrance li {
    width: 100%;
    height: 100%;
}

.body-swiper .link-entrance .img-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.body-swiper .link-entrance .img-box:hover img {
    transform: scale(1.1);
}

.body-swiper .link-entrance .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.body-swiper .page-slide .body-item .news-container .news {
    width: 100%;
    height: 556px;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper {
    width: 50%;
    height: 450px;
    float: left;
    border-radius: 2px;
    overflow: hidden;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-pagination {
    width: auto;
    left: 20px;
    bottom: 10px;
    display: flex;
    align-items: center;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-pagination .swiper-pagination-bullet {
    color: #fff;
    opacity: 0.5;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    opacity: 1;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-title {
    width: 80%;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 10;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-date {
    width: 78px;
    position: absolute;
    right: 18px;
    top: 16px;
    z-index: 10;
    color: #E90044;
    text-align: right;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-date p {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .news-date p.year {
    font-size: 18px;
    font-weight: normal;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs {
    width: 45%;
    height: 450px;
    float: right;
    position: relative;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item {
    flex-grow: 1;
    height: 100%;
    border: solid #e6e6e6;
    border-width: 1px 1px 1px 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #121212;
    transition: all 0.4s linear;
    border-radius: 2px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item img {
    margin-right: 14px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item .active-img {
    display: none;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item:first-child {
    border-left-width: 1px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item:hover {
    opacity: 0.6;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item.active {
    background: #00629F;
    color: #fff;
    border-radius: 2px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item.active .default-img {
    display: none;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item.active .active-img {
    display: block;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .tabs .tab-item.active:hover {
    opacity: 1;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list {
    display: none;
    margin-top: 14px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list li {
    padding: 12px 0;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list a {
    align-items: center;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .default-item {
    display: flex;
    font-size: 16px;
    color: #4c4c4c;
    width: 100%;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .default-item .circle {
    display: block;
    width: 5px;
    height: 5px;
    background: #4c4c4c;
    margin-right: 5px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .default-item p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 10px);
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .default-item p span {
    font-size: 18px;
    display: block;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .default-item p .line-text--one {
    display: block;
    flex-grow: 1;
    /* font-size: 18px; */
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item {
    color: #252525;
    display: none;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .item-left {
    width: 85px;
    height: 73px;
    border: 1px solid #e5e0e0;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .item-left .date {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 16px;
    box-sizing: border-box;
    padding-top: 20px;
    color: #000;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .item-left .date span {
    font-size: 12px;
    color: #c7c7c7;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .item-left .img-box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 2px;
    overflow: hidden;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .item-left .img-box img {
    width: 100%;
    height: 100%;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .title {
    height: 73px;
    width: calc(100% - 85px);
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 0 14px;
    /* font-size: 18px; */
    display: flex;
    align-items: center;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .hover-item .title p {
    width: 100%;
    line-height: 30px;
    height: 60px;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .active .default-item {
    display: none;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .news-list .active .hover-item {
    display: flex;
}

.body-swiper .page-slide .body-item .news-container .news .news-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .study {
    width: 100%;
    height: 75px;
    background: url("../images/bg7.png") no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .study a {
    width: 108px;
    height: 22px;
    border-radius: 2px;
    border: 2px solid #fff685;
    margin: 105px auto 0;
    box-sizing: border-box;
    text-align: center;
    line-height: 18px;
    color: #ffef6d;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-swiper .page-slide .body-item .news-container .news .news-tabs .study a i {
    width: 12px;
    height: 11px;
    margin-left: 5px;
    background: url("../images/icon-trigger.png");
    animation: triggerFadeInRight 0.8s infinite;
}

.body-swiper .page-slide .body-item .business-container {
    padding-top: 126px;
    display: flex;
}

.body-swiper .page-slide .body-item .business-container .business-left {
    width: 22%;
}

.body-swiper .page-slide .body-item .business-container .business-left h1 {
    margin-bottom: 90px;
}

.body-swiper .page-slide .body-item .business-container .business-left h1 .title-line {
    left: 36px;
}

.body-swiper .page-slide .body-item .business-container .business-left .business-desc {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    width: 270px;
}

.body-swiper .page-slide .body-item .business-container .business-right {
    width: 78%;
    height: 620px;
    margin-top: 54px;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper {
    width: 100%;
    height: 548px;
    border-radius: 2px;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .business-slide img {
    transform: scale(1.2);
    transition: all 2s;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .swiper-slide-active img {
    transform: scale(1);
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .business-title {
    position: absolute;
    width: 100%;
    height: 106px;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 38px;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .business-title img {
    margin-right: 8px;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .business-title p {
    width: 90%;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-swiper .business-title .business-trigger {
    margin-left: auto;
    margin-right: 30px;
    animation: triggerFadeInRight 0.8s infinite;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs {
    width: 100%;
    height: 94px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item {
    width: 220px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(76, 76, 76, 0.43);
    transition: all 0.4s ease;
    cursor: pointer;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item a {
    display: flex;
    align-items: center;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item.active,
.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item:hover {
    height: 117px;
    background: #00629F;
    border-left: none;
    margin-top: -23px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item:hover a,
.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item.active a {
    color: #fff;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item.active img,
.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item:hover img {
    display: block;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item:first-child {
    border-left: none;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item img {
    margin-right: 14px;
    display: none;
}

.body-swiper .page-slide .body-item .business-container .business-right .business-tabs .tab-item p {
    font-size: 16px;
    line-height: 28px;
}

.body-swiper .page-slide .body-item .video-container,
.body-swiper .page-slide .body-item .elegant-container {
    padding-top: 40px;
}

.body-swiper .page-slide .banner-swiper {
    position: relative;
    background: #fff;
    padding-left: 0;
}

.body-swiper .page-slide .banner-swiper .banner-slide {
    height: 100vh;
    position: relative;
}

.body-swiper .page-slide .banner-swiper .banner-slide .banner-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    transform: scale(1.2);
    transition: ease 3s;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.4;
}

.body-swiper .page-slide .banner-swiper .banner-slide .banner-word {
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 10;
    opacity: 0;
    transition: ease 1s;
}

.body-swiper .page-slide .banner-swiper .banner-slide .banner-word.word1 {
    bottom: 440px;
    bottom: 50%;
    left: 0;
}

.body-swiper .page-slide .banner-swiper .banner-slide.swiper-slide-active .banner-item {
    transform: scale(1);
    opacity: 1;
}

.body-swiper .page-slide .banner-swiper .banner-slide.swiper-slide-active .banner-word.word1 {
    left: 50%;
    opacity: 1;
}

.body-swiper .page-slide .banner-swiper .banner-slide.swiper-slide-active .banner-word.word2 {
    bottom: 253px;
    opacity: 1;
}

.body-swiper .page-slide .banner-swiper .banner-100 .banner-item {
    background-image: url("../images/banner22.jpg");
}

.body-swiper .page-slide .banner-swiper .banner-100 .banner-word.word1 {
    top: 0;
    bottom: 0;
    left: 50%;
}

.body-swiper .page-slide .banner-swiper .banner-100.swiper-slide-active .banner-word.word1 {
    opacity: 1;
    top: 130px;
}

.body-swiper .page-slide .banner-swiper .banner-100.swiper-slide-active .banner-word.word2 {
    bottom: 280px;
    opacity: 1;
}

.body-swiper .page-slide .banner-swiper .banner-100 .close {
    width: 60px;
    height: 28px;
    background: #020202;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    padding: 0;
    position: absolute;
    top: 56px;
    right: 18px;
    z-index: 10;
    outline: none;
    border: none;
    line-height: 28px;
    cursor: pointer;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar {
    position: absolute;
    bottom: 176px;
    left: 176px;
    z-index: 10;
    width: 22px;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar p {
    font-size: 16px;
    color: #fff;
    font-family: CTBiaoSongSF;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar p.current {
    margin-bottom: 12px;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar p.total {
    margin-top: 12px;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar .scrollbar {
    width: 1px;
    height: 170px;
    background: rgba(255, 255, 255, 0.17);
    position: relative;
    margin-left: 15px;
}

.body-swiper .page-slide .banner-swiper .banner-scrollbar .scrollbar i {
    display: block;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.body-swiper .page-slide .banner-swiper .mouse {
    width: 100%;
    position: absolute;
    bottom: 122px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
}

.body-swiper .page-slide .banner-swiper .mouse img {
    animation: mouseFadeInUp 1s infinite;
}

.body-swiper .page-slide .banner-swiper .mouse p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.body-swiper .page-slide .banner-swiper .duty {
    width: 130px;
    height: 54px;
    background: #00629F;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -27px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-swiper .page-slide .banner-swiper .duty img {
    margin-right: 10px;
    animation: enlarge 0.8s linear infinite;
}

.body-swiper .page-slide .banner-swiper .duty span {
    font-size: 14px;
    color: #fff;
}

.body-swiper .page-slide .business-box {
    background: #f9f9f9 url("tbg.svg") no-repeat; background-size:100%;
    /* background-position: 228px 38px;*/
}

.body-swiper .page-slide .business-box1 {
    background: #f9f9f9 url("bg66.jpg") no-repeat; background-size:100%;
    /* background-position: 228px 38px;*/
}

.body-swiper .page-slide .video-box {
    background: url("../images/bg2.png") no-repeat bottom right;
}

.body-swiper .page-slide .video-box .container .why-kjsd-title .title-line {
    left: 108px;
}

.body-swiper .page-slide .elegant-box {
    background: #f9f9f9;
}

.body-swiper .page-slide .elegant-box .container .why-kjsd-title .title-line {
    left: 134px;
}

.body-swiper .page-slide .contact-box {
    height: 242px;
    background: url("../images/bg3.jpg") center right;
}

.body-swiper .page-slide .foot-box {
    height: 112px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    box-sizing: border-box;
    padding: 30px 0;
}

.body-swiper .page-slide .foot-box p {
    line-height: 24px;
    font-size: 16px;
    color: #7e7e7e;
}

.body-swiper .page-slide .foot-box p span {
    color: #000;
}

.body-swiper .page-slide .foot-box p.copy {
    color: #c5c5c5;
}

.body-swiper .auto-height {
    height: 412px;
}

.body-swiper .body-pagination {
    z-index: 11;
}

.nav-box {
    width: calc(100% - 0px);
    height: 100px;
    position: fixed;
    right: 0;
    z-index: 10;
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
    transition: all 0.8s;
    box-sizing: border-box;
    background: #fff;
}



.nav-box .container {
    width: 73%;
    min-width: 1300px;
    max-width: 1400px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.nav-box .container .nav-right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.nav-box .container .nav-right .nav-list {
    display: flex;
    align-items: center;
    padding-top: 8px;
}

.nav-box .container .nav-right .nav-list li {
    height: 15px;
    display: flex;
    align-items: center;
}

/* .nav-box .container .nav-right .nav-list li:last-child{
  position: relative;
} */
.nav-box .container .nav-right .nav-list li:last-child {
    /* border-right: 1px solid #575757; */
}

.nav-box .container .nav-right .nav-list li .item-name {
    display: block;
    padding: 0 18px;
    font-size: 20px;
    color: #474747;
    line-height: 80px;
    /* font-weight: bold; */
    height: 100px;
    cursor: pointer;
    flex-shrink: 0;
}

.nav-box .container .nav-right .nav-list li .class-a {
    position: relative;
    display: block;
    z-index: 3;
}

.nav-box .container .nav-right .nav-list li .class-a i {
    border: solid transparent;
    border-width: 8px 6px 8px 6px;
    border-bottom-color: #fff;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    width: 0;
    height: 0;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, .4));
}

.nav-box .container .nav-right .nav-list li .item-name a {
    color: #474747;
}

.nav-box .container .nav-right .nav-list li .item-name:hover a {
    opacity: 0.7;
}

.nav-box .container .nav-right .nav-list li .item-name:hover .class-a i {
    opacity: 1;
}

.nav-box .container .nav-right .nav-list .children-box {
    width: 100%;
    position: absolute;
    right: 0;
    box-sizing: border-box;
    text-align: right;
    display: none;
    height: 180px;
    z-index: 2;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    align-items: flex-start;
    /* width: 610px; */
    /* justify-content: flex-start; */
}

/* .nav-box .container .nav-right .nav-list li:nth-child(n+5) .children-box .children-nav{
    position: relative;
} */

.nav-box .container .nav-right .nav-list .children-box .children-nav ol {
    border-right: 1px solid #c7c7c7;
    padding-right: 30px;
    padding-left: 30px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav ol:nth-last-of-type(1) {
    border: none;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav ol li {
    border: none;
    height: 28px;
    text-align: left;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav ol li a {
    width: 100%;
    line-height: 28px;
    font-size: 18px;
    font-weight: normal;
    color: #686868;
    padding: 0;
    opacity: 1;
    white-space: nowrap;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav ol li a:hover {
    color: #000;
    opacity: 1;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav .img-box {
    width: 246px;
    height: 100px;
    border-radius: 2px;
    overflow: hidden;
    background: red;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav .img-box img {
    width: 100%;
}

/* .nav-box .container .nav-right .nav-list .children-box .children-nav::before {
    content: "";
    border: 6px solid transparent;
    position: absolute;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--1::before {
    left: 14px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--2::before {
    left: 130px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--3::before {
    left: 244px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--4::before {
    left: 362px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--5::before {
    left: 478px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--6::before {
    left: 594px;
}

.nav-box .container .nav-right .nav-list .children-box .children-nav.children-nav--7::before {
    left: 710px;
} */

.nav-box .container .nav-right .search {
    margin-top: -16px;
    width: 19px;
    height: 21px;
    margin-left: 14px;
    background: url("../images/icon-search.png") no-repeat center bottom;
    background-size: 100% auto;
    padding-top: 8px;
    position: relative;
    /* display: none; */
}

.nav-box .container .nav-right .search::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 17px;
    background: #575757;
    position: absolute;
    top: 35%;
    left: -78%;
}

.nav-box.nav-banner {
    bottom: -100px;
}

.nav-box.nav-banner .children-box {
    bottom: 80px;
    box-shadow: 0px -2px 14px 0px rgba(0, 0, 0, 0.16);
    background: #fff;
}

.nav-box.nav-banner .children-box .children-nav::before {
    border-top: 8px solid #fff !important;
    bottom: -44px;
    filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.16));
}

.nav-box.nav-banner.show {
    bottom: 0;
}

.nav-box.nav-fixed {
    top: -100px;
}

.nav-box.nav-fixed .container {
    width: 77%;
}

.nav-box.nav-fixed .children-box {
    top: 80px;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.16);
    background: rgba(255, 255, 255, 0.95);
}

.nav-box.nav-fixed .children-box .children-nav::before {
    border-bottom: 8px solid #fff !important;
    top: -44px;
    filter: drop-shadow(0 -6px 6px rgba(0, 0, 0, 0.16));
}

.nav-box.nav-fixed.show {
    top: 0;
}

.aside-box {
    width: 80px;
    height: 100vh;
    position: fixed;
    top: 100vh;
    left: 0;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 10;
    transition: all 0.8s;
}

.aside-box.fixed {
    top: 0;
}

.aside-box .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.aside-box .aside-list {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 135px;
    left: 0;
    right: 0;
    margin: auto;
}

.aside-box .aside-list li {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 10px 0;
}

.aside-box .aside-list li a {
    display: block;
}

.aside-box .aside-list li p {
    width: 20px;
    font-size: 16px;
    color: #fff;
    margin: 80px auto 0;
    position: relative;
    cursor: pointer;
}

.aside-box .aside-list li p::before {
    content: "";
    width: 2px;
    height: 60px;
    background: #fff;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
}

.aside-box .aside-list li:hover a img {
    transform: scale(1.3);
    transition: ease 0.4s;
}

.aside-box .aside-list li.links:hover .links-box {
    width: calc(100vw - 80px);
    opacity: 1;
}

.aside-box .aside-list li.qr-code:hover .qr-code-box {
    width: 200px;
    opacity: 1;
}

.aside-box .aside-list li .qr-code-box {
    width: 0;
    height: 200px;
    background: #fff;
    z-index: 12;
    box-shadow: 0 0 10px #999;
    position: absolute;
    left: 80px;
    top: -50px;
    box-sizing: border-box;
    padding: 8px;
    transition: all 0.5s ease;
    opacity: 0;
}

.aside-box .aside-list li .qr-code-box .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.aside-box .aside-list li .qr-code-box .img-box img {
    height: 100%;
}

.aside-box .aside-list li .links-box {
    width: 0;
    height: 240px;
    position: absolute;
    left: 80px;
    top: -120px;
    background: #fff;
    z-index: 12;
    box-shadow: 0 0 10px #999;
    transition: all 0.5s ease;
    overflow: hidden;
    display: flex;
    opacity: 0;
}

.aside-box .aside-list li .links-box .link-left {
    height: 100%;
    background: #d82e2e;
    box-sizing: border-box;
    padding: 0 2.1%;
}

.aside-box .aside-list li .links-box .link-left h3 {
    writing-mode: vertical-rl;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

.aside-box .aside-list li .links-box .link-left .link-search {
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 40px 0;
    padding: 0 20px;
}

.aside-box .aside-list li .links-box .link-left .link-search input {
    border: none;
    background: transparent;
    width: 85%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
}

.aside-box .aside-list li .links-box .link-left .link-search input::placeholder {
    color: #fff;
    opacity: 0.7;
}

.aside-box .aside-list li .links-box .link-left a {
    color: #fff;
    font-size: 14px;
}

.aside-box .aside-list li .links-box .link-left a:hover {
    opacity: 0.6;
}

.aside-box .aside-list li .links-box .link-right {
    width: 75%;
    height: calc(100% - 28px);
    box-sizing: border-box;
    padding: 0 30px 0 60px;
    margin: 14px 0;
    overflow: hidden;
    overflow-y: auto;
}

.aside-box .aside-list li .links-box .link-right::-webkit-scrollbar {
    /*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
    width: 10px;
    /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
    height: 1px;
}

.aside-box .aside-list li .links-box .link-right::-webkit-scrollbar-thumb {
    /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
    border-radius: 8px;
    background: #c9c9c9;
}

.aside-box .aside-list li .links-box .link-right::-webkit-scrollbar-track {
    /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
    border-radius: 8px;
    background: #f3f3f3;
}

.aside-box .aside-list li .links-box .link-right ul {
    display: flex;
    flex-wrap: wrap;
}

.aside-box .aside-list li .links-box .link-right ul li {
    width: 33.33%;
    box-sizing: border-box;
}

.aside-box .aside-list li .links-box .link-right ul li a {
    display: block;
    width: 100%;
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    color: #7e7e7e;
}

.aside-box .aside-list li .links-box .link-right ul li a:hover {
    color: #00629F;
}

.aside-box .aside-list li .links-box .link-right .links-more {
    width: 70px;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    font-size: 12px;
    color: #000000;
    line-height: 32px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aside-box .aside-list li .links-box .link-right .links-more span {
    display: block;
    margin-top: -10px;
    margin-left: 5px;
    line-height: 12px;
}

.aside-box .aside-list li .links-box .link-right .links-more:hover {
    color: rgba(0, 0, 0, 0.6);
}

.aside-box .aside-list .to-top span {
    display: block;
    animation: enlarge 1.2s linear infinite;
}

.to-top-box {
    width: 60px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: -54px;
    right: 50px;
    background: #00629F;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 10px;
    z-index: 10;
    flex-wrap: wrap;
    transition: all 0.4s linear;
    cursor: pointer;
}

.to-top-box p {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}

.to-top-box.fixed {
    bottom: 50px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    top: 600px;
    right: 4%;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px auto;
}

.why-QR-code .why-QR-code_box {
    width: 130px;
    height: 130px;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto 18px;
}

.why-QR-code .why-QR-code_box img {
    width: 100%;
    margin-top: -20px;
}

.elegant-swiper {
    width: 100%;
    height: 100%;
}

.elegant-swiper .big-img {
    transform: scale(1.3);
    transition: ease 2s;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.elegant-swiper .swiper-slide-active .big-img {
    transform: scale(1);
    opacity: 1;
}

.elegant-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 72px;
    bottom: 30px;
}

.why-sdfc-swiper_title .why-bold img {
    animation: mouseFadeInUp 1s infinite;
}

.foot .top {
    background-size: 100% auto !important;
}


/* 公告 */
.newxuncha{
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 50;
    max-width: 10vw;
    text-align: right;
}
.newxuncha .delete{
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 5;
    width: 20px;
    height: 20px;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 0 0 20px 20px;
}
.newxuncha .delete:hover{
    background-color:#000000;
}
.newxuncha img{
    position: relative;
    z-index: 1;
    max-width: 100%;
}
/* swiper-6.8.1.min.css轮播容器的基础样式（否则轮播区域高度塌陷） */
/**
 * Swiper 6.8.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 3, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* why.css友情链接 */
.why-kjsd-module .why-kjsd-video_title {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.why-kjsd-module .why-kjsd-video_title span {
    display: block;
    width: 420px;
}

/* çœ‹è§èœ€é“æ¨¡å— */
.why-kjsd-module {
    height: 100%;
    padding-top: 180px;
    position: relative;
}

.why-kjsd-module .why-kjsd-more {
    margin-right: 130px;
    margin-top: 24px;
}

.why-kjsd-module .video-more {
    z-index: 2;
    position: absolute;
    right: 128px;
    top: 206px;
    margin: 0;
}

.why-kjsd-module .why-kjsd-video {
    width: 66%;
    min-width: 1040px;
    height: 626px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-top: -34px;
}

.why-kjsd-module .why-kjsd-video_item {
    display: none;
}

.why-kjsd-module .why-kjsd-video .show {
    display: block;
    position: relative;
    z-index: 1;
}

.why-kjsd-module .why-kjsd-video_title {
    text-align: center;
    font-size: 24px;
    color: #313131;
    margin-bottom: 20px;
}

.why-kjsd-module .why-kjsd-switch {
    cursor: pointer;
}

.why-kjsd-module .see-intones-video {
    width: 100%;
    height: calc(100% - 51px);
    object-fit: cover;
    border-radius: 2px;
}

.why-kjsd-module .why-kjsd-bg {
    width: 970px;
    height: 570px;
    background: #f3f4f5;
    position: absolute;
    opacity: 0.7;
    z-index: 0;
}

.why-kjsd-module .why-bg-item1 {
    right: -134px;
    top: 18px;
    height: calc(100% - 156px);
}

.why-kjsd-module .why-bg-item2 {
    right: -68px;
    top: -28px;
    height: calc(100% - 164px);
}

.why-kjsd-module .why-bg-item3 {
    position: absolute;
    left: 180px;
    bottom: 50px;
    z-index: 0;
    width: 70%;
}

.why-kjsd-module .why-bg-item3 img {
    width: 100%;
}

/* èœ€é“é£Žé‡‡æ¨¡å— */
.why-sdfc-module {
    padding-top: 116px;
    position: relative;
}

.why-sdfc-module .why-sdfc-bg {
    position: absolute;
    right: 50px;
    top: 150px;
    z-index: 0;
}

.why-sdfc-module .why-sdfc-more {
    position: absolute;
    right: 0;
    top: 190px;
}

.why-sdfc-swiper {
    margin-top: 58px;
    width: 57%;
    height: 523px;
    position: relative;
    box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.14);
    z-index: 2;
}

.why-sdfc-swiper .swiper-slide {
    position: relative;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    background: #fff;
}

.why-sdfc-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.why-sdfc-swiper_title {
    width: 100%;
    min-height: 98px;
    background-color: rgba(0, 0, 0, 0.3);
    /* opacity      : 0.3; */
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    padding: 28px 60px 28px 34px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
}

.why-sdfc-swiper_title .elegant-desc {
    font-size: 14px;
    line-height: 24px;
}

.why-sdfc-swiper_title .why-bold {
    margin-bottom: 4px;
    display: flex;
}

.why-sdfc-swiper_title .why-bold img {
    width: 20px;
    margin-left: auto;
}

.why-sdfc-pagination {
    position: absolute;
    left: 751px;
    bottom: 22px;
    z-index: 999;
}

.why-sdfc-pagination span {
    display: inline-block;
    width: 44px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.why-sdfc-pagination .why-sdfc-pagination_Prev {
    background-color: #e9e9e9;
}

.why-sdfc-pagination .why-sdfc-pagination_Next {
    background-color: #db2d32;
}

.why-tab-swicth {
    width: 42%;
    margin-top: 58px;
    padding-top: 56px;
    position: relative;
    z-index: 999;
}

.why-sdfc-module .why-tab-swicth .why-tab-swicth_item {
    width: 100%;
    height: 104px;
}

.why-sdfc-module .why-tab-swicth .why-tab-swicth_item a {
    width: 100%;
    height: 100%;
    color: #4c4c4c;
    background-color: #ffffff;
    border-radius: 2px;
    padding: 0 24px;
    margin-bottom: 17px;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.why-sdfc-module .why-tab-swicth .why-tab-active a {
    width: calc(100% + 65px);
    /* height       : 102px; */
    padding-left: 100px;
    color: #ffffff;
    background-color: #db2d32;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    border-radius: 2px;
    margin-left: -65px;
    position: relative;
    z-index: 10;
}

.why-sdfc-module .why-tab-swicth .why-tab-active_left {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    height: 100%;
    background: #c0292e;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
}

.why-sdfc-module .why-tab-swicth .why-tab-active .why-tab-active_left {
    display: flex;
}

.why-tab-item_desc {
    margin-left: 22px;
    padding-top: 5px;
    font-size: 18px;
    line-height: 28px;
}

/* é‚®ç®±å’ŒäºŒç»´ç  */
.why-contact {
    margin-top: 51px;
}

.why-contact-item {
    display: inline-block;
    width: 207px;
    height: 82px;
    padding-top: 20px;
    padding-left: 16px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    box-sizing: border-box;
    margin-right: 22px;
    cursor: pointer;
}

.why-contact-item img {
    margin-top: 5px;
    margin-right: 8px;
}

.why-contact-item p {
    font-size: 16px;
}

.why-contact-item .icon-mail2 {
    display: none;
}

.why-contact-item:hover {
    color: #fff;
}

.why-item-white {
    color: #4e4e4e;
    background-color: #ffffff;
}

.why-item-red {
    color: #ffffff;
    background-color: #db2d32;
}

.why-item-red .icon-mail1 {
    display: none;
}

.why-item-red .icon-mail2 {
    display: inline;
}

.why-contact-address {
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 20px;
}

.why-QR-code {
    text-align: center;
    margin-top: 31px;
    position: relative;
}

.why-QR-code_box {
    width: 127px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    margin-bottom: 18px;
}

.why-QR-code_text {
    font-size: 16px;
}

.no-data-notice {
    text-align: center;
    font-size: 18px;
    color: #6f6f6f;
}

.friend-link {
    position: absolute;
    top: 0;
    left: -10%;
}

.why-footer {
    display: flex;
    height: 249px;
    box-sizing: border-box;
}

.why-footer .friendship-links {
    width: 164px;
    margin-left: auto;
    margin-top: 31px;
}

.why-footer .friendship-links .current-link {
    width: 164px;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    background: #fff;
    font-size: 14px;
    line-height: 42px;
    padding: 0 20px 0 18px;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    color: #5b5b5b;
}

.why-footer .friendship-links .current-link::after {
    content: '';
    border: solid transparent;
    border-width: 4px 4px;
    border-top-color: #000;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.why-footer .friendship-links ul {
    width: 164px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-radius: 0 0 6px 6px;
    background: #fff;
    box-sizing: border-box;
    margin-top: -4px;
    position: relative;
    z-index: 1;
    height: 240px;
    overflow: hidden;
    overflow-y: auto;
    display: none;
}

.why-footer .friendship-links ul::-webkit-scrollbar {
    width: 6px;
}

.why-footer .friendship-links ul::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #c9c9c9;
}

.why-footer .friendship-links ul::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #f3f3f3;
}

.why-footer .friendship-links ul li {
    width: 162px;
    height: 38px;
    line-height: 38px;
}

.why-footer .friendship-links ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #363636;
    box-sizing: border-box;
    padding-left: 30px;
}

.why-footer .friendship-links ul li a:hover {
    background: #f9f9f9;
}

/* ==================== 原有样式保留 ==================== */
    
    /* ==================== 新闻幻灯片样式修改（新增） ==================== */
    /* 新闻轮播容器相对定位 */
.news-swiper {
    position: relative;
    overflow: hidden;
}
/* 分页器（切换小点）移动到顶部 */
.news-swiper .swiper-pagination {
    position: absolute;
    top: 20px !important;
    bottom: auto !important;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
}
/* 分页器小点样式 */
.news-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #00629F;
    opacity: 1;
    margin: 0 6px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.news-swiper .swiper-pagination-bullet-active {
    background: #00629F;
    width: 12px;
    height: 12px;
}
/* 新闻幻灯片每张图片添加灰色渐变遮罩（文字区域） */
.news-swiper .swiper-slide {
    position: relative;
}
.news-swiper .swiper-slide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
}
/* 确保文字内容在渐变之上 */
.news-swiper .swiper-slide .news-title, .news-swiper .swiper-slide .news-date {
    position: relative;
    z-index: 2;
}
.Ads_ads_2vcYaB {
display: none;
}

          
          <!-- 广告悬浮效果样式 -->
              .ad-item:hover {
                  transform: translateY(-8px);
                  box-shadow: 0 16px 32px rgba(0,98,159,0.15);
              }
              .ad-item:hover img {
                  transform: scale(1.03);
              }
              @media (max-width: 768px) {
                  .ad-banner-group {
                      flex-direction: column;
                      gap: 20px;
                  }
                  .ad-item {
                      min-width: auto;
                  }
              }

          /* 页脚整体高度调整为300px */
          .foot {
              height: 340px !important;
              background: #F5F7FA;
              background: url("https://www.lnjttz.cn/2026img/foot.svg") no-repeat top center;
              background-size: 100%;
          }

          /* 顶部区域高度自适应 */
          .foot .top {
              width: 100%;
              height: auto;
              box-sizing: border-box;
              padding: 20px 0 10px;
          }

          .foot .top-body,
          .foot .copy {
              max-width: 1400px;
              min-width: 1300px;
              width: calc(73% + 80px);
              margin: 0 auto;
          }

          .foot .top-body {
              height: auto;
          }

          .foot .top-body .contact-group {
              flex-direction: column;
              float: left;
          }

          .foot .top-body .friendship-links {
              margin-left: 0;
              margin-top: 24px;
          }

          .foot .top-body .friendship-links ul {
              height: auto;
          }

          .foot .top-body .qr-code-group {
              float: right;
          }

          .foot .top-body .qr-code-group .qr-code {
              float: left;
              margin: 0 15px;
          }

          .foot .top-body .qr-code-group .why-QR-code_box {
              width: 112px;
              height: 112px;
              padding: 8px;
          }

          .foot .top-body .qr-code-group .why-QR-code_box img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              margin: 0;
              display: inherit;
          }

          .foot .top-body .qr-code-group .why-QR-code_text {
              font-size: 14px;
              font-weight: normal;
              color: #4c4c4c;
          }

          /* 版权区域样式 */
          .foot .copy {
              height: auto;
              display: flex;
              flex-direction: column;
              justify-content: center;
              text-align: center;
              padding: 10px 0 5px;
          }

          .foot .copy p {
              line-height: 24px;
              font-size: 16px;
          }

          .why-contact-item:hover a {
              color: #ffffff;
          }

          /* 底部二维码图片大小 */
          .foot .top-body .qr-code-group .why-QR-code_box {
              width: 120px !important;
              height: 120px !important;
          }