.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}

.head {
    width: 100%;
    height: 40px;
    background: #244584;
    color: #fff;
}

.head .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head .text {
    display: flex;
    align-items: center;
}

.head .text .ico{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/khfw_contact-ico.png) center no-repeat;
    background-size: cover;
    margin-right: 7px;
}

.head .text img {
    height: 15px;
}

.search {
    width: 231px;
    position: relative;
}

.search .search-in {
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 10000px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .3);
    border: 0.5px solid rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .5);
    outline: unset;
}

.search .search-in::placeholder {
    color: rgba(255, 255, 255, .5);
}

.search .search-btn {
    width: 21px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 5px;
    background: url(../img/ss.png) center center no-repeat;
    border: none;
    opacity: .5;
}

.navgation {
    background: #fff;
    height: 100px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.05);
}

.navgation .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav ul {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
    position: relative;
    top: -12px;
}

.nav .nli {
    line-height: 60px;
    padding: 0 22px;
    position: relative;
}

.nav .nli h3 a {
    font-size: 20px;
    color: #333;
}

.nav .nli.on h3 a,
.nav .nli:hover h3 a {
    font-weight: bold;
    color: #244584;
}

.nav ul .sub {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #E9F5FF;
    background: linear-gradient(180deg, #E9F5FF 0%, #FFFAF0 84%);
    border-top: 3px solid #244583;
    display: none;
}

.nav ul .sub ul {
    display: flex;
    flex-direction: column;
}


.nav ul .sub li {
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.nav ul .sub li a {
    color: #2E2E2E;
    font-size: 16px;
}

.nav ul .sub li:hover a {
    color: #244483;
    font-weight: bold;
}

.navgation h1 {
    width: 150px;
    padding: 12px 63px;
    position: relative;
}

.navgation h1 a {
    position: relative;
    z-index: 9;
    width: 100%;
}

.navgation h1::before {
    content: '';
    width: 100%;
    height: 135px;
    background: #fff;
    display: inline-block;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 0 0 200px 200px;
}

.navgation h1 img {
    width: 100%;
}

/* ---------------------------------- */

.bannerW {
    width: 100%;
    padding-top: 140px;
    position: relative;
}

.banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    /* border-radius: 0 3.2rem 0 0; */
    /* height: 100vh; */
}

.banner ul li {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner .img .imgLi {
    /* padding-bottom: 100vh; */
    padding-bottom: 700px;
    -webkit-transition: 6s 1s linear;
    -webkit-transform: scale(1.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .img .imgs {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: none;
}



.banner .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
}

.banner .swiper-slide-active .img .imgLi {
    -webkit-transform: scale(1)
}

@-webkit-keyframes borderAnimation {
    0% {
        -webkit-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }

    33% {
        -webkit-transform: skew(8deg, -8deg);
        transform: skew(8deg, -8deg);
    }

    66% {
        -webkit-transform: skew(8deg, 0deg);
        transform: skew(8deg, 0deg);
    }

    100% {
        -webkit-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }
}

@-webkit-keyframes borderAnimation1 {
    0% {
        -webkit-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }

    33% {
        -webkit-transform: skew(8deg, -8deg);
        transform: skew(8deg, -8deg);
    }

    66% {
        -webkit-transform: skew(8deg, 0deg);
        transform: skew(8deg, 0deg);
    }

    100% {
        -webkit-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }
}

[data-aos=yj].bannerW .banner {
    border-radius: 0;
    transition: 1.5s;
}

[data-aos=yj].aos-animate.bannerW .banner {
    /*border-radius: 0 3.2rem 0 0;*/
}

.swiper-btn {
    width: 100%;
    position: absolute;
    bottom: 20px;
    z-index: 9;
    text-align: center;
}

.swiper-btn .swiper-pagination1 {
    width: auto;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    border-radius: 10000px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    padding: 0 12px;
}

.swiper-btn .swiper-pagination-bullet {
    width: 10.8px;
    height: 10.8px;
    margin: 0 4px;
    opacity: 1;
    background: #fff;
}

.swiper-btn .swiper-pagination-bullet-active {
    background: #244584;
}

.banner .swiper-prev,
.banner .swiper-next {
    position: absolute;
    width: 34px;
    height: 58px;
    background: rgba(37, 69, 137, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9;
    cursor: pointer;
}

.banner .swiper-next {
    left: auto;
    right: 0;
}

.banner .swiper-prev:hover,
.banner .swiper-next:hover {
    background: #254589;
}

.content1 {
    width: 100%;
    background: linear-gradient(180deg, #F5F5FA 73%, rgba(240, 240, 242, 0) 100%);
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 90px 0 35px 0;
}

.column2 {
    padding-top: 70px;
}

.column .title {
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}

.column2 .title {
    padding-left: 0;
}

.column .title::before {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(../img/column-title-ico.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -22px;
}

.column2 .title::before {
    display: none;
}

.column .title .name {
    font-size: 34px;
    color: #000;
    font-weight: bold;
}

.column2 .title .name {
    color: #fff;
}

.column .title .en {
    color: #AAA;
    margin-left: 5px;
    font-size: 18px;
}

.column2 .title .en {
    color: #fff;
    opacity: .5;
}

.column-more,
.column .more {
    width: 135px;
    height: 43px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #D6D6D6;
}

.column-more:hover,
.column .more:hover {
    background: #254589;
    color: #fff;
}

.hxcp-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hxcp-item-col {
    width: 350px;
    height: 255px;
    background: url('../img/hxcp-item-col-bg.jpg') center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 20px 30px;
    position: relative;
}

.hxcp-item-col .swiper-next,
.hxcp-item-col .swiper-prev {
    position: absolute;
    width: 46px;
    height: 46px;
    display: inline-block;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
}

.hxcp-item-col .swiper-next {
    background: url(../img/cp-next.svg) center no-repeat;
    background-size: cover;
}

.hxcp-item-col .swiper-prev {
    background: url(../img/cp-prev.svg) center no-repeat;
    background-size: cover;
    right: 86px;
}

.hxcp-item-col .swiper-next:hover {
    background: url(../img/cp-next2.svg) center no-repeat;
    background-size: cover;
}

.hxcp-item-col .swiper-prev:hover {
    background: url(../img/cp-prev2.svg) center no-repeat;
    background-size: cover;
}

.hxcp-item-col .title {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.hxcp-item-col .desc {
    line-height: 25px;
    height: 75px;
    text-align: justify;
    color: #fff;
    opacity: .6;
}

.hxcpSlide {
    width: calc(100% - 360px);
}

.hxcpSlide .swiper-slide {
    background: #fff;
    height: 255px;
    box-sizing: border-box;
    padding: 15px 15px 0 15px;
}

.hxcpSlide .swiper-slide a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hxcpSlide .swiper-slide .img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 15px;
}

.hxcpSlide .swiper-slide .img img {
    width: 100%;
}

.hxcpSlide .swiper-slide .title {
    text-align: center;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 45px;
    height: 45px;
    border-top: 1px solid #EBEBEB;
}

.hxcpSlide .swiper-slide:hover .title {
    color: #244584;
    border-top: 1px solid #244584;
}

.hxcp-item-30 {
    margin-bottom: 30px;
}

.content2 {
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/content2Bg.jpg);
}

.about {
    width: 100%;
    box-sizing: border-box;
    padding: 80px 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    border: 6px solid rgba(36, 68, 131, 0.1);
    position: relative;
}

.about-ico1 {
    width: 151px;
    height: 6px;
    background: #254589;
    position: absolute;
    left: -6px;
    top: -6px;
    transition: all 0.5s ease-in-out;
}

.about-ico2 {
    width: 6px;
    height: 151px;
    background: #254589;
    position: absolute;
    left: -6px;
    top: -6px;
    transition: all 0.5s ease-in-out;
}

.about-ico3 {
    width: 6px;
    height: 151px;
    background: #254589;
    position: absolute;
    right: -6px;
    bottom: -6px;
    transition: all 0.5s ease-in-out;
}

.about-ico4 {
    width: 151px;
    height: 6px;
    background: #254589;
    position: absolute;
    right: -6px;
    bottom: -6px;
    transition: all 0.5s ease-in-out;
}

.about:hover .about-ico1 {
    width: calc(100% + 6px);
}

.about:hover .about-ico4 {
    width: calc(100% + 6px);
}

.about:hover .about-ico2 {
    height: calc(100% + 12px);
}

.about:hover .about-ico3 {
    height: calc(100% + 12px);
}

.about_right {
    width: 52%;
    position: relative;
}

.about_right .img {
    position: relative;
}

.videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    cursor: pointer;
}

.about_right .img .picImg img {
    width: 100%;
    aspect-ratio: 16/9;
}

.about_left {
    flex: 1;
    box-sizing: border-box;
    padding-right: 60px;
}

.about_left .title {
    font-size: 30px;
    font-weight: bold;
    color: #343434;
}

.about_left .title a {
    color: #343434;
}

.about_left .desc {
    font-size: 16px;
    line-height: 32px;
    height: 224px;
    text-align: justify;
    color: #8F8F8F;
    margin: 25px 0 30px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.about_btns {
    display: flex;
}

.about_btns .btn {
    margin-right: 80px;
}

.about_btns .btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about_btns .btn .ico img {
    transition: transform 0.5s;
}

.about_btns .btn:hover .ico img {
    animation: jello 1s linear;
}

.about_btns .btn p {
    font-size: 18px;
    color: #343434;
    margin-top: 5px;
}

.news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.newSlide {
    width: 685px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.newSlide .swiper-slide {
    width: 100%;
    opacity: 0 !important;
}

.newSlide .swiper-slide-active {
    opacity: 1 !important;
}

.newSlide .swiper-slide::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 2px solid #244584;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.newSlide .swiper-slide .img {
    overflow: hidden;
}

.newSlide .swiper-slide 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;
}

.newSlide .swiper-slide .text {
    box-sizing: border-box;
    padding: 0 30px;
    height: 155px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newSlide .swiper-slide .title {
    color: #2C2C2C;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
}

.newSlide .swiper-slide .desc {
    line-height: 25px;
    height: 50px;
    text-align: justify;
    color: #9E9E9E;
    margin: 7px 0 13px 0;
}

.newSlide .swiper-slide .dete {
    color: #244584;
}

.newSlide .swiper-slide .dete::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../img/dete.svg) center no-repeat;
    background-size: cover;
}

.newSlide .swiper-slide:hover::before {
    width: 100%;
}

.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: #254589;
}

.newSlide .swiper-pagination {
    right: 24px;
    bottom: 18px;
    z-index: 9;
}

.newSlide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #D8D8D8;
    opacity: 1;
    margin: 0 4px;
}

.newSlide .swiper-pagination-bullet-active {
    background: #244584;
}

.newlist {
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px;
}

.newlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newlist ul li {
    width: calc((100% - 30px) / 2);
    height: 160px;
    background: #F7F7FA;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 25px 30px;
}

.newlist ul li .title {
    line-height: 30px;
    height: 60px;
    text-align: justify;
    color: #2C2C2C;
    margin-bottom: 25px;
}

.newlist ul li .dete {
    color: #244584;
    position: relative;
}

.newlist ul li .dete::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../img/dete.svg) center no-repeat;
    background-size: cover;
}

