﻿.container {
    width: 85%;
}

.picImg {
    overflow: hidden;
    position: relative;
}

.picImg::before {
    position: absolute;
    top: 0px;
    left: -90%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0.25;
    pointer-events: none;
    transform: skewX(-25deg);
    z-index: 3;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 70%);
}

a:hover .picImg::before {
    animation: 1s ease 0s 1 normal none running shine;
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

body {
    background: #fff;
}

.banner-bottom {
    background: url(../images/back01.png) center no-repeat;
    background-size: cover;
    padding: 40px 0;
    overflow: hidden;
}


.title-top {
    position: relative;
}

.text-center {
    text-align: center;
}

.banner-bottom .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.b_left {
    width: 42.3%;
}

.one-left-tt {
    font-size: 40px;
    margin-bottom: 15px;
    color: #222;
}

.one-left-p {
    text-align: justify;
    color: #333;
    line-height: 30px;
}

.b_right {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.b_right li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b_right li .number-top {
    color: #004680;
    font-family: 'DINPro-Bold';
}

.b_right li .number-top span {
    position: relative;
    font-size: 60px;
    padding-right: 30px;
}

.b_right li .number-top font {
    font-size: 18px;
    font-family: 'msyh';
    position: absolute;
    right: 0;
    top: 18px;
}

.b_right li .number-b {
    font-size: 18px;
    text-align: center;
}

/* ---------------------------------------------------- */
.page-tow {
    background: url(../images/back02.jpg) center no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 80px;
    background-position-y: -280px;
    overflow: hidden;
}

.tow-tabs {
    background: url(../images/tabs-lind.png) center no-repeat;
    margin-bottom: 0.2rem;
    background-size: 100% 1px;
    margin-bottom: 40px;
}

.tow-tabs li {
    display: inline-block;
    margin: 0 20px;
}

.tow-tabs li a {
    display: block;
    font-size: 20px;
    width: 160px;
    color: #222;
    height: 48px;
    line-height: 48px;
    position: relative;
    border: solid 1px #ddd;
    border-radius: 50px;
}

.tow-tabs li.active a {
    font-family: 'msyhsb';
    color: #004680;
    border-color: #004680;
    font-size: 24px;
}

.title-top a {
    padding-right: 54px;
    position: absolute;
    right: 0;
    top: 20px;
    background: url(../images/more-right.png) right center no-repeat;
    background-size: 47px auto;
    font-size: 16px;
    color: #004680;
}

.title-top span {
    display: inline-block;
    line-height: 1;
    font-family: 'msyhsb';
    position: relative;
    padding-right: 110px;
    padding-left: 110px;
    font-size: 48px;
    color: #000;
}

.title-b {
    font-family: 'DINPro-Bold';
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 1;
}

.title-p {
    font-size: 24px;
    color: #222;
    margin-bottom: 30px;
    line-height: 40px;
    font-family: 'msyhsb';
}

.title-top span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 82px;
    background: url(../images/tt-l.png) center no-repeat;
    background-size: 100% auto;
}

.title-top span:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 82px;
    background: url(../images/tt-r.png) center no-repeat;
    background-size: 100% auto;
}

.tab-content {
    position: relative;
}

.tab-content .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s all;
}

.tab-content .tab-pane.active {
    position: relative;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
}

.lb-c {
    position: relative;
}

.swiper-container-a {
    overflow: hidden;
    position: relative;
}


.swiper-container-a .swiper-slide {
    box-sizing: border-box;
    padding: 20px 20px;
}

.swiper-container-a .swiper-slide a {
    width: 100%;
    display: block;
    transition: 0.3s all;
    position: relative;
    padding-bottom: 145%;
}

.team-label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 120px;
    height: 32px;
    background: url(../images/team-label.png) center no-repeat;
    background-size: 100% 100%;
    line-height: 32px;
    font-size: 14px;
    color: #004680;
    font-weight: bold;
    padding-left: 10px;
}

