@charset "utf-8";

/*--默认--*/
::-webkit-scrollbar {
    width: 10px;
    height: 7px;
    background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*--通用--*/
body {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    min-width: 320px;
}

.h {
    line-height: 1.3;
}

.h1 {
    line-height: 1.3;
}

.h2 {
    line-height: 1.3;
}

.h3 {
    line-height: 1.3;
}
.f-mt10{margin-top:10px;}
.f-mt20{margin-top:20px;}
.f-mt30{margin-top:30px;}
.f-mt40{margin-top:40px;}
.f-mt50{margin-top:50px;}
.f-mt60{margin-top:60px;}

.block {
    margin: auto;
    padding: 0 5.7%;
    width: 100%;
}
.g-wrapper {
    margin: 0 auto;
    width: 1440px;
}
.g-wrapper1 {
    margin: 0 auto;
    width: 1423px;
}

.text .p {
    line-height: 1.7;
    text-align: left;
}

.nav_main_m {
    display: none;
}

.search_m {
    display: none;
}

.scmbtn {
    display: none;
}

.prev {
    cursor: pointer;
}

.next {
    cursor: pointer;
}

.menu-col {
    position: relative;
}
.l-menu,
.page-sub .header-m .l-menu {
    position: absolute;
    top: 100px;
    width: 238px;
    height: calc(100vh - 100px);
    background: url(../img/bg/menuBg_01.png) no-repeat top center;
    overflow-y: auto;
    z-index: 999;
}
.l-menu .title {
    padding: 0 30px;
    height: 59px;
    line-height: 59px;
    color: #fff;
    font-size: 20px;
}
.l-menu .title a {
    color: #fff;
}
.left-menu {
    border-bottom: 1px dashed #0b5b88;
}
.left-menu li {
    border-top: 1px dashed #0b5b88;
}
.left-menu li.close .tit,
.page-sub .header-m .left-menu li.close .tit {
    background: url(../img/bg/menuBg_02.png) no-repeat right 16px center;
}
.left-menu li.open .tit,
.page-sub .header-m .left-menu li.open .tit {
    background: #fff url(../img/bg/menuBg_03.png) no-repeat right 16px center;
    border-left: 5px solid #e79623;
}
.left-menu li.open .tit a,
.page-sub .header-m .left-menu li.open .tit a,
.left-menu li.open .tit span,
.page-sub .header-m .left-menu li.open .tit span {
    color: #3e6ea7;
}
.left-menu li .tit {
    padding: 0 22px;
    height: 52px;
    color: #fff;
    font-size: 16px;
}
.left-menu li .tit a,
.page-sub .header-m .l-menu li .tit a,
.page-sub .header-m .l-menu li .tit span {
    color: #fff;
}
.left-menu li>.sub-menu {
    display: none;
}
.left-menu li.open>.sub-menu {
    display: block;
}
.left-menu li>.sub-menu li {
    /* height: 52px; */
}
.left-menu li>.sub-menu li a,
.page-sub .header-m .left-menu li>.sub-menu li a {
    display: block;
    /* padding-left: 58px; */
    padding: 9px 2px 9px 58px;
    height: auto;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    background: url(../img/bg/menuBg_04.png) no-repeat 36px center;
	overflow:hidden;
    /* white-space:nowrap; */
	/* text-overflow:ellipsis; */
}
.left-menu>li .tit a,
.left-menu>li .tit span {
    display: flex;
    align-items: center;
    height: 52px;
}
.left-menu>li .tit i {
    margin-right: 6px;
    width: 26px;
    height: 26px;
}

.left-menu>li:nth-child(1) .tit i,
.page-sub .header-m .left-menu>li:nth-child(1) .tit i  {
    background: url(../img/bg/q11.png) no-repeat center;
}
.left-menu>li:nth-child(2) .tit i,
.page-sub .header-m .left-menu>li:nth-child(2) .tit i {
    background: url(../img/bg/q22.png) no-repeat center;
}
.left-menu>li:nth-child(3) .tit i,
.page-sub .header-m .left-menu>li:nth-child(3) .tit i {
    background: url(../img/bg/q33.png) no-repeat center;
}
.left-menu>li:nth-child(4) .tit i,
.page-sub .header-m .left-menu>li:nth-child(4) .tit i {
    background: url(../img/bg/q44.png) no-repeat center;
}
.left-menu>li:nth-child(5) .tit i,
.page-sub .header-m .left-menu>li:nth-child(5) .tit i {
    background: url(../img/bg/q55.png) no-repeat center;
}
.left-menu>li:nth-child(6) .tit i,
.page-sub .header-m .left-menu>li:nth-child(6) .tit i {
    background: url(../img/bg/q66.png) no-repeat center;
}
.left-menu>li:nth-child(7) .tit i,
.page-sub .header-m .left-menu>li:nth-child(7) .tit i {
    background: url(../img/bg/q77.png) no-repeat center;
}
.left-menu>li:nth-child(8) .tit i,
.page-sub .header-m .left-menu>li:nth-child(8) .tit i {
    background: url(../img/bg/q88.png) no-repeat center;
}

.left-menu>li.open:nth-child(1) .tit i,
.page-sub .header-m .left-menu>li.open:nth-child(1) .tit i {
    background: url(../img/bg/q1.png) no-repeat center;
}
.left-menu>li.open:nth-child(2) .tit i,
.page-sub .header-m .left-menu>li.open:nth-child(2) .tit i {
    background: url(../img/bg/q2.png) no-repeat center;
}
.left-menu>li.open:nth-child(3) .tit i,
.page-sub .header-m .left-menu>li.open:nth-child(3) .tit i {
    background: url(../img/bg/q3.png) no-repeat center;
}
.left-menu>li.open:nth-child(4) .tit i,
.page-sub .header-m .left-menu>li.open:nth-child(4) .tit i {
    background: url(../img/bg/q4.png) no-repeat center;
}
.left-menu>li.open:nth-child(5) .tit i,
.page-sub .header-m .left-menu>li.open:nth-child(5) .tit i {
    background: url(../img/bg/q5.png) no-repeat center;
}
.left-menu>li.open:nth-child(6) .tit i,
.page-sub .header-m .left-menu>li.open:nth-child(6) .tit i {
    background: url(../img/bg/q6.png) no-repeat center;
}
.left-menu>li.open:nth-child(7) .tit i,
.page-sub .header-m .left-menu>li.open:nth-child(7) .tit i {
    background: url(../img/bg/q7.png) no-repeat center;
}
.left-menu>li.open:nth-child(8) .tit i,
.page-sub .header-m .left-menu>li.open:nth-child(8) .tit i {
    background: url(../img/bg/q8.png) no-repeat center;
}

.body_home {
    height: 100%;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    /* padding-top: 130px; */
    background-size: cover;
}

.body_b {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #eff7ff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 2;
    overflow: auto;
    outline: none;
}

.body_b * {
    outline: none;
}

.body_b.showdiv {
    top: 0;
}

.header {
    position: fixed;
    left: 0%;
    top: 0;
    right: 0%;
    z-index: 3;
    transition: all 0.7s ease-out 0s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header {
    opacity: 0;
    transform: translateY(-100%);
}

.header .menu-logo,
.header2 .menu-logo {
    width: 557px;
    height: 98px;
    user-select: none;
    transition: all 0.8s;
    z-index: 100;
    display: inline-block;
    position: absolute;
    display: flex;
    /* justify-content: center;
    align-items: center;
    flex-wrap: nowrap; */
}


.header.showdiv,
.header2.showdiv {
    opacity: 1;
    transform: none;
}

.body_home.showdiv .header,
.header2 {
    transform: none;
    opacity: 1;
    height: 100px;
    background: #4275ac;
}

.header2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.5s ease-out 0s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* .body_b .header2 {
    opacity: 0;
    transform: translateY(-100%);
} */

/* .body_b.showdiv .header2 {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
} */

.menu-top-box {
    display: flex;
    align-items: center;
    text-align: right;
    float: right;
    padding: 35px 0 0 0;
    z-index: 4;
}

.menu-top-box .page-menu-topico {
    color: #fff;
    font-size: 16px;
}

.page-menu-topico1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 15px;
    width: 69px;
    height: 30px;
    line-height: 1;
    text-align: center;
    /* background: url(../img/20231204/nav_language.png) no-repeat left center; */
    border: 1px solid #8fa9c4;
    border-radius: 3px;
}

.menu-top-box .page-menu-topico2 {
    padding: 0;
    width: 30px;
    height: 30px;
    background: url(../img/bg/iconSearch_01.png) no-repeat center;
}
.page-menu-topico3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 69px;
    height: 30px;
    line-height: 1;
    text-align: center;
    /* background: url(../img/20231204/nav_language.png) no-repeat left center; */
    border: 1px solid #8fa9c4;
    border-radius: 3px;
}

