﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@charset "utf-8";
body {
    letter-spacing: .04em;
    font-family: "Arial", "Noto Sans TC", "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif;
}
:root {
   --init-about-editor-slick-ratio:1296 /546;
}

body.home .home_about .slickfixedInitPosition {
    aspect-ratio: var(--init-about-editor-slick-ratio);
}
.slickfixedInitPosition .slider{
    display:none;
}
.slickfixedInitPosition .slider.slick-initialized {
    display: block;
}

.cpd_sd21 {
    padding: 0 4%;
}

.home-pagelist-area > .container-fluid {
    padding: 0;
}

a:hover{
    color:#1478bd;
}
/*side1*/
.side .filter-title .collapsed-btn:hover, .side .filter-sidebar.multiple-collapse .collapsed-btn:hover {
    color: #f17f42;
}

.side .filter-title .collapsed-btn, .side .filter-sidebar.multiple-collapse .collapsed-btn {
    color: var(--bs-dark);
    padding: 0.5em 0.75em;
    background: transparent;
    border: 0;
    border-bottom: solid 1px #ddd;
    position: relative;
}

/* 購物清單 */

.header .navbar .nav-pos-top .cart-detail .item a.btn:hover {
    background-color: unset;
    opacity: 0.7;
    color: #000;
}

.nav-cart-info .nav-cart-list .cart-detail .item a {
    font-size: 15px;
}

.nav-cart-info .nav-cart-list .cart-detail .item .item-detail .info {
    align-items: center;
}

.nav-cart-info .nav-cart-list .cart-checkout .btn-group {
    padding-right: 19px;
}

.nav-cart-info .nav-cart-list .cart-checkout .sum {
    margin: 10px 12px 15px;
}

.nav-cart-info .nav-cart-list .h6 {
    font-size: 16px;
    padding: 10px 10px 5px;
    margin-bottom: 9px;
}

.cr_no {
    padding-left: 10px;
}

.nav-cart-info .nav-cart-list .cart-detail .item .info-detail a {
    font-size: 15px;
}

.header .navbar .cart-detail ul .cart-detail ul li i {
    width: auto;
    height: auto;
}

.header .navbar .cart-detail ul li i:before {
    display: block !important;
}

/* navbar */

.navbar .navbar-brand {
    margin: 16px 0;
    display:block;
}
.header .navbar-nav .nav-item:hover > .nav-link {
    color: #eea11b;
}
.header .btn-group.lang .dropdown-item:hover {
    color: #fff!important;
    background-color:#1478bd;
}
.header .btn-group.lang .dropdown-item {
    text-align: center;
}
.navbar .small-btn-box ul {
    position: relative;
    background: url(../images/all/Earth.svg) no-repeat left center;
    padding-left: 10px;
}
.navbar .small-btn-box a:after {
    display:none;
}
.navbar .small-btn-box a:hover {
    background: unset;
    border-color: unset;
    box-shadow: unset;
}
.navbar .small-btn-box a {
    background: unset;
    border-color: unset;
    color: #1478bd;
    font-size: 18px;
}
.header .navbar .small-btn-box {
    margin-left: 30px;
}
.header .navbar-nav .nav-link {
    padding: 25px 20px 25px;
    font-size: 18px;
}
.header .navbar {
    padding: 0 6%;
    background-color:#fff;
}

.header .navbar-nav li:last-child .nav-link {
    padding-right: 0;
}
.is_scroll .header .navbar {
    box-shadow: 0px 0px 22px #40404054;
}
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px #ffffff;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
    border-color: transparent transparent transparent #ffffff;
}

.nav-item.dropdown > .navbar-nav .navbar-nav .nav-item:hover > .nav-link {
   
}

.nav-item.dropdown > .navbar-nav .navbar-nav {
    background: #fff;
}