.team-img {
    width: 100%;
    height: 80%;
    box-shadow: 0 0 20px rgba(0, 70, 128, 0.2);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.swiper-container-a .swiper-slide-active .team-img,
.swiper-container-a .swiper-slide-prev .team-img,
.swiper-container-a .swiper-slide-next .team-img {
    height: 100%;
}

.team-mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: url(../images/mask.png) center no-repeat;
    background-size: 100% 100%;
}

.team-box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
    color: #fff;
}

.team-tt {
    margin-right: 20px;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    background: url(../images/tt-lind.png) left center no-repeat;
    padding-left: 23px;
    background-size: 12px auto;
}

.team-sm {
    position: relative;
    transition: 0.3s all;
    margin-right: 20px;
    display: none;
    padding-right: 55px;
    margin-left: 20px;
    padding-bottom: 30px;
}

.swiper-container-a .swiper-slide-active .team-sm,
.swiper-container-a .swiper-slide-prev .team-sm,
.swiper-container-a .swiper-slide-next .team-sm {
    display: block;
}

.team-zy {
    font-size: 16px;
    color: #fff;
}

.team-name {
    font-family: 'msyhsb';
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}

.tame-number {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 12px;
    color: #fff;
}

.tame-number span {
    font-family: 'DINPro-Bold';
    display: inline-block;
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
}

.swiper-prev-jy,
.swiper-next-jy {
    width: 44px;
    height: 44px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    z-index: 11;
}

.swiper-prev-jy {
    background: url(../images/left01.png) center no-repeat;
    background-size: cover;
    left: 15%;
}

.swiper-next-jy {
    background: url(../images/right01.png) center no-repeat;
    background-size: cover;
    right: 15%;
}

.swiper-prev-jy:hover {
    background: url(../images/left02.png) center no-repeat;
    background-size: cover;
}

.swiper-next-jy:hover {
    background: url(../images/right02.png) center no-repeat;
    background-size: cover;
}

/* ----------------------------------------------------------- */

.page-jysj {
    width: 100%;
    overflow: hidden;
    padding: 120px 0 100px 0;
}

.column2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.column2 .title {
    display: flex;
    align-items: flex-end;
}

.column2 .title .name {
    font-family: 'msyhsb';
    position: relative;
    font-size: 48px;
    color: #000;
}

.column2 .title .en {
    font-family: 'DINPro-Bold';
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    position: relative;
    margin-left: 5px;
    top: -10px;
}

.column2 .more {
    padding-right: 54px;
    background: url(../images/more-right.png) right center no-repeat;
    background-size: 47px auto;
    font-size: 16px;
    color: #004680;
}

.jysj_right,
.page-jysj .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}


.jysj_left {
    width: 45%;
}

.jysj_right {
    width: calc(55% - 40px);
}

.jysj_right_l,
.jysj_right_r {
    width: calc((100% - 20px) / 2);
}

.jysj_right .item,
.jysj_left .item {
    width: 100%;
    position: relative;
}

.jysj_right .item .picImg,
.jysj_left .item .picImg {
    width: 100%;
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
}

.jysj_right_l .item .picImg {
    padding-bottom: 145%;
}

.jysj_right .item .picImg .bg,
.jysj_left .item .picImg .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.jysj_right_r .item:first-of-type {
    margin-bottom: 20px;
}

.picImg .bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    z-index: 50;
    background: rgba(0, 70, 128, 0.5);
    border-radius: 50%;
}

.bg-circle:before {
    display: block;
    content: "";
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/raw.png) center no-repeat;
    background-size: 16px auto;
}

.bg-circle__elem {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 70, 128, 0.5);
    border-radius: 50%;
}

.bg-circle__elem {
    animation: circle 2s infinite ease-in-out;
}

.bg-circle__elem.mod--second {
    animation-delay: 500ms;
}

.bg-circle__elem.mod--third {
    animation-delay: 2s;
}

@keyframes circle {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }

}

/* ---------------------------- */