.menu-top-box .page-menu-account-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.menu-top-box .page-menu-user-center,
.menu-top-box .page-menu-logout {
    width: auto;
    min-width: 69px;
    height: 30px;
    line-height: 1;
    padding: 0 10px;
    margin-left: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: transparent;
    border: 1px solid #8fa9c4;
    border-radius: 3px;
    white-space: nowrap;
}

.menu-top-box .page-menu-user-center:hover,
.menu-top-box .page-menu-logout:hover {
    color: #fff;
    border-color: #fff;
}

.menu-top-box .page-menu-logout {
    cursor: pointer;
    font-family: inherit;
}

.page-menu-topico5 {
    transform: scale(0.8);
    display: inline-block;
    cursor: pointer;
    margin-left: 24px;
    width: 35px;
    height: 35px;
    position: relative;
}

.menu-line {
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 6px;
    transition: all 0.3s ease-out;
}

.page-menu-topico5 .menu-line:nth-child(2) {
    top: 17px;
}

.page-menu-topico5 .menu-line:nth-child(3) {
    top: 28px;
    width: 50%;
}

.open-menu-line .menu-line:nth-child(1) {
    width: 80%;
    transform: rotate(-45deg) translate(-7px, 10px);
    background-color: #000;
}

.open-menu-line .menu-line:nth-child(2) {
    width: 80%;
    transform: rotate(45deg) translate(2.5px, -1.5px);
    background-color: #000;
}

.open-menu-line .menu-line:nth-child(3) {
    opacity: 0;
}

.menu-content {
    width: 100%;
    font-size: 16px;
    z-index: 3;
    margin-top: 69px;
    transition: all 0.8s;
    position: relative;
    padding: 0 5.7%;
}

.menu-content .page-menu {
    width: 70%;
    display: flex;
    margin: auto;
    margin-right: 0;
    transition: all 0.8s;
    justify-content: end;
    max-width: 1024px;
}