.nav-item.dropdown > .navbar-nav {
    background: #fff;
}

    .nav-item.dropdown > .navbar-nav li a {
        color: #000;
        font-size: 16px;
    }


    .nav-item.dropdown > .navbar-nav .nav-item:hover > .nav-link {
        color: #fff;
        background: linear-gradient(150deg,rgba(240, 183, 29, 1) 0%, rgba(236, 140, 24, 1) 100%);
    }


 /* banner */
.banner .slick .slick-dots .slick-active button {
    background: #efb11d;
}
.banner .slick .slick-dots button {
    background: #fff;

}
.banner .slick-dots {
    bottom: 13px;
}
.banner{
    padding-top:95px;
}
/* 購物彈跳 */
.qty-box .btn:hover {
    background-color: #2a2a2a;
}

.btn.cart:hover {
    background-color: #2a2a2a;
    color: #fff;
}

.btn.cart {
    background: #81a626;
}

.gallery-list .item .item-detail {
    padding: 0 5px;
}

.modal-dialog-scrollable .modal-content {
    overflow: unset;
}

.modal-header .close {
    border-radius: 50%;
    position: absolute;
    background-color: #adadad;
    color: #fff;
    padding: 0;
    display: table;
    font-size: 20px;
    right: -16px;
    top: -14px;
    margin: 0;
    width: 40px;
    height: 40px;
    padding-top: 0;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    font-weight: 400;
    border: none;
}

.qty-box .btn:hover {
    background: #2f4498;
}

.modal-header {
    padding-bottom: 6px;
}

.modal-title:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #000000;
    width: 4px;
    height: 22px;
    left: 0;
    top: 6px;
}

.modal-title {
    position: relative;
    font-size: 24px;
    text-align: left;
    padding-left: 12px;
    color: #000;
}

.main-title .h6 {
    font-size: 18px;
    padding-left: 0;
    border: none;
    color: #000;
}



/* 分享  */
body .container .ezshare-box {
    margin: 5px 0 20px 0;
}

.ezshare-box .list-inline-item:not(:last-child) {
    margin-right: 2px;
}

.ezshare-box a:hover:before {
    display: none;
}

.ezshare-box a:hover {
    color: #a99356 !important;
}

.ezshare-box ul:before {
    content: " SHARE : ";
    display: inline-block;
}

.ezshare-box ul {
    position: relative;
    align-items: center;
    display: flex;
}

.ezshare-box a {
    background-color: unset !important;
    font-size: 14px;
    width: 25px;
    height: 25px;
    padding-top: 3px;
    color: #000 !important;
}


/* 留言紀錄 order show*/
.order .talk-form-det .btn-area {
    margin: 30px 0 10px !important;
}

.order .talk-form-det {
    padding: 25px;
}
.talk-item .talk-top {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 6px;
}

.talk-box .talk-time {
    color: #b01f23;
}

.talk-box .talk-item .first-level {
    padding: 3%;
    border: solid 1px #d4d4d4;
    background-color: #fff;
}

/*產品*/

.pr_sear .btn.btn-dark:hover {
    background: linear-gradient(90deg, rgba(142, 201, 242, 1) 0%, rgba(20, 120, 189, 1) 100%);
}
.pr_sear .btn.btn-dark {
    background: linear-gradient(90deg, rgba(240, 183, 29, 1) 0%, rgba(236, 140, 24, 1) 100%);
}
.pr_sear {
    background-color: #f6f6f6;
    padding: 3%;
    margin-bottom: 20px;
    border: 1px solid #dbd8d8;
}
.blue {
    color: #1478bd;
    padding-left: 5px;
    font-weight: bold;
}
.product table.table tbody tr:nth-child(2n) {
    background-color: #f6f6f6;
}
.product table.table th.w-2,
.product table.table td.w-2 {
    width: 30%;
}
.product table.table td ul {
    margin-bottom: 8px;
    align-items: baseline;
}
.product table.table td h5 {
    background-color: #1478bd;
    font-size: 14px;
    color: #fff;
    padding: 3px 7px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
}
.product table.table td h4 {
    font-size: 18px;
    font-weight: bold;
}