.page-cg {
    background: url(../images/back05.png) center no-repeat;
    background-size: cover;
    padding: 100px 0 80px 0;
    overflow: hidden;
}

.cg-txt {
    font-size: 28px;
    margin-bottom: 30px;
}

.cg-txt span {
    position: relative;
    padding: 0 80px;
}

.cg-txt span:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 63px;
    background: url(../images/txt-l.png) center no-repeat;
    background-size: 100%;
}

.cg-txt span:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 63px;
    background: url(../images/txt-r.png) center no-repeat;
    background-size: 100%;
}

.rycg {
    width: 100%;
    margin-bottom: 90px;
}

.rycg1Slide {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.rycg1Slide .swiper-slide {
    box-sizing: border-box;
    padding: 0 40px;
}

.rycg1Slide .swiper-slide img {
    width: 100%;
}

.rycg1Slide .swiper-slide .text {
    color: #222;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    padding: 10px 0;
}

.rycg1Slide .swiper-slide .text p:last-of-type {
    font-size: 17px;
}

.rycg1Slide .swiper-slide:hover .text {
    color: #004680;
}

.rycg1Slide .swiper-prev,
.rycg1Slide .swiper-next {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    position: absolute;
    left: -54px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.rycg1Slide .swiper-prev {
    background: url(../images/left01.png) center no-repeat;
    background-size: cover;
}

.rycg1Slide .swiper-next {
    background: url(../images/right01.png) center no-repeat;
    background-size: cover;
    left: auto;
    right: -54px;
}

.rycg1Slide .swiper-prev:hover {
    background: url(../images/left02.png) center no-repeat;
    background-size: cover;
}

.rycg1Slide .swiper-next:hover {
    background: url(../images/right02.png) center no-repeat;
    background-size: cover;
}

.hpSlide2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hpSlide2 .swiper-slide {
    box-sizing: border-box;
    padding: 20px;
}

.hpSlide2 .hp-box {
    width: 100%;
    height: 210px;
    position: relative;
    z-index: 10;
    background: url(../images/hp-back.png) center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 30px 25px 0 110px;
}

.hp-img {
    position: absolute;
    left: 20px;
    top: 20px;
}

.hp-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.hp-name {
    font-size: 24px;
    color: #222;
    line-height: 1;
    margin-bottom: 10px;
}

.hp-label span {
    display: inline-block;
    background: url(../images/hp-a.png) center no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    color: #aa6221;
    line-height: 25px;
    padding: 0 20px 0 10px;
}

.hp-p {
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    color: #222;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.hpSlide2 .swiper-slide a {
    width: 100%;
    position: relative;
}

.hpSlide2 .swiper-slide a:hover:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    box-shadow: 0 0 10px rgba(0, 70, 128, 0.3);
}

.hpSlide2 .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hpSlide2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 25px;
    opacity: 1;
    background: #004680;
}

.hpSlide2 .swiper-pagination-bullet-active {
    width: 22px;
    height: 22px;
    background: url(../images/li02.png) center no-repeat;
    position: relative;
}

.hpSlide2 .swiper-pagination-bullet-active::after {
    content: '';
    width: 36px;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #004680;
    position: absolute;
    left: 31px;
    top: 50%;
}

.hpSlide2 .swiper-pagination-bullet:last-of-type::after {
    display: none !important;
}

/* ------------------------------------- */

.by-box {
    position: relative;
    overflow: hidden;
    margin: 100px 0;
}

.by-box:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
    border-top: solid 1px #004680;
}

.by-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.by-list li {
    flex: 1;
    position: relative;
    cursor: default;
}

.by-list li:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 196px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    background: #004680;
    border-radius: 50%;
}

.by-list li:hover:after {
    display: block;
    content: "";
    animation: circle 2s infinite ease-in-out;
    position: absolute;
    left: 50%;
    top: 196px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    background: #004680;
    border-radius: 50%;
}

