﻿@charset "utf-8";

/* 設計師用 RWD版CSS檔 style_rwd.css */
/* 說明：
    可提供設計師在此檔，針對RWD版面進行設計；非RWD版面則不需載此CSS檔。*/
@media (min-width:768px) {
    .side-top #side1collapse {
        display: block !important;
        height: auto !important;
    }

    .side1 .side-top .side-toggle {
        display: none !important;
    }

    .sec-cg .sec2 .appeal-step .item:not(:nth-child(12)):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(13)):not(:nth-child(5)):before {
        content: "";
        position: absolute;
        bottom: -20px;
        right: 50%;
        left: -50%;
        background: var(--main-color);
        height: 2px;
    }

    .sec-cg .sec2 .appeal-step .item.step3::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 7px 5px;
        border-color: transparent transparent var(--main-color) transparent;
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: auto;

    }
}

@media (min-width:992px) {

    .banner .item .pic .imgB {
        display: none;
    }

    .side-left #side1collapse {
        display: block !important;
        height: auto !important;
    }

    .side .side-left {
        box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
        border-radius: 10px;
        padding: 15px;
        background: rgba(255, 255, 255, 0.5);
    }
    .sec-coreC .g-production .pic-center .g-title br{
        display: none;
    }
}

@media (min-width: 1200px) {
    .inner-box {
        padding-left: 100px;
        padding-right: 100px;
    }

    body.investors .main_content>.container, body.cg .main_content>.container  {
        padding-left: 100px;
        padding-right: 100px;
    }

    .header .navbar .btn-default .icon-white, .header .navbar .btn-default .txt {
        display: none;
    }

    .header .navbar .lang .dropdown-menu {
        transform: translateY(50px);
        display: block;
        opacity: 0;
        visibility: visible;

    }


    .header .navbar .lang.open .dropdown-menu {
        transform: translateY(0);
        opacity: 1;

    }

    .header .navbar .navbar-nav>li>a:after {
        content: '';
        position: absolute;
        height: 3px;
        background-color: var(--main-color);
        bottom: 0;
        left: 10px;
        right: 10px;
        transform-origin: right;
        transform: scaleX(0);
        transition: transform .3s ease-in-out;
    }

    .header .navbar .navbar-nav>li>a:hover:after, .header .navbar .navbar-nav>li.open>a:after {
        transform-origin: left;
        transform: scaleX(1);
    }

    .sec-about .sec2 .pro-list.aos-animate .item:nth-child(1), .sec-about .sec2 .pro-list.aos-animate .item:nth-child(2), .sec-about .sec2 .pro-list.aos-animate .item:nth-child(3) {
        left: -100px
    }

    .sec-about .sec2 .pro-list.aos-animate .item:nth-child(4), .sec-about .sec2 .pro-list.aos-animate .item:nth-child(5), .sec-about .sec2 .pro-list.aos-animate .item:nth-child(6) {
        right: -100px;
    }

    /* .sec-about .sec1 .pic-map {
        margin-left: -100px;
    } */


}

@media (max-width:1199px) and (min-width:992px) {
    body.investors .main_content>.container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1399px) {
    .header .navbar .navbar-brand {
        width: 167px;
        height: 46px;
        background-size: contain;

    }

    .sec-about .sec4 .right-info {
        padding-left: 0;
    }

    .sec-about .sec4 .right-info .g-pic {
        margin-left: 100px;
        margin-right: -100px;
    }

}

