﻿@charset "utf-8";

/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/
:root {
    --main-color: #0457a8 !important;
    --second-color: #008641 !important;
    --third-color: #f49d37 !important;
    --opacity-color: 4, 87, 168;
    --forth-color: #6CA6C1 !important;
    --sixth-color: #ff98b2 !important;
    --seventh-color: #ffb5a7 !important;
    --eighth-color: #88605c !important;
    --nighth-color: #c2908a !important;
    --main-color-trans: invert(52%) sepia(62%) saturate(1778%) hue-rotate(303deg) brightness(99%) contrast(81%);
    --second-color-trans: invert(88%) sepia(78%) saturate(801%) hue-rotate(286deg) brightness(102%) contrast(106%);
    --seventh-color-trans: invert(73%) sepia(26%) saturate(603%) hue-rotate(319deg) brightness(103%) contrast(101%);
}

body {
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', '微軟正黑體', sans-serif;
    max-width: 2000px;
    margin: auto;
}

body.noScroll {
    overflow: hidden !important;
}

p {
    line-height: 1.9em;
    margin-bottom: 0; 
    letter-spacing: .2px;
}

p + p {
    margin-top: 24px;
}

a {
    color: #666;
    transition: all .5s;
}

a.ani-pop:hover {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

a:hover {
    color: var(--main-color);
}

img.w-100 {
    width: 100%;
}

img.mw-100 {
    max-width: 100% !important;
}

.list-style .item .pic {
    overflow: hidden;
}

.list-style .item .pic img {
    transform: scale(1);
    transition: all 1s;
}

.list-style .item:hover .pic img {
    transform: scale(1.1);
}

.navbar > .container,
.main_content > .container {
    width: 100%;
    padding: 0;
}

.slick-style .slick-dots {
    position: relative;
    bottom: auto;
    margin: 20px auto;
}

.slick-style .slick-arrow,
.slick-btn .slick-arrow {
    z-index: 20;
    background: url(../images/all/icon_arrow.svg) no-repeat;
    width: 45px;
    height: 67px;
    background-size: contain;
    opacity: .5;
    transition: all .5s ease;
}

/* .banner .slick-style .slick-arrow, .banner .slick-style .slick-arrow:hover {
    background: url(../images/all/icon_arrow2.svg) no-repeat;
    background-size: contain;

} */

.banner .slick-style .slick-prev {
    left: 15px;
}

.banner .slick-style .slick-next {
    right: 15px;
}

.slick-style .slick-prev:hover,
.slick-style .slick-prev:focus,
.slick-style .slick-next:hover,
.slick-style .slick-next:focus {
    background: url(../images/all/icon_arrow.svg) no-repeat;
    background-size: contain;

}

.slick-style .slick-arrow.slick-prev {
    transform: translateY(-50%) scaleX(-1);
}

.slick-btn .slick-arrow {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    right: auto;
    transform: translate(0, 0);
}

.slick-style .slick-arrow:hover {
    background: url(../images/all/icon_arrow.svg) no-repeat;
    background-size: contain;
    opacity: 1;
}

.slick-styleB .slick-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    transform: scale(0);
    transition: all .5s ease;
    z-index: -1;
}

.slick-styleB .slick-arrow:hover:after {
    transform: scale(1);
}

.slick-style .slick-arrow.slick-disabled {
    display: none !important;
}


.slick-style .slick-prev {
    left: 0;
}

.slick-style .slick-next {
    right: 0;
}


.slick-style .slick-prev:before,
.slick-btn .slick-prev:before {
    content: "";
    display: none;
    opacity: 1;
    position: absolute;
    top: 50%;
    background-size: contain;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    -ms-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
}



.slick-style .slick-next:before,
.slick-btn .slick-next:before {
    content: "";
    display: none;
    background: url(../images/all/icon_arrow.svg) no-repeat;
    width: 16px;
    height: 24px;
    opacity: 1;
    position: absolute;
    top: 50%;
    background-size: contain;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.banner .slick-style .slick-dots {
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    z-index: 20;
}

.slick-style .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eee;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    opacity: 1;
    transition: all .5s ease;
}

.slick-style .slick-dots li {
    width: auto;
    height: auto;
}

.slick-style .slick-dots li button {
    width: 13px;
    height: 13px;
    background: transparent;
    border-radius: 50%;
}

.slick-style .slick-dots li.slick-active button,
.slick-style .slick-dots li.slick-active button:before {
    width: 40px;
    border-radius: 30px;
    height: 13px;
}

.slick-style .slick-dots li.slick-active button:before {
    background: var(--main-color);

}

.d-flex {
    display: flex;
}

.d-flex.alignItemC {
    align-items: center;
}

/********************* Header *********************/
.header {}

.header .navbar {
    background: #fff;
    border-radius: 0;
}

/* header logo */
.header .navbar .navbar-brand {
    width: 278px;
    height: 76px;
    background: url(../images/all/logo.svg) no-repeat;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    margin: 20px 0;
    padding: 0;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

/* header 主選單 */
.header .navbar .navbar-nav {
    background: none;
    float: none;
}

.header .navbar .navbar-nav > li > a {
    background: none;
    color: #000;
    font-size: 18px;
    padding: 7px 10px;
    text-shadow: none;
}



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


body.is_scroll .header .navbar .navbar-brand {
    width: 167px;
    height: 46px;
    background-size: contain;
}

body.is_scroll .header .navbar {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* header 次選單 */
.header .navbar .sub-nav {
    position: absolute;
    right: 15px;
    top: 20px;
}

.header .navbar .sub-nav li {
    padding: 0;
}

.header .navbar .sub-nav li a {
    background: url(../images/all/sub_nav.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}

.header .navbar .sub-nav li a:hover {
    position: relative;
    top: 2px;
}

.header .navbar .btn-default {
    background: none;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    float: none;
}

.header .navbar .lang {
    margin-left: 15px
}

.header .navbar .lang .dropdown-menu {
    background: #eee;
    color: #fff;
    border: none;
    border-radius: 0;
    float: none;
    right: 0;
    min-width: 0;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding: 0;
    overflow: hidden;
    transition: all .5s;
    visibility: hidden;
}



.header .navbar .lang .dropdown-menu a {
    color: #000;
    padding: 10px 20px;
    text-align: center;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: var(--main-color);
    color: #fff;
}

.header .g-header {
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.header .g-nav {
    align-items: center;
}

.header .navbar-nav > li > .dropdown-menu {
    background: rgba(138, 138, 138, 0.9);
    border-radius: 10px;
    display: block;
    opacity: 0;
    transition: all .5s;
    transform: translateY(50px);
    border: none;
    padding: 0;
    margin-top: 10px;
    visibility: hidden;
    padding: 5px;
}

.header .navbar-nav > li > .dropdown-menu li a {
    color: #fff;
    padding: 8px 15px;
    border-radius: 10px;
}

.header .navbar-nav > li > .dropdown-menu li a:hover,
.header .navbar-nav > li > .dropdown-menu li a:focus,
.header .navbar-nav > li > .dropdown-menu > li.open > a {
    background: var(--main-color);
    color: #fff
}

/* .header .navbar-nav>li>.dropdown-menu>li:nth-child(1)>a, .header .navbar-nav>li>.dropdown-menu .dropdown-menu>li:nth-child(1)>a {
    border-radius: 10px 10px 0 0;
}

.header .navbar-nav>li>.dropdown-menu>li:last-child>a, .header .navbar-nav>li>.dropdown-menu .dropdown-menu>li:last-child>a {
    border-radius: 0 0 10px 10px;
} */


.header .navbar-nav > li.open > .dropdown-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;

}


.header .dropdown-submenu {
    position: relative;
}

.header .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;

    border-radius: 10px;
    background: rgba(180, 180, 180, 0.9);
    border: none;
    padding: 5px;

}

.header .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.header .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.header .dropdown-submenu.pull-left {
    float: none;
}

.header .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



/*------- Banner -------*/
.banner {
    position: relative;
}

.banner .container-fluid {
    padding: 0;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bxslider li {
    background-repeat: no-repeat;
    background-position: center top;
}

.banner .bxslider li a {
    display: block;
}

.banner .bxslider li img {
    width: 100%;
    display: none;
}

.banner .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    text-align: right;
    padding: 0 15px;
    bottom: 2px;
    z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-align: left;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1EB5BE;
}

/********************* Footer *********************/
.footer {
    padding: 50px 0;
    background: var(--main-color);
    color: #fff;
}






/* siteinfo */
.footer .siteinfo ul > li {
    padding: 0;
}



.footer .siteinfo .map {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.footer .siteinfo .map:hover {
    position: relative;
    top: 2px;
}

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

.footer .powered a {
    color: #fff;
}

.footer .powered a:hover {
    text-decoration: underline;
}

.footer .nav li + li {
    margin-top: 10px;
}

.footer .nav li a {
    padding: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
}

.footer .nav li a:hover {
    background: none;
}

.footer .pic-logo {
    width: 210px;
    margin-bottom: 30px;
}

.footer .social-list {
    margin: 0;
}

.footer .social-list li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color:#fff;
}
.footer .social-list li +li{
    margin-left: 15px;
}
.footer .social-list li a .icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.footer .social-list li a .icon img {
    width: 30px;
}

.footer .g-footer {
    justify-content: space-between;
}

.footer .g-footer > * {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer .g-footer .left-info {
    margin-right: 50px;
}
.footer .g-footer .right-info{
    width: 70%;
}
.footer .sitemap-list {
    display: flex;
    flex-wrap: wrap;    
}

.footer .sitemap-list > li {
    /* max-width: 150px; */
    vertical-align: top;
    /* margin-left: 15px; */
    margin-bottom: 20px;
    /* flex-grow: 1; */
    width: calc(100% / 6);
    padding-left: 30px;
}
.footer .sitemap-list > li li +li{
    margin-top:5px;
}
.footer .footer-end{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top:50px;
    padding-top:30px; 
}
.footer .footer-end ul li{
    padding:0;
}


.footer .sitemap-list > li .h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer .sitemap-list > li li a {
    opacity: .5;
    display: flex;
    align-items: baseline;
}
.footer .sitemap-list > li li a:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.footer .sitemap-list > li li a:focus, .footer .social-list li a:focus{
    background:none;
}

.footer .sitemap-list > li li a:hover {
    opacity: 1;
}

.footer .copyright li:nth-child(2){
    display: none;
}
/********************* floating *********************/
#floating {
    display: none;
}

#floating .btn-floating {
    width: 28px;
    height: 58px;
    background-color: var(--main-color);
    display: none;
    margin: 1px;
    padding: 10px 3px;
    position: absolute;
    left: -30px;
}

#floating .btn-floating .icon-arrow {
    width: 32px;
    height: 40px;
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}