.newlist ul li .dete::after {
    content: '';
    width: 8px;
    height: 16px;
    display: inline-block;
    background: url(../img/new-more.png) center no-repeat;
    position: absolute;
    right: 0;
    opacity: 0;
}

.newlist ul li:hover .dete::after {
    opacity: 1;
}

.newlist ul li:nth-child(5),
.newlist ul li:nth-child(6) {
    margin-bottom: 0;
}

.newlist ul li:hover {
    background: #254589;
}

.newlist ul li:hover .title {
    color: #fff;
    font-weight: bold;
}

.newlist ul li:hover .dete {
    color: #fff;
}

.newlist ul li:hover .dete::before {
    background: url(../img/dete2.svg) center no-repeat;
    background-size: cover;
}

.content4 {
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/content4Bg.jpg);
}

.content4 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.khfw_left,
.khfw_right {
    width: calc((100% - 30px) / 2);
}

.khfw_left .desc {
    opacity: 0.6;
    line-height: 25px;
    height: 75px;
    text-align: justify;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.khfw_contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 45px;
    justify-content: space-between;
}

.khfw_contact .box {
    flex: 1;
    display: flex;
    align-items: center;
}

.khfw_contact .box .ico {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/khfw_contact-ico.png) center no-repeat;
    background-size: cover;
}