@media (max-width: 1199px) {

    .header .banner .bxslider li {
        height: auto;
    }

    .header .banner .bxslider li img {
        display: block;
    }

    .header .navbar .navbar-nav {
        clear: both;
        float: none;
        margin: 0;
        padding: 0;
    }

    .header .navbar .navbar-nav>li {
        float: none;
        display: block;
    }

    .header .navbar .navbar-nav>li+li {
        border-top: 1px solid rgba(255, 255, 255, 0.308);
    }

    .header .navbar .navbar-nav>li>a {
        padding: 15px;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }

    .header .navbar .navbar-nav li a:hover {
        color: #f49d37;
    }

    .header .navbar .navbar-header {
        float: none;
    }

    .header .navbar .navbar-brand {
        float: none;
        margin: 23px auto 15px;
    }

    #floating {
        margin-top: -90px;
    }

    .navbar-toggle .icon-bar {
        position: relative;
        margin: 0px auto;
        cursor: pointer;
        user-select: none;
        transition: all 300ms ease 0s;
        width: 2.7rem;
        height: 2px;
        background-color: #fff;
    }

    .navbar-toggle .icon-bar::before, .navbar-toggle .icon-bar::after {
        content: "";
        display: inline-block;
        width: 2.7rem;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 0px;
        transform-origin: 50% 50%;
        transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms, transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s, background-color 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    }

    .navbar-toggle .icon-bar::before {
        top: 0.8rem;
    }

    .navbar-toggle .icon-bar::after {
        top: -0.8rem;
    }

    /* .navbar-toggle:not(.collapsed) .icon-bar::before {
        transform: scaleX(0);
    }
    .navbar-toggle:not(.collapsed) .icon-bar {
        background: transparent;
    } 
    .navbar-toggle:not(.collapsed) .icon-bar::before, .navbar-toggle:not(.collapsed) .icon-bar::after {
        transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s, transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
        top: 0px;
        width: 2.7rem;
        background: #fff;
    }*/
    /* .navbar-toggle:not(.collapsed) .icon-bar::before {
        transform: rotate3d(0, 0, 1, 45deg) scale(1.1);
    }
    .navbar-toggle:not(.collapsed) .icon-bar::after {
        transform: rotate3d(0, 0, 1, -45deg) scale(1.1);
    } */
    .header .navbar .navbar-collapse, .header .navbar .navbar-collapse.collapseing {
        border: none;
        position: fixed;
        top: 0;
        height: 100vh !important;

        background: url(../images/all/bg_nav2.jpg) no-repeat #0056a8 right bottom;
        background-size: cover;

        width: 70%;
        pointer-events: none;
        margin: 0;
        z-index: 9999;
        padding: 62px 0 0 0;
        overflow-y: auto !important;
        opacity: 0;
        right: -10%;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }

    .header .navbar .navbar-collapse.in {
        pointer-events: visible;
        right: 0;
        opacity: 1;
        transition: all .5s ease;

    }

    .header .navbar .navbar-toggle:not(.collapsed) {
        z-index: 9999;
    }

    .navbar-nav .minwidth {
        display: block;
    }

    .bg-navBefore {
        position: fixed;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        transition: all .5s ease;
        /* transition-delay: .5s; 
        background: rgba(0, 0, 0, 0.84);*/
        /* transition: opacity .4s cubic-bezier(.72, .16, .345, .875), visibility .4s cubic-bezier(.72, .16, .345, .875);
        -webkit-transform: translateZ(0);
        transform: translateZ(0); */
        visibility: hidden;
        opacity: 0;
        background: url(../images/all/bg_nav.jpg) no-repeat;
        background-size: cover;
        transform: scale(1.1);

    }

    .bg-navBefore.d-show {
        visibility: visible;
        transform: scale(1);
        opacity: 1;
        transition: all .5s;

        /* backdrop-filter: blur(5px); */
    }

    .bg-navBefore:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
    }

    .header .navbar .navbar-toggle {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        background: #C0D6DF;
        width: 45px;
        height: 45px;
        margin: 0;
        border: none;
    }

    .header .g-nav {
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: space-between;
        align-items: center;

    }

    .btn-close {
        width: 60px;
        height: 60px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        background: #f49d37;
    }

    .btn-close:before {
        content: "";
        transform: translate(-50%, -50%) rotate(45deg);
        display: block;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        bottom: 0;
    }

    .btn-close:after {
        content: "";
        transform: translate(-50%, -50%) rotate(-45deg);
        display: block;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        bottom: 0;
    }

    .home-about .g-aboutH {
        flex-direction: column-reverse;
    }

    .home-about .g-aboutH .right-info {
        width: 100%;
        padding: 0 20px;
    }

    .home-about .g-aboutH .left-info {
        width: 100%;
        margin-right: 0;
        background: url(../images/all/bg_aboutH.jpg) no-repeat right top;
        background-size: 60%;
        position: relative;
    }

    .home-about .left-info:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: rgb(255, 255, 255);
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        height: 30%;
    }

    .home-about .bg {
        display: none;
    }

    .sec-home.home-about {
        padding-bottom: 20px;
    }


    .sec-home {
        padding: 50px 0;
    }

    .inner-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header .navbar .btn-default img:not(.icon-white) {
        display: none;
    }

    .header .navbar .lang {
        margin-left: 0;
        width: 100%;
        display: block;
    }

    .header .navbar .btn-default .icon {
        margin-right: 10px;
    }

    .header .navbar .btn-default {
        background: none;
        color: #fff;
        text-shadow: none;
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        width: 100%;
        background: #002e55;
        font-size: 15px;
        font-weight: bold;
    }

    .header .navbar .lang .dropdown-menu {

        position: relative;
        top: auto;
        float: none;
        margin: 0;
        border-radius: 0;
        visibility: visible;
    }

    body.product .pro-list.row {
        margin: 0;
    }

    body.product .pro-list.row div[class*="col"] {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

    body.product .pro-list.row .pic {
        height: 250px;
    }

    body.product .pro-list.row .pic img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    body.product.p01 .sb .pic {
        height: 300px;
        width: 100%;
    }

    body.product.p01 .sb .pic img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    body.product.p01 .sb {
        flex-direction: column-reverse;
        margin: 0 -30px;
    }

    body.product.p01 .txt-desc {
        margin: 30px 0;
        width: 100%;
    }

    /* body.product.p01 .sb .pic:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: auto;
        background: rgb(255, 255, 255);
        background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
        transition: all .5s;
        z-index: 1;
        height: 50%;
    }

    body.product.p01 .sb .title {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-top: 0;
        position: relative;
        top: auto;
        transform: none;
    } 

    body.product.p01 .sb .title:after {
        content: "";
        display: block;
        width: 1px;
        height: 50px;
        background: #000;
        margin: 0 auto -20px;
    }*/

    .main_content>.container .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    body.product.p01 .pro-listShow .item>* {
        width: 50% !important;
    }

    body.product.p01 .pro-listShow .item .info {
        padding: 50px 30px;
    }

    .home-pro .proH-list {
        margin: 0;
    }

    .home-pro .h2 {
        width: 50%;
        position: relative;
        bottom: auto;
        right: auto;
        z-index: 5;
        margin: 0 auto -5%;
        top: auto;
    }

    .header .navbar-nav>li>.dropdown-menu {
        position: relative;
        float: none;
        display: none;
    }

    .header .navbar-nav>li.open>.dropdown-menu {
        display: block;
        margin-top: 0;
        margin-bottom: 10px;
        background: #084381;

    }


    .header .dropdown-submenu>.dropdown-menu {
        position: relative;
        float: none;
        left: auto;
        border-radius: 0 0 10px 10px;
        margin: 5px;
        background: #2c6db3;
    }

    .header .navbar-nav>li>.dropdown-menu .dropdown-menu>li:nth-child(1)>a {
    }

    .side .nav>li {
        display: block;
    }

    .header .navbar-nav>li>.dropdown-menu li a:hover, .header .navbar-nav>li>.dropdown-menu>li.open>a, .header .navbar-nav>li>.dropdown-menu li a:focus {
        background: var(--forth-color);
    }
/* 
    .sec-about .sec1 .pic-map {
        margin-left: -30px;
        margin-right: -40%;
    } */

    .sec-hr .sec1 .g-info {
        flex-direction: column-reverse;
    }

    .sec-hr .sec1 .g-info>* {
        width: 100%;
    }
    .sec-hr .sec1 .g-pic{
        display: flex;
        margin:0 -10px;
        flex-direction: column;
    }
    .sec-hr .sec1  .g-pic .pic+.pic{
        position: relative;
        top:0;
        margin:-20px 0 0 auto;

    }
    .sec-hr .sec1 .right-info {
        margin-bottom: 30px;
        padding-left: 0;
    }

    .sec-hr .sec1 .left-info .g-pic {
        margin: 0;
    }

    .sec-hr .sec2, .sec-bg {
        padding: 50px 0 50px;
    }
    .sec-hr .sec1 .benefits-list .item {
        margin-bottom: 30px!important;
    }
    .sec-hr .sec1 .g-pic .pic {

        width: 80%;
        height: 200px;
    }
    /* .sec-hr .sec1 .g-pic img {
        object-fit: contain;
        height: auto;
        width: auto;
    } */

    .sec-esgB .sec1 .g-info {
        flex-direction: column-reverse;
    }
    .sec-esgB .sec1 .g-info>* {
        width: 100%;
    }
    .sec-esgB .sec1 .right-info {
        margin-bottom: 30px;
        padding-left: 0;
    }
     .sec-esgB .sec1 .g-pic .pic {
        height: auto;
    }
    .sec-esgB .sec1 .g-pic .pic+.pic{
        top:0;
    }
/*
    .sec-esgB .sec1 .g-pic{
        display: flex;
        margin:0 -10px;
        flex-direction: column;
    }
    .sec-esgB .sec1  .g-pic .pic+.pic{
        position: relative;
        top:0;
        margin: 15px 0 0 auto;

    }


    .sec-esgB .sec1 .left-info .g-pic {
        margin: 0;
    } */
    body.investors .main_content>.container, body.cg .main_content>.container{
        padding-left: 30px;
        padding-right: 30px;
    }

}


