﻿.footer {
    width: 100%;
    background: #000083;
    color: rgba(255, 255, 255, .8);
    /* overflow: hidden; */
}

.footer .banq {
    width: 80%;
    /* line-height: 30px; */
    padding: 15px 0;
}

.footer .banq br {
    display: none;
}

.footer a {
    color: rgba(255, 255, 255, .8);
}

.content2 {
    width: 100%;
    height: 530px;
    background: url(../img/content2Bg.png) right top no-repeat;
    background-position-y: 52px;
    position: relative;
    overflow: hidden;
}

.content2 .waves {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    z-index: -1;
}

.content2 .container {
    position: relative;
    z-index: 99;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 65px 0 40px 0;
}

.column .title {
    display: flex;
    align-items: flex-end;
}

.column .title>.name {
    font-size: 36px;
    color: #292929;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

.column .title>.name::after {
    content: "";
    position: absolute;
    left: -.5rem;
    top: 0;
    bottom: 0;
    width: 10px;
    color: transparent;
    transform: skew(-15deg);
    background: linear-gradient(to right, transparent 40%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 70%, transparent);
}

.column .title>.name:hover::after {
    left: 100%;
    transition: all 1s;
}

.column .title>.en {
    color: #C8C8C8;
    position: relative;
    top: -5px;
}

.column .title>.en>span {
    display: inline-block;
    margin: 0 5px;
}

.column .more {
    display: inline-block;
    width: 107px;
    height: 35px;
    background: url(../img/more-ico.svg) no-repeat;
}

.column .more:hover {
    background: url(../img/more-ico2.svg) no-repeat;
}

.xxhfw_left {
    width: 845px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 15px;
}

.xxhfw_left .box {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    box-shadow: 0px 0px 27.5px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    margin-right: 80px;
    margin-bottom: 36px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.xxhfw_left .box.active {
    top: -10px;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    border: 0.63px solid #000083;
}

.xxhfw_left .box:hover {
    top: -10px;
    transition: all 0.5s ease-in-out;
}

.xxhfw_left .box a {
    border-radius: 50%;
    background: linear-gradient(180deg, #EAEAFF 10%, #F3E8FF 30%, rgba(255, 255, 255, 0) 100%);
}

.xxhfw_left .box4,
.xxhfw_left .box8 {
    margin-right: 0;
}

.xxhfw_left .box5,
.xxhfw_left .box6,
.xxhfw_left .box7,
.xxhfw_left .box8 {
    margin-bottom: 0;
}

.xxhfw_left .box a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.xxhfw_left .box p {
    text-align: center;
    color: #292929;
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
}

.xxhfw_left .box img {
    transition: transform 0.5s;
}

.xxhfw_left .box:hover .ico img {
    transform: rotateY(180deg);
}

.xxhfw_left .box:hover {
    box-sizing: border-box;
    border: 0.63px solid #000083;
}

.xxhfw_left .box:hover p {
    color: #000082;
}

.xxhfw_box {
    display: flex;
    flex-wrap: wrap;
}

.xxhfw_right {
    width: calc(100% - 845px);
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 65px;
}

.xxhfw_right .box {
    width: 58%;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.xxhfw_right .box1,
.xxhfw_right .box2 {
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.xxhfw_right .box2,
.xxhfw_right .box4 {
    width: 42%;
}

.xxhfw_right .box:hover {
    transition: all 0.5s ease-in-out;
}

.xxhfw_right .box .ico {
    margin-right: 15px;
}

.xxhfw_right .box .p1 {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    color: #6D6D6D;
}

.xxhfw_right .box .p1 span {
    position: relative;
    top: -10px;
}

.xxhfw_right .box .p1>div {
    color: #000083;
    font-size: 48px;
    font-weight: bold;
}

.xxhfw_right .box .p2 {
    font-size: 18px;
    color: #6F6F6F;
}

.banner {
    width: 100%;
    position: relative;
}

.banlist {
    position: relative;
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
}


.banlist .swiper-slide-active img {
    animation: img_scale linear 4s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }

}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 34px;
    height: 58px;
    position: absolute;
    top: calc((100% - 58px) / 2);
    z-index: 99;
    background: url(../img/prev-ico.svg) no-repeat;
    background-size: cover;
    left: 0;
}


.banlist .swiper-next {
    background: url(../img/next-ico.svg) no-repeat;
    background-size: cover;
    left: auto;
    right: 0;
}

.tzgglist {
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    z-index: 99;
}

.tzgglist .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.tzgg-name {
    width: 140px;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.tzgg-name a {
    color: #fff;
}

.tzgg-name img {
    margin-right: 10px;
}

.tzggSlide {
    width: calc(100% - 140px);
}

.tzggSlide .swiper-slide .title {
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.tzggSlide .swiper-slide .title::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
}

.content1 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 672px;
    background: url(../img/content1Bg.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}

.content1 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wlaq {
    width: 24%;
}

.wlaq-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.wlaq-tab a {
    display: inline-block;
    width: calc((100% - 20px) / 2);
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #292929;
    text-align: center;
    border-radius: 5px;
    background: #CEC8FF;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.wlaq-tab a.on {
    background: #000082;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.wlaqlist .info {
    display: none;
}

.wlaqlist .info.active {
    display: block;
}

.wlaqlist .box {
    width: 100%;
    padding-bottom: 12px;
    padding-top: 32px;
    border-bottom: 0.5px solid #D3DBED;
    position: relative;
}

.wlaqlist .box::before {
    content: '';
    width: 0;
    height: 0.5px;
    background: #000082;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.wlaqlist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.wlaqlist .box:first-of-type {
    padding-top: 15px;
}

.wlaqlist .box .title {
    font-size: 18px;
    color: #292929;
    line-height: 25px;
    height: 25px;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.wlaqlist .box .title::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #292929;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 13px;
}

.wlaqlist .box:hover .title {
    color: #000082;
}

.wlaqlist .box:hover .title::before {
    background: #000082;
}


.news {
    width: 70%;
}

.new_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newSlide {
    width: 650px;
}

.newlist {
    width: calc(100% - 695px);
}

.newlist .box {
    width: 100%;
    margin-bottom: 28px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    padding-bottom: 28px;
    border-bottom: 1px solid #BCD3E4;
}

.newlist .box.last {
    margin-bottom: 0;
    border: none;
    padding: 0;
}

.newlist .box:hover {
    top: -10px;
    transition: all 0.5s ease-in-out;
}

.newlist .box:last-of-type {
    margin-bottom: 0;
}

.newlist .box .title {
    font-size: 18px;
    color: #292929;
    line-height: 25px;
    height: 50px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newlist .box .dete {
    color: #292929;
    opacity: 0.5;
}

.newlist .box:hover .title {
    color: #000082;
}

.newSlide {
    box-sizing: border-box;
    /* padding: 26px 22px 0 22px; */
}



.newSlide::before {
    content: '';
    width: 637px;
    height: 271px;
    border: 3px solid rgba(0, 0, 130, .2);
    border-radius: 14px;
    position: absolute;
    top: 1px;
    left: 2px;
    right: 0;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

#animatedRect {
    animation: draw 4s linear infinite;
}

.newSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 99;
}

.newSlide .swiper-slide .img {
    overflow: hidden;
}

.newSlide .swiper-slide .img img {
    width: 100%;
    height: 337px;
    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;
}

.newSlide .swiper-slide .title {
    font-size: 18px;
    font-weight: bold;
    color: #292929;
    line-height: 25px;
    height: 25px;
    margin: 20px 0;
}

.newSlide .swiper-slide .dete {
    width: 107px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 5px;
    background: #DBD4FF;
}

.newSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newSlide .swiper-slide:hover .title {
    color: #000082;
}


.newSlide .swiper-pagination {
    width: 112px;
    height: 28px;
    position: absolute;
    right: 22px;
    bottom: 0;
    box-sizing: border-box;
    border: 1px solid #CEC8FF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.newSlide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.5;
    margin: 0 4px;
    background: #969696;
}

.newSlide .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background: url(../img/bullet-active.svg) no-repeat;
    position: relative;
    top: 2px;
    opacity: 1;
}

.search_box {
    width: 600px;
    height: 118px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: absolute;
    left: calc((100% - 600px)/ 2);
    top: calc((100% - 118px) / 2);
    z-index: 99;
    box-sizing: border-box;
    padding: 0 26px;
    display: flex;
    align-items: center;
}

.search {
    width: 100%;
    height: 50px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10000px;
    position: relative;
}

.search .search-in {
    width: 100%;
    background: none;
    height: 50px;
    line-height: 50px;
    border: none;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
    outline: none;
    padding-right: 50px;
}

.search .search-in::placeholder {
    color: #fff;
}

.search .search-btn {
    width: 20px;
    height: 20px;
    background: url(../img/ss.svg) no-repeat;
    position: absolute;
    right: 20px;
    top: 15px;
    background-size: cover;
    border: none;
}

.header {
    width: 100%;
    height: 92px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-sizing: border-box;
    padding: 0 60px;
    padding-top: 22px;
}

.header::after {
    content: '';
    width: 100%;
    height: 4px;
    display: inline-block;
    background: linear-gradient(180deg, #000082 34%, #410087 59%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.header::before {
    content: '';
    width: 100%;
    height: 130px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 19%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.head {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
}

.head h1 {
    width: 418px;
    width: 17%;
}

.head h1 img {
    /* width: 100%; */
    /* max-width: 100%; */
}

.navigation {
    width: calc(100% - 450px);
    width: 83%;
    height: 70px;
}

.navigation .container {
    position: relative;
}

.navigation .search {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 70px;
}

.nav {
    width: 100%;
    height: 70px;
    line-height: 70px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    height: 70px;
    /* float: left; */
    display: inline;
    text-align: center;
    position: relative;
    padding: 0 20px;
    /* margin-right: 80px; */
}


.nav .nLi h3 {
    height: 70px;
    font-weight: normal;
}

.nav .nLi.on h3 a,
.nav .nLi:hover h3 a {
    font-weight: bold;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
}

.nav .nLi:hover .sub {
    display: block;
}

.nav .sub {
    display: none;
    width: 150%;
    top: 70px;
    position: absolute;
    background: #fff;
    line-height: 60px;
    left: -25%;
    border-radius: 0 0 15px 15px;
    border-top: 2px solid #000082;
    padding: 15px 0;
    z-index: 99;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .sub a {
    color: #383838;
    font-size: 16px;
    position: relative;
    padding: 5px 0;
}

.nav .sub a:hover {
    color: #000082;
    font-weight: bold;
    border-bottom: 1px solid #000082;
}

.menuBtn {
    width: 76px;
    height: 69px;
    background: url(../img/menuBtnBg.png) center no-repeat;
    background-size: cover;
    position: fixed;
    right: 0;
    top: 4px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menuBtn .ico {
    width: 42px;
    height: 29px;
    background: url(../img/menu-ico.svg) no-repeat;
    background-size: cover;
}

.nydt {
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.crumbs .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crumbs-name {
    width: 311px;
    height: 109px;
    line-height: 109px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
    background: linear-gradient(180deg, rgba(0, 0, 130, .8) 34%, rgba(65, 0, 135, .8) 59%);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.3);
}

.crumbs-list {
    width: calc(100% - 350px);
}

.crumbs-list .wz {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    margin-top: 16px;
}

.crumbs-list .wz a {
    color: #fff;
}

.crumbs-list .wz span:last-of-type {
    display: none;
}

.crumbs-list .ico {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    display: inline-block;
    position: relative;
}

.crumbs-list .ico::before {
    content: '';
    width: 11px;
    height: 11px;
    box-sizing: border-box;
    border: 0.8px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: -5px;
}


.subNav {
    width: 100%;
    background: #E9F1F8;
    margin-bottom: 56px;
}

.subNav .list {
    height: 70px;
    display: flex;
    align-items: center;
}

.subNav .list a {
    font-size: 18px;
    color: #292929;
    margin-right: 58px;
    height: 100%;
    display: flex;
    align-items: center;
}

.subNav .list a.on,
.subNav .list a:hover {
    color: #000082;
    font-weight: bold;
    box-sizing: border-box;
    border-bottom: 2px solid #000082;
}

.textlist .box {
    width: 100%;
    height: 66px;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.textlist .box a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textlist .box .title {
    width: calc(100% - 100px);
    font-size: 18px;
    color: #292929;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.textlist .box .title::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #292929;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50%;
}

.textlist .box .dete {
    color: #292929;
    opacity: 0.5;
    font-size: 16px;
    min-width: 95px;
    text-align: right;
}

.textlist .box:hover {
    height: 96px;
    background: #000083;
    box-sizing: border-box;
    padding: 0 20px;
    transition: all 0.5s ease-in-out;
}

.textlist .box:hover .title {
    color: #fff;
}

.textlist .box:hover .title::before {
    background: #fff;
}

.textlist .box:hover .dete {
    color: #fff;
    opacity: 1;
}

.textlist .list-page {
    width: 100%;
    height: 40px;
    margin: 40px 0 54px 0;
}

.piclist .box {
    width: 100%;
    margin-bottom: 36px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #E7E7E7;
}

.piclist .box a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.piclist .box .img {
    width: 320px;
    overflow: hidden;
}

.piclist .box .img img {
    width: 100%;
    height: 178px;
    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;
}

.piclist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding: 0 30px;
}

.piclist .box .title {
    font-size: 18px;
    color: #3D3D3D;
}

.piclist .box .desc {
    color: #9E9E9E;
    line-height: 25px;
    height: 50px;
    margin: 8px 0 26px 0;
}

.piclist .box .dete {
    color: #9E9E9E;
}

.piclist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.piclist .box:hover {
    box-sizing: border-box;
    border: 1px solid #000083;
    box-shadow: 0px 0px 27.5px 0px rgba(0, 0, 0, 0.15);
}

.piclist .box:hover .title {
    font-weight: bold;
    color: #000082;
}

.piclist .box:hover .dete {
    color: #000082;
}

.piclist .list-page {
    width: 100%;
    height: 40px;
    margin: 40px 0 54px 0;
}

.con-detail {
    box-sizing: border-box;
    border: 1px solid #E7E7E7;
    margin-bottom: 75px;
}

.con-detail .titler {
    width: 100%;
    height: 151px;
    box-sizing: border-box;
    padding: 0 25px 0 35px;
    background: #E9F1F8;
    display: flex;
    align-items: flex-start;
    border-left: 3px solid #000082;
    flex-direction: column;
    justify-content: center;
}

.titler .title {
    font-size: 34px;
    font-weight: bold;
    color: #292929;
    margin-bottom: 20px;
}

.titler .timer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titler .timer .dete {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.titler .timer .dete>div {
    color: #9E9E9E;
    margin-right: 25px;
}

.detail {
    box-sizing: border-box;
    padding: 60px 170px;
}

.detail .dtl {
    padding-bottom: 60px;
    border-bottom: 1px solid #D8D8D8;
}

.detail p {
    font-size: 18px;
    line-height: 40px;
    color: #323232;
    margin: 5px 0;
}

.detail img,
.detail video {
    max-width: 100%;
    height: auto;
}


.detail-page .box {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    align-items: flex-end;
    padding-bottom: 15px;
}

.detail-page .box a {
    color: #323232;
    font-size: 16px;
}

.detail-page .box:hover {
    border-bottom: 1px solid #000082;
}

.detail-page .box:hover a {
    color: #000082;
}

.danye .dtl {
    border: none;
    padding: 0;
}

.threeNav {
    margin-bottom: 60px;
}

.threeNav .list {
    display: flex;
    align-items: center;
}

.threeNav .list a {
    display: inline-block;
    margin-right: 26px;
    height: 45px;
    line-height: 45px;
    background: #F6ECFA;
    font-size: 16px;
    color: #292929;
    padding: 0 33px;
}

.threeNav .list a.on,
.threeNav .list a:hover {
    background: #000082;
    color: #fff;
}

.picture .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture .box {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 42px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.picture .box:nth-child(3n) {
    margin-right: 0;
}

.picture .box .img {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 16px 16px;
}

.picture .box .img2 {
    overflow: hidden;
}

.picture .box .img::before {
    content: '';
    width: calc(100% - 16px);
    height: 187px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.picture .box .img img {
    width: 100%;
    aspect-ratio: 16/9;
    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;
}

.picture .box .title {
    font-size: 18px;
    color: #444;
    margin: 20px 0;
}

.picture .box:hover .img::before {
    background: #F6ECFA;
}

.picture .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picture .box:hover {
    border-bottom: 1px solid #000082;
}

.picture .box:hover .title {
    color: #000082;
}

.picture .list-page {
    width: 100%;
    height: 40px;
    margin: 0 0 54px 0;
}

.tealist {
    display: flex;
    flex-wrap: wrap;
}

.tealist .box {
    width: calc((100% - 120px) / 5);
    margin-right: 30px;
    margin-bottom: 30px;
}

.tealist .box:nth-child(5n) {
    margin-right: 0;
}

.tealist .box .img {
    overflow: hidden;
}

.tealist .box .img img {
    width: 100%;
    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;
}

.tealist .box .tt {
    width: 100%;
    height: 120px;
    background: #E8F0F7;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tealist .box .name {
    font-size: 24px;
    font-weight: bold;
    color: #292929;
}

.tealist .box .xian {
    width: 100%;
    height: 1px;
    background: rgba(41, 41, 41, .1);
    display: inline-block;
    margin: 12px 0;
}

.tealist .box .desc {
    font-size: 16px;
    color: #292929;
}

.tealist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.tealist .box:hover .tt {
    background: #000083;
}

.tealist .box:hover .name {
    color: #fff;
}

.tealist .box:hover .desc {
    color: #fff;
}

.tealist .box:hover .xian {
    background: rgba(255, 255, 255, .2);
}

.xxhfwlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}

.xxhfw_content {
    width: 100%;
    position: relative;
}

.xxhfw_content .waves {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    z-index: -1;
}

.xxhfwlist .box {
    width: calc((100% - 252px) / 4);
    height: 175px;
    margin-right: 84px;
    margin-bottom: 73px;
    background: url(../img/xxhfw-box-bg.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 27.5px 0px rgba(0, 0, 0, 0.15);
}

.xxhfwlist .box:nth-child(4n) {
    margin-right: 0;
}

.xxhfwlist .box:hover {
    box-sizing: border-box;
    border: 1px solid #000082;
}

.xxhfwlist .box a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.xxhfwlist .box p {
    font-size: 24px;
    font-weight: bold;
    color: #292929;
    text-align: center;
    margin-top: 10px;
}

.xxhfwlist .box .ico img {
    transition: transform 0.5s;
}

.xxhfwlist .box:hover .ico img {
    transform: rotateY(180deg);
}

.xxhfwlist .box:hover p {
    color: #000082;
}

/* ------------------------------------- */

.menuBox {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: url(../img/menuBoxBg.png) center no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.menuBox .footer {
    width: 100%;
}

.menuBox .footer .banq {
    width: 100%;
}

.menuBox.on {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.menuBox_home {
    width: 100%;
    height: calc(100vh - 60px);
}

.menu_head {
    width: 100%;
    height: 92px;
    box-sizing: border-box;
    padding: 0 136px 0 60px;
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 130px;
}

.menu_head::after {
    content: '';
    width: 100%;
    height: 4px;
    display: inline-block;
    background: linear-gradient(180deg, #000082 34%, #410087 59%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.rightBtn .menu_list a {
    color: rgba(255, 255, 255, .6);
    border-radius: 1000px;
    background: rgba(0, 0, 0, .3);
    box-sizing: border-box;
    border: 0.5px solid rgba(255, 255, 255, .5);
    height: 25px;
    padding: 0 10px;
    line-height: 25px;
}

.menu_list a {
    color: rgba(255, 255, 255, .6);
}

.menuBtn.cur .ico {
    width: 24px;
    height: 24px;
    background: url(../img/close-ico.svg) no-repeat;
}

.rightBtn {
    display: flex;
    align-items: center;
}

.menu_search {
    width: 397px;
    height: 40px;
    border-radius: 10000px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-right: 30px;
}

.menu_search .search-in {
    width: 100%;
    outline: none;
    border: none;
    background: none;
}

.menu_search .search-btn {
    width: 20px;
    height: 20px;
    background: url(../img/ss.svg) no-repeat;
    position: absolute;
    right: 20px;
    top: 8px;
    background-size: cover;
    border: none;
}

.menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu_list .item {
    width: calc(100% / 6);
    margin-bottom: 60px;
}

.menu_list .item .box {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.menu_list .item .box::before {
    content: '';
    width: 43px;
    height: .5px;
    background: rgba(255, 255, 255, .5);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.menu_list .item .box a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.menu_list .item .sub a {
    width: 100%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
}

.banFixed {
    position: fixed;
    background: rgba(255, 255, 255, .9);
    right: 0;
    /* right: 0; */
    top: 58%;
    z-index: 100;
    width: auto;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
    /* display: none; */
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.ban-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.ban-column .name {
    font-size: 24px;
    font-weight: bold;
    color: #292929;
}

.ban-column .dete {
    color: #292929;
    opacity: .8;
}

.banFixed .list li {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.banFixed .list li:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.banFixed .list li .title {
    color: #292929;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.banFixed .list li::before {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    background: #292929;
    position: absolute;
    left: 0;
    top: 18px;
    border-radius: 50%;
}

.banFixed .list li.li1::before {
    width: 15px;
    height: 15px;
    top: 14px;
    left: -5px;
    background: url(../img/fire-1.svg) no-repeat;
}

.banFixed .list li.li2::before {
    width: 15px;
    height: 15px;
    top: 14px;
    left: -5px;
    background: url(../img/fire-2.svg) no-repeat;
}

.banFixed .list li.li3::before {
    width: 15px;
    height: 15px;
    top: 14px;
    left: -5px;
    background: url(../img/fire-3.svg) no-repeat;
}

.banFixed .list li:hover .title {
    color: #000082;
}

.searchlist {
    margin-bottom: 60px;
}

.searchlist .box {
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 28px;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 10px;
}

.searchlist .box .title {
    font-size: 18px;
    color: #444;
}

.searchlist .box .desc {
    line-height: 25px;
    height: 50px;
    color: #9E9E9E;
    margin: 10px 0 25px 0;
}

.searchlist .box .timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.searchlist .box .left {
    display: flex;
    align-items: center;
    color: #9E9E9E;
    font-size: 16px;
}

.searchlist .box .left>div {
    margin-right: 25px;
}

.searchlist .box .left>div img {
    position: relative;
    top: -2px;
}

.searchlist .box .col {
    width: 106px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background: #DBD4FF;
    color: #000082;
}

.rightBox {
    position: absolute;
    right: 70px;
    top: -8px;
    display: flex;
    align-items: center;
    z-index: 99;
}

.search_btn {
    margin-right: 12px;
}

.rightBox .menu_list a {
    color: rgba(255, 255, 255, .6);
    border-radius: 1000px;
    background: rgba(0, 0, 0, .3);
    box-sizing: border-box;
    border: 0.5px solid rgba(255, 255, 255, .5);
    height: 25px;
    padding: 0 10px;
    line-height: 25px;
}

.detail2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.detail2 .tea-img {
    width: 295px;
    box-sizing: border-box;
    padding: 15px 0 0 15px;
    position: relative;
}

.detail2 .tea-img::before {
    content: '';
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    display: inline-block;
    background: #E9F1F8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}


.detail2 .tea-img img {
    width: 100%;
}

.detail2 .tea-text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 34px;
}

.detail2 .tea-text .title {
    width: 100%;
    height: 85px;
    border-left: 3px solid #000082;
    background: #F8F0FE;
    display: flex;
    align-items: center;
    background: url(../img/logoBg.png) right center no-repeat #F8F0FE;
    background-position-x: calc(100% - 23px);
}

.detail2 .tea-text .name {
    font-size: 24px;
    font-weight: bold;
    color: #000082;
    margin: 0 25px 0 30px;
}

.detail2 .tea-text .desc {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    padding: 0 20px;
    font-size: 16px;
    color: #000082;
}

.detail2 .tea-text .dtl {
    font-size: 16px;
    color: #444;
    line-height: 34px;
    padding: 20px 0 60px 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #000082 !important;
    color: #fff;
    background-color: #000082 !important;
}

.search_form {
    width: 100%;
    height: 80px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
    margin: 50px 0;
    position: relative;
}

.search_form .search-in {
    width: 100%;
    background: none;
    height: 80px;
    line-height: 80px;
    border: none;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
    outline: none;
    padding-right: 50px;
}

.search_form .search-btn {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../img/ss2.svg) no-repeat;
    border: none;
    position: absolute;
    right: 20px;
    top: 28px;
}

.ncontent {
    min-height: 450px;
}

/* ---------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #000083;
    z-index: 1000;
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    width: 100%;
    max-height: 100%;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 999;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #000082
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #000082 !important;
    background-color: #000082 !important;
}

/* ------------------------------------------- */

.newSlide {
    padding: 0;
    position: relative;
}

.newSlide::before {
    display: none;
}

.newSlide .swiper-slide {
    box-sizing: border-box;
    padding: 26px 22px 0 22px;
    position: relative;
    /* opacity: 0 !important; */
}

.newSlide .swiper-slide svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    display: none;
}

.newSlide .swiper-slide-active::before {
    content: '';
    /* width: 637px; */
    width: 98%;
    height: 270px;
    border: 3px solid rgba(0, 0, 130, .2);
    position: absolute;
    top: 1px;
    left: 2px;
    right: 0;
    z-index: -1;
}

.newSlide .swiper-slide-active {
    /* opacity: 1 !important; */
}


.newSlide .swiper-slide-active svg {
    display: block;
}

.share {
    zoom: 1;
    display: flex;
    align-items: center;
    position: absolute;
    right: 30px;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    margin-left: 10px;
}

.share a i {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/detail-wx.png") center center no-repeat;
    background-size: cover;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/detail-wb.png") center center no-repeat;
    background-size: cover;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .share-qq {
    background: none;
}

.share .share-qq i {
    background: url("../img/detail-qq.png") center center no-repeat;
    background-size: cover;
}

.share .share-qq:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 55px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    height: 100px;
    left: -86%;
    z-index: 11;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

/* ------------------------- */

.ban-top {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.ban-top .code {
    background: #fff;
}

.ban-top .code img {
    max-width: 112px;
}

.ban-top .code p {
    font-size: 12px;
    color: #505151;
    text-align: center;
    line-height: 30px;
}

.ban-top .tt {
    flex: 1;
    height: 137px;
    box-sizing: border-box;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .ban-top .tt>div {
    display: flex;
    align-items: center;
    color: #292929;
} */

.ban-top .tt p {
    color: #292929;
}

.ban-top .tt p img {
    position: relative;
    top: -2px;
}

/* .ban-top .tt>div .ico {
    width: 12px;
    height: 12px;
    background: url(../img/telephone-phone.svg) no-repeat;
    display: inline-block;
    margin: 0 10px 0 5px;
} */

.footer .container {
    position: relative;
    display: flex;
    align-items: center;
}

/* .ft_link {
    position: absolute;
    right: 0;
    top: 10px;
} */

.ft_link .box {
    width: 220px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .2);
    position: relative;
    border: 1px solid rgba(255, 255, 255, .3);
    cursor: pointer;
}

.ft_link .box h3 {
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.ft_link .box ul {
    display: none;
    position: absolute;
    bottom: 100%;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    z-index: 99;
    box-sizing: border-box;
    padding: 15px;
}

.ft_link .box:hover ul {
    display: block;
}

.ft_link .box ul li {
    text-align: center;
    line-height: 40px;
}

.ft_link .box ul li a {
    color: #333;
}

.ft_link .box ul li:hover a {
    color: #000082;
}

.fixedBtn {
    position: absolute;
    right: 0;
    z-index: 99;
    top: 27%;
    background: url(../img/fixedBtnBg.png) no-repeat;
    width: 64px;
    height: 115px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer;
    display: none !important;
}

.fixedBtn .ico {
    width: 16px;
    height: 84px;
    background: url(../img/szll.svg) no-repeat;
    position: relative;
    left: 15px;

}

.fixedBtn::before {
    content: '';
    width: 8px;
    height: 16px;
    background: url(../img/szll-ico.svg) no-repeat;
    position: absolute;
    left: 13px;
    animation: slideUp 3s linear infinite;
}

@keyframes slideUp {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-70%);
    }
}

.fixImg2 {
    position: fixed;
    right: 0;
    top: 35%;
    width: 75px;
    z-index: 99;
}

.fixImg2 img {
    width: 100%;
}
