@import "swiper.min.css";
@import "style.css";
@import "css.css";
@import "media.css";

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    max-width: 170px;
    width: 170px;
    background-color: #004193;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    right: 45px;
    top: -165px;
}

.tooltiptext img {
    width: 170px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

@font-face {
    font-family: 'dinregular';
    src: url('../fonts/din-regular-2-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansHans';
    src: url('../fonts/NotoSansHans-Light-Alphabetic.woff2') format('woff2'),
    url('../fonts/NotoSansHans-Light-Alphabetic.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

h2 {
    font-family: 'NotoSansHans';
}

.anquanboxA li {
    width: 31.5%;
    padding: 4% 0px;
    transition: all .5s ease-in-out
}

.anquanboxA li:hover {
    transform: scale(1.05)
}

.anquanicoA {
    margin: 0 auto;
    max-width: 50px;
}

.anquantxtA {
    text-align: center
}

.anquantxtA p {
    font-size: 22px;
    margin: 5% 0px 2px
}

.anquantxtA span {
    font-size: 16px;
    line-height: 1;
}

.anquanboxB li {
    background: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    transition: all .5s ease-in-out;
    min-height: 95px;
    width: 47%;
    padding: 1%;
    border: solid 1px #393838;
    border-radius: 10px;
    min-height: 90px;
}

.anquanicoB img {
    width: 110px;
}

.anquanboxB li .anquanicoB {
    width: 23%;
    vertical-align: middle;
    border-right: solid 1px #393838;
}

.anquantxtB {
    width: 75%
}

.anquantxtB p {
    font-size: 20px;
}

.anquantxtB span {
    line-height: 1.8;
    font-size: 14px;
}

.gonggao {
    background: rgba(255, 255, 255, 0.7);
}

.news_li a {
    color: #FB6A09;
}

.Noto {
    font-family: "Noto Sans SC";
    font-weight: 100;
}

.pintaibox_2022 {
    background: url(/static/home/images/pintaibj_2022.jpg) repeat-x;
    margin-bottom: 40px;
}

.xiazaisx {
    margin-bottom: 20px;
}

.xiazaisx a span em {
    font-size: 14px;
}

.xiazaisx a {
    width: 220px;
}

.xiazaisx a p {
    border-right: 0px;
}

.xitongxia_sf {
    padding: 2%;
    margin-bottom: 2%;
    box-shadow: 0px 0px 10px 0px rgba(0, 100, 227, 0.1);
    background: #FFF;
    border-radius: 10px;
}

.xitongxia_sf li {
    width: 18%;
    min-height: 95px;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.xitongxia_sf li img {
    display: inline-block;
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
}

.xitongxia_sf li p {
    text-align: center;
}

.xitongxia_sf li:hover {
    color: #004193;
}

.rongyubox {
    background: #fff;
    background-size: 100% 100%;
}

.erduan li a img:last-child {
    display: none;
    margin-left: 36%;
}

.erduan li a:hover img:last-child {
    display: block;
}

.erduan li a:hover img:first-child {
    display: none;
}

.newstext {
    border-radius: 0px 0px 10px 10px;
}

.fangdapic {
    border-radius: 10px 10px 0px 0px;
}

.newsmore_2022 a {
    height: 50px;
    font-size: 16px;
    color: #000;
    border-radius: 10px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    background: #f6f8fc;;
}

.newsmore_2022 a:hover {
    background-color: #004193;
    color: #fff
}

.newsbox li em {
    font-size: 14px;
    color: #999999;
}

@media screen and (max-width: 768px) {
    .xitongxia_sf li img {
        display: inline-block;
        height: 40px;
        width: 40px;
    }

    .xitongxia_sf li p {
        font-size: 12px;
    }

    .anquanboxA ul {
        display: block
    }

    .anquanboxA li {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .anquantxtA {
        text-align: left;
        width: 60%
    }

    .anquanicoA {
        max-width: 15%;
    }

    .anquantxtA span {
        font-size: 14px;
    }

    .anquantxtA p {
        font-size: 18px;
        margin: 0px;
        margin-bottom: 2%
    }

    .anquanboxB ul {
        display: block
    }

    .anquanboxB li {
        width: 98%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        margin-bottom: 15px;
        min-height: 100px;
    }

    .anquanboxB li .anquanicoB {
        width: 25%
    }

    .anquantxtB {
        width: 72%;
    }

    .anquantxtB p {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 3px;
    }

    .anquantxtB span {
        line-height: 1.2;
        font-size: 12px;
    }
}

@keyframes marquee {
    0% {
        text-indent: 100%
    }
    100% {
        text-indent: -100%
    }
}

@-webkit-keyframes marquee {
    0% {
        text-indent: 100%
    }
    100% {
        text-indent: -100%
    }
}


.marquee {
    overflow: hidden;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
    -webkit-animation: marquee 30s linear infinite;
    text-align: center;
    width: 100%;
}

.marquee:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}


.gonggaoA {
    position: static;
    font-size: 12px;
    padding: 0px 5px;
    color: #004293;
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: dotted 1px #eee;
}

.t_newsA {
    color: #FB6A09;
    height: 20px;
    overflow: hidden;
    position: relative;
}

.t_newsA p {
    font-size: 13px;
    color: #FB6A09;
    background: #fff;
    z-index: 2;
    min-width: 90px;
}

.t_newsA p img {
    display: inline;
    width: 12px;
    padding-right: 5px;
}

.top {
    height: 80px;
    line-height: 80px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    background: #fff;
    width: 100%
}

.marquee span {
    color: #FFB103;
    padding: 0 0 0 0;
}

.t_news p {
    color: #FB6A09;
}

.news_li a, .swap a {
    color: #FB6A09;
}

@media screen and (max-width: 768px) {
    .marquee {
        animation: marquee 6s linear infinite;
        -webkit-animation: marquee 6s linear infinite;
    }

    .t_news p {
        font-size: 14px;
        width: 80px;
    }

    .gonggaoA {
        padding: 0;
    }

    .gonggao {
        padding: 5px 0;
    }

    .news_li, .swap {
        left: 70px;
    }

    .news_li span, .swap span {
        width: 95%;
    }

    .banner .swiper-pagination {
        bottom: 35px;
    }

    .nav li:nth-child(1):before {
        display: none
    }

    .nav li:nth-child(3):before {
        display: none
    }

    .nav li:nth-child(4):before {
        display: none
    }

    .nav li:nth-child(7):before {
        display: none
    }

}

.swiper-wrapper {
    height: 500px;
}

.banner-text {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 50px);
    width: 100%;
}

.banner-text .container {
    box-sizing: border-box;
    height: 100%;
    padding: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banner-text .heading {
    font-size: 40px;
    text-align: left;
    line-height: 1.2;
}

.banner-text .line1 {
    font-size: 2.5rem;
    color: #0C51A3;
}

.banner-text .line2 {
    font-size: 1.875rem;
    color: #17A8E9;
    text-shadow: 1px 1px 1px #fff;
}

.w200 {
    width: 200px !important;
}

.btn {
    background-color: #283545;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: open sans, Verdana, sans-serif, microsoft jhenghei, 微軟正黑體, apple ligothic medium, 蘋果儷中黑;
    font-weight: 700;
    outline: 0;
    border: 0;
    padding: 2px 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: 1px 1px 0 #151c25;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-cta {
    border: 3px solid #fff;
    font-weight: 600;
    line-height: 2.0625rem;
    text-align: center;
    font-size: 1.6875rem;
    padding: 15px 25px;
}

.btn-yellow {
    background-color: #f4ad03;
    color: #283545;
    text-shadow: 0 1px 1px #fdcf60;
}

.gonggao .erduan a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 10px;
}

.nav ul {
    width: auto;
}

#key-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#key-products .product-col {
    display: block;
    text-align: center;
    position: relative;
    padding: 15px 10px 5px;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
    box-sizing: border-box;
}

#key-products.col4 .product-col {
    width: 25%;
}

#key-products .cat-icon {
    margin-bottom: 1.25rem;
}

#key-products .ico {
    display: inline-block;
    font-size: 0;
    font-style: normal;
    line-height: 0;
    vertical-align: middle;
}

