@charset "UTF-8";



@media (max-width: 1440px) {}


@media (max-width: 1000px) {
    .app-content .right-list .li img{
        max-width: 100%;
        width: auto;
    }
    .app .pbg img:last-child{
        top: 2.25rem;
    }
    .mb {
        display: block;
    }

    .pc {
        display: none;
    }
    .p-container .swiper-slide .img{
        height: 7rem;
    }
    .home-c .right-txt .txt{
        width: 100%;
    }
    .pc-header {
        height: 2rem;
        padding: 0 4%;
        align-items: center;
    }

    .pc-header .logo svg {
        height: .7rem;
    }

    .pc-header .nav .li {
        display: none;
    }

    .pc-header .nav .lang {
        display: block;
    }

    .banner-scrollbar {
        transform: translateX(50%);
        right: 50%;
        top: auto;
        bottom: 1rem;
    }

    .banner-container .banner-slide .txt .t1 {
        font-size: .8rem;
        line-height: 1.4;
    }

    .banner-container .banner-slide .txt {
        right: 0;
        width: 100%;
        text-align: center;
    }

    .banner-container {
        height: 18rem;
    }

    .view {
        padding: 0 4%;
    }

    .rwtit {
        font-size: .9rem;
    }

    .home-a {
        padding: 1.5rem 0;
    }

    .home-a .right-txt {
        display: block;
        margin-top: .5rem;
    }

    .home-a .right-txt .txt {
        width: 100%;
    }

    .numlist {
        margin-top: 1.5rem;
        flex-wrap: wrap;
    }

    .numlist .li .num-box .num {
        font-size: 1rem;
    }

    .numlist .li {
        width: 50%;
    }

    .numlist .li .num-box .dw .num {
        font-size: .5rem;
    }

    .numlist .li .num-box .dw .tit-22 {
        font-size: .4rem;
    }

    .numlist .li .t1 {
        font-size: .5rem;
        margin-top: .2rem;
        margin-bottom: 0.2rem;
    }

    .home-b,
    .home-c {
        padding: 1.5rem 0;
    }

    .home-b .t1 {
        font-size: .9rem;
    }

    .home-b .t1 br {
        display: none;
    }

    .home-b .list {
        margin-top: 1.5rem;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .home-b .list .li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 0.4rem;
        border-radius: 0.2rem;
        background-size: 100% 100%;
    }

    .home-b .list .li .icon {
        height: 1.2rem;
    }

    .home-b .list .li .t2 {
        font-size: .6rem;
        margin-top: .5rem;
    }

    .p-container {
        overflow: hidden;
    }

    .p-container .swiper-slide {
        width: 50%;
    }

    .esg-pagination {
        position: relative !important;
        text-align: center;
        margin-top: 1rem;
    }

    .home-c .line {
        margin-top: 1rem;
    }

    .home-c .line .l {
        display: none;
    }

    .home-c .fx-end .more {
        margin-top: 1rem;
    }

    .home-c .right-txt .txt .t1 {
        margin-top: .5rem;
    }

    footer {
        padding: 1.5rem 0;
    }

    footer .footer-nav {
        display: none;
    }

    footer .bot {
        margin-top: 0;
        display: block;
    }

    footer .bot .tit-18 {
        font-size: 16px;
    }


    header .warp-nav {
        height: calc(100vh - 60px);
        padding: 0 0 45px;
        position: fixed;
        background: #f9f9f9;
        width: 100%;
        left: 0;
        top: 60px;
        z-index: 9;
        display: none;
    }

    .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);
    }

    .ny {
        padding-top: 2rem;
    }

    .sub-banner .txt {
        left: 0;
        width: 100%;
        text-align: center;
        padding: 0 4%;
    }

    .sub-banner .txt .tit-70 {
        font-size: .8rem;
    }
    .mbx{
       
    }

    .about .mbx {
        padding: 1rem 0;
        padding-bottom: 0;
        display: none;
    }

    .about .mbx .tit-26 {
        font-size: .45rem;
    }

    .about .mbx svg {
        width: 10px;
        margin: 0 0.2rem;
    }

    .about-a,
    .about-b,
    .about-c {
        margin-top: 0;
        padding: 1.5rem 0;
    }

    .about-a .right-txt {
        margin-top: .7rem;
    }

    .about-a .list .li {
        width: calc((100% - 0.5rem) / 2);
        margin-right: .5rem;

        margin-bottom: .5rem;
    }

    .about-a .list .li:nth-child(2n) {
        margin-right: 0;
    }

    .about-a .list .li .t1 {
        text-align: left;
    }

    .about-a .list .li .t2 {
        text-align: left;
        margin-top: 0.2rem;
        line-height: 1.2;
    }

    .about-a .list .li .img {
        height: auto;
    }

    .numlist::after {
        display: none;
    }

    .numlist .li {
        margin-bottom: 0.65rem;
        border-bottom: 1px solid #808080;
        padding-bottom: 0.5rem;
    }

    .numlist .li .num-box {
        margin-top: 0.2rem;
    }

    .about-b .numlist {
        display: block;
    }

    .about-b .numlist .li {
        width: 100%;
    }

    .about-b .numlist .li .tit-18 {
        padding-top: 0;
    }

    .about-b .numlist {
        margin-bottom: 1.5rem;
    }

    .his-box {
        overflow: auto;
        padding: 0 0;
    }

    .his-box .img {}

    .w1920 {
        width: 1921px;
        position: relative;
        padding: 7rem 0;
        margin-top: -5rem;

    }

    .about-b {
        padding-bottom: 0;
    }

    .about-c .list {
        margin-top: 1rem;
    }

    .about-c .list .li {
        width: 33.33%;
        margin-right: 0;
    }

    .about-d {
        padding: 0rem 0 1.5rem;
    }

    .about-d .t1 {
        margin-top: 1rem;
        font-size: .6rem;
    }

    .about-d .line {
        margin-top: .75rem;
    }

    .about-d .line .l {
        display: none;
    }

    .about-d .content {
        margin-top: .75rem;
        display: block;
    }

    .about-d .content .imgbox {
        width: 100%;
    }

    .about-d .content .esg-container {
        width: 100%;
        margin-top: 1rem;
    }

    .about-d .content .esg-container .swiper-slide .t3 {
        margin-top: .5rem;
    }

    .app-content {
        display: block;
        margin-top: 3rem;
    }
    .app-content .left-nav{
        height: auto;
    }

    .app-content .left-nav .li .tit-30 {
        font-size: .5rem;
    }

    .app-content .left-nav .li.on::after {
        width: .5rem;
        height: .5rem;
    }

    .app-content .left-nav .li.on {
        margin-bottom: .725rem;
    }

    .app-content .right-list {
        width: 100%;
        padding-top: 3rem;
    }

    .app {
        min-height: auto;
    }

    .abli .about-a {
        padding-bottom: 1rem;
    }

    .about-a .plist-txt {
        margin-top: 0.5rem;
    }

    .abli-a .list {

        display: flex;
        align-items: flex-start;
        margin-bottom: 1rem;
        flex-direction: column;
    }

    .abli-a .list .t1 {
        font-size: .6rem;
    }

    .abli-a .list .imglist {}

    .abli-a .list .imglist .img {
        padding: 0.1rem;
    }

    .inv-a {
        padding: 1rem 0;
    }

    .inv-a .content {
        margin-top: 1rem;
        display: block;
    }

    .inv-a .content .left-box {
        width: 100%;
        height: 12rem;
        padding: 1.5rem 0.75rem;
    }

    .inv-a .content .right-box {
        width: 100%;

        margin-top: 1rem;
    }
    .inv-a .content .right-box .list a{
        margin-bottom: 0.7rem;
    }
    .inv-a .content .right-box .list a .icon{
        width: .7rem;
    }
    .inv-b{
        padding: 1.5rem 0;
    }
    .inv-b .list .t1 .tit-30{
        font-size: .5rem;
    }
    .inv-b .list .t1{
        width: 100%;
    }
    .inv-b .list .t2{
        width: 100%;
    }
    .inv-b .list .t2 .tit-30{
        font-size: .5rem;
    }
    .inv-b .list .t2 .le .icon{
        width: 0.75rem;
    }
    .contact-a{
        padding: 1.5rem 0;
    }
    .contact-a .txt{
        margin-top: 1rem;
    }
    .contact-a .txt .t1{
        font-size: .5rem;
    }
    .contact-a .txt .t2{
        margin-top: .4rem;
        font-size: .4rem;
    }
    .contact-a .numlist{
        display: block;
    }
    .contact-a .numlist .li{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .contact-a .numlist .t1{
        height: auto;
        width: 1.5rem;
    }
    .contact-a .numlist .cont .tit-30{
        font-size: .5rem;
    }
    .contact-a .numlist .cont{
        margin-left: 1rem;
    }
    .about-a .t3{
        font-size: 16px;
    }
    .about-a .imgbox1{
        height: auto;
    }
    .about-a .imgbox1 .img{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin-bottom: 0.2rem;
        padding: 0;
        width: 100% !important;
    }
    .about-a .imgbox2{
        height: auto;
    }
    .about-a .imgbox2 .img{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        padding: 0;
        bottom: auto;
        margin-bottom: 0.2rem;
        width: 100% !important;
    }
    .about-a .imgbox3{
        height: auto;
    }
    .about-a .imgbox3 .img{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        padding: 0;
        bottom: auto;
        margin-bottom: 0.2rem;
        width: 100% !important;
    }
    .about-a .plist-txt .t1{
        width: 100%;
        padding-left: 0.5rem;
    }
    .abli .about-a{
        padding-top: 0;
    }
    .imgbox-container{
        width: 100%;
        overflow: hidden;
        margin-top: 1rem;
   
    }
    .imgbox-container .swiper-slide{
        height: 8rem;
        overflow: hidden;
    }
    .imgbox-container .swiper-slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .app .pbg{
        padding-top: 2.25rem;
    }
    .mbxsele-box .select .tit .tit-26{
        font-size: .5rem;
    }
    .app{
        padding-top: 12rem;
    }
    .mbxsele-box .select .sel-sub{
        background-color: #000;
    }
    .home-c .fx-end .more .btn .tit-30{
        font-size: .75rem;
    }
}
@media (max-width: 450px) {
    
    .app{
        padding-top: 7.5rem;
    }
    .p-container .swiper-slide .img{
        height: 5rem;
    }
    .p-container .swiper-slide .img img{
        width: auto;
    }
}