@charset "UTF-8";



@media (max-width: 1440px) {}


@media (max-width: 996px) {
    .hauti{
        height: auto !important;
    }
    .pc-header {
        height: 1.9rem;
    }

    .mb {
        display: block;
    }

    .pc {
        display: none;
    }

    .pc-header .nav-list {
        display: none;
    }

    .pc-header {
        padding: 0.3rem 4%;
    }

    .banner-container {
        height: 20rem;
    }

    .banner-container .banner-slide .txt .t1 {
        font-size: 1rem;
        margin-top: .5rem;
    }

    .banner-container .banner-slide .txt {
        left: 4%;
    }

    .banner-pagination {
        padding-left: 4%;
    }

    .banner-pagination .swiper-pagination-bullet {
        font-size: 12px;
        margin-right: 0.3rem !important;
    }

    .home-a {
        padding: 1.5rem 0;
    }

    .view {
        padding: 0 4%;
    }

    .mian-txt .t1,
    .home-c .txt .t1 {
        font-size: .75rem;
    }
    .home-a .content .txt .numlist{
        margin-top: 1rem;
    }
    .mian-txt .t1 span::after,.home-a .content  .t2 span::after,.about-a .content .left-box .txt span::after {
        height: 3px;
        bottom: 0.1rem;
    }
    .home-a .content {
        width: 100%;
    }
    .home-a .content .txt{
        position: relative;
        top: auto;
        transform: translateY(0);
        right: auto;
        padding: 1rem;
        height: auto;
        margin-top: -1.5rem;
    }

    .play-btn {
        width: 1rem;
    }

    .home-c .txt .t1 {
        margin: 0.5rem 0;
    }

    .home-d {
        padding: 1.5rem 0;
    }

    .home-d .view {
        display: block;
    }

    .home-d .more {
        margin-top: 0.5rem;
    }

    .home-d .news-container {
        width: 100%;
        margin-top: 1rem;
    }

    .home-d .news-container .swiper-slide {
        width: 100%;
    }

    .footer-top {
        padding: 1.5rem 0;
        display: block;
    }

    .footer-top .logo svg {
        width: 5.25rem;
    }


    .home-b-container {

        margin-top: 1.325rem;
    }

    .home-b-container .li {
        width: 100%;
        margin-right: .5rem;
        height: 12rem;
        overflow: hidden;


        border-radius: .5rem;
        position: relative;
        transition: all .5s;
    }

    .home-b-container .li:last-child {
        margin-right: 0;
    }

    .home-b {
        padding-bottom: 1.5rem;
    }



    .home-b-container .li .hover-box {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .home-b-container .li .hover-box .txt {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding: 1rem;
        color: #555;
        font-weight: 500;
    }

    .home-b-container .li .hover-box .txt .t1 {
        width: 100%;
        display: flex;
        padding-bottom: .55rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
    }

    .home-b-container .li .icon {
        height: .7rem;
    }

    .home-b-container .li .icon img {
        max-height: 100%;
    }

    .home-b-container .li .hover-box .txt .t2 {
        margin-top: .4rem;
    }

    .home-b-container .li .hover-box .txt .more {
        margin-top: 1.25rem;
    }
    .home-a .content.pc{
        display: none;
    }

    .home-a .content  {
        display: block;
        padding: 1.5rem .5rem;
        height: auto;
        /* min-height: 22rem; */
        background-position: bottom center;
        padding-bottom: 0;
        padding-top: 0;
    }

    .home-a .content .txt {
        width: 100%;
    }

    .home-a .content {
        margin-top: .75rem;
    }

    .home-a .content  .t2 {
        font-size: .6rem;
    }

    .home-a .content  .t2 span::after {
        height: 3px;
    }

    .home-a .content .txt .numlist {
        height: auto;
        display: block;
    }
    .home-a .content  .numlist .li .num-box {
        display: flex;
        font-weight: 500;
    }
    .home-a .content  .numlist .li {
        height: auto;
        border-left: 0 solid #000;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: .25rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .home-a .content  .numlist .li .num-box .num {
        font-weight: 400;
        font-size: 1rem;
    }

    .home-a .content  .numlist .li .tit-16 {
        height: auto;
    }

    .news-pagination {
        margin-top: .75rem;
    }

    .footer-top .share-list {
        margin: .5rem;
    }

    .footer-top .nav-list {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .footer-top .nav-list .li {
        display: none;
    }

    .footer-top .nav-list .li:last-child {
        display: block;
    }

    .footer-top .nav-list .li .tit {
        display: none;
    }
    .home-b{
        overflow: hidden;
    }

    .footer-bot {
        display: block;
        padding: 0.75rem 4%;
    }

    header .warp-nav {
        height: calc(100vh - 60px);
        padding: 0 0 45px;
        position: fixed;
        background: #f9f9f9;
        width: 100%;
        left: 0;
        top: 60px;
        z-index: 9999;
        display: none;
    }
    .footer-top .nav-list .li .c-list p{
        display: flex;
    }
    .footer-top .nav-list .li .c-list p span:nth-child(1){
        white-space: nowrap;
    }

    .pc-header .lan .tit .icon2 {
        display: none;
    }

    header .warp-nav .nav {
        font-size: 16px;
        color: #333;
        position: relative;
        overflow-y: auto;
        height: calc(100vh - 60px);
    }

    header .warp-nav .search {
        width: 90%;
        margin: 0 auto;
        padding: .5rem 0;
        /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
    }

    header .warp-nav .search .input1 {
        padding: 0 0.5rem;
        height: 40px;
        color: #000;
        width: 100%;
        background: transparent;
        border-radius: 3px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    header .warp-nav .search .input2 {
        width: 30px;
        height: 30px;
        background: url(../img/search.png) no-repeat center center;
        background-size: 15px 16px;
        position: absolute;
        right: 3%;
        top: 50%;
        margin-top: -15px;
    }

    header .icon.search {
        display: none;
    }

    header .warp-nav .nav .warp-btn {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        text-transform: uppercase;
        display: block;
        padding: 15px 0;
        line-height: 1.5;
        position: relative;
        font-size: 16px;
        transition: all .3s ease;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    header .warp-nav .nav .li {
        position: relative;
        width: 100%;
        padding: 0 5%;
    }

    .pc-header .seach {
        display: none;
    }

    header .warp-nav .nav .tit {
        width: 100%;
        padding: 15px 0;
        line-height: 60px;
        position: relative;
        text-transform: uppercase;
        font-size: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    header .warp-nav .nav .sub-tit {
        display: block;
    }

    header .warp-nav .nav .tit {
        line-height: 1.5;
    }

    header .warp-nav .nav .tit:after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        text-align: center;
        position: absolute;
        right: 5%;
        top: 20px;
        background: url(../img/img1.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 15px auto;
        transform: rotate(0);
        transform-origin: center center;
        transition: all .3s ease-in-out;
        filter: grayscale(100%) brightness(0%) !important;
    }

    header .warp-nav .nav .sec-list {
        line-height: 40px;
        padding: 0.35rem 0 0.35rem 6%;
        display: none;
        font-size: 14px;
    }

    header .warp-nav .nav .sec-tit {
        font-size: 15px;
        color: #8ebfea;
        position: relative;
        transition: all .4s;
        display: block;
    }

    header .warp-nav .nav .sec-list-nav {
        font-size: 13px;
        padding-left: 8px;
        line-height: 30px;
        display: none;
    }

    header .warp-nav .nav .sec-list a {
        color: #000;
    }

    header .warp-nav .nav .sec-list-nav a {
        color: #8ebfea;
    }

    .js-m-2-1 {
        opacity: 0;
        transform: translate(0, 30px);
        transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
    }

    .js-m-2-1.animate {
        opacity: 1;
        transform: translate(0, 0);
    }

    header .hamburger {
        padding: 0;
        height: 20px;
        margin-left: 0rem;
    }



    .hamburger-box {
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative;
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }

    .pc-header {
        transition: all 0.3s;
        background-color: #fff;
    }

    .pc-header .logo svg {
        fill: #004896;
    }

    .pc-header .nav .li a {
        color: #004880;
    }

    .pc-header .nav .lang {
        color: #004880;
    }

    .pc-header .nav .lang .tit .icon {
        fill: #004880;
        ;
    }


    header .hamburger-box {
        width: 20px;
        height: 20px;
        margin-left: 0.5rem;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 20px;
        height: 4px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

    header .hamburger--3dx-r .hamburger-inner {
        transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    }

    header .hamburger-inner,
    header .hamburger-inner::before,
    header .hamburger-inner::after {

        background: #333
    }

    header .hamburger-inner,
    header .hamburger-inner::before,
    header .hamburger-inner::after {
        width: 24px;
        height: 2px;
    }

    header .hamburger-inner::before {
        top: -8px;
    }

    header .hamburger-inner::after {
        bottom: -8px;
    }

    .hamburger--3dx-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -6px, 0) rotate(-45deg);
    }

    .pc-header .right-btn .search {
        display: none;
    }

    .two-nav {
        display: none;
    }

    .mian-txt .tit-58 {
        font-size: .6rem;
    }

    .sub-banner .txt {
        width: 100%;
        left: 0;
        padding: 0 4%;
        text-align: center;
    }

    .sub-banner .img img {
        display: inline-block;
    }

    .park-a {
        height: auto;
        padding: 1.5rem 0;
    }

    .view2 {
        padding: 0 4%;
    }

    .tit-42 {
        font-size: .75rem;
    }

    .about-a.park-a .content {
        height: auto;
        margin-top: 1rem;
        display: block;
    }

    .about-a.park-a .content .right-box {
        position: relative;
        height: 8rem;
        width: 100%;
    }

    .about-a.park-a .content .left-box {
        width: 100%;
        margin-top: 1rem;
        padding: 0;
    }

    .about-a .content .left-box .acbox {
        padding: 1rem .5rem;
    }

    .about-a.park-a .content .left-box .acbox {
        padding: 1rem .5rem;
    }

    .about-a .content .left-box .txt {
        width: 100%;
    }

    .about-a .content .left-box .numlist {
        width: 100%;
        margin-top: 1rem;
    }

    .about-a .content .left-box::after {
        display: none;
    }

    .about-a .content .left-box .numlist .li .num-box .num {
        font-size: .75rem;
    }

    .por-container {}

    .por-container .swiper-slide {
        width: 100%;
        padding: 0 4%;

    }

    .por-container .swiper-slide .img {
        height: 7.45rem;
    }

    .pro-a {
        padding-bottom: 1.5rem;
    }

    .about-a {
        height: auto;
        padding: 1.5rem 0;
    }

    .about-a .content .left-box {
        width: 100%;
    }

    .about-a-container {
        width: 100%;
    }

    .about-a .content .right-box {
        width: 100%;
    }

    .about-a .content .right-box {
        position: relative;
        height: 8rem;
        width: 100%;
        top: 0;
    }

    .about-a .content .left-box .txt {
        margin-top: 0;
    }

    .about-a .content {
        height: auto;
    }

    .about-b {
        padding: 0 0 1.5rem;
        height: auto;
    }

    .about-b .content .li {
        position: relative;
        display: block;
        padding: 0.5rem;
        margin-bottom: .5rem;
        padding-bottom: 1rem;
        top: 0 !important;
    }

    .about-b .content .li .imgbox {
        width: 100%;
        height: 5.5rem;
    }

    .about-b .content .li .txt {
        width: 100%;
        padding-left: 0;
        padding-top: 1rem;
    }

    .about-b .content .li .txt .page-num {
        display: none;
    }

    .about-b .content .li .txt .icon {
        width: 0.5rem;
    }

    .about-b .content .li .txt .t1 {
        margin: .5rem 0;
    }

    .about-c {
        padding: 1.5rem 0;
    }

    .com-table-list {
        margin-top: 1rem;
        font-size: 0;
        white-space: nowrap;
        overflow: auto;
        padding-bottom: 0.2rem;
    }

    .park-b .list {
        display: block;
    }

    .park-b .list .li {
        width: 100% !important;
        border-radius: 0 !important;
        height: auto;
        margin-bottom: 0.25rem;
    }

    .park-b .list .li .box {
        display: none;
    }

    .park-b .list .li .hover-box {
        position: relative;
        background: linear-gradient(180deg, #D2E6F8, #FFFFFF);
        opacity: 1;
        padding: 1rem 0;
    }

    .news-a {
        padding: 1.5rem 0;
    }

    .view3 {
        padding: 0 4%;
    }

    .news-a .top-news {
        display: block;
    }

    .news-a .top-news .img {
        width: 100%;
        height: 7.55rem;
    }

    .news-a .top-news .txt {
        width: 100%;
        padding: 1rem 0.5rem;
    }

    .news-a .top-news .txt .t2 {
        margin-top: .35rem;
    }

    .news-a .top-news .txt .t3 {
        margin-top: .5rem;
    }

    .more .tit-15 {
        font-size: .35rem;
        line-height: .65rem;
    }

    .more .icon {
        width: .65rem;
    }

    .more {

        width: 2.8rem;
        height: 1rem;

    }

    .news-a .top-news .txt .more {
        margin-top: 1rem;
    }

    .newsList-container .swiper-slide a {
        display: block;
        padding: 1rem .5rem;
        margin-bottom: .5rem;
    }

    .newsList-container .swiper-slide a .left {
        display: block;
    }

    .newsList-container .swiper-slide a .time {
        margin-right: 0;
        display: none;
    }

    .newsList-container .swiper-slide a .txt {
        padding: 0;
        width: 100%;
    }

    .newsList-container .swiper-slide a .icon {
        margin-top: 0.5rem;
        text-align: right;
    }

    .news-b {
        padding-top: 0;
        padding-bottom: 1.5rem;
        background-repeat: repeat;
    }

    .news-b .list a {
        width: 100%;
        margin-right: 0;
        margin-bottom: .5rem;
    }

    .news-b .list {
        margin-top: 1rem;
        display: block;
    }

    .news-info {
        margin-top: 2rem;
        padding: 1.5rem 4%;
    }

    .news-info .title {
        font-size: 28px;
    }

    .news-info .time {
        margin-top: .25rem;
    }

    .news-info .content {
        margin-top: 0.75rem;
        padding: 0.75rem 0;
    }
    .news-info .bot {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .retent{
        left: auto;
        right: 0px;
        transform: translate(0, -50%);
    }
    .news-info .bot div a{
        width: 50%;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .banner-container .banner-slide.swiper-slide-active .txt{
        top: 3.5rem;
        transform: translateY(0);
    }
    .sub-banner{
        padding-top: 1.9rem;
    }
    .sub-banner .txt{
        top: 26%;
    }
    .about-c .imglist{
        height: 6rem;
    }
}