@font-face {
    font-family: 'Alibaba-PuHuiTi-Regular';
    src: url("./Regular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Bold';
    src: url("./Bold.woff") format("woff");
    font-display: swap;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    width: 5px;
    background-color: #eaeaea;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: #2e63a0;
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #2e63a0;
}

body {
    font-family: 'Alibaba-PuHuiTi-Regular';
}

.omission1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.omission2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.omission3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.omission4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

/* 按钮 */
.rightMenuBtn {
    position: fixed;
    display: none;
    top: 0;
    right: 2%;
    width: 40px;
    height: 40px;
    background-color: transparent;
    z-index: 350;
    cursor: pointer;
}

.rightMenuBtn span {
    display: block;
    height: 3px;
    background-color: #007ec8;
    position: absolute;
    top: 20px;
    transition: 0.5s;
}

.rightMenuBtn img {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    transition: 0.5s;
    width: 30px;
    height: auto;
}

.rightMenuBtn .openMenu {
    width: 30px;
    left: 5px;
}

.rightMenuBtn .closeMenu {
    left: 25px;
    width: 0;
}

.rightMenuBtn span:active {
    width: 0;
}

.rightMenuBtn span:before,
.rightMenuBtn span:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #007ec8;
    position: absolute;
    transition: 0.4s;
}

.rightMenuBtn .openMenu:before {
    top: -10px;
    left: -0;
}

.rightMenuBtn .openMenu:after {
    top: 10px;
    left: -0;
}

.rightMenuBtn .closeMenu:before {
    top: 0px;
    left: -20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rightMenuBtn .closeMenu:after {
    top: 0px;
    left: -20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.Top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    padding: 1vw 0;
    line-height: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
}

.Top .flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.Top .flex .logo img {
    width: 160px;
}

.Top .flex .logo img:nth-of-type(1) {
    display: block;
}

.Top .flex .logo img:nth-of-type(2) {
    display: none;
}

.Top .flex .right-box {
    display: flex;
    align-items: center;
}

.Top .flex .right-box nav ul {
    display: flex;
    align-items: center;
}

.Top .flex .right-box nav ul li {
    margin-right: 3.3vw;
    position: relative;
}

.Top .flex .right-box nav ul li:last-child {
    margin-right: 0;
}

.Top .flex .right-box nav ul li a {
    font-size: 18px;
    color: #fff;
    padding: 1em 0;
    display: inline-block;
}

.Top .flex .right-box .search {
    position: relative;
    margin-left: 3.1vw;
}

.Top .flex .right-box .search .search-btn {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../images/search1.png');
    background-size: 100%;
    cursor: pointer;
}

.Top .flex .right-box .search .box {
    display: none;
    padding-top: 30px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 200px;
    z-index: 3;
}
.Top .flex .right-box .search .box:before {
    display: none;
}

.Top .flex .right-box .search .box .text {
    width: 160px;
    height: 40px;
    padding: 0 15px;
    background-color: #fff;
    border: 0;
    box-sizing: border-box;
}

.Top .flex .right-box .search .box .btn {
    width: 40px;
    height: 40px;
    background-image: url('../images/search2.png');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border: 0;
    cursor: pointer;
}

.Top .flex .right-box .search .box .casket {
    display: flex;
    align-items: center;
}

.Top .flex .right-box .search:hover .box {
    display: block;
}

.Top .flex .language {
    position: relative;
    margin-left: 2vw;
}

.Top .flex .language .language-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.Top .flex .language .language-btn:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../images/language1.png');
    background-size: 100%;
}

.Top .flex .language .language-btn:after {
    display: block;
    content: '';
    margin-left: 10px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.Top .flex .language .box {
    display: none;
    padding-top: 30px;
    position: absolute;
    left: 50%;
    top: 20px;
    width: 100px;
    z-index: 3;
    transform: translateX(-50%);
}
.Top .flex .language .box:before {
    display: none;
}

.Top .flex .language:hover .box {
    display: block;
}

.Top .flex .language .box ul {
    padding: 10px;
    background-color: #fff
}

.Top .flex .language .box ul li {
    text-align: center;
}

.Top .flex .language .box ul li a {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.Top .flex .language .box ul li a:hover {
    color: #2e63a0;
}

.Top.aon .flex .logo img:nth-of-type(2) {
    display: block;
}

.Top.aon .flex .logo img:nth-of-type(1) {
    display: none;
}

.Top.aon .flex .right-box nav ul li a {
    color: #333;
}

.Top.aon .flex .right-box .search .search-btn {
    background-image: url('../images/search2.png');
}

.Top.aon .flex .language .language-btn:before {
    background-image: url('../images/language2.png');
}

.Top.aon .flex .language .language-btn:after {
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
}

.banner {
    position: relative;
    line-height: 1;
}

.banner .box {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    z-index: 3;
}
.banner .box:before {
    display: none;
}

.banner .box .auto {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.banner .box .auto .btn {
    display: flex;
    align-items: center
}

.banner .box .auto .btn .prev {
    width: 50px;
    height: 50px;
    background-image: url('../images/prev.png');
    background-size: 100%;
    cursor: pointer;
}

.banner .box .auto .btn .next {
    margin-left: 20px;
    width: 50px;
    height: 50px;
    background-image: url('../images/next.png');
    background-size: 100%;
    cursor: pointer;
}

.banner .box .auto .pagination {
    display: flex;
    align-items: center;
}

.banner .box .auto .pagination .swiper-pagination-total {
    font-size: 16px;
    color: rgba(255, 255, 255, .4);
}

.banner .box .auto .pagination .swiper-pagination-current {
    margin-right: 5px;
    font-size: 24px;
    color: #fff;
}

.banner img {
    width: 100%;
}

.banner .pc {
    display: block;
}

.banner .pc img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.banner .media-img {
    display: none;
}

.banner .pagination {
    width: auto;
}

/*首页*/
.public-title .cn {
    margin: 20px 0;
    font-size: 48px;
    color: #333333;
}

.public-title .en {
    font-size: 20px;
    color: #333333;
}

.public-more {
    margin-top: 25px;
}

.public-more a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 180px;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #2e63a0;
    border: 2px solid #2e63a0;
    box-sizing: border-box;
}

.public-more a:after {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url('../images/public-more1.png')
}

.section2 {
    background-size: cover;
}

.section2 .text {
    margin-top: 30px;
    max-width: 400px;
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

.section3 {
    position: relative;
}

.section3 .mySwiper2 .img img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.section3 .mySwiper2 .swiper-slide {
    position: relative;
}

.section3 .mySwiper2 .swiper-slide:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/section3-bg.png');
    background-size: cover;
    z-index: 5;
}

.section3 .mySwiper2 .swiper-slide .box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}
.section3 .mySwiper2 .swiper-slide .box > div {
    position: relative;
    z-index: 10;
}

.section3 .mySwiper2 .swiper-slide .box .public-title .cn {
    margin: 10px 0;
    color: #fff;
}

.section3 .mySwiper2 .swiper-slide .box .public-title .en {
    color: #fff;
}

.section3 .mySwiper2 .swiper-slide .box .text {
    margin-top: 30px;
    max-width: 400px;
    font-size: 16px;
    color: #fff;
    line-height: 2;
}

.section3 .mySwiper2 .swiper-slide .box .public-more {
    margin-top: 40px;
}

.section3 .mySwiper2 .swiper-slide .box .public-more a {
    color: #fff;
    border: 2px solid #fff;
}

.section3 .mySwiper2 .swiper-slide .box .public-more a:after {
    background-image: url('../images/public-more2.png')
}

.section3 .bottom-box {
    position: absolute;
    left: 0;
    bottom: 8.3%;
    width: 100%;
    z-index: 10;
}

.section3 .bottom-box .flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.section3 .bottom-box .flex .btn {
    display: flex;
    align-items: center;
}

.section3 .bottom-box .flex .btn .prev {
    width: 50px;
    height: 50px;
    background-image: url('../images/prev.png');
    background-size: 100%;
    cursor: pointer;
}

.section3 .bottom-box .flex .btn .next {
    margin-left: 20px;
    width: 50px;
    height: 50px;
    background-image: url('../images/next.png');
    background-size: 100%;
    cursor: pointer;
}

.section3 .bottom-box .flex .mySwiper {
    width: 75%;
    margin-left: 0;
}

.section3 .bottom-box .flex .mySwiper .swiper-slide .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
    border-bottom: 1px solid #fff;
}

.section3 .bottom-box .flex .mySwiper .swiper-slide .title {
    font-size: 18px;
    color: #ffffff;
}

.section3 .bottom-box .flex .mySwiper .swiper-slide .icon {
    margin-left: 20px;
}

.section3 .bottom-box .flex .mySwiper .swiper-slide .icon img {
    width: 34px;
}

.section3 .bottom-box .flex .mySwiper .swiper-slide {
    opacity: .5;
}

.section3 .bottom-box .flex .mySwiper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.section3 .bottom-box .flex .mySwiper .swiper-slide.swiper-slide-thumb-active .flex {
    border-bottom: 2px solid #fff;
}

.section4 {
    background-size: cover
}

.section4 .mySwiper .swiper-slide {
    padding-bottom: 30px;
    border-bottom: 1px solid #d4d6d9;
}

.section4 .mySwiper .swiper-slide .title {
    margin: 30px 0;
}

.section4 .mySwiper .swiper-slide .title a {
    font-size: 20px;
    color: #333333;
    line-height: 1.7;
}

.section4 .mySwiper .swiper-slide .flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.section4 .mySwiper .swiper-slide .flex .time {
    font-size: 16px;
    color: #333333;
}

.section4 .mySwiper .swiper-slide .flex .more a:after {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url('../images/public-more1.png')
}

.section4 .btn {
    margin-top: 4.6%;
    display: flex;
    align-items: center;
    justify-content: center
}

.section4 .btn .prev {
    width: 50px;
    height: 50px;
    background-image: url('../images/prev.png');
    background-size: 100%;
    cursor: pointer;
}

.section4 .btn .next {
    width: 50px;
    height: 50px;
    background-image: url('../images/next.png');
    background-size: 100%;
    cursor: pointer;
}

.section4 .btn .next:hover {
    background-image: url('../images/next-on.png');
}

.section4 .btn .prev:hover {
    background-image: url('../images/next-on.png');
    transform: rotate(180deg);
}

.section4 .btn .pagination {
    width: auto;
    margin: 0 50px;
    font-size: 16px;
    color: #a7abb0;
}

.section4 .btn .pagination .swiper-pagination-current {
    font-size: 24px;
    color: #2e63a0;
}

.section5 {
    background-size: cover
}