#floating ul li {
    padding: 10px 0;
}

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    width: 56px;
    height: 60px;
    background: url(../images/all/floating_icon.png) no-repeat;
    background-position-x: 0;
    font-size: 10px;
    color: #bbb;
    text-align: center;
    display: block;
    padding: 40px 0 0;
    position: relative;
}

#floating ul li.b1 a {
    background-position-y: 0;
}

#floating ul li.b2 a {
    background-position-y: -80px;
}

#floating ul li.b3 a {
    background-position-y: -160px;
}

#floating ul li a:hover {
    color: #333;
    background-position-x: -56px;
}


#floating ul li a .num {
    min-width: 20px;
    height: 20px;
    background-color: #EB0F0F;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0;
}

/********************* Main *********************/
.main {
    z-index: 10;
}

.main_content {
    padding: 50px 0;
}

/*----------------------- side -----------------------*/
.side .side-toggle {
    font-size: 15px;
    background: var(--main-color);
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
    padding: 10px 15px;
    border-radius: 30px;
    border: none;
}

/* .side .nav>li+li {
    border-top: 1px solid #ABCFDB;
}

.side .nav>li a {
    color: #333;
    line-height: 20px;
    display: block;
    padding: 8px 10px 8px 22px;
}

.side .nav>li a:hover,
.side .nav>li a:focus,
.side .nav>li.active a {
    background: url(../images/all/list_icon.png) no-repeat 0 10px;
    color: #02b7c1;
}

.side .nav>li>ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav>li>ul>li>a,
.side .nav>li>ul>li>a:hover {
    background: url(../images/all/list_icon2.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

.side .nav>li>ul>li>ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav>li>ul>li>ul>li>a,
.side .nav>li>ul>li>ul>li>a:hover {
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
} */

.submenu .submenu-list.list-inline {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;

    margin-left: 0;

}

.submenu .submenu-list.list-inline > li {
    position: relative;
    margin-bottom: 10px;
}

.submenu .submenu-list.list-inline > li > a:not(.drop-arrow):before {
    content: "";
    position: absolute;
    background: var(--main-color);
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    transition: all .5s;
    border-radius: 30px;
    z-index: -1;

}

.submenu .submenu-list.list-inline > li:hover > a:not(.drop-arrow):before,
.submenu .submenu-list.list-inline > li.open > a:not(.drop-arrow):before {
    right: 0;
}

.submenu .submenu-list.list-inline > li > a:not(.drop-arrow) {
    padding: 5px 15px;
    border: 1px solid var(--main-color);
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    display: block;
}

.submenu .submenu-list.list-inline > li > a {
    color: var(--main-color);
}

.submenu .submenu-list.list-inline > li:hover > a,
.submenu .submenu-list.list-inline > li.open > a {
    color: #fff;
}

.submenu .submenu-list > li a.drop-arrow {
    position: absolute;
    right: 10px;
    z-index: 1;
    padding: 0;
    min-width: auto;
    border-radius: 0;
    background: none;
    display: none;
    width: 20px;
    bottom: 0;
    top: 0;
}





.submenu .submenu-list > li.hasSub a:not(.drop-arrow) {
    padding-right: 27px;
}

.submenu .submenu-list > li.hasSub .dropdown-menu {
    border: none;
    background: rgba(var(--opacity-color), 0.8);
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.submenu .submenu-list > li.hasSub .dropdown-menu a {
    color: #fff;
    padding: 8px 15px;
}

.submenu .submenu-list > li.hasSub .dropdown-menu a:hover {
    color: var(--third-color);
    background: none;
}

.submenu .submenu-list > li.hasSub a.drop-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.submenu .submenu-list > li.open a.drop-arrow {
    transform: rotate(180deg);
}


.submenu .submenu-list > li a.drop-arrow:hover {
    background-color: transparent;
    transform: scale(1.5);
}

.submenu .submenu-list > li.open a.drop-arrow:hover {
    transform: rotate(180deg) scale(1.5);
}


.side .side-left .submenu .submenu-list li a {
    padding: 5px 15px;
    color:#000;

}



.side .side-left .submenu .submenu-list ul ul {
    margin-left: 15px;
}

.side .side-left .submenu .submenu-list ul ul li a {
    color:#999;
}

.side .side-left .submenu .submenu-list ul ul li a:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #999;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: calc(-1px / 2);
    left: 0;
}

.side .side-left .submenu .submenu-list ul ul li a {}

.side .side-left .submenu .submenu-list li a:hover {
    color: var(--third-color);
    background: none;
}

.side .side-left .submenu .submenu-list > li + li {
    margin-top: 5px;
}

.side .side-left .submenu .submenu-list > li > a {
    color: var(--main-color);
    font-weight: bold;
    position: relative;
    font-size: 18px;
}

.side .side-left .submenu .submenu-list > li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 50%;

}

.side .side-left .submenu .submenu-list > li > ul {
    margin-left: 3px;
    position: relative;
    display: none;
}



.side .side-left .submenu .submenu-list > li > ul:before {
    content: "";
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(4, 87, 168, 1) 100%);
    display: block;
}

.side .side-left .submenu .submenu-list ul ul li a.active,
.side .side-left .submenu .submenu-list li a.active{
    color: var(--third-color);
}

/*----------------------- Content -----------------------*/
.main_top .h2 {
    text-align: center;
    color: #000;
    margin: 20px auto 0;
    font-weight: bold;
}

.main_top .h2:after {
    content: "";
    background: url(../images/all/icon_title.svg) no-repeat;
    width: 72px;
    height: 14px;
    background-size: contain;
    margin: 15px auto 0;
    display: block;

}

.content > h1 {
    color: #36b9c0;
    font-size: 30px;
    border-bottom: 1px solid #ABCFDB;
    padding: 5px 10px 15px;
    margin-top: 0;
}

/* breadcrumb */
.breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    color: #ccc;

}

.content .breadcrumb > li + li:before {
    content: "/";
}

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    background: url(../images/all/icon_list.png) no-repeat 8px 12px;
    border-bottom: 1px dotted #ccc;
    padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240, 240, 240, 0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #36B9C0;
}