.khfw_contact .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 16px;
    color: #fff;
    font-size: 16px;
}

.khfw_contact .box .tt p {
    line-height: 25px;
}

.khfw_contact .box .tt p:last-of-type {
    font-weight: bold;
}

/* ----------------------------- */

.footer {
    width: 100%;
    background: #F7F7FA;
}

.banq {
    width: 100%;
    padding: 33px 0;
}

.banq p {
    text-align: center;
    line-height: 25px;
    color: rgba(58, 58, 58, .8);
}

.banq p a {
    color: rgba(58, 58, 58, .8);
}

.banq p br {
    display: none;
}

.ftNav {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

.ftNav a {
    font-size: 16px;
    color: #333;
    display: inline-block;
    height: 100%;
    display: flex;
    align-items: center;
}

.ftNav a:hover {
    color: #254589;
    font-weight: bold;
    box-sizing: border-box;
    border-top: 1px solid #254589;
}



.foot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0 30px 0;
}

.code {
    position: relative;
}

.code .ico {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: url(../img/wx-ico.svg) center no-repeat #fff;
    cursor: pointer;
    position: relative;
}

.code .ico::before {
    content: '';
    width: 20px;
    height: 23px;
    display: inline-block;
    background: url(../img/sjx.png) center no-repeat;
    position: absolute;
    left: -15px;
    top: 17px;
    opacity: 0;
}