.section5 .flex {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.section5 .box {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 3;
    transform: translate(-50%, -50%);
}
.section5 .box:before {
    display: none;
}

.section5 .public-title .cn {
    color: #fff;
    margin: 0;
}

.section5 .public-title .en {
    color: #fff;
}

.section5 .public-more {
    margin-top: 8vw;
}

.section5 .public-more a {
    color: #fff;
    border: 2px solid #fff;
    margin: 0 auto;
}

.section5 .public-more a:after {
    background-image: url('../images/public-more2.png')
}

.section5 ul {
    display: flex;
    flex-wrap: wrap;
    width: 31.25%;
}

.section5 ul li {
    width: 50%;
    padding: 2%;
    text-align: center;
    box-sizing: border-box;
    opacity: 0.5;
}

.section5 ul li:hover {
    opacity: 1;
}

.section5 ul li img {
    width: 100%;
    border: 5px solid rgba(255, 255, 255, .5);
}

html #fp-nav.right {
    right: 1%;
}

html #fp-nav ul li {
    width: 32px;
    height: 32px;
}

html #fp-nav ul li:hover a span {
    margin: 0;
    width: 32px;
    height: 32px;
}

html #fp-nav ul li a span {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    background-color: transparent;
}

html #fp-nav ul li a span:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    background-color: #a7abb0;
    border-radius: 6px;
    z-index: 3;
}

html #fp-nav ul li a.active span,
html #fp-nav ul li:hover a.active span {
    margin: 0;
    width: 32px;
    height: 32px;
    background-image: url('../images/fp-nav.png');
    background-size: 100%;
}

/*底部*/
.footer {
    padding: 75px 0 35px 0;
    background-image: url('../images/footer.jpg');
    background-size: cover;
    line-height: 1;
}

.footer .top-box {
    display: flex;
    justify-content: space-between;
}

.footer .top-box .foot-nav ul {
    display: flex;
}

.footer .top-box .foot-nav ul li {
    margin-right: 3.1vw;
}

.footer .top-box .foot-nav ul li:last-child {
    margin-right: 0;
}

.footer .top-box .foot-nav ul li>a {
    font-size: 18px;
    color: #ffffff;
}

.footer .top-box .foot-nav ul li dl {
    margin-top: 30px;
}

.footer .top-box .foot-nav ul li dl dd {
    margin-bottom: 25px;
}

.footer .top-box .foot-nav ul li dl dd:last-child {
    margin-bottom: 0;
}

.footer .top-box .foot-nav ul li dl dd a {
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
}

.footer .top-box .contact .tel .name {
    font-size: 18px;
    color: #ffffff;
}

.footer .top-box .contact .tel .text {
    margin-top: 20px;
    font-size: 24px;
    color: #ffffff;
}

.footer .top-box .contact .address {
    margin-top: 25px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
}

.footer .top-box .contact .ewm {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.footer .top-box .contact .ewm .img img {
    width: 105px;
}

.footer .top-box .contact .ewm .name {
    margin-left: 20px;
    font-size: 16px;
    color: #ffffff;
}

.footer .foot-logo {
    margin-top: 3.3vw;
}

.footer .bottom-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, .5);
}

.footer .bottom-box .icp {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    line-height: 1.6;
}

.footer .bottom-box .icp a {
    color: rgba(255, 255, 255, .5);
}

.footer .bottom-box .foot-menu {
    margin-top: 10px;
}

.footer .bottom-box .foot-menu ul {
    display: flex;
}

.footer .bottom-box .foot-menu ul li {
    margin-right: 25px;
    display: flex;
    align-items: center
}

.footer .bottom-box .foot-menu ul li:last-child {
    margin-right: 0;
}

.footer .bottom-box .foot-menu ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}

.footer .bottom-box .foot-menu ul li:after {
    content: '·';
    margin-left: 25px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}

.footer .bottom-box .foot-menu ul li:last-child:after {
    display: none;
}

.footer .bottom-box .link {
    display: flex;
}

.footer .bottom-box .link .item {
    position: relative;
    margin-right: 15px;
}

.footer .bottom-box .link .item:last-child {
    margin-right: 0;
}

.footer .bottom-box .link .item .name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .5);
    box-sizing: border-box;
}