.product table.table td {
    padding: 20px;
    width: 20%;
    background-color: unset;
    vertical-align: middle;
}
.product table.table thead th {
    background-color: #5d5d5d;
    color: #fff;
    text-align:center;
}

.product .slider-nav .thumbnail:focus, .product .slider-nav .thumbnail.slick-current.slick-active {
    border: 1px solid transparent;
    border-color: #bbbbbb;
}

.slider-nav .thumbnail {
    border: none;
}





/* 聯絡我們  */
.list-creative .list-terms {
    padding-left: 24px;
}
.map-box{
    margin-top:40px;
}
.list-creative .list-terms:before {
    background: #1478bd;
}
.list-creative .list-terms label {
    font-size: 18px;
}
.list-creative a {
    font-size: 16px;
    color: #353535;
}
.form-floating > label {
    top: -2px;
}
    p.form-control-static{
    margin-bottom:0;
    font-weight:bold;
    font-size:18px;
}
.btn.btn-secondary:hover,
.btn.btn-primary:hover {
    background: linear-gradient(90deg, rgba(142, 201, 242, 1) 0%, rgba(20, 120, 189, 1) 100%);
    box-shadow: 0px 0px 22px #40404054;
}
.btn.btn-secondary {
    background: linear-gradient(150deg, rgba(42, 123, 155, 1) 0%, rgba(143, 143, 143, 1) 0%, rgba(43, 43, 43, 1) 100%);
}
.btn.btn-primary {
    background: unset;
    border-color: unset;
    background: linear-gradient(90deg, rgba(240, 183, 29, 1) 0%, rgba(236, 140, 24, 1) 100%);
}
.btn.btn-primary,
.btn.btn-secondary{
    padding:10px 10px!important;
}
.contact .form-inline .radio-inline {
    padding-right: 20px;
}
.contact .form-inline .radio-inline input {
    margin-right: 6px;
}
.contact .form-group .radio-inline {
    padding-right: 20px;
}

.contact .form-group .radio-inline input {
    margin-right: 6px;
}
/*共用*/
.h2 .txt-en{
    display:none;
}
.breadcrumb .txt-en {
    display: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(201 226 251 / 75%);
}
.breadcrumb a{
    color:#fff;
}
.breadcrumb {
    background: unset;
    padding: 15px 7%;
    background: linear-gradient(90deg, rgba(30, 145, 209, 1) 0%, rgba(18, 114, 184, 1) 100%);
}
.breadcrumb-section {
    margin-bottom: 70px !important;
}

.main > .container, .main-content > .container {
    padding: 0 6%;
    max-width: 100%;
}

/*side1*/
.side .collapsed-btn {
    font-weight: bold;
}

.side .btn.btn-primary {
    padding: 10px 10px;
    background-color: #363636;
}

.side .wid-search .h3 {
    display: none;
}

.side .wid-cont {
    background-color: #fff;
}

.side .navbar {
    background: unset;
}

.side1 .bsnav {
    background: unset;
}

.side .filter-content, .side .filter-sidebar.multiple-collapse .collapse-content {
    border-left: none;
    border-right: none;
}

    .side .filter-content > ul {
        padding: 0;
    }

        .side .filter-content > ul li a:hover {
            color: #fff;
            background: linear-gradient(90deg, rgba(142, 201, 242, 1) 0%, rgba(20, 120, 189, 1) 100%);
        }

        .side .filter-content > ul li a {
            color: #000;
            padding-left: 20px;
            display: block;
            padding: 6px 28px;
        }

.side .filter-item + .filter-item {
    margin-top: 0;
}
body .main .side .h3:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #177fc2;
    width: 4px;
    height: calc(100% - 60%);
    left: 0;
    top: 0;
}
body .main .side .h3:after {
    content: " ";
    display: block;
    position: absolute;
    background-color: #afc43f;
    width: 4px;
    height: calc(100% - 40%);
    left: 0;
    bottom: 0;
}
body .main .side .h3 {
    position: relative;
    padding-left: 15px;
    color: #2d2d2d;
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px;
}

.side .h3 .txt-tw {
    border: none;
    padding: 0;
    font-size: 24px;
}