.content .list-box .txt-list li span {
    font-size: 13px;
    color: #aaa;
    line-height: 20px;
    display: inline-block;
    float: right;
    padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li.list-header {
    background: none;
    border-bottom: 1px solid #ACE7EB;
    padding-left: 40px;
    padding-right: 15px;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    font-size: 18px;
    color: #36B9C0;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

/* btn-box */
.content .btn-box {
    margin: 50px 0 0;
    clear: both;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
}

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

.content .btn-box .pager li > a {
    background: #fff;
    color: #888;
    border-radius: 5px;
    border: 1px solid #DFDFDF;
    padding: 5px 20px;
}

.content .btn-box .pager li > a:hover {
    background-color: #36B9C0;
    color: #fff;
}

.content .btn-box .pager li > a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    float: right;
    text-align: center;
    margin: 0 5px;
}

.content .btn-box .page-info select {
    min-width: 60px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
}

.pager-list {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .pager-list li {
    padding: 0;
} */

.pager-list li .g-selectPage {
    display: flex;
    align-items: center;
    margin: 0 15px;
}

.pager-list li .g-selectPage .form-control {
    height: 40px;
}

.pager-list li .g-selectPage span {
    flex-shrink: 0;
    margin: 0 5px;
}

.pager-list li[class*="btn"] a {
    background: #37718E;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
}

.pager-list li.btn-prev a img,
.pager-list li.btn-first a img {
    transform: scaleX(-1);
}

.pager-list li.btn-first a,
.pager-list li.btn-last a {
    background: #254E70;
}

.pager-list li[class*="btn"] a:hover {
    background: var(--third-color) !important;
}

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

.btn-list li a {
    background: #37718E;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    min-width: 150px;
    text-align: center;
}

.btn-list li a:hover {
    background: var(--third-color);
}

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main_content {
    min-height: 0;
    padding: 0;
}

.sec-home .h2 {
    font-family: 'Oswald', '微軟正黑體', sans-serif;

    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-top: 0;
    margin-bottom: 40px;
}

.sec-home .h2 .txt-tw {
    display: block;
    font-size: 35px;
    color: var(--main-color);
    font-weight: bold;
    margin-top: 5px;

}

.sec-home .h2 .txt-en:before {
    content: "";
    background: var(--second-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.sec-home.home-pro .h2 .txt-en:before {
    display: none;
}

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

.home-about .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/all/bg_aboutH.jpg) no-repeat right top;
    background-size: 60%;

}

.home-about .bg: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 .pic-map {
    position: relative;
}

.home-about .pic-location img {
    position: absolute;
    top: 0;
}

.home-about .g-aboutH {
    position: relative;
    z-index: 5;
}

.home-about .g-aboutH .left-info {
    /* width: 70%; */
    /* margin-right: -20%; */
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.home-about .g-aboutH .right-info {
    /* width: 50%; */
    max-width: 1200px;
    position: relative;
    z-index: 5;
    /* padding-right: 100px; */
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.home-about .g-aboutH .right-info .txt {
    font-size: 20px;
}

.txt-bold {
    font-weight: bold;
    font-size: 18px;
}

.btn-more {
    margin-top: 50px;
    padding-right: 40px;
    position: relative;
    display: table;
}

.btn-more span.txt {
    display: block;
    position: relative;
    padding: 3px 0;
}

.btn-more span.txt:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 0;
    transform-origin: left;
    transform: scaleX(1);

    transition: transform .3s ease-in-out;
}

.btn-more:hover span.txt:after {
    transform-origin: right;
    transform: scaleX(0);

}

.btn-more:after {
    content: "";
    background: url(../images/all/icon_arrow.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    background-size: 15px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 1s;
}

.btn-more:hover:after {
    transform: translateY(-50%) rotate(360deg);
}

.btn-more::before {
    content: "";
    background: var(--third-color);
    width: 30px;
    height: 30px;
    background-size: 15px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

}

.home-about .btn-more {
    display: table;
    margin: 50px 0 0 auto;
}

.home-about {
    position: relative;
    padding-bottom: 0;
}

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

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

.home-pro .proH-list .item .pic {
    padding: 20px 0 0;
    margin: 0;
    position: relative;
    transition: all .5s;
}

.home-pro .proH-list .item img {
    transition: all 1s;
    width: 100%;
}

.home-pro .proH-list .item:hover img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.home-pro .proH-list .item.slick-center .pic {
    padding: 0 0 40px;
    margin: -20px;
}

.home-pro .proH-list .item .info {
    transform: scaleY(0);
    transition: all .5s;
    height: 0;
    text-align: center;
    font-size: 18px;

}

.home-pro .proH-list .item.slick-center .info {
    transform: scaleY(1);
    height: auto;


}

.home-pro .proH-list .item .info .txt-tw {
    border-radius: 30px;
    background: #000;
    color: #fff;
    padding: 3px 20px;
    display: table;
    margin: 5px auto 0;
    min-width: 120px;
}

.home-pro {
    background: url(../images/all/bg_wave.png) no-repeat center center;
    /* background-size: 100% auto;
    background-attachment: fixed; */
    position: relative;
}

.home-pro: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: 10%;
    pointer-events: none;
}

.home-pro:after {
    content: "";
    position: absolute;
    bottom: -5px;
    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: 10%;
    transform: scaleY(-1);
    pointer-events: none;
}

.home-pro .g-info {
    position: relative;
}

.home-pro .h2 {
    width: 25%;
    position: absolute;
    top: -2%;
    right: 50px;
    z-index: 5;
    margin: 0;
}

.home-pro .h2 .txt-en {
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
    margin: 0;
    color: #fff;
    font-weight: 700;


}

.home-pro .slick-style .slick-arrow,
.slick-style.styleB .slick-arrow {
    z-index: 20;
    background: url(../images/all/icon_arrow4.svg) no-repeat var(--main-color) center center;
    width: 45px;
    height: 45px;
    background-size: 30px;
    opacity: 1;
    transition: all .5s ease;
    border-radius: 50%;
}

.home-pro .slick-style .slick-arrow:hover,
.slick-style.styleB .slick-arrow:hover {
    background-color: var(--third-color);
}

.home-pro .slick-style .slick-next {
    right: 70px;
}

.home-pro .slick-style .slick-prev {
    left: 70px;
}

.home-core {
    position: relative;
}

.home-core .g-core:nth-child(even) {
    flex-direction: row-reverse;
}

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

.home-core .g-core .left-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px;
}

.home-core .g-core .right-info {
    transform: translateX(100px);
    transition: all 1s ease;
    opacity: 0;
}

.home-core .g-core.g-core:nth-child(even) .right-info {
    transform: translateX(-100px);
}


.home-core .g-core .g-info .h2 .txt-en {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;

}

.home-core .g-core .g-info .h2 .txt-tw {
    font-size: 35px;
    color: var(--main-color);
    font-weight: bold;

}

.home-core .g-core .g-info .h2 .txt-tw::before {
    display: none;
}

.home-core .btn-more {
    margin: 50px 0 0 auto;
}

.home-core .txt {
    font-size: 20px;
}

.pic-object {
    overflow: hidden;
}

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

.home-core .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/all/bg_wave2.png) no-repeat center center;
    background-size: 100% auto;
    z-index: -1;
}

.home-hr {
    background: url(../images/all/bg_hr.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    color: #fff;
    position: relative;
}

.home-hr:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s;
    background: #fff;
    z-index: 5;
}

.home-hr .h2 {
    color: #fff;
}

.home-hr .h2 .txt-en,
.home-hr .h2 .txt-tw {
    color: #fff;
}

.home-hr .h2 .txt-en:after {
    content: "";
    background: var(--second-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -3px;
}

.home-hr a {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.home-hr .hr-list {
    justify-content: center;
}

.home-hr .hr-list .item {
    flex-grow: 1;
    width: 100%;
}

.home-hr .hr-list .icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.home-hr .hr-list .icon img {
    width: 100%;
    transition: all .5s;
}

.home-hr .hr-list a:hover .icon img {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px rgb(0 0 0 / 0.4));

}


/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
}

/* wid-home-news */
.content .wid-home-news {
    margin-left: 0;
}

.content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

.content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}

.content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 13px;
}

.content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
}

/* wid-home-product */
.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .wid-home-product .bxslider li a:hover {
    border-color: #36B9C0;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

/*aos*/
.banner .container-fluid:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s;
    background: #fff;
    display: block;
    z-index: 5;
}

.banner .container-fluid.aos-animate:before {
    right: 100%;
}

.home-core .g-core.aos-animate .right-info {
    transform: translateX(0) !important;
    opacity: 1;
}

.home-hr.aos-animate:before {

    right: 100%;

}

/*son*/
body:not(.home) .banner .pic {
    overflow: hidden;
    max-height: 300px;
    height: 300px;
}

body:not(.home) .banner .pic:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.2);
}

body:not(.home) .banner .pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.banner .h1 {
    font-family: 'Oswald', '微軟正黑體', sans-serif;
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    margin: 0;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    letter-spacing: 5px;
    text-align: center;
}

.banner .h1:after {
    content: "";
}

.banner .h1 span {
    display: block;
    text-transform: uppercase;
}

.banner .h1 span.txt-tw {
    margin-bottom: 5px;
    font-size: 20px;
}

.banner .h1:after {
    content: "";
    width: 50px;
    background: #fff;
    display: block;
    margin: 20px auto 0;
    height: 3px;
}

body:not(.home) .main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/all/bg_waveR.png), url(../images/all/bg_waveL.png);
    background-position: right top, left bottom;
    background-repeat: no-repeat;
    opacity: .15;
    filter: grayscale(20%);
    z-index: -1;
}

.breadcrumb {
    background: none;
    text-align: center;
    padding: 30px 15px 15px;

}

/*news*/
body.news .news-list {}