.code .img {
    width: 118px;
    height: 118px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 8px;
    position: absolute;
    top: 0;
    right: 140%;
    transform: translateY(-25%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.code .img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.code:hover .ico {
    border-radius: 50%;
    background: url(../img/wx-ico2.svg) center no-repeat #254589;
}

.code:hover .ico::before {
    opacity: 1;
}

.code:hover .img {
    opacity: 1;
    visibility: visible;
}


.foot_right {
    display: flex;
    align-items: center;
}

.yqlj {
    margin-left: 80px;
}

.yqlj .box {
    width: 260px;
    height: 45px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #959595;
    position: relative;
}

.yqlj .box h3 {
    box-sizing: border-box;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #959595;
    position: relative;
    cursor: pointer;
}

.yqlj .box h3::before {
    content: '';
    width: 16px;
    height: 7px;
    display: inline-block;
    background: url(../img/jt-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 19px;
}

.yqlj .box ul {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
    background: #ececec;
    box-sizing: border-box;
    padding: 0 10px;
    z-index: 9;
    display: none;
}

.yqlj .box ul li {
    width: 100%;
    line-height: 21px;
    padding: 12px 0;
    border-bottom: 1px dashed #254589;
    position: relative;
}

.yqlj .box ul li:last-of-type {
    border: none;
}

.yqlj .box ul li::before {
    content: '';
    width: 8px;
    height: 9px;
    display: inline-block;
    background: url(../img/jt-ico.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 16px;
    transform: rotate(270deg);
}

.yqlj .box ul li a {
    color: #333;
}

.yqlj .box ul li:hover a {
    color: #254589;
}

.yqlj .box:hover h3 {
    background: #254589;
    color: #fff;
    border-radius: 10px;
}

.yqlj .box:hover h3::before {
    background: url(../img/jt-ico2.png) center no-repeat;
    background-size: cover;
    transform: rotate(180deg);
}

.nydt {
    width: 100%;
    position: relative;
    padding-top: 140px;
}

.nydt::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../img/mark.png) center bottom no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
}

.crumbs .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crumbs .name {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.crumbs .list {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span {
    margin: 0 3px;
}

.crumbs .list span:last-of-type {
    display: none;
}

.subNav {
    width: 100%;
    background: linear-gradient(180deg, #E2ECFF 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.subNav ul {
    display: flex;
    align-items: center;
}

.subNav li {
    height: 60px;
    line-height: 60px;
    margin-right: 50px;
    position: relative;
}

.subNav li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 2px solid #244584;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.subNav li a {
    font-size: 18px;
    color: #333;
}

.subNav li:hover a,
.subNav li.on a {
    font-weight: bold;
    color: #244584;
}

.subNav li.on::before,
.subNav li:hover::before {
    width: 100%;
}

.nmain {
    width: 100%;
    padding: 50px 0 70px 0;
}

.textlist .info li {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 35px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    position: relative;
}

.textlist .info li::after {
    content: '';
    width: 97px;
    height: 64px;
    display: inline-block;
    background: url(../img/logo-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 36px;
    bottom: 11px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.textlist .info li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #244584;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.textlist .info li .title {
    font-weight: bold;
    color: #353535;
}

.textlist .info li .desc {
    line-height: 25px;
    max-height: 50px;
    text-align: justify;
    color: #A4A4A4;
    margin: 10px 0 20px 0;
}

.textlist .info li .dete {
    color: #244584;
}

.textlist .info li .dete::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../img/dete.svg) center no-repeat;
    background-size: cover;
}

.textlist .info li:hover::before {
    width: 100%;
}

.textlist .info li:hover .title {
    color: #244584;
}

.textlist .info li:hover::after {
    opacity: 1;
}

.piclist .info li {
    width: 100%;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
}

.piclist .info li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #244584;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.piclist .info li::after {
    content: '';
    width: 97px;
    height: 64px;
    display: inline-block;
    background: url(../img/logo-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 118px;
    bottom: 11px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.piclist .info li .img {
    width: 28.5%;
}

.piclist .info li .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;
}

.piclist .info li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.piclist .info li .text {
    flex: 1;
    display: flex;
    align-items: center;
}

.piclist .info li .title {
    font-weight: bold;
    color: #353535;
}

.piclist .info li .desc {
    line-height: 25px;
    text-align: justify;
    color: #A4A4A4;
    margin: 10px 0 30px 0;
}

.piclist .info li .dete {
    color: #244584;
}

.piclist .info li .dete::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../img/dete.svg) center no-repeat;
    background-size: cover;
}

.piclist .info li .text-left {
    flex: 1;
    box-sizing: border-box;
    padding: 0 30px;
}

.piclist .info .text-right {
    width: 87px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.piclist .info .text-right .ico {
    width: 39px;
    height: 39px;
    display: inline-block;
    background: url(../img/more-ico.png) center no-repeat;
    background-size: cover;
}

.piclist .info .text-right::before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    border-left: 1px solid rgba(192, 192, 192, .2);
    position: absolute;
    left: 0;
}

.piclist .info li:hover .text-right .ico {
    background: url(../img/more-ico2.png) center no-repeat;
    background-size: cover;
}

.piclist .info li:hover .title {
    color: #244584;
}

.piclist .info li:hover::after {
    opacity: 1;
}

.piclist .info li:hover::before {
    width: 100%;
}

.piclist .info li: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 .info {
    display: flex;
    flex-wrap: wrap;
}

.picture .info li {
    width: calc((100% - 61px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.picture .info li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1.01px solid #244584;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.picture .info li:nth-child(3n) {
    margin-right: 0;
}

.picture .info li .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;
}

.picture .info li .title {
    width: 100%;
    line-height: 65px;
    height: 65px;
    text-align: center;
    color: #2C2C2C;
    border-bottom: 1.01px solid #D8D8D8;
}

.picture .info li: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 .info li:hover .title {
    font-weight: bold;
    color: #244584;
}

.picture .info li:hover::before {
    width: 100%;
}

.detail {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 60px 160px;
}

.detail .title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #2c2c2c;
}

.detail .timer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 10px 0;
}