.page-menu-li {
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
    flex-grow: 1;
    text-align: center;
    height: 60px;
    margin-bottom: -1px;
    background: linear-gradient(to right, #1874fb, #1874fb) no-repeat 50% bottom;
    background-size: 0 3px;
    transition: background-size 500ms;
    padding-bottom: 3px;
}

.page-menu-current {
    background-size: 100% 3px;
    background-position-x: left;
}

.page-menu-li:hover::after {
    content: "";
    position: relative;
    border-width: 3px;
    border-color: transparent transparent #1874fb #1874fb;
    border-style: solid;
    transform: rotate(-45deg);
    height: 0;
    width: 0;
    display: inline-block;
    margin-top: 28px;
}

.page-menu-li>a {
    color: #fff;
    white-space: nowrap;
    font-size: 18px;
    transition: all 0.3s;
    display: block;
}
.page-menu-second .page-menu-li:hover::after {
    margin-top: 33px;
}
/* .header2.showdiv {

    opacity: 1;
    transform: none;
} */
.page-menu-li:hover {
    background-size: 100% 3px;
}

.page-menu-li:hover>a {
    text-shadow: -1px -1px 6px white;
}

.page-menu-sub-box {
    display: none;
    position: absolute;
    height: 0;
    left: 0;
    width: 100%;
}

.page-menu-sub {
    margin-top: -50px;
    animation: moveMarginTop 300ms linear 0s 1 alternate forwards;
}

.page-menu-li:hover .page-menu-sub-box {
    display: block;
    right: 0;
    top: 60px;
    height: 44px;
    overflow: hidden;
}

.page-menu-li:hover .page-menu-sub-box .page-menu-sub {
    display: flex;
    width: 100%;
}

.page-menu-sub-li {
    padding: 10px 0;
}

.page-menu-li:hover .page-menu-sub-box .page-menu-sub .page-menu-sub-li {
    margin: 0 10px;
}

.page-menu-li:hover .page-menu-sub-box .page-menu-sub .page-menu-sub-li .page-menu-sub-a {
    color: #fff;
    white-space: nowrap;
}

.page-menu-sub-a {
    color: #fff;
    /* font-weight: 600; */
    font-size: 16px;
    /* background: linear-gradient(to right, #019adf,#61c454) no-repeat right bottom; */
    background: linear-gradient(to right, #1874fb, #1874fb) no-repeat right bottom;
    background-size: 0 3px;
    transition: background-size 500ms;
    line-height: 24px;
    padding-bottom: 3px;
}

.page-menu-sub-a:hover {
    background-size: 100% 3px;
    background-position-x: left;
    color: #000;
}

.page-menu-sub-box {
    display: none;
    position: absolute;
    height: 0;
    left: 0;
    width: 100%;
}

.page-menu-li:nth-child(2) .page-menu-sub-box {
    padding-left: 38%;
}

.page-menu-li:nth-child(3) .page-menu-sub-box {
    padding-left: 40%;
}

.page-menu-li:nth-child(4) .page-menu-sub-box {
    padding-left: 51.5%;
}

.page-menu-li:nth-child(5) .page-menu-sub-box {
    padding-left: 56%;
}

.page-menu-li:nth-child(6) .page-menu-sub-box {
    padding-left: 63%;
}

.page-menu-li:nth-child(7) .page-menu-sub-box {
    padding-left: 74%;
}

.page-menu-li:nth-child(8) .page-menu-sub-box {
    padding-left: 77.5%;
}

.page-menu-li:nth-child(9) .page-menu-sub-box {
    padding-left: 67%;
}

.page-menu-li:nth-child(10) .page-menu-sub-box {
    padding-left: 70.2%;
}

.page-menu-li:hover:nth-child(1)::after {
    border-width: 0
}

@keyframes moveMarginTop {
    0% {
        margin-top: -50px;
    }

    100% {
        margin-top: 0;
    }
}

.page-all-menu-box {
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.8s;
}

.page-menu-open {
    height: 100vh;
    overflow-y: auto;
}

.page-menu-open .menu-logo {
    left: 50% !important;
    top: 40px !important;
    transform: translate3d(-125px, 0, 10px) !important;
    display: block !important;
    text-align: center !important;
    /*background: url(../img/20231204/nav_logo_02.png) no-repeat;*/
}

.page-menu-open .page-logo-img {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
}

.page-menu-open .page-logo-text {
    background-position: -123px -94px;
    width: 152px;
    height: 53px
}

.page-menu-open .page-all-menu-box {
    background-color: #fff;
    opacity: 1;
    width: 100%;
}

.page-menu-open .page-menu {
    width: 100%;
    display: flex;
    margin: auto;
    max-width: initial;
    justify-content: center;
}

.page-menu-open .menu-content {
    margin-top: 170px;
    transform: translate3d(0, 0, 10px);
}

.page-menu-open .page-menu-li {
    border-left: 1px solid #e7e7e7;
    height: auto;
    text-align: left;
    padding: 0 15px;
    background: none;
}

.page-menu-open.language-en .page-menu-li {
    max-width: 145px;
}

.page-menu-open .page-menu-li:nth-child(1) {
    border: none;
}

.page-menu-open .page-menu-li>a {
    display: inline-block;
    letter-spacing: 2px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
    background: linear-gradient(to right, #019adf, #61c454) no-repeat right bottom;
    background-size: 0 2px;
    transition: background-size 500ms;
    padding-bottom: 2px;
}

.page-menu-open.language-en .page-menu-li>a {
    display: block;
    height: 70px;
    white-space: normal
}

.page-menu-open .page-menu-li>a:hover {
    background-size: 100% 2px;
    background-position-x: left;
}

.page-menu-open .page-menu-a:hover {
    background-size: 0;
    background-position-x: left;
}

.page-menu-open .page-menu-sub-box {
    display: block;
    margin-top: 30px;
    position: relative;
    height: auto !important;
    padding-left: 0 !important;
    left: 0;
    width: auto;
}

.page-menu-open .page-menu-li:hover .page-menu-sub-box {
    display: block;
    right: 0;
    top: 0;
    height: auto;
    overflow: auto;
}

.page-menu-open .page-menu-li:hover .page-menu-sub-box .page-menu-sub {
    display: block;
}

.page-menu-open .page-menu-li:hover .page-menu-sub-box .page-menu-sub .page-menu-sub-li .page-menu-sub-a {
    color: #383838;
    white-space: normal;
}

.page-menu-open .page-menu-li:hover .page-menu-sub-box .page-menu-sub .page-menu-sub-li {
    margin: 0;
}

.page-menu-open .page-menu-li:hover::after {
    display: none;
}

.page-menu-open .page-menu-sub-box-bbar {
    display: none !important;
}

.page-menu-open .page-menu-sub-a {
    color: #383838 !important;
}

.page-menu-open .page-menu-li:nth-child(8) {
    display: block;
}

.page-menu-open .page-menu-li:nth-child(10) {
    display: block;
}

.body_home .main-con {
    position: relative;
    min-height: 100%;
    height: 100%;
    overflow-x: hidden;
    z-index: 1;
    /* overflow-y: scroll; */
    /* background: url("../images/bg.png") center no-repeat; */
    /* background-size: cover; */
}

.index-scroll-btn {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 16.5%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 5;
}

.scroll_text {
    color: #fff;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    writing-mode: tb-lr;
}

.scoll_line {
    width: 0;
    border-left: 1px dashed #fff;
    height: 90px;
    left: 0;
    right: 0;
    margin: 10px 11px 0;
    position: relative;
}

.scoll_line::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
    left: 0;
    transform: translateX(-3px);
}

.scoll_icon {
    position: absolute;
    bottom: 10px;
    width: 22px;
    height: 35px;
    /*background: url(../img/20231204/mouse.png) no-repeat;*/
    background-size: contain;
    background-position: center;
    animation: mouseAni 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s infinite alternate;
    -webkit-animation: mouseAni 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s infinite alternate;
}

.index-scroll-btn:hover .scoll_icon {
    animation: none;
    -webkit-animation: none
}

@keyframes mouseAni {
    0% {
        transform: translate3d(0, 0, 0) scale(1)
    }

    100% {
        transform: translate3d(0, -30px, 0) scale(1.05)
    }
}

@-webkit-keyframes mouseAni {
    0% {
        transform: translate3d(0, 0, 0) scale(1)
    }

    100% {
        transform: translate3d(0, -30px, 0) scale(1.05)
    }
}

#shouye {
    width: 100%;
    height: 100%;
}

#shouye .swiper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#shouye .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

#shouye .swiper-slide img {
    display: block;
    /* width: 100%;
    height: 100%; */
    /* object-fit: cover; */
}