.by-list-number {
    min-width: 200px;
    padding-bottom: 70px;
    position: relative;
    background: url(../images/number-b.png) center bottom no-repeat;
    background-size: 200px auto;
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DINPro-Bold';
}

.by-list-number span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.by-list-number:before {
    display: block;
    content: "";
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    bottom: 30px;
    transition: 0.3s all;
    background: url(../images/number-t.png) center no-repeat;
    background-size: auto 139px;
}

.by-list li:hover .by-list-number:before {
    height: 140px;
}

.by-list-number span font {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 10px;
}

.by-list-txt {
    color: #222;
    line-height: 30px;
    margin-top: 90px;
    text-align: center;
}

.by-list li:hover .by-list-txt {
    color: #004680;
    font-family: 'msyhsb';
}

/* ---------------------------------- */

.ryzsSlide {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
}

.ryzsSlide .swiper-container {
    overflow: hidden;
}

.ryzsSlide .swiper-slide a {
    width: 100%;
}

.ryzsSlide .swiper-slide .img {
    width: 100%;
    padding-bottom: 70.58%;
}

.ryzsSlide .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.ryzsSlide .swiper-slide .text {
    background: url(../images/zs-tt.png) center no-repeat;
    background-size: 100% auto;
    margin-top: 45px;
    box-sizing: border-box;
    padding: 0 40px;
}

.ryzsSlide .swiper-slide .title {
    color: #222;
    text-align: center;
}

.ryzsSlide .swiper-slide p {
    color: #222;
    margin-top: 5px;
    text-align: center;
}

.ryzsSlide .swiper-slide:hover .title {
    color: #004680;
}

.ryzsSlide .swiper-prev,
.ryzsSlide .swiper-next {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    position: absolute;
    left: -54px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.ryzsSlide .swiper-prev {
    background: url(../images/left01.png) center no-repeat;
    background-size: cover;
}

.ryzsSlide .swiper-next {
    background: url(../images/right01.png) center no-repeat;
    background-size: cover;
    left: auto;
    right: -54px;
}

.ryzsSlide .swiper-prev:hover {
    background: url(../images/left02.png) center no-repeat;
    background-size: cover;
}

.ryzsSlide .swiper-next:hover {
    background: url(../images/right02.png) center no-repeat;
    background-size: cover;
}

.page-three {
    background: url(../images/back03.png) center no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    width: 100%;
    overflow: hidden;
}

/* ------------------------------------------------------- */

.mqztcSlide {
    width: 100%;
    overflow: hidden;
}

.mqztcSlide .swiper-slide {
    box-sizing: border-box;
    padding: 20px;
}

.mqztcSlide .swiper-slide a {
    width: 100%;
}

.mqztcSlide .swiper-slide .bg {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 64.75%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.mqztcSlide .swiper-slide .text {
    padding: 25px 40px;
    background: #fff;
    position: relative;
    border-bottom: solid 5px #004680;
}

.mqztcSlide .swiper-slide .title {
    margin-top: 10px;
    color: #222;
    text-align: justify;
    line-height: 34px;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mqztcSlide .swiper-slide:hover a {
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 70, 128, 0.2);
}

.mqztcSlide .swiper-slide:hover .bg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.mqztcSlide .swiper-slide:hover .title {
    color: #004680;
    font-weight: bold;
}


/* ------------------------------------- */

.jydt {
    width: 100%;
    padding-top: 80px;
}

.jydtlist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jydtlist ul li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 40px;
}

.jydtlist ul li a {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    display: flex;
    align-items: center;
}

.jydtlist ul li .img {
    width: 38%;
}

.jydtlist ul li .picImg {
    width: 100%;
    padding-bottom: 56.25%;
}

.jydtlist ul li .img .bg {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jydtlist ul li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
}

.jydtlist ul li .title {
    color: #222;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.jydtlist ul li .desc {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.jydtlist ul li:hover .img .bg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.jydtlist ul li:hover .title {
    color: #004680;
    font-weight: bold;
}


/* --------------------------------------------- */

.page-four {
    position: relative;
    overflow: hidden;
}

.video-swiper .video-img {
    width: 100%;
}

.video-swiper .video-img img {
    width: 100%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}


.four-about {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    height: 270px;
    box-sizing: border-box;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.9);
    width: 33.3%;
    border-radius: 60px 0 0 0;
}