.detail .timer .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #9C9C9C;
}

.detail .timer .left>div {
    margin-right: 20px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 25px 0;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
    border-top: 1px solid rgba(216, 216, 216, .5);
}

.danye .dtl {
    padding: 0;
}

.detail .dtl p,
.detail .dtl p span {
    font-size: 18px;
    line-height: 35px;
    color: #3d3d3d;
    text-align: justify;
}

.detail .dtl.big p,
.detail .dtl.big p span {
    font-size: 22px !important;
    line-height: 50px !important;
}

.detail .dtl.large p,
.detail .dtl.large p span {
    font-size: 30px !important;
    line-height: 60px !important;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100% !important;
    height: auto;
}

.detail-page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detail-page .box {
    width: 50%;
    margin-top: 25px;
}

.detail-page .box:last-of-type {
    text-align: right;
}

.detail-page .box a {
    color: #9E9E9E;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.detail-page .box:hover a {
    color: #244584;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -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-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../img/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    left: -130%;
    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;
}

.detail .timer .right {
    display: flex;
    align-items: center;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 30px;
}

.fontSize {
    display: flex;
    align-items: center;
    color: #9C9C9C;
}

.fontSize span {
    margin-right: 15px;
    cursor: pointer;
}

.fontSize .on {
    color: #B69E5F;
    font-weight: bold;
}

.detail.danye .dtl {
    border: none;
}

.land_contact {
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.land_contact .box {
    height: 307px;
    width: calc((100% - 30px) / 2);
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    background: url("../img/land-box-bg.png") center no-repeat #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: center;
    /*background: #fff;*/
}


.land_contact .box:hover {
    background: url("../img/land-box-bg2.png") center no-repeat #fff;
}

.land_contact .box .ico {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/contact-ioo2.png) center no-repeat;
    background-size: cover;
    margin-right: 15px;
}

.land_contact .box .tt {
    color: #2C2C2C;
    text-align: center;
    margin-top: 35px;
}

.land_contact .box p:last-of-type {
    color: #244584;
    font-weight: bold;
    margin-top: 7px;
}

.place-link {
    width: 108px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #244584;
    position: absolute;
    right: 0;
    top: 0;
}

.place-link a {
    color: #fff;
}

/* --------------------------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.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: 45px;
}

.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: #244584;
    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: 9999;
    background: #eee;
    width: 100%;
    height: 100%;
    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: #244584
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.ftlogo img {
    height: 99px;
}

.land-message {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 40px;
    /*margin-top: 40px;*/
}

.land-message .box {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 24px;
    background: #F3F3F3;
    box-sizing: border-box;
    border: 1px solid rgba(36, 69, 132, 0.3);
    margin-bottom: 30px;
}

.land-message .box1 {
    width: calc((100% - 30px) / 2);
    height: 67px;
}

#fm_message {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-control {
    flex: 1;
    height: 100%;
    border: none;
    outline: unset;
    background: none;
    font-size: 16px;
}

.form-control::placeholder {
    color: #2C2C2C;
    opacity: .5;
}

.form-label {
    font-size: 18px;
    color: #2C2C2C;
    margin-right: 80px;
}

.form-text {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #244584;
}

.land-message .box2 {
    box-sizing: border-box;
    padding: 20px;
    align-items: flex-start;
}

.land-message .box3 {
    background: #244584;
    text-align: center;
}

.land-message .box3 button {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
}

.error-text {
    color: red;
    position: absolute;
    left: 0;
    bottom: -25px;
}

/* -- 首页留言 ---*/

.khfw_right {
    display: flex;
    align-items: flex-end;
}