.side .filter-title .collapsed-btn:hover, .side .filter-sidebar.multiple-collapse .collapsed-btn:hover {
    color: #fff;
    background: linear-gradient(90deg, rgba(142, 201, 242, 1) 0%, rgba(20, 120, 189, 1) 100%);
}

.side .filter-title .collapsed-btn, .side .filter-sidebar.multiple-collapse .collapsed-btn {
    color: var(--bs-dark);
    padding: 0.75em 0.75em;
    background: transparent;
    border: 0;
    border-bottom: solid 1px #ddd;
    position: relative;
}


/*頁碼*/
.page-link:hover {
    color: #fff;
    background: linear-gradient(90deg, rgba(30, 145, 209, 1) 0%, rgba(18, 114, 184, 1) 100%);
}

.page-link {
    color: #000;
    border: none;
    font-size: 1rem;
    padding: 0.5em;
    min-width: 2.5em;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
}

.page-item.active .page-link {
    background: linear-gradient(90deg, rgba(30, 145, 209, 1) 0%, rgba(18, 114, 184, 1) 100%);
    border-color: unset;
    color: #fff;

}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 4px;
}




/*最新消息*/
.news.show .h1 {
    position: relative;
    font-size: 32px;
    text-align: left;
    border-bottom: 1px solid #08080852;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #2d2d2d;
}