.footer .bottom-box .link .item .name:after {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.footer .bottom-box .link .item ul {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 33;
}

.footer .bottom-box .link .item ul li a {
    font-size: 16px;
    color: #333;
}

.footer .bottom-box .link .item ul li:hover a {
    color: #2e63a0;
}

.footer .bottom-box .link .item:hover ul {
    display: block;
}

@media(max-width:1640px) {
    .root-w-1600 .auto {
        max-width: 92%;
    }

    .footer .top-box .foot-nav ul li {
        margin-right: 2vw;
    }
}

@media(max-width:1400px) {
    .footer .top-box .foot-nav ul li {
        margin-right: 1vw;
    }
}

@media(max-width:1200px) {
    .rightMenuBtn {
        display: block;
        top: .2rem;
        border: 0;
    }

    .Top {
        position: fixed;
        left: 0;
        top: 0;
        padding: 10px 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 150;
    }

    .Top .flex .right-box nav {
        display: block;
        position: fixed;
        margin-top: 0;
        padding: 120px 0 30px 0;
        top: 0;
        right: 0;
        width: 250px;
        height: 100%;
        background-color: #fff;
        overflow: unset;
        box-sizing: border-box;
        overflow-x: hidden;
        transform: matrix(1, 0, 0, 1, 250, 0);
        z-index: 300;
    }

    .Top .flex .logo img {
        width: 100px;
    }

    .Top .flex .right-box {
        padding-right: 30px;
    }

    .Top .flex .right-box nav ul {
        display: block;
        padding: 0 20px;
    }

    .Top .flex .right-box nav ul li {
        margin-right: 0;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    .Top .flex .right-box nav ul li a {
        color: #333;
    }

    .banner .pc {
        display: none;
    }

    .banner .media-img {
        display: block;
    }

    .public-title .cn {
        font-size: 28px;
    }

    .section2 {
        padding: 5% 0;
    }

    .section3 .mySwiper2 .img img {
        height: auto
    }

    .section3 .mySwiper2 .swiper-slide .box {
        top: 10%;
        transform: translateY(0%);
    }

    .section4 {
        padding: 5% 0;
    }

    .section5 {
        padding: 5% 0;
    }

    .footer {
        padding: 40px 30px;
    }

    .footer .top-box .foot-nav {
        display: none;
    }

    .footer .top-box {
        display: block;
    }

    .footer .bottom-box {
        display: block;
    }

    .fp-tableCell {
        display: block !important;
    }

    .footer .bottom-box .icp {
        text-align: center;
    }

    .footer .bottom-box .foot-menu ul {
        justify-content: center
    }

    .footer .bottom-box .link {
        margin-top: 20px;
        justify-content: center
    }
}

@media(max-width:640px) {
    .banner .box .auto .btn .prev {
        width: 30px;
        height: 30px
    }

    .banner .box .auto .btn .next {
        width: 30px;
        height: 30px
    }

    .public-title .cn {
        font-size: 24px;
    }

    .section3 .mySwiper2 .img img {
        height: 60vh
    }

    .section3 .bottom-box .flex .btn .next {
        width: 30px;
        height: 30px
    }

    .section3 .bottom-box .flex .btn .prev {
        width: 30px;
        height: 30px
    }

    .section4 .btn .next {
        width: 30px;
        height: 30px
    }

    .section4 .btn .prev {
        width: 30px;
        height: 30px
    }

    .section5 .box {
        position: initial;
        transform: translate(0%, 0%);
    }

    .section5 .flex {
        display: block;
    }

    .public-more a {
        height: 40px
    }

    .section5 ul {
        width: 100%;
    }

    .section5 ul:nth-of-type(1) {
        margin-top: 30px;
    }

    .section5 ul li {
        padding: 2%;
    }

    .footer .bottom-box .link .item .name {
        width: 40vw;
    }

    .footer .top-box .contact .ewm {
        margin-top: 20px;
    }
}

/*Floor002529 */
.Floor002529 {
    padding: 6% 0;
}

.Floor002529 .video {
    position: relative;
    z-index: 1;
}

.Floor002529 .video img {
    display: block;
    width: 100%;
}

.Floor002529 .open_video,
.Floor002529 .file {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.Floor002529 .open_video span {
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    margin-top: -41px;
    color: #fff;
    width: 100%;
    line-height: 20px;
}

.Floor002529 .open_video span::before {
    display: block;
    content: '';
    max-width: 60px;
    width: 15%;
    height: 52px;
    background: url(../images/Floor002529_icon.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto 10px;
}

.Floor002529 .file {
    z-index: 3;
    display: none;
}

.Floor002529 .file .close {
    position: absolute;
    z-index: 10;
    right: 1%;
    top: 3%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #db9a51;
    cursor: pointer;
}

.Floor002529 .file .close span {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.Floor002529 .intro {
    padding-bottom: 2%;
    text-align: center;
    color: #333;
    /*background: url(../images/RighInfo002581_img.jpg) no-repeat right top;*/
}

.Floor002529 .intro1 {
    line-height: 32px;
    max-width: 1350px;
    margin: 0 auto 4%;
    color: #444;
}

.Floor002529 .intro1 h1 {
    color: #333;
}

.text-tile {
    color: #2e63a0;
    font-size: 35px;
    text-align: center;
}

.text-tile:after {
    content: '';
    margin: 2% auto;
    width: 90px;
    height: 6px;
    /* background-color: #2e63a0; */
    display: block;
    background-image: url(../images/tiele-bg.png);
    margin-bottom: 1.2em;
}

.Floor002529 .intro .ul_num {
    max-width: 900px;
    margin: 3% auto;
}

.Floor002529 .intro .ul_num li {
    float: left;
    width: 33.333333%;
    text-align: center;
    font-size: 16px;
    color: #888;
}

.Floor002529 .intro .ul_num li span {
    color: #2e63a0;
    font-size: 70px;
    font-family: 'Alibaba-PuHuiTi-Bold';
}

.Floor002529 .intro .ul_num li p {
    font-size: 24px;
    margin: 0;
    color: #333;
}

@media(max-width:1024px) {
    .Floor002529 .intro .ul_num li span {
        font-size: 40px;
    }
}

@media(max-width:640px) {
    .Floor002529 .intro .ul_num li {
        font-size: 14px;
    }

    .Floor002529 .intro .ul_num li span {
        font-size: 30px;
    }

    .Floor002529 .intro .ul_num li p {
        font-size: 18px;
    }

    .Floor002529 .video img {
        height: 220px;
    }
}







/*Banner003144 */
.Banner003144 {
    position: relative;
}

.Banner003144 .txtarea {
    display: none;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 55%;
    color: #fff;
    line-height: 1.2;
}

.Banner003144 .txtarea h3 {
    margin: 0;
    font-size: calc(50 / 16 * 1em);
    font-weight: normal;
}

.Banner003144 .pc {
    background-position: center center;
    background-repeat: no-repeat;
    height: 520px;
    background-size: cover;
}

@media (min-width:1025px) {
    .Banner003144 .wap {
        display: none;
    }
}

@media (max-width:1024px) {
    .Banner003144 .pc {
        display: none;
    }
}

/*å†…é¡µ */
.mainpage {
    padding: calc(110 / 1920 * 100vw) 0;
    overflow: hidden;
}

.singlepage .box {
    padding: calc(130 / 1920 * 100vw) 0;
    overflow: hidden;
}

.singlepage .box:nth-child(2n) {
    background: #f1f5fc;
}

/*äºŒçº§èœå• */
.Menu003070 {
    position: relative;
    z-index: 10;
    margin-top: calc(50 / 1920 * 100vw);
}

.Menu003070 .auto ul {
    padding: 19px 0;
}

.Menu003070 li {
    float: left;
    padding: 0 15px;
}

.Menu003070 li a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #020814;
    padding: 0 30px;
    border-radius: 50px;
    transition: .3s;
}

.Menu003070 li.aon a,
.Menu003070 li a:hover {
    color: #fff;
    background-color: #004098;
}

@media(min-width:641px) {
    .Menu003070 .auto ul {
        display: table;
        margin: 0 auto;
    }
}

@media(max-width:1440px) {
    .Menu003070 li {
        padding: 0 1vw;
    }

    .Menu003070 li a {
        padding: 0 2vw;
    }
}

@media(max-width:640px) {
    .Menu003070 li a {
        font-size: 3.5vw;
    }

    .Menu003070 li {
        margin-bottom: 1vw;
        width: 32%;
    }

    .Menu003070 li:not(:nth-child(3n)) {
        margin-right: 2%;
    }
}










/*æ–°é—»ä¸­å¿ƒ */
.PicList002856 {
    padding: 5% 0 0%;
    overflow: hidden
}

.PicList002856 .top-new {
    margin-bottom: 50px;
}

.PicList002856 .top-new .slick-list {
    overflow: inherit;
}

.PicList002856 .top-new .slick-slide {
    opacity: 0;
}

.PicList002856 .top-new .slick-current {
    opacity: 1;
}

.PicList002856 .top-new .slick-slide {
    background: #f4f7fc;
    /* border-radius: 8px; */
    /* box-shadow: 0 0 10px rgb(180 189 221 / 8%), 0 6px 14px hsl(0deg 0% 100% / 30%), 0 12px 20px rgb(180 189 221 / 20%); */
}

.PicList002856 .top-new .slick-slide:before,
.PicList002856 .top-new .slick-slide:after {
    position: absolute;
    content: '';
    z-index: 20;
    background: url(../images/icon_jiao.png) no-repeat;
    width: 40px;
    height: 40px;
}

.PicList002856 .top-new .slick-slide:before,
.PicList002856 .top-new .slick-slide:after {
    top: 0;
}

.PicList002856 .top-new .slick-slide:before {
    left: 0;
}

.PicList002856 .top-new .slick-slide:after {
    right: 0;
}

.PicList002856 .top-new .slick-slide:before,
.PicList000762 li a:after {
    bottom: 0;
}

.PicList002856 .top-new .slick-slide:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.PicList002856 .top-new .slick-slide:before {
    /* transform: rotate(270deg); */
    /* -webkit-transform: rotate(270deg); */
    -ms-transform: rotate(270deg);
    /* transform: rotate(180deg); */
    /* -webkit-transform: rotate(180deg); */
    -ms-transform: rotate(180deg);
}


.PicList002856 .top-new .slick-slide .img {
    /* border-radius: 8px 0 0 8px; */
    overflow: hidden;
}

.PicList002856 .top-new .slick-slide .img .Ispic {
    padding-bottom: 64%;
    transition: .5s;
}

.PicList002856 .top-new .slick-slide:hover .img .Ispic {
    transform: scale(1.08);
}

.PicList002856 .top-new .slick-slide time {
    display: block;
    color: #999;
    padding-left: 32px;
    background: url(../images/icon-time.svg) no-repeat left center;
    margin-bottom: 20px;
    background-size: 1.3em;
}

.PicList002856 .top-new .slick-slide .txt aside.dot {
    font-size: calc(24 / 16 * 1em);
    line-height: 1.5;
    margin-bottom: 30px;
}

.PicList002856 .top-new .slick-slide:hover a {
    color: #2e63a0;
}

.PicList002856 .top-new .slick-slide .txt p {
    margin: 0;
    line-height: calc(32 / 18 * 1em);
    font-size: calc(16 / 16 * 1em);
    color: #555;
}

.PicList002856 .top-new .more {
    margin-top: 30px;
    color: #2e63a0;
    display: inline-block;
    padding-right: calc(30 / 16 * 1em);
    background: url(../images/Floor003128-icon.svg) no-repeat right center;
    background-size: 1em auto;
}

.PicList002856 .top-new .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url(../images/Floor003196-arrow-white.svg) no-repeat center center #004098;
    background-size: auto 15px;
    border: none;
    z-index: 2;
    position: absolute;
    top: calc(50% - 50px);
    transform: translateY(-50%);
}

.PicList002856 .top-new .slick-prev {
    left: -5%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.PicList002856 .top-new .slick-next {
    right: -5%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.PicList002856 .top-new .slick-disabled {
    background: url(../images/Floor003196-arrow.svg) no-repeat center center #f5f5f5;
    background-size: auto 15px;
}

.PicList002856 .top-new .slick-dots {
    text-align: center;
    margin-top: calc(40 / 16 * 1em);
}

.PicList002856 .top-new .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    width: calc(10 / 16 * 1em);
    height: calc(10 / 16 * 1em);
    background: #d6d6d6;
    display: inline-block;
    position: relative;
    color: transparent;
    /* border-radius: calc(10 / 16 * 1em); */
    overflow: hidden;
    transition: 0.3s;
}

.PicList002856 .top-new .slick-dots li button {
    display: none;
}

.PicList002856 .top-new .slick-dots li.slick-active {
    width: calc(50 / 16 * 1em);
    background: #2e63a0;
    border-color: #2e63a05;
}

.PicList002856 .list li {
    position: relative;
    background: #f4f7fc;
    /* border-radius: 8px; */
    margin-bottom: 4%;
    /* box-shadow: 0 0 10px rgb(180 189 221 / 8%), 0 6px 14px hsl(0deg 0% 100% / 30%), 0 12px 20px rgb(180 189 221 / 20%); */
}

.PicList002856 .list li:before,
.PicList002856 .list li:after {
    position: absolute;
    content: '';
    z-index: 20;
    background: url(../images/icon_jiao.png) no-repeat;
    width: 40px;
    height: 40px;
}

.PicList002856 .list li:before,
.PicList002856 .list li:after {
    top: 0;
}

.PicList002856 .list li:before {
    left: 0;
}

.PicList002856 .list li:after {
    right: 0;
}

.PicList002856 .list li:before,
.PicList002856 .list li:after {
    bottom: 0;
}

.PicList002856 .list li:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.PicList002856 .list li:before {
    /* transform: rotate(270deg); */
    /* -webkit-transform: rotate(270deg); */
    -ms-transform: rotate(270deg);
    /* transform: rotate(180deg); */
    /* -webkit-transform: rotate(180deg); */
    -ms-transform: rotate(180deg);
}


.PicList002856 .list li:hover {
    /* box-shadow: 0 0 8px 0 rgb(214 222 240 / 20%), 0 8px 20px 0 rgb(214 222 240 / 25%); */
}

.PicList002856 .list li a {
    position: relative;
}

.PicList002856 .list li .pic {
    /* border-radius:8px 0 0 8px; */
    overflow: hidden;
}

.PicList002856 .list li .pic .Ispic {
    padding-bottom: 59%;
    transition: .5s;
}

.PicList002856 .list li:hover .pic .Ispic {
    transform: scale(1.08);
}

.PicList002856 .list li .txt {
    padding: 30px calc(50 / 1920 * 100vw);
}

.PicList002856 .list li .txt time {
    display: inline-block;
    color: #999;
    padding-left: 32px;
    background: url(../images/icon-time.png) no-repeat left center;
    margin-bottom: 20px;
    background-size: 1.3em;
}

.PicList002856 .list li .txt aside {
    font-size: calc(20 / 16 * 1em);
    line-height: 1.5;
    margin-bottom: 20px;
}

.PicList002856 .list li .txt aside a {
    color: #020814;
}

.PicList002856 .list li:hover .txt aside a {
    color: #2e63a0;
}

.PicList002856 .list li .txt p {
    margin: 0;
    line-height: calc(32 / 18 * 1em);
    font-size: calc(16 / 16 * 1em);
    color: #555;
}

@media(max-width:480px) {

    .PicList002856 .list li,
    .PicList002856 .list li a {
        font-size: 3.5vw;
    }

}

@media(min-width:769px) {
    .PicList002856 .top-new li .img {
        width: 40%;
    }

    .PicList002856 .top-new li .txt {
        padding: 0 calc(80 / 1920 * 100vw);
        width: 65%;
    }

    .PicList002856 .list li .pic {
        width: 430px;
    }
}

@media(max-width:768px) {

    .PicList002856 .top-new li .ytable,
    .PicList002856 .top-new li .ytable-cell {
        display: block;
    }

    .PicList002856 .top-new li .txt {
        padding: 20px;
    }
}

@media(max-width:640px) {
    .PicList002856 .top-new li .txt aside {
        font-size: 20px;
    }
}



.bottom {
    background: #1a2634
}





/*Page002623 */
.Page002623 {
    text-align: center;
    padding: 2% 0 5%;
    font-size: 16px;
}

.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages>span:not(.p_page) {
    display: none;
}

.Page002623 .Pages em {
    float: left;
    margin: 0 2vw;
    font-style: normal;
}

.Page002623 .Pages .p_page {
    display: table;
    margin: 0 auto;
}

.Page002623 .Pages a {
    float: left;
    line-height: 50px;
    width: 50px;
    /* border-radius: 50%; */
    margin: 0 5px;
    background: #f6f6f6;
}

.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover {
    color: #fff;
    background: #2e63a0;
}

.Page002623 .Pages .p_page>a {
    font-size: 0;
    height: 50px;
    position: relative;
}

.Page002623 .Pages .p_page>a:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -10px;
}

.Page002623 .Pages .p_page>a.a_prev:before {
    border-right-color: #020814;
    border-right-width: 8px;
}

.Page002623 .Pages .p_page>a.a_next:before {
    border-left-color: #020814;
    border-left-width: 8px;
    margin-left: -4px;
}

.Page002623 .Pages a.a_prev:hover:before {
    border-right-color: #fff;
}

.Page002623 .Pages a.a_next:hover:before {
    border-left-color: #fff;
}

@media(max-width:640px) {
    .Page002623 .Pages em {
        display: none;
    }

    .Page002623 .Pages a {
        background-color: #eee;
    }
}













.mod_tab {
    position: relative;
    margin-top: 0;
    z-index: 2;
}

.mod_tab_crumbs {}

.mod_tab_list {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgb(214 222 240 / 20%), 0 8px 20px 0 rgb(214 222 240 / 25%);
    border-radius: 8px 8px 0 0;
    justify-content: center;
}

.mod_tab_item {
    width: 33.333%;
}

.mod_tab_item_cont {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    transition: color 0.36s;
    border-right: 1px solid #EFEFEF;
    position: relative;
}

.mod_tab_item:last-child {
    border: none
}

.mod_tab_item_cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%;
    transform: translateX(0%);
    width: 0%;
    height: 3px;
    background-color: #2e63a0;
    transition: all 0.36s;
}

.mod_tab_item.active .mod_tab_item_cont {
    color: #2e63a0;
}

.mod_tab_item:last-child .mod_tab_item_cont {
    border-right: none;
}

.mod_tab_item.active .mod_tab_item_cont::after {
    width: 100%;
    transition: all 0.36s;
}

.mod_tab_item.actives .mod_tab_item_cont::after {
    width: 100%;
    transition: none;
}

.mod_tab_crumbs {
    color: #fff;
    position: absolute;
    font-size: 16px;
    padding-left: 1.75em;
    background: url(../images/Location003131-icon.svg) no-repeat left center;
    background-size: 1.25em auto;
    bottom: calc(100% + 30px);
}

.mod_tab_crumbs a {
    color: #fff;
}

.mod_tab_crumbs .c_smnav1_a {
    opacity: 1.7;
    color: #fff;
    transition: .3s;
}

.mod_tab_crumbs .c_smnav1_a:hover {
    opacity: 1;
}

.mod_tab_crumbs .c_smnav1_icon {
    opacity: 0.7;
    color: #fff;
    margin: 0 8px;
}










/*Menu001093 */
.Menu001093 {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}

.Menu001093 .auto {
    max-width: 1600px;
}

.Menu001093 .nav {
    display: table;
    margin: 0 auto;
}

.Menu001093 .nav li {
    float: left;
    position: relative;
    display: table;
    height: 70px;
    margin: 0 1px;
    min-width: 10.334vw;
}

.Menu001093 .nav li a {
    transition: 0.3s;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    padding: 0 2vw;
}

.Menu001093 .nav li a:hover,
.Menu001093 .nav li.aon a {
    background: #2e63a0;
    color: #fff;
}

/*.Menu001093 .nav li a:after{position: absolute; bottom: 6px; left: 50%; margin-left: -6px;  content: '';border:4px solid  transparent; border-top-color: #fff; width: 0; height: 0; border-top-width: 6px;}*/
.Menu001093 .nav li a:before,
.Menu001093 .nav li a:after {
    position: absolute;
    content: '';
    z-index: 20;
    background: url(../images/icon_jiao.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 60%;
}

.Menu001093 .nav li a:before,
.Menu001093 .nav li a:after {
    top: 0;
}

.Menu001093 .nav li a:before {
    left: 0;
}

.Menu001093 .nav li a:after {
    right: 0;
}

.Menu001093 .nav li a:before,
.Menu001093 .nav li a:after {
    bottom: 0;
}

.Menu001093 .nav li a:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.Menu001093 .nav li a:before {
    /* transform: rotate(270deg); */
    /* -webkit-transform: rotate(270deg); */
    -ms-transform: rotate(270deg);
    /* transform: rotate(180deg); */
    /* -webkit-transform: rotate(180deg); */
    -ms-transform: rotate(180deg);
}

.subNav .auto {
    max-width: 1600px;
}
.subNav ul {
    padding-top: 2vw;
    text-align: center;
    font-size: 0;
}
.subNav ul li {
    display: inline-block;
    padding: 0 10px;
}
.subNav ul li a {
    display: block;
    padding: 0 2vw;
    line-height: 54px;
    font-size: 16px;
    background-color: #eee;
}
.subNav ul li:hover a ,
.subNav ul li.on a {
    color:#fff;
    background-color: #2e63a0;
}

@media(max-width:640px) {
    .Menu001093 .nav li {
        height: 10vw;
    }

    .Menu001093 .nav li a {
        font-size: 2.6vw;
    }
}

@media(max-width:480px) {
    .Menu001093 .nav li {
        height: 14vw;
    }

    .Menu001093 .nav li a {
        font-size: 3.5vw;
        padding: 0 4vw;
    }

    .Menu001093 .nav li a:after {
        bottom: 0.5vw;
    }
}








/*新闻详情*/
.News_detail .auto {
    /* background: #fff; */
    /* border-radius: 15px; */
    /* box-shadow: 0 0 8px 0 rgb(214 222 240 / 20%), 0 8px 20px 0 rgb(214 222 240 / 25%); */
    /* padding: 5vw; */
}

.News_detail .news_info {
    padding: 6% 0 7%;
}

.News_detail .news_info .title {
    text-align: center;
    padding-bottom: 1%;
    border-bottom: 1px dashed #d2d2d2;
    margin-bottom: 50px
}

.News_detail .news_info .title h1 {
    margin: 0;
    padding-bottom: 1%;
    font-size: 30px;
    /* font-weight: 400; */
    color: #020814
}

.News_detail .news_info .title aside span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.5em 0.5em;
    line-height: 32px;
    color: #666;
}

.News_detail .news_info .title .social-share {
    display: inline-block;
}

.News_detail .social-share a {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #f2f2f2 !important;
    margin: 0 0 0 1em;
}

.News_detail .social-share a:before {
    display: none;
}

.News_detail .social-share a.icon-wechat {
    background-image: url("../images/RighInfo002973_share_wx.png");
}

.News_detail .social-share a.icon-weibo {
    background-image: url("../images/RighInfo002973_share_sina.png");
}

.News_detail .social-share a.icon-qq {
    background-image: url("../images/RighInfo002973_share_qz.png");
}

.News_detail .news_info .info {
    text-justify: inter-ideograph
}

.News_detail .news_info .info p {
    margin: 2% 0;
}

.News_detail .news_info .center {
    text-align: center
}

.News_detail .info {
    line-height: calc(36 / 16 * 1em);
    color: #555;
}

.News_detail .bot {
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dashed #d2d2d2
}

.News_detail .info_back {
    text-align: center;
    clear: both;
    position: absolute;
    right: 0;
    bottom: 0
}

.News_detail .info_back a {
    position: relative;
    color: #fff;
    display: block;
    width: 150px;
    line-height: 3;
    border-radius: 100px;
    background: #2e63a0;
}

.News_detail .info_pn span {
    display: block;
    ;
    margin: 1% 0
}

.News_detail .info_pn span a {
    color: #888
}

.News_detail .info_pn span a:hover {
    color: #2e63a0
}

@media(max-width:1024px) {
    .News_detail .info_back {
        position: relative
    }
}

@media(max-width:768px) {
    .News_detail .auto {
        background: none;
    }

    .News_detail .info * {
        max-width: 100% !important
    }
    .News_detail .info img {
        height: auto!important;
    }

    .News_detail .info .rich_media_area_primary_inner {
        max-width: 100% !important
    }

    .News_detail .info_back a {
        width: 100%;
        margin-bottom: 2%
    }

    .News_detail .news_info .title h1 {
        font-size: 0.36rem;
        line-height: 1.5
    }
}








/*Timeline003058 */
.Timeline003058 {
    /* background: #eee; */
}

.Timeline003058 .auto {
    padding: calc(80 / 16 * 1em) 0;
}

.Timeline003058 .year {
    position: relative;
    z-index: 1;
}

.Timeline003058 .year .slider:after {
    position: absolute;
    content: '';
    left: 0;
    top: 38px;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #ddd;
}

.Timeline003058 .year li {
    padding-top: 38px;
    text-align: center;
    position: relative;
}

.Timeline003058 .year li:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    width: 20px;
    height: 20px;
    margin: auto;
    content: '';
    /* background: #999; */
    /* border-radius: 100%; */
    transition: 0.5s;
    border: 12px solid transparent;
    border-bottom-color: #ddd;
    width: 0;
    height: 0;
    border-bottom-width: 12px;
}

.Timeline003058 .year li.aon:before {
    border-bottom-color: #2f3873;
    /* box-shadow: 0 0 0 8px rgb(191 16 26 / 20%); */
}

.Timeline003058 .year li span {
    color: #000;
    display: inline-block;
    padding: 0 0.889em;
    line-height: 1.945em;
    height: 1.945em;
    font-size: 18px;
}

.Timeline003058 .year li.aon span {
    background-color: #2f3873;
    color: #fff;
}

.Timeline003058 .slider-list {
    position: relative;
}

.Timeline003058 .slider-list li {
    padding: 1.405vw 0 2vw 0;
}

.Timeline003058 .slider-list .inner {
    margin: 0 1.405vw;
    transition: 0.3s;
    position: relative;
}

.Timeline003058 .slider-list .inner .inside {
    position: relative;
    background-color: #edf2fa;
    padding: 1.92vw 2.08vw;
}

.Timeline003058 .slider-list .inner:before,
.Timeline003058 .slider-list .inner:after,
.Timeline003058 .slider-list .inner .inside:before,
.Timeline003058 .slider-list .inner .inside:after {
    position: absolute;
    content: '';
    z-index: 20;
    background: url(../images/icon_jiao.png) no-repeat;
    width: 40px;
    height: 40px;
}

.Timeline003058 .slider-list .inner:before,
.Timeline003058 .slider-list .inner:after {
    top: 0;
}

.Timeline003058 .slider-list .inner:before,
.Timeline003058 .slider-list .inner .inside:before {
    left: 0;
}

.Timeline003058 .slider-list .inner:after,
.Timeline003058 .slider-list .inner .inside:after {
    right: 0;
}

.Timeline003058 .slider-list .inner .inside:before,
.Timeline003058 .slider-list .inner .inside:after {
    bottom: 0;
}

.Timeline003058 .slider-list .inner:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.Timeline003058 .slider-list .inner .inside:before {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}

.Timeline003058 .slider-list .inner .inside:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.Timeline003058 .slider-list .title {
    /* float: left; */
    /* width: 25%; */
    font-size: 3rem;
    font-weight: bold;
    color: #2e63a0;
    position: relative;
    text-align: center;
}

.Timeline003058 .slider-list .title::after {
    content: '';
    width: 1px;
    height: 94px;
    /* background: #e5e5e5; */
    position: absolute;
    right: 0;
    top: 0;
}

.Timeline003058 .slider-list .content {
    /* float: right; */
    /* width: 75%; */
    padding: 0 1vw 1vw;
    /* padding-right: 6vw; */
    /* padding-left: 2vw; */
    min-height: 350px;
}

.Timeline003058 .slider-list .content .s-content {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 4vh;
}

.Timeline003058 .slider-list .content .img {
    position: relative;
}

.Timeline003058 .slider-list .btn .slick-arrow {
    position: absolute;
    top: 50%;
    border: solid 3px #afb2c6;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
    border-right: 0;
    border-top: 0;
    border-radius: 0px;
}

.Timeline003058 .slider-list .btn .slick-next {
    transform: rotate(-135deg);
}

.Timeline003058 .slider-list .btn .slick-arrow:hover {
    border-color: #2e63a0;
}

@media(min-width:1601px) {
    .Timeline003058 .slider-list .btn .slick-prev {
        left: -3.07vw;
    }

    .Timeline003058 .slider-list .btn .slick-next {
        right: -3.07vw;
    }

    .Timeline003058 .slider-list .slider {
        margin: 0 -1.405vw;
    }
}

@media(max-width:1600px) {
    .Timeline003058 .slider-list .btn .slick-prev {
        left: 0;
    }

    .Timeline003058 .slider-list .btn .slick-next {
        right: 0;
    }

    .Timeline003058 .slider-list .inner {
        margin: 0 1vw;
    }

    .Timeline003058 .slider-list .slider {
        padding: 0 40px;
    }
}

@media(max-width:640px) {
    .Timeline003058 .slider-list .pic {
        margin: 4vw 0;
    }

    .Timeline003058 .slider-list .btn .slick-arrow {
        width: 5vw;
        height: 5vw;
        margin-top: -2.5vw;
    }

    .Timeline003058 .slider-list .slider {
        padding: 0 5vw;
    }

    .Timeline003058 .slider-list .inner time b {
        font-size: 5vw;
    }

    .Timeline003058 .year:after {
        bottom: 30px;
    }

    .Timeline003058 .year .slider:after {
        height: 5px;
        top: 28px;
    }

    .Timeline003058 .year li {
        padding-top: 40px;
    }

    .Timeline003058 .year li.aon {
        background-size: auto 30px;
    }

    .Timeline003058 .year li span {
        font-size: 4vw;
    }
}




/*
 .PicList000762 为demo编号
 */
.PicList000762 {
    padding-top: 5%;
}

.PicList000762 p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 3%
}