body.news .news-list li {
    margin-bottom: 15px;
}

body.news .news-list li a {
    display: flex;
    align-items: center;
    padding: 15px 0;
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    position: relative;
    padding-right: 45px;

}

body.news .news-list li a:after {
    content: "";
    background: url(../images/all/icon_arrow.svg) no-repeat center center var(--main-color);
    width: 30px;
    height: 30px;
    background-size: 15px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: all 1s;
}

body.news .news-list li a:hover:after {
    transform: translateY(-50%) rotate(360deg);
}

body.news .news-list li a .date b,
body.news.show .title .date b {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

body.news .news-list li a .date,
body.news.show .title .date {
    text-align: center;
    margin-right: 30px;
    font-size: 14px;
}

body.news.show .title {
    display: flex;
    align-items: center;
    font-size: 20px;
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 15px;
    margin-bottom: 30px;
}

body.news.show .title .date {
    color: #888;
    border: 1px solid #888;
    padding: 10px;
}

body.news.show .title .subject {
    font-weight: bold;

}

/*product*/
body.product .pro-list.row {
    margin: 0 -30px;
}

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

body.product .pro-list .item a {
    position: relative;
    display: block;
}

body.product .pro-list .item a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    transition: all .5s;
    z-index: 1;
}

body.product .pro-list .item a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(4, 87, 168, 0.9556197478991597) 100%);
    transition: all .5s;

}

body.product .pro-list .item a:hover::before {
    opacity: 0;
}

body.product .pro-list .item a:hover:after {
    height: 100%;

}

body.product .pro-list .item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 20px;
    color: #fff;
    justify-content: space-between;
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
}

body.product .pro-list .item .info .txt-en {
    font-size: 15px;
    font-weight: normal;
    display: block;
    opacity: .7;
}

body.product .pro-list .item .info .icon-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--third-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    transition: all .5s;
}

body.product .pro-list .item a:hover .info .icon-arrow {
    transform: rotate(360deg);
}

body.product.p01 .sb .pic {
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    position: relative;
    height: 450px;
}

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

body.product.p01 .sb {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

body.product.p01 .sb .pic:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    transition: all .5s;
    z-index: 1;
    background: #000;
    opacity: .3;
}

body.product.p01 .sb .title {
    left: 0;
    font-size: 50px;
    color: #fff;
    flex-shrink: 0;
    font-weight: bold;
    text-shadow: 0 0 30px #ccc;
    z-index: 5;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    line-height: 1;
}

body.product.p01 .sb .title .txt-en {
    display: block;
    font-size: 20px;
    font-weight: normal;
        line-height: 1;
}

body.product.p01 .txt-desc {
    background: var(--main-color);
    color: #fff;
    padding: 50px;
    margin: 30px 0 80px 30px;
    position: relative;
    z-index: 5;
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    width: 60%;

}

body.product.p01 .sec-proList {
    /* background: url(../images/all/bg_wave2.png) no-repeat center center;
    background-size: 100% auto;
    background-attachment: fixed; */
    position: relative;

}

body.product.p01 .pro-listShow {
    flex-wrap: wrap;
}

body.product.p01 .pro-listShow .item {
    display: flex;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}

body.product.p01 .pro-listShow .item .pic {
    width: 60%;
    background: #fff;
    height: auto;
}

body.product.p01 .pro-listShow .item .pic img {
    opacity: .6;
    transition: all 1s;

}

body.product.p01 .pro-listShow .item:hover .pic img {
    opacity: 1;
}

body.product.p01 .pro-listShow .item:nth-child(even) {
    flex-direction: row-reverse;
}

body.product.p01 .pro-listShow .item .info {
    width: 40%;
    padding: 50px;
    /* border: 2px solid var(--main-color); */
    /* margin: 50px 0 50px -50px; */
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

body.product.p01 .pro-listShow .item .info .title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

body.product.p01 .sec-proList: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: 10%;
    pointer-events: none;
}

body.product.p01 .sec-proList:after {

    content: "";
    position: absolute;
    bottom: -5px;
    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: 10%;
    transform: scaleY(-1);
    pointer-events: none;
}

body.product .pro-list.pro-styleB {
}




body.product .pro-list.pro-styleB .item {
    margin-bottom: 80px;
    position: relative;


}

body.product .pro-list.pro-styleB .item:after {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: url(../images/all/bg_wave2.png) no-repeat center center;
    background-size: cover;
    z-index: -1;
    opacity: .5;
}
body.product .pro-list.pro-styleB .item:nth-child(odd):after{
    transform: scaleX(-1);
}

body.product .pro-list.pro-styleB .item:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #ccc;
    z-index: -1;
    opacity: .5;
}

body.product .pro-list.pro-styleB .item a:before,
body.product .pro-list.pro-styleB .item a:after {
    display: none;
}

body.product .pro-list.pro-styleB .item a {
    display: flex;
}

body.product .pro-list.pro-styleB .item:nth-child(even) a {
    flex-direction: row-reverse;
}

body.product .pro-list.pro-styleB .item .pic {
    width: 55%;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    background: #fff;

}

body.product .pro-list.pro-styleB .item .info {
    position: relative;
    width: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    padding: 50px 0 30px 30px;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    z-index: 1;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

body.product .pro-list.pro-styleB .item .info .g-txt {
    width: 100%;
}

body.product .pro-list.pro-styleB .item .info .g-title {
    display: flex;
    font-weight: bold;
    font-size: 20px;

}

body.product .pro-list.pro-styleB .item .info .g-title .txt-tw {
    font-size: 25px;
}

body.product .pro-list.pro-styleB .item .info .icon-arrow {
    margin: -20px 20px 0 auto;
    width: 40px;
    height: 40px;

}

body.product .pro-list.pro-styleB .item .txt {
    /* border-top: 3px solid var(--main-color); */
    background: var(--main-color);
    padding: 30px;
    margin-left: -70px;
    transition: all .5s;
    margin-top: 30px;
    color:#fff;
}

body.product .pro-list.pro-styleB .item:nth-child(even) .txt {
    margin-left: 0;
    margin-right: -70px;
}

body.product .pro-list.pro-styleB .item:nth-child(even) .info .g-title {
    margin-left: 40px;
}

body.product .pro-list.pro-styleB .item:nth-child(even) .info {
    padding: 50px 30px 30px 0;
}

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

body.product .pro-list.pro-styleB .item .info .g-title .no {
    font-size: 20px;
    line-height: 1;
    color: #ccc;
    border-bottom: 1px solid;
    margin-right: 15px;

}

body.product .pro-list.pro-styleB .item:hover .txt {
    background: var(--main-color);
    color: #fff;
}

.txt {
    line-height: 1.9em;
    letter-spacing: .5px;
}

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



/*investor*/


table.table tr th,
table.table tr td {
    text-align: center;
    vertical-align: middle;
}

table.table.tb-financial tr th {
    border-bottom: none;
    border-top: none;
}

table.table.tb-financial tr th .season-color {
    background: #b3af9d;
    display: block;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

table.table.tb-style thead tr {
    /* box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px; 
    border-radius: 20px;*/
}

table.table.tb-style.tb-financial thead tr {
    box-shadow: none;
}

table.table.tb-style.tb-financial thead tr + tr th {
    border-radius: 0;
    padding: 5px 10px 15px;
}


table.table.tb-style thead:after {
    content: "";
    display: block;
    height: 15px;
}

table.table.tb-style thead tr th {
    background: #E0DDCF;
    text-align: center;
    padding: 15px 10px;
    color: #454545;
    border: none;
}

table.table.tb-style thead tr th:nth-child(1) {
    border-radius: 10px 0 0 10px;
}

table.table.tb-style thead tr th:last-child {
    border-radius: 0 10px 10px 0;
}

table.table.tb-style.tb-financial tr:nth-child(1) th:last-child {
    border-radius: 0 10px 0 0;
}

table.table.tb-style.tb-financial thead tr + tr th:last-child {
    border-radius: 0 0 10px 0;
}

table.table.tb-style.tb-financial thead tr:nth-child(1) th {
    padding-bottom: 0;
}

table.table.tb-style tr td {
    border-top: none;
    text-align: center;
    border-bottom: 1px solid #dedede;
    padding: 15px 10px;
    min-width: 130px;
}
table.table.tb-style.tb-stakeholder tr td:nth-child(1){
    border-bottom: 1px solid #dedede;
}
table.table.tb-style.tb-stakeholder tr td:not(:nth-child(1)){
    text-align: left;
}
table.table.tb-style.tb-stakeholder tr td{
    vertical-align: top;
}
table.table.tb-style tr td.txt-alignL{
    text-align: left;
}
table.table tr td .icon-i {
    color: var(--third-color);
    margin: 0 5px;
    font-size: 20px;
}

table.table.tb-style tr td:nth-child(1) {
    border-bottom: 1px solid #0457a8;
    color: #0457a8;
    font-weight: bold;
}

table.tb-style .btn-tb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* background: #f6ae2d; */
    color: var(--third-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 18px;
}

table.tb-style .btn-tb:hover {
    background: var(--third-color);
    color: #fff;
}

.form-control.w-auto {
    width: auto;
}

.g-selectYear {
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-end;
}

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

/*contact*/
.d-form .item {
    margin-bottom: 20px;
}

.d-form .form-control {
    border: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    height: auto;
    border-bottom: 1px solid #bcbcbc;
    padding: 10px 15px;
}

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

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

body.contact .g-contact .left-info {
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    padding: 50px;
    border-radius: 10px;
}

body.contact .g-contact .right-info {

    display: flex;
    padding: 50px;
    justify-content: space-between;
    flex-direction: column;

}

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

body.contact .g-contact .g-comInfo .txt-thx {
    margin-bottom: 30px;
}

body.contact .g-contact .g-comInfo .txt-thx .txt-en {
    font-size: 35px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

body.contact .g-contact .g-comInfo ul li {
    display: flex;
    align-items: center;
}

body.contact .g-contact .g-comInfo ul li i {

    font-size: 20px;
    color: var(--main-color);
    margin-right: 5px;
    width: 30px;
    border-right: 1px solid #c3c3c3;
    display: inline-block;
    padding-right: 10px;
    text-align: center;
    margin-right: 10px;

}

body.contact .g-contact .g-comInfo ul li a {
    display: inline-block;
    padding: 0;
}

body.contact .g-contact .g-comInfo ul li a:hover {
    background: none;
}

body.contact .g-contact .g-comInfo ul li + li {
    margin-top: 10px;
}

body.contact .g-contact .btn-list li,
body.contact .g-contact .btn-list li a {
    display: block;
}

body.contact .g-contact .social-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: bold;

}

body.contact .g-contact .social-list li a {
    background: #ccc;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.contact .g-contact .social-list li a:hover {
    background: var(--main-color);
}

body.contact .g-contact .social-list li a img {
    width: 30px;
}

body.contact .main_ex .map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);
    transition: all .5s;
    display: flex;
}