#shouye .sw-page1 {
    background: url(../img/bg/iBg_01.jpg) no-repeat top center;
    background: url(../img/1.jpg) no-repeat top center;
    /* background-position: 0 100px; */
    background-size: cover;
}

#shouye .sw-page2 {
    background: url(../img/2.jpg) no-repeat top center;
    background-size: cover;
}

#shouye .sw-page3 {
    background: url(../img/3.jpg) no-repeat top center;
    background-size: cover;
}
#shouye .sw-page4 {
    background: url(../img/4.jpg) no-repeat top center;
    background-size: cover;
}
#shouye .sw-page5 {
    background: url(../img/5.jpg) no-repeat top center;
    background-size: cover;
}

.mySwiper1 .swiper-button-next, .mySwiper1 .swiper-button-prev {
    width: 41px;
    height: 96px;
    color: #fff;
    background: rgba(158,158,158,.7);
}
:root {
	--swiper-navigation-size: 28px;
}

.i-sy-con {
    padding: 260px 5.7% 0 10.6%;
    width: 100%;
    text-align: left;
}

.i-sy-con .sy-col-01 {
    padding-left: 797px;
    height: 56px;
    /*background: url(../img/20231204/syImg_01.png) no-repeat 20px center;*/
    opacity: .9;
}

.i-sy-con .sy-col-01 h2 {
    padding-left: 25px;
    line-height: 26px;
    color: #fff;
    font-size: 18px;
    text-align: left;
    border-left: 1px solid #c3d4ee;
}

.i-sy-con .sy-txt-01 {
    margin-top: 28px;
    padding-left: 20px;
    line-height: 26px;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
}

.i-sy-con .sy-logo {
    margin-top: 52px;
    padding-left: 20px;
}

.i-sy-con .sy-logo img {
    width: 641px;
    height: 157px;
}

#shouye .swiper-container-vertical>.swiper-pagination-bullets {
    top: 30%;
    right: 0;
}

#shouye .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
}

#shouye .swiper-pagination-bullet-active {
    background: #e7c43a;
}

.body_home .bb {
    position: absolute;
    left: 50%;
    bottom: 0;
    text-align: center;
    transform: translateX(-50%);
    color: #4d8ad6;
    font-size: 36px;
    cursor: pointer;
    opacity: 0;
    font-family: icon;
    padding: 0 10px;
    animation: bb 2s linear 0s infinite;
    font-weight: bold;
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

.body_home.showdiv .bb {
    opacity: 1;
}

.body_home .bb:hover {
    animation-play-state: paused;
    color: #fff;
}

.home1 {
    background: #4c6593;
}

@-webkit-keyframes td {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes td {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes td1 {
    0% {
        -webkit-transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(360deg);
    }
}

@keyframes td1 {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(360deg);
    }
}

.home5 {
    padding: calc(5vw + 95px) 0 5vw;
    background: #efebea;
}


.home8 {
    min-height: 916px;
}

@keyframes cc {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}


@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

.t-prv {
    position: relative;
    z-index: 999;
}

.paddt40 {
    padding-top: 40px;
}

.paddt30 {
    padding-top: 30px;
}

.marr20 {
    margin-right: 20px;
}

.marl20 {
    margin-left: 20px;
}

.mart20 {
    margin-top: 20px;
}

.mart30 {
    margin-top: 30px;
}

.calendar-bg {
    /*background: url(../img/20231204/bg3.png) no-repeat top center;*/
    background-size: cover;
}


.rcrs-detail .mr-button {
    margin: 12px 0 0 32px;
    width: 148px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    /*background: url(../img/20231204/moreIcon_01.png) no-repeat 128px 10px;*/
    border: 1px solid #acceff;
}

.rcrs-detail .mr-button a {
    display: inline-block;
    width: 111px;
    height: 30px;
    color: #1874fb;
    text-align: center;
    border-right: 1px solid #acceff;
}


.rc-info {
    margin: 90px auto 30px;
    width: 780px;
    height: auto;
    /* background: #1b70f1; */
}

.mySwiper2 {
    position: relative;
    width: 100%;
    height: 415px;
    overflow: hidden;
}

.mySwiper2 .swiper-slide {
    padding-bottom: 55px;
    text-align: center;
    font-size: 18px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.mySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper2 .swiper-pagination {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 15px;
    width: 80px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px 0 0;
}
.mySwiper2 .swiper-pagination-bullet,
.page-index-m .mySwiper2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #bbc5e8;
    border-radius: 50%;
    opacity: 1;
}

.mySwiper2 .swiper-pagination .swiper-pagination-bullet-active,
.page-index-m .mySwiper2 .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.mySwiper2 .swiper-slide .a-news {
    display: block;
    height: 415px;
}

.rc-info-con {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 105px 0 10px;
    width: 100%;
    height: 50px;
    color: #fff;
    text-align: left;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0,.6) 0%, rgba(0, 0, 0,0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0,.6) 0%, rgba(0, 0, 0,0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0,.6) 0%, rgba(0, 0, 0,0) 100%);
}