.PicList000762 p b {
    font-family: 'Alibaba-PuHuiTi-Bold';
    color: #2e63a0;
    font-size: 30px;
}

.PicList000762 li {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
}

.PicList000762 li:nth-child(2n) {
    margin-right: 0;
}

.PicList000762 li a {
    display: block;
    background-color: #f6f6f7;
    transition: all ease-in-out 0.3s;
    position: relative;
}

.PicList000762 li a:before,
.PicList000762 li a:after {
    position: absolute;
    content: '';
    z-index: 20;
    background: url(../images/icon_jiao.png) no-repeat;
    width: 40px;
    height: 40px;
}

.PicList000762 li a:before,
.PicList000762 li a:after {
    top: 0;
}

.PicList000762 li a:before {
    left: 0;
}

.PicList000762 li a:after {
    right: 0;
}

.PicList000762 li a:before,
.PicList000762 li a:after {
    bottom: 0;
}

.PicList000762 li a:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.PicList000762 li a:before {
    /* transform: rotate(270deg); */
    /* -webkit-transform: rotate(270deg); */
    -ms-transform: rotate(270deg);
    /* transform: rotate(180deg); */
    /* -webkit-transform: rotate(180deg); */
    -ms-transform: rotate(180deg);
}

.PicList000762 li h2 {
    margin: 0;
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 3% 2%;
    font-weight: normal;
}