body.contact .main_ex .map:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);

    filter: grayscale(0%);
}

body.contact .main_content {
    padding-bottom: 0;
}

/*about*/
h2.st {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
    display: flex;
    align-items: center;
    color: var(--main-color);
    font-weight: bold;
}

h2.st:before {
    content: "";
    background: var(--second-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    flex-shrink: 0;

}

h2.st.st-center {
    justify-content: center;
    z-index: 5;
    position: relative;
}

h2.st.st-center:after {
    content: "";
    background: var(--second-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    flex-shrink: 0;

}

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

.sec-about .sec1 .pic-map {
    position: relative;
    /* margin-right: -10%; */

}

.sec-about .sec1 .pic-map .pic-location img {
    position: absolute;
    top: 0;

}

.sec-about .sec1 .g-info {
    position: relative;
    z-index: 5;
    align-items: center;
}

.sec-about .sec1 .pic-logo {
    width: 40%;
    margin: 50px 0 0 auto;
}

.sec-about .sec2 .pro-list {
    display: flex;
    flex-wrap: wrap;
}

.sec-about .sec2 .pro-list .item {
    width: calc(100% / 3);
    position: relative;
}

.sec-about .sec2 .pro-list .item:nth-child(1),
.sec-about .sec2 .pro-list .item:nth-child(2),
.sec-about .sec2 .pro-list .item:nth-child(3) {
    left: 0;
    transition: all 1s;

}

.sec-about .sec2 .pro-list .item:nth-child(4),
.sec-about .sec2 .pro-list .item:nth-child(5),
.sec-about .sec2 .pro-list .item:nth-child(6) {
    right: 0;
    transition: all 1s;

}

.sec-about .brand-slider {
    padding: 0 60px;
}

.sec-about .sec2 .pro-list .info {
    position: absolute;
    bottom: 0;
    z-index: 5;
}

.sec-about .sec2 .pro-list .item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    transition: all .5s;
    z-index: 1;
}

h3.st {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: bold;
}

h3.st.styleB:after {
    content: "";
    width: 2em;
    background: var(--second-color);
    height: 3px;
    display: block;
    margin-top: 10px;
}

.sec-about .sec2 {
    padding: 70px 0;
    color: #fff;
    background: url(../images/all/bg_wave.png) no-repeat center center;
    /* background-blend-mode: soft-light; */
    background-size: cover;
}

.sec-about .sec2 h3.st {
    text-align: center;
    color: #fff;

}

.sec-about .sec2 .pro-list .item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
}

.sec-about .sec2 .pro-list .item .info .txt-en {
    font-size: 15px;
    font-weight: normal;
    display: block;
    opacity: .7;
}

.pushB {
    margin-bottom: 100px;
}

.history-list {
    position: relative;
    width: 80%;
    margin: auto;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.g-history {
    position: relative;
}

.g-history .line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    padding: 10px;
    transition: all 2s;
    width: 30px;
    background: #eee;
    border-radius: 30px;



}

.g-history .line:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background: #ccc;
    display: block;
    bottom: 10px;
}


.g-history.aos-animate .line {
    bottom: 0;
}

.history-list > li {
    width: 50%;
    align-items: flex-start;
    position: relative;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}

.history-list > li:nth-child(even) {
    left: 50%;
    margin-top: -10px;
}

.history-list > li:nth-child(odd) {
    align-items: flex-end;
    margin-top: -30px;
}

.history-list .year {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 0;
    flex-shrink: 0;
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3577b8;
    border-radius: 50%;
    color: #fff;

}

.history-list > li:nth-child(odd) .year {
    background: #689acb;
}

.history-list .txt i {
    margin-right: 5px;
    flex-shrink: 0;
    color: var(--second-color);
}

.history-list .year:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #becdda;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.history-list .year:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 30px 7.5px 0;
    border-color: transparent #3577b8 transparent transparent;
    position: absolute;
    right: calc(100% - 10px);
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: -1;
}

.history-list li:nth-child(odd) .year:after {

    border-width: 7.5px 0 7.5px 40px;
    border-color: transparent transparent transparent #689acb;
    left: calc(100% - 10px);
    right: auto;

}



.history-list li:nth-child(odd) .year:before {
    left: auto;
    right: -35px;
}

.history-list .txt {
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    border-radius: 20px;
    padding: 15px;
    display: block;
    background: #fff;
    width: 100%;
    /* background: rgba(var(--opacity-color), 0.8); */
    /* color: #fff; */
    border: 3px solid #fff;
    display: flex;
    align-items: baseline;
    margin-top: -10px;

}

.history-list li:nth-child(odd) .txt {}

.sec-about .sec3 {
    background: url(../images/all/bg_aboutH.jpg) no-repeat right top;
    background-size: 60%;
    background-attachment: fixed;
    position: relative;
}

.sec-about .sec3: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: 10%;
    pointer-events: none;
}

.sec-about .sec3:after {
    content: "";
    position: absolute;
    bottom: 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: 10%;
    transform: scaleY(-1);
    pointer-events: none;
}



.sec-about .sec3 .g-info {
    flex-direction: row-reverse;
}

.sec-about .sec3 .right-info {
    width: 70%;
}

.sec-about .sec4 .target-list {
    display: flex;
    flex-wrap: wrap;
}

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

.sec-about .sec4 .target-list .item .g-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sec-about .sec4 .target-list .item .title span {
    display: block;
}

.sec-about .sec4 .target-list .item .title span.txt-en {
    color: #a6a6a6;
    font-size: 16px;
}

.sec-about .sec4 .target-list .item .icon {
    width: 90px;
    margin-right: 15px;
    border-radius: 50%;
    background: #e9f4ff;
    padding: 10px;
}

.sec-about .sec4 .target-list .item .icon img {
    width: 100%;
}

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

.sec-about .sec4 .right-info {
    width: 60%;
    padding-left: 60px;
}

.sec-about .sec4 .left-info .pic {
    left: -150px;
    position: relative;
}

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

.sec-about .sec4 .right-info .g-pic img {
    width: 50%;

}

/*hr*/
.txt-big {
    font-size: 18px;
    font-weight: bold;
}

.sec-hr .sec1 {
    position: relative;
    z-index: 5;
}

.sec-hr .sec1 .right-info .preface {
    margin-bottom: 30px;
}

.sec-hr .sec1 .benefits-list {
    display: flex;
    flex-wrap: wrap;
}

.sec-hr .sec1 .benefits-list .icon {
    width: 70px;
    background: var(--forth-color);
    border-radius: 50%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right: 15px;
    flex-shrink: 0;
}

.sec-hr .sec1 .benefits-list .title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--forth-color);
}

.sec-hr .sec1 .benefits-list .item:nth-child(1) {
    margin-bottom: 50px;

}

.sec-hr .sec1 .benefits-list ul {
    margin: 0;
}