@media (max-width: 991px) {

    .side {
        padding-bottom: 30px;
    }

    .side.removePadding {
        padding: 0;
    }

    .side .sider_nav {
        /* padding-left: 30px;
        padding-right: 30px; */
    }

    .side .container {
        padding: 0 !important;
    }

    .main_content>.container>.row {}

    .side .nav {
        max-width: none;
        margin: 0;
        display: none;
    }

    .side.menu-open .nav {
        display: block;
    }


    .side .nav>li {
        float: none;
        display: block;
        border: 0;
        margin: 0 5px;

    }

    .side .nav>li ul li {
        display: block;
        vertical-align: top;
    }
    .side .nav>li ul li li{
        display: inline-block;
    }

    .side .nav>li+li {
        border: 0;
    }

    .home-core .g-core {
        flex-direction: column-reverse !important;
    }

    .home-core .g-core>* {
        width: 100%;
    }

    .home-core .g-core.aos-animate .right-info {
        height: 350px;
    }

    .home-core .g-core .left-info {
        padding: 50px 20px;
    }

    .footer .sitemap {
        display: none;
    }

    .footer .g-footer .left-info {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer .g-footer .g-company {
        margin-right: 30px;
    }

    .footer .g-footer {
        flex-direction: column;
    }

    .footer .copyright {
        text-align: left;
    }

    .banner .item .pic .imgS {
        display: none;
    }

    body.product.p01 .pro-listShow .item {
        flex-direction: column !important;
    }

    body.product.p01 .pro-listShow .item>* {
        width: 100% !important;
    }

    body.product.p01 .pro-listShow .item .info {
        padding: 50px 0;
    }

    /* .sec-son {
        padding-left: 30px;
        padding-right: 30px;
    } */

    .home-pro .proH-list {
        margin: 0;
    }

    .sec-about .sec1 .g-info {
        flex-direction: column;
    }

    .flex-style>* {
        width: 100%;
    }

    .sec-about .sec2 .pro-list .item {
        width: 50%;
    }

    .history-list {
        width: 100%;
    }

    .sec-about .sec4 .target-list .item {
        flex: 1 1 100%;
    }

    .sec-about .sec4 .g-target {
        flex-direction: column;
    }

    .sec-about .sec4 .left-info {
        width: 100%;

    }

    .sec-about .sec4 .left-info .pic {

        height:250px;
        left: 0;
        margin-bottom: 30px;

    }

    .sec-about .sec4 .left-info .pic img {
        object-position: bottom;

    }

    .sec-about .sec4 .right-info {
        width: 100%;
    }

    .sec-about .sec4 .right-info .g-pic {
        width: 60%;
        margin: -30px -30px 0 auto;
    }

    body.product .pro-list.pro-styleB .item a {
        flex-direction: column !important;
    }

    body.product .pro-list.pro-styleB .item .pic {
        width: 100%;
    }

    body.product .pro-list.pro-styleB .item .info {
        padding: 0!important;
        width: 100%;
        flex-direction: row;
        position: static;
        align-items: stretch;
    }

    body.product .pro-list.pro-styleB .item .info .g-title {
        display: flex;
        font-weight: bold;
        font-size: 20px;
        flex-shrink: 0;
        flex-direction: column;
        width: 30%;
        align-items: flex-start;
        padding-right: 15px;
        margin-left: 40px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    body.product .pro-list.pro-styleB .item .info .g-txt {
        width: 70%;
        margin-top: -30px;
    }

    body.product .pro-list.pro-styleB .item .txt {
        margin: 0 0 0 0 !important;
        height: 100%;
    }

    body.product .pro-list.pro-styleB .item .pic {
        width: 90%;
        height: 300px;
    }

    body.product .pro-list .item .info .txt-en {

        position: absolute;
        top: 0;
        right: 0;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;

    }

    body.product .pro-list.pro-styleB .item:nth-child(even) .info .icon-arrow {
        margin: -20px 20px 0 auto;
    }

    .sec-hr .sec2 .system-list .item, .list-public .item {
        width: 100%;
    }

    .sec-core .sec1 .g-circle {

        flex-direction: column-reverse;
    }

    .sec-core .sec1 .g-circle .txt {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: -50px;
    }

    .sec-core .sec1 .pic-logo {
        margin: 0 auto 10px;
    }

    .sec-core .sec1 .g-circle .txt-slogan {
        flex-direction: column;
        align-items: center;
    }

    .sec-core .sec1 .pic {
        height: 300px;
    }

    .sec-core .sec1 .pic img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .sec-core .sec1 .g-circle .pic-circle {
        width: 60%;
        margin-top: -50px;
    }

    .sec-core .sec1 .g-certificate {
        width: 100%;
        margin-top: 30px;
        padding: 0;
        margin-left: 0;
        text-align: center;
    }

    .sec-core .sec1 .g-circle .pic-circle img {
        margin-bottom: 20px;
    }

    .sec-core .sec1 .g-certificate a {
        margin: 0 5px;
    }

    .sec-cg .sec2 .g-appeal {
        flex-direction: column;
    }

    .sec-cg .sec2 .g-appeal .left-info {
        width: 100%;
        margin-bottom: 20px;
    }

    .sec-cg .sec2 .g-appeal .right-info {
        padding-left: 0;
        width: 100%;
    }

    .sec-core .sec3 .process-list {
        flex-direction: column;
    }

    .sec-core .sec3 .process-list .item {
        width: 100%;
        padding: 0 15px;
        position: relative;
    }

    .sec-core .sec3 .process-list .item .title {
        padding: 15px;
        height: auto;
    }

    .sec-core .sec3 .process-list .item {
        width: 100%;
        padding: 0 0 15px;
        position: relative;
    }

    .sec-core .sec3 .process-list .item .title:before {
        display: none;
    }

    .sec-core .sec3 .process-list .item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 150px;
        background: #eee;
        bottom: 0;
        margin: 0 20px 0 auto;
    }

    .sec-core .sec3 .process-list .item .txt {
        margin: 10px;
    }

    .sec-core .sec3 .process-list .item:last-child .title:after {
        display: none;
    }

    .sec-core .sec3 .process-list .item:last-child:before {
        bottom: 50px;
    }

    .sec-core .sec3 .process-list .item:last-child:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 150px 0 150px;
        border-color: #eee transparent transparent transparent;
        position: absolute;
        bottom: 0;
        right: -55px;
    }

    .sec-core .note-list li{
        flex:1 1 45%;
    }
    .sec-coreB .g-step, .sec-coreB .g-desc{
        flex-direction: column!important;
    }
    .sec-coreB .g-step >*, .sec-coreB .g-desc >*{
        width:100%!important;
    }
    .sec-coreB .g-process{
        width: 90%;
        margin: 0 auto 30px;
    }
    .sec-coreB .g-desc .g-pic{
        display: flex;
    }
    .sec-coreB .g-desc .g-pic>*{
        width: 50%;
    }
    .sec-coreB .g-desc .left-info{
        padding:0;
    }
    .sec-coreB .pic-logo {

        width: 150px;

    }
    .sec-coreB .g-desc .left-info, .sec-coreB .sec4 .g-step .left-info, .sec-coreB .sec5 .g-step .left-info{
        flex-direction: column;
        margin-bottom: 30px;
    }
    .home-pro .slick-style .slick-prev {
        left: 0;
    }
    .home-pro .slick-style .slick-next {
        right: 0;
    }
    .sec-esgC .sec1 .g-flex .left-info{
        width: 100%;
        margin:-50px auto 0;
    }

    .sec-esgC .sec1 .g-flex {
        flex-direction: column-reverse;
        padding: 0;
    }
    .sec-esgC .sec1 .g-flex .right-info{
        height: 300px;
        margin-bottom: 30px;
        position: relative;
        margin: 0 -30px;
        width: auto;
    }

    .sec-esgC .core-list {
        flex-direction: column;
    }
    .sec-esgC .core-list .item {
        padding:30px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }
    .sec-esgC .core-list .item .g-pic {
        width: 30%;
        margin-top: 0;
    }

    .sec-esgC .sec5 .goals-list .item{
        align-items: flex-start;
    }
    .sec-esgC .sec5 .goals-list .item .info {
        padding: 0 30px;
        width: 65%;
    }
    .sec-esgD .g-promise {
        flex-direction: column;
    }
    .sec-esgD .g-promise .pic{
        width: 100%;
    }
    .sec-esgD .g-promise .info{
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .sec-esgD .g-promise .info ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }


    .sec-esgD .g-promise .info .txt-en {
        border-right:none;
        display: block;
    }
    .sec-coreC .g-production .pic-center img{
        width:60%;
    }
        .sec-coreC .production-list .item:nth-child(1) .title{
            position: absolute;
            top: 15px;
            left: 15px;
            font-size: 20px;
            text-align: left;
        }
        .sec-coreC .production-list .item:nth-child(2) .title{
            position: absolute;
            top: 15px;
            right: 15px;
            font-size: 20px;
            text-align: right;
        }
        .sec-coreC .production-list .item:nth-child(3) .title{
            position: absolute;
            bottom: 15px;
            left: 15px;
            font-size: 20px;
            text-align: left;
        }
        .sec-coreC .production-list .item:nth-child(4) .title{
            position: absolute;
            bottom: 15px;
            right: 15px;
            font-size: 20px;
            text-align: right;
        }
        .sec-cia .g-intro{
            flex-direction: column-reverse;
        }
        .sec-cia .g-intro .pic{
            height: 250px;
            margin-bottom: 20px;
        }
        .sec-cia .g-intro .info{
            padding-right: 0;
        }
}