.rc-info-con .exh-title {
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news-list {
    margin-top: 15px;
}
.news-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    line-height: 28px;
    font-size: 20px;
}
.news-list li a {
    color: #000;
    white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
   
    position: relative;
    display: inline-block;
    outline: none;
    /* text-transform: uppercase; */
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
   
}
.news-list li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #4e77c6;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.news-list li a:hover {
    color: #4e77c6;
}
.news-list li a:hover::after, .news-list li a:focus::after {
	height: 1px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.news-list li span {
    flex-shrink: 0;
    width: 120px;
    text-align: right;
}

/* 案例汇总样式 */
.column3 {
    background: url(../img/bg/iBg_04.jpg) no-repeat top center;
    background-size: cover;
}
.anli-col {
    padding-left: 310px;
}
.anli-col .col-hd {
    padding-left: 30px;
}
.anli-con {
    display: flex;
    justify-content: space-between;
    margin: 90px auto 0;
    padding-bottom: 90px;
    width: 1030px;
}
.anli-con a {
    position: relative;
    transition: all 300ms;
    transform-origin: 0 50%;
}
.anli-con a:hover {
    transform: scale(1.02);
}
.anli-con a .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 8px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgba(66,117,172,.7);
}
.anli-con .al-r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.anli-con .al-bt {
    display: flex;
    justify-content: space-between;
}
.anli-con .al-img1 img {
    width: 516px;
    height: 459px;
}
.anli-con .al-img2 img {
    width: 498px;
    height: 227px;
}
.anli-con .al-img3 img {
    width: 241px;
    height: 215px;
}

/* 会员网络样式 */
.column4 {
    background: url(../img/bg/iBg_05.jpg) no-repeat top center;
    background-size: cover;
}
.member-col {
    padding-left: 310px;
}
.member-con {
    margin-top: 30px;
    padding-bottom: 30px;
}

.mySwiper3 {
    position: relative;
    margin: 0 auto;
    width: 1030px;
    height: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.page-index-m .mySwiper3 .swiper-slide {
    overflow: hidden;
    height: auto;
    font-size: 18px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
}
.page-index-m .mySwiper3 .swiper-pagination-bullets {
    bottom: 0;
    right: 0%;
    left: auto;
    width: 100%;
    text-align: center;
}
.page-index-m .mySwiper3 .swiper-pagination-bullet {
    width: 36px;
    height: 4px;
    background: #c1c1c1;
    border-radius: 2px;
}
.page-index-m .mySwiper3 .swiper-pagination-bullet-active {
    background: #61acec;
}



.member-list-01 {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-top: -10px;
}
.member-list-01 a {
    margin-top: 10px;
    margin-right: 1.6%;
    width: 15%;
    /* overflow: hidden; */
}
.member-list-01 img {
    width: 100%;
    height: 63px;
    transition: all 300ms;
}
.member-list-01 a:hover img {
    transform: scale(1.1);
}

.page-index-m .member-list-01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: #f5f5f5;
}
.page-index-m .member-list-01 a {
	margin-top: 10px;
	margin: 10px 1% 0;
	width: 23%;
}

.footer {
    padding-bottom: 20px;
    height: auto;
    background: #363636;
}
.footer .ft-con {
    display: flex;
    padding: 20px 80px 0px 300px;
    color: #f2f3f3;
    line-height: 28px;
    font-size: 16px;
}
.footer .ft-con .ft-QR {
    display: flex;
    margin-left: 20px;
    color: #fff;
    line-height: 20px;
    /* font-size: 15px; */
    text-align: center;
}
.footer .ft-con .ft-QR .item+.item {
    margin-left: 10px;
}
.footer .ft-con .ft-QR .item img {
    margin-bottom: 5px;
}
.footer .ft-info2 {
    padding-left: 240px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.searchContent {
    display: flex;
}
.searchContent .searchFocus {
	display: none;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	transition: all .5s;
}
.searchContent.z-crt .searchFocus {
	display: block;
}
.searchContent .searchFocus i.searchFocusImg {
	display: none;
	vertical-align: top;
	margin-top: 9px;
	width: 15px;
	height: 13px;
	background: url("../img/bg/closeBg_01.png") no-repeat;
    background-size: cover;
    cursor: pointer;
}
.searchContent .searchFocus .searchInput {
    padding: 0 2px;
	width: 160px;
	height: 28px;
    color: #fff;
	font-size: 14px;
    background: none;
	border: none;
	outline: none;
	transition: all .2s;
}


/* 页面结构 */
.f-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-justify {
    justify-content: space-around;
}

/* 业务板块 */
.column1 {
    /* height: 100vh; */
    background: url(../img/bg/iBg_02.jpg) no-repeat top center;
    background-size: cover;
}
.yw-col {
    padding: 0 0 0 340px;
}
.col-hd {
    display: flex;
    justify-content: space-between;
}
.col-hd .tit {
    color: #4e77c6;
    line-height: 36px;
    font-size: 36px;
    font-weight: normal;
}
.col-hd .more {
    width: 109px;
    color: #7c869a;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    background: url(../img/bg/moreBg_01.png) no-repeat left center;
}
.yw-con {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 700px;
}
.yw-con li {
    margin: 30px 22px 0;
    width: 170px;
    text-align: center;
}
.yw-con li p {
    /* display: flex; */
    margin: 0 auto 12px;
    width: 157px;
    height: 158px;
    line-height: 158px;
    background: url(../img/bg/ywBg_01.png) no-repeat;
    
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}
.yw-con li a:hover p {
    transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
}
.yw-con li p img {
    /* max-width: 81px;
    max-height: 81px; */
    height: auto;
    vertical-align: middle;
}
.yw-con li a {
    display: block;
    color: #000;
    font-size: 20px;
}
.yw-con li a:hover {
    color: #4e77c6;
}

/* 新闻中心样式 */
.column2 {
    /* height: 100vh; */
    background: url(../img/bg/iBg_03.jpg) no-repeat top center;
    background-size: cover;
}

.page-col-02 {
    padding-bottom: 85px;
}

.cf {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.cf .title-1,
.cf .title-2 {
    color: #fff !important;
}


.ba {
    margin-left: 5px;
}

.footer-icon-box {
    position: fixed;
    top: 150px;
    right: 150px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.footer-icon {
    position: relative;
    transform: scale(0.8);
    border-radius: 9px;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
}

.footer-icon:nth-child(2) {
    margin: 15px auto;
}

/*.footer-icon3 {*/
/*    background-image: url("../img/20231204/left_dy.png");*/
/*}*/

/*.footer-icon2 {*/
/*    background-image: url("../img/20231204/left_wechat.png");*/
/*}*/

/*.footer-icon1 {*/
/*    background-image: url("../img/20231204/left_VR.png");*/
/*}*/

.footer-content {
    position: absolute;
    width: 77.6%;
    bottom: 16px;
    font-size: 14px;
    color: #fff;
    left: 11.4%;
    display: flex;
    justify-content: space-between;
    z-index: 2
}

.footer-tip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 50%;
    /* transform: translate(-50%,-80%); */
    transform: translate(30%, -40%);
    background: rgb(36, 81, 198);
    border-radius: 5px;
    padding: 5px;
    width: 150px;
    transition: all 0.5s;
}

.footer-tip::after {
    content: "";
    position: absolute;
    bottom: 55px;
    left: -20px;
    transform: rotate(135deg) translate(-50%, 0);
    border: 7px solid #fff;
    border-left: 12px solid transparent;
    border-top: 12px solid transparent;
}

.footer-tip img {
    width: 100%;
}

.footer-icon:hover .footer-tip {
    visibility: visible;
    opacity: 1;
    transform: translate(30%, -45%);
}


#page1,#page2 {
    text-align: center;
    margin-bottom: 38px;
}

#page1 .layui-laypage-em,#page2 .layui-laypage-em {
    background-color: #2e53a3;
}