.four-about-tt {
    font-size: 24px;
}

.four-about-p {
    font-size: 14px;
    text-align: justify;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}

.swiper-thumbs .video-img .img-sp img {
    width: 100%;
}

.slt-box {
    width: 50%;
    position: absolute;
    bottom: 50px;
    left: 12.5%;
    box-sizing: border-box;
    padding: 0 60px;
}

.swiper-thumbs {
    width: 100%;
    overflow: hidden;
    width: 100%;
}

.swiper-thumbs .swiper-slide {
    box-sizing: border-box;
    padding: 20px 10px;
}

.swiper-thumbs .swiper-slide .img-sp {
    width: 100%;
    padding-bottom: 58.65%;
    position: relative;
}

.swiper-thumbs .swiper-slide .video-img {
    width: 100%;
    box-sizing: border-box;
    border: 4px solid #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.swiper-thumbs .swiper-slide .img-sp img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.slt-txt {
    position: absolute;
    left: 0;
    transition: 0.3s all;
    top: 100%;
    height: 100%;
    right: 0;
    background: rgba(0, 70, 128, 0.9);
    font-size: 20px;
    color: #fff;
}

.slt-txt span {
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    top: 50%;
    padding: 0 20px;
    transform: translate(0, -50%);
    line-height: 32px;
}

.swiper-slide-thumb-active .slt-txt {
    top: 0;
}

.swiper-slide-thumb-active .video-img {
    transform: translate(0, -20px);
}

.slt-box .swiper-prev,
.slt-box .swiper-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 11;
}

.slt-box .swiper-prev {
    background: url(../images/left01.png) center no-repeat;
    background-size: cover;
}

.slt-box .swiper-next {
    background: url(../images/right01.png) center no-repeat;
    background-size: cover;
    left: auto;
    right: 0;
}

.slt-box .swiper-prev:hover {
    background: url(../images/left02.png) center no-repeat;
    background-size: cover;
}

.slt-box .swiper-next:hover {
    background: url(../images/right02.png) center no-repeat;
    background-size: cover;
}

/* -------------------------------------------------------- */

.page-five {
    width: 100%;
    background: url(../images/back05.png) center no-repeat;
    background-size: cover;
    padding: 80px 0;
    overflow: hidden;
}

.qzzdBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qzzdSlide {
    width: 48.75%;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}

.qzzdSlide .swiper-slide a {
    width: 100%;
}

.qzzdSlide .swiper-slide .picImg {
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.qzzdSlide .swiper-slide .picImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.qzzdSlide .swiper-slide .text {
    box-sizing: border-box;
    padding: 25px 0 75px 0;
}

.qzzdSlide .swiper-slide .title {
    width: 60%;
    font-size: 24px;
    text-align: center;
    color: #222;
    line-height: 30px;
    height: 60px;
    margin: 0 auto;
}

.qzzdSlide .swiper-pagination1 {
    position: absolute;
    bottom: 25px;
    width: 100%;
    z-index: 11;
    text-align: center;

}

.qzzdSlide .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background: #004680;
    opacity: 1;
    color: transparent;
}

.qzzdSlide .swiper-pagination-bullet-active {
    background: none;
    color: #004680;
    font-size: 20px;
    position: relative;
    top: -6px;
    width: auto;
    height: auto;
}

.qzzdSlide .swiper-prev,
.qzzdSlide .swiper-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    bottom: 35px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 11;
}

.qzzdSlide .swiper-prev {
    background: url(../images/left01.png) center no-repeat;
    background-size: cover;
}

.qzzdSlide .swiper-next {
    background: url(../images/right01.png) center no-repeat;
    background-size: cover;
    left: auto;
    right: 20px;
}