.main-message {
    width: 100%;
}

.main-message .box {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    box-sizing: border-box;
    /*margin-bottom: 30px;*/
    background: rgba(255, 255, 255, 0.5);
}

.main-message .box1 {
    width: calc((100% - 10px) / 2);
    height: 45px;
}

#fm_message {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-message .form-control {
    height: 100%;
    border: none;
    outline: unset;
    background: none;
    font-size: 16px;
    color: #fff;
}

.main-message .form-control::placeholder {
    color: #fff;
}

.main-message .error-text {
    color: #fff
}

.main-message .form-text {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
}

.main-message .box2 {
    box-sizing: border-box;
    padding: 20px;
    align-items: flex-start;
    margin: 30px 0;
}

.main-message .box3 {
    background: #fff;
    text-align: center;
}

.main-message .box3 button {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    color: #244584;
    font-size: 16px;
}


.search-form {
    margin-bottom: 40px;
    position: relative;
}


.search-form .form-control {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #005692;
    outline: unset;
}

.search-form .btn {
    position: absolute;
    right: 0;
    border: none;
    height: 100%;
    padding: 0 15px;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
}

.padding-top-10 {
    padding-top: 10px;
}

.search_box {
    width: 100%;
}

.textlist2 li {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    padding: 20px;
}

.textlist2 li .title {
    font-weight: bold;
    color: #2E2E2E;
}

.textlist2 li .desc {
    line-height: 23px;
    text-align: justify;
    color: #A5A5A5;
    margin: 10px 0;
}

.textlist2 li .dete {
    color: #666;
}

.textlist2 li:hover{
    background: #244584;
}

.textlist2 li:hover .dete {
    color: #fff;
}

.textlist2 li:hover .title{
    color: #fff;
}

.textlist2 li:hover .desc{
    color: #fff;
}

.picture_cplist .info{
    display: flex;
    flex-wrap: wrap;
}


.picture_cplist .info li {
    width: calc((100% - 121px) / 5);
    margin-right: 30px;
    box-sizing: border-box;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 17px 17px 0 17px;
    margin-bottom: 30px;
}

.picture_cplist .info li:nth-child(5n) {
    margin-right: 0;
}

.picture_cplist .info li .title{
    border-bottom: none;
    line-height: 50px;
    height: 50px;
    border-top: 1px solid #EBEBEB;
    color: #3D3D3D;
    text-align: center;
}

.picture_cplist .info li .img{
    box-sizing: border-box;
    padding: 10px;
}

.picture_cplist .info li .img img{
    width: 100%;
}

.picture_cplist .info li:hover{
    box-sizing: border-box;
    border: 1px solid #244584;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}

.picture_cplist .info li:hover .title{
    font-weight: bold;
    color: #244584;
    border-top: 1px solid #244584;
}

.qywhlist ul {
    display: flex;
    flex-wrap: wrap;
}

.qywhlist ul li {
    width: calc((100% - 61px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}

.qywhlist ul li::after {
    content: '';
    width: 97px;
    height: 64px;
    display: inline-block;
    background: url(../img/logo-ico.png) center no-repeat;
    position: absolute;
    right: 32px;
    bottom: 42px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.qywhlist ul li:hover::after{
    opacity: 1;
}

.qywhlist ul li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #244584;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.qywhlist ul li:nth-child(3n) {
    margin-right: 0;
}

.qywhlist ul li .name {
    height: 36px;
    line-height: 36px;
    border-radius: 500px 0px 500px 0px;
    background: #244584;
    padding: 0 40px;
    font-weight: bold;
    color: #fff;
}

.qywhlist ul li .desc {
    font-weight: bold;
    color: #1A1A1A;
    margin-top: 15px;
}

.qywhlist ul li:hover::before {
    width: 100%;
}

.mtjjlist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mtjjlist ul li {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    padding: 34px;
    position: relative;
}

.mtjjlist ul li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #244584;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.mtjjlist ul li .title {
    color: #353535;
}

.mtjjlist ul li .desc {
    line-height: 25px;
    height: 50px;
    text-align: justify;
    color: #A4A4A4;
    margin: 10px 0 20px 0;
}

.mtjjlist ul li .dete {
    color: #244584;
}

.mtjjlist ul li:hover::before {
    width: 100%;
}

.mtjjlist ul li:hover .title {
    color: #244584;
}

.spzqSlide {
    width: 100%;
}

.spzqSlide .swiper-slide::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #244584;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.spzqSlide .swiper-slide .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;
}

.spzqSlide .swiper-slide .title {
    text-align: center;
    line-height: 65px;
    height: 65px;
    border-bottom: 1px solid #D8D8D8;
    color: #2C2C2C;
}

.spzqSlide .swiper-slide:hover .title {
    color: #244584;
}

.spzqSlide .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);
}