.page-sub {
    background: #f6f7fc;
}
.page-sub .header2 {
    opacity: 1;
    transform: translateY(0);
}
.page-sub .l-menu {
    position: fixed;
	top: 130px;
	width: 238px;
	height: calc(100vh - 130px);
	background: url(../img/bg/menuBgSub_01.png) no-repeat top center;
    background-size: cover;
}
.page-sub .l-menu .title {
    border-top: 4px solid #347cb8;
}
.page-sub .l-menu .title a,
.page-sub .left-menu li .tit a,
.page-sub .left-menu li .tit span,
.page-sub .left-menu li > .sub-menu li a {
    color: #006eaa;
}

.page-sub .left-menu>li:nth-child(1) .tit i {
    background: url(../img/bg/q1.png) no-repeat center;
}
.page-sub .left-menu>li:nth-child(2) .tit i {
    background: url(../img/bg/q2.png) no-repeat center;
}
.page-sub .left-menu>li:nth-child(3) .tit i {
    background: url(../img/bg/q3.png) no-repeat center;
}
.page-sub .left-menu>li:nth-child(4) .tit i {
    background: url(../img/bg/q4.png) no-repeat center;
}
.page-sub .left-menu>li:nth-child(5) .tit i {
    background: url(../img/bg/q5.png) no-repeat center;
}
.page-sub .left-menu>li:nth-child(6) .tit i {
    background: url(../img/bg/q6.png) no-repeat center;
}
.page-sub .left-menu>li:nth-child(7) .tit i {
    background: url(../img/bg/q7.png) no-repeat center;
}
.page-sub .left-menu>li:nth-child(8) .tit i {
    background: url(../img/bg/q8.png) no-repeat center;
}

.page-sub .left-menu li.close .tit {
	background: url(../img/bg/menuBg_02_1.png) no-repeat right 16px center;
}
.page-sub .left-menu li.open .tit {
	background: #fff url(../img/bg/menuBg_03.png) no-repeat right 16px center;
	border-left: 5px solid #e79623;
}
.page-sub .left-menu li > .sub-menu li a {
	background: url(../img/bg/menuBg_04_1.png) no-repeat 36px center;
}

.sub-page-con {
    padding-top: 130px;
}
.r-slide {
    margin-left: 268px;
}