.qzzdSlide .swiper-prev:hover {
    background: url(../images/left02.png) center no-repeat;
    background-size: cover;
}

.qzzdSlide .swiper-next:hover {
    background: url(../images/right02.png) center no-repeat;
    background-size: cover;
}


.qzzdList {
    width: 48.5%;
}

.qzzdList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qzzdList ul li {
    width: calc((100% - 20px) / 2);
    background: #fff;
    margin-bottom: 20px;
    border-bottom: solid 5px #004680;
}

.qzzdList ul li.li1 .more,
.qzzdList ul li.li2 .more {
    display: none;
}

.qzzdList ul li.li3 .img,
.qzzdList ul li.li4 .img {
    display: none;
}


.qzzdList ul li .picImg {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.qzzdList ul li .picImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.qzzdList ul li .text {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 30px 20px;
}

.qzzdList ul li .date {
    font-size: 18px;
    color: #004680;
    font-family: 'DINPro-Bold';
    padding-left: 26px;
    background: url(../images/icon-date.png) left center no-repeat;
    background-size: 17px auto;
}

.qzzdList ul li .title {
    font-size: 18px;
    line-height: 33px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    color: #333;
}

.qzzdList ul li .more {
    position: relative;
    margin-top: 33px;
    font-size: 16px;
    color: #666;
    text-align: right;
}

.qzzdList ul li .more:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 75px;
    border-top: dashed 1px #ddd;
}

.qzzdList ul li:hover .title {
    color: #004680;
}

.qzzdList ul li:hover {
    border: none;
}

.qzzdList ul li:hover .text {
    border: 1px solid #004680;
}

.qzzdList ul li:hover .more {
    color: #004680;
}

.qzzdList ul li:hover .more:before {
    border-top: solid 1px #004680;
}

/* ---------------------------------------------- */

.hzqy {
    width: 100%;
    padding-bottom: 80px;
}

.hzqySlide .swiper-slide a {
    width: 100%;
    display: block;
    background: #fff;
    position: relative;
    border-radius: 6px;
    border: solid 1px #eee;
    overflow: hidden;
    padding-bottom: 20px;
}

.hzqySlide .team-label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 120px;
    height: 32px;
    background: url(../images/team-label.png) center no-repeat;
    background-size: 100% 100%;
    line-height: 32px;
    font-size: 14px;
    color: #004680;
    font-weight: bold;
    padding-left: 10px;
}

.hzqySlide .img {
    text-align: center;
}

.hzqySlide .img img {
    max-width: 100%;
}

.hzqySlide .swiper-slide p {
    text-align: center;
    color: #222;
    font-size: 18px;
}

.hzqySlide .swiper-slide:hover p {
    color: #004680;
    font-weight: bold;
}

.swiper-hzqy-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.swiper-hzqy-btn .more {
    display: inline-block;
    width: 240px;
    line-height: 58px;
    border-radius: 60px;
    border: solid 1px #004680;
    text-align: center;
    font-size: 16px;
    color: #004680;
    margin: 0 60px;
}

.swiper-hzqy-btn .more span {
    display: inline-block;
    padding-right: 54px;
    background: url(../images/more-right.png) right center no-repeat;
    background-size: 47px auto;
}

.swiper-hzqy-btn .swiper-next,
.swiper-hzqy-btn .swiper-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 11;
}

.swiper-hzqy-btn .swiper-prev {
    background: url(../images/left01.png) center no-repeat;
    background-size: cover;
}

.swiper-hzqy-btn .swiper-next {
    background: url(../images/right01.png) center no-repeat;
    background-size: cover;
    left: auto;
    right: 20px;
}

.swiper-hzqy-btn .swiper-prev:hover {
    background: url(../images/left02.png) center no-repeat;
    background-size: cover;
}

.swiper-hzqy-btn .swiper-next:hover {
    background: url(../images/right02.png) center no-repeat;
    background-size: cover;
}