.spzqSlide .swiper-slide:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.spzqSlide .swiper-slide .img {
    position: relative;
}

.spzqSlide .swiper-slide .videoImg {
    width: 68px;
    height: 68px;
    display: inline-block;
    background: url(../img/videoImg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 6;
}

.spzqSlide .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.spzqSlide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #D8D8D8;
    opacity: 1;
    margin: 0 4px;
}

.spzqSlide .swiper-pagination-bullet-active {
    background: #244584;
}

.hyxw-up {
    width: 100%;
    background: url(../img/hyxwBg.jpg) center no-repeat;
    background-size: cover;
}

.hyxw-up .swiper-container{
    overflow: hidden;
}

.hyxwSlide .swiper-slide {
    height: calc((100% - 30px) / 2);
    background: #fff;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
    margin-top: 0 !important;
    margin-bottom: 30px;
}

.hyxwSlide .swiper-slide::before{
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #244584;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.hyxwSlide .swiper-slide a {
    width: 100%;
    height: 133px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid rgba(167, 167, 167, .3);
    padding: 0 25px;
    position: relative;
}

.hyxwSlide .swiper-slide:hover::before{
    width: 100%;
}

.hyxw-ico1 {
    width: 18px;
    height: 3px;
    background: #A7A7A7;
    position: absolute;
    left: -2px;
    top: -2px;
}

.hyxw-ico2 {
    width: 3px;
    height: 18px;
    background: #A7A7A7;
    position: absolute;
    left: -2px;
    top: -2px;
}

.hyxw-ico3 {
    width: 3px;
    height: 18px;
    background: #A7A7A7;
    position: absolute;
    right: -2px;
    bottom: -2px;
}

.hyxw-ico4 {
    width: 18px;
    height: 3px;
    background: #A7A7A7;
    position: absolute;
    right: 0;
    bottom: -2px;
}


.hyxwSlide .swiper-slide .dete {
    width: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hyxwSlide .swiper-slide .d {
    font-size: 28px;
    color: #244584;
}

.hyxwSlide .swiper-slide .y {
    color: #A7A7A7;
    font-size: 16px;
}

.hyxwSlide .swiper-slide .title {
    color: #2C2C2C;
}

.hyxwSlide .swiper-slide .desc {
    line-height: 25px;
    height: 50px;
    text-align: justify;
    color: #999;
    margin-top: 10px;
}

.hyxwSlide .swiper-slide .tt {
    flex: 1;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #E5E5E5;
}

.hyxwSlide .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.hyxwSlide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #D8D8D8;
    opacity: 1;
    margin: 0 4px;
}

.hyxwSlide .swiper-pagination-bullet-active {
    background: #244584;
}

.hyxwSlide .swiper-slide:hover .hyxw-ico1,
.hyxwSlide .swiper-slide:hover .hyxw-ico2,
.hyxwSlide .swiper-slide:hover .hyxw-ico3,
.hyxwSlide .swiper-slide:hover .hyxw-ico4 {
    background: #244584;
}

.hyxwSlide .swiper-slide:hover .title {
    color: #244584;
}

.hyxwSlide .swiper-slide:hover a {
    border: 1px solid rgba(36, 69, 132, .3);
}

.ryzzSlide {
    width: 100%;
    position: relative;
}

.ryzzSlide .swiper-slide .img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    padding-bottom: 100px;
    position: relative;
    background: url(../img/zzry-bg.png) bottom center no-repeat;
    background-size: 100% auto;
}

.ryzzSlide .swiper-slide .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;
}

.ryzzSlide .swiper-slide .title {
    text-align: center;
    color: #151515;
    position: relative;
    line-height: 50px;
    height: 50px;
}

.ryzzSlide .swiper-slide .title::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #244584;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.ryzzSlide .swiper-pagination1 {
    margin-top: 35px;
}

.ryzzSlide .swiper-slide:hover .title::before {
    width: 100%;
}

.ryzzSlide .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);
}