.PicList000762 li figure {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 58%;
}

.PicList000762 li a:hover {
    background-color: #2e63a0;
}

.PicList000762 li a:hover h2 {
    color: #fff;
}

@media(max-width:640px) {
    .PicList000762 li {
        width: 49%;
    }

    .PicList000762 li:nth-child(3n) {
        margin-right: 2%;
    }

    .PicList000762 li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList000762 li h2 {
        font-size: 14px;
    }
}









/*PicList002171 */
.PicList002171 {
    padding: 5% 0 0%;
}

.PicList002171 li {
    float: left;
    width: 17.6%;
    margin-right: 3%;
    margin-bottom: 3%;
    position: relative;
}

.PicList002171 li a {
    /* border: 1px solid #f8f8f8; */
    padding: 7%;
    position: relative;
    display: block;
    /* border-radius: 20px 0; */
    overflow: hidden;
    /* box-shadow: 14px -2px 13px 10px rgb(180 189 221 / 8%), 0 6px 14px hsl(0deg 0% 100% / 30%), 0 12px 20px rgb(180 189 221 / 23%); */
    background: #edf2fa;
}

.PicList002171 li a:before,
.PicList002171 li a:after,
.PicList002171 li:before,
.PicList002171 li:after {
    position: absolute;
    content: '';
    z-index: 20;
    background: url(../images/icon_jiao1.png) no-repeat;
    width: 20px;
    height: 20px;
}

.PicList002171 li a:before,
.PicList002171 li a:after {
    top: 0;
}

.PicList002171 li a:before,
.PicList002171 li:before {
    left: 0;
}

.PicList002171 li a:after,
.PicList002171 li:after {
    right: 0;
}

.PicList002171 li:before,
.PicList002171 li:after {
    bottom: 0;
}

.PicList002171 li a:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.PicList002171 li a:before {
    /* transform: rotate(270deg); */
    /* -webkit-transform: rotate(270deg); */
    -ms-transform: rotate(270deg);
    /* transform: rotate(180deg); */
    /* -webkit-transform: rotate(180deg); */
    -ms-transform: rotate(180deg);
}

.PicList002171 li:before {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}

.PicList002171 li:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}


.PicList002171 li img {
    display: block;
    width: 100%;
}
.PicList002171 li .Ispic {
    display: block;
    padding-bottom: 44.41%;
}

.PicList002171 li a figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(46, 99, 160, 0.92);
    opacity: 0;
    transition: 0.3s;
}

.PicList002171 li a:hover figure {
    opacity: 1;
}

.PicList002171 li dl {
    display: table;
    width: 100%;
    height: 100%;
}

.PicList002171 li dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

@media(min-width:769px) {
    .PicList002171 li:nth-child(5n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .PicList002171 li {
        width: 32%;
        margin-right: 2%;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .PicList002171 li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList002171 li {
        width: 49%;
    }

    .PicList002171 li:nth-child(2n) {
        margin-right: 0;
    }

    .PicList002171 li dt {
        font-size: 15px;
    }
}














/*RighInfo002815 */
.RighInfo002815 {
    /* background: url(../images/RighInfo002813-bg.png) no-repeat left bottom; */
    background-size: 47.084% auto;
    padding: 5% 0 4%;
    font-size: 16px;
}

.RighInfo002815 .contact .ytable {display: flex;flex-wrap: wrap;}

.RighInfo002815 .contact .ytable1 {
    background: #edf2fa;
    vertical-align: top;
    padding: 40px;
    position: relative;
    width: 32%;
    float: left;
    margin-bottom: 3%;
    margin-right: 2%;
}

.RighInfo002815 .contact .ytable1:nth-child(3n) {
    margin-right: 0%;
}

.RighInfo002815 .contact .ytable1:before,
.RighInfo002815 .contact .ytable1:after,
.RighInfo002815 .contact .ytable-cell:before,
.RighInfo002815 .contact .ytable-cell:after {
    position: absolute;
    content: '';
    z-index: 20;
    background: url(../images/icon_jiao1.png) no-repeat;
    width: 20px;
    height: 20px;
}

.RighInfo002815 .contact .ytable1:before,
.RighInfo002815 .contact .ytable1:after {
    top: 0;
}

.RighInfo002815 .contact .ytable1:before,
.RighInfo002815 .contact .ytable-cell:before {
    left: 0;
}

.RighInfo002815 .contact .ytable1:after,
.RighInfo002815 .contact .ytable-cell:after {
    right: 0;
}

.RighInfo002815 .contact .ytable-cell:before,
.RighInfo002815 .contact .ytable-cell:after {
    bottom: 0;
}

.RighInfo002815 .contact .ytable1:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.RighInfo002815 .contact .ytable1:before {
    /* transform: rotate(270deg); */
    /* -webkit-transform: rotate(270deg); */
    -ms-transform: rotate(270deg);
    /* transform: rotate(180deg); */
    /* -webkit-transform: rotate(180deg); */
    -ms-transform: rotate(180deg);
}

.RighInfo002815 .contact .ytable-cell:before {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}

.RighInfo002815 .contact .ytable-cell:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.RighInfo002815 .contact .ytable-cell.no {
    background: none;
    padding: 0;
}

.RighInfo002815 .contact h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    word-break: break-all;
    color: #2e63a0;
}

.RighInfo002815 .contact h3 a  {
    color: #2e63a0;
}
.RighInfo002815 .contact h3 a:hover  {
    text-decoration: underline;
}

.RighInfo002815 .contact aside {
    color: #555;
}

.RighInfo002815 .title {
    text-align: center;
    color: #f6550d;
    font-size: 38px;
    padding: 5% 0 3% 0;
}

@media(min-width:641px) {
    .RighInfo002815 .contact .ytable-cell:not(:last-child) {
        width: 32%;
    }

    .RighInfo002815 .contact .ytable-cell.no {
        width: 2%;
    }
}

@media(min-width:641px) and (max-width:1024px) {
    .RighInfo002815 .contact h3 {
        font-size: 20px;
    }
}

@media(max-width:640px) {
    .RighInfo002815 .title {
        font-size: 32px;
        padding: 40px 0 30px 0;
    }

    .RighInfo002815 .contact .ytable-cell,
    .RighInfo002815 .contact .ytable {
        display: block;
    }

    .RighInfo002815 .contact .ytable-cell.no {
        height: 10px;
    }
}











/*
 .TextList000658 为demo编号
 */
.TextList000658 {
    padding: 5% 0;
    background: #f1f5fc;
}

.TextList000658 .type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 1.125em;
    padding: 1em 0 1.5em 0;
    margin-bottom: 1em;
}

.TextList000658 .type dd:not(:last-child) {
    padding-right: 1.7142em;
    margin-right: 1.7142em;
}

.TextList000658 .type dd {
    position: relative;
    color: #333;
}

.TextList000658 .type dd span {
    color: #999999;
    display: inline-block;
    padding-left: 1.45em;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1em auto;
}

.TextList000658 .type dd.edu span {
    background-image: url(../images/Floor003147-edu.svg);
    background-size: 1.2em auto;
}

.TextList000658 .type dd.num span {
    background-image: url(../images/Floor003147-user.svg);
}

.TextList000658 .type dd.wp span {
    background-image: url(../images/Floor003147-place.svg);
}

.TextList000658 .type dd.time span {
    background-image: url(../images/Floor003147-user.svg);
}

@media (min-width:1025px) {
    .TextList000658 .type {
        overflow: hidden;
    }

    .TextList000658 .type dd {
        float: left;
    }

    .TextList000658 .type dd:not(:last-child):after {
        position: absolute;
        content: '';
        width: 1px;
        height: 10px;
        background-color: #d4d4d4;
        top: 50%;
        margin-top: -5px;
        right: 0;
    }
}


.TextList000658 .list {
    padding-bottom: 22px;
}

.TextList000658 .list h1.title {
    font-size: 18px;
    background-color: #fff;
    margin: 0;
    padding: 18px 0 16px 35px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    line-height: 34px;
    color: #333;
}

.TextList000658 .list h1.title time {
    float: right;
    padding-right: 74px;
    font-size: 14px;
    color: #888;
    position: relative;
}