.column-tit {
    line-height: 1;
    color: #333;
    font-size: 32px;
    font-weight: normal;
}
.location {
    margin-top: 8px;
    color: #79879c;
    line-height: 28px;
    font-size: 14px;
}
.location a {
    color: #79879c;
}
.art-pd {
    padding: 30px;
}
.slide-con {
    background: #fff;
}
.article {
    font-family: Arial, Helvetica, sans-serif,'\5FAE\8F6F\96C5\9ED1'!important;
}
.article .hd {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #c6c6c6;
}
.article .hd .title {
    color: #333;
    font-size: 30px;
    font-weight: normal;
}
.article .hd .info {
    margin-top: 30px;
    color: #79879c;
    font-size: 16px;
}
.article .bd {
    padding-top: 30px;
    font-family: Arial, Helvetica, sans-serif,'\5FAE\8F6F\96C5\9ED1'!important;
}
.article .bd p {
    margin-top: 30px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif,'\5FAE\8F6F\96C5\9ED1'!important;
}
.article .bd p:not(.art-img) {
    line-height: 2;
    font-size: 18px;
    /* text-indent: 2em; */
}
.article .bd p.art-img {
    text-align: center;
}
.article .bd p img {
    max-width: 80%;
    height: auto;
    object-fit: cover;
}
.article a {
    color: #006eaa;
    text-decoration: underline;
}
.related .title {
    padding: 0 35px;
    height: 45px;
    line-height: 45px;
    color: #000;
    font-size: 16px;
    background: #f3f3f3;
}
.art-list li {
    margin: 0 0 20px;
    line-height: 1.7;
    color: #a7a7a7;
    font-size: 16px;
}
.art-list li a {
    margin-right: 8px;
    color: #000;
}
.art-list li a:hover {
    color: #006eaa;
}
.yw-main {
    padding-bottom: 100px;
}
.yw-main .banner img {
    width: 100%;
    height: auto;
}
.yw-items {
    display: flex;
    justify-content: space-between;
    margin: 60px 60px 0;
}
.yw-items li {
    width: 25%;
    text-align: center;
}
.yw-items li p {
    margin-top: 24px;
    line-height: 1;
    font-size: 18px;
}
.page-services-en .yw-items li p {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 18px;
    line-height: 1.2;
    font-size: 16px;
}
.yw-items li p a {
    color: #333;

    position: relative;
    display: inline-block;
    overflow: hidden;
    outline: none;
    text-decoration: none;
    /* text-transform: uppercase; */
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
}
.yw-items li p a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.yw-items li p a span::before {
	position: absolute;
	top: 100%;
    left: 0;
	content: attr(data-hover);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    color: #006eaa;
}
.yw-items li p a:hover span, .yw-items li p a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.news-bd {
    padding: 0 25px;
}
.news-list-02 li {
    padding: 30px 0;
    font-size: 16px;
    border-bottom: 1px solid #c6c6c6;
}
.news-list-02 li>a {
    display: flex;
}
.news-list-02 li img {
    margin-right: 30px;
    width: 244px;
    height: 145px;
    transition: all 300ms;
    flex-shrink: 0;
}
.news-list-02 li:hover img {
    transform: scale(1.1);
}
.news-list-02 li .title {
    line-height: 1.5;
    color: #333333;
    font-size: 18px;
    transition: all 300ms;
}
.news-list-02 li:hover .title {
    color: #006eaa;
    text-decoration: underline;
}
.news-list-02 li .des {
    margin-top: 20px;
    line-height: 20px;
    color: #79879c;
    text-align: justify;
}
.news-list-02 li .ft {
    position: relative;
    margin-top: 20px;
    padding-left: 8px;
    color: #79879c;
}
.news-list-02 li .ft::before {
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    width: 1px;
    height: 10px;
    background: #b2c4cb;
}
.page-col {
    display: flex;
    justify-content: center;
    padding: 40px 0 0;
    font-size: 14px;
    text-align: center;
}
.page-col span,
.page-col a {
    display: inline-block;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    color: #333;
    cursor: pointer;
}
.page-col a {
    border: 1px solid #d9d9d9;
}
.page-col a+a {
    border-left: none;
}
.page-col a.cur {
    color: #fff;
    background: #0076d2;
}
.page-col-category {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    padding-top: 36px;
}
.page-col-category .page-item {
    min-width: 60px;
    padding: 0 12px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
}
.page-col-category .page-item + .page-item {
    margin-left: -1px;
}
.page-col-category a.page-item:hover {
    position: relative;
    color: #0076d2;
    z-index: 1;
}
.page-col-category .page-item.cur {
    position: relative;
    border-color: #0076d2;
    color: #fff;
    background: #0076d2;
    z-index: 2;
}
.page-col-category .page-nav {
    min-width: 100px;
    padding: 0 18px;
}
.page-col-category .ellipsis {
    color: #666;
}
.page-col-category .disabled {
    color: #999;
    background: #fafafa;
    cursor: default;
}
.search-bd {
    padding: 30px 25px 0;
} 
.search-form {
    display: flex;
    justify-content: center;
}
.search-form select {
    padding: 2px 5px;
    width: 120px;
    height: 40px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #898587;
}
.search-form input {
    /* flex: 1; */
    margin: 0 10px;
    padding: 0 10px;
    width: 62%;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    border: 1px solid #8a8587;
}
.search-form button {
    width: 78px;
    height: 40px;
    background: #135389 url(../img/bg/iconSearch_01.png) no-repeat center;
    border: none;
    cursor: pointer;
}
.seach-box .sear-info {
    margin-top: 15px;
    color: #221815;
    font-size: 14px;
    text-align: center;
}
.seach-box .sear-info em {
    color: #c30d23;
}

.search-list-01 li {
    padding: 30px 10px 15px;
    border-bottom: 1px solid #bfc0c2;
    transition: all 300ms;
}
.search-list-01 li:hover {
    background: #f7f7f7;
}
.search-list-01 li .title {
    font-size: 24px;
    font-weight: normal;
}
.search-list-01 li .title a {
    color: #044f8b;
}
.search-list-01 li .des {
    margin-top: 20px;

}
.search-list-01 li .ft {
    color: #666;
    font-size: 14px;
}
.page-col-01 {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #221815;
}
.page-col-01 a {
    margin-right: 10px;
}
.page-col-01 a.cur {
    color: #666;
}
.page-col-01 span {
    cursor: pointer;
}



/* 移动端首页 */
.header-m {
    padding-bottom: 15px;
    background: #0076af;
}
.header-m .top-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.header-m .top-col .menu-btn {
    margin-right: 30px;
    width: 40px;
    height: 37px;
    background: url(../img/bg/menuBtn_01.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}
.header-m .menu-top-box {
	display: flex;
    justify-content: center;
	align-items: center;
	float: none;
    margin: 0 auto;
	padding: 0;
	z-index: 4;
}
.header-m .menu-top-box .page-menu-topico4 {
    margin-right: 15px;
    width: 69px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    /* background: url(../img/20231204/nav_language.png) no-repeat left center; */
    border: 1px solid #8fa9c4;
    border-radius: 3px;
}

.page-index-m .g-wrapper,
.page-index-m .g-wrapper1,
.header-m .g-wrapper,
.header-m .g-wrapper1 {
    width: 100%;
}

.header-m .l-menu,
.page-sub .header-m .l-menu {
    display: none;
    top: 16px;
    padding-bottom: 50px;
    height: auto;
}
.header-m .l-menu .title,
.page-sub .header-m .l-menu .title {
    padding: 0 15px;
}
.header-m .l-menu .title .close {
    float: right;
    margin: 20px 0 0 0;
    width: 20px;
    height: 17px;
    background: url(../img/bg/closeBg_01.png) no-repeat center;
    cursor: pointer;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}
.header-m .l-menu .title .close:hover {
    transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}


.page-index-m {
    margin: 0 auto;
    max-width: 750px;
}
.page-index-m .swiper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.page-index-m .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-index-m .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.page-index-m .mySwiper1 .swiper-button-next, .page-index-m .mySwiper1 .swiper-button-prev {
    width: 41px;
    height: 96px;
    color: #fff;
    background: rgba(158,158,158,.7);
}
.page-index-m .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
}
.page-index-m .swiper-pagination-bullet-active {
	background: #e7c43a;
}

