/* Init Css Start */
*::before,
*::after{
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
}

html {
    overflow-x: hidden;
    font-size: 16px;
}

body {
    font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Microsoft YaHei", "微软雅黑", "Arial", "sans-serif";
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    color: #333333;
}

dl, ol, ul {
    padding-inline-start: 0;
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

input, textarea, button{
    border: none;
    border-radius: unset;
    background-color: transparent;
}

input:focus, textarea:focus, button:focus{
    outline: none;
}

a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    transition: color ease-out 0.3s;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

i{
    font-style: normal;
}

.icon{
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.tab .tab-main .tab-main-item{
    cursor: pointer;
}

.tab .tab-content .tab-content-item{
    display: none;
}

.tab .tab-content .tab-content-item.active{
    display: block;
}

.image-wrap,
.full-image-wrap,
.fill-image-wrap{
    position: relative;
    max-width: 100%;
    font-size: 0;
    overflow: hidden;
    z-index: 1;
}

.full-image-wrap{
    width: 100%;
}

.fill-image-wrap{
    width: 100%;
    height: 100%;
}

.image-wrap img,
.full-image-wrap img,
.fill-image-wrap img{
    display: block;
    max-width: 100%;
    object-fit: cover;
    transition: transform ease-out 0.3s;
}

.full-image-wrap img{
    width: 100%;
}

.fill-image-wrap img{
    width: 100%;
    height: 100%;
}

.image-wrap .image-mask,
.full-image-wrap  .image-mask,
.fill-image-wrap  .image-mask{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 5;
}
/* Init Css End */

/* Plugins Change Start */
.container,
.container-fluid{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.container{
    max-width: 1200px;
}

.header .container,
.footer .container,
.home-page .container{
    max-width: 1400px;
}

.swiper-container-wrap{
    position: relative;
}

.swiper-container-wrap .swiper-navigation-prev,
.swiper-container-wrap .swiper-navigation-next{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    /*border-radius: 50%;*/
    /*border: 1px solid #ffffff;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
}

.swiper-container-wrap .swiper-navigation-prev{
    background-image: url("../icon/swiper-prev-white.svg");
    left: 2rem;
    left: 130px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50px;
    background: #000;
    opacity: 0.5;
}

.swiper-container-wrap .swiper-button-prev{
    left: 130px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50px;
    background: #000;
    opacity: 0.5;
}

.swiper-container-wrap .swiper-button-prev:after {
    color: #fff;
    font-size: 22px;
}

.swiper-container-wrap .swiper-button-next{
    right: 130px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50px;
    background: #000;
    opacity: 0.5;
}

.swiper-container-wrap .swiper-button-next:after{
    color: #fff;
    font-size: 22px;
}

.swiper-container-wrap .swiper-navigation-next{
    background-image: url("../icon/swiper-next-white.svg");
    right: 2rem;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-container-wrap .swiper-pagination-wrap{
    margin-top: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.swiper-container-wrap .swiper-pagination-bullet{
    width: 3rem;
    height: 0.25rem;
    border-radius: 1rem;
    opacity: 0.5;
}

.swiper-container-wrap .swiper-pagination-bullet:not(:last-child){
    margin-right: 1rem;
}

.swiper-container-wrap .swiper-pagination-bullet-active{
    background-color: #007cc3;
    opacity: 1;
}

.swiper-container-wrap .swiper-pagination-number{
    border: 1px solid #292929;
    border-radius: 100%;
    text-align: center;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #292929;
    transition: all ease 0.5s;
}

.swiper-pagination-white .swiper-pagination-number{
    border-color: #ffffff;
    color: #ffffff;
}

.swiper-container-wrap .swiper-pagination-number:not(:last-child){
    margin-right: 1.5rem;
}

.swiper-container-wrap .swiper-pagination-number-active{
    background-color: #292929;
    color: #ffffff;
}

.swiper-pagination-white .swiper-pagination-number-active{
    background-color: #ffffff;
    color: #292929;
}
/* Plugins Change End */

/* Header Start */
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
}

.header.fixed{
    box-shadow: 0 0 1rem rgba(0,0,0,0.3);
}

.header .topbar{
    background-color: #f2f2f2;
}

.header.fixed .topbar{
    display: none;
}

.header .topbar-body{
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
    color: #666666;
}

.header .topbar .topbar-welcome{
    letter-spacing: 2px;
}

.header .topbar .topbar-link-list{
    display: flex;
}

.header .topbar .topbar-link-item{
    position: relative;
}

.header .topbar .topbar-link-item:not(:last-child){
    margin-right: 1.5rem;
}

.header .topbar .topbar-link-item:not(:last-child)::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -0.75rem;
    height: 100%;
    width: 1px;
    background-color: #666666;
    transform: rotate(18deg);
}

.header .navbar{
    position: relative;
    padding: 0;
    align-items: stretch;
}

.header .navbar-brand{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.header .navbar-logo{
    max-height: 4rem;
}

.header #navbarNav{
    justify-content: flex-end;
}

.header .nav-item{
    position: static;
}

.header .nav-item .nav-link{
    position: relative;
    padding: 1.5rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    transition: color ease-out 0.3s, background-color ease-out 0.3s;
}

.header .nav-item.active .nav-link,
.header .nav-item:hover .nav-link{
    background-color: #0288D1;
    color: #ffffff;
}
/* Header End */

/* Footer Start */

.footer .footer-column{
    background-color: #0277BD;
}

.footer .footer-column-body{
    padding: 4rem 0 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    color: #ffffff;
}

.footer .footer-nav-wrap{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.footer .footer-nav{
    padding-left: 5rem;
    padding-right: 5rem;
    border-right: 1px solid rgba(255,255,255,0.8);
}

.footer .footer-nav:nth-child(1){
    padding-left: 0;
}

.footer .footer-nav:nth-child(4){
    padding-right: 0;
    border-right: unset;
}

.footer .footer-nav-title{
    margin-bottom: 1rem;
    font-size: 1.375rem;
    font-weight: 500;
}

.footer .footer-nav-item{
    margin-bottom: 0;
}

.footer .footer-nav-item:not(:last-child){
    margin-bottom: 1rem;
}

.footer .footer-nav-link{
    font-size: 1rem;
}

.footer .footer-qrcode{
    width: 10rem;
}

.footer .footer-power{
    background-color: #01579B;
}

.footer .footer-power-body{
    padding: 1.25rem 0;
    font-size: 0.875rem;
    text-align: center;
    color: #ffffff;
}

.footer .footer-power-text{
    display: inline-block;
}

.footer .footer-power-text:not(:last-child){
    margin-right: 1.5rem;
}

.footer a.footer-power-text:hover{
    color: #ffffff;
}
/* Footer End */

/* Global Start */
.global-position-wrap{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 0.875rem;
}

.global-position-wrap a{
    color: #555555;
}

.global-position-wrap a:hover{
    color: #0288D1;
}

.sidebar .sidebar-card{
    border: 1px solid #0288D1;
}

.sidebar .sidebar-card:not(:last-child){
    margin-bottom: 3rem;
}

.sidebar .sidebar-card-title{
    margin-bottom: 0;
    padding: 1.25rem 1rem 1.25rem 1.5rem;
    border-bottom: 1px solid #ffffff;
    font-size: 1.5rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #0288D1;
}

.sidebar .sidebar-nav-list{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.sidebar .sidebar-nav-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidebar .sidebar-nav-item:not(:last-child){
    border-bottom: 1px solid #ccc;
}

.sidebar .sidebar-nav-item-link{
    display: block;
    padding: 1rem 1.5rem;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    color: #555555;
    background-color: #f5f5f5;
}

.sidebar .sidebar-nav-item.active .sidebar-nav-item-link,
.sidebar .sidebar-nav-item-link:hover{
    background-color: #0288D1;
    color: #ffffff;
}

.sidebar .sidebar-sub-nav-list{
    display: none;
    padding: 0.5rem 0;
    border-top: 1px solid #ccc;
    width: 100%;
}

.sidebar .sidebar-nav-item.active .sidebar-sub-nav-list,
.sidebar .sidebar-nav-item:hover .sidebar-sub-nav-list{
    display: block;
}

.sidebar .sidebar-sub-nav-item{
    
}

.sidebar .sidebar-sub-nav-item-link{
    display: block;
    padding: 0.5rem 1.5rem;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    background-color: #ffffff;
}

.sidebar .sidebar-sub-nav-item-link:hover{
    color: #0288D1;
}

.sidebar .sidebar-contact-body{
    padding: 1rem 1.25rem;
}

.sidebar .sidebar-contact-list{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
}

.sidebar .sidebar-contact-item{
    font-size: 0.875rem;
    color: #555555;
}

.sidebar .sidebar-contact-item-title{
    display: block;
}

.sidebar .sidebar-contact-item-value{
    display: block;
    margin-top: 0.375rem;
}

.pagination{
    display: block;
    margin: 0 auto;
    padding: 2rem 0;
    list-style: none;
    text-align: center;
}

.pagination li {
    display: inline-block;
    margin: 0.25rem 0.375rem;
    font-size: 0.875rem;
    border: none;
    border-radius: 0.25rem;
}

.pagination li > * {
    display: block;
    border-radius: 0.25rem;
    color: #6e6e6e;
    background: #ffffff;
    padding: 0.5rem 0.75rem;
    border: 1px solid #DCDCDC;
}

.pagination li.active > *,
.pagination li > *:hover {
    background: #0288D1;
    color: #ffffff;
    border: 1px solid #0288D1;
}
/* Global End */

/* Home Page Start */
.home-page .banner .swiper-pagination-wrap{
    position: absolute;
    bottom: 2rem;
    z-index: 5;
}

.home-page .banner .swiper-pagination-bullet{
    background-color: #ffffff;
}

.home-page .page-section{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.home-page .section-title-wrap{
    padding-bottom: 2.5rem;
    text-align: center;
}

.home-page .section-title{
    position: relative;
    margin-bottom: 0;
    font-size: 1.5rem;
    color: #1a1a1a;
}

.home-page .section-title::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    width: 1.5em;
    height: 2px;
    margin-left: -0.75em;
    background-color: #1a1a1a;
}

.home-page .search-section{
    position: relative;
    top: -2.5rem;
    height: 0;
    z-index: 100;
}

.home-page .search-section .search-card{
    margin: 0 auto;
    padding: 1.125rem;
    width: 32rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}

.home-page .search-section .search-form{
    position: relative;
}

.home-page .search-section .search-input{
    padding: 0.75rem 1rem 0.75rem 3rem;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 1rem;
    color: #1a1a1a;
    background-image: url('../icon/search-theme.svg');
    background-repeat: no-repeat;
    background-position: 0.5rem center;
    background-size: 1.75rem;
}

.home-page .search-section .search-input::placeholder{
    color: #666666;
}

.home-page .search-section .search-submit{
    position: absolute;
    right: 0;
    top: 0;
    width: 4rem;
    height: 100%;
    background-color: #0288D1;
    border: unset;
    font-size: 0.875rem;
    color: #ffffff;
}

.home-page .brand-section{
    background-color: #f5f5f5;
}

.home-page .brand-section .swiper-button-prev{
    left: -50px;
}

.home-page .brand-section .swiper-button-next{
    right: -50px;
}

.home-page .brand-section .fill-image-wrap{
    padding: 1rem 2rem;
    height: 6rem;
    background-color: #ffffff;
}

.home-page .brand-section .fill-image-wrap img{
    object-fit: contain;
}

.home-page .goods-section{
    padding-bottom: 0;
}

.home-page .goods-section .swiper-wrapper {
    transition-timing-function: linear;
}

.home-page .product-section .product-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-page .product-section .product-sidebar{
    width: 20%;
}

.home-page .product-section .product-title{
    padding: 1.25rem 1.5rem;
    background-color: #0288D1;
    color: #ffffff;
}

.home-page .product-section .product-sidebar-item{
    display: block;
    margin-top: 0.5rem;
    padding: 1rem 0;
    background-color: #ebebeb;
    text-align: center;
    font-size: 1rem;
    color: #666666;
}

.home-page .product-section .product-sidebar-item.active{
    background-color: #0288D1;
    color: #ffffff;
}

.home-page .product-section .product-cn{
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.home-page .product-section .product-en{
    margin-top: 0.125rem;
    margin-bottom: 0;
    font-size: 1rem;
}

.home-page .product-section .product-list-wrap{
    width: 78%;
}

.home-page .product-section .product-list{
    display: none;
    flex-wrap: wrap;
}

.home-page .product-section .product-list.active{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.home-page .product-section .product-item{
    border: 1px solid #ececec;
}

.home-page .product-section .product-item:nth-child(4){
    margin-right: 0;
}

.home-page .product-section .product-item-body{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    background-color: #f5f5f5;
}

.home-page .product-section .product-item:hover .product-item-body{
    background-color: #0288D1;
    color: #ffffff;
}

.home-page .product-section .product-item-title{
    margin-bottom: 0;
    font-size: 1rem;
}

.home-page .advantage-section{
    background-image: url('../images/home-advantage-bg.jpg');
}

.home-page .advantage-section .section-title{
    color: #ffffff;
}

.home-page .advantage-section .section-title::after{
    background-color: #ffffff;
}

.home-page .advantage-section .advantage-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-page .advantage-section .advantage-item{
    width: 12rem;
    text-align: center;
}

.home-page .advantage-section .advantage-item:not(:last-child){
    margin-right: 4rem;
}

.home-page .advantage-section .image-wrap{
    border-radius: 100%;
}

.home-page .advantage-section .image-wrap img{
    width: 100%;
    height: 100%;
}

.home-page .advantage-section .advantage-item-title{
    display: block;
    margin-top: 1rem;
    font-size: 1.25rem;
    color: #ffffff;
}

.home-page .about-section .about-body{
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.home-page .about-section .about-image-wrap{
    width: 50%;
}

.home-page .about-section .about-content{
    width: 50%;
}

.home-page .about-section .about-content{
    padding-top: 1.5rem;
    padding-left: 3rem;
}

.home-page .about-section .about-name{
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 500;
    color: #0288D1;
}

.home-page .about-section .about-desc{
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 2;
    font-size: 0.875rem;
    color: #808080;
}

.home-page .about-section .about-more{
    margin-top: 2rem;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border: 1px solid #0288D1;
    border-radius: 1rem;
    color: #0288D1;
    font-size: 0.875rem;
}

.home-page .about-section .about-more:hover{
    background-color: #0288D1;
    color: #ffffff;
}

.home-page .news-section{
    background-image: url('../images/home-news-bg.jpg');
}

.home-page .news-section .section-title{
    color: #ffffff;
}

.home-page .news-section .section-title::after{
    background-color: #ffffff;
}

.home-page .news-section .news-body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-page .news-section .news-list-wrap{
    width: 48%;
    padding: 2rem 2rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
}

.home-page .news-section .news-cover{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dddddd;
}

.home-page .news-section .news-cover-image{
    width: 20%;
    border: 1px solid #dddddd;
}

.home-page .news-section .news-cover-content{
    width: 80%;
    padding-left: 1.5rem;
}

.home-page .news-section .news-cover-title{
    margin-bottom: 0;
    font-size: 1.125rem;
    color: #1a1a1a;
}

.home-page .news-section .news-cover-desc{
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.home-page .news-section .news-list{
    padding-top: 2rem;
}

.home-page .news-section .news-item{
    padding-left: 1rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    color: #666666;
    background-image: url("../icon/list-dot.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0.75rem;
}

.home-page .news-section .news-item:not(:last-child){
    margin-bottom: 0.75rem;
}

.home-page .news-section .news-item-title{
    width: calc(100% - 1.5rem - 8em);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-page .news-section .news-item-time{
    color: #999999;
}

.home-page .contact-section{
    padding-bottom: 0;
    background-image: url("../images/map.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-page .contact-section .contact-body{
    margin: 0 auto;
    padding-top: 7rem;
    width: 30rem;
    height: 30rem;
    background-image: url("../images/mapinfo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 10;
}

.home-page .contact-section .contact-list{
    width: 60%;
    margin: 0 auto;
}

.home-page .contact-section .contact-item{
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 300;
    color: #1a1a1a;
}

.home-page .contact-section .contact-item .icon{
    margin-right: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.home-page .contact-section .contact-item .icon-address{
    background-image: url("../icon/contact-address.svg");
}

.home-page .contact-section .contact-item .icon-tel{
    background-image: url("../icon/contact-tel.svg");
}

.home-page .contact-section .contact-item .icon-email{
    background-image: url("../icon/contact-email.svg");
}

.home-page .contact-section .contact-item:not(:last-child){
    margin-bottom: 1rem;
}
/* Home Page End */

/* Sub Page Start */
.sub-page .page-body{
    padding-bottom: 5rem;
}

.sub-page .page-with-sidebar{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub-page .page-with-sidebar .page-sidebar-wrap{
    width: 20%;
}

.sub-page .page-with-sidebar .page-content-wrap{
    width: 75%;
}
/* Sub Page End */

/* Single Page Start */
.single-page .page-content-wrap{
    padding: 1.5rem 2rem 3rem;
    border: 1px solid #ececec;
}

.single-page .page-content-title{
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.75rem;
    color: #1a1a1a;
}

.single-page .page-content-body{
    font-size: 1rem;
    line-height: 1.5;
}

.single-page .page-content-body p{
    margin-bottom: 0;
}
/* Single Page End */

/* Product Page End */
.product-page .product-list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.product-page .product-item{
    border: 1px solid #ececec;
}

.product-page .product-item .product-item-body{
    padding: 0.75rem 0;
    text-align: center;
}

.product-page .product-item .product-item-title{
    margin-bottom: 0;
    font-size: 1rem;
}
/* Product Page End */

/* Article Page End */
.article-page .article-list{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem;
}

.article-page .article-item{
    display: flex;
    justify-content: space-between;
    padding: 2rem 2.5rem;
    border: 1px solid #f3f3f3;
    border-radius: 0.5rem;
    background-color: #f3f3f3;
}

.article-page .article-item:hover{
    background-color: #0288D1;
    border-color: #0288D1;
}

.article-page .article-item-content{
    width: 65%;
}

.article-page .article-item-content.article-item-content-zp{
    width: 100%;
}

.article-page .article-item-title{
    margin-bottom: 0;
    font-size: 1.5rem;
    color: #1a1a1a;
}

.article-page .article-item:hover .article-item-title{
    color: #ffffff;
}

.article-page .article-item-attr-list{
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.article-page .article-item-attr-item{
    font-size: 0.875rem;
    color: #888888;
}

.article-page .article-item:hover .article-item-attr-item{
    color: #ffffff;
    opacity: 0.8;
}

.article-page .article-item-attr-item:not(:last-child){
    margin-right: 1.5rem;
}

.article-page .article-item-desc{
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.75;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.article-page .article-item:hover .article-item-desc{
    color: #ffffff;
    opacity: 0.9;
}

.article-page .article-item-link{
    margin-top: 1rem;
    display: block;
    padding: 0.75rem 1.5rem;
    max-width: max-content;
    border-radius: 0.375rem;
    background-color: #0288D1;
    font-size: 0.875rem;
    color: #ffffff;
}

.article-page .article-item:hover .article-item-link{
    background-color: #ffffff;
    color: #0288D1;
}

.article-page .article-item-image{
    width: 20%;
}

.article-page .article-item-image img{
    border-radius: 0.25rem;
}

.article-detail-page .page-content-wrap{
    padding: 1.5rem 2rem;
    border: 1px solid #ececec;
}

.article-detail-page .page-content-title{
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.75rem;
    color: #1a1a1a;
}

.article-detail-page .page-content-body{
    font-size: 1rem;
    line-height: 1.5;
}

.article-detail-page .page-content-body p{
    margin-bottom: 0;
}
/* Article Page End */

/* Media Start */
@media(max-width: 998px){
    .header .topbar{
        display: none;
    }
    
    .header .navbar{
        padding: 0.5rem 0.75rem;
    }
    
    .header .navbar-logo{
        max-height: 2.5rem;
    }
    
    .header .navbar-toggler{
        width: 2.5rem;
        height: 2rem;
        background-image: url('../icon/main-white.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80% 80%;
        background-color: #0288D1;
        border-radius: 0.25rem;
    }
    
    .header .navbar-nav{
        padding-top: 0.25rem;
    }
    
    .header .nav-item:not(:last-child){
        margin-bottom: 0.375rem;
    }
    
    .header .nav-item .nav-link{
        padding: 0.875rem;
        text-align: center;
        border-radius: 0.375rem;
    }
    
    .footer .footer-column-body{
        padding: 2rem 0 2rem;
    }
    
    .footer .footer-nav-wrap{
        width: 100%;
    }
    
    .footer .footer-nav{
        margin-bottom: 1.5rem;
        padding: 0;
        width: 50%;
        border-right: none;
    }
    
    .footer .footer-nav-title{
        margin-bottom: 0.75rem;
        font-size: 1.25rem;
    }
    
    .footer .footer-nav-item:not(:last-child){
        margin-bottom: 0;
    }
    
    .footer .footer-nav-link{
        font-size: 0.875rem;
    }
    
    .footer .footer-qrcode-wrap{
        width: 100%;
        text-align: center;
    }
    
    .footer .footer-qrcode{
        width: 8rem;
    }
    
    .footer .footer-power-body{
        padding: 0.875rem 0;
        line-height: 1.5;
    }
    
    .home-page .banner .fill-image-wrap{
        height: 30vh;
    }
    
    
    .home-page .banner .swiper-container-wrap .swiper-button-prev{
        left: 10px;
        opacity: 0.2;
    }
    
    .home-page .banner .swiper-container-wrap .swiper-button-next{
        right: 10px;
        opacity: 0.2;
    }
    
    .home-page .search-section .search-card{
        padding: 0.375rem 0.375rem;
        width: 100%;
        border-radius: 0.25rem;
    }
    
    .home-page .search-section .search-input{
        font-size: 0.875rem;
    }
    
    .home-page .page-section{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .home-page .section-title-wrap{
        padding-bottom: 1.5rem;
    }
    
    .home-page .section-title::after{
        bottom: -0.5rem;
    }
    
    .home-page .brand-section .fill-image-wrap{
        padding: 0.5rem;
    }
    
    .home-page .brand-section .swiper-button-prev{
        left: 10px;
    }
    
    .home-page .brand-section .swiper-button-next{
        right: 10px;
    }
    
    .home-page .product-section .product-sidebar{
        width: 100%;
    }
    
    .home-page .product-section .product-list-wrap{
        width: 100%;
    }
    
    .home-page .product-section .product-list.active{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .home-page .advantage-section .advantage-item{
        width: calc(20% - 0.8rem);
    }
    
    .home-page .advantage-section .advantage-item:not(:last-child){
        margin-right: 1rem;
    }
    
    .home-page .advantage-section .advantage-item-title{
        margin-top: 0.5rem;
        font-size: 0.75rem;
    }
    
    .home-page .about-section .about-body{
        max-width: 100%;
    }
    
    .home-page .about-section .about-image-wrap{
        width: 100%;
    }
    
    .home-page .about-section .about-content{
        width: 100%;
        padding-top: 1rem;
        padding-left: 0;
    }
    
    .home-page .about-section .about-name{
        font-size: 1.75rem;
    }
    
    .home-page .about-section .about-desc{
        font-size: 0.875rem;
        line-height: 1.5;
    }
    
    .home-page .about-section .about-more{
        margin-top: 1rem;
    }
    
    .home-page .news-section .news-list-wrap{
        width: 100%;
        padding: 1rem;
    }
    
    .home-page .news-section .news-list-wrap:not(:last-child){
        margin-bottom: 1.5rem;
    }
    
    .home-page .news-section .news-cover{
        padding-bottom: 1rem;
    }
    
    .home-page .news-section .news-cover-image{
        width: 40%;
    }
    
    .home-page .news-section .news-cover-content{
        width: 60%;
        padding-left: 1rem;
    }
    
    .home-page .news-section .news-cover-desc{
        margin-top: 0.5rem;
    }
    
    .home-page .news-section .news-list{
        padding-top: 1rem;
    }
    
    .home-page .news-section .news-item:not(:last-child){
        margin-bottom: 0.5rem;
    }
    
    .home-page .contact-section .contact-body{
        width: 95vw;
        height: 95vw;
    }
    
    .home-page .contact-section .contact-body{
        padding-top: 5rem;
    }
    
    .home-page .contact-section .contact-list{
        width: 60%;
    }
    
    .home-page .contact-section .contact-item{
        font-size: 0.75rem;
        line-height: 1.2;
    }
    
    .home-page .contact-section .contact-item:not(:last-child){
        margin-bottom: 0.5rem;
    }
    
    .pagination{
        padding: 1rem 0;
    }
    
    .sub-page .page-body{
        padding-bottom: 2rem;
    }
    
    .sub-page .page-with-sidebar .page-sidebar-wrap{
        width: 100%;
    }
    
    .sub-page .page-with-sidebar .page-content-wrap{
        margin-top: 2rem;
        width: 100%;
    }
    
    .sidebar .sidebar-card{
        display: none;
    }
    
    .sidebar .sidebar-card:not(:last-child){
        margin-bottom: 0;
    }
    
    .sidebar .sidebar-nav{
        display: block;
    }
    
    .sidebar .sidebar-card-title{
        padding: 0.875rem;
        font-size: 1.25rem;
    }
    
    .sidebar .sidebar-nav-item-link{
        padding: 0.875rem;
        font-size: 0.875rem;
    }
    
    .sidebar .sidebar-sub-nav-item-link{
        padding: 0.5rem 0.875rem;
        font-size: 0.875rem;
    }
    
    .page-banner img{
        height: 25vh;
    }
    
    .single-page .page-content-wrap{
        padding: 1rem;
    }
    
    .single-page .page-content-title{
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }
    
    .product-page .product-list{
        gap: 0.5rem;
    }

    .article-page .article-item{
        flex-wrap: wrap;
        padding: 1rem;
    }
    
    .article-page .article-list{
        gap: 1rem;
    }
    
    .article-page .article-item-image{
        width: 100%;
    }
    
    .article-page .article-item-content{
        padding-top: 0.75rem;
        width: 100%;
        order: 2;
    }
    
    .article-page .article-item-content.article-item-content-zp{
        padding-top: 0;
    }
    
    .article-page .article-item-title{
        font-size: 1.125rem;
    }
    
    .article-page .article-item-attr-list{
        margin-top: 0.5rem;
    }
    
    .article-page .article-item-attr-item{
        font-size: 0.75rem;
    }
    
    .article-page .article-item-attr-item:not(:last-child){
        margin-right: 0.5rem;
    }
    
    .article-page .article-item-desc{
        margin-top: 0.5rem;
        font-size: 0.875rem;
    }
    
    .article-page .article-item-link{
        margin-top: 0.75rem;
    }
    
    .article-detail-page .page-content-wrap{
        padding: 1rem;
    }
    
    .article-detail-page .page-content-title{
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }
}
/* Media End */