.TextList000658 .list h1.title::before {
    width: 23px;
    height: 23px;
    background-color: #e5e5e5;
    border-radius: 50%;
    position: absolute;
    content: '';
    right: 20px;
    top: 50%;
    margin-top: -11px;
}

.TextList000658 .list h1.title time::before,
.TextList000658 .list h1.title time::after {
    position: absolute;
    content: '';
    background-color: #b3b3b2;
    top: 50%;
}

.TextList000658 .list h1.title time::before {
    width: 12px;
    height: 2px;
    right: 25px;
    margin-top: -1px;
}

.TextList000658 .list h1.title time::after {
    width: 2px;
    height: 12px;
    margin-top: -6px;
    right: 30px;
}

.TextList000658 .list h1#on {
    background-color: #2462a6;
    color: #fff;
}

.TextList000658 .list h1#on time {
    color: #fff;
}

.TextList000658 .list h1#on::before {
    background-color: #fff;
}

.TextList000658 .list h1#on time::after {
    display: none;
}

.TextList000658 .list h1#on time::before {
    background-color: #b3b3b2;
}

.TextList000658 .con {
    padding: 2% 2%;
    display: none;
    background: #fff;
}

.TextList000658 .info {
    line-height: 25px;
    padding-bottom: 2%;
}

.TextList000658 .info strong {
    color: #2462a6;
    font-size: 1.2em
}

.TextList000658 .apply a {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    /* border-radius:5px; */
    background-color: #2462a6;
    font-size: 16px;
}

@media(max-width:640px) {
    .TextList000658 .list h1.title {
        font-size: 15px;
    }

    .TextList000658 .list h1.title time {
        padding-right: 54px;
        font-size: 12px;
    }

    .TextList000658 .apply a {
        font-size: 14px;
    }
}




.texttitle {
    text-align: center;
    margin-bottom: 2%;
}

.texttitle .cn {
    font-size: 36px;
    color: rgb(51, 51, 51);
    line-height: 1;
    font-family: 'Alibaba-PuHuiTi-Bold';
}

.texttitle .en {
    font-weight: bold;
    color: #DDD;
    font-size: 30px;
    text-transform: uppercase;
}









/*RighInfo003134 */
.RighInfo003134 .auto {
    padding: 5vw 0;
}

.RighInfo003134 .img-side {
    /* border: solid 1px #f2f2f2; */
    margin-bottom: 4em;
    background: #f4f7fc;
    position: relative
}

.RighInfo003134 .img-side:before,
.RighInfo003134 .img-side:after {
    position: absolute;
    content: '';
    z-index: 20;
    background: url(../images/icon_jiao.png) no-repeat;
    width: 40px;
    height: 40px;
}

.RighInfo003134 .img-side:before,
.RighInfo003134 .img-side:after {
    top: 0;
}

.RighInfo003134 .img-side:before {
    left: 0;
}

.RighInfo003134 .img-side:after {
    right: 0;
}

.RighInfo003134 .img-side:before,
.PicList000762 li a:after {
    bottom: 0;
}

.RighInfo003134 .img-side:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.RighInfo003134 .img-side:before {
    /* transform: rotate(270deg); */
    /* -webkit-transform: rotate(270deg); */
    -ms-transform: rotate(270deg);
    /* transform: rotate(180deg); */
    /* -webkit-transform: rotate(180deg); */
    -ms-transform: rotate(180deg);
}



.RighInfo003134 .img-side .ytable-cell {
    /* padding-bottom: 3em; */
}

.RighInfo003134 .img-group li .Ispic {
    background-size: cover;
    padding-bottom: 56.167%;
}

.RighInfo003134 .controls {
    display: table;
    position: relative;
    padding: 0 56px;
    margin: 2.125em auto;
}

.RighInfo003134 .controls .slick-dots li {
    float: left;
    position: relative;
    width: 13px;
    height: 13px;
    margin: 0 5px;
}

.RighInfo003134 .controls .slick-dots li button {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 10px;
    height: 10px;
    /* border-radius: 50%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    cursor: pointer;
    border: 0;
    font-size: 0;
    padding: 0;
    transition: 0.3s;
}

.RighInfo003134 .controls .slick-dots li.slick-active button {
    background-color: #2e63a0;
    width: 100%;
    height: 100%;
}

.RighInfo003134 .controls .slick-arrow {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -22px;
    background-size: contain;
}

.RighInfo003134 .controls .slick-prev {
    left: 0;
    background-image: url(../images/RighInfo003134-btn-prev.svg);
}

.RighInfo003134 .controls .slick-next {
    right: 0;
    background-image: url(../images/RighInfo003134-btn-next.svg);
}

.RighInfo003134 .controls .slick-disabled {
    cursor: default;
}

.RighInfo003134 .controls .slick-prev.slick-disabled {
    background-image: url(../images/RighInfo003134-btn-prev-disabled.svg);
}

.RighInfo003134 .controls .slick-next.slick-disabled {
    background-image: url(../images/RighInfo003134-btn-next-disabled.svg);
}

.RighInfo003134 .img-side .txt h2 {
    color: #2e63a0;
    margin-top: 10%;
}

.RighInfo003134 .img-side .txt p {
    padding-left: 20px;
    background: url(../images/TextList002855_icon.png) no-repeat left center;
    color: #222;
}

.RighInfo003134 .img-side .tit {
    font-size: 1.875em;
    color: #333;
    margin-bottom: 0.6em;
    font-family: 'Alibaba-PuHuiTi-Bold';
}

.RighInfo003134 .img-side .line {
    width: 90px;
    height: 6px;
    /* background-color: #2e63a0; */
    display: block;
    background-image: url(../images/tiele-bg.png);
    margin-bottom: 2.6em;
}

.RighInfo003134 .img-side .btn {
    margin-top: 4.375em;
}

.RighInfo003134 .img-side .btn a {
    display: inline-block;
    font-size: 1.125em;
    color: #fff;
    box-shadow: 0px 10px 30px rgba(218, 37, 29, 0.08);
    border-radius: 5px;
    margin: 0 5px;
    min-width: 12.5em;
    text-align: center;
    line-height: 3.3333;
    padding: 0 1.8125em;
    cursor: pointer;
}

.RighInfo003134 .img-side .btn a.download {
    background-color: #2e63a0;
}

.RighInfo003134 .img-side .btn a.download2 {
    background-color: #6e6e6e;
}

.RighInfo003134 .img-side .btn a:before {
    display: inline-block;
    vertical-align: top;
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.3888em;
    height: 3.3333em;
    margin-right: 0.5555em;
}

.RighInfo003134 .img-side .btn a.download:before {
    background-image: url(../images/RighInfo003134-icon-file.svg);
}

.RighInfo003134 .img-side .btn a.download2:before {
    background-image: url(../images/RighInfo003134-icon-download.svg);
}

.RighInfo003134 .prod-intro .name {
    border-bottom: 4px solid #efefef;
    font-size: 24px;
    padding-bottom: 0.666em;
    color: #333;
    line-height: 2;
    font-family: 'Alibaba-PuHuiTi-Bold';
}

.RighInfo003134 .prod-intro .name i {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #2e63a0;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.625em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
}

.RighInfo003134 .prod-intro .name-1 i {
    background-image: url(../images/RighInfo003134-icon-file.svg);
}

.RighInfo003134 .prod-intro .name-2 i {
    background-image: url(../images/RighInfo003134-title-icon.svg);
}

.RighInfo003134 .prod-intro .singlePage {
    line-height: 1.875;
    margin: 1em 0 3em 0;
}

.RighInfo003134 .prod-intro .singlePage p {
    padding-left: 50px;
    background: url(../images/TextList002855_icon.png) no-repeat 20px center;
    color: #555;
}

@media (min-width:1025px) {
    .RighInfo003134 .img-group {
        width: 52%;
        border-right: solid 1px #f2f2f2;
    }

    .RighInfo003134 .img-side .ytable-cell {
        /* padding-top: 4em; */
    }

    .RighInfo003134 .img-side .txt {
        padding: 0 3% 0 6%;
    }
}

@media (max-width:1024px) {
    .RighInfo003134 .img-side {
        padding: 2em;
    }

    .RighInfo003134 .img-side .btn a {
        min-width: calc(50% - 10px);
        padding: 0;
    }
}

.RighInfo003134 .popUp-box {
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.RighInfo003134 .popUp-box>.ytable {
    height: 100%;
}

.RighInfo003134 .popUp-box .main {
    background: #fff url(../images/RighInfo003134-bg.jpg) no-repeat;
    background-size: cover;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
}

.RighInfo003134 .popUp-box .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
}

.RighInfo003134 .popUp-box .close:before,
.RighInfo003134 .popUp-box .close:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
}

.RighInfo003134 .popUp-box .close:after {
    transform: rotate(45deg);
}

.RighInfo003134 .popUp-box .logo img {
    height: 1.9375em;
}

.RighInfo003134 .popUp-box .title {
    font-family: 'SourceHanSansCN-Medium';
    font-size: 1.875em;
    color: #333333;
    line-height: 1.3333;
    margin-top: 0.3em;
}

.RighInfo003134 .popUp-box .title:after {
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #da251d;
    margin: 1em 0;
}

.RighInfo003134 .popUp-box .left p {
    font-size: 1.5em;
    line-height: 1.66666;
    color: #333333;
    font-family: 'SourceHanSansCN-Light';
}