@media (max-width: 767px) {

    #floating,
    #floating.fixed {
        top: 40px;
        margin-top: 0;
    }

    #floating .btn-floating {
        display: block;
    }

    #floating ul {
        width: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #floating.open ul {
        width: 60px;
    }

    /* .header .navbar .navbar-header {
        text-align: center;
    }

    .header .navbar .navbar-toggle {
        font-size: 18px;
        color: #1EB5BE;
        letter-spacing: 2px;
        border: none;
        float: none;
        margin: 0 0 20px;
        padding-left: 14px;
    }

    .header .navbar .navbar-toggle:hover {
        background: none;
        color: #888;
    }

    .header .navbar .navbar-nav {
        background: none;
        border-top: 2px solid #52CED5;
        margin: 0 -15px;
    }

    .header .navbar .navbar-nav>li {
        display: block;
    }

    .header .navbar .navbar-nav>li+li:before {
        display: none;
    }

    .header .navbar .navbar-nav>li>a {
        width: auto;
        text-align: center;
        border-bottom: 1px solid #52CED5;
        padding: 10px;
    }

    .header .navbar .sub-nav {
        text-align: center;
        margin: 10px 0 20px;
        position: static;
    }

    .header .navbar .btn-default {
        color: #333;
    }

    .header .navbar .lang {
        text-align: center;
        display: block;
        margin-top: 10px;
        position: static;
    }

    .header .navbar .lang .btn {
        width: 100%;
        background: none;
        font-size: 14px;
        border: none;
        float: none;
        display: block;
        padding: 8px;
    }

    .header .navbar .lang .btn,
    .header .navbar .lang .btn:active .header .navbar .lang .btn:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header .navbar .lang .dropdown-menu {
        text-align: center;
        box-shadow: none;
        float: none;
        position: static;
    } */




    .footer .copyright,
    .footer .siteinfo,
    .footer .siteinfo ul {
        display: block;
    }

    .footer .siteinfo ul>li {
        display: block;
    }

    .footer .siteinfo ul>li+li:before {
        display: none;
    }

    .main {
        z-index: auto;
    }

    .side .nav {
        margin-bottom: 10px;
    }

    .side .nav>li {
        float: none;
        display: block;
        margin: 0;
    }



    .content .list-box .txt-list li.list-header {
        display: none;
    }

    .content .list-box .txt-list li span {
        float: none;
        display: block;
        padding: 0;
    }

    .content .btn-box {
        text-align: center;
    }

    .content .btn-box .page-info select {
        width: 100px;
        display: inline-block;
    }

    .content .btn-box .pager,
    .content .btn-box .page-info {
        float: none;
    }

    .content .btn-box .pager {
        display: block;
    }

    .content .btn-box .pager li {
        margin: 0;
    }

    .content .btn-box .pager li>a {
        width: 100%;
        text-align: center;
        margin: 5px 0 0;
        padding-left: 0;
        padding-right: 0;
    }

    .home-hr .hr-list {
        flex-direction: column;
    }

    .home-hr .hr-list .icon {
        width: 90px;
        height: 90px;
        background: #f49d37;
        padding: 10px;
        margin: 0 10px 0 0;
        flex-shrink: 0;
    }

    .home-hr a {
        display: inline-flex;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50px;
        padding-right: 30px;
        padding: 5px 30px 5px 5px;
        width: 50%;
    }

    .home-hr .hr-list .item+.item {
        margin-top: 10px;
    }

    .home-about .g-aboutH .right-info .txt {
        font-size: 16px;
        line-height: 1.6em;
    }

    .submenu .submenu-list.list-inline {
        border: 1px solid var(--main-color);
        border-radius: 10px;
        margin-top: 10px;
        flex-direction: column;
        padding: 15px;
    }

    .submenu .submenu-list.list-inline>li {
        position: relative;
        width: 100%;
        padding: 7px;
        margin: 0;
    }

    .submenu .submenu-list.list-inline>li+li {
        border-top: 1px solid #ccc;
    }

    .submenu .submenu-list.list-inline>li>a:not(.drop-arrow) {
        border: none;
    }

    .submenu .submenu-list>li.hasSub .dropdown-menu {
        position: relative;
        float: none;
    }

    .table-responsive {
        border: none;
    }

    table.table.tb-reflow tr td:nth-child(1) {
        border-radius: 10px 10px 0 0;
        background: #E0DDCF;
        padding: 15px 10px;
        color: #454545;
        margin: -15px -15px 0;
        width: auto;
        font-weight: bold;
        border: none;
    }

    table.table.tb-reflow tr td:nth-child(1):before {
        display: none;
    }

    table.table.tb-reflow tr td:not(:nth-child(1)) {
        text-align: left;
    }


    table.table.tb-reflow tr {
        display: block;
        background: #fff;
        padding: 15px;
        border-radius: 15px;
        box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    }

    table.table.tb-reflow tr+tr {
        margin-top: 30px;
    }

    table.table.tb-reflow tr td {
        border-bottom: 1px solid #eee;
        background: none;
        border-top: none;
    }

    table.table.tb-reflow tr td:last-child {
        border: none;
    }

    table.reflow-table.reflow-table-w-50 td:before {
        display: block;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px;
    }

    table.tb-reflow .btn-tb {
        margin: 0;
    }

    .pager-list li.btn-first, .pager-list li.btn-last {
        display: none;
    }

    .pager-list li .g-selectPage {
        margin: 0;
    }

    .pager-list li .g-selectPage .form-control {
        margin: 5px 0;
    }

    ul.dl-list.nav {
        justify-content: flex-start;
    }

    ul.dl-list.nav li {
        display: flex;
        align-items: center;
    }

    .home-pro .proH-list .item {
        margin: 15px;
    }

    .home-pro .proH-list .item.slick-center .pic {
        margin: -15px;
    }

    body.contact .g-contact {
        margin-bottom: 50px;
        flex-direction: column-reverse;
    }

    body.contact .g-contact .right-info {
        padding: 0 0 50px 0;

    }

    body.contact .g-contact>* {
        width: 100%;
    }

    body.contact .g-contact .pic-logo {
        margin: 30px auto 15px auto;
        width: 100%;
    }

    body.contact .g-contact .g-social {
        margin-top: 50px;
    }

    body.contact .g-contact .left-info {
        padding: 30px;
    }

    .header .navbar .navbar-nav {

        width: 100%;
    }

    .header .navbar-nav>li.open>.dropdown-menu {
        margin: 0 15px 15px;
    }

    .sec-about .sec1 .pic-map {
        margin-left: -30px;
        margin-right: -30px;
    }

    .banner .h1 {
        font-size: 30px;
    }

    .btn-close {
        width: 40px;
        height: 40px;
    }

    body.product .pro-list.pro-styleB .item .info {

        position: static;
        flex-direction: column;
        margin-top: 40px;
    }

    body.product .pro-list.pro-styleB .item .info .g-title {
        width: 100%;
        margin: -60px 0 50px!important;
        padding-left: 20px;
        flex-direction: row;
        align-items: flex-end;

    }

    body.product .pro-list.pro-styleB .item .txt {
        margin: 20px 0 0 0 !important;
    }

    body.product .pro-list.pro-styleB .item .info .g-title .no {
        font-size: 50px;
        color: #000;
        padding-bottom: 10px;
    }

    .sec-cg .sec2 .appeal-step {
        flex-direction: column;
        padding-left: 20px;
    }

    .sec-cg .sec2 .appeal-step .item {
        width: 100%;
    }

    .sec-cg .sec2 .appeal-step .item[class*="step"] {
        -webkit-writing-mode: initial;
        -moz-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        padding: 15px 10px;

    }



    .sec-cg .sec2 .appeal-step .arrow {
        flex-direction: row;
        justify-content: space-around;
    }

    .sec-cg .sec2 .appeal-step .arrow i {
        margin: 20px 0;
    }

    .sec-cg .sec2 .appeal-step .arrow i:before {
        transform: rotate(90deg);
        width: auto;
        height: auto;
        display: block;
    }

    .sec-cg .sec2 .appeal-step .item.step3::after {
        content: "";
        position: absolute;
        top: 50%;
        left: auto;
        transform: translateY(-50%);
        width: 20px;
        height: 2px;
        background: var(--main-color);
        z-index: -1;
        right: 100%;
    }

    .sec-cg .sec2 .appeal-step .item.step6::after, .sec-cg .sec2 .appeal-step .item.step3::after {
        content: "";
        position: absolute;
        top: 50%;
        left: auto;
        transform: translateY(-50%);
        width: 20px;
        height: 2px;
        background: var(--main-color);
        z-index: -1;
        right: 100%;
    }

    .sec-cg .sec2 .appeal-step .item i.no {
        flex-direction: column-reverse;
    }

    .sec-cg .sec2 .appeal-step .item[class*="step"] .no {

        top: -10px;
        left: auto;
        right: 20px;
        margin: 0;
        color: #888;
        font-size: 30px;
    }

    .sec-cg .sec2 .appeal-step .item:nth-child(6):before, .sec-cg .sec2 .appeal-step .item:nth-child(8):before, .sec-cg .sec2 .appeal-step .item:nth-child(10):before,
    .sec-cg .sec2 .appeal-step .item.step4::after, .sec-cg .sec2 .appeal-step .item.step5::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: auto;
        left: -20px;
        background: var(--main-color);
        height: auto;
        width: 2px;
        top: 0;
    }

    .sec-cg .sec2 .appeal-step .item.step6::before {
        content: "";
        bottom: 50%;
        left: -20px;
        background: var(--main-color);
        width: 2px;
        top: -50%;
        display: block;
        position: absolute;

    }

    .sec-cg .sec2 .appeal-step .item.step3::before {
        content: "";
        top: 50%;
        left: -20px;
        background: var(--main-color);
        width: 2px;
        bottom: -50%;
        display: block;
        position: absolute;

    }

    .sec-cg .sec2 .appeal-step .item.step3 span.arrow {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent var(--main-color);
        position: absolute;
        top: 50%;
        right: 100%;
        margin: auto;
        transform: translateY(-50%);

    }

    .sec-cg .sec2 .g-appeal .right-info .row>div[class*="col"] {
        margin-bottom: 15px;
    }

    .sec-core .sec4 .management-end, .sec-core .sec4 .management-top, .sec-core .sec4 .management-info{
        width: 1000px;
        padding: 0 15px;
    }
    .history-list {
        margin-left: 30px;
    }
    .history-list>li{
        width: 100%;
        margin-bottom: 15px;
    }
    .history-list .year{
        width: 50px;
        height: 50px;
    }
    .g-history .line {
        left: 0;
        transform: none;
    }
    .history-list>li:nth-child(odd) {
        align-items: flex-start;
        z-index: 5;
    }
    .history-list>li:nth-child(even) {
        left: auto; 
        margin-top: 0;
    }
    .history-list li .year:before {
        left: -50px!important;
        right: auto;
    }
    .history-list.aos-animate:before {
        left: 5px;
    }
    .history-list li:nth-child(odd) .year:after{
        border-width: 7.5px 30px 7.5px 0;
        border-color: transparent #689acb transparent transparent;
        position: absolute;
        right: calc(100% - 10px);
        left:auto;
    }
    .eia-list table.table.tb-styleB thead tr th br {
        display: none;
    }
    .eia-list .item .d-flex {
        flex-direction: column!important;
    }
    .eia-list .item .left-info, .eia-list .item .right-info{
        width: 100%;
    }
    .eia-list .item .right-info{
        padding:30px 0;
    }
    .eia-list .item .left-info .pic {
        height: 250px;
    }
    table.table.tb-reflow.tb-styleB tr td:nth-child(1) {
        background: none;
        color: var(--main-color);
        margin:0;
        width: auto;
        font-weight: bold;
        border-bottom: 3px solid;
    }
    table.table.tb-reflow.tb-styleB tr {
        padding: 0;
        box-shadow: none;
    }
    table.reflow-table.reflow-table-w-50.tb-styleB td:before {
        display: inline-block;
        margin-right: 15px;
    }
    ul.list-inline.num-list> li {
        width: 100%;
    }
    .sec-coreB .g-process {
        flex-direction: column;
        margin: 30px auto ;
    }
    .sec-coreB .g-process .item.arrow{
        padding: 20px 0;

    }
    .sec-coreB .g-process .item:not(.arrow):before {
        transform: skewY(-7deg);
    }
    .sec-coreB .g-process .item.arrow:before {
        top: -50%;
        bottom: -50%;
        left: 15%;
        right: 15%;
    }
    .sec-coreB .g-process .item.arrow i {
        transform: rotate(90deg);
    }

    .pushB{
        margin-bottom: 70px;;
    }
    .sec-coreB .g-process{
        width: 60%;
    }
    body.product .pro-list.pro-styleB .item .info .g-txt{
        width: 100%;
    }
    body.product .pro-list.pro-styleB .item:before{
        display: none;
    }
    .main_top .h2 {
        margin: 50px auto 0;
    }
    .pic-jgList .title{
        top:auto;
        display: block;
        padding:15px;
        opacity: 1;
    }
    .pic-jgList .pic:not(.end):before{
        display: none;
    }
    .sec-esgC .strategy-list {
        flex-direction: column;
        margin: 0;
    }
    .sec-esgC .strategy-list .item {
        width: 100%;
        margin:0 0 30px;
    }
    .sec-esgC .strategy-list .item .pic{
        width: 100%;
    }
    /* .sec-esgC .strategy-list .item .title {
        border-radius: 5px;
        padding: 5px 10px;
        font-weight: bold;
        font-size: 18px;
        position: relative;
        bottom: auto;
        left: 0;
        margin-bottom: 15px;
        display: inline-block;
    }
    .sec-esgC .strategy-list .item .info {
        border-left: none;
        padding: 20px;
        width: 100%;
        position: absolute;
        bottom: 0;
        margin:0;
    } */
    /* .sec-coreC .production-list .item {
        position: relative;
        width: 100%;
    }
    .sec-coreC .g-production .pic-center .g-title {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        margin: auto;
        border: 1px solid #69a2bd;
    }
    .sec-coreC .g-production .pic-center img{
        display: none;
    }
    .sec-coreC .production-list .item a {
        height: 250px;
    }
    .sec-coreC .production-list .item .title{

    } */
    .sec-coreC .g-production .pic-center {
        position: relative;
        top: auto;
        left: 0;
        transform: none;
        z-index: 20;
        pointer-events: none;
        right: 0;
        background: url(../images/core/bg_production.jpg) no-repeat center center;
        background-size: cover;
        padding: 50px 0;
        pointer-events: auto;

    }
    .sec-coreC .production-list .item {
        width: 100%;
    }
    .sec-coreC .production-list .item a{
        height: 250px;
    }
    .sec-coreC .production-list .item .title {
        position: absolute;
        top: auto!important;
        left: 15px!important;
        font-size: 20px;
        text-align: left!important;
        bottom: 15px!important;
        right: auto!important;
    }
    .sec-coreC .g-production .pic-center img {
        width:90%;
    }
    .sec-coreC .g-production .pic-center .g-title span:nth-child(1), .sec-coreC .g-production .pic-center .g-title span:nth-child(3) {
        font-size: 20px;
        color: #fff;
        background: var(--forth-color);
        padding: 10px 20px;
        border-radius: 30px;
        margin: 0 30px;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        display: block;
        margin: 0;
        padding: 0;
        padding: 20px 5px;
        font-size: 16px;
    }
    .sec-coreC .g-production .pic-center .g-title {
        justify-content: space-between;

    }
    .g-chairman{
        flex-direction: column-reverse;
    }
    .g-chairman .left-info, .g-chairman .right-info{
        width: 100%;
        padding:0;
    }
    .g-chairman .right-info .pic{
        width: 50%;
        margin:0 auto 30px;
    }
    .footer .footer-end {
        flex-direction: column;
    } 
    .footer .copyright{
        margin:15px 0 0 ;
    }
    }