.gsjj-up .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.gsjj-up .container::before {
    width: 60%;
    height: 450px;
    content: '';
    background: url(../img/gsjj-mark.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

.gsjj_right {
    width: 53.5%;
    box-sizing: border-box;
    padding-top: 110px;
}

.gsjj_right .img {
    position: relative;
}

.gsjj_right .img .picImg img {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.gsjj_left {
    flex: 1;
    position: relative;
    z-index: 9;
}

.gsjj_left .text {
    box-sizing: border-box;
    padding-right: 55px;
    padding-left: 45px;
    padding-top: 40px;
}

.gsjj_left .title {
    font-size: 34px;
    font-weight: bold;
    color: #254587;
}

.gsjj_left .desc {
    color: #373737;
    line-height: 32px;
    text-align: justify;
    margin: 20px 0 40px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.gsjj_left .btn a {
    color: #343434;
    font-size: 24px;
    font-weight: bold;
}

.column-more {
    margin-top: 60px;
    float: right;
}

.fzlc-up {
    width: 100%;
    display: inline-block;
    background: url(../img/fzlcBg.jpg) center no-repeat;
    background-size: cover;
}

.mySwiper,
.mySwiper2 {
    width: 100%;
    overflow: hidden;
}

.fzlcSlide {
    box-sizing: border-box;
    padding: 0 25px;
    position: relative;
}

.mySwiper {
    height: 120px;
    margin-bottom: 40px;
}

.mySwiper2 .swiper-slide {
    background: #fff;
    box-sizing: border-box;
    padding: 50px 35px 30px 35px;
}

.mySwiper2 .swiper-slide .desc {
    line-height: 30px;
    font-size: 18px;
    color: #242424;
    position: relative;
}

.mySwiper2 .swiper-slide .desc .title {
    font-size: 50px;
    font-weight: 900;
    line-height: 32px;
    text-align: justify;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: -13px;
    z-index: 0;
    color: #244584;
    opacity: .2;
}

.mySwiper2 .swiper-slide .desc p {
    position: relative;
    z-index: 99;
}

.mySwiper2 .swiper-slide .more{
    text-align: right;
}

.mySwiper .swiper-next,
.mySwiper .swiper-prev {
    position: absolute;
    left: 0;
    top: calc((100% - 43px) / 2);
    z-index: 99;
    cursor: pointer;
    width: 43px;
    height: 43px;
    border-radius: 200px;
    background: #7186af;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mySwiper .swiper-next {
    left: auto;
    right: 0;
}

.mySwiper .swiper-next:hover,
.mySwiper .swiper-prev:hover{
    background: #244584;
}

.mySwiper .swiper-slide {
    width: 102px;
    box-sizing: border-box;
    padding: 0 55px;
    cursor: pointer;
}

.mySwiper .swiper-slide .tt {
    width: 100%;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    border: 7px solid #DDE5F7;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    position: relative;
}

.mySwiper .swiper-slide .tt::before {
    content: '';
    width: 163px;
    width: 200%;
    height: 99px;
    display: inline-block;
    background: url(../img/fzlc-slide-mark.png) no-repeat;
    position: absolute;
    left: 85px;
    top: 4px;
    z-index: -1;
    background-size: 100% 100%;
}


.mySwiper .swiper-slide .num {
    font-size: 24px;
    font-weight: bold;
    color: #444;
}

.mySwiper .swiper-slide .num span {
    font-size: 16px;
}

.mySwiper .swiper-slide-thumb-active .tt {
    box-sizing: border-box;
    background: #244584;
    border: 7px solid #fff;
}

.mySwiper .swiper-slide-thumb-active .tt .num {
    color: #fff;
}

.danye-gsjj{
    width: 100%;
    background: url("../img/gsjjBg.png") top right no-repeat;
    background-size: 100% auto;
    padding: 80px 50px;
}


.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: 30%;
    top: 25%;
    z-index: 1002;
    border: solid 1px #3B8BB9;
}

.img_content video {
    width: 800px;
    height: auto;
}

.colse_btn {
    border: solid 1px #3B8BB9;
    color: #fff;
    height: 20px;
    margin-top: -5px;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
    width: 45px;
    background: #3B8BB9;
    border-radius: 0.5em;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: right;
}

.pagination {
    text-align: center;
    margin-top: 40px;
    justify-content: center !important;
}

.picture .pagination {
    margin-top: 20px;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    width: auto !important;
    margin-bottom: 0 !important;
}

.pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 35px !important;
    height: 37px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #595959;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #005692;
    color: #fff;
    border: solid 1px #B69E5F;
}


.page404{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page404 h2{
    font-size: 46px;
    color: #8f8f8f;
    font-weight: bold;
    margin: 40px 0 20px 0;
}

.page404 .text-404{
    font-size: 16px;
    color: #666;
}

.btn-404{
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.btn-404 a{
    font-size: 20px;
    margin-right: 20px;
    border-radius: 5px;
    background: #CFBC80;
    padding: 10px 15px;
    color: #fff;
}

.btn-404 span{
    font-size: 20px;
    color: #666;
}



#sch_form2{
    width: 290px;
    position: relative;
}

#sch_form2 .form-control{
    width: 100%;
    height: 45px;
    border: 1px solid #999;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 30px 0 15px;
    font-size: 16px;
    color: #999;
    outline: unset;
}

#sch_form2 .btn{
    background: rgba(0, 86, 146, .9);
    position: absolute;
    right: 0;
    border: none;
    height: 100%;
    padding: 0 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

.text-danger{
    color: red;
    font-weight: bold;
}