.sec-hr .sec1 .benefits-list ul li {
    display: inline-flex;
    align-items: baseline;
}

ul.ul-style > li {

    line-height: 1.6em;
    letter-spacing: .5px;
}

ul.ul-style.list-inline > li {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0;

}

ul.ul-style.nav > li {
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;

}

ul.ul-style > li i {

    margin-right: 10px;
    color: #bebebe;

}

ul.ul-style li + li {}

/*.sec-hr .sec1 .left-info {
     display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: -70px; 
    width: 60%;
}*/
.sec-hr .sec1 .right-info {
    padding-left: 50px;


}

.sec-hr .sec1 .left-info .g-pic {
    margin-right: 100px;
    margin-left: -100px;
}

.sec-hr .sec1 .g-info {
    justify-content: space-between;
}

.sec-hr .sec1 .g-pic {
    display: flex;
    margin-top: 50px;
}

.sec-hr .sec1 .g-pic .pic {
    width: 50%;
    height: 400px;
    margin: 0 10px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    overflow: hidden;

}

.sec-hr .sec1 .g-pic .pic + .pic {
    position: relative;
    top: -50px;
}

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

.sec-hr .sec1 .g-pic .pic + .pic img {
    object-position: 20%;
}

.sec-hr .sec2 {
    /* margin-top: -50px; */
    padding: 100px 0;
    position: relative;
    background: #eee;
}

.sec-hr .sec2 .bg,
.sec-bg .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/all/bg_wave2.png) no-repeat center center #eee;
    background-size: 150% auto;
    filter: grayscale(100%);
    opacity: .5;
}

.sec-hr .sec2 .system-list,
.list-public {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.sec-hr .sec2 .system-list .item,
.list-public .item {
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    background: #fff;
    width: calc(50% - 60px);
    margin: 0 30px;
}

.sec-hr .sec2 .system-list .item .pic,
.list-public .item .pic {
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-hr .sec2 .system-list .item .pic:before,
.list-public .item .pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
}

.sec-hr .sec2 .system-list .item .pic img,
.list-public .item .pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sec-hr .sec2 .system-list .item .pic .title,
.list-public .item .pic .title {
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 20px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);

}

.sec-hr .sec2 .system-list .item .info,
.list-public .item .info {
    padding: 30px;
}

.preface {
    margin-bottom: 30px;
}

.pullB {
    margin-bottom: -50px;
}

/*core*/
.sec-core .sec1 .pic-logo {
    width: 50%;
    margin-bottom: 10px;

}

.sec-core .sec1 .g-circle {
    align-items: flex-end;
    z-index: 5;
    position: relative;

}

.sec-core .sec1 .g-circle .txt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;

}

.sec-core .sec1 .g-circle .txt-slogan {
    font-size: 30px;
    color: var(--main-color);
    display: flex;
    margin-top: 50px;
}

.sec-core .sec1 .g-circle .txt-slogan .icon {
    margin-right: 10px;
    width: 30px;
}

.sec-core .sec1 .g-circle .pic-circle {
    width: 35%;
    margin: auto;
}

.sec-core .sec1 .g-circle .pic-circle img {
    width: 100%;
    margin-bottom: -50px;
    filter: drop-shadow(0 0 10px rgb(0 0 0 / 0.4));
    transform: scale(0) rotate(360deg);
    opacity: 0;
    transition: all 1s;

}

.sec-core .sec1.aos-animate .g-circle .pic-circle img {
    transform: scale(1) rotate(0);
    opacity: 1;

}

.sec-core .sec1 .g-certificate {
    width: 80%;
    /* margin-top: -50px;
    margin-left: 30px;
    margin-bottom: 30px; */
}

.sec-core .sec1 .g-certificate a {
    margin: 0 10px;
    color: #000;
    font-weight: bold;
    /* width: calc(100% / 3 - 10px); */
    font-size: 15px;
    line-height: normal;

}
.slick-style.styleB.iso-slider .slick-arrow{
    width: 30px;
    height: 30px;
    background-size: 15px;
}

.sec-core .sec1 .g-certificate a .pic-certificate {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
}

.txt-name {
    font-size: 18px;
    font-weight: bold;
    margin: 50px 0 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.txt-name img {
    margin-left: 15px;

}

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

.sec-core .sec3 .process-list .item .no {
    width: 30px;
    height: 30px;
    background: #0457a8;
    border-radius: 50%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    z-index: 5;
    left: 10px;
    top: -10px;
}

.sec-core .sec3 .process-list.forLg {
    align-items: flex-end;
}

.sec-core .sec3 .process-list .item .title {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
    text-align: center;
    border: 5px solid var(--main-color);
    padding: 20px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    position: relative;
    background: #fff;

}

.sec-core .sec3 .process-list .item .txt {
    border-left: 2px solid var(--second-color);
    padding: 20px 0 20px 20px;
}

.sec-core .sec3 .process-list .item .title:before {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    right: -20px;
    background: #eee;
    height: 30%;
    display: block;
    position: absolute;
    z-index: -1;
}

.sec-core .sec3 .process-list .item:last-child .title:before {
    right: 0;
}

.sec-core .sec3 .process-list .item:last-child .title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 100px 80px;
    border-color: transparent transparent transparent #eee;
    position: absolute;
    right: -20px;
    z-index: -1;

}

.sec-core .sec4 .management-top .item,
.sec-core .sec4 .management-end .item {
    width: 20%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px;
}

.sec-core .sec4 .management-info {
    position: relative;
}

.sec-core .sec4 .management-info .item {
    margin: 10px 0;
}

.sec-core .sec4 .management-info .item span {
    display: inline-flex;
    background: var(--forth-color);
    padding: 15px;
    text-align: center;
    justify-content: center;
    position: relative;
    color: #fff;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}

.sec-core .sec4 .management-info .item:nth-child(even) span {
    background: #83c0dd;

}

.sec-core .sec4 .management-info .item .w-10 {
    width: 10%;
}

.sec-core .sec4 .management-info .item .w-20 {
    width: 20%;
}

.sec-core .sec4 .management-info .item .w-40 {
    width: 40%;
}

.sec-core .sec4 .management-info .item .w-50 {
    width: 50%;
}

.sec-core .sec4 .management-info .item .w-60 {
    width: 60%;
}

.sec-core .sec4 .management-info .item .w-100 {
    width: 100%;
}

.sec-core .sec4 .management-info .item:nth-child(1) span:nth-child(2) {
    float: right;
}

.sec-core .sec4 .management-info .item:nth-child(2) span,
.sec-core .sec4 .management-info .item:nth-child(3) span {
    left: 20%;
}

.sec-core .sec4 .management-info .item:nth-child(4) span {
    left: 40%;
}

.sec-core .sec4 .management-info .item:nth-child(5) span {
    left: 80%;
}

.sec-core .management-box .line {
    width: 20%;
    position: absolute;
    top: 0;
    bottom: 0;

}

.sec-core .management-box .line:nth-child(2) {
    left: 20%;
}

.sec-core .management-box .line:nth-child(3) {
    left: 40%;
}

.sec-core .management-box .line:nth-child(4) {
    left: 60%;
}

.sec-core .management-box .line:nth-child(5) {
    left: 80%;
}

.sec-core .management-box .line:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ccc;
    left: 0;
    right: 0;
    margin: auto;
}

.sec-core .note-list {
    background: #eee;
    border-radius: 15px;
    padding: 20px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec-core .note-list li {
    flex: 1 1 15%;
    background: #fff;
    padding: 10px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px, inset 0 0 0 1px #000;
}

.sec-core .sec4 .g-arrow {
    justify-content: center;
    width: 80%;
    margin: 50px auto 0;
}

.sec-core .sec4 .g-arrow div {
    flex-grow: 1;
}

.sec-core .sec4 .g-arrow img {
    width: 100%;
}

.sec-core .sec5 .equip-box .item + .item {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e3e3e3;
}

.sec-core .sec5 .equip-box .item .pic {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .075);
    border: 1px solid #e3e3e3;
}

.sec-core .sec5 .equip-box .item .info {
    padding-top: 10px;
}

.sec-core .sec5 .equip-box .item .info .title {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sec-core .sec5 .equip-box .item .info .title .sub {
    display: block;
    color: #aaa;
    font-size: 80%;
    font-weight: 300;
    margin-top: 5px;
}

.sec-coreB .g-process .item:not(.arrow) {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    color: var(--main-color);
    font-weight: bold;
    z-index: 5;
}

.sec-coreB .g-process .item:not(.arrow) .pic {
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}

.sec-coreB .g-process .item:not(.arrow) .title {
    margin-top: 20px;
}

.sec-coreB .g-process .item:not(.arrow) .pic img {
    max-height: 250px;
}


.sec-coreB .g-process .item.arrow {
    text-align: center;
    /* margin: 0 -20px; */
    position: relative;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    flex-direction: column;
    flex-shrink: 0;
    color: #fff;
}

.sec-coreB .g-process .item.arrow:before {
    content: "";
    position: absolute;
    top: 10%;
    left: -20px;
    right: -20px;
    bottom: 10%;
    background: var(--forth-color);
    opacity: .5;
}

.sec-coreB .g-process .item.arrow i {
    color: var(--forth-color);
}

/* .sec-coreB .g-process .item.arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0 80px 80px;
    border-color: transparent transparent transparent var(--forth-color);
    position: absolute;
    right: -30px;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
} */
.sec-coreB .g-process .item:not(.arrow):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 6px solid var(--forth-color);
    z-index: -1;
    transform: skewX(-7deg);
    border-radius: 30px 0 30px 0;
    background: #fff;
}