#key-products .cat-icon .ico {
    width: 125px;
    height: 125px;
}

#key-products a {
    color: #0c51a3;
    cursor: pointer;
}

#key-products .ico img {
    height: 100%;
    width: 100%;
    display: inline-block;
    fill: currentColor;
}

#key-products .product-cat {
    font-size: 1.125rem;
    margin: 1rem 0;
}

.page-homepage #key-products .product-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-homepage #key-products .product-list > li {
    margin: 4px auto 10px;
    color: #283545;
    font-weight: 400;
}


#key-products .product-list > li {
    margin: 4px auto 10px;
    color: #283545;
    font-weight: 400;
}

.quanqiutxt {
    text-align: center;
}

#key-products {
    margin-top: 30px;
}

#key-products .product-col:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 100%;
    top: 0;
    background-image: linear-gradient(to right, #b2bfd0 50%, transparent 50%), linear-gradient(to right, #b2bfd0 50%, transparent 50%), linear-gradient(to bottom, #b2bfd0 50%, transparent 50%), linear-gradient(to bottom, #b2bfd0 50%, transparent 50%);
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 18px 1px, 18px 1px, 1px 18px, 1px 18px;
}

#key-products .product-col:hover {
    background-color: #f6f7f8;
}

.award-wrapper {
    border: 1px solid #e0e4e9;
    padding: 20px;
    margin-bottom: 30px;
    width: 32%;
    box-sizing: border-box;
}