.page-index-m .yw-col {
    padding: 0;
}
.page-index-m .col-hd {
    padding: 0 10px;
}
.page-index-m .col-hd .tit {
    font-size: 24px;
}
.page-index-m .column1,
.page-index-m .column2,
.page-index-m .column3,
.page-index-m .column4 {
    height: auto;
    background: none;
}
.page-index-m .yw-con {
    justify-content: space-around;
    width: 100%;
}
.page-index-m .yw-con li {
    margin: 30px auto 0;
    width: 30%;
}
.page-index-m .yw-con li p {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: url(../img/bg/ywBg_01.png) no-repeat;
    background-size: cover;
}
.page-index-m .yw-con li a {
    font-size: 16px;
}
.page-index-m .yw-con li p img {
    max-width: 58px;
    max-height: 58px;
}

.page-index-m .rc-info {
    margin: 20px auto;
    width: 100%;
    height: auto;
}
.page-index-m .anli-col,
.page-index-m .member-col {
    padding: 0;
}
.page-index-m .anli-con {
	margin: 30px auto 0;
	padding-bottom: 30px;
	width: 100%;
}
.page-index-m .mySwiper2 .swiper-slide .a-news {
    height: auto;
}
.page-index-m .mySwiper2 .swiper-slide {
    padding: 0;
}
.page-index-m .news-list {
    padding: 0 10px;
}
.page-index-m .rc-info-con .exh-title {
    font-size: 18px;
}
.page-index-m .news-list li {
    font-size: 18px;
}

.anli-con-m {
    margin-top: 20px;
}
.anli-con-m .rc-info-con {
    background: rgba(66,117,172,.7);
}
.header-m {
    display: none;
}


/************* 响应式处理 *****************/
@media (max-width: 1440px) {
    .r-slide {
        margin-left: 255px;
    }
    .g-wrapper,.g-wrapper1 {
        width: 100%;
    }
    .menu-top-box {
        margin-right: 10px;
    }
    .footer .ft-con {
        padding: 20px 20px 0px 260px;
    }
    .footer .ft-con .ft-QR {
        color: #fff;
        line-height: 20px;
        /* font-size: 15px; */
        text-align: center;
    }
}
@media (max-width: 1200px) {
    .g-wrapper,
    .g-wrapper1 {
        width: 100%;
    }
    .footer .ft-con {
        display: block;
        padding: 20px 20px 0px 260px;
    }
    .footer .ft-con .ft-QR {
        margin: 10px 0 0 0;
        font-size: 14px;
    }
    .footer .ft-con .ft-QR .item {
        width: 15%;
    }
    .footer .ft-con .ft-QR .item img {
        width: 100%;
        height: auto;
    }
    .footer .ft-info2 {
        margin: 10px 0 0 0;
    }
    .yw-items {
        margin: 60px 30px 0;
    }
    .anli-col {
        padding-left: 260px;
    }
    .anli-con {
        width: 100%;
    }
    .anli-con .al-img1,
    .anli-con .al-r {
        width: 49%;
    }
    .anli-con .al-img1 img {
        width: 100%;
    }
}
@media screen and (max-width:1000px) {
    .m-hide {
        display: none;
    }
    .header-m {
        display: block;
    }
    .sub-page-con {
        padding-top: 30px;
    }
    .r-slide {
        margin-left: 0;
    }
    .column-tit,
    .location  {
        padding: 0 10px;
    }
    .art-pd {
        padding: 20px;
    }
    .footer .ft-con {
        display: block;
        padding: 20px 20px 0px 50px;
    }
    .footer .ft-info2 {
        padding: 0;
    }
}

@media screen and (max-width:767px) {

    /************* 首页 *****************/
    .footer .ft-con {
        display: block;
        padding: 20px 10px 0px 10px;
        color: #f2f3f3;
        line-height: 28px;
        font-size: 16px;
        text-align: center;
    }
    .footer .ft-con .ft-QR {
        justify-content: space-between;
        margin: 10px 0 0 0;
        line-height: 1.2;
        font-size: 12px;
    }
    .footer .ft-con .ft-QR .item {
        flex-shrink: 0;
        width: 15%;
    }
    .footer .ft-con .ft-QR .item img {
        width: 100%;
        height: auto;
    }
    .footer .ft-info2 {
        margin: 10px 0 0 0;
        padding: 0 20px;
    }
    .column-tit {
        font-size: 26px;
    }

    .news-list-02 li img {
        margin-right: 20px;
        width: 150px;
        height: 100px;
    }
    .news-list-02 li .des {
        margin-top: 10px;
    }
    .news-list-02 li .ft {
        margin-top: 5px;
    }
    .news-list-02 li {
        padding: 20px 0;
    }
    .page-col-category {
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 24px;
    }
    .page-col-category .page-item {
        min-width: 46px;
        padding: 0 8px;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }
    .page-col-category .page-nav {
        min-width: 76px;
        padding: 0 12px;
    }
    .search-list-01 li .des {
        margin-top: 10px;
    }
    .search-list-01 li {
        padding: 15px 10px 15px;
    }
    .yw-main {
        padding-bottom: 30px;
    }
    .yw-items {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .yw-items li {
        margin-bottom: 20px;
        width: 49%;
    }
}
@media screen and (max-width:639px) {
    .top-col {
        padding: 0 20px;
    }
    .header-m .top-col .menu-btn {
        width: 30px;
        height: 28px;
    }
    .top-col .menu-logo {
        flex: 1;
    }
    .top-col .menu-logo img {
        width: 100%;
        height: auto;
    }
    .header-m .menu-top-box {
        margin-top: 10px;
    }
    .yw-items {
        margin: 30px 20px 0;
    }
}
@media screen and (max-width:480px) {
    .footer .ft-con .ft-QR {
        font-size: 10px;
    }
}