@media (max-width: 600px) {
    table.table.tb-style.tb-financial thead tr:nth-child(1) th {
        min-width: 120px;
    }

    .home-hr a {

        width: auto;
    }
    .txt-name{
        flex-direction: column;
        align-items: flex-end;
    }
    body.news .news-list li a {
        flex-direction: column;
        align-items: flex-start;
    }
    body.news .news-list li a .date {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
    body.news .news-list li a .date b{
        margin-right: 5px;
    }
    .sec-coreB .g-process{
        width: 100%;
    }
    .sec-esgC .core-list .item {
        flex-direction: column;
        align-items: flex-start;
    }
    .sec-esgC .core-list .item .g-pic {
        width: 100%;
        margin-top: 50px;
    }
    .sec-esgC .core-list .item .g-pic img {
        width: 25%;
    }
    .sec-esgC .core-list ul.ul-style.nav > li {
        margin-bottom: 10px;
        display: inline-flex;
        margin-right: 10px;
    }
    .sec-esgC .sec5 .goals-list .item {
        flex-direction: column!important;
    }
    .sec-esgC .sec5 .goals-list .pic, .sec-esgC .sec5 .goals-list .item .info{
        width: 100%;
    }
    .sec-esgC .sec5 .goals-list .item .info{
        padding:0;
        margin-top:20px;
    }
}