.RighInfo003134 .popUp-box .form li {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.RighInfo003134 .popUp-box .form li label.tit {
    position: absolute;
    left: 1.21428em;
    top: 0;
    font-size: 0.875em;
    line-height: 3.5714em;
}

.RighInfo003134 .popUp-box .form li .text {
    border: solid 1px rgba(139, 139, 139, 0.2);
    width: 100%;
    font-size: 1em;
    height: 3.125em;
    line-height: 3.125em;
    border-radius: 0.625em;
    padding: 0 1.0625em;
}

.RighInfo003134 .popUp-box .form li.code dl {
    overflow: hidden;
}

.RighInfo003134 .popUp-box .form li.code dl dt {
    position: relative;
    width: 60%;
    float: left;
}

.RighInfo003134 .popUp-box .form li.code dl dd {
    width: 38%;
    float: right;
}

.RighInfo003134 .popUp-box .form li.code dl dd a {
    display: block;
    cursor: pointer;
    background-color: #6e6e6e;
    border-radius: 10px;
    color: #fff;
    font-size: 0.875em;
    line-height: 3.5714em;
    text-align: center;
}

.RighInfo003134 .popUp-box .form ol .btn {
    display: block;
    width: 100%;
    background: #da251d;
    border: 0;
    cursor: pointer;
    border-radius: 0.625em;
    height: 3.125em;
    color: #fff;
    font-family: 'SourceHanSansCN-Light';
    font-size: 1em;
}

@media (min-width:1025px) {
    .RighInfo003134 .popUp-box .main {
        padding: 10.9375vh 8.25em;
    }

    .RighInfo003134 .popUp-box .main .ytable-cell {
        width: 50%;
    }
}

@media (max-width:1024px) {
    .RighInfo003134 .popUp-box .main {
        padding: 2em;
    }

    .RighInfo003134 .popUp-box .main .ytable {
        max-height: 85vh;
        overflow: auto;
    }
}

/*TextList002855 */
.TextList002855 li {
    line-height: 3.7625em;
}

.TextList002855 li:nth-child(2n) {
    background: #f4f7fc
}

.TextList002855 li time {
    float: right;
    color: #c8c8c8;
    margin-left: 15px;
}

.TextList002855 li a {
    padding-left: 50px;
    background: url("../images/TextList002855_icon.png") no-repeat 20px center;
    color: #222;
}

@media(min-width:481px) {
    .TextList002855 li {
        font-size: 18px;
    }
}







/*RighInfo002810 */
.RighInfo002810 {
    padding: 3% 0 0%;
    /*background: url(../images/RighInfo002581_img.jpg) no-repeat right 10%;*/
}

.RighInfo002810 .txt-logo {
    background: url(../images/RighInfo002810-bg.jpg);
    margin-bottom: 3%;
    padding: 4% 0;
}

.RighInfo002810 .txt-logo .txt .inner {
    display: inline-block;
    font-weight: bold;
    text-align: left;
    line-height: 26px;
    color: #333;
    font-size: 15px;
}

.RighInfo002810 .txt-list .box:not(:last-child) {
    margin-bottom: 6%;
}

.RighInfo002810 .txt-list .info {
    line-height: 24px;
}

.RighInfo002810 .txt-list .red {
    color: #2e63a0;
    font-size: 24px;
}

@media(min-width:769px) {
    .RighInfo002810 .txt-logo .ytable-cell {
        width: 50%;
        text-align: center;
    }

    .RighInfo002810 .txt-logo .txt {
        border-right: 1px solid #eee;
    }

    .RighInfo002810 .txt-list .pic {
        width: 58.667%;
        padding-right: 3%;
    }

    .RighInfo002810 .txt-list .pic img {
        max-width: 92.858%;
    }

    .RighInfo002810 .txt-list .box:nth-child(2n) .pic {
        text-align: right;
        padding-left: 3%;
        padding-right: 0%;
    }

    .RighInfo002810 .txt-list .info {
        /* border-bottom: 1px solid #eee; */
    }
}

@media(max-width:768px) {

    .RighInfo002810 .ytable,
    .RighInfo002810 .ytable-cell {
        display: block;
    }

    .RighInfo002810 .txt-logo {
        text-align: center;
    }

    .RighInfo002810 .txt-list .pic img {
        display: block;
        width: 100%;
    }
}





/*RighInfo002554 */
.RighInfo002554 {
    padding-bottom: 6%
}

.RighInfo002554 .auto {
    padding: 3% 0 0;
    background: url(../images/RighInfo002581_img.jpg) no-repeat right top;
}

.RighInfo002554 .textcener {
    text-align: center
}

.RighInfo002554 .table_1 th,
.RighInfo002554 .table_1 td {
    text-align: center;
    border: 1px solid #eee;
    border-collapse: collapse;
    line-height: 24px;
    padding: 15px;
}

.RighInfo002554 .table_1 th {
    font-size: 18px;
    font-weight: normal;
}

.RighInfo002554 .table_1 .th_2 {
    background: #2e63a0;
}

.RighInfo002554 .table_1 .th_3 {
    background: #2e63a0;
}

.RighInfo002554 .table_1 .th_4 {
    background: #999;
}

.RighInfo002554 .table_1 .th_2,
.RighInfo002554 .table_1 .th_3,
.RighInfo002554 .table_1 .th_4 {
    color: #fff;
}

.RighInfo002554 .table_1 td {
    font-size: 16px
}

.RighInfo002554 .table_1 .th_1 {
    color: #000;
}

.RighInfo002554 .table_1 td {
    font-size: 16px
}

@media(max-width:480px) {
    .RighInfo002554 .table_1 {
        overflow: auto;
    }

    .RighInfo002554 .table_1 table {
        width: 180%;
    }
}







/*why us*/
/*Floor003193 */
.Floor003193 {
    /* font-family: 'HarmonyOS_Sans_SC_Light'; */
    background: url(../images/Floor003193-bg.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.Floor003193 .intro {
    text-align: center;
    padding-top: calc(60 / 1920 * 100vw);
    margin-bottom: calc(172 / 1920 * 100vw);
}

.Floor003193 .column-tit {
    font-size: calc(30 / 16 * 1em);
    margin-bottom: 0.6em;
    color: #333;
}

@media (max-width:1024px) {
    .Floor003193 .column-tit {
        font-size: calc(32 / 16 * 1em);
    }
}

.Floor003193 .intro .edit-info {
    font-size: calc(18 / 16 * 1em);
    line-height: 1.9;
    max-width: 1079px;
    margin: 0 auto;
}

.Floor003193 .product {
    width: calc(1324 / 1920 * 100vw);
    height: calc(470 / 1920 * 100vw);
    position: relative;
    margin: 0 auto;
}

.Floor003193 .product .quan {
    position: absolute;
    border-radius: 50%;
    width: calc(1324 / 1920 * 100vw);
    height: calc(1324 / 1920 * 100vw);
    background: #1322af url(../images/Floor003193-bg_quan.jpg) no-repeat center top;
    background-size: auto 35%;
    top: 0;
    left: 0;
}

.Floor003193 .product .icon-quan {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.45);
    left: calc(-76 / 1920 * 100vw);
    right: calc(-76 / 1920 * 100vw);
    bottom: calc(-76 / 1920 * 100vw);
    top: calc(-76 / 1920 * 100vw);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transform: rotate(-180deg);
}

.Floor003193.active .product .icon-quan {
    animation: zhuan3193 1.5s ease both;
}

@keyframes zhuan3193 {
    0% {
        transform: rotate(-180deg);
        opacity: 0;
    }

    100% {
        transform: rotate(0);
        opacity: 1;
    }
}

.Floor003193 .product dl {
    width: calc(95 / 1920 * 100vw);
    display: table;
    height: calc(95 / 1920 * 100vw);
    border: 3px solid rgba(49, 99, 160, 0.64);
    border-radius: 50%;
    background-color: #fff;
}

.Floor003193 .product dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transform: rotate(-180deg);
}

.Floor003193 .product dt img {
    max-height: 50%;
    max-width: 50%;
}

.Floor003193.active .product dt {
    animation: zhuan3193 2s ease both;
}

/*.Floor003193 .product  dl:nth-child(1){transform: translateY(calc(242 / 1920 * 100vw)) }*/
.Floor003193 .product dl:nth-child(1) {
    transform: translateY(calc(110 / 1920 * 100vw)) translateX(calc(224 / 1920 * 100vw));
}

.Floor003193 .product dl:nth-child(2) {
    transform: translateY(calc(-40 / 1920 * 100vw)) translateX(calc(83 / 1920 * 100vw));
}

.Floor003193 .product dl:nth-child(3) {
    transform: translateY(calc(-17 / 1920 * 100vw)) translateX(calc(-5 / 1920 * 100vw));
}

.Floor003193 .product dl:nth-child(4) {
    transform: translateY(calc(120 / 1920 * 100vw)) translateX(calc(-226 / 1920 * 100vw));
}

/*.Floor003193 .product  dl:nth-child(6){transform: translateY(calc(242 / 1920 * 100vw)) translateX(calc(-110 / 1920 * 100vw));}*/
.Floor003193 .product .name {
    text-align: center;
    color: #fff;
    font-size: calc(35 / 1920 * 100vw);
    padding-top: calc(234 / 40 * 1em);
}

.Floor003193 .product .name span {
    font-size: 16px;
    display: block;
    margin-top: 15px
}

.Floor003193 .product .txt {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: calc(38 / 1920 * 100vw);
    width: calc(1118 / 1440 * 100%);
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.Floor003193.active .product .txt {
    animation: zhuan3193-2 1.5s ease both;
}

@keyframes zhuan3193-2 {
    0% {
        transform: rotate(180deg);
        opacity: 0;
    }

    100% {
        transform: rotate(0);
        opacity: 1;
    }
}

@media (max-width:1024px) {
    .Floor003193 .product {
        transform: scale(1.5);
    }

    .Floor003193 .intro {
        margin-bottom: 20vw;
    }
}

/*Floor001843 */
.Floor001843 {
    padding: 5% 0 4%;
}

.Floor001843 .title {
    text-align: center;
    padding-bottom: 3%;
}

.Floor001843 .title span {
    font-size: 12px;
    letter-spacing: 5px;
    color: #c94645;
}

.Floor001843 .title h1 {
    margin: 0;
    font-size: 42px;
    padding: 10px 0;
    font-weight: normal;
    color: #000;
}

.Floor001843 .title h1:after {
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 10px;
    background-color: #c94645;
    margin-top: 20px;
    content: '';
}

@media(max-width:768px) {
    .Floor001843 .title h1 {
        font-size: 30px;
    }

    .Floor001843 .title h1:after {
        height: 5px;
    }
}


.Floor001843 .box {
    float: left;
    width: 27.5%;
    padding-top: 4%;
}

.Floor001843 .box .title h1 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 44px;
    padding: 20px 0;
}

.Floor001843 .box p {
    padding: 0 5%;
    color: #555;
    line-height: 30px;
    text-align: center;
    font-size: 16px
}

.Floor001843 ul {
    float: right;
    width: 67.5%;
}

.Floor001843 li {
    float: left;
    width: 30%;
    margin-left: 4%;
    text-align: center;
    font-size: 12px;
}

.Floor001843 li:first-child {
    margin-left: 0;
}

.Floor001843 li figure {
    padding-bottom: 136.5%;
    background-size: contain;
    margin-bottom: 5%;
}

.Floor001843 li figure img {
    display: none;
}

.Floor001843 li span {
    color: #9797a2;
    font-size: 16px;
}

.Floor001843 li p {
    font-size: 18px;
    color: #000;
}

.Floor001843 li a {
    color: #c94645;
    text-transform: uppercase;
}

@media(max-width:1000px) {

    .Floor001843 .box,
    .Floor001843 ul {
        float: none;
        width: auto;
    }

    .Floor001843 .box {
        padding-bottom: 5%;
    }
}

@media(max-width:640px) {
    .Floor001843 li p {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .Floor001843 .box .title h1 {
        padding: 10px 0;
        line-height: normal;
    }

    .Floor001843 li figure {
        padding-bottom: 90%;
    }

    .Floor001843 li {
        float: none;
        width: auto;
        margin: 0 auto !important;
        max-width: 375px;
    }
}

/*RighInfo002813 */
.RighInfo002813 {
    /* background: url(../images/RighInfo002813-bg.png) no-repeat left bottom; */
    background-size: 47.084% auto;
    padding: 3% 0 7%;
    font-size: 16px;
}

.RighInfo002813 .contact .ytable-cell {
    background: #f5f5f5;
    vertical-align: top;
    padding: 40px;
}

.RighInfo002813 .contact .ytable-cell.no {
    background: none;
    padding: 0;
}

.RighInfo002813 .contact h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    word-break: break-all;
}

.RighInfo002813 .contact aside {
    color: #999;
}

.RighInfo002813 .title {
    text-align: center;
    color: #f6550d;
    font-size: 38px;
    padding: 5% 0 3% 0;
}

.RighInfo002813 .sales-after li {
    position: relative;
    overflow: hidden;
}

.RighInfo002813 .sales-after li .txt {
    color: #fff;
    line-height: 28px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5% 10%;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    /* IE6-9 */
}

.RighInfo002813 .sales-after li .txt aside {
    font-size: 24px;
}

.RighInfo002813 .sales-after>li .Ispic {
    padding-bottom: 142.369%;
}

.RighInfo002813 .sales-after ol li .Ispic {
    padding-bottom: 53.22%;
}

.RighInfo002813 .sales-after li .Ispic {
    transition: 0.5s;
}

.RighInfo002813 .sales-after ol li:not(:last-child) {
    margin-bottom: 1.673%;
}

.RighInfo002813 .sales-after li:hover .Ispic {
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
}

@media(min-width:641px) {
    .RighInfo002813 .contact .ytable-cell:not(:last-child) {
        width: 32%;
    }

    .RighInfo002813 .contact .ytable-cell.no {
        width: 2%;
    }

    .RighInfo002813 .sales-after>* {
        float: left;
        width: 32%;
    }

    .RighInfo002813 .sales-after>li {
        width: 29.6875%;
    }

    .RighInfo002813 .sales-after>ol {
        width: 39.0625%;
        margin: 0 0.78125%;
    }
}

@media(min-width:641px) and (max-width:1024px) {
    .RighInfo002813 .contact h3 {
        font-size: 20px;
    }

    .RighInfo002813 .sales-after li .txt p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:640px) {
    .RighInfo002813 .title {
        font-size: 32px;
        padding: 40px 0 30px 0;
    }

    .RighInfo002813 .sales-after>ol {
        margin: 10px 0;
    }

    .RighInfo002813 .sales-after ol li:not(:last-child) {
        margin-bottom: 10px;
    }

    .RighInfo002813 .contact .ytable-cell,
    .RighInfo002813 .contact .ytable {
        display: block;
    }

    .RighInfo002813 .contact .ytable-cell.no {
        height: 10px;
    }
}

@media(max-width:480px) {
    .RighInfo002813 .sales-after ol li .txt {
        position: relative;
        color: #333;
        background: #fff;
    }
}











.RighInfo002888 {
    background: #f3f7fd;
    padding: 5% 0;
}

.RighInfo002888 .left {
    float: left;
    width: 25%;
}

.RighInfo002888 .left span {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0;
    color: #291f5e;
}

.RighInfo002888 .left .Ispic {
    padding-bottom: 133%;
    background-size: contain;
}

.RighInfo002888 .right {
    float: right;
    width: 66%;
}

.RighInfo002888 .right h1 {
    color: #222
}

.RighInfo002888 .right dl {
    margin-bottom: 2%;
}

.RighInfo002888 .right dd {
    float: right;
    width: 86%;
    line-height: 32px;
}

.RighInfo002888 .right dt {
    float: left;
    width: 12%;
    font-size: 22px;
    color: #291f5e;
    background: url(../images/RighInfo002888-place.svg) no-repeat left center;
    padding-left: 30px;
    background-size: 0.8em;
}


.section4  .img {
    position: relative;
    padding-top: 8%;
    padding-bottom: 8%;
    text-align: center;
}

.section4  .img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/bjj.png) no-repeat center;
    z-index: 0;
    background-size: 103% 95%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section4  .img img {
    -webkit-clip-path: polygon(10% 0%, 80% 13%, 100% 100%, 0% 100%);
    /* padding-top: 5%; */
    /* padding-bottom: 5%; */
    max-width: 95%;
}