.award-wrapper .imgwrapper {
    text-align: center;
    width: 50%;
    float: right;
    padding-left: 15px;
}

.award-wrapper h3 {
    font-size: .9375rem;
    line-height: 1.625rem;
}

.award-wrapper h3 span {
    display: block;
}

.txt-yellow {
    color: #f4ad03 !important;
}

.clear {
    clear: both;
}

.rongyubox .grid-32 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-1 {
    -webkit-line-clamp: 1;
}

.clamp-2 {
    -webkit-line-clamp: 2;
}

.clamp-3 {
    -webkit-line-clamp: 3;
}

.footerleft {
    width: 100%;
}

.fangdapic > img {
    max-height: 160px;
}

.sidebar {
    margin-bottom: 20px;
}

.sidebar .sidebar-header {
    background-color: #f9fafc;
    padding: 0 15px;
}

.sidebar .sidebar-body {
    box-shadow: -1px 11px 20px 0 #d5d5d5;
}

.sidebar .sidebar-body .logo img {
width: 100%;
}

.sidebar .hot-item {
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.5s;
}

.sidebar .hot-item:hover {
    background-color: #004293;
}

.sidebar .hot-item:hover a {
    color: #ffffff;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-item {
    margin-right: 5px;
}

.pagination .page-item .page-link {
    display: flex;
    width: 45px;
    height: 45px;
    background-color: #f9fafc;
    border-radius: 100%;
    margin: 0 2%;
    justify-content: center;
    align-items: center;
}

.pagination .page-item.active .page-link {
    background-color: #004293;
    color: #ffffff;
}

.pagination .page-item:not(.disabled):not(.active) .page-link:hover {
    background-color: #004293;
    color: #ffffff;
}

.nyleft .nyright {
    box-sizing: border-box;
}

.read-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.read-footer {
    background-color: #f9f9f9;
    padding: 5px 15px;
    border-radius: 4px;
    margin: 15px 0;
}

.read-footer p {
    margin-bottom: 0;
    padding: 0;
    line-height: 1.1;
}

.banner-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
}


.banner-flex > div {
    width: 50%;
}

.banner-ad {
    box-sizing: border-box;
    padding: 20%;
}

.banner-ad img {
    height: auto;
}

.logo,
.logo img {
    max-height: 44px;
}

.sidebar-body .logo img {
    max-height: unset;
    width: 50%;
    margin: auto;
}

@media screen and (max-width: 1140px) {

    .banner-flex {
        flex-direction: column;
    }

    /*.order-sm-1 {*/
    /*    order: 1;*/
    /*}*/

    /*.order-sm-2 {*/
    /*    order: 2;*/
    /*}*/

    .banner-flex>div {
        width: 100%;
    }

    .swiper-wrapper {
        height: 800px;
    }

    .banner-text .container {
        align-items: center;
    }

    .banner-ad {
        padding: 0;
        width: 50%;
        margin: auto;
    }
}