.logo-txt {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    line-height: 1;
    text-align: center;
}

/* -------------------------------------- */

.fix-box {
    position: fixed;
    right: -100px;
    transition: 0.3s all;
    bottom: 20px;
    z-index: 500;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.fix-ul li a {
    display: block;
    width: 60px;
    margin: 0 auto;
    font-size: 14px;
    padding: 16px 0;
    background: url(../images/lind-a.png) center bottom no-repeat;
    background-size: 60px auto;
    color: #333;
}

.fix-ul li a:hover {
    background: url(../images/lind-b.png) center bottom no-repeat;
    background-size: 60px auto;
}

.fix-ul {
    width: 81px;
    padding-top: 60px;
    background: url(../images/fix-back.png) center no-repeat;
    background-size: 100% auto;
}

.fix-ul li a img {
    margin-bottom: 5px;
}

.fix-ul-b li a {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background: #fff;
}

.fix-ul-b li a {
    border-radius: 5px 5px 0 0;
    background: #fff url(../images/dh01.png) center no-repeat;
    background-size: 23px;
}

.fix-ul-b li.li2 a {
    background: #fff url(../images/yx.png) center no-repeat;
    background-size: 23px;
}

.fix-ul-b {
    margin: 20px 0 0 20px;
    box-shadow: 0 0 10px rgba(0, 70, 128, 0.3);
}

.fix-ul-b li a:hover {
    background: #004680 url(../images/dh02.png) center no-repeat;
    background-size: 23px;
}

.fix-ul-b li.li2 a:hover {
    background: #004680 url(../images/yx2.png) center no-repeat;
    background-size: 23px;
}

.fix-ul-hover {
    position: absolute;
    right: 100%;
    white-space: nowrap;
    width: 0;
    transition: 0.3s all;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
    height: 40px;
    border-radius: 5px;
}

.hover-tt {
    font-size: 12px;
    color: #004680;
    font-weight: bold;
}

.hover-phone {
    color: #222;
    font-weight: bold;
}

.fix-ul-b li a:hover .fix-ul-hover {
    width: 180px;
    padding: 10px 20px;
    box-shadow: 0 0 10px rgba(0, 70, 128, 0.3);
}

.fix-ul li:last-child a {
    background: none !important;
}

.fix-ul li a:hover {
    color: #004680;
    font-family: 'msyhsb';
}

.fix-box.active {
    right: 16px;
}

.banlist .swiper-slide,
.banlist .swiper-slide a img {
    width: 100%;
}

.banlist .swiper-next,
.banlist .swiper-prev,
.banlist .Tonext {
    display: none;
}

/* --------------------------------------------- */

.ny_right {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.logoList ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.logoList ul li {
    width: calc((100% - 121px) / 5);
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-right: 30px;
}

.logoList ul li:nth-child(5n) {
    margin-right: 0;
}

.logoList ul li a {
    width: 100%;
}

.logoList ul li .img {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.logoList ul li img {
    width: 100%;
}

.logoList ul li .title {
    text-align: center;
    color: #333;
    margin-top: 10px;
    line-height: 25px !important;
}

.logoList ul li:hover .title {
    color: #004680;
}

.nytit a {
    color: #333;
}

.foot .fleft {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot .fright {
    width: auto;
    flex: 1;
    box-sizing: border-box;
    padding-left: 5%;
}

.ftCode {
    display: flex;
    box-sizing: border-box;
    padding: 25px 0;
}

.ftCode .item1 {
    margin-right: 60px;
}

.ftCode .item h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.ftCode .item li {
    margin-top: 15px;
    position: relative;
}

.ftCode .item li a {
    font-size: 14px;
    color: #fff;
}

.ftCode .item li a img {
    margin-right: 10px;
    width: 16px;
}

.ftCode .item li .code_img {
    position: absolute;
    left: 120%;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
    display: none;
}

.ftCode .item li .code_img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.ftCode .item li:hover .code_img {
    display: block;
}