.Top .flex .right-box nav ul li dl {
        position: absolute;
        width: 300px;
        text-align: center;
        background: #ffffffe0;
        display: none;
        padding: 15% 2%;
        margin-top: 0;
        left: -115px;
        clip-path: polygon(0 40px,40px 0,calc(100% - 40px) 0,100% 40px,100% calc(100% - 40px),calc(100% - 40px) 100%,40px 100%,0 calc(100% - 40px));
}
.Top .flex .right-box nav ul li:nth-child(2) dl {
    left: -55px;
}
.box {
    position: relative;
}



.box:before {
    content: "";
    position: absolute;
    inset: 0;
  
    clip-path: polygon(0 80.00px, 80.00px 0, calc(100% - 80.00px) 0, 100% 80.00px, 100% calc(100% - 80.00px), calc(100% - 80.00px) 100%, 80.00px 100%, 0 calc(100% - 80.00px), 0 80.00px, 1px calc(80.00px + 0.41px), 1px calc(100% - 80.00px - 0.41px), calc(80.00px + 0.41px) calc(100% - 1px), calc(100% - 80.00px - 0.41px) calc(100% - 1px), calc(100% - 1px) calc(100% - 80.00px - 0.41px), calc(100% - 1px) calc(80.00px + 0.41px), calc(100% - 80.00px - 0.41px) 1px, calc(80.00px + 0.41px) 1px, 1px calc(80.00px + 0.41px));

clip-path: polygon(0 40px, 40.00px 0, calc(100% - 40px) 0, 100% 40.00px, 100% calc(100% - 40.00px), calc(100% - 40.00px) 100%, 40.00px 100%, 0 calc(100% - 40.00px));
}

.Top .flex .right-box nav ul li dl a {
    color: #000;
    line-height: 2;
    padding: 0;
}


.Top .flex .right-box nav ul li:hover dl {
    display: block;
}

.Top .flex .right-box nav ul li dl dd {
    margin: 10px 0;
}
.Top .flex .right-box nav ul li dl dd:hover {
    background-color: #ddd;
}
.Top .flex .right-box nav ul li dl dd:hover a {
    color: #2e63a0;
}

@media only screen and (max-width: 769px){
.Top .flex .right-box nav ul li dl {
    position: relative;
    width: 100%;
    left: 0 !important;
    clip-path: none;
    padding: 10px;
}
.Top .flex .right-box nav ul li a {
    font-size: 16px;
    line-height: 1.5;
}
}


.tech_list {display:flex;flex-wrap:wrap;justify-content:space-between;width:70%;margin:0 auto;}
.tech_list .item {width:47%;padding: 2%;padding-left:40px;margin-bottom:20px;border-left: 3px solid #2e63a0;background:#f4f4f4;}
.tech_list .item .cn {color:#2e63a0;font-size:22px;}
.tech_list .item .en {line-height:1.4;font-size:18px;}

@media (max-width: 640px) {
    .tech_list {width: 100%;}
    .tech_list .item {width: 100%;padding: 4%;}
    .tech_list .item .cn {font-size:4.4vw;}
    .tech_list .item .en {font-size:3.8vw;}
}

.culture_info {position: relative;}
.culture_info:after {content:'';position: absolute;width: 100%;height: 100%;top: 0;left: 0;/*background: rgba(0, 0, 0, 0.4)*/}
.culture_info .bg {opacity: .4;}
.culture_info .txt_wrap {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 50;}
.culture_info .txt_wrap .item {display: flex;align-items: center;margin: 20px 0;font-size: 34px;color:#333;white-space: nowrap;letter-spacing: 10px;}
.culture_info .txt_wrap .item .icon {flex-shrink:0;display:block;width: 180px;height: 180px;line-height: 180px;margin-right: 40px;font-size: 56px;font-weight: bold;color:#000;text-align:center;background: url("../images/icon_circle.png") no-repeat center/contain;}

@media (max-width: 1024px) {
    .culture_info .txt_wrap .item {font-size: 30px;letter-spacing: 0;}
    .culture_info .txt_wrap .item .icon {width: 120px;height: 120px;line-height: 120px;margin-right: 20px;font-size: 46px;}
}
@media (max-width: 640px) {
    .culture_info .txt_wrap .item {margin: 10px 0;font-size: 18px;}
    .culture_info .txt_wrap .item .icon {width: 50px;height: 50px;line-height: 50px;font-size: 18px;}
}







/*Floor003147 */
.Floor003147 .root-sz-16{position: relative;z-index: 1;font-family: 'SourceHanSansCN-Regular';}
.Floor003147 { padding:7% 0}
.Floor003147 .column-box li a{display: block;background-color:#fff;padding: 1.5625em 4.3125em 1.5625em 3.5625em;overflow: hidden;border-radius:6.25em;transition: 0.3s;min-height: 12em;box-shadow: 0 0 10px rgb(180 189 221 / 23%), 0 6px 14px hsl(0deg 0% 100% / 24%), 0 12px 20px rgb(180 189 221 / 27%);background: url(../images/Floor003147-icon.png) #fff no-repeat 80% bottom;}
.Floor003147 .column-box li a:hover{background: url(../images/Floor003147-icon.png) #2e63a0 no-repeat 80% center;  color:#fff;}
.Floor003147 .column-box li .icon{float: left;width: 45px;height: 45px;position: relative;transition: 0.3s;}
.Floor003147 .column-box li a:hover .icon{ border-radius: 50%; background-color: #fff;}
.Floor003147 .column-box li .icon img{height: 45px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);transition: 0.3s ease-in-out;}
.Floor003147 .column-box li a:hover .icon img{left: 50%;transform: translate(-50%,-50%);height:2em;}
.Floor003147 .column-box li .text{float:right;width: calc(100% - 5.125em);}
.Floor003147 .column-box li h3{font-size: 1.25em;font-weight: normal;margin: 0;/* background: url(../images/Floor003147-icon.svg) no-repeat right center; */line-height:2.5;color: #2e63a0;}
.Floor003147 .column-box li p{font-size: 1.25em;font-weight:bold;margin: 0;}
.Floor003147 .column-box li a:hover h3{color:#fff; }

@media (min-width:1025px) {
 
/*.Floor003147 .main{position: absolute;left: 0;width: 100%;height: 100%;top: 0;z-index: 10;} */
.Floor003147 .main .ytable{height: 100%;}
.Floor003147 .column-box li{float: left;width: 32.143%;}
.Floor003147 .column-box li:not(:nth-child(3n)){margin-right:1.7855%;}
.Floor003147 .title{margin-bottom: 11.042vh;}
}
@media (max-width:1024px) {
.Floor003147 .title{margin-bottom:1em;}
.Floor003147 .main{position: relative;z-index: 4; padding: 4em 1em;}
.Floor003147 .column-box li:not(:last-child){margin-bottom: 2em;}
.Floor003147 .bg-img{position: absolute;left: 0;width: 100%;height: 100%; top: 0; overflow: hidden;}
.Floor003147 .bg-img img{max-width: none; min-height: 100%; position: absolute; left: 50%;transform: translate(-50%,-50%);top: 50%; width: auto;}
}