.sec-coreB .g-process .item.arrow:before {
    content: "";
    position: absolute;
    top: 15%;
    left: -20px;
    right: -20px;
    bottom: 15%;
    background: var(--forth-color);
    z-index: -1;
}


.num-listB {
    counter-reset: item;
    list-style-type: none;

}

.num-listB li {
    display: flex;
}

.num-listB > li:before {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    color: #fff;
    box-sizing: content-box;
    flex-shrink: 0;
    margin-right: 10px;
}

.sec-coreB .g-step {
    justify-content: space-between;
}

.sec-coreB .sec2 .g-step,
.sec-coreB .sec5 .g-step,
.sec-coreB .sec8 .g-desc {
    flex-direction: row-reverse;
}

.sec-coreB .sec8 .g-desc .left-info {
    padding-left: 50px;
    padding-right: 0;
}

.sec-coreB .g-step .left-info {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.sec-coreB .g-step .right-info {
    width: 60%;
}

.sec-coreB .g-step .right-info .txt {
    font-weight: bold;
    color: var(--main-color);
    margin-top: 10px;
}

.sec-coreB .g-desc .left-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
    padding-right: 50px;
    width: 70%;
}

.sec-coreB .g-desc .right-info {
    width: 30%;
}

.sec-coreB .g-desc + .g-desc {
    margin-top: 25px;
}

.sec-coreB .pic-logo {
    margin-bottom: 30px;
    width: 200px;
}

.pic-jgList .pic.end {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;

    height: 200px;
    right: 0;
    background: var(--main-color);

}

.pic-jgList .pic.end:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/core/img_deEnd.jpg) no-repeat center center;
    background-size: cover;
    opacity: .2;
}

.pic-jgList .pic.end:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/all/logo2.svg) no-repeat center center;
    background-size: 120px auto;
    z-index: 5;

}

.pic-jgList .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000073;
    color: #fff;
    opacity: 0;
    transition: all .5s;
}

.pic-jgList .pic:hover .title {
    opacity: 1;
}

/* .pic-jgList .pic:not(.end):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 0 var(--main-color);
    z-index: 5;
    transition: all .5s;

}

.pic-jgList .pic:not(.end):hover:before {
    box-shadow: inset 0 0 0 10px var(--main-color);

} */

.pic-jgList-two {
    margin-bottom: 15px;
}
.pic-jgListB .pic{
    margin-bottom: 30px;
}
.sec-coreC .production-list{
    margin:0;
}
.sec-coreC .production-list >div{
    padding: 0;
}
.sec-coreC .production-list .item{
    position: relative;
}
.sec-coreC .production-list .item .pic{
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0;
    bottom: 0;
    background: #000;
    overflow: hidden;

}
.sec-coreC .production-list .item .pic img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.sec-coreC .production-list .item a{
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    height: 350px;

}
.sec-coreC .production-list .item .pic:before{
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    transition: all .5s;


}
.sec-coreC .production-list .item .title{
    position: relative;
    z-index: 5;
    font-size: 30px;
    text-shadow: 0 0 15px #666;
    text-align: center;
    transition: all .5s;
    color: var(--third-color);

}
.sec-coreC .production-list .item a:hover .pic:before{
    opacity: 0;
}
.sec-coreC .production-list .item a:hover .title{
    opacity: 0;
}
.sec-coreC .g-production {
    position: relative;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.sec-coreC .g-production .pic-center {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 20;
    pointer-events: none;

    right: 0;
}
.sec-coreC .g-production .pic-center img{
    width: 30%;
    margin:auto;
}
.sec-coreC .g-production .pic-center .g-title{
    display: flex;
    align-items: center;
    justify-content: center;    
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 20px;
    font-weight: bold;
    
    
}
.sec-coreC .g-production .pic-center .g-title span{
    text-align: center;
    flex-shrink: 0;
}
.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;
    
}
.sec-coreC .txt-history{
    font-size: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: table;
    margin: auto;
    padding: 30px 30px;
}

/*cg*/

.sec-cg .sec1 ul.ul-style li i {

    color: var(--second-color);

}

/* table.tb-cg.tb-style tbody td {
    text-align: left;
} */

.sec-cg .sec2 .g-appeal .left-info {
    width: 40%;
}

.sec-cg .sec2 .g-appeal .right-info {
    padding-left: 50px;
    width: 60%;
}

.sec-cg .sec2 .appeal-step {
    width: 100%;
    margin-top: 80px;
}

.sec-cg .sec2 .appeal-step .item {
    width: calc(100% / 13);
    position: relative;
}

.sec-cg .sec2 .appeal-step .item[class*="step"] {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-radius: 50px;
    background: #f7f7f7;
    padding: 30px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px, inset 0 0 0 4px #fff;
    font-weight: bold;
    font-size: 18px;
    color: var(--main-color);

}

.sec-cg .sec2 .appeal-step .item[class*="step"] .no {
    -webkit-writing-mode: initial;
    -moz-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    color: #888;
}




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

.sec-cg .sec2 .appeal-step .item i.no {
    display: flex;
    flex-direction: row-reverse;
    color: rgb(255, 47, 47);
}

.appeal-step .arrow {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

body.cg .fancybox-content {
    background: #fff;
}

body.cg .fancybox-image,
body.cg .fancybox-spaceball {
    padding: 15px;
}

.sec-cgC .pic-bg {
    margin-bottom: 50px;
}

.sec-cgC .sec1 .txt-big i {
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    color: var(--second-color);
    margin-right: 10px;
}

.sec-cgD .rule-list li a {
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sec-cgD .rule-list li a:hover {
    background: none;
}

.sec-cgD .rule-list li a .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--third-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all .5s;
}

.sec-cgD .rule-list li a:hover .icon {
    background: var(--third-color);
    color: #fff;

}

.sec-cgD .rule-list li a .icon i {
    margin: 0;
    color: var(--third-color);
}

.sec-cgD .rule-list li a:hover .icon i {
    color: #fff;
}

/* .sec-cgC .pic-bg{
    position: relative;
    overflow: hidden;
    margin-top: -150px;
    z-index: -1;
    opacity: .5;
}
.sec-cgC .pic-bg:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    height: 50%;
    pointer-events: none;
} */


/*esg*/
.txt-alignC {
    text-align: center;
}

.eia-list .item .g-title .icon {
    margin-right: 15px;
}

.eia-list .item .icon img {
    width: 100%;
}

.eia-list .item {
    margin-bottom: 70px;

}

.eia-list .item .d-flex {}




.eia-list .item .left-info {
    width: 30%;
}

.eia-list .item .left-info .pic {
    height: 100%;
    overflow: hidden;
}

.eia-list .item .left-info .pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.eia-list .item .right-info {
    position: relative;
    width: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    color: #000;
    font-weight: normal;
    z-index: 1;
}

.eia-list .item .g-title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    display: table;
    margin-bottom: 30px;

    display: flex;
    align-items: center;

}

.eia-list .g-tb .tb-title {
    margin-bottom: 15px;
    font-size: 18px;
}

.sec-esg .sec1 .pic-bg {
    position: relative;
    height: 300px;
    overflow: hidden;
    margin-bottom: 40px;
}

.sec-esg .sec1 .pic-bg .txt {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-shadow: 0 0 15px #000;
    font-size: 25px;
    font-weight: bold;
    right: 0;
    margin: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eia-list .item:nth-child(even) .d-flex {
    flex-direction: row-reverse;
}

table.table.tb-styleB th {
    color: var(--main-color);
    border-bottom: 3px solid;
    padding: 15px 10px;
}

.txt-note {
    border-radius: 15px;
    margin-top: 30px;
    padding: 20px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    background: #fff;

}

.txt-note .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -35px;
    background: #db5461;
    margin-bottom: 15px;
    color: #db5461;
    color: #fff;
}

.num-list, .num-listBox {
    counter-reset: item;
    list-style-type: none;

}

ul.list-inline.num-list  {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;

}

ul.list-inline.num-list > li {

    width: calc(50% - 30px);
    margin: 0 15px 30px;


}

ul.nav.num-list > li {
    margin: 0 15px 30px;

}

p.ul-title {
    margin-bottom: 20px;
}