.article-grid .item .info .desc, .article-grid .item .info .desc a {
    font-size: 15px;
    color: #494949;
}
.news .article-grid .item:hover .pic img {
    transform: scale(1.1);
    opacity:0.7;
}
.news .article-grid .pic {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.news .da_ki .kind {
    position: relative;
    margin-left: 5px;
}
    .news .da_ki .kind a {
        border: none;
        color: #1478bd;
        position: relative;
        padding-left: 10px !important;
        background-color: unset !important;
        margin: 0 !important;
        font-size: 14px !important;
    }

    .news .da_ki .kind:before {
        content: " ";
        display: block;
        position: absolute;
        background-color: #1478bd;
        left: 0;
        top: 6px;
        width: 2px;
        height: 10px;
    }
.news .da_ki {
    display: table;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 0;
   
}

.news .da_ki .d-flex {
    align-items: center;
}
    .news .da_ki .date {
        line-height: initial;
        color: #1478bd!important;
    }


.sort-area .btn-info:focus, .sort-area .btn-info {
    color: #fff;
    background-color: #363636;
    border-color: #363636;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
}
.article-grid .item .info {
    border: none;
    padding: 0;
    height: 100%;
}
.news .item .info   .desc a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .item .info .title a {
    font-size: 18px;
    color: #2d2d2d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    font-weight: bold;
}



/*單元 關於我們*/
.kind_55 .main > .container,
.kind_55 .main-content > .container,
.kind_1 .main > .container,
.kind_1 .main-content > .container,
.kind_2 .main > .container,
.kind_2 .main-content > .container,
.kind_3 .main > .container,
.kind_3 .main-content > .container {
    padding: 0;
}
.ab_bg05 img {
    width: 70%;
    margin: 0;
}

.ab_box_2 .pic {
    width: 60%;
}

.ab_box_0 .tit h4 {
    color: #9cbc25;
}
.ab_box_2 .tit {
    width: 40%;
    padding:0   5% 0 5%;
    
}
.ab_box_2 .d-flex {
    align-items: center;
}

.ab_box_2 {
    position: relative;
    padding:3% 0
}
.ab_bg02 img{
    width:70%;
    margin:0 0 0 auto;
}
.ab_bg02 {
    position: absolute;
    bottom: -10%;
    right: 0;
}
.ab_box_1 .pic {
    width: 40%;
}
.ab_box_1 .tit p{
    width:70%;
}
.ab_box_1 .tit {
    width: 60%;
    padding: 5%;
}
.ab_box_1 {
    position: relative;
    z-index: 10;
}

.ab_box_0 {
    position: relative;
    background: url(../images/about/ab_bg03.jpg) no-repeat right bottom;
    background-attachment: fixed;
}



/*首頁*/
.home_cont .cont_bg {
    position: absolute;
    left: 0;
}
.home_cont ul li h3 {
    font-weight: 400;
    font-size: 32px;
}
.home_cont ul li:nth-child(1):before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/cont_icon.svg) no-repeat;
    width: 153px;
    height: 121px;
    left: -150px;
    top: -100px;
    background-size: cover;
    transition: all 0.5s;
}
.home_cont ul li:nth-child(1) {
    padding-right: 5%;
    position:relative;
}
.home_cont ul {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 5%;
}
.home_cont {
    position: relative;
    overflow: hidden;
    height: 368px;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_vision h3 {
    display: table;
    background: linear-gradient(90deg,rgba(30, 145, 209, 1) 0%, rgba(18, 114, 184, 1) 100%);
    color: #fff;
    border-radius: 50px;
    padding: 17px 10px;
    width: 260px;
    margin: 40px auto 0;
}
.lang_US   .home_vision h3 {
	 padding: 17px 24px;
    width: auto;
  
}
.home_vision {
    text-align: center;
    padding:80px 0;
    position: relative;
    background: url(../images/all/vision_bg01.jpg) no-repeat center;
	background-size: cover;
}
img {
    transition: all 0.5s;
}
.home_prod a img{
    width:100%;

}
.home_prod a:hover img {
 
    transform: scale(1.2);
}
.home_prod a .pic {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}
.home_prod a:hover .tit h4 {
    color: #1478bd;
}
.home_prod a:hover .tit h4:before {
    background: url(../images/all/pr_more.svg) no-repeat center, linear-gradient(90deg,rgba(142, 201, 242, 1) 0%, rgba(20, 120, 189, 1) 100%);
}
.home_prod .tit h4:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/pr_more.svg) no-repeat center, linear-gradient(90deg, rgba(240, 183, 29, 1) 0%, rgba(236, 140, 24, 1) 100%);
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    background-size: auto, cover;
    border-radius: 50%;
    transition: all 0.5s;
}
.home_prod .tit h4 {
    color: #040404;
    font-size: 24px;
    margin-bottom: 0;
    display: table;
    position: relative;
    padding-right: 32px;
}
.home_prod .tit {
    position: absolute;
    left: 20px;
    bottom: 0px;
    z-index:10;
}
.home_prod p {
    color: #363636;
    line-height: normal;
}
.home_prod a {
    display: block;
    position: relative;
}
.home_prod .numb {
    position: absolute;
    left: 20px;
    top: 60px;
    color: #108ad5;
    font-weight: bold;
    font-size: 90px;
    z-index: 10;
}
.home_prod_right a,
.home_prod_left a {
    position: relative;
}
.home_prod_right,
.home_prod_left {
    flex: 1;
    margin:0 15px;
  
}
.home_core ul li .pic {
    background-color: #fff;
    width: 125px;
    height: 125px;
    border: 3px solid #1d8acb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -80px auto 20px;
}
.home_core ul li h4:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #9cbc25;
    width: 68px;
    height: 4px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.home_core ul li h4 {
    position: relative;
    font-size: 24px;
    padding-bottom: 20px;
    color: #0d0d0d;
    margin-bottom:20px;
}
.home_core ul li p span {
    display: block;
}
.home_core ul li {
    background-color: #ffffffde;
    flex: 1;
    margin: 0 15px;
    text-align: center;
    padding: 30px 10px;
}
.home_core ul {
    display: flex;
    flex-wrap:unset;
    margin:80px 0;
}
.home_core .h2 {
    color: #fff;
  
}
.home_core {
    position: relative;
    padding: 80px 0  100px;
    background: url(../images/all/core_bg01.jpg) no-repeat;
    background-attachment: fixed;
	    background-size: cover;
}
.h2:after,
.h2:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(240,183,29,1) 0%, rgba(236,140,24,1) 100%);
    transition: all 0.5s;
    left: 50%;
 
}