ul.ul-style.num-list > li:before, .num-listBox ul li:before {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    background: var(--main-color);
    color: #fff;
    box-sizing: content-box;
    font-size: 14px;
    font-weight: bold;
}

ul.ul-style.num-list > li, .num-listBox ul li {
    border: 1px solid var(--main-color);
    border-radius: 10px;
    padding: 15px;
    position: relative;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;

}

.sec-bg {
    position: relative;
    padding: 100px 0;
}

h2.st .txt-stop {
    color: #db5461;
    margin: 5px 0 5px 15px;
}

h2.st .txt-stop i {
    margin-right: 5px;

}

.sec-esgB .sec1 .pic {
    margin: 0 0 50px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;

}
.sec-esgB .g-workstudy .item{
    margin-bottom:50px;
}
table.table.tb-dept tr td:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
    text-align: left;
}

table td .td-st {
    color: #6496b7;
    /* color: #fff; */
    /* padding: 3px 10px; */
    border-radius: 5px;
}

table.tb-dept {
    margin-top: 30px;
}

table.tb-dept .g-cv {
    display: flex;
    margin: 0 -10px;
}

table.tb-dept .g-cv > div {
    width: 50%;
    padding: 0 10px;
}
.sec-esgC .sec1 .g-flex {
    margin-bottom: 50px;
    position: relative;
    padding: 50px 30px;
}
/* .sec-esgC .sec1 .g-flex .bg{
    position: absolute;

    right:0;
    bottom:50%;
    width:60%;
    z-index: -1;
}
.sec-esgC .sec1 .g-flex .bg: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%; 
} */

.sec-esgC .sec1 .g-flex .left-info{
    width: 50%;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec-esgC .sec1 .g-flex .left-info .g-txt{
    background:#fff;
    border-radius: 10px;
    padding:30px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;

}
.sec-esgC .sec1 .g-flex .right-info {
    overflow: hidden;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.sec-esgC .sec1 .g-flex .right-info img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sec-esgC .sec1 .txt-slogan{
    font-size: 20px;
    color: var(--main-color);
    font-weight: bold;

}
.sec-esgC .sec1 .txt-slogan .icon {
    width: 30px;
    display: block;
    margin: 0 0 15px;
}
.sec-esgC .sec1 .txt-slogan p{
    line-height: normal;
}
.sec-esgC .sec1 .txt-slogan p.txt-big{
    font-size: 30px;
    color: var(--second-color);
    text-decoration: underline;
}
.sec-esgC .strategy-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.sec-esgC .strategy-list .item{
    width: calc(100% / 3 - 60px);
    background: #fff;
    margin: 0 30px;
    position: relative;
}
.sec-esgC .strategy-list .item .pic{
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    position: relative;
    margin-bottom: 20px;
}
/* .sec-esgC .strategy-list .item .info{
    position: absolute;
    bottom: 0;
    padding: 15px;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
} */
.sec-esgC .strategy-list .item .title{
    /* background: #fff; */
    /* border-radius: 5px; */
    /* padding: 5px 10px; */
    color: var(--main-color);
    font-weight: bold;
    font-size: 18px;
    /* position: absolute; */
    /* bottom: 15px; */
    /* left: 15px;*/
}

.sec-esgC .strategy-list .item .info {
    border-left: 2px solid var(--main-color);
    padding: 20px 0 0 15px;
    margin: -25px 0 0 20px;
    position: relative;
    z-index: 5;
}

.sec-esgC .core-list {
    display: flex;
}
.sec-esgC .core-list .item {
    display: flex;
    width:20%;
    flex-direction: column;
    justify-content: space-between;
}
.sec-esgC .core-list .item .title{
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 30px;
}
.sec-esgC .core-list .item .g-pic{
    display: flex;
    flex-wrap: wrap;
    width:50%;
    margin-top:70px
}
.sec-esgC .core-list .item .g-pic img{
    width: 50%;
}
.sec-esgC .core-list .item {
    background: url(../images/esg/img_core.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 30px;
    color:#fff;
    position: relative;
    font-size: 20px;
}
.sec-esgC .core-list .item:before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0, 0, 0, 0.6);
}
.sec-esgC .core-list .item>*{
    position: relative;
    z-index: 5;
}
.sec-esgC .core-list .item ul i{
    color:#fff;
}
.sec-esgC .core-list .item:nth-child(2) {
    background: url(../images/esg/img_core2.jpg) no-repeat center center;
    background-size: cover;
}
.sec-esgC .core-list .item:nth-child(3) {
    background: url(../images/esg/img_core3.jpg) no-repeat center center;
    background-size: cover;
}
.sec-esgC .core-list .item:nth-child(4) {
    background: url(../images/esg/img_core4.jpg) no-repeat center center;
    background-size: cover;
}
.sec-esgC .core-list .item:nth-child(5) {
    background: url(../images/esg/img_core5.jpg) no-repeat center center;
    background-size: cover;
}
.sec-esgC .promise-list {
    margin:0 -30px;
}
.sec-esgC .promise-list div[class*="col"]{
    margin-bottom: 30px;
    padding:0 30px;
}
.sec-esgC .promise-list .g-title{
    display: flex;
    justify-content: space-between;
    margin-top:20px;
}
.sec-esgC .promise-list .g-title .txt-en{
    color:var(--main-color);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.sec-esgC .promise-list .btn-more{
    width: 30px;
    height: 30px;
    margin:0;
}
.fancybox-can-zoomIn .fancybox-content{
    background: #fff !important;;
}
.sec-esgC .sec5 .goals-list .item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.sec-esgC .sec5 .goals-list .pic{
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    width: 35%;

}
.sec-esgC .sec5 .goals-list .item:nth-child(even){
    flex-direction: row-reverse;
}
.sec-esgC .sec5 .goals-list .item .title{
    font-size: 30px;
    font-weight: bold;
    color:var(--main-color);
    margin-bottom: 30px;
}.sec-esgC .sec5 .goals-list .item .title small{
    display: block;
    color:#000;
    font-size: 18px;
    margin-top:5px;
}

.sec-esgC .sec5 .goals-list .item .info {
    padding:30px;
    width: 65%;
}
.sec-esgD .g-promise{
    display: flex;
    flex-direction: row-reverse;
}.sec-esgD .g-promise .pic{
    width:50%;
    overflow: hidden;
}
.sec-esgD .g-promise .pic img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}.sec-esgD .g-promise .info{
    width: 50%;
    display: flex;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding:30px;
}
.sec-esgD .g-promise .info .txt-en{
    font-weight: bold;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid ;
}
/*董事長*/
.g-chairman{

}
.g-chairman .left-info{
    width: 70%;
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.g-chairman .right-info{
    width:30%;
}
.panel-group.panel-style {
    margin: 0;
    }
    
    .panel-group.panel-style .panel-heading {
    padding: 0;
    }
    
    .panel-group.panel-style .panel {
        border-radius: 0;
        background: none;
        box-shadow: none;
        border:none;
    }
    
    .panel-group.panel-style .panel > .panel-heading a {
        position: relative;
        display: block;
        padding: 15px;
        border:none;
        border-radius: 10px;
        background:var(--forth-color);
        color:#fff;
    }
    .panel-group.panel-style .panel > .panel-heading a:before {
    content: "";
    background: url(../images/all/icon_msg.svg) no-repeat;
    background-size: contain;
    width: 34px;
    margin-right: 5px;
    display: block;
    position: absolute;
    top: 6px;
    left: 15px;
    height: 34px;
    }
    
    .panel-group.panel-style .panel > .panel-heading a:after, .panel-group.panel-style .panel > .panel-heading a.collapsed:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 13px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all ease .5s;
    }
    
    .panel-group.panel-style .panel > .panel-heading a:not(.collapsed):after {
    transform: translateY(-50%) scaleY(-1);
    }
    
    .panel-group.panel-style .panel > .panel-heading a:hover, .panel-group.panel-style .panel > .panel-heading a:not(.collapsed) {
        background: var(--main-color);

    color: #fff;
    }
    
    
    
    .panel-group.panel-style .panel-heading + .panel-collapse > .panel-body {
    padding: 15px;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    margin-top: 10px;
    }

    .sec-cia .g-intro .info{
        padding-right: 40px;
    }
    .sec-cia .member-list {
        margin-top: 40px;
    }
    .sec-cia .member-list .item{
        box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
        width: 100%;
        margin: 0 0 30px;
        padding: 15px;
    }
    .sec-cia .member-list .title{

        background: var(--forth-color);
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding: 5px 15px;
        margin: -29px -15px 14px;
        display: table;
        min-width: 200px;
        position: relative;
    
    }
    .sec-cia .member-list .title:after{
        content: "";
        background: url(../images/cia/img_triangle.svg) no-repeat;
        width: 15px;
        height: 100%;
        background-size: 15px 100%;
        display: block;
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
    }
    .sec-cia .member-list ul.ul-style.nav > li{
        display: inline-flex;
        margin-right: 15px;
    }