.h2:after {
    bottom: 0;
    transform: translateX(-62%);
}

.h2:before {
    top: 0;
    transform: translateX(-10%);
}

.h2.aos-animate:after {
    width: 250px;
}

.h2.aos-animate:before {
    width: 174px;
}
.h2 {
    display: table;
    position: relative;
    margin: 0 auto 50px;
    font-size: 36px;
    padding: 20px 1%;
    border-bottom: none;
    color: #2d2d2d;
}
.about_02 img{
    margin:0 0 0 auto;
}
.about_02 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.home_about .tit {
    width: 50%;
    padding-left: 2%;
}
.home_about:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/about_04.png) no-repeat left;
    right: 0;
    bottom: 0;
    width: 838px;
    height: 645px;
    background-size: cover;
    z-index: 10;
    opacity:0.4;
}
.home_about .d-flex {
    padding: 100px 6%  140px;
    position: relative;
    z-index: 10;
    align-items:center;
}
.home_about p {
    color: #1e1e1e;
}
.home_about h4 {
    color: #9cbc25;
    font-size: 32px;
}
.home_about {
    position: relative;
    overflow: hidden;
    background: url(../images/all/about_03.jpg) no-repeat left;
}
h3.h3:after {
    content: " ";
    display: block;
    position: absolute;
    background-color: #afc43f;
    width: 4px;
    height: calc(100% - 40%);
    left: 0;
    bottom: 0;
}
h3.h3:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #177fc2;
    width:4px;
    height:calc(100% - 60%);
    left:0;
    top:0;
}
h3.h3 {
    position: relative;
    padding-left: 15px;
    color: #2d2d2d;
    font-size:36px;
    
    text-align:left;
}
.home_about .more_x{
    margin-top:10%;
}
.more_x:hover i {
    margin-right: 10px;
}
.more_x i {
    background: url(../images/all/more.svg) no-repeat;
    width: 29px;
    height: 14px;
    display: block;
    margin-right: 5px;
    transition: all 0.5s;
}
.more_x:hover {
    background: linear-gradient(90deg,rgba(142, 201, 242, 1) 0%, rgba(20, 120, 189, 1) 100%);
    color: #fff;
    box-shadow: 0px 0px 22px #40404054;
}
.more_x {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg,rgba(240, 183, 29, 1) 0%, rgba(236, 140, 24, 1) 100%);
    font-size: 18px;
    padding: 15px 10px;
    width: 195px;
    color: #fff;
    transition: all 0.5s;
}

/*footer 英文*/
.lang_US   .footer .footer-info ul.tat_x li:nth-child(2n+1) {
    width: 28%;
}
.lang_US    .footer .footer-info {
    flex-wrap: wrap;
}
.lang_US  .footer .footer-info .copyrights {
    width: 100%;
}

.lang_US  .footer .footer-info ul.tat_x {
    width: 80%;
}


/*footer*/
.footer  .container-fluid{
    padding-left:0;
    padding-right:0;
}
.footer .footer-info .copyrights {
    width: 40%;
    display: flex;
    justify-content: end;
    align-items: end;
    font-size: 14px;
    color: #767575;
}
.footer .footer-info ul.tat_x li:last-child{
    margin-bottom:0;
}
.footer .footer-info ul.tat_x li:nth-child(2n+1) {
    width: 35%;
}
.footer .footer-info ul.tat_x li {
    width: 50%;
}
    .footer .footer-info ul.tat_x li a:hover{
        color:#1478bd;
    }
    .footer .footer-info ul.tat_x li,
    .footer .footer-info ul.tat_x li a {
        font-size: 16px;
        color: #131313;
    }
    .footer .footer-info ul.tat_x {
        width: 40%;
        padding-left: 2%;
    }
.footer .footer-info  .footer_logo{
    width:20%;
}
.footer .footer-info {
    display: flex;
   margin-bottom: 50px;
    position: relative;
}
.footer {
    padding: 20px 6%;
}
.footer .gotop {
    display: none!important;
}